@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather_24pt-Regular.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Merriweather/Merriweather_24pt-SemiBold.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Merriweather/Merriweather_24pt-Bold.woff2") format("woff2");
  font-display: swap
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*:focus {
  outline: none
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

.page-container a:hover {
  text-decoration: underline
}

html {
  font-size: 16px;
  scroll-behavior: smooth
}

@media(max-width: 1025px) {
  html {
    font-size: 12.5px
  }
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
  color: #0a0a0a;
  background-color: #fff;
  overflow-x: hidden;
  transition: opacity .3s
}

.lock {
  overflow: hidden
}

ul {
  margin-top: 0;
  padding-left: 1.5rem;
  margin-bottom: 15px
}

li {
  line-height: 140%;
  margin-bottom: 10px;
  position: relative
}

p {
  margin-top: 0;
  margin-bottom: 15px
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0
}

h1,
.page-title,
header.entry-header .entry-title,
h2,
h3,
h4 {
  margin-top: 0;
  color: inherit;
  line-height: 135%
}

h1,
.page-title,
header.entry-header .entry-title,
.product_title {
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: 700
}

@media(max-width: 1025px) {

  h1,
  .page-title,
  header.entry-header .entry-title,
  .product_title {
    font-size: 2.6rem;
    margin-bottom: 25px
  }
}

h2,
.woocommerce-js h2 {
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 30px
}

@media(max-width: 1025px) {

  h2,
  .woocommerce-js h2 {
    font-size: 2.2rem;
    margin-bottom: 20px
  }
}

h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px
}

@media(max-width: 1025px) {
  h3 {
    font-size: 1.4rem;
    margin-bottom: 15px
  }
}

img {
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
  font-weight: 700;
  transition: color .3s
}

a:hover {
  color: #95440e
}

a,
button,
input,
select,
textarea {
  cursor: pointer;
  outline: none
}

input,
textarea {
  display: block
}

textarea {
  resize: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important
}

.container,
.primary {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

.primary {
  padding-top: 140px;
  padding-bottom: 50px
}

.btn,
.button,
.submit,
.wc-block-components-button,
.wpfMainWrapper .wpfClearButton.wpfButton,
.woocommerce button.button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  padding: 13px 35px !important;
  width: fit-content;
  background-color: #95440e !important;
  border-radius: 30px !important;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 600 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  transition: background-color .3s !important
}

.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active,
.submit:hover,
.submit:focus,
.submit:active,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-button:active,
.wpfMainWrapper .wpfClearButton.wpfButton:hover,
.wpfMainWrapper .wpfClearButton.wpfButton:focus,
.wpfMainWrapper .wpfClearButton.wpfButton:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active {
  background-color: #66300b !important
}

@media(max-width: 1025px) {

  .btn,
  .button,
  .submit,
  .wc-block-components-button,
  .wpfMainWrapper .wpfClearButton.wpfButton,
  .woocommerce button.button {
    padding: 10px 25px !important
  }
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: none !important
}

.wc-block-components-button__text {
  line-height: normal
}

.section {
  padding-top: 80px;
  padding-bottom: 80px
}

@media(max-width: 1025px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.title {
  margin-bottom: 45px !important;
  text-align: center
}

@media(max-width: 1025px) {
  .title {
    margin-bottom: 30px !important
  }
}

h2+h3,
.beta+h3 {
  border: none;
  padding-top: 0
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none
}

.container,
#primary {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

#primary {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 50px
}

@media(max-width: 1025px) {
  #primary {
    padding-top: 110px
  }
}

#page {
  justify-content: space-between;
  overflow-x: hidden
}

input[type=text],
input[type=number]:not(.qty, .wc-block-components-quantity-selector__input),
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=reset],
input[type=tel],
input[type=date],
textarea {
  width: 100%;
  background-color: #eee !important;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  padding: 13px 10px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  transition: background-color .3s
}

input[type=text]:hover,
input[type=text]:focus,
input[type=number]:not(.qty, .wc-block-components-quantity-selector__input):hover,
input[type=number]:not(.qty, .wc-block-components-quantity-selector__input):focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=date]:hover,
input[type=date]:focus,
textarea:hover,
textarea:focus {
  background-color: #d2d2d2 !important
}

input[type=text]:focus,
input[type=number]:not(.qty, .wc-block-components-quantity-selector__input):focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=reset]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  background-color: #d2d2d2 !important
}

textarea {
  height: 150px;
  resize: none
}

.woocommerce-js .woocommerce-breadcrumb {
  margin-bottom: 20px
}

.archive .woocommerce-breadcrumb {
  margin-bottom: 10px
}

.woocommerce-breadcrumb a {
  transition: color .3s
}

.woocommerce-breadcrumb a:hover {
  color: #973c00
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none !important
}

.wc-block-components-sidebar-layout {
  margin-bottom: 80px
}

.xoo-wsch-new .xoo-wsch-text {
  white-space: nowrap
}

.error-404 .page-sub-title {
  margin-bottom: 2rem
}

.ast-404-back-to-home-link {
  margin: 0 auto
}

label,
legend {
  font-size: 16px
}

#ast-scroll-top {
  right: auto;
  left: 20px;
  bottom: 20px;
  transition: background-color .3s
}

@media(max-width: 600px) {
  #ast-scroll-top {
    left: 20px;
    bottom: 20px
  }
}

#ast-scroll-top:hover {
  background-color: #66300b
}

.xoo-wsc-basket {
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: 15px
}

#ast-scroll-top {
  right: auto;
  left: 20px;
  bottom: 20px;
  transition: background-color .3s
}

#ast-scroll-top:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35)
}

.xoo-wsc-bki {
  font-size: 26px
}

.xoo-wsc-items-count {
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 23px
}

.xoo-wsc-items-count {
  top: -8px;
  left: -8px
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  transition: color .3s, background-color .3s !important
}

.xoo-wsc-basket {
  transition: all .5s, color .3s, background-color .3s !important
}

.xoo-wsc-pname a,
.xoo-wsc-smr-del,
.xoo-wsc-icon-cross,
.tab-description {
  transition: .3s color
}

.xoo-wsc-pname a:hover,
.xoo-wsc-smr-del:hover,
.xoo-wsc-icon-cross:hover,
.description_tab.active a:hover {
  color: #95440e
}

.xoo-wsc-basket:hover {
  background-color: #95440e;
  color: #fff
}

.header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-color: hsla(0, 0%, 100%, .7);
  backdrop-filter: blur(100px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1019607843);
  z-index: 10;
  min-height: 81px;
  transition: transform .3s ease
}

@media(max-width: 1025px) {
  .header {
    padding: 5px 0;
    min-height: 56px
  }
}

.header--hidden {
  transform: translateY(-100%)
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px
}

.header__box {
  display: flex;
  align-items: center;
  gap: 30px
}

@media(max-width: 1025px) {
  .header__box {
    gap: 10px
  }
}

@media(max-width: 1025px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100svh;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, .37);
    transition: all .4s ease;
    transform: translateX(-100%);
    margin-left: 0;
    padding: 101px 15px 15px
  }
}

@media(max-width: 1025px) {
  .header__menu--active {
    transform: translateX(0)
  }
}

.header__menu-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  gap: 45px 30px;
  margin: 0
}

@media(max-width: 1025px) {
  .header__menu-list {
    flex-direction: column;
    align-items: center
  }
}

.header__menu-list li {
  margin-bottom: 0
}

.header__menu-list li::before {
  content: none
}

.header__menu-list a {
  position: relative;
  display: inline-block
}

@media(max-width: 1025px) {
  .header__menu-list a {
    font-size: 1.5rem
  }
}

.header__menu-list a:hover {
  color: #973c00
}

.header__menu-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  min-height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 50px;
  transition: transform .3s ease
}

.header__menu-list a:hover::after {
  transform: scaleX(1)
}

.header__menu-list .current-menu-item>a {
  color: #973c00
}

.header__menu-list .current-menu-item>a::after {
  transform: scaleX(1)
}

.header__menu-item-line,
.header_right-line {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  height: 2px;
  border: 1px solid #000;
  transition: .5s;
  opacity: 0
}

@media(max-width: 1024px) {

  .header__menu-item-line,
  .header_right-line {
    display: none
  }
}

.header__menu-item-line a {
  display: none
}

.header__cart {
  display: block;
  padding: 5px;
  z-index: 1
}

.header__cart svg {
  display: block;
  width: 30px;
  height: auto
}

@media(max-width: 1025px) {
  .header__cart svg {
    width: 25px
  }
}

.header__cart path {
  transition: stroke .3s
}

.header__cart:hover path {
  stroke: #973c00
}

.burger {
  display: none
}

@media(max-width: 1025px) {
  .header__menu.active {
    left: 0
  }

  .burger {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1
  }

  .burger svg {
    width: 38px;
    height: 39px;
    fill: none;
    transform: translateX(4px);
    pointer-events: none;
    transition: transform .3s
  }

  .burger svg path {
    stroke-width: 2px;
    stroke-dasharray: 0 1000px
  }

  .burger:not(.active) svg path {
    transition: stroke-dashoffset .3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray .3s cubic-bezier(0.645, 0.045, 0.355, 1)
  }

  .burger:not(.active) svg path:first-child,
  .burger:not(.active) svg path:nth-child(2) {
    stroke-dasharray: 10px 1000px
  }

  .burger:not(.active) svg path:nth-child(3) {
    transition: stroke-dashoffset .3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray .3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1), transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    stroke-dasharray: 20px 1000px
  }

  .burger.active svg path {
    transition: stroke-dashoffset .8s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray .8s cubic-bezier(0.645, 0.045, 0.355, 1)
  }

  .burger.active svg path:nth-child(1) {
    transition: stroke-dashoffset .8s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray .8s cubic-bezier(0.645, 0.045, 0.355, 1)
  }

  .burger.active svg path:nth-child(1),
  .burger.active svg path:nth-child(2) {
    stroke-dashoffset: -102px;
    stroke-dasharray: 30px 1000px
  }

  .burger.active svg path:nth-child(3) {
    stroke-dasharray: 18px 1000px;
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
    transition: opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1), transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1
}

@media(max-width: 1025px) {
  .logo {
    gap: 10px
  }
}

.logo:hover {
  color: #973c00
}

.logo__img {
  width: 60px;
  height: auto
}

@media(max-width: 1025px) {
  .logo__img {
    width: 45px
  }
}

.logo path,
.logo rect {
  transition: stroke .3s
}

.logo:hover path,
.logo:hover rect {
  stroke: #95440e
}

.logo__text {
  max-width: 120px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0
}

@media(max-width: 1025px) {
  .logo__text {
    font-size: 16px
  }
}

.footer {
  background-color: #66300b;
  color: #fee685;
  padding: 30px 65px
}

@media(max-width: 800px) {
  .footer {
    padding: 20px 65px
  }
}

@media(max-width: 600px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px
  }
}

.footer__contacts {
  display: flex;
  align-items: center;
  gap: 25px
}

@media(max-width: 600px) {
  .footer__contacts {
    flex-direction: column;
    gap: 10px
  }
}

.footer__phone,
.footer__email {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content
}

@media(max-width: 1025px) {

  .footer__phone,
  .footer__email {
    gap: 10px
  }
}

.footer__phone:hover,
.footer__email:hover {
  color: #fff
}

.footer__phone svg,
.footer__email svg {
  width: 30px;
  height: auto;
  display: block
}

@media(max-width: 1025px) {

  .footer__phone svg,
  .footer__email svg {
    width: 25px
  }
}

.footer__phone path,
.footer__phone rect,
.footer__email path,
.footer__email rect {
  transition: stroke .3s
}

.footer__phone:hover path,
.footer__phone:hover rect,
.footer__email:hover path,
.footer__email:hover rect {
  stroke: #fff
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

@media(max-width: 800px) {
  .footer__bottom {
    flex-direction: column;
    gap: 20px
  }
}

.footer__copyright {
  margin-bottom: 0
}

@media(max-width: 600px) {
  .footer__copyright {
    text-align: center
  }
}

.header__btn-filter {
  background-color: rgba(0, 0, 0, 0) !important;
  display: block;
  padding: 5px;
  z-index: 1;
  box-shadow: none !important
}

.header__btn-filter svg {
  position: relative;
  bottom: -2px
}

.header__btn-filter path {
  transition: stroke .3s
}

.header__btn-filter:active path,
.header__btn-filter--active path {
  stroke: #973c00
}

.archive .site-main {
  overflow: visible
}

.archive .woocommerce-breadcrumb,
.shop-top,
.shop-bottom .products {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity .75s ease, transform .75s ease
}

.animate-show {
  opacity: 1 !important;
  transform: translate(0, 0) !important
}

.woocommerce-result-count {
  display: none
}

.woocommerce-js .woocommerce-breadcrumb,
.archive .woocommerce-breadcrumb {
  margin-bottom: 20px
}

.archive .woocommerce-breadcrumb {
  margin-bottom: 10px
}

.woocommerce .woocommerce-ordering {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 400px;
  width: 100%;
  float: none;
  display: block
}

.woocommerce-ordering .orderby {
  border: 1px solid #000
}

.woocommerce-js ul.products li.product,
.woocommerce-page ul.products {
  gap: 30px 25px
}

.woocommerce-page ul.products li.product {
  margin-bottom: 0;
  position: relative;
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35);
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  transition: background-color .3s, opacity .75s ease, transform .75s ease
}

.woocommerce-page ul.products li.product:hover {
  background-color: #fffdf8
}

.woocommerce-js ul.products li.product a img {
  margin-bottom: 0;
}

.astra-shop-summary-wrap {
  padding: 15px 10px;
}

.woocommerce-js ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin-bottom: 20px
}

.woocommerce-js ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: 0;
  width: 100%;
  font-size: 16px;
  padding: 13px 10px !important
}

.ast-woo-product-category,
.ast-on-card-button {
  display: none !important
}

.shop-top {
  display: flex;
  gap: 20px 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.woocommerce-products-header__title {
  text-align: center
}

.page-description {
  text-align: center
}

.custom-select {
  width: 100%;
  position: relative;
  z-index: 10
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: .675em 6em .675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: .25rem;
  color: #000;
  cursor: pointer
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none
}

.custom-select::before {
  border-left: var(--size) solid rgba(0, 0, 0, 0);
  border-right: var(--size) solid rgba(0, 0, 0, 0);
  border-bottom: var(--size) solid #000;
  top: 40%
}

.custom-select::after {
  border-left: var(--size) solid rgba(0, 0, 0, 0);
  border-right: var(--size) solid rgba(0, 0, 0, 0);
  border-top: var(--size) solid #000;
  top: 55%
}

.review-rating {
  justify-content: center
}

.shop-bottom {
  display: flex;
  gap: 25px
}

.shop-filter {
  width: 23%;
  position: sticky;
  top: 0
}

.box-products {
  width: 77%;
  height: fit-content;
}

.products  {
  min-height: 270px;
  height: 100%;
}

.woocommerce ul.products:not(.elementor-grid),
.woocommerce-page ul.products:not(.elementor-grid) {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 20px
}

.wpfMainWrapper {
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35)
}

.wpfMainWrapper .wpfPriceRangeField {
  height: 25px
}

.wpfMainWrapper .wpfFilterWrapper[data-filter-type] {
  padding: 0
}

.wpfMainWrapper .wpfClearButton.wpfButton {
  margin: 15px auto 0
}

.wpfPreview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wpfFilterWrapper .wfpTitle,
.wpfFilterVerScroll,
.wpfFilterContent span {
  color: inherit !important
}

.wpfFilterContent span {
  transition: color .3s
}

.wpfLiLabel {
  width: fit-content
}

.wpfLiLabel:hover span {
  color: #973c00 !important
}

.wpfLiLabel input[type=checkbox] {
  transition: border-color .3s
}

.wpfLiLabel:hover input[type=checkbox] {
  border-color: #973c00 !important
}

.wpfMainWrapper #wpfSortProducts {
  color: #000 !important
}

.ui-slider.ui-widget-content .ui-slider-handle {
  border-radius: 50% !important;
}

.shop-bottom .ui-slider.ui-widget-content .ui-slider-handle:hover,
.shop-bottom .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.shop-bottom .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
  border-color: #973c00 !important
}

.shop-bottom .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%)
}

.wpfPriceFilterRange .ui-widget-header {
  background-color: #973c00 !important
}

.no-products-found {
  min-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.shop-filter__close {
  display: none
}

.woocommerce-pagination {
  margin-top: 30px
}

.woocommerce-js nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px
}

.woocommerce-js nav.woocommerce-pagination ul li {
  margin: 0
}

.page-numbers {
  transition: .3s background-color;
}

@media(max-width: 1300px) {

  .ast-container .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px
  }
}

@media(max-width: 1025px) {
  .shop-top {
    margin-bottom: 10px
  }

  .woocommerce-products-header__title {
    margin-bottom: 10px
  }

  .woocommerce .woocommerce-ordering {
    max-width: 320px
  }

  .shop-bottom {
    flex-direction: column
  }

  .shop-filter__close {
    display: block;
    padding: 5px;
    width: 30px;
    cursor: pointer;
    height: auto;
    margin-left: auto;
    margin-bottom: 20px
  }

  .shop-filter {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100svh;
    max-width: 320px;
    width: 100%;
    z-index: 9;
    background-color: #f6f6f6;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .35);
    padding: 15px;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s linear, transform .3s linear
  }

  .shop-filter--active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all
  }

  .wpfMainWrapper {
    background-color: inherit;
    box-shadow: none;
    padding: 0
  }

  .box-products {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
  }

  .products  {
    min-height: 50svh;
  }
}

@media(max-width: 700px) {

  .ast-container .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width: 600px) {

  .ast-container .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid),
  .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center
  }
}

.header__btn-filter {
  display: none
}
