/*
Theme Name: Vselena

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.footer__pay {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__pay img {
  object-fit: contain !important;
}

.header__logo img,
.footer__logo a img {
  border-radius: 50%;
}

#wpadminbar {
  display: none;
}

html {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .header__right {
    display: flex;
    align-items: center;
  }
}
.header__lang {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .header__lang {
    display: none;
  }
}
.header__lang a {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  transition: 0.5s;
}
.header__lang a:not(:last-child) {
  margin-right: 10px;
}
.header__lang a:hover {
  color: #949493;
}
.header__lang--mob {
  display: none;
}
@media (max-width: 1024px) {
  .header__lang--mob {
    display: flex;
  }
}
.header__menu {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    justify-content: space-between;
    padding: 200px 30px 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 30px;
  }
  .header__menu.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 625px) {
  .header__menu {
    padding: 120px 30px 0;
  }
}
@media (max-width: 480px) {
  .header__menu {
    padding: 80px 30px 0;
  }
}

.header__user--active {
  opacity: 0.6;
}
.header__like {
  margin-right: 25px;
}
@media (max-width: 480px) {
  .header__like {
    margin-right: 15px;
  }
}
.header__link {
  display: flex;
  flex-flow: wrap;
}

@media (max-width: 1024px) {
  .header__burger {
    display: block;
  }
}
.header__burger--line {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__burger--line:after {
  top: 9px;
}
.header__burger--line:before {
  top: -9px;
}
.header__burger--line,
.header__burger--line:before,
.header__burger--line:after {
  width: 100%;
  height: 2px;
  background: #040404;
  position: absolute;
  transition: 0.3s;
}
.header__burger--line:before,
.header__burger--line:after {
  content: "";
  width: 100%;
  right: 0;
}
.header__burger--active .header__burger--line {
  background-color: transparent;
}
.header__burger--active .header__burger--line::before {
  transform: rotate(45deg);
  top: 0;
}
.header__burger--active .header__burger--line::after {
  transform: rotate(-45deg);
  top: 0;
}

.header__cart {
  position: relative;
}
.header__cart > a > span {
  position: absolute;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  background: #000;
  width: 16px;
  border-radius: 100%;
  height: 16px;
  color: #fff;
  right: -4px;
  top: -4px;
}

.header__cart:hover .cartPopup__list,
.header__cart.active .cartPopup__list {
  opacity: 1;
  visibility: visible;
}

.cartPopup__list {
  width: 400px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-flow: wrap;
  position: absolute;
  left: -240px;
  top: 90px;
  background: #ffffff;
  background: rgba(212, 199, 250, 1);
  border: 1px solid rgba(38, 38, 38, 1);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.slick-active button {
  background: #ffbae5 !important;
  border-color: #ffbae5 !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

.cartPopup__item {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.cartPopup__item span {
  font-weight: 600;
}

.cartPopup__item h2 {
  font-size: 15px;
  font-weight: 100;
  margin-right: 20px;
}
.cartPopup__item img {
  width: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.arrowSingle:after {
  content: "" !important;
  background: url("dist/img/arrow-single.png");
  background-size: contain;
  width: 21px;
  height: 15px;
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: 0.4s;
}
.cartPopup__list > a {
  display: flex;
  justify-content: flex-end;
  width: unset;
  align-items: center;
  font-size: 14px !important;
  color: #0c0c0c !important;
  border: 1px solid #0c0c0c;
  padding: 6px 11px;
  border-radius: 4px;
  margin-left: auto;
  text-transform: none !important;
  border-radius: 0;
}
.cartPopup__list > a img {
  margin-left: 10px;
  width: 21px !important;
}

.basket {
  padding: 80px 0 120px;
}

.basket__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 40px 0;
}

.basket__tab p {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
}

.basket__tab.active p {
  color: #0c0c0c;
  font-weight: 500;
}

.basket__tab:not(.active) p:hover {
  opacity: 0.7;
}

.basket__tray {
  display: none;
}

.basket__tray.active {
  display: block;
}

.basket__product {
  padding: 10px 0;
  display: flex;
  column-gap: 20px;
  border-bottom: 1px solid #dcdcdd;
}

.basket__product--pic {
  flex-shrink: 0;
  padding: 0 10px;
}

.basket__product--pic img {
  width: 94px;
  height: 94px;
  object-fit: cover;
}

.basket__product--right {
  flex-grow: 1;
  display: flex;
  column-gap: 60px;
  align-items: center;
}

.basket__product--header {
  flex-grow: 1;
}

.basket__product--header h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #0c0c0c;
  margin-bottom: 8px;
  max-width: 420px;
  width: 100%;
}

.basket__product--header p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #766d6c;
}

.basket__product--counter {
  display: flex;
  column-gap: 8px;
  border-radius: 4px;
  border: 1px solid #766d6c;
}

.basket__product--counter--minus,
.basket__product--counter--plus {
  width: 40px;
  height: 45px;
  position: relative;
  display: block;
  cursor: pointer;
}

.basket__product--counter--minus:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #766d6c;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.basket__product--counter--plus:after,
.basket__product--counter--plus:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #766d6c;
  top: 50%;
  left: 4px;
}

.basket__product--counter--plus:after {
  transform: translateY(-50%);
}

.basket__product--counter--plus:before {
  transform: translateY(-50%) rotate(90deg);
}

.basket__product--counter--num {
  width: 42px;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket__product--delete:hover {
  background: none !important;
}

.basket__product--counter--num input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: none;
  outline: none;
}

.basket__product--price {
  min-width: 90px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.basket__product--priceFull {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0c0c0c;
}

.basket__product--priceDiscount {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
  color: #b8b8b8;
}

.basket__product--delete {
  width: 24px;
  width: 24px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.35s;
}

.basket__product--delete:hover {
  opacity: 0.7;
}

.basket__product--delete img {
  width: 100%;
  height: auto;
}

.basket__tray--info {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}

.basket__tray--total {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.basket__tray--total h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c0c0c;
  /* margin-bottom: 8px; */
}

.basket__tray--total p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0c0c0c;
  text-align: right;
}

.basket__tray--delivery {
  max-width: 555px;
  width: 100%;
}

.basket__tray--delivery > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000;
}
.basket__tray--progress {
  max-width: 100%;
  width: 100%;
  height: 24px;
  border: 1px solid #766d6c;
}

.basket__tray--progress span {
  display: block;
  height: 100%;
  width: 40%;
  background: #ff836a;
}

.basket__tray--btns {
  padding: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}

.basket__tray--design {
  padding: 0 12px;
  border-radius: 0px;
  max-width: 436px;
  width: fit-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: rgba(38, 38, 38, 1);
  background: rgba(255, 209, 252, 1);
  height: 46px;
  text-transform: uppercase;
}

.basket__product--move {
  padding: 13px 18px;
  border-radius: 4px;
  background: #0c0c0c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: none;
  flex-shrink: 0;
}

.basket__interested {
  display: none;
}

.basket__interested.active {
  display: block;
}

.empty-cart__text {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 1025px) {
  .basket__tab p {
    font-size: 18px;
  }

  .basket__product--right {
    column-gap: 32px;
  }

  .basket__product--pic img {
    width: 80px;
    height: 80px;
  }

  .basket__product--header h2,
  .basket__product--header p {
    font-size: 16px;
  }

  .basket__product--counter--num input {
    font-size: 16px;
  }

  .basket__product--counter--num {
    width: 32px;
    height: 34px;
  }

  .basket__product--counter--minus,
  .basket__product--counter--plus {
    width: 32px;
    height: 34px;
  }

  .basket__product--counter--plus:after,
  .basket__product--counter--plus:before,
  .basket__product--counter--minus:after {
    width: 14px;
  }

  .basket__product--price {
    min-width: 72px;
  }

  .basket__product--priceFull {
    font-size: 16px;
  }

  .basket__product--priceDiscount {
    font-size: 14px;
  }

  .basket__tray--delivery {
    max-width: 420px;
  }

  .basket__tray--total h1 {
    font-size: 16px;
  }

  .basket__tray--total p {
    font-size: 24px;
  }

  .basket__product--move {
    font-size: 16px;
    padding: 10px 16px;
  }
}

@media (max-width: 720px) {
  .basket {
    padding: 40px 0 80px;
  }

  .basket__tab p {
    font-size: 16px;
  }

  .basket__product {
    column-gap: 8px;
  }

  .basket__product--pic img {
    width: 60px;
    height: 60px;
  }

  .basket__product--header h2 {
    font-size: 14px;
  }

  .basket__product--header p {
    font-size: 14px;
  }

  .basket__product--right {
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
  }

  .basket__product--header {
    width: calc(100% - 32px);
  }

  .basket__product--delete {
    order: 2;
  }

  .basket__product--counter,
  .basket__product--move {
    order: 3;
  }

  .basket__product--price {
    order: 4;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }

  .basket__product--priceFull {
    order: 2;
    font-size: 14px;
  }

  .basket__product--priceDiscount {
    font-size: 12px;
  }

  .basket__product--counter {
    column-gap: 4px;
  }

  .basket__product--counter--num {
    width: 28px;
    height: 25px;
  }

  .basket__product--counter--minus,
  .basket__product--counter--plus {
    width: 25px;
    height: 25px;
  }

  .basket__product--counter--plus:after,
  .basket__product--counter--plus:before,
  .basket__product--counter--minus:after {
    width: 12px;
  }

  .basket__product--move {
    font-size: 12px;
    padding: 9px 13px;
  }

  .basket__tray--info {
    padding: 40px 0 0;
    flex-direction: column;
    row-gap: 20px;
  }

  .basket__tray--delivery {
    max-width: 100%;
    width: 100%;
  }

  .basket__tray--delivery > p {
    font-size: 16px;
  }

  .basket__tray--progress {
    height: 16px;
  }

  .basket__tray--total {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .basket__tray--total h1 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .basket__tray--total p {
    font-size: 16px;
  }

  .basket__tray--btns {
    padding: 40px 0 0;
    flex-direction: column;
    row-gap: 16px;
  }
}

/* checkout */

.checkout {
  padding: 20px 0;
}

.checkout__title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #0c0c0c;
  padding: 0 0 52px 0;
}

.checkout-title {
  display: none;
}

.checkout__content {
  border-top: 1px solid #dcdcdd;
}

.checkout__content.details-open .checkout__header--reveal svg {
  transform: rotate(180deg);
}

.checkout__content {
  display: flex;
}

.checkout__details {
  width: 55%;
}

.checkout__details {
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #dcdcdd;
}

.checkout__details--title {
  padding: 0 0 32px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #0c0c0c;
}

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

.checkout__contact--header h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__contact--header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #766d6c;
}

.checkout__contact--header a:hover {
  text-decoration: underline;
}

.checkout__contact--form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.checkout__contact--form > div {
  display: flex;
  column-gap: 20px;
}

.checkout--input {
  max-width: 100%;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #766d6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout--input.error {
  border-color: red;
}

.checkout--input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #807f7f;
}

.checkout__contact .checkout__mark {
  margin: 40px 0;
}

.checkout__mark {
  display: flex;
  column-gap: 16px;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.checkout__mark.active > div:after {
  opacity: 1;
}

.checkout__mark > div {
  width: 24px;
  height: 24px;
  border: 1px solid #766d6c;
  position: relative;
  flex-shrink: 0;
  flex-shrink: 0;
}

.checkout__mark.error > div {
  border: 1px solid red;
}

.checkout__mark > div:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #766d6c;
  opacity: 0;
  transition: 0.35s;
}

.checkout__mark input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout__mark > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__mark > p a {
  color: #807f7f;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.checkout__delivery {
  padding: 32px 0 20px;
  border-top: 1px solid #dcdcdd;
}

.checkout__delivery--branch,
.checkout__delivery--address {
  padding: 20px 0;
}

.checkout__delivery--branch.active .checkout__delivery--form,
.checkout__delivery--address.active .checkout__delivery--form {
  display: flex;
}

.checkout__delivery--time {
  padding: 12px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__delivery--form {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  display: none;
}

.checkout__select {
  position: relative;
}

.checkout__select.open .checkout__select--list {
  opacity: 1;
  z-index: 3;
  visibility: initial;
  pointer-events: initial;
}

.checkout__select.open .checkout__select--cur svg {
  transform: rotate(180deg);
}

.checkout__select--cur {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #766d6c;
  justify-content: space-between;
}

.checkout__select--cur svg {
  transition: 0.35s;
}

.checkout__select--cur > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #807f7f;
}

.checkout__select--list {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200px;
  left: 0;
  top: calc(100% - 1px);
  background: #fff;
  border: 2px solid #766d6c;
  border-top: none;
  overflow-y: scroll;
  overflow-x: none;
  opacity: 0;
  transition: 0.35s;
  visibility: hidden;
  pointer-events: none;
}

.checkout__select--list::-webkit-scrollbar {
  width: 3px;
}

.checkout__select--list::-webkit-scrollbar-track {
  background: #fff;
}

.checkout__select--list::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.checkout__select--list div p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.35s;
}

.checkout__select--list div p:hover {
  color: #807f7f;
}

.checkout__delivery--title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 0 0 20px 0;
  color: #0c0c0c;
}

.checkout__payment {
  padding: 32px 0 0;
  border-top: 1px solid #dcdcdd;
}

.checkout__payment.card-payment .checkout__payment--card {
  display: flex;
}

.checkout__payment--title {
  padding: 0 0 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__payment--points {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.checkout__payment--confirm {
  padding: 15px 20px;
  background: #0c0c0c;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
}

.checkout__payment--card {
  padding: 40px 0 0;
  column-gap: 20px;
  display: none;
}

.checkout__payment--card input {
  width: calc(50% - 10px);
  padding: 11px 16px;
  border: 1px solid #766d6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__payment--card input::placeholder {
  color: #807f7f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.checkout__basket {
  width: 45%;
  padding: 20px 20px 20px 40px;
  min-width: 500px;
}

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

.checkout__basket--header h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #0c0c0c;
}

.checkout__basket--header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #766d6c;
  /*text-decoration: underline;*/
}

.checkout__basket--header a:hover {
  text-decoration: underline;
}

.checkout__promocode {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdd;
}

.checkout__promocode.succes .checkout__promocode--succes {
  display: block;
}

.checkout__promocode.error .checkout__promocode--succes {
  display: block;
}

.checkout__promocode--form {
  display: flex;
}

.checkout__promocode--apply {
  padding: 14px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fefefe;
  transition: 0.35s;
  background: #0c0c0c;
}

.checkout__promocode--field {
  flex-grow: 1;
  padding: 10px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
  border: 1px solid #766d6c;
  border-right: none;
}

.checkout__promocode--field::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0c0c0c;
}

.checkout__promocode--succes {
  padding: 8px 20px 0;
  color: #6db94a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.checkout__promocode.error .checkout__promocode--succes {
  color: red;
}

.checkout__resume {
  padding: 20px 0 0;
}

.checkout__resume.discount .checkout__resume--sum,
.checkout__resume.discount .checkout__resume--discount {
  display: flex;
}

.checkout__resume--sum,
.checkout__resume--discount,
.checkout__resume--total,
.checkout__resume--delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0;
}

.checkout__resume > div > h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0c0c0c;
}

.checkout__resume > div > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0c0c0c;
}

.checkout__resume .checkout__resume--discount > p {
  color: #6db94a;
}

.checkout__resume--delivery {
  padding: 20px 0 0;
}

.checkout__resume--sum,
.checkout__resume--discount {
  display: none;
}

.checkout__header {
  display: none;
  padding: 20px 0 30px;
  align-items: center;
  justify-content: space-between;
}

.checkout__header--reveal {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.checkout__header--reveal p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #0c0c0c;
}

.checkout__header--reveal svg {
  transition: 0.35s;
}

.checkout__header--price,
.checkout__header--price span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #0c0c0c;
}

@media (max-width: 991px) {
  .checkout {
    padding: 40px 0 72px;
  }

  .checkout__title {
    padding: 0 0 36px 0;
  }

  .checkout__content {
    flex-direction: column;
  }

  .checkout__details {
    order: 2;
    border-right: none;
  }

  .checkout__basket--inner {
    max-width: 100%;
    width: 100%;
    min-width: initial;
    padding: 20px 0px 40px;
    border-bottom: 1px solid #dcdcdd;
  }

  .checkout__basket {
    padding: 0;
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }

  .checkout__details {
    max-width: 100%;
    width: 100%;
    padding: 40px 0px 0px;
  }
}

@media (max-width: 626px) {
  .wc-ukr-shipping-checkbox {
    font-size: 16px;
  }

  .checkout__basket--header a {
    font-size: 16px;
  }

  .checkout__content.details-open .checkout__basket {
    height: unset;
    overflow: visible;
  }

  .checkout__header {
    display: flex;
  }

  .checkout {
    padding: 20px 0 40px;
  }

  .checkout__content {
    border-top: none;
  }

  .checkout__basket {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  .checkout__basket--inner {
    padding: 0px 0 32px;
  }

  .checkout__details {
    border-top: 1px solid #dcdcdd;
    padding: 32px 0 0;
  }

  .checkout__title {
    font-size: 20px;
    padding: 0 0 18px 0;
  }

  .checkout__basket--header {
    padding: 0 0 16px 0;
    justify-content: flex-end;
  }

  .checkout__basket--header h4 {
    display: none;
  }

  .checkout__promocode--field {
    font-size: 14px;
    padding: 8px 16px;
  }

  .checkout__resume {
    padding: 10px 0 0;
  }

  .checkout__resume--sum,
  .checkout__resume--discount,
  .checkout__resume--total,
  .checkout__resume--delivery {
    padding: 10px 0 0;
  }

  .checkout__resume--delivery {
    padding: 14px 0 0;
  }

  .checkout__promocode--field::placeholder {
    font-size: 14px;
  }
  .checkout__promocode--apply {
    font-size: 12px;
    padding: 10px 12px;
  }
  .checkout__resume > div > h6,
  .checkout__resume > div > p {
    font-size: 16px;
  }

  .checkout__contact--header {
    padding: 0 0 16px;
  }

  .checkout__details--title {
    font-size: 16px;
  }

  .checkout__contact--header h4,
  .checkout__contact--header a {
    font-size: 16px;
  }

  .checkout__contact .checkout__mark {
    margin: 20px 0 32px;
  }

  .checkout__mark > p {
    font-size: 16px;
  }

  .checkout__delivery {
    padding: 30px 0 20px;
  }

  .checkout__delivery--title {
    padding: 0 0 10px 0;
  }

  .checkout__delivery--form {
    padding: 20px 0 0;
  }

  .checkout__delivery--branch,
  .checkout__delivery--address {
    padding: 10px 0;
  }

  .checkout__payment--title,
  .checkout__delivery--title {
    font-size: 16px;
  }

  .checkout__delivery--time {
    font-size: 16px;
  }

  .checkout__payment--confirm {
    font-size: 18px;
    padding: 13px 12px;
  }
}

.cabinet {
  padding: 55px 0 105px;
}
@media (max-width: 625px) {
  .cabinet {
    padding: 55px 0 80px;
  }
}
.cabinet__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 625px) {
  .cabinet__title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.cabinet__body {
  display: flex;
  /* column-gap: 70px; */
}

.cabinet__body > div:not(:last-child) {
  margin-right: 70px;
}

@media (max-width: 1260px) {
  .cabinet__body {
    flex-direction: column;
    /* row-gap: 50px; */
  }

  .cabinet__body > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 625px) {
  /* .cabinet__body {
        row-gap: 60px;
    } */

  .cabinet__body > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
.cabinet__nav {
  display: flex;
  flex-direction: column;
  max-width: 260px;
  width: 100%;
  flex-shrink: 0;
}

.cabinet__nav > a:nth-of-type(3) {
  display: none;
}

@media (max-width: 1260px) {
  .cabinet__nav {
    flex-direction: row;
    max-width: inherit;
    justify-content: center;
  }
}
@media (max-width: 940px) {
  .cabinet__nav {
    flex-direction: column;
    align-items: center;
  }
}
.cabinet__nav a {
  display: flex;
  text-align: center;
  height: 71px;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 1260px) {
  .cabinet__nav a {
    max-width: 200px;
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #b8b8b8;
  }
}
@media (max-width: 940px) {
  .cabinet__nav a {
    max-width: 400px;
    border-bottom: 1px solid #b8b8b8;
    border-right: none;
  }
}
@media (max-width: 625px) {
  .cabinet__nav a {
    font-size: 17px;
  }
}
.cabinet__nav a:first-child {
  border-top: 1px solid #b8b8b8;
}
@media (max-width: 1260px) {
  .cabinet__nav a:first-child {
    border-left: 1px solid #b8b8b8;
    border-top: none;
  }
}
@media (max-width: 940px) {
  .cabinet__nav a:first-child {
    border-top: 1px solid #b8b8b8;
    border-left: none;
  }
}
.cabinet__nav .active {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 625px) {
  .cabinet__nav .active {
    font-size: 22px;
  }
}
.cabinet__content {
  flex-grow: 1;
}
.cabinet__workshop {
  display: flex;
  /* column-gap: 32px; */
}

.cabinet__workshop > div:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 1260px) {
  .cabinet__workshop {
    justify-content: center;
  }
}
@media (max-width: 940px) {
  .cabinet__workshop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 auto;
    max-width: max-content;
  }

  .cabinet__workshop > div:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 625px) {
  .cabinet__workshop {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: inherit;
    grid-row-gap: 0;
  }

  .cabinet__workshop > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .cabinet__workshop > div:last-child {
    display: none;
  }
}
.cabinet__column {
  display: flex;
  /* column-gap: 45px; */
  align-items: flex-start;
  padding: 65px 0 20px 0;
}

.cabinet__column > *:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 940px) {
  .cabinet__column {
    padding: 65px 30px 20px 30px;
  }
}
@media (max-width: 625px) {
  .cabinet__column {
    padding: 0px 20px 0px 20px;
    flex-direction: column;
    align-items: center;
  }

  .cabinet__column > *:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 625px) {
  .cabinet__column > img {
    transform: rotate(90deg);
  }
}
.cabinet__column--part {
  display: flex;
  flex-direction: column;
  /* row-gap: 15px; */
  align-items: center;
}

.cabinet__column--part > *:not(:last-child) {
  margin-bottom: 15px;
}

.cabinet__column--part img {
  max-width: 60px;
  width: 100%;
  height: auto;
}
.cabinet__column--part p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 158px;
  width: 100%;
}
.cabinet__column--color {
  max-width: 290px;
  width: 100%;
  flex-shrink: 0;
  padding: 58px 30px 62px 45px;
  background: #f4f3f3;
}
@media (max-width: 625px) {
  .cabinet__column--color {
    margin-top: 40px;
    padding: 55px 45px 55px 45px;
  }
}
.cabinet__column--color > p {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}
.cabinet__column--color > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.cabinet__accumulation--mobile {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0 0 0;
}
.cabinet__accumulation {
  display: flex;
  flex-direction: column;
  /* row-gap: 5px; */
  margin-bottom: 20px;
}
.cabinet__accumulation > div {
  display: flex;
  /* column-gap: 8px; */
  align-items: center;
}
.cabinet__accumulation > div > *:not(:last-child) {
  margin-right: 8px;
}
.cabinet__accumulation > div:not(:last-child) {
  margin-bottom: 5px;
}
.cabinet__accumulation > div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.cabinet__accumulation > div p span {
  font-weight: 600;
}
.cabinet__progress {
  padding: 98px 122px 0 122px;
  display: flex;
}
@media (max-width: 940px) {
  .cabinet__progress {
    padding: 98px 30px 0 30px;
  }
}
@media (max-width: 625px) {
  .cabinet__progress {
    padding: 20px 0 0 0;
  }
}
.cabinet__progress--mobile {
  display: none;
}
.cabinet__progress--mobile .cabinet__column--color {
  margin: 0 auto;
}
@media (max-width: 625px) {
  .cabinet__progress--mobile {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 625px) {
  .cabinet__progress--desk {
    display: none;
  }
}
.cabinet__progress--part {
  max-width: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cabinet__progress--part > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 625px) {
  .cabinet__progress--part > p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 625px) {
  .cabinet__progress--part > p span:first-child {
    display: none;
  }
}
.cabinet__progress--part > div {
  display: flex;
  flex-direction: column;
}
.cabinet__progress--line {
  height: 17px;
  margin-bottom: 3px;
  position: relative;
}
.cabinet__progress--line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.cabinet__progress--rate {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0 0 auto;
  max-width: max-content;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
}
.cabinet__progress--rate:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  right: 0;
  top: 0;
}

.gallery {
  position: relative;
  width: 100%;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
  border: 1px solid rgba(38, 38, 38, 1);
  background-color: #fff;
}

.slides {
  display: flex;
  transition: transform 0.8s ease;
  width: 1000%; /* 10 слайдів максимум */
  height: 100%;
  will-change: transform;
}

.slider.dragging {
  cursor: grabbing;
}

.slide {
  flex: 0 0 10%; /* 1/10 від ширини контейнера */
  padding: 50px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  pointer-events: none;
  -webkit-user-drag: none;
}

input[name="slider"] {
  display: none;
}

/* Позиціонування слайдів */
#slide1:checked ~ .slides {
  transform: translateX(0);
}
#slide2:checked ~ .slides {
  transform: translateX(-10%);
}
#slide3:checked ~ .slides {
  transform: translateX(-20%);
}
#slide4:checked ~ .slides {
  transform: translateX(-30%);
}
#slide5:checked ~ .slides {
  transform: translateX(-40%);
}
#slide6:checked ~ .slides {
  transform: translateX(-50%);
}
#slide7:checked ~ .slides {
  transform: translateX(-60%);
}
#slide8:checked ~ .slides {
  transform: translateX(-70%);
}
#slide9:checked ~ .slides {
  transform: translateX(-80%);
}
#slide10:checked ~ .slides {
  transform: translateX(-90%);
}

/* Кнопки-перемикачі */
.navigation-manual {
  position: absolute;
  width: 100%;
  bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}

.manual-btn {
  width: 10px;
  height: 10px;
  border: 1px solid #d81b60;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

/* Активна кнопка */
input#slide1:checked ~ .navigation-manual label:nth-child(1),
input#slide2:checked ~ .navigation-manual label:nth-child(2),
input#slide3:checked ~ .navigation-manual label:nth-child(3),
input#slide4:checked ~ .navigation-manual label:nth-child(4),
input#slide5:checked ~ .navigation-manual label:nth-child(5),
input#slide6:checked ~ .navigation-manual label:nth-child(6),
input#slide7:checked ~ .navigation-manual label:nth-child(7),
input#slide8:checked ~ .navigation-manual label:nth-child(8),
input#slide9:checked ~ .navigation-manual label:nth-child(9),
input#slide10:checked ~ .navigation-manual label:nth-child(10) {
  background-color: #d81b60;
}

.slider {
  touch-action: pan-y; /* дозволяє вертикальний скрол сторінки, блокує горизонтальний базовий жест */
  -ms-touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
}

.slider.dragging {
  cursor: grabbing;
}

.slide img {
  pointer-events: none; /* щоб картинка не перехоплювала drag */
  -webkit-user-drag: none;
}

* {
  -webkit-touch-callout: none;
}

.manual-btn {
  width: 10px;
  height: 10px;
  border: 1px solid #d81b60;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

.info h1 {
  font-size: 38px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 400;
}

.volume {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  animation: fadeIn 1.5s;
}

.account-container {
  max-width: 400px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.account-tabs {
  display: flex;
  margin-bottom: 15px;
}
.tab-btn {
  flex: 1;
  padding: 10px;
  border: none;
  background: #f3f3f3;
  cursor: pointer;
}
.tab-btn.active {
  background: #333;
  color: #fff;
}
.account-form {
  display: none;
}
.account-form.active {
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
}
button.button {
  width: 100%;
  padding: 12px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
button.button:hover {
  background: #005d88;
}
.lost-password {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .account-container {
    margin: 15px;
    padding: 15px;
  }
}

.account-container > h2 {
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.woocommerce-form-login {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation-link--edit-address {
  display: none !important;
}

.account-form {
  display: none;
}
.account-form.active {
  display: block;
}

.account-tabs {
  margin-bottom: 15px;
}
.tab-btn {
  padding: 10px 15px;
  border: none;
  background: #eee;
  cursor: pointer;
  margin-right: 5px;
}
.tab-btn.active {
  background: #ffbae5 !important;
  color: #000;
}

.woocommerce-order-received .continue-shop {
  background: #ffbae5 !important;
  color: #000 !important;
}

.password-reset-container {
  max-width: 420px;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.password-reset-container .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.password-reset-container .form-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  text-align: center;
}

.styled-form .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.styled-form .form-row label {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.styled-form .form-row input[type="text"],
.styled-form .form-row input[type="email"],
.styled-form .form-row input[type="password"] {
  padding: 12px 15px;
  font-size: 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.styled-form .form-row input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 6px rgba(0, 115, 170, 0.2);
  outline: none;
}

.styled-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0073aa;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.styled-button:hover {
  background-color: #005f87;
}

.password-reset-container {
  max-width: 420px;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.password-reset-container .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.password-reset-container .form-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  text-align: center;
}

.styled-form .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.styled-form .form-row label {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.styled-form .form-row input[type="password"] {
  padding: 12px 15px;
  font-size: 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.styled-form .form-row input:focus {
  border-color: #0073aa;
  box-shadow: 0 0 6px rgba(0, 115, 170, 0.2);
  outline: none;
}

.styled-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0073aa;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.styled-button:hover {
  background-color: #005f87;
}

/* Анімації */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.woocommerce-privacy-policy-text {
  display: none;
}

/* Адаптивність */
@media (max-width: 768px) {
  .footer__pay img:nth-child(1) {
    width: 24px;
  }

  .header__menu > ul > li.open ul {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header__menu {
    padding-top: 20px;
    min-height: calc(100vh - 182px);
    height: calc(100vh - 182px);
    overflow: auto;
  }

  .info h1 {
    font-size: 24px;
  }

  .volume {
    margin-bottom: 15px;
  }

  .buy-btn {
    width: 100%;
    text-align: center;
  }
}
