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;
  text-align: center;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: #5e4436;
}

h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #5e4436;
}
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;
}
/* 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;
}
#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;
}
#product-category #content,
#product-product #tab-description,
#information-information #content {
  font-size: 13px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  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;
}
/* 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);
}
html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}
.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, 0.2),
    0 1px 2px rgba(0, 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;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

h2 {
  text-align: center;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: #5e4436;
}

.block h2 {
  text-align: left;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: rgb(166, 130, 100);
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block {
  width: 45%;
  margin: 15px;
}
.block p {
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #a68264;
}

@media screen and (max-width: 768px) {
  .block {
    width: 100%;
    margin: 15px;
  }
}

/* Общие стили для хлебных крошек */
.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
.breadcrumb-link {
  color: #a68264;
  text-decoration: none;
  margin-right: 5px;
}
.breadcrumb-current {
  font-weight: bold;
  color: rgb(166, 130, 100);
}
.breadcrumb-separator {
  margin: 0 5px;
  color: #a68264;
}
/* Стили для страницы категории */
.category-header {
  text-align: center;
  margin-bottom: 30px;
}
.category-title {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  color: rgb(166, 130, 100);
  margin-bottom: 10px;
}
.category-description {
  font-size: 20px;
  color: #a68264;
}
.item-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.item-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-title {
  font-size: 24px;
  color: rgb(166, 130, 100);
  margin-bottom: 10px;
}
.item-excerpt {
  font-size: 18px;
  color: #a68264;
  flex-grow: 1;
}
.read-more {
  text-decoration: none;
  color: #a68264;
  font-weight: bold;
  margin-top: 10px;
}

/* Стили для страницы отдельной статьи */
.article-header {
  text-align: center;
  margin-bottom: 30px;
}
.header-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}
.article-title {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  color: rgb(166, 130, 100);
}
.article-content {
  font-size: 20px;
  color: #a68264;
  line-height: 1.6;
}

/* Стили для блока "Похожие статьи" */
.related-articles {
  margin-top: 50px;
}
.related-title {
  font-size: 28px;
  font-weight: 900;
  color: rgb(166, 130, 100);
  margin-bottom: 20px;
  text-align: center;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.related-item {
  width: calc(33.33% - 20px);
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}
.related-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.related-link {
  display: inline-block;
  margin-top: 10px;
  color: #a68264;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 20px;
}

.breadcrumbs div {
  display: flex;
  justify-content: start;
  align-items: center;
}

.breadcrumbs .link {
  white-space: nowrap;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}

.breadcrumbs .last {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 14.63px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;
  min-width: 0;

  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .last {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* Сброс стилей */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Основной стиль страницы без отступов у body */
body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  /* Нет padding, чтобы футер не сжимался */
}

/* Контейнер страницы */
.page-wrapper.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; /* Можно добавить внутренние отступы для контента */
}

/* Заголовок страницы и краткое описание */
.page-title.cnt {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.cat-short-description.cnt {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
  color: #555;
}

/* Форма оформления */
#checkout {
  margin-bottom: 20px;
}

/* Стили для корзины */
.checkout-cart {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.product-title2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.checkout-cart-list {
  /* Стили для списка товаров */
}

/* Стили для списка товаров в корзине */
.cart-products {
  list-style: none;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.cart-item:last-child {
  border-bottom: none;
}

.product-image img {
  border-radius: 3px;
  margin-right: 10px;
}

/* Основная область оформления заказа */
.checkout-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Левая и правая колонки */
.column {
  flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

/* Секции: профиль, доставка, оплата, итоги */
.checkout-profile,
.checkout-shipping,
.checkout-payment,
.checkout-totals {
  margin-bottom: 20px;
}

/* Блок с формами (например, чекбоксы) */
.form-block {
  margin-bottom: 20px;
}

.form-block .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-error {
  color: red;
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Кнопка подтверждения заказа */
.confirm {
  text-align: center;
  margin-top: 20px;
}

.confirm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
}

.confirm .btn:hover {
  background: #555;
}

/* Поля ввода внутри checkout, чтобы они занимали всю ширину */
.checkout-profile input,
.checkout-profile select,
.checkout-profile textarea,
#checkout input,
#checkout select,
#checkout textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fcf8f2;
  color: #6b4424;
  margin-bottom: 15px;
}

/* Цвет плейсхолдера */
.checkout-profile input::placeholder,
.checkout-profile select::placeholder,
.checkout-profile textarea::placeholder,
#checkout input::placeholder,
#checkout select::placeholder,
#checkout textarea::placeholder {
  color: #c7a992;
}

/* Для радио и чекбоксов используем дефолтную ширину */
.checkout-profile input[type="radio"],
#checkout input[type="radio"],
.checkout-profile input[type="checkbox"],
#checkout input[type="checkbox"] {
  width: auto;
}
.blk {
  display: block;
}
/* Альтернативная кнопка (если требуется иной стиль) */
.btn {
  width: 100%;
  background-color: #fcf8f2;
  cursor: pointer;
  border: 1px solid #6b4424;
  color: #6b4424;
  height: 40px;
}
.product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-name {
  display: flex;
  align-items: center;
}

/* Стили для таблицы корзины */
.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden; /* для корректного скругления углов */
}

.cart-table th,
.cart-table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
}

.cart-table th {
  background-color: #fcf8f2;
  color: #333;
  font-size: 1rem;
}

.cart-table td {
  font-size: 0.9rem;
  color: #333;
}

.cart-table tr {
  background-color: #fcf8f2;
}

.cart-table tr:hover {
  background-color: #f9f9f9;
}

.cart-table img {
  border-radius: 3px;
  margin-right: 10px;
}

/* Адаптивность: колонки в одну */
@media (max-width: 768px) {
  .checkout-main {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  /* Скрываем заголовок таблицы */
  .cart-table thead {
    display: none;
  }
  /* Делаем таблицу и её элементы блочными */
  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
    width: 100%;
  }
  /* Отступ между строками */
  .cart-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
  }
  /* Настройка ячеек */
  .cart-table td {
    position: relative;
    padding-left: 50%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }
  /* Убираем нижнюю границу у последней ячейки */
  .cart-table td:last-child {
    border-bottom: none;
  }
  /* Псевдоэлементы для подписи столбца */
  .cart-table td:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  /* Указываем подписи через nth-of-type */
  .cart-table td:nth-of-type(1):before {
    content: "Zdjęcie";
  }
  .cart-table td:nth-of-type(2):before {
    content: "Nazwa";
  }
  .cart-table td:nth-of-type(3):before {
    content: "Ilość";
  }
  .cart-table td:nth-of-type(4):before {
    content: "Cena";
  }
  .cart-table td:nth-of-type(5):before {
    content: "Łączna cena";
  }
}

.carousel-desktop {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.carousel-lower {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fcf8f2;
}

.lower-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 70%;
  z-index: 2;
}

.lower-text .line-1 {
  font-family: Playfair Display;
  color: #a68264;
  font-weight: 400;
  font-size: 90px;
  margin: 70px;
}
.lower-text .line-2 {
  font-family: Playfair Display;
  color: #6b4424;
  font-weight: 400;
  font-size: 100px;
  font-style: italic;
  /* margin-left: 80px; */
  margin: 70px;
}
.lower-text .line-3 {
  font-family: Playfair Display;
  color: #a68264;
  font-weight: 400;
  font-size: 90px;
  margin: 70px;
}
.lower-text .line-4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #987253;
  width: 400px;
  margin-left: 10%;
}

.lower-text .content {
  margin-left: 10%;
}

.lower-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.lower-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease;
}

.carousel-upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.upper-slide {
  position: absolute;
  width: 40%;
  height: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1s ease, opacity 1s ease;
}

.upper-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.upper-slide.exit {
  transform: translateX(-100%);
  opacity: 0;
}
.carousel-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .carousel-desktop {
    display: none;
  }

  .carousel-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .carousel-mobile .top {
    width: auto;
    height: auto;
  }
  .carousel-mobile .top img {
    width: 100%;
  }

  .carousel-mobile .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .carousel-mobile .slider .slide img {
    width: 100%;
  }
  .carousel-mobile .bottom {
    background: #fcf8f2;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .text-mobile .line-1 {
    font-family: Playfair Display;
    font-size: 42px;
    font-weight: 400;
    line-height: 55.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 40px;
  }
  .text-mobile .line-2 {
    font-family: Playfair Display;
    font-size: 42px;
    font-style: italic;
    font-weight: 400;
    line-height: 55.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 40px;
  }
  .text-mobile .line-3 {
    font-family: Playfair Display;
    font-size: 42px;
    font-weight: 400;
    line-height: 55.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 40px;
  }
  .text-mobile .line-4 {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 13.41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  /* Плавное появление и исчезновение */
  .fade {
    opacity: 0;
    transition: opacity 1s ease;
  }

  .fade.active {
    opacity: 1;
  }
}

.product-cart-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-family: Arial, sans-serif;
}

.product-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.product-details {
  flex-grow: 2;
  padding: 0 10px;
}

.product-name {
  font-size: 14px;
  margin: 0;
}

.product-weight {
  font-size: 12px;
  color: #777;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity-decrease,
.quantity-increase {
  background: none;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

.quantity-decrease:hover,
.quantity-increase:hover {
  background-color: #f5f5f5;
}

.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  min-width: 50px;
  text-align: right;
  margin-right: 20px;
}

.remove-product {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #d00;
}

.remove-product:hover {
  color: #a00;
}

.categories-carousel .content .slide .text .title {
  font-family: Playfair Display;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 110px;
  color: #6b4424;
}

.categories-carousel .content .slide .text .content p {
  display: flex;
  width: 30%;
}

.categories-carousel .content .slide .text .content {
  display: flex;
  justify-content: left;
}

.categories-carousel .content .slide .text #promo-link {
  margin: 0;
}

.categories-carousel {
  width: 98%;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.categories-carousel .content {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.categories-carousel .slide {
  display: flex;
}

.categories-carousel .slide .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30vw;
  margin-left: 50px;
}

.categories-carousel .pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}

.categories-carousel .pagination .pagination-div {
  border-radius: 10px;
  cursor: pointer;
  height: 4px;
  width: 4px;
  background-color: #6b4424;
}

.categories-carousel .pagination .active-wrapper {
  padding: 5px; /* Пример отступов вокруг активного элемента */
  border: #6b4424 1px solid;
  border-radius: 90px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-carousel-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .categories-carousel {
    display: none;
  }
  .categories-carousel-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .categories-carousel-mobile-active-slide-text {
    font-family: Playfair Display;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b4424;
  }
  .categories-carousel-mobile-slide-text {
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #987253;
  }
}

.categories-list {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 18px;
}
.categories-list.row {
  flex-direction: row;
}
.categories-list a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #6b4424;
  margin-top: 5px;
}
.categories-list .container img {
  height: 180px;
  width: 180px;
}
.categories-list .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .categories-list.row {
    width: 100%;
    flex-direction: column;
  }
  .categories-list .container img {
    height: auto;
    width: 100%;
  }
  .categories-list .container {
    margin-top: 50px;
  }
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout-form,
.checkout-cart {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 300px;
}

.checkout-form h1,
.checkout-cart h2 {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fcf8f2;
  color: #6b4424;
}
.form-group input::placeholder {
  color: #c7a992;
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity-control button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-control span {
  font-weight: bold;
}

.summary {
  margin-top: 20px;
}

.summary h3 {
  margin-bottom: 10px;
}

.summary button {
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.summary button:hover {
  background: #555;
}

/* Адаптивность */
@media (max-width: 768px) {
  .checkout-container {
    flex-direction: column;
  }

  .checkout-form,
  .checkout-cart {
    flex: 1 1 100%;
  }
}
.payment_methods {
  display: flex;
  flex-direction: column;
}

/* .contact-us{
    height: 50vh;
    padding: 10%;
} */

.contact-us main {
  height: 100%;
  display: flex;
}

.contact-us main .left {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.contact-us main .left .title {
  display: flex;
}
.contact-us main .left .first {
  font-family: Playfair Display;
  font-size: 130px;
  font-weight: 400;
  line-height: 110px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}
.contact-us main .left .second {
  font-family: Playfair Display;
  font-size: 130px;
  font-style: italic;
  font-weight: 400;
  line-height: 110px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b4424;
  margin-top: 40px;
}

.contact-us main .right {
  width: 30%;
  display: flex;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  margin-top: 30px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input,
.form-row textarea {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea {
  resize: none;
}

.submit-btn {
  padding: 10px 20px;
  background-color: #6b4424;
  color: #fcf8f2;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #a68264;
}

.data-list {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;

  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

.data-list .data-row {
  margin-top: 10px;
}

.data-list .data-row span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b4424;
}

@media screen and (max-width: 768px) {
  .contact-us {
    height: auto;
  }
  .contact-us main {
    flex-direction: column;
  }
  .contact-us main .left .first {
    font-size: 20px;
    line-height: 20px;
  }
  .contact-us main .left .second {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    margin-left: 10px;
  }
  .form-row {
    flex-direction: column;
  }
  .contact-us main .left {
    width: 100%;
  }
  .contact-us main .left .title {
    justify-content: center;
  }
}

h2 {
  text-align: left;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: rgb(166, 130, 100);
  font-size: 18px;
}

p {
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #a68264;
}

.content {
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
}
.block {
  height: 25%;
}

footer {
  height: 252px;
  width: 100%;
  background-color: #a68264;

  font-family: Montserrat;
  color: #fcf8f2;
}

.footer-separator {
  width: 100%;
  background-color: #c7a992;
  height: 1px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  height: 194px;
  padding-left: 17%;
  font-size: 14px;
  padding-right: 22%;
}

.footer-bottom {
  font-size: 11px;
  height: 34px;
  padding-left: 17%;
  padding-right: 22%;
}

.footer-list {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  height: 70%;
  justify-content: space-between;
}

.footer-list a {
  text-decoration: none;
  color: #fcf8f2;
}

.social-networks {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .footer-mobile {
    display: block;
    background-color: #a68264;
    color: #fff;
    height: auto;
  }
  .footer-mobile .top {
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  .footer-mobile .midle {
    display: flex;
    justify-content: space-around;
  }
  .footer-mobile .bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
  .footer-list {
    width: 45%;
  }
  .footer-list a {
    margin-top: 5px;
  }
}

/*-------------------------------------- loader -----------------------------------------*/
#loader {
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.cssload-container {
  width: 100%;
  height: 63px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  border: 4px solid rgb(245, 170, 85);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------- loader -----------------------------------------*/

header {
  position: relative;
  height: 86px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search-input-container input {
  width: 100%;
  height: 50px;
}
.search-input-container .wrapper {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
#close-search {
  cursor: pointer;
  margin-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
#search-icon {
  cursor: pointer;
}
.search-input-container.active {
  display: flex;
}
.search-input-container {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 15vh;
  background-color: #fff;
  position: absolute;
  z-index: 15;
}
header img {
  filter: invert(1) grayscale(100%) contrast(100%) brightness(0%);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.right-group div {
  margin-right: 5px;
  margin-left: 5px;
}

.modal-menu .left ul li a {
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 500;
  line-height: 21.94px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.modal-menu .left ul li {
  text-align: left;
}
.modal-menu .right ul li {
  text-align: left;
}

.modal-menu .right ul li a {
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 500;
  line-height: 21.94px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.modal-menu .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-menu .left ul {
  width: fit-content;
  margin-left: 10%;
}
.modal-menu li :hover {
  color: #6b4424;
}
.modal-menu .right {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.modal-menu .right .bottom {
  width: 80%;
  padding-left: 15px;
  padding-top: 20px;
}

.modal-menu .left .bottom {
  width: 35%;
  margin-bottom: 20px;
  height: 5%;
  padding-left: 12%;
}
.modal-menu .left img {
  height: 25px;
}
.modal-menu {
  display: flex;
  position: fixed;
  top: 0;
  right: -100%; /* Начальная позиция, скрыто за экраном */
  width: 85vw;
  height: fit-content;
  background-color: #fcf8f2;
  color: #a68264;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  padding: 5%;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}

.modal-menu.active {
  left: 0;
  max-height: 95vh;
  overflow-y: scroll;
  scrollbar-width: none;
}
.modal-menu.active::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.modal-menu ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.modal-menu ul li {
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.modal-menu ul li a {
  color: #a68264;
  text-decoration: none;
  font-size: 18px;
}

.modal-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #a68264;
  font-size: 48px;
  cursor: pointer;
}
.modal-menu .close-btn:hover {
  color: #6b4424;
}
/* Стиль для кнопки "Меню" */
#menu-icon {
  cursor: pointer;
}

#cart-icon {
  cursor: pointer;
}
.modal-cart {
  position: fixed;
  top: 0;
  right: -100%; /* скрыто за экраном */
  width: 85vw;
  height: 85vh;
  min-height: 85vh;
  background-color: #fcf8f2;
  color: #a68264;
  z-index: 9999;
  box-sizing: border-box; /* учитываем padding в размере элемента */
  padding: 30px; /* задаём единообразные отступы */
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease-in-out;

  display: flex;
  flex-direction: column;
}

.modal-cart.active {
  right: 0;
  /* display: flex; - можно убрать, т.к. flex уже задан в базовом правиле */
}

.modal-cart .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #a68264;
  font-size: 48px;
  cursor: pointer;
}
.modal-cart .close-btn:hover {
  color: #6b4424;
}

.modal-cart .list {
  overflow-y: scroll;
  flex-grow: 1;
}

.modal-cart .bottom {
  display: flex;
}
#cart-button {
  cursor: pointer;
}
.modal-cart .bottom .left {
  display: flex;
  align-items: center;
}
.modal-cart .bottom .right .checkout {
  padding: 3px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #c7a992;
  height: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.modal-cart .bottom .right .checkout a {
  color: #6b4424;
  text-decoration: none;
}
.modal-cart .bottom .right .checkout:hover {
  /* color: #c7a992; */
  background-color: #c7a992;
}
.modal-cart .bottom .right {
  width: 40%;
}

.modal-cart .top p {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 42.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#total {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
  margin-left: 30px;
}

#togglePage {
  display: none;
}
.cart-button {
  width: 30px;
  position: relative;
}
#cart-count-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 18px;
  width: 18px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .right-group div {
    margin: 0;
  }
  .modal-menu .right .bottom {
    display: none;
  }
  .modal-cart .bottom .right .checkout a {
    font-size: 12px;
  }
  #togglePage {
    display: flex;
  }
  #togglePage img {
    height: 45px;
    width: 45px;
  }
  .modal-menu .left {
    display: none;
    width: 100%;
  }
  .modal-menu .left ul {
    margin: 0;
  }
  .modal-menu ul li {
    text-align: left;
  }
  #socials {
    width: 40%;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  #menu-bottom {
    padding-left: 15px;
    display: block;
  }
  .modal-menu .right {
    display: none;
    width: 100%;
  }

  .modal-menu #first-page,
  .modal-menu #second-page {
    display: none;
  }

  .modal-menu #first-page.active,
  .modal-menu #second-page.active {
    display: block;
  }

  .modal-menu {
    height: 70vh;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  .modal-menu .left .bottom {
    height: 20px;
    width: 50%;
    padding-left: 10px;
  }
  .modal-cart.active {
    right: auto;
    width: 100vw;
    /* display: flex; - можно убрать, т.к. flex уже задан в базовом правиле */
  }
}

.product-link {
  text-decoration: none;
  color: #6b4424;
}

.jam-promo-container {
  display: flex;
  justify-content: center;
}

.jam-promo {
  margin-top: 100px;
  display: flex;
  position: relative; /* Контейнер для позиционирования дочерних элементов */
  padding-bottom: 420px;
}

.pear-on-tree {
  position: absolute;
  top: 475px; /* Отрегулируйте по необходимости */
  left: 190px; /* Отрегулируйте по необходимости */
  z-index: 1; /* Установите слой ниже pear-jam */
  width: auto; /* При необходимости можно задать размеры */
  height: auto;
  max-height: 400px;
}

.pear-jam {
  position: relative; /* Сохраняем pear_jam над pear_on_tree */
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 400px;
}

.jam-promo-description {
  display: flex;
  flex-direction: column;
  width: 710px;
  margin-left: 105px;
  margin-top: 35px;
}

.jam-promo-description .o-nas {
  color: #a68264;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.jam-promo-description .title {
  font-family: Playfair Display;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  color: #a68264;
}

.jam-promo-description .owner {
  font-family: Playfair Display;
  font-size: 72px;
  line-height: 96px;
  font-weight: 400;
  margin-left: 52px;
  color: #6b4424;
  font-style: italic;
}

.jam-promo-description .description {
  color: #a68264;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  width: 585px;
}

.about-owner {
  display: flex;

  align-items: center;
}

.about-owner .popularity {
  display: flex;
  width: 70%;
  margin: auto;
}

.about-owner .popularity .left .line-1 {
  font-family: Playfair Display;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  width: 510px;
  color: #a68264;
}

.about-owner .popularity .left .line-2 {
  font-family: Playfair Display;
  font-size: 72px;
  line-height: 110px;
  font-weight: 400;
  margin-left: 55px;
  font-style: italic;
  width: 480px;
  color: #6b4424;
}

.about-owner .popularity .left .line-3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #987253;
}

.about-owner .popularity .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-owner .popularity .right .line-1 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #987253;
  width: 620px;
}

.about-owner .popularity .left {
  width: 598px;
  margin-right: 60px;
}

.link .content {
  display: flex;
  align-items: center;
}

.link {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #987253;
}

.about-owner .popularity .right .line-2 {
  margin-top: 25px;
}

.advantages {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: auto;
  margin-top: 135px;
}

.advantages .text {
  margin-top: 45px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #987253;
}

.advantages .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* .products-container {
	width: 90%;
	display: flex;
	justify-content: space-between;
  } */

.name-price-block {
  display: flex;
  justify-content: space-between;
}

.products-container-wrapper {
  margin-top: 70px;
  margin-bottom: 160px;
}

.products-container-wrapper .main {
  width: 100%;
  justify-content: center;
  display: flex;
}

.products-container-wrapper .header {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
  width: 75%;
  justify-content: space-between;
  display: flex;
  margin: auto;
}

.products-container-wrapper .header .nav-to {
  display: flex;
  align-items: center;
}

.products-container-wrapper .header .nav-to p {
  margin-right: 10px;
}

.products-container-control {
  cursor: pointer;
}

.new-product-demo {
  width: 65%;
  display: flex;
  margin: auto;
  position: relative;
  margin-bottom: 140px;
}

.new-product-demo .description {
  position: absolute;
  left: 50%;
  top: 13%;
  height: 30%;
  z-index: 4;
}

.new-product-demo .description .title {
  color: #a68264;
  margin-left: 20%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.new-product-demo .description .main-text {
  color: #6b4424;
  font-family: Playfair Display;
  font-size: 96px;
  font-style: italic;
  font-weight: 400;
  line-height: 110px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.new-product-demo .description .sub-main-text {
  color: #a68264;
  margin-left: 20%;
  font-family: Playfair Display;
  font-size: 96px;
  font-weight: 400;
  line-height: 86px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.new-product-demo .description .sub-text {
  margin-top: 5%;
  color: #a68264;
  margin-left: 20%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.new-product-demo .description a {
  color: #987253;
  margin-left: 20%;
  margin-top: 5%;
  text-decoration: none;
  display: flex;
  align-items: center;

  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.new-product-demo img {
  transition: transform 1s ease; /* Плавная анимация для трансформации */
}

.new-product-demo:hover img {
  transform: scale(1.1); /* Увеличиваем картинку на 20% */
}

.jam-promo-container-mobile {
  display: none;
}

.about-owner-mobile {
  display: none;
}
.new-product-demo-mobile {
  display: none;
}
.products-container-wrapper .header a {
  text-decoration: none;
  color: #a68264;
}
@media screen and (max-width: 768px) {
  .products-container-wrapper .header {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .jam-promo-container {
    display: none;
  }
  .about-owner {
    display: none;
  }
  .new-product-demo {
    display: none;
  }
  .new-product-demo-mobile {
    display: block;
    padding: 10px;
  }
  .new-product-demo-mobile .description .title {
    margin-left: 30px;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .new-product-demo-mobile .description .main-text {
    font-family: Playfair Display;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 53.32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b4424;
  }
  .new-product-demo-mobile .description .sub-main-text {
    margin-top: 10px;
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .new-product-demo-mobile .description .sub-text {
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }

  .new-product-demo-mobile .description a {
    color: #987253;
    margin-left: 30px;
    margin-top: 5%;
    text-decoration: none;
    display: flex;
    align-items: center;

    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .new-product-demo-mobile .image {
    width: -webkit-fill-available;
  }
  .jam-promo-container-mobile {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .jam-promo-description-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .jam-promo-container-mobile img {
    width: -webkit-fill-available;
    margin-top: 20px;
  }
  .jam-promo-description-mobile .o-nas {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .jam-promo-description-mobile .title {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .jam-promo-description-mobile .owner {
    font-family: Playfair Display;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b4424;
  }
  .jam-promo-description-mobile .description {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }

  .about-owner-mobile {
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .about-owner-mobile .popularity .left .line-1 {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .about-owner-mobile .popularity .left .line-2 {
    font-family: Playfair Display;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b4424;
  }
  .about-owner-mobile .popularity .left .line-3 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #987253;
  }

  .about-owner-mobile .popularity .right .line-1 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #987253;
  }

  .advantages {
    width: 100%;
    flex-wrap: wrap;
  }

  .products-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 columns */
    grid-template-rows: repeat(2, auto); /* Creates 2 rows */
    gap: 10px; /* Optional: Adds spacing between grid items */
  }
}

.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 20px;
  margin-top: 20px;
  background-color: #fff;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  left: 0;
  top: 80%;
  display: none;
}

#search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.live-search ul li {
  cursor: pointer;
  padding: 5px;
  margin: 0px 5px;
  background-color: #fff;
  min-height: 50px;
  clear: both;
}
.live-search ul li:nth-child(even) {
  background-color: #fafafa;
}
.live-search ul li:hover {
  background-color: #fff3e0;
}
.live-search ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #af5d19;
}
.live-search ul li .product-image {
  float: left;
  margin-right: 5px;
}
.live-search ul li .product-name p {
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  color: #555555;
  margin: 0px;
  padding: 0px;
}
.live-search ul li .product-name {
  font-weight: bold;
  float: left;
  width: 50%;
}
.live-search ul li .product-add-cart {
  float: right;
  padding: 7px;
}

.live-search ul li .product-price {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  width: 25%;
}
.live-search ul li .product-price .price {
  color: #333333;
  display: block;
}
.live-search ul li .product-price .special {
  color: #ff0000;
  text-decoration: line-through;
  display: block;
}

.live-search .product-price > .special {
  margin-top: -5px;
}

.live-search .result-text {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #555555;
  background-color: #e6ffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
  color: #23527c;
}
.live-search .view-all-results {
  color: #23a1d1;
}
.live-search .product-image {
  width: auto;
}
.live-search .product-image img {
  width: auto;
}

#close-search {
  color: #6b4424;
}

#search-input {
  background-color: #fff3e0;
  color: #6b4424;
  border: 1px solid #6b4424;
}

.not-found-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found-page .element {
  flex: 1; /* Каждый элемент занимает равное пространство (1/3) */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Устанавливаем позиционирование для всех элементов */
}

.not-found-page .text {
  height: auto;
  font-family: "Playfair Display", serif;
  font-size: 900px;
  font-weight: 400;
  line-height: 0.4; /* Убираем избыточный разрыв */
  margin-bottom: 25%;
  text-align: center;
  color: #a68264;
}

.not-found-page .element img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1; /* Устанавливаем индекс для изображения */
}

.not-found-page .image {
  position: relative; /* Для размещения дочернего элемента поверх */
}

.not-found-page .image .over {
  width: 100%;
  position: absolute;
  z-index: 2; /* Поверх изображения */
  bottom: 20; /* Привязка к нижней части изображения */
  left: 50%; /* Смещение к середине по горизонтали */
  transform: translateX(-50%); /* Центрирование по горизонтали */
  padding: 5px 10px; /* Отступы для удобочитаемости */
  border-radius: 5px; /* Скругленные края */
  font-size: 16px;
  font-weight: bold;
  text-align: center; /* Центрирование текста внутри блока */
}

.not-found-page .image .over .error {
  font-family: Playfair Display;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.not-found-page .image .over .description {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

/* Универсальное правило для расчёта ширины */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Общие стили страницы */
body {
  margin: 0;
  padding: 0;
  background: #fcf8f2;
  font-family: Montserrat, sans-serif;
  color: #a68264;
  overflow-x: hidden; /* предотвращает горизонтальный скролл */
}

/* Ограничение внутреннего содержимого до 90% и центрирование */
main,
form#wholesale {
  width: 90%;
  margin: 0 auto;
}

main {
  padding: 5%;
}

.mobile-pannel-title,
.pannel-close,
.mobile-item,
.mobile-label {
  display: none;
}

.buy-mark.active {
  background: #65473a;
}
.buy-mark {
  background: #f2e7de;
  border-radius: 2px;
  color: #f9f0e8;
  width: 19px;
  height: 19px;
  margin: 0 auto;
}
.buy-mark svg {
  width: 14px;
  height: 9px;
  top: 5px;
  left: 2px;
}
.posa {
  position: absolute;
}

.product-list td.image {
  padding: 10px;
}
.product-list td {
  padding: 20px;
  border-bottom: 1.5px solid #7640291a;
  line-height: 1.2;
}

/* Заголовки */
h2.product-title3,
h2 {
  margin-left: 20px;
  font-family: Playfair Display, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42.66px;
  color: #a68264;
  margin-bottom: 20px;
}

h3 {
  font-family: Playfair Display, serif;
  font-size: 20px;
  color: #987253;
  margin-bottom: 15px;
}

/* Блок входа/регистрации */
.popup-bottomRegister {
  display: inline-block;
  margin-bottom: 10px;
}

.icon-wrap.account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* растягиваем по всей ширине контейнера */
  max-width: 250px; /* но не более 250px */
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  color: #987253;
  transition: background 0.3s;
}

.icon-wrap.account-icon:hover {
  background: #f8f0e8;
}

.icon-wrap.account-icon svg {
  fill: #a68264;
  margin-right: 8px;
  width: 36px;
  height: 36px;
}

.icon-wrap.account-icon h3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Форма оптового заказа */
form#wholesale {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 20px auto;
}

/* Контейнер с данными покупателя */
.wholesale-customer-data {
  display: flex;
  flex-wrap: wrap; /* перенос строк при нехватке места */
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.column {
  flex: 1;
  min-width: 300px;
}

/* Стили для блоков ввода - все поля на всю ширину */
.form-block {
  margin-bottom: 15px;
}

.form-block input,
.form-block textarea,
.form-block select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fcf8f2;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6b4424;
}

.form-block input::placeholder,
.form-block textarea::placeholder {
  color: #c7a992;
}

.textarea-wrapper textarea {
  min-height: 80px;
  resize: vertical;
}
.wholesale-products .product-list table td,
.wholesale-products .product-list table th {
  background: transparent;
}
/* Таблицы с продуктами */
.wholesale-products {
  margin-top: 20px;
}

/* Таблицы с продуктами на десктопе */
.wholesale-products .product-list table {
  width: 90%;
  margin: 0 auto; /* центрируем таблицу */
  border-collapse: separate; /* используем отдельные ячейки */
  border-spacing: 10px 15px; /* 10px между столбцами и 15px между строками */
}

.wholesale-products table th {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fcf8f2;
  color: #a68264;
}

.wholesale-products table td {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 550;
  line-height: 19.5px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #a68264;
}

.wholesale-products table td.image img {
  max-width: 100%;
  height: auto;
}
/* Для Firefox: убираем спин-кнопки */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Для Webkit-браузеров: убираем спин-кнопки */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Управление количеством товара */
.cart-quantity {
  display: inline-flex;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  align-items: center;
}
.wrappeer {
  display: flex;
  justify-content: end;
}
.wholesale-totals td,
.wholesale-totals th {
  border: none !important;
}

.cart-quantity a.gnt-btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #a68264;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.wholesale-customer-data {
  margin: auto;
  display: flex;
  gap: 20px; /* расстояние между строками */
}

.wholesale-customer-data .column {
  width: 100%;
  margin-bottom: 10px;
}
.cart-quantity a.gnt-btn:last-child {
  border-right: none;
}
.input-hidden.cnt {
  text-align: center;
  padding: 5px 0;
  border: none;
  font-weight: 600;
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6b4424;
}

.cart-quantity input.cnt {
  width: 50px;
  text-align: center;
  border: none;
  background: #fcf8f2;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6b4424;
}

/* Итоговая сумма заказа */
.wholesale-totals {
  margin-top: 20px;
  text-align: right;
}

.wholesale-totals table {
  width: 100%;
  border-collapse: collapse;
}

.wholesale-totals table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #a68264;
}

.wholesale-totals table td:first-child {
  text-align: left;
}

/* Кнопка подтверждения заказа */
.confirm {
  margin-top: 20px;
  text-align: center;
}

.confirm .btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #987253;
  cursor: pointer;
  transition: background 0.3s;
}

.confirm .btn:hover {
  background: #f8f0e8;
}
#information-information {
  min-height: 30vh;
}

.confirm .btn svg {
  fill: #a68264;
  margin-left: 8px;
}
.wholesale-totals {
  width: 40%;
}
/* Мобильная адаптация */
@media screen and (max-width: 1200px) {
  .wholesale-customer-data {
    flex-direction: column;
  }
  .wholesale-products .product-list table,
  .wholesale-products .product-list table thead,
  .wholesale-products .product-list table tbody,
  .wholesale-products .product-list table th,
  .wholesale-products .product-list table td,
  .wholesale-products .product-list table tr {
    display: block;
  }
  .wholesale-products .product-list table thead {
    display: none;
  }
  .wholesale-products .product-list table tr {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
  }
  .wholesale-products .product-list table td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  /* Убираем белый фон у ячеек (td и th) */
  .wholesale-products .product-list table td,
  .wholesale-products .product-list table th {
    background: transparent;
  }
  .wholesale-products .product-list table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: #a68264;
  }
}

.product-card {
  width: 320px;

  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #fcf8f2; /*Light peach background */
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 8px; /* Added rounded corners */
}

.product-header .product-category {
  color: #ff7043; /* Change to an orange color */
  font-size: 14px;
  font-weight: bold;
}

.product-header {
  background-color: #fcf8f2;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1;
}

.product-info {
  background-color: #fcf8f2;
  margin-top: 12px;
  text-align: left;
}

.product-rating span {
  color: #987253; /* Yellow color for stars */
  font-size: 16px;
}

.product-name {
  height: 60px;
  margin-right: 30px;
  font-size: 14px;
  color: #987253;
  font-family: Montserrat;
}

.product-description {
  font-size: 14px;
  color: #757575; /* Darker text for description */
  margin: 8px 0;
}

.product-price {
  color: #987253; /* Orange for price */
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  min-height: 20px;
  font-family: Montserrat;
  display: flex;
}

.product-actions .add-to-cart {
  background-color: #fff; /* Match the category color */
  outline: none;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  color: #987253;
}

.product-actions {
  background-color: #fff;
  border: solid 1.5px #c7a992;
}

.product-actions .add-to-cart:hover {
  background-color: #6b4424; /* Darker shade on hover */
  color: #ffffff;
}

.add-to-cart {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .product-card {
    height: auto;
    width: auto;
    max-width: 170px;
  }
  .product-name {
    height: 80px;
  }
  .name-price-block {
    flex-direction: column;
  }
  .product-price {
    margin-bottom: 10px;
  }
}

.promotion-block {
  width: fit-content;
  display: flex;
  position: relative;
  margin: auto;
  z-index: 1;
}

.promotion-block .space {
  width: 25vw;
  background-color: #fff;
}

.promotion-block .info {
  z-index: 2;
  position: absolute;
  top: 12%;
  left: 5%;
}

.promotion-block .info .name {
  color: #a68264;
  font-family: Montserrat;
  margin-left: 15%;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.promotion-block .info .title {
  font-family: Playfair Display;
  color: #a68264;
  font-size: 96px;
  width: 522px;
  line-height: 93px;
}
.promotion-block .info .code {
  color: #6b4424;
  font-size: 96px;
  margin-left: 10%;
  font-style: italic;
}

#promo-link {
  margin-left: 10%;
}

/* Для картинки внутри блока */
.promotion-block img {
  transition: transform 1s ease; /* Плавная анимация для трансформации */
}

.promotion-block:hover img {
  transform: scale(1.1); /* Увеличиваем картинку на 20% */
}
.promotion-block-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .promotion-block {
    display: none;
  }
  .promotion-block-mobile {
    display: flex;
    flex-direction: column;
  }
  .promotion-block-mobile .name {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .promotion-block-mobile .title {
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .promotion-block-mobile .title .code {
    color: #6b4424;
    font-style: italic;
  }
  .link .content {
    justify-content: center;
  }
  #promo-link {
    margin: 0;
  }
}

h2 {
  text-align: center;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: #5e4436;
}

.block h2 {
  text-align: left;
  font-family: Playfair Display;
  font-weight: 900;
  font-style: italic;
  color: rgb(166, 130, 100);
}

.content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block {
  margin: auto;
  width: 85%;
}
.block p {
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #a68264;
}

@media screen and (max-width: 768px) {
  .block {
    width: 100%;
    margin: 15px;
  }
}

.shop {
  width: 90%;
  margin: auto;
}
.shop .title {
  font-family: Playfair Display;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

#products-list {
  margin: auto;
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
}

#products-list .product-card {
  height: 320px;
  width: 320px;
  margin-bottom: 180px;
}

footer {
  margin-top: 200px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-btn {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;

  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.pagination .pagination-btn.active {
  color: #6b4424;
  font-weight: 550;
}

.additional-info-title {
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;
}

.additional-info-plot {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.additional {
  justify-content: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.additional .block {
  padding: 10px;
  max-width: 85%;
}

.sorters .sorter {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;

  cursor: pointer;
  min-width: 15%;
  display: flex;
  margin-right: 20px;
  margin-top: 20px;
}

.sorters .sorter p {
  margin-left: 10px;
}
.sorters {
  display: flex;
}

.shop .modal-menu {
  display: none;
  position: absolute;
  top: 0;
  width: 30vw;
  height: 65vh;
  min-height: 330px;
  background-color: #fcf8f2;
  color: #a68264;
  transition: right 0.3s ease-in-out;
  padding-top: 20px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}

.shop .modal-menu.active {
  display: block;
  z-index: 10; /* Ensure it's above all other content */
}
.modal-menu .top {
  height: fit-content;
  display: flex;
  padding: 10px;
}
.modal-menu .top .title {
  height: fit-content;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 42.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.modal-menu .checkbox-container {
  display: flex;
  flex-direction: column;
}
#products-list .product-card {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #products-list .product-card {
    margin-left: auto;
    margin-right: auto;
  }
  #products-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
  }
  .additional .block {
    max-width: 100%;
  }
  footer {
    margin: 0;
  }

  .shop .modal-menu {
    width: 60vw;
  }
  .sorters .sorter {
    width: auto;
  }
}

.single-product {
  width: 90%;
  margin: auto;
  display: flex;
}

.single-product .right {
  margin-left: 50px;
  flex-grow: 1;
}

.single-product .product-image {
  height: 530px;
  width: 530px;
  background-color: #fcf8f2;
}

.product-name {
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
  text-decoration: none;

  display: -webkit-box;
  line-clamp: 3; /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-product .warehouse-info {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;

  display: flex;
  height: 20px;
}

.single-product .warehouse-info {
  margin-top: 20px;
}
.single-product .warehouse-info div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-product .warehouse-info .block {
  margin-left: 20px;
}

.single-product .description {
  margin-top: 30px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.single-product .additional-info .bold {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.single-product .additional-info .common {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.single-product .price {
  font-family: Montserrat;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.single-product .actions {
  display: flex;
  justify-content: space-between;
}

.single-product .actions .count {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;

  height: 40px;
  border: 1px solid #987253;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-grow: 0.9;
}

.single-product .actions .to-cart {
  display: flex;
  flex-grow: 0.7;
  border: 1px solid #987253;
  height: 40px;
  margin-left: 40px;
  cursor: pointer;

  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 0.05em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;
  justify-content: center;
  align-items: center;
}
.single-product .actions .to-cart img {
  margin-left: 20px;
}
.single-product .actions .event {
  cursor: pointer;
  user-select: none;
  font-size: 20px;
}

.accordion {
  width: 90%;
  border-radius: 5px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
}

.accordion-item {
  border-top: 1.5px solid #a68264;
}

.accordion-header {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #a68264;

  padding: 10px 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #e2e2e2;
}

.accordion-content {
  padding: 10px 15px;
  display: none;
  font-size: 14px;
  line-height: 1.5;
}

.rating-stars {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: fit-content;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label {
  font-size: 2rem;
  color: lightgray;
  cursor: pointer;
}

.rating-stars input[type="radio"]:checked ~ label svg {
  fill: #987253; /* Цвет выбранных звёзд */
}

/* Подсвечивание при наведении */
.rating-stars label:hover svg,
.rating-stars label:hover ~ label svg {
  fill: #987253; /* Цвет звёзд при наведении */
}

form .form-control {
  margin-top: 5px;

  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;

  display: flex;
  align-items: center;
}

form .form-control input {
  background-color: #fcf8f2;
  border: none;

  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;

  width: 100%;
}

form .form-control textarea {
  background-color: #fcf8f2;
  border: none;
  resize: none;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;

  width: 100%;
}

form .form-control input::placeholder,
form .form-control textarea::placeholder {
  color: #c7a992; /* Установите нужный цвет */
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
}

form .form-control input:focus,
textarea:focus {
  outline: none;
}

form button {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;

  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.opinion-form {
  width: 50%;
}

.button-container {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.separator {
  margin-top: 10px;
  background-color: #987253;
  width: 100%;
  height: 1.5px;
}

/* Общий контейнер для продуктов */
.products-container-wrapper {
  margin-top: 70px;
  margin-bottom: 10px;
}

.products-container-wrapper .header {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #a68264;
  width: 75%;
  justify-content: space-between;
  display: flex;
  margin: auto;
}

/* Секция навигации */
.products-container-wrapper .header .nav-to {
  display: flex;
  align-items: center;
}

.products-container-wrapper .header .nav-to p {
  margin-right: 10px;
}

/* Основной блок с продуктами */
.products-container-wrapper .main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.products-container {
  width: 75%;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10%; */
}

/* Стиль для карточки товара */
.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%; /* Задайте нужный размер для каждой карточки */
  padding: 20px;
  text-align: center;
}

.product-item img {
  width: 100%;
  height: auto;
  transition: transform 1s ease; /* Плавная анимация для трансформации */
}

.product-item:hover img {
  transform: scale(1.1); /* Увеличиваем картинку на 10% */
}

.product-item .product-name {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #a68264;
  margin-top: 10px;
}

.product-item .product-price {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #987253;
  margin-top: 5px;
}

/* Стили для блока с описанием */
.products-container-wrapper .header .title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  color: #a68264;
  text-transform: uppercase;
}

.products-container-wrapper .header .nav-to img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

/* Контейнер для элементов управления */
.products-container-control {
  cursor: pointer;
}

/* Блок с преимуществами (если нужно) */
.advantages {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 135px;
}

.advantages .text {
  margin-top: 45px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #987253;
}

.title-mobile {
  display: none;
}

@media screen and (max-width: 1340px) {
  .products-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 columns */
    grid-template-rows: repeat(2, auto); /* Creates 2 rows */
    gap: 10px; /* Optional: Adds spacing between grid items */
  }
  .product-card {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .single-product {
    display: flex;
    flex-direction: column;
  }
  .single-product .left img {
    width: 100%;
    height: 100%;
  }
  .opinion-form {
    width: 100%;
  }

  .title-mobile {
    display: flex;
    text-align: center;

    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #987253;
  }
  .products-container-wrapper .header .title {
    display: none;
  }
  .products-container-wrapper .header .nav-to {
    display: none;
  }
  .single-product .right {
    margin: 0;
  }
}

table {
  width: 100%;
}

th {
  text-align: center;

  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

tr {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

td {
  text-align: center;
}
.category h2 {
  color: #a68264;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 42.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

td .actions {
  margin: auto;
  width: 30%;
  display: flex;
  justify-content: space-between;
}

td .actions div {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.data {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.05em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

main {
  padding: 5%;
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout-form form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 300px;

  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-template-rows: repeat(2, 2fr);
  gap: 20px;
}

.checkout-cart h2 {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}
.checkout-form form .block h1 {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 42.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fcf8f2;
  color: #6b4424;
}
.form-group input::placeholder {
  color: #c7a992;
}
.checkout {
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
}
.payment_methods h3 {
  font-family: Playfair Display;
  font-size: 20px;
  color: #987253;
}
.payment_methods {
  color: #a68264;
}
.checkout .content {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 40%;
}
.img-thumbnail {
  height: 150;
  width: 150;
}
#checkout {
  /* border: 1px solid #c7a992; */
  width: 100%;
  display: block;
  /* justify-content: center;
	align-items: center; */
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #987253;
}
/* .price {
	display: flex;
	justify-content: space-between;
	width: 100%;
  } */
.price .text {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}
.checkout-block-title {
  color: #161211;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 28px 0;
}
.checkout-block-title span {
  color: #7d7d7d;
  font-family: Caveat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 15px 5px 0;
}
.checkout-cart-rows {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
.checkout-cart-header th {
  color: #161211;
  font-size: 12px;
  line-height: 20px;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 11px 0;
  text-align: left;
  font-weight: 400;
}
.checkout-cart-item td {
  border-bottom: 2px solid #ececec;
  padding: 8px;
}

.cart-quantity input {
  padding: 0 5px;
  border-bottom: none;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
}
.checkout-cart-list .cart-sum {
  font-size: 20px;
  letter-spacing: 1px;
}
.checkout-cart-list .cart-name {
  width: 40%;
  padding-left: 0;
}
.checkout-cart-list .cart-name a {
  color: inherit;
  font-weight: 400;
  padding-right: 50px;
}
.checkout-cart-list .cart-name img {
  width: 79px;
  margin-right: 23px;
}
.checkout-cart-list .cart-remove {
  width: 50px;
}
.checkout-cart-list .cart-remove .btn-hidden {
  color: #a8a8a8;
}
#checkout-price {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-cart-list .cart-sum {
  font-size: 20px;
  letter-spacing: 1px;
}
.checkout-cart-list .cart-name {
  width: 40%;
  padding-left: 0;
}
.checkout-cart-list .cart-name a {
  color: inherit;
  font-weight: 400;
  padding-right: 50px;
}
.checkout-cart-list .cart-name img {
  width: 79px;
  margin-right: 23px;
}
.checkout-cart-list .cart-remove {
  width: 50px;
}
.hidden {
  display: none;
}
.checkout-codes .btn {
  width: 90%;
}
@media (max-width: 767px) {
  .checkout-cart-rows thead,
  .slideshow .button-next,
  .slideshow .button-prev,
  .nr-products .button-next,
  .nr-products .button-prev {
    display: none;
  }
  .checkout-main .column {
    width: 100%;
  }
  .checkout-main {
    margin-bottom: 100px;
    display: block;
  }
  .checkout-cart-rows,
  .checkout-cart-list,
  .checkout-cart-item td {
    display: block;
  }
  .checkout-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .checkout-cart-item td {
    border: none;
  }
  .checkout-cart-list .cart-name {
    width: calc(100% - 50px);
    order: 1;
  }
  .checkout-cart-list .cart-remove {
    order: 2;
  }
  .checkout-cart-list .cart-quantity-cell {
    order: 3;
  }
  .checkout-cart-list .cart-price {
    order: 4;
  }
  .checkout-cart-list .cart-sum {
    order: 5;
  }
  .checkout-cart-list .cart-name a {
    padding-right: 10px;
  }
  .checkout-codes .form-block-label {
    width: 280px;
  }
  .checkout-codes .btn {
    margin-left: 20px;
    padding: 0 35px;
  }
  .free-shipping {
    top: 0;
  }
  .shipping-header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .checkout-form form {
    display: flex;
    flex-direction: column;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead {
    display: none; /* Скрываем заголовки */
  }

  tr {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }

  td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }

  td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: #a68264;
  }
}
.payment_methods {
  display: flex;
  flex-direction: column;
}

.content .list {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
}

.content .list .block {
  width: 25%;
  height: 25%;
}

.work-with-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70vh;
}

.content .content-title {
  font-family: Playfair Display;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}

.content .block .title {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a68264;
}
.content .block .text {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  #products-list {
    column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  #products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content .content-title {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #a68264;
  }
  .content .list {
    flex-direction: column;
  }
  .work-with-us {
    height: auto;
  }
  .content .list .block {
    width: 100%;
    height: 100%;
    margin-bottom: 10%;
  }
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fcf8f2;
  color: #6b4424;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-group input::placeholder {
  color: #c7a992;
}
#account-register {
  max-width: 50%;
  margin: auto;
}
#account-register h1 {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}
#account-register p {
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}
#account-register p a {
  text-decoration: none;
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b4424;
}

/* .form-group {
	display: flex;
  }
  .form-group div {
	display: flex;
	justify-content: center;
	align-items: center;
  } */
input[type="checkbox"] {
  margin-left: 10px;
  height: 15px;
  width: 15px;
}
form div button {
  cursor: pointer;
  text-decoration: none;
  border: 1.5px solid #6b4424;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #6b4424;
  color: #fcf8f2;
}

#account-login {
  max-width: 50%;
  height: 60%;
  margin: auto;
}
#account-login .form-group label{
  font-weight: 600;
}
#account-login p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}

#account-login p a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6b4424;
}

#account-login h2 {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}
#account-login .text-center {
  display: flex;
  flex-wrap: wrap;
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c7a992;
}

.wholsale-auth-wrapper {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15%;
}
.wholsale-auth-wrapper .popup-bottomRegister {
  padding-left: 20px;
}

#account-register .form-group .col-sm-10 {
  display: flex;

  align-items: center;
}
#account-register .form-group .col-sm-10 input[type="checkbox"] {
  margin-right: 10px;
}
#account-register .register-form-group .col-sm-10 {
  display: block;
  align-items: center;
}
#forgotten-password-form{
  width: 80%;
  margin: auto;
}
.pagination-btn {
  align-items: center;
  background-color: #fff;
  width: 151px;
  height: 40px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
}

.sorters {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.sorter {
  display: flex;
  align-items: center;
  background-color: #fcf8f2;
  border: 1px solid #c7a992;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.sorter:hover {
  background-color: #f4e9dd;
}

.sorter img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* Мобильные стили */
@media screen and (max-width: 768px) {
  .sorters {
    align-items: stretch;
    flex-direction: row;
  }

  .sorter {
    width: 100%;
    justify-content: space-between;
  }
}

#common-success .row #content .text-wrap {
  display: flex !important;
  flex-direction: column !important;
  margin: auto !important;
  width: fit-content !important;
  margin-top: 15vh !important;
}

#account-edit form {
  max-width: 600px;
  margin: auto;
}
#account-password form {
  max-width: 600px;
  margin: auto;
}

.sorter {
  position: relative;
  display: inline-block;
}

/* Скрываем список по умолчанию */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 10;
  width: auto;
}

/* Оформление элементов списка */
.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.dropdown-item:hover {
  background-color: #f2f2f2;
}
.dropdown-trigger {
  display: flex;
  align-items: center;
}
/* На мобильных устройствах можно скрывать текст в основной видимой части, оставляя только иконку */
/* Пример медиа-запроса */
@media (max-width: 767px) {
  .dropdown-trigger {
    display: flex;
    align-items: center;

    font-size: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#wholesale .payment-totals-container .container .block td {
  text-align: left;
}

/* .checkout-payment {
  margin-left: 20%;
} */
/* .total-item {
  margin-left: 20%;
} */
/* .shipping-info {
  margin-left: 20%;
} */

.shipping-info .method svg {
  display: none;
}

@media (max-width: 767px) {
  article .content {
    width: 95%;
  }
}

.heading-overlay .heading-title {
  color: #fff3e0 !important;
}

.carousel-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.related-carousel-pagination {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: auto;
  margin-top: 20px;
}

.old-price {
  opacity: 0.7;
  font-size: 16px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .old-price {
    font-size: 12px;
  }
}
.product-price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 60px;
}
.dropdown-item a {
  color: #987253;
  text-decoration: unset;
}
#checkbox_privacy_policy{
  font-size: 12px;
  justify-content: left;
  text-align: left;
}
.form-block{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.popup-input{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.form-block label{
  font-size: 14px;
  font-weight: 600;
}

.popup-input label{
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1240px){
.form-block label{
  font-size: 20px;
  font-weight: 600;
}

.popup-input label{
  font-size: 20px;
  font-weight: 600;
}
}
@media (min-width: 1920px){
.form-block label{
  font-size: 24px;
  font-weight: 600;
}

.popup-input label{
  font-size: 24px;
  font-weight: 600;
}
}
@media (min-width: 1920px) {
  .wholesale-products table td {
    font-size: 40px;
    line-height: normal;
  }
  .wholesale-products .product-list table th {
    font-size: 40px;
    line-height: normal;
  }
  .wholesale-products .product-list .packs .cart-quantity a {
    font-size: 50px;
  }
  .wholesale-products .product-list .packs .cart-quantity input {
    font-size: 40px;
  }
  .product-list td.image {
    max-height: 150px;
    width: auto;
  }
  .input-hidden.cnt {
    font-size: 40px;
  }
  .input-hidden.cnt {
    max-width: 150px;
  }
  .buy-mark {
    width: 40px;
    height: 40px;
  }
  h2 .product-title3 {
    font-size: 25px;
    line-height: normal;
  }
  .wholesale-customer-data .column .form-block input,
  h3 {
    font-size: 25px;
  }
  .form-error {
    font-size: 15px;
  }
  .payment-totals-container div h2,
  .payment-totals-container div,
  .payment-totals-container input,
  .payment-totals-container span {
    font-size: 30px;
    line-height: normal;
  }
  .payment-totals-container input {
    height: 30px;
    width: 30px;
  }
  .cart-quantity input.cnt {
    width: 80px;
  }
  .breadcrumbs .link,
  .last {
    line-height: normal;
    font-size: 20px;
  }
  .breadcrumbs .last {
    line-height: normal;
    font-size: 20px;
  }
  .breadcrumbs i {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .breadcrumbs span{
    font-size: 20px;
  }
  .confirm .btn {
    font-size: 40px;
  }
  .confirm .btn svg {
    fill: #a68264;
    height: 40px;
    width: 40px;
    margin-left: 8px;
  }
  #second-page #menu-bottom{
    font-size: 20px;
  }
  
}
