:root {
  --sdd-shell-ink: #1c2329;
  --sdd-shell-muted: #667078;
  --sdd-shell-orange: #b34700;
  --sdd-shell-paper: #fffdf9;
  --sdd-shell-warm: #f4eee7;
  --sdd-shell-line: #e6ded5;
  --sdd-shell-shadow: 0 18px 48px rgba(36, 31, 27, 0.11);
  --sdd-shell-container: 1360px;
}

body.sdd-shell-v14 {
  color: var(--sdd-shell-ink);
  background: #fff;
}

body.sdd-shell-v14 :focus-visible {
  outline: 3px solid rgba(230, 103, 0, 0.48) !important;
  outline-offset: 3px !important;
}

body.sdd-shell-v14 .header_infoblock {
  min-height: 34px;
  height: 34px;
  padding: 6px 0;
}

body.sdd-shell-v14 .header_infoblock .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.sdd-shell-v14 .header_infoblock .content a {
  color: inherit;
  text-decoration: none;
}

body.sdd-shell-v14 .header_with_searchbar .container-wrapper {
  max-width: var(--sdd-shell-container) !important;
}

body.sdd-shell-v14 #header_main_searchbar {
  width: min(100%, 660px) !important;
  margin-inline: clamp(28px, 5vw, 88px) !important;
}

body.sdd-shell-v14 #header_main_searchbar :is(.search-input, input[type="search"]) {
  height: 50px !important;
  padding: 0 54px 0 20px !important;
  border: 1px solid #dcd5cd !important;
  border-radius: 999px !important;
  background: #faf8f5 !important;
  font-size: 15px !important;
}

body.sdd-shell-v14 #header_main_searchbar button[type="submit"] {
  right: 7px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #fff !important;
}

@media (min-width: 992px) {
  body.sdd-shell-v14 #header_main_menu {
    min-height: 56px !important;
    border-bottom: 1px solid var(--sdd-shell-line) !important;
    background: #fff !important;
  }

  body.sdd-shell-v14 #header_main_menu :is(.container-xxl, .container-wrapper) {
    width: 100% !important;
    max-width: var(--sdd-shell-container) !important;
    min-height: 56px !important;
    margin: auto !important;
    padding: 0 !important;
  }

  body.sdd-shell-v14 #header_main_menu .header_main_menu_wrapper {
    display: none !important;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav, .sdd-v13-nav) {
    display: grid;
    grid-template-columns: 1.32fr repeat(6, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav, .sdd-v13-nav) > li {
    position: relative;
    display: flex;
    min-width: 0;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav__link, .sdd-v13-nav__link) a,
  body.sdd-shell-v14 :is(.sdd-shell-nav__all, .sdd-v13-nav__all) > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 12px;
    color: var(--sdd-shell-ink) !important;
    font-size: 14px;
    font-weight: 680;
    text-decoration: none !important;
    white-space: nowrap;
    border: 0;
    background: transparent;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav__all, .sdd-v13-nav__all) > button {
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav__link, .sdd-v13-nav__link) a:hover,
  body.sdd-shell-v14 :is(.sdd-shell-nav__all, .sdd-v13-nav__all) > button:hover,
  body.sdd-shell-v14 :is(.sdd-shell-nav__all, .sdd-v13-nav__all) > button[aria-expanded="true"] {
    color: var(--sdd-shell-orange) !important;
    background: #fbf6f0;
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon),
  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon)::before,
  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon)::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 9px;
    background: currentColor;
    content: "";
  }

  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon) { position: relative; }
  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon)::before { position: absolute; top: -6px; }
  body.sdd-shell-v14 :is(.sdd-shell-nav__menu-icon, .sdd-v13-nav__menu-icon)::after { position: absolute; top: 6px; }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega) {
    position: absolute;
    z-index: 1600;
    top: 100%;
    left: 0;
    width: 560px;
    padding: 24px;
    border: 1px solid var(--sdd-shell-line);
    border-radius: 0 0 22px 22px;
    background: #fff;
    box-shadow: var(--sdd-shell-shadow);
  }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega)[hidden] { display: none !important; }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega) > p {
    margin: 0 0 14px;
    color: var(--sdd-shell-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega) ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega) li a {
    display: block;
    padding: 10px 12px;
    color: var(--sdd-shell-ink) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 10px;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mega, .sdd-v13-mega) li a:hover { background: var(--sdd-shell-warm); }

  body.sdd-shell-v14 :is(.sdd-shell-mega__contact, .sdd-v13-mega__contact) {
    display: inline-block;
    margin-top: 16px;
    color: var(--sdd-shell-orange) !important;
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  body.sdd-shell-v14 :is(.sdd-shell-nav, .sdd-v13-nav) { display: none !important; }

  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) {
    display: flex;
    width: min(calc(100% - 32px), 680px);
    height: 48px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 1px solid #d9d2ca;
    border-radius: 999px;
    background: #faf8f5;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) input {
    flex: 1;
    min-width: 0;
    padding: 0 8px 0 18px;
    color: var(--sdd-shell-ink);
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) button {
    display: grid;
    place-items: center;
    width: 48px;
    border: 0;
    background: transparent;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) button span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid var(--sdd-shell-ink);
    border-radius: 50%;
  }

  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) button span::after {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 2px;
    background: var(--sdd-shell-ink);
    transform: rotate(45deg);
    content: "";
  }
}

@media (min-width: 992px) {
  body.sdd-shell-v14 :is(.sdd-shell-mobile-search, .sdd-v13-mobile-search) { display: none !important; }
}

body.sdd-shell-v14 .sdd-shell-footer-hours {
  margin-top: 10px;
  color: #6a625c;
  font-size: 13px;
}

body.sdd-shell-v14 :is(
  figure.product-tile .product-rate-container,
  .product_card .product-rate-container,
  .product_card .product-rating,
  .product_card .product-rate
) {
  display: none !important;
}

body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation {
  --ink: #20252b;
  --line: #e6ddd4;
}

body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation > .heading_title {
  margin: 0 0 14px !important;
}

body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation > .heading_title h1 {
  margin: 0 !important;
  color: var(--ink);
  font-size: clamp(29px, 2.8vw, 39px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation > .heading_title > span,
body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation > .category_description {
  display: none !important;
}

body.sdd-shell-v14.sdd-category-v12 .subcategories_list_wrapper {
  margin: 0 0 18px !important;
}

body.sdd-shell-v14.sdd-category-v12 .subcategories_list_wrapper > .subcategories_list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px !important;
  width: 100%;
  margin: 0 !important;
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory {
  flex: 0 0 calc((100% - 44px) / 5);
  min-width: 0 !important;
  margin: 0 !important;
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a {
  display: block !important;
  width: 100% !important;
  color: #fff;
  text-decoration: none !important;
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a > div {
  position: relative;
  display: block !important;
  min-height: 112px !important;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 15px;
  background: #d9cec3 var(--a) var(--x) var(--y) / var(--w) var(--h) no-repeat;
  box-shadow: 0 8px 22px rgba(32, 37, 43, 0.065);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a > div::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 21, 24, 0.78), rgba(18, 21, 24, 0.56) 38%, rgba(18, 21, 24, 0.12) 70%, transparent 88%);
  content: "";
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a:is(:hover, :focus-visible) > div {
  border-color: #cfbdaa !important;
  box-shadow: 0 14px 30px rgba(32, 37, 43, 0.14);
  transform: translateY(-2px);
}

body.sdd-shell-v14.sdd-category-v12 .single_subcategory :is(img, .single_subcategory_name_only) {
  display: none !important;
}

body.sdd-shell-v14.sdd-category-v12 .products_lists_pages .products_lists_pages_top_presentation .subcategories_list_wrapper .subcategories_list .single_subcategory span.child-decoration {
  position: absolute !important;
  z-index: 2;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 13px !important;
  display: -webkit-box !important;
  width: 48% !important;
  height: auto !important;
  max-height: 3.9em !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.3 !important;
  text-align: left;
  text-shadow: none !important;
  overflow-wrap: break-word;
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.sdd-shell-v14.sdd-category-v12 .products_list_top_options { margin-top: 7px; }

@media (max-width: 1240px) {
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory { flex-basis: calc((100% - 33px) / 4); }
}

@media (max-width: 900px) {
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory { flex-basis: calc((100% - 22px) / 3); }
}

@media (max-width: 640px) {
  body.sdd-shell-v14 .header_infoblock {
    min-height: 38px;
    height: 38px;
    padding: 8px 0;
  }

  body.sdd-shell-v14 .header_infoblock .content {
    gap: 6px;
    white-space: nowrap;
  }

  body.sdd-shell-v14 .sdd-shell-infobar__returns,
  body.sdd-shell-v14 .sdd-shell-infobar__returns + .sdd-shell-infobar__separator { display: none; }

  body.sdd-shell-v14 .header_infoblock .content a { font-size: 0; }
  body.sdd-shell-v14 .header_infoblock .content a::after { content: "Pomoc: 530 246 836"; font-size: 11px; }

  body.sdd-shell-v14.sdd-category-v12 .products_lists_pages_top_presentation > .heading_title h1 {
    font-size: clamp(26px, 8vw, 32px);
  }

  body.sdd-shell-v14.sdd-category-v12 .subcategories_list_wrapper {
    margin-bottom: 14px !important;
  }

  body.sdd-shell-v14.sdd-category-v12 .subcategories_list_wrapper > .scroll-wrapper.subcategories_list {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.sdd-shell-v14.sdd-category-v12 .subcategories_list_wrapper > .subcategories_list {
    gap: 8px !important;
  }

  body.sdd-shell-v14.sdd-category-v12 .scroll-wrapper.subcategories_list > .subcategories_list.scroll-content {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 8px !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.sdd-shell-v14.sdd-category-v12 .scroll-wrapper.subcategories_list > .scroll-element { display: none !important; }
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory { flex-basis: calc((100% - 8px) / 2); }
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a > div { min-height: 100px !important; border-radius: 13px; }
  body.sdd-shell-v14.sdd-category-v12 .products_lists_pages .products_lists_pages_top_presentation .subcategories_list_wrapper .subcategories_list .single_subcategory span.child-decoration {
    left: 10px !important;
    width: 52% !important;
    max-height: 3.75em !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 359px) {
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  body.sdd-shell-v14.sdd-category-v12 .single_subcategory > a > div { transition: none; }
}
