/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  outline: none !important;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
a{
  outline: none !important;
}
:root {
	--white: #fff;
	--light-yellow: #fbf9ed;
	--black: #000;
	--dark-red: #89171a;
  --font-family: "Raleway", sans-serif;
  --second-family: "Faberge", sans-serif;
}
body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
	width: 100%;
}
.container{
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
}
.swiper-container{
    overflow: hidden;
}
.swiper-button-disabled{
    opacity: 0.3;
}
.product__slider .swiper-slide{
    width: calc(100% / 4 - 8px);
}
.product__item--image{
    margin-bottom: 20px;
    position: relative;
}
.product__item--stock_text,
.product__item--name a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
}
.product__item--stock_text{
  height: 17px;
  line-height: 1;
  margin-bottom: 10px;
}
.product__item--name{
    margin-bottom: 10px;
}
.price-new{
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.price-old{
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: line-through;
    color: var(--dark-red);
    opacity: 0.7;
    padding-left: 15px;
}
.product__slider--navigation{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.product__page--prev,.product__page--next,
.product__slider--navigation>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__page--prev,.product__page--next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.product__page--prev{
  left: 0;
}
.product__page--next{
  right: 0;
}
.product__slider .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.product__slider .swiper-pagination-bullet-active{
    background: var(--black);
}
.product__slider--heading{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 30px;
}
.product__slider{
    padding: 120px 0;
}
.seo__text>.container>h2{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 30px;
}
.seo__text--container{
    overflow: hidden;
    opacity: 0.8;
    max-width: 1010px;
}
.seo__toggle--btn{
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 12px;
    color: var(--black);
    border: none;
    background-color: transparent;
    line-height: 1;
}
.seo__toggle--btn::after{
    content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='black' stroke-miterlimit='10' stroke-linecap='square' /%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 5px;
    margin-top: -2px;
}
.seo__text--container.expanded + .seo__toggle--btn::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.seo__text{
    padding-bottom: 80px;
}
.category__wall--heading{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 30px;
}
.category__wall--wrapper{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 10px;
}
.category__wall--item a{
  display: flex;
}
.category__wall--item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.categpry__wall--name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
}
.category__wall{
  padding-bottom: 120px;
}
.contact__socials{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact__socials a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  width: 36px;
  height: 36px;
  padding: 10px;
}
.footer__logo{
  margin-bottom: 50px;
}
.footer__logo--wrapper{
  width: 136px;
}
.footer__col--menu{
  width: 170px;
}
.footer__newsletter h5,
.footer__col--menu h5{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}
.footer__col--menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__col--menu ul li{
  margin-bottom: 8px;
}
.footer__col--menu ul li a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
  opacity: .8;
}
.footer{
  background: #eee;
  padding: 40px 0;
}
.footer__newsletter{
  width: 100%;
  max-width: 500px;
}
.footer__newsletter--form{
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscribe__foter{
    width: 130px;
    height: 36px;
    background: var(--black);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
}
.subscribe__foter:hover{
  color: var(--white);
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 8px rgba(0, 0, 0, .2);
}
.footer__newsletter--form input{
  width: 100%;
  max-width: 500px;
  height: 36px;
  border: 1px solid #000;
  border-radius:0 ;
  -webkit-border-radius:0 ;
  -moz-border-radius:0 ;
  -ms-border-radius:0 ;
  -o-border-radius:0 ;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
  padding: 0 16px;
  opacity: .6;
  line-height: 1;
}
.footer__newsletter--form input::placeholder{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.footer__links--wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.footer__wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.powered{
font-family: var(--font-family);
font-weight: 400;
font-size: 10px;
line-height: 180%;
color: var(--black);
opacity: .6;
margin-top: 16px;
}
.footer__newsletter .text-success,
.footer__newsletter .text-danger{
  margin-top: 5px;
  display: block;
}
#form-language ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 20px;
}
#form-language ul>li>button{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  opacity: .5;
}
#form-language ul>li>button.language-active{
  opacity: 1;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header__content{
  display: flex;
  align-items: center;
  gap: 50px;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 103;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  height: 65px;
}
#search{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: -1000px;
  left: 0;
  z-index: 103;
  width: 100%;
  height: 65px;
}
.close__search{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search__wrapper{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search__wrapper input{
  width: 100%;
  border: 1px solid var(--black);
  height: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
  background-color: #fff;
  padding: 0 12px;
  outline: none;
}
.search__wrapper>button{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  background-color: var(--black);
  outline: none;
}
.header__icons{
  display: flex;
  align-items: center;
  gap: 30px;
}
.wishlist__icon{
  position: relative;
}
.wishlist__icon a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#cart-total,
#wishlist-total{
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: max-content;
  min-width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle__cart{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu__buttons>div{
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.menu__buttons>div>span{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
}
.menu__buttons>div.close__menu{
  display: none;
}
.header__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
}
.menu__wrapper{
  position: fixed;
  left: -1000%;
  width: 351px;
  height: calc(100dvh - 65px);
  overflow: auto;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 102;
  padding: 40px;
  transition: left 0.3s ease-in-out;
}
.menu__body{
  width: 100%;
}
.menu__body ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.menu__body a{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
  text-transform: uppercase;
}
#backdrop_overlay{
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  opacity: 0;
  z-index: 100;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
#backdrop_overlay.active{
  opacity: .7;
}
.lock{
  overflow: hidden;
}
.dropdown__cart{
  position: fixed;
  right: -1000%;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  list-style: none;
  padding: 40px;
  width: 670px;
  height: 740px;
  max-height: calc(100dvh - 65px);
  display: flex;
  flex-direction: column;
  overflow: auto;
  z-index: 102;
  transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
}

.cart__item{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}
.cart__item:last-child{
  margin-bottom: 20px;
}
.cart__item--image{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.cart__item--content{
  display: flex;
  /* gap: 30px; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart__item--name{
  width: 155px;
}
.cart__item--name a{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
}
.cart__item--options{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}
.cart__item--option{
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.cart__item--option-name{
  opacity: .6;
}
.quantity,
.qty-spinedit{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 36px;
  border: 1px solid var(--black);
}
button svg{
  outline: none;
}
.quantity>button,
.qty-spinedit>button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.quantity>input,
.qty-spinedit>input{
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: max-content;
  max-width: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
}
.quantity button.disabled,
.qty-spinedit button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cart__item--price{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
}
.cart__item--remove{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  flex-shrink: 0;
}
.to__checkout{
  width: 100%;
  height: 36px;
  background: var(--black);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.to__checkout:hover{
  color: var(--white);
}
.cart__total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
}
.cart__total--title{
  opacity: .6;
}
.cart__total--value{
  text-transform: uppercase;
}
.cart__totals{
  margin-bottom: 40px;
}
.breadcrumb{
  margin: 20px 0 30px 0;
  padding: 0 0 10px 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  overflow: auto;

}
.breadcrumb > li:after{
  content: '/';
  position: unset;
  width: auto;
  height: auto;
  border: none;
  margin: 0 12px;
  text-shadow: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  line-height: 1;
}
.breadcrumb > li:last-child::after{
  display: none;
}
.breadcrumb > li{
  display: flex;
  align-items: center;
  padding: 0;
  text-shadow: none;
}
.breadcrumb > li > span,
.breadcrumb > li > a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--black);
  display: flex;
  line-height: 1;
}
.breadcrumb > li > span{
  opacity: 0.6;
}
.list__products .col-sm-2,
.list__products .col-sm-9,
.list__products .row{
  margin: 0;
  padding: 0;
}
.row__filters::after,
.row__filters::before,
.row__products::after,
.row__products::before,
.list__products>.row::before,
.list__products>.row::after{
  display: none;
}
.list__products>.row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.list__categories>ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list__categories>ul>li>a{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
}
.row__products{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.second__image,
.product__item--image:hover .first__image{
  display: none;
}
.product__item--image:hover .second__image{
  display: block;
}
.sort__box--addon{
  font-weight: 500;
  opacity: .6;
  line-height: 1;
  flex-shrink: 0;
}
.sort__box--wrapper{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 225px;
  gap: 5px;
}
.sort__box{
  position: relative;
  width: max-content;
  margin-left: auto;
}
.select2-container{
  width: 100%;
}
.select2-dropdown{
  min-width: 170px !important;
}
#input-sort{position: absolute;width: 100% !important}
.sort__box .select2-container.select2-container--default.select2-container--open {
  left: 0 !important;
}
.list__products h1{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}
.list__products--divider{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 22px;
  width: 100%;
}
.row__filters{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px !important;
  justify-content: space-between;
}
#column-left.col-sm-2{
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.toggle__categories{
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  width: 125px;
  height: 34px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
}
#column-left.col-sm-2.active{
  width: 270px !important;
  top: 65px !important;
  left: 0 !important;
  right: unset !important;
  bottom: unset !important;
  z-index: 102 !important;
  background-color: #fff;
  padding: 40px;
  height: calc(100% - 65px);
}
#logo a{
  display: flex;
}
.container__information{
  max-width: 800px;
  margin: 0 auto;
}
.container__information h1,.container__information h2,.container__information h3,.container__information h4{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin: 40px 0;
  opacity: 1;
}
.container__information h2,.container__information h3,.container__information h4{
  margin-top: 40px;
  margin-bottom: 24px;
}
.container__information ul{
  opacity: .8;
  padding-left: 20px;
}
.container__information p{display: block;opacity: .8;}
.information__text{
font-family: var(--font-family);
font-weight: 400;
font-size: 12px;
color: var(--black);
}
.row__information{
  padding-bottom: 136px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list__products{
  padding-bottom: 120px;
}
.row__pagination *,
.row__pagination{
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.wishlist__button{
  width: 54px;
  height: 54px;
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 22;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2956_23062)'%3E%3Cmask id='mask0_2956_23062' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='19' height='19'%3E%3Cpath d='M18.4932 17.8164V0.508789H1.18555V17.8164H18.4932Z' fill='white' stroke='white' stroke-width='0.692308' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2956_23062)'%3E%3Cpath d='M17.0085 2.97385C15.2698 1.23516 12.4509 1.23516 10.7122 2.97385L9.83988 3.84611L8.96759 2.97385C7.2289 1.23513 4.40991 1.23513 2.67123 2.97385C0.932544 4.71249 0.932508 7.53142 2.67112 9.27014L9.8396 16.439L9.83988 16.4387L9.84016 16.439L17.0086 9.27014C18.7473 7.53142 18.7472 4.71249 17.0085 2.97385Z' stroke='black' stroke-miterlimit='10' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_23062'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.839844 0.162109)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
.wishlist__button:hover{
  opacity: 1;
}
.wishlist__button.in__wishlist{
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2956_24600)'%3E%3Cmask id='mask0_2956_24600' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='19' height='19'%3E%3Cpath d='M18.4932 17.8164V0.508789H1.18555V17.8164H18.4932Z' fill='white' stroke='white' stroke-width='0.692308' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2956_24600)'%3E%3Cpath d='M17.0085 2.97385C15.2698 1.23516 12.4509 1.23516 10.7122 2.97385L9.83988 3.84611L8.96759 2.97385C7.2289 1.23513 4.40991 1.23513 2.67123 2.97385C0.932544 4.71249 0.932508 7.53142 2.67112 9.27014L9.8396 16.439L9.83988 16.4387L9.84016 16.439L17.0086 9.27014C18.7472 7.53142 18.7472 4.71249 17.0085 2.97385Z' fill='black' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_24600'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.839844 0.162109)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.wishlist__links{
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(0, 0, 0, 0.1);
}
.wishlist__quantity{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  gap: 5px;
}
.wishlist__quantity span{
  color: rgba(0, 0, 0, 0.6);
}
#clear__all{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
  opacity: 0.6;
  line-height: 1;
}
#clear__all:hover{
  opacity: 1;
}
.wishlist__heading h1{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
}
.wishlist__heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.wishlist__list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 10px;
}
.page__wrapper--empty{
  background-image: url(/image/success_emptyd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__wrapper--empty .breadcrumb{
  display: none;
}
.page__wrapper--empty .wishlist__heading{
  display: none;
}
.empty__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.empty__wrapper svg{
  margin-bottom: 30px;
}
.empty__wrapper p{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-yellow);
  margin: 0;
}
.empty__divider{
  margin: 40px 0;
  width: 438px;
  max-width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.empty__links>a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-yellow);
  height: 36px;
  padding: 0 32px;
  border: 1px solid var(--light-yellow);
}
.empty__socials span{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--light-yellow);
}
.empty__socials ul{
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.empty__socials ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--light-yellow);
    width: 36px;
    height: 36px;
    padding: 10px;
}
.empty__socials{
  display: flex;
  align-items: center;
  gap: 24px;
}
.empty__links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
}
.page__wrapper--empty .col__wishlist{
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty__links>a svg{
  margin: 0;
}
.product__images{
  width: 607px;
  flex-shrink: 0;
  position: relative;
}
.product__images a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.row__product{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.product__content h1{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
}
.product__content .price{
  margin-bottom: 20px;
}
.short__description{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.productpage__divider{
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  margin: 30px 0;
}
.option__name{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
  margin-bottom: 15px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}
.option__name a{
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.text-danger{
  margin-top: 10px;
}
.custom__radio{
  position: relative;
}
.custom__radio.out-of-stock{
  opacity: .5;
  pointer-events: none;
}
.custom__radio.out-of-stock::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    width: 25px;
    filter: invert(20%);
    height: 1px;
    background-color: #cccccc;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: 0;
    transition: all .2s ease-in-out;
    content: "";
}
.custom__radio label{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #121212;
  padding: 6px 16px;
  margin: 0;
  border: 1px solid transparent;
  line-height: 1;
}
.product__options{
  margin-bottom: 30px;
}
.custom__radio input {
    display: none;
}
.custom__radio label:hover,
.custom__radio input:checked + label{
  border: 1px solid var(--black);
}
.custom__radio--wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.number-spinner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  gap: 10px;
  height: 36px;
  border: 1px solid var(--black);
  flex-shrink: 0;
}
.number-spinner input{
  border: none;
  outline: none;
  text-align: center;
  width: 15px;
  min-width: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  padding: 0;
  color: #121212;
}
.number-spinner button{
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
}
.number-spinner .disabled{
  opacity: .5;
  pointer-events: none;
}
.button__cart{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 36px;
  background: var(--black);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
}
.product__wishlist{
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--black);
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2956_23062)'%3E%3Cmask id='mask0_2956_23062' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='19' height='19'%3E%3Cpath d='M18.4932 17.8164V0.508789H1.18555V17.8164H18.4932Z' fill='white' stroke='white' stroke-width='0.692308' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2956_23062)'%3E%3Cpath d='M17.0085 2.97385C15.2698 1.23516 12.4509 1.23516 10.7122 2.97385L9.83988 3.84611L8.96759 2.97385C7.2289 1.23513 4.40991 1.23513 2.67123 2.97385C0.932544 4.71249 0.932508 7.53142 2.67112 9.27014L9.8396 16.439L9.83988 16.4387L9.84016 16.439L17.0086 9.27014C18.7473 7.53142 18.7472 4.71249 17.0085 2.97385Z' stroke='black' stroke-miterlimit='10' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_23062'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.839844 0.162109)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
.product__wishlist.in__wishlist{
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2956_24600)'%3E%3Cmask id='mask0_2956_24600' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='19' height='19'%3E%3Cpath d='M18.4932 17.8164V0.508789H1.18555V17.8164H18.4932Z' fill='white' stroke='white' stroke-width='0.692308' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2956_24600)'%3E%3Cpath d='M17.0085 2.97385C15.2698 1.23516 12.4509 1.23516 10.7122 2.97385L9.83988 3.84611L8.96759 2.97385C7.2289 1.23513 4.40991 1.23513 2.67123 2.97385C0.932544 4.71249 0.932508 7.53142 2.67112 9.27014L9.8396 16.439L9.83988 16.4387L9.84016 16.439L17.0086 9.27014C18.7472 7.53142 18.7472 4.71249 17.0085 2.97385Z' fill='black' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_24600'%3E%3Crect width='18' height='18' fill='white' transform='translate(0.839844 0.162109)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.product__buttons{
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.product__accordeon--text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
}
.product__accordeon--plus,.product__accordeon--minus{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__accordeon--heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--black);
  cursor: pointer;
  line-height: 1;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
img{outline: none;}
.active .product__accordeon--heading{
  margin-bottom: 30px;
}
.product__accordeon--item{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.arrt__item--title{
  opacity: 0.6;
  width: 45%;
}
.arrt__item--value{
  width: 55%;
}
.arrt__item{
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.product__content{
  width: 100%;
}
.newsletter__coupon{
  position: fixed;
  right: 40px;
  bottom: 45px;
  width: 372px;
  padding: 16px;
  background-color: #fff;
  backdrop-filter: blur(8px);
  z-index: 100;
  display: none;
}
.newsletter__coupon--heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
}
.newsletter__coupon--close{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
.newsletter__coupon--text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
  opacity: .8;
  margin-bottom: 16px;
}
.newsletter__coupon--form{
  display: flex;
  align-items: center;
  gap: 4px;
}
.subscribe__coupon{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 36px;
  background: var(--black);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  cursor: pointer;
}
.subscribe__coupon:hover,
.subscribe__coupon:focus,
.subscribe__coupon:active{
  color: var(--white);
}
.newsletter__coupon--form .form-control{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid var(--black);
  padding: 10px 16px;
  opacity: 0.6;
  height: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--black);
}
.newsletter__coupon--form .form-control:hover,
.newsletter__coupon--form .form-control:focus,
.newsletter__coupon--form .form-control:active{
  opacity: 1;
}

.row__filters .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: var(--light-yellow);
  color: #000;
}
@media (max-width: 1440px) {
  .footer__newsletter{
    max-width: 350px;
  }
  .footer__links--wrapper{
    gap: 30px;
  }
}
@media (max-width: 1279px) {
  .toggle__categories{
    display: flex;
  }
  .list__products .col-sm-9{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .sort__box{
    margin-left: auto;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 0 !important;
  }
  .sort__box .select2-dropdown{
    left: unset !important;
    right: 80px !important;
  }
  .sort__box--addon{
    opacity: 1;
    position: relative;
  }
  .sort__box--addon::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: #fff;
    top: 0;right: 0;
  }
  .footer__wrapper{
    flex-wrap: wrap;
    gap: 36px;
  }
  .footer__newsletter{
    width: 100%;
    max-width: 100%;
  }
  .footer__newsletter--form input{
    max-width: 100%;
  }
    #column-left-grid, #column-right-grid, #column-left, #column-right {
        position: absolute !important;
        top: -100% !important;
        left: -100% !important;
        right: 100% !important;
        bottom: auto !important;
        display: block !important;
        visibility: visible !important;
        overflow: visible !important;
        z-index: 2147483648 !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-indent: 0 !important;
        opacity: 1 !important;
    }
}
@media (max-width: 1180px) {
  .row__product{
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .wishlist__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category__wall, .product__slider{
    padding: 60px 0;
  }
  .seo__text{
    padding-bottom: 60px;
  }
  .product__slider .swiper-slide {
    width: calc(100% / 3 - 7px);
  }
  .menu__wrapper{
    height: calc(100dvh - 65px);
  }
  .footer__logo{
    margin-bottom: 0;
  }
  .footer__logo--wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container{
    padding: 0 15px;
  }
  .row__information{
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .newsletter__coupon{
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .product__images{
    width: calc(100vw - 30px);
    max-width: 607px;
  }
  .empty__wrapper p{
    max-width: 220px;
  }
.cart__item--content{
  flex-wrap: wrap;
  position: relative;
}
.cart__item--remove{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 22;
}
.cart__item--name{
  width: 100%;
  margin-bottom: 30px;
  padding-right: 30px;
}
.cart__item{
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#search{
  padding: 0 40px;
}
.page__wrapper--empty{
  background-image: url(/image/success_emptym.jpg);
}
.empty__links{
  flex-direction: column;
  gap: 30px;
}
  .product__slider .swiper-slide {
    width: calc(100% / 2 - 5px);
  }
  .category__wall--wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.list__products{
  padding-bottom: 60px;
  }
  .header__wrapper{
    padding: 16px 0;
  }
  .menu__wrapper{
    height: calc(100dvh - 50px);
  }
  .header{
    height: 50px;
  }
  .dropdown__cart{
    width: 100%;
    max-height: calc(100dvh - 50px);
    padding: 30px 16px;
  }
  .header__content #form-language{
    display: none;
  }
  .footer__links--wrapper{
    gap: 30px 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .footer__col--menu{
    width: 100%;
  }
  .footer{
    padding: 36px 0 102px 0;
  }
  .footer__logo--wrapper{
    order: 1;
  }
  .footer__links--wrapper{
    order: 3;
  }
  .footer__newsletter{
    order: 2;
  }
  .powered{
    position: absolute;
    width: 100%;
    padding: 0 16px;
    left: 0;
    bottom: 24px;
  }
  .footer{
    position: relative;
  }
  #form-language{
    margin-bottom: 30px;
  }
  .wishlist__heading{
    flex-direction: column;
    align-items: flex-start;
  }
  .wishlist__list, .row__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 8px;
}
.menu__buttons span{
  display: none;
}
.header__content{
  gap: 40px;
}
.header__icons{
  gap: 20px;
}
}