/*
  Lesspilstroy 2026 refresh.
  SEO-safe visual layer for Joomla Cassiopeia and JoomShopping.
*/

:root {
  --cassiopeia-color-primary: #214c2e;
  --cassiopeia-color-link: #245c34;
  --cassiopeia-color-hover: #b48628;
  --template-bg-light: #f7f5ef;
  --template-text-dark: #1f2a22;
  --template-text-light: #ffffff;
  --lls-ink: #1f2a22;
  --lls-muted: #627064;
  --lls-green: #214c2e;
  --lls-green-deep: #173823;
  --lls-sage: #eef3eb;
  --lls-amber: #c6922c;
  --lls-amber-soft: #f3dfb8;
  --lls-paper: #fffdf8;
  --lls-line: #e2ddd1;
  --lls-shadow: 0 14px 35px rgba(25, 37, 28, .10);
  --lls-radius: 8px;
  --body-font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --cassiopeia-font-family-body: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --cassiopeia-font-family-headings: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site {
  min-width: 320px;
  color: var(--lls-ink);
  background: var(--template-bg-light);
  font-family: var(--cassiopeia-font-family-body);
  line-height: 1.55;
  overflow-x: hidden;
}

body.site a {
  color: var(--lls-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.site a:hover,
body.site a:focus-visible {
  color: var(--lls-amber);
}

body.site :focus-visible {
  outline: 3px solid rgba(198, 146, 44, .42);
  outline-offset: 3px;
}

p {
  margin-top: 0;
  margin-bottom: .75rem;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header */
.container-header {
  z-index: 50;
  position: sticky;
  top: 0;
  color: var(--lls-ink);
  background: rgba(255, 253, 248, .96);
  background-image: none;
  border-bottom: 1px solid rgba(33, 76, 46, .12);
  box-shadow: 0 8px 24px rgba(25, 37, 28, .08);
  backdrop-filter: blur(10px);
}

.container-header .grid-child,
.container-header .container-nav {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
}

.container-header > .grid-child:not(.container-nav) {
  display: none !important;
}

/* Header spacing fix: cancel Cassiopeia's default 2em side padding. */
body.wrapper-fluid .container-header > .grid-child,
body.wrapper-fluid .container-header > .container-nav {
  padding-left: 0;
  padding-right: 0;
}

.container-header .navbar-brand {
  display: none;
}

.container-header .container-nav {
  display: grid;
  grid-template-columns: auto minmax(165px, 210px) max-content auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}

.container-header .mod-custom {
  margin: 0;
}

.myhederwrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

a.myhederwrap {
  color: inherit;
  text-decoration: none;
}

.hedicon {
  display: grid;
  width: 34px;
  height: 44px;
  place-items: center;
  margin: 0;
}

.hedicon img,
.myhedicon {
  width: auto;
  max-width: 30px;
  height: 36px;
  object-fit: contain;
}

.hedlogo {
  display: block;
  width: auto;
  margin: 0;
  color: var(--lls-green-deep);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.hedlogo::after {
  content: "Пиломатериалы с доставкой";
  display: block;
  margin-top: 3px;
  color: var(--lls-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.mod-shop-search {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.mod-shop-search .inputbox,
.inputbox {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 10px 13px;
  color: var(--lls-ink);
  background: #fff;
  border: 1px solid var(--lls-line);
  border-radius: var(--lls-radius);
  box-shadow: inset 0 1px 2px rgba(31, 42, 34, .04);
}

.mod-shop-search .btn,
.btn-primary,
.cf-btn,
button[type="submit"] {
  min-height: 42px;
  color: #fff;
  background: var(--lls-green);
  border: 0;
  border-radius: var(--lls-radius);
  font-weight: 750;
  line-height: 1.2;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.mod-shop-search .btn:hover,
.btn-primary:hover,
.btn-primary:focus,
.cf-btn:hover,
button[type="submit"]:hover {
  color: #17130b;
  background: var(--lls-amber);
  border-color: var(--lls-amber);
  box-shadow: 0 10px 22px rgba(198, 146, 44, .22);
}

.container-header .mod-menu {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.container-header .mod-menu .item-110 {
  display: none !important;
}

.container-header .mod-list li {
  padding: 0;
}

.container-header .mod-menu a {
  position: relative;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 3px 0;
  color: var(--lls-ink) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.container-header .mod-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: var(--lls-amber);
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}

.container-header .mod-menu a:hover,
.container-header .mod-menu a:focus-visible,
.container-header .mod-menu .active > a,
.container-header .mod-menu [aria-current="page"] {
  color: var(--lls-green-deep) !important;
  background: transparent;
}

.container-header .mod-menu a:hover::after,
.container-header .mod-menu a:focus-visible::after,
.container-header .mod-menu .active > a::after,
.container-header .mod-menu [aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.lls-menu-toggle,
.lls-mobile-brand,
.lls-menu-backdrop {
  display: none;
}

.lls-mobile-panel {
  display: contents;
}

.container-search--mobile {
  display: none;
}

.myhediconblok {
  display: none;
}

.myhederwrapup {
  display: flex;
  width: auto;
  min-width: 174px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.phone,
.phone a {
  color: var(--lls-green-deep);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.myheder1 {
  color: var(--lls-muted);
  font-size: 12px;
  line-height: 1.25;
}

.zvonok a {
  color: var(--lls-amber);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.container-search {
  justify-self: end;
}

.wt_jshop_module_cart {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--lls-green);
  border: 0;
  border-radius: var(--lls-radius);
  box-shadow: 0 8px 18px rgba(33, 76, 46, .18);
}

.wt_jshop_module_cart i {
  display: none;
}

.wt_jshop_module_cart::before {
  content: "🛒";
  display: block;
  color: #fff;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1;
  transform: translateY(1px);
}

.wt_jshop_module_cart .badge {
  z-index: 2;
}

/* Home hero */
.lls-hero {
  color: var(--lls-ink);
  background: var(--lls-paper);
  border-bottom: 1px solid var(--lls-line);
}

.lls-hero__inner {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 32px;
  align-items: center;
  margin: 0 auto;
  padding: 46px 0 34px;
}

.lls-hero__content {
  display: grid;
  min-width: 0;
  gap: 16px;
}

.lls-hero__eyebrow {
  margin: 0;
  color: var(--lls-amber);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lls-hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--lls-green-deep);
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 950;
  line-height: 1.02;
  overflow-wrap: break-word;
}

.lls-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--lls-muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
}

.lls-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.lls-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--lls-radius);
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
}

.lls-button--primary {
  color: #fff !important;
  background: var(--lls-green);
  border: 0;
  box-shadow: 0 12px 24px rgba(33, 76, 46, .18);
}

.lls-button--ghost {
  color: var(--lls-green-deep) !important;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 20px rgba(25, 37, 28, .08);
}

.lls-button:hover,
.lls-button:focus-visible {
  transform: translateY(-1px);
}

.lls-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0;
}

.lls-hero__facts div {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 10px;
  padding: 12px;
  background: var(--lls-sage);
  border-radius: var(--lls-radius);
}

.lls-hero__facts div::before {
  content: "";
  grid-row: 1 / span 2;
  align-self: center;
  width: 30px;
  height: 30px;
  background: var(--lls-green);
  opacity: .95;
  -webkit-mask: var(--lls-fact-icon) center / contain no-repeat;
  mask: var(--lls-fact-icon) center / contain no-repeat;
}

.lls-hero__facts div:nth-child(1) {
  --lls-fact-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6%202.5h8l4%204V21.5H6V2.5Zm7%201.8V8h3.7L13%204.3ZM8%205v14h8V10h-5V5H8Zm6.8%207.7-4%204-2.1-2.1%201.1-1.1%201%201%202.9-2.9%201.1%201.1Z%27/%3E%3C/svg%3E");
}

.lls-hero__facts div:nth-child(2) {
  --lls-fact-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M3%208.2%2012%203l9%205.2v10.2L12%2021%203%2018.4V8.2Zm2%201.2v7.5l6%201.8v-7.6L5%209.4Zm14%200-6%201.7v7.6l6-1.8V9.4Zm-12.3-1L12%2010l5.3-1.6L12%205.3%206.7%208.4Z%27/%3E%3C/svg%3E");
}

.lls-hero__facts div:nth-child(3) {
  --lls-fact-icon: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M3%205h11v9h1.3l1.4-4H21v4h1v3h-2.1a2.6%202.6%200%200%201-5.1%200H9.2a2.6%202.6%200%200%201-5.1%200H2v-3h1V5Zm2%202v7h7V7H5Zm11.8%205-0.7%202H19v-2h-2.2ZM6.6%2018.2a1.1%201.1%200%201%200%200-2.2%201.1%201.1%200%200%200%200%202.2Zm10.8%200a1.1%201.1%200%201%200%200-2.2%201.1%201.1%200%200%200%200%202.2Z%27/%3E%3C/svg%3E");
}

.lls-hero__facts dt {
  color: var(--lls-green-deep);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
}

.lls-hero__facts dd {
  margin: 4px 0 0;
  color: var(--lls-muted);
  font-size: 13px;
  line-height: 1.25;
}

.lls-hero__media {
  margin: 0;
}

.lls-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--lls-radius);
  box-shadow: var(--lls-shadow);
}

/* Layout */
.site-grid {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  grid-template: none !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: none !important;
  gap: 26px;
  margin: 0 auto;
  padding: 24px 0 0;
}

.grid-child {
  max-width: none;
}

body.wrapper-fluid .site-grid > .grid-child,
body.wrapper-fluid .site-grid .grid-child,
body.wrapper-fluid .container-footer > .grid-child {
  padding-left: 0;
  padding-right: 0;
}

.container-top-a,
.container-component,
.container-bottom-a,
.container-bottom-b {
  grid-column: 1 / -1 !important;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
  grid-area: auto !important;
}

body.wrapper-fluid .site-grid > .container-component,
body.wrapper-fluid .site-grid > .container-top-a,
body.wrapper-fluid .site-grid > .container-bottom-a,
body.wrapper-fluid .site-grid > .container-bottom-b {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
  grid-column-start: 1 !important;
  grid-column-end: -1 !important;
}

body.site .container-sidebar-right {
  display: none;
}

.com-content-article,
.jshop,
.item-page {
  width: 100%;
}

main {
  display: block;
}

/* Breadcrumbs */
.lls-breadcrumbs {
  margin: -4px 0 4px;
  color: var(--lls-muted);
  font-size: 14px;
}

.lls-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lls-breadcrumbs li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.lls-breadcrumbs li + li::before {
  content: "/";
  color: rgba(98, 112, 100, .55);
}

.lls-breadcrumbs a {
  color: var(--lls-muted);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.lls-breadcrumbs a:hover,
.lls-breadcrumbs a:focus-visible {
  color: var(--lls-green-deep);
}

.lls-breadcrumbs [aria-current="page"] {
  max-width: min(520px, 70vw);
  overflow: hidden;
  color: var(--lls-green-deep);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hero / slider */
.container-top-a .card,
.top-a.card {
  overflow: hidden;
  color: var(--lls-ink);
  background: var(--lls-paper);
  border: 1px solid var(--lls-line);
  border-radius: var(--lls-radius);
  box-shadow: var(--lls-shadow);
}

.container-top-a .card-header,
.top-a .card-header,
.card-header {
  margin: 0;
  padding: 16px 20px;
  color: var(--lls-green-deep);
  background: #fff;
  border-bottom: 1px solid var(--lls-line);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.container-top-a .card-body {
  padding: 0;
}

.slideshowck,
.camera_wrap {
  width: 100%;
  max-height: 560px;
  margin: 0 !important;
  background: #d8d0be;
}

.camera_wrap,
.camera_fakehover,
.camera_src,
.cameraSlide {
  min-height: 320px;
}

.camera_wrap img,
.cameraSlide img {
  object-fit: cover;
}

.camera_caption > div,
.camera_caption .camera_caption_title,
.camera_caption .camera_caption_desc {
  font-family: var(--cassiopeia-font-family-body);
}

.camera_caption > div {
  border-radius: var(--lls-radius);
}

.camera_wrap .camera_prev,
.camera_wrap .camera_next,
.camera_wrap .camera_commands {
  z-index: 1005 !important;
  cursor: pointer;
  pointer-events: auto;
}

.camera_wrap .camera_prev span,
.camera_wrap .camera_next span {
  pointer-events: none;
}

/* Modern home carousel */
.container-top-a .top-a.card {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 146, 44, .14), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #f1f6ee 100%);
  box-shadow: 0 22px 54px rgba(25, 37, 28, .10);
}

.container-top-a .top-a.card .card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 24px 0;
  color: var(--lls-green-deep);
  background: transparent;
  font-size: 24px;
  font-weight: 950;
}

.container-top-a .top-a.card .card-header::after {
  content: "";
  width: 54px;
  height: 4px;
  background: var(--lls-amber);
  border-radius: 999px;
}

.container-top-a .top-a.card .card-body {
  padding: 16px 24px 24px;
}

#camera_wrap_120.slideshowck,
#camera_wrap_120.camera_wrap {
  position: relative;
  overflow: hidden;
  height: clamp(390px, 42vw, 520px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  background:
    linear-gradient(120deg, rgba(238, 243, 235, .92) 0%, rgba(255, 253, 248, .80) 52%, rgba(243, 223, 184, .55) 100%);
  border-radius: var(--lls-radius);
  box-shadow: inset 0 0 0 1px rgba(33, 76, 46, .04);
}

#camera_wrap_120 .camera_fakehover,
#camera_wrap_120 .camera_target,
#camera_wrap_120 .camera_target_content,
#camera_wrap_120 .cameraCont,
#camera_wrap_120 .cameraContents,
#camera_wrap_120 .cameraSlide,
#camera_wrap_120 .camerarelative {
  max-width: 100% !important;
  height: 100% !important;
}

#camera_wrap_120 .camera_target {
  inset: 0 0 0 34%;
  width: 66% !important;
}

#camera_wrap_120 .cameraSlide img {
  left: auto !important;
  right: 4% !important;
  width: min(66vw, 760px) !important;
  height: 88% !important;
  max-height: 450px;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center right !important;
  filter: drop-shadow(0 22px 30px rgba(31, 42, 34, .14));
}

#camera_wrap_120 .camera_overlayer {
  display: block !important;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .97) 0%, rgba(255, 253, 248, .94) 30%, rgba(255, 253, 248, .42) 58%, rgba(255, 253, 248, 0) 100%);
  pointer-events: none;
}

#camera_wrap_120 .camera_caption {
  display: none !important;
}

#camera_wrap_120 .camera_caption > div {
  display: grid;
  gap: 14px;
  padding: 0 0 0 34px;
  color: var(--lls-ink);
  background: transparent !important;
  border-radius: 0;
  text-shadow: none;
}

#camera_wrap_120 .camera_caption > div::before {
  content: "Пиломатериалы с доставкой по Пушкино";
  width: fit-content;
  padding: 7px 10px;
  color: var(--lls-green-deep);
  background: var(--lls-amber-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

#camera_wrap_120 .camera_caption_title {
  color: var(--lls-green-deep);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
}

#camera_wrap_120 .camera_caption_desc {
  max-width: 380px;
  color: var(--lls-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 650;
  line-height: 1.45;
}

#camera_wrap_120 .camera_caption_desc::after {
  content: none;
  display: none;
}

#camera_wrap_120 .camera_loader {
  display: none !important;
}

#camera_wrap_120 .camera_link {
  display: none !important;
}

#camera_wrap_120 .lls-camera-overlay {
  position: absolute;
  top: 50%;
  left: 34px;
  z-index: 1250;
  display: grid;
  width: min(470px, 52%);
  gap: 14px;
  color: var(--lls-ink);
  pointer-events: none;
  transform: translateY(-50%);
}

#camera_wrap_120 .lls-camera-overlay::before {
  content: "Пиломатериалы с доставкой по Пушкино";
  width: fit-content;
  padding: 7px 10px;
  color: var(--lls-green-deep);
  background: var(--lls-amber-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

#camera_wrap_120 .lls-camera-overlay__title {
  margin: 0;
  color: var(--lls-green-deep);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
}

#camera_wrap_120 .lls-camera-overlay__desc {
  max-width: 380px;
  margin: 0;
  color: var(--lls-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 650;
  line-height: 1.45;
}

#camera_wrap_120 .lls-camera-overlay__link {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 12px 18px;
  color: #fff;
  background: var(--lls-green);
  border-radius: var(--lls-radius);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(33, 76, 46, .18);
  pointer-events: auto;
}

#camera_wrap_120 .camera_target_content,
#camera_wrap_120 .cameraContents,
#camera_wrap_120 .cameraContent {
  z-index: 1080 !important;
  pointer-events: none;
}

#camera_wrap_120 .camera_target,
#camera_wrap_120 .cameraCont,
#camera_wrap_120 .cameraSlide,
#camera_wrap_120 .camerarelative,
#camera_wrap_120 .cameraSlide img {
  pointer-events: none;
}

#camera_wrap_120 .cameraContent .camera_link {
  pointer-events: auto;
}

#camera_wrap_120 .cameraSlide,
#camera_wrap_120 .cameraContent,
#camera_wrap_120 .camera_caption {
  animation-name: fadeIn !important;
}

#camera_wrap_120 .cameraSlide,
#camera_wrap_120 .cameraSlide img,
#camera_wrap_120 .camera_target,
#camera_wrap_120 .cameraCont {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
}

#camera_wrap_120 .camera_target > div:not(.cameraCont),
#camera_wrap_120 .camera_bar,
#camera_wrap_120 .camera_bar_cont {
  display: none !important;
}

#camera_wrap_120 .camera_prev,
#camera_wrap_120 .camera_next {
  top: auto !important;
  bottom: 24px !important;
  z-index: 1300 !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center;
  margin: 0 !important;
  background: rgba(255, 253, 248, .94);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(25, 37, 28, .12);
  opacity: 1 !important;
  transition: transform .18s ease, background-color .18s ease;
}

#camera_wrap_120 .camera_prev {
  left: auto !important;
  right: 86px !important;
}

#camera_wrap_120 .camera_next {
  right: 28px !important;
}

#camera_wrap_120 .camera_prev:hover,
#camera_wrap_120 .camera_next:hover,
#camera_wrap_120 .camera_prev:focus-visible,
#camera_wrap_120 .camera_next:focus-visible {
  background: #fff;
  transform: translateY(-2px);
}

#camera_wrap_120 .camera_prev > span,
#camera_wrap_120 .camera_next > span {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  background: transparent !important;
  border-top: 3px solid var(--lls-green-deep);
  border-left: 3px solid var(--lls-green-deep);
}

#camera_wrap_120 .camera_prev > span {
  transform: rotate(-45deg) translate(2px, 2px);
}

#camera_wrap_120 .camera_next > span {
  transform: rotate(135deg) translate(2px, 2px);
}

#camera_wrap_120 .camera_commands,
#camera_wrap_120 .camera_pie {
  display: none !important;
}

#camera_wrap_120 .camera_pag {
  position: absolute;
  left: 34px;
  bottom: 28px;
  z-index: 1300;
  width: auto;
}

#camera_wrap_120 .camera_pag_ul {
  display: flex;
  gap: 9px;
  margin: 0;
  padding: 0;
}

#camera_wrap_120 .camera_pag_ul li {
  width: 32px !important;
  height: 6px !important;
  margin: 0 !important;
  background: rgba(33, 76, 46, .20);
  border-radius: 999px;
  cursor: pointer;
  transition: width .18s ease, background-color .18s ease;
}

#camera_wrap_120 .camera_pag_ul li span,
#camera_wrap_120 .camera_pag_ul li img,
#camera_wrap_120 .thumb_arrow {
  display: none !important;
}

#camera_wrap_120 .camera_pag_ul li.cameracurrent {
  width: 48px !important;
  background: var(--lls-green);
}

/* Home content */
.com-content-article__body {
  display: grid;
  gap: 28px;
}

.page-header,
.com-content-article > .page-header {
  display: none;
}

.page-header h1,
.com-content-article h1,
.item-page h1 {
  max-width: 940px;
  margin: 0 auto 18px;
  color: var(--lls-green-deep);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.06;
  text-align: center;
}

.zg1 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 18px 0 2px;
  color: var(--lls-green-deep);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.zg1::after {
  content: "";
  width: 64px;
  height: 4px;
  align-self: end;
  margin: 0 0 7px 14px;
  background: var(--lls-amber);
  border-radius: 99px;
}

.zg2 {
  margin-bottom: 8px;
  color: var(--lls-green-deep);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

/* Payment and delivery page */
body.itemid-137 .com-content-article > .page-header {
  display: block;
}

body.itemid-137 .page-header h1 {
  max-width: 900px;
  margin: 0 0 20px;
  text-align: left;
}

body.itemid-137 .com-content-article__body {
  gap: 0;
}

.lls-delivery {
  display: grid;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: var(--lls-ink);
}

.lls-delivery *,
.lls-delivery *::before,
.lls-delivery *::after {
  min-width: 0;
}

.lls-delivery__hero {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 26px;
  align-items: stretch;
  padding: 30px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

.lls-delivery__eyebrow {
  margin: 0 0 10px;
  color: var(--lls-amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.lls-delivery__hero h2,
.lls-delivery__section h2,
.lls-delivery__cta h2 {
  margin: 0;
  color: var(--lls-green-deep);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.lls-delivery__hero p,
.lls-delivery__section > p,
.lls-delivery__cta p {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--lls-muted);
  font-size: 17px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.lls-delivery__summary {
  display: grid;
  gap: 14px;
  align-content: center;
  margin: 0;
  padding: 24px;
  color: #fff;
  background: var(--lls-green-deep);
  border-radius: var(--lls-radius);
  box-shadow: 0 14px 30px rgba(23, 56, 35, .16);
}

.lls-delivery__summary div {
  display: grid;
  gap: 3px;
}

.lls-delivery__summary dt {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 750;
}

.lls-delivery__summary dd {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.lls-delivery__section {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.lls-delivery__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lls-delivery__facts li,
.lls-delivery__steps li {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 12px 28px rgba(25, 37, 28, .07);
}

.lls-delivery__facts strong,
.lls-delivery__steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lls-green-deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.lls-delivery__facts span,
.lls-delivery__steps span {
  color: var(--lls-muted);
  font-size: 15px;
  line-height: 1.5;
}

.lls-delivery__cities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lls-delivery__cities li {
  padding: 13px 15px;
  color: var(--lls-green-deep);
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 10px 24px rgba(25, 37, 28, .06);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.lls-delivery-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.lls-delivery-table th {
  padding: 0 16px 4px;
  color: var(--lls-muted);
  font-size: 13px;
  font-weight: 850;
  text-align: left;
  text-transform: uppercase;
}

.lls-delivery-table td {
  padding: 16px;
  color: var(--lls-ink);
  background: #fff;
  font-size: 16px;
  vertical-align: middle;
}

.lls-delivery-table td:first-child {
  border-radius: var(--lls-radius) 0 0 var(--lls-radius);
  color: var(--lls-green-deep);
  font-weight: 900;
}

.lls-delivery-table td:last-child {
  border-radius: 0 var(--lls-radius) var(--lls-radius) 0;
  color: #a9180f;
  font-weight: 900;
}

.lls-delivery__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: delivery-step;
  list-style: none;
}

.lls-delivery__steps li {
  position: relative;
  padding-top: 58px;
}

.lls-delivery__steps li::before {
  content: counter(delivery-step);
  counter-increment: delivery-step;
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--lls-green-deep);
  background: var(--lls-amber-soft);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 950;
}

.lls-delivery__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 26px;
  color: #fff;
  background: var(--lls-green-deep);
  border-radius: var(--lls-radius);
}

.lls-delivery__cta h2,
.lls-delivery__cta p {
  color: #fff;
}

.lls-delivery__cta p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
}

.lls-delivery__cta .lls-button {
  color: var(--lls-green-deep) !important;
  background: #fff;
}

.forma-wrap {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(280px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: var(--lls-shadow);
}

.forma-block {
  width: auto;
  min-width: 0;
  justify-content: center;
}

.forma-block:first-child {
  display: grid;
  place-items: center;
  min-height: 320px;
  background: var(--lls-sage);
  border-radius: var(--lls-radius);
}

.forma-block:first-child img {
  width: min(100%, 410px);
  max-height: 340px;
  object-fit: contain;
}

.convertforms {
  height: 100%;
}

.cf-form-wrap {
  height: 100%;
  padding: 24px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: var(--lls-radius);
}

.cf-control-group {
  margin-bottom: 14px;
}

.cf-label {
  color: var(--lls-ink);
  font-weight: 750;
}

.cf-input,
.form-control {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--lls-ink);
  background: #fff;
  border: 1px solid var(--lls-line);
  border-radius: var(--lls-radius);
}

.cf-text-right {
  text-align: left;
}

.my-home-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  justify-content: stretch;
}

.my-home-box {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 18px;
  color: var(--lls-ink);
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 10px 24px rgba(25, 37, 28, .07);
}

.my-home-title {
  color: var(--lls-muted);
  font-size: 15px;
}

.my-home-title img,
.my-home-box img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--lls-radius);
}

.my-home-box:has(img) {
  padding: 0;
  overflow: hidden;
}

.my-home-box:has(img) .zg2 {
  display: none;
}

.my-home-box:has(img) .my-home-title {
  height: 100%;
}

.my-home-wrap:nth-of-type(2) .my-home-box,
#dp_uslugi + .my-home-wrap .my-home-box {
  background: var(--lls-sage);
}

/* Catalog */
.jshop_list_category .row-fluid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.sblock2.jshop_categ.category,
.jshop .product,
.jshop .list_product .block_product {
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lls-line);
  border-radius: var(--lls-radius);
  box-shadow: 0 10px 24px rgba(25, 37, 28, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sblock2.jshop_categ.category:hover,
.jshop .product:hover,
.jshop .list_product .block_product:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 146, 44, .48);
  box-shadow: 0 16px 34px rgba(25, 37, 28, .12);
}

.jshop_categ .image,
.jshop .image_block {
  display: block;
  padding: 14px 14px 0;
  background: #fff;
}

.jshop_img,
.jshop_categ .image img,
.jshop .image_block img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--lls-sage);
  border-radius: var(--lls-radius);
}

.category_info,
.jshop .name,
.jshop .product_info {
  padding: 14px 16px 16px;
}

.category_name,
.product_link {
  color: var(--lls-green-deep);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.product_link:hover {
  color: var(--lls-amber);
}

.category_short_description {
  color: var(--lls-muted);
  font-size: 14px;
}

/* Product page */
.jshop.productview .productfull {
  display: block;
  max-width: 100%;
  min-width: 0;
}

.jshop.productview .productfull > h1 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--lls-green-deep);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.jshop.productview .jshop_code_prod {
  display: none;
  margin-left: 10px;
  color: var(--lls-muted);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.jshop.productview .old_price {
  display: none !important;
}

.jshop.productview .productfull > .row.jshop {
  display: grid;
  max-width: 100%;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 0;
  padding: 24px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

.jshop.productview .productfull > .row.jshop > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

.jshop.productview .image_middle {
  min-width: 0;
  padding: 18px;
  background: var(--lls-sage);
  border-radius: var(--lls-radius);
}

.jshop.productview #list_product_image_middle,
.jshop.productview #list_product_image_middle a {
  display: block;
}

.jshop.productview #list_product_image_middle img.image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  border-radius: var(--lls-radius);
}

.jshop.productview .text_zoom {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
  color: var(--lls-green);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.jshop.productview .image_thumb_list {
  margin-top: 12px;
}

.jshop.productview .jshop_oiproduct {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.jshop.productview .prod_price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin: 0;
  color: var(--lls-muted);
  font-size: 16px;
}

.jshop.productview #block_price {
  color: #a9180f;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 900;
  line-height: 1;
}

.jshop.productview .block_available {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  color: var(--lls-green-deep);
  background: var(--lls-sage);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
}

.jshop.productview .block_available::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: #4fad2f;
  border-radius: 50%;
}

.jshop.productview .extra_fields {
  margin: 0;
}

.jshop.productview .lls-product-attrs {
  display: grid;
  width: min(100%, 560px);
  gap: 8px;
  margin: 2px 0 4px;
}

.jshop.productview .lls-product-attrs .t-typography__characteristics,
.jshop.productview .lls-product-attrs .js-store-prod-dimensions {
  display: grid;
  grid-template-columns: minmax(128px, max-content) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  margin: 0;
  padding: 0;
  color: var(--lls-ink);
  background: transparent !important;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.35;
}

.jshop.productview .lls-product-attrs strong {
  color: var(--lls-muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.jshop.productview .prod_buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.jshop.productview .prod_qty {
  color: var(--lls-ink);
  font-size: 15px;
  font-weight: 700;
}

.jshop.productview .prod_qty_input .inputbox {
  width: 92px;
  height: 46px;
  padding: 0 12px;
  text-align: center;
}

.jshop.productview .product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jshop.productview .btn-buy,
.jshop.productview .btn-wishlist {
  display: inline-flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0 !important;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-decoration: none;
  white-space: normal;
}

.jshop.productview .btn-buy {
  color: #fff;
  background: var(--lls-green);
  box-shadow: 0 12px 26px rgba(33, 76, 46, .18);
}

.jshop.productview .btn-buy:hover,
.jshop.productview .btn-buy:focus-visible {
  color: #fff;
  background: var(--lls-green-deep);
}

.jshop.productview .btn-wishlist {
  color: var(--lls-green-deep);
  background: var(--lls-sage);
}

.jshop.productview .btn-wishlist:hover,
.jshop.productview .btn-wishlist:focus-visible {
  color: var(--lls-green-deep);
  background: #e2eadf;
}

.jshop.productview .jshop_prod_description {
  display: grid;
  gap: 14px;
  max-width: 100%;
  min-width: 0;
  margin-top: 24px;
  padding: 24px;
  color: var(--lls-ink);
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

.jshop.productview .jshop_prod_description h2,
.jshop.productview .jshop_prod_description h3 {
  margin: 0;
  color: var(--lls-green-deep);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.jshop.productview .jshop_prod_description p {
  margin: 0;
  color: var(--lls-muted);
  font-size: 16px;
}

.jshop.productview .jshop_prod_description .t-typography__characteristics,
.jshop.productview .jshop_prod_description .js-store-prod-dimensions {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 0;
  padding: 0;
  color: var(--lls-ink);
  background: transparent;
  border-radius: 0;
}

.jshop.productview .jshop_prod_description .lls-product-copy {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.jshop.productview .jshop_prod_description .lls-product-copy p {
  max-width: 880px;
  color: var(--lls-ink);
}

/* Cart and checkout */
#comjshop form[name="updateCart"] {
  display: grid;
  width: 100%;
  gap: 22px;
}

#comjshop form[name="updateCart"] table,
#comjshop .jshop table {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

#comjshop form[name="updateCart"] th,
#comjshop .jshop table th {
  padding: 14px 16px;
  color: var(--lls-green-deep);
  background: var(--lls-sage);
  border: 0 !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
}

#comjshop form[name="updateCart"] td,
#comjshop .jshop table td {
  padding: 18px 16px;
  vertical-align: top;
  background: #fff;
  border: 0 !important;
  border-top: 1px solid rgba(33, 76, 46, .08) !important;
}

#comjshop form[name="updateCart"] td img {
  display: block;
  width: 180px;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 10px;
  background: linear-gradient(180deg, #f4f8f1 0%, #edf4eb 100%);
  border-radius: var(--lls-radius);
}

#comjshop form[name="updateCart"] a {
  color: var(--lls-green-deep);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#comjshop form[name="updateCart"] .inputbox,
#comjshop form[name="updateCart"] input[type="text"],
#comjshop form[name="updateCart"] input[type="number"] {
  width: 76px;
  min-height: 44px;
  padding: 10px 12px;
  text-align: center;
}

#comjshop form[name="updateCart"] input[type="submit"],
#comjshop form[name="updateCart"] .button,
#comjshop form[name="updateCart"] button,
#comjshop .cart_buttons .btn,
#comjshop .cart_buttons a,
#comjshop .button,
#comjshop input[type="submit"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  color: #fff;
  background: var(--lls-green);
  border: 0 !important;
  border-radius: var(--lls-radius);
  box-shadow: 0 12px 24px rgba(33, 76, 46, .16);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

#comjshop form[name="updateCart"] a[href*="delete"],
#comjshop form[name="updateCart"] .btn-danger,
#comjshop form[name="updateCart"] input[value*="Удал"] {
  color: #fff !important;
  background: #a92720 !important;
  box-shadow: 0 10px 22px rgba(169, 39, 32, .15);
}

#comjshop .cart_buttons {
  margin-top: 4px;
}

#comjshop .cart_buttons #checkout,
#comjshop .cart_buttons .d-flex {
  display: flex !important;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

#comjshop .cart_buttons .d-flex > :last-child,
#comjshop .cart_buttons #checkout > :last-child {
  margin-left: auto !important;
}

#comjshop .cart_empty_text {
  padding: 34px;
  color: var(--lls-muted);
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
  font-size: 18px;
  font-weight: 750;
  text-align: center;
}

#comjshop .checkout_navigator,
#comjshop .jshop_checkout_bar,
#comjshop .checkout_steps,
#comjshop .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 0 0 28px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 12px 30px rgba(25, 37, 28, .06);
}

#comjshop .checkout_navigator > *,
#comjshop .jshop_checkout_bar > *,
#comjshop .checkout_steps > *,
#comjshop .steps > * {
  min-height: 48px;
  padding: 14px 12px;
  color: var(--lls-muted);
  background: #fff;
  border: 0 !important;
  border-right: 1px solid rgba(33, 76, 46, .08) !important;
  font-weight: 750;
  text-align: center;
}

#comjshop .checkout_navigator .active,
#comjshop .checkout_navigator .current,
#comjshop .jshop_checkout_bar .active,
#comjshop .jshop_checkout_bar .current,
#comjshop .checkout_steps .active,
#comjshop .checkout_steps .current,
#comjshop .steps .active,
#comjshop .steps .current {
  color: var(--lls-green-deep);
  background: var(--lls-sage);
  font-weight: 900;
}

#comjshop form[name="loginForm"],
#comjshop form[name="registerForm"],
#comjshop form[name="address"],
#comjshop form[name="userForm"],
#comjshop .jshop_register,
#comjshop .checkout_address {
  max-width: 560px;
  padding: 24px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

#comjshop .jshop_register .form-group,
#comjshop .checkout_address .form-group,
#comjshop .jshop_register .control-group,
#comjshop .checkout_address .control-group,
#comjshop .jshop_register p,
#comjshop .checkout_address p {
  margin-bottom: 18px;
}

#comjshop label {
  display: block;
  margin-bottom: 7px;
  color: var(--lls-ink);
  font-weight: 700;
}

#comjshop input[type="text"],
#comjshop input[type="email"],
#comjshop input[type="tel"],
#comjshop input[type="password"],
#comjshop textarea,
#comjshop select {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--lls-ink);
  background: #fff;
  border: 0;
  border-radius: var(--lls-radius);
  box-shadow: inset 0 0 0 1px rgba(33, 76, 46, .06), 0 8px 20px rgba(25, 37, 28, .05);
}

#comjshop input[type="radio"],
#comjshop input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  accent-color: var(--lls-green);
}

#comjshop .requiredtext,
#comjshop .star,
#comjshop .asterisk,
#comjshop .required {
  color: #a92720;
}

/* Contacts */
.kont-wrap {
  display: grid;
  gap: 14px;
  max-width: 100%;
}

.kont-blok {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 12px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 10px 24px rgba(25, 37, 28, .06);
}

.kontbl-img {
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  margin: 0;
  padding: 0;
}

.kont-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.kont-title {
  min-width: 0;
  padding: 0;
  color: var(--lls-green-deep);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 850;
  line-height: 1.22;
}

.kont-adr {
  min-width: 0;
  padding: 0;
  color: var(--lls-muted);
  font-size: 16px;
}

.kont-kart iframe,
.kont-kart > * {
  max-width: 100%;
  border-radius: var(--lls-radius);
}

/* Cards, login and utility modules */
.card {
  border: 0;
  border-radius: var(--lls-radius);
  box-shadow: 0 10px 24px rgba(25, 37, 28, .07);
}

.card-body {
  padding: 18px;
}

/* Footer */
.container-footer.footer {
  margin-top: 44px;
  color: #fff;
  background: var(--lls-green-deep);
  background-image: none;
}

.container-footer .grid-child {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
}

.wrapfooter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 30px 0;
}

.blokfooter {
  display: flex;
  width: auto;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.zgfooter {
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.bloctitle,
.foot,
a.foot {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

a.foot:hover,
a.foot:focus-visible {
  color: var(--lls-amber-soft);
}

.footer a {
  color: rgba(255, 255, 255, .84);
}

.back-to-top-link {
  color: var(--lls-green);
  background: #fff;
  border: 1px solid var(--lls-line);
  border-radius: var(--lls-radius);
}

.back-to-top-link:hover,
.back-to-top-link:focus {
  color: #fff;
  background: var(--lls-green);
  border-color: var(--lls-green);
}

@media (max-width: 1120px) {
  .container-header .container-nav {
    grid-template-columns: auto 1fr auto;
  }

  .mod-shop-search {
    order: 4;
    grid-column: 1 / -1;
  }

  .container-header .mod-menu {
    justify-content: flex-start;
  }

  .my-home-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lls-hero__inner {
    grid-template-columns: 1fr;
  }

  .lls-hero__media {
    order: -1;
  }

  .lls-hero__media img {
    max-height: 420px;
  }
}

@media (max-width: 760px) {
  .container-header {
    position: relative;
  }

  .container-header .grid-child,
  .container-header .container-nav,
  .site-grid,
  .container-footer .grid-child {
    width: calc(100vw - 22px);
    max-width: calc(100vw - 22px);
  }

  .container-header .container-nav {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  body.is-menu-open {
    overflow: hidden;
  }

  .container-header {
    position: sticky;
  }

  .container-header .container-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: center;
    min-height: 66px;
    padding: 9px 0;
  }

  .lls-mobile-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    color: var(--lls-green-deep);
    font-size: 19px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
  }

  .lls-mobile-brand img {
    width: 27px;
    height: 34px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .lls-mobile-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .container-header .myhederwrap {
    max-width: 100%;
    min-width: 0;
  }

  .container-header .hedicon {
    width: 30px;
    height: 38px;
  }

  .container-header .hedicon img,
  .container-header .myhedicon {
    max-width: 26px;
    height: 32px;
  }

  .container-header .hedlogo {
    max-width: calc(100vw - 98px);
    overflow: hidden;
    font-size: 20px;
    line-height: 1.05;
    text-overflow: ellipsis;
  }

  .container-header .hedlogo::after {
    display: none;
  }

  .lls-menu-toggle {
    z-index: 120;
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 11px;
    background: var(--lls-green);
    border: 0;
    border-radius: var(--lls-radius);
    box-shadow: 0 10px 22px rgba(25, 37, 28, .14);
    cursor: pointer;
  }

  .lls-menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    margin: 2px 0;
    background: #fff;
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
  }

  body.is-menu-open .lls-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.is-menu-open .lls-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.is-menu-open .lls-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .lls-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    pointer-events: none;
    background: rgba(16, 28, 20, .36);
    opacity: 0;
    transition: opacity .22s ease;
  }

  body.is-menu-open .lls-menu-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .lls-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    display: none;
    width: min(86vw, 340px);
    height: 100dvh;
    flex-direction: column;
    gap: 18px;
    padding: 76px 18px 22px;
    overflow-y: auto;
    background: var(--lls-paper);
    box-shadow: -24px 0 48px rgba(20, 31, 23, .18);
  }

  body.is-menu-open .lls-mobile-panel {
    display: flex;
  }

  .container-header .lls-mobile-panel .mod-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
  }

  .container-header .lls-mobile-panel .mod-list li {
    margin: 0 !important;
  }

  .container-header .lls-mobile-panel .mod-menu a {
    min-height: 46px;
    justify-content: flex-start;
    padding: 12px 14px;
    font-size: 16px;
    white-space: normal;
  }

  .container-header .myhederwrapup {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding: 13px 14px;
    background: var(--lls-sage);
    border-radius: var(--lls-radius);
    text-align: left;
  }

  .container-search--desktop {
    display: none;
  }

  .container-search--mobile {
    display: block;
  }

  .container-search--mobile .mod-shop-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .container-search--mobile .inputbox,
  .container-search--mobile .mod-shop-search .btn {
    width: 100%;
  }

  .container-search--mobile .wt_jshop_module_cart {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    justify-self: start;
  }

  .lls-hero__inner {
    width: calc(100vw - 22px);
    max-width: calc(100vw - 22px);
    padding: 28px 0 24px;
  }

  .lls-hero h1 {
    font-size: 30px;
    word-break: break-word;
  }

  .lls-hero__lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .lls-hero__content {
    padding-inline: 4px;
  }

  .lls-hero__facts {
    grid-template-columns: 1fr;
  }

  .lls-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container-top-a .top-a.card .card-header {
    padding: 18px 16px 0;
    font-size: 21px;
  }

  .container-top-a .top-a.card .card-body {
    padding: 14px;
  }

  #camera_wrap_120.slideshowck,
  #camera_wrap_120.camera_wrap {
    height: 500px !important;
  }

  #camera_wrap_120 .camera_target {
    inset: 190px 0 58px;
    width: 100% !important;
  }

  #camera_wrap_120 .camera_fakehover,
  #camera_wrap_120 .camera_target,
  #camera_wrap_120 .camera_target_content,
  #camera_wrap_120 .cameraCont,
  #camera_wrap_120 .cameraContents,
  #camera_wrap_120 .cameraSlide,
  #camera_wrap_120 .camerarelative {
    width: 100% !important;
    min-width: 0 !important;
  }

  #camera_wrap_120 .cameraCont {
    overflow: hidden;
  }

  #camera_wrap_120 .cameraSlide img {
    right: 50% !important;
    width: 92% !important;
    height: 100% !important;
    max-height: 250px;
    transform: translateX(50%);
    object-position: center !important;
  }

  #camera_wrap_120 .camera_overlayer {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .92) 44%, rgba(255, 253, 248, .35) 70%, rgba(255, 253, 248, .86) 100%);
  }

  #camera_wrap_120 .camera_caption {
    top: 0 !important;
    width: 100% !important;
    transform: none;
  }

  #camera_wrap_120 .camera_caption > div {
    gap: 10px;
    padding: 20px 18px 0;
  }

  #camera_wrap_120 .camera_caption > div::before {
    font-size: 12px;
  }

  #camera_wrap_120 .camera_caption_title {
    font-size: 34px;
    line-height: 1;
  }

  #camera_wrap_120 .camera_caption_desc {
    max-width: 290px;
    font-size: 15px;
    line-height: 1.35;
  }

  #camera_wrap_120 .camera_caption_desc::after {
    min-height: 40px;
    margin-top: 12px;
    padding: 10px 14px;
    font-size: 14px;
  }

  #camera_wrap_120 .lls-camera-overlay {
    top: 0;
    left: 0;
    width: 100%;
    gap: 10px;
    padding: 20px 18px 0;
    transform: none;
  }

  #camera_wrap_120 .lls-camera-overlay::before {
    font-size: 12px;
  }

  #camera_wrap_120 .lls-camera-overlay__title {
    font-size: 34px;
    line-height: 1;
  }

  #camera_wrap_120 .lls-camera-overlay__desc {
    max-width: 290px;
    font-size: 15px;
    line-height: 1.35;
  }

  #camera_wrap_120 .lls-camera-overlay__link {
    min-height: 40px;
    margin-top: 2px;
    padding: 10px 14px;
    font-size: 14px;
  }

  #camera_wrap_120 .camera_pag {
    left: 18px;
    bottom: 24px;
  }

  #camera_wrap_120 .camera_prev,
  #camera_wrap_120 .camera_next {
    bottom: 16px !important;
    width: 42px !important;
    height: 42px !important;
  }

  #camera_wrap_120 .camera_prev {
    right: 66px !important;
  }

  #camera_wrap_120 .camera_next {
    right: 16px !important;
  }

  body.itemid-137 .page-header h1 {
    font-size: 32px;
  }

  body.itemid-137 .com-content-article,
  body.itemid-137 .com-content-article__body,
  body.itemid-137 .lls-delivery,
  body.itemid-137 .lls-delivery__hero,
  body.itemid-137 .lls-delivery__section,
  body.itemid-137 .lls-delivery__cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .lls-delivery {
    gap: 22px;
  }

  .lls-delivery__hero,
  .lls-delivery__cta {
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 18px;
  }

  .lls-delivery__hero h2,
  .lls-delivery__hero p,
  .lls-delivery__section h2,
  .lls-delivery__section p,
  .lls-delivery__cta h2,
  .lls-delivery__cta p {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .lls-delivery__summary {
    padding: 18px;
  }

  .lls-delivery__facts,
  .lls-delivery__steps {
    grid-template-columns: 1fr;
  }

  .lls-delivery__cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lls-delivery__cities li {
    padding: 12px;
    font-size: 14px;
  }

  .lls-delivery-table,
  .lls-delivery-table tbody,
  .lls-delivery-table tr,
  .lls-delivery-table td {
    display: block;
    width: 100%;
  }

  .lls-delivery-table {
    border-spacing: 0;
  }

  .lls-delivery-table thead {
    display: none;
  }

  .lls-delivery-table tr {
    margin-bottom: 12px;
    padding: 14px;
    background: #fff;
    border-radius: var(--lls-radius);
    box-shadow: 0 12px 28px rgba(25, 37, 28, .07);
  }

  .lls-delivery-table td {
    display: grid;
    grid-template-columns: minmax(110px, .9fr) minmax(0, 1.1fr);
    gap: 12px;
    padding: 7px 0;
    background: transparent;
  }

  .lls-delivery-table td::before {
    content: attr(data-label);
    color: var(--lls-muted);
    font-size: 13px;
    font-weight: 800;
  }

  .lls-delivery-table td:first-child,
  .lls-delivery-table td:last-child {
    border-radius: 0;
  }

  .lls-delivery__cta .lls-button {
    width: 100%;
  }

  .phone,
  .phone a {
    font-size: 15px;
  }

  .zvonok a,
  .myheder1 {
    font-size: 12px;
  }

  .lls-breadcrumbs {
    margin: 0 0 14px;
    padding: 0;
    overflow-x: auto;
    color: var(--lls-muted);
    font-size: 12px;
    scrollbar-width: none;
  }

  .lls-breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .lls-breadcrumbs ol {
    display: flex;
    width: max-content;
    max-width: none;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
    padding: 0 2px 2px;
  }

  .lls-breadcrumbs li {
    display: inline-flex;
    flex: 0 0 auto;
    max-width: 38vw;
    align-items: center;
    white-space: nowrap;
  }

  .lls-breadcrumbs li:last-child {
    display: none;
  }

  .lls-breadcrumbs li + li::before {
    margin-right: 7px;
    color: rgba(98, 112, 100, .7);
    content: "/";
  }

  .lls-breadcrumbs a,
  .lls-breadcrumbs [aria-current="page"] {
    display: block;
    overflow: hidden;
    color: var(--lls-green-deep);
    text-overflow: ellipsis;
    text-decoration: none;
  }

  .lls-breadcrumbs [aria-current="page"] {
    max-width: 38vw;
    font-weight: 800;
  }

  .jshop.productview .productfull > h1 {
    font-size: 32px;
  }

  .jshop.productview .jshop_code_prod {
    display: block;
    margin: 8px 0 0;
  }

  .jshop.productview .productfull > .row.jshop {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  body.wrapper-fluid .site-grid .container-component,
  .jshop.productview,
  .jshop.productview .productfull,
  .jshop.productview .productfull > .row.jshop,
  .jshop.productview .jshop_prod_description {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.wrapper-fluid .site-grid,
  body.wrapper-fluid .site-grid .container-component {
    width: calc(100vw - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    margin-inline: auto !important;
  }

  body.wrapper-fluid .site-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .container-component {
    grid-column: 1 / -1 !important;
    grid-area: auto !important;
    padding-inline: 0 !important;
  }

  .jshop.productview .image_middle {
    padding: 12px;
  }

  .jshop.productview .prod_buttons,
  .jshop.productview .product-buttons {
    width: 100%;
  }

  .jshop.productview .product-buttons input,
  .jshop.productview .product-buttons .btn,
  .jshop.productview .btn-buy,
  .jshop.productview .btn-wishlist {
    flex: 1 1 100%;
    width: 100%;
  }

  .jshop.productview .jshop_prod_description {
    padding: 16px;
  }

  .jshop.productview .jshop_prod_description h2,
  .jshop.productview .jshop_prod_description h3,
  .jshop.productview .jshop_prod_description p,
  .jshop.productview .jshop_prod_description strong {
    max-width: calc(100vw - 86px) !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .jshop.productview .jshop_prod_description .t-typography__characteristics,
  .jshop.productview .jshop_prod_description .js-store-prod-dimensions {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  #comjshop form[name="updateCart"] table,
  #comjshop form[name="updateCart"] tbody,
  #comjshop form[name="updateCart"] tr,
  #comjshop form[name="updateCart"] td {
    display: block;
    width: 100%;
  }

  #comjshop form[name="updateCart"] thead {
    display: none;
  }

  #comjshop form[name="updateCart"] table {
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  #comjshop form[name="updateCart"] tr {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    padding: 16px;
    background: #fff;
    border-radius: var(--lls-radius);
    box-shadow: 0 16px 34px rgba(25, 37, 28, .08);
  }

  #comjshop form[name="updateCart"] tr:has(th) {
    display: none;
  }

  #comjshop form[name="updateCart"] td {
    padding: 0;
    border-top: 0 !important;
  }

  #comjshop form[name="updateCart"] td img {
    width: 100%;
    max-height: 220px;
  }

  #comjshop form[name="updateCart"] td:not(:first-child)::before {
    display: block;
    margin-bottom: 4px;
    color: var(--lls-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  #comjshop form[name="updateCart"] td:nth-child(2)::before {
    content: "Товар";
  }

  #comjshop form[name="updateCart"] td:nth-child(3)::before {
    content: "Цена";
  }

  #comjshop form[name="updateCart"] td:nth-child(4)::before {
    content: "Количество";
  }

  #comjshop form[name="updateCart"] td:nth-child(5)::before {
    content: "Сумма";
  }

  #comjshop form[name="updateCart"] td:nth-child(6)::before {
    content: "Удалить";
  }

  #comjshop .cart_buttons #checkout,
  #comjshop .cart_buttons .d-flex {
    display: grid !important;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  #comjshop .cart_buttons .d-flex > :last-child,
  #comjshop .cart_buttons #checkout > :last-child {
    width: 100%;
    margin-left: 0 !important;
  }

  #comjshop .cart_buttons a,
  #comjshop .cart_buttons .btn,
  #comjshop .button,
  #comjshop input[type="submit"] {
    width: 100%;
  }

  #comjshop .checkout_navigator,
  #comjshop .jshop_checkout_bar,
  #comjshop .checkout_steps,
  #comjshop .steps {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    border: 0 !important;
  }

  #comjshop .checkout_navigator > *,
  #comjshop .jshop_checkout_bar > *,
  #comjshop .checkout_steps > *,
  #comjshop .steps > * {
    min-height: 42px;
    padding: 11px 8px;
    font-size: 13px;
  }

  #comjshop form[name="loginForm"],
  #comjshop form[name="registerForm"],
  #comjshop form[name="address"],
  #comjshop form[name="userForm"],
  #comjshop .jshop_register,
  #comjshop .checkout_address {
    max-width: 100%;
    padding: 16px;
  }

  .forma-wrap {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .forma-block:first-child {
    min-height: 220px;
  }

  .my-home-wrap,
  .wrapfooter {
    grid-template-columns: 1fr;
  }

  .zg1 {
    justify-content: flex-start;
    text-align: left;
  }

  .zg1::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .hedlogo {
    font-size: 19px;
  }

  .hedlogo::after {
    display: none;
  }

  .container-search {
    display: none;
  }

  .lls-mobile-panel .container-search--mobile {
    display: block;
  }

  .mod-shop-search {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mod-shop-search .btn {
    width: 100%;
  }

  .lls-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-grid {
    gap: 18px;
    padding-top: 16px;
  }

  .card-header {
    padding: 14px;
    font-size: 18px;
  }

  .card-body,
  .my-home-box,
  .cf-form-wrap {
    padding: 14px !important;
  }

  .jshop_list_category .row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sblock2.jshop_categ.category {
    min-width: 0;
  }

  .jshop_categ .image {
    padding: 10px 10px 0;
  }

  .jshop_categ .image img {
    aspect-ratio: 1 / 1;
  }

  .category_info {
    padding: 10px 10px 12px;
    text-align: center;
  }

  .category_name {
    font-size: 15px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .category_short_description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .kont-blok {
    grid-template-columns: 54px 1fr;
  }
}

/* Borderless refinement */
.container-header,
.lls-hero,
.container-top-a .card,
.top-a.card,
.card,
.forma-wrap,
.cf-form-wrap,
.my-home-box,
.sblock2.jshop_categ.category,
.jshop .product,
.jshop .list_product .block_product,
.kont-blok,
.lls-hero__facts div,
.lls-hero__media img,
.mod-shop-search .inputbox,
.inputbox,
.cf-input,
.form-control,
.lls-button,
.btn-primary,
.cf-btn,
button[type="submit"],
.wt_jshop_module_cart,
.jshop_img,
.jshop_categ .image img,
.jshop .image_block img,
.back-to-top-link {
  border: 0 !important;
}

.container-header {
  box-shadow: 0 12px 30px rgba(25, 37, 28, .08);
}

.lls-hero__media img,
.container-top-a .card,
.top-a.card,
.forma-wrap,
.my-home-box,
.sblock2.jshop_categ.category,
.jshop .product,
.jshop .list_product .block_product,
.kont-blok {
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

.card-header,
.top-a .card-header,
.container-top-a .card-header {
  border-bottom: 0 !important;
  background: transparent;
}

.mod-shop-search .inputbox,
.inputbox,
.cf-input,
.form-control {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(33, 76, 46, .06), 0 8px 20px rgba(25, 37, 28, .05);
}

.lls-button--ghost {
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 37, 28, .07);
}

.lls-button--primary,
.btn-primary,
.cf-btn,
button[type="submit"],
.wt_jshop_module_cart {
  box-shadow: 0 12px 26px rgba(33, 76, 46, .18);
}

.lls-hero__facts div,
#dp_uslugi + .my-home-wrap .my-home-box,
.my-home-wrap:nth-of-type(2) .my-home-box {
  background: linear-gradient(180deg, #f4f8f1 0%, #edf4eb 100%);
}

/* Consultation form: keep fields visible while the rest of the site stays borderless */
.convertforms .cf-control-group,
.cf-form-wrap .cf-control-group {
  margin-bottom: 20px;
}

.convertforms .cf-label,
.cf-form-wrap .cf-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(12, 33, 24, .78);
  font-weight: 650;
}

.convertforms .cf-input,
.convertforms .form-control,
.convertforms input[type="text"],
.convertforms input[type="tel"],
.convertforms input[type="email"],
.convertforms textarea,
.cf-form-wrap .cf-input,
.cf-form-wrap .form-control,
.cf-form-wrap input[type="text"],
.cf-form-wrap input[type="tel"],
.cf-form-wrap input[type="email"],
.cf-form-wrap textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--lls-ink);
  background: #fff !important;
  border: 1px solid rgba(33, 76, 46, .22) !important;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(25, 37, 28, .04), 0 10px 22px rgba(25, 37, 28, .05);
}

.convertforms textarea,
.cf-form-wrap textarea {
  min-height: 110px;
  resize: vertical;
}

.convertforms .cf-input:focus,
.convertforms .form-control:focus,
.convertforms input[type="text"]:focus,
.convertforms input[type="tel"]:focus,
.convertforms input[type="email"]:focus,
.convertforms textarea:focus,
.cf-form-wrap .cf-input:focus,
.cf-form-wrap .form-control:focus,
.cf-form-wrap input[type="text"]:focus,
.cf-form-wrap input[type="tel"]:focus,
.cf-form-wrap input[type="email"]:focus,
.cf-form-wrap textarea:focus {
  border-color: var(--lls-green) !important;
  outline: 3px solid rgba(47, 130, 63, .16);
  box-shadow: inset 0 1px 2px rgba(25, 37, 28, .04), 0 14px 28px rgba(33, 76, 46, .10);
}

/* JoomShopping product cards polish */
.jshop_list_product {
  margin-top: 16px;
}

.form_sort_count {
  margin: 0 0 18px;
}

.block_sorting_count_to_page {
  display: grid;
  grid-template-columns: minmax(250px, auto) minmax(230px, auto);
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: rgba(255, 253, 248, .94);
  border: 0 !important;
  border-radius: var(--lls-radius);
  box-shadow: 0 14px 32px rgba(25, 37, 28, .07);
}

.box_products_sorting,
.box_products_count_to_page {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--lls-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.box_products_count_to_page {
  grid-template-columns: auto 76px;
  min-width: 230px;
  justify-content: end;
  justify-self: end;
}

.box_products_sorting .control-label,
.box_products_count_to_page .control-label {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
  color: var(--lls-muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.box_products_sorting .controls,
.box_products_count_to_page .controls,
.box_products_sorting .input-group {
  width: auto;
  min-width: 0;
  margin: 0;
}

.box_products_count_to_page .controls {
  width: 76px;
  margin-left: 0 !important;
  justify-self: end;
}

.box_products_sorting .input-group {
  display: grid;
  grid-template-columns: minmax(138px, 1fr) 44px;
  align-items: stretch;
}

.box_products_sorting select,
.box_products_count_to_page select {
  min-height: 44px;
  margin: 0;
  padding: 10px 38px 10px 14px;
  color: var(--lls-ink);
  background: #fff;
  border: 0 !important;
  border-radius: var(--lls-radius);
  box-shadow: inset 0 0 0 1px rgba(33, 76, 46, .07), 0 8px 20px rgba(25, 37, 28, .05);
  font-size: 15px;
  font-weight: 650;
}

.box_products_count_to_page select {
  width: 76px;
  padding-right: 12px;
  text-align: center;
}

.box_products_sorting .icon-arrow {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
  margin: 0;
  color: var(--lls-green-deep);
  background: #edf4eb;
  border-radius: 0 var(--lls-radius) var(--lls-radius) 0;
  box-shadow: inset 0 0 0 1px rgba(33, 76, 46, .06);
  cursor: pointer;
}

.box_products_sorting .icon-arrow-up,
.box_products_sorting .icon-arrow-down {
  display: none !important;
}

.box_products_sorting .icon-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(2px) rotate(45deg);
}

.box_products_sorting .icon-arrow:has(.icon-arrow-down)::before {
  transform: translateY(-2px) rotate(225deg);
}

.jshop#comjshop > h1,
#comjshop > h1 {
  margin: 18px 0 20px;
  color: var(--lls-green-deep);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.jshop_list_product .row-fluid,
.jshop.list_product .row-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.jshop_list_product .sblock3 {
  display: flex;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.jshop_list_product .block_product,
.jshop_list_product .product {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  background: rgba(255, 253, 248, .98);
  border: 0 !important;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 40px rgba(25, 37, 28, .08);
}

.jshop_list_product .product {
  padding: 20px;
}

.jshop_list_product .name {
  min-height: 48px;
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
}

.jshop_list_product .name a {
  display: inline;
  color: var(--lls-green-deep);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-decoration: none;
}

.jshop_list_product .name a:hover,
.jshop_list_product .name a:focus-visible {
  color: var(--lls-amber);
}

.jshop_list_product .image {
  margin: 0 0 16px;
  padding: 0;
}

.jshop_list_product .image_block {
  display: grid;
  width: 100%;
  min-height: 170px;
  place-items: center;
  padding: 14px;
  background: linear-gradient(180deg, #f4f8f1 0%, #edf4eb 100%);
  border: 0 !important;
  border-radius: var(--lls-radius);
}

.jshop_list_product .jshop_img {
  width: 100%;
  max-width: 220px;
  height: 150px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.jshop_list_product .oiproduct {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.jshop_list_product .block_available {
  width: 100%;
  margin: 0 0 8px;
  color: #3e8a3d;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left !important;
}

.jshop_list_product .jshop_price {
  width: 100%;
  margin: 0 0 14px;
  color: #9b180f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left !important;
}

.jshop_list_product .jshop_price span {
  font: inherit;
  color: inherit;
}

.jshop_list_product .description {
  min-height: 46px;
  margin: 0 0 18px;
  color: var(--lls-ink);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.45;
  text-align: left;
}

.jshop_list_product .buttons {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 10px;
  align-items: stretch;
  margin-top: auto;
}

.jshop_list_product .buttons .btn,
.jshop_list_product .button_buy,
.jshop_list_product .button_detail {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 11px 14px !important;
  border: 0 !important;
  border-radius: var(--lls-radius);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
}

.jshop_list_product .button_buy {
  color: #fff !important;
  background: #2f7a3b !important;
}

.jshop_list_product .button_detail {
  color: var(--lls-green-deep) !important;
  background: #edf4eb !important;
}

.jshop_list_product .button_buy:hover,
.jshop_list_product .button_buy:focus-visible {
  color: #fff !important;
  background: var(--lls-green-deep) !important;
}

.jshop_list_product .button_detail:hover,
.jshop_list_product .button_detail:focus-visible {
  color: #17130b !important;
  background: var(--lls-amber-soft) !important;
}

/* Category SEO content */
.category_description {
  margin: 0 0 18px;
}

.lls-cat-intro {
  max-width: 920px;
  margin: 0 0 18px;
  color: var(--lls-muted);
  font-size: 17px;
  line-height: 1.6;
}

.lls-cat-intro p {
  margin: 0;
}

.lls-category-seo {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 24px;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 18px 42px rgba(25, 37, 28, .08);
}

.lls-category-seo h2,
.lls-category-seo h3 {
  margin: 0;
  color: var(--lls-green-deep);
  line-height: 1.16;
}

.lls-category-seo h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 950;
}

.lls-category-seo h3 {
  font-size: 21px;
  font-weight: 900;
}

.lls-category-seo p,
.lls-category-seo li {
  color: var(--lls-ink);
  font-size: 16px;
  line-height: 1.65;
}

.lls-category-seo ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.lls-seo-table-wrap {
  overflow-x: auto;
}

.lls-seo-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.lls-seo-table th {
  padding: 0 12px 4px;
  color: var(--lls-muted);
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.lls-seo-table td {
  padding: 13px 12px;
  background: #f7f9f5;
  color: var(--lls-ink);
  font-size: 15px;
}

.lls-seo-table td:first-child {
  border-radius: var(--lls-radius) 0 0 var(--lls-radius);
  color: var(--lls-green-deep);
  font-weight: 850;
}

.lls-seo-table td:last-child {
  border-radius: 0 var(--lls-radius) var(--lls-radius) 0;
}

.lls-category-faq {
  display: grid;
  gap: 10px;
}

.lls-category-faq details {
  padding: 14px 16px;
  background: #f7f9f5;
  border-radius: var(--lls-radius);
}

.lls-category-faq summary {
  color: var(--lls-green-deep);
  font-weight: 850;
  cursor: pointer;
}

.lls-category-faq details p {
  margin: 10px 0 0;
  color: var(--lls-muted);
}

@media (max-width: 1020px) {
  .jshop_list_product .row-fluid,
  .jshop.list_product .row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .block_sorting_count_to_page {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
    padding: 14px;
  }

  .box_products_sorting,
  .box_products_count_to_page {
    width: 100%;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 7px;
  }

  .box_products_sorting .input-group {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .box_products_sorting select,
  .box_products_count_to_page select {
    width: 100%;
  }

  .box_products_count_to_page select {
    text-align: left;
  }

  .jshop_list_product .row-fluid,
  .jshop.list_product .row-fluid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jshop_list_product .product {
    padding: 16px;
  }

  .jshop_list_product .name {
    min-height: 0;
  }

  .jshop_list_product .buttons {
    grid-template-columns: 1fr;
  }
}

/* Catalog grid and cart icon final alignment */
.jshop_list_category .row-fluid {
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  box-sizing: border-box;
}

.sblock2.jshop_categ.category {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 620px) {
  .jshop_list_category .row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .jshop_list_category .sblock2.jshop_categ.category {
    min-width: 0;
    max-width: 100%;
  }

  .jshop_list_category .jshop_categ .image {
    padding: 10px 10px 0;
  }

  .jshop_list_category .jshop_categ .image img {
    aspect-ratio: 1 / 1;
  }

  .jshop_list_category .category_info {
    padding: 10px 9px 12px;
    text-align: center;
  }

  .jshop_list_category .category_name,
  .jshop_list_category .category_name a {
    font-size: 15px !important;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .jshop_list_category .category_short_description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
  }
}

.wt_jshop_module_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.wt_jshop_module_cart::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 22px;
  background: #fff;
  transform: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%2020.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Zm10%200a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM3%204h2.2l2.1%209.7A2.8%202.8%200%200%200%2010%2016h7.8a2.8%202.8%200%200%200%202.7-2.1L22%208H7.1l-.5-2.2A2.3%202.3%200%200%200%204.3%204H3Zm4.6%206h11.8l-.9%203.3a.8.8%200%200%201-.7.6H10a.8.8%200%200%201-.8-.6L7.6%2010Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%2020.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Zm10%200a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM3%204h2.2l2.1%209.7A2.8%202.8%200%200%200%2010%2016h7.8a2.8%202.8%200%200%200%202.7-2.1L22%208H7.1l-.5-2.2A2.3%202.3%200%200%200%204.3%204H3Zm4.6%206h11.8l-.9%203.3a.8.8%200%200%201-.7.6H10a.8.8%200%200%201-.8-.6L7.6%2010Z%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.wt_jshop_module_cart i,
.wt_jshop_module_cart svg,
.wt_jshop_module_cart img {
  display: none !important;
}

/* Gallery page */
body.itemid-141 .com-content-article__body .my-home-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

body.itemid-141 .com-content-article__body .my-home-box {
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border-radius: var(--lls-radius);
  box-shadow: 0 14px 30px rgba(25, 37, 28, .07);
}

body.itemid-141 .com-content-article__body .my-home-title {
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border-radius: var(--lls-radius);
  box-shadow: none;
}

body.itemid-141 .com-content-article__body .imagesizer,
body.itemid-141 .com-content-article__body .fslightbox {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--lls-radius);
}

body.itemid-141 .com-content-article__body .my-home-title img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  border-radius: var(--lls-radius);
}

@media (max-width: 760px) {
  body.itemid-141 .com-content-article__body .my-home-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.itemid-141 .com-content-article__body .my-home-title {
    border-radius: 8px;
  }

  body.itemid-141 .com-content-article__body .my-home-box,
  body.itemid-141 .com-content-article__body .imagesizer,
  body.itemid-141 .com-content-article__body .fslightbox,
  body.itemid-141 .com-content-article__body .my-home-title img {
    border-radius: 8px;
  }
}

/* Mobile menu layering */
@media (max-width: 920px) {
  .lls-menu-backdrop {
    z-index: 70 !important;
  }

  .lls-mobile-panel {
    z-index: 1000 !important;
    isolation: isolate;
    background: #fff !important;
    opacity: 1 !important;
  }

  .lls-mobile-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
    pointer-events: none;
  }

  .lls-menu-toggle {
    z-index: 1010 !important;
  }

  body.is-menu-open .container-header {
    z-index: 100 !important;
  }

  body.is-menu-open .lls-mobile-panel,
  body.is-menu-open .lls-mobile-panel * {
    opacity: 1;
    filter: none;
  }
}
