@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 {
    background-color: #95440e;
    font-size: 15px;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0px;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
    height: .6em;
    position: relative;
}

@media (max-width: 921px) {
    #ast-scroll-top .ast-icon.icon-arrow svg {
        width:1em;
    }
}

#ast-scroll-top {
	display: none;
	position: fixed;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	color: #ffffff;
	border-radius: 2px;
	content: "";
	outline: inherit;
  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)
}

.ast-arrow-svg path {
	fill: #fff;
}

.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
  }
}

.animate-left,
.animate-right,
.animate-top,
.animate-bottom {
  opacity: 0;
  transition: opacity .75s ease, transform .75s ease
}

.animate-left {
  transform: translateX(-50px)
}

.animate-right {
  transform: translateX(50px)
}

.animate-top {
  transform: translateY(-50px)
}

.animate-bottom {
  transform: translateY(50px)
}

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

.intro {
  position: relative;
  padding: 0;
  max-width: 1920px;
  max-height: 1200px;
  padding-top: 81px;
  height: 100svh;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden
}

@media(max-width: 1025px) {
  .intro {
    padding-top: 56px
  }
}

@media(max-width: 600px) {
  .intro {
    object-position: 58% 50%
  }
}

.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 32, 33, .4);
  z-index: 1;
  pointer-events: none
}

.intro__wrapper-img {
  width: 100%;
  height: 100%;
  display: block
}

.intro__img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block
}

.intro__box {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  color: #fff
}

@media(max-width: 1025px) {
  .intro__box {
    bottom: 30px
  }
}

.intro__box-inner {
  max-width: 800px
}

.intro__title {
  margin-bottom: 20px
}

.intro__text {
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 2.2rem
}

@media(max-width: 600px) {
  .intro__text {
    margin-bottom: 20px
  }
}

.section-about__box {
  display: flex;
  justify-content: space-between;
  gap: 45px
}

@media(max-width: 900px) {
  .section-about__box {
    flex-direction: column;
    align-items: center
  }
}

@media(max-width: 600px) {
  .section-about__box {
    gap: 30px
  }
}

.section-about__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  width: 60%;
  max-width: 700px
}

@media(max-width: 900px) {
  .section-about__description {
    width: 100%
  }
}

@media(max-width: 900px) {
  .section-about__title {
    text-align: center
  }
}

.section-about__text {
  margin-bottom: 0
}

.section-about__img {
  width: 40%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35)
}

@media(max-width: 900px) {
  .section-about__img {
    max-width: 700px;
    width: 100%
  }
}

.section-advantages {
  background-color: #fffdf8;
  border-top: 1px solid rgba(0, 0, 0, .1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, .1019607843)
}

.section-advantages__list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 45px 30px
}

@media(max-width: 800px) {
  .section-advantages__list {
    flex-wrap: wrap;
    justify-content: center
  }
}

.item-advantages {
  width: 33%;
  max-width: 400px;
  text-align: center
}

@media(max-width: 800px) {
  .item-advantages {
    width: 47%
  }
}

@media(max-width: 600px) {
  .item-advantages {
    width: 100%
  }
}

.item-advantages__img {
  max-width: 80px;
  min-height: 80px;
  width: 100%;
  display: block;
  object-position: center;
  margin: 0 auto 20px
}

@media(max-width: 600px) {
  .item-advantages__img {
    min-height: auto
  }
}

.item-advantages__img--quality {
  max-width: 100px
}

.item-advantages__text {
  margin-bottom: 0
}

.section-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  width: 100%;
  margin: 0 auto
}

@media(max-width: 1440px) {
  .section-category__list {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media(max-width: 1025px) {
  .section-category__list {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 768px) {
  .section-category__list {
    grid-template-columns: 1fr;
    justify-items: center
  }
}

.item-category {
  position: relative;
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35);
  width: 24%;
  max-width: 320px;
  transition: background-color .3s, opacity .75s ease, transform .75s ease
}

@media(max-width: 1250px) {
  .item-category {
    width: 30%
  }
}

@media(max-width: 900px) {
  .item-category {
    width: 47%
  }
}

@media(max-width: 700px) {
  .item-category {
    width: 100%
  }
}

.item-category:hover {
  background-color: #fffdf8;
  opacity: 0.8;
}

.item-category__img {
  margin: 0 auto;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center
}

.item-category__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: #0a0a0a;
  transition: background-color .3s
}

.item-category__title {
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 0px;
  transition: .3s color;
}

.item-category:hover .item-category__title {
  color: #95440e
}

.item-category__count {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0
}

.example-products {
  background-color: #fffdf8;
  border-top: 1px solid rgba(0, 0, 0, .1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, .1019607843)
}

.example-products__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 30px;
  width: 100%;
  margin: 0 auto
}

.item-products {
  text-align: center;
  width: 24%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .35);
  transition: background-color .3s, opacity .75s ease, transform .75s ease
}

.item-products:hover {
  opacity: 0.8;
  background-color: #fffdf8
}

@media(max-width: 1250px) {
  .item-products {
    width: 30%
  }
}

@media(max-width: 900px) {
  .item-products {
    width: 47%
  }
}

@media(max-width: 700px) {
  .item-products {
    width: 100%
  }
}

.item-products__img {
  width: 100%;
  margin: 0 auto;
  display: block
}

.item-products__content {
  padding: 15px 10px;
}

.item-products__title {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: color .3s
}

.item-products__price {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #95440e
}

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;

  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  >.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;

    /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  >.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
  }

  &.swiper-horizontal {
    >.swiper-wrapper {
      scroll-snap-type: x mandatory;
    }

    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }

    >.swiper-wrapper>.swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }

  &.swiper-vertical {
    >.swiper-wrapper {
      scroll-snap-type: y mandatory;
    }

    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }

    >.swiper-wrapper>.swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }

  &.swiper-free-mode {
    >.swiper-wrapper {
      scroll-snap-type: none;
    }

    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: none;
    }
  }

  &.swiper-centered {
    >.swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }

    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }

  &.swiper-centered.swiper-horizontal {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }

    >.swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }

  &.swiper-centered.swiper-vertical {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }

    >.swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {

  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));

  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;

  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {

  .swiper-button-prev,
  .swiper-button-next,
  ~.swiper-button-prev,
  ~.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }

  .swiper-button-prev,
  &~.swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl~.swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }

  .swiper-button-next,
  &~.swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl~.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }

  .swiper-button-prev,
  &~.swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl~.swiper-button-next {

    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl~.swiper-button-prev {

    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {

  .swiper-button-prev,
  .swiper-button-next,
  ~.swiper-button-prev,
  ~.swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }

  .swiper-button-prev,
  ~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;

    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }

  .swiper-button-next,
  ~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;

    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;

  &.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-disabled>&,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;

  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }

  .swiper-pagination-bullet-active {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }

  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }

  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }

  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);

  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }

  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);

  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;

    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;

  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }

  .swiper-horizontal>&,
  &.swiper-pagination-horizontal,
  .swiper-vertical>&.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }

  .swiper-vertical>&,
  &.swiper-pagination-vertical,
  .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

.section-review__box {
  display: flex;
  align-items: center;
  gap: 15px
}

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

.section-review__swiper {
  cursor: pointer;
  align-items: stretch
}

.section-review .swiper-button-prev,
.section-review .swiper-button-next {
  position: static !important;
  min-width: 22px;
  width: 22px
}

@media(max-width: 1025px) {

  .section-review .swiper-button-prev,
  .section-review .swiper-button-next {
    min-width: 15px;
    width: 15px
  }
}

@media(max-width: 600px) {

  .section-review .swiper-button-prev,
  .section-review .swiper-button-next {
    display: none
  }
}

.section-review .swiper-button-prev path,
.section-review .swiper-button-next path {
  fill: #0a0a0a;
  transition: fill .3s
}

.section-review .swiper-button-prev:hover path,
.section-review .swiper-button-next:hover path {
  fill: #95440e
}

.section-review .swiper-button-prev {
  left: 0 !important
}

.section-review .swiper-button-next {
  right: 0 !important
}

.section-review .swiper-pagination {
  position: static;
  margin-top: 30px
}

@media(max-width: 1025px) {
  .section-review .swiper-pagination {
    margin-top: 20px
  }
}

.section-review .swiper-pagination-bullet {
  margin: 0 10px !important;
  transition: background-color .3s
}

.section-review .swiper-pagination-bullet:hover,
.section-review .swiper-pagination-bullet-active {
  background-color: #95440e
}

.slide-review {
  text-align: center;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between
}

.slide-review__text {
  margin-bottom: 20px
}

.slide-review__author {
  color: #7b3306;
  margin-bottom: 0
}