@font-face {
  font-family: Raleway;
  src: local("Raleway Black"), local("Raleway-Black"), url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url("../fonts/Raleway-ExtraLight.woff") format("woff"), url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway Regular"), local("Raleway-Regular"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local("IBM Plex Sans Regular"), local("IBMPlexSans-Regular"), url("../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("../fonts/IBMPlexSans-Light.woff") format("woff"), url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url("../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

button:focus,
input:focus,
select,
textarea:focus {
  outline: 0;
  appearance: none;
}

a, abbr, acronym, address, applet, article, aside, audio, big,
blockquote, body, canvas, caption, center, cite, code, dd, del,
details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,
footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i,
iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object,
ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr,
tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-shadow: none;
}

body {
  line-height: 1;
  font-family: Raleway, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 14px;
}

a img {
  cursor: pointer;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a, blockquote, button, div, img, input, select, textarea {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgb(0, 0, 0);
}

a,
a:hover {
  color: rgb(47, 47, 47);
  cursor: pointer;
  text-decoration: none;
}

hr {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  color: rgb(242, 198, 182);
  background-color: rgb(242, 198, 182);
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0 50px;
}

.btn {
  display: block;
  box-sizing: border-box;
  width: 281px;
  background-color: rgb(194, 104, 70);
  border: 1px solid rgb(194, 104, 70);
  border-radius: 40px;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}
.btn span {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/sw.svg");
  padding-right: 24px;
  color: rgb(255, 255, 255);
}
.btn:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.btn:hover span {
  color: rgb(0, 0, 0);
  background-image: url("../images/sb.svg");
}

.btn-base {
  background-color: unset;
  width: 298px;
}
.btn-base span {
  background-repeat: no-repeat;
  background-position: right center;
  color: rgb(52, 42, 38);
  background-image: url("../images/sb.svg");
}
.btn-base:hover {
  background-color: rgb(194, 104, 70);
  border-color: rgb(194, 104, 70);
}
.btn-base:hover span {
  color: rgb(255, 255, 255);
  background-image: url("../images/sw.svg");
}

:root {
  --scrollbarBgColor: rgba(0, 0, 0, 0.05);
  --scrollbarThumbColor: rgba(0, 0, 0, 0.15);
  --scrollbarThumbColorSecond: rgba(255, 255, 255, 0.7);
  --scrollbarWidth: 2rem;
  --scrollbarBorder: 0 solid var(--scrollbarBgColor);
  --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 4);
}

.scrollable {
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumbColor) var(--scrollbarBgColor);
}
.scrollable::-webkit-scrollbar {
  width: var(--scrollbarWidth);
}
.scrollable::-webkit-scrollbar-track {
  background: var(--scrollbarBgColor);
  border-radius: var(--scrollbarBorderRadius);
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumbColor);
  border-radius: var(--scrollbarBorderRadius);
  border: var(--scrollbarBorder);
  background-image: linear-gradient(180deg, var(--scrollbarThumbColor) 0%, var(--scrollbarThumbColorSecond) 90%);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-100%, 0px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  z-index: 50000;
}

.loader {
  width: 48px;
  height: 48px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(142, 98, 79) rgb(142, 98, 79) rgb(232, 98, 96);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.fadeIn,
.fadeIn2 {
  opacity: 0;
  transition: opacity 0.3s 0.1s;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}

.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}

.fadeInBottom {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease-out 0.2s, transform 0.7s ease-out 0.2s;
}

.fadeInBottom_delay {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease-out 0.4s, transform 0.7s ease-out 0.4s;
}

.fadeInBottom2 {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.7s ease-out 0.2s, transform 0.7s ease-out;
}

.wow.show {
  opacity: 1;
  transform: translate(0, 0);
}

.header-mobile {
  display: none;
  padding: 10px 0;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e0e0e0;
}
.header-mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.header-mobile__shovmenu {
  display: block;
}
.header-mobile__logo {
  display: flex;
  align-items: center;
  margin-left: 22vw;
}
.header-mobile__logo img {
  display: block;
  height: 45px;
  width: auto;
}
.header-mobile__search {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/search.svg");
}

.header {
  padding: 13px 0;
  background-color: #1b2b4b;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  z-index: 10000;
}
.header__empty {
  width: 369px;
}
.header__phone {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header__phone a {
  font-weight: 400;
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo li {
  margin-right: 30px;
}
.header__logo li:last-child {
  margin-right: 0;
}
.header__lang {
  position: relative;
}
.header__lang-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.header__lang-header span {
  color: #1b2b4b;
  font-weight: 600;
  font-size: 13px;
}
.header__lang-body {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__lang-body li a {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.menu {
  position: relative;
  overflow: visible;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e0e0e0;
}
.menu .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  min-height: 70px;
  padding-left: 300px;
}
.menu__logo {
  position: absolute;
  left: 50px;
  top: 0;
  transform: translateY(-40%);
  z-index: 100;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.menu__logo-img {
  height: 55px;
  width: auto;
  display: block;
}
.menu__logo-circle {
  width: 150px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #d1872b;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.menu__logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.menu__logo-circle--sm {
  width: 50px;
  height: 50px;
}
.menu__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
}
.menu__nav li:first-child {
  padding-left: 0;
}
.menu__nav li:last-child {
  padding-right: 0;
}
.menu__nav__drop {
  padding: 0 20px;
}
.menu__nav__drop__dropdown {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1b2b4b;
  padding-right: 18px;
  cursor: pointer;
  background-image: url("../images/sep-menu.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
}
.menu__nav__drop__dropmenu {
  display: none;
  position: absolute;
  padding: 19px 23px;
  top: 50px;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #1b2b4b;
  border-radius: 10px;
}
.menu__nav__drop__dropmenu.active {
  display: block;
}
.menu__nav__drop__dropmenu li {
  margin-bottom: 19px;
}
.menu__nav__drop__dropmenu li:last-child {
  margin-bottom: 0;
}
.menu__nav__drop__dropmenu li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #1b2b4b;
}
.menu__nav__drop:hover .menu__nav__drop__dropdown {
  color: #2a3d5f;
  background-image: url("../images/sep-menu-hover.svg");
}
.menu__nav__nodrop {
  padding: 0 20px;
}
.menu__nav__nodrop__nodropdown {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1b2b4b;
}
.menu__nav__nodrop:hover .menu__nav__nodrop__nodropdown {
  color: #2a3d5f;
}
.menu__social {
  display: flex;
  align-items: center;
}
.menu__social li {
  margin-right: 18px;
}
.menu__social li:last-child {
  margin-right: 0;
}
.menu__search {
  display: flex;
  align-items: center;
}
.menu__searchform {
  width: 800px;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 24%;
  top: 50%;
  transform: translateY(-50%);
}
.menu__searchform__form {
  width: 744px;
  margin-top: 0;
}
.menu__searchform__hide {
  cursor: pointer;
}

.searchmob {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  padding: 110px 20px;
  overflow-y: auto;
  transition: 0.3s;
}
.searchmob__hidemenu {
  display: block;
}
.searchmob__form {
  position: relative;
  margin-top: 76px;
}
.searchmob__form input[type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #1b2b4b;
  border-radius: 40px;
  font-size: 18px;
  padding: 0 16px;
}
.searchmob__form input[type=submit] {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/searchbtn.svg");
  border: 0;
  background-color: unset;
  top: 14px;
  right: 21px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .menu__nav__drop,
  .menu__nav__nodrop {
    padding: 0 10px;
  }
  .menu__nav__drop__dropdown,
  .menu__nav__nodrop__nodropdown {
    font-size: 13px;
  }
  .header__phone {
    font-size: 10px;
  }
  .header__empty {
    width: 287px;
  }
  .header__logo li {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .header {
    display: none;
  }
  .menu {
    display: none;
  }
  .header-mobile {
    display: block;
    overflow: visible;
  }
}
.floatmenu {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgb(253, 246, 241);
  padding: 24px 20px;
  overflow-y: auto;
  transition: 0.3s;
}
.floatmenu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
}
.floatmenu__top p {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgb(52, 42, 38);
  font-weight: 500;
  font-size: 11px;
}
.floatmenu__top p a {
  font-weight: 400;
  font-size: 13px;
  color: rgb(52, 42, 38);
  border-bottom: 1px dashed rgb(194, 104, 70);
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
.floatmenu__top p a:hover {
  text-decoration: none;
}
.floatmenu__center {
  margin-bottom: 30px;
}
.floatmenu__center__menu__drop {
  padding: 16px 0;
  border-bottom: 1px solid rgba(223, 210, 197, 0.5);
}
.floatmenu__center__menu__drop__dropdown {
  display: block;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../images/sep.svg");
  cursor: pointer;
}
.floatmenu__center__menu__drop__dropdown.active {
  background-image: url("../images/unsep.svg");
}
.floatmenu__center__menu__drop__dropdown.active ~ ul {
  display: block;
}
.floatmenu__center__menu__drop__dropdown:hover {
  color: rgb(194, 104, 70);
}
.floatmenu__center__menu__drop__dropmenu {
  display: none;
  margin-left: 16px;
  margin-top: 22px;
}
.floatmenu__center__menu__drop__dropmenu li {
  margin-bottom: 18px;
}
.floatmenu__center__menu__drop__dropmenu li:last-child {
  margin-bottom: 0;
}
.floatmenu__center__menu__drop__dropmenu li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.floatmenu__center__menu__drop__dropmenu li a:hover {
  color: rgb(194, 104, 70);
}
.floatmenu__center__menu__nodrop {
  border-bottom: 1px solid rgba(223, 210, 197, 0.5);
  padding: 16px 0;
}
.floatmenu__center__menu__nodrop__nodropdown {
  display: block;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.floatmenu__center__menu__nodrop__nodropdown:hover {
  color: rgb(194, 104, 70);
}
.floatmenu__bottom__title {
  font-weight: 600;
  font-size: 16px;
  color: rgb(194, 104, 70);
  display: block;
  margin-bottom: 18px;
}
.floatmenu__bottom__menu {
  display: flex;
  flex-wrap: wrap;
}
.floatmenu__bottom__menu li {
  width: 50%;
  margin-bottom: 10px;
}
.floatmenu__bottom__menu li a {
  font-weight: 500;
  font-size: 15px;
  color: rgb(52, 42, 38);
  line-height: 170%;
}
.floatmenu__bottom__menu li a:hover {
  color: rgb(194, 104, 70);
}

.general {
  padding: 60px 0 80px;
  overflow: unset;
  background-color: #fffdf1;
}
.general__pretitle {
  text-align: center;
  font-weight: 400;
  font-size: 44px;
  color: #1b2b4b;
  font-family: "Pacifico", cursive;
  margin-bottom: 10px;
}
.general h1 {
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #1b2b4b;
  line-height: 1.2;
}
.general__posttitle {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #666;
  margin-bottom: 40px;
}
.general__hero {
  margin: 0 auto 0;
  max-width: 616px;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.general__hero img {
  display: block;
  width: 100%;
  height: auto;
}
.general__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.btn-navy {
  display: inline-block;
  box-sizing: border-box;
  background-color: #1b2b4b;
  border: 2px solid #1b2b4b;
  border-radius: 40px;
  padding: 16px 36px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.btn-navy span {
  color: rgb(255, 255, 255);
}
.btn-navy:hover {
  background-color: #243756;
  border-color: #243756;
}

.btn-outline {
  display: inline-block;
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #1b2b4b;
  border-radius: 40px;
  padding: 16px 36px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.btn-outline span {
  color: #1b2b4b;
}
.btn-outline:hover {
  background-color: #1b2b4b;
}
.btn-outline:hover span {
  color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
  .general {
    padding: 30px 0 50px;
  }
  .general__pretitle {
    font-size: 28px;
  }
  .general h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .general__posttitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .general__hero {
    margin: 0 auto 0;
    border-radius: 12px;
  }
  .general__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.we-produce__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.we-produce__top h2 {
  font-weight: 500;
  font-size: 60px;
  display: flex;
  align-items: center;
}
.we-produce__top h2 p {
  font-weight: 400;
  font-size: 44px;
  color: rgb(194, 104, 70);
  font-family: "Pacifico", cursive;
  margin-left: 35px;
}
.we-produce__top__nav {
  overflow: hidden;
}
.we-produce__top__nav li {
  float: left;
}
.we-produce__top__nav li:nth-child(1) {
  margin-right: 27px;
}
.we-produce__top__nav li a {
  display: block;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  border: 1px solid rgb(242, 198, 182);
}
.we-produce__top__nav li a:hover {
  background-color: rgb(242, 198, 182);
}
.we-produce__top__nav li a.we-produce__top__nav__prev {
  background-image: url("../images/prev.svg");
}
.we-produce__top__nav li a.we-produce__top__nav__prev:hover {
  background-image: url("../images/prevh.svg");
}
.we-produce__top__nav li a.we-produce__top__nav__next {
  background-image: url("../images/next.svg");
}
.we-produce__top__nav li a.we-produce__top__nav__next:hover {
  background-image: url("../images/nexth.svg");
}
.we-produce__slider {
  margin-top: 63px;
}
.we-produce__slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-produce__slider .slick-list .slick-track .slick-slide {
  padding: 0 11px;
  display: grid;
}
.we-produce__slider .slick-list .slick-track .slick-slide img {
  height: 250px;
}
.we-produce__slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: -91px;
  top: unset;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  border: 1px solid rgb(242, 198, 182);
  font-size: 0;
  color: transparent;
}
.we-produce__slider .slick-arrow:hover {
  background-color: rgb(242, 198, 182);
}
.we-produce__slider .slick-arrow.slick-prev {
  background-image: url("../images/prev.svg");
  left: 110px;
}
.we-produce__slider .slick-arrow.slick-prev:hover {
  background-image: url("../images/prevh.svg");
}
.we-produce__slider .slick-arrow.slick-next {
  background-image: url("../images/next.svg");
  right: 110px;
}
.we-produce__slider .slick-arrow.slick-next:hover {
  background-image: url("../images/nexth.svg");
}
.we-produce__slider__slide {
  align-items: center;
  background-color: rgb(252, 239, 230);
  border: 2px solid rgb(252, 239, 230);
  border-radius: 10px;
  padding: 45px;
  transition: 0.3s;
  height: 470px;
  display: grid !important;
}
.we-produce__slider__slide__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.we-produce__slider__slide img {
  display: block;
  margin: 0 auto;
}
.we-produce__slider__slide__detail {
  width: 137px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 12px;
  margin-top: 45px;
  transition: 0.3s;
}
.we-produce__slider__slide:hover {
  border: 2px solid rgb(194, 104, 70);
}
.we-produce__slider__slide:hover .we-produce__slider__slide__detail {
  color: rgb(255, 255, 255);
  background-color: rgb(194, 104, 70);
}
.we-produce__bottom {
  overflow: hidden;
  margin-top: 57px;
}
.we-produce__bottom p {
  font-weight: 300;
  font-size: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 190%;
  width: 75%;
  float: left;
}
.we-produce__bottom a {
  display: block;
  width: 245px;
  float: right;
  border: 1px solid rgb(194, 104, 70);
  font-weight: 500;
  font-size: 16px;
  color: rgb(52, 42, 38);
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .we-produce__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .we-produce__top h2 {
    font-size: 32px;
  }
  .we-produce__top h2 p {
    font-size: 28px;
    margin-left: 15px;
  }
  .we-produce__top__nav {
    display: none;
  }
  .we-produce__slider {
    margin-top: 30px;
  }
  .we-produce__slider__slide {
    height: auto;
    padding: 25px;
  }
  .we-produce__bottom {
    margin-top: 30px;
  }
  .we-produce__bottom p {
    font-size: 16px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .we-produce__bottom a {
    float: none;
    margin: 0 auto;
  }
}
.produce {
  padding: 70px 0 80px;
}
.produce__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.produce__title {
  font-weight: 500;
  font-size: 48px;
  color: #1b2b4b;
  margin-bottom: 0;
}
.produce__title span {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 42px;
  color: #1b2b4b;
}
.produce__nav {
  display: flex;
  list-style: none;
  gap: 16px;
}
.produce__nav a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  cursor: pointer;
}
.produce__nav a:hover {
  background-color: #e0e0e0;
}
.produce__nav a.produce__nav__prev {
  background-image: url("../images/prev.svg");
}
.produce__nav a.produce__nav__prev:hover {
  background-image: url("../images/prevh.svg");
}
.produce__nav a.produce__nav__next {
  background-image: url("../images/next.svg");
}
.produce__nav a.produce__nav__next:hover {
  background-image: url("../images/nexth.svg");
}
.produce__slider .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.produce__slider .slick-list .slick-track .slick-slide {
  padding: 0 10px;
  height: auto;
}
.produce__slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.produce__card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px 20px 25px;
  transition: border-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
}
.produce__card:hover {
  border-color: #1b2b4b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.produce__card__img {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.produce__card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1.5);
}
.produce__card__name {
  font-weight: 600;
  font-size: 16px;
  color: #1b2b4b;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
}
.produce__card__weight {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  margin-bottom: 18px;
}
.produce__card__link {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #1b2b4b;
  border: 1px solid #1b2b4b;
  border-radius: 30px;
  padding: 10px 28px;
  transition: 0.3s;
  margin-top: auto;
}
.produce__card:hover .produce__card__link {
  background-color: #1b2b4b;
  color: rgb(255, 255, 255);
}
.produce__bottom-text {
  margin: 48px 0 0;
  padding: 0 10px 0 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgb(52, 42, 38);
  text-align: left;
}

@media (max-width: 991px) {
  .produce {
    padding: 40px 0 50px;
  }
  .produce__top {
    margin-bottom: 30px;
  }
  .produce__title {
    font-size: 32px;
  }
  .produce__title span {
    font-size: 28px;
  }
  .produce__nav a {
    width: 48px;
    height: 48px;
  }
  .produce__bottom-text {
    margin-top: 36px;
    padding: 0 10px 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .produce__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .produce__title {
    font-size: 26px;
  }
  .produce__title span {
    font-size: 22px;
    display: block;
  }
}
.assortment {
  padding: 70px 0 80px;
  background-color: #fafafa;
}
.assortment__title {
  font-weight: 600;
  font-size: 48px;
  color: #1b2b4b;
  margin-bottom: 30px;
}
.assortment__tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  list-style: none;
}
.assortment__tabs li a {
  font-weight: 500;
  font-size: 16px;
  color: #888;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.assortment__tabs li a:hover {
  color: #1b2b4b;
}
.assortment__tabs li.active a {
  color: #1b2b4b;
  border-bottom-color: #1b2b4b;
}
.assortment__panel {
  display: none;
}
.assortment__panel.active {
  display: block;
}
.assortment__grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.assortment__right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 20px;
}
.assortment__badge {
  display: inline-block;
  background-color: #1b2b4b;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.assortment__card {
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 25px;
  transition: box-shadow 0.3s;
}
.assortment__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.assortment__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.assortment__card__img img {
  max-width: 100%;
  object-fit: contain;
}
.assortment__card h3 {
  font-weight: 600;
  font-size: 18px;
  color: #1b2b4b;
  margin-bottom: 8px;
  line-height: 1.3;
}
.assortment__card__desc {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  line-height: 1.5;
}
.assortment__card__price {
  font-weight: 700;
  font-size: 20px;
  color: #1b2b4b;
  margin-bottom: 15px;
}
.assortment__card__price span {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}
.assortment__card__link {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #1b2b4b;
  border: 1px solid #1b2b4b;
  border-radius: 30px;
  padding: 10px 28px;
  transition: 0.3s;
  text-decoration: none;
  margin-top: auto;
}
.assortment__card__link:hover {
  background-color: #1b2b4b;
  color: rgb(255, 255, 255);
}
.assortment__card__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.assortment__card--big {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
}
.assortment__card--big .assortment__card__img {
  height: 340px;
  flex-shrink: 0;
}
.assortment__card--big .assortment__card__img img {
  max-height: 340px;
}
.assortment__card--big.assortment__card--big-visual {
  padding: 0;
  overflow: hidden;
  min-height: 0;
  align-self: stretch;
}
.assortment__card--big.assortment__card--big-visual .assortment__card__img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  margin: 0;
  flex-shrink: 1;
}
.assortment__card--big.assortment__card--big-visual .assortment__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
}
.assortment__card--small {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assortment__card--small .assortment__card__img {
  height: 210px;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}
.assortment__card--small .assortment__card__img img {
  max-height: 210px;
  transform: scale(1.7);
}
.assortment__card--small h3 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  width: 100%;
}
.assortment__card--small .assortment__card__price {
  font-size: 17px;
  text-align: center;
}

.btn-sm {
  padding: 10px 22px;
  font-size: 13px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .assortment {
    padding: 40px 0 50px;
  }
  .assortment__title {
    font-size: 32px;
  }
  .assortment__grid {
    flex-direction: column;
  }
  .assortment__card--big {
    flex: 0 0 auto;
  }
  .assortment__card--big.assortment__card--big-visual {
    min-height: 260px;
  }
  .assortment__right {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .assortment__tabs {
    gap: 15px;
    flex-wrap: wrap;
  }
  .assortment__right {
    grid-template-columns: 1fr;
  }
}
.brands {
  padding: 125px 0;
}
.brands h2 {
  font-weight: 500;
  font-size: 60px;
  color: #1b2b4b;
  display: flex;
  align-items: center;
}
.brands h2 p {
  font-weight: 400;
  font-size: 44px;
  color: #d4a855;
  font-family: "Pacifico", cursive;
  margin-left: 18px;
  margin-right: 22px;
}
.brands .we-produce__bottom p {
  width: 65%;
  color: rgb(52, 42, 38);
  font-family: "IBM Plex Sans", sans-serif;
}
.brands .we-produce__bottom .btn-navy {
  float: right;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  background-color: #1b2b4b;
  border: 2px solid #1b2b4b;
  border-radius: 40px;
  padding: 16px 36px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.brands .we-produce__bottom .btn-navy span {
  color: rgb(255, 255, 255);
}
.brands .we-produce__bottom .btn-navy:hover {
  background-color: #243756;
  border-color: #243756;
}
.brands__slider {
  margin-top: 100px;
  padding: 0 147px;
}
.brands__slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__slider .slick-list .slick-track .slick-slide {
  display: grid;
}
.brands__slider .slick-arrow {
  background-repeat: no-repeat;
  transition: 0.3s;
  border: 1px solid #e0e0e0;
  width: 60px;
  height: 60px;
  background-position: center center;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
.brands__slider .slick-arrow:hover {
  background-color: #e0e0e0;
}
.brands__slider .slick-arrow.slick-prev {
  background-image: url("../images/prev.svg");
  left: 0;
}
.brands__slider .slick-arrow.slick-prev:hover {
  background-image: url("../images/prevh.svg");
}
.brands__slider .slick-arrow.slick-next {
  background-image: url("../images/next.svg");
  right: 0;
}
.brands__slider .slick-arrow.slick-next:hover {
  background-image: url("../images/nexth.svg");
}
.brands__slider__slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 16px;
  padding: 20px;
  transition: box-shadow 0.3s;
  text-decoration: none;
}
.brands__slider__slide:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.brands__slider__slide img {
  max-width: 90% !important;
}
.brands__nav {
  overflow: hidden;
  display: none;
  width: 127px;
  margin: 0 auto;
}
.brands__nav li {
  float: left;
  margin-right: 27px;
}
.brands__nav li:last-child {
  margin-right: 0;
}
.brands__nav li a {
  display: block;
  border-radius: 40px;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
}
.brands__nav li a:hover {
  background-color: #e0e0e0;
}
.brands__nav__prev {
  background-image: url("../images/prev.svg");
}
.brands__nav__prev:hover {
  background-image: url("../images/prevh.svg");
}
.brands__nav__next {
  background-image: url("../images/next.svg");
}
.brands__nav__next:hover {
  background-image: url("../images/nexth.svg");
}

@media (max-width: 768px) {
  .brands {
    padding: 60px 0;
  }
  .brands h2 {
    font-size: 32px;
  }
  .brands h2 p {
    font-size: 28px;
  }
  .brands .we-produce__bottom p {
    width: 100%;
  }
  .brands__slider {
    margin-top: 40px;
    padding: 0;
  }
  .brands__slider .slick-arrow {
    display: none !important;
  }
  .brands__nav {
    display: block;
    margin-top: 30px;
  }
}
.create {
  margin-top: 0;
  padding: 40px 0;
  background-color: #1b2b4b;
}
.create__wrap {
  display: flex;
  flex-wrap: wrap;
}
.create__wrap__left {
  width: 56%;
  position: relative;
}
.create__wrap__left h2 {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 0.35em;
  color: rgb(255, 255, 255);
}
.create__wrap__left h2 p {
  font-size: 36px;
  margin-left: 0;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  color: #d4a855;
}
.create__wrap__left__text {
  margin-top: 0;
  padding: 0 40px;
}
.create__wrap__left__text p {
  font-weight: 500;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #d4a855;
  line-height: 150%;
  margin-bottom: 12px;
}
.create__wrap__left__text ul {
  list-style-type: disc;
  margin-left: 20px;
}
.create__wrap__left__text ul li {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgba(255, 255, 255, 0.85);
}
.create__wrap__left__btn {
  display: block;
  border-radius: 40px;
  transition: 0.3s;
  border: 1px solid #d4a855;
  width: fit-content;
  max-width: 100%;
  margin: 28px 40px 0;
  padding: 16px 24px;
  text-align: center;
  box-sizing: border-box;
}
.create__wrap__left__btn span {
  font-weight: 500;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/sw.svg");
}
.create__wrap__left__btn:hover {
  background-color: #d4a855;
}
.create__wrap__left__btn:hover span {
  color: #1b2b4b;
  background-image: url("../images/sb.svg");
}
.create__wrap__right {
  position: relative;
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.create__wrap__right__img {
  display: block;
  width: 100%;
  max-width: min(100%, 520px);
  margin-left: auto;
  margin-right: auto;
  height: min(52vh, 520px);
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .create {
    margin-top: 0;
    padding: 40px 0;
  }
  .create__wrap {
    flex-direction: column;
  }
  .create__wrap__left {
    width: 100%;
  }
  .create__wrap__left h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .create__wrap__left h2 p {
    font-size: 28px;
    margin-left: 0;
  }
  .create__wrap__left__text {
    margin-top: 30px;
    padding: 0 20px;
  }
  .create__wrap__left__text p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .create__wrap__left__text ul li {
    font-size: 16px;
  }
  .create__wrap__left__btn {
    margin: 24px 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .create__wrap__right {
    width: 100%;
    margin-top: 30px;
  }
  .create__wrap__right__img {
    max-width: 100%;
    height: 360px;
    object-position: 50% 70%;
  }
}
.opt {
  padding: 79px 0;
}
.opt__wrap {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 104px 97px;
  border: 1px solid #e0e0e0;
}
.opt__wrap h2 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 60px;
  color: #1b2b4b;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.35em;
}
.opt__wrap h2 p {
  margin-left: 0;
  font-size: 44px;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  color: #d4a855;
}
.opt__wrap__subhead {
  font-weight: 500;
  font-size: 24px;
  color: #1b2b4b;
  font-family: "IBM Plex Sans", sans-serif;
}
.opt__wrap__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px;
  margin-bottom: 41px;
}
.opt__wrap__list__item {
  width: 33.3333%;
  padding-left: 67px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-top: 5px;
  margin-bottom: 52px;
  padding-right: 30px;
}
.opt__wrap__list__item.item1 {
  background-image: url("../images/opt1.svg");
}
.opt__wrap__list__item.item2 {
  background-image: url("../images/opt2.svg");
}
.opt__wrap__list__item.item3 {
  background-image: url("../images/opt3.svg");
}
.opt__wrap__list__item.item4 {
  background-image: url("../images/opt4.svg");
}
.opt__wrap__list__item.item5 {
  background-image: url("../images/opt5.svg");
}
.opt__wrap__list__item.item6 {
  background-image: url("../images/opt6.svg");
}
.opt__wrap__list__item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 190%;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgb(52, 42, 38);
}
.opt__wrap__subhead1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #1b2b4b;
  font-family: "IBM Plex Sans", sans-serif;
}
.opt__wrap__buttons {
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.opt__wrap__buttons .btn-navy,
.opt__wrap__buttons .btn-outline {
  margin-right: 0;
}

@media (max-width: 768px) {
  .opt {
    padding: 40px 0;
  }
  .opt__wrap {
    padding: 40px 20px;
  }
  .opt__wrap h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .opt__wrap h2 p {
    font-size: 28px;
  }
  .opt__wrap__subhead {
    font-size: 18px;
  }
  .opt__wrap__list {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .opt__wrap__list__item {
    width: 100%;
    padding-left: 55px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .opt__wrap__list__item p {
    font-size: 16px;
  }
  .opt__wrap__buttons {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }
  .opt__wrap__buttons .btn-navy,
  .opt__wrap__buttons .btn-outline {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .opt__wrap__subhead1 {
    font-size: 16px;
  }
}
.subscribe {
  padding: 52px 0 0;
  background-color: #2a3d5f;
}
.subscribe h2 {
  font-weight: 400;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.subscribe h2 p {
  font-size: 40px;
  margin: 0 12px;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  color: #d4a855;
}
.subscribe__form {
  margin-top: 22px;
  width: 665px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 52px;
}
.subscribe__form form {
  overflow: hidden;
}
.subscribe__form form .subscribe__form__left {
  float: left;
  width: 414px;
}
.subscribe__form form .subscribe__form__right {
  float: right;
  width: 230px;
}
.subscribe__form form button,
.subscribe__form form input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  font-size: 16px;
}
.subscribe__form form input[type=email] {
  margin-right: 21px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  padding: 17px 22px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: rgb(0, 0, 0);
}
.subscribe__form form button {
  background-color: #d4a855;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  cursor: pointer;
  padding: 18px 0;
  border-radius: 8px;
}
.subscribe__form form button:hover {
  background-color: rgb(203.7633802817, 151.3352112676, 52.4366197183);
}
.subscribe__form form label {
  display: block;
  margin-top: 22px;
  cursor: pointer;
}
.subscribe__form form label input[type=checkbox] {
  display: none;
}
.subscribe__form form label input[type=checkbox]:checked + p {
  background-image: url("../images/check.svg");
}
.subscribe__form form label p {
  font-weight: 400;
  padding-left: 35px;
  background-image: url("../images/uncheck.svg");
  background-repeat: no-repeat;
  background-position: left 0;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBM Plex Sans", sans-serif;
}
.subscribe__form form label p a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: underline;
}
.subscribe__form form label p a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .subscribe {
    padding: 40px 0 0;
  }
  .subscribe h2 {
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .subscribe h2 p {
    font-size: 28px;
  }
  .subscribe__form {
    width: 100%;
    padding: 0 20px 40px;
  }
  .subscribe__form form .subscribe__form__left {
    float: none;
    width: 100%;
  }
  .subscribe__form form .subscribe__form__right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
.footer {
  padding: 50px 0 30px;
  background-color: #1b2b4b;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer__wrap__item--logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 260px;
}
.footer__wrap__item--logo .footer__chat--under-social {
  margin-top: 20px;
  align-self: flex-start;
}
.footer__wrap__item--contacts {
  max-width: 320px;
}
.footer__wrap__item__menu-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer__wrap__item__menu li {
  margin-bottom: 12px;
}
.footer__wrap__item__menu li:last-child {
  margin-bottom: 0;
}
.footer__wrap__item__menu li a {
  font-weight: 400;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgba(255, 255, 255, 0.75);
}
.footer__wrap__item__menu li a:hover {
  color: rgb(255, 255, 255);
}
.footer__wrap__item__contacts .footer__company {
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer__wrap__item__contacts ul li {
  margin-bottom: 12px;
}
.footer__wrap__item__contacts ul li:last-child {
  margin-bottom: 0;
}
.footer__wrap__item__contacts ul li.footer__address {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer__wrap__item__contacts ul li a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}
.footer__wrap__item__contacts ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.footer__social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.footer__social li a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.footer__social li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__bottom__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}
.footer__bottom__sep {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  user-select: none;
}
.footer__bottom__copyright {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
}
.footer__bottom__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}
.footer__bottom__legal a {
  font-weight: 400;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__bottom__legal a:hover {
  color: rgb(255, 255, 255);
}
.footer__bottom__chat {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  transition: 0.3s;
}
.footer__bottom__chat:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.footer-mob {
  background-color: #1b2b4b;
  padding: 40px 0;
  display: none;
}
.footer-mob__top {
  display: flex;
  justify-content: space-between;
}
.footer-mob__top__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-mob__top__left .footer__chat--under-social {
  margin-top: 16px;
  align-self: flex-start;
}
.footer-mob__top__right a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 12px;
}
.footer-mob__top__right .footer-mob__company {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer-mob__top__right .footer-mob__address {
  margin: 4px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer-mob__top__right__title {
  font-weight: 600;
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 12px;
}
.footer-mob__menu {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-mob__menu__col {
  flex: 1;
}
.footer-mob__menu__title {
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-mob__menu ul li {
  margin-bottom: 12px;
}
.footer-mob__menu ul li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "IBM Plex Sans", sans-serif;
}
.footer-mob__menu ul li a:hover {
  color: rgb(255, 255, 255);
}
.footer-mob__bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-mob__bottom .footer-mob__bottom__meta {
  justify-content: center;
}

@media (max-width: 768px) {
  .footer {
    display: none;
  }
  .footer-mob {
    display: block;
  }
}
#cookie_notification {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #1b2b4b;
  border-top: 2px solid #d4a855;
  box-shadow: 0 -8px 32px rgba(27, 43, 75, 0.35);
  padding: 20px 0;
  z-index: 10000;
  transition: bottom 0.5s ease;
}
#cookie_notification .cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
#cookie_notification.showcookie {
  bottom: 0;
}
#cookie_notification.hidecookie {
  bottom: -100%;
}
#cookie_notification p {
  font-weight: 400;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  flex: 1;
  min-width: 200px;
  margin: 0;
}
#cookie_notification p a {
  color: #d4a855;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  transition: color 0.2s ease;
}
#cookie_notification p a:hover {
  color: rgb(224.3549295775, 192.9971830986, 133.8450704225);
  text-decoration: none;
}

.cookie__button {
  flex-shrink: 0;
}

.cookie_accept {
  display: inline-block;
  background-color: #d4a855;
  color: #1b2b4b;
  border: 2px solid #d4a855;
  border-radius: 30px;
  padding: 12px 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.cookie_accept:hover {
  background-color: rgb(205.8225352113, 155.5014084507, 60.5774647887);
  border-color: rgb(205.8225352113, 155.5014084507, 60.5774647887);
  color: #1b2b4b;
}
.cookie_accept span {
  color: inherit;
}

@media (max-width: 768px) {
  #cookie_notification {
    padding: 16px 0;
  }
  #cookie_notification .cookie-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  #cookie_notification p {
    font-size: 13px;
  }
  #cookie_notification .cookie__button {
    width: 100%;
  }
  #cookie_notification .cookie_accept {
    width: 100%;
    text-align: center;
  }
}
.privacy {
  padding: 40px 0 80px;
  background-color: rgb(254, 249, 245);
}
.privacy__hero {
  text-align: center;
  margin-bottom: 48px;
}
.privacy__hero h1 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 40px);
  color: #1b2b4b;
  line-height: 1.2;
  margin: 0;
}
.privacy__hero h1 p {
  display: block;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: clamp(20px, 3vw, 28px);
  color: #d4a855;
  margin: 8px 0 0;
}
.privacy__content {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 48px;
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(27, 43, 75, 0.06);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(52, 42, 38);
}
.privacy__content h2 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1b2b4b;
  margin: 2em 0 0.75em;
}
.privacy__content h2:first-child {
  margin-top: 0;
}
.privacy__content h3 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2a3d5f;
  margin: 1.5em 0 0.5em;
}
.privacy__content p {
  margin: 0 0 1em;
}
.privacy__content ul,
.privacy__content ol {
  margin: 0 0 1em 1.25em;
  padding: 0;
}
.privacy__content li {
  margin-bottom: 0.35em;
}
.privacy__content a {
  color: #1b2b4b;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy__content a:hover {
  color: #d4a855;
}
.privacy__content strong {
  color: #1b2b4b;
}

@media (max-width: 768px) {
  .privacy {
    padding: 24px 0 48px;
  }
  .privacy__content {
    padding: 24px 20px;
    border-radius: 16px;
    font-size: 15px;
  }
}
.error-404 {
  background-color: #fffdf1;
  padding: 100px 0 120px;
  text-align: center;
}
.error-404__code {
  display: block;
  font-family: "Pacifico", cursive;
  font-size: 140px;
  color: #d4a855;
  line-height: 1;
}
.error-404 h1 {
  font-weight: 700;
  font-size: 36px;
  color: #1b2b4b;
  margin: 20px 0 16px;
  line-height: 1.2;
}
.error-404 p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}
.error-404__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0 80px;
  }
  .error-404__code {
    font-size: 90px;
  }
  .error-404 h1 {
    font-size: 24px;
  }
  .error-404 p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .error-404__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.wholesale {
  background-color: #fffdf1;
  padding: 80px 0 0;
}
.wholesale__hero {
  text-align: center;
  margin-bottom: 50px;
}
.wholesale__hero h1 {
  font-weight: 500;
  font-size: 60px;
  color: #1b2b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.35em;
}
.wholesale__hero h1 p {
  margin-left: 0;
  font-size: 44px;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  color: #d4a855;
}
.wholesale__hero__sub {
  margin-top: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #1b2b4b;
  font-family: "IBM Plex Sans", sans-serif;
}
.wholesale__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.wholesale__benefits {
  margin-bottom: 80px;
}
.wholesale__benefits h2 {
  font-weight: 600;
  font-size: 36px;
  color: #1b2b4b;
  margin-bottom: 50px;
  line-height: 1.3;
}
.wholesale__benefits .opt__wrap__list {
  margin-top: 0;
  margin-bottom: 0;
}
.wholesale__stm {
  background-color: #1b2b4b;
  border-radius: 16px;
  padding: 60px 80px;
  margin-bottom: 80px;
}
.wholesale__stm h3 {
  font-weight: 600;
  font-size: 28px;
  color: #d4a855;
  margin-bottom: 20px;
}
.wholesale__stm p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: rgb(255, 255, 255);
}
.wholesale__feedback {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 60px;
  border: 1px solid #e0e0e0;
}
.wholesale__feedback__left {
  flex: 0 0 340px;
}
.wholesale__feedback__left h3 {
  font-weight: 600;
  font-size: 24px;
  color: #1b2b4b;
  margin-bottom: 30px;
  line-height: 1.4;
}
.wholesale__feedback__left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wholesale__feedback__left ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  color: rgb(52, 42, 38);
}
.wholesale__feedback__left ul li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #d4a855;
}
.wholesale__feedback__left ul li a {
  color: #1b2b4b;
  text-decoration: none;
  transition: color 0.2s;
}
.wholesale__feedback__left ul li a:hover {
  color: #d4a855;
}
.wholesale__feedback__left ul li span {
  line-height: 1.5;
}
.wholesale__feedback__right {
  flex: 1;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field {
  margin-bottom: 20px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field label {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1b2b4b;
  margin-bottom: 6px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=text],
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=tel],
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=email],
.wholesale__feedback__right .wpcf7 .wholesale__form__field select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(52, 42, 38);
  transition: border-color 0.2s;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=text]:focus,
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=tel]:focus,
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=email]:focus,
.wholesale__feedback__right .wpcf7 .wholesale__form__field select:focus {
  outline: none;
  border-color: #d4a855;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=text].wpcf7-not-valid,
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=tel].wpcf7-not-valid,
.wholesale__feedback__right .wpcf7 .wholesale__form__field input[type=email].wpcf7-not-valid,
.wholesale__feedback__right .wpcf7 .wholesale__form__field select.wpcf7-not-valid {
  border-color: #d94f4f;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231b2b4b' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field .wpcf7-not-valid-tip {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  color: #d94f4f;
  margin-top: 5px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: rgb(52, 42, 38);
  line-height: 1.4;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree .wpcf7-list-item {
  display: block;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree input[type=checkbox]:checked {
  background-color: #d4a855;
  border-color: #d4a855;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree input[type=checkbox]:hover {
  border-color: #d4a855;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree .wpcf7-list-item-label {
  padding-top: 2px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree a {
  color: #d4a855;
  text-decoration: underline;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--agree a:hover {
  color: rgb(196.338028169, 145.5211267606, 49.661971831);
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--submit {
  margin-top: 30px;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--submit input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  background-color: #1b2b4b;
  border: 2px solid #1b2b4b;
  border-radius: 40px;
  padding: 16px 36px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.3s;
}
.wholesale__feedback__right .wpcf7 .wholesale__form__field--submit input[type=submit]:hover {
  background-color: #243756;
  border-color: #243756;
}
.wholesale__feedback__right .wpcf7 .wpcf7-response-output {
  border-radius: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  padding: 12px 18px;
  margin-top: 15px;
  border: 1px solid transparent;
}
.wholesale__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #d94f4f;
  background-color: #fdf2f2;
  color: #d94f4f;
}
.wholesale__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #46a049;
  background-color: #f2fdf3;
  color: #2e7d32;
}
.wholesale__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  border-color: #e6a817;
  background-color: #fffde7;
  color: #c69500;
}
.wholesale__pages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 80px;
}
.wholesale__pages__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.wholesale__pages__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.wholesale__pages__item--about {
  background: linear-gradient(135deg, #1b2b4b 0%, #2a3d5f 100%);
}
.wholesale__pages__item--catalog {
  background: linear-gradient(135deg, #d4a855 0%, rgb(196.338028169, 145.5211267606, 49.661971831) 100%);
}
.wholesale__pages__item--contacts {
  background: linear-gradient(135deg, #3a4f6f 0%, #1b2b4b 100%);
}
.wholesale__pages__item__title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.wholesale__pages__item__text {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: 16px;
}
.wholesale__pages__item__detail {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #d4a855;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .wholesale__feedback {
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
  .wholesale__feedback__left {
    flex: none;
  }
  .wholesale__pages {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .wholesale {
    padding: 40px 0 0;
  }
  .wholesale__hero {
    margin-bottom: 30px;
  }
  .wholesale__hero h1 {
    font-size: 32px;
    flex-direction: column;
  }
  .wholesale__hero h1 p {
    font-size: 28px;
  }
  .wholesale__hero__sub {
    font-size: 18px;
  }
  .wholesale__cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .wholesale__cta .btn-navy,
  .wholesale__cta .btn-outline {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .wholesale__benefits {
    margin-bottom: 50px;
  }
  .wholesale__benefits h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .wholesale__stm {
    padding: 30px 24px;
    margin-bottom: 50px;
  }
  .wholesale__stm h3 {
    font-size: 22px;
  }
  .wholesale__stm p {
    font-size: 16px;
  }
  .wholesale__feedback {
    padding: 24px;
    margin-bottom: 50px;
  }
  .wholesale__feedback__left h3 {
    font-size: 20px;
  }
  .wholesale__pages {
    padding-bottom: 50px;
  }
  .wholesale__pages__item {
    min-height: 180px;
  }
}
.contacts {
  padding: 60px 0 0;
  background-color: rgb(254, 249, 245);
}
.contacts__hero {
  text-align: center;
  margin-bottom: 50px;
}
.contacts__hero h1 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1b2b4b;
  line-height: 1.2;
}
.contacts__hero h1 p {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 32px;
  color: #d4a855;
  margin: 4px 0 0;
}
.contacts__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.contacts__card {
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
}
.contacts__card:hover {
  box-shadow: 0 8px 30px rgba(27, 43, 75, 0.1);
  transform: translateY(-4px);
}
.contacts__card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(212, 168, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #d4a855;
}
.contacts__card h3 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1b2b4b;
  margin-bottom: 8px;
}
.contacts__card a,
.contacts__card span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  color: rgb(52, 42, 38);
  text-decoration: none;
  line-height: 1.5;
}
.contacts__card a:hover {
  color: #d4a855;
}
.contacts__map {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contacts__feedback {
  display: flex;
  gap: 60px;
  padding: 60px 0 80px;
}
.contacts__feedback__left {
  flex: 0 0 40%;
}
.contacts__feedback__left h2 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1b2b4b;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contacts__feedback__left h2 p {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 26px;
  color: #d4a855;
  margin: 4px 0 0;
}
.contacts__feedback__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: rgb(52, 42, 38);
  line-height: 1.6;
}
.contacts__feedback__right {
  flex: 1;
}
.contacts__feedback__right .wpcf7 .contacts__form__field {
  margin-bottom: 20px;
}
.contacts__feedback__right .wpcf7 .contacts__form__field label {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1b2b4b;
  margin-bottom: 6px;
}
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=text],
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=tel],
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=email],
.contacts__feedback__right .wpcf7 .contacts__form__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(52, 42, 38);
  transition: border-color 0.2s;
}
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=text]:focus,
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=tel]:focus,
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=email]:focus,
.contacts__feedback__right .wpcf7 .contacts__form__field textarea:focus {
  outline: none;
  border-color: #d4a855;
}
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=text].wpcf7-not-valid,
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=tel].wpcf7-not-valid,
.contacts__feedback__right .wpcf7 .contacts__form__field input[type=email].wpcf7-not-valid,
.contacts__feedback__right .wpcf7 .contacts__form__field textarea.wpcf7-not-valid {
  border-color: #d94f4f;
}
.contacts__feedback__right .wpcf7 .contacts__form__field textarea {
  min-height: 120px;
  resize: vertical;
}
.contacts__feedback__right .wpcf7 .contacts__form__field .wpcf7-not-valid-tip {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  color: #d94f4f;
  margin-top: 5px;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: rgb(52, 42, 38);
  line-height: 1.4;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree .wpcf7-list-item {
  display: block;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree input[type=checkbox]:checked {
  background-color: #d4a855;
  border-color: #d4a855;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree input[type=checkbox]:hover {
  border-color: #d4a855;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree .wpcf7-list-item-label {
  padding-top: 2px;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree a {
  color: #d4a855;
  text-decoration: underline;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--agree a:hover {
  color: rgb(196.338028169, 145.5211267606, 49.661971831);
}
.contacts__feedback__right .wpcf7 .contacts__form__field--submit {
  margin-top: 30px;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--submit input[type=submit] {
  display: inline-block;
  padding: 16px 48px;
  background-color: #1b2b4b;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contacts__feedback__right .wpcf7 .contacts__form__field--submit input[type=submit]:hover {
  background-color: #243756;
}
.contacts__feedback__right .wpcf7 .wpcf7-response-output {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 18px;
  margin: 20px 0 0;
}
.contacts__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #d94f4f;
  color: #d94f4f;
  background-color: rgba(217, 79, 79, 0.06);
}
.contacts__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #46b450;
  color: #46b450;
  background-color: rgba(70, 180, 80, 0.06);
}
.contacts__feedback__right .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  border-color: #d94f4f;
  color: #d94f4f;
}

@media (max-width: 991px) {
  .contacts__info {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts__feedback {
    flex-direction: column;
    gap: 40px;
  }
  .contacts__feedback__left {
    flex: none;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 40px 0 0;
  }
  .contacts__hero {
    margin-bottom: 30px;
  }
  .contacts__hero h1 {
    font-size: 30px;
  }
  .contacts__hero h1 p {
    font-size: 24px;
  }
  .contacts__info {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }
  .contacts__card {
    padding: 24px 20px;
  }
  .contacts__map {
    height: 300px;
    margin-bottom: 40px;
    border-radius: 12px;
  }
  .contacts__feedback {
    padding: 40px 0 60px;
  }
  .contacts__feedback__left h2 {
    font-size: 26px;
  }
  .contacts__feedback__left h2 p {
    font-size: 22px;
  }
}
.catalog {
  padding: 60px 0 0;
  background-color: rgb(254, 249, 245);
}
.catalog__hero {
  text-align: center;
  margin-bottom: 40px;
}
.catalog__hero h1 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1b2b4b;
  line-height: 1.2;
}
.catalog__hero h1 p {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 32px;
  color: #d4a855;
  margin: 4px 0 0;
}
.catalog__filters {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  list-style: none;
  justify-content: center;
}
.catalog__filters li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #888;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.catalog__filters li a:hover {
  color: #1b2b4b;
}
.catalog__filters li a.active {
  color: #1b2b4b;
  border-bottom-color: #1b2b4b;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}
.catalog__card {
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, transform 0.3s;
}
.catalog__card:hover {
  box-shadow: 0 8px 30px rgba(27, 43, 75, 0.1);
  transform: translateY(-4px);
}
.catalog__card__img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.catalog__card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog__card h3 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b2b4b;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
}
.catalog__card__weight {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 16px;
}
.catalog__card__link {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #1b2b4b;
  border: 1px solid #1b2b4b;
  border-radius: 30px;
  padding: 10px 28px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin-top: auto;
}
.catalog__card__link:hover {
  background-color: #1b2b4b;
  color: rgb(255, 255, 255);
}
.catalog__cta {
  text-align: center;
  background-color: #2a3d5f;
  border-radius: 20px;
  padding: 50px 40px;
  margin-bottom: 60px;
}
.catalog__cta h2 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
.catalog__cta p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.catalog__cta .btn-navy {
  display: inline-block;
  background-color: #d4a855;
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.catalog__cta .btn-navy:hover {
  background-color: rgb(203.7633802817, 151.3352112676, 52.4366197183);
}

@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .catalog {
    padding: 40px 0 0;
  }
  .catalog__hero {
    margin-bottom: 24px;
  }
  .catalog__hero h1 {
    font-size: 30px;
  }
  .catalog__hero h1 p {
    font-size: 24px;
  }
  .catalog__filters {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
  }
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 40px;
  }
  .catalog__card {
    padding: 16px;
  }
  .catalog__card__img {
    height: 160px;
  }
  .catalog__card h3 {
    font-size: 15px;
  }
  .catalog__cta {
    padding: 36px 24px;
    margin-bottom: 40px;
    border-radius: 16px;
  }
  .catalog__cta h2 {
    font-size: 22px;
  }
}
.product-single {
  padding: 40px 0 0;
  background-color: rgb(254, 249, 245);
}
.product-single__breadcrumb {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 32px;
}
.product-single__breadcrumb a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.product-single__breadcrumb a:hover {
  color: #1b2b4b;
}
.product-single__breadcrumb__sep {
  margin: 0 8px;
  color: #ccc;
}
.product-single__breadcrumb span:last-child {
  color: #1b2b4b;
}
.product-single__hero {
  display: flex;
  gap: 60px;
  margin-bottom: 48px;
  align-items: flex-start;
}
.product-single__image {
  flex: 0 0 45%;
  max-width: 45%;
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single__image img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}
.product-single__info {
  flex: 1;
  padding-top: 10px;
}
.product-single__info h1 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1b2b4b;
  line-height: 1.2;
  margin-bottom: 16px;
}
.product-single__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(52, 42, 38);
  margin-bottom: 28px;
}
.product-single__desc p {
  margin: 0;
}
.product-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}
.product-single__meta__label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-single__meta__value {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b2b4b;
}
.product-single__packaging {
  margin-bottom: 32px;
}
.product-single__packaging__label {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.product-single__packaging__pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-single__pill {
  display: inline-block;
  padding: 10px 22px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1b2b4b;
  background: rgb(255, 255, 255);
  border: 2px solid #1b2b4b;
  border-radius: 30px;
  transition: background-color 0.2s, color 0.2s;
  cursor: default;
}
.product-single__pill:first-child {
  background: #1b2b4b;
  color: rgb(255, 255, 255);
}
.product-single__order-btn {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #d4a855;
  padding: 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 8px;
}
.product-single__order-btn:hover {
  background-color: rgb(203.7633802817, 151.3352112676, 52.4366197183);
}
.product-single__details {
  margin-bottom: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.product-single__details__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 28px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b2b4b;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.product-single__details__toggle:hover {
  background-color: rgba(212, 168, 85, 0.05);
}
.product-single__details__toggle svg {
  transition: transform 0.3s;
  flex-shrink: 0;
}
.product-single__details__toggle.open svg {
  transform: rotate(180deg);
}
.product-single__details__content {
  padding: 0 28px 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgb(52, 42, 38);
}
.product-single__details__content p {
  margin: 0 0 12px;
}
.product-single__details__content p:last-child {
  margin-bottom: 0;
}
.product-single__details__content strong {
  color: #1b2b4b;
}
.product-single__related {
  margin-bottom: 48px;
}
.product-single__related h2 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1b2b4b;
  margin-bottom: 24px;
}
.product-single__related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
.product-single__related__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
}
.product-single__related__card:hover {
  box-shadow: 0 6px 24px rgba(27, 43, 75, 0.1);
  transform: translateY(-3px);
}
.product-single__related__card img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  margin-bottom: 12px;
}
.product-single__related__card span {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1b2b4b;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .product-single__hero {
    gap: 40px;
  }
  .product-single__image {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 24px;
  }
  .product-single__info h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .product-single {
    padding: 24px 0 0;
  }
  .product-single__hero {
    flex-direction: column;
    gap: 24px;
  }
  .product-single__image {
    flex: none;
    max-width: 100%;
    padding: 24px;
  }
  .product-single__image img {
    max-height: 300px;
  }
  .product-single__info h1 {
    font-size: 24px;
  }
  .product-single__details__toggle {
    padding: 16px 20px;
    font-size: 16px;
  }
  .product-single__details__content {
    padding: 0 20px 20px;
    font-size: 14px;
  }
  .product-single__related__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
