@charset "UTF-8";

@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/dist/fonts/nyght-serif/NyghtSerif-RegularItalic.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type="search"] {
  -webkit-appearance: none;
}
input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input::placeholder {
  color: #000;
  opacity: 1;
}
html {
  --containerPadding: 87px;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #171717 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

sub {
    text-transform: lowercase;
}

.btn-primary.disabled, .btn-primary:disabled{
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  cursor: not-allowed;
  opacity: 0.5;
}
a:hover {
  color: inherit;
}
body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  font-size: 16px;
  font-family: "Wix Madefor Display", sans-serif;
  color: var(--black);
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
button{
  color:var(--black);
}
.category-empty{
  margin-bottom: 30px;
}
.container {
  max-width: 1370px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.text-right {
  text-align: right;
}

.clean-btn {
  outline: none;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 0px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mb-30 {
  margin-bottom: 30px;
}

.header {
  position: relative;
  z-index: 4;
  background: #fff;
}
.menu-layout {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.menu-layout.show {
  visibility: visible;
  opacity: 1;
}
.children-menu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  background: #fff;
  width: 100%;
  padding-bottom: 69px;
  padding-top: 43px;
  border-top: 1px solid #D9D9D9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.children-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.ml-auto {
  margin-left: auto;
}

.burger-icon .cross {
  display: none;
}

.burger-icon.active .line {
  display: none;
}

.burger-icon.active .cross {
  display: block;
}

.parent-item:hover .children-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

.parent-item a {
  position: relative;
}

.parent-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  top: 99%;
}

.menu-flex-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-flex-banner img {
  width: 100%;
}

.menu-banner-title {
  margin-top: auto;
  color: #000;
  font-family: "Nyght Serif";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
}

.menu-banner-title:hover {
  color: #000; 
}

.menu-banner-subtitle {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-banner-subtitle:hover {
  color: #000;
}

.children-menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.children-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 20px;
}

.children-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.children-menu li ul {
  padding: 10px 0 0 0;
}

.children-menu li ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.children-menu li ul li::before {
  content: "·";
  display: block;
  margin-right: 5px;
}

.children-menu li ul li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.24px;
  text-transform: none;
}

.children-menu li a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-decoration: none;
}
.children-menu li a.focus-color{
  color: red;
}
.children-menu li a:hover {
  color: #000;
  text-decoration: underline;
}
.children-menu li a.focus-color:hover {
  color: red;
}
.header-control-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 0;
}

.header-control-wrapper .main-menu {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  grid-gap: 45px;
  margin-bottom: 0;
}

.header-control-wrapper .header-buttons {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 20px;
}

.header-control-wrapper .header-buttons img {
  height: 15px;
}

.header-control-wrapper .header-buttons .search-btn {
  margin-left: 70px;
}
.language-switcher{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-select {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.currency-separator {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.currency-separator button {
  margin-left: 10px;
}

.currency-separator img {
  width: 5px;
}

.header-switcher-separator {
  width: 1px;
  height: 14px;
  background: #000;
}
.main-menu > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.main-menu-item {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-decoration: none;
}

.main-menu-item:hover {
  color: #000;
  text-decoration: underline;
}

.our-mission-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 61px;
}

.our-mission-title.authors-title {
  margin-bottom: 40px;
}

.our-mission-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}

.our-mission-info.authors-info {
  margin-bottom: 40px;
}

.our-mission-text {
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 512px;

}

.our-mission-text-slogan {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.link {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  color: #000;
  text-decoration: none;
  padding-right: 19px;
  background: url("/dist/img/icons/arrow.svg") 100% 70% no-repeat;
}

.link:hover {
  color: #000;
  text-decoration: underline;
}

.our-mission-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-slider {
  margin-bottom: 80px;
}

.module-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

.module-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.collection-slider {
  margin-bottom: 80px;
}

.collection-slider .swiper-slide {
  width: 20%;
}

.collection-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 340/512;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-slider .swiper-slide video {
  width: 100%;
  aspect-ratio: 340/512;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-slider .swiper-slide.text-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collection-slider .swiper-slide.text-slide-reverse{

  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collection-slider .swiper-slide.text-slide-reverse .text-slide-title{
  order: 1;
  margin-top: 0;
}
.collection-slider .swiper-slide.text-slide-reverse img {
  aspect-ratio: 450/285;
  order:3;
}
.collection-slider .swiper-slide.text-slide-reverse .text-slide-sub-title{
  order: 2;
  margin-bottom: auto;
}
.current-language{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.language-switcher-arrow-close{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown-currency{
  opacity: 0;
  visibility: hidden;
}
.dropdown-currency{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  grid-gap: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown-currency.open{
  opacity: 1;
  visibility: visible;
}
.collection-slider .swiper-slide.text-slide img {
  aspect-ratio: 340/366;
}

.collection-slider .text-slide-title {
  font-family: "Nyght Serif";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: auto;
}

.collection-slider .text-slide-sub-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.row.product {
  margin-bottom: 95px;
}

.product-card {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-card-tag.discount-tag {
  font-weight: 600;
}
.product-card-preorder-tag{
  color: #000;
  font-family: "Wix Madefor Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.24px;
}
.product-card-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 10px;
  flex-direction: column;
}

.product-card-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.product-card-name:hover {
  color: #000;
  text-decoration: underline;
}

.product-card-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card-price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  white-space: nowrap;
}

.product-card-price.card-old-price {
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.18px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.product-card-price.card-old-price::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}

.product-card-price-new {
  color: #C60202;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.24px;
  white-space: nowrap;
  margin-top: 2px;
}

.product-card-link {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.product-card-link video,
.product-card-link img 
{
  width: 100%;
  aspect-ratio: 313/471;
}

.product-card-link:hover .product-card-options-list {
  opacity: 1;
}

.product-card-options-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0 9px 0;
  grid-gap: 24px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-card-option {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.2px;
}

.product-card-favorite-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
}

.product-card-favorite-icon img {
  aspect-ratio: auto;
}

.bestseller-slider {
  margin-bottom: 60px;
}

.featured-slider {
  margin-bottom: 80px;
}

.main-collection-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-collection-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 1.5em;
}

.main-collection-title {
  font-family: Nyght Serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 400;
  line-height: 108%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-collection-title.text-black{
  color: var(--black);
}
.main-collection-title span {
  margin-left: -1.75em;
}

.main-collection-banner-wrapper {
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}
.header-alert{
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding-bottom: 3px;
  line-height: 90%;
  text-align: center;
  color: #fff;
  background: #000;
}
.main-collection-banner-info {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.featured-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 100px;
}
.main-collection-banner-wrapper.no-products{
  margin-bottom: 60px;
}
.featured-collection-item img {
  width: 100%;
}

.featured-collection-item-link {
  margin-bottom: 30px;
  display: block;
}

.featured-collection-item-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.featured-collection-item-name:hover {
  color: #000;
  text-decoration: underline;
}

.featured-collection-item-description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.featured-collection-item-description a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.authors-slider {
  margin-bottom: 80px;
}

.authors-slider .swiper-slide {
  width: 29%;
}

.author-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
}

.author-card-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 164%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.author-card-message {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: -0.28px;
}

.author-text-card {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.author-text-card::after {
  position: absolute;
  width: 88%;
  height: 88%;
  content: "";
  display: block;
  left: 6%;
  top: 6%;
  border-radius: 50%;
  background: #F5F5F5;
  z-index: -1;
}

.author-text-card-title {
  text-align: right;
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: auto;
}

.author-text-card-title span:nth-child(1) {
  text-align: left;
  display: block;
}

.author-text-card-bottom-title {
  font-family: "Nyght Serif";
  font-size: 4.7vw;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
}

.author-text-card-bottom-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer {
  border-top: 1px solid #D9D9D9;
  padding-top: 33px;
  padding-bottom: 25px;
}

.footer-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 191%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.footer-title.subscribe-title {
  margin-bottom: calc(50px - 1.91em);
  line-height: 120%;
}

.footer-logo {
  width: 100%;
  max-width: 141px;
  margin-bottom: 36px;
  margin-top: 5px;
}

.footer-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  margin-bottom: 0;
}

.footer-list.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.footer-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-list li a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-decoration: none;
}
.footer-list li a:hover{
  text-decoration: underline;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col .btn-primary {
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-primary {
  padding: 14px 19px 16px 19px;
  background: #000;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.2px;
  border: 1px solid #000;
}

.btn-primary:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-primary:focus-visible {
  outline: 0;
}

.btn-primary-invert {
  padding: 14px 29px 14px 29px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.2px;
}

.btn-primary-invert:hover {
  background: #000;
  color: #FFF;
}

.btn-primary-invert:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background: #000;
  color: #FFF;
  border: 1px solid #000;
}

.btn-primary-invert:focus-visible {
  outline: 0;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-copyright {
  margin-top: 17px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.24px;
  display: block;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .text-error{
  font-size: 10px;
  line-height: 120%;
  text-align: left;
  color: #B90000;
}
.text-success{
  font-size: 10px;
  line-height: 120%;
  text-align: left;
}

.subscribe-form .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  letter-spacing: -0.24px;
  padding: 4px 0 10px 0;
}

.subscribe-form .form-control:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe-form .subscribe-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 191%;
  letter-spacing: -0.24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe-form .subscribe-submit img {
  margin-left: 15px;
}

.footer-payment-row {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

.footer-payment-row img {
  height: 21px;
}

.footer-payment-row a {
  margin-left: auto;
  color: #9A9A9A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-decoration: none;
}

.bread-crups {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 25px;
}

.bread-crups li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crups .bread-crumps-item {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.bread-crups a.bread-crumps-item:hover {
  text-decoration: underline;
}

.bread-crups li + li:before {
  content: "/";
  font-size: 12px;
  line-height: 15px;
  padding: 0 0.3em;
}

.category-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.category-control-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}

.category-control-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-control-buttons span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 64px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.reset-filter-btn {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.filter-form-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.btn-category-type-single {
  margin: 0 15px;
}

.btn-category-type rect {
  stroke: #AAAAAA;
}

.btn-category-type.active rect {
  stroke: #000000;
}

.products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 92px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.products-list.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.products-list.columns-2 .category-banner {
  display: none;
}

.category-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  text-align: justify;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-bottom: 55px;
  height: 7em;
}

.category-text.active {
  background: none;
  overflow: auto;
  -webkit-line-clamp: none;
  -webkit-text-fill-color: black;
  -o-text-overflow: unset;
     text-overflow: unset;
  display: block;
  height: auto;
}

.category-text p {
  margin-bottom: 1em;
}

.category-banner {
  grid-column-start: span;
  grid-column-end: span 2;
}

.category-banner-link {
  display: block;
  position: relative;
}

.category-banner-text {
  position: absolute;
  top: 34px;
  left: 35px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.category-banner-title {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  color: #000;
  font-family: "Nyght Serif";
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category-banner-title span:nth-child(2) {
  margin-left: 1em;
}

.product-main-img {
  position: relative;
}
.product-main-img img,
.product-main-img video
{
  width: 100%;
}
.product-main-img video{
  aspect-ratio: 533 / 803;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-gallery {
  display: grid;
  grid-template-columns: 14% calc(86% - 20px);
  grid-gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.img-gallery-preview-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  max-height: 1098px;
}

.swiper.img-gallery-preview.swiper-vertical {
  height: 100%;
}

.img-gallery-preview-col-wrapper {
/*  padding-bottom: 24px;*/
  padding-bottom: 0px;
  position: relative;
}

.swiper-button-prev-gallery {
  display: none;
}

.swiper-button-prev-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-next-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 24px;
}

.swiper-button-next-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.link-back {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-decoration: none;
  padding-left: 19px;
  background: url("/dist/img/icons/arrow-back.svg") 0 50% no-repeat;
}

.product-name-row {
  margin-top: 60px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-column-gap: 40px;
}

.product-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.28px;
}

.old-product-price {
  margin-right: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.24px;
  position: relative;
}

.old-product-price::after {
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}

.product-price-row {
  margin-bottom: 60px;
}

.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  color: #000;
  padding: 0 0 5px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 1px solid #000;
}

.nav-tabs {
  border: 0;
}

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 50px;
}

.tab-content {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.tab-content p {
  margin-bottom: 15px;
}

.tab-content b,
.tab-content strong {
  font-weight: 500;
}

.tab-content ul {
  padding-left: 1em;
  margin-bottom: 15px;
}

.product-options-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-gap: 20px;
}

.product-options-row.single-option {
  grid-template-columns: 1fr;
}

.product-option {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 15px;
}
.product-option-preorder{
  margin-left: auto;
  color: #000;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.size-table table{
  width: 100%;
}
.size-table table + p{
  margin-top: 20px;
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.size-table table td{
  text-align: center;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  border: 1px solid #000;
  padding: 15px 10px;
}
.product-option.active .selected-product-option::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-option.active .dropdown-product-options {
  opacity: 1;
  visibility: visible;
}

.selected-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}

.selected-product-option::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: url("/dist/img/icons/arrow-down.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.dropdown-product-options {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  width: 100%;
  padding: 18px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 1px solid #D9D9D9;
}

.unavailable .product-option-value {
  color: #BEBEBE;
}
.waitlist-option .product-option-value {
 color: rgba(0, 0, 0, 0.30);
}

.product-option-unavailable {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  text-decoration-line: underline;
  color: #BEBEBE;
}

.product-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.product-option-item:hover {
  color: #000;
}
.product-option-item.waitlist-option{
  color: rgba(0, 0, 0, 0.30);
}
.product-option-item + .product-option-item {
  margin-top: 17px;
}

.product-option-item input:checked + .product-option-item-value .product-option-value {
  font-weight: 600;
}

.product-option-item.unavailable {
  cursor: not-allowed;
}

.link-option:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.product-option-item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 17px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.product-option-item-value .product-option-value.selected-value {
  font-weight: 600;
}

.product-option-item-value .product-option-value:not(.selected-value):hover {
  text-decoration: underline;
}

.btn-add-to-card {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.product-info-col {
  position: sticky;
  top: 0;
}

.related-slider {
  margin-bottom: 120px;
}

.policy-container {
  margin-bottom: 100px;
}

.policy-container p {
  color: #000;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1em;
}

.policy-container h2 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 40px;
}

.policy-container h2:nth-child(1) {
  margin-top: 0;
}

.policy-container a {
  color: #000;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.policy-container ul {
  padding-left: 1em;
  margin-bottom: 15px;
}

.policy-container ul li {
  color: #000;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.page-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}

.order-2 .page-title {
  margin-top: 0;
  font-size: 12px;
}

.page-title-container {
  margin-bottom: 93px;
}

.page-title-container-small {
  margin-bottom: 27px;
}

.page-title-container-middle {
  margin-bottom: 40px;
}

.about-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-family: "Nyght Serif";
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  margin-bottom: -0.5em;
  position: relative;
  z-index: 2;
}

.about-page-title span:nth-child(2) {
  margin-left: 2em;
}

.about-page-title span:nth-child(3) {
  margin-left: 0.5em;
}

.about-banner {
  margin-bottom: 60px;
}

.about-mission {
  width: 100%;
  max-width: 535px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.about-mission-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.about-container {
  margin-bottom: 90px;
}

.contacts-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
}

.contacts-info-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.contacts-info-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.contacts-info-text a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.contacts-info-text a:hover {
  text-decoration: underline;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 17px;
}

.contact-container {
  margin-bottom: 52px;
}

.shop-country {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.shop-country-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
  grid-row-gap: 80px;
}

.shop-name {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.shop-address {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.shops-container {
  margin-bottom: 140px;
}

.fieldset-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.checkout-form {
  padding-bottom: 65px;
}
.checkout-form .page-title {
  margin-bottom: 38px;
}

.checkout-form fieldset {
  margin-bottom: 60px;
}

.form-control-checkout {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  border-radius: 0;
  border: 1px solid #000;
  padding: 14px 19px;
  width: 100%;
}

.form-control-checkout.textarea {
  padding: 14px 20px;
  height: 62px;
  color: #000;
}

.form-control-checkout.textarea.letter-text {
  height: 46px;
}

.form-control-checkout::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control-checkout::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-control-checkout:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control-checkout::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control-checkout::placeholder {
  color: #000;
  opacity: 1;
}

.form-control-checkout:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #000;
}

.customer-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
}

.customer-data .fieldset-title {
  padding-bottom: 0px;
}

.input-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 10px);
  position: relative;
}

.input-wrapper.has-error input {
  border: 1px solid #B90000;
}

.input-wrapper.cols-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.textarea-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: relative;
}

.textarea-wrapper .form-control-error{
  top: calc( 100% - 20px );
}

.form-control-error {
  position: aboslute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  line-height: 120%;
  text-align: right;
  color: #B90000;
  position: absolute;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.radio .radio-info {
  font-size: 12px;
  line-height: 130%;
}

.radio .radio-info.shipping-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio .radiobox-icon {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}

.radio .radiobox-icon.round-icon {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  position: relative;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]:checked + .radiobox-icon {
  background: url("/dist/img/icons/check.svg") 50% 50% no-repeat #000;
  background-size: cover;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon {
  background: none;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #000;
}

.country-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shipping-fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.shipping-fields.active {
  padding: 20px 0 30px 0;
}

.input-autocomplete {
  position: relative;
}


.input-autocomplete:after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 11px;
  width: 7px;
  background: url("/dist/img/icon/arow_follow_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-transform: rotate(90deg) translateX(-4px);
      -ms-transform: rotate(90deg) translateX(-4px);
          transform: rotate(90deg) translateX(-4px);
}
.dropdown-menu a{
  color: var(--black);
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  padding: 3px 19px;
  display: block;
}
.dropdown-menu a:hover{
  text-decoration: underline;
}
.dropdown-menu {
  display: none;
  width: 100%;
  border-radius: 0;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  display: none;
  color: #000;
  border: 1px solid #000;
}

.dropdown-menu .dropdown-link {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  display: block;
}

.dropdown-menu .dropdown-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dropdown-menu .dropdown-link .text-bold {
  font-weight: bold;
}
.shipping-methods .radio + .radio{
  margin-top: 12px;
}
.payment-methods .radio + .radio {
  margin-top: 12px;
}

.radio-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  margin-bottom: 30px;
}

.radio-graph {
  cursor: pointer;
  padding: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-graph input {
  display: none;
}

.radio-graph input[type=radio]:checked + .selected-border {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  padding-top: 28px;
  border-top: 1px solid #DBDBDB;
  position: relative;
}

.coupon-wrapper.has-error {
  margin-bottom: 37px;
}

.coupon-wrapper.has-error .coupon-input {
  border-color: #B90000;
}

.coupon-notice {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.2px;
    font-size: 12px;
}

.coupon-notice.coupon-error {
  color: #B90000;
}

.coupon-input {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding: 14px 17px;
  border: 1px solid #000;
  border-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.coupon-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.coupon-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.coupon-input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.coupon-input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.coupon-input::placeholder {
  color: #000;
  opacity: 1;
}

.coupon-input:focus {
  outline: 0;
}

.coupon-btn {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 29px;
  padding-right: 29px;
}

.checkout-totals {
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
  margin-bottom: 24px;
}

.checkout-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.checkout-sub-total-name {
  font-size: 12px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.checkout-sub-total-name b {
  font-weight: 600;
}

.checkout-sub-total-value {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.checkout-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 23px;
  margin-top: 27px;
  border-top: 1px solid #DBDBDB;
}

.checkout-total-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

.checkout-total-value {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
}

.form-checkbox-icon {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  display: block;
  margin-right: 15px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 100%;
}

.form-checkbox + .form-checkbox {
  margin-top: 11px;
}

.form-checkbox a {
  color: #000;
  text-decoration-line: underline;
  margin-left: 0.2em;
}

.form-checkbox input {
  display: none;
}

.form-checkbox input:checked + .form-checkbox-icon {
  background: url("/dist/img/icons/check.svg") 50% 50% no-repeat #000;
  background-size: cover;
}

.checkout-btn {
  width: 100%;
  margin-top: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.order-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-product-card.not-available .checkout-product-image,
.order-product-card.not-available .card-product-name-row,
.order-product-card.not-available .card-product-options,
.order-product-card.not-available .product-card-quandity,
.order-product-card.not-available .card-product-price {
  opacity: 0.4;
}

.checkout-product-image {
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
}

.checkout-product-image img {
  width: 100%;
}

.card-product-name-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-product-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.card-product-name {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.26px;
  text-decoration: none;
}

.card-product-name:hover {
  color: #000;
  text-decoration: underline;
}

.card-product-options {
  padding: 0;
  list-style: none;
  margin-bottom: 18px;
}

.card-product-options li {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.card-product-options li + li {
  margin-top: 5px;
}

.card-product-price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.card-product-price-old {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.2px;
  position: relative;
  margin-right: 8px;
}

.card-product-price-old::after {
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}

.product-card-quandity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.product-card-quandity-input {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.24px;
  border: 0;
  border-radius: 0;
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product-card-quandity-input:focus {
  outline: 0;
}

.product-card-quandity-btn {
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card-quandity-btn:nth-child(1) {
  padding-right: 3px;
}

.product-card-quandity-btn:nth-child(3) {
  padding-left: 3px;
}

.checkout-products {
  padding-bottom: 27px;
}

.checkout-products .order-product-card + .order-product-card {
  margin-top: 14px;
}

.product-available-notice {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  padding: 8px 12px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.product-available-notice img {
  margin-right: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
}

.success-page {
  position: relative;
  text-align: right;
}

.success-page .success-img {
  width: 50%;
}

.success-page .success-container {

  left: 0;
  width: 100%;
  height: 100%;
	padding-bottom: 50px;
}

.success-page .success-container .container {
  height: 100%;
}

.success-page .success-container .container .row {
  height: 100%;
}

.success-page .success-container .container .row .success-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-title {
  color: #000;
  font-family: "Nyght Serif";
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}

.success-title span:nth-child(2) {
  margin-left: 1em;
}

.success-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}

.success-order-number {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  text-transform: uppercase;
}

.success-order-text {
  text-align: left;
  margin-left: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.success-home-link {
  width: 206px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.error-title {
  font-family: "Nyght Serif";
  font-size: 200px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.error-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nyght Serif";
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  margin: 0 auto 68px auto;
}

.error-subtitle span:nth-child(1) {
  text-align: left;
  margin-left: -0.55em;
}

.error-subtitle span:nth-child(2) {
  margin-left: 1em;
}

.collection-item {
  position: relative;
}

.collection-item + .collection-item {
  margin-top: 12px;
}

.collection-item-container-wrapper {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
}

.collection-item-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}

.collection-item-description {
  max-width: 490px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.collection-item-description.dark {
  color: #000;
}

.collection-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.collection-item-title.dark {
  color: #000;
}

.collection-item-title span:nth-child(2) {
  margin-left: 1em;
}

.collection-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}

.collection-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.collection-header-title span:nth-child(2) {
  margin-left: 2em;
}

.collection-header-description {
  max-width: 579px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.collection-info-text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin: 33px 0;
}

.two-cols {
  grid-column-start: span;
  grid-column-end: span 2;
}
.collection-info-container.two-cols {
  padding-bottom: 0;
}
.collection-info-container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.collection-info-container img {
  width: 100%;
}

.collection-info-container.last {
  padding-bottom: 64px;
}

.collection-product-slider {
  margin-bottom: 90px;
}

.accordion:not(.accordion-filter) {
  min-height: calc(40.6504065041vw + 100px);
}

.accordion .accordion-item {
  border: 0;
  padding: 18px 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.accordion .accordion-item:nth-child(1) {
  border-top: 1px solid #000;
}

.accordion .accordion-body {
  padding: 25px 0 0 0;
  text-align: left;
}

.accordion .accordion-body p {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
}

.accordion .accordion-body p:nth-last-child(1) {
  margin-bottom: 0;
}

.accordion .accordion-body b {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 5px;
  display: inline-block;
}

.accordion .accordion-body ul {
  padding-left: 1em;
  margin-bottom: 0;
}

.accordion .accordion-body ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.faq-accordion-btn {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.faq-accordion-btn .accordion-btn-state img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion-btn.collapsed .accordion-btn-state img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-notice-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-notice-text img {
  margin-right: 10px;
  margin-top: 3px;
}

.faq-notice-text p {
  margin-bottom: 0;
}

.client-info-container {
  position: relative;
}

.client-info-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.corporate-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.corporate-page-title span:nth-child(2) {
  margin-left: 2em;
}

.corporate-page-slogan {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate-page-slogan p {
  margin-bottom: 10px;
  margin-top: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

.corporate-main-img {
  margin-bottom: 50px;
}

.corporate-top-container {
  margin-bottom: 46px;
}

.cooperation-subtitle {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.corporate-grid {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  margin-bottom: 115px;
  grid-row-gap: 35px;
}

.corporate-grid-item {
  text-align: center;
}

.corporate-grid-item img {
  margin-bottom: 20px;
  margin-top: 20px;
  width: auto;
}

.cooperation-text {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  padding-bottom: 15px;
}

.cooperation-text p {
  margin-bottom: 1em;
}

.cooperation-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.cooperation-date {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.cooperation-call-to-action-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

.cooperation-call-to-action {

    padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.cooperation-call-to-action a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.28px;
}

.cooperation-call-to-action-btn {
  margin-top: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.authors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 120px;
}

.authors-grid .big-img {
  grid-column-start: span;
  grid-column-end: span 2;
  grid-row-start: span;
  grid-row-end: span 2;
}

.authors-grid img {
  width: 100%;
  aspect-ratio: 1/1;
}

.authors-page-title {
  color: #000;
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.authors-page-title span:nth-child(2) {
  margin-left: auto;
  margin-right: 1.2em;
}

.authors-page-title span:nth-child(1) {
  margin-left: 2em;
}

.authors-top-row {
  margin-bottom: 64px;
}

.authors-sub-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
}

.authors-sub-title-row-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.author-request-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  width: 223px;
}

.authors-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.authors-text p {
  margin-bottom: 1em;
}

.authors-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.authors-top-row {
  margin-bottom: 64px;
}

.authors-page-slider {
  margin-bottom: 70px;
}

.swiper-pagination.authors-slider-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.swiper-pagination.authors-slider-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}

.swiper-pagination.authors-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.clients-logos {
  margin-bottom: 67px;
}

.clients-logos .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients-logos .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.authors-second-title {
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.authors-second-title span:nth-child(2) {
  margin-left: 1.25em;
  margin-top: 12px;
}

.project-view {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.project-view-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: auto;
}

.project-view-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.authors-second-row {
  margin-bottom: 125px;
}

.authors-third-title {
  font-family: "Nyght Serif";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  text-align: center;
}

.project-view-second {
  margin-top: auto;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.authors-third-row {
  margin-bottom: 120px;
}

.popup-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 10;
}

.popup-wrapper.popup-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.popup-layout {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.popup-layout.show {
  visibility: visible;
  opacity: 1;
}

.popup-search{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
}
.popup-search .popup-content{
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 28px;
  position: relative;
  overflow-x: auto;
}
.popup-title-row.search-popup-title-row{
  position: relative;
  margin-bottom: 106px;
}
.search-logo{
  margin: 0 auto;
  width: 172px;
}
.close-popup-search{
  position: absolute;
  right: 0;
  top:16px;
}
.form-search{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 534px;
  margin-bottom: 65px;
}
.form-control-search{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 12px 15px 12px 0;
  width: 100%;
  background: #fff;
}
.form-control-search:focus{
  outline: 0;
}
.form-search-btn{
  width: 15px;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  right: 0;
  top:0;
}
.popular-search{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.popular-search-item{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popular-search-item.popular-search-title{
  font-weight: 700;
}
.search-container{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}
.search-result.empty{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: auto;
}
.search-result.empty span{
  font-size: 12px;
}
.search-result.available{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 92px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 30px;
}
.search-result.available .text-center{
  grid-column-start: span;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  border-radius: 0;
  grid-column-end: span 4;
}
.search-result.available .text-center .btn.btn-primary.d-inline-block{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.search-result-count{
  grid-column-start: span;
  grid-column-end: span 4;
  color: #000;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-author-request {
  position: fixed;
  top: 0;
  right: 0;
  width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.popup-author-request .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.popup-title-row.popup-filter-title-row {
  margin-bottom: 40px;
}

.popup-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.popup-title.popup-filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-title.popup-filter-title img {
  margin-right: 15px;
}

.filter-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-sort .filter-sort-title {
  color: #000;
  margin-right: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24p;
}

.filter-sort label {
  cursor: pointer;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-sort input {
  display: none;
}

.filter-sort input:checked + span {
  color: #000;
}

.filter-sort span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: lowercase;
}

.filter-accordion-btn {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.filter-accordion-btn .accordion-btn-state {
  margin-left: auto;
}

.accordion.accordion-filter .accordion-item {
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 0;
}

.accordion.accordion-filter .accordion-item:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}

.accordion.accordion-filter .accordion-item:nth-last-child(1) {
  border-bottom: 0;
}

.filter-price-range {
  margin-left: 30px;
}

.ui-widget.ui-widget-content {
  background: #D9D9D9;
  height: 2px;
  position: relative;
}

.filter-range {
  padding: 8px 0;
}

.filter-price-range input {
  border: 0;
  pointer-events: none;
}

.filter-range-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  top: 0;
  height: 2px;
  z-index: 1;
  display: block;
  border: 0;
  background: #000;
  background-position: 0 0;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  top: -5px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
}

.filter-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.filter-list label {
  cursor: pointer;
  padding: 4px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-list label .checkbox-icon {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  display: block;
  margin-right: 10px;
}

.filter-list label input {
  display: none;
}

.filter-list label input:checked + .checkbox-icon {
  background: #000;
}

.upload__box {
  padding: 0px;
}

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

.upload__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 116px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 0px;
}

.upload__btn img {
  margin-right: 11px;
}

.upload__btn:hover {
  background-color: unset;
  color: var(--greenColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upload__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.upload__img-box {
  padding: 0px;
  margin-bottom: 12px;
  margin-right: 24px;
  position: relative;
}

.upload__img-close {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -15px;
  text-align: center;
  line-height: 10px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "✕";
  font-size: 10px;
  color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 20px;
}

.author-request-form .input-wrapper {
  width: 100%;
}

.author-request-form-btn {
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

.form-success {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: auto;
}

.form-success-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.popup-corporate-request {
  position: fixed;
  top: 0;
  right: 0;
  width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.popup-filter {
  position: fixed;
  top: 0;
  right: 0;
  width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}

.popup-card {
  position: fixed;
  top: 0;
  right: 0;
  width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-x: auto;
}

.popup-card .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.popup-waitlist {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  background: #fff;
  height: 100vh;
  padding: 40px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-x: auto;
}

.popup-waitlist .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.popup-waitlist .input-wrapper {
  width: 100%;
}
.horizontal-radio{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
}
.horizontal-radio .radio{
  flex: 0 0 auto;
  width: 50%;
}
.popup-text-row{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}
.modal-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.modal-card-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.modal-card-total span {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.modal-checkout-link {
  font-size: 12px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-decoration: none;
}

.modal-card-products .checkout-product-image {
  width: 115px;
}

.modal-card-products .order-product-card {
  margin-bottom: 15px;
}

.product .link-back {
  margin-bottom: 30px;
  display: inline-block;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu > li {
  padding: 22px 15px;
  border-bottom: 1px solid #D9D9D9;
}

.mobile-menu > li > a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.mobile-parent-item {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.flex-parent-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.mobile-children-list {
  list-style: none;
  padding: 0;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-children-list li {
  padding-top: 23px;
}
.page-link{
  color: #000;
  border:0;
}
.pagination{
  justify-content: center;
  grid-gap: 10px;
}
.page-item.active .page-link{
  background: none;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.mobile-children-list li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.mobile-menu>li>.mobile-children-list>li:first-child a{
 /* color: red;
	font-weight: bold;*/
}


.mobile-children-list li a.focus-color{
  color: red;
}
.mobile-children-list li ul {
  padding-left: 1em;
  list-style: disc;
}

.mobile-children-list li ul li {
  padding-top: 5px;
}

.mobile-children-list li ul li a {
  text-transform: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.24px;
}

.mobile-children-list.mobile-collection-list {
  padding-left: 1em;
  list-style: disc;
}

.mobile-children-list.mobile-collection-list li {
  padding-top: 5px;
}

.mobile-children-list.mobile-collection-list li:nth-child(1) {
  padding-top: 22px;
}

.mobile-children-list.mobile-collection-list li a {
  text-transform: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.24px;
}

.mobile-parent-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-parent-item-btn {
  padding: 7px 20px 7px 15px;
  margin-left: 0;
}

.mobile-parent-item-btn.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu-footer {
  background: #F4F4F4;
  padding: 20px 0px 60px 0px;
}

.mobile-menu-footer .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-footer .language-switcher .current-lang {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.28px;
  margin-right: 25px;
}
.mobile-menu-footer .language-switcher .language-select + .current-lang {
  margin-right: 0px;
  margin-left: 25px;
}

.mobile-menu-footer .header-switcher-separator {
  display: block;
  margin-left: 28px;
  margin-right: 22px;
}

.mobile-menu-footer .currency-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-footer .currency-separator .current-currency {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.28px;
  margin-right: 15px;
}

.mobile-menu-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-button{
  position: relative;
}
.cart-button span{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 8px;
  bottom: 1px;
}
.mobile-product-carts .checkout-product-image {
  width: 100px;
  margin-right: 21px;
}

.mobile-product-carts .checkout-total {
  padding-top: 19px;
  padding-bottom: 19px;
  margin-top: 20px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 50px;
}

.mobile-product-carts .product-available-notice {
  width: 200px;
}

.mobile-category-list {
  margin-bottom: 45px;
}

.mobile-category-list-item {
  position: relative;
  display: block;
}

.mobile-category-list-item + .mobile-category-list-item {
  margin-top: 4px;
}

.mobile-category-list-item-name {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}
.collection-info-container.two-cols + img{
  margin-top: 20px;
}
.collection-info-link{
  display: block;
}
.collection-info-link + .collection-info-link,
.collection-info-img + .collection-info-link {
  padding-top: 20px;
}
.collection-info-link + .collection-info-img,
.collection-info-img + .collection-info-img {
  margin-top: 20px;
}
.collection-info-link + .collection-product-slider-container,
.collection-info-img + .collection-product-slider-container{
  padding-top: 40px;
}
.collection-info-container.two-cols + a{
    padding-top: 20px;
    display: block;
}
@media all and (min-width: 600px) {
  .collection-info-text.two-cols{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-hidden {
    display: none;
  }

  .right-crumps .bread-crups {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
  .gallery-preview-slide img,
  .gallery-preview-slide video
  {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.gallery-preview-slide video
  {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media all and (max-width: 1200px) {
  .menu-banner-title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 600px) {
  .horizontal-radio{
    flex-direction: column;
  }
  .horizontal-radio .radio{
    width: 100%;
  }
  .collection-info-link + .collection-info-link,
    .collection-info-img + .collection-info-link {
      padding-top: 15px;
    }
    .collection-info-link + .collection-info-img,
    .collection-info-img + .collection-info-img {
      margin-top: 15px;
    }
    .collection-info-link + .collection-product-slider-container,
    .collection-info-img + .collection-product-slider-container{
      padding-top: 15px;
    }
    .collection-info-container.two-cols + a{
        padding-top: 15px;
        display: block;
    }
  .collection-info-container.two-cols {
    padding-bottom: 5px;
  }
  .filter-sort{
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .filter-sort span{
    white-space: nowrap;
  }
  .search-logo + button,
  .popup-title + button
  {
    padding: 10px;
    margin: -10px -10px -10px 0;
  }
  .dropdown-currency{
    background: #F4F4F4;
  }
  .dropdown-currency-close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-accordion-btn{
    line-height: 105%;
  }
  .product-card-options-list{
    grid-gap: 10px;
  }
  .header {
    border-bottom: 1px solid #ECECEC;
  }

  .children-menu-wrapper {
    padding-top: 26px;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-fs {
    margin-left: -3px;
    margin-right: -3px;
    max-width: 100vw;
    width: 100vw;
    padding: 0;
  }

  .header-control-wrapper {
    padding: 17px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header-control-wrapper .main-menu {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header-control-wrapper .main-menu li:not(:nth-child(1)) {
    display: none;
  }

  .header-control-wrapper .header-buttons {
    width: auto;
    margin-left: auto;
  }

  .main-logo {
    width: 97px;
  }

  .language-switcher {
    display: none;
  }

  .currency-separator {
    display: none;
  }

  .header-switcher-separator {
    display: none;
  }

  .our-mission-title {
    font-size: 12px;
    margin-bottom: 45px;
  }

  .our-mission-title br {
    display: none;
  }

  .our-mission-info {
    display: none;
  }

  .main-slider {
    margin-bottom: 45px;
  }

  .module-title-row {
    margin-bottom: 30px;
  }

  .module-title {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .collection-slider {
    margin-bottom: 50px;
  }

  .collection-slider .swiper-slide {
    width: 65%;
  }

  .row.product {
    margin-bottom: 80px;
  }

  .product-card-tag {
    top: 11px;
    left: 15px;
  }

  .product-card-name-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 7px;
    padding: 0 15px;
  }

  .product-card-name {
    font-size: 12px;
  }

  .product-card-price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    grid-gap: 9px;
  }

  .product-card-price {
    font-size: 11px;
  }

  .product-card-link {
    margin-bottom: 15px;
  }

  .product-card-favorite-icon {
    width: 12px;
    top: 15px;
    right: 10px;
  }

  .bestseller-slider {
    margin-bottom: 35px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bestseller-slider .product-card-name-row {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 7px;
  }

  .featured-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }

  .featured-slider .product-card-name-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    grid-gap: 7px;
  }

  .main-collection-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main-collection-text {
    width: 100%;
    font-size: 12px;
    padding-bottom: 0;
  }
  .main-collection-text.text-white{
    color: #000!important;
  }

  .main-collection-title {
    font-size: 42px;
    margin-bottom: 68px;
    margin-top: -120px;
  }

  .main-collection-banner-wrapper {
    margin-bottom: 35px;
  }

  .main-collection-banner-info {
    position: relative;
    bottom: 0;
  }

  footer .flex-col:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 55px;
  }

  footer .flex-col:nth-child(1) > a {
    width: 138px;
  }

  footer .flex-col:nth-child(1) .footer-list {
    margin-left: auto;
  }

  footer .flex-col:nth-child(1) .footer-list li:nth-child(2) {
    display: none;
  }

  .footer-title.subscribe-title {
    line-height: 120%;
    margin-bottom: 22px;
  }

  .footer-logo {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .footer-list {
    grid-row-gap: 10px;
  }

  .subscribe-form {
    margin-bottom: 30px;
  }

  .footer-payment-row {
    grid-gap: 17px;
  }

  .footer-payment-row img {
    height: 16px;
  }
  .footer-payment-row .ml-auto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 12px;
  }
  .bread-crups {
    margin-top: 15px;
    margin-bottom: 30px;
    overflow-x: auto;
  }

  .category-control-buttons {
    grid-gap: 15px;
  }

  .filter-btn {
    margin-right: 0px;
  }

  .btn-category-type-single {
    margin: 0;
  }

  .products-list {
    grid-template-columns: 1fr 1fr;
    margin-left: -15px;
    margin-right: -15px;
    grid-gap: 25px 15px;
  }
  .search-result.available{
    grid-template-columns: 1fr 1fr;
    margin-left: -15px;
    margin-right: -15px;
    grid-gap: 25px 15px;
  }
  .search-result-count{
    grid-column-start: span;
    grid-column-end: span 2;
  }
  .search-result.available .text-center{
    grid-column-start: span;
    grid-column-end: span 2;
  }
  .products-list.columns-2 {
    grid-template-columns: 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
  .popup-search.popup-show .popup-content{
    padding-left: 0;
    padding-right: 0;
  }
  .form-search{
    margin-bottom: 35px;
  }
  .category-banner-text {
    left: 15px;
    top: 20px;
    margin-bottom: 20px;
  }
  .popup-title-row.search-popup-title-row{
    margin-bottom: 80px;
  }
  .form-control-search{
    font-size: 14px;
  }

  .category-banner-title {
    font-size: 36px;
    bottom: 16px;
    width: calc(100% - 30px);
    left: 15px;
  }

  .img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 9px;
  }

  .img-gallery-preview-col-wrapper {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }

  .swiper-button-prev-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 12px;
    top: 0;
    width: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    z-index: 3;
  }

  .swiper-button-prev-gallery img {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .swiper-button-next-gallery {
    position: absolute;
    right: 12px;
    top: 0;
    width: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    z-index: 3;
  }

  .swiper-button-next-gallery img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .product-name-row {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .product-price-row {
    margin-bottom: 40px;
  }

  .product-options-row {
    margin-top: 20px;
    margin-bottom: 35px;
    grid-template-columns: 1fr;
  }

  .product-option {
    font-size: 14px;
    line-height: 100%;
  }

  .dropdown-product-options {
    padding: 15px 15px;
  }

  .product-option-item + .product-option-item {
    margin-top: 15px;
  }

  .btn-add-to-card {
    font-size: 14px;
  }

  .product-info-col .link-back {
    display: none;
  }

  .related-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 90px;
  }

  .policy-container h2 {
    font-size: 12px;
  }

  .page-title-container {
    margin-bottom: 30px;
  }

  .about-page-title span:nth-child(2) {
    margin-left: auto;
  }

  .about-page-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .about-banner {
    margin-bottom: 40px;
  }

  .about-mission {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .about-mission-text {
    font-size: 12px;
  }

  .about-container {
    margin-bottom: 80px;
  }

  .contacts-info {
    grid-template-columns: 45% 55%;
    grid-row-gap: 36px;
    margin-bottom: 60px;
  }

  .contact-container {
    margin-bottom: 40px;
  }

  .shop-country {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
  }

  .shop-country-row {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-bottom: 45px;
  }

  .shop-name {
    font-size: 12px;
    text-align: left;
  }

  .shop-address {
    text-align: left;
  }

  .shops-container {
    margin-bottom: 80px;
  }

  .checkout-form {
    margin-bottom: 50px;
  }

  .checkout-form .page-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-control-checkout {
    font-size: 14px;
    height: 47px;
  }

  .form-control-checkout.textarea {
    height: 77px;
  }

  .input-wrapper.cols-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  .input-wrapper {
    width: 100%;
  }

  .radio label {
    line-height: 30px;
    font-size: 13px;
  }

  .country-shipping {
    gap: 20px;
  }

  .country-shipping .radio label {
    line-height: 17px;
  }

  .shipping-fields {
    gap: 12px;
  }

  .card-product-name-row {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 15px;
  }

  .card-product-name {
    max-width: 200px;
  }

  .card-product-options {
    margin-bottom: 15px;
  }

  .success-page .success-img {
    width: 100%;
  }

  .success-page .success-container {
    position: relative;
    padding-top: 50px;
  }

  .success-title {
    font-size: 36px;
    width: 100%;
    margin-bottom: 40px;
  }

  .success-title span:nth-child(2) {
    margin-left: auto;
  }

  .success-order-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  .success-order-number {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .success-order-text {
    margin-left: 0;
  }

  .success-home-link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .error-title {
    font-size: 130px;
  }

  .error-subtitle {
    font-size: 36px;
    width: 100%;
    margin-bottom: 40px;
  }

  .error-subtitle span:nth-child(1) {
    margin-left: 1.5em;
  }

  .error-subtitle span:nth-child(2) {
    margin-left: auto;
  }

  .collection-item + .collection-item {
    margin-top: 10px;
  }

  .collection-item-container-wrapper {
    bottom: 25px;
  }

  .collection-item-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  }

  .collection-item-info-row .collection-item-description {
    order: 2;
  }
  .collection-item-info-row .collection-item-title {
    order: 1;
  }

  .collection-item-description {
    font-size: 12px;
  }

  .collection-item-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .collection-item-title span:nth-child(2) {
    margin-left: 2em;
  }

  .collection-header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .collection-header-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .collection-header-title span:nth-child(2) {
    margin-left: 1em;
  }

  .collection-header-description {
    font-size: 12px;
  }

  .collection-info-text {
    font-size: 12px;
    margin: 40px 0;
  }

  .collection-info-container {
    grid-gap: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  a + .collection-info-container.two-cols,
  .w-100 + .collection-info-container.two-cols
  {
    padding-top: 15px;
  }
  .collection-info-container.two-cols + a{
    padding-top: 10px;
    display: block;
  }

  .collection-info-container.last {
    padding-bottom: 75px;
  }

  .collection-product-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }

  .accordion .accordion-body p {
    font-size: 12px;
  }

  .accordion .accordion-body b {
    font-size: 12px;
  }

  .accordion .accordion-body ul li {
    font-size: 12px;
  }

  .faq-accordion-btn {
    font-size: 12px;
  }

  .client-info-img {
    position: relative;
    width: 100%;
    margin: 50px 0;
  }

  .corporate-page-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .corporate-page-slogan p {
    font-size: 12px;
  }

  .corporate-main-img {
    margin-bottom: 30px;
  }

  .corporate-top-container {
    margin-bottom: 30px;
  }

  .corporate-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }

  .cooperation-call-to-action-btn {
    width: 206px;
  }

  .authors-page-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .authors-sub-title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  .authors-sub-title-row-title {
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .author-request-btn {
    width: 100%;
  }

  .authors-text {
    font-size: 12px;
  }

  .authors-top-row {
    margin-bottom: 40px;
  }

  .authors-second-title {
    font-size: 36px;
  }

  .authors-second-title span:nth-child(2) {
    margin-left: 2em;
  }

  .project-view {
    font-size: 12px;
    margin-bottom: 35px;
  }

  .project-view br {
    display: none;
  }

  .project-view-text {
    margin-bottom: 70px;
  }

  .authors-second-row {
    margin-bottom: 70px;
  }

  .authors-third-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .project-view-second {
    font-size: 12px;
  }

  .project-view-second br {
    display: none;
  }

  .authors-third-row {
    margin-bottom: 70px;
  }

  .popup-author-request {
    width: 100vw;
    padding: 33px 15px 70px 15px;
    top: 0px;
    overflow-x: auto;
    height: 100vh;
  }

  .popup-author-request .popup-content {
    height: calc(100vh - 103px);
  }

  .popup-corporate-request {
    width: 100vw;
    padding: 33px 15px;
    top: 65px;
    height: auto;
  }

  .popup-filter {
    overflow-x: auto;
    width: 100vw;
    padding: 33px 15px 60px 15px;
    top: 0px;
    height: auto;
  }
  .popup-filter.popup-wrapper.popup-show{
    position: absolute;
  }


  .popup-card {
    width: 100vw;
    padding: 33px 15px 70px 15px;
    top: 0px;
    height: auto;
    min-height: 100vh;
  }
  .children-menu-wrapper.active{
    height: calc( 100vh - 90px );
    overflow: auto;
  }
  .menu-overflow{
    overflow: hidden;
  }
  .menu-overflow .main{
    opacity: 1;
  }
  
  .popup-card .popup-content {
    min-height: calc(100vh - 103px);
  }

  .modal-card-products .checkout-product-image {
    width: 100px;
    margin-right: 21px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}


.seo_text{
	margin-left: 0;
	text-align: left;
	    width: 100%;
}
.seo_text p{
	font-size: 16px;
	line-height: 1.5;
}

.career-vacancies { margin: 40px 0; }
.career-title { text-align: center; color: #333; margin-bottom: 30px; font-size: 28px; }
.vacancies-list { display: flex; flex-direction: column; gap: 20px; }
.vacancy-card {
	
	background: #fff; border: 1px solid #D9D9D9; border-radius: 0px; padding: 0; transition: all 0.3s ease; 

}


.vacancy-card:hover { box-shadow: 0 4px 8px rgba(0,0,0,0.05); }
.vacancy-header { padding: 25px; }
.vacancy-title { color: #000; margin: 0 0 12px 0; font-size: 24px; font-weight: 600; }
.vacancy-short-text { color: #555; margin: 0 0 20px 0; font-size: 16px !important; line-height: 1.5 !important; }


.vacancy-toggle-btn {  color: #000; border: 1px solid #000; background-color: #fff; padding: 12px 24px; border-radius: 0; cursor: pointer; font-size: 14px; font-weight: 500; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; }


.vacancy-toggle-btn:hover { background: #000; color: #fff; transform: translateY(-1px); }


.arrow { transition: transform 0.3s ease; font-size: 12px; }
.vacancy-details { display: none; padding: 0 25px 25px 25px; border-top: 1px solid #f0f0f0; margin-top: 0; }
.vacancy-description { color: #333; line-height: 1.6; padding-top: 20px; }

.vacancy-description li,
.vacancy-description p{
    font-size: 14px !important;
    line-height: 1.5 !important;
}


.vacancy-card.active .arrow { transform: rotate(180deg); }
@media (max-width: 768px) { .vacancy-header, .vacancy-details { padding: 20px; } .vacancy-title { font-size: 18px; } }


.snowfall-canvas{
	z-index: -1;
}

/*.children-menu 
> li 
> a[data-id="93"] 
+ ul 
> li:nth-child(1) 
> a {color:red;}

@media (max-width: 768px) {
.children-menu-wrapper
  > ul.mobile-menu
  > li:first-child
  > ul.mobile-children-list
  > li:nth-child(1)
  > ul.mobile-children-list
  > li:nth-child(1)
  > a{color:red;}
	
}*/


@media all and (max-width: 970px) and (min-width: 601px) {
	
	.header-control-wrapper .main-menu{
		    grid-gap: 10px;
	}
	.header-control-wrapper .header-buttons{
		    grid-gap: 10px;
	}
	.header-control-wrapper .header-buttons .search-btn {
    margin-left: 15px;
}
	.main-menu-item{
		font-size: 10px;
	}
	
	header .container,
	footer .container{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.main-logo{
		width: 120px;
	}
	
	.footer .btn-primary {
    padding: 14px 3px 16px 3px;
	}
	
	
}


.print-author-box {
    margin-top: 32px;
    padding: 24px;
    border-top: 1px solid #dee2e6;
	
}

.print-author-box>.row{
	    justify-content: center;
}

.print-author-box__image {
    text-align: center;
    margin-bottom: 20px;
}

.print-author-box__image img {
    max-width: 100%;
    height: auto;
   
    display: inline-block;
}

.print-author-box__content {
	padding: 15px;
	max-width: 400px;
    height: 100%;
}

.print-author-box__label {
    font-size: 14px;
    line-height: 1.4;
    color: #6c757d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.print-author-box__name {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #212529;
    margin-bottom: 16px;
}

.print-author-box__description {
    font-size: 16px;
    line-height: 1.6;
    color: #212529;
}

.print-author-box__description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1800px) {
	#tabpanel-table-size table{
		width: 100% !important;
		max-width: 100% !important;
	}
	
}

@media (max-width: 767.98px) {
	
	.modal-checkout-link{
		    padding: 20px 30px;
		font-size: 14px;
	}
	
	
	#form-checkout .form-checkbox{
		    font-size: 13px;
   	 	padding: 9px 0px;
	}
	
	.form-checkbox + .form-checkbox{
		margin-top: 0;
	}
	
	.print-author-box>.row {
    justify-content: flex-start;
}
	.print-author-box>.row>div:nth-child(1){
	           width: 50%; 
}
	
	.print-author-box>.row>div:nth-child(2){
	    margin-top: -125px;
}
	
	.print-author-box__label{
		width: 50%;
		        float: right;
	        height: 30px;
        font-size: 12px;
	}
	
	.print-author-box__name{
		width: 50%;
		        float: right;
		clear: both;
			height: 52px;
	}
	
	.print-author-box__description{
		font-size: 14px;
		clear: both;
	
	}
	
	.claer{
		clear: both;
	}
	
    .print-author-box {
        padding: 18px;
    }

    .print-author-box__name {
            font-size: 20px;
    }
}



/* =========================================================
   ACCOUNT PAGES
   Login / Register / Account / Edit / Password / Address etc.
   ========================================================= */

#account-login,
#account-register,
#account-account,
#account-edit,
#account-password,
#account-address,
#account-address-edit,
#account-forgotten,
#account-newsletter,
#account-order,
#account-order-info,
#account-return,
#account-transaction,
#account-recurring {
    padding-top: 35px;
    padding-bottom: 100px;
}


/* Breadcrumbs */

[id^="account-"] .breadcrumb {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 45px 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;

    list-style: none;
}

[id^="account-"] .breadcrumb > li {
    font-size: 11px;
    font-weight: 400;
    line-height: 140%;
    color: #A7A7A7;
}

[id^="account-"] .breadcrumb > li + li:before {
    content: "/";
    color: #A7A7A7;
    padding: 0 8px;
}

[id^="account-"] .breadcrumb a {
    color: #A7A7A7;
    text-decoration: none;
}

[id^="account-"] .breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}


/* Заголовки */

[id^="account-"] #content > h1,
[id^="account-"] #content > h2 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.28px;
    text-transform: uppercase;

    margin-top: 0;
    margin-bottom: 35px;
}

[id^="account-"] #content > h2:not(:first-child) {
    margin-top: 55px;
}


/* Login blocks */

#account-login .well {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-shadow: none;

    min-height: 100%;
    padding: 35px;
    margin-bottom: 30px;
}

#account-login .well h2 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.28px;
    text-transform: uppercase;

    margin-top: 0;
    margin-bottom: 30px;
}

#account-login .well p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.24px;

    margin-bottom: 18px;
}

#account-login .well p strong {
    font-weight: 500;
}


/* Forms */

[id^="account-"] .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

[id^="account-"] .form-group {
    margin-bottom: 20px;
}

[id^="account-"] .control-label {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.24px;

    padding-top: 0;
    margin-bottom: 8px;
}


/* У register стандартна Bootstrap сітка label + input.
   Робимо її чистішою та сучаснішою */

#account-register .form-horizontal .control-label {
    width: 25%;
    text-align: left;
}

#account-register .form-horizontal .col-sm-10 {
    width: 75%;
}


/* Inputs */

[id^="account-"] .form-control {
    width: 100%;
    height: 44px;

    color: #000;
    background: #fff;

    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.24px;

    border: 1px solid #000;
    border-radius: 0;

    padding: 13px 16px;

    box-shadow: none;
    outline: none;
}

[id^="account-"] textarea.form-control {
    height: auto;
    min-height: 100px;
    resize: vertical;
}

[id^="account-"] select.form-control {
    cursor: pointer;
}

[id^="account-"] .form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}

[id^="account-"] .form-control::placeholder {
    color: #A7A7A7;
    opacity: 1;
}


/* Required */

[id^="account-"] .form-group.required .control-label:before {
    color: #BB5353;
    font-size: 12px;
}


/* Fieldsets */

#account-register fieldset,
[id^="account-"] fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 55px 0;
    min-width: 0;
}

#account-register legend,
[id^="account-"] legend {
    display: block;
    width: 100%;

    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: uppercase;

    border: 0;
    border-bottom: 1px solid #D9D9D9;

    padding: 0 0 15px;
    margin: 0 0 30px;
}


/* Buttons */

[id^="account-"] .btn {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    transition: all .2s ease;
}

[id^="account-"] .btn-primary {
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
}

[id^="account-"] .btn-default {
    padding: 13px 18px;

    background: #fff;
    color: #000;

    border: 1px solid #000;
    border-radius: 0;

    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
}

[id^="account-"] .btn-default:hover,
[id^="account-"] .btn-default:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}


/* Forgotten password */

#account-login .form-group > a {
    display: inline-block;

    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;

    margin-top: 10px;

    text-decoration: underline;
}

#account-login .form-group > a:hover {
    text-decoration: none;
}


/* Errors */

[id^="account-"] .text-danger {
    color: #BB5353;

    font-size: 10px;
    line-height: 130%;

    margin-top: 6px;
}


/* Alerts */

[id^="account-"] .alert {
    border-radius: 0;
    box-shadow: none;

    font-size: 12px;
    line-height: 140%;

    padding: 14px 18px;
    margin-bottom: 30px;
}

[id^="account-"] .alert-danger {
    color: #BB5353;
    background: #fff;
    border: 1px solid #BB5353;
}

[id^="account-"] .alert-success {
    color: #000;
    background: #fff;
    border: 1px solid #25A7A8;
}


/* =========================================================
   ACCOUNT DASHBOARD
   ========================================================= */

#account-account #content {
    padding-bottom: 30px;
}

#account-account #content > ul.list-unstyled {
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid #D9D9D9;
}

#account-account #content > ul.list-unstyled li {
    list-style: none;

    border-bottom: 1px solid #D9D9D9;

    margin: 0;
}

#account-account #content > ul.list-unstyled li:nth-child(odd) {
    border-right: 1px solid #D9D9D9;
}

#account-account #content > ul.list-unstyled li a {
    position: relative;

    display: block;

    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.24px;

    text-decoration: none;

    padding: 18px 45px 18px 0;
}

#account-account #content > ul.list-unstyled li:nth-child(even) a {
    padding-left: 20px;
}

#account-account #content > ul.list-unstyled li a:hover {
    text-decoration: underline;
}


/* Невелика стрілка справа */

#account-account #content > ul.list-unstyled li a:after {
    content: "→";

    position: absolute;
    right: 15px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 13px;
    font-weight: 400;
}


/* Radio / Checkbox */

[id^="account-"] .radio,
[id^="account-"] .checkbox,
[id^="account-"] .radio-inline,
[id^="account-"] .checkbox-inline {
    font-size: 12px;
    line-height: 150%;
}

[id^="account-"] input[type="radio"],
[id^="account-"] input[type="checkbox"] {
    accent-color: #000;
}


/* Registration bottom buttons */

#account-register .buttons {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

#account-register .buttons .pull-right {
    font-size: 12px;
    line-height: 150%;
}


/* Account side columns */

[id^="account-"] #column-left,
[id^="account-"] #column-right {
    margin-bottom: 30px;
}


/* Links */

[id^="account-"] #content a {
    color: #000;
}

[id^="account-"] #content a:hover {
    color: #000;
}

[id^="account-"] #content a.btn{
	color: #fff;
}


/* Tables on orders / transactions etc. */

[id^="account-"] .table {
    width: 100%;
    margin-bottom: 30px;
}

[id^="account-"] .table > thead > tr > td,
[id^="account-"] .table > thead > tr > th {
    background: #fff;

    color: #000;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;

    border-bottom: 1px solid #000;

    padding: 12px 10px;
}

[id^="account-"] .table > tbody > tr > td {
    color: #000;
    font-size: 12px;

    border-top: 1px solid #D9D9D9;

    padding: 14px 10px;
    vertical-align: middle;
}


/* Pagination */

[id^="account-"] .pagination > li > a,
[id^="account-"] .pagination > li > span {
    color: #000;
    background: #fff;

    border: 1px solid #000;
    border-radius: 0 !important;
}

[id^="account-"] .pagination > .active > a,
[id^="account-"] .pagination > .active > span {
    color: #fff;
    background: #000;
    border-color: #000;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #account-login,
    #account-register,
    #account-account,
    #account-edit,
    #account-password,
    #account-address,
    #account-address-edit,
    #account-forgotten,
    #account-newsletter,
    #account-order,
    #account-order-info,
    #account-return,
    #account-transaction,
    #account-recurring {
        padding-top: 25px;
        padding-bottom: 60px;
    }

    [id^="account-"] .breadcrumb {
        margin-bottom: 30px;
    }

    #account-login .well {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    #account-login .col-sm-6 + .col-sm-6 {
        margin-top: 10px;
    }

    #account-register .form-horizontal .control-label,
    #account-register .form-horizontal .col-sm-10 {
        width: 100%;
        float: none;
    }

    #account-register .form-horizontal .control-label {
        margin-bottom: 8px;
    }

    [id^="account-"] .form-control {
        height: 47px;
        font-size: 14px;
    }

    [id^="account-"] fieldset {
        margin-bottom: 40px;
    }

    [id^="account-"] legend {
        margin-bottom: 20px;
    }

    #account-account #content > ul.list-unstyled {
        grid-template-columns: 1fr;
    }

    #account-account #content > ul.list-unstyled li:nth-child(odd) {
        border-right: 0;
    }

    #account-account #content > ul.list-unstyled li:nth-child(even) a {
        padding-left: 0;
    }

    #account-account #content > ul.list-unstyled li a {
        padding: 16px 35px 16px 0;
    }

    #account-register .buttons .pull-right {
        float: none !important;
        width: 100%;
    }

    #account-register .buttons .btn-primary {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    [id^="account-"] .table-responsive {
        border: 0;
    }
}

/* Corporate gallery
============================================== */

.corporate-gallery-section {
  width: 100%;
  margin-bottom: 110px;
}

.corporate-gallery-heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

.corporate-gallery-heading {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.corporate-gallery-subtitle {
  width: 420px;
  max-width: 45%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-align: right;
}

.corporate-gallery-subtitle p {
  margin-bottom: 0;
}


/* Slider */

.corporate-gallery-slider {
  width: 100%;
  overflow: hidden;
}

.corporate-gallery-slider .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.corporate-gallery-slider .swiper-slide {
  width: 20%;
  height: auto;
}

.corporate-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 340 / 512;
  -o-object-fit: cover;
     object-fit: cover;
}

.corporate-gallery-item-name {
  padding: 15px 15px 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

@media all and (max-width: 600px) {
	
	  .corporate-gallery-section {
    margin-bottom: 70px;
  }

  .corporate-gallery-heading-row {
    display: block;
    margin-bottom: 30px;
  }

  .corporate-gallery-heading {
    font-size: 12px;
    letter-spacing: -0.24px;
    margin-bottom: 20px;
  }

  .corporate-gallery-subtitle {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.24px;
    text-align: left;
  }

  .corporate-gallery-slider .swiper-slide {
    width: 65%;
  }

  .corporate-gallery-item-name {
    padding: 12px 15px 0;
    font-size: 11px;
  }
	
}


.corporate-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 115px;
    grid-row-gap: 35px;
}

.corporate-grid-item {
    position: relative;
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
}

.corporate-grid-item:nth-child(3n + 2),
.corporate-grid-item:nth-child(3n + 3) {
    border-left: 1px solid #D9D9D9;
}

.cooperation-subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.cooperation-text {
    max-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.28px;
}

.cooperation-text p {
    margin-bottom: 18px;
}

.cooperation-text p:last-child {
    margin-bottom: 0;
}

.cooperation-date {
    max-width: 300px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: -0.24px;
    color: #666;
}

@media all and (max-width: 600px) {

    .corporate-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
        margin-bottom: 60px;
    }

    .corporate-grid-item {
        padding-left: 0;
        padding-right: 0;
        border-left: 0 !important;
    }

    .cooperation-subtitle {
        padding-top: 30px;
        padding-bottom: 20px;
        border-top: 1px solid #D9D9D9;
    }

    .cooperation-text {
        max-width: 100%;
        padding: 0 10px 25px;
        font-size: 12px;
        line-height: 150%;
    }

    .cooperation-date {
        max-width: 100%;
        padding-bottom: 35px;
        font-size: 11px;
    }
}

.cooperation-call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    width: 100%;
    max-width: 520px;
    margin: 0 auto 120px;
    padding: 42px 50px;

    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;

    text-align: center;
}

.cooperation-call-to-action-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.cooperation-call-to-action a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.28px;

    transition: opacity .2s ease;
}

.cooperation-call-to-action a:hover {
    color: #000;
    text-decoration: none;
    opacity: .55;
}

.cooperation-call-to-action-btn {
    margin-top: 28px;
    min-width: 180px;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}


@media all and (max-width: 600px) {

    .cooperation-call-to-action {
        max-width: 100%;
        margin-bottom: 70px;
        padding: 35px 20px;

        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    .cooperation-call-to-action-title {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .cooperation-call-to-action a {
        font-size: 12px;
        line-height: 180%;
    }

    .cooperation-call-to-action-btn {
        width: 206px;
        margin-top: 25px;
        font-size: 11px;
    }
}

