/*!
Theme Name: Mary Angel Sposa
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Mary Angel Sposa
Developer: 
Version: 1.0.0
Text Domain: tulesynovias
*/

/* Normalize css START*/
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;
}

input {
  border-radius: 0;
}

input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

input {
  outline: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input {
  border-radius: 0;
}

input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Normalize css END*/

/* Fonts START */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */

/* 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* font-family: 'Noto Serif Display', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif; */

/* Fonts END */

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #eeeae8;
  z-index: 105;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1.75s ease-in-out;
  animation-delay: 2s;
  overflow: hidden;
}

#loader .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  row-gap: 20px;
}

#loader.no-loader {
  transform: translate(-50%, 150%);
}

#loader .logo {
  position: relative;
  max-width: 20vw;
  overflow: hidden;
}

#loader .logo img,
#loader .logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* #loader .logo img {
    max-width: 30vw;
} */

#loader .logo::after,
#loader .text::after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #eeeae8;
  content: "";
  top: 0;
  right: 0;
  transition: all 1.5s ease-in-out;
}

#loader .text::after {
  height: 120%;
}

#loader .logo.show::after {
  top: -100%;
}

#loader .logo.down {
  margin-bottom: -20vh;
  transition: all 7.5s linear;
}

#loader .text.down {
  margin-bottom: -60vh;
  transition: all 1.5s linear;
}

#loader .text {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: clamp(1.875rem, 0.1768rem + 4.0193vw, 5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: baseline;
  height: clamp(1.875rem, 0.1768rem + 4.0193vw, 5rem);
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#loader .text.show::after {
  transition-delay: 1s;
  transition-duration: 1.75s;
  right: -100%;
}

.pswp__preloader {
  display: none;
}

@media screen and (max-width: 767px) {
  #loader .logo {
    max-width: unset;
    width: 40vw;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  #loader .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

body {
  background: #eeeae8;
  /* display: flex;
    flex-direction: column; */
  /* overflow-x: hidden; */
}

.no-scroll {
  overflow: hidden;
}

[class*="__wrapper"] {
  max-width: 1400px;
  margin: 0 auto;
}

[class*="__wide-wrapper"] {
  width: 100%;
  padding: 0 100px;
}

.mob-menu-btn {
  display: none;
}

.mob-menu {
  display: none;
}

header {
  z-index: 30;
}

.home_header .mob-menu-btn svg path {
  fill: #eeeae8;
}

.home_header .menu-item-has-children a {
  color: #fff;
}

header:not(.home_header) .menu-item-has-children a,
.home_header.fixed-header .menu-item-has-children a {
  color: #70675c;
}

header:not(.home_header) .mob-menu-btn svg path,
.fixed-header .mob-menu-btn svh path,
.home_header.fixed-header .mob-menu-btn svg path {
  fill: #70675c;
}

.home_header {
  position: absolute;
  width: 100%;
  height: 125px;
  top: auto;
  /* top: 0; */
  left: 0;
  padding: 16px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s linear;
}

.home_header.fixed-header {
  padding: 16px 100px;
}

header:not(.home_header) {
  position: relative;
  width: 100%;
  height: 125px;
  top: auto;
  left: 0;
  padding: 16px 100px;
  border-bottom: 1px solid rgba(112, 103, 92, 0.1);
}

.home_header .search_icon {
  height: 50px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 40px;
  margin-right: 40px;
  cursor: pointer;
}

.seacrh-bar {
  position: absolute;
  width: 100%;
  top: -150%;
  left: 0;
  padding: 12px 100px 24px 100px;
  background: #fff;
  transition: all 0.3s linear;
  /* z-index: 25; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.seacrh-bar.active {
  top: 125px;
}

.fixed-header .seacrh-bar.active {
  top: 80px;
}

.input-group-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  transition: all 0.2s linear;
}

header.searched .search_icon svg path {
  fill: #70675c;
}

.home_header.searched {
  box-shadow: none;
  border: none;
  transition: all 0.2s linear;
}

.seacrh-bar form {
  padding: 18px 10px;
  border-bottom: 1px solid rgba(112, 103, 92, 0.2);
}

.seacrh-bar .close-search-btn {
  cursor: pointer;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 33px;
  border: 1px solid #70675c;
}

.input-group-pc .search-input-pc,
.input-group-pc .aws-search-field {
  width: 99%;
  border: none;
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.input-group-pc .search-input-pc::placeholder,
.input-group-pc .aws-search-field::placeholder {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  opacity: 0.6;
}
.aws-container {
  width: 100%;
}
.aws-wrapper {
  width: 100%;
}
/* .aws-search-clear {
    display: none;
} */
header .search_icon,
.fixed-header .search_icon {
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(112, 103, 92, 0.2);
  cursor: pointer;
}

.home_header .container,
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  z-index: 31;
}

header .logo {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  /* max-height: 70px; */
}

header .logo a {
  max-width: 210px;
}

header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home_header .logo a img.transparent {
  display: block;
}

.home_header .logo a img.dark {
  display: none;
}

header:not(.home_header) a img.transparent,
.fixed-header a img.transparent,
.home_header.fixed-header a img.transparent {
  display: none;
}

header:not(.home_header) a img.dark,
.fixed-header a img.dark,
.home_header.fixed-header a img.dark {
  display: block;
}

header:not(.home_header).fixed-header,
.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  /* transition: all 0.3s linear; */
  animation: header-show 0.2s linear;
  background: #eeeae8;
  z-index: 100;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 80px;
}

header:not(.home_header).fixed-header.searched,
.fixed-header.searched {
  background: #fff;
  border: none;
}

header.searched,
header:not(.home_header).fixed-header.selected,
.fixed-header.selected {
  top: 0;
  background: #fff;
  box-shadow: none;
  border: none;
}

.home_header.searched .search_icon,
.home_header.searched .lang_menu {
  border-color: rgba(112, 103, 92, 0.2);
}

@keyframes header-show {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

header:not(.home_header) .logo svg path,
header:not(.home_header) .search_icon svg path,
.fixed-header .logo svg path,
.fixed-header .search_icon svg path {
  fill: #70675c;
}

.home_header .container .left-side,
.home_header .container .right-side,
header .container .left-side,
header .container .right-side {
  display: flex;
  align-items: center;
  width: 40%;
}

header .container .right-side {
  justify-content: flex-end;
}

.home_header .container .left_menu ul,
.home_header .container .right_menu ul,
header .container .left_menu ul,
header .container .right_menu ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.home_header .container .left_menu ul li a,
.home_header .container .right_menu ul li a,
.home_header .wishlist_icon a,
header .container .left_menu ul li a,
header .container .right_menu ul li a,
header .wishlist_icon a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wishlist_icon .mob-wishlist {
  display: none;
}

.mob-wishlist {
  display: flex;
  height: 100%;
}

header.home_header .wishlist_icon .mob-wishlist svg path {
  fill: #fff;
}

.home_header.searched .container .left_menu ul li a,
.home_header.searched .container .right_menu ul li a,
.home_header.searched .wishlist_icon a,
.home_header.searched .lang_menu,
.home_header.searched .menu-item-has-children a {
  color: #70675c;
}

.home_header.searched .logo .transparent {
  display: none;
}

.home_header.searched .logo .dark {
  display: block;
}

header .wishlist_icon .mob-wishlist svg path,
header.fixed-header .wishlist_icon .mob-wishlist svg path,
.home_header .mob-menu .wishlist_icon .mob-wishlist svg path {
  fill: #70675c;
}

header.home_header .wishlist_icon .mob-wishlist .counter {
  background: #fff;
  color: #70675c;
}

header .wishlist_icon .mob-wishlist .counter,
header.fixed-header .wishlist_icon .mob-wishlist .counter,
.home_header .mob-menu .wishlist_icon .mob-wishlist .counter {
  display: flex;
  width: 14px;
  height: 14px;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  color: #f2efee;
  background: #70675c;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: -10px;
}

header .container .left_menu ul li a,
header .container .right_menu ul li a,
header .wishlist_icon a,
.fixed-header .container .left_menu ul li a,
.fixed-header .container .right_menu ul li a,
.fixed-header .wishlist_icon a {
  color: #70675c;
}

.lang_menu {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lang_menu {
  height: 50px;
  margin: 0 40px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home_header.searched container .left_menu ul li a,
.home_header.searched container .right_menu ul li a {
  color: #70675c;
}

header:not(.home_header) .lang_menu,
.fixed-header .lang_menu {
  border-left: 1px solid rgba(112, 103, 92, 0.2);
  border-right: 1px solid rgb(112, 103, 92, 0.2);
  color: #70675c;
}

.home_header.fixed-header.searched {
  border-bottom: none;
  box-shadow: none;
}

.hero_section {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
  overflow: hidden;
  background-position: center;
}

.hero_section::before {
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(
    180deg,
    #332816 -67.14%,
    rgba(34, 28, 19, 0) 100%
  );
  content: "";
  top: 0;
  left: 0;
}

.hero_section::after {
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    360deg,
    #332816 -67.14%,
    rgba(34, 28, 19, 0) 100%
  );
  content: "";
  bottom: 0;
  left: 0;
}

.hero-content {
  z-index: 2;
  position: absolute;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content .title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 21.225px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 21.225px */
  letter-spacing: 3.396px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.hero-content .sub_title {
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 110px */
  text-align: center;
  display: flex;
  column-gap: 20px;
  margin-bottom: 32px;
}

.hero-content .sub_title .italic {
  font-style: italic;
}

.link-btn {
  display: flex;
  align-items: center;
  column-gap: 27px;
  position: relative;
  transition: all 0.3s linear;
  width: fit-content;
  margin: 0 auto;
}

.site-link-btn {
  display: flex;
  align-items: center;
  column-gap: 27px;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
}

.instagram_section .site-link-btn {
  width: fit-content;
}

.link-btn .link-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
}

.link-btn .link-icon,
.site-link-btn .link-icon {
  margin-top: 5px;
  transition: all 0.3s linear;
}

.site-link-btn .link-text {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
}

.link-btn::after {
  position: absolute;
  width: 80px;
  height: 1px;
  background: #fff;
  content: "";
  bottom: -10px;
  transition: all 0.3s linear;
}

.site-link-btn::after {
  position: absolute;
  width: 80px;
  height: 1px;
  background: #382d1e;
  content: "";
  bottom: -10px;
  transition: all 0.3s linear;
}

.link-btn:hover::after,
.site-link-btn:hover::after {
  width: 100%;
}

.collection_sections.home {
  display: flex;
  flex-direction: column;
  row-gap: 140px;
  padding: 134px 0 140px;
}

.collection_sections.home .collection_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 100px;
  column-gap: 82px;
}

.collection_sections.home .collection_item:nth-child(2) {
  flex-direction: row-reverse;
  padding-right: 0;
}

.collection_sections.home .left-col {
  min-width: 33%;
  display: flex;
  padding: 100px 80px 100px 100px;
  flex-direction: column;
  row-gap: 90px;
  background: #f2efee;
}

.collection_sections.home .left-col .date {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 210%; /* 29.4px */
}

.collection_sections.home .right-col {
  width: 70%;
  /* min-width: 70%; */
  max-width: 1110px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 28px;
}

.collection_sections.home .title {
  position: relative;
  display: flex;
  flex-direction: column;
}

.collection_sections.home .title .title-text {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 100px;
  font-size: 60px;

  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 100px */
}

.collection-number {
  color: #382d1e;
  font-family: "Noto Serif Display", serif;
  font-size: 145.954px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.05;
  position: absolute;
  left: -27%;
  top: -25%;
}

.collection_sections.home .title .collection {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 35.833px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 35.833px */
  margin-top: 14px;
  text-transform: lowercase;
}

.collection_sections.home .left-col .text {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 29.4px */
  opacity: 0.6;
  max-width: 388px;
}

.collection_sections.home .site-link-btn {
  width: fit-content;
}

.collection_sections.home .small-image {
  width: 24.463vw;
  aspect-ratio: 0.585/1;
  aspect-ratio: 0.58/1;
  overflow: hidden;
}

.collection_sections.home .big-image {
  width: 33.33vw;
  aspect-ratio: 0.68/1;
  overflow: hidden;
}

.collection_sections.home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.24);
  width: 50%;
  height: 95%;
  aspect-ratio: 0.16473922902494331/1;
  z-index: -1;
  left: 20%;
}

.blog_section {
  padding-top: 140px;
  padding-bottom: 180px;
  background: #f2efee;
}

.blog-header-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.blog-title__left-col {
  display: flex;
  align-items: center;
  column-gap: 60px;
}

.blog-title__left-col .title {
  max-width: 260px;
  max-width: 390px;

  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.blog-title__left-col .text {
  max-width: 390px;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 29.4px */
  opacity: 0.6;
}

.blog_items {
  display: flex;
  column-gap: 36px;
}

.blog_item {
  width: calc(100% - 12px);
}

.blog_item .image {
  width: 100%;
  aspect-ratio: 1/0.72;
}

.blog_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_item .date {
  margin-top: 21px;
  padding: 21px 0 12px 0;
  border-top: 1px solid rgba(56, 45, 30, 0.1);
  color: #382d1e;
  font-family: "Noto Serif Display", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  text-transform: uppercase;
  opacity: 0.6;
}

.blog_item .title {
  color: #382d1e;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 22px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-link {
  display: flex;
  column-gap: 5px;
}

.post-link .link-text {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post-link .link-icon {
  margin-top: 2px;
  transition: all 0.3s linear;
}

.post-link:hover .link-icon {
  margin-left: 15px;
}

.instagram_section {
  background: #f2efee;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.inta-bg {
  position: absolute;
  /* top: 50%;
    left: 50%;
    transform: translate(-45%, -180%); */
  z-index: 1;
  top: 30%;
  left: 25%;
}

.instagram_section-text {
  /* float: left; */
  width: 32.3%;
}

.instagram_section .images {
  /* position: relative; */
  display: grid;
  grid-gap: 5px;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(21.6%, 1fr));
  grid-auto-rows: 200px;
  /* grid-auto-rows: 20%; */
  grid-auto-flow: dense;
  width: 70%;
  z-index: 5;
}

.instagram_section-text .title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 40px 0;
}

.insta-image-container {
  /* position: absolute; */
  overflow: hidden;
}

.insta-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-image-container:nth-child(1) {
  aspect-ratio: 1.2636363636363637/1;
  position: absolute;
  bottom: 140px;
  /* right: calc(66% - 5px); */
  left: 100px;
  max-width: 28%;
}

.insta-image-container:nth-child(2) {
  grid-row: span 2;
}

.insta-image-container:nth-child(3) {
  grid-column: 2;
}

.insta-image-container:nth-child(4) {
  grid-row: span 2;
  grid-column: 2;
}

.insta-image-container:nth-child(5) {
  grid-column: span 2;
  grid-row: span 3;
}

.insta-image-container:nth-child(6) {
  grid-row: span 2;
}

.insta-image-container:nth-child(7) {
  grid-column: span 2;
}

.insta-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(56, 45, 30, 0.2);
}

.insta-icon a svg {
  width: 35%;
  height: auto;
}

.inspiration_section {
  padding: 140px 0 120px 0;
  overflow-x: hidden;
}

.running-string {
  white-space: nowrap;
  display: flex;
  column-gap: 45px;
  animation: loop_3DY 15s infinite linear;
  user-select: none;
}

.running-string .running-text span {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 150px */
}

.running-string .running-text span.italic {
  font-style: italic;
}

.running-string .running-text.transparent-text span {
  opacity: 0.1;
}

@keyframes loop_3DY {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.inspiration_section .images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
  column-gap: 10px;
}

.inspiration_section .images .single-image {
  overflow: hidden;
}

.inspiration_section .images .single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration_section .images .single-image:nth-child(1) {
  width: calc(25.9% - 0px);
  aspect-ratio: 1.37/1;
}

.inspiration_section .images .single-image:nth-child(2) {
  width: calc(20.5% - 0px);
  aspect-ratio: 0.88/1;
}

.inspiration_section .images .single-image:nth-child(3) {
  width: calc(20.2% - 0px);
  aspect-ratio: 1.07/1;
}

.inspiration_section .images .single-image:nth-child(4) {
  width: calc(31.4% - 0px);
  aspect-ratio: 1.5/1;
}

.inspiration-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inspiration-bottom-block .bottom_text {
  max-width: 297px;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 29.4px */
  opacity: 0.6;
}

.top-page-block {
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-page-block .page-name {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 75px */
  margin-bottom: 16px;
}

.page-breadcrumps {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}

.page-breadcrumps .not-active,
.page-breadcrumps .active {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 25.2px */
  opacity: 0.6;
}

.page-breadcrumps span.active {
  opacity: 0.2;
}

.page-breadcrumps .separator,
.separator {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-breadcrumps .separator svg {
  object-fit: contain;
}

.collection_sections-all {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-bottom: 120px;
}

.collection_sections-all .collection_item {
  position: relative;
  width: 100%;
  /* height: 911px; */
  /* height: 84.352vh; */
  aspect-ratio: 1.8880351262349067/1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  align-items: flex-end;
  padding: 130px 100px 80px 100px;
  padding: 12.037vh 5.208vw 7.5vh 5.208vw;
}

.collection_sections-all .collection_item .background-img::after {
  position: absolute;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg, #302d29 -24.95%, rgba(49, 45, 41, 0) 100%);
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
}

.collection_sections-all .collection_item .background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_sections-all .collection_item .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.05);
  transition: all 0.4s linear;
}

.collection_sections-all .collection_item:hover .background-img {
  transform: scale(1);
}

.collection-inner-block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}

.inner-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  max-width: 50%;
}

.inner-content .col-name {
  display: flex;
  flex-direction: column;
}

.inner-content .title {
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 156px */
}

.inner-content .collection-text {
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.inner-content .collection-description {
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 29.4px */
  width: 50%;
  margin-top: 32px;
}

.collection-inner-block .right-img {
  width: 23.021vw;
  aspect-ratio: 0.6696969696969697/1;
  overflow: hidden;
}

.collection-inner-block .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.not-found-container img {
  max-width: 641px;
  margin-bottom: 40px;
}

.product_wrapper {
  display: flex;
  margin: 40px 0 365px 0;
  column-gap: 74px;
}

.product_wrapper .left_part {
  /* min-width: 20vw; */
  min-width: 385px;
  position: sticky;
  left: 0;
  top: 90px;
  float: left;
  height: fit-content;
}

.product_breadcrumbs .top-row {
  padding-top: 49px;
}

.product_breadcrumbs {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  justify-content: center;
  align-items: center;
}

.product_breadcrumbs .top-row a {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  opacity: 0.6;
}

.product_breadcrumbs .bottom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  flex-wrap: wrap;
}

.product_breadcrumbs_mob__wide-wrapper {
  display: none;
}

.product_breadcrumbs_mob__wide-wrapper .bottom-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5px;
  margin: 10px 0;
  flex-wrap: wrap;
}

.product_breadcrumbs .bottom-row .not-active,
.product_breadcrumbs_mob__wide-wrapper .bottom-row .not-active {
  cursor: pointer;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.product_breadcrumbs_mob__wide-wrapper .bottom-row .not-active {
  font-size: 10px;
}

.product_breadcrumbs .bottom-row .current-page,
.product_breadcrumbs_mob__wide-wrapper .bottom-row .current-page {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.2;
  text-transform: uppercase;
}

.product_breadcrumbs_mob__wide-wrapper .bottom-row .current-page {
  font-size: 10px;
}

.prod_title {
  display: flex;
  align-items: center;
  padding: 45px 0;
  border-bottom: 1px solid rgba(112, 103, 92, 0.2);
}

.prod_title .title {
  width: calc(100% - 32px);
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}

.prev_prod,
.next_prod {
  width: 12px;
  height: 12px;
}

.prod_properties {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  margin-bottom: 30px;
}
.prod_properties.variable_prod {
  margin-bottom: 0;
}

.prod_properties .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}

.prod_properties .item.attrs_prod size {
  width: 100%;
}

.t_item {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
}

.l_item {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.list_sizes {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.list_sizes li {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.list_sizes li.selected,
.list_sizes li:hover {
  background: rgba(255, 255, 255, 0.5);
}

.item.color {
  width: 100%;
  display: flex;
  padding: 20px 0px;
  margin: 48px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  background: #f7f5f4;
}

.list_colors {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.list_colors li {
  color: #382d1e;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.6;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
}

.list_colors li.selected {
  opacity: 1;
}

.color-wrap.selected .color-square {
  border: 1px solid rgba(112, 103, 92, 0.4);
}

.color-square {
  width: 32px;
  height: 32px;
}

.single-prod-btns {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  width: 100%;
}

.single-prod-btns .yith-wcwl-add-to-wishlist,
.single-prod-btns .size_guide_button {
  margin: 0;
  display: flex;
  padding: 16px 44px;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  border: 1px solid rgba(112, 103, 92, 0.2);
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
}

.single-prod-btns .yith-wcwl-add-to-wishlist:hover,
.single-prod-btns .size_guide_button:hover {
  border: 1px solid #f7f5f4;
  background: #f7f5f4;
}

.single-prod-btns .yith-wcwl-add-to-wishlist a span,
.single-prod-btns .yith-wcwl-wishlistexistsbrowse a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.single-prod-btns .yith-wcwl-add-to-wishlist svg,
.single-prod-btns .size_guide_button svg {
  width: 25px;
  height: 25px;
  transition: all 0.3s linear;
}

.single-prod-btns .wishlist_button_code {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.prod_images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prod_images .img-container {
  width: calc(50% - 4px);
  aspect-ratio: 0.693/1;
  overflow: hidden;
}

.prod_images .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod_video {
  width: 100%;
  padding: 0;
  aspect-ratio: 1.74/1;
  position: relative;
}

.prod_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod_video .mute-video {
  display: none;
}

.wishlist-container {
  margin: 50px 0 120px 0;
}

.yith-wcwl-wishlistaddedbrowse a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.yith-wcwl-wishlistaddedbrowse a span {
  display: none;
}

.wishlist-container .top_part_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d0cc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.wishlist-container .top_part_page .page_title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.top_part_page .request_form {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.top_part_page .request_form .text {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.top_part_page .button_request {
  margin: 0;
  display: flex;
  padding: 16px 44px;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  border: 1px solid rgba(112, 103, 92, 0.2);
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
}

.top_part_page .button_request svg {
  width: 25px;
  height: 25px;
  transition: all 0.3s linear;
}

.top_part_page .button_request:hover {
  border: 1px solid #f7f5f4;
  background: #f7f5f4;
}

.filter-result-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-result-item {
  width: calc(33.33% - 15px);
  aspect-ratio: 0.736/1;
  overflow: hidden;
  position: relative;
}

.filter-result-item figure,
.filter-result-item .with_video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.filter-result-item .with_video video,
.filter-result-item .with_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-result-item img.attachment-woocommerce_thumbnail,
.filter-result-item .first_product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.filter-result-item img.attachment-woocommerce_thumbnail.second_product_img,
.filter-result-item .second_product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.filter-result-item:hover img.attachment-woocommerce_thumbnail,
.filter-result-item:hiver .first_product_img {
  transform: scale(1.05);
  opacity: 0;
}

.filter-result-item:hover
  img.attachment-woocommerce_thumbnail.second_product_img,
.filter-result-item:hover .second_product_img {
  transform: scale(1.05);
  opacity: 1;
}

.to-result-item_bottom {
  position: absolute;
  bottom: 40px;
  opacity: 1;
  left: 30px;
  transition: all 0.3s linear;
}

.to-result-item_bottom .name {
  font-family: "Noto Serif Display", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s linear;
  background:
    linear-gradient(#fff, #fff) bottom no-repeat,
    transparent;
  background-size: 100% 0%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s linear;
  bottom: 0px;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  width: 100%;
  max-height: 0;
  z-index: 2;
}

.filter-result-item:hover .to-result-item_bottom .name {
  background-size: 100% 100%;
  max-height: 44px;
}

.remove_from_wishlist,
.result-item_buttons {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  transition: all 0.3s;
}

.result-item_buttons svg {
  width: 20px;
  height: 20px;
}

.remove_from_wishlist:hover,
.result-item_buttons:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* .result-item_buttons {
    opacity: 1;
} */

.filter-result-item:hover .remove_from_wishlist,
.filter-result-item:hover .result-item_buttons {
  opacity: 1;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.yith-wcwl-wishlistexistsbrowse a span {
  display: none;
}

.filter-result-item .yith-wcwl-add-button a i {
  display: none;
}

.woocommerce-message {
  border-top-color: transparent !important;
  background: transparent !important;
  color: #382d1e;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 22px;
  text-align: center;
}

.woocommerce-message::before {
  display: none;
}

.request-popup {
  display: none;
}

[class*="__popup"].active {
  z-index: 101;
  position: fixed;
  display: block;
}

[class*="__popup"] .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

[class*="__popup"] .popup-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

[class*="__popup"] .popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 35;
  display: flex;
  width: 610px;
  padding: 55px 60px;
  flex-direction: column;
  align-items: flex-start;
  background: #f2efee;
}

[class*="__popup-form"] {
  width: 100%;
}

[class*="__popup-form"] .title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 48px;
}

[class*="__popup-form"] .form_item {
  width: 100%;
}

[class*="__popup-form"] .form_item.outer {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[class*="__popup-form"] .form_item.outer button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

[class*="__popup-form"] .form-inputs {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

[class*="__popup-form"] .form-inputs .form_item input,
[class*="__popup-form"] .form-inputs .form_item textarea {
  border: none;
  background: transparent;
  width: 100%;
  /* padding-bottom: 16px; */
  border-bottom: 1px solid #70675c;
  height: 40px;
  resize: none;
  overflow: hidden;
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 144.9%;
}

[class*="__popup-form"] .form-inputs .form_item input::placeholder,
[class*="__popup-form"] .form-inputs .form_item textarea::placeholder {
  opacity: 0.6;
}

.count_in_order,
.count_in_order .count_products {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.count_in_order {
  opacity: 0.5;
}

.count_in_order .count_products {
  opacity: 1;
}

.form_item .error {
  font-family: "Open Sans", sans-serif;
  color: darkred;
}

.thanks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.under-photo-header {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}

.under-photo-header .title {
  color: #70675c;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.under-photo-header .subtitle {
  color: #382d1e;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.site-link-btn.close .link-text {
  color: #70675c;
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.size-popup {
  display: none;
  transition: all 0.4s linear;
  z-index: 101;
}

.size-popup.active {
  display: block;
}

.size-popup .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.sizes-window {
  padding: 40px 46px;
  background: #fff;
  position: fixed;
  width: 1115px;
  z-index: 105;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sizes-popup-close {
  position: absolute;
  top: 40px;
  right: 46px;
  cursor: pointer;
}

.size-table-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 35px;
}

.size-table-container h3 {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.size-table-container .top-row {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.size-description {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
}

.size-description_item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: calc(100% / 3 - 19px);
}

.size-description_item img {
  height: 33px;
  object-fit: contain;
}

.size-table-container .top-row .desc-title {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.size-description_item p {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.size-table {
  border-collapse: collapse;
}

.size-table td {
  padding: 13px 10px;
  border: 0.5px solid rgba(152, 133, 110, 0.2);
  background: #fff;
  color: #98856e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.size-table td.no-border {
  border-top: none;
  border-left: none;
}

.size-table tr:nth-child(1) td:nth-child(1),
.size-table tr:nth-child(2) td:nth-child(1),
.size-table tr:nth-child(3) td:nth-child(1),
.size-table tr:nth-child(4) td:nth-child(1),
.size-table tr:nth-child(5) td:nth-child(1),
.size-table tr:nth-child(3) td:nth-child(3),
.size-table tr:nth-child(6) td:nth-child(3) {
  border-bottom: none;
}

.size-table tr:nth-child(3) td:nth-child(2),
.size-table tr:nth-child(3) td:nth-child(3),
.size-table tr:nth-child(3) td:nth-child(4),
.size-table tr:nth-child(3) td:nth-child(5),
.size-table tr:nth-child(3) td:nth-child(6),
.size-table tr:nth-child(3) td:nth-child(7),
.size-table tr:nth-child(6) td:nth-child(2),
.size-table tr:nth-child(6) td:nth-child(3),
.size-table tr:nth-child(6) td:nth-child(4),
.size-table tr:nth-child(6) td:nth-child(5),
.size-table tr:nth-child(6) td:nth-child(6),
.size-table tr:nth-child(6) td:nth-child(7) {
  border-top: none;
}

.size-table tr:nth-child(7) td,
.size-table tr:nth-child(8) td {
  background: #f5f3f1;
}

.size-table tr:nth-child(9) td,
.size-table tr:nth-child(10) td {
  background: #e0dad4;
  border-color: #fff;
}

.size-table tr:nth-child(7) td:nth-child(1),
.size-table tr:nth-child(9) td:nth-child(1) {
  font-weight: 700;
}

.size-table tr:nth-child(9) td:nth-child(1) {
  border-left-color: rgba(152, 133, 110, 0.2);
}

.size-table tr:nth-child(9) td:last-child,
.size-table tr:nth-child(10) td:last-child {
  border-right-color: rgba(152, 133, 110, 0.2);
}

.size-table tr:nth-child(10) {
  border-bottom-color: rgba(152, 133, 110, 0.2);
}

.single-collection {
  margin: 50px 0 120px 0;
}

.single-collection .page-header {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.single-collection .products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single-collection .top-page-block {
  margin-bottom: 40px;
}

.single-collection .woocommerce-no-products-found {
  padding-bottom: 300px;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  display: none !important;
}

.text-page__wrapper {
  padding-bottom: 120px;
}

.text-page__wrapper .top-page-block {
  align-items: flex-start;
  /* margin-bottom: 60px; */
}

.privacy-policy__wrapper .top-page-block {
  align-items: center;
}

.cooperation__top-section,
.cooperation__second-section {
  display: flex;
  column-gap: 40px;
  /* align-items: flex-start; */
  align-items: stretch;
}

.cooperation__top-section {
  margin-bottom: 40px;
}

.cooperation__top-section .left,
.cooperation__second-section .right {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  min-height: 100%;
}

.text-devider {
  width: 83%;
  height: 1px;
  background: #dbd6d3;
}

.cooperation-page-section .image-box {
  width: 540px;
  height: 100%;
  overflow: hidden;
}

/* .cooperation-page-section .image-box.image2 {
    height: 655px;
} */

.cooperation-page-section .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooperation-page-section .simple-text {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.cooperation-page-section .uppercase-text {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  text-transform: uppercase;
  opacity: 0.6;
}

.heading-text {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.with-header {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.with-underline {
  padding-bottom: 16px;
  border-bottom: 1px solid #dbd6d3;
}

.with-header .simple-text {
  font-size: 15px;
}

.cooperation-page-section .bordered-block {
  padding: 35px 45px;
  border: 1px solid rgba(112, 103, 92, 0.5);
}

.cooperation-page-section .white-block {
  padding: 35px 45px;
  background: #f2efee;
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 13px;
}

.cooperation-contact-section {
  margin: 90px 0 100px 0;
}

.cooperation-contact-section h3 {
  color: #70675c;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 50%;
  margin: 0 auto;
}

.cooperation-contact-section .subtitle {
  margin: 40px auto;
  width: 75%;
  color: #70675c;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.cooperation-contact-section .text {
  text-align: center;
}

.wrap_form {
  padding: 58px 60px;
  background: #f2efee;
}

.wrap_form .form-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.wrap_form .form_item {
  width: calc(50% - 16px);
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
}

.wrap_form .form_item input {
  width: 100%;
  appearance: none;
  border: none;
  background-color: transparent;
  border-bottom: 0.5px solid #70675c;
  padding: 0 0 16px 0;
  margin: 0;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 144.9%;
}

.form_item input::placeholder {
  color: #70675c;
  opacity: 0.6;
}

.form_button {
  margin-top: 16px;
}

.form_button p {
  width: fit-content;
  position: relative;
  cursor: pointer;
}

.form_button p input {
  border: none;
  background: transparent;
  padding: 0;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.form_button p::before {
  position: absolute;
  width: 80px;
  height: 1px;
  background: #382d1e;
  content: "";
  bottom: -10px;
  left: 0;
  transition: all 0.3s linear;
}

.form_button p::after {
  position: absolute;
  content: "";
  right: -45px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDU2XzIxNzMpIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2Ljg4OTUgOC44NjEzTDExLjQwMDYgMTQuMzUwMkMxMS4yMDEgMTQuNTQ5OCAxMC44Nzc0IDE0LjU0OTggMTAuNjc3OCAxNC4zNTAyQzEwLjQ3ODMgMTQuMTUwNyAxMC40NzgzIDEzLjgyNzEgMTAuNjc3OCAxMy42Mjc1TDE1LjI5NDMgOS4wMTEwNUwxLjAwMzA4IDkuMDExMDRDMC44NjE5NSA5LjAxMSAwLjczNDIwNyA4Ljk1MzgzIDAuNjQxNzE0IDguODYxMzNDMC41NDkyMjIgOC43Njg4NCAwLjQ5MjA0NSA4LjY0MTEgMC40OTIwMTIgOC40OTk5NkMwLjQ5MjAxMiA4LjIxNzY5IDAuNzIwODMzIDcuOTg4ODcgMS4wMDMxIDcuOTg4ODdMMTUuMjk0NCA3Ljk4ODg3TDEwLjY3NzggMy4zNzIzNUMxMC40NzgzIDMuMTcyNzggMTAuNDc4MyAyLjg0OTE4IDEwLjY3NzggMi42NDk2MUMxMC44Nzc0IDIuNDUwMDQgMTEuMjAxIDIuNDUwMDQgMTEuNDAwNiAyLjY0OTYxTDE2Ljg4OTUgOC4xMzg1NkMxNy4wODkxIDguMzM4MTEgMTcuMDg5MSA4LjY2MTczIDE2Ljg4OTUgOC44NjEzWiIgZmlsbD0iIzM4MkQxRSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDU2XzIxNzMiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc2NTYyIDAuMDE0NjQ4NCkgcm90YXRlKDQ1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
}

.form_button p:hover::before {
  width: 130%;
}

.form_button .wpcf7-spinner {
  position: absolute;
  right: -100%;
}

.about-page-section.top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 77%;
  margin-bottom: 50px;
}

.about-page-section.top .header-text-style {
  width: 485px;
}

.about-page-section.top .normal-text-style {
  flex: 1;
}

.header-text-style {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.normal-text-style {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  opacity: 0.6;
}

.about-page-section.middle {
  position: relative;
  margin-bottom: 40px;
}

.about-middle-image {
  width: 100%;
  height: 524px;
  overflow: hidden;
}

.about-small-img {
  position: absolute;
  right: 28px;
  top: -122px;
  width: 200px;
  height: 244px;
}

.about-middle-image img,
.about-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-section.bottom {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.about-page-section.bottom .left-col {
  flex: 1;
  padding: 49px 59px;
  background: #f2efee;
}

.about-page-section.bottom .right-col {
  width: 455px;
}

.post-list-container {
  padding-bottom: 120px;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.post-list li {
  width: calc(50% - 10px);
  display: flex;
  align-items: stretch;
  height: 100%;
}

.post-list li .img-col {
  width: 40%;
  width: 318px;
  aspect-ratio: 0.82/1;
  overflow: hidden;
}

.post-list li .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-list li .text-col {
  flex: 1;
  background: #f2efee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 31px;
}

.post-list li .post-date {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 138%;
  margin-bottom: 10px;
}

.post-list li .post-header {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 27.6px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 85px;
  margin-bottom: 20px;
}

.post-list li .post-preview-text {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 81px;
}

.post-list li .post-link {
  margin-top: 20px;
  column-gap: 27px;
  width: fit-content;
}

.post-list .post-link:hover .link-icon {
  margin-left: 0;
}

.load_more_posts {
  margin: 80px auto 0 auto;
  text-align: center;
  background: transparent;
  width: fit-content;
  padding: 0;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: relative;
  transform: translateX(-20%);
}

.load_more_products {
  cursor: pointer;
  position: relative;
  /* transform: translateX(-20%); */
  text-align: center;
  background: transparent;
  width: fit-content;
  padding: 0;
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px auto;
}

.load_more_posts::after,
.load_more_products::after {
  position: absolute;
  content: "";
  right: -45px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDU2XzIxNzMpIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2Ljg4OTUgOC44NjEzTDExLjQwMDYgMTQuMzUwMkMxMS4yMDEgMTQuNTQ5OCAxMC44Nzc0IDE0LjU0OTggMTAuNjc3OCAxNC4zNTAyQzEwLjQ3ODMgMTQuMTUwNyAxMC40NzgzIDEzLjgyNzEgMTAuNjc3OCAxMy42Mjc1TDE1LjI5NDMgOS4wMTEwNUwxLjAwMzA4IDkuMDExMDRDMC44NjE5NSA5LjAxMSAwLjczNDIwNyA4Ljk1MzgzIDAuNjQxNzE0IDguODYxMzNDMC41NDkyMjIgOC43Njg4NCAwLjQ5MjA0NSA4LjY0MTEgMC40OTIwMTIgOC40OTk5NkMwLjQ5MjAxMiA4LjIxNzY5IDAuNzIwODMzIDcuOTg4ODcgMS4wMDMxIDcuOTg4ODdMMTUuMjk0NCA3Ljk4ODg3TDEwLjY3NzggMy4zNzIzNUMxMC40NzgzIDMuMTcyNzggMTAuNDc4MyAyLjg0OTE4IDEwLjY3NzggMi42NDk2MUMxMC44Nzc0IDIuNDUwMDQgMTEuMjAxIDIuNDUwMDQgMTEuNDAwNiAyLjY0OTYxTDE2Ljg4OTUgOC4xMzg1NkMxNy4wODkxIDguMzM4MTEgMTcuMDg5MSA4LjY2MTczIDE2Ljg4OTUgOC44NjEzWiIgZmlsbD0iIzM4MkQxRSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDU2XzIxNzMiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc2NTYyIDAuMDE0NjQ4NCkgcm90YXRlKDQ1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
}

.load_more_posts::before,
.load_more_products::before {
  position: absolute;
  width: 80px;
  height: 1px;
  background: #382d1e;
  content: "";
  bottom: -10px;
  left: 0;
  transition: all 0.3s linear;
}

.load_more_posts:hover::before,
.load_more_products:hover:before {
  width: calc(100% + 45px);
}

.post-wrapper .top-page-block {
  margin-bottom: 40px;
}

.news_wrap__wrapper .top_image {
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.news_wrap__wrapper .top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-content {
  background: #f2efee;
  padding: 40px;
}

.single-post-content .post_date {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 8px;
}

.single-post-content .post_title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(112, 103, 92, 0.2);
}

.single-post-content .post_text h1,
.single-post-content .post_text h2,
.single-post-content .post_text h3,
.single-post-content .post_text h4,
.single-post-content .post_text h5,
.single-post-content .post_text h6 {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 32px;
  margin-bottom: 14px;
}

.single-post-content p {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 14px;
}

.single-post-content p img,
.single-post-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.other_posts__wrapper {
  margin: 60px auto 120px auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.other_posts__wrapper .title_block {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.posts-btns {
  display: flex;
  justify-content: space-between;
}

.post-switcher-container {
  padding: 64px 40px;
  background: #f2efee;
  width: 49.5%;
}

.post-switcher-container .post-switcher {
  overflow: hidden;
  color: #70675c;
  text-overflow: ellipsis;
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 66px;
  margin-bottom: 8px;
}

.post-switcher-container .post-date {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 138%;
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #70675c;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.woocommerce-no-products-found .woocommerce-info::before {
  display: none;
}

.privacy-policy__wrapper .page_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.privacy-policy__wrapper .item {
}

.privacy-policy__wrapper .item .title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.privacy-policy__wrapper .item .text p {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
}

.privacy-policy__wrapper .item .text p:last-child {
  margin-bottom: 0;
}

.contacts_wrap {
  display: flex;
  column-gap: 20px;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

.contacts_wrap.top {
  margin-bottom: 20px;
}

.contacts_wrap .left {
  width: 40%;
}

.contacts_wrap .dual-photo {
  display: flex;
  background: #f2efee;
  /* padding: 45px 40px; */
  height: 590px;
  position: relative;
}

.dual-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts_wrap .dual-photo .image1 {
  width: 40%;
  overflow: hidden;
  aspect-ratio: 0.5763888888888888/1;
  left: 40px;
  bottom: 45px;
}

.contacts_wrap .dual-photo .image2 {
  width: 52%;
  overflow: hidden;
  aspect-ratio: 0.7034596375617792/1;
  right: 0;
  bottom: 86px;
}

.contacts_wrap .dual-photo .img-box {
  position: absolute;
}

.contacts_wrap .right {
  width: 60%;
}

.contacts_wrap .c-form-container .wpcf7-response-output,
.contacts_wrap .c-form-container .wpcf7-spinner,
.cooperation-contact-section .wpcf7-response-output,
.cooperation-contact-section .wpcf7-spinner {
  display: none !important;
}

.contacts-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  row-gap: 48px;
}

.contacts-container .item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.contacts-container .item .title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.contacts-container .item .value {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-container .item table tr {
  display: flex;
  column-gap: 20px;
}

.contacts-container .item.soc {
  flex-direction: row;
  column-gap: 35px;
}

.contacts-container .item.soc a {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}

.contacts_wrap.bottom .left .image3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.contacts_wrap.bottom .left .image3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-form-container {
  height: 100%;
  padding: 55px 60px;
  background: #f2efee;
}

.c-form-container .title {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.wrap_form.c-form-container .form_item {
  width: 100%;
}

.wrap_form.c-form-container .form-inputs {
  padding: 48px 0;
}

.gallery__wide-wrapper {
  padding-bottom: 120px;
}

.gallery .top_part {
  display: flex;
  column-gap: 8px;
  background: #f2efee;
  padding: 40px;
  margin-bottom: 40px;
  aspect-ratio: 2.4211267605633804/1;
  overflow: hidden;
}

.gallery .top_part .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  row-gap: 8px;
}

.gallery-header {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.gallery-subheader {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.gallery .left-col {
  width: 21.89%;
}

.gallery .middle-col {
  width: 55.12%;
}

.gallery .right-col {
  width: 21.95%;
}

.gallery .image-container {
  width: 100%;
  overflow: hidden;
}

.gallery .middle-col .image-container {
  height: 100%;
}

.gallery .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .left-col .image-container {
  aspect-ratio: 0.735655737704918/1;
}

.gallery .right-col .image-container {
  aspect-ratio: 0.8256880733944955/1;
}

.gallery .left-col .gallery-text {
  padding: 7% 0 0 11%;
}

.gallery .right-col .gallery-text {
  align-items: center;
}

.gallery .right-col .gallery-header {
  font-size: 47px;
  text-align: center;
}

.gallery .right-col .gallery-subheader {
  text-align: center;
  max-width: 80%;
}

.gallery_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery_item {
  overflow: hidden;
  align-self: 0.8819875776397516/1;
  width: calc(33.333% - 6px);
}

.gallery_item:nth-child(-n + 2),
.gallery_item:nth-child(5n + 6),
.gallery_item:nth-child(5n + 7) {
  width: calc(50% - 4px);
  aspect-ratio: 1.329192546583851/1;
}

.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.load_more_gallery {
  margin: 40px auto 0 auto;
  justify-content: center;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", sans-serif;
}

.load_more_gallery::after {
  left: 0;
}

.load_more_gallery:hover::after {
  width: calc(100% + 45px);
}

.load_more_gallery::before {
  position: absolute;
  content: "";
  right: -45px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIiBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDU2XzIxNzMpIj4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2Ljg4OTUgOC44NjEzTDExLjQwMDYgMTQuMzUwMkMxMS4yMDEgMTQuNTQ5OCAxMC44Nzc0IDE0LjU0OTggMTAuNjc3OCAxNC4zNTAyQzEwLjQ3ODMgMTQuMTUwNyAxMC40NzgzIDEzLjgyNzEgMTAuNjc3OCAxMy42Mjc1TDE1LjI5NDMgOS4wMTEwNUwxLjAwMzA4IDkuMDExMDRDMC44NjE5NSA5LjAxMSAwLjczNDIwNyA4Ljk1MzgzIDAuNjQxNzE0IDguODYxMzNDMC41NDkyMjIgOC43Njg4NCAwLjQ5MjA0NSA4LjY0MTEgMC40OTIwMTIgOC40OTk5NkMwLjQ5MjAxMiA4LjIxNzY5IDAuNzIwODMzIDcuOTg4ODcgMS4wMDMxIDcuOTg4ODdMMTUuMjk0NCA3Ljk4ODg3TDEwLjY3NzggMy4zNzIzNUMxMC40NzgzIDMuMTcyNzggMTAuNDc4MyAyLjg0OTE4IDEwLjY3NzggMi42NDk2MUMxMC44Nzc0IDIuNDUwMDQgMTEuMjAxIDIuNDUwMDQgMTEuNDAwNiAyLjY0OTYxTDE2Ljg4OTUgOC4xMzg1NkMxNy4wODkxIDguMzM4MTEgMTcuMDg5MSA4LjY2MTczIDE2Ljg4OTUgOC44NjEzWiIgZmlsbD0iIzM4MkQxRSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDU2XzIxNzMiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc2NTYyIDAuMDE0NjQ4NCkgcm90YXRlKDQ1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_logo {
  max-width: 184px;
  overflow: hidden;
}

.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pre_footer {
  padding: 60px 0;
  display: flex;
  column-gap: 98px;
  border-top: 1px solid #dbd6d3;
}

.pre_footer .image {
  max-width: 440px;
}

.pre_footer .text {
  color: #382d1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 29.4px */
  opacity: 0.6;
  width: 94%;
}

.pre_footer .image {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
}

footer {
  border-top: 1px solid #bcb6b0;
  background: #f2efee;
}

.footer-content {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menu-footer_menu {
  display: flex;
  column-gap: 4.167vw;
  column-gap: 80px;
}

#menu-footer_menu li a {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_blocks .phone_number {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer_blocks .phone_number a {
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  /* font-size: 30.884px; */
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 30.884px */
}

.footer_blocks .massengers {
  margin-top: 12px;
  display: flex;
  column-gap: 11px;
}

.footer_blocks .massengers a {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer_blocks .bottom-block {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}

.footer_blocks .bottom-block a {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

.bottom_footer {
  background: #70675c;
  padding: 14px 10px;
}

.bottom_footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom_footer .copyright_text {
  color: #f2efee;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.developer {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}

.developer_text {
  color: #f2efee;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  opacity: 0.5;
}

.developer_logo {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 80px;
  right: 30px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #ffb900;
  text-align: center;
  font-family: "Noto Serif Display", serif;
  margin: 1em 0.5em;
  padding: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75em;
  font-weight: normal;
  display: block;
  font-family: "Noto Serif Display", serif;
  text-align: center;
}

.menu-language_menu-container {
  display: flex;
  align-items: center;
}
.menu-language_menu-container ul {
  list-style: none;
  padding: 0 !important;
}
.menu-language_menu-container ul li.pll-parent-menu-item {
  position: relative;
}
.menu-language_menu-container ul.sub-menu {
  position: absolute;
  opacity: 0;
  display: none;
  z-index: -1;
  transition: 0.3s;
  left: -20px;
  top: 36px;
  width: calc(100% + 40px);
}
.menu-language_menu-container ul li a {
  color: #70675c;
}
.transparent-header .menu-language_menu-container ul li a {
  color: #342b25;
}
.menu-language_menu-container ul.sub-menu.show_lang {
  display: block;
  opacity: 1;
  z-index: 2;
  bottom: unset;
  background: #fff;
  top: 36px;
  width: calc(100% + 40px);
}
.menu-language_menu-container ul.sub-menu li {
  text-align: center;
}
.menu-language_menu-container ul.sub-menu li a {
  display: block;
  padding: 10px;
  color: #70675c;
  transition: all 0.3s linear;
}

.menu-language_menu-container ul.sub-menu li a:hover {
  color: #382d1e;
}

.menu-language_menu-container ul.sub-menu li a:after {
  display: none;
}

.menu-language_menu-container .pll-parent-menu-item a {
  position: relative;
}

.menu-container_inside .menu-language_menu-container ul li a {
  color: #70675c;
}

.menu-container_inside .menu-language_menu-container ul.sub-menu li a {
  color: #70675c;
}

.no_products {
  font-family: "Open Sans", sans-serif;
  color: #70675c;
  font-size: 1rem;
}

.button_back_catalog {
  margin-top: 15px;
  color: #382d1e;
  font-size: 1.25rem;
  font-family: "Noto Serif Display", serif;
}

.cookie-alert {
  position: fixed;
  width: 81.25vw;
  z-index: 10;
  border-radius: 10px;
  background: #f2efee;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
  bottom: 22px;
  transform: translate(9.375vw, 100%);
  transition: all 500ms ease-in-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translate(9.375vw, -22px);
  transition-delay: 500ms;
  bottom: -1px;
}

.cookie-body {
  padding: 28px 60px;
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  height: 74px;
}

.coockie-header {
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.cookie-text {
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.accept-cookies {
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all 0.3s linear;
  /* text-underline-offset: 4px; */
}

.accept-cookies:hover {
  opacity: 0.6;
}

.aws-search-result {
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aws-container .aws-search-form {
  height: auto;
}

.aws-search-result ul li {
  font-family: "Open Sans", sans-serif !important;
  border: none !important;
}

.aws-search-result .aws_no_result,
.aws-search-result .aws_result_link {
  padding: 20px;
}

.aws-container .aws-search-form .aws-search-clear span,
.aws-container
  .aws-search-form.aws-show-clear.aws-form-active
  .aws-search-clear {
  color: transparent;
  display: none !important;
}

.aws_result_content {
  font-size: 1.2rem;
}

.aws-search-result .aws_result_content {
}

.aws_result_title {
  color: #332816 !important;
  font-size: 1.2rem;
  font-family: "Noto Serif Display", serif;
}

.aws_result_price {
  font-size: 1rem;
  color: #342b25 !important;
  font-family: "Open Sans", sans-serif;
}

.aws-search-result .aws_result_image {
  aspect-ratio: 1/1;
  width: 75px !important;
}

.aws-search-result .aws_result_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aws-search-result .aws_search_more a {
  color: #342b25 !important;
}
video.insta_post {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.insta-image-container {
  position: relative;
}

.no-post {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #70675c;
  font-family: "Noto Serif Display", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.wrap_form .form_item input[type="tel"] {
  padding: 0;
}

.cooperation-contact-section .wrap_form .form_item input[type="tel"] {
  padding: 0 0 16px 0;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
  font-family: "Open Sans", sans-serif;
}

.intl-tel-input .country-list .country {
  font-family: "Open Sans", sans-serif;
}

.search-page-container .search_form_page {
  width: 100%;
  max-width: 470px;
  margin: 60px auto 32px auto;
  position: relative;
}

.search-page-container .search_form_page input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #98856e;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #70675c;
  padding-left: 33px !important;
  width: 100%;
  padding-bottom: 16px !important;
}

.search-page-container .search_form_page .button_se {
  position: absolute;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}

.search-page-container .page-header {
  font-size: 40px;
}

.search-page-container .sub_title_result {
  margin-bottom: 40px;
}

.search-page-container .aws-container .aws-search-field:focus {
  background-color: transparent;
  border-bottom: 1px solid #98856e;
}

.search-page-container .nothing_find_style {
  width: 100%;
  min-height: 500px;
  min-height: 20vh;
}

.selected-dial-code {
  color: #70675c;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 144.9%;
  opacity: 0.6;
}

.intl-tel-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #98856e;
}

[class*="__popup"] .popup-inner .intl-tel-input {
  padding-bottom: 8px;
}

.intl-tel-input .flag-container {
  bottom: 16px !important;
  padding: 0 !important;
}

[class*="__popup"] .popup-inner .intl-tel-input .flag-container {
  bottom: 8px !important;
}

.intl-tel-input input {
  border-bottom: none !important;
}

.intl-tel-input .country-list .country-name {
  display: none !important;
}

.intl-tel-input .country-list {
  padding: 0 !important;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none !important;
  max-width: 100px !important;
}

.intl-tel-input .country-list::-webkit-scrollbar {
  width: 4px;
}
.intl-tel-input .country-list::-webkit-scrollbar-track {
  background: #fff;
}
.intl-tel-input .country-list::-webkit-scrollbar-thumb {
  background-color: #70675c;
  border-radius: 50px;
  border: 1px solid #70675c;
}
.intl-tel-input .selected-flag {
  padding: 0 !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  display: none !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 75px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 85px !important;
}
.filter-result-item iframe,
.filter-result-item .youtube-player,
.filter-result-item .youtube-player div {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}
.filter-result-item .youtube-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vimeo_iframe {
  pointer-events: none;
}
.woocommerce img.zoombox-controls {
  width: 30px;
  height: 30px;
}
.zoombox-close.zoombox-controls {
}
.zoombox-zoom-in {
  display: flex !important;
  width: 40px;
}
.zoombox-zoom-out {
  display: flex !important;
  width: 40px;
}
.zoombox-play {
}
.pswp__container,
.pswp__zoom-wrap,
.pswp__scroll-wrap,
.pswp__bg {
  position: fixed !important;
}
button.pswp__button.pswp__button--arrow--prev {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: unset !important;
  background: unset !important;
}
.pswp__button svg path {
  fill: #fff;
}
button.pswp__button.pswp__button--arrow--next {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  background-image: unset !important;
  background: unset !important;
}
button.pswp__button.pswp__button--zoom {
  display: none;
}
.aws-search-result .aws_result_price {
  display: none;
}
.products_list_hidden {
  display: none !important;
}

@media screen and (max-width: 1700px) {
  /* .instagram_section .images {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 175px;
    } */
  .insta-image-container:nth-child(1) {
    max-width: 27.3%;
  }
  .collection-number {
    left: -37%;
  }
  /* .collection_sections.home .title .title-text {
        font-size: 80px;
    } */
}

@media screen and (max-width: 1650px) {
  .lang_menu {
    margin: 0 20px;
    padding: 0 20px;
  }
  .collection_sections.home .left-col {
    row-gap: 60px;
    padding: 80px 40px 80px 100px;
  }
  .collection_sections.home .title .title-text {
    /* font-size: 70px; */
    font-size: 50px;
  }
  .collection_sections.home .title .collection {
    font-size: 30px;
  }
  .collection_sections-all .collection_item {
    aspect-ratio: 1.85/1;
  }
  .collection_sections-all .collection_item:first-child .background-img img {
    object-position: left;
  }
  .inner-content .collection-description {
    width: 65%;
  }
  .product_wrapper {
    margin-bottom: 190px;
  }
  .prod_title {
    padding: 25px 0;
  }
  .prod_properties {
    padding-top: 25px;
    row-gap: 20px;
  }
  .item.color {
    margin: 25px 0;
  }
  .gallery .left-col .gallery-text {
    padding: 0;
  }
  .gallery-header {
    font-size: 28px;
  }
  .gallery .right-col .gallery-header {
    font-size: 38px;
    text-align: center;
  }
  .gallery-subheader {
    font-size: 14px;
  }
  .instagram_section-text .title {
    font-size: 50px;
  }
  .instagram_section .images {
    grid-auto-rows: 175px;
  }
  .insta-image-container:nth-child(1) {
    max-width: 27.2%;
  }
  .home_header .container .left_menu ul,
  .home_header .container .right_menu ul,
  header .container .left_menu ul,
  header .container .right_menu ul {
    column-gap: 30px;
  }
  header .search_icon,
  .fixed-header .search_icon {
    padding-right: 30px;
    margin-right: 30px;
  }
  .wishlist-container .top_part_page .page_title {
    font-size: 55px;
  }
  #menu-footer_menu {
    column-gap: 60px;
  }
}

@media screen and (max-width: 1441px) {
  header:not(.home_header),
  .home_header {
    padding: 16px 40px;
  }

  [class*="__wrapper"] {
    max-width: 90vw;
  }
  .single-collection {
    padding: 0;
    max-width: 90vw;
    margin: 0 auto;
  }
  .home_header,
  header {
    padding: 16px 80px;
  }
  .collection_sections.home .left-col {
    row-gap: 40px;
    padding: 60px 40px 60px 80px;
  }
  .collection_sections.home .title .title-text {
    /* font-size: 60px; */
    font-size: 45px;
  }
  .collection_sections.home .title .collection {
    font-size: 24px;
  }
  .collection-number {
    font-size: 130px;
    left: -35%;
    top: -30%;
  }
  .running-string .running-text span {
    font-size: 120px;
  }
  .collection_sections-all .collection_item {
    /* height: 87vh; */
    aspect-ratio: 1.75/1;
  }
  .inner-content .title {
    font-size: 90px;
  }
  .inner-content .collection-text {
    font-size: 38px;
  }
  .inner-content .collection-description {
    width: 75%;
  }
  .pre_footer .image {
    font-size: 55px;
  }
  #menu-footer_menu {
    column-gap: 40px;
  }
  .post-list li .img-col {
    width: 40%;
    width: 278px;
  }
  .contacts_wrap .dual-photo {
    height: 520px;
  }
  .instagram_section .images {
    grid-auto-rows: 150px;
  }
  .insta-image-container:nth-child(1) {
    max-width: calc(27% - 5px);
  }
  .instagram_section-text .title {
    font-size: 45px;
  }
  .home_header .container .left_menu ul,
  .home_header .container .right_menu ul,
  header .container .left_menu ul,
  header .container .right_menu ul {
    column-gap: 20px;
  }
  header .search_icon,
  .fixed-header .search_icon {
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1367px) {
  .home_header .container .left-side,
  header .container .left-side,
  .right_menu {
    display: none;
  }
  .home_header .container .left-side,
  .home_header .container .right-side,
  header .container .left-side,
  header .container .right-side {
    width: auto;
  }
  .mob-menu-btn {
    display: block;
    cursor: pointer;
    /* margin: 0 5% 0 0; */
  }
  .mob-menu {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1000;
    left: -120%;
    top: 0;
    background: #eeeae8;
    transition: all 0.3s linear;
  }
  .mob-menu.active {
    left: 0%;
  }
  .mob-menu .logo {
    margin-left: 5%;
  }
  .mob-menu .lang_menu {
    margin: 0;
    color: #70675c;
  }
  .mob-menu .lang_menu a {
    color: #70675c;
  }
  .lang_menu {
    margin-right: 0;
    margin: 0 0 0 30px;
    padding: 0;
  }
  .mob-menu-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin: 0 12px;
    border-bottom: 1px solid rgba(112, 103, 92, 0.1);
    height: 86px;
    height: 125px;
    padding: 16px 5vw;
  }
  .fixed-header .mob-menu-top-row {
    height: 80px;
  }
  .mob-menu-close-btn {
    /* margin-right: 15%; */
    /* width: 20%; */
    cursor: pointer;
  }
  #menu-mob_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 32px;
    margin-top: 20px;
    color: #70675c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mob-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-bottom: 70px; */
    height: calc(100% - 150px);
  }
  .mob-search {
    margin: 52px 0 0 0;
  }
  .mob-search form {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
    padding: 0 12px 12px 12px;
    border-bottom: 1px solid transparent;
    border-width: 0px;
    transition: all 0.3s linear;
  }
  .input-group.active {
    margin-left: 12px;
    margin-right: 12px;
    border-bottom: 1px solid #70675c;
    border-width: 100%;
    margin: 0 auto;
    padding: 0 0 12px 0;
  }
  .input-group-btn button,
  .close-search-btn_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin-right: 10px;
  }
  .aws-search-result {
    /* width: 70vw !important; */
    width: 90vw !important;
    left: 5vw !important;
  }
  .aws-container .aws-search-form .aws-loader {
    display: none !important;
  }
  .aws-container .aws-show-clear .aws-search-field {
    padding-right: 0 !important;
  }
  .aws-container .aws-search-form .aws-wrapper {
    position: unset;
  }
  .aws-search-field {
    width: 85%;
  }
  .input-group.active .aws-container .aws-search-form .aws-search-clear span {
    color: #302d29;
    display: block !important;
  }
  .input-group.active .aws-container .aws-search-form .aws-search-clear {
    display: flex !important;
    justify-content: center;
  }
  .close-search-btn_mob {
    display: none;
    transition: all 0.3s;
  }
  .close-search-btn_mob.visible {
    display: flex;
    display: none;
  }
  .input-group input,
  .aws-container .aws-search-field {
    width: 80px;
    background: transparent;
    border: none;
    appearance: none;
    transition: all 0.3s linear;
    color: #70675c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    /* font-size: 22px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
  }
  .input-group.active .aws-search-field {
    width: calc(100% - 40px);
  }
  .input-group input:focus-visible,
  .aws-container .aws-search-field:focus-visible {
    background: transparent;
    border: none;
    appearance: none !important;
  }
  .input-group input::placeholder,
  .aws-container .aws-search-field::placeholder {
    color: #70675c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .aws-search-result .aws_result_image {
    width: 50px !important;
  }
  .aws_result_title {
    font-size: 1rem;
  }
  .aws_result_price {
    font-size: 0.75rem;
  }
  .mobile_blocks {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
  }
  .mobile_blocks .top-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
  }
  .mobile_blocks .top-block .phone_number {
    color: #70675c;
    font-family: "Noto Serif Display", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .mobile_blocks .top-block .massengers {
    display: flex;
    justify-content: center;
    column-gap: 11px;
    color: #70675c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .mobile_blocks .bottom-block {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
    color: #70675c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
  }
  .wishlist_icon .pc-wishlist {
    display: none;
  }
  .wishlist_icon .mob-wishlist {
    display: flex;
  }
  header:not(.home_header) .lang_menu,
  .fixed-header .lang_menu {
    border: none;
  }
  .home_header .lang_menu {
    padding: 0;
    border: none;
    margin: 0;
  }
  header .right-side {
    /* width: 20%; */
    column-gap: 16px;
    justify-content: flex-end;
  }
  .collection_sections.home .small-image,
  .white-bg {
    display: none;
  }
  .collection_sections.home .left-col {
    width: 50%;
  }
  .collection_sections.home .right-col {
    width: auto;
  }
  .running-string .running-text span {
    font-size: 100px;
  }
  .collection-number {
    left: -20%;
    top: -30%;
  }
  .prod_images .img-container {
    width: 100%;
  }
  .wishlist-container .top_part_page .page_title {
    font-size: 55px;
  }
  #menu-footer_menu {
    column-gap: 30px;
  }
  .filter-result-item {
    padding-bottom: 40px;
    aspect-ratio: 1/1.5;
  }
  .filter-result-item a:not(.remove_from_wishlist) {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .filter-result-item a:not(.remove_from_wishlist) figure {
    width: 100%;
    height: 100%;
  }
  .remove_from_wishlist {
    bottom: 0;
    opacity: 1;
    top: unset;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: #70675c;
  }
  .result-item_buttons {
    bottom: 0;
    opacity: 1;
    top: unset;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: transparent;
  }
  .remove_from_wishlist svg,
  .result-item_buttons svg {
    width: 16px;
    height: 16px;
  }
  .remove_from_wishlist svg path {
    fill: transparent;
    stroke: #fff;
  }
  .result-item_buttons:hover {
    background: unset;
  }
  .remove_from_wishlist:hover {
    background: #70675c;
  }
  .to-result-item_bottom {
    top: unset;
    bottom: 5px;
    left: 0;
  }
  .to-result-item_bottom .name {
    background-size: 100% 100%;
    max-height: 44px;
    color: #70675c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background-clip: trea;
    -webkit-background-clip: unset;
    webkit-text-fill-color: unset;
    -webkit-text-fill-color: unset;
    background: transparent;
  }
  .filter-result-item img.attachment-woocommerce_thumbnail.second_product_img {
    display: none;
  }
  .filter-result-item img.attachment-woocommerce_thumbnail {
    position: relative;
  }
  .filter-result-item:hover img.attachment-woocommerce_thumbnail {
    transform: none;
    opacity: 1;
  }
  .cooperation-page-section .image-box {
    width: 35vw;
  }
  .about-small-img {
    display: none;
  }
  .about-page-section.top {
    width: 100%;
  }
  .about-page-section.top .col {
    width: calc(50% - 10px);
  }
  .about-page-section.bottom .left-col {
    padding: 20px 16px;
  }
  .about-page-section.bottom .right-col {
    width: 35%;
  }
  .post-list li {
    flex-direction: column;
  }
  .post-list li .img-col {
    width: 100%;
    height: 258px;
  }
  .post-list li .text-col {
    padding: 24px 18px 38px 18px;
  }
  .post-list li .post-header {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
  }
  .post-list li .post-preview-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
  }
  .contacts_wrap .dual-photo .image1 {
    display: none;
  }
  .contacts_wrap .dual-photo .image2 {
    width: 90%;
    aspect-ratio: 1/1;
    right: 5%;
    bottom: 45px;
  }
  .contacts_wrap.top {
    margin-bottom: 40px;
  }
  .c-form-container {
    padding: 35px 30px;
  }
  header:not(.home_header) {
    padding: 16px 5vw;
  }
  .top-page-block .page-name {
    font-size: 55px;
  }
  .gallery .top_part {
    aspect-ratio: 2.25/1;
    padding: 20px;
  }
  .gallery .right-col .gallery-header {
    font-size: 32px;
  }
  .gallery-subheader {
    font-size: 12px;
  }
  .instagram_section-text .title {
    font-size: 38px;
  }
  .instagram_section .images {
    grid-auto-rows: 130px;
  }
  .blog-title__left-col {
    align-items: flex-start;
  }
  .blog-title__left-col .title {
    font-size: 50px;
  }
  .hero-content .sub_title {
    max-width: 70vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .instagram_section-text .title {
    font-size: 32px;
  }
  .contacts_wrap .dual-photo .image2 {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: unset;
    max-height: 100%;
  }
  .contacts_wrap .dual-photo .image2 {
    align-items: flex-start;
  }
  /* .contacts_wrap .dual-photo .image2 img {
        width: auto;
    } */
}

@media screen and (max-width: 1181px) {
  .hero-content .title {
    font-size: 18px;
  }
  .hero-content .sub_title {
    font-size: 70px;
    max-width: 90vw;
  }
  .footer-content {
    flex-direction: column;
    row-gap: 40px;
  }
  [class*="__wide-wrapper"] {
    padding: 0 50px;
  }
  .blog_section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .collection_sections.home .left-col {
    width: 60%;
  }
  .collection-number {
    left: -25%;
    top: -35%;
  }
  .blog-title__left-col {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    max-width: 55%;
  }
  .blog-title__left-col .title,
  .blog-title__left-col .text {
    max-width: unset;
  }
  .collection_sections.home .collection_item {
    padding-right: 60px;
    column-gap: 62px;
  }
  .collection_sections.home .big-image {
    width: 43.33vw;
  }
  .not-found-container img {
    max-width: 50vw;
  }
  .sizes-window {
    width: 75%;
  }
  .pre_footer {
    column-gap: 68px;
  }
  .pre_footer .text {
    width: 70%;
  }
  .gallery {
    padding-bottom: 90px;
  }
  .lang_menu {
    margin: 0;
  }
  .instagram_section {
    padding-bottom: 90px;
  }
  .insta-image-container:nth-child(1) {
    bottom: 90px;
    left: 50px;
    max-width: calc(28% + 5px);
    max-width: unset;
    width: 28%;
  }
  .single-prod-btns .yith-wcwl-add-to-wishlist:hover,
  .single-prod-btns .size_guide_button:hover {
    border: 1px solid rgba(112, 103, 92, 0.2);
    background: transparent;
  }
  .footer_blocks .massengers {
    justify-content: center;
  }
  .contacts_wrap .dual-photo .image2 img {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .collection_sections-all .collection_item {
    aspect-ratio: 1.45/1;
  }
  .filter-result-item {
    width: calc(50% - 10px);
  }
  .wishlist-container .top_part_page {
    flex-direction: column;
    row-gap: 8px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .top_part_page .request_form {
    flex-direction: column;
    row-gap: 16px;
  }
  .wishlist-container {
    margin: 40px 0 90px 0;
  }
  .cooperation__top-section .left,
  .cooperation__second-section .right {
    row-gap: 24px;
  }
  .cooperation-page-section .simple-text {
    font-size: 12px;
  }
  .cooperation-page-section .uppercase-text {
    font-size: 16px;
  }
  .heading-text {
    font-size: 20px;
  }
  .cooperation-page-section .bordered-block {
    padding: 20px;
  }
  .cooperation-page-section .white-block {
    font-size: 20px;
  }
  .cooperation-contact-section h3 {
    max-width: 75%;
    font-size: 20px;
  }
  .cooperation-contact-section .subtitle {
    margin: 28px auto;
    width: unset;
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .text-page__wrapper .top-page-block {
    align-items: center;
    margin-bottom: 104px;
  }
  .text-page__wrapper.about .top-page-block {
    margin-bottom: 40px;
  }
  .cooperation__top-section {
    flex-direction: column-reverse;
    row-gap: 28px;
  }
  .cooperation-page-section .image-box {
    width: 100%;
  }
  .cooperation__second-section {
    flex-direction: column;
    row-gap: 28px;
  }
  .text-devider {
    width: 100%;
  }
  .cooperation__top-section .col,
  .cooperation__second-section .col,
  .about-page-section.top .col {
    width: 100%;
  }
  .about-page-section.top {
    flex-direction: column;
    row-gap: 8px;
  }
  .about-page-section.top {
    margin-bottom: 40px;
  }
  .text-page__wrapper {
    padding-bottom: 90px;
  }
  .about-page-section.bottom {
    flex-direction: column;
    row-gap: 20px;
  }
  .about-page-section.bottom .right-col {
    width: 100%;
  }
  .privacy-policy__wrapper .page_wrap {
    row-gap: 40px;
  }
  .privacy-policy__wrapper .item .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .privacy-policy__wrapper .item .text p {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .text-page__wrapper .top-page-block.small-margin {
    margin-bottom: 40px;
  }
  .coockie-header,
  .accept-cookies {
    font-size: 14px;
  }
  .cookie-text {
    font-size: 12px;
  }
  .inta-bg {
    display: none;
  }
  .contacts_wrap .dual-photo .image2 img {
    width: 100%;
    object-position: top;
  }
  .contacts_wrap .dual-photo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .hero_section {
    margin: 0;
  }
  .collection_sections.home {
    padding: 40px 0 90px;
    row-gap: 48px;
  }
  .inspiration_section .images {
    flex-wrap: wrap;
    gap: 4px;
  }
  .blog_items {
    column-gap: 16px;
  }
  .inspiration_section {
    padding: 90px 0 90px 0;
  }
  .inspiration_section .images .single-image,
  .inspiration_section .images .single-image:nth-child(1),
  .inspiration_section .images .single-image:nth-child(2),
  .inspiration_section .images .single-image:nth-child(3),
  .inspiration_section .images .single-image:nth-child(4) {
    width: calc(50% - 2px);
    aspect-ratio: 1/1;
  }
  .pre_footer {
    flex-direction: column;
    padding: 24px;
    row-gap: 24px;
  }
  .pre_footer .image {
    max-width: unset;
    text-align: center;
  }
  .pre_footer .text {
    width: 100%;
    text-align: center;
  }
  .inner-content .title {
    font-size: 40px;
    text-align: center;
  }
  .inner-content .collection-text {
    font-size: 17px;
  }
  .inner-content .collection-description {
    font-size: 8px;
    margin-top: 12px;
  }
  .collection-inner-block {
    padding-bottom: 20px;
  }
  .product_wrapper {
    column-gap: 34px;
    margin-bottom: 90px;
    margin-top: 0;
  }
  .product_wrapper .left_part {
    min-width: 35vw;
  }
  .prod_title {
    padding: 20px 0;
  }
  .prod_title .title {
    font-size: 32px;
  }
  .prod_properties {
    padding-top: 20px;
    row-gap: 15px;
  }
  .t_item {
    font-size: 10px;
    opacity: 0.6;
  }
  .l_item {
    font-size: 12px;
  }
  .list_sizes li {
    padding: 6px;
    font-size: 12px;
  }
  .item.color {
    margin: 20px 0;
    padding: 14px;
  }
  .item.color .message_error {
    position: absolute;
  }
  .single-prod-btns .yith-wcwl-add-to-wishlist,
  .single-prod-btns .size_guide_button,
  .single-prod-btns .yith-wcwl-add-to-wishlist a span,
  .single-prod-btns .yith-wcwl-wishlistexistsbrowse a {
    font-size: 10px;
    column-gap: 8px;
  }
  .single-prod-btns .yith-wcwl-add-to-wishlist svg,
  .single-prod-btns .size_guide_button svg {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_breadcrumbs_mob__wide-wrapper {
    display: flex;
  }
  .product_breadcrumbs_mob__wide-wrapper .separator {
    height: 14px;
  }
  .product_breadcrumbs .bottom-row {
    display: none;
  }
  .cooperation__top-section {
    margin-bottom: 104px;
  }
  .single-post-content {
    padding: 40px 20px;
  }
  .single-post-content .post_date {
    font-size: 16px;
  }
  .single-post-content .post_title {
    font-size: 24px;
  }
  .single-post-content p {
    font-size: 12px;
  }
  .single-post-content .post_text h1,
  .single-post-content .post_text h2,
  .single-post-content .post_text h3,
  .single-post-content .post_text h4,
  .single-post-content .post_text h5,
  .single-post-content .post_text h6 {
    font-size: 20px;
  }
  .other_posts__wrapper {
    margin: 60px auto 90px auto;
  }
  .other_posts__wrapper .title_block {
    font-size: 24px;
  }
  .post-switcher-container {
    padding: 20px 24px;
  }
  .contacts_wrap {
    flex-direction: column;
  }
  .contacts_wrap.top {
    flex-direction: column-reverse;
  }
  .contacts_wrap .left,
  .contacts_wrap .right {
    width: 100%;
  }
  .contacts_wrap .dual-photo {
    height: auto;
  }
  .contacts_wrap .dual-photo .image2 {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
  }
  .contacts-container {
    padding: 40px 0;
    row-gap: 24px;
    align-items: center;
  }
  .contacts-container .item {
    align-items: center;
  }
  .contacts-container .item table tr {
    align-items: center;
    justify-content: center;
  }
  .gallery .top_part {
    aspect-ratio: unset;
    flex-direction: column;
    row-gap: 16px;
  }
  .gallery .top_part .col {
    width: 100%;
  }
  .gallery .left-col .image-container,
  .gallery .right-col .image-container {
    display: none;
  }
  .gallery .left-col .gallery-text {
    text-align: center;
  }
  .collection_sections-all .collection_item .background-img {
    transform: none;
  }
  .instagram_section {
    flex-direction: column;
    row-gap: 26px;
  }
  .instagram_section-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instagram_section-text .title {
    text-align: center;
  }
  .instagram_section .images {
    width: 100%;
    grid-auto-rows: 300px;
  }
  .insta-image-container:nth-child(1) {
    position: relative;
    width: auto;
    left: unset;
    max-width: unset;
    bottom: auto;
    right: unset;
    grid-column: span 2;
    aspect-ratio: unset;
  }
  .insta-image-container:nth-child(2),
  .insta-image-container:nth-child(4),
  .insta-image-container:nth-child(6),
  .insta-image-container:nth-child(7) {
    grid-row: unset;
    grid-column: unset;
  }
  .insta-image-container:nth-child(5) {
    grid-column: unset;
    grid-row: span 2;
  }
  .insta-icon,
  .insta-image-container:nth-child(7) {
    display: none;
  }
  .instagram_section .images {
    grid-template-columns: 1fr 1fr;
  }
  .contacts_wrap .dual-photo {
    margin-top: 0;
  }
}

@media screen and (max-width: 821px) {
  .mob-menu-top-row {
    padding: 12px;
    height: 86px;
  }
  .home_header,
  header:not(.home_header),
  .home_header.fixed-header,
  .fixed-header {
    padding: 12px;
    height: 86px;
  }
  .collection-number {
    display: none;
  }
  .collection_sections.home .collection_item,
  .collection_sections.home .collection_item:nth-child(2) {
    padding: 0 12px;
    flex-direction: column-reverse;
  }
  .collection_sections.home .big-image {
    width: 100vw;
    /* height: 526px; */
  }
  .collection_sections.home .left-col {
    padding: 28px 20px 52px 20px;
    width: 100%;
    margin: -80px 0 0 0;
    z-index: 3;
    align-items: center;
    row-gap: 12px;
  }
  .collection_sections.home .title {
    align-items: center;
  }
  .collection_sections.home .left-col .date {
    display: none;
  }
  .collection_sections.home .left-col .text {
    max-width: 80vw;
  }
  .top-page-block {
    margin: 40px 0;
  }
  .top-page-block .page-name {
    font-size: 40px;
  }
  .page-breadcrumps .not-active,
  .page-breadcrumps .active {
    font-size: 10px;
  }
  .collection_sections-all {
    row-gap: 20px;
    padding-bottom: 52px;
  }
  .wrap_form {
    padding: 28px 24px 42px 24px;
  }
  .wrap_form .form_item input {
    font-size: 13px;
  }
  .form_button p input {
    font-size: 10px;
  }
  .form_button p::after {
    top: 4px;
    right: -30px;
    width: 14px;
    height: 14px;
  }
  .form_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-middle-image {
    height: 267px;
  }
  .post-list li .post-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .post-list li .post-header {
    font-size: 18px;
    height: 50px;
    margin-bottom: 19px;
  }
  .post-list li .post-link {
    margin-top: 12px;
    font-size: 12px;
    column-gap: 16px;
  }
  .load_more_posts {
    margin: 40px auto 0 auto;
  }
  .post-switcher-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .post-switcher-container .post-date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .post-switcher-container .post-switcher {
    font-size: 18px;
    height: 55px;
    height: 50px;
    margin-bottom: 0;
  }
  .woocommerce-no-products-found .woocommerce-info,
  .woocommerce-no-products-found {
    font-size: 20px;
    max-width: 80vw;
    margin: 0 auto;
  }
  .form_button p {
    margin-left: -17px;
  }
  .t_item {
    text-transform: inherit;
  }
}

@media screen and (max-width: 767px) {
  [class*="__wide-wrapper"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [class*="__wrapper"] {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .single-collection {
    max-width: unset;
  }
  .footer-content {
    padding: 28px 0;
    row-gap: 20px;
  }
  .home_header .logo,
  hader:not(.home_header).logo {
    max-width: 160px;
  }
  .hero-content {
    max-width: 90vw;
    bottom: 60px;
  }
  .hero-content .title {
    font-size: 10px;
    line-height: 120%; /* 12px */
  }
  .hero-content .sub_title {
    flex-direction: column;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .collection_sections.home {
    padding: 40px 0 0 0;
  }
  .collection_sections.home .image img {
    height: 524px;
  }
  .collection_sections.home .left-col {
    padding: 28px 20px 42px 20px;
    margin: -40% 0 0 0;
  }
  .collection_sections.home .title .title-text {
    font-size: 40px;
    line-height: 100%; /* 40px */
    text-align: center;
  }
  .collection_sections.home .title .collection {
    margin-top: 4px;
  }
  .collection_sections.home .left-col .text {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    text-align: center;
  }
  .site-link-btn {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .blog_section {
    background: #eeeae8;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }
  .blog-header-container {
    flex-direction: column;
  }
  .blog-title__left-col,
  .blog-title__right-col {
    width: 100%;
    max-width: unset;
    row-gap: 12px;
  }
  .blog-title__left-col .title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
  }
  .blog-title__left-col .text {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .blog-header-container {
    margin-bottom: 40px;
  }
  .blog_items {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 38px;
  }
  .blog_item {
    width: 100%;
  }
  .blog_item .image {
    height: 245px;
  }
  .blog-header-container .link {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .blog_item .date {
    font-size: 10px;
    line-height: 150%; /* 15px */
  }
  .blog_item .title {
    font-size: 12px;
    line-height: 150%; /* 18px */
    height: 36px;
  }
  .post-link.read-more {
    position: relative;
  }
  .post-link.read-more::after {
    position: absolute;
    width: 65px;
    height: 1px;
    background: #382d1e;
    content: "";
    bottom: -10px;
    transition: all 0.3s linear;
  }
  .post-link .link-text {
    color: #70675c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .post-link .link-icon {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  .post-link .link-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .running-string .running-text span {
    font-size: 40px;
  }
  .inspiration_section .images {
    margin: 32px 0;
  }
  .inspiration-bottom-block .bottom_text {
    max-width: 180px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 21px */
  }
  .site-link-btn .link-text {
    font-size: 12px;
  }
  .site-link-btn .link-icon {
    width: 12px;
    height: 12px;
    margin: 0;
  }
  .site-link-btn .link-icon svg {
    width: 100%;
    height: 100%;
  }
  .sizes-window {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 40px 26px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .size-table-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .size-description {
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
  }
  .size-description_item {
    width: 100%;
  }
  .size-table tr:first-child td {
    font-size: 13px;
    padding: 13px 4px;
  }

  .size-table td {
    padding: 13px 1px;
    font-size: 14px;
  }
  .pre_footer {
    margin: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pre_footer .image {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
  }
  .pre_footer .text {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 21px */
  }
  #menu-footer_menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    margin-bottom: 20px;
  }
  .single-product__wide-wrapper {
    flex-direction: column-reverse;
    padding: 0;
  }

  .product_wrapper .left_part {
    min-width: unset;
    position: unset;
    padding: 0 12px;
  }
  .product_wrapper .product_breadcrumbs {
    display: none;
  }
  .prod_title {
    padding-top: 32px;
  }
  .prod_images .img-container,
  .prod_video,
  .prod_images .slick-slide {
    width: 100%;
    width: 100vw;
    aspect-ratio: 0.69/1;
  }
  .prod_properties .item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .prod_properties .item .message_error {
    position: absolute;
  }
  .prod_properties {
    padding-top: 20px;
    row-gap: 20px;
  }
  .item.color {
    align-items: flex-start;
  }
  .list_colors li {
    flex-direction: row;
    column-gap: 7px;
  }
  .color-square {
    width: 24px;
    height: 24px;
  }
  .single-prod-btns {
    flex-direction: row;
    column-gap: 7px;
    align-items: stretch;
  }
  .single-prod-btns .wishlist_button_code,
  .single-prod-btns .size_guide_button {
    width: calc(50% - 3.5px);
  }
  .single-prod-btns .yith-wcwl-add-to-wishlist,
  .single-prod-btns .size_guide_button {
    padding: 14px 0;
    /* height: 100%; */
  }

  .single-prod-btns .yith-wcwl-add-to-wishlist {
    height: 100%;
  }

  .single-prod-btns .yith-wcwl-add-to-wishlist i,
  .single-prod-btns .size_guide_button i {
    width: 70%;
    margin-right: 0;
    text-align: center;
  }
  *:lang(en-GB) .single-prod-btns .yith-wcwl-add-to-wishlist i,
  *:lang(en-GB) .single-prod-btns .size_guide_button i {
    width: auto;
  }
  .prod_video iframe {
    width: 100vw !important;
    height: 100%;
    z-index: -1 !important;
    pointer-events: all;
    position: relative !important;
  }
  .back-to-top {
    right: 10px;
    bottom: 70px;
  }
  .back-to-top svg {
    width: 40px;
    height: 40px;
  }
  .single-collection .page-header {
    font-size: 40px;
    max-width: 90vw;
    margin-bottom: 8px;
  }
  .single-collection .top-page-block {
    margin-bottom: 54px;
  }
  .wrap_form .form_item {
    width: 100%;
  }
  .posts-btns {
    flex-direction: column;
    row-gap: 20px;
  }
  .post-switcher-container {
    width: 100%;
  }
  .page-breadcrumps {
    overflow: hidden;
    max-width: 90vw;
  }
  .post-wrapper .page-breadcrumps .active {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bottom_footer__wrapper {
    flex-direction: column;
    row-gap: 4px;
  }
  .developer_text {
    font-size: 10px;
  }
  .developer_logo {
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.15px;
    overflow: hidden;
  }
  .developer_logo svg {
    width: 32px;
    height: 10px;
  }
}

@media screen and (max-width: 650px) {
  .mob-menu-inner {
    /* padding-bottom: 70px; */
    padding-bottom: 30px;
  }
  .input-group input {
    font-size: 12px;
  }
  .mob-menu .logo {
    margin-left: 10%;
  }
  .hero-content {
    width: 90%;
  }
  .hero-content .title {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .sub_title .italic {
    font-size: 28px;
  }
  .collection_sections.home {
    row-gap: 20px;
  }
  .collection-inner-block .right-img {
    display: none;
  }
  .collection-inner-block {
    padding-bottom: 22px;
  }
  .collection_sections-all .collection_item {
    aspect-ratio: unset;
    height: 621px;
    padding: auto;
    padding: 30px 35px;
    align-items: flex-end;
  }
  .inner-content {
    width: 100%;
    max-width: unset;
    align-items: center;
  }
  .inner-content .col-name {
    align-items: center;
  }
  .inner-content .collection-description {
    text-align: center;
  }
  .not-found-container img {
    max-width: 90vw;
  }
  .not-found-container .link-text {
    font-size: 16px;
  }
  .wishlist-container .top_part_page .page_title {
    font-size: 40px;
    text-align: center;
  }
  .top_part_page .request_form .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }
  .top_part_page .button_request {
    font-size: 10px;
  }
  .filter-result-item {
    width: 100%;
  }
  [class*="__popup"] .popup-inner {
    width: 95vw;
    padding: 32px;
  }
  [class*="__popup-form"] .title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  [class*="__popup-form"] .form-inputs .form_item input,
  [class*="__popup-form"] .form-inputs .form_item textarea {
    font-size: 13px;
  }
  [class*="__popup-form"] .form_item.outer {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 24px;
  }
  .thanks {
    margin-bottom: 20px;
  }
  .header-text-style {
    font-size: 20px;
  }
  .normal-text-style {
    font-size: 13px;
  }
  .cooperation-page-section .white-block {
    padding: 35px 10px;
  }
  .cooperation-contact-section h3 {
    max-width: 100%;
  }
  .wrap_form .form-inputs {
    row-gap: 20px;
  }
  .wrap_form .form_item input {
    padding: 0 0 8px 0;
  }
  .cooperation-contact-section {
    margin-bottom: 0;
  }
  .post-list {
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .post-list li {
    width: 100%;
  }
  .news_wrap__wrapper .top_image {
    height: 272px;
  }
  .single-post-content p img,
  .single-post-content img {
    height: 240px;
  }
  .contacts_wrap .dual-photo .image2 {
    height: 291px;
    aspect-ratio: unset;
  }
  .contacts_wrap.bottom .left .image3 {
    height: 363px;
    aspect-ratio: unset;
  }
  .c-form-container .title {
    font-size: 20px;
  }
  .wrap_form.c-form-container .form-inputs {
    padding: 20px 0;
  }
  .gallery-header {
    font-size: 20px;
  }
  .gallery .middle-col .image-container {
    height: 434px;
  }
  .gallery .right-col .gallery-subheader {
    max-width: unset;
  }
  .gallery_item,
  .gallery_item:nth-child(-n + 2),
  .gallery_item:nth-child(5n + 6),
  .gallery_item:nth-child(5n + 7) {
    width: 100%;
    height: 290px;
  }
  .cookie-alert {
    width: 90vw;
    transform: translate(5vw, 120%);
  }
  .cookie-alert.show {
    transform: translate(5vw, -22px);
  }
  .cookie-body {
    flex-direction: column;
    padding: 20px 42px 29px 42px;
    height: auto;
    row-gap: 8px;
  }
  .instagram_section .images {
    grid-auto-rows: 165px;
    grid-gap: 10px;
  }
  .instagram_section-text .title {
    font-size: 28px;
    padding: 40px 0 16px 0;
  }
  .page-template-home .site-link-btn,
  .page-template-home .link-btn {
    padding-left: 27px;
  }
  .no-post {
    font-size: 20px;
  }
  .search-page-container {
    padding: 0 33px;
  }
  .search-page-container .page-header {
    text-align: center;
    font-size: 20px;
    max-width: 70%;
    margin: 0 auto;
  }
  .search-page-container .search_form_page {
    margin: 40px auto 32px auto;
  }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 13px;
  }
  [class*="__popup"] .popup-inner .intl-tel-input .flag-container {
    bottom: 0px !important;
  }
  [class*="__popup"] .popup-inner .intl-tel-input {
    padding-bottom: 0 !important;
  }
  .intl-tel-input {
    padding-bottom: 8px;
  }
  .popup-inner .form_button {
    margin-left: -17px;
  }
  .footer_logo {
    max-width: 139px;
  }
  .privacy-policy__wrapper .page-name {
    text-align: center;
    font-size: 8vw;
  }
}

@media screen and (max-width: 376px) {
  .mob-menu-inner {
    padding-bottom: 0;
  }
  #menu-mob_menu {
    row-gap: 28px;
    margin-top: 14px;
  }
  .search-page-container .nothing_find_style {
    min-height: 180px;
  }
}

.pswp__counter {
  font-family: "Open Sans", sans-serif !important;
}

.html5-video-player button,
.ytp-chrome-top,
.ytp-chrome-bottom {
  display: none !important;
  z-index: -1 !important;
}

iframe #player {
  max-width: unset !important;
  width: 100% !important;
  height: 100% !important;
}

.player .vp-video-wrapper .vp-preview {
  background-size: 100% !important;
}

.hero-slider-js .slick-prev:before,
.hero-slider-js .slick-next:before {
  color: #70675c;
}

.hero-slider-js .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_605_5)'%3E%3Cpath d='M16.7841 9.3613L11.2951 14.8502C11.0955 15.0498 10.7719 15.0498 10.5724 14.8502C10.3728 14.6507 10.3728 14.3271 10.5724 14.1275L15.1888 9.51105L0.897616 9.51104C0.756482 9.511 0.628738 9.45383 0.536246 9.36133C0.443753 9.26884 0.386576 9.1411 0.386543 8.99996C0.386543 8.71769 0.615364 8.48887 0.897632 8.48887L15.1889 8.48887L10.5724 3.87235C10.3728 3.67278 10.3728 3.34918 10.5724 3.14961C10.7719 2.95004 11.0955 2.95004 11.2951 3.14961L16.7841 8.63856C16.9837 8.83811 16.9836 9.16173 16.7841 9.3613Z' fill='%23382D1E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_605_5'%3E%3Crect width='12' height='12' fill='white' transform='translate(8.66016 0.514648) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  width: 18px;
  height: auto;
}
.hero-slider-js .slick-prev:before {
 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_605_5)'%3E%3Cpath d='M16.7841 9.3613L11.2951 14.8502C11.0955 15.0498 10.7719 15.0498 10.5724 14.8502C10.3728 14.6507 10.3728 14.3271 10.5724 14.1275L15.1888 9.51105L0.897616 9.51104C0.756482 9.511 0.628738 9.45383 0.536246 9.36133C0.443753 9.26884 0.386576 9.1411 0.386543 8.99996C0.386543 8.71769 0.615364 8.48887 0.897632 8.48887L15.1889 8.48887L10.5724 3.87235C10.3728 3.67278 10.3728 3.34918 10.5724 3.14961C10.7719 2.95004 11.0955 2.95004 11.2951 3.14961L16.7841 8.63856C16.9837 8.83811 16.9836 9.16173 16.7841 9.3613Z' fill='%23382D1E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_605_5'%3E%3Crect width='12' height='12' fill='white' transform='translate(8.66016 0.514648) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
 transform: rotate(180deg);
  display: block;
  width: 18px;
  height: auto;
}

.hero-slider-js .slick-next,
.hero-slider-js .slick-prev {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: #f2efee;
  border-radius: 50%;
  opacity: 0.8;
}

@media (pointer: fine) {
  .hero-slider-js .slick-next:hover,
  .hero-slider-js .slick-prev:hover,
  .hero-slider-js .slick-next:focus,
  .hero-slider-js .slick-prev:focus {
    background: #f2efee;
    opacity: 1;
  }
}

.hero-slider-js .slick-next {
  right: 10px;
}
.hero-slider-js .slick-prev {
  left: 5px;
}

@media screen and (max-width: 768px) {
.hero-slider-js .slick-next:hover,
  .hero-slider-js .slick-prev:hover,
  .hero-slider-js .slick-next:focus,
  .hero-slider-js .slick-prev:focus {
    background: #f2efee;
    opacity: 1;
  }
  /* .hero-slider-js .slick-prev:before {
    transform: rotate(180deg);
  } */
}
