/* coupon */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@-webkit-keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #ffffff;
  padding: 0 20px;
  -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.07);
}
.header .break-line {
  background: rgba(99, 39, 241, 0.1);
  display: none;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
  gap: 10px;
}
.header__row .header__logo {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__row .header__logo-image--primary {
  width: 75px;
  height: auto;
}
.header__row .header__logo-image--secondary {
  width: 22px;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header__row .header__logo-image--tertiary {
  width: 23px;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header__row .header__hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__row .header__hamburger.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__row .header__hamburger.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__row .header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
.header__row .header__cart-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.header__row .header__cart-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background: #2020b3;
  position: absolute;
  right: -6px;
  top: -5px;
  color: #ffffff;
  font-size: 14px;
}
.header__row .header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}
.header__row .header__profile-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  display: none;
}
.header__row .header__profile-text.logged-in {
  display: none;
  font-size: 14px;
}
.header__row .special-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__row .special-icon.hidden {
  opacity: 0;
  pointer-events: none;
}
.header__row .header__button {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  background: #ffffff;
  padding: 6px 0px;
  border: unset;
}
.header__row .header__button--active {
  background-color: #2020b3;
}
.header__row .header__button--menuItem {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4138f2;
}
.header__row .header__button-text {
  font-size: 15px;
  font-weight: 600;
}
.header__row .header__button-text.menuItem {
  font-size: 18px;
}
.header__row .header__button-text.corprate {
  font-size: 18px;
  color: #4138f2;
}
.header__row .header__button-arrow {
  width: 21px;
  height: 21px;
}
.header__row .header__button-arrow.mobile {
  display: block;
}
.header__row .header__button-arrow.desktop {
  display: none;
}
.header__row .header__button--corprate {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__row .header__button-cards {
  display: none;
}
.header__row .active-button {
  background-color: #2020b3;
  color: #ffffff;
}
.header__row .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.header__row .search-icon svg {
  width: 18px;
  height: 19px;
}
.header__row .search-icon.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__row .search-icon.desktop {
  display: none;
}
.header__row--top {
  padding: 8px 0;
}
.header__row--top.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.header__row--top.desktop {
  display: none;
}
.header__row--middle.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
}
.header__row--middle.desktop {
  display: none;
}
.header__row--search {
  position: relative;
  display: none;
}
.header__row--search .icon {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 18px;
}
.header__row--buttons {
  display: none;
}
.header__row--buttons.hamburger-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__points-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
}
.header .header__points-row.sec {
  background: #4138f2;
  padding: 12px;
  cursor: pointer;
}
.header .header__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f3f3ff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.header .header__points-icon {
  width: 18px;
  height: 18px;
}
.header .header__points-desc {
  font-size: 18px;
  font-weight: 500;
  color: #4138f2;
}
.header .header__points-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.header .header__points-number {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.header .header__hamburger.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    max-width: 1150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 32px);
        -ms-transform: translate(-50%, 32px);
            transform: translate(-50%, 32px);
    z-index: 100;
    border-radius: 12px 12px 12px 0;
    padding: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 33px;
  }
  .header__row--top.mobile {
    display: none;
  }
  .header__row--top.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__row--middle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 21px;
  }
  .header__row--middle.mobile {
    display: none;
  }
  .header__row--middle.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__row--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
  .header__row--search .icon {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  .header__row--buttons {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__row .header__hamburger.mobile {
    display: none;
  }
  .header .search-icon {
    display: none;
  }
  .header .header__points-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .header .header__points-row.sec {
    border-radius: 6px 10px;
    padding: 4px;
    border-radius: 4px;
    gap: 2px;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .header .header__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 4px;
    display: none;
  }
  .header .header__points-desc {
    font-size: 14px;
    color: #46494f;
  }
  .header .header__points-text {
    font-size: 14px;
    font-weight: 600;
  }
  .header .header__points-number {
    font-size: 14px;
    font-weight: 600;
  }
  .header .header__hamburger.desktop {
    display: none;
  }
  .header .header__logo-image {
    width: 100px;
  }
  .header .header__logo-image--secondary {
    width: 56px;
    height: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .header__logo-image--tertiary {
    width: 51px;
    height: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .header__hamburger {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .header__hamburger-icon:hover {
    -webkit-animation: shake 0.3s ease-in-out;
            animation: shake 0.3s ease-in-out;
  }
  .header .header__cart-text {
    display: none;
  }
  .header .header__cart-count {
    position: absolute;
    right: -7px;
    top: 11px;
  }
  .header .header__cart-icon:hover {
    -webkit-animation: giggle 0.4s ease forwards;
            animation: giggle 0.4s ease forwards;
  }
  .header .header__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__profile-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__profile-text.logged-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__profile:hover .header__profile-icon {
    -webkit-animation: bounce 0.4s ease forwards;
            animation: bounce 0.4s ease forwards;
  }
  .header .header__profile .header__profile-icon {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header .header__hamburger {
    display: none;
  }
  .header .header__button--menuItem {
    position: absolute;
    right: 0;
    bottom: -36px;
    height: 70px;
    width: 308px;
    border: unset;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.16);
    gap: 14.4px;
    border-radius: 12px;
    border: 3px solid #ffffff;
    cursor: pointer;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #000000;
  }
  .header .header__button--menuItem:hover {
    background-color: #2020b3;
    color: #ffffff;
  }
  .header .header__button--menuItem:hover svg path {
    stroke: #f3f3f3;
  }
  .header .header__button--corprate {
    border: unset;
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: #ffffff;
    color: #0b0427;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
  }
  .header .header__button-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .header__button-cards:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
        -ms-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
  }
  .header .header__button-text {
    font-size: 30px;
  }
  .header .header__button-text.menuItem {
    font-size: 30px;
  }
  .header .header__button-text.corprate {
    font-size: 15px;
    color: #000000;
  }
  .header .header__button-arrow {
    width: 36px;
    height: auto;
  }
  .header .header__button-arrow.mobile {
    display: none;
  }
  .header .header__button-arrow.desktop {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .header .header__button-arrow.desktop:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .header .header__button-arrow.desktop svg rect {
    fill: #f3f3f3;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
  }
  .header .header__button-arrow.desktop svg path {
    stroke: #2020b3;
    -webkit-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
  }
}
@media (min-width: 1600px) {
  .header {
    max-width: 1800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 32px);
        -ms-transform: translate(-50%, 32px);
            transform: translate(-50%, 32px);
    z-index: 100;
    border-radius: 12px 12px 12px 0;
    padding: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 44px;
  }
  .header__row--middle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 44px;
  }
  .header__row--search {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-right: auto;
    margin-left: 143px;
  }
  .header__row--search .icon {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  .header__row--search.connected {
    margin-left: 0;
  }
  .header__row--buttons {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__points {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }
  .header .header__logo-image {
    width: 148px;
  }
  .header .header__logo-image--secondary {
    width: 70px;
    height: auto;
  }
  .header .header__logo-image--tertiary {
    width: 56px;
    height: auto;
  }
  .header .header__hamburger {
    display: none;
  }
  .header .header__cart-text {
    display: none;
  }
  .header .header__cart-count {
    position: absolute;
    right: -7px;
    top: 11px;
  }
  .header .header__cart-icon:hover {
    -webkit-animation: giggle 0.4s ease forwards;
            animation: giggle 0.4s ease forwards;
  }
  .header .header__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header__profile-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__profile-text.logged-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .header__profile:hover .header__profile-icon {
    -webkit-animation: bounce 0.4s ease forwards;
            animation: bounce 0.4s ease forwards;
  }
  .header .header__profile .header__profile-icon {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header .header__button--menuItem {
    position: absolute;
    right: 0;
    bottom: -36px;
    height: 70px;
    width: 308px;
    border: unset;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.16);
    gap: 14.4px;
    border-radius: 12px;
    border: 3px solid #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header__button--corprate {
    border: unset;
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: #ffffff;
    color: #0b0427;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
  }
  .header .header__button-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .header__button-cards:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
        -ms-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
  }
  .header .header__button-text {
    font-size: 30px;
  }
  .header .header__button-text.menuItem {
    font-size: 30px;
  }
  .header .header__button-text.corprate {
    font-size: 18px;
  }
  .header .header__button-arrow {
    width: 36px;
    height: auto;
  }
  .header .header__button-arrow.mobile {
    display: none;
  }
  .header .header__button-arrow.desktop {
    display: block;
  }
}

.header__menu {
  max-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  margin-bottom: 0;
  margin: 0;
}
.header__menu-item {
  padding: 12px 8px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #46494f;
}
.header__menu-item span {
  font-size: 18px;
}
.header__menu-item img {
  width: 32px;
  height: auto;
}
.header__menu-item .category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.header__menu-item .category-link .image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__menu-item--category.back-button {
  display: none;
}
@media (min-width: 1200px) {
  .header__menu-item--category.back-button {
    display: none !important;
  }
}
.header__menu-item--category {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-bottom: 2.5px solid rgba(99, 39, 241, 0.1019607843);
}
.header__menu-item--category.last-child {
  border-bottom: unset;
}
.header__menu-item:focus {
  background: rgba(242, 163, 71, 0.14);
}
.header__menu .icon {
  display: none;
  position: absolute;
  width: 64px;
  height: auto;
  z-index: 2;
}
.header__menu-subcategories {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in-out, padding 0.4s ease-in-out;
  transition: max-height 0.1s ease-in-out, padding 0.4s ease-in-out;
  width: 100%;
  list-style: none;
}
.header__menu-subcategory {
  padding-left: 20px;
  padding: 15px 50px;
  text-align: right;
  text-decoration: none;
  color: #46494f;
  padding-right: 0;
}
.header__menu-subcategory-link {
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.header__menu-subcategory:hover {
  background: rgba(242, 163, 71, 0.14);
}
.header__menu-subcategory:focus {
  background: rgba(242, 163, 71, 0.14);
}
.header__menu-subcategory-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #46494f;
}
@media (min-width: 1200px) {
  .header__menu {
    display: none;
  }
  .header__menu-item {
    z-index: 9;
    position: relative;
    height: 69px;
  }
  .header__menu-item--category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    border-bottom: 2.5px solid rgba(99, 39, 241, 0.1019607843);
  }
  .header__menu-item--category:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu-item--category.bb {
    display: none;
  }
  .header__menu-item--category.last-child {
    border-bottom: unset;
  }
  .header__menu-item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu-item:focus {
    background-color: unset;
  }
  .header__menu-item.corprate.back-button {
    display: none;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header__menu-item.corprate.back-button {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header__menu-item.corprate {
    height: 49px;
  }
  .header__menu .icon {
    display: block;
    position: absolute;
    top: -22px;
    left: 46px;
  }
  .header__menu-subcategories {
    position: absolute;
    display: none;
    z-index: 10;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 8px;
    width: 307px;
    padding: 0;
    right: 289px;
    list-style: none;
  }
  .header__menu-subcategory {
    padding: 0;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu-subcategory-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu-subcategory:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu--hamburger {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    margin-bottom: 8px;
    display: none;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header__menu--hamburger .hamburger-buttons {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__menu--hamburger .hamburger-buttons .header__button {
    width: 100%;
    height: 48px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--menuItem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--menuItem.bb {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--corprate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-text {
    font-size: 16px;
    font-weight: 500;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-cards {
    display: block;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-arrow.desktop {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-arrow.mobile {
    display: block;
  }
}
@media (min-width: 1600px) {
  .header__menu {
    display: none;
  }
  .header__menu-item {
    z-index: 9;
    position: relative;
    height: 69px;
  }
  .header__menu-item--category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    border-bottom: 2.5px solid rgba(99, 39, 241, 0.1019607843);
  }
  .header__menu-item--category:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu-item--category.last-child {
    border-bottom: unset;
  }
  .header__menu-item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu-item:focus {
    background-color: unset;
  }
  .header__menu .icon {
    display: block;
    position: absolute;
    top: -22px;
    left: 101px;
  }
  .header__menu-subcategories {
    position: absolute;
    display: none;
    z-index: 10;
    max-height: 100vh;
    overflow-y: auto;
    /* left: -303px; */
    border-radius: 8px;
    width: 364px;
    padding: 0;
    right: 289px;
    list-style: none;
  }
  .header__menu-subcategory {
    padding: 0;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu-subcategory-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu-subcategory:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(99, 39, 241, 0.06)), to(rgba(99, 39, 241, 0.06))), #ffffff;
    background: linear-gradient(0deg, rgba(99, 39, 241, 0.06) 0%, rgba(99, 39, 241, 0.06) 100%), #ffffff;
  }
  .header__menu--hamburger {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1600px) and (min-width: 1200px) {
  .header__menu--hamburger .hamburger-buttons {
    display: none;
  }
}
@media (min-width: 1600px) {
  .header__menu--hamburger .hamburger-buttons .header__button {
    width: 100%;
    height: 48px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--menuItem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--menuItem.bb {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons .header__button--corprate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-text {
    font-size: 16px;
    font-weight: 500;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-cards {
    display: block;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-arrow.desktop {
    display: none;
  }
  .header__menu--hamburger .hamburger-buttons .header__button-arrow.mobile {
    display: block;
  }
}

.header__search-bar {
  width: 100%;
  padding: 13px 16px;
  border-radius: 100px;
  border: 3px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.12);
  font-size: 18px;
}
.header__search-bar::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 18px;
}
.header__search-bar::-moz-placeholder {
  font-weight: 600;
  font-size: 18px;
}
.header__search-bar:-ms-input-placeholder {
  font-weight: 600;
  font-size: 18px;
}
.header__search-bar::-ms-input-placeholder {
  font-weight: 600;
  font-size: 18px;
}
.header__search-bar::placeholder {
  font-weight: 600;
  font-size: 18px;
}
.show {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 12px 0px;
}

#hamburger-menu.show .icon {
  display: none;
}
@media (min-width: 1200px) {
  #hamburger-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 189px;
    background: #ffffff;
    left: 7px;
    width: 268px;
    z-index: 0;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    width: 360px;
  }
  #hamburger-menu.show .icon {
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  #hamburger-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 189px;
    background: #ffffff;
    left: 7px;
    width: 268px;
    z-index: 0;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    width: 360px;
  }
  #hamburger-menu.show .icon {
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
  }
}

#categories-menu.show {
  display: block;
}
@media (min-width: 1200px) {
  #categories-menu.show {
    position: fixed;
    top: 135px;
    background: #ffffff;
    right: 0;
    width: 307px;
    z-index: 0;
    border-radius: 0px 0px 12px 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    margin: 0;
    padding: 12px 20px;
    max-height: 576px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
  }
}
@media (min-width: 1600px) {
  #categories-menu.show {
    position: fixed;
    top: 135px;
    background: #ffffff;
    right: 0;
    width: 307px;
    z-index: 0;
    border-radius: 0px 0px 12px 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    margin: 0;
    padding: 12px 20px;
    max-height: 576px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
  }
}

#corprate-menu.show {
  display: block;
}
@media (min-width: 1200px) {
  #corprate-menu.show {
    position: fixed;
    top: 189px;
    background: #ffffff;
    left: 233px;
    width: 268px;
    z-index: 0;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    width: 360px;
  }
}
@media (min-width: 1600px) {
  #corprate-menu.show {
    position: fixed;
    top: 189px;
    background: #ffffff;
    left: 146px;
    width: 268px;
    z-index: 0;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    width: 360px;
  }
}

@media (min-width: 1200px) {
  #corprate-menu.show.connected {
    left: 350px;
  }
}
@media (min-width: 1600px) {
  #corprate-menu.show.connected {
    left: 341px;
  }
}

.rotate {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.open-menu {
  color: #ffffff;
  background-color: #2020b3;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.open-menu:focus {
  background: #000000;
}
/* coupon */
.hero-container {
  height: 485px;
  margin-bottom: 12px;
}
.hero-container .swiper {
  width: 100%;
  height: 100%;
  max-width: 385px;
}
.hero-container .swiper .pagination-wrapper {
  display: none;
}
.hero-container .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.hero-container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 473px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ffffff), color-stop(#fcfcff), color-stop(#f9f8ff), color-stop(#f6f5ff), to(#f2f2ff));
  background-image: linear-gradient(to right top, #ffffff, #fcfcff, #f9f8ff, #f6f5ff, #f2f2ff);
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
  border: 2px solid #ffffff;
}
.hero-container .swiper .swiper-slide picture {
  height: 100%;
  position: absolute;
  z-index: 1;
}
.hero-container .swiper .swiper-slide picture .slider-bg-img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: relative;
}
.hero-container .swiper .swiper-slide picture .slider-bg-img.first {
  width: 225px;
}
.hero-container .swiper .swiper-slide picture .slider-bg-img.second {
  width: 245px;
  top: 25px;
}
.hero-container .swiper .swiper-slide .slider-bg-svg {
  display: none;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 31px;
  z-index: 1;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 0;
  z-index: 1;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext {
  font-size: 67.435px;
  font-style: normal;
  font-weight: 700;
  color: #101820;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-number {
  font-size: 67.435px;
  font-weight: 700;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-note {
  font-size: 41.951px;
  font-style: normal;
  font-weight: 700;
  color: #101820;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext.second {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext.second span {
  font-size: 20px;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 14px 20px 14px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #101820;
  margin-bottom: 28px;
  text-decoration: none;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .link .link-text {
  font-size: 25.484px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
.hero-container .swiper .swiper-slide .swiper-text-wrapper .desclamer {
  font-size: 10.869px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #101820;
  margin: 0;
}
.hero-container .swiper .swiper-text-wrapper.second {
  top: 270px;
}
.hero-container .swiper .swiper-text-wrapper.second .title {
  font-size: 30px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 0;
  margin-top: 0;
}
.hero-container .swiper .swiper-text-wrapper.second .subtext {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: inline;
  gap: 5px;
  width: 280px;
}
.hero-container .swiper .swiper-text-wrapper.second .subtext span {
  font-weight: 500;
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .hero-container {
    height: 822px;
    margin-bottom: 0;
  }
  .hero-container .swiper {
    max-width: unset;
  }
  .hero-container .swiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-container .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 123px);
    bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .hero-container .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#ffffff), color-stop(#fcfcff), color-stop(#f9f8ff), color-stop(#f6f5ff), to(#f2f2ff));
    background-image: linear-gradient(to right top, #ffffff, #fcfcff, #f9f8ff, #f6f5ff, #f2f2ff);
    border-radius: unset;
    border: unset;
  }
  .hero-container .swiper .swiper-slide picture .slider-bg-img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-container .swiper .swiper-slide .slider-bg-svg {
    display: block;
    position: absolute;
    left: calc(50% - 543px);
    top: 310px;
    z-index: 1;
    max-width: 412px;
  }
  .hero-container .swiper .swiper-slide .slider-bg-svg.second {
    top: 310px;
    max-width: 412px;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper {
    position: absolute;
    right: calc(50% - 537px);
    top: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .title {
    font-size: 71.98px;
    font-weight: 600;
    color: #101820;
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext {
    font-size: 103.201px;
    font-style: normal;
    font-weight: 700;
    color: #101820;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-number {
    font-size: 103.201px;
    font-weight: 700;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-note {
    font-size: 64.201px;
    font-style: normal;
    font-weight: 700;
    color: #101820;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    padding: 14px 20px 14px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background: #101820;
    margin-bottom: 28px;
    text-decoration: none;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .link .link-text {
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .desclamer {
    font-size: 10.869px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: #101820;
    margin: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second {
    top: 420px;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .title {
    font-size: 50px;
    font-weight: 600;
    color: #101820;
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .subtext {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: unset;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .subtext span {
    font-weight: 500;
    font-size: 30px;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .hero-container {
    height: 822px;
    margin-bottom: 0;
  }
  .hero-container .swiper {
    max-width: unset;
  }
  .hero-container .swiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-container .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 123px);
    bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .hero-container .swiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .hero-container .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#ffffff), color-stop(#fcfcff), color-stop(#f9f8ff), color-stop(#f6f5ff), to(#f2f2ff));
    background-image: linear-gradient(to right top, #ffffff, #fcfcff, #f9f8ff, #f6f5ff, #f2f2ff);
    border-radius: unset;
  }
  .hero-container .swiper .swiper-slide picture .slider-bg-img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-container .swiper .swiper-slide .slider-bg-svg {
    display: block;
    position: absolute;
    left: calc(50% - 661px);
    top: 310px;
    z-index: 1;
    max-width: 512px;
  }
  .hero-container .swiper .swiper-slide .slider-bg-svg.second {
    top: 350px;
    max-width: 440px;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper {
    position: absolute;
    right: calc(50% - 700px);
    top: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .title {
    font-size: 71.98px;
    font-weight: 600;
    color: #101820;
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext {
    font-size: 103.201px;
    font-style: normal;
    font-weight: 700;
    color: #101820;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-number {
    font-size: 103.201px;
    font-weight: 700;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .subtext .price-note {
    font-size: 64.201px;
    font-style: normal;
    font-weight: 700;
    color: #101820;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    padding: 14px 20px 14px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background: #101820;
    margin-bottom: 28px;
    text-decoration: none;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .link .link-text {
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper .desclamer {
    font-size: 10.869px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: #101820;
    margin: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second {
    top: 470px;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .title {
    font-size: 60px;
    font-weight: 600;
    color: #101820;
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .subtext {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: unset;
  }
  .hero-container .swiper .swiper-slide .swiper-text-wrapper.second .subtext span {
    font-weight: 500;
    font-size: 40px;
    margin-right: 0;
  }
}
/* coupon */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
.product-slider .section-header {
  display: none;
}
.product-slider .swiper.productSwiper {
  display: none;
}
.product-slider .static-slide {
  width: 282px;
  height: calc(100% - 60px);
  margin-right: 20px;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  grid-area: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  padding: 0 80px;
}
.product-slider .static-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.product-slider .static-slide .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
}
.product-slider .static-slide .link .icon {
  width: 35px;
  height: auto;
}
.product-slider .swiper.mobileSwiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px 0 40px;
  padding: 12px 0 40px;
  max-height: 993px;
  max-width: 360px;
  overflow: visible;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  padding: 10px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% - 60px);
  right: 0;
  bottom: -22px;
  z-index: 0;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .pagination-swiper-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  left: calc(50% - 58px);
  bottom: -5px;
  display: none;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.product-slider .swiper.mobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .slide-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .single-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.08);
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .single-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  background-position: center;
  background-size: contain;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .single-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .single-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  max-width: 110px;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .single-slide.static .link .icon {
  width: 35px;
  height: auto;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .swiper-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  padding: 0 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .swiper-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .swiper-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.product-slider .swiper.mobileSwiper .swiper-wrapper .swiper-slide.static .link .icon {
  width: 35px;
  height: auto;
}
@media (min-width: 1200px) {
  .product-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .product-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-slider .swiper.mobileSwiper {
    display: none;
  }
  .product-slider .swiper.productSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-left: 654px;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: calc(50% - 0px);
    bottom: 0;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-prev,
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #2020b3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-prev path,
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-next path {
    stroke: #ffffff;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-prev:after,
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-rtl .swiper-button-next:after {
    content: "";
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-next:after,
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-rtl .swiper-button-prev:after {
    content: "";
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-prev {
    right: -12px;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-next {
    right: 54px;
  }
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-prev svg,
  .product-slider .swiper.productSwiper .pagination-wrapper .swiper-button-next svg {
    width: 22px;
    height: 24px;
    fill: none;
    stroke: white;
    position: absolute;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-slider .swiper.productSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .product-slider .swiper.productSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 327px;
  }
  .product-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .product-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}
/* coupon */
.showcase-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  position: relative;
  width: 100%;
  padding: 0 0 40px 0;
}
.showcase-slider .swiper {
  width: 100%;
  height: 100%;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 385px;
}
.showcase-slider .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.showcase-slider .pagination-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% - 4px);
  bottom: -14px;
  z-index: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showcase-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.showcase-slider .pagination-wrapper .pagination-swiper-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  left: calc(50% - 78px);
  bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  display: none;
}
.showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
.showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.showcase-slider .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  position: relative;
}
.showcase-slider .swiper-wrapper .swiper-slide .text-wrapper {
  position: absolute;
  bottom: 88px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.showcase-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  max-width: 283px;
}
@media (min-width: 1200px) {
  .showcase-slider {
    padding: 0px 0px 47px 0px;
    height: 533px;
  }
  .showcase-slider .swiper {
    width: 100%;
    max-width: 1445px;
    height: 510px;
  }
  .showcase-slider .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination {
    z-index: 0;
    bottom: -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination {
    z-index: 0;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 82px);
    bottom: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    z-index: 1;
    display: none;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .showcase-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper {
    left: calc(50% - 449px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 137px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
    font-size: 44px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
    font-size: 15px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
    font-size: 27px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 328px;
    border-radius: 12px;
    max-width: 1130px;
  }
}
@media (min-width: 1600px) {
  .showcase-slider {
    padding: 0px 0px 47px 0px;
    height: 533px;
  }
  .showcase-slider .swiper {
    width: 100%;
    max-width: 1445px;
    height: 510px;
  }
  .showcase-slider .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination {
    z-index: 0;
    bottom: -11px;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .showcase-slider .pagination-wrapper .swiper-pagination {
    z-index: 0;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 82px);
    bottom: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    z-index: 1;
    display: none;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .showcase-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .showcase-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper {
    left: 196px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 63px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
    font-size: 80px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
    font-size: 27.538px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
    font-size: 41.622px;
  }
  .showcase-slider .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 328px;
    border-radius: 12px;
    max-width: unset;
  }
}
/* coupon */
.sale-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
.sale-slider .swiper.SaleSwiper {
  display: none;
}
.sale-slider .static-slide {
  width: 282px;
  height: calc(100% - 60px);
  margin-right: 20px;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  grid-area: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  padding: 0 80px;
}
.sale-slider .static-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.sale-slider .static-slide .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
}
.sale-slider .static-slide .link .icon {
  width: 35px;
  height: auto;
}
.sale-slider .swiper.salemobileSwiper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  margin: 0px 0 40px;
  padding: 12px 0 40px;
  max-width: 375px;
  overflow: visible;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 108px;
  right: 0;
  bottom: -22px;
  z-index: 0;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .pagination-swiper-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  left: calc(50% - 93px);
  bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  left: calc(50% - 55px);
  bottom: -5px;
  display: none;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.sale-slider .swiper.salemobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .slide-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .single-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 283px;
  -webkit-box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.08);
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .single-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  background-position: center;
  background-size: cover;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .single-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .single-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  max-width: 110px;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .single-slide.static .link .icon {
  width: 35px;
  height: auto;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .swiper-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  padding: 0 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .swiper-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .swiper-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.sale-slider .swiper.salemobileSwiper .swiper-wrapper .swiper-slide.static .link .icon {
  width: 35px;
  height: auto;
}
@media (min-width: 1200px) {
  .sale-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .sale-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sale-slider .swiper.salemobileSwiper {
    display: none;
  }
  .sale-slider .swiper.SaleSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-left: 654px;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: calc(50% - 0px);
    bottom: 0;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-prev,
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #2020b3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-prev path,
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-next path {
    stroke: #ffffff;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-prev:after,
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-rtl .swiper-button-next:after {
    content: "";
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-next:after,
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-rtl .swiper-button-prev:after {
    content: "";
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-prev {
    right: -12px;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-next {
    right: 54px;
  }
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-prev svg,
  .sale-slider .swiper.SaleSwiper .pagination-wrapper .swiper-button-next svg {
    width: 22px;
    height: 24px;
    fill: none;
    stroke: white;
    position: absolute;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sale-slider .swiper.SaleSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .sale-slider .swiper.SaleSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 328px;
    min-width: 327px;
  }
  .sale-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .sale-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}

.swiper-grid-column > .swiper-wrapper {
  max-height: 1200px;
}
/* coupon */
.lifestyle-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  position: relative;
  width: 100%;
  padding: 20px 0 20px 0;
  height: 418px;
  overflow: hidden;
}
.lifestyle-slider .swiper {
  width: 100%;
  height: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}
.lifestyle-slider .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.lifestyle-slider .pagination-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 152px;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 147px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.lifestyle-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.lifestyle-slider .pagination-wrapper .pagination-swiper-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  left: calc(50% - 59px);
  bottom: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  display: none;
}
.lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
.lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.lifestyle-slider .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
  position: relative;
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper {
  position: absolute;
  bottom: 79px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border-radius: 4px 0px 0px 4px;
  background: #2020b3;
  padding: 0 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.lifestyle-slider .swiper-wrapper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  width: 308px;
  height: 318px;
}
@media (min-width: 1200px) {
  .lifestyle-slider {
    padding: 18px 0px 18px 0px;
    height: unset;
  }
  .lifestyle-slider .swiper {
    width: 100%;
    padding: 50px 0;
  }
  .lifestyle-slider .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lifestyle-slider .pagination-wrapper .swiper-pagination {
    display: none;
  }
  .lifestyle-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location {
    display: none;
    position: absolute;
    z-index: 2;
    left: calc(50% - 122px);
    bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .lifestyle-slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 359px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper {
    bottom: 26px;
    padding: 0 12px;
    border-radius: 4px 0px 0px 4px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
    font-size: 25px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
    font-size: 27.538px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
    font-size: 41.622px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide img {
    display: block;
    width: 358px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
    max-width: unset;
    height: 292px;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide img:hover {
    -webkit-transform: perspective(1000px) rotateY(5deg) rotateX(5deg);
            transform: perspective(1000px) rotateY(5deg) rotateX(5deg);
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1600px) {
  .lifestyle-slider {
    padding: 18px 0px 18px 0px;
    height: unset;
  }
  .lifestyle-slider .swiper {
    width: 100%;
    padding: 50px 0;
  }
  .lifestyle-slider .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lifestyle-slider .pagination-wrapper .swiper-pagination {
    display: none;
  }
  .lifestyle-slider .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location {
    display: none;
    position: absolute;
    z-index: 2;
    left: calc(50% - 122px);
    bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .lifestyle-slider .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .lifestyle-slider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 577px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper {
    bottom: 26px;
    padding: 0 12px;
    border-radius: 4px 0px 0px 4px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-text {
    font-size: 32px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-subtext {
    font-size: 27.538px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide .text-wrapper .slide-link {
    font-size: 41.622px;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide img {
    display: block;
    width: 577px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
    max-width: unset;
    height: 475px;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .lifestyle-slider .swiper-wrapper .swiper-slide img:hover {
    -webkit-transform: perspective(1000px) rotateY(5deg) rotateX(5deg);
            transform: perspective(1000px) rotateY(5deg) rotateX(5deg);
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
  }
}
/* coupon */
.voucher-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
.voucher-slider .swiper.VoucherSwiper {
  display: none;
}
.voucher-slider .static-slide {
  width: 282px;
  height: calc(100% - 60px);
  margin-right: 20px;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  grid-area: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  padding: 0 80px;
}
.voucher-slider .static-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.voucher-slider .static-slide .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
}
.voucher-slider .static-slide .link .icon {
  width: 35px;
  height: auto;
}
.voucher-slider .swiper.vouchermobileSwiper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  margin: 0px 0 20px;
  padding: 0px 0 40px;
  max-width: 375px;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 132px;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% - 5px);
  bottom: -22px;
  z-index: 0;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .pagination-swiper-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  left: calc(50% - 93px);
  bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  left: calc(50% - 55px);
  bottom: -5px;
  display: none;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.voucher-slider .swiper.vouchermobileSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .slide-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .single-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .single-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  background-position: center;
  background-size: cover;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .single-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .single-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  max-width: 110px;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .single-slide.static .link .icon {
  width: 35px;
  height: auto;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .swiper-slide.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2020b3;
  padding: 0 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .swiper-slide.static .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .swiper-slide.static .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}
.voucher-slider .swiper.vouchermobileSwiper .swiper-wrapper .swiper-slide.static .link .icon {
  width: 35px;
  height: auto;
}
@media (min-width: 1200px) {
  .voucher-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .voucher-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voucher-slider .swiper.vouchermobileSwiper {
    display: none;
  }
  .voucher-slider .swiper.VoucherSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-left: 654px;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: calc(50% - 0px);
    bottom: 0;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-prev,
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #2020b3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-prev path,
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-next path {
    stroke: #ffffff;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-prev:after,
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-rtl .swiper-button-next:after {
    content: "";
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-next:after,
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-rtl .swiper-button-prev:after {
    content: "";
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-prev {
    right: -12px;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-next {
    right: 54px;
  }
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-prev svg,
  .voucher-slider .swiper.VoucherSwiper .pagination-wrapper .swiper-button-next svg {
    width: 22px;
    height: 24px;
    fill: none;
    stroke: white;
    position: absolute;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voucher-slider .swiper.VoucherSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .voucher-slider .swiper.VoucherSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 328px;
    min-width: 327px;
  }
  .voucher-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .voucher-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}

.swiper-grid-column > .swiper-wrapper {
  max-height: 1200px;
}
/* coupon */
.category-navigator {
  padding: 40px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-navigator--title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}
.category-navigator--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 321px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.category-navigator--items .item {
  width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-navigator--items .item:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.category-navigator--items .item:active {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.category-navigator--items .item .item-img {
  width: 75px;
  height: auto;
}
.category-navigator--items .item .item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #46494f;
  text-align: center;
  margin: 8px auto 0;
}
@media (min-width: 1200px) {
  .category-navigator--items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 991px;
  }
}
@media (min-width: 1600px) {
  .category-navigator {
    padding: 60px;
  }
  .category-navigator--title {
    margin: 0 0 30px;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    color: #0b0427;
    position: relative;
    display: inline-block;
  }
  .category-navigator--title:hover::after {
    width: 100%;
  }
  .category-navigator--items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: unset;
    gap: 5px;
  }
}
/* coupon */
.vacation-benefits-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
}
.vacation-benefits-slider .mobile-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.vacation-benefits-slider .mobile-layout .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.vacation-benefits-slider .mobile-layout .cards-container .hidden-cards {
  display: none;
}
.vacation-benefits-slider .mobile-layout .show-more-button {
  width: 166px;
  margin-top: 20px;
  padding: 12px 16px;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  background: #2020b3;
  cursor: pointer;
  font-size: 14px;
}
.vacation-benefits-slider .swiper.VacationBenefitsSwiper {
  display: none;
}
.vacation-benefits-slider .static-slide {
  width: 282px;
  height: calc(100% - 60px);
  margin-right: 20px;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  grid-area: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  padding: 0 80px;
}
.vacation-benefits-slider .static-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.vacation-benefits-slider .static-slide .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
}
.vacation-benefits-slider .static-slide .link .icon {
  width: 35px;
  height: auto;
}
@media (min-width: 1200px) {
  .vacation-benefits-slider .mobile-layout {
    display: none;
  }
  .vacation-benefits-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .vacation-benefits-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-left: 70px;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 413px;
    min-width: 413px;
  }
  .vacation-benefits-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .vacation-benefits-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .vacation-benefits-slider .mobile-layout {
    display: none;
  }
  .vacation-benefits-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .vacation-benefits-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .vacation-benefits-slider .swiper.VacationBenefitsSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 413px;
  }
  .vacation-benefits-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .vacation-benefits-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}

.swiper-grid-column > .swiper-wrapper {
  max-height: 1200px;
}
/* coupon */
.discount-club-owner-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
  width: 375px;
}
.discount-club-owner-slider .mobile-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.discount-club-owner-slider .mobile-layout .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.discount-club-owner-slider .mobile-layout .cards-container .hidden-cards {
  display: none;
}
.discount-club-owner-slider .mobile-layout .show-more-button {
  width: 166px;
  margin-top: 20px;
  padding: 12px 16px;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  background: #2020b3;
  cursor: pointer;
  font-size: 14px;
}
.discount-club-owner-slider .swiper.discountClubOwnerSwiper {
  display: none;
}
.discount-club-owner-slider .static-slide {
  width: 282px;
  height: calc(100% - 60px);
  margin-right: 20px;
  background-image: url("../img/product-slider/cat-static-link.jpg");
  grid-area: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  padding: 0 80px;
}
.discount-club-owner-slider .static-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.discount-club-owner-slider .static-slide .link .title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0;
}
.discount-club-owner-slider .static-slide .link .icon {
  width: 35px;
  height: auto;
}
@media (min-width: 1200px) {
  .discount-club-owner-slider {
    width: unset;
  }
  .discount-club-owner-slider .mobile-layout {
    display: none;
  }
  .discount-club-owner-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .discount-club-owner-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-left: 70px;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 413px;
    min-width: 413px;
  }
  .discount-club-owner-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .discount-club-owner-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .discount-club-owner-slider {
    width: unset;
  }
  .discount-club-owner-slider .mobile-layout {
    display: none;
  }
  .discount-club-owner-slider .static-slide {
    width: 122px;
    background-size: cover;
    background-position: center;
  }
  .discount-club-owner-slider .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: calc(50% - 132px);
    bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    display: none;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-of {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .pagination-wrapper .pagination-swiper-location .pagination-swiper-length {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .swiper-wrapper {
    padding-right: 60px;
  }
  .discount-club-owner-slider .swiper.discountClubOwnerSwiper .swiper-wrapper .swiper-slide {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 413px;
  }
  .discount-club-owner-slider .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .discount-club-owner-slider .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
}

.swiper-grid-column > .swiper-wrapper {
  max-height: 1200px;
}
/* coupon */
.coupon-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  padding-top: 12px;
  font-family: "ICPangeaText", Arial, Helvetica, sans-serif;
}
.coupon-page .desktop-br {
  display: none;
}
.coupon-page .mobile-br {
  display: block;
}
.coupon-page .separator.coupon {
  margin-block: 16px;
}
.coupon-page .coupon-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px 20px 0 0;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
  width: 335px;
}
.coupon-page .coupon-img-wrapper .img {
  width: 335px;
  height: auto;
  border-radius: 20px 20px 0 0;
}
.coupon-page .coupon-img-wrapper .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  color: #ffffff;
  margin: 0 auto 24px;
}
.coupon-page .coupon-img-wrapper .img-text .icon {
  width: 26.966px;
  height: auto;
}
.coupon-page .coupon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
  width: 335px;
  padding: 0 24px 28px;
  margin-bottom: 12px;
}
.coupon-page .coupon-card .logo {
  width: 277px;
  height: auto;
  margin-bottom: 10px;
}
.coupon-page .coupon-card .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background: radial-gradient(173.35% 566.74% at 86.58% 221.84%, #ffffff 0%, #e8e8ff 100%);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(65, 56, 242, 0.08);
          box-shadow: 0px 4px 12px 0px rgba(65, 56, 242, 0.08);
  max-width: 287px;
}
.coupon-page .coupon-card .price-wrapper .Benefit-value-box {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coupon-page .coupon-card .price-wrapper .Benefit-value-box .title {
  margin: 0 auto 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #46494f;
}
.coupon-page .coupon-card .price-wrapper .Benefit-value-box .text {
  margin-bottom: 4px;
  color: #46494f;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.coupon-page .coupon-card .price-wrapper .discount-price-box {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coupon-page .coupon-card .price-wrapper .discount-price-box .title {
  margin: 0 auto 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #46494f;
}
.coupon-page .coupon-card .price-wrapper .discount-price-box .text {
  margin-bottom: 4px;
  color: #46494f;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.coupon-page .coupon-card .price-wrapper .discount-price-box .subtext {
  color: #46494f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.coupon-page .coupon-card .price-wrapper .club-price-box {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coupon-page .coupon-card .price-wrapper .club-price-box .title {
  margin: 0 auto 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #46494f;
}
.coupon-page .coupon-card .price-wrapper .club-price-box .text {
  margin-bottom: 4px;
  color: #2020b3;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.coupon-page .coupon-card .price-wrapper .club-price-box .subtext {
  color: #2020b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.coupon-page .coupon-card .progress-container {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.coupon-page .coupon-card .progress-container .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #46494f;
  margin: 0 auto;
}
.coupon-page .coupon-card .progress-container .points {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: #4138f2;
}
.coupon-page .coupon-card .progress-container .range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #46494f;
  margin-bottom: 5px;
}
.coupon-page .coupon-card .progress-container .price-range-slider {
  width: 100%;
  height: 8px;
  background: #d1d4fe;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.coupon-page .coupon-card .progress-container .price-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2020b3;
}
.coupon-page .coupon-card .progress-container .price-range-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2020b3;
}
.coupon-page .coupon-card .quantity-selector {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.coupon-page .coupon-card .quantity-selector .label {
  color: #46494f;
  margin-left: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 6px;
  border: 1px solid #46494f;
  background: #ffffff;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 8px 8px;
  width: 125px;
  line-height: 1;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper .button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper .button:hover {
  background-color: #ddd;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper .button.minus {
  background-color: #ffffff;
  border-radius: 6px;
  border: unset;
  font-weight: 900;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper .button.plus {
  background-color: #ffffff;
  border-radius: 6px;
  border: unset;
  font-weight: 900;
}
.coupon-page .coupon-card .quantity-selector .counter-wrapper .quantity {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}
.coupon-page .coupon-card .addtocardBtn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #46494f;
  background: #ffffff;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 10px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.coupon-page .coupon-card .addtocardBtn-wrapper .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #46494f;
}
.coupon-page .coupon-card .addtocardBtn-wrapper .addtocardBtn-logo {
  width: 16px;
  height: auto;
}
.coupon-page .coupon-card .quick-purchase-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  gap: 3px;
  width: 100%;
  margin-bottom: 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.coupon-page .coupon-card .quick-purchase-wrapper .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
.coupon-page .coupon-card .expiration-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  width: 100%;
  gap: 5px;
}
.coupon-page .coupon-card .expiration-date-wrap .expiration-date {
  color: #46494f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.coupon-page .coupon-card .expiration-date-wrap .expiration-date-sidetext {
  color: #46494f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.coupon-page .coupon-card .clubPrice-declaimer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  margin-bottom: 10px;
}
.coupon-page .coupon-card .clubPrice-declaimer-wrapper .declaimer-text {
  color: #46494f;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.coupon-page .coupon-card .clubPrice-declaimer-wrapper .declaimer-text .declaimer-bold {
  color: #46494f;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}
.coupon-page .coupon-card .discountPrice-declaimer-wrapper {
  line-height: 22px;
}
.coupon-page .coupon-card .discountPrice-declaimer-wrapper .declaimer-text {
  color: #46494f;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.coupon-page .coupon-card .discountPrice-declaimer-wrapper .declaimer-text .declaimer-bold {
  color: #46494f;
  font-weight: 700;
  font-size: 15px;
}
.coupon-page .coupon-info-card {
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 28px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.coupon-page .coupon-info-card .contact-form_seperator {
  width: 52px;
  height: 4px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 8px;
}
.coupon-page .coupon-info-card .contact-form_seperator.first {
  display: none;
}
.coupon-page .coupon-info-card .toggles {
  display: none;
}
.coupon-page .coupon-info-card .accordion-wrapper {
  display: block;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  max-width: 355px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .toggle {
  padding: 16px 20px;
  border: none;
  background-color: #f3f3ff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin-bottom: 0;
  width: 355px;
  max-width: 355px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .toggle svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .toggle.active {
  background-color: #2020b3;
  color: #ffffff;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .toggle.active svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .toggle.active svg path {
  stroke: #ffffff;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info {
  display: none;
  padding: 20px 10px;
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info.active {
  display: block;
  -webkit-animation: slideDown 0.3s ease;
          animation: slideDown 0.3s ease;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  margin-bottom: 16px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .details {
  margin-bottom: 24px;
  line-height: 19px;
  font-size: 16px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .details a {
  color: #000000;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .second-title {
  font-size: 18px;
  font-weight: 600;
  color: #0b0427;
  margin-bottom: 0;
  margin-top: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .contact-form-box__description {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  color: #0b0427;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .note {
  line-height: 18px;
  font-size: 15px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .title {
  display: none;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-description {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  color: #0b0427;
  margin-top: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info {
  margin-bottom: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info .phone-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #0b0427;
  margin-bottom: 8px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info .phone-label span {
  font-size: 16px;
  font-weight: 400;
  color: #0b0427;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info .phone-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  text-decoration: underline;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info .phone-numbers a {
  font-size: 16px;
  font-weight: 500;
  color: #0b0427;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .contact-info .phone-numbers .separator {
  font-size: 16px !important;
  color: #ccc;
  margin-inline: 8px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .follow-label {
  font-size: 16px;
  font-weight: 400;
  color: #46494f;
  margin-bottom: 8px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons {
  display: grid;
  grid-template-columns: 0fr 0fr 0fr 0fr;
  gap: 12px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #ffffff;
  color: #46494f;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn:hover {
  background: #f3f3ff;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn span {
  display: none;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.youtube:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.instagram:hover {
  color: #e4405f;
  border-color: #e4405f;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.facebook:hover {
  color: #1877f2;
  border-color: #1877f2;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.website:hover {
  color: #2020b3;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn svg {
  width: 24px;
  height: 24px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-row.single-column {
  grid-template-columns: 1fr;
  gap: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea {
  padding: 12px 16px;
  border: 1px solid rgba(11, 4, 39, 0.4);
  border-radius: 6px;
  font-size: 16px;
  color: #46494f;
  background: #ffffff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  margin-bottom: 12px;
  width: 100%;
  color: #0b0427;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input:focus,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select:focus,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea:focus {
  outline: none;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input::-webkit-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select::-webkit-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea::-webkit-input-placeholder {
  color: #0b0427;
  opacity: 0.4;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input::-moz-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select::-moz-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea::-moz-placeholder {
  color: #0b0427;
  opacity: 0.4;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input:-ms-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select:-ms-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea:-ms-input-placeholder {
  color: #0b0427;
  opacity: 0.4;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input::-ms-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select::-ms-input-placeholder, .coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea::-ms-input-placeholder {
  color: #0b0427;
  opacity: 0.4;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input::placeholder,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select::placeholder,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea::placeholder {
  color: #0b0427;
  opacity: 0.4;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-input.error,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select.error,
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea.error {
  border-color: #e40404;
  margin-bottom: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone {
  direction: rtl;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone::-moz-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone:-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone::-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form #contact_phone::placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .contact-form__error-msg {
  font-size: 14px;
  color: #e40404;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select-wrapper {
  margin-bottom: 0;
  position: relative;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-select-wrapper .form-select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid rgba(11, 4, 39, 0.4);
  padding: 12px 16px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-textarea {
  width: 100%;
  margin-bottom: 12px;
  resize: vertical;
  min-height: 80px;
  height: 80px;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-success-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #22c55e;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-success-message svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .form-success-message span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
  padding: 12px 16px;
  background: #2020b3;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .submit-btn:hover {
  background: rgb(24.2654028436, 24.2654028436, 135.7345971564);
}
.coupon-page .coupon-info-card .accordion-wrapper .accordion-item .info .supplier-contact .contact-form-box .contact-form .submit-btn svg {
  width: 20px;
  height: 20px;
}
.coupon-page .coupon-info-card .info-container {
  display: none;
  width: 335px;
  padding: 28px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.coupon-page .coupon-info-card .info-container .info {
  display: none;
}
.coupon-page .coupon-info-card .info-container .info .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  margin-bottom: 0;
}
.coupon-page .coupon-info-card .info-container .info .details {
  margin-bottom: 37.5px;
  line-height: 19px;
  font-size: 16px;
}
.coupon-page .coupon-info-card .info-container .info .details a {
  color: #000000;
}
.coupon-page .coupon-info-card .info-container .info .note {
  line-height: 18px;
  font-size: 15px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .title {
  display: none;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-description {
  margin-bottom: 24px;
  line-height: 19px;
  font-size: 16px;
  color: #0b0427;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-info {
  margin-bottom: 24px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-info .phone-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #46494f;
  margin-bottom: 8px;
  line-height: 1.77;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-info .phone-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-info .phone-numbers a {
  font-size: 16px;
  font-weight: 500;
  color: #46494f;
  cursor: pointer;
  color: #0b0427;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .contact-info .phone-numbers .separator {
  font-size: 16px !important;
  color: #46494f;
  margin-inline: 8px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section {
  margin-bottom: 37.5px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .follow-label {
  font-size: 16px;
  font-weight: 400;
  color: #46494f;
  margin-bottom: 12px;
  line-height: 1.77;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid #0b0427;
  border-radius: 6px;
  background: #ffffff;
  color: #46494f;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn:hover {
  background: #f3f3ff;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn span {
  display: none;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.youtube:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.instagram:hover {
  color: #e4405f;
  border-color: #e4405f;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.facebook:hover {
  color: #1877f2;
  border-color: #1877f2;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn.website:hover {
  color: #2020b3;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .social-section .social-buttons .social-btn svg {
  width: 16px;
  height: 16px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box {
  width: 495px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-row.single-column {
  grid-template-columns: 1fr;
  gap: 0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  color: #46494f;
  background: #ffffff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  margin-bottom: 12px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input:focus,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select:focus,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea:focus {
  outline: none;
  border-color: #2020b3;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input::-webkit-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select::-webkit-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input::-moz-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select::-moz-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea::-moz-placeholder {
  color: #a0a0a0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input:-ms-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select:-ms-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input::-ms-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select::-ms-input-placeholder, .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input::placeholder,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select::placeholder,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea::placeholder {
  color: #a0a0a0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-input.error,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select.error,
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea.error {
  border-color: #e40404;
  margin-bottom: 0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone {
  direction: rtl;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone::-moz-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone:-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone::-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form #contact_phone::placeholder {
  direction: rtl;
  text-align: right;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .contact-form__error-msg {
  font-size: 14px;
  color: #e40404;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select-wrapper {
  margin-bottom: 16px;
  position: relative;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-select-wrapper .form-select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-textarea {
  width: 100%;
  margin-bottom: 20px;
  resize: vertical;
  min-height: 88px;
  height: 88px;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-success-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: #f0fdf4;
  border: 1px solid #22c55e;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #22c55e;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-success-message svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .form-success-message span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: #2020b3;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form-box .contact-form .submit-btn:hover {
  background: rgb(24.2654028436, 24.2654028436, 135.7345971564);
}
.coupon-page .coupon-info-card .info-container .info.active {
  display: block;
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    opacity: 1;
    max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    opacity: 1;
    max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .coupon-page .separator.coupon {
    display: none;
    margin-block: 12px;
  }
  .coupon-page {
    padding-top: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .coupon-page .desktop-br {
    display: block;
  }
  .coupon-page .mobile-br {
    display: none;
  }
  .coupon-page .coupon-img-wrapper {
    width: 850px;
    background: #ffffff;
    border-radius: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 20px;
    margin-bottom: 59px;
    margin-right: 360px;
    grid-column: 2;
    grid-row: 1;
  }
  .coupon-page .coupon-img-wrapper .img {
    width: 770px;
    border-radius: unset;
  }
  .coupon-page .coupon-img-wrapper .img-text {
    color: #0b0427;
    font-size: 40px;
    position: relative;
    margin-right: 34px;
    margin-bottom: 20px;
  }
  .coupon-page .coupon-img-wrapper .img-text .icon {
    width: 34px;
  }
  .coupon-page .coupon-img-wrapper .img-text .icon path {
    fill: #2020b3;
  }
  .coupon-page .coupon-card {
    position: absolute;
    top: 264px;
    right: calc(50% - 598px);
    -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
            box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
    padding: 0 20px 40px;
    margin-bottom: 0;
  }
  .coupon-page .coupon-card .logo {
    width: 290px;
  }
  .coupon-page .coupon-card .quantity-selector .label {
    font-size: 16px;
  }
  .coupon-page .coupon-card .quantity-selector .counter-wrapper .button.minus:hover {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
    color: #e40404;
    line-height: 1;
  }
  .coupon-page .coupon-card .quantity-selector .counter-wrapper .button.minus:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .coupon-page .coupon-card .quantity-selector .counter-wrapper .button.plus:hover {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
    color: green;
    line-height: 1;
  }
  .coupon-page .coupon-card .quantity-selector .counter-wrapper .button.plus:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .coupon-page .coupon-card .quantity-selector .counter-wrapper .quantity {
    font-size: 18px;
  }
  .coupon-page .coupon-card .addtocardBtn-wrapper:hover .addtocardBtn-logo {
    -webkit-animation: giggle 0.3s ease forwards;
            animation: giggle 0.3s ease forwards;
  }
  .coupon-page .coupon-card .quick-purchase-wrapper:hover {
    background: #ffffff;
  }
  .coupon-page .coupon-card .quick-purchase-wrapper:hover .text {
    color: #2020b3;
  }
  .coupon-page .coupon-card .quick-purchase-wrapper:hover .arrow svg path {
    stroke: #2020b3;
  }
  .coupon-page .coupon-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 76px;
    padding-right: calc(50% - 598px);
  }
  .coupon-page .coupon-info-card .contact-form_seperator {
    top: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .coupon-page .coupon-info-card .contact-form_seperator.first {
    display: block;
  }
  .coupon-page .coupon-info-card .accordion-wrapper {
    display: none;
  }
  .coupon-page .coupon-info-card .toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    gap: 12px;
    margin-bottom: 0;
  }
  .coupon-page .coupon-info-card .toggles .toggle {
    width: 300px;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f3ff;
    border: 2px solid #fff;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .coupon-page .coupon-info-card .toggles .toggle svg {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .coupon-page .coupon-info-card .toggles .toggle:hover {
    background-color: #d0d0ef;
  }
  .coupon-page .coupon-info-card .toggles .toggle:hover svg path {
    stroke: #46494f;
  }
  .coupon-page .coupon-info-card .toggles .toggle svg path {
    stroke: #46494f;
  }
  .coupon-page .coupon-info-card .toggles .toggle.active {
    background-color: #2020b3;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .coupon-page .coupon-info-card .toggles .toggle.active svg {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .coupon-page .coupon-info-card .toggles .toggle.active svg path {
    stroke: #ffffff;
  }
  .coupon-page .coupon-info-card .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    padding: 40px;
    border-radius: 20px 0 20px 20px;
  }
  .coupon-page .coupon-info-card .info-container .info .title {
    margin-top: 0;
  }
  .coupon-page .coupon-info-card .info-container .info .details {
    line-height: 1.77;
  }
  .coupon-page .coupon-info-card .info-container .info .second-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }
  .coupon-page .coupon-info-card .info-container .info .contact-form-box__description {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .note {
    line-height: 1.77;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .separator.coupon {
    display: block;
    margin-block: 12px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info-box .title {
    display: block;
    font-size: 24px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-description {
    font-size: 18px !important;
    line-height: 1.77;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    line-height: 1.33 !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info {
    margin-bottom: 0px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-label {
    font-size: 18px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-label span {
    font-size: 18px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-label svg {
    width: 20px !important;
    height: 20px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-numbers {
    text-decoration: none !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-numbers a {
    font-size: 18px !important;
    text-decoration: none !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-info .phone-numbers .separator {
    font-size: 18px !important;
    color: #ccc !important;
    margin-inline: 8px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section {
    margin-bottom: 50px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .follow-label {
    font-size: 18px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons {
    gap: 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn {
    padding: 11px 12px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: auto !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn span {
    display: block !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn svg {
    width: 23.157px !important;
    height: 23.157px !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn.website:hover {
    color: #2020b3;
    border-color: #2020b3;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn.youtube:hover {
    color: #ff0000;
    border-color: #ff0000;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn.instagram:hover {
    color: #e4405f;
    border-color: #e4405f;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .social-section .social-buttons .social-btn.facebook:hover {
    color: #1877f2;
    border-color: #1877f2;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-row {
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    margin-bottom: 0 !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-row.single-column {
    grid-template-columns: 1fr !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-input,
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-select,
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-textarea {
    padding: 16px 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-input.error,
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-select.error,
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-textarea.error {
    border-color: #e40404;
    margin-bottom: 0;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone {
    direction: rtl;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone::-webkit-input-placeholder {
    direction: rtl;
    text-align: right;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone::-moz-placeholder {
    direction: rtl;
    text-align: right;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone:-ms-input-placeholder {
    direction: rtl;
    text-align: right;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone::-ms-input-placeholder {
    direction: rtl;
    text-align: right;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form #contact_phone::placeholder {
    direction: rtl;
    text-align: right;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .contact-form__error-msg {
    font-size: 16px;
    color: #e40404;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-select-wrapper {
    margin-bottom: 0 !important;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-select-wrapper .form-select {
    background-position: left 16px center;
    background-size: 18px;
    padding-left: 50px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-textarea {
    margin-bottom: 30px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-success-message {
    padding: 16px 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .form-success-message svg {
    width: 22px;
    height: 22px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .submit-btn {
    padding: 16px 20px;
    font-size: 20px;
  }
  .coupon-page .coupon-info-card .info-container .info .supplier-contact .contact-form .submit-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .coupon-page .coupon-info-card .contact-form_seperator.first {
    display: block;
  }
  .coupon-page .coupon-info-card .contact-form_seperator.second {
    display: block;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .contact-description {
    font-size: 18px;
    line-height: 1.77;
    margin-bottom: 30px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .contact-info {
    margin-bottom: 30px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .contact-info .phone-label {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .contact-info .phone-numbers span {
    font-size: 18px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .contact-info .separator {
    margin-inline: 8px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .social-section {
    margin-bottom: 50px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .social-section .follow-label {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .social-section .social-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-info-box .social-section .social-buttons .social-btn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-row {
    gap: 16px;
    margin-bottom: 20px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-input,
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-select,
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-textarea {
    padding: 16px 20px;
    font-size: 18px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-select-wrapper {
    margin-bottom: 20px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-select-wrapper .form-select {
    background-position: left 16px center;
    background-size: 18px;
    padding-left: 50px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .form-textarea {
    margin-bottom: 30px;
    min-height: 120px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .submit-btn {
    padding: 16px 20px;
    font-size: 20px;
  }
  .coupon-page .coupon-info-card .info-container .supplier-contact .contact-form-box .contact-form .submit-btn svg {
    width: 18px;
    height: 18px;
  }
}
/* coupon */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@-webkit-keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.my-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 40px;
}
.my-account .card-container {
  width: 335px;
  padding: 28px 24px;
  gap: 12px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  padding: 28px 24px;
}
.my-account .card-container .title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  margin-top: 0;
  margin-bottom: 12px;
}
.my-account .card-container .box-wrapper {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.my-account .card-container .box-wrapper .box {
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
  border-radius: 12px;
  background: #f3f3ff;
  cursor: pointer;
  text-decoration: none;
  gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-account .card-container .box-wrapper .box .text {
  color: #000000;
  text-align: center;
}
.my-account .card-container .box-wrapper .box:hover {
  background-color: #d0d0ef;
}
.my-account .card-container .box-wrapper .box.active {
  background: #2020b3;
}
.my-account .card-container .box-wrapper .box.active .icon path {
  stroke: #ffffff;
}
.my-account .card-container .box-wrapper .box.active .text {
  color: #ffffff;
}
.my-account .card-container #points-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-account .card-container .mobile-br {
  display: block;
}
@media (min-width: 1200px) {
  .my-account {
    padding-bottom: 100px;
    padding-top: 272px;
  }
  .my-account .card-container {
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
            box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
    width: 1200px;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  .my-account .card-container .title {
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .my-account .card-container .box-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .my-account .card-container .box-wrapper .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 166px;
    height: 40px;
    padding: 12px;
    line-height: 1;
    border-radius: 38px;
  }
  .my-account .card-container .box-wrapper .box .text {
    font-size: 18px;
  }
  .my-account .card-container .box-wrapper .box.active {
    background: #2020b3;
  }
  .my-account .card-container .box-wrapper .box.active .icon path {
    stroke: #ffffff;
  }
  .my-account .card-container .box-wrapper .box.active .text {
    color: #ffffff;
  }
  .my-account .card-container .orders-vouchers {
    width: 100%;
  }
  .my-account .card-container .mobile-br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .my-account .card-container {
    width: 1200px;
  }
}
/* coupon */
.cart-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 40px;
}
.cart-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  margin-bottom: 12px;
  padding: 28px 24px;
  width: 335px;
}
.cart-page__items-title {
  text-align: right;
}
.cart-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cart-page__item-image {
  width: 80px;
  height: 60px;
}
.cart-page__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-left: 10px;
}
.cart-page__item-title {
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.cart-page__item-subtitle {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.cart-page__item-subtitle span {
  color: #2020b3;
}
.cart-page__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-page__total-price {
  border-radius: 38px;
  background: #f8f8f8;
  padding: 4px 16px;
}
.cart-page__total-price .note {
  margin-right: 5px;
}
.cart-page__separator-dekstop {
  display: none;
}
.cart-page__summary {
  min-width: 335px;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  padding: 28px 24px;
}
.cart-page__summary-header {
  font-size: 22px;
  margin: 0 0 10px;
}
.cart-page__summary-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cart-page__summary-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0b0427;
  margin: 0;
}
.cart-page__summary-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 77px;
  border-radius: 38px;
  background: #f8f8f8;
  padding: 4px 16px;
  margin: 0;
}
.cart-page__summary-price .note {
  margin-right: 5px;
}
.cart-page__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cart-page__coupon-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #0b0427;
}
.cart-page__coupon-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.cart-page__coupon-field {
  width: 203px;
  height: 40px;
  border: 1px solid #dadada;
  background: #ffffff;
}
.cart-page__coupon-button {
  width: 84px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
}
.cart-page__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-page__payment-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  margin-bottom: 10px;
  gap: 9px;
  text-decoration: none;
}
.cart-page__button-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
.cart-page__payment-icon {
  width: 17px;
  height: auto;
}
.cart-page__continue-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 1px solid #000000;
  background: #ffffff;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.cart-page__continue-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 1200px) {
  .cart-page {
    padding-top: 272px;
    padding-bottom: 76px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .cart-page__items {
    height: 428px;
    width: 728px;
    padding: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .cart-page__items-title {
    font-size: 30px;
    margin: 0;
  }
  .cart-page__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
  .cart-page__item-image {
    width: 178px;
    height: auto;
  }
  .cart-page__item-title {
    font-size: 30px;
  }
  .cart-page__item-subtitle {
    font-size: 24px;
  }
  .cart-page__total {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cart-page__total-label {
    display: none;
  }
  .cart-page__total-price {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 24px;
    font-weight: 500;
  }
  .cart-page__total-price .note {
    font-size: 24px;
  }
  .cart-page__separator-dekstop {
    display: block;
    margin-block: 20px;
    width: 100%;
    height: 1.5px;
    background: #d9d9d9;
  }
  .cart-page__summary {
    height: 428px;
    width: 392px;
    padding: 40px;
  }
  .cart-page__summary-header {
    font-size: 30px;
  }
  .cart-page__summary-details {
    margin-bottom: 24px;
    gap: 10px;
  }
  .cart-page__summary-text {
    font-size: 24px;
  }
  .cart-page__summary-price {
    background: unset;
    font-size: 30px;
    padding: 0;
  }
  .cart-page__summary-price .note {
    margin-right: 4px;
  }
  .cart-page__coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .cart-page__coupon-label {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #0b0427;
  }
  .cart-page__coupon-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
  }
  .cart-page__coupon-field {
    width: 208px;
    height: 40px;
    border: 1px solid #dadada;
    background: #ffffff;
  }
  .cart-page__coupon-button {
    width: 84px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #0b0427;
    padding: 4px;
    cursor: pointer;
  }
  .cart-page__coupon-button:hover {
    background: #c3c3c3;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    border-color: #a3a3a3;
  }
  .cart-page__coupon-button:active {
    background: #a3a3a3;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
  }
  .cart-page__payment-button {
    margin-bottom: 12px;
  }
  .cart-page__payment-button:hover .cart-page__button-icon {
    -webkit-animation: drivingCart 1.25s ease-in-out forwards;
            animation: drivingCart 1.25s ease-in-out forwards;
  }
  .cart-page__continue-button:hover .cart-page__continue-text {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cart-page__continue-button:active .cart-page__continue-text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .cart-page__continue-text {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
/* coupon */
.payment {
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment__items {
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  padding: 28px 24px;
  margin-bottom: 20px;
  max-width: 335px;
  width: 100%;
}
.payment__items-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.payment__separator {
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
  opacity: 0.1;
}
.payment__separator--desktop {
  display: none;
}
.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment__item-image {
  width: 80px;
  height: auto;
  border-radius: 5px;
}
.payment__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment__item-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.payment__item-subtitle {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.payment__item-supplier {
  font-weight: 400;
  color: #2020b3;
}
.payment__item-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.payment__item-price .note {
  font-size: 16px;
  font-style: normal;
  color: #000000;
  font-weight: 500;
}
.payment__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin-top: 0;
}
.payment__total-label {
  font-weight: 400;
  font-size: 16px;
}
.payment__total:last-child {
  margin-bottom: 0;
}
.payment__total-price {
  font-size: 16px;
  font-weight: 400;
  border-radius: 38px;
  background: #f8f8f8;
  padding: 0 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.payment__total-price-note {
  font-size: 16px;
}
.payment__total-price.desktop {
  display: none;
}
.payment__details {
  padding: 28px 24px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  max-width: 335px;
  width: 100%;
}
.payment__details-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 14px;
}
.payment__form {
  margin-top: 10px;
}
.payment__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  width: 100%;
  max-width: 135px;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}
.payment__form-label.last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.payment__form-label.last-child svg {
  margin-right: 6px;
}
.payment__form-icon {
  width: 24px;
  height: auto;
  cursor: pointer;
  margin-left: 12px;
}
.payment__form-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  color: #000000;
  font-size: 14px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 4px;
}
.payment__form-input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.payment__form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.payment__form-input:focus::-moz-placeholder {
  color: transparent;
}
.payment__form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.payment__form-input:focus::-ms-input-placeholder {
  color: transparent;
}
.payment__form-input:focus::placeholder {
  color: transparent;
}
.payment__form-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.3;
}
.payment__form-input::-moz-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.3;
}
.payment__form-input:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.3;
}
.payment__form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.3;
}
.payment__form-input::placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.3;
}
.payment__form-input.selector {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.payment__hovered-popup {
  display: none;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 23px;
}
.payment__selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.payment__selector-wrapper svg {
  position: absolute;
  left: 0px;
  pointer-events: none;
}
.payment__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 27px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment__field-wrapper.cvv {
  margin-bottom: 14px;
  gap: 0;
}
.payment__expiration-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
.payment__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.payment__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  background: #eee;
  padding: 12px 0;
}
.payment__ssh {
  width: 258.439px;
  height: 52.334px;
}
.payment__error {
  color: #e40404;
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.payment__error.expiry {
  position: absolute;
  top: 26px;
}
.payment__submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #2020b3;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  gap: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.payment__submit-form:visited .payment__submit-icon {
  -webkit-animation: drivingCart 1.25s ease-in-out forwards;
          animation: drivingCart 1.25s ease-in-out forwards;
}
@media (min-width: 1200px) {
  .payment {
    padding-top: 272px;
    padding-bottom: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .payment__items {
    max-width: 660px;
    padding: 40px;
  }
  .payment__items-title {
    margin-bottom: 40px;
  }
  .payment__separator {
    margin-block: 40px;
    opacity: 0.1;
  }
  .payment__item {
    margin-bottom: 0;
    gap: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .payment__item-image {
    width: 178px;
  }
  .payment__item-title {
    font-size: 30px;
  }
  .payment__item-subtitle {
    font-size: 24px;
  }
  .payment__item-price {
    font-size: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .payment__item-price.desktop {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 20px;
  }
  .payment__total {
    margin-bottom: 40px;
  }
  .payment__details {
    max-width: 500px;
  }
  .payment__details-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .payment__form-label {
    font-size: 18px;
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
  .payment__form-label.last-child {
    max-width: 147px;
  }
  .payment__form-icon {
    width: 26px;
    height: auto;
    margin-left: 12px;
  }
  .payment__form-input {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    color: #000000;
    font-size: 18px;
  }
  .payment__form-input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000000;
  }
  .payment__form-input::-moz-placeholder {
    font-size: 18px;
    color: #000000;
  }
  .payment__form-input:-ms-input-placeholder {
    font-size: 18px;
    color: #000000;
  }
  .payment__form-input::-ms-input-placeholder {
    font-size: 18px;
    color: #000000;
  }
  .payment__form-input::placeholder {
    font-size: 18px;
    color: #000000;
  }
  .payment__form-input.selector {
    font-size: 18px;
    color: #000000;
  }
  .payment__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .payment__hovered-popup {
    display: none;
    position: relative;
    z-index: 10;
    position: absolute;
    left: calc(50% + 64px);
    bottom: 32323pxpx;
  }
  .payment__field-wrapper {
    margin-bottom: 52px;
  }
  .payment__field-wrapper.cvv {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .payment__expiration-date {
    margin-bottom: 52px;
  }
  .payment__error {
    color: #e40404;
    font-size: 16px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 26px;
  }
  .payment__error.expiry {
    position: absolute;
  }
  .payment__submit-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #2020b3;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
    margin-top: 0;
  }
  .payment__submit-form:hover .payment__submit-icon {
    -webkit-animation: drivingCart 1.25s ease-in-out forwards;
            animation: drivingCart 1.25s ease-in-out forwards;
  }
}
/* coupon */
.thanks {
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thanks__content {
  padding: 24px;
  max-width: 360px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.thanks__icon-wrapper svg {
  width: 25px;
  height: auto;
}
.thanks__title {
  color: #2020b3;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.thanks__subtitle {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
}
.thanks__order-number {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #2020b3;
  margin: 0;
}
.thanks__button {
  border-radius: 6px;
  border: 1px solid #ffffff;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.thanks__button-text {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.thanks__note {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .thanks {
    padding-top: 272px;
    padding-bottom: 120px;
  }
  .thanks__content {
    width: 100%;
    max-width: 880px;
    gap: 0;
  }
  .thanks__icon-wrapper {
    margin-bottom: 40px;
  }
  .thanks__icon-wrapper svg {
    width: 46.583px;
    height: auto;
  }
  .thanks__title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
  }
  .thanks__subtitle {
    font-size: 20px;
    max-width: 513px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .thanks__order-number {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .thanks__button {
    cursor: pointer;
    width: 292px;
    margin-bottom: 20px;
  }
  .thanks__button:hover {
    -webkit-animation: giggle 0.4s ease forwards;
            animation: giggle 0.4s ease forwards;
  }
  .thanks__note {
    font-size: 20px;
  }
}
/* coupon */
.login-container {
  max-width: 335px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.login-container__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  margin-bottom: 14px;
  text-align: right;
  width: 100%;
  margin-top: 0;
}
.login-container__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.login-container__form-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.login-container__form-input {
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 16px;
}
.login-container__form-input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.login-container__form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::-moz-placeholder {
  color: transparent;
}
.login-container__form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::-ms-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::placeholder {
  color: transparent;
}
.login-container__form-input::-webkit-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::-moz-placeholder {
  font-size: 16px;
}
.login-container__form-input:-ms-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::-ms-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::placeholder {
  font-size: 16px;
}
.login-container__form-input.id {
  margin-bottom: 21px;
}
.login-container__form-input.id::-webkit-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::-moz-placeholder {
  font-size: 12px;
}
.login-container__form-input.id:-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard {
  margin-bottom: 21px;
}
.login-container__form-input.creditCard::-webkit-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::-moz-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard:-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::placeholder {
  font-size: 12px;
}
.login-container__checkbox-wrapper {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container__checkbox-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}
.login-container__checkbox-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 4px;
}
.login-container__checkbox-input:checked {
  content: "";
  border: none;
  background-image: url("../../img/login/CheckBox.svg");
}
.login-container__form-button {
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.login-container__form-button:hover {
  -webkit-animation: giggle 0.4s ease forwards;
          animation: giggle 0.4s ease forwards;
}
.login-container__notAuser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container__notAuser-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.login-container__notAuser-link {
  cursor: pointer;
  color: #2020b3;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .login-container {
    max-width: 550px;
    padding: 40px;
  }
  .login-container__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .login-container__form-label {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .login-container__form-input.id {
    margin-bottom: 20px;
  }
  .login-container__form-input.id::-webkit-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::-moz-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id:-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard {
    margin-bottom: 16px;
  }
  .login-container__form-input.creditCard::-webkit-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::-moz-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard:-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::placeholder {
    font-size: 16px;
  }
  .login-container__checkbox-wrapper {
    margin-bottom: 40px;
    gap: 8px;
  }
  .login-container__checkbox-text {
    font-size: 16px;
    cursor: pointer;
  }
  .login-container__checkbox-input:checked {
    content: "";
    border: none;
    background-image: url("../../img/login/CheckBox.svg");
  }
  .login-container__form-button {
    margin-bottom: 40px;
  }
  .login-container__form-button:hover {
    -webkit-animation: giggle 0.4s ease forwards;
            animation: giggle 0.4s ease forwards;
  }
  .login-container__notAuser {
    gap: 5px;
  }
  .login-container__notAuser-text {
    font-size: 18px;
  }
  .login-container__notAuser-link {
    font-size: 18px;
    cursor: pointer;
    color: #2020b3;
    -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    text-decoration: none;
  }
  .login-container__notAuser-link:hover {
    color: #2020b3;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    text-shadow: 0 0 12px rgb(32, 32, 179);
  }
  .login-container__notAuser-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #2020b3;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .login-container__notAuser-link:hover::after {
    width: 100%;
  }
}

/* coupon */
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .login {
    padding-top: 272px;
    padding-bottom: 120px;
  }
}
/* coupon */
.registration-container {
  max-width: 360px;
  width: 100%;
  padding: 28px 24px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
}
.registration-container__fieldWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-container__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.registration-container__required {
  color: #ff0000;
}
.registration-container__input {
  border-bottom: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  direction: rtl;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  opacity: 0.3;
  padding: 4px;
  width: 100%;
}
.registration-container__input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.registration-container__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::-moz-placeholder {
  color: transparent;
}
.registration-container__input:focus:-ms-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::-ms-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::placeholder {
  color: transparent;
}
.registration-container input.error {
  border-color: #e40404;
  opacity: 1;
}
.registration-container #reg_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.registration-container__gender-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 42px;
}
.registration-container__gender-picker-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14.5px;
}
.registration-container__gender-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.registration-container__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 8px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.registration-container__gender.selected {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.registration-container__gender.selected svg path {
  stroke: #2020b3;
}
.registration-container__gender.selected span {
  color: #2020b3;
  font-weight: 500;
}
.registration-container__gender.selected {
  -webkit-box-shadow: 0 0 10px 1px #2020b3;
          box-shadow: 0 0 10px 1px #2020b3;
  border-radius: 8px;
}
.registration-container__gender-text {
  margin-top: 0;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.registration-container__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.registration-container__fieldWrapper.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.registration-container__checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-right: 0;
}
.registration-container__checkbox:checked {
  content: "";
  border: none;
  background-image: url("../../img/svg/CheckBox.svg");
}
.registration-container__checkbox-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.registration-container__button {
  width: 100%;
  border-radius: 6px;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.registration-container__error-msg {
  font-size: 14px;
  color: #e40404;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1200px) {
  .registration-container {
    padding: 40px;
    max-width: 966px;
  }
  .registration-container__form {
    gap: 0.5rem;
  }
  .registration-container__fieldWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 36px;
  }
  .registration-container__fieldWrapper.checkbox {
    width: 100%;
    margin-bottom: 0;
  }
  .registration-container__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .registration-container__label {
    font-size: 18px;
  }
  .registration-container__required {
    color: #ff0000;
    font-size: 20px;
    padding-top: 8px;
    line-height: 0;
  }
  .registration-container #reg_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
  }
  .registration-container__checkbox {
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
  }
  .registration-container__checkbox:hover {
    -webkit-animation: giggle 1.5s infinite alternate;
            animation: giggle 1.5s infinite alternate;
  }
  .registration-container__checkbox-text {
    cursor: pointer;
  }
  .registration-container__gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
  .registration-container__gender svg {
    width: 20px;
    height: auto;
  }
  .registration-container__gender span {
    font-size: 16px;
  }
  .registration-container__gender:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .registration-container__gender.selected {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .registration-container__gender.selected svg path {
    stroke: #2020b3;
  }
  .registration-container__gender.selected span {
    color: #2020b3;
    font-weight: 500;
  }
  .registration-container__gender.selected {
    -webkit-box-shadow: 0 0 10px 1px #2020b3;
            box-shadow: 0 0 10px 1px #2020b3;
    border-radius: 8px;
  }
  .registration-container__button {
    padding: 12px 16px;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease-in-out;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease-in-out, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    border: none;
  }
  .registration-container__button:hover {
    -webkit-animation: glow 0.8s infinite alternate;
            animation: glow 0.8s infinite alternate;
  }
  .registration-container__button:active {
    -webkit-animation: slide-up 0.2s ease forwards;
            animation: slide-up 0.2s ease forwards;
    background-color: #15159c;
  }
  .registration-container__submition-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
  .registration-container__error-msg {
    font-size: 16px;
    color: #e40404;
    font-weight: 600;
    font-style: normal;
  }
}

/* coupon */
.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .registration {
    padding-top: 272px;
    padding-bottom: 52px;
  }
}
/* coupon */
.footer {
  background-color: #101820;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer_row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_row .footer_seperator {
  height: 12px;
  margin: 0 12px;
  opacity: 0.5;
}
.footer_row .footer_seperator.third {
  display: none;
}
.footer {
  /* #1 row */
}
.footer_row.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.footer_row.first .isracard-text {
  width: 68px;
  height: auto;
}
.footer_row.first .text-logo {
  width: 30px;
  height: auto;
}
.footer_row.first .corprate-text {
  color: #ffffff;
}
.footer .desktop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer {
  /* #2 row */
}
.footer_row.second .link {
  color: #ffffff;
  font-weight: 500;
}
.footer {
  /* #3 row */
}
.footer_row.third .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  width: 168px;
  padding: 8px 16px;
  border-radius: 8px;
  gap: 14px;
}
.footer_row.third .social-link-text {
  color: #ffffff;
}
.footer_row.third .social-link .social-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_row.third .social-link .social-logo svg {
  width: 23px;
  height: auto;
}
.footer_row.forth .social-logo {
  display: none;
}
.footer_row.forth .footer-contact.white {
  color: #ffffff;
}
.footer_row.fifth .footer-contact.grey {
  color: #ffffff;
  opacity: 0.7;
}
.footer_row.fifth .footer-contact-third {
  display: none;
}
.footer_row.sixth .footer-trade-marks {
  color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 42px 60px;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .footer .footer_seperator.third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_row.first {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0;
  }
  .footer_row.first .isracard-text {
    width: 144.492px;
    height: auto;
  }
  .footer_row.first .text-logo {
    width: 70px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .footer_row.first .text-logo:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .footer_row.first .corprate-text {
    color: #ffffff;
    font-size: 30px;
  }
  .footer .desktop-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .desktop-wrapper_row.second, .footer .desktop-wrapper_row.third, .footer .desktop-wrapper_row.forth, .footer .desktop-wrapper_row.fifth, .footer .desktop-wrapper_row.sixth {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_row.second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer_row.second .link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
  }
  .footer_row.second .link:hover {
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 15px rgba(200, 200, 200, 0.4), 0 0 30px rgba(200, 200, 200, 0.6), 0 0 40px rgba(255, 255, 255, 0.8);
  }
  .footer_row.third {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
    width: 200px;
    gap: 20px;
  }
  .footer_row.forth {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    order: 2;
  }
  .footer_row.forth .social-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .footer_row.forth .social-logo svg {
    width: 31px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer_row.forth .social-logo svg:hover {
    -webkit-transform: scale(1.2) rotate(360deg);
        -ms-transform: scale(1.2) rotate(360deg);
            transform: scale(1.2) rotate(360deg);
  }
  .footer_row.forth .social-logo svg:hover rect {
    fill: #1877f2;
  }
  .footer_row.forth .social-logo svg:hover path {
    fill: white;
  }
  .footer_row.forth .social-logo svg:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .footer_row.forth .footer-contact.white {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }
  .footer_row.forth .footer-contact.white:hover {
    color: #3f3fea;
  }
  .footer_row.fifth {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer_row.fifth .footer-contact.grey {
    opacity: 0.9;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
  }
  .footer_row.fifth .footer-contact.grey:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 15px rgba(200, 200, 200, 0.4), 0 0 30px rgba(200, 200, 200, 0.6), 0 0 40px rgba(255, 255, 255, 0.8);
  }
  .footer_row.fifth .footer-contact-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .footer_row.sixth {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer_row.sixth .footer-trade-marks {
    font-size: 18px;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes giggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(10deg);
            transform: translateY(-5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@keyframes pendulumSwing {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@-webkit-keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes drivingCart {
  0% {
    -webkit-transform: translateX(0) rotate(-25deg);
            transform: translateX(0) rotate(-25deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@keyframes toiletFlush {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.8) rotate(270deg);
            transform: scale(0.8) rotate(270deg);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
            box-shadow: 0px 0px 10px 0px rgba(32, 32, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
            box-shadow: 0px 0px 20px 5px rgba(32, 32, 179, 0.6);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/* coupon */
.category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category-filter .mobile-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: none;
}
.category-filter .mobile-selector .selector-text {
  font-size: 17.143px;
  font-weight: 600;
  color: #000000;
}
.category-filter .mobile-selector .custom-select-wrapper {
  position: relative;
  width: 237px;
  display: none;
}
.category-filter .mobile-selector .custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 10px;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2.286px 7.429px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px rgba(0, 0, 0, 0.16);
  border: 1px solid #000000;
  cursor: pointer;
}
.category-filter .mobile-selector .custom-select-text {
  font-size: 17.143px;
  font-weight: 600;
  color: #46494f;
}
.category-filter .mobile-selector .custom-select-arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid #46494f;
  border-bottom: 2px solid #46494f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category-filter .mobile-selector .custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2.286px 7.429px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px rgba(0, 0, 0, 0.16);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #000000;
}
.category-filter .mobile-selector .custom-select-options a {
  text-decoration: none;
  color: #46494f;
}
.category-filter .mobile-selector .custom-select-options a li {
  padding: 12px 10px;
  cursor: pointer;
  font-size: 17.143px;
  font-weight: 600;
  color: #46494f;
}
.category-filter .mobile-selector .custom-select-options a li:hover {
  background-color: #f0f0f0;
}
.category-filter .filter-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  max-width: 360px;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 0;
}
.category-filter .filter-button-wrapper .selector-text {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100px;
}
.category-filter .filter-button-wrapper .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  width: 100%;
  padding-inline: 15px;
}
.category-filter .filter-button-wrapper .filter-buttons .filter-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #101820;
  background: #e8e8ff;
  border-radius: 60px;
  border: none;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
  padding: 6px;
  min-width: 98px;
}
.category-filter .filter-button-wrapper .filter-buttons .filter-btn a {
  text-decoration: none;
  color: #101820;
}
.category-filter .filter-button-wrapper .filter-buttons .filter-btn:focus, .category-filter .filter-button-wrapper .filter-buttons .filter-btn:focus-within {
  color: #ffffff;
  background: #2020b3;
  font-weight: 500;
}
.category-filter .filter-button-wrapper .filter-buttons .filter-btn:focus a, .category-filter .filter-button-wrapper .filter-buttons .filter-btn:focus-within a {
  color: #ffffff;
}
.category-filter .content-item {
  display: none;
}
.category-filter .content-item.active {
  display: block;
  padding: 0;
}
@media (min-width: 1200px) {
  .category-filter {
    padding: 20px 0px;
  }
  .category-filter .mobile-selector .selector-text {
    display: none;
  }
  .category-filter .mobile-selector .custom-select-wrapper {
    display: none;
  }
  .category-filter .filter-button-wrapper {
    gap: 0px;
    max-width: unset;
    overflow: unset;
    scroll-padding-inline: unset;
  }
  .category-filter .filter-button-wrapper .selector-text {
    font-size: 17.143px;
    font-weight: 600;
    color: #000000;
    display: none;
  }
  .category-filter .filter-button-wrapper .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-inline: unset;
    padding-right: 60px;
    overflow: unset;
  }
  .category-filter .filter-button-wrapper .filter-buttons .filter-btn {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #101820;
    background: #e8e8ff;
    padding: 4px 16px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 95px;
    border-radius: 60px;
    border: none;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.3;
    cursor: pointer;
  }
  .category-filter .filter-button-wrapper .filter-buttons .filter-btn a {
    text-decoration: none;
    color: #101820;
  }
  .category-filter .filter-button-wrapper .filter-buttons .filter-btn:hover {
    background: #2020b3;
    color: #ffffff;
    font-weight: 500;
  }
  .category-filter .filter-button-wrapper .filter-buttons .filter-btn:hover a {
    color: #ffffff;
  }
  .category-filter .filter-button-wrapper .filter-buttons .filter-btn:focus {
    background: #2020b3;
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .category-filter {
    padding: 20px 0px;
  }
  .category-filter .mobile-selector .selector-text {
    display: none;
  }
  .category-filter .mobile-selector .custom-select-wrapper {
    display: none;
  }
  .category-filter .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-right: 60px;
  }
  .category-filter .filter-buttons .filter-btn {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #101820;
    background: #e8e8ff;
    padding: 4px 16px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 95px;
    border-radius: 60px;
    border: none;
    font-weight: 400;
  }
  .category-filter .filter-buttons .filter-btn:focus {
    background: #2020b3;
    color: #ffffff;
    font-weight: 500;
  }
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Light.otf") format("otf"), url("../fonts/ICPangeaText-Light.woff2") format("woff2"), url("../fonts/ICPangeaText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Regular.otf") format("otf"), url("../fonts/ICPangeaText-RegularWeb.woff2") format("woff2"), url("../fonts/ICPangeaText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Medium.otf") format("otf"), url("../fonts/ICPangeaText-MediumWeb.woff2") format("woff2"), url("../fonts/ICPangeaText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-SemiBold.otf") format("otf"), url("../fonts/ICPangeaText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* coupon */
.image-window {
  display: block;
  background: rgb(255, 255, 255);
  width: 575px;
  height: 528px;
  top: 0;
  height: 100%;
}
.image-window .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-image: url("../img/bg-example.png");
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-window .wrapper .title {
  margin: 0;
  font-size: 39.202px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4.5px;
}
.image-window .wrapper .subtext {
  margin: 0;
  color: #ffffff;
  margin-bottom: 22.5px;
  font-weight: 500;
}
.image-window .wrapper .link {
  width: 233px;
  background: #6327f1;
  border-radius: 4.9px 0px 0px 4.9px;
  padding: 7.5px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.image-window .wrapper .link .link-text {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
}
/* coupon */
.information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  top: 0;
  height: 100%;
  width: auto;
  max-height: 488px;
  max-width: 335px;
}
.information-card .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.information-card .imgWrap--favBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.information-card .imgWrap--favBtn svg {
  width: 50px;
  fill: white;
}
.information-card .imgWrap--favBtn svg rect {
  fill: transparent;
}
.information-card .imgWrap--favBtn svg path {
  stroke: black;
}
.information-card .imgWrap .img-stamp {
  height: 25px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.information-card .imgWrap .img-stamp--text {
  font-size: 15px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
.information-card .imgWrap--img {
  width: 335px;
  height: 240px;
}
.information-card .priceWrap {
  margin: 0px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.information-card .priceWrap--priceText {
  font-size: 29px;
  color: #46494f;
  font-weight: 700;
}
.information-card .priceWrap--pricesubtextText {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  margin-bottom: 44px;
}
.information-card .priceWrap--priceDel {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.information-card .description {
  padding: 20px 20px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.information-card .description--logo {
  width: auto;
  height: 33px;
  margin-bottom: 16px;
}
.information-card .description--device {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  height: 16px;
}
.information-card .description--desc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: right;
}
.information-card .detailsDate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-card .detailsDate-container .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-card .detailsDate-container .date-wrap .date-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #46494f;
}
.information-card .detailsDate-container .date-wrap .date-valid {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #46494f;
}
.information-card .detailsDate-container .details-btn {
  width: 91px;
  height: 37px;
  padding: 7px;
  border-radius: 4px;
  background: #f2a347;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-card .detailsDate-container .details-btn .btn-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
}
.information-card .information-card__counter {
  padding: 0 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}
.information-card .information-card__counter--hidden {
  display: none;
}
.information-card .information-card__counter--counterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.information-card .information-card__counter--counterWrap--maxBtn, .information-card .information-card__counter--counterWrap--minBtn {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.information-card .information-card__counter--counterWrap--maxBtn {
  margin-left: 8.5px;
}
.information-card .information-card__counter--counterWrap--minBtn {
  margin-right: 8.5px;
}
.information-card .information-card__counter--counterWrap--indicatorText {
  font-size: 15px;
  margin-right: 5px;
}
.information-card .information-card__counter--counterWrap--countDigit {
  font-size: 18px;
  font-weight: 500;
  border-radius: 2.164px;
  border: 1.082px solid #ddd;
  background: #ffffff;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0;
}
.information-card .information-card__counter--addToCartBtn {
  background-color: #f2a347;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 2px 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.information-card .information-card__counter--addToCartBtn--addToCartText {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .information-card {
    width: 100%;
    min-height: 488px;
    max-width: 413px;
    width: 413px;
    height: 100%;
    max-height: unset;
    border-radius: 8px;
  }
  .information-card .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .information-card .imgWrap .img-stamp {
    bottom: 154px;
    height: 31px;
    width: 161px;
  }
  .information-card .imgWrap .img-stamp--text {
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    -webkit-transform: translate(-8px, 2px);
        -ms-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
  }
  .information-card .imgWrap--favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .information-card .imgWrap--favBtn svg {
    width: 50px;
    fill: white;
  }
  .information-card .imgWrap--favBtn svg path {
    stroke: black;
  }
  .information-card .imgWrap--img {
    width: 100%;
    max-width: 441px;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .information-card .imgWrap--img:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
        -ms-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .information-card .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0px;
  }
  .information-card .priceWrap--priceText {
    font-size: 29px;
    color: #46494f;
    font-weight: 700;
  }
  .information-card .priceWrap--pricesubtextText {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 74px;
  }
  .information-card .priceWrap--priceDel {
    font-size: 30.295px;
    color: rgba(0, 0, 0, 0.5);
  }
  .information-card .description {
    padding: 20px 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information-card .description--logo {
    width: auto;
    height: 33px;
    margin-bottom: 16px;
  }
  .information-card .description--device {
    font-size: 23px;
    font-weight: 500;
    height: 30px;
  }
  .information-card .description--desc {
    font-size: 25px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .information-card .detailsDate-container {
    padding-bottom: 20px;
  }
  .information-card .detailsDate-container .details-btn {
    width: 107px;
    padding: 8px;
    height: 37px;
    color: #f2a347;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    line-height: 1;
    padding: 2px 12px;
  }
  .information-card .detailsDate-container .details-btn .btn-txt {
    font-size: 22px;
  }
  .information-card .detailsDate-container .details-btn:hover, .information-card .detailsDate-container .details-btn:focus {
    -webkit-box-shadow: inset 0 0 0 2em #f2a347;
            box-shadow: inset 0 0 0 2em #f2a347;
    border-color: #f2a347;
    color: #000000;
  }
  .information-card .information-card__counter {
    padding: 0 21px 0px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .information-card .information-card__counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .information-card .information-card__counter--counterWrap--maxBtn, .information-card .information-card__counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  .information-card .information-card__counter--counterWrap--maxBtn {
    margin-left: 18px;
  }
  .information-card .information-card__counter--counterWrap--minBtn {
    margin-right: 18px;
  }
  .information-card .information-card__counter--counterWrap--indicatorText {
    font-size: 17px;
    margin-right: 5px;
  }
  .information-card .information-card__counter--counterWrap--countDigit {
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
  }
  .information-card .information-card__counter--addToCartBtn {
    background-color: #f2a347;
    color: black;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    width: 74px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .information-card .information-card__counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
  .information-card:hover .information-card__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .information-card {
    width: 100%;
    min-height: 488px;
    max-width: 413px;
    width: 413px;
    height: 100%;
    max-height: unset;
    border-radius: 8px;
  }
  .information-card .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .information-card .imgWrap .img-stamp {
    bottom: 154px;
    height: 31px;
    width: 161px;
  }
  .information-card .imgWrap .img-stamp--text {
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    -webkit-transform: translate(-8px, 2px);
        -ms-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
  }
  .information-card .imgWrap--favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .information-card .imgWrap--favBtn svg {
    width: 50px;
    fill: white;
  }
  .information-card .imgWrap--favBtn svg path {
    stroke: black;
  }
  .information-card .imgWrap--img {
    width: 100%;
    max-width: 441px;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .information-card .imgWrap--img:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
        -ms-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .information-card .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0px;
  }
  .information-card .priceWrap--priceText {
    font-size: 29px;
    color: #46494f;
    font-weight: 700;
  }
  .information-card .priceWrap--pricesubtextText {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 74px;
  }
  .information-card .priceWrap--priceDel {
    font-size: 30.295px;
    color: rgba(0, 0, 0, 0.5);
  }
  .information-card .description {
    padding: 20px 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information-card .description--logo {
    width: auto;
    height: 33px;
    margin-bottom: 16px;
  }
  .information-card .description--device {
    font-size: 23px;
    font-weight: 500;
    height: 30px;
  }
  .information-card .description--desc {
    font-size: 25px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .information-card .detailsDate-container {
    padding-bottom: 20px;
  }
  .information-card .detailsDate-container .details-btn {
    width: 107px;
    padding: 8px;
    height: 37px;
    color: #f2a347;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    line-height: 1;
    padding: 2px 12px;
  }
  .information-card .detailsDate-container .details-btn .btn-txt {
    font-size: 22px;
  }
  .information-card .detailsDate-container .details-btn:hover, .information-card .detailsDate-container .details-btn:focus {
    -webkit-box-shadow: inset 0 0 0 2em #f2a347;
            box-shadow: inset 0 0 0 2em #f2a347;
    border-color: #f2a347;
    color: #000000;
  }
  .information-card .information-card__counter {
    padding: 0 21px 0px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .information-card .information-card__counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .information-card .information-card__counter--counterWrap--maxBtn, .information-card .information-card__counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  .information-card .information-card__counter--counterWrap--maxBtn {
    margin-left: 18px;
  }
  .information-card .information-card__counter--counterWrap--minBtn {
    margin-right: 18px;
  }
  .information-card .information-card__counter--counterWrap--indicatorText {
    font-size: 17px;
    margin-right: 5px;
  }
  .information-card .information-card__counter--counterWrap--countDigit {
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
  }
  .information-card .information-card__counter--addToCartBtn {
    background-color: #f2a347;
    color: black;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    width: 74px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .information-card .information-card__counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
  .information-card:hover .information-card__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* coupon */
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Light.otf") format("otf"), url("../fonts/ICPangeaText-Light.woff2") format("woff2"), url("../fonts/ICPangeaText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Regular.otf") format("otf"), url("../fonts/ICPangeaText-RegularWeb.woff2") format("woff2"), url("../fonts/ICPangeaText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-Medium.otf") format("otf"), url("../fonts/ICPangeaText-MediumWeb.woff2") format("woff2"), url("../fonts/ICPangeaText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ICPangeaText";
  src: url("../fonts/ICPangeaText-SemiBold.otf") format("otf"), url("../fonts/ICPangeaText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* coupon */
.image-window {
  display: block;
  background: rgb(255, 255, 255);
  width: 575px;
  height: 528px;
  top: 0;
  height: 100%;
}
.image-window .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-image: url("../img/bg-example.png");
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-window .wrapper .title {
  margin: 0;
  font-size: 39.202px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4.5px;
}
.image-window .wrapper .subtext {
  margin: 0;
  color: #ffffff;
  margin-bottom: 22.5px;
  font-weight: 500;
}
.image-window .wrapper .link {
  width: 233px;
  background: #6327f1;
  border-radius: 4.9px 0px 0px 4.9px;
  padding: 7.5px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.image-window .wrapper .link .link-text {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
}
/* coupon */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 161px;
  top: 0;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.product .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product .imgWrap-favBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product .imgWrap-favBtn svg {
  width: 50px;
  fill: white;
}
.product .imgWrap-favBtn svg rect {
  fill: transparent;
}
.product .imgWrap-favBtn svg path {
  stroke: black;
}
.product .imgWrap-img {
  width: 161px;
  height: auto;
}
.product .priceWrap {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.product .priceWrap--priceText {
  font-size: 20px;
  color: #46494f;
  font-weight: 700;
}
.product .priceWrap--priceDel {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.product .description {
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .description--logo {
  width: 100px;
  height: auto;
}
.product .description--device {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  color: #46494f;
}
.product .description--desc {
  font-size: 15px;
  color: #46494f;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: right;
}
.product .product__counter {
  padding: 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}
.product .product__counter--counterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product .product__counter--counterWrap--maxBtn, .product .product__counter--counterWrap--minBtn {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product .product__counter--counterWrap--maxBtn {
  margin-left: 8.5px;
}
.product .product__counter--counterWrap--minBtn {
  margin-right: 8.5px;
}
.product .product__counter--counterWrap--indicatorText {
  font-size: 15px;
  margin-right: 5px;
}
.product .product__counter--counterWrap--countDigit {
  font-size: 18px;
  font-weight: 500;
  border-radius: 2.164px;
  border: 1.082px solid #ddd;
  background: #ffffff;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0;
}
.product .product__counter--addToCartBtn {
  background-color: #f2a347;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 2px 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.product .product__counter--addToCartBtn--addToCartText {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .product {
    border-radius: 8px;
    height: 100%;
    max-width: 100%;
    width: auto;
  }
  .product .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .product .imgWrap-favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .product .imgWrap-favBtn svg {
    width: 50px;
    fill: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
  }
  .product .imgWrap-favBtn svg rect {
    fill: transparent;
  }
  .product .imgWrap-favBtn svg path {
    stroke: black;
  }
  .product .imgWrap-favBtn svg:hover {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    fill: #ff324b;
  }
  .product .imgWrap-favBtn svg:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .product .imgWrap-img {
    width: 100%;
    max-width: 441px;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .product .imgWrap-img:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .product .priceWrap {
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .product .priceWrap--priceText {
    font-size: 32px;
    color: #46494f;
    font-weight: 700;
  }
  .product .priceWrap--priceDel {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
  }
  .product .description {
    padding: 0 21px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product .description--logo {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .product .description--device {
    font-size: 23px;
    font-weight: 400;
    color: #46494f;
  }
  .product .description--desc {
    font-size: 23px;
    color: #46494f;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product .product__counter {
    padding: 0 20px 20px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .product .product__counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product .product__counter--counterWrap--maxBtn, .product .product__counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 24px;
    height: auto;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .product .product__counter--counterWrap--maxBtn:hover, .product .product__counter--counterWrap--minBtn:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .product .product__counter--counterWrap--maxBtn {
    margin-left: 18px;
  }
  .product .product__counter--counterWrap--minBtn {
    margin-right: 18px;
  }
  .product .product__counter--counterWrap--indicatorText {
    font-size: 16px;
    margin-right: 5px;
  }
  .product .product__counter--counterWrap--countDigit {
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
  }
  .product .product__counter--addToCartBtn {
    color: #f2a347;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    line-height: 1;
    padding: 2px 12px;
    width: auto;
    min-width: 91px;
  }
  .product .product__counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
  .product .product__counter--addToCartBtn:hover, .product .product__counter--addToCartBtn:focus {
    -webkit-box-shadow: inset 0 0 0 2em #f2a347;
            box-shadow: inset 0 0 0 2em #f2a347;
    border-color: #f2a347;
    color: #000000;
  }
  .product:hover .product__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .product.sliderCard {
    width: 327px;
    height: 488px;
  }
}

.product-image-container {
  display: none;
}
@media (min-width: 1200px) {
  .product-image-container {
    display: none;
    gap: 24px;
    padding: 25px;
    position: absolute;
    right: 307px;
    border-top: 2px solid #e9e1fd;
    background: #ffffff;
    top: 0px;
  }
}
@media (min-width: 1600px) {
  .product-image-container {
    display: none;
    gap: 24px;
    padding: 25px;
    position: absolute;
    right: 307px;
    border-top: 2px solid #e9e1fd;
    background: #ffffff;
    top: 0px;
  }
}
/* coupon */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 161px;
  top: 0;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.product .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product .imgWrap-favBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product .imgWrap-favBtn svg {
  width: 50px;
  fill: white;
}
.product .imgWrap-favBtn svg rect {
  fill: transparent;
}
.product .imgWrap-favBtn svg path {
  stroke: black;
}
.product .imgWrap-img {
  width: 161px;
  height: auto;
}
.product .priceWrap {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.product .priceWrap--priceText {
  font-size: 20px;
  color: #46494f;
  font-weight: 700;
}
.product .priceWrap--priceDel {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.product .description {
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .description--logo {
  width: 100px;
  height: auto;
}
.product .description--device {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  color: #46494f;
}
.product .description--desc {
  font-size: 15px;
  color: #46494f;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: right;
}
.product .product__counter {
  padding: 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}
.product .product__counter--counterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product .product__counter--counterWrap--maxBtn, .product .product__counter--counterWrap--minBtn {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product .product__counter--counterWrap--maxBtn {
  margin-left: 8.5px;
}
.product .product__counter--counterWrap--minBtn {
  margin-right: 8.5px;
}
.product .product__counter--counterWrap--indicatorText {
  font-size: 15px;
  margin-right: 5px;
}
.product .product__counter--counterWrap--countDigit {
  font-size: 18px;
  font-weight: 500;
  border-radius: 2.164px;
  border: 1.082px solid #ddd;
  background: #ffffff;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0;
}
.product .product__counter--addToCartBtn {
  background-color: #f2a347;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 2px 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.product .product__counter--addToCartBtn--addToCartText {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .product {
    border-radius: 8px;
    height: 100%;
    max-width: 100%;
    width: auto;
  }
  .product .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .product .imgWrap-favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .product .imgWrap-favBtn svg {
    width: 50px;
    fill: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
  }
  .product .imgWrap-favBtn svg rect {
    fill: transparent;
  }
  .product .imgWrap-favBtn svg path {
    stroke: black;
  }
  .product .imgWrap-favBtn svg:hover {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    fill: #ff324b;
  }
  .product .imgWrap-favBtn svg:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .product .imgWrap-img {
    width: 100%;
    max-width: 441px;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .product .imgWrap-img:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .product .priceWrap {
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .product .priceWrap--priceText {
    font-size: 32px;
    color: #46494f;
    font-weight: 700;
  }
  .product .priceWrap--priceDel {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
  }
  .product .description {
    padding: 0 21px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product .description--logo {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .product .description--device {
    font-size: 23px;
    font-weight: 400;
    color: #46494f;
  }
  .product .description--desc {
    font-size: 23px;
    color: #46494f;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product .product__counter {
    padding: 0 20px 20px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .product .product__counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product .product__counter--counterWrap--maxBtn, .product .product__counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 24px;
    height: auto;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .product .product__counter--counterWrap--maxBtn:hover, .product .product__counter--counterWrap--minBtn:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .product .product__counter--counterWrap--maxBtn {
    margin-left: 18px;
  }
  .product .product__counter--counterWrap--minBtn {
    margin-right: 18px;
  }
  .product .product__counter--counterWrap--indicatorText {
    font-size: 16px;
    margin-right: 5px;
  }
  .product .product__counter--counterWrap--countDigit {
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
  }
  .product .product__counter--addToCartBtn {
    color: #f2a347;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    line-height: 1;
    padding: 2px 12px;
    width: auto;
    min-width: 91px;
  }
  .product .product__counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
  .product .product__counter--addToCartBtn:hover, .product .product__counter--addToCartBtn:focus {
    -webkit-box-shadow: inset 0 0 0 2em #f2a347;
            box-shadow: inset 0 0 0 2em #f2a347;
    border-color: #f2a347;
    color: #000000;
  }
  .product:hover .product__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .product.sliderCard {
    width: 327px;
    height: 488px;
  }
}
/* coupon */
.sale-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 161px;
  top: 0;
  height: 100%;
  width: auto;
}
.sale-card .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sale-card .imgWrap--favBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.sale-card .imgWrap--favBtn svg {
  width: 50px;
  fill: white;
}
.sale-card .imgWrap--favBtn svg rect {
  fill: transparent;
}
.sale-card .imgWrap--favBtn svg path {
  stroke: black;
}
.sale-card .imgWrap .img-stamp {
  height: 25px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.sale-card .imgWrap .img-stamp--text {
  font-size: 15px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
.sale-card .imgWrap--img {
  width: 161px;
  height: auto;
}
.sale-card .priceWrap {
  margin: 20px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.sale-card .priceWrap--priceText {
  font-size: 20px;
  color: #46494f;
  font-weight: 700;
}
.sale-card .priceWrap--pricesubtextText {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  text-align: right;
}
.sale-card .priceWrap--priceDel {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.sale-card .description {
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sale-card .description--logo {
  width: 100px;
  height: auto;
}
.sale-card .description--device {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
.sale-card .description--desc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: right;
}
.sale-card .counter {
  padding: 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}
.sale-card .counter--hidden {
  display: none;
}
.sale-card .counter--counterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sale-card .counter--counterWrap--maxBtn, .sale-card .counter--counterWrap--minBtn {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.sale-card .counter--counterWrap--maxBtn {
  margin-left: 8.5px;
}
.sale-card .counter--counterWrap--minBtn {
  margin-right: 8.5px;
}
.sale-card .counter--counterWrap--indicatorText {
  font-size: 15px;
  margin-right: 5px;
}
.sale-card .counter--counterWrap--countDigit {
  font-size: 18px;
  font-weight: 500;
  border-radius: 2.164px;
  border: 1.082px solid #ddd;
  background: #ffffff;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
}
.sale-card .counter--addToCartBtn {
  background-color: #f2a347;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 10px 16px;
  width: 100px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sale-card .counter--addToCartBtn--addToCartText {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .sale-card {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    min-height: 488px;
    max-width: 328px;
    width: 328px;
  }
  .sale-card .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .sale-card .imgWrap .img-stamp {
    bottom: 154px;
    height: 31px;
    width: 161px;
  }
  .sale-card .imgWrap .img-stamp--text {
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    -webkit-transform: translate(-8px, 2px);
        -ms-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
  }
  .sale-card .imgWrap--favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .sale-card .imgWrap--favBtn svg {
    width: 50px;
    fill: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
  }
  .sale-card .imgWrap--favBtn svg path {
    stroke: black;
  }
  .sale-card .imgWrap--favBtn svg:hover {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    fill: #ff324b;
  }
  .sale-card .imgWrap--favBtn svg:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .sale-card .imgWrap--img {
    width: 100%;
    max-width: 441px;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .sale-card .imgWrap--img:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
        -ms-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .sale-card .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
  }
  .sale-card .priceWrap--priceText {
    font-size: 40px;
    color: #46494f;
    font-weight: 700;
  }
  .sale-card .priceWrap--pricesubtextText {
    font-size: 21px;
    font-weight: 400;
  }
  .sale-card .priceWrap--priceDel {
    font-size: 30.295px;
    color: rgba(0, 0, 0, 0.5);
  }
  .sale-card .description {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sale-card .description--logo {
    width: 155px;
    height: auto;
  }
  .sale-card .description--device {
    font-size: 24px;
    font-weight: 500;
  }
  .sale-card .description--desc {
    font-size: 25px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .sale-card .counter {
    padding: 0 21px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .sale-card .counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sale-card .counter--counterWrap--maxBtn, .sale-card .counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .sale-card .counter--counterWrap--maxBtn:hover, .sale-card .counter--counterWrap--minBtn:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .sale-card .counter--counterWrap--maxBtn {
    margin-left: 20px;
  }
  .sale-card .counter--counterWrap--minBtn {
    margin-right: 20px;
  }
  .sale-card .counter--counterWrap--indicatorText {
    font-size: 17px;
    margin-right: 5px;
  }
  .sale-card .counter--counterWrap--countDigit {
    font-size: 21px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0;
  }
  .sale-card .counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
}
/* coupon */
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
}
.section-header__icon {
  width: 42px;
  height: 32px;
}
.section-header__text {
  color: #0b0427;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 60px;
    gap: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .section-header__icon {
    width: 42px;
    height: 32px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .section-header__text {
    color: #0b0427;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
/* coupon */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ICPangeaText";
}

html,
body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "ICPangeaText";
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  direction: rtl;
}

body.body--menu-open {
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8) !important;
}

#style-container .arrow {
  width: 20.571px;
  height: 20.571px;
}
#style-container .hero-container,
#style-container #dynamic-page-content {
  display: none;
}
#style-container #loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#style-container #loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
}
#style-container .loading-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 100%;
}
#style-container .spinner {
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
}
#style-container .loader-icon {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#style-container .mobile-br {
  display: block;
}
@media (min-width: 1200px) {
  #style-container .mobile-br {
    display: none;
  }
}
/* coupon */
/* coupon */
.voucher-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 161px;
  top: 0;
  height: 100%;
  width: auto;
  height: 283px;
  cursor: pointer;
}
.voucher-card .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.voucher-card .imgWrap--favBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.voucher-card .imgWrap--favBtn svg {
  width: 50px;
  fill: white;
}
.voucher-card .imgWrap--favBtn svg rect {
  fill: transparent;
}
.voucher-card .imgWrap--favBtn svg path {
  stroke: black;
}
.voucher-card .imgWrap .img-stamp {
  height: 25px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.voucher-card .imgWrap .img-stamp--text {
  font-size: 15px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
.voucher-card .imgWrap--img {
  width: 161px;
  height: auto;
}
.voucher-card .priceWrap {
  margin: 0px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.voucher-card .priceWrap--priceText {
  font-size: 18px;
  color: #46494f;
  font-weight: 700;
}
.voucher-card .priceWrap--pricesubtextText {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  text-align: right;
}
.voucher-card .priceWrap--priceDel {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.voucher-card .description {
  padding: 0 12px 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voucher-card .description--logo {
  width: 100px;
  height: auto;
}
.voucher-card .description--device {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  height: 16px;
}
.voucher-card .description--desc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: right;
}
.voucher-card .voucher-card__counter {
  padding: 0 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12px;
}
.voucher-card .voucher-card__counter--hidden {
  display: none;
}
.voucher-card .voucher-card__counter--counterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voucher-card .voucher-card__counter--counterWrap--maxBtn, .voucher-card .voucher-card__counter--counterWrap--minBtn {
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.voucher-card .voucher-card__counter--counterWrap--maxBtn {
  margin-left: 8.5px;
}
.voucher-card .voucher-card__counter--counterWrap--minBtn {
  margin-right: 8.5px;
}
.voucher-card .voucher-card__counter--counterWrap--indicatorText {
  font-size: 15px;
  margin-right: 5px;
}
.voucher-card .voucher-card__counter--counterWrap--countDigit {
  font-size: 18px;
  font-weight: 500;
  border-radius: 2.164px;
  border: 1.082px solid #ddd;
  background: #ffffff;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0;
}
.voucher-card .voucher-card__counter--addToCartBtn {
  background-color: #f2a347;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 2px 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.voucher-card .voucher-card__counter--addToCartBtn--addToCartText {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .voucher-card {
    height: 100%;
    width: 100%;
    min-height: 488px;
    max-width: 328px;
    width: 328px;
    height: 100%;
    padding-bottom: 20px;
    border-radius: 8px;
  }
  .voucher-card .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .voucher-card .imgWrap .img-stamp {
    bottom: 154px;
    height: 31px;
    width: 161px;
  }
  .voucher-card .imgWrap .img-stamp--text {
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    -webkit-transform: translate(-8px, 2px);
        -ms-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
  }
  .voucher-card .imgWrap--favBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .voucher-card .imgWrap--favBtn svg {
    width: 50px;
    fill: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
  }
  .voucher-card .imgWrap--favBtn svg path {
    stroke: black;
  }
  .voucher-card .imgWrap--favBtn svg:hover {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    fill: #ff324b;
  }
  .voucher-card .imgWrap--favBtn svg:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .voucher-card .imgWrap--img {
    width: 100%;
    max-width: 441px;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
    transition: transform 0.4s ease, filter 0.4s ease;
    transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  }
  .voucher-card .imgWrap--img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .voucher-card .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
  }
  .voucher-card .priceWrap--priceText {
    font-size: 32px;
    color: #46494f;
    font-weight: 700;
  }
  .voucher-card .priceWrap--pricesubtextText {
    font-size: 32px;
    font-weight: 400;
  }
  .voucher-card .priceWrap--priceDel {
    font-size: 30.295px;
    color: rgba(0, 0, 0, 0.5);
  }
  .voucher-card .description {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voucher-card .description--logo {
    height: auto;
    margin-bottom: 48px;
  }
  .voucher-card .description--device {
    font-size: 23px;
    font-weight: 500;
    height: 30px;
  }
  .voucher-card .description--desc {
    font-size: 25px;
    color: #666;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .voucher-card .voucher-card__counter {
    padding: 0 21px 0px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .voucher-card .voucher-card__counter--counterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voucher-card .voucher-card__counter--counterWrap--maxBtn, .voucher-card .voucher-card__counter--counterWrap--minBtn {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .voucher-card .voucher-card__counter--counterWrap--maxBtn:hover, .voucher-card .voucher-card__counter--counterWrap--minBtn:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .voucher-card .voucher-card__counter--counterWrap--maxBtn {
    margin-left: 18px;
  }
  .voucher-card .voucher-card__counter--counterWrap--minBtn {
    margin-right: 18px;
  }
  .voucher-card .voucher-card__counter--counterWrap--indicatorText {
    font-size: 17px;
    margin-right: 5px;
  }
  .voucher-card .voucher-card__counter--counterWrap--countDigit {
    font-size: 14px;
    font-weight: 500;
    border-radius: 2.164px;
    border: 1.082px solid #ddd;
    background: #ffffff;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 0;
  }
  .voucher-card .voucher-card__counter--addToCartBtn {
    color: #f2a347;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid #f2a347;
    line-height: 1;
    padding: 2px 12px;
  }
  .voucher-card .voucher-card__counter--addToCartBtn:hover, .voucher-card .voucher-card__counter--addToCartBtn:focus {
    -webkit-box-shadow: inset 0 0 0 2em #f2a347;
            box-shadow: inset 0 0 0 2em #f2a347;
    border-color: #f2a347;
    color: #000000;
  }
  .voucher-card .voucher-card__counter--addToCartBtn--addToCartText {
    font-size: 16px;
  }
  .voucher-card:hover .voucher-card__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* coupon */
.category-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-page .category-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .category-page {
    display: block;
  }
  .category-page .hero-container {
    height: 850px;
  }
}
@media (min-width: 1600px) {
  .category-page {
    display: block;
  }
  .category-page .hero-container {
    height: 850px;
  }
}
/* coupon */
.payment-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 9px;
  text-decoration: none;
}
.payment-button .button-icon {
  width: 17px;
  height: auto;
}
.payment-button .button-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .payment-button {
    width: 175px;
  }
  .payment-button:hover .button-icon {
    -webkit-animation: drivingCart 1.25s ease-in-out forwards;
            animation: drivingCart 1.25s ease-in-out forwards;
  }
  .payment-button .button-text {
    font-size: 16px;
  }
}

.payment-button.outline {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
}
.payment-button.outline .button-icon {
  display: none;
}
.payment-button.outline .button-text {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.payment-button.outline:hover .button-text {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.payment-button.outline:active .button-text {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.payment-button.regular {
  background: #2020b3;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
}
.payment-button.regular:hover .button-icon {
  -webkit-animation: drivingCart 1.25s ease-in-out forwards;
          animation: drivingCart 1.25s ease-in-out forwards;
}
@media (min-width: 1200px) {
  .payment-button.regular {
    margin-bottom: 0px;
  }
}

.payment-button.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #2020b3;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 14px;
}
.payment-button.payment:active .button-icon {
  -webkit-animation: drivingCart 1.25s ease-in-out forwards;
          animation: drivingCart 1.25s ease-in-out forwards;
}
@media (min-width: 1200px) {
  .payment-button.payment {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .payment-button.payment:hover .button-icon {
    -webkit-animation: drivingCart 1.25s ease-in-out forwards;
            animation: drivingCart 1.25s ease-in-out forwards;
  }
}
.hover-popup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -4px;
}
.hover-popup .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.hover-popup .list-wrapper {
  padding: 0;
  font-size: 18px;
  text-align: right;
  margin: 0;
  margin-top: 18px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hover-popup #svgText {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #16254f;
  list-style: disc;
}
.hover-popup #svgText2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #16254f;
  list-style: disc;
}
@media (min-width: 1200px) {
  .hover-popup {
    bottom: 6px;
  }
}
/* coupon */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.popup .popup__content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  max-width: 335px;
  padding: 28px 24px;
  position: relative;
}
.popup__close-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.popup__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 81px;
}
.popup__image {
  width: 80px;
  height: 60px;
}
.popup__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup__image-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.popup__image-subtext {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.popup .popup__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.popup__payment-conclution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__payment-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0b0427;
}
.popup__payment-price {
  border-radius: 38px;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #0b0427;
  padding-inline: 16px;
}
.popup__payment-price span {
  margin-right: 2px;
}
.popup__payment-price .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .popup .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup__payment-conclution {
    margin-bottom: 20px;
  }
  .popup__image {
    width: 135px;
    height: auto;
  }
  .popup__image-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
  }
  .popup__image-container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 23px;
  }
  .popup__image-subtext {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 24px;
    font-weight: 400;
    margin-right: 15px;
  }
  .popup .popup__content {
    min-width: 450px;
    padding: 40px;
  }
}
/* coupon */
.separator.cart {
  margin-block: 13px;
  width: 100%;
  height: 1.5px;
  background: #d9d9d9;
}

.separator.coupon {
  margin-block: 18.5px;
  width: 100%;
  height: 1.5px;
  background: #000000;
  opacity: 0.1;
}

@media (min-width: 1200px) {
  .separator.cart {
    margin-block: 20px;
  }
  .separator.coupon {
    margin-block: 20px;
  }
}

/* coupon */
.login-container {
  max-width: 335px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.login-container__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  color: #0b0427;
  margin-bottom: 14px;
  text-align: right;
  width: 100%;
  margin-top: 0;
}
.login-container__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.login-container__form-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.login-container__form-input {
  border: 1px solid #000000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 16px;
}
.login-container__form-input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.login-container__form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::-moz-placeholder {
  color: transparent;
}
.login-container__form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::-ms-input-placeholder {
  color: transparent;
}
.login-container__form-input:focus::placeholder {
  color: transparent;
}
.login-container__form-input::-webkit-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::-moz-placeholder {
  font-size: 16px;
}
.login-container__form-input:-ms-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::-ms-input-placeholder {
  font-size: 16px;
}
.login-container__form-input::placeholder {
  font-size: 16px;
}
.login-container__form-input.id {
  margin-bottom: 21px;
}
.login-container__form-input.id::-webkit-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::-moz-placeholder {
  font-size: 12px;
}
.login-container__form-input.id:-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.id::placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard {
  margin-bottom: 21px;
}
.login-container__form-input.creditCard::-webkit-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::-moz-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard:-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::-ms-input-placeholder {
  font-size: 12px;
}
.login-container__form-input.creditCard::placeholder {
  font-size: 12px;
}
.login-container__checkbox-wrapper {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container__checkbox-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}
.login-container__checkbox-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 4px;
}
.login-container__checkbox-input:checked {
  content: "";
  border: none;
  background-image: url("../../img/login/CheckBox.svg");
}
.login-container__form-button {
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.login-container__form-button:hover {
  -webkit-animation: giggle 0.4s ease forwards;
          animation: giggle 0.4s ease forwards;
}
.login-container__notAuser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container__notAuser-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.login-container__notAuser-link {
  cursor: pointer;
  color: #2020b3;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .login-container {
    max-width: 550px;
    padding: 40px;
  }
  .login-container__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .login-container__form-label {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .login-container__form-input.id {
    margin-bottom: 20px;
  }
  .login-container__form-input.id::-webkit-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::-moz-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id:-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.id::placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard {
    margin-bottom: 16px;
  }
  .login-container__form-input.creditCard::-webkit-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::-moz-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard:-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::-ms-input-placeholder {
    font-size: 16px;
  }
  .login-container__form-input.creditCard::placeholder {
    font-size: 16px;
  }
  .login-container__checkbox-wrapper {
    margin-bottom: 40px;
    gap: 8px;
  }
  .login-container__checkbox-text {
    font-size: 16px;
    cursor: pointer;
  }
  .login-container__checkbox-input:checked {
    content: "";
    border: none;
    background-image: url("../../img/login/CheckBox.svg");
  }
  .login-container__form-button {
    margin-bottom: 40px;
  }
  .login-container__form-button:hover {
    -webkit-animation: giggle 0.4s ease forwards;
            animation: giggle 0.4s ease forwards;
  }
  .login-container__notAuser {
    gap: 5px;
  }
  .login-container__notAuser-text {
    font-size: 18px;
  }
  .login-container__notAuser-link {
    font-size: 18px;
    cursor: pointer;
    color: #2020b3;
    -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease, -webkit-transform 0.3s ease;
    text-decoration: none;
  }
  .login-container__notAuser-link:hover {
    color: #2020b3;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    text-shadow: 0 0 12px rgb(32, 32, 179);
  }
  .login-container__notAuser-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #2020b3;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .login-container__notAuser-link:hover::after {
    width: 100%;
  }
}
/* coupon */
.form-wrapper .details-header {
  color: #0b0427;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
}
.form-wrapper .form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
.form-wrapper .form .row {
  margin-bottom: 12px;
}
.form-wrapper .form .row .input {
  width: 100%;
  border: 0;
  padding-right: 4px;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}
.form-wrapper .form .row .input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.form-wrapper .form .row .input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-wrapper .form .row .input:focus::-moz-placeholder {
  color: transparent;
}
.form-wrapper .form .row .input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-wrapper .form .row .input:focus::-ms-input-placeholder {
  color: transparent;
}
.form-wrapper .form .row .input:focus::placeholder {
  color: transparent;
}
.form-wrapper .form .row .input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.form-wrapper .form .row .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.5px;
  gap: 8px;
}
.form-wrapper .form .row .text-wrapper .text {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.form-wrapper .form .row.email {
  position: relative;
  overflow: hidden;
}
.form-wrapper .form .row.phone {
  position: relative;
  overflow: hidden;
}
.form-wrapper .form .row.id {
  position: relative;
  overflow: hidden;
}
.form-wrapper .form .row.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.form-wrapper .form .row.first .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.form-wrapper .form .row.first .column .input {
  width: 132px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
.form-wrapper .form .row.first .column .input::-webkit-input-placeholder {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .row.first .column .input::-moz-placeholder {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .row.first .column .input:-ms-input-placeholder {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .row.first .column .input::-ms-input-placeholder {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .row.first .column .input::placeholder {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .row.first .column .input:focus {
  outline: unset;
}
.form-wrapper .form .row.first .column .input:focus + .graphic--nao {
  -webkit-transform: translate3d(-66.6%, 0, 0);
          transform: translate3d(-66.6%, 0, 0);
}
.form-wrapper .form .row.first .column .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.form-wrapper .form .row.first .column .text-wrapper .text {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.form-wrapper .form .row.name {
  display: none;
}
.form-wrapper .form .row.lastname {
  display: none;
}
.form-wrapper .form .confirmation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.form-wrapper .form .confirmation-wrap .confirmation-toggle {
  display: none;
}
.form-wrapper .form .confirmation-wrap .confirmation-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  background: #f3f3ff;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
}
.form-wrapper .form .confirmation-wrap .confirmation-toggle:checked {
  background-image: url("../img/svg/CheckBox.svg");
}
.form-wrapper .form .confirmation-wrap .confirmation-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.form-wrapper .form .button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
}
.form-wrapper .form .button .button-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .form-wrapper .details-header {
    color: #0b0427;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .form-wrapper .form {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 2rem 3rem;
    position: relative;
  }
  .form-wrapper .form .row {
    margin-bottom: 0;
  }
  .form-wrapper .form .row .input {
    width: 100%;
    padding-right: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
  }
  .form-wrapper .form .row .input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .form-wrapper .form .row .input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    color: #000000;
  }
  .form-wrapper .form .row .input::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    color: #000000;
  }
  .form-wrapper .form .row .input:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    color: #000000;
  }
  .form-wrapper .form .row .input::-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    color: #000000;
  }
  .form-wrapper .form .row .input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    color: #000000;
  }
  .form-wrapper .form .row .input:focus + .graphic--nao {
    -webkit-transform: translate3d(-66.6%, 0, 0);
            transform: translate3d(-66.6%, 0, 0);
  }
  .form-wrapper .form .row .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    stroke: none;
  }
  .form-wrapper .form .row .graphic--nao {
    pointer-events: none;
    -webkit-transition: stroke 0.7s, -webkit-transform 0.7s;
    transition: stroke 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s, -webkit-transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  }
  .form-wrapper .form .row .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    gap: 8px;
  }
  .form-wrapper .form .row .text-wrapper .text {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .form-wrapper .form .row.email {
    grid-column: 1;
    grid-row: 2;
  }
  .form-wrapper .form .row.phone {
    grid-column: 2;
  }
  .form-wrapper .form .row.id {
    grid-column: 1;
    grid-row: 3;
  }
  .form-wrapper .form .row.first {
    display: none;
  }
  .form-wrapper .form .row.first .column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-wrapper .form .row.first .column .input {
    width: 132px;
    padding-bottom: 8px;
  }
  .form-wrapper .form .row.first .column .input::-webkit-input-placeholder {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .form-wrapper .form .row.first .column .input::-moz-placeholder {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .form-wrapper .form .row.first .column .input:-ms-input-placeholder {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .form-wrapper .form .row.first .column .input::-ms-input-placeholder {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .form-wrapper .form .row.first .column .input::placeholder {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .form-wrapper .form .row.first .column .input:focus {
    outline: unset;
  }
  .form-wrapper .form .row.first .column .input:focus + .graphic--nao {
    -webkit-transform: translate3d(-66.6%, 0, 0);
            transform: translate3d(-66.6%, 0, 0);
  }
  .form-wrapper .form .row.first .column .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 100%;
  }
  .form-wrapper .form .row.first .column .text-wrapper .text {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .form-wrapper .form .row.name {
    display: grid;
    grid-column: 1;
    grid-row: 1;
  }
  .form-wrapper .form .row.lastname {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }
  .form-wrapper .form .confirmation-wrap {
    grid-column: span 2;
    grid-row: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: 2;
    padding-bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
    gap: 6px;
  }
  .form-wrapper .form .confirmation-wrap .confirmation-toggle {
    display: none;
  }
  .form-wrapper .form .confirmation-wrap .confirmation-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    background: #f3f3ff;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    grid-column: 2;
  }
  .form-wrapper .form .confirmation-wrap .confirmation-toggle:checked {
    background-image: url("../img/svg/CheckBox.svg");
  }
  .form-wrapper .form .confirmation-wrap .confirmation-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3px;
  }
  .form-wrapper .form .button {
    grid-column: 3;
    justify-self: end;
    grid-row: 5;
    width: 200px;
    margin-left: 0;
  }
  .form-wrapper .form .button .button-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
  }
}
/* coupon */
.order-wrapper {
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-wrapper .horizontal-row {
  margin-block: 13px;
  width: 247px;
  height: 3px;
}
.order-wrapper .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
}
.order-wrapper .img-wrapper .img {
  width: 80px;
  height: auto;
}
.order-wrapper .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-wrapper .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-wrapper .price-wrapper .price-number {
  border-radius: 38px;
  background: #f8f8f8;
  padding: 4px 16px;
}
.order-wrapper .vouncher-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-wrapper .vouncher-details .second-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-wrapper .order-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-wrapper .order-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.order-wrapper .icon-wrapper a {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .order-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-wrapper .horizontal-row {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1px;
    height: 32px;
  }
  .order-wrapper .price-wrapper .price-text {
    display: none;
  }
  .order-wrapper .vouncher-details .first-col {
    display: none;
  }
  .order-wrapper .order-number--text {
    display: none;
  }
  .order-wrapper .order-date--text {
    display: none;
  }
}
.info-strip {
  display: none;
}
@media (min-width: 1200px) {
  .info-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .info-strip span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    text-align: right;
  }
  .info-strip .first-header {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
  .info-strip .second-header {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
  .info-strip .third-header {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
  }
  .info-strip .forth-header {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
  .info-strip .fifth-header {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
}
/* coupon */
.points-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.points-wrapper .collapsible-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.points-wrapper .collapsible-container .collapsible {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  direction: rtl;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.points-wrapper .collapsible-container .collapsible-header {
  cursor: pointer;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.points-wrapper .collapsible-container .collapsible-header .icon-point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.points-wrapper .collapsible-container .collapsible-header .collapse-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 12px;
  height: 7px;
}
.points-wrapper .collapsible-container .collapsible-header .collapsible-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.points-wrapper .collapsible-container .collapsible-header .points-received {
  font-weight: bold;
  border-radius: 19px;
  background: rgba(63, 63, 234, 0.1);
  padding: 2px 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #2020b3;
}
.points-wrapper .collapsible-container .collapsible-header .points-left {
  font-weight: bold;
  background: rgba(63, 63, 234, 0.1);
  border-radius: 19px;
  padding: 2px 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #2020b3;
}
.points-wrapper .collapsible-container .collapsible-header span {
  font-size: 16px;
  color: #2020b3;
}
.points-wrapper .collapsible-container .collapsible-content {
  padding: 10px;
  background: #ffffff;
  display: none;
}
.points-wrapper .collapsible-container .collapsible-content .option {
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 6px;
}
.points-wrapper .points-balance-btn {
  border-radius: 8px;
  border: 1px solid #2020b3;
  background: rgba(63, 63, 234, 0.1);
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-decoration: none;
  cursor: pointer;
}
.points-wrapper .points-balance-btn .points-balance-icon {
  width: 21px;
  height: 20px;
}
.points-wrapper .points-balance-btn .points-balance-text {
  font-size: 18px;
  font-weight: 400;
}
.points-wrapper .points-balance-btn .points-balance-points {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .points-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 120px;
  }
  .points-wrapper .collapsible-container {
    width: 100%;
    max-width: 537px;
  }
  .points-wrapper .points-balance-btn {
    width: 463px;
    max-height: 68px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .points-wrapper .points-balance-btn:hover {
    background-color: #d0d0ef;
  }
  .points-wrapper .points-balance-btn:hover .points-balance-icon {
    -webkit-animation: pendulumSwing 0.2s ease-in-out 3;
            animation: pendulumSwing 0.2s ease-in-out 3;
  }
}
/* coupon */
.registration-container {
  max-width: 360px;
  width: 100%;
  padding: 28px 24px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
          box-shadow: 0px 445px 125px 0px rgba(27, 22, 90, 0), 0px 285px 114px 0px rgba(27, 22, 90, 0.01), 0px 160px 96px 0px rgba(27, 22, 90, 0.05), 0px 71px 71px 0px rgba(27, 22, 90, 0.09), 0px 18px 39px 0px rgba(27, 22, 90, 0.1);
}
.registration-container__fieldWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-container__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.registration-container__required {
  color: #ff0000;
}
.registration-container__input {
  border-bottom: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  direction: rtl;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  opacity: 0.3;
  padding: 4px;
  width: 100%;
}
.registration-container__input:focus-visible {
  border-bottom: 1px solid;
  outline: unset;
  border-radius: 0;
}
.registration-container__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::-moz-placeholder {
  color: transparent;
}
.registration-container__input:focus:-ms-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::-ms-input-placeholder {
  color: transparent;
}
.registration-container__input:focus::placeholder {
  color: transparent;
}
.registration-container input.error {
  border-color: #e40404;
  opacity: 1;
}
.registration-container #reg_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.registration-container__gender-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 42px;
}
.registration-container__gender-picker-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14.5px;
}
.registration-container__gender-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.registration-container__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 8px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.registration-container__gender.selected {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.registration-container__gender.selected svg path {
  stroke: #2020b3;
}
.registration-container__gender.selected span {
  color: #2020b3;
  font-weight: 500;
}
.registration-container__gender.selected {
  -webkit-box-shadow: 0 0 10px 1px #2020b3;
          box-shadow: 0 0 10px 1px #2020b3;
  border-radius: 8px;
}
.registration-container__gender-text {
  margin-top: 0;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.registration-container__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.registration-container__fieldWrapper.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.registration-container__checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-right: 0;
}
.registration-container__checkbox:checked {
  content: "";
  border: none;
  background-image: url("../../img/svg/CheckBox.svg");
}
.registration-container__checkbox-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
.registration-container__button {
  width: 100%;
  border-radius: 6px;
  background: #2020b3;
  -webkit-box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2.286px 7.429px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.registration-container__error-msg {
  font-size: 14px;
  color: #e40404;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1200px) {
  .registration-container {
    padding: 40px;
    max-width: 966px;
  }
  .registration-container__form {
    gap: 0.5rem;
  }
  .registration-container__fieldWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 36px;
  }
  .registration-container__fieldWrapper.checkbox {
    width: 100%;
    margin-bottom: 0;
  }
  .registration-container__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .registration-container__label {
    font-size: 18px;
  }
  .registration-container__required {
    color: #ff0000;
    font-size: 20px;
    padding-top: 8px;
    line-height: 0;
  }
  .registration-container #reg_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
  }
  .registration-container__checkbox {
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease;
  }
  .registration-container__checkbox:hover {
    -webkit-animation: giggle 1.5s infinite alternate;
            animation: giggle 1.5s infinite alternate;
  }
  .registration-container__checkbox-text {
    cursor: pointer;
  }
  .registration-container__gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
  .registration-container__gender svg {
    width: 20px;
    height: auto;
  }
  .registration-container__gender span {
    font-size: 16px;
  }
  .registration-container__gender:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .registration-container__gender.selected {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .registration-container__gender.selected svg path {
    stroke: #2020b3;
  }
  .registration-container__gender.selected span {
    color: #2020b3;
    font-weight: 500;
  }
  .registration-container__gender.selected {
    -webkit-box-shadow: 0 0 10px 1px #2020b3;
            box-shadow: 0 0 10px 1px #2020b3;
    border-radius: 8px;
  }
  .registration-container__button {
    padding: 12px 16px;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease-in-out;
    transition: transform 0.2s, background-color 0.2s, box-shadow 0.3s ease-in-out, -webkit-transform 0.2s, -webkit-box-shadow 0.3s ease-in-out;
    border: none;
  }
  .registration-container__button:hover {
    -webkit-animation: glow 0.8s infinite alternate;
            animation: glow 0.8s infinite alternate;
  }
  .registration-container__button:active {
    -webkit-animation: slide-up 0.2s ease forwards;
            animation: slide-up 0.2s ease forwards;
    background-color: #15159c;
  }
  .registration-container__submition-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
  .registration-container__error-msg {
    font-size: 16px;
    color: #e40404;
    font-weight: 600;
    font-style: normal;
  }
}