body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.header-instagram,
.header-phone,
.barva-search input {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  /* max-width: 244px; */
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#common-home {
  padding: 0 18px !important;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a+a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}

#menu .nav>li>a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  padding-top: 10px;
  /* background-color: #303030; */
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
}

.footer-logo-wrap {
  margin: 0 100px 0 0;
}


.footer-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}


/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
  right: -1px;
}

/* Typography & palette */
:root {
  --hero-text: #FAFBFB;
  --hero-dark: #4B4742;
  --overlay: rgba(0, 0, 0, .30);
}

* {
  box-sizing: border-box
}

body {
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif
}

/* Navbar */

.navbar-toggler {
  border: none;
  /* убираем рамку */
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 24px !important;
  height: 2px !important;
  background-color: #333;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.barva-header .navbar {
  padding-block: .75rem
}

.navbar-brand img {
  height: auto
}

/* Menu */
.menu-primary .nav-link {
  color: var(--menu);
  font-weight: 400;
  font-size: 1rem;
  /* 16px */
  line-height: 1.22;
  padding: .25rem .25rem;
  white-space: nowrap;
}

.menu-primary .nav-link.special-offer {
  color: var(--accent);
  font-weight: 400
}

/* Search */
.barva-search {
  border-bottom: 1px solid #E5E5E5;
  padding: 0;
  color: #4B4742;
  max-width: 244px;
  /* from Figma box */
  /* flex-grow: 1; */
  padding: 6px 0 0 15px;
  gap: 18px;

}

.barva-search .icon {
  margin-right: .2rem;
  opacity: .9;
}

.barva-search input::placeholder {
  color: var(--ink);
  opacity: 1
}

/* Icons */
.icon-link .icon {
  display: block
}

/* Offcanvas (Bootstrap) tweaks */
.offcanvas .menu-primary .nav-link {
  padding: .5rem 0;
  font-size: 1.1rem
}

.offcanvas .barva-search {
  min-width: 100%
}

/* Responsive */
@media (max-width: 991.98px) {
  .menu-primary {
    gap: 1rem
  }
}

/* Hero */
.hero {
  overflow: hidden
}

.hero .swiper {
  width: 100%;
  height: clamp(55vh, 70vw, 689px)
}

.hero .swiper-slide {
  position: relative
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay)
}

.hero__content {
  bottom: 20%;
  display: grid;
  gap: 1rem;
  justify-items: start;
  color: var(--hero-text);
  z-index: 2;
}

.slider_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FBFCFB;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__button {
  background-color: #FBFCFB;
  font-family: Montserrat;
  line-height: 1;
  color: #4B4742;
  font-size: 18px;
  padding: 8px 33px;
  text-decoration: none;
}

.hero__title {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #FBFCFB;
  text-shadow:
    -1px -1px 0 #F6BC50,
    1px -1px 0 #F6BC50,
    -1px 1px 0 #F6BC50,
    1px 1px 0 #F6BC50;
}

.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50rem;
  border: 0;
  background-color: transparent !important;
  z-index: 5;
  cursor: pointer;
}

.hero__nav--prev {
  left: 1rem
}

.hero__nav--next {
  right: 1rem
}

.hero__nav--prev::before,
.hero__nav--next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.hero__nav--next::before {
  transform: rotate(-135deg)
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, .6);
  opacity: 1
}

.swiper-pagination-bullet-active {
  background: #fff
}

/* Responsive */
@media (max-width:768px) {
  .hero .swiper {
    /* height: 60vh */
    display: none;
  }

  .hero__content {
    bottom: 16%
  }

  .hero__title {
    font-size: 1.75rem
  }
}

/* palette fallbacks (use your existing CSS vars if present) */
:root {
  --ink: #3f3a36;
  /* dark band */
  --paper: #ffffff;
  /* white */
  --muted: #6b6b6b;
  --accent: #e6c77f;
  /* golden circles/accents */
}

/* structure */
.barva-footer {
  /* background: var(--ink); */
  /* color: var(--paper); */
  margin: 20px 0 0 0;
}

.barva-footer .footer-top {
  background: var(--paper);
  /* color: #222; */
}

.barva-footer .footer-bottom {
  background: var(--ink);
}

/* titles & links */
.footer-title {
  font-weight: 400;
  margin-bottom: .75rem;
  letter-spacing: .02em;
  color: #909090;
  font-size: 18px;
}

.footer-link {
  color: #4B4742;
  text-decoration: none;
  font-size: 18px;
}

.footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-list li+li {
  margin-top: 14px;

}

.footer-list {
  list-style-type: none;
  padding: 0;
}

/* newsletter arrow link */
.footer-newsletter {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.footer-newsletter::after {
  content: "→";
  transition: transform .15s ease;
}

.footer-newsletter:hover::after {
  transform: translateX(2px);
}

/* payments */
.footer-pay {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-pay img {
  display: block;
  opacity: .95;
}

/* divider between top and bottom */
.footer-hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* logo */
.footer-logo {
  display: block;
}

/* bottom circle icons */
.footer-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background .15s ease, transform .05s ease;
}

.footer-circle img {
  display: block;
  /* filter: brightness(0) invert(1); */
  opacity: .95;
}

.footer-circle:hover {
  background: rgba(230, 199, 127, .12);
}

.footer-circle:active {
  transform: scale(.98);
}

.navbar-toggler {
  display: none;
}

/* на десктопе аккордеон всегда открыт */
@media (min-width: 992px) {
  .accordion-button {
    pointer-events: none;
    background: none;
    box-shadow: none;
  }
  .accordion-collapse {
    display: block !important;
    visibility: visible !important;
  }
}


/* optional: make columns breathe a bit on md */
@media (max-width: 991.98px) {
  .footer-title {
    margin-bottom: .5rem;
  }
}


.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  position: relative;
}

.mobile-menu__link {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.mobile-menu__toggle {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  transition: transform .3s ease-in-out;
}

.mobile-menu__item.open>.mobile-menu__link>button.mobile-menu__toggle {
  transform: rotate(45deg);
}

/* Подменю */
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  list-style: none;
  padding-left: 15px;
  margin: 0;
  border-left: 2px solid #eee;
}

.mobile-submenu__item {
  margin: 8px 0;
}

.mobile-submenu__link {
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.mobile-menu__item.open>.mobile-submenu {
  max-height: 500px;
  /* ставим побольше, чем реально нужно */
  margin-top: 10px;
}

/* Footer */
.mobile-menu__footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

.mobile-menu__lang a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  margin-bottom: 15px;
}

.mobile-menu__auth a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
  display: block;
  margin-bottom: 20px;
}

.mobile-menu__logo img {
  max-width: 120px;
  opacity: 0.8;
}


.offcanvas-body .navbar-nav {
  /* display: none; */
  padding: 0 20px !important;
}

.offcanvas.offcanvas-end {
  width: 100% !important;
}

.header-main {
  padding: 0 0 10px 0;
}

.header-main .row div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-main .row div:first-child {
  padding-left: 40px;
  padding-top: 20px;
  justify-content: start;
}

.header-main .row div:nth-child(2) {
  padding-top: 20px;
  justify-content: start;
  gap: 43px;
}

.header-main .row div:nth-child(3) {
  padding-right: 40px;
  padding-top: 20px;
  justify-content: start;
  gap: 40px;
}


/* .profile-triggers {
  display: flex!important;
  gap: 10px!important;
  justify-content: center;

} */

.header-main .row div:nth-child(2) a {
  color: #4B4742;
  text-decoration: none;
}

.header-main {
  border-bottom: 1px solid #E5E5E5;
}

/* Header base */
.header-bottom {
  --hdr-h: 64px;
  --mega-pad: 24px;
  --mega-gap: 24px;
  --hover-bridge: 12px;
  /* overlap to remove any hover gap */
  --col-head-size: 1rem;
  --col-item-size: .9375rem;
  --border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  border-bottom: var(--border);
  position: relative;
  z-index: 1030;  
}

.header-bottom .header-bar {
  padding-top: 29px;
  /* padding-bottom: 7px; */
}

/* Top-level links */
.header-bottom .nav-link {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  /* padding: .5rem .25rem; */
  padding: 0 0 12px 0;

  color: #5F534C;
  text-decoration: none;
}

.header-bottom .nav-link:hover {
  color: #F6BC50;
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
}

/* bootstrap primary */

/* Mega wrapper: full-width under header, no gaps */
.header-bottom .has-mega {
  position: static;
}

/* keep full-width absolute child */
.header-bottom .mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: calc(var(--hover-bridge) * -1);
  /* overlap to kill gaps */
  background: #fff;
  border-top: var(--border);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

  /* visibility toggle (keeps layout stable and hoverable) */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease;
}

/* Keep mega open when hovering the item OR the panel itself */
.header-bottom .has-mega:hover .mega,
.header-bottom .has-mega:focus-within .mega,
.header-bottom .has-mega .mega:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Add “bridge” space under the top link so cursor never leaves the hovered li */
.header-bottom .has-mega>.nav-link {
  position: relative;
  padding: 0 0 12px 0;
  border-bottom: 1px solid transparent;
}

/* Mega inner */
.header-bottom .mega .container {
  padding-top: var(--mega-pad);
  padding-bottom: var(--mega-pad);
}

/* 5-column grid across full width */
.header-bottom .mega-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--mega-gap);
}

/* Column blocks */
.header-bottom .mega-col {
  min-width: 0;
}

.header-bottom .mega-col .col-head {
  display: block;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: .5rem;
  padding: .375rem .5rem;
  border-radius: .5rem;
  /*background: rgba(13,110,253,.08);*/
  color: #909090;
  text-decoration: none;
}

.header-bottom .mega-col .col-head:hover {
  background: rgba(13, 110, 253, .12);
}

.header-bottom .mega-col .col-item {
  display: block;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  padding: .25rem 0;
  color: #4B4742;
  text-decoration: none;
  border-radius: .375rem;
}

.header-bottom .mega-col .col-item:hover {
  color: #0d6efd;
  background: rgba(13, 110, 253, .06);
  padding-left: .25rem;
}

/* Right side language switcher */
.header-bottom .lang-switcher .dropdown-toggle::after {
  margin-left: .35rem;
}

/* Desktop-only mega */
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block;
  }

  .header-bottom .mega {
    display: none !important;
  }

  /* menu is desktop-only */
  .header-bottom .nav-link {
    padding: .5rem 0;
  }

  .header-bottom .mega-grid {
    display: none;
  }
}

/* ===== new gallery mega ===== */
.header-bottom .mega--gallery .mega-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--mega-gap);
}

.header-bottom .mega--gallery .mega-col.is-spacer {
  /* fills to 5 columns */
  pointer-events: none;
}

.header-bottom .mega-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  min-height: 320px;
}

.header-bottom .mega-card__img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 320px;
  max-width: 230px;
  /* keeps images uniform */
  overflow: hidden;
  /* border-radius: .75rem; */
  /* background: #f5f5f7; */
  /* border: 1px solid rgba(0, 0, 0, .06); */
}

.header-bottom .mega-card__img img {
  position: absolute;
  /* inset: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;


}

.inquiry a {
  border-bottom: 1px solid transparent;
}

.header-bottom .mega-card__title {
  color: #111;
  line-height: 1.25;
  font-size: 18px;
  color: #4B4742;
}

.header-bottom .mega-card:hover .mega-card__img img {
  /* transform: scale(1.04); */
}

.header-bottom .mega-card:hover .mega-card__title {
  color: #F6BC50;
}

.header-bottom .mega--gallery .mega-grid {
  justify-items: stretch;
}

.header-bottom .nav>.nav-item>.nav-link:hover,
.header-bottom .nav>.nav-item>.nav-link:focus,
.header-bottom .nav>.nav-item.active>.nav-link {
  border-bottom: 1px solid #4B4742;
  /* bootstrap primary */
  padding-bottom: 12px !important;
}

/* ===== shared overlay bits ===== */
:root {
  --overlay-bg: rgba(0, 0, 0, 0);
}

/* SEARCH: full-bleed overlay with a 40vh top panel */
.barva-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  /* above header */
  background: var(--overlay-bg);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.barva-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.barva-overlay__panel {
  height: 40vh;
  /* per requirement */
  min-height: 280px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transform: translateY(-12px);
  transition: transform .2s ease;
}

.barva-overlay.is-open .barva-overlay__panel {
  transform: translateY(0);
}

/* search top row */
.barva-overlay .search-row {
  padding-top: 18px;
  border-bottom: 1px solid #dcdcdc;
}

.barva-overlay .search-input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 10px 0 12px 0;
}

.barva-overlay .search-input::placeholder {
  color: #b7b7b7;
}

/* tags */
.barva-overlay .tag {
  display: inline-block;
  padding: .375rem .75rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 999px;
  color: #6b6b6b;
  text-decoration: none;
  font-size: .875rem;
}

.barva-overlay .tag:hover {
  border-color: #0d6efd;
  color: #0d6efd;
}

/* product grid like screenshot */
.searched-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.s-card {
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 6px;
}

.s-card__img {
  aspect-ratio: 4/3;
  background: #f5f5f7;
  border-radius: 6px;
  overflow: hidden;
}

.s-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-card__title {
  font-size: .875rem;
  line-height: 1.2;
  color: #333;
}

.s-card__price {
  font-size: .8125rem;
  color: #777;
}

/* close button (used by both modals) */
.barva-close {
  position: absolute;
  top: 10px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  opacity: .6;
  cursor: pointer;
}

.barva-close:hover {
  opacity: 1;
}

/* ===== PROFILE: fixed card at top-right (40px gap) ===== */
.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: transparent;
  /* no global dim by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.profile-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.profile-card {
  position: fixed;
  top: 65px;
  right: 21%;
  width: min(92vw, 312px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
  padding: 20px 20px 0 20px;
}

.profile-card .barva-close {
  top: 8px;
  right: 10px;
  display: none;
}

.profile-card__section {
  padding: 12px 0 20px 0;

}

.profile-btn {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  padding: 8px 54px;
  background-color: #EFCB8C;
  margin: 32px 0 10px 0;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.profile-btn:hover {
  color: #fff;
  background-color: #d6b780;
}

.profile-card_title {
  font-family: Montserrat;
  font-size: 16px !important;
  color: #4B4742;
}

.profile-card__cta {
  background: #f2ebdf;
  /* beige block like screenshot */
  margin: 0 -20px;
  /* stretch to card edges */
  padding: 18px 20px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header-main .row .header-wrapp-phone {
  align-items: flex-end !important;
  padding: 0 0 10px 87px;
}

.profile-register-text {
  color: #4B4742;
  max-width: 200px;
  margin: 16px 0 32px 0;
  font-size: 12px;
  line-height: 1;
}

.register-btn {
  font-size: 14px;
  padding: 8px 15px;
  border: 1px solid #4B4742;
  color: #4B4742;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.register-btn:hover {
  background-color: #4B4742;
  color: #fff;
}

/* small screens */
@media (max-width: 767.98px) {
  .barva-overlay__panel {
    height: 50vh;
  }

  .searched-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-card {
    top: 20px;
    right: 12px;
    width: min(96vw, 360px);
  }
}

/* makes hidden modals non-rendered + non-focusable */
[hidden] {
  display: none !important;
}

/* make the disabled input transparent to clicks */
.barva-search input[disabled] {
  pointer-events: none;
}

.barva-search {
  cursor: text;
}

/* feels like a search field */
/* Taller search panel */
.barva-overlay .barva-overlay__panel {
  height: 60vh;
  /* was 40vh */
  min-height: 360px;
  /* optional */
}

#footerAccordion {
  display: none;
}

/* (Optional) even taller on mobile */
@media (max-width: 767.98px) {
  .barva-overlay .barva-overlay__panel {
    height: 65vh;
  }

  .footer-logo-wrap {
    display: none;
  }

  .accordion-item {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .mobile-hidden {
    display: none;
  }

  #footerAccordion {
    display: flex;
    flex-direction: column;
  }
}

.header-nav-left .nav {
  padding: 0 0 0 10px;
  gap: 40px;

}

.header-nav-right {
  padding: 0 33px 0 0;
}

.gap-img {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.inquiry {
  margin: 0 50px 0 0;
}

/* cookie */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4B4742;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.cookie-title {
  font-family: Montserrat;
  color: #FBFCFB;
  font-size: 24px;
  margin: 0 0 24px 0;
}

.cookie-description {
  color: #FBFCFB;
  font-size: 16px;
  max-width: 895px;
  font-family: Montserrat;

}

.cookie-description a {
  font-weight: 600;
  color: #FBFCFB;
  margin: 0 0 50px 0;
}

.btn-cookie_setting {
  background-color: transparent;
  border: 1px solid #FBFCFB;
  padding: 15px 60px;
  font-family: Montserrat;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.btn-cookie_accept {
  background-color: #FBFCFB;
  color: #4B4742;
  padding: 15px 100px;
  font-size: 16px;
  /* box-sizing: border-box; */
  border: 1px solid #FBFCFB;
  margin: 0 0 0 20px;
  transition: all .3s ease-in-out;

}

.btn-cookie_setting:hover {
  background-color: #FBFCFB;
  color: #4B4742;
  cursor: pointer;
}

.btn-cookie_accept:hover {
  background-color: transparent;
  color: #FBFCFB;
  cursor: pointer;

}

@media (max-width: 767px) {
  .header-wrapp-phone {
    opacity: 0 !important;
  }

  .header-bottom {
    display: none;
  }

  .categories {
    display: block!important;
  }

  /* .categories {
    width: 100%;
  }

  .category-card {}

  .category-card a {
    width: 100%;
    display: block;
    position: relative;
  }

  .category-card a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

  }

  .category-card a span {} */
}

/* Контейнер */

.categories {
  display: none;
}

.categories-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

/* Карточка */
.category-card {
  position: relative;
  width: 100%;
  height: 300px;
  /* фиксированная высота */
  overflow: hidden;
  border-radius: 6px;
}

.category-card__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Картинка */
.category-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* чтобы не искажалась */
  display: block;
  object-position: 0 -10px;
  transform: scale(1.5);

}

/* Текст */
.category-card__title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

