@font-face {
  font-family: PlayFairDisplay;
  src: url("../assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: PlayFairDisplaySC;
  src: url("../assets/fonts/PlayFairDisplaySC/PlayfairDisplaySC-Regular.ttf");
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/Inter_28pt-Regular.ttf");
}

@font-face {
  font-family: PlayFair;
  src: url("../assets/fonts/PlayFair/Playfair_9pt_SemiCondensed-Regular.ttf");
}

@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat/Montserrat-Regular.ttf");
}

:root {
  --announcement-bar-font-size: 0.625rem;
  --announcement-bar-height: 40.14px;
  --header-height: 151.38px;
  --pushdaddy-position-bottom: 20px;
  --pushy-pending-color: #fff;
  --faq-bg-color: black;
  --share_radius: 20px;
  --pushy-pending-background: red;
  --pushdaddy-color: #ffffff;
  --pushdaddy-background: #1e1e20;
  --pushdaddy-background2: #1e1e20;
  --pushdaddy-background-dark: #212123;
  --pushdaddy-background-light: #212123;
  --pushdaddy-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0,
    rgba(0, 0, 0, 0.16) 0 2px 32px 0;
  --pushdaddy-share-color: #2a2c2b;
  --pushdaddy-share-background: #d8ab2e;
  --header-is-sticky: 1;
  --announcement-bar-is-sticky: 0;
  --header-scroll-tracker-offset: var(--announcement-bar-height);
  --container-max-width: 100%;
  --container-xxs-max-width: 27.5rem;
  --container-xs-max-width: 42.5rem;
  --container-sm-max-width: 61.25rem;
  --container-md-max-width: 71.875rem;
  --container-lg-max-width: 78.75rem;
  --container-xl-max-width: 85rem;
  --container-gutter: 1.25rem;
  --section-vertical-spacing: 2.5rem;
  --section-vertical-spacing-tight: 2.5rem;
  --section-stack-gap: 2.25rem;
  --section-stack-gap-tight: 2.25rem;
  --form-gap: 1.25rem;
  --fieldset-gap: 1rem;
  --form-control-gap: 0.625rem;
  --checkbox-control-gap: 0.75rem;
  --input-padding-block: 0.65rem;
  --input-padding-inline: 0.8rem;
  --checkbox-size: 0.875rem;
  --sticky-area-height: calc(
    var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px) +
      var(--header-is-sticky, 0) * var(--header-is-visible, 1) *
      var(--header-height, 0px)
  );
  --transform-logical-flip: 1;
  --transform-origin-start: left;
  --transform-origin-end: right;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --heading-text-transform: normal;
  --heading-letter-spacing: 0.18em;
  --text-font-family: PlayFairDisplay;
  --button-font-family: Inter;
  --text-font-weight: 300;
  --text-font-style: normal;
  --text-letter-spacing: 0em;
  --button-font: var(--text-font-style) var(--text-font-weight) var(--text-sm) /
    1.65 var(--text-font-family);
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.18em;
  --text-heading-size-factor: 1.1;
  --text-h1: max(
    0.6875rem,
    clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) *
      var(--text-heading-size-factor)
  );
  --text-h2: max(
    0.6875rem,
    clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) *
      var(--text-heading-size-factor)
  );
  --text-h3: max(
    0.6875rem,
    clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) *
      var(--text-heading-size-factor)
  );
  --text-h4: max(
    0.6875rem,
    clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) *
      var(--text-heading-size-factor)
  );
  --text-h5: calc(0.875rem * var(--text-heading-size-factor));
  --text-h6: calc(0.75rem * var(--text-heading-size-factor));
  --text-xs: 0.75rem;
  --text-sm: 0.8125rem;
  --text-base: 0.875rem;
  --text-lg: 1rem;
  --text-xl: 1.0625rem;
  --rounded-full: 9999px;
  --button-border-radius: 0rem;
  --input-border-radius: 0rem;
  --shadow-sm: 0 2px 8px rgb(0 0 0 / 0.05);
  --shadow: 0 5px 15px rgb(0 0 0 / 0.05);
  --shadow-md: 0 5px 30px rgb(0 0 0 / 0.05);
  --shadow-block: px px px rgb(var(--text-primary) / 0);
  --accent: 255 255 255;
  --text-color: 28 28 28;
  --background: 237 204 207 / 1;
  --background-without-opacity: 237 204 207;
  --background-gradient: ;
  --border-color: 206 178 180;
  /* Button colors */
  --button-background: 255 255 255;
  --button-text-color: 28 28 28;
  /* Circled buttons */
  --circle-button-background: 255 255 255;
  --circle-button-text-color: 28 28 28;
  --text-with-icons-items-per-row: 4;
  --text-with-icons-column-gap: 0.8rem;
}

@media screen and (min-width: 1000px) {
  :root {
    --container-gutter: 3rem;
    --section-vertical-spacing: 4rem;
    --section-vertical-spacing-tight: 4rem;
    --section-stack-gap: 3rem;
    --section-stack-gap-tight: 3rem;
  }
}

@media screen and (min-width: 700px) {
  :root {
    --text-xs: 0.6875rem;
    --text-sm: 0.75rem;
    --text-base: 0.8125rem;
    --text-lg: 0.9375rem;
    --text-xl: 1.1875rem;
    --container-gutter: 2rem;
  }
}

*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  line-height: 1.5;
}

body {
  background: rgb(var(--page-background));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65
    var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
}

hr {
  border-top-width: 1px;
  height: 0;
}

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

b,
strong {
  font-weight: bolder;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
optgroup,
select,
textarea {
  font-family: var(--button-font-family);
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

button,
label,
summary,
[role="button"],
[type="checkbox"],
[type="radio"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-date-and-time-value {
  text-align: start;
}

[type="date"] {
  min-height: 3rem;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / 0.65);
}

:disabled {
  cursor: default !important;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  display: block;
}

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

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

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

:focus:not(:focus-visible) {
  outline: none;
}

.color-scheme {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  border-color: rgb(var(--border-color));
}

.color-scheme--with-image-overlay {
  --border-color: var(--text-color) / 0.6;
}

.color-scheme--with-image-overlay .button--outline {
  --border-color: var(--text-color);
}

.announcement-bar-section {
  font-size: var(--announcement-bar-font-size);
  position: relative;
}

.announcement-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--announcement-bar-height);
  background-color: rgb(var(--background));
}

.announcement-heading {
  font-size: 1rem;
  color: #000;
  line-height: 24px;
  font-family: PlayFair;
}

.header_container {
  display: flex;
  gap: 2.625rem;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.header-hr {
  border: 0;
  border-top: 1px solid #c9c9c9;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.header-right-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2.5rem;
}

.header__primary-nav::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #efefef;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin-bottom: -1.25rem;
}

.header__primary-nav,
.header__secondary-nav {
  display: flex;
  position: relative;
}

.header__secondary-nav {
  gap: 3.75rem;

  justify-content: space-between;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

.main-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 470px;
}

.content-overlay {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(54, 54, 54, 0.2),
    rgba(4, 4, 4, 0.65) 100%
  );
  z-index: 1;
}

header {
  position: fixed;
  top: 40px;
  z-index: 3;
  background-color: white;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
  background: transparent;
}

header.scrolled {
  top: 0;
  background: white;
}

.header-right-content .header__primary-nav .header-input {
  display: flex;
  width: 23.125rem;
  padding: 0.376rem 0.875rem;
  background-color: white;
  border: 1px solid #efefef;
  justify-content: space-between;
  margin-left: 4.813rem;
}
.header-input img {
  cursor: pointer;
}

.header-right-content .header__primary-nav .header-input input {
  flex: 1;
  border: none;
  outline: none;
  color: #868686;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.333rem;
  font-family: var(--text-font-family);
}

.header-right-content .header__primary-nav .header-input img {
  filter: unset;
}

button,
.animated-btn,
.for-conserzh-btn,
.go-to-wapp-btn {
  padding: 0.6rem 1.344rem;
  border-radius: 1px;
  border: 1px #141313 solid;
  font-size: 0.875rem;
  line-height: 1.059rem;
  font-weight: 500;
  color: #141313;
  background-color: white;
}
.for-conserzh-btn,
.go-to-wapp-btn {
  background-color: #141313;
  color: white;
  font-family: Inter;
  display: block;
  padding: 0.7rem 1.344rem;
  transition: all 0.3s ease;
}
.for-conserzh-btn,
.for-conserzh-btn ~ button {
  height: 40px;
  width: 123px;
}
.for-conserzh-btn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease;
}
.header-adress {
  max-width: 180px;
}
#buy-modal .modal-content {
  align-items: center;
}

.button-container a,
.button-container button {
  padding: 0.719rem 1.656rem;
}
.button-container button {
  transition: all 0.3s ease;
}
.button-container button:hover {
  background-color: #141313;
  color: #fff;
  transition: all 0.3s ease;
}

.header-right-content .header__primary-nav .header-adress-and-btn {
  display: flex;
  gap: 1.5rem;
  flex: 1;
  justify-content: end;
}

.scrolled .header-right-content .header__primary-nav .header-adress {
  color: #141313;
}

.header-right-content .header__primary-nav .header-adress,
.footer-container .footer-top .footer-adress {
  display: flex;
  gap: 0.5rem;
  align-self: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19.2px;
  color: white;
  font-family: PlayFair;
}

.footer-container .footer-top .footer-adress {
  color: #141313;
}

.header-right-content .header__primary-nav .button-container {
  display: flex;
  gap: 1.25rem;
}

.header-right-content .header__secondary-nav nav ul:not(.submenu) {
  display: flex;
  justify-content: space-between;
}

.header-right-content .header__secondary-nav nav ul .menu-item a,
.catalog-layout .menu-item a {
  display: flex;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.811rem;
  gap: 0.25rem;
  color: white;
}

.menu-item a:hover {
  text-decoration: underline;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 0.5rem 0;
  box-shadow: 2px 2px 6px rgb(28, 28, 28);
  border: 1px solid rgb(28, 28, 28);
  z-index: 80;
}
.submenu > li {
  padding: 0 1rem;
}
.drop-down-img {
  transition: all 0.3s ease !important;
}
.mobile-submenu {
  position: sticky;
  box-shadow: unset;
  padding: unset !important;
  background-color: #f2f2f2;
  padding: 0.5rem !important;
}

.submenu li a {
  font-size: 0.9rem !important;
  color: #141313 !important;
  text-transform: uppercase;
}

.catalog-toggle img {
  transition: transform 0.3s ease;
}

.scrolled .header-right-content .header__secondary-nav nav ul .menu-item a {
  color: #141313;
}
.header-right-content .header__secondary-nav nav ul .menu-item .submenu a {
  position: relative;
  padding: 0 0 0 10px;
  white-space: nowrap;
}
.header-right-content
  .header__secondary-nav
  nav
  ul
  .menu-item
  .submenu
  a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 75%;
  background-color: #141313;
}

.header-right-content .header__secondary-nav nav ul .menu-item.sale-item a {
  color: #df002a;
}

.header-right-content .header__secondary-nav .user-content {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.header-right-content .header__secondary-nav .user-content a,
.header-mobile__buttons a {
  position: relative;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  align-items: center;
}

.header-right-content .header__secondary-nav .user-content a span,
.header-mobile__buttons a span {
  position: absolute;
  font-size: 0.5rem;
  line-height: 0.605rem;
  font-family: var(--button-font-family);
  top: 0;
  right: 0;
  border: 1px solid #ffffff;
  background-color: #a56571;
  padding: 0.138rem 0.3rem;
  border-radius: 50%;
  color: white;
}

.header__logo-image,
.header__primary-nav img,
.header__secondary-nav img,
.user-content img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.header__logo a {
  display: block;
  max-width: 206px;
  height: 115px;
}

header.scrolled .header__logo-image,
header.scrolled .header__primary-nav img,
header.scrolled .header__secondary-nav img,
header.scrolled .user-content img {
  filter: none;
}

header.scrolled .header__primary-nav,
header.scrolled .header__secondary-nav,
header.scrolled .user-content {
  color: black;
}

.main-bg-section {
  position: relative;
  min-height: 470px;
}

.company-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  z-index: 2;
  bottom: 1.563rem;
  max-width: 33.125rem;
  margin: auto;
  width: 100%;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 15px;
}

.company-container .company-container-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.company-container .company-container-title h2 {
  color: white;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: PlayFairDisplaySC;
}

@media (max-width: 480px) {
  .company-container .company-container-title h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.company-container .company-container-title p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: white;
  letter-spacing: -1px;
  font-family: Inter;
}

.animated-btn {
  font-family: Inter;
  max-width: 170px;
  height: 44px;
  background-color: transparent;
  position: relative;
  color: black;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}

.company-container .animated-btn {
  background: white;
  color: #141313 !important;
}

.company-container .animated-btn:after {
  background: #f4eee4;
  color: #141313;
}

/*.animated-btn:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: white;*/
/*  z-index: -1;*/
/*  transition: all 0.5s ease;*/
/*}*/

/*.animated-btn:hover {*/
/*  color: white;*/
/* }*/
.main__single__blog,
.main__about__us,
.main__shipping__us {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.main_shipping_content ul li {
  list-style-type: square;
  font-family: PlayFair;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.811rem;
}
.main_shipping_content ul li strong {
  font-weight: 600;
}
.main_shipping_content h2 {
  font-family: PlayFair;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
  letter-spacing: 1px;
}
.main_shipping_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.animated-btn:hover::after {
  width: 0%;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
}

button.dark {
  /* background-color: #141313/; */
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

/*.dark:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #141313;*/
/*  z-index: -1;*/
/*  transition: all 0.5s ease;*/
/*}*/

.dark:hover {
  color: #fff;
  border-color: #141313;
  background-color: #000;
}
/*.dark:hover svg path {*/
/*    fill: #000*/
/*}*/

/*.dark:hover::after {*/
/*  width: 0%;*/
/*  transition: all 0.5s ease;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background: transparent;*/

/*}*/

.company-container .company-container-links {
  display: flex;
}

.company-container .company-container-links a {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
  font-family: PlayFair;
  display: flex;
  align-items: center;
}
.company-container .company-container-links a:hover {
  text-decoration: underline;
}

.section-title {
  font-family: PlayFairDisplaySC;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.666rem;
  letter-spacing: -1px;
  text-align: center;
  color: #141313;
}

main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 5.625rem;
}

.big-section-container {
  display: flex;
  flex-direction: column;
  gap: 1.313rem;
}

.small-section-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.trust-us-block-container {
  display: flex;
  gap: 1.313rem;
  justify-content: center;
}

.trust-us-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-basis: min(
    19.5rem,
    calc(
      100% / var(--text-with-icons-items-per-row) -
        var(--text-with-icons-column-gap, 0px) *
        (var(--text-with-icons-items-per-row) - 1) /
        var(--text-with-icons-items-per-row)
    )
  );
  flex-grow: 1;
  box-sizing: border-box;
}

.trust-us-block img {
  max-width: 50px;
}

.our-advantages {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
  padding: 5.625rem 0;
  margin-top: -5.625rem;
}

.trust-us-block span {
  font-family: PlayFair;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  color: #141313;
  margin: 0 0 14px 0;
}

.trust-us-block p,
.main__about__text p {
  font-family: PlayFair;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #141313;
  overflow-wrap: anywhere;
  flex-grow: 1;
  margin: 0;
  display: flex;
}
.trust-us-block p {
  width: 100%;
  justify-content: center;
  line-height: 16.8px;
}
.main__about__text p {
  align-items: center;
}
.background-image {
  position: absolute;
}

.choose-us-section {
  position: relative;
}

.bottom-right {
  top: 10rem;
  right: 0;
}
.image-zoom__button {
  width: 40px;
  height: 40px;
}
.image-zoom__button svg {
  width: 100%;
  height: 100%;
}
.product-single__thumbs + .product-single__swiper {
  position: relative;
}
.product-single__swiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.product-single__swiper .swiper-slide-active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.product-single__swiper .swiper-wrapper {
  overflow: visible;
}
.image-zoom__button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  transition: transform 0.3s ease;
}
.image-zoom__button:hover {
  transform: scale(1.08);
  transition: transform 0.3s ease;
}
.product-block.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 1.25rem;*/
  flex-grow: 1;
  box-sizing: border-box;
  width: fit-content;
  border-radius: 1px;
}

.product-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  flex-grow: 1;
}

.product-block .product-block-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 20px 0;
  min-height: 90px;
}
.product-block .product-block-img-wrapper {
  box-shadow: 0px 4px 10px 0px #0000001a;
  position: relative;
  width: 100%;
  max-width: 244px;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-block-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.product-block {
  gap: 0;
}

.product-block .product-block-img-wrapper .fav-icon {
  transition: 0.5s ease;
}

.product-block .product-block-img-wrapper .fav-icon:hover,
.product-block .product-block-img-wrapper .fav-icon.active {
  fill: #df002a;
}

.product-block .product-block-img-wrapper .fav-icon:hover path,
.product-block .product-block-img-wrapper .fav-icon.active path {
  stroke: none;
}

.product-block .product-block-img-wrapper button {
  background-color: unset;
  border: none;
  outline: none;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 2;
}

.product-block .product-block-content {
  width: 100%;
  text-align: center;
}

.product-block .product-block-content span {
  font-family: PlayFair;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
  letter-spacing: 1px;
  /*two lines trucnated */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-block .product-block-content h3 {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.059rem;
  letter-spacing: 1px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-block .product-block-content .prices {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.product-block .product-block-content .prices .old-price {
  color: #868686;
}

.product-block .product-block-content .prices .price {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.059rem;
  letter-spacing: 1px;
}

.product-block .product-block-content .prices .new-price {
  font-weight: 500;
}

.rate-product {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.rate-product .stars-block {
  display: flex;
  gap: 0.5rem;
}

.rate-product .rate-count {
  color: #a56571;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22.4px;
}

.product-block-container {
  padding-bottom: 1.5rem;
}

.products-swiper.swiper {
  width: 100%;
  touch-action: pan-y !important;

  /*padding: 0.625rem 0.5rem 1.5rem;*/
}
.myroom {
  width: 100%;
}
.myroom .myroom__container .myroom__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.change-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.myroom-menu {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: #fcfcfc;
  padding-right: 0;
}
.myroom .myroom__container .myroom__flex .myroom-menu {
  width: 100%;
  max-width: 390px;
}
.myroom-menu .myroom-menu__item.active {
  background: #f3f4f5;
}
.myroom-menu .myroom-menu__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding: 10px;
  border-radius: 17px 0px 0px 17px;
  transition: all 0.5s;
  position: relative;
  color: #141313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.myroom-menu .myroom-menu__item::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background: #0b0b0b;
  opacity: 0;
  transition: all 0.5s;
}
.myroom-menu .myroom-menu__item.active::before {
  opacity: 1;
}
.myroom-menu .myroom-menu__item span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #0b0b0b;
  min-width: 40px;
}
.myroom-menu .myroom-menu__button {
  width: 100%;
  margin-top: 20px;
}
.myroom .myroom__container .myroom__flex .myroom__right {
  width: 100%;
  max-width: 852px;
  min-width: 600px;
}
.myroom .myroom__container .myroom__flex .myroom__right h2 {
  color: #141313;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
  font-family: Inter;
}
.myroom .myroom__container .myroom__flex .myroom__right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.myroom .myroom__container .myroom__flex .myroom__right form .myroom__grid {
  margin-bottom: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.myroom
  .myroom__container
  .myroom__flex
  .myroom__right
  form
  .myroom__grid
  .input-text {
  margin: 0;
}
.myroom
  .myroom__container
  .myroom__flex
  .myroom__right
  form
  .myroom__grid
  .input-text
  input {
  margin-top: 12px;
}
.order-single .order-single__container h1 {
  color: #141313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 36px;
}
.order-single .order-single__container .basket__products {
  margin-bottom: 36px;
}
.order-single .order-single__container .order-single__total {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 28px 20px;
  border-radius: 10px;
  border: 1px solid #dadada;
  background: rgba(217, 217, 217, 0);
  margin-bottom: 40px;
}
.order-single .order-single__container .order-single__total p {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.order-single .order-single__container .order-single__total p span {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.order-single .order-single__container .order-single__characteristics {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ededed;
  background: #fcfcfc;
  overflow: hidden;
}
.order-single .order-single__container .order-single__characteristics p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 16px;
  border-bottom: 1px solid #ededed;
  color: #141313;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.order-single .order-single__container .order-single__characteristics p span {
  font-size: 16px;
  font-weight: 500;
}
.order-single
  .order-single__container
  .order-single__characteristics
  .comments {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.user_address {
  display: flex;
  gap: 20px;
}
.products-swiper.swiper .swiper-pagination {
  bottom: unset;
  top: unset;
}

.products-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #edcccf;
  height: 0.75rem;
  width: 0.75rem;
  opacity: 0.2;
}

.products-swiper.swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #edcccf;
  height: 1rem;
  width: 1rem;
  opacity: 1;
}

.collection-banner-container {
  display: flex;
  gap: 1.25rem;
}

.collection-banner-container .collection-banner {
  position: relative;
  transition: 1s ease;
  overflow: hidden;
}

.animated-img {
  position: relative;
  object-fit: cover;
  transition: 8s ease;
  user-select: none;
  object-position: center;
  height: 100%;
  width: 100%;
}

.collection-banner-container .collection-banner:hover .animated-img {
  transform: scale(1.5);
}

.collection-banner-container .collection-banner .collection-banner-title {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-family: PlayFair;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5rem;
  color: white;
}

.product-block .product-block-img-wrapper .product-card__quick-add-button {
  background: #efefef;
  color: black;
  z-index: 1;
  padding: 0.625rem;
  position: absolute;
  inset-block-end: 0.5rem;
  inset-inline-end: 0.5rem;
  width: fit-content;
  height: fit-content;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: translateY(5px);
  bottom: 5px;
  top: unset;
}

.product-block
  .product-block-img-wrapper:hover
  .product-card__quick-add-button {
  opacity: 1;
  transform: translateY(0);
}
.product-block-img-wrapper {
  overflow: hidden;
}
.product-block-img-wrapper > a {
  width: 100%;
  height: 100%;
}
.product-block {
  cursor: pointer;
}
.product-block:hover img {
  transition: all 0.3s ease;
}
.product-block:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.product-block .product-block-img-wrapper {
  margin: 0 0 20px 0;
}
.product-card__quick-add-button svg {
  animation: plusAnimateEnd 0.5s ease 1;
}

.product-card__quick-add-button:hover svg {
  animation: plusAnimateStart 0.5s ease 1;
}

@keyframes plusAnimateStart {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes plusAnimateEnd {
  0% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.contact__content {
  display: flex;
  gap: 2rem;
}
.contact__info_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 256px;
  width: 100%;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  border-bottom: 1px solid #e8e8e8;
  max-width: 191px;
  width: 100%;
  padding-bottom: 12px;
  font-family: PlayFair;
}
.contact__info__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 400;
}
.contact__info__title {
  font-family: Inter;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.contact__social__media {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: Inter;
}
.main__about__us__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__map,
.contact__map iframe {
  width: 100%;
  height: 462px;
  border-radius: 4px;
}
.contact__info_container .footer__soc {
  display: flex;
  align-items: center;
}
.main__about__images {
  display: flex;
  gap: 0.5rem;
}
.main__about__images img {
  width: calc(100% / 2 - 10px);
}
.categories-section .categories-section-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.categories-section .categories-section-title p {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 1.664rem;
  color: #141313;
}

.categories-section .categories-section-title a {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 1.21rem;
  text-align: center;
  display: block;
  color: #141313;
}
.categories-section .categories-section-title a:hover {
  text-decoration: underline;
}

.categories-section .categories-section-content {
  background-color: #edcccf;
  padding: 2.438rem 0;
}

.footer-container .footer-top .footer-adress {
  align-self: unset;
}

.categories-section .categories-section-content .categories-section-category {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
  overflow: scroll;
}
.categories-section
  .categories-section-content
  .categories-section-category::-webkit-scrollbar {
  display: none;
}

.categories-section
  .categories-section-content
  .categories-section-category
  .category-block {
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  flex-shrink: 0;
  flex: 0 1 calc(25% - 1.25rem);
}
.category-block {
  max-width: 310px;
  min-height: 336px;
}

@media (max-width: 1100px) {
  .categories-section
    .categories-section-content
    .categories-section-category
    .category-block {
    flex: 0 1 calc(33.333% - 1.25rem);
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .categories-section
    .categories-section-content
    .categories-section-category
    .category-block {
    flex: 0 1 calc(50% - 1.25rem);
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .categories-section
    .categories-section-content
    .categories-section-category
    .category-block {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .product-single__thumbs .swiper-wrapper.thumbs {
    max-width: 275px !important;
  }
}
.categories-section
  .categories-section-content
  .categories-section-category
  .category-block
  a {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.361rem;
  text-align: center;
  color: #141313;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}

.categories-section
  .categories-section-content
  .categories-section-category
  .category-block:hover
  .animated-img {
  transform: scale(1.5);
}

.animated-img-wrapper {
  max-width: 278%;
  height: 260px;
  overflow: hidden;
}

.our-stores {
  display: flex;
  gap: 1.25rem;
}

.our-store-block {
  position: relative;
}

/*.our-store-block img {*/
/*  height: 100%;*/
/*}*/

.our-store-block span {
  position: absolute;
  font-family: PlayFair;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.5rem;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.logo-brands-container .swiper-wrapper {
  align-items: center;
}

.logo-brands-container.swiper-slide {
  display: grid;
  place-items: center;
  flex: 1;
}
.logo-brands-container .swiper {
  width: 100%;
  height: auto;
}

.logo-brands-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-brands-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.magazine-container {
  display: flex;
  gap: 1.25rem;
  align-items: baseline;
}

.magazine-container .magazine-block {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  flex: 1;
}

.magazine-container .magazine-block .magazine-content {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}

.magazine-container .magazine-block .magazine-content span {
  font-family: PlayFair;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.95rem;
  color: #141313;
  text-align: center;
}
.magazine-container .magazine-block .magazine-content span {
  font-size: 20px;
  line-height: 1;
}

.magazine-container .magazine-block .magazine-content p {
  font-family: Inter;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #141313;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  flex-grow: 1;
}

.magazine-container .magazine-block .magazine-content a {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.21rem;
  color: #141313;

  text-align: center;
}
.magazine-container .magazine-block .magazine-content a:hover {
  text-decoration: underline;
}

.bg-dark.animated-btn {
  align-self: center;
  font-family: Inter;
}

/*.bg-dark.animated-btn:after {*/
/*  background: white;*/

/*}*/
.animated-btn {
  height: 100%;
}
.bg-dark.animated-btn:hover {
  color: white;
  background: #141313;
}

.subsribe-section {
  position: relative;
  background-color: #f6f6f6;
  padding: 3.313rem 0;
}

.subsribe-section .background-image.bottom-right {
  top: 0;
  right: 0;
}

.subsribe-section .background-image.top-left {
  top: 0;
}

.subsribe-section .subscribe-section-content span {
  font-family: PlayFair;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.subsribe-section .dark {
  background-color: #000;
  color: #fff;
  height: 46px;
}
.subsribe-section .subscribe-section-content {
  width: 33.438rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: auto;
}

.subsribe-section .subscribe-section-content .subscribe-section-content-mail {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  z-index: 1;
}
.subsribe-section
  .subscribe-section-content
  .subscribe-section-content-mail
  form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.subsribe-section
  .subscribe-section-content
  .subscribe-section-content-mail
  input {
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.78rem 0.875rem;
  color: #14131380;
  flex: 1;
  border: 1px solid #141313;
  outline: none;
}

.footer-container {
  background-color: #efefef;
  padding: 2.5rem 0;
}

.footer-container .footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footer-logo-content {
  display: flex;
  flex-direction: column;
  gap: 2.188rem;
}

.footer-container .footer-top .footer-logo-content .our-contact p {
  font-family: PlayFair;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.094rem;
}

.footer-container .footer-top .footer-logo-content .footer-logo {
  width: 150px;
  height: 150px;
}

.footer-container .footer-top .footer-logo-content .our-contact a {
  font-family: PlayFair;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.35rem;
}
.footer-container .footer-top .footer-logo-content .our-contact a:hover {
  text-decoration: underline;
}

.footer-container .footer-top .footer-logo-content .footer-info-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-container .footer-top .footer-logo-content .footer-social-media {
  font-family: PlayFair;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
  letter-spacing: -1px;
  display: flex;
  position: relative;
  gap: 1rem;
}
.footer-container
  .footer-top
  .footer-logo-content
  .footer-social-media
  a:hover {
  text-decoration: underline;
}

.footer-container .footer-top .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-container .footer-top .footer-menu p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25.76px;
  text-transform: uppercase;
}

.footer-container .footer-top .footer-menu li a {
  font-family: Inter;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.409rem;
  text-transform: uppercase;
  color: #141313;
  transition: 0.3s linear;
}

.footer-container .footer-top .footer-menu li a:hover {
  font-weight: 600;
}

.footer-container hr {
  border-top: 1px solid #c8d8c0;
}

.copy-right {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.61rem;
  text-transform: uppercase;
  color: #141313;
  text-align: center;
}

.brendcrumbs {
  width: 100%;
  padding: 1.25rem 0;
}

.brendcrumbs__container {
  display: flex;
  gap: 0.375rem;
}

.brendcrumbs .brendcrumbs__container a,
.brendcrumbs .brendcrumbs__container p {
  font-family: Inter;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #14131380;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.059rem;
  letter-spacing: 1px;
}

.brendcrumbs .brendcrumbs__container p {
  color: #141313e5;
}

.collections-categories .categories-section-content {
  background-color: white;
  padding: unset;
}

.collections-categories
  .categories-section
  .categories-section-content
  .categories-section-category
  .category-block {
  background: #edcccf33;
}

.sort-filter__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.281rem;
  cursor: pointer;
  min-width: 145px;
  border: 1px solid transparent;
}
.sort-filter__box:hover,
.sort-filter__box._active {
  border: 1px solid #ededed;
}

.sort-filter__selected {
  font-weight: 400;
  line-height: 1.61rem;
  color: #141313;
  font-family: Inter;
  font-size: 1rem;
  gap: 0.3rem;
  display: flex;
  margin: 0 6px 0 0;
}

.sort-filter__options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  min-width: 145px;
  background-color: #fff;
  transition: all 0.2s linear;
  z-index: 30;
  border: 1px solid #ededed;
}

.sort-filter__options._active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}

.sort-filter__item {
  padding: 5px 8px;
  font-weight: 400;
  font-size: 0.825rem;
  letter-spacing: 1px;
  font-family: Inter;
}
.sort-filter__item:hover {
  background-color: #edcccf;
}
.filter__item {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.view-filter {
  display: flex;
  align-items: center;
}

.view-filter__btn {
  border: 1px solid #edcccf;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.view-filter__grid::before {
  content: "";
  width: 4.5px;
  height: 4.5px;
  background: #edcccf;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: translate(1px, 1px);
  box-shadow: 8px 0 0 #edcccf, 16px 0 0 #edcccf, 0 8px 0 #edcccf,
    8px 8px 0 #edcccf, 16px 8px 0 #edcccf, 0 16px 0 #edcccf, 8px 16px 0 #edcccf,
    16px 16px 0 #edcccf;
  transition: all 0.3s ease;
}
.view-filter__btn:hover,
.view-filter__btn._active {
  border: 1px solid #a56571;
  transition: all 0.3s ease;
}
.view-filter__grid:hover::before,
.view-filter__grid._active::before {
  background: #a56571;
  box-shadow: 8px 0 0 #a56571, 16px 0 0 #a56571, 0 8px 0 #a56571,
    8px 8px 0 #a56571, 16px 8px 0 #a56571, 0 16px 0 #a56571, 8px 16px 0 #a56571,
    16px 16px 0 #a56571;
  transition: all 0.3s ease;
}
.view-filter__horizontal::before,
.view-filter__horizontal::after {
  content: "";
  width: 19.25px;
  height: 3px;
  background: #edcccf;
  position: absolute;
  left: 5px;
  top: 7px;
  transition: all 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
.view-filter__horizontal:hover::before,
.view-filter__horizontal:hover::after,
.view-filter__horizontal._active::before,
.view-filter__horizontal._active::after {
  background: #a56571;
  transition: all 0.3s ease;
}
.view-filter__horizontal::before {
  box-shadow: 0 6px 0 #edcccf, 0 12px 0 #edcccf;
  transition: all 0.3s ease;
}
.view-filter__horizontal:hover::before,
.view-filter__horizontal._active::before {
  box-shadow: 0 6px 0 #a56571, 0 12px 0 #a56571;
  transition: all 0.3s ease;
}
.view-filter__horizontal::after {
  display: none;
}
.view-filter__grid .view-filter__block {
  width: 19.25px;
  height: 19.25px;
  flex: 0 0 19.25px;
  display: flex;
  flex-wrap: wrap;
  margin: -1.5px;
}
.view-filter__horizontal .view-filter__block {
  width: 19.25px;
  height: 19.25px;
  flex: 0 0 19.25px;
  display: flex;
  flex-wrap: wrap;
}
.view-filter__horizontal .view-filter__block span {
  background-color: #edcccf;
  width: 100%;
  height: 3px;
}
.view-filter__grid .view-filter__block span {
  flex: 0 0 calc(33.333% - 3px);
  background-color: #edcccf;
  width: 33.333%;
  margin: 1.5px;
}
.view-filter__btn:not(:last-child) {
  margin: 0 10px 0 0;
}

.product-section-title {
  display: flex;
  justify-content: space-between;
}

.product-section-title h2 {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.166rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.product-section-title h2 span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.166rem;
  letter-spacing: 1px;
}

.filters-btn-content {
  display: flex;
}

.products-section {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-top: 1.875rem;
}

.product-section .product-section-hr {
  border: 1px solid #efefef;
}

.filter__properties {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 15rem;
  width: 100%;
}

.filter__product__btn {
  width: max-content;
  gap: 0.75rem;

  display: flex;
  align-items: start;
}

.filter__product__btn span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}

.catalog_filters_box {
  display: flex;
  flex-direction: column;
}

.filter__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 20px;
  display: none;
}

.close_filter_box {
  display: none;
}

.filter__group {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 1px solid #efefef;
  padding: 0.75rem 0;
}

.close_filter__group {
  transform: rotate(180deg);
}

.sort-filter__box._active .sort-filter__selected img {
  transform: rotate(180deg);
}

.filter__group__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.61rem;
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.filter__title__btn {
  border: none;
  padding: unset;
}

.filter_group_content {
  display: none !important;
}

.filter_group_content.open {
  display: flex !important;
}

.filter_price_block {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.filter_price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter_price label {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-family: Inter;
  letter-spacing: 1px;
  color: #14131399;
}

.filter__input {
  border: solid #efefef 1px;
  padding: 0.75rem 1.438rem 0.75rem 1.25rem;
  text-align: center;
  border-radius: 4px;
  max-width: 6.875rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.05rem;
  font-family: Inter;
  letter-spacing: 1px;
  color: #141313;
  outline: none;
}

input[type="checkbox"]:checked + label::before {
  content: url("../assets/svg/checked.svg");
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  vertical-align: middle;
  background-color: #edcccf;
  font-size: 0.75rem;
}

input[type="checkbox"]:not(.checkbox input) {
  display: none;
  color: white;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #efefef;
  border-radius: 3px;
  vertical-align: middle;
}

.filter__item .filter__label {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.125rem;
  font-family: Inter;
  letter-spacing: 1px;
  color: #141313;
  display: flex;
  gap: 0.813rem;
}

.filter__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sale-filter {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.013rem;
  font-family: PlayFairDisplay;
  color: #df002a;
}

.card-body {
  display: flex;
}

.sale-filter {
  align-items: center;
}

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 50px;
}

.switch input {
  display: none;
}

.slider {
  background-color: white;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border: 2px solid #d1d1d1;
}

.slider:before {
  background-color: #d1d1d1;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 1rem;
  height: 1rem;
}

input:checked + .slider {
  background-color: #edcccf;
}

input:checked + .slider:before {
  transform: translateX(22px);
  background-color: #8a8989;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.container-collection-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.container-collection-products._horizontal .container-collection-products {
  margin: 0;
  display: block;
}
.container-collection-products._horizontal
  .product-block
  .product-block-img-wrapper {
  margin: 0;
}
.container-collection-products._horizontal
  .product-block
  .product-block-img-wrapper {
  max-width: 170px;
  height: 170px;
}
.container-collection-products._horizontal
  .container-collection-products
  .product-block {
  margin: 0 0 15px 0;
}
.container-collection-products .product-block {
  flex: 0 1 calc(25% - 16px);
  margin: 0 8px 15px 8px;
}

.container-collection-products .product-block .product-block-img-wrapper {
  min-width: unset;
}

.main-product-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.pages-of-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-of-pages {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.21rem;
  font-family: Inter;
  color: #141313;
}

.page-of-pages span {
  font-weight: 600;
}

.pagination .page {
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.21rem;
  font-weight: 500;
  color: #1413135e;
  padding: 0.875rem 1.25rem;
  border: #c9c9c9 1px solid;
}

.pagination .page._active,
.pagination .page:hover {
  color: #fff;
  background-color: #000;
}
.pagination .page:hover svg path {
  fill: #fff;
}
.pagination span svg path:hover {
  fill: #141313;
  cursor: pointer;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 1.438rem;
}

.product-single__flex {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  position: relative;
  justify-content: flex-end;
}

.product-single__flex .product-single__img {
  display: flex;
  gap: 1rem;
}
.product-single__img .product-single__swiper {
  max-width: 520px;
  width: 100%;
  height: 520px;
}

.product-single__thumbs {
  max-width: 90px;
  height: 520px;
  width: 100% !important;
}
.product-single__thumbs .swiper-slide {
  cursor: pointer;
}

.product-single__flex .product-single__img .product-single__thumbs .swiper {
  z-index: 3;
  height: 100%;
}

@media (max-width: 479.98px) {
  .product-single__thumbs .swiper-wrapper {
    overflow: hidden;
  }
}
.product-single__img > .swiper .swiper-slide {
  flex: 1 0 520px;
  max-width: 520px !important;
  width: 100% !important;
  margin-right: -8px !important;
}

.product-single__thumbs .swiper-slide {
  height: 82px !important;
  overflow: hidden;
}
.product-single__flex .swiper-button-prev,
.product-single__flex .swiper-button-next {
  color: #141313 !important;
  /* opacity: 0; */
  transition: 1s;
  width: 50px;
  height: 50px;
}

.product-single__thumbs .swiper-wrapper {
  display: flex;
  transform: none;
  flex-direction: column;
  gap: 10px;
}
.product-single__thumbs .swiper-wrapper.thumbs {
  height: 455px;
}
.swiper-slide {
  border: 1px solid transparent;
}
.swiper-slide-thumb-active {
  border: 1px solid #a56571;
}

.often-searched-result-container a {
  padding: 10px 15px !important;
  width: 100% !important;
  height: auto !important;
}
.often-searched-result-container a img {
  width: 110px !important;
  height: 100px !important;
  object-fit: contain;
}
.img-fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-single__thumbs {
  display: flex;
  flex-direction: column;
}

.product-single__thumbs .swiper-button-prev,
.product-single__thumbs .swiper-button-next {
  position: relative !important;
  top: 0;
  bottom: 0;
  left: 47%;
  transform: translateX(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  margin-top: 5px;
  z-index: 3 !important;
}
body._lock {
  overflow: hidden;
}
.product-single__thumbs .swiper-button-next {
  margin-top: 12px;
}

.product-single__thumbs .swiper-button-next:after,
.product-single__thumbs .swiper-button-prev:after {
  font-size: 1rem;
}

.product-single__thumbs .swiper-slide {
  height: fit-content;
  width: 82px !important;
}

.product-single__thumbs .swiper-slide img {
  height: 82px;
  width: 82px !important;
  object-fit: contain;
}
.swiper-backface-hidden .swiper-slide {
  margin-bottom: 0 !important;
}

.product-single-container {
  padding: 3.75rem 0;
  background: #f6f6f6;
}

.product-single__swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-single__text {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.product-single__text h1,
.product-single__text .rate-product {
  margin: 0 0 16px 0;
}
.product-single__text .single-product-info .product-single-price {
  gap: 0;
}
.product-single__text .single-product-info {
  margin: 0 0 15px 0;
}
.product-single__text .single-product-info .product-single-price p {
  margin: 0 0 5px 0;
}
.product-single__text .rate-product,
.product-single__text .stars-block {
  display: flex;
}
.single-price__ruble {
}

.rate-product .stars-block .star-empty svg path {
  fill: none;
  stroke: #a56571;
}

.single-product-info .product-single-price p {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.059rem;
  color: #141313;
}

.single-product-info .product-single-price span {
  font-family: Inter;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.513rem;
  color: #141313;
  letter-spacing: 1px;
}

.single-product-info .product-single-price,
.single-product-info,
.single-product-desc {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.single-product-desc {
  padding-top: 1.25rem;
  border-top: 1px solid #c9c9c9;
}

.single-product-info .product-single-price,
.single-product-info p {
  font-family: Inter;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.06rem;
  color: #141313;
  letter-spacing: 2px;
}

.single-product-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.single-product-btns button,
.single-product-btns a:first-child {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  display: flex;
  max-width: 20.375rem;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  align-self: unset !important;
  border-radius: 6px;
}
.single-product-btns a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #49c557;
  transition: all 0.3s ease;
}
.single-product-btns a:first-child span {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.059rem;
  font-weight: 600;
  color: #fff;
}
.single-product-btns a:first-child:hover {
  background-color: #44a14f;
  transition: all 0.3s ease;
}
.single-product-btns .animated-btn svg path {
  transition: all 0.3s ease;
}

.single-product-btns .animated-btn:hover svg path {
  fill: white;
  transition: all 0.3s ease;
}

.card-empty-container {
  display: flex;
  flex-direction: column;
  max-width: 14.938rem;
  width: 100%;
  align-items: center;
  margin: auto;
  gap: 1.875rem;
  padding-top: 2.438rem;
}

.card-empty-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.card-empty-block img {
  width: 2rem;
  height: 2rem;
}

.card-empty-block h2 {
  font-family: PlayFair;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.65rem;
  text-align: center;
}

.continue-shop-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #efefef;
  color: #141313;
  border: none;
}

.checkout__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.custom-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding: 1.25rem 0;
}
.custom-table-responsive::-webkit-scrollbar {
  display: none;
}
.custom-table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  width: 60%;
  margin: auto;
}

.custom-table tbody td:first-child,
.custom-table tbody th:first-child,
.custom-table thead th:first-child {
  text-align: center;
}

.custom-table tbody td,
.custom-table tbody th {
  text-align: left;
}

.product-in-oform-img-wrapper {
  width: 139px;
  height: 139px;
  display: inline-block;
  padding: 1.497rem 0.184rem;
  box-shadow: 0px 2.28px 5.7px 0px #0000001a;
  border-radius: 0.57px;
}

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

.input-group {
  display: flex;
}

.checkout__container .checkout__form .checkout__right {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: auto;
}

.checkout .checkout__container .checkout__form .checkout__right h2 {
  color: #141313;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.input-text {
  font-family: Inter;
  color: #868686;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 1px;
}

.input-text .input,
.modal-content input,
.modal-content textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-family: Inter;
  color: #868686;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  outline: none;
  background-color: transparent;
}

.checkout__right .input {
  margin: 10px 0;
}

.user_address .input-text {
  width: 15%;
}

.checkout__form .checkout__right .checkout__instructions {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

.checkout__form .checkout__right .checkout__instructions h4 {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 1.25rem;
}

.checkout__form .checkout__right .checkout__instructions p {
  color: #141313;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.16px;
  margin-bottom: 0.875rem;
}

.checkout__form .checkout__right .checkout__instructions p span {
  color: #141313;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-left: 8px;
}

.checkout__right .checkout__total h4,
.checkout__total h4 {
  color: #141313;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0.02em;
  font-family: PlayFair;
}

.continue-shop-btn-full-card {
  display: flex;
  border: none;
  gap: 0.5rem;
  align-items: center;
  padding: unset;
  color: #141313;
}

.product-in-oform-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.product-in-oform-title span strong {
  font-family: PlayFair;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #141313f2;
}

.product-in-oform-title span {
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.059rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #141313f2;
}

.count-div {
  display: flex;
  gap: 0.75rem;
}

.count-div button {
  padding: unset;
  border: 1px solid #14131380;
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: inline-block;
}

.count-div input {
  border: 1px solid #14131380;
  padding: 0.375rem 0.375rem;
  max-width: 2.5rem;
  font-family: Inter;
  font-size: 1rem;
  line-height: 19.36px;
  font-weight: 400;
  color: #141313cc;
  height: 2rem;
  text-align: center;
}

.product-card-price {
  font-family: Inter;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #141313f2;
  letter-spacing: 1px;
}

.product-card-remove-btn {
  border-radius: 50%;
  background: #f9f9f9;
  padding: 0.688rem 0.625rem;
  border: none;
}

.product-card-remove-btn img {
  max-width: unset;
}

.product-card-product-info {
  display: flex;
  gap: 5px;
  align-items: center;
}

.custom-table-responsive .custom-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-table-responsive .custom-table tr:first-child {
  column-gap: 15px;
}

.clean-input-fields {
  border: none;
  padding: unset;
  text-align: end;
  width: 100%;
  padding-bottom: 2.813rem;
}

.phone-input .input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-family: Inter;
  color: #868686;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  outline: none;
  margin: 10px 0;
}

.phone-input .input-wrapper .country-flag {
  width: 24px;
  height: 16px;
  margin-right: 0.5rem;
}

.phone-input .input-wrapper .country-code {
  border: none;
  background: transparent;
  font-size: 1rem;
  margin-right: 0.5rem;
  outline: none;
}

.phone-input .input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.phone-input .input-wrapper select {
  position: relative;
}

.checkout__newaddress {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - 10px));
  gap: 1.25rem;
  align-items: end;
}

.checkout__newaddress .grid-full {
  grid-column: 1 / -1;
}

.checkout__newaddress .textarea,
.modal textarea {
  height: 7.5rem;
  resize: none;
}

.payment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-info p {
  font-family: PlayFair;
  color: #141313;
  font-size: 1rem;
  font-weight: 500;
  line-height: 17.6px;
  letter-spacing: 0.01em;
}

.payment-info span {
  font-family: PlayFair;
  color: #141313;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.05em;
  display: inline-block;
  max-width: 19.25rem;
  width: 100%;
  text-align: right;
}

.checkout__total .payment-info {
  padding: 0.875rem 0;
  border-bottom: 1px solid #efefef;
}

.checkout__total .payment-info span {
  font-family: "Inter";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: right;
}

.checkout__total h4 {
  margin-bottom: 0.563rem;
}

.terms-content {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}

.terms-content div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.terms-content div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.terms-content div h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: PlayFair;
}

.terms-content div p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: PlayFair;
  letter-spacing: 0.05rem;
}

.terms-container {
  max-width: 75%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.sell-container {
  padding: 1.875rem;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.sell-container h2 {
  font-family: PlayFair;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #141313f2;
}

.sell-content {
  display: grid;
  grid-template-columns: repeat(5, auto);
}

.sell-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}

.sell-content-block h3 {
  font-family: Playfair;

  font-size: 1.125rem;
  font-weight: 600;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141313;
}

.sell-content-block p {
  font-size: 1rem;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: center;
  font-family: Playfair;
  color: #141313;
  font-size: 1.125rem;
  font-weight: 300;
}

.our-meaning-banner {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding-top: 2.5rem;
}

.our-meaning-banner .img-wrapper:first-child {
  width: 683px;
  height: 556px;
}

.our-meaning-banner .img-wrapper:nth-child(2) {
  width: 301px;
  height: 332px;
}

.our-meaning-banner .img-wrapper:nth-child(3) {
  width: 276px;
  height: 489px;
}

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

.our-meaning-content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.our-meaning h3 {
  font-family: PlayFairDisplay;
  color: #141313;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.666rem;
  letter-spacing: -0.01em;
}

.our-meaning .our-meaning-desc {
  color: #141313;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.666rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.our-meaning-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our-meaning-block-container {
  display: flex;
  gap: 1.25rem;
}

.our-meaning-block h2 {
  color: #141313;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.666rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: PlayFairDisplaySC;
}

.our-meaning-block p {
  font-family: Inter;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.54rem;
  color: #141313;
  letter-spacing: 0.04em;
}

.our-meaning {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
  text-align: center;
}
.ourmeaning-wrapper-title .section-title {
  font-size: 1.5rem;
}

.ourmeaning-wrapper {
  width: 100%;
  height: 36.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

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

.ourmeaning-wrapper-content {
  display: flex;
  flex-direction: column;
  gap: 2.188rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36.8%;
  align-items: center;
  text-align: center;
}

.ourmeaning-wrapper-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ourmeaning-wrapper-title h2 {
  color: white;
}

.ourmeaning-wrapper-title p {
  font-size: 1rem;
  line-height: 1.21rem;
  color: white;
  letter-spacing: -0.01em;
  font-family: PlayFair;
}

.ourmeaning-wrapper-content .animated-btn:after {
  background: #f4eee4;
  color: #141313;
}

.ourmeaning-wrapper-content .animated-btn {
  background: white;
  color: #141313 !important;
  font-family: Inter;
  font-weight: 500;
  line-height: 19.36px;
  text-transform: uppercase;
}

.search__overlay {
  background: #0009;
  bottom: 0;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.search-block {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-20px);
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 4;
}

.search__dialog {
  position: fixed;
  z-index: 11;
  height: 250px;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  padding-top: 20px;
}
.reset-pass .reset-pass__container .reset-pass__flex,
.forget-pass .forget-pass__container .forget-pass__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.reset-pass .reset-pass__container .reset-pass__flex .reset-pass__right {
  width: 100%;
  max-width: 852px;
  min-width: 600px;
}
.reset-pass .reset-pass__container .reset-pass__flex .reset-pass__right form {
  width: 100%;
  max-width: 690px;
}
.reset-pass .reset-pass__container .reset-pass__flex .reset-pass__right form h2,
.forget-pass__form h1 {
  color: #141313;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.52px;
  margin-bottom: 36px;
  font-family: Inter;
}

.reset-pass .reset-pass__container .reset-pass__flex .reset-pass__right form p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: #141313;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.9%;
  margin-bottom: 20px;
  font-family: Inter;
}
.reset-pass
  .reset-pass__container
  .reset-pass__flex
  .reset-pass__right
  form
  .input-text,
#forget_pass_form .input-text {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.reset-pass .reset-pass__container .reset-pass__flex .myroom-menu {
  max-width: 390px;
}
.reset-pass .save_password {
  padding: 15px;
  width: 100%;
}
.reset-info-text svg {
  min-width: 20px;
}
.search-block.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.search-block-content {
  width: 85%;
  height: 120%;
}

.video-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  height: 578px;
  margin-top: -5.625rem;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button img {
  width: 2rem;
  /* Adjust size of play icon */
  height: auto;
}

.search-block-inp {
  border-radius: 1px;
  display: flex;
  padding: 0.438rem 0.75rem 0.438rem 1.5rem;
  position: relative;
  transition: all 0.2s linear;
  border: 1px solid #efefef;
  justify-content: space-between;
}

.search-block-inp input {
  flex: 1;
  outline: none;
  border: none;
  font-size: 15px;
  margin: 0 0 0 10px;
}

.search-block-result {
  padding: 0.5rem 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-width: 0px 1px 1px 1px;

  border-style: solid;

  border-color: #efefef;
}

.often-searched-result-container a.search-loop img {
  height: 50px !important;
}

.often-searched {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19.36px;
  text-transform: uppercase;
  color: #141313;
  padding: 0 1.5rem;
}

.often-searched-result-container {
  display: flex;
  flex-direction: column;
}

.often-searched-result-container p {
  display: flex;
  gap: 0.5rem;
}

.often-searched-result-container a {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  line-height: 19.36px;
  color: #141313;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 5px 1.5rem;
}
.often-searched-result-container a:hover {
  background-color: #bfbfbf;
}
.remove-input {
  border: none;
  padding: 0;
}

.header__secondary-nav nav {
  flex: 1;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  flex-direction: row !important;
  gap: 0.75rem;
  padding: 7px 12px;
  border: 1px dashed #e5e5e5;
}

.file-input__label button {
  border: 1px solid #909090;
  padding: 7px 10px;
  border-radius: 50%;
}

.file-input__label span {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: 0.05em;
  color: #868686;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.modal-overlay {
  background: #00000080;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
}

.modal-content {
  position: fixed;
  /* Fixes the modal to the viewport */
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #efefef;
  max-width: 536px;
  width: 100%;
  gap: 0.5rem;
}

.modal-content .close-modal-btn {
  border: none;
  padding: unset;
  align-self: flex-end;
  width: 24px;
  height: 24px;
}

.modal-content .modal-title-block h2 {
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.61rem;
}

.modal-content .modal-title-block p {
  font-family: Inter;
  font-weight: 500;
  font-size: 0.813rem;
  line-height: 0.983rem;
  letter-spacing: 0.05em;
  color: #868686;
}

.modal-content .modal-title-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-bottom: 0.9rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modal-form .input-group {
  display: flex;
  gap: 1.25rem;
}

.modal-content .input-text {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.modal-content .input-wrapper .input-text {
  padding: 0 10px;
  flex: 1;
}

.modal-content .input-group .input-text {
  flex: 1;
}

.modal-content textarea {
  padding: 12px;
}

.modal-content .phone-input .input-wrapper {
  height: auto;
}

#register-modal .input-wrapper,
#enter-with-email-modal .input-wrapper {
  display: flex;
  position: relative;
}

.eye-btn {
  border: none;
  position: absolute;
  padding: unset;
  right: 13px;
  top: 13px;
}
.go-to-wapp {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
}

.modal-btn-group {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.modal-btn-group button {
  flex: 1;
}

.user-register-btn,
.go-back-modal,
.recover-pass-btn {
  border: none;
  background: none;
  padding: unset;
}

.modal-header-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}

#enter-with-email-modal .modal-btn-group {
  flex-direction: column;
  height: unset;
}

.recover-pass-btn {
}

.container-collection-products._horizontal {
  flex-direction: column;
}

.container-collection-products._horizontal .product-block {
  width: 100%;
  flex-direction: row;
  box-shadow: 0px 4px 10px 0px #0000001a;
}

.faq-container {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.faq-titles {
  display: flex;
  gap: 1.25rem;

  flex-direction: column;
}

.need-help {
  font-size: 1rem;
  line-height: 21.33px;
  letter-spacing: 0.001em;
  text-align: center;
  color: #141313;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.03em;
}

.faq-content.expanded {
  max-height: 500px;
}

.faq-container h2 {
  font-family: PlayFairDisplaySC;
  text-align: center;
  font-size: 1.5rem;
  color: #141313;
  font-weight: 400;
  line-height: 42.66px;
  letter-spacing: -0.01em;
}

.faq-item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1.25rem 0;

  color: #141313cc;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question p {
  font-family: PlayFair;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.01em;
  color: #141313;
}

.faq-answer {
  display: none;
  padding: 0.5rem 0 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.faq-toggle {
  font-size: 1.2rem;
  color: #007bff;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-item.open .faq-answer {
  display: block;
}
.main__blog__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.blog__content h3 {
  font-family: Inter;
}
.main__blog__content .main__blog__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f6;
  width: unset;
}

.main__blog__item a,
.main__blog__content .main__blog__item > img {
  max-width: 268px;
  height: auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main__blog__text__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px;
}
.blog__date {
  align-self: flex-end;
  color: #0b0b0b8c;
  font-size: 1rem;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.blog__content {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.blog__content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #0b0b0b;
}
.blog__content p {
  line-height: 30px;
  color: #0b0b0b;
}
.main__single__blog {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.main__single__blog__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.main__single__blog__image_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* .main__single__blog__image_content img{
  height: 300px;
  object-fit: contain;
} */
.slngleBlog_icons {
  display: flex;
  gap: 5px;
  align-items: center;
}
.slngleBlog_icons span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.slngleBlog_icons span svg {
  width: 15px;
  height: 15px;
}
.main__single__blog__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main__single__images {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__single__images img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-main-img {
  height: 300px;
  width: 100%;
}
.main__single__blog__text p {
  font-family: Inter;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.54rem;
  color: #141313;
  letter-spacing: 0.04em;
}
.main__single__blog__text h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.44px;
  text-align: center;
}
.main__section__title {
  display: flex;
  margin: 0 0 10px 0;
  align-items: center;
  justify-content: space-between;
}
.main__section__block-title {
  line-height: 2.1rem;
  font-size: 1.5rem;
  border-bottom: 4px solid #edcccf;
  margin-bottom: 34px;
  font-weight: 300;
  padding-bottom: 12px;
}
.main__section__view_all {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: #0b0b0b99;
  text-decoration: underline;
}
.main__blog__items {
  display: flex;
  gap: 16px;
}

.blog__content h3:hover {
  text-decoration: underline;
}
/*.main__blog__item::hover .blog__content h3 {*/
/*  text-decoration: underline;*/
/*}*/
.main__blog__item {
  display: flex;
  background-color: #f6f6f6;
  width: calc(100% / 2 - 16px);
  flex: 1;
}
.order-story__right .pagination {
  margin: auto;
}
.footer-menu p span {
  display: none;
}
.menu-bottom-mobile,
.header-mobile {
  display: none;
}
@media screen and (max-width: 1356px) {
  .header_container,
  .header-right-content .header__secondary-nav .user-content {
    gap: 0.5rem;
  }

  .header-right-content .header__secondary-nav {
    gap: 2rem;
  }

  .container {
    padding: 0 1rem;
    margin: unset;
  }
}

@media screen and (max-width: 1280px) {
  .header-right-content .header__primary-nav .header-input {
    margin-left: 1rem;
  }

  .header-right-content .header__secondary-nav nav ul .menu-item a {
    font-size: 1rem;
  }
}
@media (max-width: 780px) {
  .product-single__swiper .swiper-slide img {
    object-fit: contain;
  }
  .product-single__img > .swiper .swiper-slide {
    flex: none;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .product-block.swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .header-right-content .header__primary-nav .header-input {
    width: 16rem;
  }

  .header-right-content .header__secondary-nav nav ul .menu-item a {
    font-size: 0.95rem;
  }

  .header-right-content .header__secondary-nav {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .header_container,
  .header-right-content .header__secondary-nav .user-content {
    display: none;
  }
  .copy-right {
    font-size: 0.75rem;
  }
  .logo-brands-container.container {
    padding: 0 1rem !important;
  }
  .header-mobile {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 16px;
    position: relative;
    z-index: 1;
  }
  .menu-bottom-mobile {
    display: flex;
  }

  .header-mobile__buttons {
    display: flex;
    gap: 1rem;
  }

  .header-mobile__buttons a svg {
    height: 30px;
    width: 30px;
  }

  .header-mobile .header-mobile__logo img {
    height: 80px;
  }

  header {
    top: 0;
  }

  .menu-bottom-mobile {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0;
    padding: 6px 10px 30px;
    position: fixed;
    right: 0;
    z-index: 1001;
    align-items: center;
  }

  .menu-bottom-mobile__item {
    align-items: center;
    color: #868686;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    line-height: 12px;
    position: relative;
    border: none;
    padding: unset;
  }

  .catalog-layout {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
    overflow: scroll;
  }
  .catalog-layout::-webkit-scrollbar {
    display: none;
  }

  .catalog-layout .mobile-login {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 1px;
    font-family: Inter;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #edcccf;
  }
  .catalog-layout-content .menu-item a {
    color: #141313;
    font-family: PlayFairDisplay;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25.76px;
    border-bottom: 1px solid #c8d8c057;
    padding: 10px 5px;
    letter-spacing: 0.5px;
  }
  .catalog-layout-content .menu-item.sale-item a {
    color: #df002a;
  }

  .catalog-layout-content .mob-menu-header,
  .catalog-layout-content ul,
  .mob-menu-btns {
    padding: 0.75rem 1rem;
  }
  .mob-menu-btns {
    display: flex;
    justify-content: space-between;
  }
  .mob-menu-btns button,
  .mob-menu-btns a {
    width: calc(100% / 2 - 14px);
    text-align: center;
  }
  .mob-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .catalog-layout-content .mob-menu-logo {
    margin-bottom: 20px;
  }
  .home-main {
    margin-top: 4.375rem;
  }

  .trust-us-block-container {
    flex-wrap: wrap;
  }

  .category-block {
    min-width: 160px;
    width: calc(100% / 3 - 20px);
  }

  .categories-section .categories-section-content .categories-section-category {
    max-width: 100%;
    overflow: scroll;
  }

  .categories-section
    .categories-section-content
    .categories-section-category::-webkit-scrollbar {
    display: none;
  }

  .magazine-container {
    flex-wrap: wrap;
  }

  .footer-top {
    flex-wrap: wrap;
    gap: 12px;
  }

  .subsribe-section .subscribe-section-content {
    width: unset;
  }
  .footer-container .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-container .footer-top .footer-menu li a {
    font-size: 0.85rem;
  }

  .custom-table-responsive .custom-table {
    width: 100%;
  }

  .checkout__container .checkout__form .checkout__right {
    max-width: unset;
  }

  .product-section-title {
    flex-direction: column;
    gap: 0.5rem;
  }

  .filters-btn-content {
    justify-content: space-between;
  }

  .catalog-filters.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
  }

  .filter__properties .active .filter__title,
  .filter__properties .active .close_filter_box {
    display: block;
  }

  .catalog_filters_box {
    display: none;
  }

  .catalog_filters_box.active {
    max-width: 400px;
    padding: 60px 20px 20px;
    overflow: auto;
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
  }

  .close_filter_box {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    padding: unset;
  }

  .catalog-filters.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
  }

  .main-product-content {
    flex-direction: column;
  }

  .product-single__flex,
  .product-single__img {
    flex-direction: column;
  }

  .product-single__thumbs .swiper-wrapper {
    flex-direction: row;
    height: auto !important;
  }
  .product-single__thumbs {
    height: auto;
  }

  .product-single__thumbs {
    order: 1;
  }

  .product-single__thumbs .swiper-button-prev,
  .product-single__thumbs .swiper-button-next,
  .product-single__thumbs .swiper-button-prev,
  .product-single__thumbs .swiper-button-prev {
    display: none;
  }

  .product-single__img {
    width: 100%;
  }

  .product-single__thumbs {
    max-width: unset;
  }
  .product-single__img > .swiper .swiper-slide {
    margin: 0 !important;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: row !important;
  }
  .product-single__thumbs .swiper-wrapper.thumbs {
    max-width: 450px;
    display: flex;
    justify-content: center;
  }
  .product-single__img .product-single__swiper {
    height: auto;
  }

  .product-single__text {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .product-single__flex .product-single__img .product-single__thumbs .swiper {
    max-width: 100%;
    overflow: scroll;
    display: flex;
    justify-content: center;
  }

  .product-single__flex
    .product-single__img
    .product-single__thumbs
    .swiper::-webkit-scrollbar {
    display: none;
  }

  .our-meaning-banner {
    flex-direction: column;
    align-items: center;
  }

  .our-meaning-block-container {
    flex-wrap: wrap;
  }

  .ourmeaning-wrapper-content {
    width: 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .our-meaning-banner {
    order: 1;
  }

  .our-meaning-banner .img-wrapper:first-child {
    width: 100%;
  }

  .faq-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .terms-container {
    max-width: unset;
    padding: 0 1rem;
  }
  .basket__products {
    overflow-y: hidden;
    overflow-x: auto !important;
  }
  .basket__products::-webkit-scrollbar {
    display: none;
  }
  .order-story .order-story__container .order-story__flex {
    flex-wrap: wrap;
  }
  .myroom__flex {
    flex-wrap: wrap;
  }
  .myroom .myroom__container .myroom__flex .myroom-menu {
    max-width: 100% !important;
  }
  .myroom .myroom__container .myroom__flex .myroom__right {
    max-width: 100% !important;
  }
  .user_address .input-text {
    width: 15%;
  }
  .user_address {
    justify-content: space-between;
  }
  .reset-pass .reset-pass__container .reset-pass__flex,
  .forget-pass .forget-pass__container .forget-pass__flex {
    flex-wrap: wrap;
  }
  .footer-menu li {
    display: none;
  }
  .footer-menu.open li {
    display: flex;
  }
  .footer-menu.open p span {
    transform: rotate(180deg);
  }
  .footer-menu p span {
    display: block;
  }
  .footer-menu p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c8d8c057;
  }
  .footer-logo-content {
    order: 1;
    flex-direction: row;
    justify-content: space-between;
  }
  .background-image {
    display: none;
  }
  footer {
    padding-bottom: 3.125rem;
  }
  .categories-section .categories-section-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main__blog__content .main__blog__item {
    flex-direction: column;
    flex: 1;
  }
  .main__blog__content .main__blog__item > img {
    max-width: 100%;
    height: 268px;
  }
}
@media screen and (max-width: 920px) {
  .container-collection-products .product-block {
    flex: 0 1 calc(33.333% - 16px);
  }
}
.no-scroll {
  overflow: hidden;
}
@media (max-width: 500px) {
  .container-collection-products .product-block {
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 400px) {
  .container-collection-products .product-block {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .basket__products .basket__item {
    min-width: 696px;
  }
  .basket__products .basket__products-title {
    min-width: 696px;
  }
  .order-story__right .custom-table-responsive {
    max-width: 600px;
    overflow: scroll;
  }
  .table_data {
    width: 100%;
  }
  .reset-pass .reset-pass__container .reset-pass__flex .reset-pass__right {
    min-width: unset;
  }
  .main__blog__items {
    flex-direction: column;
  }
  .main__blog__items .main__blog__item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .trust-us-block-container {
    flex-wrap: wrap;
  }
  .trust-us-block {
    flex: 0 1 calc(50% - 1.313rem);
  }
}
@media (max-width: 991px) {
  .magazine-container {
    margin-right: -1.25rem;
  }
  .magazine-container .magazine-block {
    flex: 0 1 calc(50% - 1.25rem);
  }
}
@media (max-width: 600px) {
  .magazine-container {
    margin: 0;
  }
  .magazine-container .magazine-block {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 728px) {
  .our-stores {
    flex-direction: column;
    align-items: center;
  }
  .categories-section
    .categories-section-content
    .categories-section-category
    .category-block
    a {
    font-size: 1rem;
  }

  .container-collection-products .product-block {
    width: calc(100% / 3 - 16px);
  }
  .main__about__images {
    flex-direction: column;
  }
  .main__about__images img {
    width: 100%;
  }
  .trust-us-block-container {
    flex-direction: column;
  }
  .collection-banner-container {
    flex-direction: column;
  }
  .collection-banner-container .animated-img {
    width: 100%;
  }
}

@media screen and (max-width: 601px) {
  .contact__info_container {
    max-width: unset;
    text-align: center;
  }
  .contact__content {
    flex-direction: column;
    align-items: center;
  }
  .product-card-product-info {
    gap: 1rem;
  }

  .custom-table-responsive .custom-table tr {
    gap: 1rem;
  }

  .checkout__container .checkout__form .checkout__right {
    max-width: unset;
  }

  .checkout__newaddress,
  .myroom .myroom__container .myroom__flex .myroom__right form .myroom__grid {
    grid-template-columns: 1fr;
  }
  .category-block {
    min-width: 160px;
    width: calc(100% / 2 - 20px);
  }
  .myroom__flex .user_address {
    gap: 10px;
    flex-wrap: wrap;
  }
  .myroom__flex .user_address .input-text {
    width: unset;
    flex: 0 1 calc(33.333% - 10px);
  }
  .main__blog__content {
    grid-template-columns: 1fr;
  }
}

.order-single .order-single__container .order-single__total p {
  font-size: 14px;
}
.order-single .order-single__container .order-single__total {
  gap: 15px;
}
.order-single .order-single__container .order-single__characteristics p {
  font-size: 16px;
}
.order-single .order-single__container .order-single__characteristics p span {
  font-size: 14px;
}
.myroom .myroom__container .myroom__flex .myroom__right {
  overflow-y: hidden;
  overflow-x: scroll;
}

dialog.modal[open],
.modal[open] {
  opacity: 1;
  visibility: visible;
}
dialog:-internal-dialog-in-top-layer::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 728px) {
  .myroom .myroom__container .myroom__flex .myroom__right form .myroom__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .myroom .myroom__container .myroom__flex .myroom__right {
    min-width: unset;
  }
  .favorite-goods-page_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .basket__products .basket__item {
    min-width: 696px;
  }
  .basket__products .basket__products-title {
    min-width: 696px;
  }
}
@media screen and (max-width: 550px) {
  .main__new__product_item .product_basket,
  .main__plaster-sconce__product_item .plaster-sconce__product_basket {
    padding: 5px;
    font-size: 12px;
  }
  .category-block {
    min-width: 160px;
    width: calc(100% / 1.5 - 20px);
  }
}
.order-single {
  width: 100%;
}
.order-single .order-single__container h1 {
  color: #141313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 36px;
}
.order-single .order-single__container .basket__products {
  margin-bottom: 36px;
}
.order-single .order-single__container .order-single__total {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 28px 20px;
  border-radius: 10px;
  border: 1px solid #dadada;
  background: rgba(217, 217, 217, 0);
  margin-bottom: 40px;
}
.order-single .order-single__container .order-single__total p {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.order-single .order-single__container .order-single__total p span {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.order-single .order-single__container .order-single__characteristics {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ededed;
  background: #fcfcfc;
  overflow: hidden;
}
.order-single .order-single__container .order-single__characteristics p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 16px;
  border-bottom: 1px solid #ededed;
  color: #141313;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.order-single .order-single__container .order-single__characteristics p span {
  font-size: 16px;
  font-weight: 500;
}
.order-single
  .order-single__container
  .order-single__characteristics
  .comments {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.myroom-menu .myroom-menu__button button,
.myroom-menu .myroom-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.myroom-menu .myroom-menu__button {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px 10px 10px;
}
.myroom-menu .myroom-menu__button button {
  height: 48px;
  justify-content: center;
  border-radius: 1px;
  background: rgb(var(--background));
  color: #fff;
  border: unset;
  cursor: pointer;
  outline: none;
}
.myroom {
  width: 100%;
}
.myroom .myroom__container h1,
.reset-pass__container h1 {
  color: #141313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 36px;
}
.reset-pass__container {
  width: 100%;
}
.reset-pass__right .toggle-password,
.registration__form .toggle-password,
.forget-pass__form .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
}

.myroom .myroom__container .myroom__flex .myroom__right {
  width: 100%;
  max-width: 852px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.order-story .order-story__container h1 {
  color: #141313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin-bottom: 36px;
}
.order-story .order-story__container .order-story__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.order-story .order-story__container .order-story__flex .myroom-menu {
  max-width: 390px;
}
.order-story .order-story__container .order-story__flex .order-story__right {
  width: 100%;
  max-width: 852px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 36px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.order-story .order-story__container .order-story__flex .order-story__right h2 {
  color: #141313;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: Inter;
  letter-spacing: 0.52px;
}

.orders-table {
  width: 100%;
  border: unset;
  padding: 0;
  min-width: 600px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.orders-table tbody {
  width: 100%;
}
.orders-table tbody tr {
  width: 100%;
}
.orders-table tbody tr td {
  margin: 0;
  padding: 16px 0;
  background: #fcfcfc;
  border-bottom: 1px solid #ededed;
}
.orders-table tbody tr td:first-child {
  width: 136px;
}
.orders-table tbody tr td:nth-child(2) {
  width: 148px;
}
.orders-table tbody tr td:nth-child(3) {
  width: 144px;
}
.orders-table tbody tr td:nth-child(4) {
  width: 110px;
}
.orders-table tbody tr td:nth-child(5) {
  width: 176px;
}
.orders-table tbody tr td:last-child {
  width: 142px;
}
.orders-table tbody tr td p {
  color: #201e1e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.orders-table tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: rgb(var(--background));
  margin: 0 auto;
}
.orders-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}
.orders-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}
.orders-table tbody tr:first-child td {
  margin: 0;
  padding: 20px 0;
  background: rgb(var(--background));
}
.orders-table tbody tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
  width: 136px;
}
.orders-table tbody tr:first-child td:nth-child(2) {
  width: 148px;
}
.orders-table tbody tr:first-child td:nth-child(3) {
  width: 144px;
}
.orders-table tbody tr:first-child td:nth-child(4) {
  width: 110px;
}
.orders-table tbody tr:first-child td:nth-child(5) {
  width: 176px;
}
.orders-table tbody tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px;
  width: 142px;
}
.orders-table tbody tr:first-child td p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  font-family: Inter;
}

.order-single {
  width: 100%;
}
.order-single .order-single__container h1 {
  color: #141313;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 0.56px;
  margin-bottom: 36px;
}
.order-single .order-single__container .basket__products {
  margin-bottom: 36px;
}
.order-single .order-single__container .order-single__total {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 28px 20px;
  border-radius: 10px;
  border: 1px solid #dadada;
  background: rgba(217, 217, 217, 0);
  margin-bottom: 40px;
}
.order-single .order-single__container .order-single__total p {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.order-single .order-single__container .order-single__total p span {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.order-single .order-single__container .order-single__characteristics {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ededed;
  background: #fcfcfc;
  overflow: hidden;
}
.order-single .order-single__container .order-single__characteristics p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 16px;
  border-bottom: 1px solid #ededed;
  color: #141313;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.order-single .order-single__container .order-single__characteristics p span {
  font-size: 16px;
}
.order-single
  .order-single__container
  .order-single__characteristics
  .comments {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.myroom-menu {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: #fcfcfc;
  padding-right: 0;
}
.myroom-menu .myroom-menu__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding: 10px;
  border-radius: 17px 0px 0px 17px;
  transition: all 0.5s;
  position: relative;
  color: #141313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  font-family: Inter;
}
.myroom-menu .myroom-menu__item span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgb(var(--background));
  min-width: 40px;
}
.myroom-menu .myroom-menu__item::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background: rgb(var(--background));
  opacity: 0;
  transition: all 0.5s;
}
.myroom-menu .myroom-menu__item.active {
  background: #f3f4f5;
}
.myroom-menu .myroom-menu__item.active::before {
  opacity: 1;
}
.myroom-menu .myroom-menu__item:hover::before {
  opacity: 1;
}
.myroom .myroom__container .myroom__flex .myroom__right form .input-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  padding: 15px;
}

.basket__products {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fcfcfc;
  margin-bottom: 46px;
}
.basket__products .basket__products-title {
  width: 100%;
  background: rgb(var(--background));
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.basket__products .basket__products-title p {
  padding: 18px 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  max-width: 80px;
  height: auto;
}
.basket__products .basket__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ededed;
}
.basket__products .basket__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  width: 100%;
  color: #141313;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  border-right: 1px solid #ededed;
}
.basket__products .basket__item .basket__item-img {
  width: 100%;
  max-width: 154px;
  border-right: 1px solid #ededed;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket__products .basket__item .basket__item-img img {
  max-width: 94px;
  width: 100%;
  height: 94px;
  object-fit: cover;
  border-radius: 3px;
}
.basket__products .basket__item h4 {
  color: #141313;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 326px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  border-right: 1px solid #ededed;
}
.basket__products .basket__item .price {
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  max-width: 202px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket__products .basket__item .counter {
  width: 100%;
  max-width: 186px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket__products .basket__item .counter .counter-flex {
  width: 100%;
  max-width: 126px;
  height: 44px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  background: #f3f4f5;
}
.basket__products .basket__item .counter .counter-flex span {
  color: #3f3f3f;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  width: 100%;
}
.basket__products .basket__products-title p:nth-child(2) {
  max-width: 154px;
}
.basket__products .basket__products-title p:nth-child(4) {
  max-width: 202px;
}
.basket__products .basket__products-title p:nth-child(5) {
  max-width: 186px;
}
.basket__products .basket__products-title p:nth-child(6) {
  max-width: 218px;
}
.basket__products .basket__item .total-price {
  width: 100%;
  max-width: 218px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141313;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.basket__products .basket__products-title p:nth-child(3) {
  max-width: 326px;
}
.basket__products-title p {
  padding: 18px 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  max-width: 80px;
  height: auto;
}
@media screen and (max-width: 420px) {
  .subsribe-section
    .subscribe-section-content
    .subscribe-section-content-mail
    input {
    padding: 0.6rem;
  }
  .subscribe-section-content-mail button {
    padding: 0.6rem;
  }
  /*.container-collection-products .product-block{*/
  /*  width: 100%;*/
  /*}*/
}
.desktop-hidden {
  display: none;
}

.product-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 650px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  user-select: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-modal[open] {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.product-modal .swiper-wrapper__first {
  height: 700px;
}
.product-modal .swiper-wrapper__second {
  height: 140px;
}
.product-modal .product-modal__title {
  display: none;
}
.product-modal .product-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  z-index: 20;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  appearance: none;
}
.product-modal .product-modal__close span {
  display: block;
  width: 100%;
  height: 100%;
}
.product-modal .product-modal__close span::after,
.product-modal .product-modal__close span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.product-modal .product-modal__close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-modal .product-modal__close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-modal .product-modal__slider {
  margin: 0 auto 0 auto;
  max-width: 100%;
  transition: all 0.3s ease;
}
.product-modal__slider.swiper {
  touch-action: pinch-zoom;
}
.product-modal .swiper-wrapper {
  transition: all 0.3s ease;
}
.image-zoom__button {
  display: none;
}
.image-zoom,
.product-modal__thumbs .swiper-slide {
  cursor: pointer;
}
.product-modal__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.product-modal__slider .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-modal__swiper-button-next,
.product-modal__swiper-button-prev {
  color: #000 !important;
  width: 33px !important;
  top: 50% !important;
}
.product-modal__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-zoom {
  transition: transform 0.4s ease-in-out;
}

/* Header Submenu */
.submenu__arrow,
.menu__arrow {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-top: 0;
  transform: translateX(0) rotate(45deg);
  cursor: pointer;
  margin: 0 0 0 10px;
  transition: all 0.3s ease;
}
.submenu__arrow {
  transform: translateX(0) rotate(-45deg);
}
.submenu > li,
.subsubmenu > li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.subsubmenu,
.subsubsubmenu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  box-shadow: 2px 2px 6px rgb(28, 28, 28);
  border: 1px solid rgb(28, 28, 28);
}
.subsubmenu li {
  padding: 0 10px;
}
.subsubmenu._active,
.subsubsubmenu._active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.submenu li._active,
.submenu li:hover,
.subsubsubmenu._active li:hover {
  background-color: rgba(170, 170, 170, 0.6);
}
li.menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.submenu {
  min-width: 100%;
}
.submenu__arrow._active {
  border: 2px solid #a56571;
  border-left: 0;
  border-top: 0;
  transform: translateX(5px) rotate(-45deg);
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .subsubmenu {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    padding: 0 5px !important;
    max-height: 0;
  }
  .subsubmenu._active {
    max-height: 100%;
  }
  .mobile-submenu > li {
    display: flex;
    flex-wrap: wrap;
  }
  .submenu__arrow,
  .menu__arrow {
    transform: rotate(45deg);
  }
  .submenu__arrow._active {
    border: 2px solid #000;
    border-left: 0;
    border-top: 0;
    transform: translateX(0) rotate(-135deg);
  }
}

.trust-us-block img {
  margin: 0 0 20px 0;
}
.subsubmenu > li {
  display: flex;
  align-items: center;
}

@media (min-width: 1300px) {
  .logo-brands-container .swiper-wrapper {
    justify-content: center;
  }
}

.logo-brands-container .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.logo-brands-container .swiper-slide {
  height: 100px;
}
.logo-brands-container {
  max-width: 1320px;
}
.main__shipping__us,
.main__about__us,
.main__single__blog {
  max-width: 1320px;
}
.main_shipping_content h2,
.main_shipping_content h1,
.main_shipping_content p,
.main__shipping__us .section-title,
.main__about__us .section-title,
.main__about__text p,
.main__about__text kbd,
.main__about__text p,
.main__about__text h2,
.main__single__blog .section-title,
.main__single__blog__text font,
.main__blog-content .section-title,
.main__blog-content .main__section__view_all {
  font-family: Inter;
}
.main__about__text kbd,
.main__about__text p {
  font-size: 18px;
  line-height: 1.4;
}
.main__about__text p {
  text-align: start;
  margin: 0 0 15px 0;
}
.main__single__blog__text p img {
  width: 100%;
  max-width: 100%;
  height: 550px;
  object-fit: contain;
}
.main__single__blog__text h2 img {
  margin: 0 auto;
}
.main__single__blog__text h2 font {
  font-weight: 600;
}
.main__blog__item {
  flex-direction: column;
}
.main__blog__item img {
  object-fit: cover;
  height: 420px;
}
.blog__date img {
  display: none;
}
.main__single__blog__text h1 {
  text-align: center;
  margin: 0 0 5px 0;
}
.magazine-block:last-child {
  display: none;
}
.magazine-container {
  margin-right: 0 !important;
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .magazine-container {
    flex-direction: column;
  }
  .magazine-container .magazine-block {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 500px) {
  .main__blog__item img {
    height: auto;
  }
}

.submenu,
.subsubmenu,
.subsubsubmenu {
  display: none;
}

.submenu.active,
.subsubmenu.active,
.subsubsubmenu.active,
.submenu._active,
.subsubmenu._active,
.subsubsubmenu._active {
  display: block;
}

.catalog-toggle {
  display: flex;
  align-items: center;
}

@media (max-width: 1023.98px) {
  li.menu-item,
  .submenu > li,
  .subsubmenu > li {
    flex-wrap: wrap;
  }
  .submenu,
  .subsubmenu,
  .subsubsubmenu {
    position: relative;
    left: 0;
    padding: 3px !important;
    box-shadow: unset;
    min-width: 100%;
    flex: 1;
    background-color: transparent;
    box-shadow: none;
    border: unset;
    transition: all 0.3s ease;
  }
  .products-section .pages-of-product {
    justify-content: center !important;
  }
  .catalog-layout-content .menu-item a {
    border-bottom: none;
  }
  .submenu::before,
  .subsubmenu:before,
  .subsubsubmenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
  }
  .submenu li._active,
  .submenu li:hover,
  .subsubsubmenu._active li:hover {
    background-color: transparent;
  }
}
.product-modal__thumbs {
  margin: 15px 0 0 0;
}
.product-modal__thumbs .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 480px) {
  .product-modal__thumbs .swiper-wrapper {
    justify-content: start;
  }
}

@media (max-width: 990.98px) {
  main {
    gap: 3rem;
  }
}

.user-register-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.make_order_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
}
.sort-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.sort-arrow._active {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.filter__sort {
  margin: 0 35px 0 0;
}
.pages-of-product > nav,
.pages-of-product .page-of-pages {
  display: none;
}
.products-section .pages-of-product {
  justify-content: end;
}
.zoom-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.zoom-image {
  width: 100%;
  display: block;
  cursor: default;
  transition: all 0.5s linear;
}

.zoom-lens {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 2px solid #ddd;
  background-repeat: no-repeat;
  background-size: 200%;
  pointer-events: none;
  display: none;
}

.main_shipping_content h2 {
  display: none;
}
.main_shipping_content h2 {
  display: none;
}

/*.swiper {*/
/*    touch-action: auto!important;*/
/*}*/

dialog {
  display: block;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grabbing;
}

.fullscreen img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  cursor: grab;
  user-select: none;
}

.image-grab__zoomed-frame {
  overflow: visible !important;
}
.product-single__main-button-prev,
.product-single__main-button-next {
  display: none !important;
}
.product-single__main-button-next {
  right: var(--swiper-navigation-sides-offset, -20px) !important;
}
@media (max-width: 1024px) {
  .product-single__thumbs {
    display: none;
  }
  .product-single__img .product-single__swiper,
  .product-single__img > .swiper .swiper-slide {
    max-width: 100% !important;
  }
  .product-single__img > .swiper .swiper-slide {
    flex: none;
    height: auto;
  }
  .product-single__swiper {
    touch-action: pan-y !important;
  }
  .product-single__swiper .swiper-slide img {
    object-fit: contain;
  }
  .product-single__main-button-prev,
  .product-single__main-button-next {
    display: block !important;
  }
}
.logo-brands-container {
  touch-action: none !important;
}
@media (max-width: 800px) {
}

/* Float Button */
.float-btn {
  position: fixed;
  bottom: 90px;
  z-index: 5000;
  right: 20px;
  width: 50px;
  height: 50px;
}
.float-btn img {
  transition: transform 0.3s ease;
}
.float-btn:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Description Styles */
.section-description,
.out-stores__description,
.our-stores__title {
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 1.664rem;
  color: #141313;
}

.our-stores__title {
  margin: 10px 0;
  font-weight: 500;
}

/* Cart restyle */
#cart-frame .custom-table tbody {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#cart-frame .product-in-oform-img-wrapper {
  flex: 0 0 139px;
}
#cart-frame .product-in-oform-title span strong {
  font-size: 1.3rem !important;
  line-height: 1.5rem !important;
}
#cart-frame .count-div {
  gap: 0.3rem;
  margin: 0 10px;
}
#cart-frame .product-card-price {
  white-space: nowrap;
  margin: 0 10px 0 0;
}
#cart-frame .product-in-oform-title {
  max-width: 270px;
  min-width: 270px;
  display: block;
  width: 100%;
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  #cart-frame .product-in-oform-title {
    max-width: 165px;
    min-width: 165px;
  }
}
@media (max-width: 680px) {
  .custom-table-responsive .custom-table tr {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #cart-frame .product-in-oform-img-wrapper {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
  }
  #cart-frame .product-in-oform-title {
    max-width: unset;
    min-width: unset;
  }
}
@media (max-width: 420px) {
  .custom-table-responsive .custom-table tr {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #cart-frame .product-in-oform-img-wrapper {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
  }
  #cart-frame .product-in-oform-title {
    max-width: unset;
    min-width: unset;
  }
  #cart-frame .product-in-oform-img-wrapper {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
  }
  .custom-table-responsive .custom-table tr {
    flex-wrap: wrap;
  }
  .custom-table tbody tr td,
  .custom-table tbody tr td > div {
    display: inline-block;
  }
  .custom-table tbody tr td .count-div {
    display: inline-flex;
    margin: 0;
  }
  .custom-table tbody tr td .product-card-price {
    font-size: 1.1rem;
  }
}

.checkout__payment-methods {
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px auto;
}

@media (max-width: 1024px) {
    .checkout__payment-methods {
        max-width: 100%;
    }
}

.checkout__privacy-policy {
    max-width: 60%;
    margin: 0 auto;
    font-family: PlayFair;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .checkout__privacy-policy {
        max-width: 100%;
    }
}

.checkout__privacy-policy input {
    display: block!important;
    margin: 0 10px 0 0;
}

.checkout__privacy-policy label {
    display: flex;
    align-items: center;
}

.checkout__container .checkout__form .checkout__right {
  margin: 0 auto 2.5rem auto;
}
.checkout__payment-methods h4 {
  margin: 0 0 20px 0;
}
.checkout__payment-methods label:not(:last-child) {
  margin: 0 0 10px 0;
}
.product-card__quick-add-message {
  position: absolute;
  bottom: 45px;
  right: 5px;
  display: block;
  padding: 2px 6px;
  background-color: #000;
  color: #fff;
  font-family: "Inter";
  border-radius: 3px;
  white-space: nowrap;
  max-width: 200px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card__quick-add-message.show {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card__quick-add-message::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border: 10px solid #000;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

.single-product-btns {
  max-width: 325px;
  width: 100%;
}
.single-product-btns .product-card__quick-add-message {
  bottom: unset;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product-btns .product-card__quick-add-message::after {
  right: unset;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

/* Lebag Section Styles */
.catalog-section__title {
  margin-bottom: 1rem;
}
.catalog-section__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-section__text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 400px;
  text-align: justify;
  margin: 0 25px 0 0;
}
.catalog-section__image {
  height: 430px;
  width: 100%;
  max-width: 800px;
}
.catalog-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 766.98px) {
  .catalog-section__body {
    flex-direction: column;
  }
  .catalog-section__text {
    max-width: 100%;
    margin: 0 0 25px 0;
    row-gap: 0.5rem;
  }
}
.company-container-title strong {
  font-weight: 500 !important;
}
.subsubmenu > li {
  display: flex;
  flex-wrap: wrap;
}
.subsubmenu .subsubsubmenu {
  position: relative;
  top: 0;
  left: 0;
  flex: 1 1 100%;
  height: 0;
  padding: 0;
}
.subsubmenu > li._active .subsubsubmenu {
  height: 100%;
  padding: 10px 0;
}
.filter-apply-btns-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  flex-wrap: wrap;
}
.filter-apply-btns-wrapper .apply-filter-btn {
    background-color: #000;
    color: #FFFFFF;
}

.filter-apply-btns-wrapper span {
    font-size: 13px;
}
.filter-apply-btns-wrapper button {
    width: 108px;
}
@media (max-width: 1024px) {
  .subsubmenu .subsubsubmenu {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination .page {
    padding: 0.6rem 0.9rem;
  }
}

/* Main Description Block */
.main-product-description {
    text-align: end;
}
.main-product-description__title {
        font-weight: 600;
    font-size: 24px;
    font-family: Inter;
    margin: 0 0 15px 0;
}
.main-product-description__content {
    display: flex;
}
.main-product-description__text {
    margin: 0 15px 0 0;
    max-width: 785px;
    width: 100%;
}
.main-product-description__text p {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
}
.main-product-description__image {
    max-width: 500px;
    flex: 0 1 500px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}
.main-product-description__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 766.98px) {
    .main-product-description__content {
        flex-direction: column-reverse;
    }
    .main-product-description__text {
        margin: 15px 0 0 0;
    }
    .main-product-description__image {
        max-width: 100%;
        height: 300px;
        flex: none;
    }
}

.our-meaning-content {
    gap: 0;
}
.our-meaning-content .section-title {
    margin: 30px 0 0 0;
}