@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.woff2?63041980') format('woff2'),
       url('fonts/icons.woff?63041980') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-bg-color: #141313;
  --primary-text-color: #fff;
  --secondary-bg-color: #e9ad3f;
  --secondary-text-color: #111;
  --body-text-color: #aaa;
  --body-background-color: #171717;
  --header-text-color: #fff;
  --header-text-hvr-color: #e9ad3f;
  --header-background-color: #111;
  --price-color: #fff;
  --border-color: #333;
  --main-title-color: #fff;
  --product-title-color: #111;
  --footer-news-bg-color: #111;
  --footer-news-title-color: #fff;
  --footer-news-desc-color: #aaa;
  --footer-bg-color: #111;
  --footer-title-color: #fff;
  --footer-link-color: #aaa;
  --footer-link-hvr-color: #fff;
  --bottom-footer-bg-color: #070707;
  --primary-font: 'Oswald',Helvetica,sans-serif;
  --secondary-font: 'Raleway',Helvetica,sans-serif;
  --ternary-font: 'Sacramento',Helvetica,sans-serif;
  --script-font:'Great Vibes', cursive;
  /* --script-font:'handwritten', cursive; */
}






/*REBOOT CSS*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Lato,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-text-color);
    text-align: left;
    /* background-color: var(--primary-bg-color); */
    background: var(--body-background-color);
    letter-spacing: 0em;
    position: relative;
    overflow-x: hidden;
}
input,
button,
textarea,
select {
    font: inherit;
    margin: 0;
}
ul,
ol {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
table {
    border-collapse: collapse;
}
img,
video {
    max-width: 100%;
    height: auto;
    width: 100%;
}
p{
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
  word-spacing: 0.1rem;
  line-height: 1.5rem;
}
.gold{
  color: var(--secondary-bg-color);
}
.footer-logo{
  font-weight: 400;
}
.footer-bottom{
  background:#000;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 480px;
  padding: 0px;
  margin: 0 auto;
}
.page-template-page-cart .section-product .container,
.single-orders .section-product .container{
  max-width: 767px;
}

section{
  position: relative;
  padding: 0;
  margin:0;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } 
.icon-search-1:before { content: '\e801'; } 
.icon-phone:before { content: '\e802'; } 
.icon-chevron-left:before { content: '\e935'; } 
.icon-chevron-right:before { content: '\e936'; }
.icon-chevron-up:before { content: '\e939'; }
.icon-edit-2:before { content: '\e965'; } 
.icon-menu-1:before { content: '\e99f'; } 
.icon-shopping-bag:before { content: '\e9df'; } 
.icon-shopping-cart:before { content: '\e9e0'; }
.icon-whatsapp:before { content: '\ea2c'; }
.icon-tik-tok:before { content: '\eb1c'; } 
.icon-youtube-play:before { content: '\f16a'; } 
.icon-instagram-1:before { content: '\f16d'; } 
.icon-paper-plane:before { content: '\f1d8'; }
.icon-telegram:before { content: '\f2c6'; }
.icon-facebook:before { content: '\f30c'; }
.icon-facebook-circled:before { content: '\f30d'; }
.icon-cancel:before { content: '\e803'; }

 


.invalid{
  color: #CD242B!important;
  border: 1px solid !important;
}

/* .required{
  color: #CD242B;
}
.container-slider{
  position: relative;
  margin: 0;
}
.col-container{
  display: flex;
  flex-direction: column;
} */
main{
  margin-top: -100px;
  padding: 100px 0 0 0;
}
.sticky-header {
  background-color: rgb(2 2 2 / 30%);
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0.4));*/
  color:#ffffff;
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  z-index: 99;
  transition: top 0.5s;
  backdrop-filter: blur(14px);
}

#header.scrolled{
  top: -80px; 
}
.logo-text {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 20px;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left, .header-right {
  display: flex;
  align-items: center;
  flex-grow: 1;
  /* height: 100px; */
}
.header-left {
  justify-content: flex-start; 
}
.header-right {
  justify-content: flex-end; 
}
.burger-menu{
  cursor: pointer;
  display: block;
  font-size: 2em;
  font-weight: bold;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  margin-right: 1rem;
  color: var(--header-text-hvr-color);
}
.desktop-menu{
  display: none;
}
#mobile-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%; 
  background-color: #000000;
  box-shadow: 4px 0px 5px rgba(0,0,0,0.2); 
  transition: transform 0.3s ease-in-out;
  z-index: 1000; 
  display:none;
  padding: 1rem 1.5rem 1rem 2rem;
  transform: translateX(-100%); 
  /* color:#FFD78A;  */
  color:#ffffff;
}
#mobile-menu li{
  line-height: 2rem;
}
/* #mobile-menu.window-closed {
  transform: translateX(-100%); 
} */
#mobile-menu.window-open {
  transform: translateX(0);
}
#mobile-menu-close{
  cursor:pointer;
}
#mobile-menu-close img{
  width: 32px;
}
.mobile-menu-header{
  text-align: right;
}
.mobile-menu-container > .menu > li{
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: 100;
  color: var(--secondary-bg-color);
  letter-spacing: 1px;
}
.mobile-menu-container .sub-menu{
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-out;
  padding: .5rem 0 0 0;
  margin:0 0 0 1.5rem;
}
.mobile-menu-container .sub-menu li {
  text-transform: none;
  margin: 0.25rem 0;
}
.mobile-menu-container .menu-item-has-children > a{
  position: relative;
}
.mobile-menu-container .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(135deg);
  margin-left: 10px;
  top:2px;
  transition: transform .3s ease, top .3s ease;
}
.mobile-menu-container .menu-item-has-children .active{
  color:#FFD78A
}
.mobile-menu-container .menu-item-has-children > a.active::after{
  transform: rotate(-45deg);
  top:6px;
}

#modal-overlay {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.75); /* полупрозрачный черный фон */
  display: none; /* скрыт по умолчанию */
  z-index: 999;  /* чуть меньше, чем у меню, если нужно чтобы меню было поверх оверлея. 
                    Если нужно наоборот - сделайте больше 1000 */
}

.header-right button{
  background: none;
  border: none;
  cursor: pointer;
}

.header-icon.icon-search{
  display: none;
}

.header-right .social-icon{
  /* display: none; */
}

.header-right .lang-select{
  margin-left:10px;
  color:#ffffff;
}

.header-icon{
  color: var(--secondary-bg-color);
  padding: 10px 4px;
  font-size: 1.2rem;
  opacity: .8;
  background: #000000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 6px;
  text-align: center;
  margin-left: 10px;
  display: block;
}

.section-breadcrumbs{
  background: #333;
  padding: .1rem 0;
  margin-bottom: 2rem;
}


.breadcrumbs {
  margin: 5px 0;
  font-size: 14px;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;           /* Делаем список флекс-контейнером */
  align-items: center;     /* Вертикальное выравнивание по центру */
  flex-wrap: wrap;         /* Если слишком много пунктов, они могут перенестись */
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child) {
  margin-right: 5px;       /* Расстояние между пунктами */
}

.breadcrumbs li .sep {
  margin: 0 5px;           /* Отступ для разделителя */
  color: #999;             /* Цвет разделителя */
  font-size: 14px;         /* Размер разделителя можно подстроить */
}

.breadcrumbs a {
  text-decoration: none;
  color: #7b7b7b;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}
.product-main-slider{
  margin-bottom:1rem;
}
.category-title-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .1rem .5rem;
}
.category-title{
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category-show-all{
  color:#999;
  font-size: 1rem;
}
.social-icon.shopping-bag{
  position: relative;
}
.shopping-items{
  position: absolute;
  bottom: 2px;
  right:0; 
  background: #b70000;
  color: #fff;
  z-index: 9;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 20px;
  display: none;
  text-align: center;
}
.cart-items{
  border: 1px solid var(--border-color);
  padding: 0 1rem;
  margin-top: 1rem;
}
.cart-item{
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

.cart-item:last-child{
  border-bottom:none;
}

.product-line-grid{
  display: flex  ;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.product-line-grid-left{
  width: 110px;
  flex: 0 0 110px; /* flex-grow:0; flex-shrink:0; flex-basis:100px; */
}
.product-line-grid-right {
  flex: 1 1 auto;           /* растягивается на всё оставшееся место */
}

.product-line-info{
  font-size: .8rem;
  line-height: 1.6rem;
  display: block;
  color: var(--secondary-bg-color);
  padding-left:10px;
}

.product-line-info .current-price{
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #656565;
  line-height: 2rem;
  text-align: right;
}

.product-line-total-container,
span.qty-input-ro{
  font-family: var(--primary-font);
  font-size: .9rem;
  padding:0 .4rem;
  color: #a39c9c;
  font-weight: 500;
}

#cart-total{
  font-family: var(--primary-font);
  font-size: 1rem;
  color: #656565;
  font-weight: 500;
  letter-spacing: 1px;
}

.product-line-grid-qty{
  display: flex  ;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.product-line-qty{
  color: #656565;
}
.grid-qty{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}


#new-order-link-container{
  display:none;
  padding: 1rem 0.5rem;
}

#new-order-message{
    color: var(--secondary-bg-color);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

#order-status-message{
    padding: 5px 10px;
    margin: 15px 0;
    background: var(--secondary-bg-color);
}
#new-order-link{
    width: 100%;
    background: #000;
    padding: .5rem .6rem;
    font-size: .9rem;
}
#order-link-copy{
    color: var(--secondary-bg-color);
    font-size: .8rem;
    text-align: right;
    background: none;
    border: none;
    cursor: pointer;
}


#new-order-client,
#new-order-manager{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.cart-item-qty{
  width:50px;
  margin-right:2rem;
}
.product-line-delete {
  position: absolute;
  right: -1rem;
  top: -1px;
}

.remove-from-cart{
  color: #fff;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

#new-order-client input,
#new-order-manager input{
  padding: 4px 10px;
  margin-bottom: 10px;
  background: #000;
  border: none;
  border-bottom: 1px solid var(--secondary-bg-color);
  margin-bottom: 15px;
  color: #999;
}
#new-order-manager input[readonly],
[name=order_notes_to_client][readonly]{
  background: transparent;
  pointer-events: none;
  cursor: not-allowed;
  border-bottom: 1px solid #999;
}

#new-order-manager [name=order_status]{
margin-bottom: 15px;
}

#form_order_empty_cart{
  margin: 3rem 0 !important;
  background: #000 !important;
  color: #999;
  padding: 4px 20px;
  border: none;
  cursor:pointer;
}

.qty-input[readonly]{
    background: transparent;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
    text-align: right;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: 1px;
    color: #656565;
    line-height: 2rem;
}

#new-order-client button,
#new-order-manager button{
  background: var(--secondary-bg-color);
  border: none;
  padding: 10px;
  cursor:pointer;
  margin-top: 1rem;
}

#new-order-client textarea,
#new-order-manager textarea{
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* #new-order-client .order_notes_to_client{
  background: #000;
  padding: .5rem .6rem;
  margin-bottom: 1rem;
} */
#new-order-client  .order_notes_title{
  font-size: .9rem;
  margin-bottom: .2rem;
  color: var(--secondary-bg-color);
}

#new-order-client label,
#new-order-manager label{
  font-size: .9rem;
  color: var(--secondary-bg-color);
}

#new-order-manager label.readonly{
    color: #656565;
}

#new-order-client label .required,
#new-order-manager label .required{
  padding-left: 5px;
  color: #605f5f;
}

[name=order_notes_to_client],
[name=client_notes_to_manager],
[name=delivery_address]{
  background: #000000;
  color: #999;
  border:none;
}


[name=order_notes_manager]{
  background: var(--border-color);
  color: #fff;
}


.quantity-control {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.qty-btn {
  width: 34px;
  height: 28px;
  color: #999999;
  background: var(--border-color);
  cursor: pointer;
  line-height: 1;
  border: 1px solid var(--border-color);
}

.qty-btn.minus{
  padding-bottom: 2px;
}

.qty-input {
  width: 40px;
  height: 28px;
  text-align: center;
  margin: 0;
  background: none;
  border: 1px solid var(--border-color);
  color: #656565;
  font-size: .9rem;
}

input:focus-visible {
  outline: none;
}


.cart-total-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid var(--border-color);
  color: #656565;
}

/* .bg-img{
  background-size: cover;
  background-position: center;
}
footer.bg-img{
    background-size: cover;
    background-position: left;
} */
/*
.social-icon:first-child{
  margin-left:0;
}
.social-icon {
  margin-left: 15px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  background: rgb(2 2 2 / 10%);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .3s ease;
  border: 1px solid rgb(255 255 255 / 10%);
}
.social-icon svg{
  fill:#ffffff;
  transition: fill .3s ease;
}
.social-icon:hover{
  background: #ffffff;
  transition: background .3s ease;
}
.social-icon:hover svg{
  fill:#000000;
  transition: fill .3s ease;
}
*/
footer{
  padding: 1rem 0 0 0;
  padding: 1rem 0 0 0;
}
footer .menu a{
  color: #C2BEBE;
}
footer .menu a:hover{
  opacity: 1;
  text-decoration: underline;
}
footer .contacts li{
  line-height: 2rem;
  font-size: .9rem;
}
.footer-container{
  display: flex;
  flex-direction: column;
}
.footer-top{
  /* margin-bottom: 2rem; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* gap: 1rem; */
  align-items: center;
}
.footer-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-menu li{
  line-height: 2rem;
}
.footer-menu .title{
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: left;
}
.footer-social{
  display: flex;
  /* gap: 1rem; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.footer-social .social-icon{
  margin: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  display: block;
  padding: 1rem;
  color: var(--secondary-bg-color);
}
.social-icon img{
  width: 32px;
}

.footer-copywrite .footer-social{
  display: flex;
}
.footer-copywrite{
  color: #C2BEBE;
  font: 500 13px / 28px var(--secondary-font);
}
.footer-copywrite .slogan{
  margin-top: 2rem;
  width:320px;
  height: 40px;
  margin: 2rem auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.add-to-cart{
  background: #e9ad3f;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
}

.btn, a.btn{
  display: block;
  width: 100%;
  padding: 0.9rem;
  font-size: 15px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  background: #5EB266;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  max-width: 280px;
  margin: 3rem auto 0 auto;
  transition: background .3s ease;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.btn:hover, a.btn:hover{
  background:#46924D;  
  transition: background .3s ease;
}

/* #more-categories {
  position: relative;
  padding: 0.9rem 1.4rem 0.9rem 1rem
}

#more-categories::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(135deg);
  margin-left: 10px;
  top: 19px;
  transition: transform .3s ease, top .3s ease;
}

a.inline-red{
  color: #CD242B;
  position: relative;
  padding-right: 20px;
  border-bottom: 1px solid;
  transition: border-bottom .3s ease;
}

a.inline-red::after {
  content: url('../im/icons/arrow-right.svg'); 
  position: absolute;
  right: 0; 
  top: 0; 
}

a.inline-red:hover{
  border-bottom: 1px solid transparent;  
  transition: border-bottom .3s ease;
} */







/* NEW STYLES ****************************************************************************/
.content{
  margin:1rem 0;
}
section.slider{
  position: relative;
  width: 100%;
  overflow: hidden; 
  background-color: var(--primary-bg-color);
}
section.instagram{
  background-color: #000000;
  padding: 2rem 0;
}
.m-0{
  margin:0;
}
.p-0{
  padding:0;
}
.ta-center{
  text-align: center;
}

/* SECTIONS */
.nologo{
  padding-top: 18rem;
}


.tag-subtitle{
  /* font-family: var(--script-font); */
  font-weight: 100;
  font-family: var(--primary-font);
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: var(--secondary-bg-color);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
}
.title{
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 2rem;
  line-height: 3.5rem;
}
.description{
  color: #fff;
  font-family: var(--secondary-font);
  font-weight:500;
  line-height:24px;
  font-size:14px;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 1.8px;
}

section.footer-subscribe{
  overflow:hidden;
}
.img-darken-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3));
}
.logo,
.footer-logo{
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 100;
  letter-spacing: 4px;
  padding-right: 1rem;
  color: var(--secondary-bg-color);
}
.footer-logo{
  padding: 0;
}



/* SLIDER HOME FULL CONTAINER **************************************************/
.slider-container-full{
  position: relative;
  width: 100%;
  /*max-width: 1200px; или другой max-width */
  margin: 0 auto;
}
.sl-image {
  position: relative;
}
.sl-full-text{
  position: absolute;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.slft__center {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.slft__left {
  text-align: left;
  top: 40%;
  left: 10%;
  transform: translate(-10%, -40%);
  max-width: 40%;
}
.sl-full-text .tag-subtitle{
  font-size: 1.3rem;
  line-height: 2rem;
}
.sl-full-text .title{
  font-size: 2rem;
  line-height: 2.5rem;
}
.sl-image img {
  width: 100%;
  display: block;
}


/* SLIDER HOME CATEGORIES ********************************************************/
.slider-container-categories .sl-image{
  background: #1d1c1c;
}

.slider-container-categories img{
  transition: opacity 0.5s ease; /* Указываем длительность и плавность перехода */
  opacity: .5;
}

.slider-container-categories .sl-image:hover img,
.slider-container-categories .slick-center img{
  opacity: 1;
}

.sl-c-text{
  position: absolute;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.sl-c-text .tag-subtitle{
  font-size: 1.2rem;
  line-height: 2rem;
}

.sl-c-text .title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.sl-c-text .description{
  display: none;
}


/** HOME ABOUT STYLIST *****************************************************************/
section.about{
  background: var(--primary-bg-color);
  padding: 3rem 0 0 0;
}
.txt-img-cols {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.txt-col {
  flex: 1;
  padding-right: 20px;
  order: 1;
}
.img-col {
  flex: 1;
  text-align: right;
  order: 2;
}
.img-col img {
  max-width: 100%;
  height: auto;
  display: block;
}
.txt-container{
  width: 78%;
  margin:0 auto;
}
.about-txt{
  color: #999;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

/** HOME PRODUCTS *****************************************************************/
section.home-products{
  /* background: var(--primary-bg-color); */
  margin: 5rem auto;
}
.product-slide{
  margin:0 5px;
}
.product-slide .title{

}
.slide-title{
    font-family: var(--secondary-font);
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
}

.card-header{
  padding: 5px;
  box-sizing: border-box;
}




/* Сетка карточек */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* Стиль для карточек товаров */
.product-card {
  border: none;
  /* border-radius: 5px; */
  overflow: hidden;
  text-align: center;
  background-color: #000000;
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 325px; */
  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* Внешнее свечение */
  /* 0 0 20px rgba(255, 215, 0, 0.6), /* Дополнительное свечение */
  /* 0 0 30px rgba(255, 215, 0, 0.4); /* Для увеличения яркости */
}

/* Контейнер изображения и меток */
.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
  opacity: .9;
  height: auto;
  display: block;
}

/* Метки на изображении */
.tags {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}

.tag {
  background-color: var(--secondary-bg-color);
  color: #000;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0;
}

/* Название товара с обрезкой текста */
.product-name {
  margin: 10px 0;
  /* white-space: nowrap; */
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  color: #999;
  /* color: var(--secondary-bg-color); */
  font-weight: 500;
  /* height: 115px; */
}

/* Стиль цены */
.product-price {
  color: var(--price-color);
  font: 400 16px / 18px var(--primary-font);
}

.product-price-container{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

/* Контейнер для баннеров */
.banners-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  /* max-width: 100%; */
  padding: 20px;
}

/* Общий стиль баннеров */
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 50%;
}

/* Левый столбец с текстом */
.banner-content {
  max-width: 60%; /* Ширина текстового блока */
}

.banner-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.banner-content p {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}

.banner-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6b6b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.banner-button:hover {
  background-color: #ff4c4c;
}

/* Правый столбец с изображением */
.banner-image img {
  max-width: 300px;
  height: auto;
  border-radius: 4px;
}




/*линки на категории товаров*/
.pt-categories-list {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 10px;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.pt-categories-list li {
  margin: 0;
  padding: 0;
}

.pt-categories-list li a {
  display: flex;
  align-items: center;   /* Выравнивание по вертикали */
  justify-content: center; /* Выравнивание по горизонтали */
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background: #000000;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-weight: 100;
  color: var(--secondary-bg-color);
  /* border: 1px solid; */
  border-radius: 10px;
}

.pt-categories-list li a:hover {
  opacity: 0.75;
}

.pagination{
  text-align: center;
  margin-top: 2rem;
}

.page-numbers{
  padding: 5px 12px;
    background: #000;
    color: #999;
}

.page-numbers.current{
    color: #999;
    background: var(--body-background-color);
}

/*PRODUCT PAGE*/
.section-products{
  margin-bottom:2rem;
}

.product-info-container {
  display: flex;
  flex-direction: column; /* На мобильных по умолчанию в колонку */
  gap: 20px;
  max-width: 1200px; 
  width: 100%;
  margin: 0 auto; /* Центровка блока */
  padding: 0;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-text{
  font-weight: 100;
    letter-spacing: 1px;
    color: var(--body-text-color);
}
.description-title{
  display:none;
}
.compound-title,
.application-title{
  margin: 1rem 0 0 0;
  color: var(--secondary-bg-color);
}

.product-info{
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--secondary-bg-color);
  padding-bottom: 1rem;
}

.product-attributes{
  margin: 1rem 0;
  color: var(--body-text-color);
}

.product-attributes .name{
  color: #656565;
  padding-right: 5px;
}

.section-product .product-price{
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 1px;
  color: #656565;
  line-height: 2rem;
  height: 2rem;
}

.section-product .product-price .value{
  color: var(--secondary-bg-color);
}

.section-product .product-price .currency{
  font-size: 1.1rem;
}






























.slide-brand{
  width: 130px;
  height: 130px;
  background-color:#ffffff;
  margin:8px;
}

.slide-partner,
.slide-article{
  margin:0 10px;
}

.b-logos{
  width: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 90%;
  margin: 0.5rem auto;
}

.odd-logo,
.even-logo{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-logo-container{
  height: 100px;
  background-color: #ffffff;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.prod-slide {
  margin: 8px;
  box-shadow: 0 0 7px 0 rgb(0 0 0/18%);
  border: none;
  /* white-space: nowrap; */
  overflow: hidden;
}

.pl-container{
  padding: 0rem;
}

.pl-title{
  font-size: 16px;
  font-family: 'PT Serif';
  text-align: center;
  background: #e3e3e3;
  padding: 1rem 0;
  color:#242424;
  margin:0;
}

/* .swiper-button-next,
.swiper-button-prev{
  display:none;
} */

.slick-next::before,
.slick-prev::before {
  content: none;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.35;
  background-color: transparent;
  transition: opacity 0.3s ease; 
}


.slick-arrow{
  border: none;
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.slick-prev{
  /* background-image: url('../im/icons/sl_arrow_left_g.svg')!important; */
  top: 45%;
  left: -1rem;
}
.slick-next{
  /* background-image: url('../im/icons/sl_arrow_right_g.svg')!important; */
  top: 45%;
  right: -1rem;
}


.slick-prev .icon-chevron-left,
.slick-next .icon-chevron-right{
    color: var(--secondary-bg-color);
    font-size: 2rem;
    line-height: 52px;
    opacity: .8;
    background: #000000;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 6px;
    text-align: center;
    display: block;
}

.dark .slick-prev{
  background-image: url('../im/icons/sl_arrow_left.svg')!important;
}

.dark .slick-next{
  background-image: url('../im/icons/sl_arrow_right.svg')!important;
}
.slick-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 8px;
  color: #b78421;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFD78A;
}

.dark .slick-dots li button:before {
  color: #FFD78A;
}

.dark .slick-dots li.slick-active button:before {
  color: #FFD78A;
}

.slick-dots li {
  width: 10px;
}





/* .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  content:url('../im/icons/sl_arrow_left_g.svg');
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content:url('../im/icons/sl_arrow_right_g.svg');
}

.dark .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  content:url('../im/icons/sl_arrow_left.svg');
}
.dark .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content:url('../im/icons/sl_arrow_right.svg');
} */

/* 
.swiper-pagination-reviews{
  text-align: center;
  margin-top: 0.5rem;
}

.reviews .swiper-pagination-bullet{
  width: 6px;
  height: 6px;
  background: #FFD78A;
  opacity: .25;
}

.reviews .swiper-pagination-bullet-active{
  opacity: 1;
  background: #FFD78A;
}  

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
} */

.review-container{
  background: #ffffff;
  padding: 1.5rem;
  font-size: .9rem;
  color:#000000;
}
.review-header{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.r-name{
  font-weight: 600;
}
.r-date{
  font-size: 0.8rem;
}
.review-img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.feedback-notice{
  text-align: center;
  margin-top: 1.5rem;
  color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 90%;
    position: relative;
  }

  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 10px;
    line-height: 1rem;
    display: block;
    z-index: 99;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.article-container{
  background: #ffffff;
  padding: 1.5rem;
  font-size: 1rem;
  border: 1px solid #E3E3E3;
}

.article-title{
  font-family: 'PT Serif';
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0.8rem 0 0.3rem 0;
  font-weight: 600;
}

.instagram-header{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

.instagram-header img{
  width: 50px;
  height: auto;
}

.instagram-header .title{
  margin: 0;
  text-align: left;
  line-height: 2rem;
  font-size: 2rem;
}

.instagram-header .info{
  font-size: 1rem;
}

a.more-articles-top,
a.follow-instagram-top{
  display: none;
}

.more-articles-bottom,
a.follow-instagram-bottom{
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0 0 0;
}

.title-container{
  display:block;
}


.footer-subscribe-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}

.subscription-form {
  display: flex;
  flex-direction: column;
}

.subscription-form .form-group,
.page-contacts-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 1rem;
}

.page-contacts-form .form-field {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  padding: 1rem;
  font-size: 1.2rem;
  height: 52px;
}

.page-contacts-form textarea{
  min-height: 120px;
}
.page-contacts-form label{
  font-weight: 500;
}

.page-contacts-form .fields-flex{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.subscription-form .form-field,
.subscription-form .form-button {
  width: 100%;
  margin-top: .5rem;
  max-width: 100%;
}

.footer-subscribe input{
  height: 52px;
  border-radius: 5px;
  outline: none;
  padding: 1rem;
  border: none;
  font-size: 1.2rem;
}

.footer-subscribe-thankyou{
  display:none;
}

.contact-form-thankyou{
  display:none;
  text-align: left;
}

.footer-subscribe-thankyou .title{
  font-size: 3rem;
  text-align: left;
}

#backToTop {
  position: fixed;
  font-size: 1.2rem;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none;
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 9;
  /* border: 1px solid var(--header-text-hvr-color); */
  color: var(--header-text-hvr-color);
  text-align: center;
  padding: 0 0 4px 0;
}

@media (min-width: 480px) and (max-width:569px) {
  .slide-title {
    font-size: .9rem;
    line-height: 1.5rem;
  }
  .slick-arrow{
    width: 52px;
    height: 52px;
  }

  .slick-prev .icon-chevron-left,
  .slick-next .icon-chevron-right{
    font-size: 1.6rem;
    line-height: 38px;
    width: 52px;
    height: 52px;
  }



}


@media (min-width: 570px) and (max-width:767px) {
  .container {
    max-width: 740px;
  }
  .product-name {
    height: 72px;
  }
  .slide-title {
    font-size: .9rem;
    line-height: 1.3rem;
  }
  .product-price {
    height: 18px;
  }
  .product-main-slider {
    margin-bottom: 2rem;
  }
  .breadcrumbs {
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .slick-prev .icon-chevron-left,
  .slick-next .icon-chevron-right{
    font-size: 1.6rem;
    line-height: 38px;
    width: 52px;
    height: 52px;
  }


}

@media (min-width: 768px) and (max-width:1199px) {
  .container {
    max-width: 1140px;
  }
  .slide-title {
    font-size: .85rem;
    line-height: 1.3rem;
  }
  .product-price {
    height: 18px;
  }
  .product-name {
    height: 82px;
  }
  .product-main-slider {
    margin-bottom: 2rem;
  }
  .breadcrumbs {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .product-info-container {
    flex-direction: row;
    max-width: unset; 
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr); /* 👈 три колонки */
  }
  .slick-prev .icon-chevron-left,
  .slick-next .icon-chevron-right{
    font-size: 1.6rem;
    line-height: 38px;
    width: 52px;
    height: 52px;
  }


}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
  .product-main-slider {
    margin-bottom: 2rem;
  }
    .breadcrumbs {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .product-info-container {
    flex-direction: row;
    max-width: 1040px; 
  }

  .product-grid {
    grid-template-columns: repeat(4, 1fr); /* 👈 три колонки */
  }
  .slick-prev .icon-chevron-left,
  .slick-next .icon-chevron-right{
    font-size: 1.6rem;
    line-height: 38px;
    width: 52px;
    height: 52px;
  }

  
}