@import url('https://fonts.googleapis.com/css2?family=Podkova:wght@400..800&family=Poiret+One&display=swap');
@import url("reset.css");
body {
  margin: 0;
  font-family: "Podkova";
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poiret One";
  font-weight: 300;
}
body {
    background: #EDE6C4;
}
textarea, button {
    font-family: "Podkova";
}
.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
}
.wrapper.max {
    max-width: 1440px;
}
.site-content {
    padding: 0 0 40px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img {
    max-width: 100%;
}
a, button {
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.link {
    color: #E7AF4C;
}
.link:hover {
    color: #5E3503;
}
.header {
    padding: 10px 0;
    background: #FFF4DA;
}
.header .box-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .site-nav .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 40px;
}
.header .site-nav .menu a {
    color: #AD8200;
    font-size: 20px;
}
.header .site-nav .menu a:hover {
    color: #5E3503;
}
.header .header-actions .icon-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #B5893E;
    border-radius: 7px;
    margin: 0 0 0 40px;
    padding: 10px;
    transition: 0.4s;
}
.header .header-actions .icon-link:hover {
    background: #fff;
}
.header .header-actions .icon-link .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 50%;
    color: #161613;
    background: #D9D9D9;
    margin: 0 0 2px;
}

select.select {
    color: #fff;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'>\<path d='M1 1l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
    background-color: #B5893E;
}
input.input {
    color: #fff;
    background-color: #B5893E;
}

/* ------------------------------------------ */

.list-products-item {
    position: relative;
    width: 33%;
    text-align: center;
    background: #FFF4DA;
    padding: 30px;
}
.list-products-item .list-products-title a {
    color: #B5893E;
    font-size: 18px;
}
.list-products-item .list-products-title a:hover {
    color: #C29200;
}
.list-products-item .list-products-img {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid transparent;
}
.list-products-item .list-products-img:hover {
    border-color: #B5893E;
}
.list-products-item .list-products-img img {
    width: 100%;
    height: 100%;
}
.list-products-item .list-products-body {
    margin: 20px 0 0;
}
.list-products-item .list-products-price {
    color: #5E3503;
    font-size: 22px;
    margin: 10px 0;
}
.list-products-item .list-products-price .regular {
    text-decoration: line-through;
    padding: 0 10px 0 0;
    font-size: 20px;
}
.list-products-item .list-products-body .product-qty {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px
}
.list-products-item .list-products-body .product-qty .qty-btn {
    width: 25px;
    height: 25px;
    border: 1px solid #301E0D;
    font-size: 16px;
    background: none;
}
.list-products-item .list-products-body .product-qty .input.qty-input {
    width: 60px;
    height: 100%;
    background: none;
    border-top: 1px solid #301E0D;
    border-bottom: 1px solid #301E0D;
    border-radius: 0;
    font-size: 16px;
    color: #5E3503;
    text-align: center;
    pointer-events: none;
}
.list-products-item .list-products-body .product-qty .qty-btn.btn-minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.list-products-item .list-products-body .product-qty .qty-btn.btn-plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-products-btn {
    display: inline-block;
    background: #B5893E;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    padding: 10px 40px;
}
.list-products-btn:hover {
    background: #C29200;
}

.page-head {
    margin: 50px 0;
    color: #333;
}
.page-head h1 {
    font-size: 48px;
}


/* ------------------------------------------ */

.wc-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;

  min-width: 220px;
  max-width: 360px;

  background: #111;
  color: #fff;

  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);

  display: flex;
  align-items: center;
  gap: 12px;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.wc-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wc-toast__content {
  font-size: 14px;
  line-height: 1.3;
}

.wc-toast__close {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: .75;
}

.wc-toast__close:hover {
  opacity: 1;
}

.box-empty p {
    margin: 0 0 20px;
}

/* ===== Add to cart loading ===== */
.list-products-btn.is-loading,
.single_add_to_cart_button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

/* опционально: спиннер */
.list-products-btn.is-loading::after,
.single_add_to_cart_button.loading::after {
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  animation: spin .6s linear infinite;
}

.woocommerce a.added_to_cart,
.added_to_cart {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #5E3503;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}