@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --sad-canvas: #f5f3ec;
  --sad-paper: #ffffff;
  --sad-forest: #143a2a;
  --sad-green: #1e5139;
  --sad-leaf: #5dae19;
  --sad-orange: #f06418;
  --sad-ink: #17221c;
  --sad-muted: #5f685f;
  --sad-line: #d9ded5;
  --sad-line-strong: #bdc8be;
  --sad-mint: #e8f2e8;
  --sad-mint-soft: #f1f6ef;
  --sad-error: #a92620;
  --sad-focus: #ffb100;
  --primary: #1e5139;
  --breakpoint-xl: 1280px;
}

html {
  scroll-behavior: smooth;
}

body#body {
  overflow-x: hidden;
  background: var(--sad-canvas);
  color: var(--sad-ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--sad-orange);
  color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--sad-canvas);
}

::-webkit-scrollbar-thumb {
  border: 3px solid var(--sad-canvas);
  border-radius: 8px;
  background: var(--sad-green);
}

a {
  color: var(--sad-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--sad-orange);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--sad-focus) !important;
  outline-offset: 3px;
}

.sad-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100000;
  padding: 12px 18px;
  transform: translateY(-180%);
  border-radius: 10px;
  background: var(--sad-forest);
  color: #fff;
  font-weight: 700;
}

.sad-skip-link:focus {
  transform: translateY(0);
  color: #fff;
}

.container {
  width: min(100% - 40px, 1560px);
  max-width: 1560px;
  padding-right: 0;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--sad-forest);
  font-family: "Manrope", sans-serif;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1,
.h1 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  text-wrap: balance;
}

h2,
.h2 {
  font-size: clamp(1.7rem, 3vw, 3.25rem);
  text-wrap: balance;
}

.text-muted,
.text-body {
  color: var(--sad-muted) !important;
}

#header {
  position: relative;
  z-index: 1020;
  border-bottom: 1px solid var(--sad-line);
  background: rgba(245, 243, 236, 0.97);
}

#header.sad-header-scrolled {
  box-shadow: 0 12px 30px rgba(20, 58, 42, 0.1);
}

#header .alert {
  min-height: 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--sad-forest);
  color: #fff;
}

#header .alert a,
#header .alert .close {
  color: #fff;
}

#header .header-hide-content {
  min-height: 42px;
  padding-top: 8px !important;
  padding-bottom: 8px;
}

#header .header-hide-content a {
  color: var(--sad-forest);
  font-weight: 650;
}

#logoAndNav {
  border-top: 1px solid rgba(20, 58, 42, 0.08);
}

#logoAndNav .navbar {
  min-height: 92px;
  padding: 10px 0;
  gap: 22px;
}

.navbar-brand {
  display: flex;
  flex: 0 0 230px;
  align-items: center;
  margin-right: 0;
  padding: 0;
}

.navbar-brand img.logo {
  width: 230px;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.sad-header-search {
  position: relative;
  width: clamp(320px, 30vw, 480px);
  flex: 0 1 480px;
  align-items: center;
  min-width: 300px;
  max-width: 480px;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #bfc9bf;
  border-radius: 12px;
  background: #fff;
}

.sad-header-search > i {
  margin-left: 14px;
  color: var(--sad-green);
}

.sad-header-search input {
  flex: 1;
  align-self: stretch;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--sad-ink);
  caret-color: var(--sad-green);
  font: inherit;
}

.sad-header-search input::placeholder {
  color: #6a736d;
  opacity: 1;
}

.sad-header-search input:focus {
  outline: 0;
}

.sad-header-search button {
  align-self: stretch;
  min-width: 88px;
  border: 0;
  background: var(--sad-green);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.sad-header-search button:hover {
  background: var(--sad-forest);
}

.sad-header-search:focus-within {
  border-color: var(--sad-green);
  box-shadow: 0 0 0 3px rgba(31, 94, 63, 0.12);
}

.sad-top-links {
  min-width: 0;
  margin-left: 24px;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

.sad-top-links a {
  padding: 6px 8px;
  border-radius: 7px;
  color: var(--sad-forest);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}

.sad-top-links a:hover,
.sad-top-links a:focus-visible {
  background: var(--sad-green-soft);
  color: var(--sad-orange);
}

.sad-mobile-info-links {
  display: grid;
  padding-top: 10px;
  gap: 0;
}

.sad-mobile-info-title {
  padding: 8px 4px 5px;
  color: var(--sad-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sad-mobile-info-links > a {
  min-height: 46px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--sad-line);
  color: var(--sad-forest);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.sad-mobile-info-links > a:hover,
.sad-mobile-info-links > a:focus-visible {
  color: var(--sad-orange);
}

#navBar {
  flex: 0 1 auto;
}

#navBar .navbar-nav {
  align-items: center;
}

#navBar .navbar-nav-last-item {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 94px;
}

#navBar .navbar-nav-last-item > .hs-unfold,
#navBar .navbar-nav-last-item > a {
  flex: 0 0 44px;
  margin: 0 !important;
}

#navBar .navbar-nav-last-item .btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
}

#navBar .nav-link {
  min-height: 44px;
  padding: 12px 13px;
  color: var(--sad-forest);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}

#navBar .nav-link:hover,
#navBar .nav-link:focus,
#navBar .hs-sub-menu-opened > .nav-link {
  color: var(--sad-orange);
}

.hs-mega-menu,
.hs-sub-menu,
.dropdown-menu {
  border: 0;
  border-radius: 14px;
  background: var(--sad-paper);
  box-shadow: 0 18px 44px rgba(20, 58, 42, 0.16);
}

.sad-menu-open > .hs-mega-menu,
.sad-menu-open > .hs-sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.sad-menu-open > .nav-link {
  color: var(--sad-orange) !important;
}

.sad-info-menu > .hs-sub-menu {
  margin-top: -2px;
}

.sad-info-menu > .hs-sub-menu::before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 12px;
  content: "";
}

.sad-catalog-menu > .hs-mega-menu::before {
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  height: 28px;
  content: "";
}

#basicMegaMenu:focus-visible,
#sadInfoMenu:focus-visible,
.sad-menu-open > .hs-sub-menu a:focus-visible,
.sad-menu-open > .hs-mega-menu a:focus-visible {
  outline: 3px solid var(--sad-orange);
  outline-offset: 3px;
  border-radius: 6px;
}

.mega-menu-body {
  padding: 22px;
}

.mega-menu-body a,
.sidebarNav a,
.dropdown-item {
  color: var(--sad-ink);
  font-weight: 600;
}

.mega-menu-body a:hover,
.sidebarNav a:hover,
.dropdown-item:hover {
  color: var(--sad-orange);
}

.btn {
  min-height: 44px;
  border-radius: 10px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.btn-sm {
  min-height: 40px;
}

.btn-xs,
.btn-icon {
  min-height: 38px;
}

.btn-primary,
.btn-outline-primary:hover,
.btn-soft-primary:hover {
  border-color: var(--sad-green) !important;
  background: var(--sad-green) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--sad-forest) !important;
  background: var(--sad-forest) !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: var(--sad-green) !important;
  color: var(--sad-green) !important;
}

.btn-soft-primary {
  background: #e8f2e6;
  color: var(--sad-green);
}

.avatar-primary,
.badge-primary,
.badge-success {
  background: var(--sad-orange) !important;
  color: #fff;
}

.sad-hero {
  width: min(100% - 40px, 1560px);
  margin: 24px auto 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sad-forest);
}

.sad-storefront-hero {
  display: grid;
  min-height: clamp(500px, 40vw, 640px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.sad-storefront-hero__copy {
  display: flex;
  position: relative;
  z-index: 2;
  padding: clamp(38px, 5.5vw, 86px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: var(--sad-canvas);
}

.sad-storefront-hero__copy::after {
  position: absolute;
  top: 12%;
  right: 0;
  bottom: 12%;
  width: 1px;
  background: rgba(20, 58, 42, 0.18);
  content: "";
}

.sad-storefront-hero h1 {
  max-width: 12ch;
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 4.7vw, 5.4rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.sad-storefront-hero__copy > p {
  max-width: 50ch;
  margin: 0 0 30px;
  color: var(--sad-muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
}

.sad-storefront-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sad-storefront-hero__actions .btn {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
}

.sad-storefront-hero__actions .btn-primary {
  border-color: var(--sad-orange) !important;
  background: var(--sad-orange) !important;
}

.sad-storefront-hero__actions .btn-primary:hover {
  border-color: #c84a0b !important;
  background: #c84a0b !important;
}

.sad-storefront-hero__links {
  display: flex;
  width: 100%;
  margin-top: clamp(34px, 5vw, 66px);
  padding-top: 18px;
  flex-wrap: wrap;
  gap: 10px 22px;
  border-top: 1px solid var(--sad-line);
}

.sad-storefront-hero__links a {
  color: var(--sad-forest);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(20, 58, 42, 0.24);
}

.sad-storefront-hero__links a:hover {
  color: var(--sad-orange);
}

.sad-storefront-hero__visual {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
  background: var(--sad-green);
}

.sad-storefront-hero__visual::before,
.sad-storefront-hero__visual::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.sad-storefront-hero__visual::before {
  left: 33.333%;
}

.sad-storefront-hero__visual::after {
  left: 66.666%;
}

.sad-storefront-hero__visual img {
  position: relative;
  z-index: 1;
  width: 122%;
  max-width: none;
  height: auto;
  margin-right: -10%;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(0.92) contrast(1.02);
}

.sad-hero-slide {
  position: relative;
  display: flex !important;
  min-height: clamp(430px, 42vw, 650px);
  align-items: center;
  background-color: #d9e4d4;
  background-position: center;
  background-size: cover;
}

.sad-hero-copy {
  display: flex;
  min-height: inherit;
  align-items: center;
  padding: clamp(34px, 6vw, 92px) 0;
}

.sad-hero-copy__inner {
  width: min(620px, 54%);
  padding: clamp(28px, 4vw, 56px);
  border-radius: 14px;
  background: rgba(245, 243, 236, 0.94);
  box-shadow: 0 18px 42px rgba(20, 58, 42, 0.18);
}

.sad-hero-title {
  margin-bottom: 18px;
  color: var(--sad-forest) !important;
  font-size: clamp(2.2rem, 4.4vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
  filter: none !important;
}

.sad-hero-text {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--sad-ink) !important;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  filter: none !important;
}

.sad-hero-copy .btn {
  margin-top: 8px;
  padding-right: 26px !important;
  padding-left: 26px !important;
  background: var(--sad-orange);
  border-color: var(--sad-orange);
}

.sad-hero .slick-pagination {
  margin-bottom: 20px !important;
}

.sad-hero .slick-pagination li span {
  background: #fff;
}

main > .border-bottom {
  border: 0 !important;
  background: var(--sad-forest);
  color: #fff;
}

main > .border-bottom .container > .row > div {
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

main > .border-bottom .container > .row > div + div::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

main > .border-bottom a,
main > .border-bottom h1,
main > .border-bottom h2,
main > .border-bottom h3,
main > .border-bottom h4,
main > .border-bottom p {
  color: #fff;
}

.space-2,
.space-top-2 {
  padding-top: clamp(54px, 6vw, 92px) !important;
}

.space-2,
.space-bottom-2 {
  padding-bottom: clamp(54px, 6vw, 92px) !important;
}

#content > .container > .text-center,
#content > .container .w-md-80.text-center,
#content > .container .w-lg-40.text-center {
  width: min(100%, 920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.sad-intro-copy {
  max-width: 75ch;
  margin: 22px auto 0;
  color: var(--sad-muted);
}

.sad-intro-copy > :first-child {
  margin-top: 0;
}

.sad-intro-copy img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.sad-catalog-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.sad-catalog-heading p {
  max-width: 58ch;
  margin: 12px auto 0;
  color: var(--sad-muted);
}

.sad-seo-copy {
  max-width: 900px;
  margin: 38px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--sad-line);
}

.sad-seo-copy h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.sad-page-title {
  margin: 0 0 28px;
  color: var(--sad-forest);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.card {
  border-radius: 14px;
}

.card-bordered {
  overflow: hidden;
  border: 1px solid var(--sad-line) !important;
  background: var(--sad-paper);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.card-bordered:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 58, 42, 0.13) !important;
}

.card-bordered .card-img-top,
.card-bordered .card-img,
.card-bordered .card-body img.img-fluid {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.card-bordered:hover .card-img-top,
.card-bordered:hover .card-img,
.card-bordered:hover .card-body img.img-fluid {
  transform: scale(1.025);
}

.card-bordered .card-body,
.card-bordered .card-footer {
  background: #fff;
  text-align: left !important;
}

.card-bordered .card-body {
  padding: 20px 20px 8px !important;
}

.card-bordered .card-footer {
  padding: 8px 20px 20px !important;
}

.card-bordered .card-footer h3,
.card-bordered .card-body h3 {
  font-size: clamp(1rem, 1.25vw, 1.3rem);
}

.card-bordered .text-inherit {
  display: block;
  min-height: 2.9em;
  color: var(--sad-ink);
  font-weight: 680;
  line-height: 1.42;
}

.card-bordered .font-weight-bold,
.card-bordered .h5 {
  color: var(--sad-forest) !important;
  font-size: 1.12rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800 !important;
}

.card-bordered del,
.price-old {
  color: #727a73;
  font-variant-numeric: tabular-nums;
}

.card-bordered .btn {
  width: 100%;
}

.rating {
  color: var(--sad-orange) !important;
}

.badge,
.label,
.card .badge {
  border-radius: 999px;
  font-weight: 750;
}

.bg-light {
  background: #e8ece5 !important;
}

.bg-light > .container {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.breadcrumb {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  background: transparent;
  color: var(--sad-muted);
  font-size: 14px;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  white-space: nowrap;
}

.breadcrumb a {
  color: var(--sad-green);
}

#content[role="main"] > .container {
  min-height: 46vh;
}

#faset-filter,
.panel,
.list-group-item,
.form-control,
.custom-select,
.select2-selection {
  border-color: var(--sad-line) !important;
}

.form-control,
.custom-select,
textarea.form-control,
input.form-control {
  min-height: 48px;
  border-radius: 10px;
  background: #fff;
  color: var(--sad-ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

textarea.form-control {
  min-height: 120px;
}

.form-control::placeholder {
  color: #687269;
  opacity: 1;
}

.form-control:focus,
.custom-select:focus {
  border-color: var(--sad-green) !important;
  box-shadow: 0 0 0 3px rgba(30, 81, 57, 0.16) !important;
}

.alert-danger,
.text-danger,
.invalid-feedback {
  color: var(--sad-error) !important;
}

.product-page-main-wrapper img,
#content .product img,
#content .product-page img {
  max-width: 100%;
  height: auto;
}

.sad-product-title {
  max-width: 24ch;
  margin: 8px 0 34px;
  font-size: clamp(2rem, 3.6vw, 4rem);
}

.product-page-main-wrapper .rounded-lg,
.product-page-main-wrapper .border {
  border-color: var(--sad-line) !important;
  border-radius: 12px !important;
}

.product-page-main-wrapper .priceService {
  color: var(--sad-forest);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-variant-numeric: tabular-nums;
}

.nav-tabs .nav-link.active {
  border-color: transparent transparent var(--sad-orange);
  color: var(--sad-forest);
  font-weight: 750;
}

.pagination .page-link {
  min-width: 44px;
  min-height: 44px;
  color: var(--sad-green);
  text-align: center;
}

.pagination .active .page-link {
  border-color: var(--sad-green);
  background: var(--sad-green);
}

.sad-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  background: var(--sad-forest);
  color: rgba(255, 255, 255, 0.82);
}

.sad-footer::before {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -20px;
  width: min(880px, 65vw);
  height: 330px;
  background: url("../images/footer_bg.png") right bottom / contain no-repeat;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.sad-footer .container {
  position: relative;
  z-index: 1;
}

.sad-footer h5,
.sad-footer a,
.sad-footer .text-muted,
.sad-footer .text-body,
.sad-footer .nav-link {
  color: #fff !important;
}

.sad-footer .nav-link {
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0.82;
}

.sad-footer .nav-link:hover {
  color: #ffb37d !important;
  opacity: 1;
}

.sad-footer .brand {
  width: 230px;
  max-width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}

.sad-footer .btn-soft-primary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.sad-studio-signature {
  display: flex;
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1560px);
  margin: 0 auto;
  padding: 24px 0 30px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sad-studio-credit {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 0;
  width: clamp(126px, 9vw, 160px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.sad-studio-credit__link {
  display: block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  color: inherit;
  line-height: 0;
  text-decoration: none;
  transition: none;
}

.sad-studio-credit__link:hover,
.sad-studio-credit__link:active {
  color: inherit;
  opacity: 1;
  transform: none;
  filter: none;
}

.sad-studio-credit__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 4px;
}

.sad-studio-credit__link img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  opacity: 1;
  transform: none;
  filter: none;
}

.sad-mobile-dock {
  display: none;
}

.modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(20, 58, 42, 0.2);
}

.modal-header,
.modal-footer {
  border-color: var(--sad-line);
}

.search-slide-down {
  background: var(--sad-canvas);
}

.search-slide-down-input,
.search-slide-down-suggestions {
  border-radius: 14px !important;
}

.success-notification {
  right: 20px;
  bottom: 86px;
}

@media (min-width: 1200px) {
  .container {
    width: min(100% - 96px, 1560px);
  }

  .sad-hero,
  .sad-studio-signature {
    width: min(100% - 96px, 1560px);
  }

  .row.w-md-80,
  .row.w-lg-80 {
    width: 100% !important;
    max-width: none;
  }

  #content .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1199.98px) {
  #logoAndNav .navbar {
    gap: 12px;
  }

  .navbar-brand {
    flex-basis: 190px;
  }

  .navbar-brand img.logo {
    width: 190px;
  }

  #navBar .nav-link {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (max-width: 991.98px) {
  body#body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .container,
  .sad-hero,
  .sad-studio-signature {
    width: min(100% - 40px, 1560px);
  }

  #header .header-hide-content {
    display: none;
  }

  #logoAndNav {
    border-top: 0;
  }

  #logoAndNav .navbar {
    min-height: 76px;
    padding: 8px 0;
  }

  .navbar-brand {
    flex-basis: auto;
    width: min(48vw, 195px);
  }

  .navbar-brand img.logo {
    width: 100%;
    max-height: 60px;
  }

  #navBar {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: 0 0 14px 14px;
    background: var(--sad-paper);
    box-shadow: 0 22px 36px rgba(20, 58, 42, 0.16);
  }

  #navBar .navbar-nav {
    align-items: stretch;
    padding: 14px 20px 22px;
  }

  #navBar .nav-link {
    min-height: 48px;
    padding: 13px 4px;
    border-bottom: 1px solid var(--sad-line);
    font-size: 16px;
  }

  .sad-mobile-dock {
    display: grid;
    position: fixed;
    z-index: 1040;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: var(--sad-forest);
    box-shadow: 0 -10px 30px rgba(20, 58, 42, 0.18);
  }

  .sad-mobile-dock__item {
    display: flex;
    position: relative;
    min-width: 0;
    min-height: 54px;
    padding: 5px 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 650;
  }

  .sad-mobile-dock__item:hover,
  .sad-mobile-dock__item:focus,
  .sad-mobile-dock__item:active,
  .sad-mobile-dock__item.is-active {
    color: #fff;
  }

  .sad-mobile-dock__item.is-active::after {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 28px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--sad-orange);
    content: "";
  }

  .sad-mobile-dock__item i {
    font-size: 18px;
  }

  .sad-mobile-dock__cart b {
    position: absolute;
    top: 2px;
    left: calc(50% + 7px);
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--sad-orange);
    color: #fff;
    font-size: 10px;
    line-height: 18px;
  }

  .sad-hero-copy__inner {
    width: min(690px, 78%);
  }

  .sad-storefront-hero {
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(250px, 0.72fr);
  }

  .sad-storefront-hero__copy {
    padding: 44px;
  }

  .sad-storefront-hero__copy::after {
    display: none;
  }

  .sad-storefront-hero h1 {
    max-width: 15ch;
  }

  .sad-storefront-hero__links {
    margin-top: 34px;
  }

  .sad-storefront-hero__visual img {
    width: 100%;
    margin-right: 0;
  }

  main > .border-bottom .container > .row > div + div::before {
    display: none;
  }

  .sad-footer::before {
    width: 90vw;
    height: 280px;
    opacity: 0.16;
  }
}

@media (max-width: 767.98px) {
  .container,
  .sad-hero,
  .sad-studio-signature {
    width: calc(100% - 32px);
  }

  #header .alert {
    min-height: 36px;
    padding: 8px 40px 8px 12px;
    font-size: 12px;
  }

  .sad-hero {
    margin-top: 16px;
    border-radius: 14px;
  }

  .sad-storefront-hero {
    min-height: 660px;
    grid-template-rows: auto minmax(230px, 1fr);
  }

  .sad-storefront-hero__copy {
    padding: 32px 24px 28px;
  }

  .sad-storefront-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .sad-storefront-hero__copy > p {
    margin-bottom: 24px;
  }

  .sad-storefront-hero__actions {
    width: 100%;
  }

  .sad-storefront-hero__actions .btn {
    width: 100%;
  }

  .sad-storefront-hero__links {
    margin-top: 28px;
    padding-top: 14px;
    flex-direction: column;
    gap: 8px;
  }

  .sad-storefront-hero__visual img {
    width: 135%;
    margin-right: -22%;
  }

  .sad-hero-slide {
    min-height: 510px;
    align-items: flex-end;
    background-position: 62% center;
  }

  .sad-hero-copy {
    align-items: flex-end;
    padding: 140px 0 22px;
  }

  .sad-hero-copy__inner {
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    background: rgba(245, 243, 236, 0.95);
  }

  .sad-hero-title {
    margin-bottom: 12px;
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .sad-hero-text {
    font-size: 1rem;
  }

  main > .border-bottom .container > .row > div {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .space-2,
  .space-top-2 {
    padding-top: 48px !important;
  }

  .space-2,
  .space-bottom-2 {
    padding-bottom: 48px !important;
  }

  .card-bordered .card-body {
    padding: 14px 13px 6px !important;
  }

  .card-bordered .card-footer {
    padding: 6px 13px 14px !important;
  }

  .card-bordered .text-inherit {
    min-height: 3.9em;
    font-size: 13px;
    line-height: 1.3;
  }

  .card-bordered .font-weight-bold,
  .card-bordered .h5 {
    font-size: 0.98rem;
  }

  .card-bordered .rating {
    display: none;
  }

  .card-bordered .btn {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .sad-footer .row > [class*="col-"] {
    margin-bottom: 28px !important;
  }

  .sad-footer::before {
    right: -120px;
    width: 150vw;
    height: 300px;
  }

  .success-notification {
    right: 16px;
    bottom: 86px;
    left: 16px;
    max-width: none;
  }
}

@media (max-width: 374.98px) {
  .container {
    width: calc(100% - 30px);
  }

  .sad-hero,
  .sad-studio-signature {
    width: calc(100% - 24px);
  }

  .navbar-toggler.btn {
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .sad-mobile-dock__item span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .card-bordered:hover,
  .card-bordered:hover img {
    transform: none;
  }
}

.sad-catalog-sidebar > .mb-2 {
  position: sticky;
  top: 18px;
  padding: 18px;
  border: 1px solid var(--sad-line);
  border-radius: 14px;
  background: var(--sad-paper);
}

.sad-catalog-sidebar .dropdown-nav-link {
  display: block;
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--sad-ink);
  font-size: 13px;
  line-height: 1.35;
}

.sad-catalog-sidebar .dropdown-nav-link:hover,
.sad-catalog-sidebar .dropdown-nav-link:focus,
.sad-catalog-sidebar .dropdown-nav-link.text-primary {
  background: var(--sad-mint);
  color: var(--sad-forest) !important;
}

.sad-catalog-sidebar .dropdown-item {
  white-space: normal;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--sad-ink);
}

.sad-catalog-sidebar .dropdown-item:hover,
.sad-catalog-sidebar .dropdown-item:focus,
.sad-catalog-sidebar .dropdown-item.active,
.sad-catalog-sidebar .dropdown-item.text-primary {
  color: var(--sad-forest) !important;
  background: var(--sad-mint);
}

.sad-catalog-toolbar__views .nav-link.filter-item.active {
  color: var(--sad-forest) !important;
}

.sad-page-title ~ p {
  overflow-wrap: anywhere;
}

.sad-page-title ~ p img {
  max-width: 100% !important;
  height: auto !important;
}

.sad-footer__brand {
  width: min(100%, 300px);
}

.sad-footer__contact {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.78);
}

.sad-content-page {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) clamp(16px, 4vw, 48px);
}

.sad-content-page__body {
  color: var(--sad-ink);
  font-size: 1rem;
  line-height: 1.72;
}

.sad-legal-content h2 {
  margin-top: 2.2em;
  color: var(--sad-forest);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.sad-legal-content ul {
  padding-left: 1.35rem;
}

.sad-legal-content li + li {
  margin-top: 0.45rem;
}

.select2-container {
  max-width: 100% !important;
}

.sad-footer .nav-link {
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Cookie choices */
.sad-cookie-banner {
  position: fixed;
  z-index: 1090;
  right: clamp(16px, 3vw, 40px);
  bottom: clamp(16px, 3vw, 40px);
  left: clamp(16px, 3vw, 40px);
  pointer-events: none;
}

.sad-cookie-banner[hidden] {
  display: none !important;
}

.sad-cookie-banner__panel {
  display: flex;
  width: min(100%, 880px);
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 26px);
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: var(--sad-forest);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(10, 34, 23, 0.34);
  pointer-events: auto;
}

.sad-cookie-banner__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.sad-cookie-banner__panel h5 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.05rem;
}

.sad-cookie-banner__panel p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
}

.sad-cookie-banner__panel a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.sad-cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.sad-cookie-banner__actions .btn {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 750;
  white-space: nowrap;
}

.sad-cookie-banner__reject {
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: transparent;
  color: #fff;
}

.sad-cookie-banner__reject:hover,
.sad-cookie-banner__reject:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.sad-cookie-banner__accept {
  border: 1px solid var(--sad-orange);
  background: var(--sad-orange);
  color: #fff;
}

.sad-cookie-banner__accept:hover,
.sad-cookie-banner__accept:focus {
  border-color: #d9500d;
  background: #d9500d;
  color: #fff;
}

@media (max-width: 767.98px) {
  .sad-cookie-banner {
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 12px;
  }

  .sad-cookie-banner__panel {
    display: block;
    max-height: calc(100vh - 116px - env(safe-area-inset-bottom));
    padding: 18px;
    overflow-y: auto;
    border-radius: 14px;
  }

  .sad-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .sad-cookie-banner__actions .btn {
    width: 100%;
    white-space: normal;
  }
}

.sad-footer-notice {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  line-height: 1.55;
  text-align: center;
}

.sad-footer-notice p {
  margin: 0;
}

.sad-footer-notice p + p {
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  .sad-footer-notice {
    padding: 16px 0 18px;
    font-size: 0.75rem;
    text-align: left;
  }
}

/* Modern information pages */
.sad-info-page {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  padding: clamp(44px, 6vw, 84px) 0;
}

.sad-info-page .sad-page-title {
  margin-bottom: clamp(24px, 4vw, 42px);
  font-size: clamp(2.1rem, 4.4vw, 4rem);
}

.sad-info-page__content {
  font-size: 1rem;
  line-height: 1.72;
}

.sad-info-page:not(.sad-info-page--special) .sad-info-page__content {
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid rgba(20, 58, 42, 0.1);
  border-radius: 24px;
  background: var(--sad-paper);
  box-shadow: 0 20px 55px rgba(20, 58, 42, 0.08);
}

.sad-info-page__content table,
.sad-info-page__content tbody,
.sad-info-page__content tr,
.sad-info-page__content td {
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
}

.sad-info-page__content table {
  margin: 0;
}

.sad-info-page__content td {
  padding: 0;
  vertical-align: top;
}

.sad-info-table--empty,
.sad-info-row--empty,
.sad-empty-link {
  display: none !important;
}

.sad-info-image {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 18px;
  background: #eef1eb;
  object-fit: cover;
}

.sad-action-link {
  display: inline-flex;
  min-height: 44px;
  margin: 6px 5px 6px 0;
  padding: 10px 15px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(30, 81, 57, 0.2);
  border-radius: 11px;
  background: #eef5ec;
  color: var(--sad-forest) !important;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sad-action-link:hover,
.sad-action-link:focus {
  border-color: var(--sad-orange);
  background: #fff4ed;
  color: var(--sad-forest) !important;
  transform: translateY(-1px);
}

.sad-action-link--max {
  border-color: var(--sad-green);
  background: var(--sad-green);
  color: #fff !important;
}

.sad-action-link--max:hover,
.sad-action-link--max:focus {
  border-color: var(--sad-forest);
  background: var(--sad-forest);
  color: #fff !important;
}

.sad-action-link--vk .sad-action-icon {
  color: #1e5139;
}

.sad-action-icon {
  flex: 0 0 auto;
  font-size: 1rem;
}

.sad-contact-line {
  display: flex;
  margin: 12px 0 !important;
  align-items: flex-start;
  gap: 10px;
}

.sad-contact-line > .sad-action-icon {
  width: 22px;
  margin-top: 0.35em;
  color: var(--sad-orange);
  text-align: center;
}

.sad-info-profile-layout > tbody > .sad-info-row--with-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.sad-info-profile-layout > tbody > .sad-info-row--with-image > td:first-child {
  min-width: 0;
}

.sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) {
  position: sticky;
  top: 24px;
}

.sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) .sad-info-image {
  width: 100% !important;
  max-height: 540px;
  box-shadow: 0 16px 38px rgba(20, 58, 42, 0.14);
}

.sad-info-page--contacts .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) .sad-info-image {
  aspect-ratio: 1;
}

.sad-info-page--contacts .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:first-child > .sad-info-image {
  width: min(100%, 390px) !important;
  margin-top: 24px;
}

.sad-info-page--cooperation .sad-info-page__content {
  max-width: 980px;
}

.sad-info-page--cooperation .sad-info-page__content > p:first-child {
  margin: 0 0 24px;
  color: var(--sad-orange);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: 0.02em;
}

.sad-info-page--cooperation .sad-info-page__content > span {
  font-size: 1rem !important;
}

.sad-info-page--cooperation .sad-info-page__content > span > p {
  margin-top: 20px;
}

.sad-info-page--delivery .sad-info-page__content > p > strong {
  display: block;
  margin-bottom: 24px;
  color: var(--sad-orange);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.sad-delivery-layout > tbody {
  display: grid;
  gap: 22px;
}

.sad-delivery-layout .sad-info-row--with-image {
  display: grid;
  grid-template-columns: minmax(250px, 368px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  padding: clamp(18px, 3vw, 28px);
  align-items: center;
  border: 1px solid var(--sad-line) !important;
  border-radius: 18px;
  background: #f8f7f1;
}

.sad-delivery-layout .sad-info-image {
  width: 100% !important;
  box-shadow: 0 10px 28px rgba(20, 58, 42, 0.1);
}

.sad-info-page--special {
  width: min(100% - 40px, 1480px);
  max-width: 1480px;
}

.sad-info-page--special .sad-info-page__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.sad-offer-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(20, 58, 42, 0.1);
  border-radius: 18px;
  background: var(--sad-paper);
  box-shadow: 0 12px 32px rgba(20, 58, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(20, 58, 42, 0.12);
}

.sad-offer-card__media {
  aspect-ratio: 393 / 274;
  overflow: hidden;
  background: #eef1eb;
}

.sad-offer-card__media .sad-info-image {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  object-fit: cover;
  transition: transform 280ms ease;
}

.sad-offer-card:hover .sad-offer-card__media .sad-info-image {
  transform: scale(1.025);
}

.sad-offer-card__content {
  display: flex;
  flex: 1 1 auto;
  padding: 18px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.5;
}

.sad-offer-card__content .sad-action-link--details {
  width: 100%;
  margin: auto 0 0;
  justify-content: space-between;
  border-color: transparent;
  background: transparent;
  color: var(--sad-green) !important;
}

.sad-offer-card__content .sad-action-link--details .sad-action-icon {
  order: 2;
}

@media (max-width: 1199.98px) {
  .sad-info-page--special .sad-info-page__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sad-info-profile-layout > tbody > .sad-info-row--with-image,
  .sad-delivery-layout .sad-info-row--with-image {
    grid-template-columns: 1fr;
  }

  .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) {
    position: static;
  }

  .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) .sad-info-image {
    width: min(100%, 540px) !important;
  }

  .sad-info-page--special .sad-info-page__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .sad-info-page {
    width: min(100% - 30px, 1240px);
    padding: 36px 0 52px;
  }

  .sad-info-page:not(.sad-info-page--special) .sad-info-page__content {
    padding: 20px;
    border-radius: 18px;
  }

  .sad-info-page--special .sad-info-page__content {
    grid-template-columns: 1fr;
  }

  .sad-action-link {
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
  }

  .sad-offer-card__content .sad-action-link--details {
    justify-content: space-between;
  }
}

.sad-action-link {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

/* Refined information pages */
.sad-info-page__content a,
.sad-info-page__content a:hover,
.sad-info-page__content a:focus,
.sad-info-page__content u {
  text-decoration: none !important;
}

.sad-inline-contact {
  display: inline-flex;
  min-height: 38px;
  margin: 3px 4px;
  padding: 7px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(30, 81, 57, 0.16);
  border-radius: 10px;
  background: #eef5ec;
  color: var(--sad-forest) !important;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none !important;
}

.sad-inline-contact:hover,
.sad-inline-contact:focus {
  border-color: var(--sad-orange);
  background: #fff4ed;
  color: var(--sad-forest) !important;
}

.sad-inline-contact .sad-action-icon {
  color: var(--sad-orange);
}

.sad-info-page--contacts .sad-info-page__content {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(83, 151, 90, 0.12), transparent 28%),
    var(--sad-paper);
}

.sad-contact-primary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.sad-contact-card {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(30, 81, 57, 0.15);
  border-radius: 16px;
  background: #f4f8f1;
  color: var(--sad-forest) !important;
  text-decoration: none !important;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sad-contact-card:hover,
.sad-contact-card:focus {
  border-color: var(--sad-orange);
  background: #fff8f2;
  color: var(--sad-forest) !important;
  transform: translateY(-2px);
}

.sad-contact-card > .sad-action-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--sad-green);
  color: #fff;
}

.sad-contact-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.sad-contact-card__label {
  color: var(--sad-muted);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.sad-contact-card__copy strong {
  overflow-wrap: anywhere;
  color: var(--sad-forest);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
}

.sad-contact-intro {
  max-width: 660px;
  margin: 0 0 16px;
  color: var(--sad-ink);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
}

.sad-contact-actions {
  display: flex;
  margin-bottom: 22px;
  flex-wrap: wrap;
  gap: 10px;
}

.sad-contact-actions .sad-action-link {
  margin: 0;
}

.sad-contact-community {
  display: flex;
  margin: 0 0 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.sad-contact-community > span {
  color: var(--sad-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.sad-contact-project {
  display: grid;
  grid-template-columns: minmax(120px, 210px) minmax(0, 1fr);
  max-width: 680px;
  padding: 14px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(240, 100, 24, 0.2);
  border-radius: 18px;
  background: #fff8f1;
}

.sad-contact-project .sad-info-image {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 12px;
}

.sad-contact-project .sad-action-link {
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 0.95rem;
}

.sad-info-page--design-project .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:first-child > p:first-child {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1e7;
  color: #bd4b0d;
  font-weight: 800;
}

.sad-info-page--design-project .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:first-child > p {
  max-width: 690px;
  line-height: 1.75;
}

.sad-info-page--design-project .sad-contact-line,
.sad-info-page--delivery .sad-contact-line {
  padding: 12px 14px;
  border: 1px solid rgba(30, 81, 57, 0.12);
  border-radius: 12px;
  background: #f4f8f1;
}

.sad-info-page--cooperation .sad-info-page__content {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 236, 0.97)),
    var(--sad-paper);
}

.sad-info-page--cooperation .sad-info-page__content::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(240, 100, 24, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.sad-info-page--cooperation .sad-info-page__content > span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 820px;
}

.sad-info-page--cooperation .sad-info-page__content > span > p:has(.sad-action-link),
.sad-info-page--cooperation .sad-info-page__content > span > p:has(.sad-inline-contact) {
  margin: 12px 0;
}

.sad-cooperation-promo {
  display: block;
  width: min(100%, 360px);
  margin-top: 24px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(20, 58, 42, 0.12);
}

.sad-cooperation-promo .sad-info-image {
  width: 100% !important;
  border-radius: inherit;
}

.sad-delivery-layout .sad-info-row--with-image > td:last-child {
  font-size: 1rem;
  line-height: 1.75;
}

.sad-delivery-layout .sad-info-row--with-image:nth-child(2) {
  background: linear-gradient(135deg, #f8f7f1, #f1f7ef);
}

.sad-delivery-layout .sad-info-row--with-image:nth-child(3) {
  background: linear-gradient(135deg, #f8f7f1, #fff7ef);
}

.sad-info-page--special .sad-offer-card__content {
  min-height: 138px;
}

@media (max-width: 767.98px) {
  .sad-contact-primary-grid {
    grid-template-columns: 1fr;
  }

  .sad-contact-project {
    grid-template-columns: 1fr;
  }

  .sad-contact-project .sad-info-image {
    width: min(100%, 320px) !important;
  }

  .sad-inline-contact {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-contact-card {
    transition: none;
  }

  .sad-contact-card:hover,
  .sad-contact-card:focus {
    transform: none;
  }
}

/* Main catalog links */
.sad-catalog-menu .mega-menu-body {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.sad-catalog-menu .mega-menu-body > [class*="col-"] {
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

.sad-catalog-menu .mega-menu-body > [class*="col-"] > .h5 {
  display: flex !important;
  min-height: 58px;
  margin: 0;
  padding: 12px 14px;
  align-items: center;
  border: 1px solid rgba(20, 58, 42, 0.1);
  border-radius: 11px;
  background: #f8faf6;
  color: var(--sad-forest);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sad-catalog-menu .mega-menu-body > [class*="col-"] > .h5::after {
  margin-left: auto;
  padding-left: 10px;
  color: var(--sad-orange);
  content: "\2192";
  font-size: 1rem;
}

.sad-catalog-menu .mega-menu-body > [class*="col-"] > .h5:hover,
.sad-catalog-menu .mega-menu-body > [class*="col-"] > .h5:focus {
  border-color: rgba(240, 100, 24, 0.5);
  background: #fff4ed;
  transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
  .sad-catalog-menu .mega-menu-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sad-catalog-menu .mega-menu-body {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 0;
  }

  .sad-catalog-menu .mega-menu-body > [class*="col-"] > .h5 {
    min-height: 48px;
  }
}

/* Footer navigation */
.sad-footer__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1.1fr 1.35fr 1.2fr;
  gap: clamp(24px, 3vw, 52px);
  padding: clamp(48px, 6vw, 82px) 0 36px;
  align-items: start;
}

.sad-footer__identity,
.sad-footer__column {
  min-width: 0;
}

.sad-footer__identity .sad-footer__brand {
  margin-bottom: 18px;
}

.sad-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.875rem;
}

.sad-footer__column h5 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.sad-footer-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.sad-footer-list li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.5;
}

.sad-footer-list li > i {
  width: 16px;
  margin-top: 0.25em;
  flex: 0 0 auto;
  color: #ffad72;
  text-align: center;
}

.sad-footer-list a {
  color: rgba(255, 255, 255, 0.8) !important;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.sad-footer-list a:hover,
.sad-footer-list a:focus {
  color: #ffb37d !important;
  text-decoration: underline;
}

.sad-footer-list--links a {
  position: relative;
  padding-left: 14px;
}

.sad-footer-list--links a::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sad-orange);
  content: "";
}

@media (max-width: 1199.98px) {
  .sad-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sad-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 44px 0 28px;
  }

  .sad-footer__column h5 {
    margin-bottom: 13px;
  }
}


/* Home promotional banners */
.sad-home-banners {
  padding: clamp(16px, 2.2vw, 30px) clamp(14px, 2.8vw, 42px) clamp(22px, 3vw, 42px);
  background: linear-gradient(180deg, #f5f7f2 0%, #fff 100%);
}

.sad-home-banners__container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.sad-home-banners__grid {
  display: grid;
  grid-template-columns: minmax(0, 2.93fr) minmax(245px, 1fr);
  gap: clamp(12px, 1.4vw, 20px);
  align-items: stretch;
}

.sad-home-banners__main,
.sad-home-banners__side {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 58, 42, 0.09);
  border-radius: clamp(18px, 2vw, 28px);
  background: #0e3022;
  box-shadow: 0 18px 46px rgba(15, 48, 34, 0.13);
  isolation: isolate;
}

.sad-home-banners__main {
  aspect-ratio: 1880 / 700;
}

.sad-home-banners__side {
  aspect-ratio: 642 / 700;
}

.sad-home-banner-slider,
.sad-home-banner-slide,
.sad-home-banner-link,
.sad-home-banners__side > a {
  display: block;
  width: 100%;
  height: 100%;
}

.sad-home-banner-link,
.sad-home-banners__side > a {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}

.sad-home-banner-link::after,
.sad-home-banners__side > a::after {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 180ms ease;
}

.sad-home-banner-link:focus-visible,
.sad-home-banners__side > a:focus-visible {
  outline: 3px solid #b9e440;
  outline-offset: 4px;
}

.sad-home-banner-link:focus-visible::after,
.sad-home-banners__side > a:focus-visible::after {
  border-color: rgba(255, 255, 255, 0.9);
}

.sad-home-banner-link img,
.sad-home-banners__side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  .sad-home-banner-link:hover img,
  .sad-home-banners__side > a:hover img {
    transform: scale(1.015);
  }
}

@media (max-width: 991.98px) {
  .sad-home-banners__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sad-home-banners__side {
    width: min(100%, 430px);
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .sad-home-banners {
    padding-inline: 12px;
  }

  .sad-home-banners__main {
    aspect-ratio: 1880 / 700;
  }

  .sad-home-banners__side {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-home-banner-link img,
  .sad-home-banners__side img {
    transition: none;
  }
}


/* Modal and fixed navigation layers */
#body.modal-open {
  overflow: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: none;
}

.modal {
  z-index: 1200 !important;
}

.modal-backdrop {
  z-index: 1190 !important;
}


/* Catalog and product pages */
.sad-catalog-page,
.sad-product-detail,
.sad-product-page {
  min-width: 0;
}

.sad-catalog-page__heading {
  max-width: 980px;
}

.sad-catalog-page__heading .sad-page-title {
  margin-bottom: 24px;
}

.sad-catalog-page__content {
  padding-bottom: 20px;
}

.sad-catalog-page__content > .row:first-of-type:not(:empty) {
  margin-bottom: 14px;
}

.sad-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
  padding: 12px;
  border: 1px solid var(--sad-line);
  border-radius: 16px;
  background: var(--sad-paper);
}

.sad-catalog-toolbar__sort {
  min-width: 0;
  flex: 1 1 auto;
}

.sad-catalog-toolbar__sort .select2,
.sad-catalog-toolbar__sort .custom-select,
.sad-catalog-toolbar__sort .select2-container {
  width: min(100%, 280px) !important;
  max-width: 100%;
}

.sad-catalog-toolbar__sort .select2-selection,
.sad-catalog-toolbar__sort .custom-select {
  min-height: 46px;
  border-radius: 10px !important;
}

.sad-catalog-toolbar__views {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  margin: 0;
  padding: 4px;
  border-radius: 12px;
  background: var(--sad-mint-soft);
}

.sad-catalog-toolbar__views .list-inline-item {
  margin: 0;
}

.sad-catalog-toolbar__views .nav-link {
  display: grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--sad-green);
  touch-action: manipulation;
}

.sad-catalog-toolbar__views .nav-link.active,
.sad-catalog-toolbar__views .nav-link:hover,
.sad-catalog-toolbar__views .nav-link:focus {
  border-color: var(--sad-line);
  background: #fff;
  color: var(--sad-forest);
  box-shadow: 0 3px 10px rgba(20, 58, 42, 0.08);
}

.template-product-list {
  margin-right: -8px;
  margin-left: -8px;
}

.template-product-list > .sad-product-card--list {
  margin-right: 8px;
  margin-left: 8px;
}

.sad-product-card-col {
  display: flex;
}

.sad-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sad-line);
  border-radius: 18px;
  background: var(--sad-paper);
  color: var(--sad-ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sad-product-card:hover {
  border-color: var(--sad-line-strong);
  box-shadow: 0 14px 32px rgba(20, 58, 42, 0.09);
}

.sad-product-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.sad-product-card__media > a {
  display: block;
  width: 100%;
  height: 100%;
}

.sad-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  object-position: center;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  .sad-product-card:hover .sad-product-card__media img {
    transform: scale(1.025);
  }
}

.sad-product-card__badges {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  max-width: calc(100% - 68px);
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
}

.sad-product-card__badges .badge,
.sad-product-card__badges .label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0;
  padding: 4px 9px;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.15;
}

.sad-product-card__badges .badge-success {
  background: var(--sad-orange);
  color: #fff;
}

.sad-product-card__badges .badge-danger {
  background: #a92620;
  color: #fff;
}

.sad-product-card__badges .badge-light {
  background: var(--sad-forest);
  color: #fff;
}

.sad-product-card__wishlist {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--sad-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--sad-green);
  cursor: pointer;
  font-size: 17px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  touch-action: manipulation;
}

.sad-product-card__wishlist:hover,
.sad-product-card__wishlist:focus {
  border-color: var(--sad-green);
  background: var(--sad-mint);
  color: var(--sad-forest);
}

.sad-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}

.sad-product-card__name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 4.35em;
  color: var(--sad-ink);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sad-product-card__name:hover {
  color: var(--sad-green);
}

.sad-product-card__rating {
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--sad-muted);
  font-size: 13px;
}

.sad-product-card__rating .rating {
  margin: 0 !important;
}

.sad-product-card__price {
  display: flex;
  min-height: 34px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-top: auto;
  padding-top: 12px;
}

.sad-product-card__price strong {
  color: var(--sad-forest);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.sad-product-card__price del {
  color: #747d75;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.sad-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.sad-product-card__actions .btn {
  min-height: 46px;
  flex: 1 1 160px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  touch-action: manipulation;
}

.sad-product-card__cart {
  border: 1px solid var(--sad-green) !important;
  background: var(--sad-green) !important;
  color: #fff !important;
}

.sad-product-card__cart:hover,
.sad-product-card__cart:focus {
  border-color: var(--sad-forest) !important;
  background: var(--sad-forest) !important;
}

.sad-product-card__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent !important;
  background: var(--sad-mint) !important;
  color: var(--sad-green) !important;
}

.sad-product-card--grid {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.sad-product-card--grid .sad-product-card__media {
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid #edf0eb;
}

.sad-product-card--grid .sad-product-card__actions .btn {
  width: 100%;
  flex-basis: 100%;
}

.sad-product-card--list {
  display: grid;
  grid-template-columns: minmax(230px, 34%) minmax(0, 1fr);
}

.sad-product-card--list .sad-product-card__media {
  min-height: 270px;
  border-right: 1px solid #edf0eb;
}

.sad-product-card--list .sad-product-card__body {
  padding: 24px;
}

.sad-product-card--list .sad-product-card__badges {
  position: static;
  max-width: none;
  margin-bottom: 10px;
}

.sad-product-card--list .sad-product-card__name {
  min-height: 0;
  font-size: 17px;
  -webkit-line-clamp: 2;
}

.sad-product-card--list .sad-product-card__price {
  margin-top: 12px;
  padding-top: 0;
}

.sad-product-card--list .sad-product-card__price strong {
  font-size: 23px;
}

.sad-product-card--list .sad-product-card__actions {
  max-width: 600px;
}

.sad-category-tile-col {
  display: flex;
}

.sad-category-tile {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--sad-line);
  border-radius: 18px;
  background: var(--sad-paper);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sad-category-tile:hover {
  border-color: var(--sad-line-strong);
  box-shadow: 0 12px 28px rgba(20, 58, 42, 0.08);
}

.sad-category-tile__media {
  display: block;
  overflow: hidden;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  flex: 0 0 230px;
  border-bottom: 1px solid #edf0eb;
  background: #fff;
}

.sad-category-tile__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  transition: transform 260ms ease;
}

.sad-category-tile:hover .sad-category-tile__media img {
  transform: scale(1.025);
}

.sad-category-tile__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
}

.sad-category-tile__body h2 {
  margin: 0 0 16px;
  min-height: 2.6em;
  max-height: 2.6em;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.3;
}

.sad-category-tile__body h2 a {
  color: var(--sad-ink);
}

.sad-category-tile__link {
  margin-top: auto;
  color: var(--sad-green);
  font-size: 14px;
  font-weight: 750;
}

.sad-catalog-sidebar #faset-filter {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid var(--sad-line) !important;
  border-radius: 14px;
  background: var(--sad-paper);
}

.sad-catalog-sidebar #faset-filter .h4 {
  color: var(--sad-forest);
  font-size: 18px;
  font-weight: 800;
}

.sad-catalog-sidebar #faset-filter .btn {
  min-height: 44px;
  border-radius: 10px;
}

.sad-product-hero {
  padding-top: 36px;
}

.sad-product-detail__heading {
  max-width: 1120px;
  margin-bottom: 30px;
}

.sad-product-detail__heading .sad-product-title {
  max-width: 28ch;
  margin: 0;
  color: var(--sad-forest);
  font-size: clamp(2.1rem, 3.35vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.sad-product-layout {
  align-items: flex-start;
  margin-right: -12px;
  margin-left: -12px;
}

.sad-product-gallery,
.sad-product-buy {
  padding-right: 12px;
  padding-left: 12px;
}

.sad-product-gallery__surface {
  overflow: hidden;
  border: 1px solid var(--sad-line);
  border-radius: 20px;
  background: var(--sad-paper);
}

.sad-product-gallery__slider {
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff;
}

.sad-product-gallery__slider .slick-list,
.sad-product-gallery__slider .slick-track,
.sad-product-gallery__slider .js-slide {
  min-height: clamp(380px, 42vw, 650px);
}

.sad-product-gallery__slider .js-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.sad-product-gallery__slider .js-slide img {
  display: block;
  width: 100%;
  height: clamp(380px, 42vw, 650px) !important;
  padding: clamp(18px, 3vw, 42px);
  border-radius: 0 !important;
  object-fit: contain;
  object-position: center;
}

.sad-product-gallery__slider .slick-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--sad-line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--sad-forest);
}

.sad-product-gallery__thumbs {
  padding: 14px 16px 16px;
  border-top: 1px solid #edf0eb;
}

.sad-product-gallery__thumbs .slick-list {
  padding: 0 !important;
}

.sad-product-gallery__thumbs .avatar,
.sad-product-gallery__thumbs .avatar-circle {
  width: 64px;
  height: 64px;
  border: 1px solid var(--sad-line) !important;
  border-radius: 10px !important;
  background: #fff;
}

.sad-product-gallery__thumbs .slick-current .avatar {
  border-color: var(--sad-green) !important;
  box-shadow: 0 0 0 2px rgba(30, 81, 57, 0.12);
}

.sad-product-gallery__thumbs .avatar-img {
  border-radius: 7px !important;
  object-fit: cover;
}

.sad-product-gallery__promotion:empty {
  display: none;
}

.sad-product-gallery__promotion:not(:empty) {
  margin-top: 12px;
  padding: 16px;
  border-radius: 14px;
  background: var(--sad-mint-soft);
}

.sad-product-buy__panel {
  position: sticky;
  top: 18px;
  padding: 26px;
  border: 1px solid var(--sad-line);
  border-radius: 20px;
  background: var(--sad-paper);
  box-shadow: 0 14px 34px rgba(20, 58, 42, 0.08);
}

.sad-product-buy__article {
  margin-bottom: 12px;
}

.sad-product-buy__article .text-muted {
  color: var(--sad-muted) !important;
  font-size: 13px !important;
}

.sad-product-buy__rating {
  display: flex;
  min-height: 32px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
}

.sad-product-buy__rating .rating,
.sad-product-buy__rating .mr-2 {
  margin: 0 !important;
}

.sad-product-buy__summary {
  margin-bottom: 18px;
  color: var(--sad-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sad-product-buy__summary p:last-child {
  margin-bottom: 0;
}

.sad-product-buy__secondary-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.sad-product-buy__secondary-actions > span {
  display: none;
}

.sad-product-buy__secondary-actions > div {
  margin: 0 !important;
}

.sad-product-buy__secondary-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--sad-line);
  border-radius: 10px;
  background: #fff;
  color: var(--sad-green) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sad-product-buy__secondary-actions a:hover,
.sad-product-buy__secondary-actions a:focus {
  border-color: var(--sad-green);
  background: var(--sad-mint-soft);
}

.sad-product-buy__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 0 0 20px;
  padding: 18px 0;
  border-top: 1px solid #edf0eb;
  border-bottom: 1px solid #edf0eb;
}

.sad-product-buy__price > .text-dark {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.sad-product-buy__price .priceService {
  color: var(--sad-forest);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.sad-product-buy__price .rubznak {
  color: var(--sad-forest);
  font-size: 1.35rem;
  font-weight: 800;
}

.sad-product-buy__price > .text-body {
  margin-left: 0 !important;
}

.sad-product-buy__options {
  margin-bottom: 12px;
}

.sad-product-buy__panel #items {
  margin: 0 0 14px;
  color: var(--sad-green) !important;
}

.sad-product-buy__quantity {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid var(--sad-line);
  border-radius: 12px;
  background: var(--sad-mint-soft);
}

.sad-product-buy__quantity .row {
  margin: 0;
}

.sad-product-buy__quantity [class*="col-"] {
  padding: 0;
}

.sad-product-buy__quantity input {
  min-height: 38px;
  margin-top: 3px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  border: 1px solid var(--sad-line) !important;
  background: #fff;
  font-variant-numeric: tabular-nums;
}

.sad-product-buy__quantity .btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-color: var(--sad-line);
  background: #fff;
  color: var(--sad-green);
}

.sad-product-buy__primary-action {
  margin: 14px 0 10px;
}

.sad-product-buy__primary-action .btn,
.sad-product-buy__panel .addToCartFull {
  min-height: 54px;
  border: 1px solid var(--sad-green) !important;
  border-radius: 11px !important;
  background: var(--sad-green) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
}

.sad-product-buy__panel .addToCartFull:hover,
.sad-product-buy__panel .addToCartFull:focus {
  border-color: var(--sad-forest) !important;
  background: var(--sad-forest) !important;
}

.sad-product-buy__panel .btn-soft-primary,
.sad-product-buy__panel .btn-soft-success {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 11px !important;
  background: var(--sad-mint) !important;
  color: var(--sad-green) !important;
  font-weight: 750;
}

.sad-product-buy__panel > .mb-4 {
  margin-bottom: 10px !important;
}

.sad-product-details {
  margin-top: 46px;
  padding-bottom: 10px;
}

.sad-product-details__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 24px;
  margin: 0;
}

.sad-product-description,
.sad-product-specifications {
  width: auto;
  max-width: none;
  padding: 0;
}

.sad-product-detail-card {
  overflow-wrap: anywhere;
  margin-bottom: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--sad-line);
  border-radius: 18px;
  background: var(--sad-paper);
}

.sad-product-detail-card h2,
.sad-related-products h2 {
  margin: 0 0 22px;
  color: var(--sad-forest);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.sad-product-detail-card .pr-lg-4 {
  padding-right: 0 !important;
}

.sad-product-detail-card p,
.sad-product-detail-card li {
  color: #334239;
  line-height: 1.7;
}

.sad-product-detail-card img {
  max-width: 100%;
  height: auto;
}

.sad-product-specifications table {
  width: 100% !important;
  table-layout: fixed;
}

.sad-product-specifications td,
.sad-product-specifications th {
  padding: 10px 0;
  border-bottom: 1px solid #edf0eb;
  vertical-align: top;
}

.sad-related-products {
  margin: 24px 0 0;
  padding: 36px 0 12px;
  border-top: 1px solid var(--sad-line);
}

.sad-related-products .mb-sm-5 {
  margin-bottom: 24px !important;
}

.sad-related-card-wrap {
  height: auto;
  padding: 4px 8px 18px;
}

.sad-related-card {
  display: flex;
  min-height: 390px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--sad-line);
  border-radius: 16px;
  background: #fff;
}

.sad-related-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid #edf0eb;
}

.sad-related-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
}

.sad-related-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px;
}

.sad-related-card__name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 4.2em;
  color: var(--sad-ink);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sad-related-card__rating {
  position: relative;
  width: 80px;
  height: 18px;
  margin-top: 10px;
}

.sad-related-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: auto;
  padding-top: 12px;
}

.sad-related-card__price strong {
  color: var(--sad-forest);
  font-size: 18px;
  font-weight: 800;
}

.sad-related-card__price del {
  color: var(--sad-muted);
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .sad-product-buy__panel {
    padding: 22px;
  }

  .sad-product-card--list {
    grid-template-columns: minmax(210px, 36%) minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .sad-product-detail__heading {
    margin-bottom: 24px;
  }

  .sad-product-buy__panel {
    position: static;
  }

  .sad-product-gallery__slider .slick-list,
  .sad-product-gallery__slider .slick-track,
  .sad-product-gallery__slider .js-slide,
  .sad-product-gallery__slider .js-slide img {
    min-height: 400px;
    height: 400px !important;
  }

  .sad-product-details__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sad-product-specifications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .sad-product-specifications > * {
    margin: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .sad-catalog-toolbar {
    align-items: stretch;
  }

  .sad-catalog-toolbar__sort .select2,
  .sad-catalog-toolbar__sort .custom-select,
  .sad-catalog-toolbar__sort .select2-container {
    width: 100% !important;
  }

  .sad-product-card--list {
    display: flex;
    flex-direction: column;
  }

  .sad-product-card--list .sad-product-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid #edf0eb;
  }

  .sad-product-card--list .sad-product-card__body {
    padding: 18px;
  }

  .sad-product-card--list .sad-product-card__name {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }

  .sad-product-card--list .sad-product-card__actions .btn {
    flex-basis: 100%;
  }

  .sad-product-layout {
    gap: 18px;
  }

  .sad-product-gallery,
  .sad-product-buy {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }

  .sad-product-specifications {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .sad-catalog-page__heading .sad-page-title {
    margin-bottom: 20px;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .sad-catalog-toolbar {
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px;
    border-radius: 13px;
  }

  .sad-catalog-toolbar__views {
    gap: 2px;
    padding: 2px;
  }

  .template-product-list {
    margin-right: -6px;
    margin-left: -6px;
  }

  .template-product-list > .sad-product-card--list {
    margin-right: 6px;
    margin-left: 6px;
  }

  .sad-product-card-col {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .sad-product-card {
    border-radius: 14px;
  }

  .sad-product-card__media img {
    padding: 10px;
  }

  .sad-product-card__badges {
    top: 8px;
    left: 8px;
    gap: 4px;
  }

  .sad-product-card__badges .badge,
  .sad-product-card__badges .label {
    min-height: 23px;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 10px;
  }

  .sad-product-card__wishlist {
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
  }

  .sad-product-card__body {
    padding: 12px;
  }

  .sad-product-card__name {
    min-height: 4.35em;
    font-size: 13px;
  }

  .sad-product-card__rating {
    margin-top: 6px;
    font-size: 12px;
  }

  .sad-product-card__price {
    gap: 3px 7px;
    padding-top: 9px;
  }

  .sad-product-card__price strong {
    font-size: 17px;
  }

  .sad-product-card__actions {
    margin-top: 10px;
  }

  .sad-product-card__actions .btn {
    min-height: 44px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .sad-product-card--list .sad-product-card__media {
    aspect-ratio: 1 / 0.92;
  }

  .sad-product-card--list .sad-product-card__body {
    padding: 16px;
  }

  .sad-product-card--list .sad-product-card__price strong {
    font-size: 20px;
  }

  .sad-category-tile-col {
    padding-right: 6px;
    padding-left: 6px;
  }

  .sad-category-tile {
    border-radius: 14px;
  }

  .sad-category-tile__media img {
    padding: 8px;
  }

  .sad-category-tile__media {
    height: 136px;
    min-height: 136px;
    max-height: 136px;
    flex-basis: 136px;
  }

  .sad-category-tile__body {
    padding: 13px;
  }

  .sad-category-tile__body h2 {
    margin-bottom: 12px;
    min-height: 5.2em;
    max-height: 5.2em;
    font-size: 14px;
  }

  .sad-category-tile__link {
    font-size: 12px;
  }

  .sad-product-hero {
    padding-top: 26px;
  }

  .sad-product-detail__heading .sad-product-title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .sad-product-gallery__surface,
  .sad-product-buy__panel,
  .sad-product-detail-card {
    border-radius: 14px;
  }

  .sad-product-gallery__slider .slick-list,
  .sad-product-gallery__slider .slick-track,
  .sad-product-gallery__slider .js-slide,
  .sad-product-gallery__slider .js-slide img {
    min-height: 320px;
    height: 320px !important;
  }

  .sad-product-gallery__slider .js-slide img {
    padding: 12px;
  }

  .sad-product-gallery__slider .slick-arrow {
    width: 42px;
    height: 42px;
  }

  .sad-product-gallery__thumbs {
    padding: 10px 12px 12px;
  }

  .sad-product-gallery__thumbs .avatar,
  .sad-product-gallery__thumbs .avatar-circle {
    width: 54px;
    height: 54px;
  }

  .sad-product-buy__panel {
    padding: 18px;
    box-shadow: none;
  }

  .sad-product-buy__price .priceService {
    font-size: 2rem;
  }

  .sad-product-buy__secondary-actions {
    gap: 6px;
  }

  .sad-product-buy__secondary-actions a {
    min-height: 44px;
    flex: 1 1 auto;
    justify-content: center;
  }

  .sad-product-details {
    margin-top: 24px;
  }

  .sad-product-detail-card {
    margin-bottom: 16px;
    padding: 18px;
  }

  .sad-product-detail-card h2,
  .sad-related-products h2 {
    margin-bottom: 16px;
    font-size: 1.45rem;
  }

  .sad-related-card {
    min-height: 320px;
  }

  .sad-related-card__body {
    padding: 12px;
  }

  .sad-related-card__name {
    font-size: 12px;
  }

  .sad-related-card__price strong {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-product-card,
  .sad-product-card__media img,
  .sad-category-tile,
  .sad-category-tile__media img {
    transition: none;
  }

  .sad-product-card:hover .sad-product-card__media img,
  .sad-category-tile:hover .sad-category-tile__media img {
    transform: none;
  }
}

/* Callback form */
.return-call .modal-dialog {
  width: calc(100% - 32px);
  max-width: 560px;
  margin: 84px auto 24px;
}

.return-call .modal-content {
  max-height: calc(100dvh - 108px);
  overflow: hidden;
}

.return-call .modal-header {
  display: flex;
  min-height: 64px;
  padding: 18px 24px;
  align-items: center;
  border-bottom: 1px solid var(--sad-line);
}

.return-call .modal-title {
  margin: 0;
  padding-right: 52px;
  color: var(--sad-ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.return-call .modal-header .close {
  position: absolute;
  top: 12px;
  right: 16px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sad-green);
  font-size: 1.65rem;
  line-height: 1;
  opacity: 1;
}

.return-call .modal-header .close:hover,
.return-call .modal-header .close:focus-visible {
  background: var(--sad-green-soft);
  color: var(--sad-orange);
}

.return-call form {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.return-call .modal-body {
  padding: 20px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.return-call .modal-body .form-group {
  margin-bottom: 14px;
}

.return-call .form-control {
  min-height: 52px;
}

.return-call textarea.form-control {
  min-height: 108px;
  resize: vertical;
}

.return-call .smart-captcha {
  margin: 2px 0 16px;
}

.return-call .sad-return-consent {
  margin-bottom: 0 !important;
}

.return-call .sad-return-consent label {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 10px;
  color: var(--sad-muted);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.45;
}

.return-call .sad-return-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 18px;
  accent-color: var(--sad-green);
}

.return-call .sad-return-consent a {
  color: var(--sad-green);
  font-weight: 700;
  text-decoration: none;
}

.return-call .sad-return-consent a:hover,
.return-call .sad-return-consent a:focus-visible {
  color: var(--sad-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.return-call .modal-footer {
  flex: 0 0 auto;
  padding: 16px 24px;
  gap: 10px;
  background: #fff;
}

.return-call .modal-footer .btn {
  min-height: 48px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .return-call .modal-dialog {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .return-call .modal-content {
    max-height: calc(100dvh - 20px);
  }

  .return-call .modal-header {
    min-height: 58px;
    padding: 15px 18px;
  }

  .return-call .modal-title {
    padding-right: 44px;
    font-size: 1.125rem;
  }

  .return-call .modal-header .close {
    top: 9px;
    right: 10px;
  }

  .return-call .modal-body {
    padding: 16px 18px;
  }

  .return-call .modal-footer {
    padding: 14px 18px;
  }

  .return-call .modal-footer .btn {
    flex: 1 1 0;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Product review form */
#reviewModal .modal-dialog {
  width: calc(100% - 32px);
  max-width: 600px;
  margin: 32px auto;
}

#reviewModal .modal-content {
  max-height: calc(100dvh - 64px);
  overflow: hidden;
}

#reviewModal.show .modal-dialog {
  transform: none !important;
}

#reviewModal .modal-body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#reviewModal .modal-body > .close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sad-green);
  font-size: 1.65rem;
  line-height: 1;
  opacity: 1;
}

#reviewModal .modal-body > .close:hover,
#reviewModal .modal-body > .close:focus-visible {
  background: var(--sad-green-soft);
  color: var(--sad-orange);
}

#reviewModal #reviewModalTitle {
  margin: 0 52px 16px 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
}

#reviewModal #reviewModalTitle a {
  color: var(--sad-ink);
  text-decoration: none;
}

#reviewModal .modal-body > .col-md-12 {
  margin-bottom: 18px;
  padding: 0;
}

#reviewModal .modal-body > .col-md-12 > .row {
  margin: 0;
}

#reviewModal .image {
  overflow: hidden;
  border: 1px solid var(--sad-line);
  border-radius: 12px;
  background: #fff;
}

#reviewModal .image img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
}

#reviewModal #reviewRatingLabel {
  margin: 0 0 8px;
  color: var(--sad-ink);
  font-size: 1rem;
  font-weight: 800;
}

#reviewModal .rating-group {
  display: inline-flex;
  height: 38px;
  margin: 0 0 18px;
  align-items: center;
  gap: 4px;
}

#reviewModal .rating-group .btn,
#reviewModal .rating-group .btn.hover {
  width: 38px;
  min-height: 38px;
  height: 38px;
  padding: 0;
  flex: 0 0 38px;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px !important;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  box-shadow: none;
}

#reviewModal .rating-group .btn:hover,
#reviewModal .rating-group .btn:focus-within {
  background-color: #fff6df;
}

#reviewModal .rating-group input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#reviewModal .form-group {
  margin-bottom: 14px;
}

#reviewModal .form-control {
  min-height: 52px;
}

#reviewModal textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

#reviewModal #addComment > .small {
  margin: 4px 0 18px;
}

#reviewModal #addComment > .small label {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 9px;
  color: var(--sad-muted);
  cursor: pointer;
  line-height: 1.45;
}

#reviewModal #addComment > .small input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 18px;
  accent-color: var(--sad-green);
}

#reviewModal #addComment > .form-group:last-child {
  margin-bottom: 0;
}

#reviewModal #addComment .btn[type="submit"] {
  min-height: 50px;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  #reviewModal .modal-dialog {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  #reviewModal .modal-content {
    max-height: calc(100dvh - 20px);
  }

  #reviewModal .modal-body {
    padding: 20px 18px;
  }

  #reviewModal .image img {
    width: 96px;
    height: 96px;
  }
}

/* 404 page */
.sad-404-hidden {
  display: none !important;
}

.sad-error-shell {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

.sad-error-row {
  margin: 0;
}

.sad-error-column {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 100% !important;
}

.sad-error-page {
  display: flex;
  min-height: clamp(560px, calc(100vh - 230px), 760px);
  padding: clamp(44px, 7vw, 96px) 20px;
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(123, 181, 91, 0.18), transparent 25%),
    linear-gradient(135deg, #f7f5ed 0%, #eef4ea 100%);
}

.sad-error-page__inner {
  display: grid;
  width: min(100%, 1240px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}

.sad-error-page__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #e4efdf;
  color: var(--sad-green);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sad-error-page h1 {
  max-width: 720px;
  margin: 0;
  color: var(--sad-forest);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.sad-error-page__lead {
  max-width: 650px;
  margin: 24px 0 30px;
  color: var(--sad-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.sad-error-search {
  max-width: 650px;
  margin-bottom: 24px;
}

.sad-error-search > label {
  display: block;
  margin-bottom: 9px;
  color: var(--sad-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.sad-error-search__field {
  display: flex;
  height: 54px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #bdcbbf;
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.sad-error-search__field:focus-within {
  border-color: var(--sad-green);
  box-shadow: 0 0 0 3px rgba(31, 94, 63, 0.12);
}

.sad-error-search__field > i {
  margin-left: 16px;
  color: var(--sad-green);
}

.sad-error-search__field input {
  min-width: 0;
  height: 100%;
  padding: 0 13px;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  color: var(--sad-ink);
  caret-color: var(--sad-green);
  font: inherit;
}

.sad-error-search__field button {
  min-width: 104px;
  height: 100%;
  padding: 0 20px;
  border: 0;
  background: var(--sad-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.sad-error-search__field button:hover {
  background: var(--sad-forest);
}

.sad-error-page__actions {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 10px;
}

.sad-error-button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sad-green);
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.sad-error-button--primary {
  background: var(--sad-green);
  color: #fff !important;
}

.sad-error-button--secondary {
  background: transparent;
  color: var(--sad-green) !important;
}

.sad-error-button:hover,
.sad-error-button:focus-visible {
  border-color: var(--sad-orange);
  background: var(--sad-orange);
  color: #fff !important;
}

.sad-error-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.sad-error-page__links a {
  color: var(--sad-green);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.sad-error-page__links a:hover,
.sad-error-page__links a:focus-visible {
  color: var(--sad-orange);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sad-error-page__visual {
  display: flex;
  position: relative;
  min-height: 390px;
  padding: 46px 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 94, 63, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(229, 239, 222, 0.92));
  box-shadow: 0 28px 70px rgba(20, 58, 42, 0.12);
}

.sad-error-page__visual::before,
.sad-error-page__visual::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(240, 100, 24, 0.1);
  content: "";
}

.sad-error-page__visual::before {
  top: -75px;
  right: -55px;
  width: 190px;
  height: 190px;
}

.sad-error-page__visual::after {
  bottom: -85px;
  left: -55px;
  width: 210px;
  height: 210px;
}

.sad-error-page__visual > span {
  position: relative;
  z-index: 1;
  color: var(--sad-green);
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.sad-error-page__visual > p {
  position: relative;
  z-index: 1;
  margin: 25px 0 0;
  color: var(--sad-forest);
  font-size: 1rem;
  font-weight: 800;
}

.sad-error-page__plant {
  display: flex;
  position: relative;
  z-index: 1;
  height: 62px;
  margin-top: 24px;
  align-items: flex-end;
  gap: 3px;
  color: #6aaa3d;
  font-size: 2.4rem;
}

.sad-error-page__plant i:first-child {
  transform: rotate(-38deg) translateY(8px);
}

.sad-error-page__plant i:nth-child(2) {
  color: var(--sad-green);
  font-size: 3.3rem;
}

.sad-error-page__plant i:last-child {
  transform: rotate(38deg) translateY(8px);
}

@media (max-width: 767.98px) {
  .sad-error-page {
    min-height: auto;
    padding: 40px 15px 56px;
  }

  .sad-error-page__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sad-error-page__content {
    text-align: center;
  }

  .sad-error-page__eyebrow {
    margin-bottom: 15px;
  }

  .sad-error-page h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .sad-error-page__lead,
  .sad-error-search {
    margin-right: auto;
    margin-left: auto;
  }

  .sad-error-page__actions,
  .sad-error-page__links {
    justify-content: center;
  }

  .sad-error-page__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sad-error-search__field button {
    min-width: 86px;
    padding: 0 14px;
  }

  .sad-error-page__visual {
    min-height: 270px;
    border-radius: 24px;
  }
}

/* Compact catalog grid */
.sad-catalog-page .template-product-list > .sad-product-card-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-inline: 8px !important;
}
.sad-catalog-page .sad-product-card--grid .sad-product-card__media {
  height: clamp(150px, 20vw, 240px);
  aspect-ratio: auto;
  flex: 0 0 auto;
}
@media (min-width: 1100px) {
  .sad-catalog-page .template-product-list > .sad-product-card-col {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1500px) {
  .sad-catalog-page .template-product-list > .sad-product-card-col {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .sad-home-banners__main { aspect-ratio: auto; }
  .sad-home-banner-link { display: flex; flex-direction: column; }
  .sad-home-banner-link img { height: auto; aspect-ratio: 1880 / 700; }
  .sad-home-banner-link::before {
    content: attr(aria-label);
    order: 1;
    display: block;
    padding: 14px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (max-width: 359.98px) {
  #logoAndNav .navbar-brand { width: 86px; margin-right: 4px; }
}
/* Brand colors for inherited framework states */
:root { --primary: #1e5139; --info: #1e5139; }
.text-primary,
a.text-primary:hover,
a.text-primary:focus,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.nav-link:hover,
.nav-link:focus { color: var(--sad-green) !important; }
.bg-primary,
.bg-info { background-color: var(--sad-green) !important; }
.border-primary { border-color: var(--sad-green) !important; }
.alert-primary,
.alert-info {
  color: var(--sad-forest) !important;
  background-color: var(--sad-mint) !important;
  border-color: var(--sad-line-strong) !important;
}
.alert-primary .alert-link,
.alert-info .alert-link,
.alert-primary .close,
.alert-info .close { color: var(--sad-forest) !important; }
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.show > .btn-primary.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--sad-green) !important;
  border-color: var(--sad-green) !important;
  box-shadow: 0 0 0 3px rgba(30, 81, 57, .18) !important;
}
.form-control:focus,
.custom-select:focus {
  border-color: var(--sad-green) !important;
  box-shadow: 0 0 0 3px rgba(30, 81, 57, .15) !important;
}
input[type="checkbox"], input[type="radio"] { accent-color: var(--sad-green); }
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--sad-green) !important;
  border-color: var(--sad-green) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(30, 81, 57, .18) !important;
}
.page-item.active .page-link,
.nav-pills .nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--sad-green) !important;
  border-color: var(--sad-green) !important;
  color: #fff !important;
}
.page-link { color: var(--sad-green); }
.page-link:focus { box-shadow: 0 0 0 3px rgba(30, 81, 57, .18); }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--sad-green) !important;
}
@media (min-width: 992px) {
  #logoAndNav #navBar,
  #logoAndNav #navBar > .navbar-body,
  #logoAndNav #navBar .navbar-nav { display: contents !important; }
  #logoAndNav .navbar-brand { order: 0; }
  #logoAndNav .sad-catalog-menu { order: 1; flex: 0 0 auto; list-style: none; }
  #logoAndNav .sad-header-search { order: 2; }
  #logoAndNav .navbar-nav-last-item { order: 3; margin-left: auto; list-style: none; }
}
#header .hs-mega-menu,
#header .hs-sub-menu { border-top-color: var(--sad-green) !important; }
/* Storefront spacing and hierarchy */
#sad-catalog.space-2 {
  padding-top: clamp(30px, 3.5vw, 54px) !important;
  padding-bottom: clamp(32px, 4vw, 64px) !important;
}
#sad-catalog .sad-catalog-heading {
  margin-bottom: clamp(24px, 3vw, 40px) !important;
}
.sad-catalog-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.2;
}
.sad-page-title {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.15;
}
.sad-product-card__name { min-height: 3em; }
.sad-product-card__body { padding: 16px; }
@media (min-width: 992px) {
  #header #basicMegaMenu {
    padding: 12px 18px;
    gap: 8px;
    border-radius: 10px;
    background: var(--sad-green);
    color: #fff !important;
  }
  #header #basicMegaMenu:hover,
  #header .sad-menu-open #basicMegaMenu { background: var(--sad-forest); }
  #header #basicMegaMenu::after { color: #fff; }
  #sad-catalog .sad-category-tile-col { flex: 0 0 25%; max-width: 25%; }
  #sad-catalog .sad-category-tile__media {
    height: 190px; min-height: 190px; max-height: 190px; flex-basis: 190px;
  }
  .sad-product-gallery__slider .slick-list,
  .sad-product-gallery__slider .slick-track,
  .sad-product-gallery__slider .js-slide { min-height: clamp(360px, 34vw, 520px); }
  .sad-product-gallery__slider .js-slide img { height: clamp(360px, 34vw, 520px) !important; }
}
@media (max-width: 575.98px) {
  .sad-home-banners__main, .sad-home-banners__side { box-shadow: none; border-radius: 16px; }
  .sad-catalog-heading p { font-size: 14px; line-height: 1.5; }
  .sad-page-title { font-size: 1.85rem; }
  .sad-product-card__body { padding: 10px; }
  .sad-cookie-banner__actions { display: flex; flex-direction: row; gap: 8px; }
  .sad-cookie-banner__actions .btn { flex: 1 1 0; min-width: 0; padding: 10px; font-size: 12px; }
}
#sad-catalog .sad-category-tile__body h2 {
  max-height: none;
  overflow: visible;
  font-size: clamp(14px, 1.2vw, 18px);
  overflow-wrap: anywhere;
}
.sad-info-page a.sad-channel-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--sad-green);
  color: #fff !important;
  vertical-align: middle;
  font-size: 25px;
  text-decoration: none !important;
}
.sad-info-page a.sad-channel-icon:hover,
.sad-info-page a.sad-channel-icon:focus-visible {
  background: var(--sad-forest);
  outline: 2px solid var(--sad-orange);
  outline-offset: 3px;
}

.sad-consent-link, form a[href*="soglasie_na_obrabotku"] {
  color: var(--sad-green) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-weight: 600;
  cursor: pointer;
}
.sad-consent-link:hover { color: var(--sad-forest) !important; }
.sad-info-page--contacts .sad-info-profile-layout > tbody > .sad-info-row--with-image > td:nth-child(2) .sad-info-image {
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.sad-header-search input:focus,
.sad-header-search input:focus-visible,
.sad-error-search__field input:focus,
.sad-error-search__field input:focus-visible {
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  #logoAndNav .sad-header-search-slot { display: contents !important; }
}
@media (min-width: 992px) {
  #logoAndNav #navBar { display: flex !important; flex: 1 1 auto; min-width: 0; }
  #logoAndNav #navBar > .navbar-body { display: block !important; width: 100%; }
  #logoAndNav #navBar .navbar-nav {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 2vw, 28px);
  }
  #logoAndNav .sad-header-search-slot {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    order: 0;
    list-style: none;
  }
  #logoAndNav .sad-catalog-menu,
  #logoAndNav .sad-header-search,
  #logoAndNav .navbar-nav-last-item { order: 0; }
  #logoAndNav .sad-header-search { width: 100%; min-width: 0; }
  #logoAndNav .navbar-nav-last-item { margin: 0; }
}
.sad-delivery-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  padding: 20px 0 0;
  border-top: 1px solid var(--sad-line);
}
.sad-delivery-contacts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.sad-delivery-contacts__label { color: var(--sad-ink); font-size: 16px; }
.sad-delivery-contacts__item > a { margin: 0; max-width: 100%; }
@media (max-width: 575.98px) {
  .sad-delivery-contacts { grid-template-columns: 1fr; gap: 20px; }
}
/* Consistent rich-text presentation */
.sad-product-description [itemprop="description"],
.sad-product-buy__summary,
.sad-info-page__content,
.sad-seo-copy {
  overflow-wrap: anywhere;
  line-height: 1.7;
}
.sad-product-description [itemprop="description"] p,
.sad-info-page__content p { margin-top: 0; margin-bottom: 1em; }
.sad-product-description [itemprop="description"] p:last-child { margin-bottom: 0; }
.sad-product-description [itemprop="description"] ul,
.sad-product-description [itemprop="description"] ol {
  padding-inline-start: 1.4em;
  margin: 16px 0;
}
.sad-product-description [itemprop="description"] li { margin-bottom: 8px; }
.sad-product-description [itemprop="description"] table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 14px;
}
.sad-product-description [itemprop="description"] td,
.sad-product-description [itemprop="description"] th {
  padding: 10px 12px;
  border-bottom: 1px solid var(--sad-line);
  vertical-align: top;
}
.sad-product-description [itemprop="description"] tr:nth-child(even) { background: var(--sad-mint-soft); }
.sad-product-description [itemprop="description"] img { max-width: 100%; height: auto; }
.sad-info-page__content h2,
.sad-product-description [itemprop="description"] h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 1.3em 0 .6em; }
.sad-info-page__content h3,
.sad-product-description [itemprop="description"] h3 { font-size: 1.2rem; margin: 1.2em 0 .5em; }
@media (max-width: 575.98px) {
  .sad-product-description [itemprop="description"] { font-size: 14px; }
  .sad-info-page__content { font-size: 15px; }
  .sad-product-description [itemprop="description"] table { display: block; overflow-x: auto; }
}

/* News reading layout */
.sad-news-page,.sad-news-list{padding:32px 0 48px}
.sad-news-heading{max-width:900px;margin:0 auto 28px}
.sad-news-heading .page-title{display:block!important;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.16;color:var(--sad-forest);letter-spacing:-.025em;margin:0;text-wrap:balance}
.sad-news-article{max-width:900px;margin:auto;padding:clamp(22px,4vw,48px);background:#fff;border:1px solid var(--sad-line);border-radius:24px;color:var(--sad-ink);overflow-wrap:anywhere}
.sad-news-lead{font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.6;padding:0 0 24px;margin-bottom:28px;border-bottom:1px solid var(--sad-line);color:var(--sad-forest);font-weight:500}
.sad-news-content{font-size:17px;line-height:1.8}
.sad-news-content p,.sad-news-lead p{margin:0 0 1em}
.sad-news-content p:last-child,.sad-news-lead p:last-child{margin-bottom:0}
.sad-news-content img{display:block;max-width:100%!important;height:auto!important;margin:24px auto;border-radius:14px}
.sad-news-content h2,.sad-news-content h3{line-height:1.3;margin:1.6em 0 .7em;color:var(--sad-forest)}
.sad-news-content a{color:var(--sad-green);text-decoration:underline;text-underline-offset:3px}
.sad-news-content ul,.sad-news-content ol{padding-left:1.4em;margin:1em 0}
.sad-news-content table{display:block;max-width:100%;overflow:auto}
.sad-news-share{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid var(--sad-line);font-size:14px;color:var(--sad-muted)}
.sad-news-related{margin:32px 0}
.sad-news-column{margin-bottom:24px}
.sad-news-card{height:100%;border:1px solid var(--sad-line);border-radius:20px;overflow:hidden;background:#fff}
.sad-news-card-image{display:block;aspect-ratio:16/10;background:#f0f4ee;overflow:hidden}
.sad-news-card-image img{display:block;width:100%;height:100%;object-fit:contain}
.sad-news-card-body{padding:24px}
.sad-news-date{display:block;color:var(--sad-muted);font-size:13px;margin-bottom:12px}
.sad-news-card h2{font-size:21px;line-height:1.35;margin:0 0 14px}
.sad-news-card h2 a{color:var(--sad-forest);text-decoration:none}
.sad-news-card h2 a:hover{color:var(--sad-green);text-decoration:underline;text-underline-offset:4px}
.sad-news-card-summary{font-size:15px;line-height:1.65;color:var(--sad-muted)}
.sad-news-card-summary p:last-child{margin-bottom:0}
@media(max-width:575.98px){.sad-news-page,.sad-news-list{padding:20px 0 28px}.sad-news-heading{margin-bottom:20px}.sad-news-article{padding:20px 16px;border-radius:16px}.sad-news-content{font-size:16px;line-height:1.7}.sad-news-lead{padding-bottom:20px;margin-bottom:20px}.sad-news-card-body{padding:20px}.sad-news-related{margin-top:24px}}

/* Storefront spacing and mobile reading refinement */
.breadcrumb{flex-wrap:wrap;overflow:visible;row-gap:6px;line-height:1.5}
.breadcrumb-item{white-space:normal;overflow-wrap:anywhere}
.sad-info-page:not(.sad-info-page--special) .sad-info-page__content{box-shadow:none;border-radius:16px}
.sad-info-page .sad-page-title{font-size:clamp(1.85rem,3.3vw,2.8rem);line-height:1.2;margin-bottom:24px}
.sad-news-card,.sad-news-article{border-radius:16px}
.sad-contact-community i{color:var(--sad-green)!important}
#header .btn-icon{color:var(--sad-green)!important;background-color:#edf3ed}
body:has(.sad-news-page) .bg-light .col-sm-6:first-child:not(:has(nav)){display:none}
body:has(.sad-news-page) .bg-light .col-sm-6:has(nav){flex:0 0 100%;max-width:100%}
@media(max-width:575.98px){
 .bg-light > .container{padding-top:18px!important;padding-bottom:18px!important}
 .sad-info-page{width:100%;padding:28px 0}
 .sad-info-page:not(.sad-info-page--special) .sad-info-page__content{padding:20px 16px}
 .sad-home-banners__side{width:min(100%,280px);margin-inline:auto}
 .sad-home-banners__grid{gap:16px}
 .sad-product-page .sad-page-title{font-size:28px;line-height:1.18;letter-spacing:-.02em}
 .sad-product-description [itemprop="description"],.sad-info-page__content{font-size:16px}
 .sad-news-page{padding-top:24px}
}

/* Text-only category navigation */
.sad-category-intro--navigation{display:block!important;margin:0 0 24px}
.sad-subsections{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:12px}
.sad-subsections>a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px;padding:18px 20px;border:1px solid var(--sad-line);border-radius:12px;background:#fff;color:var(--sad-forest);font-size:15px;font-weight:600;line-height:1.5;text-decoration:none!important;transition:background-color .18s,border-color .18s}
.sad-subsections>a i{flex-shrink:0;font-size:13px;color:var(--sad-green)}
.sad-subsections>a:hover{background:#edf3ed;border-color:var(--sad-green)}
.sad-subsections>a:focus-visible{outline:2px solid var(--sad-green);outline-offset:3px}
@media(max-width:575.98px){.sad-subsections{grid-template-columns:1fr;gap:8px}.sad-subsections>a{min-height:60px;padding:14px 16px}}
