*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
@font-face {
  font-family: 'Dela Gothic One';
  src: url(../fonts/DelaGothicOne-Regular.ttf);
}
:root {
  font-family: 'Montserrat', system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;

  font-size: 20px;

  --black-color: #191919;
  --grey-color: #CACACA;
  --grey-color-2: #9F9F9F;
  --main-gradient-vert: linear-gradient(180deg,rgba(254, 193, 99, 1) 0%, rgba(222, 67, 19, 1) 100%);
  --main-gradient-hor: linear-gradient(90deg,rgba(254, 193, 99, 1) 0%, rgba(222, 67, 19, 1) 100%);
}

html {
  overflow-x: hidden;
  line-height: 1.4;
  scroll-behavior: smooth;
}
.title-font {
  font-family: 'Dela Gothic One';
}
.main-title {
  font-size: 1.5rem;
}
.title-2 {
  font-size: 2rem;
}
.title-3 {
  font-size: 1.5rem;
}
body {
  line-height: 1.4;
}
body.home {
  background-color: var(--black-color);
  color: #fff;
}
._hide {
  display: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
.btn {
  background: var(--main-gradient-hor);
  color: #fff;
  border: none;

  border-radius: 40px;

  padding-top: 18px;
  padding-bottom: 18px;

  padding-left: 32px;
  padding-right: 32px;
  cursor: pointer;
}
.rBtn {
  border-radius: 100%;
  background-color: #212121;
  cursor: pointer;

  width: 48px;
  height: 48px;

  background-repeat: no-repeat;
  background-position: center;
  
  display: block;
}
.container {
  max-width: 1400px;
  padding-left: 1em;
  padding-right: 1em;

  margin: 0 auto;
}
article > header.header {
  display: none;
} 
.switch-wrapper {
  display: flex;
  position: relative;

  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px;
}
.switch-wrapper .switch-active {
  content: '';
  width: 90px;
  height: 40px;
  background: var(--main-gradient-vert);
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: -1;
  border-radius: 100px;

  transition: all .2s ease-in;
}
body.page-template-default {
  background-color: #FAFAFA;
}
body.page-template-page-pdk header .switch-wrapper .switch-active {
  left: 96px;
}
body.page-template-page-pdk .burger .switch-wrapper .switch-active {
  left: 96px;
}
.switch-wrapper .switch-link {
  width: 90px;
  height: 40px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* Catalog Page */

body.catalog {

}
.woocommerce-message, .woocommerce-info {
  border-top-color: rgba(222, 67, 19, 1);
}
.woocommerce-message::before, .woocommerce-info::before {
  content: "\e015";
  color: rgba(222, 67, 19, 1);
}
.woocommerce-message, .woocommerce-info {
  border-top: none;
  border-radius: 20px;
}
.woocommerce-message a.button, .return-to-shop .button.wc-backward{
  background-color: #191919;
  border-radius: 50px;
  color: #fff;

  font-weight: 400;
  font-size: .9rem;

  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 32px;
}
.woocommerce-message{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message a.button:hover {
  background-color: #191919;
}
.woocommerce-message::before {
  top: 1.6em;
}
.woocommerce-message::after {
  top: 1.6em;
}
@media (max-width:996px) {
  :root {
    font-size: 18px;
  }
  .feedback {
    padding-top: 8em;
  }
}
@media (max-width:768px) {
  :root {
    font-size: 16px;
  }
  .feedback {
    padding-top: 6em;
  }
  .woocommerce-message a.button, .return-to-shop .button.wc-backward{ 
    width: 100%;
  }
}
@media (max-width:480px) {
  :root {
    font-size: 14px;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .title-2 {
    font-size: 1.8rem;
  }
  
}/* Header */
.header {
  max-width: 1600px;
  margin: 0 auto;

  color: #fff;
  background-color: var(--black-color);

  border-radius: 20px;

  margin-top: 1em;
}
body.home .header{
  max-width: 100%;
  background-color: transparent;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
.header .inner .switch-wrapper{
  font-size: 0.9rem;
}
body:not(.home) .header .inner .switch-wrapper{
  border: none;
  background-image: url(../images/header/switch-non-home.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .inner .header__nav{
    display: flex;
    column-gap: 2em;
}
.header .inner .header__buttons {
  display: flex;
  column-gap: .5em;
}
.header .inner .header__buttons .header__button{
  position: relative;
}
.header .inner .header__buttons .header-count {
  font-size: 12px;
  position: absolute;
  right: -12px;
  background: var(--main-gradient-hor);
  width: 21px;
  height: 15px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.1;
  top: -12px;
}
.header .inner .header__buttons .header__burger-btn {
  display: none;
}
.header .inner .header__buttons .header__cart-btn {
    background-image: url(../images/cart.svg);
}
.header .inner .header__buttons .header__fav-btn {
    background-image: url(../images/fav.svg);
}
.header .inner .header__buttons .header__user-btn {
    background-image: url(../images/user.svg);
    margin-left: 2em;
}
.header .inner .header__buttons .header__burger-btn {
    background-image: url(../images/burger.svg);
    background-size: 58%;
}
.header .inner .header__buttons .header__burger-btn.open {
    background-image: url(../images/burger_close.svg);
}
/* Burger Menu */

.burger {
  display: none;
  position: fixed;
  left: -110vw;
  top: 69px;
  height: 100dvh;
  width: 100vw;

  background-color: var(--black-color);

  transition: all .2s ease-in;

  z-index: 100;

  color: #fff;
}
.burger .burger__switch {
  margin: 0 auto;
  margin-bottom: 3em;
  max-width: 194px;
  margin-top: 4em;
}
.burger  .burger__nav {
  margin: 0 auto;

  font-size: 2rem;
}
.burger  .burger__nav a{
  display: block;
  text-align: center;
}
.burger.open {
  left: 0px;
}


.page-template-default .woocommerce {
  margin-bottom: 1em;
}
.page-template-default .page-header .container{
  padding: 0;
}
.page-template-default .page-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 4em;
}
.page-template-default .page-header .inner {
    background-image: url(../images/catalog_text.svg);
    background-repeat: no-repeat;
    background-position: left center;

    margin-bottom: 3em;
    padding-left: 0;
}
.page-template-default .page-header .inner h2{
    font-size: 2rem;
}
.page-template-default .page-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;

   
}
.page-template-default .page-header .breadcrumbs-page a {
    position: relative;
}
.page-template-default .page-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
}

@media (max-width: 1240px) {
  .header .inner .header__nav {
    font-size: 0.75rem;
  }
  .header .inner .header__logo img {
      width: 100%;
  }
  .header .inner .header__buttons .header__user-btn {
      margin-left: 0;
  }
}
@media (max-width: 992px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--black-color);

    z-index: 100;

    border-radius: 0px;
  }
  body.home .header {
    background-color: var(--black-color);
  }
  .header .inner {
    column-gap: 2em;
  }
  .header .inner .rBtn {
    width: 36px;
    height: 36px;
  }
  .header .inner .header__logo {
    max-width: 116px;
  }
  .header .inner .header__logo img {
    width: 100%;
  }
  .header .inner .switch-wrapper{
    display: none;
  }
  .header .inner .header__nav{
    display: none;
  }
  .header .inner .header__buttons .header-count {
    font-size: 10px;
    right: -10px;
    width: 16px;
    height: 13px;
    border-radius: 5px;
    top: -8px;
  }
  .header .inner .header__buttons .header__user-btn {
    margin-left: 0;
  }
  .header .inner .header__buttons .header__burger-btn {
    display: block;
  }
  .burger {
    display: block;
  }

  .page-template-default .page-header .inner{ 
    padding-left: 0;
    height: unset;
  }
  .page-template-default .page-header .inner h2{
    font-size: 1.5rem;
  }
  .page-template-default .page-header .breadcrumbs-page {
    margin-top: 0.7em;
    align-items: center;
  }
  .page-template-default .page-header .breadcrumbs-page a::after {
    right: -16px;
  }
}
/* === Front Page=== */

/* Hero */
.hero {
    position: relative;
    margin-top: 3em;
}

.hero .blur-block {
    position: absolute;
    top: 100px;
    left: 10%;
    width: 80%;
    height: 50%;
    background-color: #fff;
    z-index: -1;
    border-radius: 100%;
    filter: blur(130px);
    opacity: 0.04;
}


.hero .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .inner {
  font-size: 1rem;
}
.hero.hero--tanto .inner {
    justify-content: start;
    column-gap: 15%;
}
.hero .inner .main-title {
    margin-bottom: 0.3em;
}
.hero .inner .hero__text {
    max-width: 796px;
}
.hero .inner .desc {
  color: var(--grey-color);
}
.hero__btn {
    max-width: 390px;
    text-align: center;
    margin-top: 2em;

    display: block;
    font-size: 1rem;
}

/* About */
.about {
  max-width: 1640px;
  background-color: #fff;
  margin: 0 auto;

  border-radius: 60px;
  color: var(--black-color);

  margin-top: 8em;

  position: relative;

}
.about::before {
  content: '';
  position: absolute;
  background-image: url(../images/arrows_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 338px;
  height: 323px;
  top: -173px;
  left: 50%;
  z-index: -1;
}
.about .inner {


    display: flex;
    align-items: center;
    column-gap: 6em;
}
.about .inner .about__brand{
    width: 26%;
}
.about .inner .about__brand img{
    width: 100%;
    margin-bottom: -2px;
}
.about .inner .about__content {
    padding-top: 4em;
    padding-bottom: 4em;
}
.about .inner .about__content h3 {
    line-height: 1.14;
    margin-bottom: .5em;
}
.about .inner p {
    font-size: 1.1rem;
}
.about .inner .advs__list {
  display: flex;
  column-gap: .5em;
  margin-top: 3em;

  max-width: 892px;
}
.about .inner .advs__list .advs__item {
  border-radius: 20px;
  background-color: var(--black-color);
  color: #fff;

  padding: 20px 20px 20px 20px;
  
  max-width: 260px;
}
.about .inner .advs__list .advs__item h4 {
  font-size: 0.9rem;
  margin-bottom: 0.1em;
}
.about .inner .advs__list .advs__item p {
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.1;
}
.about .inner .advs__list .advs__item:first-child {
    padding-right: 30px;
}
.about .inner .advs__list .advs__item:nth-child(2) {
    padding-right: 0px;
    word-spacing: -1px;
}
.about .inner .advs__list .advs__item:last-child {
    padding-right: 12px;
}
/* Catalog */
.catalog {
    margin-top: 8.5em;
    position: relative;
}
.catalog::before {
    content: '';
    position: absolute;
    left: -150px;
    top: -100px;

    z-index: -1;

    background-image: url(../images/arrows_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 338px;
    height: 323px;
}
.catalog .catalog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog .catalog__header .switch-wrapper .switch-link, .catalog .catalog__header .switch-wrapper .switch-active{
    height: 52px;
    width: 108px;
}

.catalog .catalog__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5em;

  column-gap: 6em;
}
.catalog .catalog__main .catalog__info {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  color: var(--black-color);

  position: relative;

  font-size: 0.9rem;

  max-width: calc(335px + 3em);
  padding-right: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.catalog .catalog__main .catalog__info::after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;

    right: 0;
    top: 0;
    z-index: -1;

    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.catalog .catalog__main .catalog__info .catalog__name {
    display: flex;
    column-gap: 2em;
    align-items: center;
    margin-bottom: 1em;
}
.catalog .catalog__main .catalog__info .catalog__name h3 {
    font-size: 2rem;
    /* max-width: 264px; */
    line-height: 1;
    min-height: 120px;
    word-spacing: 999px;
}
.catalog .catalog__main .catalog__info.many-colors .catalog__name{
  flex-wrap: wrap;
  row-gap: 1em;
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors {
    display: flex;
    column-gap: 1em;

    flex-shrink: 0;

}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color{
    width: 34px;
    height: 34px;
    border-radius: 100%;

    opacity: 0.5;
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color.active{
    opacity: 1;
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--gold{
    background: linear-gradient(145deg,rgba(237, 201, 103, 1) 0%, rgba(210, 172, 71, 1) 27%, rgba(247, 239, 138, 1) 78%, rgba(174, 134, 37, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--silver{
    background: linear-gradient(145deg,rgba(168, 168, 166, 1) 0%, rgba(160, 160, 160, 1) 23%, rgba(212, 212, 212, 1) 71%, rgba(127, 127, 127, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--blue{
    background: linear-gradient(145deg,rgba(103, 161, 237, 1) 0%, rgba(71, 143, 210, 1) 27%, rgba(138, 171, 247, 1) 78%, rgba(37, 67, 174, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--red{
    background: linear-gradient(145deg,rgba(237, 103, 112, 1) 0%, rgba(210, 71, 80, 1) 27%, rgba(247, 138, 145, 1) 78%, rgba(174, 37, 42, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--green{
    background: linear-gradient(145deg,rgba(103, 237, 137, 1) 0%, rgba(71, 210, 96, 1) 27%, rgba(138, 247, 165, 1) 78%, rgba(37, 174, 53, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--turquoi{
    background: linear-gradient(145deg,rgba(0, 112, 126, 1) 0%, rgba(2, 107, 120, 1) 23%, rgba(7, 155, 174, 1) 71%, rgba(2, 90, 101, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors .catalog__color--yellow{
    background: linear-gradient(145deg,rgba(232, 225, 32, 1) 0%, rgba(217, 210, 29, 1) 23%, rgba(255, 247, 37, 1) 71%, rgba(204, 197, 27, 1) 100%);
}
.catalog .catalog__main .catalog__info .catalog__name .catalog__colors img {
    width: 100%;
    height: 100%;
}
.catalog .catalog__main .catalog__info .catalog__attribs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}
.catalog .catalog__main .catalog__info .catalog__attribs .catalog__attrib .value {
    font-size: 1.3rem;
}
.catalog .catalog__main .catalog__info .catalog__text {
    line-height: 1.16;
}
.catalog .catalog__main .catalog__info .catalog__price{
    margin-top: 1em;
    margin-bottom: 1.8em;
}
.catalog .catalog__main .catalog__info .catalog__price .value {
    font-size: 1.3rem;
}
.catalog .catalog__main .catalog__wrapper{
    
}
.catalog .catalog__main .catalog__wrapper .catalog__contols {
    font-size: 1.25rem;
    display: flex;
    column-gap: 1em;
    margin-top: 3em;
}
.catalog .catalog__main .catalog__wrapper .catalog__contols.two_items { 
    justify-content: center;
}
.catalog .catalog__main .catalog__wrapper .catalog__item img {
    margin: 0 auto;
}
.catalog .catalog__main .catalog__wrapper .catalog__contols .catalog__back {
    padding-left: 1em;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: left 68%;
    cursor: pointer;
}
.catalog .catalog__main .catalog__wrapper .catalog__contols .catalog__next {
    padding-right: 1em;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: right 68%;
    cursor: pointer;
}
.catalog .catalog__main .catalog__wrapper .swiper-slide {
    transition: all ease-in .2s;
}
.catalog .catalog__main::before {
    content: '';
    position: absolute;
    top: 244px;
    left: 39%;
    width: 16%;
    height: 42%;
    background-color: #fff;
    z-index: -1;
    border-radius: 100%;
    filter: blur(134px);
    opacity: 0.06;
}
.catalog .catalog__wrapper .swiper-wrapper{
    align-items: center;
}
.catalog .catalog__wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}
.catalog .catalog__main .catalog__wrapper .swiper-slide-next.swiper-slide {
    transform: scale(0.9);
    filter: blur(5.3px);
}
.catalog .catalog__main .catalog__wrapper .swiper-slide-next + .swiper-slide {
    transform: scale(0.85);
    filter: blur(5.3px);
}
.catalog .catalog__main .catalog__wrapper .swiper-slide-next + .swiper-slide + .swiper-slide {
    transform: scale(0.85);
    filter: blur(5.3px);
}
/* Accessories */
.accessories {
    margin-top: 6em;
}
.accessories .inner {
    display: flex;
    align-items: center;


}
.accessories .accessories__advs {
  display: flex;
}
.accessories .accessories__content {
    background-image: url(../images/accessories_bg.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 25%;
    flex-basis: 800px;
}
.accessories .accessories__content .accessories__advs {
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    color:#909090;
    margin-bottom: 1.2em;
    max-width: 600px;
}
.accessories .accessories__content .accessories__advs .accessories__adv {
    position: relative;
    padding-left: 1.2em;
}
.accessories .accessories__content .accessories__advs .accessories__adv::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    background-color: #fff;

    border-radius: 100%;
}
.accessories .accessories__content .accessories__advs .accessories__adv::after {
    content: '';
    position: absolute;
    border: 1px solid #7A7A7A;
    left: -4px;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: transparent;
}
.accessories .accessories__content h2 {
    margin-bottom: 0.5em;
}
.accessories .accessories__content .accessories__desc {
    font-size: 1.2rem;
    color: #cacaca;

    margin-bottom: 1.25em;
}
.accessories .accessories__content .accessories__more {
    width: 400px;
    display: block;
    text-align: center;
}
/* Feedback */
.feedback {
    padding-top: 13.8em;
    position: relative;
}
.feedback::before {
    content: '';
    background-image: url(../images/logo_feedback.svg);
    background-repeat: no-repeat;
    background-size: contain;
   
    width: 77%;
    height: 65%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 18%;
}
.feedback .inner {
    display: flex;
    justify-content: space-between;

    column-gap: 1.25em;
    padding-bottom: 9em;
}
.feedback .inner {
    background-image: url(../images/feedback_bg.png);

    background-position: 27% 97%;
    background-repeat: no-repeat;

    align-items: baseline;
}
.feedback__text h2{
    margin-bottom: 0.75em;
}
.feedback__text p {
    color: #CACACA;
    font-size: 1.2rem;
    max-width: 500px;
}
.feedback .inner form {
    background-color: #252525;
    border-radius: 60px;
    padding: 2.6em 2.8em;
    
}
.feedback .inner form h2 {
    margin-bottom: 1.25em;
}
.feedback .form-row {
    margin-bottom: 1em;
}
.feedback .form-row  {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
}
.feedback .form-row .form-field {
    width: 100%;
}
.feedback .form-row .form-field label {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0.2em;
    display: block;
}
.feedback .form-row .form-field input {
    font-size: 0.8rem;
    border: 1px solid #333333;
    border-radius: 10px;;
    background-color: transparent;
    color: #fff;
    padding: 0.8em 1em;
    font-weight: 300;
    width: 100%;
}
.feedback .form-row .form-field {
  flex-direction: column;
}
.feedback .form-note {
    font-size: 0.7em;
    font-weight: 300;
    color: #505050;
    margin-top: 1.8em;
    margin-bottom: 1.8em;

    display: flex;
    column-gap: 1em;

    align-items: center;
}
.feedback form .btn {
    width: 100%;
    font-size: 1rem;
    padding-top: 14px;
    padding-bottom: 14px;
}
@media (max-width: 1420px) {
    .about {
        margin-left: 1em;
        margin-right: 1em;
    }
    .about .inner .about__brand {
        width: 34%;
    }
}
@media (max-width: 1200px) {
    .about .inner .about__brand {
        width: 34%;
    }
}
@media (max-width: 996px) {
    body.home .hero .inner {
        flex-direction: column-reverse;
    }
    body.home .hero .inner .hero__text {
        text-align: center;
    }
    body.home .hero .inner .hero__btn {
        margin: 0 auto;
        margin-top: 2em;
    }
    body.home .about::before {
        left: 0;
        width: 100px;
        height: 112px;
    }
    body.home .about{
        border-radius: 20px;
        margin-left: 1em;
        margin-right: 1em;
    }
    body.home .about .inner .about__brand {
        display: none;
    }
    body.home .about .inner .about__content h3 {
        text-align: center;
    }
    body.home .about .inner p {
        text-align: justify;
    }
    body.home .about .inner .advs__list {
        flex-direction: column;
        row-gap: 1em;
    }
    .about .inner .advs__list .advs__item {
        max-width: 100%;
        border-radius: 10px;
    }
    .about .inner .advs__list .advs__item:first-child, .about .inner .advs__list .advs__item:nth-child(2), .about .inner .advs__list .advs__item:last-child {
        padding: 1em;
        word-spacing: unset;
    }
    .about .inner .advs__list .advs__item h4 {
        font-size: 1.2rem;
    }
    .about .inner .advs__list .advs__item p {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    body.home .about .inner .advs__list .advs__item h4 {
        text-align: center;
    }
    body.home .catalog .catalog__header {
        flex-direction: column;
        text-align: center;
        row-gap: 1.5em;
    }
    body.home .catalog .catalog__main {
        flex-direction: column;
    }
    .catalog .catalog__main::before {
        top: 604px;
        left: 0;
        width: 100%;
        height: 24%;
    }
    body.home .catalog .catalog__main .catalog__info {
        padding-right: 1.5em;
        margin-bottom: 3em;
    }
    body.home .catalog .catalog__main .catalog__info .catalog__btn {
        width: 100%;
    }
    body.home .catalog .catalog__main .catalog__list {

    }
    .catalog .catalog__main .catalog__info .catalog__name h3 {
        min-height: unset;
    }
    body.home .catalog .catalog__main .catalog__wrapper {
        max-width: 90%;
        transform: scale(1);
    }
    body.home .catalog .catalog__main .catalog__wrapper .swiper-slide-next.swiper-slide {
        transform: scale(0.7);
        filter: blur(5.3px);
    }
    body.home .catalog .catalog__main .catalog__wrapper .swiper-slide-next + .swiper-slide {
        transform: translateZ(0);
        filter: none;
    }
    body.home .catalog .catalog__main .catalog__wrapper .catalog__contols {
        justify-content: center;
        margin-left: 0;
        background-position: right 67%;
    }
    .catalog .catalog__main .catalog__wrapper .catalog__contols .catalog__back, .catalog .catalog__main .catalog__wrapper .catalog__contols .catalog__next {
        background-size: 10%;
    }
    body.home .accessories .inner {
        flex-direction: column;
    }
    body.home .accessories .accessories__content {
        flex-basis: unset;
    }
    body.home .accessories .accessories__pic {
        display: none;
    }
    body.home .accessories .accessories__content .accessories__advs {
        font-size: 1rem;
        justify-content: center;
        column-gap: 1em;

        margin: 0 auto;
        margin-bottom: 1em;
    }
    body.home .accessories .accessories__content .accessories__advs .accessories__adv::before {
        width: 8px;
        height: 8px;
        top: 6px;
    }
    body.home .accessories .accessories__content .accessories__advs .accessories__adv::after {
        left: -3px;
        width: 14px;
        height: 14px;
        top: 3px;
    }
    body.home .accessories .accessories__content h2 {
        text-align: center;
    }
    body.home .accessories .accessories__content .accessories__desc {
        text-align: center;
    }
    
    body.home .accessories .accessories__content .accessories__more {
        width: 100%;
    }
    body.home .feedback::before {
        top: 2%;
    }
    body.home .feedback .feedback__text p {
        margin: 0 auto;
    }
    body.home .feedback .inner {
        flex-direction: column;
    }
    .feedback .inner {
        background-position: 27% 100%;
        background-size: contain;
    }
    body.home .footer .inner .footer__logo {
        display: flex;
        justify-content: center;
    }
    .feedback {
        padding-top: 6em;
    }
    .feedback .inner form {
        padding: 2.5em 2em;
    }
    .feedback .form-row {
        margin-bottom: 1em;
        row-gap: 1em;
    }
    body.home .footer .inner .footer__logo .info {
        display: none;
    }
    .feedback .inner .feedback__text {
        text-align: center;
        margin-bottom: 1.5em;
    }
    .feedback .inner form{
        border-radius: 25px;
    }
    .feedback .inner form h2 {
        text-align: center;
    }
    .feedback .form-row {
        flex-direction: column;
    }
    .feedback .form-row .form-field label {
        font-size: 1rem;
        margin-bottom: 0.4em;
    }
    .feedback .form-row .form-field input {
        font-size: 1rem;
    }
}
.footer {
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #202020;
    color: #fff;
    margin: 0 auto;
    margin-top: 4em;
    

    position: relative;
}
.footer::after {
    content: '';
    display: none;
    width: 100vw;
    height: 100%;
    background-color: #202020;
    position: absolute;

    left: 100px;
    top: 0;
    z-index: -1;

}

/* body.home .footer {
    max-width: 1800px;
    border-top-right-radius: 0px;
    margin-bottom: 4em;
}
body.home .footer::after {
    display: block;
} */

.footer .inner {
    padding-top: 3em;
    padding-bottom: 3em;

    /* padding-left: 5.3em; */
}
.footer .inner .footer__top {
  display: flex;
  justify-content: space-between;
}
.footer .inner .footer__logo {
    color: #626262;
    font-size: 0.7em;
    margin-top: 1em;
}
.footer .inner .footer__logo .logo {
    margin-bottom: 1em;
}
.footer .inner .footer__logo .info {
    margin-top: 1.4em;
}
.footer .inner .footer__nav {
 color: #9F9F9F;
 display: flex;
 flex-direction: column;
 font-size: 0.9rem;
}
.footer .inner .footer__nav a {
    display: block;
    margin-bottom: 1em;
}
.footer .inner .footer__contacts p {
    margin-bottom: .5em;
    font-size: 0.9rem;
}
.footer .inner .footer__contacts .contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6em;
    font-size: 1.25rem;
    font-weight: 300;
}
.footer .inner .footer__contacts .contacts a {
    display: flex;
    column-gap: 0.4em;
    align-items: center;

    margin-bottom: 0.2em;
}
.footer .inner .footer__social {
    display: flex;
    column-gap: 1em;
    align-items: center;
}

.footer .inner .footer__bottom {
  display: flex;
  justify-content: space-between;

  border-top: 1px solid #3C3C3C;
  padding-top: 1.8em;
  padding-bottom: 1em;
  margin-top: 3em;

  font-size: 0.7rem;

  color: #ADADAD;
}
.footer .inner .footer__bottom .footer__bottom--left {
    display: flex;
    column-gap: 1.6em;
}
@media (max-width: 1400px) {
    .footer .inner { 
        padding-left: 2em;
    }
}
@media (max-width: 996px) {
    body.home .footer::after {
        display: none;
    }
    .footer .inner { 
        padding-left: 0;
    }
    .footer .inner .footer__logo .info {
        display: none;
    }
    .footer .inner .footer__logo img {
        margin: 0 auto;
    }
    .footer .inner .footer__top {
        flex-direction: column;
        text-align: center;
    }
    .footer .inner .footer__contacts .contacts a {
        justify-content: center;
    }
    .footer .inner .footer__social {
        justify-content: center;
    }
    .footer .inner .footer__bottom {
        align-items: center;
    }
    .footer .inner .footer__bottom .footer__bottom--left {
        flex-direction: column;
        row-gap: 1em;
    }   
}.woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: unset;
}

body.archive  {
    background-color: #FAFAFA;
}
body.post-type-archive-product #sidebar{
    display: none;
}
body.archive  .catalog-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 4em;
    margin-bottom: 4em;
}
body.archive .catalog-header .inner {
    background-image: url(../images/catalog_text.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
body.archive .catalog-header .inner h2{
    font-size: 3.5rem;
}
body.archive .catalog-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;
    flex-wrap: wrap;
   
}
body.archive  .catalog-header .breadcrumbs-page a {
    position: relative;
}
body.archive  .catalog-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
    
}
body.archive  ul {
    list-style-type: none;
    padding-left: 0;
}
/* body.archive .catalog-header .inner .pic{
    width: 12%;
} */
@media (max-width: 996px) {
    body.archive .catalog-header .inner h2{
        font-size: 1.5rem;
    }
}

/* Catalog */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
}
body.archive.woocommerce-page ul.products li.product-category {
  margin: 1px;
  border: 1px solid transparent;
  
  position: relative;
  background-clip: padding-box;
  background-color: #fff !important;;
  overflow: visible;
}
body.archive.woocommerce-page ul.products li.product-category::before {
  content: '';
  position: absolute;
  z-index: -1;
  margin: -1px;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-gradient-vert);
  width: calc( 100% + 2px );
  height: calc( 100% + 2px );
  border-radius: 20px;
}
body.archive .product-category {
    border: 1px solid #DE4313;
    padding: 1em;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;

    overflow: hidden;

    height: 240px;

    transition: all .2s ease-in;

    background-color: #fff;
}
body.archive .product-category:hover {
    background: var(--main-gradient-vert);
    color: #fff;
}
body.archive .product-category a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;

    align-items: end;
    
    height: 100%;
}
body.archive ul.products li.product-category .woocommerce-loop-category__title {
    padding-top: 3em;
    font-weight: 400;
    font-size: 1.25rem;
    flex-shrink: 0;

    padding-left: 2em;
    align-self: flex-start;
}
body.archive ul.products li.product-category .woocommerce-loop-category__title mark.count{
    display: none;
}
body.archive ul.products .product-category a img {
    margin-bottom: 0;
    max-width: 45%;
    max-height: 100%;
    border-bottom-right-radius: 20px;
}


body.archive .catalog-products {
    margin-top: 4em;
}
body.post-type-archive .catalog-products .inner .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
} 
body.tax-product_cat .catalog-products .inner{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;

    column-gap: 1.2em;
}
body.tax-product_cat .catalog-products .inner .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
body.tax-product_cat .catalog-products .inner .products .product {
    background-color: #fff;
    border-radius: 15px;
    padding: 2.6em 1.2em 0.8em 1em;
}

body.tax-product_cat .catalog-products .inner .products .onsale, body.tax-product_cat .catalog-products .inner .products .screen-reader-text {
    display: none;
}
body.tax-product_cat .catalog-products .inner .products .woocommerce-LoopProduct-link img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 1.4em;
}
body.tax-product_cat .catalog-products .inner .products .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-left: -2px;
    min-height: 3em;
}
body.tax-product_cat .catalog-products .inner .products .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -14px;
}
body.tax-product_cat .catalog-products .inner .products .product-footer .price {
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
}
.product.type-product .product-footer a.button:not(.add_to_cart_button) {
  background-color: transparent;
}
body.tax-product_cat .catalog-products .inner .products .product-footer .star-rating {
    display: none;
}
body.tax-product_cat .catalog-products .inner .products .add_to_cart_button {
    background-color: transparent;
    background: url(../images/cart.svg) center center no-repeat, var(--main-gradient-hor);
    border: none;
    width: 39px;
    height: 39px;

    margin-top: 0;

    border-radius: 100%;
}
body.tax-product_cat .catalog-products .inner .products .button.product_type_simple:not(.add_to_cart_button) {
    display: none;
}
body.tax-product_cat .catalog-products .inner .products a.added_to_cart {
  display: none;
}
body.tax-product_cat .catalog-products .inner .products a.button.added::after {
	display: none;
}
body.tax-product_cat .catalog-products .inner .products a.button.loading {
	padding-right: unset;
}
body.tax-product_cat .catalog-products .inner .products a.button.loading::after {
    right: 0.5em;
}
body.tax-product_cat .catalog-products .inner .products .price {
    margin-bottom: 0;
}
body.tax-product_cat .inner > #primary {
    width: 70%;
}
/* Filters */
body.tax-product_cat #sidebar #primary .wpfPriceRangeField::-webkit-outer-spin-button, body.tax-product_cat #sidebar #primary .wpfPriceRangeField::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.tax-product_cat #sidebar {
    width: 30%;
}
body.tax-product_cat #sidebar #primary {
    background-color: #fff;
    border-radius: 20px;
    padding: 1.7em 2.6em 1.7em 1.4em;
}

body.tax-product_cat #sidebar #primary h2.wp-block-heading.aside_title {
    font-size: 1.25rem;
    margin-bottom: 0.6em;
    font-weight: 600;
}

body.tax-product_cat #sidebar #primary .accordion-header {
    cursor: pointer;
    
    border-top: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1rem;
}
body.tax-product_cat #sidebar #primary .accordion-header a{
	width: 100%;
	padding: 16px 2px;
}
body.tax-product_cat #sidebar #primary .accordion-header.active {
    font-weight: 600;
}
body.tax-product_cat #sidebar #primary .accordion-header .toggle-cat{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/cat/plus.svg);
}
body.tax-product_cat #sidebar #primary .accordion-header .toggle-cat.open{
    background-image: url(../images/cat/minus.svg);
}
body.tax-product_cat #sidebar #primary  .accordion-header:last-child {
    border-bottom: 1px solid #DCDCDC;
}
body.tax-product_cat #sidebar #primary  .accordion-body {
    display: none;
    padding: 10px;
    border-bottom: 1px solid #DCDCDC;
}
body.tax-product_cat #sidebar #primary .accordion-body .sub-cat {
    font-weight: 400;
    padding-left: 1em;
}
body.tax-product_cat #sidebar #primary .accordion-body .sub-cat.active {
    font-weight: 600;
}
body.tax-product_cat #sidebar #primary label.wpfLiLabel {
    margin-bottom: 0.6em;
}
body.tax-product_cat #sidebar #primary #block-10 {
    margin-top: 1.4em;
}
body.tax-product_cat #sidebar #primary #wpfBlock_1 .wpfFilterContent label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
}
body.tax-product_cat #sidebar #primary .wpfPriceInputs .wpfCurrencySymbol{
    display: none;
}
body.tax-product_cat #sidebar #primary .wpfPriceFilterRange{
	display: none;
}
body.tax-product_cat #sidebar #primary .wpfFilterWrapper .wpfPriceInputs {
    justify-content: space-between;
}
body.tax-product_cat #sidebar #primary .wpfPriceRangeField {
    -moz-appearance: textfield;
    border: 1px solid #DCDCDC !important;
    border-radius: 5px !important;
    width: 100px !important;
    font-size: 0.8rem !important;
    padding: 0.8em !important;
    text-align: left !important;
    height: 41px !important;
}
body.tax-product_cat #sidebar #primary .wpfFilterDelimeter {

    display: none;
}
body.tax-product_cat #sidebar #primary .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    padding-left: 0;
    padding-right: 0;
}
body.tax-product_cat #sidebar #primary .wpfFilterWrapper {
    margin-bottom: 1em;
}
body.tax-product_cat #sidebar #primary .wpfFilterTitle {
    font-size: 0.8rem;
    font-weight: 500;
}
body.tax-product_cat #sidebar #primary .wpfFilterWrapper .wfpTitle {
    font-weight: 500;
}
body.tax-product_cat #sidebar #primary .wpfCheckbox {
    padding-right: .3em;

    line-height: 1;
}
body.tax-product_cat #sidebar #primary .wpfCheckbox input{
    width: 20px;
    height: 20px;
    
}

body.tax-product_cat #sidebar #primary .wpfPriceInputs {
  position: relative;
  max-width: 260px;
}
body.tax-product_cat #sidebar #primary .wpfPriceInputs::before {
  content: '';
  position: absolute;
  max-width: 38px;
  width: 100%;
  background-color: #000;
  height: 1px;
  top: 50%;
  left: 43%;
}

body.tax-product_cat #sidebar #primary .wpfFilterContent label {
    font-weight: 400;
    font-size: 0.9rem;
}
body.tax-product_cat #sidebar #primary .wpfFilterButton.wpfButton {
    width: 100%;

    background: var(--main-gradient-hor);
    color: #fff;
    border: none;

    border-radius: 100px;

    padding-top: 11px;
    padding-bottom: 11px;

    padding-left: 32px;
    padding-right: 32px;
    cursor: pointer;
}
body.tax-product_cat #sidebar #primary .wpfFilterButtons, body.tax-product_cat #sidebar #primary .wpfFilterButtons .btn {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (max-width: 1360px) {
    body.tax-product_cat #sidebar #primary .wpfPriceInputs::before {
        display: none;
    }
    body.tax-product_cat #sidebar #primary .wpfFilterDelimeter {
        display: block;
    }
}

@media (max-width: 996px) {
    body.archive  .catalog-header .breadcrumbs-page a::after { 
        right: -16px;
    }
    body.tax-product_cat .catalog-header .inner {
        background-size: contain;
        height: 124px;
        padding: 0px;
    }
    body.tax-product_cat .catalog-header .pic {
        display: none;
    }
    body.tax-product_cat .catalog-products .inner{ 
        flex-direction: column-reverse;
    }

    body.tax-product_cat #sidebar {
        width: 100%;
    }
    body.tax-product_cat #sidebar #primary .wpfCheckbox input {
        width: 16px;
        height: 16px;
    }
    body.tax-product_cat #sidebar #primary .wpfLiLabel {
        display: flex;
        align-items: center;
    }
    body.tax-product_cat .inner > #primary {
        width: 100%;
    } 
    body.post-type-archive .catalog-products .inner .products {
        grid-template-columns: repeat(2, 1fr);
    }
    body.tax-product_cat .catalog-products .inner .products { 
        margin-top: 2em;
        grid-template-columns: repeat(2, 1fr);
    }
    body.tax-product_cat .catalog-products .inner .products .product-footer {
        align-items: end;
        margin-top: 0px;
    }
    
}
@media (max-width: 576px) {
    body.tax-product_cat .catalog-products .inner .products { 
        grid-template-columns: 1fr 1fr;
    }
    body.post-type-archive .catalog-products .inner .products {
        grid-template-columns: 1fr;
    }
    body.archive .product-category{
        width: 100% !important;
    }
}body.woocommerce-cart {
    background-color: #FAFAFA;
}
body.woocommerce-cart .catalog-header .inner{
    background-color: #fff;
    height: 370px;
    padding: 1em;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 30px;

    padding-right: 2.4em;
    margin-top: 1.3em;
}
body.woocommerce-cart .catalog-header .inner .info{
    padding-left: 2.4em;
}
body.woocommerce-cart .catalog-header .inner .info h2 {
    font-size: 2.5rem;
}
body.woocommerce-cart .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
	display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
}

body.woocommerce-cart .catalog-header .inner .breadcrumbs {
    display: flex;
    text-align: center;
    justify-content: center;

    column-gap: 8.4em;

    padding-right: 2.4em;
    margin-top: 1.3em;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a {
    text-align: center;
    position: relative;
    
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a::after {
    content: '';
    position: absolute;

    right: -189px;
    top: 26%;
    height: 1px;
    width: 224px;
    background-color: #000;
    z-index: 0;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a:last-child:after {
    display: none;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a .rBtn {
    margin: 0 auto;
    margin-bottom: .7em;
    background-color: #fff;
    border: 1px solid #000000;
    z-index: 1;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a.active {
    font-weight: 700;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a.active .rBtn {
    background: var(--main-gradient-hor);
    border: none;
}
body.woocommerce-cart .catalog-header .inner .breadcrumbs a .label{
    font-size: 0.7rem;
}
body.woocommerce-cart .main-cart .inner{
    display: flex;
    justify-content: space-between;

    margin-top: 2em;
}
body.woocommerce-cart .onsale, body.woocommerce-cart .screen-reader-text {
    display: none;
}
body.woocommerce-cart .woocommerce-cart-form{
    width: 86%;

}
body.woocommerce-cart .shop_table.woocommerce-cart-form__contents {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0 1em;

    border: none;

    margin-top: -1em;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td{
    padding: 12px 14px;
}
body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-cart .shop_table td {

    border: none;
    
}
body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-cart .shop_table td:first-child {
    padding-left: 1em;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-cart .shop_table td:last-child {
    padding-right: 1em;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
body.woocommerce-cart .shop_table .cart_item .product-thumbnail {
    width: 171px;
}
body.woocommerce-cart .shop_table .cart_item{
    background-color: #fff;
    border-radius: 15px;

    padding: .7em;
}
body.woocommerce-cart .shop_table .cart_item .product-name .variation {
    display: none;
}
body.woocommerce-cart .shop_table .cart_item .product-thumbnail img{
    border-radius: 15px;
    width: 172px;

    object-fit: contain;
}
body.woocommerce-cart .shop_table .cart_item .props {
    display: flex;
    align-items: center;
    column-gap: 1em;
    margin-bottom: 0.8em;
}
body.woocommerce-cart .shop_table .cart_item .props .prop {
    display: flex;
    column-gap: .4em;
    font-size: 0.7em;
}
body.woocommerce-cart .shop_table .cart_item .price {
    font-weight: 700;
}
body.woocommerce-cart .shop_table .cart_item .product-name {
    padding-left: 1em;
}

body.woocommerce-cart .shop_table .cart_item .product-quantity .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .shop_table .cart_item .product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .shop_table .cart_item .product-quantity .quantity input.qty {
    border: none;
    text-align: center;
    -moz-appearance: textfield;
    font-size: 0.6rem;

    width: 100%;

    height: 22px;
}
body.woocommerce-cart .shop_table .cart_item .product-quantity .qty-wrapper {
    height: 30px;
    width: 86px;

    display: flex;
    justify-content: space-between;

    border: 1px solid #B3B3B3;
    border-radius: 5px;
}
body.woocommerce-cart .shop_table .cart_item .product-quantity .qty-wrapper button {
    background-color: transparent;
    border: none;

    cursor: pointer;

    width: 20px;
    flex-shrink: 0;
    line-height: 1;
}
body.woocommerce-cart .shop_table .cart_item .product-subtotal {
    font-weight: 700;
}
body.woocommerce-cart .shop_table .actions {
    display: none;
}
body.woocommerce-cart .cart-right {
    width: 40%;
}
body.woocommerce-cart .cart-collaterals {
    background-color: #fff;
    border-radius: 15px;
    padding: 1em;
    
}
body.woocommerce-cart .cart-collaterals h2 {
    font-size: 1rem;
    color: #191919;
    font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .shop_table {
    width: 100%;
    border: none;

    font-size: 0.8rem;
}
body.woocommerce-cart .cart-collaterals th {
    text-align: left;
    font-weight: 400;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none;
}
body.woocommerce-cart .cart-collaterals th {
    vertical-align: middle;
}
body.woocommerce-cart .cart-collaterals table.shop_table  tbody tr th{
  font-weight: 300;
  flex-grow: 1;
}
body.woocommerce-cart .cart-collaterals table.shop_table  tbody tr td{
  font-weight: 300;
  padding-left: 0.5em;
}
body.woocommerce-cart .cart-collaterals table.shop_table  tbody tr.order-total th{
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals {
    display: none;
}
body.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-totals {
  padding-right: 0;
  display: none;
}
body.woocommerce-cart .cart-collaterals .shop_table tr{
  display: flex;
  justify-content: space-between;
  position: relative;
}

body.woocommerce-cart .cart-collaterals table.shop_table tr  {
    /* border-bottom: 1px dashed #CDCDCD; */
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td {
  position: relative;
}

body.woocommerce-cart .cart-collaterals .cart-subtotal th::before {

}
body.woocommerce-cart .cart-collaterals tr td::before, body.woocommerce-cart .cart-collaterals tr td::before {
    font-weight: 300;
}
body.woocommerce-cart .cart-collaterals table.shop_table th {
  position: relative;
  z-index: 20;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr th::after {
  content: '';
  position: absolute;
  left: 106px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg,#CDCDCD 0 3px,#0000 0 7px);
  z-index: 1;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-total-weight th::after {
   left: 110px;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total-volume th::after {
   left: 138px;
}

body.woocommerce-cart .cart-collaterals table.shop_table td {
  padding-right: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr th {
    min-width: 180px;
    overflow: hidden;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td {
    min-width: 100px;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th::after {
    display: none;
}


body.woocommerce-cart .cart-collaterals .cart-subtotal th {
    font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn {
    width: 100%;
    display: block;
    text-align: center;

    background: var(--black-color);
    color: #fff;
    border: none;

    border-radius: 30px;

    padding-top: 12px;
    padding-bottom: 12px;

    padding-left: 32px;
    padding-right: 32px;
    cursor: pointer;

    font-weight: 500;
    font-size: 0.8rem;
}
body.woocommerce-cart .cart-note {

    margin-top: 1em;
    padding: 1.5em;
    font-size: 0.8rem;
    color: #6E6E6E;

    background-color: #fff;
    border-radius: 15px;
}
body.woocommerce-cart .cart-note .phone {
    font-size: 1.1rem;
    color: var(--black-color);

    display: flex;
    column-gap: .5em;

    font-weight: 600;
}
@media (max-width: 996px) {
    body.woocommerce-cart .catalog-header .inner {
        flex-direction: column;
        height: unset;
        padding: 1.5em;
    }
    body.woocommerce-cart .catalog-header .inner .info {
        padding-left: 0;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs {
        column-gap: 0em;
        margin-top: 2em;
        justify-content: space-between;
        width: 100%;

        padding-right: 0;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs a .rBtn {
        width: 42px;
        height: 42px;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs a .rBtn svg {
        width: 50%;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs a.breadcrumbs-cart .rBtn svg {
        width: 75%;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs a::after {
        right: -84px;
        top: 25%;
        width: 120px;
        font-size: 0.9rem;

        display: none;
    }
    body.woocommerce-cart .catalog-header .inner .breadcrumbs a .label {
        font-size: 0.8rem;
    }
    body.woocommerce-cart .cart-right {
        width: 100%;
    }
    body.woocommerce-cart .main-cart .inner {
        flex-direction: column;
    }
    body.woocommerce-cart .woocommerce-cart-form {
        width: 100%;
        padding: 0;
    }
    body.woocommerce-cart .woocommerce-cart-form__cart-item {
        display: grid;
        text-align: center;
        margin-bottom: 1.5em;
    }
    body.woocommerce-cart .woocommerce-cart-form__cart-item {
        
    }
    body.woocommerce-cart .shop_table .cart_item .product-thumbnail {
        margin: 0 auto;
        padding-left: 0;
    }
    body.woocommerce-cart .shop_table .cart_item .product-name {
        padding-left: 0;
        
    }
    body.woocommerce-cart .shop_table .cart_item .product-name::before {
        display: none;
    }
    body.woocommerce-cart .shop_table .cart_item .product-name a {
        padding-bottom: .5em;
        display: block;
        font-size: 1.3rem;
        text-align: center;
    }
    body.woocommerce-cart .shop_table .cart_item .product-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body.woocommerce-cart .shop_table .cart_item .props {
        justify-content: center;
        font-size: 1.3rem;
    }
    body.woocommerce-cart .shop_table .cart_item .price {
        font-size: 1.1rem;
        text-align: center;
    }
    body.woocommerce-cart .shop_table .cart_item .product-quantity .quantity .qty-wrapper {
        margin: 0 auto;
    }
    body.woocommerce-cart .shop_table .cart_item .product-subtotal {
        padding-left: .6em;
        font-size: 1.3rem;
    }
    body.woocommerce-cart .cart-collaterals {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
    body.woocommerce-cart .cart-collaterals table.shop_table td::before {
        display: none;
    }
    body.woocommerce-cart .cart-collaterals table.shop_table th {
        display: block;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals tr td {
        min-width: 50px;
        text-align: left !important;
        width: unset;
    }
    /* body.woocommerce-cart .cart-collaterals .cart_totals tr th::after {
        width: 154px;
    } */
    body.woocommerce-cart .cart-collaterals .cart_totals tr th::after {
        left: 78px;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-total-weight th::after {
        left: 83px;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total-volume th::after {
        left: 100px;
    }
    body.woocommerce-cart .cart-collaterals .cart_totals tr td {
        padding-left: 0;
    }
    body.woocommerce-cart .cart-collaterals h2 {
        text-align: center;
    }
    body.woocommerce-cart .cart-collaterals td {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}body.woocommerce-checkout {
    background-color: #FAFAFA;
}
body.woocommerce-checkout .catalog-header .inner{
    background-color: #fff;
    height: 370px;
    padding: 1em;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 30px;

    margin-top: 2em;
}
body.woocommerce-checkout .catalog-header .inner .info{
    padding-left: 2.4em;
}
body.woocommerce-checkout .catalog-header .inner .info h2 {
    font-size: 2rem;
}
body.woocommerce-checkout .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
	display: none;
}
body.woocommerce-checkout .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
}

body.woocommerce-checkout .catalog-header .inner .breadcrumbs {
    display: flex;
    text-align: center;
    justify-content: center;

    column-gap: 8.4em;

    padding-right: 2.4em;
    margin-top: 1.3em;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a {
    text-align: center;
    position: relative;
    
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a::after {
    content: '';
    position: absolute;

    right: -189px;
    top: 26%;
    height: 1px;
    width: 224px;
    background-color: #000;
    z-index: 0;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a:last-child:after {
    display: none;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a .rBtn {
    margin: 0 auto;
    margin-bottom: .7em;
    background-color: #fff;
    border: 1px solid #000000;
    z-index: 1;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a.active{
    font-weight: 700;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a.active .rBtn {
    background: var(--main-gradient-hor);
    border: none;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a .label{
    font-size: 0.7rem;
}
body.woocommerce-checkout .catalog-header .inner .breadcrumbs a.active .rBtn {
    background: var(--main-gradient-hor);
    border: none;
}
body.woocommerce-checkout .main-cart .inner{
    display: flex;
    justify-content: space-between;

    margin-top: 2em;
}

body.woocommerce-checkout form.woocommerce-checkout .form-inner {
    display: flex;
    justify-content: space-between;

    margin-top: 1.2em;
    column-gap: 0.75em;

    font-size: 0.8rem;
}



body.woocommerce-checkout form.woocommerce-checkout .account-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-bottom: 1.25em;
}
body.woocommerce-checkout form.woocommerce-checkout .account-line input {
    width: 100%;
}
body.woocommerce-checkout form.woocommerce-checkout .account-line input[aria-invalid="true"] {
  border: 1px solid #FFB9B9 !important;
  color: #FFB9B9 !important;
}
body.woocommerce-checkout form.woocommerce-checkout .account-line .checkout-inline-error-message {
    display: none;
}
body.woocommerce-checkout .form-block {
    padding: 1.5em;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 0.75em;
}
body.woocommerce-checkout form.woocommerce-checkout h2, body.woocommerce-checkout form.woocommerce-checkout h3{
	font-size: 1rem;
	margin-bottom: 1em;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row label, body.woocommerce-checkout form.woocommerce-checkout .label {
	color: #BABABA;
    font-size: 0.8rem;
    margin-bottom: 0.4em;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .input-text {
    background-color: #F5F7FA;
    border-radius: 10px;
    padding: .8em 1em;

    font-size: 0.8rem;
    border: none;
}
body.woocommerce-checkout .shipping .shipping__list .shipping__item {
    display: flex;
    column-gap: 0.75em;
    font-size: 0.9rem;
}
body.woocommerce-checkout .shipping .shipping__list {
    margin-bottom: 2.75em;
}
body.woocommerce-checkout .shipping .shipping__list  .woocommerce-shipping-totals th {
    display: none;
}
body.woocommerce-checkout .shipping .shipping__list  .cart-total-weight  {
    display: none;
}
body.woocommerce-checkout .shipping .shipping__price .price {
    font-weight: 500;
}
body.woocommerce-checkout .payment .payment__list .payment__item {
    display: flex;
    column-gap: 0.75em;
    align-items: center;
    margin-bottom: 2em;
}
body.woocommerce-checkout .comment {
    display: flex;
    flex-direction: column;
}
body.woocommerce-checkout .comment textarea {
    resize: none;
    height: 120px;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 0.8em 1.2em;
    border: none;
}
body.woocommerce-checkout .checkout-privacy {
    display: flex;
    align-items: center;
    column-gap: 1.2em;
    margin-left: 2em;
    margin-top: 1.2em;
}

body.woocommerce-checkout .col-review .woocommerce-shipping-totals {
    display: none;
}
body.woocommerce-checkout .col-review .shop_table .woocommerce-shipping-totals {
  padding-right: 0;
  display: none;
}
body.woocommerce-checkout .col-review .shop_table tr{
  display: flex;
  justify-content: space-between;
  position: relative;
}
body.woocommerce-checkout .col-review .cart_totals tr th {
    min-width: 180px;
}
body.woocommerce-checkout .col-review .cart_totals tr td {
    min-width: 120px;
}
body.woocommerce-checkout .col-review .shop_table {
    width: 100%;
    border: none;
}
body.woocommerce-checkout .col-review  th {
    font-weight: 300;
    border: none !important;
}
body.woocommerce-checkout .col-review  td {
    border: none !important;
}

body.woocommerce-checkout .col-review table.shop_table th {
  padding-left: 0;

  position: relative;
  z-index: 20;
  overflow: hidden;
}
body.woocommerce-checkout .col-review table.shop_table tr th::after {
  content: '';
  position: absolute;
  left: 106px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg,#CDCDCD 0 3px,#0000 0 7px);
  z-index: 1;
}


body.woocommerce-checkout .col-review table.shop_table tr.order-total-volume th::after {
   left: 125px;
}

body.woocommerce-checkout .col-review table.shop_table tr.order-total th::after {
    display: none;
}

body.woocommerce-checkout .col-review table.woocommerce-checkout-review-order-table tr  {
    /* border-bottom: 1px dashed #CDCDCD; */
}
body.woocommerce-checkout .col-review table.woocommerce-checkout-review-order-table th {
  padding-left: 0;
  width: 100%;
}
body.woocommerce-checkout .col-review table.woocommerce-checkout-review-order-table td {
  padding-right: 0;
  min-width: 120px;
}

body.woocommerce-checkout .col-review table.shop_table tr th, body.woocommerce-checkout .col-review table.shop_table tr td{
  font-weight: 300;
}
body.woocommerce-checkout .col-review table.shop_table tr.order-total th{
 font-weight: 600; 
}
body.woocommerce-checkout .col-review .order-total  {
    font-weight: 600;
}
body.woocommerce-checkout .col-review .variation {
    display: none;
}
body.woocommerce-checkout .col-review .order-total th, body.woocommerce-checkout .col-review .order-total td {
    padding-top: 1em;
}
body.woocommerce-checkout .col-review .wc-proceed-to-checkout {
    margin-top: 1.4em;
}
body.woocommerce-checkout form.woocommerce-checkout button.btn{
    width: 100%;
    display: block;
    text-align: center;
    background: var(--black-color);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.8rem;
}
body.woocommerce-checkout form.woocommerce-checkout button.btn:hover {
    background: #121212;
}
body.woocommerce-checkout .checkout-note {
    color: #6E6E6E;
}
body.woocommerce-checkout .checkout-note .phone {
  display: flex;
  align-items: center;
  column-gap: .3em;
  font-size: 1.2rem;
  color: #191919;
  font-weight: 600;
}

body.woocommerce-checkout .safe-pay {
    display: flex;
    align-items: center;
    column-gap: 1em;
}
body.woocommerce-checkout .safe-pay .icon {
    background-color: #F3F3F3;
    width: 70px;
    height: 70px;

    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.woocommerce-checkout  .card-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width:992px) {
    body.woocommerce-checkout .catalog-header .inner {
        flex-direction: column;
        height: unset;
        padding: 1.5em;
    }
    body.woocommerce-checkout .catalog-header .inner .info {
        padding-left: 0;
    }
    body.woocommerce-checkout .catalog-header .inner .info h2 {
        text-align: center;
    }
    body.woocommerce-checkout .catalog-header .inner .breadcrumbs {
        column-gap: 0em;
        margin-top: 2em;
        justify-content: space-between;
        width: 100%;

        padding-right: 0;
    }
    body.woocommerce-checkout .catalog-header .inner .breadcrumbs a .rBtn {
        width: 42px;
        height: 42px;
    }
    body.woocommerce-checkout .catalog-header .inner .breadcrumbs a .rBtn svg {
        width: 50%;
    }
    body.woocommerce-checkout .catalog-header .inner .breadcrumbs a.breadcrumbs-cart .rBtn svg {
        width: 75%;
    }
    body.woocommerce-checkout .catalog-header .inner .breadcrumbs a::after {
        right: -84px;
        top: 25%;
        width: 120px;
        font-size: 0.9rem;

        display: none;
    }
    body.woocommerce-checkout form.woocommerce-checkout .form-inner{
        flex-direction: column;
        row-gap: 1em;;
    }
}

@media (max-width: 768px) {
    body.woocommerce-checkout .catalog-header .inner {
        flex-direction: column;
        height: unset;
    }

    body.woocommerce-checkout .col-review table.shop_table th {
        display: block;
    }
    body.woocommerce-checkout .col-review table.shop_table tr th::after {
        left: 72px;
    }
    body.woocommerce-checkout .col-review table.shop_table tr.order-total-volume th::after {
        left: 88px;
    }
    body.woocommerce-checkout .col-review table.shop_table tr td {
        min-width: 75px;
    }

    body.woocommerce-checkout form.woocommerce-checkout .account-line {
        grid-template-columns: 1fr;
    }
    body.woocommerce-checkout .col-review {
        margin-top: 2em;
    }
}body.single-product {
	background-color: #FAFAFA;
}
.single-product-main {
	padding-top: 3em;
}

/* Video */
body.single-product .overlay {
	top:0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	width: 100vw;
	height: 100vh;
	z-index: 100;
}
body.single-product .video-block {
	position: fixed;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);

	max-width: 600px;
	
	z-index: 200;
}
body.single-product .open-video {
	border: 1px solid #DCDCDC;
	font-size: 0.7rem;

	text-align: center;
	height: 112px;
	display: flex;
	align-items: end;

	padding-bottom: 0.8em;

	background-image: url(../images/smoke.svg);
	background-position: center 25%;
	background-repeat: no-repeat;

	cursor: pointer;

	margin-top: 1em;
}
body.single-product .video-block .inner {
	border-radius: 30px;
	overflow: hidden;
}
body.single-product .video-block .video {
	width: 100%;
}
body.single-product .video-block video {
	max-height: 550px;
} 
body.single-product .btn.close-video {
	width: 100%;
	text-align: center;
  	margin-top: 1em;
	border-radius: 50px;
}

.single-product-main .breadcrumbs-page {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 2em;
  	color: #9e9e9e;

	margin-bottom: 1.2em;
}
.single-product-main .breadcrumbs-page a {
    position: relative;
}
.single-product-main .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;

}

/* Select Element */
.variations .selectEx {
  border-radius: 30px;
  background-color: #FFFFFF !important;
  
  font-size: 0.9rem;

  max-width: 100%;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  
  


  width: 80%;
}
.selectEx .options {
  position: absolute;
  top: 3em;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  border-radius: 10px;

  cursor: pointer;
}

.selectEx .current {
	padding: 0.3em 1.5em;
	padding-left: 3em;

	width: 100%;

	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;

	

background-size: auto;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
}
.selectEx .current::before, .selectEx .option::before {
	content: '';
	left: 1em;
	top: 50%;
	transform: translateY(-50%);

	width: 20px;
	height: 20px;

	border-radius: 100%;

	background-color: transparent;

	position: absolute;
}

.selectEx .option.select- {
	display: none;
}
.selectEx .current.value-blue::before, .selectEx .current.value-blue::before, .selectEx .option.select-blue::before, .selectEx .option.select-blue::before {
	background-color: blue;
}
.selectEx .current.value-gold::before, .selectEx .option.select-gold::before {
	background-color: gold;
}
.selectEx .current.value-yellow::before, .selectEx .option.select-yellow::before  {
	background-color: yellow;
}
.selectEx .current.value-red::before, .selectEx .option.select-red::before  {
	background-color: red;
}
.selectEx .current.value-green::before, .selectEx .option.select-green::before  {
	background-color: green;
}

.selectEx .options .option {
  padding: 0.7em 1.5em;
  padding-left: 3em;

  position: relative;
}
.selectEx .options .option.available:hover {
  background-color: gray;
}

.woocommerce table.shop_attributes th {
	width: 43%;
}
.single-product-main .reset_variations {
  display: none !important;
}
.single-product-main a.added_to_cart {
	display: none;
}
.single-product-main form.cart .variations td {
	width: 375px;
}
.single-product-main .summary .woocommerce-product-rating {
	display: none;
}
.single-product-main .summary .product_meta .posted_in {
	display: none;
}
.single-product-main .summary .title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1em;

	margin-bottom: 0.26em;
}
.single-product-main .summary .title-wrapper .main-product-title {
	display: flex;
	align-items: center;
	column-gap: 1em;
}
.single-product-main .summary .title-wrapper .product-status {
	font-size: 0.8rem;
	padding: 0.5em 2em;
	flex-shrink: 0;
	border-radius: 8px;

	width: 190px;
  	text-align: center;
}
.single-product-main .summary-footer .stock {
	display: none;
}
.single-product-main .summary .title-wrapper .product-status.in-stock {
	color: #52C74E;
	background-color: #EAFBEB;
}
.single-product-main .summary .title-wrapper .product-status.out-stock {
	color: #c52626;
	background-color: #f87051;
}
.single-product-main .summary .product_title {
  font-size: 1.75rem;
  font-weight: 500;
}




.single-product-main .summary .product_meta {
	font-size: 0.7rem;
	font-weight: 300;
	margin-bottom: 1.2em;
}
.single-product-main .summary .woocommerce-product-details__short-description {
	font-size: 0.9rem;
	font-weight: 300;
}
.single-product-main .summary .summary-footer {
	display: flex;
	align-items: center;
  	column-gap: 3em;

	margin-top: 1.5em;
}
.single-product-main div.product .summary form.cart {
	margin-bottom: 0;
}
.single-product-main .summary .quantity .qty {
	display: none;
}
.single-product-main .summary .single_add_to_cart_button{
	background-image: url(../images/cart.svg), var(--main-gradient-hor) !important;

	color: #fff;
	border: none;

	border-radius: 50px;

	padding: 22px 6em 22px 4em !important;

	font-weight: 400;

	background-repeat: no-repeat;
	background-position: 77% 50%;

}
.single-product-main .product .summary p.price {
	font-size: 1.5em;
  	font-weight: 500;
  	color: var(--black-color);
}
.single-product-main form.variations {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.single-product-main .variations  tbody  tr{
	display: flex;
	flex-direction: column;
}
.single-product-main form.cart .variations td, .woocommerce div.product form.cart .variations th {
	text-align: left;
}
.single-product-main form.cart .variations select {
	border: none;
	border-radius: 30px;
	background-color: #FFFFFF !important;
	padding: 0.7em 1.5em;
}
.single-product-main form.cart .variations tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.single-product-main .product-type-variable .summary-footer > p.price {
	display: none;
}
.summary-footer .woocommerce-variation .woocommerce-variation-price{
  right: 64px;
  font-size: 1.5rem;
  color: #191919;
  font-weight: 500;
  top: 0px;
  position: absolute;
}
.woocommerce-variation {
	position: relative;
}
.summary-footer .woocommerce-variation .woocommerce-variation-price .price {
  color: #191919;
}
body.single-product .single-product-main  div.summary {
  	width: 53%;
}
body.single-product .single-product-main div.images{
	width: 43.8%;
} 
.single-product-main .flex-viewport {
	height: 424px !important;
}
.single-product-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	overflow: hidden;
}
.single-product-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{
	height: 424px !important;
	object-fit: contain;
	object-position: top;
}
.single-product-main  .flex-active-slide {
  border-radius: 15px;
}
.single-product-main  .flex-control-thumbs {
  margin-top: 1.5em !important;
  column-gap: .3em;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5em;
}
body.single-product .single-product-main .images.woocommerce-product-gallery  .flex-control-thumbs li {
  width: unset;
}
.single-product-main  .flex-control-thumbs li {
  width: unset;
  border-radius: 10px;
  margin-right: 0em !important;
  max-width: 112px;

  transition: all .2s ease-in;
}

.single-product-main  .flex-control-thumbs li img{
	opacity: 0.8;
	transition: all .2s ease-in;
}
/* .single-product-main  div.product div.images .woocommerce-product-gallery__trigger {
	top: 9em !important;
	bottom: unset !important;
	background: transparent !important;
	background-image: url(../images/gallery-show.svg) !important;
	width: 45px;
	height: 48px;

	background-repeat: no-repeat !important;
} */
.single-product-main  div.product div.images .woocommerce-product-gallery__trigger {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 424px !important;

	border-radius: 15px;
	background: none;
}
.single-product-main  div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	position: relative;
}
.single-product-main .woocommerce-variation .stock.in-stock{
	display: none;
}
.single-product-main  div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::after{
	content: '';
	position: absolute;
	right: 1em;
	bottom: 1em;

	width: 45px;
	height: 48px;

	background-image: url(../images/gallery-show.svg) !important;
}
.single-product-main  div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	border-radius: 15px;
	object-fit: contain;
}
.single-product-main  div.product div.images .flex-control-thumbs li{
  border-radius: 10px;
  overflow: hidden;
}
.single-product-main  .woocommerce-product-gallery.gallery-double-fix .flex-control-thumbs li:nth-child(2) {
	display: none;
}
.single-product-main div.product div.images .woocommerce-product-gallery__trigger::before, .single-product-main div.product div.images .woocommerce-product-gallery__trigger::after {
	display: none !important;
}
.single-product-main div.product .woocommerce-tabs {
	background-color: #fff;
	border-radius: 20px;

	padding: 1.8em;
}
.single-product-main div.product h2.add-info{
	clear: both;
	font-size: 1.75rem;
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product-main div.product .woocommerce-tabs ul.tabs {
	padding-bottom: 1.4em;
	padding-left: 0;
}
.single-product-main div.product .woocommerce-tabs ul.tabs li {
	border-radius: 60px;
  	border: none;
	color: #000;
	margin-right: 1.8em;
	font-weight: 400;
	background-color: transparent;
	margin: 0;
}
.single-product-main div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	color: #000;
}
.single-product-main div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.single-product-main div.product .woocommerce-tabs ul.tabs li.active{
	color: #fff;
	background-color: #000;
}
.single-product-main .woocommerce-tabs table.shop_attributes {
	border-top: none;
}
.single-product-main table.shop_attributes th, .single-product-main table.shop_attributes td {
	background-color: transparent !important;
	border-bottom: 1px dashed rgba(0,0,0,.1) !important;

	font-size: 0.9em;
}
.single-product-main table.shop_attributes th {
	text-align: left;
	font-weight: 300;
}
.single-product-main table.shop_attributes td {
	text-align: right;
	font-weight: 400;
}
.single-product-main table.shop_attributes .woocommerce-product-attributes-item:last-child th, .single-product-main table.shop_attributes .woocommerce-product-attributes-item:last-child td {
	border: none !important;
}
/* Comments */
.single-product-main .woocommerce-Tabs-panel--reviews .star-rating {
	color: #FFD014;
	font-size: 0.6em;
}
.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4em;
}

.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header .reviews__controls {
  display: flex;
  column-gap: 0.2em;
}
.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header .reviews__controls .rBtn {
  background-color: transparent;
  border: 1px solid #000;
}
.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header .reviews__controls .rBtn.reviews__back {
    background-image: url(../images/back_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	background-size: 25%;
}
.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header .reviews__controls .rBtn.reviews__next {
    background-image: url(../images/next_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	background-size: 25%;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentlist {
  padding-left: 0;
}
.single-product-main .woocommerce-Tabs-panel--reviews .comment_container {
  background-color: #FAFAFA;
  padding: 1em 1.4em;
  
  border-radius: 15px;
}
.single-product-main .woocommerce-Tabs-panel--reviews .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0.5em
}
.single-product-main .woocommerce-Tabs-panel--reviews .comment-header .name {
  display: flex;
  column-gap: .4em;
  align-items: center;

  font-size: 0.9rem;
}
.single-product-main .woocommerce-Tabs-panel--reviews .comment-header .date {
	font-size: 0.7rem;
}
.single-product-main .woocommerce-Tabs-panel--reviews .comment-text {
  margin-left: 0 !important;;
  border: none !important;;
  padding-left: 0 !important;

  font-size: 0.7rem;
}

.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window {
	border-radius: 15px;
	padding: 1em;
	position: fixed;
	top: 25%;
	left: 25%;

	background-color: #fff;
	z-index: 100;
}

.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window .commentAdd-window--close {
	position: absolute;
	right: 1em;
	top: 1em;

	width: 26px;
	height: 26px;
	background-image: url(../images/burger_close_b.svg);
	background-repeat: no-repeat;

	cursor: pointer;
}

.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window #reply-title {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window label {
	font-size: 0.8rem;
	color: #BABABA;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window .required {
	display: none;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window #submit {
	color: #fff !important;
	background-color: var(--black-color) !important;
	font-weight: 400 !important;
	border-radius: 50px !important;
	font-size: 1rem !important;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window p.stars a {
	color: #FFD014;
}
.single-product-main .woocommerce-Tabs-panel--reviews .commentAdd-window #comment {
	border-radius: 15px;
	border: none;
	background-color: #F5F7FA;
	resize: none;
}

.single-product-main .related {
	display: none;
}

.single-product-main .footer .nav-links {
	display: none;
}
@media (max-width: 1240px) {
	.single-product-main .summary .summary-footer {
		align-items: flex-start;
		flex-direction: column-reverse;
		row-gap: 1em;
	}
}
@media (max-width: 996px) {
	
	.single-product-main .summary .title-wrapper {
		display: grid;
		gap: 1em;
		grid-template-columns: 1fr;
	}
	.single-product-main .breadcrumbs-page a::after {
		top: 50%;
		transform: translateY(-50%);
  		right: -17px;
	}
	.single-product-main  div.product div.images .woocommerce-product-gallery__trigger {
		bottom: unset !important;
  		top: 0em !important; 
		right: 1em !important;
		height: 210px !important;
	}

	.single-product-main .summary .title-wrapper .product-status {
		margin-left: 0;
	}
	.single-product-main .summary .summary-footer {
		flex-direction: column-reverse;
	}
	.single-product-main .product .summary p.price {
		margin-bottom: 1em;
	}
	.single-product-main form.cart .variations tbody {
		grid-template-columns: 1fr;
	}
	body.single-product .single-product-main div.summary {
  		width: 100%;
	}
	.single-product-main .summary-footer .variations_form {
		width: 100%;
	}
	.single-product-main form.cart .variations td {
		width: 100%;
	}
	.single-product-main .woocommerce div.product form.cart .variations select {
		width: 100%;
	}
	.summary-footer .woocommerce-variation .woocommerce-variation-price {
		position: static;
	}
	.single_add_to_cart_button.button {
		width: 100%;
	}
	.single-product-main div.product .woocommerce-tabs {
		border-radius: 10px;
	}
	.single-product-main div.product h2.add-info {
		text-align: center;
		font-size: 1.35rem;
	}
	.single-product-main .woocommerce-Tabs-panel--reviews .reviews__header {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}
	
	.woocommerce-noreviews {
		text-align: center;
	}
}

@media (max-width: 768px) {
	body.single-product .video-block {
		left: 0%;
		transform: translateY(-50%);
	}
	.video-block video {
		width: 100%;
	}
	body.single-product .open-video {
		background-size: 36%;
		height: unset;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 2.5em;
		background-position: center 7%;
	}
	body.single-product .single-product-main div.images{
		width: 100%;
	}
	.single-product-main .flex-viewport {
		height: 212px !important;
	}
	.single-product-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
		height: 212px !important;
		object-fit: contain;
	}
	body.single-product .open-video {
		padding-left: 0.5em;
    	padding-right: 0.5em;
	}
}
@media (max-width: 768px) {

}body.woocommerce-account, body.page-template-page-reg {
    background-color: #FAFAFA;
}

body.woocommerce-account .woocommerce form.login, body.woocommerce-account .woocommerce form.register, body.page-template-page-reg .woocommerce form.register, body.woocommerce-account form.woocommerce-ResetPassword {
    border: none;

    max-width: 640px;
    margin: 0 auto;

    background-color: #FFFFFF;

    padding: 2.5em 5em;

    border-radius: 30px;
    margin-bottom: 9em;
}

body.woocommerce-account .woocommerce form .form-row label,  body.page-template-page-reg .woocommerce form .form-row label {
    font-size: 0.8rem;
    margin-bottom: 0.5em;

    color: #121212;
}
body.woocommerce-account .woocommerce form .form-row label .required, body.page-template-page-reg .woocommerce form .form-row label .required {
    display: none;
}
.woocommerce form .form-row .input-text, body.page-template-page-reg form .form-row .input-text {
    background-color: #F5F7FA;
    border-radius: 12px;
    padding: 1em 0.5em;
    border: none;
}
body.woocommerce-account .login-page h2, body.page-template-page-reg .login-page h2, body.woocommerce-lost-password h2.title-2{
    text-align: center;
    margin-bottom: 1em;
    margin-top: 3em;
}
body.woocommerce-account .woocommerce form.login, body.woocommerce-account .woocommerce form.register, body.page-template-page-reg .woocommerce form.register, body.woocommerce-account .woocommerce form.woocommerce-ResetPassword {

}
.woocommerce form .pre-login-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 0.7rem;
    margin-top: 0.9em;
    margin-bottom: 1.4em;
}
.woocommerce form .pre-login-btn input#rememberme{
    width: 16px;
    height: 16px;

    border-radius: 4px;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body.woocommerce-account .woocommerce .woocommerce-form-register__submit, body.page-template-page-reg .woocommerce .woocommerce-form-register__submit,  body.woocommerce-account .woocommerce form.woocommerce-ResetPassword .woocommerce-Button{
  float: unset;
  display: block;
  background-color: #121212;
  color: #fff;
  border-radius: 12px;
  width: 100%;
  font-weight: 700;
  font-size: .8em;
  padding: .75em;
}
body.woocommerce-account .woocommerce form.woocommerce-ResetPassword .woocommerce-Button {
    margin-top: 2em;
}
body.woocommerce-account .post-login-btn {
    font-size: 0.8rem;
    color: #3E3E3E;
    text-align: center;

    margin-top: 1.4em;
}
body.woocommerce-account .post-login-btn a {
    font-weight: 700;
}
body.woocommerce-account .woocommerce-form-login__rememberme, body.page-template-page-reg-php .woocommerce-form-login__rememberme {
    display: flex;
    column-gap: 0.5em;
    align-items: center;
}
@media (max-width: 996px) {
    body.woocommerce-account .woocommerce form.login, body.woocommerce-account .woocommerce form.register, body.page-template-page-reg .woocommerce form.register {
        border: none;
        background-color: #FFFFFF;
        padding: 1.5em 1.5em;
        border-radius: 15px;
    }
}/* My Account Header */
body.woocommerce-account {
  background-color: #FAFAFA;
}
body.woocommerce-account .woocommerce {
  margin-bottom: 1em;
}
body.woocommerce-account .page-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 2em;
}
body.woocommerce-account .page-header .inner {
    background-image: url(../images/catalog_text.svg);
    background-repeat: no-repeat;
    background-position: left center;

    margin-bottom: 3em;
}
body.woocommerce-account .page-header .inner h2{
    font-size: 3.5rem;
}
body.woocommerce-account .page-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;

   
}
body.woocommerce-account .page-header .breadcrumbs-page a {
    position: relative;
}
body.woocommerce-account .page-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
    
}
/* Navigation */
.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation-link {
  font-size: 1.1rem;
  padding: 0.7em;
  
  border-radius: 100px;
  padding-left: 4em;

  background-position: 9% center;
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    background-image: url(../images/my-account-orders.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    background-image: url(../images/my-account-account.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
    background-image: url(../images/my-account-fav.svg);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    background-image: url(../images/my-account-logout.svg);
}
.woocommerce-MyAccount-navigation-link.is-active {

  font-weight: 500;
  background-color: #fff;
  
}
.woocommerce-MyAccount-navigation-link.is-active a{
  background: -webkit-linear-gradient(180deg,rgba(254, 193, 99, 1) 0%, rgba(222, 67, 19, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Edit account */
.woocommerce-EditAccountForm {
    background-color: #fff;

    border-radius: 10px;
    padding: 1.5em 2em;
}
.woocommerce-EditAccountForm label{
    color: #BABABA;
}

@media (max-width: 996px) {

  body.woocommerce-account .page-header .inner h2{
    font-size: 2rem;
  }
  body.woocommerce-account .page-header .breadcrumbs-page {
    margin-top: 0.7em;
  }
  body.woocommerce-account .page-header .breadcrumbs-page a::after {
    right: -16px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 2em;
  }
  body.woocommerce-edit-account .account-line {
    grid-template-columns: 1fr;
  }
  body.woocommerce-edit-account .form-btn-send button.btn {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.orders .orderItem__main.open .toggle {
	transform: rotate(180deg);
}
.orderItemsHeader {
	padding: 1.5em 2em;
	color: #969696;
}
.orderItem {
	border-radius: 10px;
	padding-top: 1.5em;

	background-color: #fff;

	font-size: 0.8rem;
}
.orderItem__data.hide {
	display: none;
}



.orderItemsHeader, .orderItem__main, .orderItem__item {
  display: flex;
  align-items: center;
}
.orderItem__main {
	border-bottom: 1px solid #EFEFEF;
	padding-top: 1.25em;
	padding-bottom: 1.25em;

	margin-left: 2em;
  	margin-right: 2em;
}
.orderItem__item {
	text-align: left;
	border-bottom: 1px solid #EFEFEF;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	margin-left: 2em;
  	margin-right: 2em;
}
.orderItemsHeader .orderName, .orderItem__main .orderName, .orderItem__item .product-thumbnail{
  width: 20%
}
.orderItemsHeader .quantity, .orderItem__main .quantity, .orderItem__item .product-name{
  width: 30%;
}
.orderItemsHeader .total, .orderItem__main .total, .orderItem__item .product-price{
  width: 20%
}
.orderItemsHeader .status, .orderItem__main .status, .orderItem__item .product-total{
  width: 20%;
}
.orderItemsHeader .toggle-wrapper, .orderItem__main .toggle-wrapper{
  width: 9%;
}
.orderItem__main .date {
	color: #B0B0B0;
	font-size: 0.7em;
}
.orderItem__main {

}
.orderItem__main .toggle-wrapper .toggle{
  width: 40px;
  height: 40px;
  background-image: url(../images/order_toggle.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: all .2s ease-in;
  transform: rotate(180deg);
}
.orderItem__main .toggle-wrapper .toggle.open {
	transform: rotate(360deg);
}
.orderItem__data .product-thumbnail img {
	width: 100%;
	max-width: 90px;
	aspect-ratio: 1;
	border-radius: 10px;

	
}
.orderItem__data .product-name {
	font-size: 0.8rem;
}
.orderItem__data .product-price, .orderItem__data .product-total {
	font-size: 1rem;
	font-weight: 600;
}
.orderItem__data .props, .orderItem__total .props {
    display: flex;
    align-items: center;
    column-gap: 1em;
    margin-bottom: 0.8em;
}
.orderItem__data .props .prop, .orderItem__total .props .prop {
    display: flex;
    column-gap: .4em;
    font-size: 0.7em;
	align-items: center;
}
.orderItem__total .props {
    margin-bottom: 0;
}
.orderItem__total .total-item{
	display: flex;
	column-gap: .5em;
}
.orderItem__total .total-item .value {
	font-weight: 500;
}
.orderItem__total {
	display: flex;
	justify-content: center;
    align-items: center;
	background: var(--main-gradient-hor);
	color: #fff;
	border-radius: 10px;

	column-gap: 2em;

	padding-top: 1.7em;
	padding-bottom: 1.7em;
}

@media (max-width: 996px) {
    .orderItemsHeader {
        display: none;
    }
    .orderItem {
        font-size: 1rem;
    }
    .orderItem__main {
        flex-direction: column;
        align-items: flex-start;
    }
    .orderItem__main .quantity {
        width: 100%;
        text-align: center;
    }
    .orderItem__main .total {
        width: 100%;
        text-align: center;
    }
    .orderItem__main .status {
        width: 100%;
        text-align: center;
    }
    .orderItem__item .product-thumbnai {
        width: unset;
    }
    .orderItem__item .product-thumbnai img {
        text-align: center;

    }

    .orderItemsHeader, .orderItem__main, .orderItem__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .orderItemsHeader .toggle-wrapper, .orderItem__main .toggle-wrapper {
        width: unset;
        justify-self: end;

        grid-column: 2;
        grid-row: 1 / span 4;
    }
    .orderItem .orderItem__main {
        display: grid;
        grid-template-columns: 1fr 1fr;

        row-gap: 0.4em;
    }
    .orderItem .orderItem__main .orderName, .orderItem .orderItem__main .quantity, .orderItem .orderItem__main .total, .orderItem .orderItem__main .status {
        grid-column: 1;
        text-align: left;
    }
    .orderItem__data .product-name {
        font-size: 1rem;
        width: 100%;
    }
    .orderItemsHeader .orderName, .orderItem__main .orderName {
        width: 100%;
        text-align: center;
    }
    .orderItem__data .product-price, .orderItem__data .product-total {
        font-size: 1rem;
        width: 100%;
    }
    .orderItem__total {
        flex-direction: column;
        align-items: center;
    }
    .orderItem__item {
        text-align: center;
    }
    .orderItem__data .props, .orderItem__total .props {
        justify-content: center;
    }

}body.woocommerce-wishlist {
  background-color: #FAFAFA;
}

body.woocommerce-wishlist .wishlist-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 30px;
    padding: 1em;

    margin-top: 2em;
}
body.woocommerce-wishlist .wishlist-header .inner {
    background-image: url(../images/catalog_text.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
body.woocommerce-wishlist .wishlist-header .inner h2{
    font-size: 3.5rem;
}
body.woocommerce-wishlist .wishlist-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;

   
}
body.woocommerce-wishlist .wishlist-header .breadcrumbs-page a {
    position: relative;
}
body.woocommerce-wishlist .wishlist-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
    
}

body.woocommerce-wishlist .wishlist_table thead {
  display: none;
}
body.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a img {
  border-radius: 15px;
}

body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 1em;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td {
  border: none;
  padding-top: 2em;
  padding-bottom: 2em;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-thumbnail {
  width: 10%;
  padding-left: 2em;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-name {
  width: 65%;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-price {
  font-size: 1rem;
  font-weight: 600;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart {
  display: flex;
  align-items: center;

  height: 144px;
  column-gap: .3em;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart a{
  background-color: #FBFBFB !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;

  background-repeat: no-repeat;
  background-position: center center;

  margin: 0 !important;
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart a.add_to_cart_button {
    background-image: url(../images/cart-orange.svg);
}
body.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart a.remove_from_wishlist {
    background-image: url(../images/remove-orange.svg);
}

@media (max-width: 996px) {
  body.woocommerce-wishlist .wishlist-header .inner h2 {
    font-size: 2rem;
  }
  body.woocommerce-wishlist .wishlist_table.mobile {
    padding-left: 0;
  }
  body.woocommerce-wishlist .wishlist_table li {
    display: flex;
    align-items: center;
  }
  body.woocommerce-wishlist .wishlist_table li a.add_to_cart_button{
    background-color: #FBFBFB !important;
    background: url(../images/cart-orange.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.woocommerce-wishlist .wishlist_table li .remove_from_wishlist {
    background-color: #FBFBFB !important;
    background: url(../images/remove-orange.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.woocommerce-wishlist .wishlist_table li .additional-info-wrapper {
    display: flex;
    column-gap: 1em;
  }
}body.page-template-page-contacts {
    background-color: #FAFAFA;
}
body.page-template-page-contacts  .contacts-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 2em;
}
body.page-template-page-contacts .contacts-header .inner {
    background-image: url(../images/catalog_text.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
body.page-template-page-contacts .contacts-header .inner h2{
    font-size: 3.5rem;
}
body.page-template-page-contacts .contacts-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;
}
body.page-template-page-contacts  .contacts-header .breadcrumbs-page a {
    position: relative;
}
body.page-template-page-contacts  .contacts-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
}
body.page-template-page-contacts  .contacts-header .social {
    display: flex;
    flex-direction: column;

    row-gap: 1em;
}
body.page-template-page-contacts  .contacts-header .social .row {
    column-gap: 1em;
    justify-content: center;
}
body.page-template-page-contacts  .contacts-header .social-note {
    color: #ADADAD;
}
body.page-template-page-contacts .row {
    display: flex;
}
body.page-template-page-contacts .contacts .inner{
    display: flex;
    column-gap: 3em;
}
body.page-template-page-contacts .contacts .contacts__item{
    border: 1px solid #DE4313;
    padding: 1.5em;
    border-radius: 30px;

    width: 49%;
    display: flex;
    flex-direction: column;
    row-gap: 3em;
}
body.page-template-page-contacts .contacts .contacts__item .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.page-template-page-contacts .contacts .contacts__item .social-items .text {
    font-size: 1.1rem;
}
body.page-template-page-contacts .contacts .contacts__item .social-items .links {
    display: flex;
    column-gap: .5em;
}
body.page-template-page-contacts .contacts .contacts__item .info {
    font-size: 1.3rem;
    color: #191919;
    font-weight: 600;
}
body.page-template-page-contacts .contacts .contacts__item .info a {
    color: inherit;
}
body.page-template-page-contacts .feedback::before {
    display: none;
}
body.page-template-page-contacts  .feedback .inner {
    background-image: url(../images/feedback_bg_contacts.png);
}
body.page-template-page-contacts  .feedback .inner .feedback__text  {
    font-size: 1.75rem;
}
body.page-template-page-contacts .feedback .inner form {
  background-color: #252525;
  border-radius: 60px;
  padding: 2.6em 2.8em;
  color: #fff;
}
body.page-template-page-contacts .feedback .inner .feedback__text p {
    color: #464646;
}

@media (max-width: 992px) {
    body.page-template-page-contacts .contacts-header .inner {
        flex-direction: column;
    }
    body.page-template-page-contacts section.contacts {
        margin-top: 4em;
    }
    body.page-template-page-contacts .contacts .inner {
        row-gap: 2em;
        flex-direction: column;
    }
    body.page-template-page-contacts .contacts .contacts__item {
        width: 100%;
        row-gap: 2em;
        gap: 2em;
    }
    body.page-template-page-contacts .contacts-header .breadcrumbs-page {
        justify-content: center;
    }
    body.page-template-page-contacts .contacts-header .social {
        margin-top: 1em;
    }
    body.page-template-page-contacts .contacts-header .social-note {
        margin: 0 auto;
    }
    body.page-template-page-contacts .contacts .contacts__item .info {
        flex-direction: column;
    }
    body.page-template-page-contacts .feedback {
        padding-top: 6em;
    }
    body.page-template-page-contacts .feedback .inner .feedback__text p {
        margin: 0 auto;
    }
    .feedback .form-row, .feedback .form-row .form-field {
        flex-direction: column;
    }
    body.page-template-page-contacts .feedback .inner {
        flex-direction: column;
    }
    body.page-template-page-contacts .contacts-header .inner {
        height: 210px;
        flex-direction: column;
        text-align: center;
    }
    body.page-template-page-contacts .feedback .inner {
        flex-direction: column;
        row-gap: 2em;
    }
}.page-template-page-about main#content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-template-page-about .about-header h1{
    font-size: 7.5rem;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
  text-align: center;
  font-weight: 900;
}
.page-template-page-about .founders {
  margin-bottom: 4em;
}
.page-template-page-about .founders img{
  max-width: 300px;
  border-radius: 10px;
}
.page-template-page-about .founders .row{
  display: flex;


  column-gap: 3em;
  align-items: center;
}
.page-template-page-about .founders .row:last-child {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}
.page-template-page-about .founders h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
.page-template-page-about .founders .row .info{
    max-width: 600px;
}
.page-template-page-about .today {
  background-color: #F2F2F2;
  padding-top: 5em;
  padding-bottom: 5em;
}
.page-template-page-about .today h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.6em;
}
.page-template-page-about .today .today__advs {
  display: flex;
  justify-content: space-between;
  
  margin-top: 4em;
  font-weight: 500;
}
.page-template-page-about .today .today__adv {
    display: flex;
    column-gap: 1em;;
    align-items: center;
}
.page-template-page-about .today .today__adv img{
    max-width: 80px;
}
section.feedback {
  padding-top: 4em;
}
.about-feedback {
    margin-top: 3.2em;
}
.about-feedback__form {
  background-color: #F5F5F5;
  padding: 5em 6em;
  
  border-radius: 20px;
  
}
.about-feedback h2 {
  font-size: 2.5rem;
  margin-bottom: .5em;
  font-weight: 600;
}
.about-feedback__form h3 {
  font-size: 1.25rem;
}
.about-feedback__form .form-line {
  margin-top: 1.25em;
  
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2em;
  row-gap: 1em;
  margin-bottom: 1.6em;
}
.about-feedback__form .form-line input {
  padding: 1em 1.2em !important;
  border-radius: 3px;
  border: 1px solid #C6C6C6;
  width: 100%;
}
.about-feedback__form .form-line .btn {
   background: #000;
  border-radius: 3px;
}

.about-feedback__form .form-note {
    font-size: 0.8rem;
}
body.page-template-page-about .feedback::before {
    display: none;
}
body.page-template-page-about  .feedback .inner {
    background-image: url(../images/feedback_bg_contacts.png);
}
body.page-template-page-about  .feedback .inner .feedback__text  {
    font-size: 1.75rem;
}
body.page-template-page-about .feedback .inner form {
  background-color: #252525;
  border-radius: 60px;
  padding: 2.6em 2.8em;
  color: #fff;
}
body.page-template-page-about .feedback .inner .feedback__text p {
    color: #464646;
}
@media (max-width: 996px) {
  .page-template-page-about .founders .row {
    flex-direction: column;
    text-align: center;

  }
  .page-template-page-about .founders .row:last-child {
    flex-direction: column;
    text-align: unset;
    margin-left: unset;
  }
  .page-template-page-about .founders .row {
    margin-bottom: 3em;
  }
  .page-template-page-about .founders .row img {
  width: 50%;
  }
  .page-template-page-about .today .text {
    text-align: justify;
  }
  .page-template-page-about .today .today__advs {
    flex-direction: column;
    margin-top: 2em;
    row-gap: .75em;
  }
  .page-template-page-about h2 {
    text-align: center;
  }
  .about-feedback__form .form-line {
    grid-template-columns: 1fr;
  }
  .about-feedback__form {
    padding: 1.5em;
    border-radius: 12px;
    text-align: center;
  }
  .page-template-page-about .about-header h1 {
    font-size: 5.5rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }

    body.page-template-page-about .feedback {
        padding-top: 6em;
    }
    body.page-template-page-about .feedback .inner .feedback__text p {
        margin: 0 auto;
    }
    .feedback .form-row, .feedback .form-row .form-field {
        flex-direction: column;
    }
    body.page-template-page-about .feedback .inner {
        flex-direction: column;
    }
    body.page-template-page-about .contacts-header .inner {
        height: 210px;
        flex-direction: column;
        text-align: center;
    }
    body.page-template-page-about .feedback .inner {
        flex-direction: column;
        row-gap: 2em;
    }
}body.single-post {
    background-color: #FAFAFA;
}

body.single-post  .post-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 2em;
}
body.single-post .post-header .inner {
    background-image: url(../images/story_text.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
body.single-post .post-header .inner h2{
    font-size: 2.5rem;
    margin-bottom: 0.6em;
}
body.single-post .post-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;
    flex-wrap: wrap;
}
body.single-post  .post-header .breadcrumbs-page a {
    position: relative;
}
body.single-post  .post-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
}
body.single-post .post-header-date .date {
  background: var(--main-gradient-hor);
  color: #fff;
  border: none;

  border-radius: 25px;

    padding-top: 8px;
    padding-bottom: 8px;

    padding-left: 40px;
    padding-right: 40px;

    font-size: .8rem;
}

body.single-post .entry-content .inner{
    display: flex;
    column-gap: 1.75em;

    padding: 4em 5em;

    border-radius: 30px;
    background-color: #fff;

}
body.single-post .entry-content .inner > a {
    flex-shrink: 0;
}
body.single-post .entry-content .inner .content a {
    text-decoration: underline;
}
body.single-post .entry-content .inner img {
    width: 402px;
    height: 402px;
  object-fit: cover;
  border-radius: 15px;
}
body.single-post .entry-content .inner p {
    font-size: 0.9rem;
}
.footer .nav-links {
    display: none !important;
}
@media (max-width: 996px) {
    body.single-post .post-header .inner {
        margin-bottom: 3em;
        height: 215px;
        flex-direction: column;
        text-align: center;
    }
    body.single-post .post-header .breadcrumbs-page a::after {
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
    }
    body.single-post .entry-content .inner {
        flex-direction: column;
        align-items: center;
    }
    body.single-post .entry-content .inner {
        padding: 1em;
        row-gap: 1em;
    }
    body.single-post .entry-content .inner img {
        width: 100%;
        max-height: 300px;
    }
    body.single-post .entry-content .inner .content {
        text-align: justify;
    }

}body.category  .blog-header .inner{
    height: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 15px;
    padding: 1em;

    margin-top: 2em;
}
body.category .blog-header .inner {
    background-image: url(../images/story_text.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
body.category .blog-header .inner h2{
    font-size: 3.5rem;
}
body.category .blog-header .blog-header__cat-btns {
  display: flex;
  column-gap: .8em;
}
body.category .blog-header .blog-header__cat-btns .btn {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  border-radius: 40px;
  
  padding-top: 15px;
  padding-bottom: 15px;
}
body.category .blog-header .blog-header__cat-btns .btn.active {
  background: var(--main-gradient-hor);
  color: #fff;
  border: none;
}
body.category .blog-header .breadcrumbs-page {
    display: flex;
    column-gap: 2em;
    color: #9E9E9E;
    flex-wrap: wrap;
}
body.category  .blog-header .breadcrumbs-page a {
    position: relative;
}
body.category  .blog-header .breadcrumbs-page a::after {
    content: '';
    position: absolute;
    top: 33%;
    right: -24px;

    background-image: url(../images/breadcrumbs_arrow.svg);
    width: 6px;
    height: 10px;
}
body.category  .blog-header .blog-header__cat-btns {
    display: flex;
    column-gap: 1em;
}


.previews-list .inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin-top: 5em;
}

.previews-list article.post {
  
}
.previews-list article.post .pic {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.previews-list article.post .pic img.attachment-post-thumbnail{
  height: 294px;
  width: 100%;
  object-fit: cover;
}
.previews-list article.post .pic .date{
  background-color: #fff;
  font-size: 0.8em;
  border-radius: 15px;
  padding: 8px 8px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.previews-list article.post .title {
  font-weight: 600;
  margin-top: 0.8em;
}

@media (max-width: 996px) {
  body.category .blog-header .inner {
    flex-direction: column;
    height: 214px;
    text-align: center;
  }
  body.category .blog-header .breadcrumbs-page a::after {
      top: 50%;
      right: -18px;
      transform: translateY(-50%);
  }
  body.category .blog-header .inner .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
  .previews-list .inner {
    grid-template-columns: 1fr 1fr;
  }
  .previews-list article.post .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .previews-list .inner {
    grid-template-columns: 1fr;
  }
}.recomendations, .recomendations-blog {
    margin-top: 2.5em;
}
.recomendations__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3em;
}
.recomendations__header h2 {
    font-size: 2rem;
}
.recomendations__slider-controls {
    display: flex;
    column-gap: .5em;
}
.recomendations__slider-controls .rBtn {
    border: none;
    background: var(--main-gradient-hor);
    border: 1px solid #202020;
}
.recomendations__slider-controls .rBtn.recomendations__button-prev, .recomendations__slider-controls .rBtn.recomendations-blog__button-prev{
    background: url(../images/back_b.svg) center center no-repeat !important;
}
.recomendations__slider-controls .rBtn.recomendations__button-next, .recomendations__slider-controls .rBtn.recomendations-blog__button-next{
    background: url(../images/next_b.svg) center center no-repeat !important;
}
.recomendations  .product {
    background-color: #fff;
    border-radius: 15px;
    padding: 1em;
}
.recomendations .products .onsale, .recomendations .screen-reader-text {
    display: none;
}
.recomendations .woocommerce-LoopProduct-link img {
    margin: 0 auto;
    margin-bottom: 2em;
	
	max-height: 200px;
	object-fit: contain;
}
.recomendations .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 400;
    min-height: 3em;
}
.recomendations .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recomendations .product-footer .price {
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
}
.recomendations .product-footer .star-rating {
    display: none;
}
.recomendations .add_to_cart_button {
    background-color: transparent;
    background: url(../images/cart.svg) center center no-repeat, var(--main-gradient-hor) !important;
    border: none;
    width: 39px;
    height: 39px;

    margin-top: 0;

    border-radius: 100% !important;
}
.recomendations .product-footer a.added_to_cart {
  display: none;
}
.recomendations .product-footer a.button.added::after {
	display: none;
}
.recomendations .product-footer a.button.loading {
	padding-right: unset;
}
.recomendations .product-footer a.button.loading::after {
    right: 0.5em;
}

.recomendations .price {
    margin-bottom: 0;
}

.recomendations-blog {
    
}
.recomendations-blog  article.post .pic {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.recomendations-blog  article.post .pic img.attachment-post-thumbnail{
  height: 294px;
  width: 100%;
  object-fit: cover;
}
.recomendations-blog  article.post .pic .date{
  background-color: #fff;
  font-size: 0.8em;
  border-radius: 15px;
  padding: 8px 8px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.recomendations-blog  article.post .title {
  font-weight: 600;
  margin-top: 0.8em;
}

@media (max-width: 996px) {
    .recomendations__header{
        flex-direction: column;
        text-align: center;
        row-gap: 1em;
    }
}/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


#cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 320px;
  background: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 9999;
  display: none; /* Показывается через JS */
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
}

#cookie-banner p {
  margin: 0;
}

#cookie-banner a {
  color: #000000;
  text-decoration: underline;
}

#cookie-banner button {
  align-self: flex-end;
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

#cookie-banner button:hover {
  background-color: #333333;
}


#age-modal {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#age-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.age-content {
  max-width: 650px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  color: #000;
  line-height: 1.4;
}

.age-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.age-buttons button {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

#age-no {
  background: #000;
  color: #fff;
}

#age-yes {
  background-image: linear-gradient(90deg, rgba(254, 193, 99, 1) 0%, rgba(222, 67, 19, 1) 100%);
  color: #fff;
  border: unset;
}