html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

.main-header__logo {
  width: 220px;
}

@media (max-width: 1200px) {
  .main-header__top-inner {
    position: relative;
    min-height: 90px;
  }

  .main-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    float: none;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .main-header__top-right {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-menu__wrapper-inner {
    position: relative;
    display: block;
    min-height: 80px;
    padding: 0;
  }

  .main-menu__left,
  .main-menu__right {
    position: absolute;
    top: 50%;
    float: none;
    width: auto;
    transform: translateY(-50%);
  }

  .main-menu__left {
    left: 16px;
  }

  .main-menu__right {
    right: 16px;
  }

  .main-menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    padding: 14px 22px;
    white-space: nowrap;
  }

  .mobile-nav__toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}

.harun-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.main-slider__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.footer-widget__logo .harun-logo {
  width: 180px;
}

.product-page-separator {
  font-size: 34px;
  line-height: 1;
}

.contact-page__alert {
  margin-bottom: 30px;
}

.contact-page__form .comment-form__input-box input[type="text"],
.contact-page__form .comment-form__input-box input[type="email"],
.contact-page__form .comment-form__input-box input[type="tel"] {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: none;
  outline: none;
  background-color: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-gray, #8b827d);
  font-size: 14px;
}

.contact-page__form .comment-form__input-box textarea {
  display: block;
  width: 100%;
  height: 155px;
  padding: 18px 30px 30px;
  border: none;
  outline: none;
  background-color: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-gray, #8b827d);
  font-size: 14px;
}

.contact-page__form .comment-form__input-box.text-message-box {
  height: 155px;
}

.contact-page__details {
  width: 380px;
  max-width: none;
}

.contact-page__details-list {
  width: 280px;
  max-width: none;
}

@media (max-width: 991px) {
  .contact-page__details {
    width: 100%;
    max-width: 100%;
  }

  .contact-page__details-list {
    width: 100%;
    max-width: 100%;
  }
}

.contact-page__map,
.contact-page__map .elementor-custom-embed {
  width: 100%;
}

.contact-page__map .elementor-custom-embed {
  margin-bottom: 0;
}

.contact-page__map {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background-color: var(--ambed-black, #3c3531);
}

.contact-page__map iframe {
  display: block;
  width: 100%;
  height: 515px;
  border: 0;
  mix-blend-mode: luminosity;
}

.newsletter {
  position: relative;
  z-index: 2;
}

body:has(.contact-page__map) .newsletter {
  margin-top: -130px;
  margin-bottom: -160px;
}

body:has(.contact-page__map) .site-footer {
  margin-top: 0;
}

@media (max-width: 991px) {
  body:has(.contact-page__map) .contact-page__map,
  body:has(.contact-page__map) .contact-page__map .elementor-custom-embed {
    margin-bottom: 0 !important;
  }

  body:has(.contact-page__map) .newsletter {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  body:has(.contact-page__map) .site-footer {
    margin-top: 0 !important;
  }
}

.contact-page-shape-1.float-bob-x {
  animation: contact-page-float-bob-x 5s ease-in-out infinite;
}

@keyframes contact-page-float-bob-x {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
}

.main-menu__btn,
.main-menu__btn:hover,
.main-menu__btn:focus,
.main-menu__btn:visited,
.site-footer__social a,
.site-footer__bottom-text a,
.site-footer__bottom-text a:hover,
.site-footer__bottom-text a:focus,
.site-footer__bottom-text a:visited {
  color: #fff !important;
}

.site-footer__social a {
  transition: color 500ms ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
  color: var(--ambed-base, #a47c68) !important;
}

.newsletter__title,
.newsletter__text {
  font-family: "Rubik", sans-serif;
}

.home-service-card__body strong,
.home-service-card__body small {
  color: #fff;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.site-footer__bottom-text {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.piksel-footer-logo {
  height: 18px;
  width: auto;
  margin-left: 6px;
}

.footer-payment-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 0;
}

.footer-payment-logos img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

.footer-payment-logos img:last-child {
  height: 24px;
  max-width: 84px;
}

.footer-widget__contact-list li:nth-child(2) .icon.icon-svg,
.footer-widget__contact-list li:nth-child(3) .icon.icon-svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-page {
  padding: 90px 0 110px;
}

.policy-page__content {
  max-width: 860px;
  margin: 0 auto;
}

.policy-page__content h3 {
  margin: 0 0 12px;
  color: var(--ambed-black, #3c3531);
  font-size: 24px;
}

.policy-page__content p {
  margin: 0 0 34px;
  color: #81756f;
  line-height: 1.9;
}

.main-menu__logo a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.main-menu__list {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__list li a {
  text-decoration: none;
}

.mobile-dealer-menu-item {
  display: none;
}

.main-menu__cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.main-menu__cart-badge {
  position: absolute;
  top: -8px;
  right: -16px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ambed-base, #a47c68);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.layout-social {
  display: inline-flex;
  align-items: center;
  margin-left: 16px;
}

.layout-social a {
  color: var(--ambed-black, #3c3531);
  font-size: 20px;
}

.mobile-nav__container .main-menu__list {
  display: block;
  width: 100%;
}

.mobile-nav__container .main-menu__list > li {
  display: block;
  width: 100%;
  float: none;
  height: 40px;
  min-height: 40px;
}

.mobile-nav__container .main-menu__list > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
}

.mobile-nav__container .mobile-dealer-menu-item {
  display: block;
}

.mobile-nav__container .mobile-dealer-menu-item > a,
.mobile-nav__container .mobile-dealer-menu-item > a:hover,
.mobile-nav__container .mobile-dealer-menu-item > a:focus,
.mobile-nav__container .mobile-dealer-menu-item > a:visited {
  color: #fff !important;
}

.mobile-nav__contact li {
  align-items: flex-start;
}

.mobile-nav__contact li > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.mobile-nav__contact li > span,
.mobile-nav__contact li > a,
.mobile-nav__contact li > i,
.mobile-nav__social a,
.mobile-nav__social a:hover,
.mobile-nav__social a:focus {
  color: #fff !important;
}

.mobile-nav__contact li > span {
  line-height: 1.5;
}

.mobile-nav__dealer,
.mobile-nav__dealer:hover,
.mobile-nav__dealer:focus,
.mobile-nav__dealer:visited {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff !important;
}

.home-subtitle {
  color: #fff;
  margin-bottom: 26px;
}

.home-intro {
  position: relative;
  padding: 120px 0 135px;
  background: #fff;
}

.home-intro__content {
  padding-right: 54px;
}

.home-intro .section-title__title,
.home-showcase .section-title__title {
  max-width: 580px;
  margin: 12px auto 20px;
  color: var(--ambed-black, #3c3531);
  font-size: 42px;
  line-height: 1.2;
}

.home-intro__lead {
  margin: 28px 0 14px;
  color: var(--ambed-base, #a47c68);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.home-intro__content p:not(.home-intro__lead) {
  color: #81756f;
  font-size: 16px;
  line-height: 1.9;
}

.home-intro__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 28px 0 32px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
}

.home-intro__points li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-intro__points .icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ambed-base, #a47c68);
  color: #fff;
  font-size: 12px;
}

.home-intro__images {
  position: relative;
  min-height: 500px;
  margin-left: 30px;
}

.home-intro__main-image {
  width: 82%;
  height: 475px;
  object-fit: cover;
}

.home-intro__small-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 220px;
  border: 12px solid #fff;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(60, 53, 49, .14);
}

.home-services {
  padding: 112px 0 120px;
  background: #f8f6f5;
}

.home-services .section-title,
.home-showcase .section-title {
  margin-bottom: 50px;
}

.home-services .section-title__title {
  margin: 12px 0 20px;
  color: var(--ambed-black, #3c3531);
}

.home-service-card {
  position: relative;
  display: block;
  height: 390px;
  overflow: hidden;
  color: #fff;
  background: #3c3531;
}

.home-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.home-service-card:after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(35, 27, 24, .88));
}

.home-service-card:hover img {
  transform: scale(1.07);
}

.home-service-card__body {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  z-index: 1;
}

.home-service-card__body strong,
.home-service-card__body small {
  display: block;
}

.home-service-card__body strong {
  font-size: 26px;
  line-height: 1.2;
}

.home-service-card__body small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.home-section-action {
  margin-top: 42px;
  text-align: center;
}

.home-showcase {
  padding: 120px 0;
  background: #fff;
}

.home-showcase .section-title__title {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .home-intro__content {
    padding-right: 0;
  }

  .home-intro__images {
    margin: 60px 0 0;
  }

}

@media (max-width: 575px) {
  .home-intro,
  .home-services,
  .home-showcase {
    padding: 80px 0;
  }

  .home-intro .section-title__title,
  .home-showcase .section-title__title {
    font-size: 32px;
  }

  .home-intro__images {
    min-height: 360px;
  }

  .home-intro__main-image {
    height: 350px;
  }

  .home-intro__small-image {
    height: 150px;
  }

  .home-service-card {
    height: 330px;
    margin-bottom: 20px;
  }

  .site-footer__bottom-inner {
    display: block;
    text-align: center;
  }

  .site-footer__bottom-text,
  .footer-payment-logos {
    justify-content: center;
  }

  .footer-payment-logos {
    position: static;
    margin-top: 18px;
  }

}

.products-grid {
  display: grid;
  gap: 24px;
  margin: 64px 0;
}

.product-card {
  border: 1px solid #ece7e4;
  background: #fff;
}

.product-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-card__content {
  padding: 18px;
}

.product-card__content h3 {
  margin: 0 0 10px;
}

.product-card__content h3 a {
  color: var(--ambed-black, #3c3531);
  text-decoration: none;
}

.product__all-price-vat {
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.product__all-stock,
.product-details__stock {
  margin: 8px 0 0;
  color: #8a7c75;
  font-size: 12px;
  line-height: 20px;
}

.product__all-stock span,
.product-details__stock span {
  color: var(--ambed-base, #a47c68);
  font-weight: 500;
}

.product__all-stock strong,
.product-details__stock strong {
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
}

.product-details {
  margin: 64px 0;
}

.product-details__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 70px;
  align-items: start;
}

.product-details__gallery {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #f4f5f8;
}

.product-details__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 570px;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: opacity .25s ease, transform .7s ease;
}

.product-details__slide.is-active {
  visibility: visible;
  opacity: 1;
}

.product-details__gallery:hover .product-details__slide.is-active {
  transform: scale(1.08);
}

.product-details__prev,
.product-details__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(36, 30, 27, .48);
  color: #fff;
  font-size: 28px;
  opacity: .78;
  line-height: 32px;
  transform: translateY(-50%);
  transition: background-color .35s ease, box-shadow .7s ease, opacity .35s ease;
}

.product-details__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #222429;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.product-details__trigger .search-icon {
  display: none;
}

.product-details__trigger::after {
  position: absolute;
  top: 3px;
  right: 0;
  color: #222429;
  content: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 16px;
}

.product-details__prev { left: 16px; }
.product-details__next { right: 16px; }

.product-details__prev:hover,
.product-details__next:hover {
  background: rgba(36, 30, 27, .72);
  box-shadow: 0 0 8px rgba(255, 255, 255, .75), 0 0 22px rgba(255, 255, 255, .42);
  opacity: 1;
}

.product-details__quantity {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.product-details__empty-gallery {
  display: grid;
  min-height: 570px;
  place-items: center;
  color: #8a7c75;
}

.product-details__summary {
  padding-top: 12px;
}

.product-details__title {
  margin: 0;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: var(--ambed-base, #a47c68);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.product-details__title span small {
  font-size: 13px;
  font-weight: 400;
}

.product-details__catalogue {
  margin: 22px 0 16px;
}

.product-details__price {
  margin: 0 0 34px;
  color: var(--ambed-black, #3c3531);
  font-size: 28px;
  font-weight: 700;
}

.product-details__price small {
  display: block;
  margin-top: 6px;
  color: #8a7c75;
  font-size: 13px;
  font-weight: 400;
}

.product-details__cart {
  margin: 0;
}

.product-details__quantity-title {
  margin: 0 20px 0 0;
  color: var(--ambed-black, #3c3531);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.product-details__quantity-control {
  position: relative;
  width: 98px;
  height: 50px;
}

.product-details__quantity-control input {
  width: 98px;
  height: 50px;
  padding-left: 30px;
  border: 1px solid #e9ebee;
  color: #8b827d;
  font-family: var(--ambed-font, inherit);
  font-size: 18px;
  font-weight: 400;
  appearance: textfield;
}

.product-details__quantity-control input::-webkit-inner-spin-button,
.product-details__quantity-control input::-webkit-outer-spin-button {
  appearance: none;
}

.product-details__quantity-control button {
  position: absolute;
  z-index: 1;
  right: 1px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e9ebee;
  background: #fff;
  color: #8b827d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details__quantity-control button.plus { top: 1px; }
.product-details__quantity-control button.sub { bottom: 1px; border-top: 1px solid #e9ebee; }

.product-details__buttons {
  margin-top: 24px;
}

.product-details__buttons .cart-btn {
  border: 0;
}

.product-details__social {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.product-details__social .title h3 {
  color: var(--ambed-black, #3c3531);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.product-details__social-link {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.product-details__social-link a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ambed-primary, #f4f1ef);
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.product-details__social-link a + a { margin-left: 10px; }
.product-details__social-link a:hover { background: var(--ambed-base, #a47c68); color: #fff; }

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, .8);
}

.product-lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; }
.product-lightbox__close { position: absolute; top: 18px; right: 24px; border: 0; background: transparent; color: #fff; font-size: 36px; cursor: pointer; }

@media (max-width: 992px) {
  .product-details__card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-details__gallery,
  .product-details__slide {
    min-height: min(570px, 80vw);
    height: min(570px, 80vw);
  }
}

.product-meta h3 {
  margin-top: 0;
}

.shop-products-loading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0 30px;
  color: var(--ambed-black, #3c3531);
}

.shop-products-loading__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e8dfda;
  border-top-color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  animation: shopSpin 0.8s linear infinite;
}

@keyframes shopSpin {
  to {
    transform: rotate(360deg);
  }
}

#shopProductsList.products {
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

#shopProductsList.products > li {
  width: 100%;
}

#shopProductsList .product__all-img {
  width: 270px;
  height: 270px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#shopProductsList .product__all-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#shopProductsList .shop-product-slider {
  position: relative;
  isolation: isolate;
}

#shopProductsList .shop-product-slide {
  position: absolute;
  inset: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

#shopProductsList .shop-product-slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#shopProductsList .shop-product-slider__prev,
#shopProductsList .shop-product-slider__next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(36, 30, 27, .48);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  opacity: .78;
  transform: translateY(-50%);
  transition: background-color .35s ease, box-shadow .7s ease, opacity .35s ease;
}

#shopProductsList .shop-product-slider__prev { left: 10px; }
#shopProductsList .shop-product-slider__next { right: 10px; }

#shopProductsList .shop-product-slider__prev:hover,
#shopProductsList .shop-product-slider__next:hover,
#shopProductsList .shop-product-slider__prev:focus-visible,
#shopProductsList .shop-product-slider__next:focus-visible {
  background: rgba(36, 30, 27, .72);
  box-shadow: 0 0 8px rgba(255, 255, 255, .75), 0 0 22px rgba(255, 255, 255, .42);
  opacity: 1;
  outline: none;
}
#cataloguesPagination {
  display: flex;
  justify-content: center;
  gap: 3px;
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 2px;
}

#cataloguesPagination .page-numbers {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #ece7e4;
  background: #fff;
  color: inherit;
  font: inherit;
  line-height: 22px;
  text-align: center;
}

#cataloguesPagination button.page-numbers { cursor: pointer; }
#cataloguesPagination .page-numbers.is-disabled,
#cataloguesPagination button.page-numbers:disabled {
  cursor: default;
  opacity: .42;
}

.shop-sidebar-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shop-one__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.shop-one__sort-form {
  margin: 0;
}

.woocommerce-ordering.shop-one__sort-form {
  display: flex;
  align-items: center;
}

.shop-sidebar-catalogue-search {
  width: 110px;
  max-width: 45%;
  height: 40px !important;
  border: 1px solid #ece7e4;
  background: #fff;
  padding: 0 10px;
}

.shop-sidebar-inline-form {
  grid-template-columns: 1fr 1fr auto;
}

#shopSearchForm.shop-sidebar-inline-form {
  grid-template-columns: 1fr;
}

.shop-one__product-sorter {
  min-width: 260px;
  height: 46px;
  border: 1px solid #ece7e4;
  background: #fff;
  padding: 0 14px;
}

.product__all-category {
  margin: 10px 0 0;
  font-size: 13px;
  color: #8a7c75;
}

.product__all-code {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #8a7c75;
}

#shopProductsList .product__all-price {
  font-size: 13px;
}

.shop-price-filter-wrapper .wp-block-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.shop-price-filter__form {
  display: grid;
  gap: 16px;
}

.shop-price-filter__range {
  position: relative;
  height: 5px;
  margin: 8px 4px 4px;
  border-radius: 3px;
  background: #e8e1dd;
}

.shop-price-filter__range-input {
  position: absolute;
  width: 100%;
  height: 5px;
  margin: 0;
  appearance: none;
  pointer-events: none;
  background: transparent;
}

.shop-price-filter__range-input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--ambed-base, #a47c68);
  pointer-events: auto;
  cursor: pointer;
}

.shop-price-filter__range-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--ambed-base, #a47c68);
  pointer-events: auto;
  cursor: pointer;
}

.shop-price-filter__controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shop-price-filter__controls label {
  display: grid;
  grid-template-columns: auto 18px;
  align-items: center;
  gap: 4px;
  color: #8a7c75;
  font-size: 12px;
}

.shop-price-filter__controls input {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 38px;
  border: 1px solid #ece7e4;
  padding: 8px 10px;
  color: var(--ambed-black, #3c3531);
}

.shop-price-filter__button {
  justify-self: start;
  min-height: 40px;
  border: 0;
  padding: 9px 18px;
  color: #fff;
  background: var(--ambed-base, #a47c68);
  font-size: 13px;
}

.product__purchase-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.product__quantity {
  flex: 0 0 40px;
  width: 40px;
}

.product__qty {
  width: 40px;
  height: 40px;
  border: 1px solid #ece7e4;
  text-align: center;
  appearance: textfield;
}

.product__qty::-webkit-inner-spin-button,
.product__qty::-webkit-outer-spin-button {
  appearance: none;
}

.product__quantity-control {
  position: relative;
  width: 40px;
  height: 40px;
}

.product__quantity-button {
  position: absolute;
  right: -1px;
  z-index: 1;
  width: 14px;
  height: 19px;
  padding: 0;
  border: 0;
  color: var(--ambed-black, #3c3531);
  background: #f4f1ef;
  font-size: 13px;
  line-height: 19px;
}

.product__quantity-button:hover {
  color: #fff;
  background: var(--ambed-base, #a47c68);
}

.product__quantity-button--plus {
  top: 1px;
}

.product__quantity-button--minus {
  bottom: 1px;
}

.product__purchase-row .shop-one__cart {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1;
}

#shopPagination {
  margin-top: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-sidebar-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 18px;
}

.shop-sidebar-form {
  display: grid;
  gap: 10px;
}

.shop-sidebar-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ece7e4;
  padding: 10px 14px;
}

.shop-sidebar-btn {
  min-height: 46px;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-sidebar-pagination {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
}

.shop-sidebar-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 0;
  border: 1px solid #ece7e4;
  color: var(--ambed-black, #3c3531);
  text-decoration: none;
  font-size: 11px;
}

#shopPagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-right: 8px;
  border: 1px solid #ece7e4;
  color: var(--ambed-black, #3c3531);
  text-decoration: none;
}

#shopPagination .page-numbers.current,
#shopPagination .page-numbers:hover {
  background: var(--ambed-base, #a47c68);
  color: #fff;
  border-color: var(--ambed-base, #a47c68);
}

#shopPagination .page-numbers.current,
#shopPagination .page-numbers.dots,
.shop-sidebar-pagination .page-numbers.current,
.shop-sidebar-pagination .page-numbers.dots {
  box-shadow: none;
}

.shop-sidebar-pagination .page-numbers,
#shopPagination .page-numbers {
  border-radius: 4px;
}

.shop-sidebar-pagination .page-numbers.current,
.shop-sidebar-pagination .page-numbers:hover {
  background: var(--ambed-base, #a47c68);
  color: #fff;
  border-color: var(--ambed-base, #a47c68);
}

#shopPagination .page-numbers.dots,
.shop-sidebar-pagination .page-numbers.dots {
  pointer-events: none;
  background: transparent;
  color: var(--ambed-black, #3c3531);
}

.shop-sidebar-search-wrap {
  position: relative;
}

.shop-sidebar-search-input {
  padding-right: 44px;
}

.shop-sidebar-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--ambed-black, #3c3531);
}

.shop-sidebar-search-submit .search-icon {
  display: block;
  width: 40px !important;
  height: 40px !important;
  fill: currentColor;
}

.shop-sidebar-search-submit:hover {
  color: var(--ambed-base, #a47c68);
}

.woocommerce .cart-empty,
.woocommerce .wc-empty-cart-message .cart-empty {
  margin-bottom: 18px;
}

.woocommerce-cart {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 15px 105px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-cart .wc-empty-cart-message {
  margin: 0;
}

.woocommerce-cart .cart-empty {
  display: inline-flex;
  margin: 0 0 30px;
  padding: 5px 15px;
  color: #fff;
  background-color: #222;
  font-size: 16px;
}

.woocommerce-cart .return-to-shop {
  margin: 0;
}

.woocommerce-cart .return-to-shop .button {
  display: inline-block;
  padding: 16px 30px;
  color: #fff;
  background-color: var(--ambed-base, #a47c68);
  text-decoration: none;
}

.woocommerce-cart-form-wrapper {
  overflow-x: auto;
}

.woocommerce-cart .shop_table {
  width: 100%;
  min-width: 700px;
  margin: 0;
  border-collapse: collapse;
  border: 0;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
  padding: 18px 16px;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.woocommerce-cart .shop_table tbody tr {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-cart .shop_table thead th {
  color: var(--ambed-black, #3c3531);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-cart .product-thumbnail img {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: cover;
}

.woocommerce-cart .product-name a {
  color: var(--ambed-black, #3c3531);
  text-decoration: none;
}

.woocommerce-cart .cart-item__code {
  margin-top: 5px;
  color: #8a7c75;
  font-size: 12px;
}

.woocommerce-cart .cart-qty-input {
  width: 98px;
  height: 60px;
  border: 1px solid #ece7e4;
  padding-left: 30px;
  appearance: textfield;
  font-family: var(--ambed-font, inherit);
}

.woocommerce-cart .product-quantity .quantity {
  position: relative;
  width: 98px;
  height: 60px;
}

.woocommerce-cart .product-quantity .quantity button {
  position: absolute;
  right: 1px;
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid #e9ebee;
  background-color: #fff;
  color: #8b827d;
  font-size: 12px;
  line-height: 1;
}

.woocommerce-cart .product-quantity .quantity button.plus {
  top: 1px;
  border-top-right-radius: 8px;
}

.woocommerce-cart .product-quantity .quantity button.sub {
  bottom: 1px;
  border-top: 1px solid #e9ebee;
  border-bottom-right-radius: 8px;
}

.woocommerce-cart .product-remove .remove {
  border: 0;
  color: #8a7c75;
  background: transparent;
  font-size: 32px;
  line-height: 1;
}

.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}

.woocommerce-cart .cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .cart_totals h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.woocommerce-cart .cart_totals .shop_table {
  min-width: 0;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
  padding: 12px 0;
  border: 0;
}

.woocommerce-cart .cart_totals .shop_table td {
  text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 20px;
}

.woocommerce-cart .checkout-button {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background: var(--ambed-base, #a47c68);
  text-align: center;
  text-decoration: none;
}

.checkout-page {
  padding: 120px 0;
}

.woocommerce-checkout .row {
  row-gap: 30px;
}

.checkout-page .checkout.woocommerce-checkout {
  width: 100%;
}

.checkout-page .checkout.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.checkout-page .checkout.woocommerce-checkout .col2-set > .col-1,
.checkout-page .checkout.woocommerce-checkout .col2-set > .col-2 {
  min-width: 0;
  width: auto;
  padding: 0;
}

.woocommerce-checkout .checkout-page__billing-address,
.woocommerce-checkout .checkout-page__your-order {
  height: 100%;
}

.woocommerce-checkout .checkout-page__your-order-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .checkout-page__your-order-total h3 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  font-size: 18px;
}

.checkout-page__title {
  margin-bottom: 28px;
}

.checkout-page__billing-address,
.checkout-page__your-order {
  padding: 40px;
  border: 1px solid #ece7e4;
  background: #fff;
}

.checkout-page__input-box {
  margin-bottom: 20px;
}

.checkout-page__input-box input,
.checkout-page__input-box textarea {
  width: 100%;
  border: 1px solid #ece7e4;
  min-height: 58px;
  padding: 14px 18px;
}

.checkout-page__input-box textarea {
  min-height: 120px;
  resize: vertical;
}

.checkout-page__file-box label {
  display: block;
  margin-bottom: 8px;
}

.checkout-page__your-order-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #ece7e4;
}

.checkout-page__your-order-total {
  padding: 20px 0;
}

.checkout-page__payment-box {
  padding-top: 10px;
}

.checkout-page__bank-list li {
  padding: 12px 0;
  border-bottom: 1px solid #ece7e4;
}

.checkout-page__btn {
  border: 0;
}

.checkout-submit-spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -2px;
  animation: checkout-submit-spin .7s linear infinite;
}

.checkout-page__btn.is-submitting .checkout-submit-spinner {
  display: inline-block;
}

@keyframes checkout-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.checkout-success {
  padding: 120px 0;
}

.checkout-success__inner {
  display: block;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: transparent !important;
  color: #000 !important;
  text-align: center;
  font-size: 20px;
}

.checkout-success__inner p {
  margin: 0;
  color: #000 !important;
}

@media (max-width: 992px) {
  .main-menu__wrapper-inner {
    padding: 14px 0;
  }

  .main-menu__list {
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-details__layout {
    grid-template-columns: 1fr;
  }

  .shop-one__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-one__product-sorter {
    min-width: 210px;
  }

  .shop-sidebar-inline-form {
    grid-template-columns: 1fr;
  }

  .shop-sidebar-catalogue-search {
    max-width: none;
    width: 140px;
  }

  .checkout-page {
    padding: 80px 0;
  }

  .checkout-page__billing-address,
  .checkout-page__your-order {
    padding: 28px;
    margin-bottom: 24px;
  }

  .checkout-page .checkout.woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  #shopProductsList.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #shopProductsList.products {
    grid-template-columns: 1fr;
  }
}

