/*  
Theme Name: NonoMimi
Text Domain: NonoMimi
Domain Path: /languages
Theme URI: 
Description: Special theme for NonoMimi
Version: 1.0
Author: DigiProduct
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: transparent;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
a {
  text-decoration: none;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
body.home .container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1480px) {
  body.home .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  body.home .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  body.home .container {
    max-width: 750px;
  }
}
@media screen and (max-width: 750px) {
  body.home .container {
    max-width: 600px;
  }
}
main {
  min-height: 50vh;
  padding-bottom: 80px;
}
main .owl-carousel .owl-stage {
  display: flex;
}
main .owl-carousel.owl-rtl .owl-item {
  float: none;
  flex: none;
}
main .owl-carousel.owl-rtl .owl-item .item {
  height: 100%;
}
main h2.wp-block-heading {
  padding: 40px 0;
  text-align: center;
  font-weight: 400;
  font-size: 64px;
}
main .wp-block-gallery {
  margin-bottom: 40px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
}
main ol {
  counter-reset: my-awesome-counter;
}
main ol li {
  counter-increment: my-awesome-counter;
}
main ol li::before {
  content: counter(my-awesome-counter);
}
main a:hover {
  text-decoration: underline;
}
main strong {
  font-weight: bold;
}
main em {
  font-style: italic;
}
.running-line-block {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.running-line-block .running-line-inner {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
}
.running-line-block .item {
  display: inline-block;
  white-space: nowrap;
}
.running-line-block .item a {
  text-decoration: underline;
}
.running-line-block .item a:hover {
  text-decoration: none;
}
.nono-motion-control-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  background: transparent;
}
.nono-motion-control-btn:focus-visible {
  width: auto;
  height: auto;
  margin: 4px;
  padding: 4px 8px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  z-index: 10;
}
.running-line-block .nono-motion-control-btn:focus-visible {
  top: 0;
  left: 0;
}
.home-top-slider-section .nono-motion-control-btn:focus-visible {
  top: 8px;
  left: 8px;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 180px 19px 40px;
  position: relative;
}
.header-container .menu-icon {
  top: 0;
  bottom: 0;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-container .menu-icon .block-top-menu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}
.header-container .right-block {
  flex: 1;
  display: flex;
  align-items: center;
}
.header-container .right-block .header-btn {
  margin-left: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-container .right-block .header-btn::before {
  display: block;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-left: 24px;
  font-size: 20px;
  aspect-ratio: 1 / 1;
}
.header-container .left-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-container .left-block .user-block a {
  display: flex;
  align-items: center;
}
.header-container .left-block .user-block a svg {
  margin-left: 23px;
}
.header-container .left-block .user-menu-block {
  position: relative;
  padding: 24px 34px 23px 24px;
  margin-left: -24px;
  z-index: 9;
}
.header-container .left-block .user-menu-block button {
  background: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
}
.header-container .left-block .user-menu-block button span.arr {
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 0 !important;
  border-left: 0 !important;
  border-radius: 1px;
  margin-right: 31px;
}
.header-container .left-block .user-menu-block nav {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px 34px 2px 2px;
  top: 100%;
  right: -1px;
  left: -1px;
  border-radius: 0 0 8px 8px;
}
.header-container .left-block .user-menu-block nav a {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.header-container .left-block .user-menu-block nav a:hover {
  text-decoration: underline;
}
.header-container .left-block .user-menu-block:hover,
.header-container .left-block .user-menu-block:focus-within:not(.user-menu-collapsed) {
  background: #fff;
  border-radius: 8px 8px 0 0;
  z-index: 99;
}
.header-container .left-block .user-menu-block:hover nav,
.header-container .left-block .user-menu-block:focus-within:not(.user-menu-collapsed) nav {
  display: block;
}
.header-container .left-block .user-menu-block:hover button span.arr,
.header-container .left-block .user-menu-block:focus-within:not(.user-menu-collapsed) button span.arr {
  transform: rotate(225deg);
}
.header-container .logo img {
  display: block;
}
.header_mobile_buttons {
  display: none;
}
.mmenu {
  width: 22px;
  height: 18px;
  position: relative;
  cursor: pointer;
  flex: none;
}
.mmenu:focus,
.mmenu:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}
.mmenu .line {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  position: absolute;
  transition: 0.5s;
}
.mmenu .line1 {
  top: 0;
  right: 0;
}
.mmenu .line2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mmenu .line3 {
  bottom: 0;
  right: 0;
}
.mmmenuopen .line1 {
  top: 50%;
  left: 50%;
  transform: translateX(0) translateY(0) rotate(45deg);
}
.mmmenuopen .line2 {
  height: 0;
  display: none;
}
.mmmenuopen .line3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(0) translateY(100%) rotate(-45deg);
}
.mmenu.mmmenuopen {
  z-index: 9999;
}
.mmmenuopen .mmenu {
  outline-color: #000000;
}
.mmmenuopen .mmenu .line {
  background: #000;
}
.menu-icon {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}
.menu-icon.mmmenuopen {
  background-color: #fff;
}
.menu-icon.mmmenuopen ul#menu-top-menu {
  display: block;
}
ul#menu-top-menu {
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  width: 25vw;
  min-height: 553px;
  margin-right: -1px;
  display: none;
}
ul#menu-top-menu > li {
  width: 100%;
  padding: 21px 80px 21px 40px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
ul#menu-top-menu > li.menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul#menu-top-menu > li a {
  font-weight: 700;
  font-size: 20px;
  display: block;
  line-height: 120%;
  flex: 1;
}
ul#menu-top-menu > li a span {
  font-weight: 400;
  font-size: 16px;
}
ul#menu-top-menu > li span.toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 20px;
}
ul#menu-top-menu > li span.toggle::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
}
ul#menu-top-menu > li:hover:not(.submenu-collapsed) .submenu-wrap,
ul#menu-top-menu > li.menu-item-has-children:focus-within:not(.submenu-collapsed) .submenu-wrap {
  visibility: visible;
}
ul#menu-top-menu .submenu-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25vw;
  width: max-content;
  min-height: 553px;
  visibility: hidden;
  margin-right: -10px;
}
ul#menu-top-menu ul.sub-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fill, 72px);
  width: max-content;
  height: 100%;
  box-sizing: border-box;
  padding: 29px 0 32px;
}
ul#menu-top-menu ul.sub-menu li {
  width: 25vw;
  position: relative;
  left: -1px;
  z-index: 2;
}
ul#menu-top-menu ul.sub-menu li a {
  display: block;
  padding: 24px 55px;
}
ul#menu-top-menu ul.sub-menu li::after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 55px;
  right: 40px;
  bottom: 0;
  background-color: #dfdfdf;
}
ul#menu-top-menu ul.sub-menu li:last-child::after {
  content: none;
}
ul#menu-top-menu ul.sub-menu li::before {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
}
ul#menu-top-menu ul.sub-menu li.current-menu-item::before,
ul#menu-top-menu ul.sub-menu li:hover::before {
  width: calc(100% + 1px);
  transition: width 0.5s;
}
li.product {
  position: relative;
  padding-bottom: 75px;
}
li.product a:hover {
  text-decoration: none;
}
li.product span.onsale {
  position: absolute;
  top: 12px;
  right: 0;
  color: #201d1d;
  border: 1px solid #201d1d;
  border-radius: 8px 0 0 8px;
  padding: 12px 20px;
  border-right: 0;
  min-width: auto;
  min-height: auto;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  background-color: transparent;
}
li.product span.image-block {
  display: block;
}
li.product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 32px;
  aspect-ratio: 460 / 345;
}
li.product h2,
li.product h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.product .woocommerce-product-details__short-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.product a.add_to_cart_button,
li.product .change_delivery_date_button {
  display: flex;
  width: 176px;
  height: 49px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d5c199;
  border-radius: 8px;
  cursor: pointer;
}
li.product a.add_to_cart_button:hover,
li.product .change_delivery_date_button:hover {
  text-decoration: none;
}
li.product .custom-qty-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
li.product button.qty-btn.trash:hover path {
  stroke: #fff !important;
}
li.product .out-of-stock-button {
  background: #eee;
  color: #888;
  display: flex;
  width: 176px;
  height: 49px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}
li.product span.price {
  height: 49px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
li.product span.price ins,
li.product span.price .woocommerce-Price-amount.amount {
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
}
li.product span.price ins {
  margin-left: 16px;
}
li.product span.price del {
  font-weight: 400;
  font-size: 20px;
  color: rgba(32, 29, 29, 0.5);
  text-decoration: none;
  position: relative;
}
li.product span.price del::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(32, 29, 29, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
}
li.product span.price del span.woocommerce-Price-amount.amount {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.header-mega-menu {
  position: relative;
  height: 72px;
  background: #fff7f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
}
header .cart-search-block {
  display: flex;
  align-items: center;
  height: 100%;
}
header .search-block {
  position: relative;
  margin-left: 80px;
  height: 100%;
  flex: none;
}
header .search-block button#open-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}
header .search-block button#open-search p {
  font-size: 20px;
  margin-right: 19px;
}
header .cart-block {
  flex: none;
}
header .search-input-result-block {
  position: absolute;
  z-index: 99;
  background: #fff;
  top: 0;
  left: 0;
  width: 625px;
  border: 1px solid #d5c199;
  display: none;
}
header .search-input-result-block .search-input {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 24px;
}
header .search-input-result-block .search-input input {
  padding: 16px;
  margin-left: auto;
  font-weight: 400;
  font-size: 20px;
  color: #201d1d;
  flex: 1;
}
header .search-input-result-block .search-input input::placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #201d1d;
}
header .search-input-result-block .search-input input[type="search"]::-webkit-search-decoration,
header .search-input-result-block .search-input input[type="search"]::-webkit-search-cancel-button,
header .search-input-result-block .search-input input[type="search"]::-webkit-search-results-button,
header .search-input-result-block .search-input input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
header .search-input-result-block .search-input button.search-submit {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
header .search-input-result-block .search-input .close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 35px;
  color: #000;
}
header .search-input-result-block .result-block {
  display: none;
}
header .search-input-result-block .result-block #search-result {
  max-height: 393px;
  overflow: hidden;
  padding: 20px 24px 8px 49px;
}
header .search-input-result-block .result-block #search-result ul li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
header .search-input-result-block .result-block #search-result ul li a p {
  font-weight: 500;
  font-size: 16px;
  color: #201d1d;
  margin-bottom: 10px;
}
header .search-input-result-block .result-block #search-result ul li a p span {
  font-weight: 400;
  font-size: 14px;
}
header .search-input-result-block .result-block #search-result .custom-scrollbar {
  left: 25px;
}
header .search-input-result-block .result-block .result-footer {
  padding: 24px 49px;
  text-align: left;
}
header .search-input-result-block .result-block .result-footer button {
  min-width: 165px;
  height: 49px;
  cursor: pointer;
}
header .search-input-result-block .result-block .result-footer button span {
  margin-right: 19px;
}
header .search-input-result-block .result-block .result-footer button span svg {
  display: block;
}
footer .footer-mine {
  padding: 30px 0 40px;
}
footer .footer-mine .container {
  display: flex;
  justify-content: space-between;
}
footer .footer-mine .container .block-footer-menu h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 240%;
}
footer .footer-mine .container .block-footer-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
}
footer .footer-mine .container .block-footer-menu ul li a:hover {
  text-decoration: underline;
  color: #baa377;
}
footer .footer-mine .container .footer-column .footer-logo {
  max-width: 280px;
  margin-bottom: 30px;
}
footer .footer-mine .container .footer-column .footer-logo img {
  max-width: 100%;
  height: auto;
}
footer .footer-mine .container .footer-column .contact {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .footer-mine .container .footer-column .contact svg {
  width: 32px;
  height: auto;
  margin-left: 24px;
}
footer .footer-mine .container .footer-column .contact a,
footer .footer-mine .container .footer-column .contact p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
footer .footer-mine .container .footer-column .contact.fc-support a {
  text-decoration: underline;
}
footer .footer-mine .container .footer-column .contact.fc-support a:hover {
  text-decoration: none;
  color: #baa377;
}
footer .footer-mine .container .footer-column .contact.fc-support:has(a:hover) svg path {
  stroke: #baa377;
}
footer .footer-mine .container .footer-column .contact.fc-phone a:hover,
footer .footer-mine .container .footer-column .contact.fc-address a:hover {
  text-decoration: underline;
  color: #baa377;
}
footer .footer-mine .container .footer-column .contact.fc-phone:has(a:hover) svg path,
footer .footer-mine .container .footer-column .contact.fc-address:has(a:hover) svg path {
  stroke: #baa377;
}
footer .footer-mine .container .footer-socials {
  display: flex;
  align-items: center;
}
footer .footer-mine .container .footer-socials a {
  display: block;
  margin-left: 24px;
}
footer .footer-mine .container .footer-socials a img {
  width: 32px;
  height: auto;
}
footer .footer-mine .container .footer-socials a img:hover {
  filter: brightness(0) saturate(100%) invert(88%) sepia(24%) saturate(411%) hue-rotate(350deg) brightness(88%) contrast(87%);
}
footer .footer-copyright {
  padding: 20px 0;
}
footer .footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-copyright .container p,
footer .footer-copyright .container a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
footer .footer-copyright .container a:hover {
  text-decoration: underline;
}
footer .footer-copyright .container .footer-copyright-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.home-top-slider-section {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.home-top-slider-section .home-top-slider {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-top-slider-section .home-top-slider.owl-carousel {
  display: block;
  min-height: 490px;
}
.home-top-slider-section .home-top-slider.owl-carousel:not(.owl-loaded) > .item:not(:first-child) {
  display: none;
}
.home-top-slider-section .home-top-slider .item {
  min-height: 490px;
  padding: 10px 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-top-slider-section .home-top-slider .item .text h1,
.home-top-slider-section .home-top-slider .item .text h2,
.home-top-slider-section .home-top-slider .item .text h3 {
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 24px;
  color: #fff7f0;
  font-weight: 400;
}
.home-top-slider-section .home-top-slider .item .text p {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 48px;
  color: #fff7f0;
  font-weight: 400;
}
.home-top-slider-section .home-top-slider .item a.slider-btn {
  min-height: 56px;
  min-width: 202px;
}
.home-top-slider-section .home-top-slider button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 62px;
}
.home-top-slider-section .home-top-slider button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 62px;
}
.slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
}
.slider-btn:hover {
  text-decoration: none;
}
.slider-btn span {
  width: 24px;
  height: 24px;
  margin-right: 17px;
}
.products-slider {
  list-style-type: none;
}
.products-slider a:hover {
  text-decoration: none;
}
.single-post .products-slider-section {
  margin: 40px 0;
}
section.products-slider-section {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
section.products-slider-section h2.section-title {
  padding: 40px 0;
  text-align: center;
  font-weight: 400;
  font-size: 64px;
}
section.products-slider-section .out-of-stock-button {
  background: #eee;
  color: #888;
  display: flex;
  width: 176px;
  height: 49px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media screen and (min-width: 601px) {
  section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded) {
    gap: 40px;
  }
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded) > .slider-item {
  flex: 0 0 auto;
  min-width: 0;
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="2"] > .slider-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 600px) {
  section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="2"] > .slider-item {
    width: 50%;
  }
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="2"] > .slider-item:nth-child(n + 3) {
  display: none;
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="3"] > .slider-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 600px) {
  section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="3"] > .slider-item {
    width: calc(100% / 3);
  }
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="3"] > .slider-item:nth-child(n + 4) {
  display: none;
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="4"] > .slider-item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 600px) {
  section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="4"] > .slider-item {
    width: 25%;
  }
}
section.products-slider-section .products-slider.owl-carousel:not(.owl-loaded)[data-slides="4"] > .slider-item:nth-child(n + 5) {
  display: none;
}
.slider-container {
  position: relative;
}
.slider-container .owl-carousel,
.slider-container .owl-carousel .owl-item {
  position: static;
}
.slider-container .owl-carousel[data-slides="2"] li.product span.onsale,
.slider-container .owl-carousel .owl-item[data-slides="2"] li.product span.onsale {
  top: 24px;
  border: 2px solid #d5c199;
  border-right: 0;
}
.slider-container button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media screen and (max-width: 600px) {
  .slider-container button.owl-prev {
    display: none;
  }
}
.slider-container button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
@media screen and (max-width: 600px) {
  .slider-container button.owl-next {
    display: none;
  }
}
.slider-container .slider-item {
  padding: 0;
}
.slider-container .slider-item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
  width: 100%;
}
section.product-banner-section {
  width: 100%;
  margin-bottom: 40px;
}
section.product-banner-section h2.section-title {
  padding: 40px 0;
  text-align: center;
  font-weight: 400;
  font-size: 64px;
}
section.product-banner-section .product-banner {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1460 / 820;
  padding: 32px;
}
section.product-banner-section .product-banner .slider-item {
  width: 415px;
  border-radius: 8px;
  backdrop-filter: blur(25px);
  background: #000;
  height: auto;
  padding: 40px;
}
section.product-banner-section .product-banner .slider-item li.product {
  height: auto;
}
section.product-banner-section .product-banner .slider-item li.product span.onsale,
section.product-banner-section .product-banner .slider-item li.product img {
  display: none;
}
section.product-banner-section .product-banner .slider-item li.product p,
section.product-banner-section .product-banner .slider-item li.product span.price del {
  opacity: 0.5;
}
section.product-banner-section .product-banner .slider-item li.product .price del {
  opacity: 0.5;
  text-decoration: line-through;
}
section.product-banner-section .product-banner .slider-item li.product span.price .woocommerce-Price-amount.amount {
  color: #d5c199;
}
section.posts-block-section {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
section.posts-block-section h2.section-title {
  padding: 40px 0;
  text-align: center;
  font-weight: 400;
  font-size: 64px;
}
section.posts-block-section .posts-block {
  margin: 0 -20px;
  display: flex;
}
section.posts-block-section .posts-block .item-title-block {
  display: none;
}
section.posts-block-section .posts-block .item-block {
  flex: 1;
}
section.posts-block-section .posts-block .item {
  margin: 0 20px;
  flex: 1;
  display: block;
}
section.posts-block-section .posts-block .item:hover {
  text-decoration: none;
}
section.posts-block-section .posts-block .item .image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 460 / 345;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
section.posts-block-section .posts-block .item .image h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
section.posts-block-section .posts-block .item .content {
  padding: 32px 32px 150px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  position: relative;
}
section.posts-block-section .posts-block .item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}
section.posts-block-section .posts-block .item .content .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
section.posts-block-section .posts-block .item .content .button span,
section.posts-block-section .posts-block .item .content .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 202px;
  height: 56px;
  border-radius: 8px;
}
section.posts-block-section .posts-block .item .content .button span svg,
section.posts-block-section .posts-block .item .content .button a svg {
  margin-right: 28px;
}
section.posts-block-section .posts-block .item .content .button span:hover,
section.posts-block-section .posts-block .item .content .button a:hover {
  text-decoration: none;
}
section.posts-block-section.links-new-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 12px;
}
section.posts-block-section.links-new-section .posts-block .item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 40px);
}
section.posts-block-section.links-new-section .posts-block .item > a {
  flex: none;
}
section.posts-block-section.links-new-section .posts-block .item a:hover {
  text-decoration: none;
}
section.posts-block-section.links-new-section .posts-block .item .content {
  padding: 32px 32px 32px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-top: 0;
  border-color: #d5c199;
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.posts-block-section.links-new-section .posts-block .item .content .text-clamp-4 {
  margin-bottom: 0 !important;
}
section.posts-block-section.links-new-section .posts-block .item .content .button {
  position: static;
  bottom: 30px;
  margin-top: 20px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.posts-block-section.links-new-section .posts-block .item .content .button a {
  min-width: 175px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  section.posts-block-section.links-new-section .posts-block {
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  section.posts-block-section.links-new-section .posts-block .item {
    flex: none;
    width: 50%;
    margin: 0;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 750px) {
  section.posts-block-section.links-new-section .posts-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  section.posts-block-section.links-new-section .posts-block .item {
    flex: none;
    width: 50%;
    margin: 0;
    width: calc(50% - 5px);
  }
  section.posts-block-section.links-new-section .posts-block .item .content {
    padding: 32px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-top: 0;
    border-color: #d5c199;
  }
}
@media screen and (max-width: 500px) {
  section.posts-block-section.links-new-section .posts-block .item {
    width: 100%;
  }
}
.text-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.text-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
section.club-benefits-section {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
}
section.club-benefits-section .club-benefits {
  padding: 49px 82px 44px;
  min-height: 552px;
  background-size: cover;
  background-position: top left;
  border-radius: 8px;
}
section.club-benefits-section .club-benefits h2 {
  font-weight: 400;
  font-size: 64px;
  text-align: right;
  color: #fff7f0;
  margin-bottom: 23px;
}
section.club-benefits-section .club-benefits h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  text-align: right;
  color: #fff7f0;
}
section.club-benefits-section .club-benefits ul {
  margin-bottom: 39px;
}
section.club-benefits-section .club-benefits ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  text-align: right;
  display: flex;
  align-items: center;
}
section.club-benefits-section .club-benefits ul li svg {
  margin-left: 12px;
}
section.club-benefits-section .club-benefits a {
  border-radius: 8px;
  min-width: 221px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
}
section.club-benefits-section .club-benefits a:hover {
  text-decoration: none;
}
section.club-benefits-section .club-benefits a svg {
  margin-right: 30px;
}
section.club-benefits-section .club-benefits p {
  font-weight: 400;
  font-size: 16px;
  line-height: 250%;
  text-align: right;
}
.btn {
  border-radius: 8px;
  min-width: 221px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
}
.btn:hover {
  text-decoration: none;
}
section.event-rooms-section {
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
section.event-rooms-section .event-rooms {
  display: flex;
}
section.event-rooms-section .event-rooms .block-content {
  width: 500px;
  padding-left: 40px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.event-rooms-section .event-rooms .block-content h2 {
  font-weight: 400;
  font-size: 64px;
  margin-bottom: 30px;
}
section.event-rooms-section .event-rooms .block-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  margin-bottom: 40px;
}
section.event-rooms-section .event-rooms .block-content a svg {
  margin-right: 16px;
}
section.event-rooms-section .event-rooms .block-image {
  min-height: 447px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  flex: 1;
}
.side-buttons-block {
  position: fixed;
  left: 40px;
  top: 640px;
  z-index: 9;
}
.side-buttons-block .sb-close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -28px;
}
.side-buttons-block .side-buttons .item {
  margin-bottom: 25px;
}
.side-buttons-block .side-buttons .item a {
  display: block;
}
.side-buttons-block .side-buttons .item button {
  cursor: pointer;
}
.side-buttons-block .side-buttons .item img {
  display: block;
  filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.25));
}
header {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1760px) {
  .header-container .right-block .header-btn.hb-1,
  .header-container .right-block .header-btn.hb-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1478px) {
  .header-container .right-block .header-btn {
    padding: 0 10px !important;
    height: 60px;
  }
  .header-container .right-block .header-btn span {
    display: none;
  }
  .header-container .right-block .header-btn::before {
    margin-left: 0;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product span.price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product span.price ins {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  section.products-slider-section .slider-container ul.products-slider[data-slides="3"] li.product span.price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="3"] li.product span.price ins {
    margin-left: 0;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product {
    padding-bottom: 100px;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product a.add_to_cart_button,
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product .change_delivery_date_button {
    width: 100%;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product span.price {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    bottom: 70px;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="4"] li.product span.price ins {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1000px) {
  section.products-slider-section .slider-container ul.products-slider[data-slides="3"] li.product span.price ins {
    margin-left: 16px;
  }
  .menu_overflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
  }
  .menu_overflow.active {
    display: block;
  }
  .header-container .left-block .user-block a span {
    display: none;
  }
  .topmenu {
    overflow: auto;
    max-height: 70vh;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #d5c199;
    border-right: 1px solid #d5c199;
    border-left: 1px solid #d5c199;
  }
  ul#menu-top-menu {
    width: 100vw;
  }
  ul#menu-top-menu .submenu-wrap {
    position: relative;
    top: 0;
    bottom: auto;
    right: 0;
    min-height: auto;
    visibility: visible;
    margin-right: 0;
    width: 100%;
    display: none;
  }
  ul#menu-top-menu > li.menu-item-has-children {
    flex-wrap: wrap;
  }
  ul#menu-top-menu > li {
    padding: 21px 0 1px 0;
  }
  ul#menu-top-menu .submenu-wrap {
    border: 0 !important;
    margin-top: 21px;
  }
  ul#menu-top-menu > li a {
    padding-right: 24px;
  }
  ul#menu-top-menu > li span.toggle {
    transform: rotate(-90deg);
    margin-left: 7px;
  }
  ul#menu-top-menu ul.sub-menu {
    display: block;
    width: auto;
    padding: 0;
  }
  ul#menu-top-menu ul.sub-menu li {
    width: 100%;
    border-left: 0 !important;
  }
  ul#menu-top-menu .submenu-wrap {
    background-color: #fff !important;
  }
  ul#menu-top-menu > li.menu-item-has-children.opened:not(.submenu-collapsed) .submenu-wrap,
  ul#menu-top-menu > li.menu-item-has-children:focus-within:not(.submenu-collapsed) .submenu-wrap {
    display: block;
  }
  ul#menu-top-menu > li.menu-item-has-children.opened:not(.submenu-collapsed) span.toggle,
  ul#menu-top-menu > li.menu-item-has-children:focus-within:not(.submenu-collapsed) span.toggle {
    transform: rotate(90deg);
  }
  ul#menu-top-menu > li a {
    display: inline-block;
    flex: none;
  }
  header .block-top-menu ul#menu-top-menu > li:hover,
  header .block-top-menu ul#menu-top-menu > li:focus-within,
  header .block-top-menu ul#menu-top-menu > li.current-menu-parent {
    border-bottom: 0 !important;
    border-top: 0 !important;
    background-color: #fff;
  }
  section.products-slider-section .container {
    max-width: none;
  }
  section.products-slider-section .slider-container.slides-count-2 {
    position: relative;
    margin-left: -300px;
    width: calc(100% + 300px);
  }
  section.products-slider-section .slider-container.slides-count-3 {
    width: calc(100% + 150px);
    margin-left: -150px;
  }
  section.products-slider-section .slider-container.slides-count-3 ul.products-slider li.product {
    padding-bottom: 100px;
  }
  section.products-slider-section .slider-container.slides-count-3 ul.products-slider li.product span.price {
    position: absolute;
    flex-direction: row-reverse;
    bottom: 60px;
    align-items: center;
  }
  section.products-slider-section .slider-container.slides-count-3 ul.products-slider li.product a.add_to_cart_button,
  section.products-slider-section .slider-container.slides-count-3 ul.products-slider li.product .change_delivery_date_button {
    width: 100%;
  }
  .slider-container.slides-count-4 {
    width: calc(100% + 325px);
    margin-left: -325px;
  }
  section.products-slider-section .owl-nav,
  section.products-slider-section .owl-carousel .owl-nav.disabled {
    display: none;
  }
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 110px;
  }
  section.posts-block-section .posts-block .item {
    margin: 0 5px;
  }
  section.posts-block-section .posts-block {
    margin: 0 -5px;
    display: flex;
  }
  section.event-rooms-section .event-rooms {
    flex-direction: column;
  }
  section.event-rooms-section .event-rooms .block-content {
    width: 100%;
    padding-left: 0;
    align-items: center;
    margin-bottom: 30px;
  }
  section.event-rooms-section .event-rooms .block-content p {
    text-align: center;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1750px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 240px 0 460px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1350px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 240px 0 390px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 240px 0 270px;
  }
}
@media screen and (min-width: 931px) and (max-width: 1000px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 110px 0 230px;
  }
}
@media screen and (min-width: 851px) and (max-width: 930px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 110px 0 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 110px 0 150px;
  }
}
@media screen and (max-width: 750px) {
  .side-buttons-block {
    display: none;
  }
  #header_mobile_buttons.header_mobile_buttons {
    justify-content: space-between;
    padding: 24px 24px 0 24px;
    width: calc(100% + 1px);
    margin-right: -1px;
    background-color: #201D1D;
    border-right: 1px solid #d5c199;
    border-left: 1px solid #d5c199;
  }
  #header_mobile_buttons.header_mobile_buttons.active:not(.mobile_buttons_fixed) {
    display: flex;
  }
  #header_mobile_buttons.header_mobile_buttons.mobile_buttons_fixed {
    position: fixed;
    z-index: 9990;
    bottom: 0;
    display: flex;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px 10px 20px;
    border: none;
    width: 100%;
    margin: 0;
    transform: translateY(100%);
  }
  #header_mobile_buttons.header_mobile_buttons.mobile_buttons_fixed.active {
    -webkit-box-shadow: 0 -5px 20px 0 #03000042;
    box-shadow: 0 -5px 20px 0 #03000042;
    transform: translateY(0);
  }
  #header_mobile_buttons.header_mobile_buttons.bg_white {
    background-color: #fff;
  }
  #header_mobile_buttons.header_mobile_buttons .header-btn {
    flex-grow: 1;
    flex-basis: 1px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px !important;
    padding: 0 14px;
    height: 40px;
    text-decoration: none;
  }
  #header_mobile_buttons.header_mobile_buttons .header-btn:first-child {
    margin-left: 20px;
  }
  #header_mobile_buttons.header_mobile_buttons .header-btn::before {
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-left: 10px;
    font-size: 20px;
    aspect-ratio: 1 / 1;
  }
  .header-container .right-block .header-btn {
    display: none;
  }
  section.product-banner-section .product-banner {
    aspect-ratio: 1460 / 1800;
  }
  section.posts-block-section .posts-block {
    display: block;
  }
  section.posts-block-section .posts-block h3.post-list-title.text-clamp-1 {
    display: block;
  }
  section.posts-block-section .posts-block .item-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
  }
  section.posts-block-section .posts-block .item-title-block h3 {
    font-weight: 400;
    font-size: 24px;
  }
  section.posts-block-section .posts-block .item {
    margin: 0;
    display: none;
  }
  section.posts-block-section .posts-block .item .image {
    border-radius: 0;
  }
  section.posts-block-section .posts-block .item .image h3 {
    display: none;
  }
  section.posts-block-section .posts-block .item .content {
    border: 0;
  }
  .item-block:first-child {
    border-radius: 8px 8px 0 0;
  }
  section.posts-block-section .posts-block .item-block.open .item-title-block svg {
    transform: rotate(180deg);
  }
  section.posts-block-section .posts-block .item-block:first-child .item {
    display: block;
  }
  footer .footer-mine .container {
    flex-wrap: wrap;
    position: relative;
    padding: 0 20px;
  }
  footer .footer-mine .container .footer-column {
    order: 1;
    width: 100%;
  }
  footer .footer-mine .container .footer-column .footer-contacts {
    width: 50%;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  footer .footer-mine .container .block-footer-menu {
    order: 2;
    width: 50%;
    margin-bottom: 30px;
  }
  footer .footer-mine {
    padding-bottom: 0;
  }
  footer .footer-mine .container .block-footer-menu:nth-child(3) {
    min-height: 200px;
  }
  .digi-megamenu-columns {
    padding: 20px 0;
  }
  .digi-megamenu-columns .digi-megamenu-column {
    padding-top: 0;
    padding-bottom: 0;
  }
  .megamenu-list-item a .description,
  .megamenu-list-item a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .column-title.empty {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  section.recommendations .slider-container .slider-item {
    padding: 0 10px;
  }
  section.recommendations .slider-container .slider-item .product {
    display: block;
  }
  .header-container .left-block .user-block a svg {
    margin-left: 0;
    width: 24px;
  }
  .header-container {
    padding: 13px 70px 13px 20px;
  }
  ul#menu-top-menu > li a {
    font-size: 16px;
  }
  ul#menu-top-menu ul.sub-menu li a {
    padding: 10px 24px;
  }
  ul#menu-top-menu ul.sub-menu {
    background: #fff7f0;
  }
  .digi-megamenu-link {
    font-size: 16px;
    padding: 0 2px;
  }
  .digi-megamenu-item {
    padding: 0 10px;
  }
  .header-mega-menu {
    height: 44px;
  }
  .digi-megamenu-column .column-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    min-height: 0;
    margin-right: 20px;
  }
  .megamenu-list-item a {
    padding: 5px 20px 5px 40px;
  }
  .megamenu-list-item {
    margin-bottom: 0;
  }
  .megamenu-list-item a img {
    width: 64px;
    margin-left: 21px;
  }
  .megamenu-list-item a .title {
    font-size: 16px;
  }
  .megamenu-list-item a .description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .header-container .left-block .user-menu-block {
    padding: 5px 15px 5px 24px;
  }
  .header-container .left-block .user-menu-block nav {
    padding: 10px 11px 2px 2px;
  }
  .header-container .left-block .user-menu-block nav a {
    margin-bottom: 8px;
  }
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 50px;
    min-height: 287px;
    background-image: var(--bg-mobile) !important;
  }
  .home-top-slider-section .home-top-slider.owl-carousel {
    min-height: 287px;
  }
  .home-top-slider-section .home-top-slider .item .text h2 {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-top-slider-section .home-top-slider .item .text p {
    font-size: 16px;
    line-height: 131%;
    margin-bottom: 30px;
    text-align: center;
  }
  .home-top-slider-section .home-top-slider .item a.slider-btn {
    min-height: 40px;
    min-width: 134px;
    padding: 1px;
    font-size: 14px;
    margin: 0 auto;
  }
  .slider-btn span {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .slider-btn span svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-top-slider-section .home-top-slider button.owl-prev {
    right: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-top-slider-section .home-top-slider button.owl-next {
    left: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-top-slider-section,
  section.products-slider-section,
  section.product-banner-section,
  section.posts-block-section,
  section.club-benefits-section {
    margin-bottom: 20px;
  }
  section.products-slider-section h2.section-title,
  section.product-banner-section h2.section-title,
  section.posts-block-section h2.section-title {
    padding: 28px 0 30px;
    font-size: 24px;
  }
  li.product img {
    margin-bottom: 20px;
  }
  li.product h2,
  li.product h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  li.product .woocommerce-product-details__short-description p {
    font-size: 12px;
  }
  li.product a.add_to_cart_button,
  li.product .change_delivery_date_button {
    width: 100%;
    height: 40px;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="2"] li.product a.add_to_cart_button,
  section.products-slider-section .slider-container ul.products-slider[data-slides="2"] li.product .change_delivery_date_button {
    width: 150px;
  }
  li.product span.price ins,
  li.product span.price .woocommerce-Price-amount.amount {
    font-size: 18px;
    margin-left: 8px;
  }
  li.product span.price del {
    font-size: 16px;
  }
  section.products-slider-section .slider-item {
    padding: 0 15px;
  }
  span.image-block {
    position: relative;
  }
  li.product span.onsale {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #201d1d;
    border-radius: 0;
    padding: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    width: 21px;
    display: block;
    overflow: hidden;
  }
  li.product span.onsale span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: sideways-lr;
    width: 100%;
    height: 100%;
    padding-left: 3px;
  }
  section.products-slider-section .slider-container .owl-carousel[data-slides="2"] li.product span.onsale,
  section.products-slider-section .slider-container .owl-carousel .owl-item[data-slides="2"] li.product span.onsale {
    top: 12px;
    border: 1px solid #d5c199;
    border-right: 0;
    bottom: auto;
    width: auto;
    display: flex;
    padding: 12px 20px;
    border-radius: 8px 0 0 8px;
  }
  section.products-slider-section .slider-container .owl-carousel[data-slides="2"] li.product span.onsale span,
  section.products-slider-section .slider-container .owl-carousel .owl-item[data-slides="2"] li.product span.onsale span {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  section.products-slider-section .slider-container ul.products-slider[data-slides="2"] li.product span.price {
    bottom: 0;
  }
  li.product span.price {
    height: 40px;
    bottom: 50px;
  }
  section.products-slider-section .slider-container.slides-count-3 .slider-item,
  section.products-slider-section .slider-container.slides-count-4 .slider-item {
    padding: 0 10px;
  }
  section.products-slider-section .slider-container.slides-count-3 li.product span.price,
  section.products-slider-section .slider-container.slides-count-4 li.product span.price {
    height: auto;
  }
  section.product-banner-section .product-banner {
    aspect-ratio: 0;
    background-image: none !important;
    padding: 0;
  }
  section.product-banner-section .product-banner .slider-item {
    width: 100%;
  }
  section.club-benefits-section .club-benefits {
    padding: 173px 20px 30px;
    min-height: 537px;
  }
  section.club-benefits-section .club-benefits h2 {
    font-size: 24px;
    line-height: 133%;
    max-width: 205px;
    margin-bottom: 20px;
  }
  section.club-benefits-section .club-benefits h3 {
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 10px;
  }
  section.club-benefits-section .club-benefits ul {
    margin-bottom: 20px;
  }
  section.club-benefits-section .club-benefits ul li {
    font-size: 12px;
    line-height: 250%;
  }
  section.club-benefits-section .club-benefits ul li svg {
    margin-left: 10px;
    display: block;
    width: 16px;
    height: 16px;
  }
  section.club-benefits-section .club-benefits a {
    border-radius: 8px;
    min-width: 145px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
  }
  section.club-benefits-section .club-benefits a svg,
  section.posts-block-section .posts-block .item .content .button a svg,
  section.event-rooms-section .event-rooms .block-content a svg {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: block;
  }
  section.club-benefits-section .club-benefits p {
    font-size: 12px;
    line-height: 133%;
  }
  section.posts-block-section .posts-block .item .content {
    padding: 28px 15px 19px;
  }
  section.posts-block-section .posts-block .item .content p {
    font-size: 12px;
    margin-bottom: 0;
  }
  section.posts-block-section .posts-block .item .content .text-clamp-4 {
    margin-bottom: 30px;
  }
  section.posts-block-section .posts-block .item .content .button {
    position: static;
  }
  section.posts-block-section .posts-block .item .content .button a {
    min-width: 134px;
    height: 40px;
    font-size: 14px;
  }
  section.event-rooms-section {
    padding-top: 28px;
    margin-bottom: 20px;
  }
  section.event-rooms-section .event-rooms .block-image {
    min-height: 164px;
    margin-bottom: 30px;
  }
  section.event-rooms-section .event-rooms .block-content h2 {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 10px;
  }
  section.event-rooms-section .event-rooms .block-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .btn {
    min-width: 134px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  section.event-rooms-section .event-rooms .block-content a {
    min-width: 150px;
  }
  main {
    padding-bottom: 28px;
  }
  footer .footer-mine .container .footer-column .footer-logo {
    max-width: 180px;
  }
  footer .footer-mine .container .block-footer-menu h2 {
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 10px;
  }
  footer .footer-mine .container .block-footer-menu ul li a {
    font-size: 14px;
    line-height: 171%;
  }
  footer .footer-mine .container .footer-column .contact svg {
    width: 24px;
    height: auto;
    margin-left: 12px;
  }
  footer .footer-mine .container .footer-column .contact a,
  footer .footer-mine .container .footer-column .contact p {
    font-size: 14px;
  }
  footer .footer-mine .container .footer-socials a {
    margin-left: 20px;
  }
  footer .footer-mine .container .footer-socials a img {
    width: 24px;
  }
  footer .footer-mine .container .block-footer-menu:nth-child(3) {
    min-height: 160px;
  }
  footer .footer-copyright .container {
    flex-direction: column-reverse;
  }
  footer .footer-copyright .container p,
  footer .footer-copyright .container a {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
  }
  footer .footer-copyright .container a {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 430px) and (max-width: 600px) {
  .home-top-slider-section .home-top-slider .item {
    padding: 10px 50px 0 130px;
  }
}
@media screen and (min-width: 1151px) {
  .text_block li.product span.onsale {
    margin-right: 1.9em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .text_block li.product span.onsale {
    margin-right: 1.7em;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text_block li.product span.onsale {
    margin-right: 1.5em;
  }
}
#to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
  display: none;
}
#to-top .to-top-button {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #baa377;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
#to-top .to-top-button:hover {
  background: #a98c55;
}
@media screen and (min-width: 601px) {
  #to-top {
    right: auto;
    left: 40px;
  }
}
#online-chat {
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #201d1d;
  transform: rotate(270deg);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: fixed;
  right: -48px;
  bottom: 190px;
  z-index: 9;
}
#online-chat svg {
  display: block;
  margin-left: 15px;
  width: 24px;
  height: 24px;
}
#online-chat p {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #to-top {
    right: auto;
    bottom: 100px;
    left: 20px;
  }
  #to-top .to-top-button {
    width: 40px;
    height: 40px;
  }
  #to-top .to-top-button svg {
    width: 10px;
    height: auto;
  }
  #online-chat {
    height: 30px;
    padding: 0 10px;
    right: -32px;
    bottom: 140px;
    z-index: 9;
  }
  #online-chat svg {
    display: block;
    margin-left: 10px;
    width: 20px;
  }
  #online-chat p {
    font-size: 14px;
  }
}
li.product .uw-wishlist-button-container,
section.product-banner-section .product-banner .uw-wishlist-button-container {
  position: absolute;
  z-index: 9;
  top: 16px;
  left: 14px;
}
li.product .uw-wishlist-button-container span.uw-button-text,
section.product-banner-section .product-banner .uw-wishlist-button-container span.uw-button-text {
  display: none;
}
li.product .uw-wishlist-button-container span.uw-button-icon svg,
section.product-banner-section .product-banner .uw-wishlist-button-container span.uw-button-icon svg {
  width: 24px;
  height: auto;
}
section.product-banner-section .product-banner {
  position: relative;
}
section.product-banner-section .product-banner .uw-wishlist-button-container {
  top: 38px;
  left: 35px;
}
section.product-banner-section .product-banner li.product .uw-wishlist-button-container {
  display: none;
}
@media screen and (max-width: 1280px) {
  header .header-container .logo img {
    max-width: 287px;
    max-height: 86px;
  }
  .header-container .left-block .user-block a span {
    display: none;
  }
  .header-container .left-block .user-block a svg {
    margin: 0;
  }
  .header-mega-menu {
    padding-left: 0;
  }
  header .search-block,
  header .cart-block {
    margin-left: 64px;
  }
  header .search-block svg,
  header .cart-block svg {
    display: block;
  }
  header .search-block svg path,
  header .cart-block svg path {
    stroke: #fff;
  }
  header .search-block button#open-search p {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header .search-block,
  header .cart-block {
    margin-left: 40px;
  }
  header .search-block svg,
  header .cart-block svg {
    width: 24px;
    height: auto;
  }
  .header-container .left-block .user-block a svg {
    width: 24px;
    height: auto;
  }
  header .header-container .logo img,
  header.is-fixed .header-container .logo img {
    max-width: 200px;
  }
  .header-container .right-block .header-btn::before,
  header.is-fixed .header-container .right-block .header-btn::before {
    width: 24px;
    height: 24px;
  }
  .header-container .right-block .header-btn,
  header.is-fixed .header-container .right-block .header-btn {
    padding: 0 4px !important;
    height: 32px;
  }
  .header-container {
    padding: 19px 104px 19px 40px;
    min-height: 100px;
  }
  .header-container .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .header-container {
    padding: 19px 64px 19px 21px;
    min-height: 64px;
  }
  header .search-block,
  header .cart-block {
    margin-left: 0;
  }
  .header-container .left-block .user-menu-block button span.arr {
    margin-right: 5px;
  }
  header .search-input-result-block {
    width: 100%;
  }
  header .header-container .logo img,
  header.is-fixed .header-container .logo img {
    max-width: 128px;
  }
  .header-container .left-block .user-block {
    margin-left: 18px;
  }
}
.custom-product-gallery-wrapper {
  display: flex;
  gap: 27px;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  /* Настройте под свой дизайн */
}
.main-image-slider {
  height: 469px;
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.main-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-image-slider .uw-wishlist-button-container {
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 16px;
}
.main-image-slider .uw-wishlist-button-container .uw-wishlist-button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-image-slider .uw-wishlist-button-container .uw-wishlist-button .uw-button-text {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-image-slider .uw-wishlist-button-container {
    display: none;
  }
}
/* Бейджик скидки (как на вашем макете) */
.custom-discount-badge {
  position: absolute;
  top: 24px;
  right: 0;
  background: transparent;
  border-bottom: 1px solid #201d1d;
  border-left: 1px solid #201d1d;
  border-top: 1px solid #201d1d;
  border-radius: 8px 0 0 8px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
  z-index: 10;
}
/* Контейнер миниатюр справа */
.thumbs-slider-container {
  height: 469px;
  width: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.thumbs-slider {
  width: 58px;
}
.thumbs-slider .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #d5c199;
  border-radius: 4px;
}
.thumbs-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-button-lock ~ .swiper.thumbs-slider {
  min-height: 100%;
}
.swiper-button-prev-thumb,
.swiper-button-next-thumb {
  cursor: pointer;
  padding: 0 10px 17px;
  width: 100%;
  text-align: center;
}
.swiper-button-prev-thumb svg,
.swiper-button-next-thumb svg {
  display: block;
  margin: 0 auto;
}
.swiper-button-next-thumb {
  padding: 17px 10px 0;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 40px 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #201d1d;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #baa377;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: none;
}
body.single-product main .product {
  display: flex;
}
body.single-product main .product #product-gallery-block {
  padding: 0 0 20px 20px;
  width: 50%;
}
body.single-product main .product #product-content-block {
  padding: 0 20px 20px 0;
  width: 50%;
}
body.single-product .product-container,
body.single-product .product_breadcrumb_wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
body.tax-product_cat main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
.checkbox-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  /* Галочка */
}
.checkbox-block label {
  font-weight: 400;
  font-size: 20px;
  line-height: 105%;
  margin-right: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox-block input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #baa377;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.checkbox-block input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}
.select-block {
  position: relative;
}
.select-block select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 0;
}
.select-block .arrow {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#product-content-block h1 {
  font-weight: 400;
  font-size: 64px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 34px;
}
#product-content-block .product-sku {
  margin-top: -24px;
  margin-bottom: 16px;
}
#product-content-block .product-sku p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  color: #201d1d;
}
#product-content-block ul.tabs-titles {
  display: flex;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}
#product-content-block ul.tabs-titles li {
  padding: 6px 27px 9px;
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #201d1d;
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
}
#product-content-block ul.tabs-titles li.active {
  border-color: #d5c199;
  background-color: #fff;
}
#product-content-block .tbs-vaiations-wrapper {
  border-radius: 8px;
  border: 1px solid #d5c199;
}
#product-content-block .tbs-vaiations-wrapper.tab-1 {
  border-radius: 8px 0 8px 8px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item {
  display: none;
  padding: 40px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item.active {
  display: block;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item .ingredients-description {
  margin-bottom: 20px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item p {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #201d1d;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item p.ingridients-title {
  font-weight: 700;
  margin-bottom: 15px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #201d1d;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item li img {
  display: block;
  flex: none;
  margin-left: 16px;
  width: 32px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item li svg {
  display: block;
  width: 32px;
  height: 32px;
  flex: none;
  margin-left: 16px;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item li svg path,
#product-content-block .tbs-vaiations-wrapper .tabs .item li svg circle,
#product-content-block .tbs-vaiations-wrapper .tabs .item li svg rectangle {
  stroke: #D5C199;
}
#product-content-block .tbs-vaiations-wrapper .tabs .item li:last-child {
  margin-bottom: 0;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .variations-title {
  padding: 32px 40px 12px;
  border-top: 1px solid #d5c199;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .variations-title h2 {
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 4px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .variations-title p {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #919191;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-checkbox .variations-title {
  border: 0;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-checkbox .custom-checkbox {
  border-bottom: none;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-checkbox .custom-checkbox .item:last-child {
  padding-bottom: 0;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-checkbox .custom-options {
  padding-right: 40px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .item {
  padding: 20px 40px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .item:last-child {
  border-bottom: 0;
  padding-bottom: 32px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .item .checkbox-block {
  margin: 0;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .item h2 {
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 4px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 40px 40px;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options .item {
  border: 0;
  padding: 0;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #d5c199;
  border-radius: 50%;
  outline: none;
  display: grid;
  place-content: center;
  cursor: pointer;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: #201d1d;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options input[type="radio"]:checked::before {
  transform: scale(1);
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options input[type="radio"]:checked {
  border: 3px solid #d5c199;
}
#product-content-block .tbs-vaiations-wrapper .variations-block .custom-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
  padding-right: 16px;
}
#product-content-block .product-content-footer {
  padding: 40px 0;
}
#product-content-block .product-content-footer p.product-count {
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 32px;
}
#product-content-block .product-content-footer .out-of-stock-button {
  background: #eee;
  color: #888;
  display: flex;
  width: 176px;
  height: 49px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
}
#product-content-block .product-content-footer .button-prise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#product-content-block .product-content-footer .button-prise form.cart {
  margin: 0;
  display: flex;
}
#product-content-block .product-content-footer .button-prise .button {
  border-radius: 8px;
  width: 163px;
  height: 49px;
  background: #d5c199;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #201d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#product-content-block .product-content-footer .button-prise .button:hover {
  text-decoration: none;
}
#product-content-block .product-content-footer .button-prise p.price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
#product-content-block .product-content-footer .button-prise p.price ins,
#product-content-block .product-content-footer .button-prise p.price .woocommerce-Price-amount.amount {
  font-weight: 400;
  font-size: 32px;
  text-align: right;
  color: #201d1d;
  text-decoration: none;
  line-height: 1.1;
}
#product-content-block .product-content-footer .button-prise p.price ins {
  margin-left: 16px;
}
#product-content-block .product-content-footer .button-prise p.price del {
  font-weight: 400;
  font-size: 24px;
  color: #201d1d;
  text-decoration: none;
  position: relative;
  opacity: 1;
}
#product-content-block .product-content-footer .button-prise p.price del::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #201d1d;
  position: absolute;
  top: 50%;
  left: 0;
}
#product-content-block .product-content-footer .button-prise p.price del span.woocommerce-Price-amount.amount {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
#product-content-block .product-content-footer .button-prise .weight-price p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  color: #201d1d;
}
#product-content-block .product-content-footer ul.important-ingredients {
  display: flex;
  align-items: center;
}
#product-content-block .product-content-footer ul.important-ingredients li {
  width: 57px;
  margin-left: 20px;
}
#product-content-block .product-content-footer ul.important-ingredients li img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce div.product form.cart div.quantity {
  margin-left: 20px;
}
.woocommerce .quantity .qty {
  width: 100%;
}
/* Скрываем стандартные стрелки в Chrome, Safari, Edge, Opera */
.custom-qty-wrapper input[type="number"]::-webkit-outer-spin-button,
.custom-qty-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Скрываем стандартные стрелки в Firefox */
.custom-qty-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
/* Стилизация нашей обертки и кнопок */
.custom-qty-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d5c199;
  border-radius: 8px;
  width: 176px;
  height: 49px;
  overflow: hidden;
}
.custom-qty-wrapper .qty-btn {
  border: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #d5c199;
  padding: 10px 15px;
  outline: none;
  height: 100%;
}
.custom-qty-wrapper .qty-btn:hover {
  background-color: #d5c199;
  color: #fff;
}
/* Стилизация самого инпута (цифры) */
.custom-qty-wrapper input.qty {
  width: 80px;
  height: 100%;
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #201d1d;
  -moz-appearance: textfield;
  padding: 0;
  margin: 0;
  outline: none;
}
.recommendations {
  padding-top: 20px;
  margin-bottom: 80px;
  overflow: hidden;
}
.recommendations h2 {
  font-weight: 400;
  font-size: 64px;
  text-align: center;
  color: #201d1d;
  margin-bottom: 48px;
}
.recommendations .items {
  display: flex;
  gap: 40px;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Standard syntax */
}
.product-form h2 {
  font-weight: 400;
  font-size: 24px;
  color: #ba9774;
  text-align: center;
  margin-bottom: 48px;
  cursor: pointer;
}
.product-form h2 span {
  margin-right: 15px;
  display: inline-flex;
  position: relative;
  bottom: 3px;
  transform: rotate(180deg);
  transition: 0.5s;
}
.product-form h2 span.open {
  transform: rotate(0deg);
}
.product-form .form-block {
  display: none;
}
.product-form p.form-subtitle {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
  margin-bottom: 39px;
}
.product-form .form-wrapper {
  max-width: 970px;
  margin: 0 auto 100px;
  border: 1px solid #d5c199;
  border-radius: 8px;
  background: #fff7f0;
  padding: 40px;
}
.product-form .form-wrapper .form-row,
.product-form .form-wrapper .textarea_wrapper {
  padding: 0;
  margin: 0;
}
.product-form .form-wrapper .form-row p,
.product-form .form-wrapper .textarea_wrapper p {
  display: flex;
  gap: 80px;
}
.product-form .form-wrapper .form-row p br,
.product-form .form-wrapper .textarea_wrapper p br {
  display: none;
}
.product-form .form-wrapper .form-row p label,
.product-form .form-wrapper .textarea_wrapper p label {
  line-height: 1;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #201d1d;
}
.product-form .form-wrapper .form-row p label select,
.product-form .form-wrapper .textarea_wrapper p label select {
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEgMUw2LjY4NTM5IDYuNjg1MzlDNy4xMDQ4NyA3LjEwNDg3IDcuNzg0OTkgNy4xMDQ4NyA4LjIwNDQ3IDYuNjg1MzlMMTMuODg5OSAwLjk5OTk5OSIgc3Ryb2tlPSIjQkE5Nzc0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 20px 50%;
  text-align: right;
}
.product-form .form-wrapper .form-row p label select:focus-visible,
.product-form .form-wrapper .textarea_wrapper p label select:focus-visible {
  border: 1px solid #d5c199;
  outline: 0;
}
.product-form .form-wrapper .form-row p label input,
.product-form .form-wrapper .textarea_wrapper p label input,
.product-form .form-wrapper .form-row p label select,
.product-form .form-wrapper .textarea_wrapper p label select {
  width: 100%;
  border: 1px solid #d5c199;
  border-radius: 8px;
  height: 49px;
  background-color: #fff;
  padding: 0 20px;
  margin: 14px 0 32px;
}
.product-form .form-wrapper textarea {
  border: 1px solid #d5c199;
  border-radius: 8px;
  height: 100px;
  width: 100%;
  resize: vertical;
  background-color: #fff;
  padding: 20px;
  margin: 14px 0 32px;
}
.product-form .form-wrapper .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: 500;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: -40px;
}
.product-form .form-wrapper input[type="submit"] {
  border-radius: 8px;
  width: 163px;
  height: 49px;
  background: #d5c199;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #201d1d;
  margin-right: auto;
}
body.archive.tax-product_cat section.cat-header h1 {
  font-weight: 400;
  font-size: 64px;
  text-align: right;
  color: #201d1d;
  margin: 24px 0 40px;
}
body.archive.tax-product_cat section.cat-header .term-description {
  margin-bottom: 64px;
}
body.archive.tax-product_cat section.cat-header .term-description p {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 16px;
}
body.archive.tax-product_cat section.cat-header .term-description p:last-child {
  margin-bottom: 0;
}
body.archive.tax-product_cat .subcat-nav-block {
  position: relative;
}
body.archive.tax-product_cat .subcat-nav-block .subcat-nav-title {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #201d1d;
  border-radius: 8px;
  cursor: pointer;
}
body.archive.tax-product_cat .subcat-nav-block .subcat-nav-title p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
body.archive.tax-product_cat ul.subcat-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 28px;
  border-radius: 8px;
  background: #d5c199;
  margin-bottom: 48px;
}
body.archive.tax-product_cat ul.subcat-navigation li a {
  display: block;
  padding: 15px 21px;
  font-weight: 400;
  font-size: 16px;
  color: #201d1d;
}
body.archive.tax-product_cat ul.subcat-navigation li a:hover,
body.archive.tax-product_cat ul.subcat-navigation li a.active {
  background: #201d1d;
  color: #fff;
  text-decoration: none;
}
body.archive.tax-product_cat h2.subcategory-title {
  font-weight: 400;
  font-size: 48px;
  text-align: right;
  color: #201d1d;
  margin: 65px 0 40px;
}
body.archive.tax-product_cat li.category-banner-inline {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
body.archive.tax-product_cat li.category-banner-inline a {
  display: block;
  width: 100%;
}
body.archive.tax-product_cat li.category-banner-inline a img {
  width: 100%;
  height: auto;
}
body.archive.tax-product_cat li.category-banner-inline.banner-mob {
  display: none;
}
body.archive.tax-product_cat .subcategories-sections {
  margin-bottom: 65px;
}
body.archive.tax-product_cat section#cat-all {
  margin-bottom: 65px;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
ul.products li.product {
  flex: 0 0 calc(25% - (3 * 40px / 4));
}
ul.products.list-view {
  flex-direction: column;
  gap: 20px;
}
ul.products.list-view li.category-banner-inline {
  display: none;
}
ul.products.list-view li.product {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
ul.products.list-view li.product .uw-wishlist-button-container {
  left: auto;
  right: 178px;
}
ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.image-block {
  width: 216px;
  margin-left: 56px;
}
ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.image-block img {
  margin-bottom: 0;
}
ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.product-content {
  flex: 1;
}
ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
  position: static;
  width: 200px;
  justify-content: flex-end;
}
ul.products.list-view li.product .add-to-cart-block {
  width: 176px;
}
ul.products.list-view li.product a.add_to_cart_button,
ul.products.list-view li.product .change_delivery_date_button {
  position: static;
}
.alt-order-b2c-cart ul.products.list-view li.product,
.alt-order-b2c-cart ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex-direction: column;
  align-items: revert;
}
.alt-order-b2c-cart ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.image-block {
  width: 100%;
  margin-left: 0;
}
div#filter-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
div#filter-wrapper .filter-block {
  margin-left: 48px;
  position: relative;
}
div#filter-wrapper .filter-block .filter-title {
  cursor: pointer;
  display: flex;
  padding: 12px 0 13px;
  align-items: center;
}
div#filter-wrapper .filter-block .filter-title .open-filters {
  width: 16px;
  height: 12px;
  position: relative;
  margin-left: 20px;
}
div#filter-wrapper .filter-block .filter-title .open-filters .line {
  width: 16px;
  height: 2px;
  background-color: #201d1d;
  border-radius: 1px;
  position: absolute;
  left: 0;
}
div#filter-wrapper .filter-block .filter-title .open-filters .line.line1 {
  top: 0;
}
div#filter-wrapper .filter-block .filter-title .open-filters .line.line2 {
  top: 50%;
  transform: translateY(-50%);
}
div#filter-wrapper .filter-block .filter-title .open-filters .line.line3 {
  bottom: 0;
}
div#filter-wrapper .filter-block .filter-title p {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #201d1d;
  line-height: 1;
}
div#filter-wrapper .filter-block .filter-title p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  width: 25px;
  height: 22px;
  background: #d5c199;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #201d1d;
  margin-right: 8px;
}
div#filter-wrapper .filter-block .filter-selects {
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 999;
  background-color: #fff7f0;
  border-radius: 8px;
  width: max-content;
  display: none;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-title {
  padding: 12px 20px 12px;
  background-color: #d5c199;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-title svg {
  margin-left: 16px;
  cursor: pointer;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-title p {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #201d1d;
  line-height: 1;
  position: relative;
  bottom: 2px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content {
  padding: 0 40px 40px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item {
  padding: 27px 0 30px;
  border-bottom: 1px solid #e6d3c3;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.last-item {
  border-bottom: 0;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.last-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item .checkbox-block {
  margin: 0;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item .checkbox-block input {
  top: 0;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row {
  display: flex;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 656px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul.ingridients {
  display: none;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li {
  margin-bottom: 20px;
  padding-left: 10px;
  min-height: 32px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: #201d1d;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li input {
  flex: none;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label img {
  display: none;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label svg {
  display: block;
  width: 32px;
  height: 32px;
  flex: none;
  margin-left: 19px;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label svg path,
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label svg circle,
div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li label svg rectangle {
  stroke: #201d1d;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content .filter-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content input[type="submit"] {
  cursor: pointer;
  border-radius: 8px;
  width: 176px;
  height: 49px;
  background: #d5c199;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content input[type="submit"]:hover {
  background-color: #baa377;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content a {
  cursor: pointer;
  border-radius: 8px;
  width: 176px;
  height: 49px;
  background: #d5c199;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#filter-wrapper .filter-block .filter-selects .filter-select-content a:hover {
  text-decoration: none;
  background-color: #baa377;
}
div#filter-wrapper .count-block {
  margin-left: auto;
}
div#filter-wrapper .count-block p {
  font-weight: 400;
  font-size: 20px;
  color: #201d1d;
}
div#filter-wrapper .sort-block {
  margin-left: 48px;
}
div#filter-wrapper .sort-block label {
  font-weight: 500;
  font-size: 20px;
  color: #201d1d;
  margin-left: 8px;
}
div#filter-wrapper .sort-block select {
  font-weight: 400;
  font-size: 20px;
  color: #ba9774;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
div#filter-wrapper .view-block {
  display: flex;
  align-items: center;
  gap: 17px;
}
div#filter-wrapper .view-block button {
  display: block;
  cursor: pointer;
}
div#filter-wrapper .view-block button path {
  stroke: #D5C199;
}
div#filter-wrapper .view-block button.active path {
  stroke: #201D1D;
}
/* Кастомный лоадер "טוען" */
.pem-custom-loader {
  display: none;
  /* Скрыт по умолчанию */
  width: 100%;
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Класс для включения лоадера из JS */
.pem-custom-loader.active {
  display: flex;
}
.pem-loader-text {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  direction: rtl;
  /* Для правильного отображения иврита */
}
.pem-loader-track {
  width: 250px;
  height: 24px;
  border: 2px solid #201D1D;
  border-radius: 20px;
  position: relative;
  /* Убираем overflow:hidden, чтобы был виден отступ внутри */
}
.pem-loader-fill {
  position: absolute;
  top: 3px;
  bottom: 3px;
  background-color: #D5C199;
  border-radius: 15px;
  /* Анимация "резинки" */
  animation: pem-loading-elastic 1.5s infinite ease-in-out alternate;
}
@keyframes pem-loading-elastic {
  0% {
    left: 3px;
    right: 70%;
  }
  50% {
    left: 3px;
    right: 3px;
  }
  /* Растягивается на всю длину */
  100% {
    left: 70%;
    right: 3px;
  }
  /* Сжимается в другой стороне */
}
@media screen and (max-width: 1335px) {
  ul.products li.product {
    flex: 0 0 calc(33% - (2 * 40px / 3));
  }
  .slider-container.slides-count-4 li.product h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-container.slides-count-4 li.product span.price {
    position: absolute;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1030px) {
  ul.products li.product {
    flex: 0 0 calc(50% - (20px / 2));
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 20px 0;
    font-size: 12px;
  }
  body.archive.tax-product_cat section.cat-header h1 {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  body.archive.tax-product_cat section.cat-header .term-description p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  body.archive.tax-product_cat .subcat-nav-block .subcat-nav-title {
    display: flex;
  }
  body.archive.tax-product_cat ul.subcat-navigation {
    display: none;
    padding: 0;
  }
  body.archive.tax-product_cat ul.subcat-navigation li a {
    padding: 15px 20px;
  }
  body.archive.tax-product_cat ul.subcat-navigation li a.active,
  body.archive.tax-product_cat ul.subcat-navigation li a:hover {
    background: #d5c199;
  }
  body.archive.tax-product_cat h2.subcategory-title {
    font-size: 20px;
    line-height: 140%;
    margin: 30px 0 20px;
  }
  ul.products {
    gap: 20px;
  }
  body.archive.tax-product_cat section#cat-all {
    margin-bottom: 30px;
  }
  div#filter-wrapper {
    display: block;
    position: relative;
  }
  div#filter-wrapper .view-block {
    position: absolute;
    left: 0;
    top: 20px;
  }
  div#filter-wrapper .count-block {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  div#filter-wrapper .filter-block .filter-title {
    padding: 20px 0;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row {
    display: block;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul {
    width: 100%;
    display: block;
    min-width: auto;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul li {
    padding-left: 0;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .item.duble-row ul.ingridients li:last-child {
    margin-bottom: 20px;
  }
  div#filter-wrapper .filter-block .filter-selects {
    top: 8px;
    right: -20px;
    width: calc(100% + 40px);
  }
  div#filter-wrapper .filter-block {
    margin-left: 0;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-title {
    padding: 12px 16px;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content {
    padding: 0 20px 40px;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .item {
    padding: 20px 0;
  }
  div#filter-wrapper .filter-block .filter-selects .filter-select-content input[type="submit"],
  div#filter-wrapper .filter-block .filter-selects .filter-select-content .filter-footer a {
    width: 114px;
    height: 40px;
    font-size: 14px;
  }
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.image-block {
    display: block;
    width: 64px;
    margin-left: 21px;
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.products.list-view li.product h2,
  ul.products.list-view li.product h3 {
    font-size: 16px;
    line-height: 131%;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 50px;
  }
  ul.products.list-view li.product .woocommerce-product-details__short-description p {
    display: none;
  }
  ul.products.list-view li.product a.add_to_cart_button,
  ul.products.list-view li.product .change_delivery_date_button {
    display: none;
  }
  ul.products.list-view li.product a.product_type_simple {
    display: none;
  }
  ul.products.list-view li.product span.price {
    height: 19px;
  }
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    position: relative;
    padding-right: 85px;
  }
  ul.products.list-view li.product .uw-wishlist-button-container {
    left: 0;
    right: auto;
    top: 0;
  }
  li.category-banner-inline.banner-desk {
    display: none;
  }
  body.archive.tax-product_cat li.category-banner-inline.banner-mob {
    display: block;
  }
  #product-content-block h1 {
    font-size: 24px;
  }
  .recommendations h2 {
    font-size: 24px;
  }
  #product-content-block .tbs-vaiations-wrapper .tabs .item,
  #product-content-block .tbs-vaiations-wrapper .variations-block .variations-title {
    padding: 20px;
  }
  /* Disabled at user's request 2026-07-19 — was forcing padding: 20px on mobile.
    #product-content-block .tbs-vaiations-wrapper .variations-block .item,
    #product-content-block .tbs-vaiations-wrapper .variations-block .item:first-child {
        border: 0;
        padding: 20px;
    }
    */
  #product-content-block ul.tabs-titles li,
  #product-content-block .tbs-vaiations-wrapper .variations-block .variations-title h2 {
    font-size: 20px;
  }
  #product-content-block .tbs-vaiations-wrapper .tabs .item p {
    font-size: 14px;
  }
  .checkbox-block label {
    font-size: 16px;
  }
  body.single-product main .product #product-gallery-block,
  body.single-product main .product #product-content-block {
    width: 100%;
    padding: 0;
  }
  .custom-product-gallery-wrapper {
    flex-direction: column-reverse;
  }
  .custom-product-gallery-wrapper .main-image-slider {
    width: 100%;
  }
  .custom-product-gallery-wrapper .main-image-slider .custom-discount-badge {
    top: 12px;
  }
  .custom-product-gallery-wrapper .thumbs-slider-container {
    width: 100%;
    height: 100px;
  }
  .custom-product-gallery-wrapper .thumbs-slider-container .swiper {
    width: 100%;
  }
  .custom-product-gallery-wrapper .swiper-button-prev-thumb,
  .custom-product-gallery-wrapper .swiper-button-next-thumb {
    display: none;
  }
}
ul#breadcrumbs {
  display: flex;
  padding: 40px 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #201d1d;
}
ul#breadcrumbs li a {
  color: #baa377;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
ul#breadcrumbs li a:hover {
  text-decoration: none;
}
ul#breadcrumbs li.separator.separator-home {
  margin: 0 5px;
}
ul#breadcrumbs li.separator {
  margin: 0 5px;
}
body.search h1 {
  font-weight: 400;
  font-size: 64px;
  text-align: right;
  color: #201d1d;
  margin: 24px 0 40px;
}
body.search div#filter-wrapper {
  position: relative;
  padding-top: 85px;
}
body.search div#filter-wrapper .filter-search-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #d5c199;
  border-radius: 8px;
  padding: 11px 20px 11px 10px;
}
body.search div#filter-wrapper .filter-search-block .search-input {
  display: flex;
  align-items: center;
  /* Удаляет крестик в Chrome, Safari и новых версиях Edge */
  /* Удаляет крестик в старом Internet Explorer / старом Edge */
}
body.search div#filter-wrapper .filter-search-block .search-input input {
  flex: 1;
  height: 32px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #201d1d;
}
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-webkit-search-decoration,
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-webkit-search-cancel-button,
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-webkit-search-results-button,
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-ms-clear,
body.search div#filter-wrapper .filter-search-block .search-input input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
body.search div#filter-wrapper .filter-search-block .search-input button.search-submit {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
body.search div#filter-wrapper .filter-search-block .search-input .close {
  color: #D5C197;
  font-size: 22px;
  cursor: pointer;
  padding: 0 10px;
}
body.search section.search-section {
  margin-bottom: 80px;
}
body.search section.search-section h2.search-section-title {
  font-weight: 400;
  font-size: 40px;
  text-align: right;
  color: #201d1d;
  margin-bottom: 24px;
}
body.search section.search-section.no-posts {
  display: none;
}
body.search section.search-section.search-section-post .search-items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
body.search section.search-section.search-section-post .search-items-grid .search-item {
  flex: 0 0 calc(33.33% - (2 * 40px / 3));
  position: relative;
  padding-bottom: 49px;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .image-block {
  border-radius: 8px;
  overflow: hidden;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .image-block a {
  display: block;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .image-block a img {
  display: block;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .text-block {
  padding: 16px 0 32px;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .text-block p.post-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #201d1d;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .text-block h3 {
  margin: 24px 0 12px;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .text-block h3 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  color: #201d1d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .text-block .entry-summary p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #201d1d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .button-block {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.search section.search-section.search-section-post .search-items-grid .search-item .button-block a {
  min-width: 176px;
  height: 49px;
  font-size: 16px;
}
body.search section.search-section.search-section-post .search-items-grid.list-view {
  display: block;
}
body.search section.search-section.search-section-post .search-items-grid.list-view .search-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .image-block {
  width: 216px;
  margin-left: 56px;
}
body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .button-block {
  position: static;
}
body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .text-block {
  flex: 1;
  padding: 0 0 0 50px;
}
body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .text-block h3 {
  margin: 0 0 12px;
}
body.search section.search-section.search-section-hall .search-items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item {
  flex: 0 0 calc(25% - (3 * 40px / 4));
  position: relative;
  padding-bottom: 49px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .image-block {
  border-radius: 8px;
  overflow: hidden;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .image-block a {
  display: block;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .image-block a img {
  display: block;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block {
  padding: 24px 0 4px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block h3.entry-title {
  margin-bottom: 24px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block h3.entry-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  color: #201d1d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon img {
  display: block;
  width: 24px;
  height: auto;
  margin-left: 16px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon .description p,
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon .description a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #201d1d;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary.content_email .description a {
  text-decoration: underline;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary.content_email .description a:hover {
  text-decoration: none;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks a {
  display: inline-block;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks a img {
  display: block;
  width: 24px;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks a:hover {
  text-decoration: none;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks a:hover img {
  filter: brightness(0) saturate(100%) invert(88%) sepia(24%) saturate(411%) hue-rotate(350deg) brightness(88%) contrast(87%);
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .button-block {
  position: absolute;
  left: 0;
  bottom: 0;
}
body.search section.search-section.search-section-hall .search-items-grid .search-item .button-block a {
  min-width: 176px;
  height: 49px;
  font-size: 16px;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view {
  display: block;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .entry-summary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .image-block {
  width: 216px;
  margin-left: 56px;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .button-block {
  position: static;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block {
  flex: 1;
  padding: 0 0 0 50px;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block h3 {
  margin: 0 0 24px;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block .social_networks {
  margin: 0;
}
body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block .content_with_icon {
  margin: 0 0 0 40px;
}
.more-button-block {
  text-align: center;
}
.more-button-block button {
  cursor: pointer;
}
.more-button-block .pem-custom-loader {
  display: none;
}
.add-to-cart-block-opener,
.add-to-cart-block-closer {
  display: none;
}
@media screen and (max-width: 600px) {
  body.search div#filter-wrapper .view-block {
    top: 79px;
  }
  ul#breadcrumbs {
    padding: 40px 0 20px;
    font-size: 12px;
  }
  body.search h1 {
    margin: 10px 0 20px;
    font-size: 24px;
  }
  body.search div#filter-wrapper .filter-search-block .search-input button.search-submit {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  body.search div#filter-wrapper {
    position: relative;
    padding-top: 59px;
  }
  body.search section.search-section h2.search-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body.search section.search-section.search-section-post .search-items-grid {
    gap: 20px;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item {
    flex: 0 0 calc(50% - (20px / 2));
    position: relative;
    padding-bottom: 40px;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item {
    flex: 0 0 calc(50% - (20px / 2));
    position: relative;
    padding-bottom: 0;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .text-block {
    padding: 20px 0;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .text-block p.post-date {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 6px;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .text-block h3 {
    margin: 0;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .text-block h3 a {
    font-size: 16px;
    line-height: 131%;
    -webkit-line-clamp: 2;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .text-block .entry-summary p {
    display: none;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .button-block {
    left: 0;
  }
  body.search section.search-section.search-section-post .search-items-grid .search-item .button-block a {
    min-width: 100%;
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
  body.search section.search-section {
    margin-bottom: 30px;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block {
    padding: 20px 0 10px;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block h3.entry-title {
    margin-bottom: 20px;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block h3.entry-title a {
    font-size: 16px;
    line-height: 131%;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary {
    display: flex;
    flex-direction: column-reverse;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .button-block {
    display: none;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon .description p,
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon .description a {
    font-size: 14px;
    line-height: 171%;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .entry-summary .content_with_icon {
    margin-bottom: 10px;
  }
  body.search section.search-section.search-section-hall .search-items-grid {
    gap: 20px;
  }
  body.search section.search-section.search-section-hall .search-items-grid .search-item .text-block .social_networks {
    margin-bottom: 0;
  }
  body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .image-block {
    width: 64px;
    margin-left: 21px;
  }
  body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .button-block {
    display: none;
  }
  body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .text-block h3 {
    margin: 0;
  }
  body.search section.search-section.search-section-post .search-items-grid.list-view .search-item .text-block h3 a {
    -webkit-line-clamp: 1;
  }
  body.search section.search-section.search-section-post .search-items-grid.list-view .search-item::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1.26218 5.85182C0.912608 6.2098 0.912608 6.7902 1.26218 7.14818L6 12' stroke='%23201D1D' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .image-block {
    width: 164px;
    margin-left: 20px;
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item {
    padding-top: 31px;
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block h3 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block {
    padding: 0;
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .text-block .content_with_icon {
    margin: 0 0 10px;
  }
  body.search section.search-section.search-section-hall .search-items-grid.list-view .search-item .entry-summary {
    align-items: flex-start;
  }
  ul.products.list-view li.product .add-to-cart-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  ul.products.list-view li.product .add-to-cart-block svg {
    display: block;
  }
  ul.products.list-view li.product .add-to-cart-block .add-to-cart-block-opener {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  ul.products.list-view li.product .add-to-cart-block.opened {
    z-index: 9;
    border-bottom: 1px solid #d5c199;
    border-right: 1px solid #d5c199;
    border-top: 1px solid #d5c199;
    background: #fff7f0;
    padding: 0 44px 0 20px;
    display: flex;
    align-items: center;
    top: -10px;
    bottom: -10px;
    left: -20px;
  }
  ul.products.list-view li.product .add-to-cart-block.opened .add-to-cart-block-opener {
    display: none;
  }
  ul.products.list-view li.product .add-to-cart-block.opened .add-to-cart-block-closer {
    display: flex;
    align-items: center;
  }
  ul.products.list-view li.product .add-to-cart-block.opened .add-to-cart-block-closer p {
    font-weight: 400;
    font-size: 16px;
    color: #201d1d;
    margin-left: 10px;
    margin-right: 35px;
  }
  ul.products.list-view li.product .add-to-cart-block.opened a.add_to_cart_button,
  ul.products.list-view li.product .add-to-cart-block.opened .change_delivery_date_button,
  ul.products.list-view li.product .add-to-cart-block.opened .custom-qty-wrapper,
  ul.products.list-view li.product .add-to-cart-block.opened .out-of-stock-button {
    display: flex;
    width: 150px;
    height: 40px;
    position: static;
  }
  ul.products.list-view li.product .add-to-cart-block.opened .custom-qty-wrapper {
    background-color: #fff;
  }
  ul.products.list-view li.product .add-to-cart-block.opened a.product_type_simple {
    display: flex;
  }
  ul.products.list-view li.product .add-to-cart-block {
    width: initial;
  }
  header.is-fixed .header-container {
    padding-right: 64px;
  }
}
#header-button-popup {
  background: rgba(32, 29, 29, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
#header-button-popup .popup-content {
  min-width: 1094px;
  min-height: 804px;
  border: 1px solid #d5c199;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
#header-button-popup .popup-content .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-weight: 1280px) {
  #product-content-block .product-content-footer .button-prise {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  body.single-product main .product {
    flex-wrap: wrap;
    gap: 40px;
  }
  body.single-product main .product #product-gallery-block {
    flex: 0 0 100%;
  }
  body.single-product main .product #product-gallery-block .custom-product-gallery-wrapper {
    max-width: 100%;
  }
  body.single-product main .product div#product-content-block {
    flex: 0 0 100%;
  }
}
.popup_wrap_login .popup_content_login {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff7f0;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 2vw;
  padding: 40px;
  transform: translateY(50%);
  opacity: 0;
  display: none;
}
.popup_wrap_login .popup_content_login .popup_close {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.popup_wrap_login .popup_content_login .popup_title {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8em;
  text-align: center;
}
.popup_wrap_login .popup_content_login p:not(:last-of-type) {
  margin-bottom: 25px;
}
.popup_wrap_login .popup_content_login label {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 14px;
}
.popup_wrap_login .popup_content_login input {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #d5c199;
  background-color: #ffffff;
  padding: 0 10px;
  text-align: right;
}
.popup_wrap_login .popup_content_login .login-submit button {
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 49px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
}
div#login_popup_B2C .error_user_not_found_js p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
  margin-bottom: 20px;
}
div#login_popup_B2C .error_user_not_found_js p span {
  font-weight: 500;
}
div#login_popup_B2C .error_user_not_found_js a.registration_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #201d1d;
  margin-bottom: 24px;
  width: 100%;
  height: 49px;
  border-radius: 8px;
}
div#login_popup_B2C .error_user_not_found_js .popup_close_js {
  position: static;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #201d1d;
  width: 100%;
  cursor: pointer;
}
div#login_popup_B2C .error_user_not_found_js .popup_close_js:hover {
  text-decoration: none;
}
a.club_registration_title {
  position: relative;
}
a.club_registration_title::before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: #d5c199;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
a.club_registration_title:hover {
  text-decoration: none;
}
a.club_registration_title:hover::before {
  width: 0;
  transition: 0.5s;
}
.change_delivery_date_button {
  border-radius: 8px;
  width: 176px;
  height: 49px;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #201d1d;
  cursor: pointer;
}
li.product .change_delivery_date_button {
  background: #dfdfdf;
  color: #201d1d;
}
section.categories-slider-section {
  position: relative;
  margin-bottom: 65px;
}
section.categories-slider-section .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
section.categories-slider-section .container h2 {
  font-weight: 400;
  font-size: 45px;
  text-align: center;
  color: #201d1d;
  margin-bottom: 30px;
}
section.categories-slider-section .container .categories-slider {
  position: static;
}
section.categories-slider-section .container .categories-slider .category-slide a {
  display: block;
}
section.categories-slider-section .container .categories-slider .category-slide a .image {
  border-radius: 8px;
  margin-bottom: 32px;
  aspect-ratio: 460 / 345;
  background-size: cover;
  background-position: center center;
}
section.categories-slider-section .container .categories-slider .category-slide a h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 12px;
}
section.categories-slider-section .container .categories-slider button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 62px;
}
@media screen and (max-width: 600px) {
  section.categories-slider-section .container .categories-slider button.owl-prev {
    top: auto;
    right: 20px;
    bottom: -65px;
  }
}
section.categories-slider-section .container .categories-slider button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 62px;
}
@media screen and (max-width: 600px) {
  section.categories-slider-section .container .categories-slider button.owl-next {
    top: auto;
    left: 20px;
    bottom: -65px;
  }
}
button#mobile-user-menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .custom-product-gallery-wrapper .main-image-slider {
    width: 100%;
    aspect-ratio: 625 / 469;
  }
  .product-container #product-gallery-block .swiper-wrapper {
    height: auto;
  }
  button#mobile-user-menu {
    display: block;
    height: 24px;
  }
  button#mobile-user-menu svg {
    width: 24px;
    height: 24px;
  }
  button#user-menu {
    display: none;
  }
  header .header-container .left-block .user-menu-block {
    padding: 0;
    margin-left: 19px;
  }
  .header-container .left-block .user-menu-block:hover,
  .header-container .left-block .user-menu-block:focus-within:not(.user-menu-collapsed) {
    border: 0 !important;
    background: transparent;
  }
  .header-container .left-block .user-menu-block nav {
    right: auto;
    padding: 10px 10px 0;
    top: 130%;
    border-radius: 8px;
    transform: translateX(-38%);
  }
  .header-container .left-block .user-menu-block nav a {
    white-space: nowrap;
  }
  li.product .custom-qty-wrapper,
  li.product .out-of-stock-button {
    width: 100%;
    height: 40px;
  }
  .custom-qty-wrapper .qty-btn {
    display: flex;
    align-items: center;
  }
  .custom-qty-wrapper input.qty {
    width: 1px;
    flex: 1;
  }
  ul.products.list-view .custom-qty-wrapper,
  ul.products.list-view .out-of-stock-button {
    display: none;
  }
}
ul.products.list-view li.product .add-to-cart-block .custom-qty-wrapper,
ul.products.list-view li.product .add-to-cart-block .out-of-stock-button {
  position: static;
}
@media screen and (max-width: 800px) {
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    align-items: flex-start;
  }
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    position: absolute;
    width: 200px;
    justify-content: flex-end;
    right: 272px;
  }
}
@media screen and (max-width: 730px) {
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.image-block {
    margin-left: 10px;
  }
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    right: 226px;
  }
}
@media screen and (max-width: 600px) {
  ul.products.list-view li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    position: static;
  }
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
