/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/images/t8903001/fonts/opensans-regular.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-regular.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/images/t8903001/fonts/opensans-semibold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-semibold.woff") format("woff");
}

@font-face {
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/images/t8903001/fonts/opensans-bold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-bold.woff") format("woff");
}

@font-face {
  font-weight: 800;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/images/t8903001/fonts/opensans-extrabold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-extrabold.woff") format("woff");
}

/* ==========================================================================
   SPECIFICATION
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html *, html ::after, html ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
	line-height: 23px;
  font-family: "Open Sans", Tahoma, sans-serif;
  word-wrap: break-word;
  color: #222;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #1367b1; 
}

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

picture {
  display: block;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 0;
  color: #424242;
  border: 1px solid #dddddd;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input,
textarea {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.7);
          box-shadow: 0 0 6px rgba(200, 200, 200, 0.7);
}
.alert-message
{
bottom:0;
	top:auto!important;
	    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.hidden
{
display: none !important;
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  clear: both;
  *zoom: 1;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 45px;
  font-weight: 700;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  word-wrap: normal;
  color: #fff;
  background-color: #0c91d2;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.button:hover,
.button:focus {
  color: #fff;
  background-color: #1367b1;
  outline: none;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 100%;
  background: url(/images/t8903001/img/shopping-cart-white.svg) no-repeat center;
  background-size: 23px 22px;
}

.product-item__button.button::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 45px;
  width: 1px;
  background-color: #056592;
}

.button span {
  display: block;
  padding: 14px 12px;
}

.button--common {
  display: inline-block;
  padding: 19px 15px;
  font-size: 16px;
  text-align: center;
}

.button--common::before,
.button--common::after {
  display: none;
}

/* ==========================================================================
   HOME PAGE
   ========================================================================== */
/* Main-header
   ========================================================================== */
.main-header {
  padding-top: 17px;
}

.main-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  gap: 30px;
}

/*.main-header__logo {
  margin-left: 31px;
}*/

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
	max-width:150px;
	position:absolute;
}

.logo__text {
  margin: 0;
	padding-left: 150px;
}

.logo__text strong {
  display: block;
  margin-bottom: 1px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #010101;
}

.logo__text span {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #010101;
	display: block;
	font-weight:bold;
     line-height: 20px;

}

.main-header__user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-grow:1;
}

 
.search {
  position: relative;
  flex-grow:1;
}

.search__field {
  padding: 15px 48px 15px 19px;
  border: 1px solid #c4e4f3;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__field:focus {
  -webkit-box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
          box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 48px;
  padding: 0;
  border: none;
  background: url("/images/t8903001/img/search-icon.svg") no-repeat center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  cursor: pointer;
}

.search__button:hover,
.search__button:focus {
  opacity: 0.8;
  outline: none;
}

.search-suggest {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 120;
  overflow: hidden;
  border: 1px solid rgba(51, 197, 224, 0.42);
  border-radius: 4px;
  background: #111820;
  box-shadow: 0 18px 38px rgba(8, 24, 39, 0.34), 0 2px 10px rgba(8, 24, 39, 0.22);
}

.search-suggest[hidden] {
  display: none;
}

.searchform,
.sh-catalog__search,
.search_block {
  position: relative;
}

.search-suggest__item,
.search-suggest__all {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 14px;
  color: #dce7f1;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.search-suggest__item:hover,
.search-suggest__item:focus,
.search-suggest__item.is-active,
.search-suggest__all:hover,
.search-suggest__all:focus,
.search-suggest__all.is-active {
  background: #17324a;
  color: #f3f8fb;
  outline: none;
}

.search-suggest__media {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #eef6fb;
}

.search-suggest__media img {
  display: block;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}

.search-suggest__media--empty {
  background: linear-gradient(135deg, #1a3448, #079de2);
}

.search-suggest__body {
  min-width: 0;
  flex: 1 1 auto;
}

.search-suggest__title,
.search-suggest__meta {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-suggest__title {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.search-suggest__meta {
  margin-top: 3px;
  color: #94b2c9;
  font-size: 12px;
  line-height: 1.3;
}

.search-suggest__price {
  flex: 0 0 auto;
  max-width: 120px;
  color: #9be4f4;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
}

.search-suggest__all {
  justify-content: center;
  min-height: auto;
  border-top: 1px solid rgba(151, 204, 229, 0.22);
  color: #b9d8f7;
  font-size: 13px;
  font-weight: 600;
}

.user {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 45px;
}

.user__item:last-child {
  margin-right: 0;
  text-align: right;
}

.user__item::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.socials__links{
    display: flex;
    gap: 10px;
    align-items: center;
    list-style-type: none;
}
.soc__item img{
  max-height: 35px;  
}
/*.user__item:first-child::before {
  width: 46px;
  height: 46px;
  background-image: url("/images/t8903001/img/user-icon.svg");
}

.user__item:last-child::before {
  width: 48px;
  height: 48px;
  background-image: url("/images/t8903001/img/support-icon.svg");
}*/

.user__item-text {
  margin: 0;
}

.user__item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  line-height: 1.7em;
  color: #1367b1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user__item:last-child a:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}

.user__item:last-child a:first-child:hover,
.user__item:last-child a:first-child:focus {
  color: #1367b1;
}

.user__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #679cbf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user__item:last-child a:first-child::after {
  display: none;
}

.user__item a:hover::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0c91d2;
  border-bottom: 4px solid #1367b1;
}

/***** main header menu *****/
.main-header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0c91d2;
}

.main-header__mobile-logo {
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #fff;
}

.main-header__mobile-logo .logo {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.main-header__menu-close {
  top: 14px;
  left: 325px;
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-header__menu-close--on-overlay {
  position: fixed;
  left: 325px;
  z-index: 6;
  background-image: url("/images/t8903001/img/cancel.svg");
}

.main-header__menu-close--on-menu {
  position: absolute;
  background-image: url("/images/t8903001/img/cancel-gray.svg");
}

.show-main-nav .main-header__menu-close--on-overlay {
  display: block;
}

.main-header__hamburger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-header__hamburger::before {
  content: "";
  width: 45px;
  height: 45px;
  padding: 10px;
  background: url("/images/t8903001/img/menu.svg") no-repeat center;
  background-size: 25px 25px;
}

.main-header__hamburger span {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-property: background-color, visibility;
  transition-property: background-color, visibility;
}

.show-main-nav .drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

html.show-main-nav {
  overflow: hidden;
}

.show-main-nav body {
  position: relative;
  overflow: hidden;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  display: block;
  padding: 19px 18px;
  font-weight: 700;
  font-size: 16px;
	line-height: 16px;
  color: #fff;
  background-color: #0c91d2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-nav__item:first-child .main-nav__link {
  padding-left: 31px;
}

.main-nav__item:hover .main-nav__link,
.main-nav__item:focus-within .main-nav__link,
.main-nav__item--current .main-nav__link {
  background-color: #1367b1;
}

/*.main-nav__link--has-dropdown::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("/images/t8903001/img/angle-down.svg") no-repeat 0 0;
  background-size: contain;
}*/

.main-nav__dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 260px;
  margin: 22px 0 0 0;
  padding: 15px 0;
  background-color: #0c91d2;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.15s, opacity 0.15s;
  transition: margin 0.15s, opacity 0.15s;
}

.main-nav__link-box-level-2 {
    position: relative;
    margin: 0;
}

.main-nav__dropdown a {
  display: block;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
	    line-height: 20px;
}

.main-nav .main-nav__link-level-2--has-dropdown {
    padding-right: 40px;
}

.main-nav__item-level-2:hover .main-nav__link-level-2,
.main-nav__item-level-2:focus-within .main-nav__link-level-2 {
    background-color: #1367b1;
}
.main-nav__dropdown-level-3 a
{
font-size:13px;
}
.main-nav__item:hover .main-nav__dropdown,
.main-nav__item:focus-within .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

    .main-nav__dropdown li.line {
    padding-top: 10px;
	padding-bottom: 10px;
  }

    .main-nav__dropdown li.line span {
    padding: 0px;
	margin: 0px;
	height: 1px;
    background-color: #13a6ea;
	display: block;
	width: 100%;
  }

.main-nav__link-box {
    position: relative;
    margin: 0;
}


.main-nav__caret {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("/images/t8903001/img/angle-down.svg") no-repeat center;
    background-size: 13px 8px;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}


.main-nav__link--has-dropdown {
    padding-right: 40px;
}

.main-nav__caret-level-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("/images/t8903001/img/angle-down.svg") no-repeat center;
    background-size: 13px 8px;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/***** style for level 3 menu *****/
.main-nav__dropdown-level-3 {
    position: absolute;
    top: -15px;
    left: 100%;
    width: 260px;
    padding: 15px 0;
    list-style: none;
    background-color: #0c91d2;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.main-nav__item-level-2:hover .main-nav__dropdown-level-3,
.main-nav__item-level-2:focus-within .main-nav__dropdown-level-3 {
    opacity: 1;
    visibility: visible;
}

.main-nav__item-level-2 {
    position: relative;
}

.main-nav__dropdown-level-3 li:hover a,
.main-nav__dropdown-level-3 li:focus-within a {
    background-color: #1367b1;
}
/***** end style for level 3 menu *****/

/***** header-actions *****/
.header-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-actions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-actions__item--favorites .header-actions__link {
  width: 125px;
  background-color: #0c91d2;
}

.header-actions__item--basket .header-actions__link {
  width: 170px;
  background-color: #8ad4e6;
}

.header-actions__item--favorites .header-actions__link:hover,
.header-actions__item--favorites .header-actions__link:focus {
  background-color: #1367b1;
}

.header-actions__item--basket .header-actions__link:hover,
.header-actions__item--basket .header-actions__link:focus {
  background-color: #f3a703;
}

.header-actions__icon-box {
  position: relative;
  margin: 0;
}

.header-actions__item--basket .header-actions__icon-box {
  margin-right: 21px;
}

.header-actions__item--favorites .header-actions__icon {
  width: 30px;
  height: 27px;
}

.header-actions__item--basket .header-actions__icon {
  width: 32px;
  height: 30px;
}

.header-actions__counter {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  font-weight: 800;
  text-align: center;
  border-radius: 50%;
}

.header-actions__item--favorites .header-actions__counter {
  top: -8px;
  right: -10px;
  color: #010101;
  background-color: rgba(238, 238, 238, 0.8);
}

.header-actions__item--basket .header-actions__counter {
  top: -7px;
  right: -10px;
  color: #fff;
  background-color: rgba(0, 137, 201, 0.84);
}

.header-actions__text {
  margin: 0;
  font-size: 16px;
  color: #010101;
}

/* Advantages
   ========================================================================== */
.page {
  overflow-x: hidden;
}

.advantages {
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 15px 0;
  border: 1px solid #dddddd;
}

.advantages ul {
  margin: 0;
 padding: 0 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages li {
  position: relative;
  /*max-width: 275px;*/
  flex-basis: 25%;
  padding: 9px 25px 12px 60px;
  font-size: 13px;
  color: #838383;
  border-right: 1px solid #dddddd;
}

.advantages li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.advantages li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


.advantages strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #1c1b1b;
}

.advantages p {
  margin: 0;
	line-height: 15px;
}

/* Index-wrapper
   ========================================================================== */
.index-wrapper {
  margin-bottom: 40px;
}

.index-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Shop menu
   ========================================================================== */
.shop-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 330px;
  border: 1px solid #dddddd;
}

.shop-menu--accordion {
  margin-bottom: 26px;
}

.shop-menu__item {
  position: relative;
}

.shop-menu__item:first-child {
  padding-top: 22px;
}

.shop-menu__item:last-child {
  padding-bottom: 22px;
}

.shop-menu__link-box {
  position: relative;
  margin: 0;
}

.shop-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 40px 8px 0;
  cursor: pointer;
}

.shop-menu__link.all { font-weight: bold; }

.shop-menu__link.sale-menu { color: #f38503 ;  font-weight: bold; }

.shop-menu__link.sale-menu:hover { color: #f3a703;  }

.shop-menu a {
  color: #060606;
}

.shop-menu a:hover,
.shop-menu a:focus,
.shop-menu--index .shop-menu__item:hover .shop-menu__link,
.shop-menu__item:focus-within .shop-menu__link,
.shop-menu__item--current .shop-menu__link {
  color: #0c91d2;
}

.shop-menu__link.sale-menu:focus { color: #eb8b01;  }

.shop-menu__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  margin-right: 20px;
  margin-left: 29px;
}

.shop-menu__icon * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop-menu__caret {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.shop-menu--index .shop-menu__caret {
  pointer-events: none;
}

.shop-menu--index .shop-menu__item:hover svg,
.shop-menu--index .shop-menu__item:focus-within svg,
.shop-menu__item--current svg {
  fill: #0c91d2;
}

.shop-menu__item--open .shop-menu__caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shop-menu--accordion .shop-menu__caret:hover {
  opacity: 1;
}

.shop-menu--index .shop-menu__level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 300px;
  margin-left: 22px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin 0.15s, opacity 0.15s;
  transition: margin 0.15s, opacity 0.15s;
}

.shop-menu--index .shop-menu__item:first-child .shop-menu__level-2 {
  top: -1px;
}

.shop-menu--index .shop-menu__item:hover .shop-menu__level-2,
.shop-menu--index .shop-menu__item:focus-within .shop-menu__level-2 {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.shop-menu--accordion .shop-menu__level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  padding-left: 78px;
}

.shop-menu--accordion .shop-menu__item--current .shop-menu__level-2 {
  display: block;
}

.shop-menu--accordion .shop-menu__level-2 a {
  display: block;
  padding: 9px 40px 9px 0;
}

.shop-menu--index .shop-menu__level-2 a {
  display: block;
  padding: 8px 25px;
}

.shop-menu--accordion .shop-menu__level-3 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 21px;
}

.shop-menu--accordion .shop-menu__level-3 a {
  display: block;
  padding: 6px 40px 6px 0;
}

/* Offer slider
   ========================================================================== */
 @media(min-width:992px){
     .offer-slider-box{
   /*height: 470px;*/
    overflow: hidden;
    margin: 20px 0;
    }
 }
.offer-slider {
  /*width: 847px;*/
  width: 100%;
  height: 100%;
}

.offer-slider:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.offer-slider:not(.slick-initialized) > * {
  /*width: 847px;*/
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.offer-slider .slick-list,
.offer-slider .slick-track {
  height: 100%;
}

.offer-slider__item.slick-slide {
  height: auto;
}

.offer-slider__item:focus {
  outline: none;
}

.offer-slider__link {
  display: block;
  height: 100%;
  cursor: pointer;
}

.offer-slider__link:focus {
  outline: none;
}

.offer-slider__img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.offer-slider__button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a2225;
  background-color: #8ad4e6;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.offer-slider__button:hover,
.offer-slider__button:focus {
  background-color: #f3a703;
}

.offer-slider__button span {
  display: block;
  padding: 18px 20px;
}

.offer-slider__button::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55px;
  background: url("/images/t8903001/img/angle-right-double.svg") no-repeat center;
  background-size: 16px 17px;
}

.offer-slider__button::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 55px;
  width: 1px;
  background-color: #dfc808;
}

.offer-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.offer-slider .slick-dots li {
  margin-right: 10px;
}

.offer-slider .slick-dots li:last-child {
  margin-right: 0;
}

.offer-slider .slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-slider .slick-active button {
  background-color: #8ad4e6;
}

/* Stock
   ========================================================================== */
.stock {
  margin-bottom: 40px;
}

.stock__head {
  margin-bottom: 23px;
}

.stock__head::before {
  background-image: url("/images/t8903001/img/percentage.svg");
}

.head-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 12px 15px 12px 59px;
  border: 1px solid #dddddd;
}

.head-section--accent {
  color: #fff;
  background-color: #0c91d2;
  border: none;
}

.head-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 60px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #cac9c9;
}

.head-section--accent::before {
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #8ad4e6;
  border-color: #26abe4;
}

.head-section h2 {
  margin: 0 30px 0 20px;
  font-weight: 700;
  font-size: 18px;
}

.head-section a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  padding: 9px 19px;
  color: #fff;
  background-color: #0c91d2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head-section a:hover,
.head-section a:focus {
  background-color: #1367b1;
}

.stock__banners {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 23px;
}

.banners-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banners-stock__item {
  margin-right: 28px;
}

.banners-stock__item:nth-child(3n) {
  margin-right: 0;
}

.banners-stock__item:nth-child(n + 4) {
  margin-top: 28px;
}

.banners-stock__link {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.banners-stock__img {
  width: 379px;
  height: 198px;
}

.banners-stock__button {
  position: absolute;
  right: 24px;
  bottom: 19px;
  margin: 0;
  padding-left: 36px;
  font-weight: 400;
  font-size: 14px;
}

.banners-stock__button::before {
  width: 36px;
  background: url(/images/t8903001/img/arrow-to-right.svg) no-repeat center;
}

.banners-stock__button::after {
  left: 36px;
}

.banners-stock__button span {
  padding: 8px 15px;
}

.stock__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
              gap: 30px;
}


.stock_inner { padding: 30px; padding-top: 0px;   }

.stock_inner .banners-stock__img { width: 355px; }

.stock_inner .pagination { margin-top: 35px; }


/* Stock slider
   ========================================================================== */
.stock-slider {
  width: 380px;
  padding-top: 20px;
  padding-bottom: 22px;
  color: #0d0d0d;
  border: 4px solid #8ad4e6;
  border-radius: 7px;
}

.stock-slider h3 {
  margin-top: 0;
  margin-bottom: 37px;
  padding-left: 30px;
  padding-right: 22px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.stock-slider__item {
  padding-left: 30px;
  padding-right: 22px;
}

.stock-slider__item:focus {
  outline: none;
}

.stock-slider__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stock-slider__product:focus {
  outline: none;
}

.stock-slider__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  padding-left: 36px;
  padding-right: 36px;
  height: 230px;
  cursor: pointer;
}

.stock-slider__img:focus {
  outline: none;
}

.stock-slider__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.stock-slider__name {
  margin-bottom: 14px;
  font-size: 18px;
  color: #0d0d0d;
}

.stock-slider__name:hover,
.stock-slider__name:focus {
  text-decoration: underline;
  outline: none;
}

.stock-slider__article {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 14px;
  color: #596b7b;
}

.stock-slider__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stock-slider__price {
  margin: 0;
  font-size: 20px;
}

.stock-slider__price b {
  font-weight: 700;
  font-size: 28px;
}

.stock-slider__price del {
  font-size: 16px;
  color: #fe0000;
}

.stock-slider__price .noprice {
font-size: 16px; 
font-weight: normal;
}

.stock-slider__arrow {
  position: absolute;
  z-index: 1;
  top: 54px;
  display: block;
  width: 43px;
  height: 59px;
  padding: 10px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 39px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.stock-slider__arrow:focus {
  outline: none;
}

.stock-slider__arrow:hover {
  opacity: 1;
}

.stock-slider__arrow_prev {
  left: 20px;
  background-image: url("/images/t8903001/img/angle-left.svg");
}

.stock-slider__arrow_next {
  right: 12px;
  background-image: url("/images/t8903001/img/angle-right.svg");
}

/* Top sales
   ========================================================================== */
.top-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-sales h3 {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 5%;
}

.top-sales__list {
  margin: 0;
  padding: 0;
  list-style: none;
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: auto;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media(max-width: 1800px){
    .top-sales__list {
 
    grid-template-columns: repeat(3, minmax(0, 1fr));
 
}
    .top-sales__item:nth-of-type(n + 7){
        display: none;
    }
}
 
/* Catalog
   ========================================================================== */
.catalog {
  margin-bottom: 40px;
}

.catalog__head {
  margin-bottom: 23px;
}

.catalog__head::before {
  background-image: url(/images/t8903001/img/archive.svg);
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
 
}
 

.catalog__link {
  display: block;
  width: 225px;
  min-height: 222px;
  padding: 15px 10px 22px;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.catalog__link:hover,
.catalog__link:focus {
  border-color: #0c91d2;
}

.catalog__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  margin-top: 0;
  margin-bottom: 17px;
  cursor: pointer;
}

.catalog__img img {
  max-height: 100%;
}

.catalog__name {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}


.catalog__list.catalog-inner { margin-bottom: 100px; }

.catalog__list.catalog-inner .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 18px;
}

.catalog__list.catalog-inner .catalog__item:nth-child(4n) {
  margin-right: 0;
}

.catalog__list.catalog-inner .catalog__item:nth-child(n + 5) {
  margin-top:  18px;
}



/* About index
   ========================================================================== */
.about-index {
  margin-bottom: 40px;
}

.about-index__head {
  margin-bottom: 23px;
}

.about-index__head::before {
  background-image: url(/images/t8903001/img/manager.svg);
}

.about-index__content {
  line-height: 1.642857em;
  color: #333333;
}

.about-index__content img {
  float: left;
  width: 280px;
  margin-right: 43px;
}

.about-index__content p {
  margin: 14px 0;
}

.about-index__content a {
  color: #0c91d2;
}

.about-index__content a:hover {
  text-decoration: underline;
}

.about-index__content img + p,
.about-index__content img + ul,
.about-index__content img + h2,
.about-index__content img + h3,
.about-index__content img + h4 {
  margin-top: 0;
}

.about-index__content *:first-child {
  margin-top: 0;
}

.about-index__content *:last-child {
  margin-bottom: 0;
}

/* New
   ========================================================================== */
.new {
  margin-bottom: 40px;
}

.new__head {
  margin-bottom: 23px;
}

.new__head::before {
  background-image: url("/images/t8903001/img/store-new-badges.svg");
}

.new__list {
  margin: 0;
  padding: 0;
  list-style: none;
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  width: 100%;
}

.new__list__item {
  margin-right: 17px;
}

.new__list__item:nth-child(4n) {
  margin-right: 0;
}

.new__list__item:nth-child(n + 5) {
  margin-top: 17px;
}

.product-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  padding: 6px 6px 0;
}

.product-item__tag {
  margin: 0 6px 0 0;
  padding: 5px 7px;
  color: #fff;
  font-size: 13px;
}

.product-item__tag:last-child {
  margin-right: 0;
}

.product-item__tag--new {
  background-color: #237a12;
}

.product-item__tag--stock {
  background-color: #f38503;
}

.product-item__tag--article {
  margin-left: auto;
  padding: 5px 15px;
  color: #222;
  background-color: #eeeeee;
}

/***** product-item *****/
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-item:hover,
.product-item:focus-within {
  border-color: #0c91d2;
}

 

.product-item__article span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #eeeeee;
}

.product-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: auto;
  padding: 0 15px 15px;
}

.product-item__img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 147px;
  margin-bottom: 17px;

  overflow: hidden;
}

.product-item--extra .product-item__img-box {
  height: 112px;
}

.product-item__img {
  max-height: 100%;
}

.product-item__modal-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 187px;
  margin-top: -15px;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease,
 border-color 0.3s ease,
 opacity 0.3s ease,
 margin-top 0.3s ease;
  transition: background-color 0.3s ease,
 border-color 0.3s ease,
 opacity 0.3s ease,
 margin-top 0.3s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.product-item__modal-link:hover,
.product-item__modal-link:focus {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  outline: none;
}

.product-item:hover .product-item__modal-link {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.product-item__text {
  margin-bottom: 17px;
}

.product-item--extra .product-item__text {
  margin-bottom: 17px;
}

.product-item__text a {
  font-weight: 700;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.product-item__text a:hover,
.product-item__text a:focus {
  text-decoration: underline;
  outline: none;
}

.product-item__text p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #666666;
}

.product-item__price {
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 16px;
}

.product-item__price ins {
  text-decoration: none;
}

.product-item__price ins strong {
  font-weight: 700;
  font-size: 18px;
}

.product-item__price del {
  font-size: 16px;
  color: #fe0000;
}

.product-item__price del strong {
  font-weight: 700;
  font-size: 18px;
}

.product-item__price b {
  font-weight: 700;
  font-size: 18px;
}

.product-item__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}

input.quantity {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68px;
  padding-right: 28px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #c4e4f3;
}
@media(max-width: 1800px){
    input.quantity{
        width: 58px;
    }
}
.quantity:focus {
  -webkit-box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
          box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
}

.nice-number {
  position: relative;
}

.nice-number button {
  position: absolute;
  right: 0;
  width: 28px;
  height: 24px;
  padding: 0;
  color: #046e9f;
  background-color: #c4e4f3;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nice-number button:focus {
  outline: none;
}

.nice-number button:hover {
  background-color: #9dd7f2;
}

.nice-number button:first-of-type {
  top: 0;
}

.nice-number button:last-of-type {
  bottom: 0;
}

.product-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/***** quick-view *****/
.modal {
  display: none;
}

.quick-view {
  position: relative;
  width: 600px;
  min-height: 500px;
  padding: 30px 15px 15px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
}

.quick-view__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  padding: 10px;
  border: none;
  background: url("/images/t8903001/img/close.svg") no-repeat center;
  background-size: 15px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quick-view__close:hover {
  opacity: 0.8;
}

/* News
   ========================================================================== */
.news {
  margin-bottom: 80px;
}

.news__head {
  margin-bottom: 23px;
}

.news__head::before {
  background-image: url("/images/t8903001/img/newspaper.svg");
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
 display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.news__list .news__item {
 
}

 

.news__img-box {
  display: block;
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
}

.news__date {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  width: 87px;
  margin: 0;
  padding: 7px 5px 12px;
  text-align: center;
  color: #000;
  background-color: #8ad4e6;
}

.news__date b {
  display: block;
  font-weight: 400;
  font-size: 32px;
}

.news__date span {
  display: block;
}

.news__date span:first-of-type {
  margin-bottom: 4px;
}

.news__date span:last-child {
  font-size: 13px;
}

.news__img {
  width: 380px;
  height: 256px;
}

.news__content {
  padding-left: 18px;
  color: #666666;
}

.news__content a {
  color: #222;
}

.news__content a:hover {
  text-decoration: underline;
}

.news__content h2,
.news__content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 17px;
}

.news__content p,
.news__content ul {
  margin: 14px 0;
}

.news__content *:first-child {
  margin-top: 0;
}

.news__content *:last-child {
  margin-bottom: 0;
}

.news_inner, .price_inner, .cabinet_inner { padding: 30px; padding-top: 0px;   }

 

.news_inner .pagination { margin-top: 50px; }

.news_page .news_img { margin-bottom: 35px; }

/* Feedback
   ========================================================================== */
.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 43px 80px 43px 50px;
  background-color:#0c91d2;
}

.feedback p {
  position: relative;
  margin: 0 30px 0 0;
  padding-left: 90px;
  font-size: 20px;
  line-height: 1.6em;89d5e4
}

.feedback p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 50px;
  background: url("/images/t8903001/img/question.svg") no-repeat 0 0;
  background-size: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.feedback strong {
  font-weight: 700;
}

.feedback a {
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feedback a:hover,
.feedback a:focus {
  text-decoration: underline;
}

.feedback > a:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 180px;
  margin-left: auto;
  padding: 16px 15px;
  font-size: 20px;
  text-align: center;
  color: #222;
  background-color: #8ad4e6;
}

.feedback > a:last-child:hover,
.feedback > a:last-child:focus {
  text-decoration: none;
  background-color: #1367b1;
}

/* Main footer
   ========================================================================== */
.main-footer {
  margin-top: 45px;
}

.main-footer__top {
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #eeeeee;
}

.main-footer__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-footer__logo-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 290px;
}

.main-footer__logo {
  margin-bottom: 43px;
}

.main-footer__copyright--mobile,
.main-footer__agreement--mobile {
  display: none;
}

.main-footer__copyright {
  margin: 0 0 34px 34px;
}

.main-footer__agreement {
  position: relative;
  margin: 0 0 0 64px;
  font-size: 13px;
  color: #6f6e6e;
}

.main-footer__agreement::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #6f6e6e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-footer__agreement:hover,
.main-footer__agreement:focus {
  text-decoration: none;
  color: #1367b1;
}

.main-footer__agreement:hover::after,
.main-footer__agreement:focus::after {
  background-color: #1367b1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 220px;
}

.main-footer__nav a {
  color: #222;
  font-size: 16px;
  line-height: 1.5em;
}

.main-footer__nav a:hover,
.main-footer__nav a:focus,
.current-menu-item a {
  color: #1367b1;
}

.main-footer__user {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 520px;
}

.user--footer .user__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.user--footer .user__item:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user--footer .user__item:last-child {
  text-align: left;
}

.user--footer .user__item:last-child .user__item-text {
  margin-top: 9px;
}

.main-footer__bottom {
  padding-top: 12px;
  padding-bottom: 14px;
}

.main-footer__bottom p {
  margin: 0;
  font-size: 11px;
  color: #999999;
  text-align: center;
}

/* ==========================================================================
   Basket
   ========================================================================== */
.breadcrumbs {
  margin-top: 27px;
  margin-bottom: 36px;
  padding-left: 31px;
  color: #999999;
}

.breadcrumbs a {
  margin: 0 10px;
  color: #0c91d2;
  cursor: pointer;
}

.breadcrumbs a:first-child {
  margin-left: 0;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin-left: 10px;
  color: #222;
}

.block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* Sidebar
   ========================================================================== */
.sidebar {
  width: 330px;
 
}

.sidebar__filter {
  margin-bottom: 26px;
  border: 1px solid #dddddd;
padding: 15px;
}

.sidebar__banner {
  display: block;
  width: 330px;
  cursor: pointer;
}

.sidebar__banner img {
  width: 100%;
}

.sidebar__filter select { padding: 10px; }

.sidebar__filter input[type=text] { padding: 10px; }

.sidebar__filter .sorting { margin-bottom: 15px; }

.sidebar__filter .priceFilter input[type=text] { width: 102px;  display: inline; }

.sidebar__filter fieldset { margin-top: 15px; border: 0px; padding: 0px;  }

.sidebar__filter .buttonmedium { width: 100%; margin-top: 15px; }

.sidebar__filter .propertyInput { margin-top: 15px; }

.sidebar__filter .propertyInput div { margin-top: 15px; }

.sidebar__filter .propertyInput input[type=checkbox] { display: inline; width: auto; margin-right: 8px;  }

.sidebar__filter legend { font-weight: bold; }

/* Content
   ========================================================================== */
.content {
  padding-top: 10px;
  /*width: 830px;*/
}

h1 {
  margin-top: 0;
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 28px;
}

.content h1 {
  margin-top: 0;
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 28px;
}

.checkout__fields-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 605px;
  margin-bottom: 16px;
}

.checkout__fields-item {
  margin-bottom: 16px;
}

.checkout__fields-item:last-child {
  margin-bottom: 0;
}

.checkout__field {
  height: 50px;
  padding: 0 19px;
  font-size: 15px;
}

.checkout__map {
  width: 605px;
  height: 295px;
  margin-bottom: 42px;
  border: 1px solid #dddddd;
}

.checkout__options {
  margin-bottom: 42px;
}

.checkout__options:last-of-type {
  margin-bottom: 36px;
}

.options-checkout h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 22px;
}

.options-checkout__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.options-checkout__item {
  width: 190px;
  margin-right: 23px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.options-checkout__price { margin-top: 5px; display: block;  }

.options-checkout__item:nth-child(4n) {
  margin-right: 0;
}

.options-checkout__item:nth-child(n + 5) {
  margin-top: 23px;
}

.options-checkout__label {
  display: block;
  width: 190px;
  padding: 34px 15px 20px;
  text-align: center;
  border: 2px solid #dddddd;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.options-checkout__field:checked + .options-checkout__label,
.options-checkout__field:focus + .options-checkout__label {
  border-color: #f3a703;
}

.options-checkout__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
  margin-bottom: 11px;
 
}

.options-checkout__icon img { max-height: 100%; }

.options-checkout__text {
  font-size: 18px;
}

.options-checkout__field:checked + .options-checkout__label .options-checkout__text,
.options-checkout__field:focus + .options-checkout__label .options-checkout__text {
  font-weight: 700;
}

.checkout__button {
  display: inline-block;
  min-width: 270px;
  padding: 22px 15px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

.checkout__button::before,
.checkout__button::after {
  display: none;
}

/* ==========================================================================
   About
   ========================================================================== */
.about-content p,
.about-content ul {
  margin: 30px 0;
  line-height: 1.714286em;
}

.about-content *:first-child {
  margin-top: 0;
}

.about-content *:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Catalog
   ========================================================================== */
.product-catalog {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 35px;
  gap: 20px;
}

.product-catalog__item {
 
}
 

/*pagination*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 18px;
  
  justify-content: center;
}

.pagination__current {
  font-weight: 700;
}

.pagination__current,
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
}

.pagination__current {
  color: #fff;
  background-color: #0c91d2;
}

.pagination__link {
  color: #222;
}

.pagination__link span {
  border-bottom: 1px solid #8f8f8f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__link:hover span,
.pagination__link:focus span {
  color: #0c91d2;
  border-color: transparent;
}

/*catalog-info*/
.catalog-info {
  margin-bottom: 60px;
}

.catalog-info h2,
.catalog-info h3 {
  margin-top: 62px;
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 24px;
}

.catalog-info h3 {
  font-size: 21px;
}

.catalog-info p,
.catalog-info ul {
  margin: 18px 0;
}

.catalog-info *:first-child {
  margin-top: 0;
}

.catalog-info *:last-child {
  margin-bottom: 0;
}

/*catalog-form*/
.catalog-form {
  position: relative;
  padding: 42px 26px;
  background-color: #f3f0f0;
}

.catalog-form h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
}

.catalog-form__field-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.catalog-form__column {
  width: 355px;
}

.catalog-form__field-item {
  margin-top: 0;
  margin-bottom: 22px;
}

.catalog-form__field-item:last-child {
  margin-bottom: 0;
}

.catalog-form__field {
  height: 56px;
  padding: 0 21px;
}

.catalog-form__field--textarea {
  width: 401px;
  height: 100%;
  padding-top: 18px;
  resize: none;
}

.catalog-form__agreement {
  position: absolute;
  left: 250px;
  right: 26px;
  bottom: 55px;
  margin: 0;
  font-size: 13px;
  color: #b8b6b6;
}

.catalog-form__button {
  min-width: 180px;
}

/* ==========================================================================
   Product
   ========================================================================== */
.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

/***** product card left *****/
.product-card__left {
  width: 40%;
}

.product-card__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.gallery-side {
  width: 87px;
}

.gallery-side:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.gallery-side:not(.slick-initialized) > * {
  width: 87px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.gallery-side__item {
  cursor: pointer;
  padding: 4px 0;
}

.gallery-side__item:focus {
  outline: none;
}

.gallery-side__item img {
  width: 87px;
  /*height: 87px;*/
  padding: 5px;
  border: 3px solid transparent;
 
}


.gallery-side__arrow {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 13px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0.5;
}

.gallery-side__arrow:hover {
  opacity: 0.8;
}

.gallery-side__arrow:focus {
  outline: none;
}

.gallery-side__arrow_prev {
  top: -37px;
  background-image: url("/images/t8903001/img/angle-up-black.svg");
}

.gallery-side__arrow_next {
  bottom: -37px;
  background-image: url("/images/t8903001/img/angle-down-black.svg");
}

.gallery {
   flex-grow:1;
}

.gallery:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.gallery:not(.slick-initialized) > * {
  width: 435px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.gallery img{
    max-height: 500px;
}
.gallery__item:focus {
  outline: none;
}

.gallery .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gallery .slick-dots li {
  margin-right: 8px;
}

.gallery .slick-dots li:last-child {
  margin-right: 0;
}

.gallery .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid #8f8f8f;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery .slick-active button {
  background-color: #8f8f8f;
}

.product-card__warranty {
  position: relative;
  padding: 14px 10px 18px 107px;
  border: 1px solid #cf0202;
}

.product-card__warranty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  width: 65px;
  height: 63px;
  background: url("/images/t8903001/img/percentage-red.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.product-card__warranty strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #cf0202;
}

.product-card__warranty p {
  margin: 0;
  font-size: 13px;
}

/***** product card right *****/
.product-card__right {
  width: 60%;
}

.product-card__details {
  margin-bottom: 30px;
}

.product-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.product-card__name img { max-height: 50px; }

.product-card__name--mobile {
  display: none;
}

.product-card__name h1,
.product-card__name .product-card__name-title {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}

.product-card__name img,
.product-card__name a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}

.product-card__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

 

}

.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
 
}

.product-card__price ins {
  margin-right: 21px;
  font-size: 28px;
  text-decoration: none;
}

.product-card__price strong {
  font-weight: 700;
}

.product-card__price sup {
  font-size: 15px;
  vertical-align: middle;
}

.product-card__price del {
  font-size: 20px;
  color: #fe0000;
}







.product-card__price_complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
margin-top: 20px; 
}

.desc_price_complect { margin-left: 15px;  font-size: 13px; }

.product-card__price_complect ins {
  margin-right: 0px;
  font-size: 28px;
  text-decoration: none;
border:2px #89d5e4 solid;
  border-radius: 5px;
padding: 7px; 
padding-left: 11px; 
padding-right: 11px;
margin-left: -13px;
}

.product-card__price_complect strong {
  font-weight: 700;
}

.product-card__price_complect sup {
  font-size: 15px;
  vertical-align: middle;
}

.product-card__price_complect del {
  font-size: 20px;
  color: #fe0000;
}





.product-card__informer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__informer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #37d007;
}

.product-card__informer p::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-right: 14px;
  background: url("/images/t8903001/img/checked-symbol.svg") no-repeat 0 0;
  background-size: contain;
}

.product-card__form {
  margin-bottom: 31px;
}

.product-card__groups {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 36px;
}

.group {
  margin-bottom: 28px;
}

.group:last-child {
  margin-bottom: 0;
}

.group__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
}

.group__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group__item {
  margin-right: 12px;
}

.group__item--color:nth-child(10n) {
  margin-right: 0;
}

.group__item--color:nth-child(n + 11) {
  margin-top: 12px;
}

.group__label {
  display: block;
  min-width: 100px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000222;
  background-color: #eeeeee;
  border: 1px solid #dbdada;
  border-radius: 5px;
  cursor: pointer;
}

.group__item--color .group__label {
  min-width: auto;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.group__field:checked + .group__label,
.group__field:focus + .group__label {
  font-weight: 700;
  background-color: #89d5e4;
  border-color: #ffc000;
}

.group__item--color .group__field:checked + .group__label,
.group__item--color .group__field:focus + .group__label {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 6px #89d5e4;
          box-shadow: 0 0 0 6px #89d5e4;
}

.group__item--color .group__label img {
  width: 50px;
  height: 50px;
}

.product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
}

.product-card__buttons .nice-number {
  margin-right: 13px;
}

input.product-card__quantity {
  width: 120px;
  height: 63px;
  padding-right: 33px;
  font-size: 28px;
}

.product-card__buttons .nice-number button {
  width: 33px;
  height: 31px;
  font-weight: 700;
  font-size: 25px;
}

.product-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 13px;
  min-width: 156px;
  font-size: 20px;
}

.product-card__button:last-child {
  margin-right: 0;
}

.product-card__button--buy {
  min-width: 197px;
  font-weight: 400;
  color: #222222;
  background-color: #89d5e4;
}

.product-card__button--buy:hover,
.product-card__button--buy:focus {
  color: #222222;
  background-color: #f3a703;
}

.product-card__wish-list-link {
  width: 63px;
  background: #eeeeee url("/images/t8903001/img/wish-list-link.svg") no-repeat center;
  background-size: 33px 29px;
  cursor: pointer;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.product-card__wish-list-link:hover {
  background-color: #e2e2e2;
}

.product-card__wish-list-link.product-card__wish-list-link--added {
  background-color: #f3a703;
}

.product-card__delivery-info {
  line-height: 1.714286em;
}

.product-card__delivery-info ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/***** product-tabs *****/
.product-tabs {
  margin-bottom: 40px;
}

.product-tabs__head {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-tabs__head a {
  display: block;
  padding: 15px 45px;
  text-align: center;
  font-size: 20px;
  color: #222;
  background-color: #c4e4f3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-tabs .ui-tabs-active a {
  color: #fff;
  background-color: #0c91d2;
}

.product-tabs__head a:focus {
  outline: none;
}

.product-tabs__content {
  padding: 29px 15px 34px 38px;
  border: 2px solid #c4e4f3;
}

.product-tabs__content p {
  margin: 0;
  line-height: 1.428571em;
}
.product-tabs__content table td{
	padding: 5px 10px;
}
.product-tabs__content .shop_property { margin-bottom: 10px; font-weight: bold; }

.product-tabs__content .shop_property span {  font-weight: normal; }

@media(max-width: 767px){
	.product-tabs__content {
		padding: 5px;
	}
	.product-tabs__content table td{
		padding: 0;
	}
}
/***** additional-goods *****/
.additional-goods {
  margin-bottom: 40px;
}

.additional-goods__head {
  margin-bottom: 23px;
}

.additional-goods--accessories .additional-goods__head::before {
  background-image: url("/images/t8903001/img/star.svg");
}

.additional-goods--watched .additional-goods__head::before {
  background-image: url("/images/t8903001/img/star.svg");
}

.additional-goods__slider {
  width: 1072px;
  margin: 0 auto;
}

.additional-goods .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.additional-goods .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}


.additional-goods .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}

.additional-goods__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.additional-goods__item:focus {
  outline: none;
}

.additional-goods__card {
  margin: 0 auto;
}

.additional-goods__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 43px;
  height: 59px;
  padding: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 39px;
  border: none;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.additional-goods__arrow:hover {
  opacity: 0.8;
}

.additional-goods__arrow:focus {
  outline: none;
}

.additional-goods__arrow_prev {
  left: -50px;
  background-image: url("/images/t8903001/img/angle-left.svg");
}

.additional-goods__arrow_next {
  right: -50px;
  background-image: url("/images/t8903001/img/angle-right.svg");
}

/***** catalog *****/
.catalog--recommendations .catalog__head::before {
  background-image: url(/images/t8903001/img/star.svg);
}

/* ==========================================================================
   Contacts
   ========================================================================== */
.contacts-title {
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 31px;
  font-weight: 400;
  font-size: 28px;
}

.contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 121px;
  border-bottom: 1px solid #dfdfdf;
}

.contacts__box:first-child {
  padding-bottom: 38px;
}

.contacts__box:last-child {
  padding-top: 38px;
  border-bottom: none;
}

.contacts__box::before {
  position: absolute;
  top: 0;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 61px;
  font-weight: 700;
  font-size: 29px;
  color: #010101;
  background-color: #89d5e4;
  border-radius: 50%;
}

.contacts__box:first-child::before {
  content: "1";
}

.contacts__box:last-child::before {
  content: "2";
  top: 38px;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  width: 380px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  left: 0;
  width: 34px;
  margin-right: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__item--phone::before {
  height: 31px;
  background-image: url("/images/t8903001/img/phone-call.svg");
}

.contacts__item--address::before {
  height: 33px;
  background-image: url("/images/t8903001/img/location.svg");
}

.contacts__item--email::before {
  height: 24px;
  background-image: url("/images/t8903001/img/envelope.svg");
}

.contacts__item--schedule::before {
  height: 34px;
  background-image: url("/images/t8903001/img/clock.svg");
}

.contacts__item a {
  color: #222;
  cursor: pointer;
}

.contacts__item--phone a {
  font-weight: 700;
  font-size: 22px;
}

.contacts__item--email a {
  position: relative;
  color: #0c91d2;
}

.contacts__item--email a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #86bade;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts__item--email a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.contacts__item p {
  margin: 0;
}

.contacts__map {
  width: 670px;
  height: 306px;
  border: 3px solid #dfdfdf;
}









.sub_shop-menu__item--current > a {  color: #0c91d2; }

.product-item__img-box {
  min-height: 230px;
}

 


.product-card__informer.norest {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__informer.norest p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #cf0202;
}

.product-card__informer.norest p::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  background: url("/images/t8903001/img/checked-symbol-norest.svg") no-repeat 0 0;
  background-size: contain;
}


.product-card__informer p::before {
  width: 21px;
  height: 21px;
}

.shop_cart { border-right: 0px #dddddd solid; border-bottom: 0px #dddddd solid; width: 100%;     border-spacing: 0;      }

.shop_cart tr td { border-left: 0px #dddddd solid; border-top: 1px #dddddd solid; padding: 15px; }

.shop_cart tr th { border-left: 0px #dddddd solid; border-top: 1px #dddddd solid; padding: 15px; background: #eee;  text-align: left; }

.shop_cart .cart_img { text-align: center; vertical-align: middle; }

.shop_cart .cart_img img { text-align: center;  margin: auto; max-width: 80px; }

.remove img { max-width: 13px; }

.cart_delete_all { margin-bottom: 15px; text-align: right; margin-top: -30px; }

.cart_delete_all a { text-decoration: underline; }


 
.quant_bar { white-space: nowrap;  width: 138px;  }

.quant_bar a { width: 30px; height: 30px; font-size: 18px; font-weight: bold; color: #046e9f; display: block; background: #c4e4f3; line-height: 30px; text-align: center; float: left; }

.quant_bar input { width: 45px; float: left; height: 30px; text-align: center; }

.shop_coupon { font-weight: bold; margin-top: 25px; margin-bottom: 25px;  }

.shop_coupon input { margin-top: 7px; }


 .slick-slide:focus {
    outline: 0;
}

 .slick-slide:focus img {
 border-color: #0c91d2;
}

.slick-current img {
  border-color: #0c91d2;
	margin: auto;
}

.gallery.snyato:after
{
position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3) url(/images/snyatoe.png) no-repeat center center;
    content: '';
    top: 0;
    z-index: 1000;
    background-size: contain;
    right: 0;
}



#ajaxLoader{width: 74px;height: 74px;padding: 11px;box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7);-moz-box-shadow: 0 2px 6px rgba(150, 150, 150, 0.7);-webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7);border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px;background-color: #FFF; }

#message,  #error
{
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
    border-collapse: collapse;
    background-color: #FFFFFF !important;
    border-radius: 5px; 
text-align: center;
font-weight: normal;
margin-bottom: 15px;
}

#message i,  #error i { margin-right: 5px; }

#message
{
    border: 1px solid #3A7E34;
    color: #3A7E34;
}

#error
{
    border: 1px solid #c4272b;
    color: #c4272b;
}




.formblock { padding: 30px;  font-size: 16px;   max-width: 410px;  }

.formblock label { font-size: 14px; }

.formblock input[type=text], .formblock input[type=password], .formblock input[type=tel], .formblock input[type=email] { width: 100%; padding: 8px; }

.formblock input[type=checkbox] { width: auto; display: inline;  }

.formblock button {  text-align: center;  }

.formblock .form_label {  margin-top: 10px; margin-bottom: 5px;  }

 

.formblock .form_label  #star { margin-left: 5px; color: #c4272b; }


.formblock .form_table { width:  100%; max-width: 410px;  }

.formblock .form_remember { padding-top: 15px; padding-bottom: 15px; }

.formblock h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.messagecart  h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 26px;
}

.messagecart p {
margin-block-start: 2em;
margin-block-end: 2em;
}

.messagecart p a { text-decoration: underline; }

.messagecart p.buttons  a { text-decoration: none; }

.messagecart p.buttons { margin-block-start: 3em;   }

.messagecart, .messagecart h1, .messagecart p { text-align: center; }

.personaltext { font-size: 12px; padding-bottom: 20px;  padding-top: 15px; line-height: 110%;}
 
.personaltext a { color: #1367b1; }

.buttonmedium {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #0c91d2;
border: 0px;
cursor: pointer;
width: auto;
display: inline-block;
}

.buttonmedium:hover { background: #1367b1; }
 
.buttonmedium.yellow { background-color: #89d5e4; color: #000; }

.buttonmedium.yellow:hover { background-color: #f3a703; }


.searchform .buttonmedium { width: 130px; }

.searchform .searchform_input { float: left;     padding: 15px 25px; width: calc(100% - 131px);  }

ins.noprice { font-size: 16px; }




.formpage {   font-size: 16px;   }

.formpage  label { font-size: 14px; }

.formpage input[type=text], .formpage input[type=password], .formpage input[type=email] { width: 100%; padding: 12px; font-size: 14px; }

.formpage select { width: 100%; padding: 9px; padding-top: 10px; font-size: 14px; }

.formpage input[type=checkbox] { width: auto; display: inline;  }

.formpage .form_label { height: auto; padding: 0px;  text-align: left;   margin-top: 10px; margin-bottom: 10px; }

.formpage .form_label label { padding: 0px; margin: 0px; text-align: left;   }

.formpage .form_label  #star { margin-left: 5px; color: #c4272b; }

.formpage h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 26px;
}


.formpage .red {
    margin-left: 5px;
    color: #c4272b;
}

.formpage .field { margin-bottom: 20px; }

.formpage .captcha a { cursor: pointer; text-decoration: underline; font-size: 11px; }

.formpage.restorepassword .buttonmedium { width: 160px; }

.formpage.restorepassword input[type=text] { float: left;     padding: 15px 25px; width: calc(100% - 161px);  }

.formpage .captcha .captcha_input {  width: calc(100% - 141px); }

.formpage .captcha .captha_block { float: left; width: 140px;  }


.table_price { width: 100%; border-left: 1px #eee solid; border-bottom: 1px #eee solid;  margin-bottom: 40px;  }

.table_price tr td, .table_price tr th { text-align: left; padding: 10px; border-right: 1px #eee solid; border-top: 1px #eee solid; }

.table_price tr th { background: #eee; }

.table_price tr:hover { background: #eee; }

.table_price tr.total td { font-size: 16px; font-weight: bold; }

.users { padding: 0px; margin: 0px; list-style: none;   }
.users li { padding: 0px; margin: 0px;  height: 50px; padding-left: 70px; line-height: 50px; margin-bottom: 15px; }
.users li a { font-size: 16px; text-decoration: underline; }
.users li a:hover {   text-decoration: none; }

.order_item { padding-bottom: 40px; border-bottom: 2px #ddd dashed; margin-bottom: 40px; }


.catalog_producers { display: block; margin-bottom: 40px; margin-top: -5px;  }

.catalog_producers span { margin-right: 25px; }

 

.catalog_producers a.producer_button {  display: inline-block;  white-space:nowrap;  border: 1px #0c91d2 solid; padding: 4px; padding-left: 8px; padding-right: 8px; color: #0c91d2;  margin-bottom: 5px; }

.catalog_producers a.producer_button:hover { border: 1px #e6d001 solid; background: #89d5e4; color: #000;  }

.catalog_producers a.producer_button.producer-active { background: #1367b1;  color: #fff; }

.catalog_producers a.producer_button.producer-active:hover { background: #89d5e4; color: #000;  }

.catalog_producers a.sales_button {  display: inline-block; white-space:nowrap; border: 1px #f38503 solid; background: #fff; color: #f38503 ;   padding: 4px; padding-left: 8px; padding-right: 8px;    }

.catalog_producers a.sales_button:hover { border: 1px #e6d001 solid; background: #89d5e4; color: #000; }

.catalog_producers a.sales_button.sales-active  {  border: 1px #f38503 solid; background: #f38503 url(/images/t8903001/img/cancel-white.png) no-repeat 7px; 0px; color: #fff;   padding-left: 26px; }
.catalog_producers a.sales_button.sales-active:hover { border: 1px #e6d001 solid;   color: #000; background: #89d5e4 url(/images/t8903001/img/cancel-white.png) no-repeat 7px; 0px; color: #000;   padding-left: 26px;   }


.tabs{
margin-top: 45px; 
margin-bottom: 15px;
}
.tabs > div{
	padding:30px;
background: #f7f7f7;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:#0c91d2;
}
.tabs ul li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:#0c91d2;
	color:#fff;
}
.tabs ul li:hover{
	background:#d6d6d7;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}




.tabs_registration .directory-row .form-group {  width: 50%; float: left;  padding: 0px; margin: 0px; height: 45px; }


.tabs_registration .account-fieldset  { padding: 0px; border: 0px; }

.formpage.smarthoff-registration {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 56px;
  padding: 0 0 30px;
  color: #243447;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.smarthoff-registration h1 {
  margin-bottom: 20px;
  color: #172838;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.smarthoff-registration__form {
  margin: 0;
}

.smarthoff-registration__section {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #dbe7ef;
}

.smarthoff-registration__section:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.smarthoff-registration__section-title {
  margin-bottom: 12px;
  color: #1367b1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.smarthoff-registration__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 16px;
}

.smarthoff-registration__field {
  min-width: 0;
}

.smarthoff-registration__field--wide {
  grid-column: 1 / -1;
}

.smarthoff-registration__field label,
.smarthoff-registration__captcha > label {
  display: block;
  margin: 0 0 6px;
  color: #243447;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.smarthoff-registration__hint {
  display: block;
  margin-top: 5px;
  color: #5d6f7d;
  font-size: 12px;
  line-height: 1.4;
}

.smarthoff-registration input[type=text],
.smarthoff-registration input[type=password],
.smarthoff-registration input[type=email],
.smarthoff-registration input[type=tel],
.smarthoff-registration select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: #172838;
  font-size: 14px;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #cfdce6;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(16, 34, 48, .03);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.smarthoff-registration input:focus,
.smarthoff-registration select:focus {
  outline: 2px solid rgba(12, 145, 210, .22);
  outline-offset: 1px;
  border-color: #0c91d2;
  box-shadow: 0 0 0 3px rgba(12, 145, 210, .10);
}

.smarthoff-registration .directory-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(128px, 150px);
  gap: 10px;
}

.smarthoff-registration .directory-row .form-group {
  width: auto;
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
}

.smarthoff-registration .directory-row .field {
  margin: 0;
}

.smarthoff-registration__captcha {
  margin-top: 18px;
}

.smarthoff-registration__captcha .smart-captcha {
  min-height: 76px;
}

.smarthoff-registration__legacy-captcha {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.smarthoff-registration__legacy-captcha .captha_block {
  width: auto;
  float: none;
}

.smarthoff-registration__legacy-captcha .captcha_input {
  width: 100%;
}

.smarthoff-registration__legacy-captcha a {
  display: block;
  margin-top: 5px;
  color: #1367b1;
}

.smarthoff-registration__agreement {
  margin-top: 14px;
  color: #526574;
  font-size: 13px;
  line-height: 1.45;
}

.smarthoff-registration__agreement a {
  color: #1367b1;
  text-decoration: underline;
}

.smarthoff-registration .buttonmedium {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}

.smarthoff-registration .buttonmedium:focus-visible {
  outline: 2px solid #0c91d2;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .formpage.smarthoff-registration {
    max-width: none;
    margin: 0 0 34px;
    padding: 0 0 22px;
    border-radius: 0;
    box-shadow: none;
  }

  .smarthoff-registration h1 {
    font-size: 22px;
  }

  .smarthoff-registration__grid,
  .smarthoff-registration .directory-row,
  .smarthoff-registration__legacy-captcha {
    grid-template-columns: 1fr;
  }
}

.siteMap li ul { margin-top: 10px; }
.siteMap li { margin-bottom: 10px; }





.complex {
  padding-bottom: 60px;
}

.complex__item {
  border-bottom: 1px solid #e6e0d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}


.complex__item:last-child {
  border-bottom: 0px solid #e6e0d7;
}

.complex__item h4 {
  max-width: 70%;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  -webkit-flex-basis: 620px;
  -ms-flex-preferred-size: 620px;
   flex-basis: 620px;
  padding-right: 50px;
  color: #212121;
  font-size: 18px;
  line-height: 21px;
  margin-right: auto;
font-weight: normal;
}

.complex__item__remove {
	min-width: 40px;
        width: 40px;
	height: 47px;
	margin: 0;
	display: inline-block;
	background: url("/images/t8903001/img/cart_delete.png") no-repeat center center;
        margin-left: 10px;
background-size: 13px 13px;

}

.complex_price { display: inline-block;   text-align: right; min-width: 200px; }

.complex_price .price, .complex_price .price_one  {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
line-height: 26px;
}

 

.complex_price  del { color: #fe0000; white-space: nowrap; margin-left: 10px; }

.complex_price .price strong, .complex_price .price_one strong { font-weight: bold; margin: 0px; }

.complex_price .price ins, .complex_price .price_one ins { white-space: nowrap; text-decoration: none;  margin: 0px; }


.complex__item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .complex__item .count { margin-right: 15px;    }

.complex__item .links .product-card__button { 
min-width: 50px;
font-size: 16px;
height: 44px;
background: #0c91d2 url(/images/t8903001/img/shopping-cart-white.svg) no-repeat center;
background-size: 19px 18px;
margin-top: 0px;
}

.complex__item .links .button--common { 
 padding: 13px 10px;
 }

.complex__item .links  .product-card__wish-list-link { width: 46px; height: 44px; background-size: 20px 18px; margin-top: 0px;  }

.complex__item input.product-card__quantity { 
width: 80px;
height: 45px;
padding-right: 20px;
font-size: 20px;
}

.complex__item .product-item__img { margin-right: 15px; max-width: 70px; }

a.complect_edit_link { text-decoration: underline; margin-bottom: 30px; display: block; }
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	transform: scaleY(-1);
}
table
{
font-size:14px;
max-width:100%;
}
.table-responsive > table
{
	transform: scaleY(-1);
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table .summary{
	text-align: center;
}
.fileName-td{
    max-width: 500px;
}
.cssid3tr td{
    padding: 5px 7px;
}
.cssid3tr td:last-of-type{
    white-space: nowrap;
}
#popup_cookie 
{
    position: fixed;
    z-index: 100000;
    left: clamp(16px, 3vw, 44px);
    right: auto;
    bottom: 28px;
    display: none;
    width: min(1120px, calc(100vw - 32px));
    padding: 0;
    color: #f2f6f9;
    background: #1b2028;
    border: 1px solid rgba(51, 197, 224, .18);
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0 12px 30px rgba(6, 12, 20, .36);
    box-shadow: 0 12px 30px rgba(6, 12, 20, .36);
 }
#popup_cookie > div
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 22px 24px;
}

#popup_cookie .btn{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 44px;
    padding: 0;
    border: none;
    color: #c9d7ff;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#popup_cookie .btn:hover,
#popup_cookie .btn:focus,
#popup_cookie .popup-cookie__more:hover,
#popup_cookie .popup-cookie__more:focus {
    color: #33c5e0;
    outline: none;
}
#popup_cookie .close {
    display: none;
}
#popup_cookie p 
{
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #eef3f7;
    font-size: 20px;
    line-height: 1.45;
}
#popup_cookie .popup-cookie__more {
    flex: 0 0 auto;
    color: #c9d7ff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

@media screen and (max-width: 760px) {
  #popup_cookie {
    left: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  #popup_cookie > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  #popup_cookie p {
    font-size: 16px;
    line-height: 1.45;
  }

  #popup_cookie .popup-cookie__more,
  #popup_cookie .btn {
    font-size: 15px;
  }
}

/* ==========================================================================
   Large
   ========================================================================== */
@media screen and (max-width: 1290px) {
  /* Home page
       ========================================================================== */
  .main-header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header__logo {
    margin-left: 0;
   
  }
  .main-header__menu {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -310px;
    width: 310px;
    max-height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .show-main-nav .main-header__menu {
    left: 0;
    -webkit-box-shadow: 2px 0 6px rgba(51, 51, 51, 0.26);
            box-shadow: 2px 0 6px rgba(51, 51, 51, 0.26);
    visibility: visible;
  }
  .main-header__mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    display: block;
    padding: 30px 0;
  }
  .main-header__menu a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*padding-top: 12px;
    padding-bottom: 12px;*/
	padding: 12px 40px 12px 20px; 
  }
  .main-nav__item:first-child .main-nav__link {
    padding-left: 20px;
  }
  .main-nav__item:not(.main-nav__item--current):hover .main-nav__link,
  .main-nav__item:not(.main-nav__item--current):focus-within .main-nav__link {
    background-color: inherit;
  }
  
    



  
  /*
  .main-nav__link--has-dropdown::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .main-nav__item--open .main-nav__link--has-dropdown::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }*/
  
  .main-nav__caret {
        pointer-events: auto;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }

 
    .main-nav__item--open .main-nav__caret {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
	
  .main-nav__dropdown {
    position: static;
    display: none;
    width: 100%;
    margin-top: 0;
    padding: 0 0 15px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .main-nav__dropdown a {
    padding-right: 53px;
    padding-left: 40px;
    background-color: #079de2;
  }
    .main-nav__dropdown li.line {
    padding-top: 10px;
	padding-bottom: 10px;
    background-color: #079de2;
  }
  
    .main-nav__dropdown li.line span {
    padding: 0;
	margin: 0;
	height: 1px;
    background-color: #2fb2ee;
	display: block;
	width: 100%;
  }
  
  
  .main-nav__dropdown a:hover,
  .main-nav__dropdown a:focus,
  .main-nav__dropdown a:active {
    background-color: #079de2;
  }

    .main-nav__item-level-2:hover .main-nav__link-level-2,
    .main-nav__item-level-2:focus-within .main-nav__link-level-2 {
        background-color: #079de2;
    }
	



    .main-nav__caret-level-2 {
        pointer-events: auto;
    }

    .main-nav__item-level-2--open .main-nav__caret-level-2 {
        transform: none;
    }

    .main-nav__dropdown-level-3 {
        position: static;
        display: none;
        width: 100%;
        padding-top: 0;
        background-color: #079de2;
        -webkit-box-shadow: none;
                box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    .main-nav__dropdown-level-3 a {
        padding-left: 60px;
    }
	
	
   .main-nav__item-level-2:hover .main-nav__link-level-2,
   .main-nav__item-level-2:focus-within .main-nav__link-level-2 {
    background-color: #079de2;
   }

   .main-nav__item-level-2 .main-nav__link-level-2:hover  { background-color: #0373a7; }



  /***** main header user box *****/
  .main-header__user-box {
    width: 100%;
  }
  .search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-header__user {
    margin-left: auto;
  }
  .main-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
  }
  .main-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions__item {
    height: 57px;
  }
  /***** advantages *****/
  .advantages ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
 .advantages li {
  flex-basis: 45%;
 }
 
  /***** index-wrapper *****/
  .index-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-slider-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 23px;
  }
  .offer-slider {
    width: 100%;
  }
    .offer-slider .slick-slide {
        height: auto;
    }
  /***** shop-menu *****/
  .shop-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 460px;
  }
  .index-wrapper .shop-menu {
    margin-bottom: 0;
  }
  /***** stock *****/
  .banners-stock__item:nth-child(2n) {
    margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 3) {
    display: none;
  }
  
  .stock_inner .banners-stock__item:nth-child(3n) {
    margin-right: 28px;
  }
  
  .stock_inner .banners-stock__item:nth-child(2n) {
    margin-right: 0px;
  }

  .stock_inner .banners-stock__item:nth-child(n + 3) {
    display: block;
	margin-top: 30px;
  }
  
  
  .banners-stock__img {
    width: 449px;
    height: 234px;
  }
  
   .stock_inner .banners-stock__img {
    width: 415px;
 
  }
  
  .top-sales h3 { text-align: center; font-size: 22px; margin-top: 50px; }
  
  .stock__bottom {
    display: block;
  }
  /***** stock-slider *****/
  .stock-slider {
    width: 100%;
  }
  .stock-slider__item {
    padding: 0;
  }
  .stock-slider__box {
    width: 760px;
    margin: 0 auto;
  }
  .stock-slider__product {
    width: 320px;
    margin: 0 auto;
  }
  .stock-slider__arrow_prev {
    left: -50px;
  }
  .stock-slider__arrow_next {
    right: -50px;
  }
  /***** catalog *****/
  .catalog__item,
  .catalog__item:nth-child(5n) {
    margin-right: 10px;
  }
  .catalog__item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog__item:nth-child(n + 5) {
    margin-top: 10px;
  }
  
   .catalog__list.catalog-inner .catalog__item { width: 224px; }
	
 .catalog__list.catalog-inner .catalog__item:nth-child(3n) {
  margin-right: 10px;
}
   .catalog__list.catalog-inner  .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 10px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 4) {
    margin-top: 0px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 5) {
    margin-top: 10px;
  }
  
  
  
  /***** new *****/
  .new__list__item:nth-child(4n) {
    margin-right: 18px;
  }
  .new__list__item:nth-child(3n) {
    margin-right: 0;
  }
  .new__list__item:nth-child(n + 4) {
    margin-top: 18px;
  }
  /***** news *****/
  .news__list .news__item:nth-child(3n) {
    margin-right: 30px;
  }
  .news__list .news__item:nth-child(2n) {
    margin-right: 0;
  }
  .news__list .news__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  
    

  
  
  
  
  
  
  /***** feedback *****/
  .feedback {
    padding: 30px;
  }
  .feedback br {
    display: none;
  }
  /***** main-footer *****/
  .main-footer__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
  }
  .user--footer .user__item {
    margin-bottom: 25px;
  }
  .user--footer .user__item:last-child {
    margin-bottom: 0;
  }
  .main-footer__bottom br {
    display: none;
  }
  /* Basket
       ========================================================================== */
  .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /***** content *****/
  .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 80px;
    padding-top: 0;
  }
  /***** sidebar *****/
  .sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
  }
  .sidebar__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar__banner {
    margin-right: auto;
    margin-left: auto;
  }
  /* Contacts
       ========================================================================== */
  .contacts__box {
    display: block;
  }
  .contacts__box:first-child {
    border-bottom: none;
  }
  .contacts__list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 15px;
  }
  .contacts__box:first-child {
    margin-bottom: 38px;
    padding-bottom: 0;
  }
  .contacts__map {
    width: 100%;
  }
  /* Product
       ========================================================================== */
  .product-card {
    display: block;
  }
  .product-card__left {
    margin: 0 auto 50px;
  }
  .product-card__right {
    width: 100%;
  }
  .product-card__name--desktop {
    display: none;
  }
  .product-card__name--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .product-card__details {
    margin-bottom: 15px;
  }
  .product-card__price-box {
    display: block;
  }
  .product-card__price {
    margin-bottom: 42px;
  }
  
    .product-card__price_complect {
    margin-bottom: 42px;
  }
  
    .product-card__price_complect ins {
    margin-right: 0px;
    font-size: 40px;
  }
  .product-card__price_complect sup {
    font-size: 20px;
  }
  .product-card__price_complect del {
    font-size: 30px;
  }
  
  
  .product-card__price ins {
    margin-right: 35px;
    font-size: 40px;
  }
  .product-card__price sup {
    font-size: 20px;
  }
  .product-card__price del {
    font-size: 30px;
  }
  .product-card__informer p {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: #fff;
  }
  .product-card__informer::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100vw;
    left: -100vw;
    height: 1px;
    background-color: #37d007;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
    .product-card__informer.norest::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100vw;
    left: -100vw;
    height: 1px;
    background-color: #cf0202;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  
  .group__item--color:nth-child(10n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(15n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 11) {
    margin-top: 0;
  }
  .group__item--color:nth-child(n + 16) {
    margin-top: 12px;
  }
  /***** additional-goods *****/
  .additional-goods__slider {
    width: 810px;
  }
  
  .product-catalog__item { width: 300px; }
  
.news__list {
  justify-content: center;
  width: 100%;
  }
 
.news__list .news__item { width: 270px; }

.news__list .news__item .news__img {
  width: 270px;
  height: 182px;
} 
 
.news__list .news__item:nth-child(2n) {
    margin-right: 30px;
}  
  
.news__list .news__item:nth-child(3n) {
  margin-right: 0px;
}

.news__list .news__item:nth-child(n + 3) {
  margin-top: 0px;
}


.news_inner .news__list {
  justify-content: initial;
  width: 100%;
  }
  

.news_inner .news__list .news__item { width: 270px; }

.news_inner .news__list .news__item .news__img {
  width: 270px;
  height: 182px;
}

.news_inner  .news__item:nth-child(2n) {
    margin-right: 30px;
  }  
  
.news_inner  .news__item:nth-child(3n) {
  margin-right: 0px;
}

.news_inner  .news__item:nth-child(n + 3) {
  margin-top: 0px;
}

.news_inner  .news__item:nth-child(n + 4) {
  margin-top: 45px;
}
  .shop-menu {
    width: 100%;
  }
  
    .content { margin-bottom: 20px; }
	  
	  .pagination { margin-bottom: 50px; }
  
  .catalog-info { margin-bottom: 50px; }
}

/* ==========================================================================
   Medium
   ========================================================================== */
@media screen and (max-width: 992px) {
	
	
   
   
  /* Home page
       ========================================================================== */
  .main-header__top {
    margin-bottom: 23px;
  }
  .main-header__user-box {
  flex-wrap: wrap;
  }
  .main-header__user {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
   
  }
  .main-header__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
  }
  /***** shop-menu *****/
  .shop-menu {
    width: 100%;
  }
  /***** stock *****/
  .banners-stock {
    *display: block;
  }
  .banners-stock__item {
    width: 330px;
    height: 200px;
    *margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 0px;
  }
  .banners-stock__img {
    width: 328px;
    height: 171px;
  }
  /***** stock-slider *****/
  .stock-slider__box {
    width: 100%;
  }
  .stock-slider__arrow_prev {
    left: 60px;
  }
  .stock-slider__arrow_next {
    right: 60px;
  }
  /***** top-sales *****/
  .top-sales__list {
    width: 100%;
  }
  /***** catalog *****/
  .catalog__item,
  .catalog__item:nth-child(4n),
  .catalog__item:nth-child(5n) {
    margin-right: 7px;
  }
  .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog__item:nth-child(n + 4) {
    margin-top: 7px;
  }
  
  

  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 7px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 4) {
    margin-top: 7px;
  }  
 

 .product-card__price-box { text-align: center;   }

.product-card__price-box .product-card__price,  .product-card__price_complect {   display: block; text-align: center; }

.product-card__price_complect { margin: 0px; margin-top: 40px; margin-bottom: 20px; }

.product-card__price_complect span { display: block; margin: 0px; margin-top: 20px; }

.product-card__price_complect ins { margin-left: 0px; }

.product-card__price ins { margin: 0px;  margin-right: 0px; }
  
  
  .pagination { margin-bottom: 35px; }
  
  .catalog-info { margin-bottom: 35px; }
  

  
  /***** new *****/
  .new__list__item:nth-child(3n) {
    margin-right: 18px;
  }
  .new__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .new__list__item:nth-child(n + 3) {
    margin-top: 18px;
  }
  /***** news *****/
  
  .news__list .news__item {
    width: 330px;
    margin-right: 30px;
  }

  .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news__list .news__item:nth-child(3n) {  display: none; }
  
  .news__list .news__item .news__img {
    width: 330px;
    height: 222px;
  }
  
  
  .news_inner  .news__list .news__item {
    width: 300px;
    margin-right: 30px;
  }
  .news_inner .news__list .news__item .news__img {
    width: 300px;
    height: 202px;
  }
  .news_inner .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news_inner .news__list .news__item:nth-child(3n) {  display: block;  margin-top: 45px; }
  
  .banners-stock__item {
    width: 300px;
    height: 182px;
    *margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 0px;
  }
  .banners-stock__img {
    width: 298px;
    height: 156px;
  }
  
  
  .stock_inner .banners-stock__item:nth-child(n + 3) {
    display: block;
	margin-top: 0px;
  }
  
  
  /***** feedback *****/
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /***** main-footer *****/
  .main-footer__top .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-footer__logo-box {
    margin-right: 90px;
  }
  .main-footer__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .main-footer__user {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .user--footer .user__item:last-child .user__item-text {
    margin-top: 0;
  }
  .user__item:last-child a:first-child {
    line-height: 1;
  }
  /* Basket
       ========================================================================== */
  .options-checkout__item:nth-child(4n) {
    margin-right: 23px;
  }
  .options-checkout__item:nth-child(3n) {
    margin-right: 0;
  }
  .options-checkout__item:nth-child(n + 4) {
    margin-top: 23px;
  }
  /* Catalog
       ========================================================================== */
	   
   .product-catalog__item { width: 220px; }
	   
  .product-catalog__item:nth-child(4n) {
    margin-right: 13px;
  }
  .product-catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .product-catalog__item:nth-child(n + 4) {
    margin-top: 13px;
  }
  
  .product-item__button { font-size: 12px; }
  
  .catalog-form__field-box {
    display: block;
  }
  .catalog-form__column {
    width: 100%;
    margin-bottom: 22px;
  }
  .catalog-form__field--textarea {
    width: 100%;
    height: 210px;
  }
  /* Product
       ========================================================================== */
  .additional-goods__slider {
    width: 540px;
  }
  .group__item--color:nth-child(15n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(11n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 12) {
    margin-top: 12px;
  }
  
   .complex__item {
  	position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complex__item__remove {
  	position: absolute;
  	right: -6px;
  	top: 10px;
  }
  .complex__item h4 {
    max-width: none;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .complex_price { text-align: left; }
  
  .complex__item .product-item__img { display: none; }
  
}

/* ==========================================================================
   Small
   ========================================================================== */
@media screen and (max-width: 768px) {
	
	 .complex__item > * {
    margin-left: 0;
    margin-right: 0;
  }
  .complex .links {
    margin-left: 10px;
  }
  
  .complex_price .price, .complex_price .price_one  { display: block; }
  
  /* Home page
       ========================================================================== */
  /***** advantages *****/
  .advantages ul {
    width: 100%;
  }
  .advantages li {
    width: 230px;
    margin-right: 15px;
    padding-right: 15px;
  }
  /***** offer-slider-box *****/
  .offer-slider__button {
    font-size: 14px;
  }
  .offer-slider__button::before {
    width: 35px;
    background-size: 13px;
  }
  .offer-slider__button::after {
    left: 35px;
  }
  .offer-slider__button span {
    padding: 10px 15px;
  }
  /***** stock-slider *****/
  .stock-slider__arrow_prev {
    left: 20px;
  }
  .stock-slider__arrow_next {
    right: 20px;
  }
  /***** top-sales *****/
  .top-sales__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-sales__item {
    margin-right: 10px;
  }
  .top-sales__item:nth-child(2n) {
    margin-right: 0;
  }
  .top-sales__item:nth-child(n + 3) {
    margin-top: 10px;
  }
  /***** catalog *****/
  
  .catalog__list {
	    justify-content: center;
 
  }
  
  .catalog__item,
  .catalog__item:nth-child(3n),
  .catalog__item:nth-child(5n) {
    margin-right: 18px;
  }
  .catalog__item:nth-child(n + 3) {
    margin-top: 18px;
  }
  
  .catalog__list.catalog-inner .catalog__item { width: 255px; }
  
  .catalog__list.catalog-inner .catalog__item .catalog__link { width: 250px; }
	
  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(2n),
  .catalog__list.catalog-inner .catalog__item:nth-child(3n),
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 0px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 3) {
    margin-top: 5px;
  }
  
   
    .banners-stock { 
    justify-content: center;
    width: 100%;
	margin-bottom: 50px;  }
	  
    .banners-stock__item {
    width: 379px;
    height: 198px;
    margin-right: 0px;
	 
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 20px;
  }
 
  .banners-stock__img {
    width: 377px;
    height: 197px;
  }
  
  
  .stock_inner .banners-stock { 
    justify-content: center;
    width: 100%;
	margin-bottom: 50px;  }
	  
  .stock_inner .banners-stock__item {
    width: 379px;
    height: 198px;
    margin-right: 0px;
	 
  }
  
   .stock_inner .banners-stock__item:nth-child(n + 3) {
    margin: 0px;
  }
  
  .stock_inner .banners-stock__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
 
 
  .stock_inner .banners-stock__img {
    width: 377px;
    height: 197px;
  }
  
  
  /***** new *****/
  .new__list {
    display: block;
  }
  .new__list__item,
  .new__list__item:nth-child(2n),
  .new__list__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .new__list__item:nth-child(n + 2) {
    margin-top: 18px;
  }
  /***** news *****/
  
  .news__list .news__item {
    width: 380px;
    margin-right: 0px;
	margin-bottom: 40px;
  }

  .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news__list .news__item:nth-child(3n) {  display: none; }
  
  .news__list .news__item .news__img {
    width: 380px;
    height: 256px;
  }
  
  
  .news__list {
    display: block;
  }
  .news__list .news__item,
  .news__list .news__item:nth-child(2n),
  .news__list .news__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .news__list .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
  .news_inner  .news__list .news__item {
    width: 380px;
    margin-right: 30px;
  }
  .news_inner .news__list .news__item .news__img {
    width: 380px;
    height: 265px;
  }
  
  .news_inner .news__list .news__item:nth-child(3n) {  display: block; }
  
  .news_inner .news__list .news__item,
  .news_inner .news__list .news__item:nth-child(2n),
  .news_inner .news__list .news__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .news_inner .news__list .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
  /***** main-footer *****/
  .main-footer__logo-box {
    margin-right: 50px;
  }
  /* Basket
       ========================================================================== */
  .checkout__fields-list,
  .checkout__map {
    width: 100%;
  }
  .options-checkout__item:nth-child(3n) {
    margin-right: 23px;
  }
  .options-checkout__item:nth-child(2n) {
    margin-right: 0;
  }
  .options-checkout__item:nth-child(n + 3) {
    margin-top: 23px;
  }
  /* Catalog
       ========================================================================== */
  .product-catalog {
    display: block;
  }
  .product-catalog__item,
  .product-catalog__item:nth-child(2n),
  .product-catalog__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .product-catalog__item:nth-child(n + 3) {
    margin-top: 13px;
  }
  .catalog-form__agreement {
    position: static;
    margin-bottom: 22px;
  }
  
  .product-card__name img { display: none; }
  
  /* Contacts
       ========================================================================== */
  .contacts__box {
    padding-left: 0;
  }
  .contacts__list {
    padding-left: 90px;
  }
  .contacts__box::before {
    left: 0;
  }
  /* Product
       ========================================================================== */
  .product-card__name--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__name--mobile img,
  .product-card__name--mobile a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .product-card__name--mobile h1,
  .product-card__name--mobile .product-card__name-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
			text-align: center;
			margin: auto;
  }
  .product-card__left {
    width: 100%;
  }
  .product-card__gallery {
    margin-bottom: 65px;
  }
  .gallery {
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-side {
    display: none;
  }
  .product-card__price ins {
    font-size: 27px;
  }
  
    .product-card__price_complect ins {
    font-size: 27px;
  }
  
  .product-card__price del {
    font-size: 23px;
  }
  .group__item--color:nth-child(11n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(8n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 9) {
    margin-top: 12px;
  }
  .product-card__buttons .nice-number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  input.product-card__quantity {
    width: 100px;
  }
  .product-card__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
  }
  .product-card__button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product-card__button:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 163px);
    margin-right: 0;
  }
  .product-card__wish-list-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100px;
    margin-top: 13px;
    margin-right: 13px;
  }
  .product-card__button--buy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 13px;
    margin-right: 0;
  }
  .product-tabs li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .additional-goods__slider {
    width: 100%;
  }
  .additional-goods__arrow_prev {
    left: 0;
  }
  .additional-goods__arrow_next {
    right: 0;
  }
  
  .shop_cart .cart_img img { width: 40px; }
  
  .tabs ul li { width: 50%; text-align: center; }

}

/* ==========================================================================
   Extra small
   ========================================================================== */
@media screen and (max-width: 576px) {
	
	.shop_cart { font-size: 11px; }
	
	.shop_cart tr td, .shop_cart tr th { padding: 5px; }
	
	.shop_cart tr td.quant_bar {  width: 50px; }
	
  /* Home page
       ========================================================================== */
  .main-header__nav {
    padding-left: 15px;
  }
  .main-header__user {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
 
  .user__item:last-child {
    text-align: left;
  }
  .header-actions__item--favorites .header-actions__link {
    width: 70px;
  }
  .header-actions__item--basket .header-actions__link {
    width: 70px;
  }
  .header-actions__icon-box,
  .header-actions__item--basket .header-actions__icon-box {
    margin-right: 5px;
  }
  .header-actions__text {
    display: none;
  }
  /***** advantages *****/
  .advantages ul {
    display: block;
    
    margin: 0 auto;
  }
  .advantages li,
  .advantages li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 0 0 60px;
    border: none;
  }
  .advantages li:last-child {
    margin-bottom: 0;
  }
  .advantages li::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  /***** offer-slider-box *****/
  .offer-slider__button {
    display: none;
  }
  /***** stock *****/
  .head-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .head-section h2 {
    margin-right: auto;
    margin-left: 0;
    padding-left: 20px;
  }
  .head-section a {
    display: inline-block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: 20px;
  }
  /***** top-sales *****/
  .top-sales h3 {
    text-align: center;
  }
  .top-sales__list {
    display: block;
  }
  .top-sales__item,
  .top-sales__item:nth-child(2n),
  .top-sales__item:last-child {
    margin-right: auto;
    margin-left: auto;
  }
  .top-sales__item:nth-child(n + 2) {
    margin-top: 18px;
  }
  /***** catalog *****/
  .catalog__list {
    *display: block;
  }
  .catalog__item,
  .catalog__item:nth-child(3n),
  .catalog__item:nth-child(4n),
  .catalog__item:nth-child(5n) {
    margin-right: auto;
    margin-left: auto;
  }
  .catalog__item:nth-child(n + 2) {
    *margin-top: 18px;
  }
  
  .catalog__list.catalog-inner .catalog__item, .catalog__list.catalog-inner .catalog__item .catalog__link { 
  width: 100%; 
  }
 
  
  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(2n),
  .catalog__list.catalog-inner .catalog__item:nth-child(3n),
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 20px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 2) {
    *margin-top: 18px;
  }
  
 

  
  /***** about-index *****/
  .about-index__content img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /***** feedback *****/
  .feedback {
    padding-right: 15px;
    padding-left: 15px;
  }
  .feedback p {
    padding-top: 90px;
    padding-left: 0;
	text-align: center;
  }
  .feedback p::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .feedback > a:last-child {
    margin-right: auto;
  }
  /* Main-footer
       ========================================================================== */
  .main-footer__top .container {
    display: block;
  }
  .main-footer__logo-box {
    margin: 0 auto 35px;
  }
  .main-footer__logo {
     margin-bottom: 0;
  }
  .main-footer__copyright--desktop,
  .main-footer__agreement--desktop {
    display: none;
  }
  .main-footer__copyright--mobile {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .main-footer__agreement--mobile {
    display: block;
    margin-left: 0;
    text-align: center;
    text-decoration: underline;
  }
  .main-footer__agreement--mobile::after {
    display: none;
  }
  .main-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
	  justify-content: center;
  width: 100%;
  }
  .main-footer__nav li {
    margin-right: 10px;
  }
  .main-footer__user {
    display: block;
    width: 290px;
    margin: 0 auto 35px;
  }
  .user--footer .user__item {
    margin-right: 0;
  }
  /* Basket
       ========================================================================== */
  .breadcrumbs {
    padding-left: 0;
  }
  /* Contacts
       ========================================================================== */
  .contacts__box::before {
    position: static;
    margin: 0 auto 30px;
  }
  .contacts-title,
  .contacts__list {
    padding-top: 0;
    padding-left: 0;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  /* Product
       ========================================================================== */
  .group__title {
    margin-bottom: 4px;
  }
  .group__list {
    margin-right: -12px;
  }
  .group__item,
  .group__item:nth-child(8n) {
    margin-top: 12px;
    margin-right: 12px;
  }
  
   .messagecart .buttonmedium:nth-child(1n) { display: block; margin-bottom: 10px; }
   
   .quant_bar input, .quant_bar a { width: 100%; }
   
}


@media screen and (max-width: 514px) {
	
.complex__item .complex_price { margin-bottom: 10px; }

.complex__item .links { margin: 0px; }

}


@media screen and (max-width: 470px) {
.product-catalog__item {
    margin-top: 13px;
}
  .product-catalog__item { width: 100%;  }
  
  .product-item__img-box a {
	height: 230px;
}

.catalog_producers { margin-bottom: 20px; }

}

@media screen and (max-width: 465px) {
	
	 .news_inner, .price_inner, .cabinet_inner, .stock_inner{ padding: 0px; }
	 
  /* Product
       ========================================================================== */
  .gallery {
    width: 100%;
  }
  

  .cart_img_td { display: none; }
  
  .cart_img img { display: none; }
	
  .catalog__list {
    display: block;
  }
  
  .catalog__list .catalog__item { margin-bottom: 20px; }
  
  .catalog__list .catalog__item, .catalog__list .catalog__item .catalog__link { 
  width: 100%; 
  }
  
  .news_inner .news__list .news__item { max-width: 100%; height: auto; }
 
  .news_inner .news__list .news__item .news__img { max-width: 100%; height: auto; }
  
  .news__list .news__item { max-width: 100%; height: auto; }
 
  .news__list .news__item .news__img { max-width: 100%; height: auto; }
}

@media screen and (max-width: 433px) {
  /* Basket
       ========================================================================== */
  .options-checkout h2 {
    text-align: center;
  }
  .options-checkout__list {
    display: block;
  }
  .options-checkout__item,
  .options-checkout__item:nth-child(2n),
  .options-checkout__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .options-checkout__item:nth-child(n + 2) {
    margin-top: 23px;
  }
  .checkout__button {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 420px) {
	
  /* Home page
       ========================================================================== */
  /***** stock-slider *****/
  .stock-slider__arrow_prev {
    left: 5px;
  }
  .stock-slider__arrow_next {
    right: 5px;
  }
  
  .tabs ul li { font-size: 12px; }
}

@media screen and (max-width: 411px) {
  /* Home page
       ========================================================================== */
  /***** stock *****/
  .banners-stock__item,
  .banners-stock__img {
    width: 100%;
    height: auto;
  }
  
   .stock_inner .banners-stock__item,
  .stock_inner .banners-stock__img {
    width: 100%;
    height: auto;
  }
  /* Product
       ========================================================================== */
  .product-card__warranty {
    padding-top: 18px;
    padding-left: 10px;
  }
  .product-card__warranty::before {
    position: static;
    float: left;
    margin-right: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 400px) {
  /* Product
       ========================================================================== */
  
  /*.product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__price ins {
    margin-right: 0;
    margin-bottom: 10px;
  }*/
  
  .product-card__buttons .nice-number {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 6.5px);
  }
  input.product-card__quantity {
    width: 100%;
  }
  .product-card__wish-list-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 6.5px);
    margin: 0;
  }
  .product-card__button:first-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 13px;
  }
}

@media screen and (max-width: 390px) {
  /* Home page
       ========================================================================== */
  /***** stock-slider *****/
  .stock-slider__product {
    width: 90%;
    margin: 0 auto;
  }
 
 
  .stock-slider__name, .stock-slider__article { text-align: center; }
  
  .stock-slider__arrow_prev {
    left: 0;
  }
  .stock-slider__arrow_next {
    right: 0;
  }
  .stock-slider__add-to-cart {
    display: block;
    text-align: center;
  }
  .stock-slider__price {
    margin-bottom: 10px;
  }
  /* Product
       ========================================================================== */
  .additional-goods__slider {
    width: 250px;
  }
  .additional-goods__arrow_prev {
    left: -45px;
  }
  .additional-goods__arrow_next {
    right: -45px;
  }
}

@media screen and (max-width: 370px) {
	
   .cart_delete_all { text-align: left;  }
   
  /* Home page
       ========================================================================== */
  /***** main-header *****/
  .main-header__mobile-logo .logo {
    -webkit-transform: scale(0.75) translate(-39px, 0);
            transform: scale(0.75) translate(-39px, 0);
  }
  .main-header__menu-close {
    left: 260px;
  }
  .main-header__menu-close svg {
    fill: #a6a5a5;
  }
  .show-main-nav .main-header__menu-close--on-overlay {
    display: none;
  }
  .main-header__menu-close--on-menu {
    display: block;
  }
  /***** news *****/
  .news__list .news__item,
  .news__img {
    width: 100%;
    height: auto;
  }
  
  .catalog_producers strong { display: none; }
  
}

@media screen and (max-width: 360px) {
  /* Basket
       ========================================================================== */
  .sidebar__banner {
    width: 100%;
  }
}

/* Container
   ========================================================================== */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1290px) {
  .container {
    max-width: 1230px;
  }
}
@media(max-width: 1799px) and (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
}
 @media (min-width: 1800px){
    .container {
        max-width: 1784px;
    }
}

/* === SMARTHOFF LOGO REFRESH 20260610 === */
.main-header__top {
  gap: 24px;
}

.main-header__logo.logo {
  align-items: center;
  flex-shrink: 0;
  min-width: 320px;
}

.main-header__logo .logo__img {
  position: static;
  width: 270px;
  max-width: 270px;
  height: auto;
  margin-right: 0;
}

.main-header__logo .logo__text {
  display: none;
}

@media screen and (max-width: 1290px) {
  .main-header__logo.logo {
    min-width: 0;
  }
}

@media screen and (max-width: 760px) {
  .main-header__logo .logo__img {
    width: 210px;
    max-width: 210px;
  }
}
/* === END SMARTHOFF LOGO REFRESH 20260610 === */

/* === SMARTHOFF CATALOG TECH REFRESH 20260610 === */
.catalog__head.head-section::before {
  background-color: #dddddd;
  border-bottom: 4px solid #cac9c9;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='8' height='8' rx='1'/%3E%3Crect x='19' y='5' width='8' height='8' rx='1'/%3E%3Crect x='5' y='19' width='8' height='8' rx='1'/%3E%3Cpath d='M19 22h8M23 18v8'/%3E%3Cpath d='M13 9h6M9 13v6M23 13v5M13 23h6' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog__link {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.catalog__link:hover,
.catalog__link:focus {
  border-color: #0c91d2;
  box-shadow: 0 10px 22px rgba(12, 145, 210, .14);
  transform: translateY(-5px);
}

.catalog__img img {
  transition: transform .22s ease;
}

.catalog__link:hover .catalog__img img,
.catalog__link:focus .catalog__img img {
  transform: scale(1.035);
}
/* === END SMARTHOFF CATALOG TECH REFRESH 20260610 === */

/* === SMARTHOFF FONT STACK 20260625 === */
html,
body {
  font-family: "Open Sans", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.main-nav__link,
.catalog__name,
.product-catalog__name,
.top-sales,
.main-footer,
.main-header {
  font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.head-section h2,
.stock-slider h3,
.top-sales h3,
.catalog__name,
.product-catalog__name,
.main-nav__link {
  font-family: "Inter", "Open Sans", Arial, sans-serif;
  letter-spacing: -0.01em;
}
/* === END SMARTHOFF INTER FONT 20260610 === */

/* === SMARTHOFF MENU PALETTE 20260610 === */
.main-header__nav {
  background-color: #243447;
  border-bottom-color: #10161f;
}

.main-header__menu,
.main-nav__link,
.main-nav__dropdown,
.main-nav__dropdown-level-3 {
  background-color: #243447;
}

.main-nav__link,
.main-nav__dropdown a,
.header-actions__text {
  color: #ffffff;
}

.header-actions__item--basket .header-actions__text,
.sh-page-home .header-actions__item--basket .header-actions__text {
  color: #10161f;
  font-weight: 700;
}

.main-nav__item--current .main-nav__link {
  background-color: #10161f;
}

.main-nav__item:hover .main-nav__link,
.main-nav__item:focus-within .main-nav__link,
.main-nav__item-level-2:hover .main-nav__link-level-2,
.main-nav__item-level-2:focus-within .main-nav__link-level-2,
.main-nav__dropdown-level-3 li:hover a,
.main-nav__dropdown-level-3 li:focus-within a {
  background-color: #33c5e0;
}

.main-nav__dropdown li.line span {
  background-color: rgba(255, 255, 255, .38);
}

.header-actions__item--favorites .header-actions__link {
  background-color: #243447;
}

.header-actions__item--basket .header-actions__link {
  background-color: #33c5e0;
}

.header-actions__item--favorites .header-actions__link:hover,
.header-actions__item--favorites .header-actions__link:focus,
.header-actions__item--basket .header-actions__link:hover,
.header-actions__item--basket .header-actions__link:focus {
  background-color: #33c5e0;
}
/* === END SMARTHOFF MENU PALETTE 20260610 === */

/* === SMARTHOFF CATALOG HEAD PALETTE 20260610 === */
.catalog__head.head-section {
  background: #243447;
  border-color: #10161f;
  border-bottom: 4px solid #10161f;
}

.catalog__head.head-section::before {
  background-color: #10161f;
  border-bottom-color: #10161f;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='8' height='8' rx='1'/%3E%3Crect x='19' y='5' width='8' height='8' rx='1'/%3E%3Crect x='5' y='19' width='8' height='8' rx='1'/%3E%3Cpath d='M19 22h8M23 18v8'/%3E%3Cpath d='M13 9h6M9 13v6M23 13v5M13 23h6' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
}

.catalog__head.head-section h2,
.catalog__head h2 {
  color: #ffffff;
}
/* === END SMARTHOFF CATALOG HEAD PALETTE 20260610 === */

/* === SMARTHOFF NEWS SECTIONS PALETTE 20260611 === */
.new__head.head-section,
.news__head.head-section {
  background: #243447;
  border-color: #10161f;
  border-bottom: 4px solid #10161f;
  color: #ffffff;
}

.new__head.head-section::before,
.news__head.head-section::before {
  background-color: #10161f;
  border-bottom-color: #10161f;
}

.new__head.head-section::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2l3.1 5.2 5.9-1 1 5.9 5.2 3.1-3.2 5.1 3.2 5.1-5.2 3.1-1 5.9-5.9-1L17 32l-3.1-5.2-5.9 1-1-5.9-5.2-3.1 3.2-5.1-3.2-5.1L7 10.1l1-5.9 5.9 1L17 2z' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3Ctext x='17' y='20.5' text-anchor='middle' font-family='Arial,sans-serif' font-size='8' font-weight='700' fill='%23ffffff'%3ENEW%3C/text%3E%3C/svg%3E");
}

.news__head.head-section::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='5' width='20' height='24' rx='1.5'/%3E%3Cpath d='M12 11h10M12 15h10M12 23h10M12 19h4'/%3E%3Crect x='18' y='18' width='5' height='5'/%3E%3Cpath d='M4 9h3v17a3 3 0 0 1-3-3V9z'/%3E%3C/g%3E%3C/svg%3E");
}

.new__head.head-section h2,
.news__head.head-section h2 {
  color: #ffffff;
}

.news__head.head-section a {
  background-color: #33c5e0;
  color: #10161f;
  font-weight: 700;
}

.news__head.head-section a:hover,
.news__head.head-section a:focus {
  background-color: #ffffff;
  color: #10161f;
}
/* === END SMARTHOFF NEWS SECTIONS PALETTE 20260611 === */

/* === SMARTHOFF CART BUTTON PALETTE 20260611 === */
input.quantity {
  background-color: #ffffff;
  border-color: #c4e4f3;
}

.nice-number button {
  color: #10161f;
  background-color: #33c5e0;
}

.nice-number button:hover,
.nice-number button:focus {
  color: #ffffff;
  background-color: #243447;
}

.product-item__button.button {
  color: #ffffff;
  background-color: #243447;
}

.product-item__button.button:hover,
.product-item__button.button:focus {
  color: #ffffff;
  background-color: #33c5e0;
}

.product-item__button.button::after {
  background-color: rgba(255, 255, 255, .28);
}
/* === END SMARTHOFF CART BUTTON PALETTE 20260611 === */

/* === SMARTHOFF PRODUCT ITEM HOVER BORDER 20260611 === */
.product-item:hover,
.product-item:focus-within {
  border-color: #33c5e0;
}
/* === END SMARTHOFF PRODUCT ITEM HOVER BORDER 20260611 === */

/* === SMARTHOFF PRODUCT ARTICLE BADGE 20260611 === */
.product-item__article span {
  background-color: #243447;
  color: #ffffff;
}
/* === END SMARTHOFF PRODUCT ARTICLE BADGE 20260611 === */

/* === SMARTHOFF PRODUCT ARTICLE TAG SELECTOR 20260611 === */
.product-item__tag.product-item__tag--article,
.product-item__tag--article {
  background-color: #243447;
  color: #ffffff;
}
/* === END SMARTHOFF PRODUCT ARTICLE TAG SELECTOR 20260611 === */

/* === SMARTHOFF WEEKLY PRODUCTS PALETTE 20260611 === */
.stock-slider {
  border-color: #243447;
}

.stock-slider h3 {
  color: #10161f;
}

.stock-slider__name {
  color: #10161f;
}

.stock-slider__article {
  color: #596b7b;
}

.stock-slider__price,
.stock-slider__price b {
  color: #10161f;
}

.stock-slider__button.button {
  color: #ffffff;
  background-color: #243447;
}

.stock-slider__button.button:hover,
.stock-slider__button.button:focus {
  color: #ffffff;
  background-color: #33c5e0;
}

.stock-slider__button.button::after {
  background-color: rgba(255, 255, 255, .28);
}

.stock-slider__arrow {
  opacity: 1;
}

.stock-slider__arrow_prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='42' viewBox='0 0 24 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3L3 21l18 18' fill='none' stroke='%23243447' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stock-slider__arrow_next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='42' viewBox='0 0 24 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l18 18L3 39' fill='none' stroke='%23243447' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* === END SMARTHOFF WEEKLY PRODUCTS PALETTE 20260611 === */

/* === SMARTHOFF NEWS CARDS DESIGN 20260611 === */
.news__list {
  align-items: stretch;
}

.news__list .news__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #d9e2ea;
  box-shadow: 0 8px 24px rgba(16, 22, 31, 0);
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.news__list .news__item:hover,
.news__list .news__item:focus-within {
  border-color: #33c5e0;
  box-shadow: 0 16px 34px rgba(16, 22, 31, .14);
  transform: translateY(-5px);
}

.news__img-box {
  margin-bottom: 0;
  overflow: hidden;
}

.news__img {
  display: block;
  width: 100%;
  height: 256px;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.news__list .news__item:hover .news__img,
.news__list .news__item:focus-within .news__img {
  filter: brightness(.86);
  transform: scale(1.045);
}

.news__date {
  top: 14px;
  left: 14px;
  width: 82px;
  padding: 7px 5px 10px;
  color: #ffffff;
  background-color: #10161f;
  border-bottom: 4px solid #33c5e0;
}

.news__date b {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.news__date span {
  color: #ffffff;
}

.news__date span:first-of-type {
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

.news__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 18px 22px;
  color: #536171;
}

.news__content > a:first-child {
  color: #10161f;
  text-decoration: none;
}

.news__content h2,
.news__content h3 {
  margin: 0 0 14px;
  color: #10161f;
  font-size: 18px;
  line-height: 1.35;
}

.news__content p,
.news__content ul {
  margin: 0 0 12px;
  color: #536171;
  line-height: 1.55;
}

.news__content > h2,
.news__content > p,
.news__content > ul {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.news__content > h2 {
  -webkit-line-clamp: 2;
}

.news__content > p,
.news__content > ul {
  -webkit-line-clamp: 4;
}

.news__content > h3:empty,
.news__content > p:nth-of-type(n + 2),
.news__content > ul:nth-of-type(n + 2) {
  display: none;
}

.news__more {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 16px;
  color: #ffffff !important;
  background-color: #243447;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.news__more:hover,
.news__more:focus {
  color: #10161f !important;
  background-color: #33c5e0;
  transform: translateY(-1px);
}

@media screen and (max-width: 760px) {
  .news__img {
    height: auto;
  }
}
/* === END SMARTHOFF NEWS CARDS DESIGN 20260611 === */

/* === SMARTHOFF BOTTOM FEEDBACK CTA 20260611 === */
.feedback.feedback--selection {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 80px;
  padding: 34px clamp(24px, 4vw, 56px);
  color: #ffffff;
  background-color: #243447;
  border-bottom: 4px solid #10161f;
}

.feedback.feedback--selection p {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding-left: 86px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.55;
}

.feedback.feedback--selection p::before {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: #10161f;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.feedback.feedback--selection strong {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
}

.feedback.feedback--selection > a:last-child {
  flex: 0 0 auto;
  min-width: 220px;
  margin-left: auto;
  padding: 16px 22px;
  color: #10161f;
  background-color: #33c5e0;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.feedback.feedback--selection > a:last-child:hover,
.feedback.feedback--selection > a:last-child:focus {
  color: #ffffff;
  background-color: #10161f;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .feedback.feedback--selection {
    align-items: flex-start;
    flex-direction: column;
  }

  .feedback.feedback--selection p {
    padding-left: 76px;
  }

  .feedback.feedback--selection > a:last-child {
    width: 100%;
    margin-left: 0;
  }
}
/* === END SMARTHOFF BOTTOM FEEDBACK CTA 20260611 === */

/* === SMARTHOFF FOOTER DARK 20260611 === */
.main-footer {
  margin-top: 45px;
  background-color: #10161f;
}

.main-footer__top {
  padding-top: 56px;
  padding-bottom: 46px;
  background-color: #10161f;
}

.main-footer__top .container {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(260px, .8fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 96px);
  align-items: start;
}

.main-footer__logo-box {
  max-width: 320px;
}

.main-footer__logo {
  margin-bottom: 34px;
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
  opacity: .96;
}

.main-footer__logo .logo__text,
.main-footer__logo .logo__text strong,
.main-footer__logo .logo__text span {
  color: #ffffff;
}

.main-footer__copyright {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .72);
}

.main-footer__agreement {
  display: table;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .68);
}

.main-footer__agreement::after {
  background-color: rgba(255, 255, 255, .28);
}

.main-footer__agreement:hover,
.main-footer__agreement:focus,
.main-footer__nav a:hover,
.main-footer__nav a:focus,
.current-menu-item a {
  color: #33c5e0;
}

.main-footer__agreement:hover::after,
.main-footer__agreement:focus::after {
  background-color: #33c5e0;
}

.main-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 36px;
  max-width: 420px;
}

.main-footer__nav a {
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.45;
}

.main-footer__user {
  justify-self: end;
  max-width: 360px;
  margin: 0;
}

.user--footer .user__item:first-child {
  display: none;
}

.user--footer .user__item:last-child,
.user--footer .user__item:last-child .user__item-text {
  margin: 0;
  text-align: left;
}

.user--footer .user__item:last-child .user__item-text {
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.user--footer .user__item:last-child a {
  color: #33c5e0;
}

.user--footer .user__item:last-child a:first-child {
  display: inline-block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.user--footer .user__item:last-child a:nth-of-type(2) {
  display: inline-block;
  margin-bottom: 8px;
}

.main-footer__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0b1018;
}

.main-footer__bottom p {
  max-width: 960px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .50);
  font-size: 11px;
  line-height: 1.55;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr 1fr;
  }

  .main-footer__user {
    justify-self: start;
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 760px) {
  .main-footer__top .container {
    display: block;
  }

  .main-footer__logo-box,
  .main-footer__user {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px;
  }

  .main-footer__nav {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    margin-bottom: 32px;
  }

  .main-footer__nav li {
    margin-right: 0;
  }

  .main-footer__copyright--mobile,
  .main-footer__agreement--mobile {
    color: rgba(255, 255, 255, .68);
  }
}
/* === END SMARTHOFF FOOTER DARK 20260611 === */

/* === SMARTHOFF FOOTER LIGHTER 20260611 === */
.main-footer,
.main-footer__top {
  background-color: #243447;
}

.main-footer__bottom {
  background-color: #1a2332;
}

.main-footer__logo .logo__text {
  display: none;
}

.main-footer__logo {
  margin-bottom: 38px;
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
  opacity: .92;
}

.main-footer__copyright,
.main-footer__agreement,
.main-footer__nav a,
.user--footer .user__item:last-child .user__item-text {
  color: rgba(255, 255, 255, .78);
}

.main-footer__bottom p {
  color: rgba(255, 255, 255, .58);
}
/* === END SMARTHOFF FOOTER LIGHTER 20260611 === */

/* === SMARTHOFF FOOTER BRAND CONTACTS 20260611 === */
.main-footer__top .container {
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
}

.main-footer__logo {
  margin-bottom: 22px;
}

.main-footer__logo .logo__img {
  width: 290px;
  max-width: 290px;
}

.main-footer__brand-contacts {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.main-footer__brand-contacts a {
  display: table;
  margin-bottom: 6px;
  color: #33c5e0;
}

.main-footer__brand-contacts .main-footer__brand-phone {
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
}

.main-footer__brand-contacts p {
  max-width: 360px;
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, .78);
}

.main-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  background: rgba(255, 255, 255, .90);
  transition: transform .22s ease, background-color .22s ease;
}

.main-footer__socials a:hover,
.main-footer__socials a:focus {
  background-color: #33c5e0;
  transform: translateY(-2px);
}

.main-footer__socials img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.main-footer__user {
  display: none;
}

.main-footer__nav {
  justify-self: end;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr;
  }

  .main-footer__nav {
    justify-self: start;
  }
}

@media screen and (max-width: 760px) {
  .main-footer__logo .logo__img {
    width: 240px;
    max-width: 240px;
  }
}
/* === END SMARTHOFF FOOTER BRAND CONTACTS 20260611 === */

/* === SMARTHOFF FOOTER RIEVTECH LAYOUT 20260611 === */
.main-footer {
  margin-top: 48px;
  background: #313c78;
}

.main-footer__top {
  padding: 42px 0 36px;
  background: #313c78;
}

.main-footer__top .container {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(420px, 520px) minmax(150px, 190px);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
  justify-content: center;
}

.main-footer__logo-box {
  max-width: 280px;
  margin: 0;
}

.main-footer__logo {
  display: block;
  margin: 0 0 24px;
}

.main-footer__logo .logo__img {
  width: 230px;
  max-width: 230px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .98;
}

.main-footer__logo .logo__text,
.main-footer__socials,
.main-footer__nav,
.main-footer__user {
  display: none !important;
}

.main-footer__brand-contacts {
  margin: 0;
  color: #f2f5ff;
  font-size: 16px;
  line-height: 1.18;
}

.main-footer__brand-contacts a,
.main-footer__brand-contacts p {
  display: block;
  margin: 0 0 12px;
  color: #f2f5ff;
  text-decoration: none;
}

.main-footer__brand-contacts .main-footer__brand-phone {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.main-footer__brand-contacts a:hover,
.main-footer__brand-contacts a:focus,
.main-footer__nav-column a:hover,
.main-footer__nav-column a:focus {
  color: #ffffff;
}

.main-footer__copyright--desktop,
.main-footer__agreement--desktop,
.main-footer__copyright--mobile,
.main-footer__agreement--mobile {
  display: none !important;
}

.main-footer__nav-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.main-footer__nav-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer__nav-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__nav-column li {
  margin: 0 0 10px;
}

.main-footer__nav-column a {
  color: rgba(232, 236, 255, .58);
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: color .18s ease;
}

.main-footer__follow {
  color: rgba(232, 236, 255, .58);
}

.main-footer__follow p {
  margin: 18px 0 14px;
  font-size: 16px;
  line-height: 1.2;
}

.main-footer__follow-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__follow-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
}

.main-footer__follow-links a:hover,
.main-footer__follow-links a:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .12);
  transform: translateY(-2px);
}

.main-footer__follow-links img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.main-footer__bottom {
  padding: 10px 0 12px;
  background: #283160;
}

.main-footer__bottom p {
  max-width: 900px;
  color: rgba(232, 236, 255, .54);
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .main-footer__logo-box {
    max-width: none;
  }

  .main-footer__nav-columns {
    gap: 36px;
  }

  .main-footer__follow p {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .main-footer__top {
    padding: 34px 0 28px;
  }

  .main-footer__nav-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .main-footer__logo .logo__img {
    width: 210px;
    max-width: 210px;
  }
}
/* === END SMARTHOFF FOOTER RIEVTECH LAYOUT 20260611 === */

/* === SMARTHOFF FOOTER SPACING PALETTE 20260611 === */
.main-footer,
.main-footer__top {
  background: #243447;
}

.main-footer__logo {
  margin-bottom: 34px;
}

.main-footer__logo .logo__img {
  display: block;
}

.main-footer__brand-contacts {
  clear: both;
}

.main-footer__bottom {
  background: #1a2332;
}
/* === END SMARTHOFF FOOTER SPACING PALETTE 20260611 === */

/* === SMARTHOFF FOOTER LOGO SAFE AREA 20260611 === */
.main-footer__logo {
  display: block;
  width: 260px;
  height: 72px;
  margin: 0 0 28px;
  overflow: hidden;
}

.main-footer__logo .logo__img {
  width: 260px;
  max-width: 260px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.main-footer__brand-contacts {
  padding-top: 0;
}
/* === END SMARTHOFF FOOTER LOGO SAFE AREA 20260611 === */

/* === SMARTHOFF FOOTER LOGO RESET 20260611 === */
.main-footer__logo.logo {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.main-footer__logo.logo::before,
.main-footer__logo.logo::after {
  content: none;
}

.main-footer__logo .logo__img {
  flex: 0 0 auto;
  margin: 0;
}
/* === END SMARTHOFF FOOTER LOGO RESET 20260611 === */

/* === SMARTHOFF FOOTER CONTACTS DROP 20260611 === */
.main-footer__logo-box .main-footer__brand-contacts {
  margin-top: 22px;
}
/* === END SMARTHOFF FOOTER CONTACTS DROP 20260611 === */

/* === SMARTHOFF PRODUCT CARD REDESIGN 20260611 === */
.breadcrumbs {
  margin-bottom: 24px;
  color: #6f7f8f;
}

.breadcrumbs a {
  color: #2f7fc4;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(460px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  margin: 0 0 42px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d9e3ea;
  box-shadow: 0 14px 34px rgba(16, 22, 31, .06);
}

.product-card__left,
.product-card__right {
  width: auto;
}

.product-card__gallery {
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0;
}

.gallery-side {
  width: 86px;
  flex: 0 0 86px;
}

.gallery-side__item img {
  width: 86px;
  min-height: 86px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
  border: 2px solid #d9e3ea;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.gallery-side__item:hover img,
.gallery-side .slick-current img {
  border-color: #33c5e0;
  box-shadow: 0 8px 18px rgba(51, 197, 224, .18);
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 22px;
  background: #fff;
  border: 1px solid #edf2f5;
}

.gallery img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.product-card__details {
  margin: 0;
  padding: 0;
}

.product-card__details .params {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 22px;
  color: #6f7f8f;
  font-size: 15px;
  line-height: 1.4;
}

.product-card__details .param-val {
  margin: 0;
}

.product-card__details .param-val b {
  font-weight: 700;
}

.product-card__details .blue {
  color: #2f7fc4;
}

.product-card__name {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}

.product-card__name h1,
.product-card__name .product-card__name-title {
  max-width: 760px;
  color: #10161f;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.22;
  font-weight: 600;
}

.product-card__name a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 120px;
  margin-left: 0;
}

.product-card__name img {
  max-width: 120px;
  max-height: 58px;
  object-fit: contain;
}

.product-card__price-box {
  display: block;
  margin: 0 0 24px;
}

.product-card__price {
  color: #10161f;
}

.product-card__price ins {
  margin: 0;
  font-size: clamp(30px, 2.2vw, 40px);
  line-height: 1.15;
}

.product-card__price strong {
  font-weight: 800;
}

.product-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin: 0 0 24px;
}

.product-card__buttons .nice-number {
  display: grid;
  grid-template-columns: 86px 34px;
  grid-template-rows: repeat(2, 32px);
  margin: 0;
  border: 1px solid #cfe5ef;
  background: #fff;
}

input.product-card__quantity {
  grid-row: 1 / span 2;
  width: 86px;
  height: 64px;
  padding: 0;
  color: #10161f;
  font-size: 24px;
  text-align: center;
  border: 0;
  background: #fff;
}

.product-card__buttons .nice-number button {
  width: 34px;
  height: 32px;
  color: #10161f;
  font-size: 22px;
  line-height: 1;
  background: #33c5e0;
  border: 0;
  border-left: 1px solid #cfe5ef;
  transition: background-color .18s ease;
}

.product-card__buttons .nice-number button:hover {
  background: #65d7ea;
}

.product-card__button {
  min-width: 156px;
  min-height: 64px;
  margin: 0;
  padding: 0 28px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  background: #243447;
  border: 1px solid #243447;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.product-card__button:hover,
.product-card__button:focus {
  color: #ffffff;
  background: #33c5e0;
  border-color: #33c5e0;
  transform: translateY(-1px);
}

.product-card__button--buy {
  min-width: 190px;
  color: #10161f;
  font-weight: 500;
  background: #e8f7fb;
  border-color: #33c5e0;
}

.product-card__button--buy:hover,
.product-card__button--buy:focus {
  color: #10161f;
  background: #33c5e0;
}

.product-card__wish-list-link {
  width: 64px;
  min-height: 64px;
  background-color: #f2f4f6;
  background-size: 31px 28px;
  border: 1px solid #edf2f5;
}

.product-card__wish-list-link:hover,
.product-card__wish-list-link:focus {
  background-color: #e8f7fb;
  border-color: #33c5e0;
}

.product-card__wish-list-link.product-card__wish-list-link--added {
  background-color: #33c5e0;
  border-color: #33c5e0;
}

.startext {
  max-width: 920px;
  margin-top: 10px;
  color: #10161f;
  font-size: 14px;
  line-height: 1.45;
}

.product-tabs {
  margin: 0 0 46px;
}

.product-tabs__head {
  margin-bottom: 0;
}

.product-tabs__head a,
.product-tabs .ui-tabs-active a {
  padding: 16px 42px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  background: #243447;
}

.product-tabs__head a:hover,
.product-tabs .ui-tabs-active a {
  background: #10161f;
}

.product-tabs__content {
  padding: 30px 38px 38px;
  color: #10161f;
  background: #ffffff;
  border: 1px solid #d9e3ea;
  border-top: 4px solid #10161f;
}

.product-tabs__content h2,
.product-tabs__content h3 {
  color: #10161f;
}

@media screen and (max-width: 980px) {
  .product-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .gallery {
    min-height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .product-card {
    padding: 18px;
  }

  .product-card__gallery {
    display: block;
  }

  .gallery-side {
    display: none;
  }

  .gallery {
    min-height: 300px;
    padding: 14px;
  }

  .product-card__name {
    grid-template-columns: 1fr;
  }

  .product-card__name a {
    justify-content: flex-start;
  }

  .product-card__button,
  .product-card__button--buy {
    flex: 1 1 100%;
  }

  .product-card__wish-list-link {
    flex: 0 0 64px;
  }

  .product-tabs__head a,
  .product-tabs .ui-tabs-active a {
    width: 100%;
    padding: 14px 20px;
  }

  .product-tabs__content {
    padding: 22px 18px;
  }
}
/* === END SMARTHOFF PRODUCT CARD REDESIGN 20260611 === */

/* === SMARTHOFF PRODUCT CARD COMPACT FIX 20260611 === */
@media screen and (min-width: 981px) {
  .product-card {
    display: grid !important;
    grid-template-columns: minmax(360px, 42%) minmax(460px, 1fr);
    gap: clamp(26px, 3.2vw, 46px);
    align-items: start;
    padding: 24px 28px;
  }

  .product-card__name--mobile {
    display: none !important;
  }

  .product-card__name--desktop {
    display: grid !important;
  }

  .product-card__left {
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    margin: 0 !important;
  }

  .product-card__right {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
  }
}

.product-card__gallery {
  gap: 18px;
}

.gallery {
  min-height: 390px;
  padding: 16px;
}

.gallery img {
  max-height: 370px;
}

.product-card__details .params {
  margin-bottom: 16px;
}

.product-card__name {
  margin-bottom: 18px;
}

.product-card__price-box {
  margin-bottom: 20px;
}
/* === END SMARTHOFF PRODUCT CARD COMPACT FIX 20260611 === */

/* === SMARTHOFF FOOTER LOGO CYAN 20260611 === */
.main-footer__logo .logo__img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(1320%) hue-rotate(150deg) brightness(91%) contrast(92%);
}
/* === END SMARTHOFF FOOTER LOGO CYAN 20260611 === */

/* === SMARTHOFF HEADER LOGO CYAN FOOTER WHITE 20260611 === */
.main-header .logo__img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(1320%) hue-rotate(150deg) brightness(91%) contrast(92%);
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
}
/* === END SMARTHOFF HEADER LOGO CYAN FOOTER WHITE 20260611 === */


/* === SMARTHOFF FINAL HEADER LOGO DARK 20260611 === */
.main-header .logo__img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(1210%) hue-rotate(169deg) brightness(91%) contrast(92%);
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
}
/* === END SMARTHOFF FINAL HEADER LOGO DARK 20260611 === */

/* === SMARTHOFF FINAL HEADER LAYOUT FIX 20260611 === */
.main-header__top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-header__logo.logo {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  min-width: 240px;
  height: 58px;
  overflow: hidden;
}

.main-header__logo .logo__img {
  position: static !important;
  display: block;
  width: 230px;
  max-width: 230px;
  height: auto;
  margin: 0 !important;
  transform: none !important;
}

.main-header__logo .logo__text {
  display: none !important;
}

.main-header__user-box {
  flex: 1 1 auto;
  min-width: 0;
}

.main-header__search {
  flex: 1 1 auto;
  min-width: 280px;
}

.main-header__search .search__field {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 760px) {
  .main-header__top {
    gap: 14px;
  }

  .search-suggest {
    top: calc(100% + 6px);
  }

  .search-suggest__item {
    min-height: 58px;
    padding: 9px 11px;
  }

  .search-suggest__media {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .search-suggest__media img {
    max-width: 34px;
    max-height: 34px;
  }

  .search-suggest__price {
    display: none;
  }

  .main-header__logo.logo {
    flex-basis: 170px;
    width: 170px;
    min-width: 170px;
    height: 46px;
  }

  .main-header__logo .logo__img {
    width: 165px;
    max-width: 165px;
  }

  .main-header__search {
    min-width: 180px;
  }
}
/* === END SMARTHOFF FINAL HEADER LAYOUT FIX 20260611 === */

/* ========================================================================
   SMARTHOFF CONTACTS PAGE REFRESH 2026-06-17
   ======================================================================== */
.sh-contacts {
  color: #182230;
}

.sh-contacts__intro {
  display: grid;
  grid-template-columns: minmax(260px, 760px) minmax(240px, 420px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.sh-contacts__title {
  margin: 0 0 12px;
  color: #10161f;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.sh-contacts__lead {
  max-width: 780px;
  margin: 0;
  color: #607080;
  font-size: 18px;
}

.sh-contacts__quick {
  display: grid;
  gap: 10px;
  padding: 18px;
  color: #fff;
  background: #1a2332;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-contacts__quick strong {
  font-size: 18px;
  line-height: 1.25;
}

.sh-contacts__quick span {
  color: #c8d8e5;
}

.sh-contacts__layout {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(420px, 7fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 42px;
}

.sh-contacts__panel,
.sh-contacts__map-panel {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-contacts__panel {
  padding: 24px;
}

.sh-contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  grid-auto-flow: dense;
}

.sh-contact-card {
  min-height: 156px;
  padding: 18px;
  border: 1px solid #e3edf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-contact-card:hover {
  transform: translateY(-3px);
  border-color: #b5e8f0;
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.10);
}

.sh-contact-card--wide {
  grid-column: span 2;
  min-height: 132px;
}

.sh-contact-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #159bb4;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-contact-card__main {
  display: grid;
  gap: 6px;
  color: #10161f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.sh-contact-card__text {
  margin: 10px 0 0;
  color: #607080;
}

.sh-contact-card__main a {
  color: #10161f;
}

.sh-contact-card__main a:hover,
.sh-contact-card__main a:focus {
  color: #159bb4;
}

.sh-contacts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.sh-contacts__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sh-contacts__button:hover,
.sh-contacts__button:focus {
  transform: translateY(-2px);
  outline: none;
}

.sh-contacts__button--primary {
  color: #10161f;
  background: #33c5e0;
}

.sh-contacts__button--primary:hover,
.sh-contacts__button--primary:focus {
  background: #57d4e8;
}

.sh-contacts__button--dark {
  color: #fff;
  background: #10161f;
  border-color: #10161f;
}

.sh-contacts__button--dark:hover,
.sh-contacts__button--dark:focus {
  background: #243447;
}

.sh-contacts__button--ghost {
  color: #10161f;
  background: #fff;
  border-color: #bed7e5;
}

.sh-contacts__button--ghost:hover,
.sh-contacts__button--ghost:focus {
  border-color: #33c5e0;
}

.sh-contacts__map-panel {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
}

.sh-contacts__map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  background: #f4f8fb;
}

.sh-contacts__map-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid #dce6ee;
  background: #fff;
}

.sh-contacts__map-caption strong {
  display: block;
  color: #10161f;
  font-size: 18px;
  line-height: 1.25;
}

.sh-contacts__map-caption span {
  display: block;
  margin-top: 4px;
  color: #607080;
}

@media (max-width: 1180px) {
  .sh-contacts__intro,
  .sh-contacts__layout {
    grid-template-columns: 1fr;
  }

  .sh-contacts__map-panel {
    grid-template-rows: 420px auto;
  }
}

@media (max-width: 760px) {
  .sh-contacts__title {
    font-size: 34px;
  }

  .sh-contacts__lead {
    font-size: 16px;
  }

  .sh-contacts__panel {
    padding: 16px;
  }

  .sh-contacts__grid {
    grid-template-columns: 1fr;
  }

  .sh-contact-card--wide {
    grid-column: auto;
  }

  .sh-contacts__actions {
    display: grid;
  }

  .sh-contacts__map-panel {
    grid-template-rows: 320px auto;
  }

  .sh-contacts__map {
    min-height: 320px;
  }
}

/* ========================================================================
   SMARTHOFF PAYMENT PAGE REFRESH 2026-06-17
   ======================================================================== */
.sh-payment {
  color: #182230;
}

.sh-payment__hero {
  display: grid;
  grid-template-columns: minmax(320px, 760px) minmax(280px, 420px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.sh-payment__title {
  margin: 0 0 12px;
  color: #10161f;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.sh-payment__lead {
  max-width: 780px;
  margin: 0;
  color: #607080;
  font-size: 18px;
}

.sh-payment__notice {
  padding: 20px;
  color: #fff;
  background: #1a2332;
  border-left: 8px solid #33c5e0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-payment__notice strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.25;
}

.sh-payment__notice span {
  color: #c8d8e5;
}

.sh-payment__layout {
  display: grid;
  grid-template-columns: minmax(360px, 7fr) minmax(320px, 5fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 42px;
}

.sh-payment__panel,
.sh-payment__requisites {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-payment__panel {
  padding: 28px;
}

.sh-payment__section-title {
  margin: 0 0 18px;
  color: #10161f;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-payment__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.sh-payment-step {
  min-height: 170px;
  padding: 18px;
  border: 1px solid #e3edf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-payment-step:hover {
  transform: translateY(-3px);
  border-color: #b5e8f0;
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.10);
}

.sh-payment-step__num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #10161f;
  font-weight: 900;
  background: #33c5e0;
  border-radius: 50%;
}

.sh-payment-step strong {
  display: block;
  margin-bottom: 8px;
  color: #10161f;
  font-size: 17px;
  line-height: 1.25;
}

.sh-payment-step p {
  margin: 0;
  color: #607080;
}

.sh-payment__docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.sh-payment-doc {
  padding: 14px;
  color: #10161f;
  font-weight: 800;
  text-align: center;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #f8fbfd;
}

.sh-payment__requisites {
  overflow: hidden;
}

.sh-payment__requisites-head {
  padding: 24px 24px 18px;
  color: #fff;
  background: #243447;
}

.sh-payment__requisites-head span {
  display: block;
  margin-bottom: 8px;
  color: #33c5e0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-payment__requisites-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-payment__bank-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-payment__bank-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #dce6ee;
}

.sh-payment__bank-list li:last-child {
  border-bottom: 0;
}

.sh-payment__bank-list span {
  color: #607080;
  font-size: 14px;
}

.sh-payment__bank-list strong {
  color: #10161f;
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word;
}

.sh-payment__note {
  margin: 0;
  padding: 20px 24px;
  color: #607080;
  background: #f8fbfd;
  border-top: 1px solid #dce6ee;
}

@media (max-width: 1180px) {
  .sh-payment__hero,
  .sh-payment__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .sh-payment__steps,
  .sh-payment__docs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .sh-payment__title {
    font-size: 34px;
  }

  .sh-payment__lead {
    font-size: 16px;
  }

  .sh-payment__panel {
    padding: 18px;
  }

  .sh-payment__bank-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* ========================================================================
   SMARTHOFF DELIVERY PAGE FULL WIDTH 2026-06-17
   ======================================================================== */
.sh-page-delivery .block-content {
  display: block;
}

.sh-page-delivery .block-content > .sidebar {
  display: none;
}

.sh-page-delivery .block-content > .content {
  width: 100%;
  max-width: none;
  padding-top: 10px;
}
/* SMARTHOFF DELIVERY PAGE REFRESH 2026-06-17 */
.sh-delivery {
  color: #182230;
}

.sh-delivery__hero {
  display: grid;
  grid-template-columns: minmax(320px, 780px) minmax(280px, 420px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.sh-delivery__title {
  margin: 0 0 12px;
  color: #10161f;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
}

.sh-delivery__lead {
  max-width: 820px;
  margin: 0;
  color: #607080;
  font-size: 18px;
  line-height: 1.55;
}

.sh-delivery__notice {
  padding: 20px;
  color: #fff;
  background: #1a2332;
  border-left: 8px solid #33c5e0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-delivery__notice strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.25;
}

.sh-delivery__notice span {
  color: #c8d8e5;
}

.sh-delivery__layout {
  display: grid;
  grid-template-columns: minmax(360px, 7fr) minmax(320px, 5fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 42px;
}

.sh-delivery__panel,
.sh-delivery__side {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-delivery__panel {
  padding: 28px;
}

.sh-delivery__section-title {
  margin: 0 0 18px;
  color: #10161f;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-delivery__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.sh-delivery-card {
  min-height: 156px;
  padding: 18px;
  border: 1px solid #e3edf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-delivery-card:hover {
  transform: translateY(-3px);
  border-color: #b5e8f0;
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.10);
}

.sh-delivery-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #159bb4;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-delivery-card strong {
  display: block;
  margin-bottom: 8px;
  color: #10161f;
  font-size: 18px;
  line-height: 1.25;
}

.sh-delivery-card p {
  margin: 0;
  color: #607080;
  line-height: 1.5;
}

.sh-delivery__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sh-delivery-step {
  padding: 16px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #f8fbfd;
}

.sh-delivery-step span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #10161f;
  font-weight: 900;
  background: #33c5e0;
  border-radius: 50%;
}

.sh-delivery-step strong {
  display: block;
  color: #10161f;
  font-size: 16px;
  line-height: 1.25;
}

.sh-delivery__side {
  overflow: hidden;
}

.sh-delivery__side-head {
  padding: 24px 24px 18px;
  color: #fff;
  background: #243447;
}

.sh-delivery__side-head span {
  display: block;
  margin-bottom: 8px;
  color: #33c5e0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-delivery__side-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-delivery__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-delivery__list li {
  padding: 18px 24px;
  border-bottom: 1px solid #dce6ee;
}

.sh-delivery__list li:last-child {
  border-bottom: 0;
}

.sh-delivery__list strong {
  display: block;
  margin-bottom: 4px;
  color: #10161f;
}

.sh-delivery__list span {
  color: #607080;
  line-height: 1.5;
}

.sh-delivery__summary {
  margin: 0;
  padding: 20px 24px;
  color: #10161f;
  font-weight: 800;
  background: #f8fbfd;
  border-top: 1px solid #dce6ee;
}

@media (max-width: 1180px) {
  .sh-delivery__hero,
  .sh-delivery__layout {
    grid-template-columns: 1fr;
  }

  .sh-delivery__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sh-delivery__title {
    font-size: 36px;
  }

  .sh-delivery__lead {
    font-size: 16px;
  }

  .sh-delivery__panel {
    padding: 18px;
  }

  .sh-delivery__cards,
  .sh-delivery__steps {
    grid-template-columns: 1fr;
  }
}
/* SMARTHOFF ABOUT PAGE REFRESH 2026-06-17 */
.sh-about {
  color: #182230;
}

.sh-about__hero {
  display: grid;
  grid-template-columns: minmax(360px, 850px) minmax(280px, 420px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.sh-about__title {
  margin: 0 0 12px;
  color: #10161f;
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: 0;
}

.sh-about__lead {
  max-width: 890px;
  margin: 0;
  color: #607080;
  font-size: 18px;
  line-height: 1.6;
}

.sh-about__notice {
  padding: 22px;
  color: #fff;
  background: #1a2332;
  border-left: 8px solid #33c5e0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-about__notice strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.25;
}

.sh-about__notice span {
  color: #c8d8e5;
}

.sh-about__grid {
  display: grid;
  grid-template-columns: minmax(360px, 7fr) minmax(320px, 5fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 42px;
}

.sh-about__panel,
.sh-about__side,
.sh-about__process {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-about__panel,
.sh-about__process {
  padding: 28px;
}

.sh-about__section-title {
  margin: 0 0 18px;
  color: #10161f;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-about__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sh-about-card {
  min-height: 158px;
  padding: 18px;
  border: 1px solid #e3edf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-about-card:hover {
  transform: translateY(-3px);
  border-color: #b5e8f0;
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.10);
}

.sh-about-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #159bb4;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-about-card strong {
  display: block;
  margin-bottom: 8px;
  color: #10161f;
  font-size: 18px;
  line-height: 1.25;
}

.sh-about-card p {
  margin: 0;
  color: #607080;
  line-height: 1.5;
}

.sh-about__side {
  overflow: hidden;
}

.sh-about__side-head {
  padding: 24px 24px 18px;
  color: #fff;
  background: #243447;
}

.sh-about__side-head span {
  display: block;
  margin-bottom: 8px;
  color: #33c5e0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-about__side-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-about__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-about__list li {
  padding: 18px 24px;
  border-bottom: 1px solid #dce6ee;
}

.sh-about__list li:last-child {
  border-bottom: 0;
}

.sh-about__list strong {
  display: block;
  margin-bottom: 4px;
  color: #10161f;
}

.sh-about__list span {
  color: #607080;
  line-height: 1.5;
}

.sh-about__process {
  margin-bottom: 42px;
}

.sh-about__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sh-about-step {
  padding: 16px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #f8fbfd;
}

.sh-about-step span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #10161f;
  font-weight: 900;
  background: #33c5e0;
  border-radius: 50%;
}

.sh-about-step strong {
  display: block;
  margin-bottom: 6px;
  color: #10161f;
  font-size: 16px;
  line-height: 1.25;
}

.sh-about-step p {
  margin: 0;
  color: #607080;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .sh-about__hero,
  .sh-about__grid {
    grid-template-columns: 1fr;
  }

  .sh-about__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sh-about__title {
    font-size: 36px;
  }

  .sh-about__lead {
    font-size: 16px;
  }

  .sh-about__panel,
  .sh-about__process {
    padding: 18px;
  }

  .sh-about__cards,
  .sh-about__steps {
    grid-template-columns: 1fr;
  }
}
/* SMARTHOFF CATALOG PAGE REFRESH 2026-06-17 */
.sh-page-catalog .block-content {
  display: block;
}

.sh-page-catalog .block-content > .sidebar {
  display: none;
}

.sh-page-catalog .block-content > .content {
  width: 100%;
  max-width: none;
  padding-top: 10px;
}

.sh-page-catalog .block-content > .content > h1 {
  display: none;
}

.sh-catalog {
  --sh-catalog-tile-size: clamp(170px, 12vw, 340px);
  color: #182230;
}

.sh-catalog__hero {
  display: grid;
  grid-template-columns: minmax(360px, 850px) minmax(280px, 430px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.sh-catalog__title {
  margin: 0 0 12px;
  color: #10161f;
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: 0;
}

.sh-catalog__lead {
  max-width: 920px;
  margin: 0;
  color: #607080;
  font-size: 18px;
  line-height: 1.6;
}

.sh-catalog__assist {
  padding: 22px;
  color: #fff;
  background: #1a2332;
  border-left: 8px solid #33c5e0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-catalog__assist strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.25;
}

.sh-catalog__assist span {
  display: block;
  color: #c8d8e5;
}

.sh-catalog__assist-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  color: #10161f;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background: #33c5e0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.sh-catalog__assist-action:hover,
.sh-catalog__assist-action:focus {
  color: #10161f;
  text-decoration: none;
  background: #57d4e8;
  transform: translateY(-2px);
  outline: none;
}

.sh-catalog__assist-action:focus-visible {
  outline: 3px solid #ffcc33;
  outline-offset: 3px;
}

.sh-catalog__search {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-catalog__search input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid #b8d8e7;
  border-radius: 4px;
  color: #182230;
  font: inherit;
}

.sh-catalog .sh-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #10161f;
  font-weight: 900;
  text-align: center;
  background: #33c5e0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.sh-catalog .sh-button:hover,
.sh-catalog .sh-button:focus {
  transform: translateY(-2px);
  background: #57d4e8;
  outline: none;
}

.sh-catalog__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 42px;
}

.sh-catalog__panel,
.sh-catalog__side,
.sh-catalog__tasks {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 22, 31, 0.10);
}

.sh-catalog__panel,
.sh-catalog__side {
  height: auto;
}

.sh-catalog__panel,
.sh-catalog__tasks {
  padding: 28px;
}

.sh-catalog__section-title {
  margin: 0 0 18px;
  color: #10161f;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-catalog__photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--sh-catalog-tile-size));
  gap: 14px;
  justify-content: start;
}

.sh-catalog-photo-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(72px, auto);
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-catalog-photo-card:hover,
.sh-catalog-photo-card:focus {
  transform: translateY(-3px);
  border-color: #b5e8f0;
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.10);
  outline: none;
}

.sh-catalog-photo-card__image {
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  padding: 12px 12px 4px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.sh-catalog-photo-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.22s ease;
}

.sh-catalog-photo-card:hover .sh-catalog-photo-card__image img,
.sh-catalog-photo-card:focus .sh-catalog-photo-card__image img {
  transform: scale(1.04);
}

.sh-catalog-photo-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px 12px 12px;
  color: #10161f;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.22;
  text-align: center;
}

.sh-catalog__side {
  overflow: hidden;
}

.sh-catalog__side-head {
  padding: 24px 24px 18px;
  color: #fff;
  background: #243447;
}

.sh-catalog__side-head span {
  display: block;
  margin-bottom: 8px;
  color: #33c5e0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sh-catalog__side-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sh-catalog__producer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.sh-catalog-producer {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.sh-catalog-producer:hover,
.sh-catalog-producer:focus {
  transform: translateY(-2px);
  border-color: #b5e8f0;
  box-shadow: 0 10px 20px rgba(36, 52, 71, 0.10);
  outline: none;
}

.sh-catalog-producer img {
  display: block;
  max-width: 132px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sh-catalog__producer-note {
  margin: 0;
  padding: 0 24px 18px;
  color: #607080;
  line-height: 1.5;
}

.sh-catalog__producer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin: 0 18px 18px;
  color: #10161f;
  font-weight: 900;
  text-align: center;
  background: #33c5e0;
  border-radius: 4px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.sh-catalog__producer-link:hover,
.sh-catalog__producer-link:focus {
  transform: translateY(-2px);
  background: #57d4e8;
  outline: none;
}

.sh-catalog__tasks {
  margin-bottom: 0;
}

.sh-catalog__task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sh-catalog-task {
  padding: 16px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #f8fbfd;
}

.sh-catalog-task strong {
  display: block;
  margin-bottom: 6px;
  color: #10161f;
  font-size: 16px;
  line-height: 1.25;
}

.sh-catalog-task p {
  margin: 0;
  color: #607080;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .sh-catalog__hero,
  .sh-catalog__layout {
    grid-template-columns: 1fr;
  }

  .sh-catalog__producer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sh-catalog__task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sh-catalog__title {
    font-size: 36px;
  }

  .sh-catalog__lead {
    font-size: 16px;
  }

  .sh-catalog__search {
    grid-template-columns: 1fr;
  }

  .sh-catalog__panel,
  .sh-catalog__tasks {
    padding: 18px;
  }

  .sh-catalog__assist-action {
    width: 100%;
  }

  .sh-catalog__photo-grid,
  .sh-catalog__task-grid {
    grid-template-columns: 1fr;
  }

  .sh-catalog__producer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



/* === SMARTHOFF HEADER SOCIAL CLS CORRECTION 20260624 === */
.socials__links {
  flex: 0 0 auto;
  align-items: center;
}

.socials__links .soc__item,
.socials__links .soc__item a,
.socials__links .soc__item img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.socials__links .soc__item {
  display: flex;
}

.socials__links .soc__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials__links .soc__item img {
  display: block;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}
/* === END SMARTHOFF HEADER SOCIAL CLS CORRECTION 20260624 === */

/* === CAREL HUMIDIFIER TECH SPECS 20260625 === */
.product-specs {
  margin: 0;
}

.product-specs__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.product-specs__summary-item {
  padding: 12px 14px;
  border: 1px solid #cfe7f0;
  background: #f8fcfe;
}

.product-specs__summary-label {
  display: block;
  margin: 0 0 4px;
  color: #6f7f90;
  font-size: 13px;
}

.product-specs__summary-value {
  display: block;
  color: #101923;
  font: 700 17px/1.2 'Play', Arial, sans-serif;
}

.product-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
}

.product-specs__group {
  min-width: 0;
}

.product-specs__group-title {
  margin: 0 0 12px;
  color: #101923;
  font: 700 18px/1.25 'Play', Arial, sans-serif;
}

.product-specs__rows {
  border-top: 1px solid #d9e6ef;
}

.product-specs__row {
  display: grid;
  grid-template-columns: minmax(160px, 52%) minmax(120px, 48%);
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid #d9e6ef;
}

.product-specs__name {
  color: #7a8794;
}

.product-specs__value {
  color: #101923;
  font-weight: 600;
}

.product-description--carel {
  max-width: 980px;
}

.product-description--carel h2 {
  margin-bottom: 14px;
}

.product-description--carel p {
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .product-specs__grid,
  .product-specs__summary {
    grid-template-columns: 1fr;
  }
}

/* === SMARTHOFF ENGINEERING SYSTEMS NAVIGATION 2026-08-20 === */
.main-nav__dropdown--catalog {
  width: 390px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.main-nav__section-label {
  padding: 12px 25px 7px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav__item-level-2--system .main-nav__link-level-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.35;
}

.sh-catalog__systems {
  margin: 26px 0 34px;
  padding: 28px;
  border: 1px solid #d6e2ec;
  border-radius: 8px;
  background: #f7fafc;
}

.sh-catalog__systems-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.sh-catalog__systems-head h2 {
  margin: 0 0 6px;
  color: #111b27;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
}

.sh-catalog__systems-head p {
  max-width: 760px;
  margin: 0;
  color: #5a6c7d;
  font-size: 16px;
  line-height: 1.55;
}

.sh-catalog__systems-all {
  flex: 0 0 auto;
  color: #137fa3;
  font-weight: 700;
  text-decoration: none;
}

.sh-catalog__systems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--sh-catalog-tile-size));
  gap: 14px;
  justify-content: start;
}

.sh-catalog-system-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(72px, auto);
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d6e2ec;
  border-radius: 8px;
  background: #fff;
  color: #111b27;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sh-catalog-system-card:nth-child(-n+2) {
  grid-column: auto;
}

.sh-catalog-system-card strong {
  display: flex;
  grid-row: 2;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 72px;
  padding: 10px 12px 12px;
  color: #10161f;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.22;
  text-align: center;
}

.sh-catalog-system-card img {
  display: block;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 80%;
  height: 80%;
  min-width: 0;
  min-height: 0;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.sh-catalog-system-card:hover {
  border-color: #33c5e0;
  box-shadow: 0 12px 28px rgba(36, 52, 71, .10);
  transform: translateY(-2px);
}

.sh-systems {
  --sh-navy: #243447;
  --sh-ink: #111b27;
  --sh-muted: #5a6c7d;
  --sh-cyan: #33c5e0;
  --sh-border: #d6e2ec;
  --sh-surface: #f7fafc;
  margin: 18px 0 72px;
  color: var(--sh-ink);
}

.sh-systems *,
.sh-systems *::before,
.sh-systems *::after {
  box-sizing: border-box;
}

.sh-systems__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background: var(--sh-navy);
  color: #fff;
}

.sh-systems__hero--compact {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.sh-systems__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--sh-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sh-systems__hero h1 {
  max-width: 960px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.08;
}

.sh-systems__hero p {
  max-width: 880px;
  margin: 0;
  color: #dce6ef;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
}

.sh-systems__hero-action {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 4px;
  background: var(--sh-cyan);
  color: #102131;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.sh-systems__section {
  margin-top: 42px;
}

.sh-systems__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.sh-systems__section h2 {
  margin: 0;
  color: var(--sh-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
}

.sh-systems__section-intro {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--sh-muted);
  font-size: 16px;
  line-height: 1.55;
}

.sh-systems__direction-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.sh-systems__direction {
  display: grid;
  grid-template-rows: 150px auto;
  grid-column: span 2;
  min-height: 292px;
  overflow: hidden;
  border: 1px solid var(--sh-border);
  border-radius: 8px;
  background: #fff;
  color: var(--sh-ink);
  text-decoration: none;
}

.sh-systems__direction:nth-child(-n+2) {
  grid-column: span 3;
}

.sh-systems__direction-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--sh-surface);
}

.sh-systems__direction-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sh-systems__direction-body {
  display: block;
  padding: 20px;
}

.sh-systems__direction h2,
.sh-systems__direction h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.sh-systems__direction p {
  margin: 0;
  color: var(--sh-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sh-systems__direction:hover,
.sh-systems__equipment-link:hover,
.sh-systems__product:hover {
  border-color: var(--sh-cyan);
  box-shadow: 0 12px 28px rgba(36, 52, 71, .10);
}

.sh-systems__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 30px;
}

.sh-systems__equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sh-systems__equipment-link {
  display: block;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--sh-border);
  border-radius: 8px;
  background: #fff;
  color: var(--sh-ink);
  text-decoration: none;
}

.sh-systems__equipment-link strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.35;
}

.sh-systems__equipment-link span {
  color: var(--sh-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sh-systems__brands {
  padding: 24px;
  border-radius: 8px;
  background: var(--sh-navy);
  color: #fff;
}

.sh-systems__brands h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
}

.sh-systems__brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sh-systems__brand-list a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.sh-systems__brand-list a:hover {
  border-color: var(--sh-cyan);
  color: var(--sh-cyan);
}

.sh-systems__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sh-systems__product {
  display: grid;
  grid-template-rows: 190px auto;
  overflow: hidden;
  border: 1px solid var(--sh-border);
  border-radius: 8px;
  background: #fff;
  color: var(--sh-ink);
  text-decoration: none;
}

.sh-systems__product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: var(--sh-surface);
}

.sh-systems__product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sh-systems__product-body {
  padding: 18px;
}

.sh-systems__product-body strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.35;
}

.sh-systems__product-body span {
  color: var(--sh-muted);
  font-size: 13px;
  line-height: 1.4;
}

.sh-systems__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 48px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 8px;
  background: var(--sh-navy);
  color: #fff;
}

.sh-systems__cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 34px);
}

.sh-systems__cta p {
  max-width: 760px;
  margin: 0;
  color: #dce6ef;
  font-size: 16px;
  line-height: 1.55;
}

.sh-systems__cta a {
  display: flex;
  min-width: 210px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 4px;
  background: var(--sh-cyan);
  color: #102131;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.sh-systems a:focus-visible,
.sh-catalog__systems a:focus-visible,
.main-nav__dropdown a:focus-visible {
  outline: 3px solid #ffcc33;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .sh-systems__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-systems__direction,
  .sh-systems__direction:nth-child(-n+2) {
    grid-column: span 3;
  }
}

@media (max-width: 767px) {
  .main-nav__dropdown--catalog {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .main-nav__section-label {
    padding-right: 40px;
    padding-left: 40px;
    background: #079de2;
    color: rgba(255, 255, 255, .78);
  }

  .sh-catalog__systems {
    padding: 18px;
  }

  .sh-catalog__systems-head,
  .sh-systems__section-head {
    display: block;
  }

  .sh-catalog__systems-all {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 10px;
  }

  .sh-catalog__systems-grid,
  .sh-systems__direction-grid {
    grid-template-columns: 1fr;
  }

  .sh-catalog-system-card,
  .sh-catalog-system-card:nth-child(-n+2),
  .sh-systems__direction,
  .sh-systems__direction:nth-child(-n+2) {
    grid-column: auto;
  }

  .sh-systems {
    margin-bottom: 48px;
  }

  .sh-systems__hero,
  .sh-systems__hero--compact,
  .sh-systems__content-grid,
  .sh-systems__cta {
    grid-template-columns: 1fr;
  }

  .sh-systems__hero {
    align-items: start;
    gap: 24px;
  }

  .sh-systems__hero-action,
  .sh-systems__cta a {
    width: 100%;
  }

  .sh-systems__equipment-grid,
  .sh-systems__brand-list,
  .sh-systems__product-grid {
    grid-template-columns: 1fr;
  }

  .sh-systems__product {
    grid-template-rows: 180px auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-catalog-system-card {
    transition: none;
  }

  .sh-catalog-system-card:hover {
    transform: none;
  }
}
/* === END SMARTHOFF ENGINEERING SYSTEMS NAVIGATION === */

@media (max-width: 560px) {
  .product-specs__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* === END CAREL HUMIDIFIER TECH SPECS 20260625 === */

/* === PRODUCT PAYMENT AND DELIVERY TAB 20260627 === */
.product-payment-delivery {
  max-width: 1040px;
}

.product-payment-delivery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-payment-delivery__card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d9e6ef;
  background: #f8fcfe;
}

.product-payment-delivery__label {
  display: inline-block;
  margin: 0 0 8px;
  color: #0c91d2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-payment-delivery__title {
  margin: 0 0 12px;
  color: #101923;
  font: 700 20px/1.25 'Play', Arial, sans-serif;
}

.product-payment-delivery__card p {
  margin: 0 0 14px;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.55;
}

.product-payment-delivery__list {
  margin: 0 0 18px;
  padding-left: 18px;
  color: #344353;
}

.product-payment-delivery__list li {
  margin: 0 0 8px;
  line-height: 1.45;
}

.product-payment-delivery__link {
  display: inline-flex;
  align-items: center;
  color: #0c91d2;
  font-weight: 700;
  text-decoration: none;
}

.product-payment-delivery__link:hover,
.product-payment-delivery__link:focus {
  color: #0677ad;
  text-decoration: underline;
}

.product-payment-delivery__note {
  margin: 18px 0 0;
  color: #6f7f90;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .product-payment-delivery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-payment-delivery__card {
    padding: 18px;
  }

  .product-payment-delivery__title {
    font-size: 18px;
  }
}
/* === END PRODUCT PAYMENT AND DELIVERY TAB 20260627 === */

/* === SMARTHOFF DESKTOP CLS STABILIZATION 20260625 === */
.socials__links,
.socials__links .soc__item,
.socials__links .soc__item a {
  flex-shrink: 0;
}

.socials__links .soc__item,
.socials__links .soc__item a {
  width: 28px;
  height: 28px;
}

.main-footer__logo .logo__img {
  width: 230px;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1276 / 222;
}

@media screen and (min-width: 761px) and (max-width: 1289px) {
  .main-header__logo.logo {
    flex: 0 0 58px !important;
    height: 58px !important;
    max-height: 58px;
  }
}

@media screen and (max-width: 760px) {
  .main-header__logo.logo {
    flex: 0 0 46px !important;
    height: 46px !important;
    max-height: 46px;
  }
}
/* === END SMARTHOFF DESKTOP CLS STABILIZATION 20260625 === */

/* === SMARTHOFF HOME PRODUCT BLOCK CLS STABILIZATION 20260626 === */
.sh-page-home .stock__bottom {
  align-items: flex-start;
  min-height: 620px;
}

.sh-page-home .stock-slider {
  box-sizing: border-box;
  min-height: 560px;
}

.sh-page-home .stock-slider__box {
  min-height: 455px;
  overflow: hidden;
}

.sh-page-home .stock-slider__box:not(.slick-initialized) .stock-slider__item:nth-child(n + 2) {
  display: none;
}

.sh-page-home .stock-slider__box:not(.slick-initialized) .stock-slider__product {
  width: 100%;
}

.sh-page-home .top-sales {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 620px;
}

.sh-page-home .top-sales__list {
  min-height: 500px;
  align-items: stretch;
}

.sh-page-home .top-sales__item {
  min-width: 0;
}

.sh-page-home .top-sales__item .product-item {
  height: 100%;
  min-height: 430px;
}

.sh-page-home .top-sales__item .product-item__img-box {
  flex: 0 0 147px;
}

.sh-page-home .top-sales__item .product-item__body {
  min-height: 250px;
}

@media screen and (max-width: 1289px) {
  .sh-page-home .stock__bottom {
    min-height: 0;
  }

  .sh-page-home .stock-slider {
    min-height: 520px;
  }

  .sh-page-home .stock-slider__box {
    min-height: 410px;
  }

  .sh-page-home .top-sales {
    min-height: 0;
  }
}

@media screen and (max-width: 760px) {
  .sh-page-home .stock-slider {
    min-height: 500px;
  }

  .sh-page-home .stock-slider__box {
    min-height: 390px;
  }

  .sh-page-home .top-sales__list {
    min-height: 430px;
  }

  .sh-page-home .top-sales__item .product-item {
    min-height: 400px;
  }
}
/* === END SMARTHOFF HOME PRODUCT BLOCK CLS STABILIZATION 20260626 === */

/* === SMARTHOFF HOME HEADER CLS STABILIZATION 20260626 === */
.sh-page-home .main-header > .container {
  min-height: 142px;
}

.sh-page-home .main-header__top {
  min-height: 58px;
}

.sh-page-home .main-header__logo.logo {
  flex: 0 0 240px !important;
  width: 240px !important;
  min-width: 240px;
  height: 58px !important;
  max-height: 58px;
  aspect-ratio: 240 / 58;
}

.sh-page-home .main-header__logo .logo__img {
  width: 230px;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1276 / 222;
}

.sh-page-home .main-header__nav {
  min-height: 49px;
}

.sh-page-home .sh-home-hero {
  min-height: 620px;
}

@media screen and (max-width: 1290px) {
  .sh-page-home .main-header > .container {
    min-height: 248px;
  }

  .sh-page-home .main-header__top {
    min-height: 178px;
  }

  .sh-page-home .main-header__logo.logo {
    flex: 0 0 58px !important;
    width: 240px !important;
    min-width: 240px;
    height: 58px !important;
    max-height: 58px;
  }
}

@media screen and (max-width: 760px) {
  .sh-page-home .main-header > .container {
    min-height: 248px;
  }

  .sh-page-home .main-header__top {
    min-height: 178px;
  }

  .sh-page-home .main-header__logo.logo {
    flex: 0 0 46px !important;
    width: 170px !important;
    min-width: 170px;
    height: 46px !important;
    max-height: 46px;
    aspect-ratio: 170 / 46;
  }

  .sh-page-home .main-header__logo .logo__img {
    width: 165px;
    max-width: 165px;
  }

  .sh-page-home .main-header__nav {
    min-height: 49px;
  }

  .sh-page-home .sh-home-hero {
    min-height: 760px;
  }
}
/* === END SMARTHOFF HOME HEADER CLS STABILIZATION 20260626 === */

/* === SMARTHOFF SITEWIDE FULL-WIDTH CHROME 20260626 === */
body {
  --sh-site-content-max: 1784px;
  --sh-site-gutter: clamp(16px, 3vw, 48px);
  overflow-x: hidden;
}

.main-header__nav {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(var(--sh-site-gutter), calc((100vw - var(--sh-site-content-max)) / 2));
  padding-right: max(var(--sh-site-gutter), calc((100vw - var(--sh-site-content-max)) / 2));
}

.head-section {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(calc(var(--sh-site-gutter) + 79px), calc((100vw - var(--sh-site-content-max)) / 2 + 79px));
  padding-right: max(var(--sh-site-gutter), calc((100vw - var(--sh-site-content-max)) / 2));
  border-left: 0;
  border-right: 0;
}

.head-section::before {
  left: max(var(--sh-site-gutter), calc((100vw - var(--sh-site-content-max)) / 2));
}

.feedback--selection {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding-left: max(calc(var(--sh-site-gutter) + 50px), calc((100vw - var(--sh-site-content-max)) / 2 + 50px));
  padding-right: max(calc(var(--sh-site-gutter) + 80px), calc((100vw - var(--sh-site-content-max)) / 2 + 80px));
}

.sh-page-home .main-header__nav,
.sh-page-home .head-section,
.sh-page-home .feedback--selection {
  margin-left: calc(50% - 50vw);
}

@media (max-width: 760px) {
  .main-header__nav {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .head-section {
    padding-left: 75px;
    padding-right: 16px;
  }

  .head-section::before {
    left: 0;
  }

  .feedback--selection {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* === END SMARTHOFF SITEWIDE FULL-WIDTH CHROME 20260626 === */

/* === SMARTHOFF HOME WEEK PRODUCT FEATURE CARD 20260626 === */
@media screen and (min-width: 1291px) {
  .sh-page-home .stock__bottom {
    align-items: stretch;
  }

  .sh-page-home .stock-slider {
    flex: 0 0 clamp(330px, 20vw, 380px);
    width: clamp(330px, 20vw, 380px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-color: #203247;
    border-radius: 5px;
  }

  .sh-page-home .stock-slider h3 {
    flex: 0 0 auto;
    margin-bottom: 24px;
  }

  .sh-page-home .stock-slider__box,
  .sh-page-home .stock-slider__box .slick-list,
  .sh-page-home .stock-slider__box .slick-track,
  .sh-page-home .stock-slider__box .slick-slide,
  .sh-page-home .stock-slider__box .slick-slide > div,
  .sh-page-home .stock-slider__item {
    min-height: 0;
    height: 100%;
  }

  .sh-page-home .stock-slider__box {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .sh-page-home .stock-slider__box .slick-list {
    flex: 1 1 auto;
  }

  .sh-page-home .stock-slider__product {
    height: 100%;
    min-height: 0;
  }

  .sh-page-home .stock-slider__img {
    flex: 1 1 auto;
    min-height: 280px;
    height: auto;
    margin-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sh-page-home .stock-slider__name {
    font-size: 18px;
    line-height: 1.25;
  }

  .sh-page-home .stock-slider__article {
    margin-top: 0;
  }

  .sh-page-home .stock-slider__add-to-cart {
    margin-top: auto;
    gap: 12px;
  }
}
/* === END SMARTHOFF HOME WEEK PRODUCT FEATURE CARD 20260626 === */

/* === SMARTHOFF PRODUCER HUB 20260715 === */
.sh-brand-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.sh-brand-title h1 {
  margin-bottom: 0;
}

.sh-brand-count {
  color: #5c6f82;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.sh-brand-hub {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  margin: 4px 0 18px;
  padding: 18px;
  color: #243447;
  border: 1px solid #c9e3ec;
  border-radius: 6px;
  background: #f7fbfd;
}

.sh-brand-hub__logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding-top: 2px;
}

.sh-brand-hub__logo img {
  width: auto;
  max-width: 118px;
  max-height: 68px;
  object-fit: contain;
}

.sh-brand-hub__content {
  min-width: 0;
}

.sh-brand-intro p {
  margin: 0 0 8px;
  color: #334a5f;
  font-size: 14px;
  line-height: 1.55;
}

.sh-brand-intro p:last-child {
  margin-bottom: 0;
}

.sh-brand-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.sh-brand-links a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  color: #1367b1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid #b9dce8;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.sh-brand-links a:hover,
.sh-brand-links a:focus {
  color: #0d536f;
  border-color: #33c5e0;
  background: #eefafd;
}

.sh-brand-guide {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #c9e3ec;
}

.sh-brand-guide summary {
  position: relative;
  padding: 2px 28px 2px 0;
  color: #20394f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.sh-brand-guide summary::-webkit-details-marker {
  display: none;
}

.sh-brand-guide summary::after {
  position: absolute;
  top: 1px;
  right: 2px;
  content: "+";
  color: #1598b2;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.sh-brand-guide[open] summary::after {
  content: "−";
}

.sh-brand-guide__body {
  padding-top: 14px;
  color: #334a5f;
  font-size: 14px;
  line-height: 1.6;
}

.sh-brand-guide__body h2 {
  margin: 22px 0 8px;
  color: #20394f;
  font-size: 20px;
  line-height: 1.3;
}

.sh-brand-guide__body h2:first-child {
  margin-top: 0;
}

.sh-brand-guide__body h3 {
  margin: 16px 0 5px;
  color: #243447;
  font-size: 16px;
  line-height: 1.35;
}

.sh-brand-guide__body p,
.sh-brand-guide__body ul {
  margin: 0 0 10px;
}

.sh-brand-guide__body ul {
  padding-left: 22px;
}

.sh-brand-guide__body a {
  color: #1367b1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.sh-brand-cta {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 4px solid #33c5e0;
  background: #edf8fb;
}

.sh-brand-cta strong {
  color: #20394f;
  font-size: 16px;
}

.sh-brand-cta a {
  width: fit-content;
  margin-top: 3px;
  font-weight: 700;
}

/* === SMARTHOFF BRAND HUBS LIGHT BATCH 20260901 === */
.sh-brand-hub--carel {
  grid-template-columns: 164px minmax(0, 1fr);
}

.sh-brand-hub--ss-regeltechnik {
  grid-template-columns: 184px minmax(0, 1fr);
}

.sh-brand-hub--sense {
  grid-template-columns: 184px minmax(0, 1fr);
}

.sh-brand-hub--rgp {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--rievtech {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--atekon {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--systeme-electric {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--uniray {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--carel .sh-brand-hub__logo,
.sh-brand-hub--rgp .sh-brand-hub__logo,
.sh-brand-hub--rievtech .sh-brand-hub__logo,
.sh-brand-hub--atekon .sh-brand-hub__logo,
.sh-brand-hub--systeme-electric .sh-brand-hub__logo,
.sh-brand-hub--uniray .sh-brand-hub__logo,
.sh-brand-hub--ss-regeltechnik .sh-brand-hub__logo,
.sh-brand-hub--sense .sh-brand-hub__logo {
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px 14px;
  background: #fff;
}

.sh-brand-hub--carel .sh-brand-hub__logo img { width: 112px; max-width: 100%; max-height: 68px; }
.sh-brand-hub--rgp .sh-brand-hub__logo img { width: 150px; max-width: 100%; max-height: 76px; }
.sh-brand-hub--rievtech .sh-brand-hub__logo img { width: 148px; max-width: 100%; max-height: 68px; }
.sh-brand-hub--atekon .sh-brand-hub__logo img { width: 146px; max-width: 100%; max-height: 68px; }
.sh-brand-hub--systeme-electric .sh-brand-hub__logo img { width: 152px; max-width: 100%; max-height: 72px; }
.sh-brand-hub--uniray .sh-brand-hub__logo img { width: 150px; max-width: 100%; max-height: 68px; }
.sh-brand-hub--ss-regeltechnik .sh-brand-hub__logo img { width: 158px; max-width: 100%; max-height: 72px; }
.sh-brand-hub--sense .sh-brand-hub__logo img { width: 158px; max-width: 100%; max-height: 68px; }

@media screen and (max-width: 768px) {
  .product-card__name--mobile img[src$="/small_shop_producer_image153.svg"],
  .product-card__name--mobile img[src$="/small_shop_producer_image170.jpg"] {
    display: block;
    width: auto;
    max-width: 136px;
    max-height: 54px;
    margin: 0 auto 12px;
    object-fit: contain;
  }
}

@media (max-width: 760px) {
  .sh-brand-hub--carel { grid-template-columns: 1fr; }
  .sh-brand-hub--rgp { grid-template-columns: 1fr; }
  .sh-brand-hub--rievtech { grid-template-columns: 1fr; }
  .sh-brand-hub--atekon { grid-template-columns: 1fr; }
  .sh-brand-hub--systeme-electric { grid-template-columns: 1fr; }
  .sh-brand-hub--uniray { grid-template-columns: 1fr; }
  .sh-brand-hub--ss-regeltechnik { grid-template-columns: 1fr; }
  .sh-brand-hub--sense { grid-template-columns: 1fr; }

  .sh-brand-hub--carel .sh-brand-hub__logo,
  .sh-brand-hub--rgp .sh-brand-hub__logo,
  .sh-brand-hub--rievtech .sh-brand-hub__logo,
  .sh-brand-hub--atekon .sh-brand-hub__logo,
  .sh-brand-hub--systeme-electric .sh-brand-hub__logo,
  .sh-brand-hub--uniray .sh-brand-hub__logo,
  .sh-brand-hub--ss-regeltechnik .sh-brand-hub__logo,
  .sh-brand-hub--sense .sh-brand-hub__logo {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 12px 14px;
  }

  .sh-brand-hub--carel .sh-brand-hub__logo img,
  .sh-brand-hub--rgp .sh-brand-hub__logo img,
  .sh-brand-hub--rievtech .sh-brand-hub__logo img,
  .sh-brand-hub--atekon .sh-brand-hub__logo img,
  .sh-brand-hub--systeme-electric .sh-brand-hub__logo img,
  .sh-brand-hub--uniray .sh-brand-hub__logo img,
  .sh-brand-hub--ss-regeltechnik .sh-brand-hub__logo img,
  .sh-brand-hub--sense .sh-brand-hub__logo img {
    width: 136px;
    max-width: 136px;
    max-height: 60px;
  }
}
/* === END SMARTHOFF BRAND HUBS LIGHT BATCH === */

/* DASTECH: compact frequency-drive hub in the SMARTHOFF engineering palette. */
.sh-brand-hub--dastech {
  --sh-dastech-navy: #243447;
  --sh-dastech-navy-deep: #10161f;
  --sh-dastech-navy-soft: #172b3d;
  --sh-dastech-divider: #375066;
  --sh-dastech-accent: #33c5e0;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7e2e9;
  border-top: 3px solid var(--sh-dastech-navy);
  background: #f8fbfd;
}

.sh-brand-hub--dastech .sh-brand-hub__logo {
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 22px 18px;
  border-right: 1px solid #d7e2e9;
  background: var(--sh-dastech-navy);
}

.sh-brand-hub--dastech .sh-brand-hub__logo img {
  width: 158px;
  height: auto;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
}

.sh-brand-hub--dastech .sh-brand-intro {
  padding: 18px 22px 16px;
}

.sh-brand-hub--dastech .sh-brand-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--sh-dastech-navy-deep);
  background: var(--sh-dastech-navy);
}

.sh-brand-hub--dastech .sh-brand-links a {
  position: relative;
  min-height: 50px;
  padding: 11px 40px 11px 14px;
  color: #f3f7fa;
  border: 0;
  border-right: 1px solid var(--sh-dastech-divider);
  border-bottom: 1px solid var(--sh-dastech-divider);
  border-radius: 0;
  background: var(--sh-dastech-navy);
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-brand-hub--dastech .sh-brand-links a:nth-child(2n) {
  border-right: 0;
}

.sh-brand-hub--dastech .sh-brand-links a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.sh-brand-hub--dastech .sh-brand-links a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\2192";
  color: var(--sh-dastech-accent);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-brand-hub--dastech .sh-brand-links a:hover,
.sh-brand-hub--dastech .sh-brand-links a:focus {
  color: var(--sh-dastech-navy-deep);
  background: var(--sh-dastech-accent);
}

.sh-brand-hub--dastech .sh-brand-links a:hover::after,
.sh-brand-hub--dastech .sh-brand-links a:focus::after {
  color: var(--sh-dastech-navy-deep);
  transform: translate(2px, -50%);
}

.sh-brand-hub--dastech .sh-brand-links a:focus-visible {
  z-index: 1;
  outline: 2px solid #e8fbff;
  outline-offset: -4px;
}

.sh-brand-hub--dastech .sh-brand-links a:active {
  background: #27b7d2;
}

.sh-brand-hub--dastech .sh-brand-guide {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid var(--sh-dastech-divider);
  background: var(--sh-dastech-navy-soft);
}

.sh-brand-hub--dastech .sh-brand-guide summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 44px 11px 14px;
  color: #f3f7fa;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-brand-hub--dastech .sh-brand-guide summary:hover,
.sh-brand-hub--dastech .sh-brand-guide summary:focus {
  background: var(--sh-dastech-navy);
}

.sh-brand-hub--dastech .sh-brand-guide summary:focus-visible {
  outline: 2px solid var(--sh-dastech-accent);
  outline-offset: -4px;
}

.sh-brand-hub--dastech .sh-brand-guide summary::after {
  top: 50%;
  right: 16px;
  color: var(--sh-dastech-accent);
  transform: translateY(-50%);
}

.sh-brand-hub--dastech .sh-brand-guide__body {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 20px 22px 22px;
  border-top: 1px solid #d7e2e9;
  background: #f8fbfd;
}

.sh-brand-hub--dastech .sh-brand-cta {
  border: 1px solid #b9dce8;
  background: #edf8fb;
}

@media (max-width: 760px) {
  .sh-brand-hub--dastech {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .sh-brand-hub--dastech .sh-brand-hub__logo {
    justify-content: flex-start;
    min-height: 0;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--sh-dastech-divider);
  }

  .sh-brand-hub--dastech .sh-brand-hub__logo img {
    width: 136px;
    max-width: 136px;
    max-height: 58px;
  }

  .sh-brand-hub--dastech .sh-brand-intro {
    padding: 14px 16px 13px;
  }

  .sh-brand-hub--dastech .sh-brand-links a {
    min-height: 52px;
    padding: 9px 32px 9px 10px;
    font-size: 12px;
  }

  .sh-brand-hub--dastech .sh-brand-links a::after {
    right: 10px;
    font-size: 15px;
  }

  .sh-brand-hub--dastech .sh-brand-guide summary {
    min-height: 48px;
    padding: 10px 40px 10px 12px;
    font-size: 13px;
  }

  .sh-brand-hub--dastech .sh-brand-guide__body {
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .sh-brand-hub--dastech .sh-brand-links {
    grid-template-columns: 1fr;
  }

  .sh-brand-hub--dastech .sh-brand-links a {
    border-right: 0;
    border-bottom: 1px solid var(--sh-dastech-divider);
  }

  .sh-brand-hub--dastech .sh-brand-links a:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--sh-dastech-divider);
  }

  .sh-brand-hub--dastech .sh-brand-links a:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-brand-hub--dastech .sh-brand-links a,
  .sh-brand-hub--dastech .sh-brand-links a::after,
  .sh-brand-hub--dastech .sh-brand-guide summary {
    transition: none;
  }
}
/* === END SMARTHOFF PRODUCER HUB 20260715 === */

/* === SMARTHOFF HUMIDIFIER CATEGORY SEO 20260716 === */
.sh-humidifier-nav {
  --sh-humidifier-navy: #243447;
  --sh-humidifier-navy-deep: #10161f;
  --sh-humidifier-divider: #375066;
  --sh-humidifier-accent: #33c5e0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--sh-humidifier-divider);
  border-radius: 8px;
  background: var(--sh-humidifier-navy);
}

.sh-humidifier-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding: 11px 38px 11px 14px;
  color: #eef5f8;
  border-right: 1px solid var(--sh-humidifier-divider);
  border-bottom: 1px solid var(--sh-humidifier-divider);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-humidifier-nav a:nth-child(3n) {
  border-right: 0;
}

.sh-humidifier-nav a:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.sh-humidifier-nav a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\2192";
  color: var(--sh-humidifier-accent);
  font-size: 17px;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-humidifier-nav a:hover,
.sh-humidifier-nav a:focus {
  color: var(--sh-humidifier-navy-deep);
  background: var(--sh-humidifier-accent);
}

.sh-humidifier-nav a:hover::after,
.sh-humidifier-nav a:focus::after {
  color: var(--sh-humidifier-navy-deep);
  transform: translate(2px, -50%);
}

.sh-humidifier-nav a:focus-visible {
  z-index: 1;
  outline: 2px solid #e8fbff;
  outline-offset: -4px;
}

.sh-humidifier-nav a:active {
  background: #27b7d2;
}

.sh-filter-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.sh-filter-title h1 {
  margin-bottom: 0;
}

.sh-filter-count {
  color: #5c6f82;
  font-size: 14px;
  font-weight: 700;
}

.sh-filter-landing {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-top: 2px solid #243447;
  border-bottom: 1px solid #cbd8df;
  background: #f5f9fb;
  color: #243447;
}

.sh-filter-landing p {
  max-width: 980px;
  margin: 0 0 12px;
  line-height: 1.55;
}

.sh-filter-landing p:last-child {
  margin-bottom: 0;
}

.sh-filter-landing__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
  border-top: 1px solid #cbd8df;
  border-bottom: 1px solid #cbd8df;
}

.sh-filter-landing__facts span {
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid #cbd8df;
  line-height: 1.4;
}

.sh-filter-landing__facts span:first-child {
  padding-left: 0;
}

.sh-filter-landing__facts span:last-child {
  padding-right: 0;
  border-right: 0;
}

.sh-filter-landing a {
  color: #087fa0;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sh-filter-landing a:hover,
.sh-filter-landing a:focus {
  color: #243447;
}

@media (max-width: 760px) {
  .sh-humidifier-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-humidifier-nav a:nth-child(3n) {
    border-right: 1px solid var(--sh-humidifier-divider);
  }

  .sh-humidifier-nav a:nth-child(2n) {
    border-right: 0;
  }

  .sh-humidifier-nav a:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--sh-humidifier-divider);
  }

  .sh-humidifier-nav a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .sh-filter-landing__facts {
    grid-template-columns: 1fr;
  }

  .sh-filter-landing__facts span,
  .sh-filter-landing__facts span:first-child,
  .sh-filter-landing__facts span:last-child {
    padding: 9px 0;
    border-right: 0;
    border-bottom: 1px solid #cbd8df;
  }

  .sh-filter-landing__facts span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .sh-humidifier-nav {
    grid-template-columns: 1fr;
  }

  .sh-humidifier-nav a,
  .sh-humidifier-nav a:nth-child(2n),
  .sh-humidifier-nav a:nth-child(3n),
  .sh-humidifier-nav a:nth-last-child(-n + 2),
  .sh-humidifier-nav a:nth-last-child(-n + 3) {
    min-height: 50px;
    border-right: 0;
    border-bottom: 1px solid var(--sh-humidifier-divider);
  }

  .sh-humidifier-nav a:last-child {
    border-bottom: 0;
  }

  .sh-filter-landing {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-humidifier-nav a,
  .sh-humidifier-nav a::after {
    transition: none;
  }
}
/* === END SMARTHOFF HUMIDIFIER CATEGORY SEO 20260716 === */

/* CAREL technical specifications v2: scoped to the new product block only. */
.product-specs--carel-v2 {
  --carel-specs-navy: #22384e;
  --carel-specs-accent: #2fbdd3;
  --carel-specs-border: #d7e6ed;
  --carel-specs-muted: #66798c;
  --carel-specs-soft: #f5fafc;
  color: #14202d;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.product-specs--carel-v2 .product-specs__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  border: 1px solid var(--carel-specs-border);
  border-top: 4px solid var(--carel-specs-accent);
  background: var(--carel-specs-soft);
}

.product-specs--carel-v2 .product-specs__summary-item {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 18px 20px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.product-specs--carel-v2 .product-specs__summary-item + .product-specs__summary-item {
  border-left: 1px solid var(--carel-specs-border);
}

.product-specs--carel-v2 .product-specs__summary-label {
  color: var(--carel-specs-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-specs--carel-v2 .product-specs__summary-value {
  color: var(--carel-specs-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.product-specs--carel-v2 .product-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.product-specs--carel-v2 .product-specs__group {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--carel-specs-border);
  background: #fff;
}

.product-specs--carel-v2 .product-specs__group-title {
  margin: 0;
  padding: 13px 16px;
  border-left: 5px solid var(--carel-specs-accent);
  background: var(--carel-specs-navy);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.product-specs--carel-v2 .product-specs__rows {
  padding: 0 16px;
}

.product-specs--carel-v2 .product-specs__row {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--carel-specs-border);
}

.product-specs--carel-v2 .product-specs__row:last-child {
  border-bottom: 0;
}

.product-specs--carel-v2 .product-specs__name {
  color: var(--carel-specs-muted);
  font-weight: 600;
}

.product-specs--carel-v2 .product-specs__value {
  color: #14202d;
  font-weight: 700;
}

.product-specs--carel-v2 .product-specs__source {
  display: flex;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid var(--carel-specs-border);
  border-left: 5px solid var(--carel-specs-accent);
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  background: var(--carel-specs-soft);
  color: var(--carel-specs-muted);
  font-size: 14px;
}

.product-specs--carel-v2 .product-specs__source-label {
  color: var(--carel-specs-navy);
  font-weight: 800;
}

.product-specs--carel-v2 .product-specs__source a {
  color: #168db2;
  font-weight: 700;
  text-decoration: none;
}

.product-specs--carel-v2 .product-specs__source a:hover,
.product-specs--carel-v2 .product-specs__source a:focus {
  color: var(--carel-specs-navy);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .product-specs--carel-v2 .product-specs__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-specs--carel-v2 .product-specs__summary-item:nth-child(3) {
    border-left: 0;
  }

  .product-specs--carel-v2 .product-specs__summary-item:nth-child(n + 3) {
    border-top: 1px solid var(--carel-specs-border);
  }

  .product-specs--carel-v2 .product-specs__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .product-specs--carel-v2 {
    font-size: 15px;
  }

  .product-specs--carel-v2 .product-specs__summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-specs--carel-v2 .product-specs__summary-item {
    min-height: 0;
    padding: 14px 16px;
    border-top: 1px solid var(--carel-specs-border);
    border-left: 0 !important;
  }

  .product-specs--carel-v2 .product-specs__summary-item:first-child {
    border-top: 0;
  }

  .product-specs--carel-v2 .product-specs__summary-value {
    font-size: 18px;
  }

  .product-specs--carel-v2 .product-specs__grid {
    gap: 20px;
  }

  .product-specs--carel-v2 .product-specs__group-title {
    padding: 12px 14px;
    font-size: 16px;
  }

  .product-specs--carel-v2 .product-specs__rows {
    padding: 0 14px;
  }

  .product-specs--carel-v2 .product-specs__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 11px 0;
  }

  .product-specs--carel-v2 .product-specs__source {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* === SMARTHOFF SENSOR PRODUCT GUIDES 20260728 === */
.sh-product-guides {
  --sh-guides-navy: #172b3d;
  --sh-guides-navy-soft: #20394f;
  --sh-guides-divider: #375066;
  --sh-guides-accent: #33c5e0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.7fr);
  gap: 24px;
  margin: 28px 0 34px;
  padding: 22px;
  color: #f3f7fa;
  border-top: 3px solid var(--sh-guides-accent);
  border-radius: 6px;
  background: var(--sh-guides-navy);
}

.sh-product-guides__intro {
  align-self: center;
  min-width: 0;
}

.sh-product-guides__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: var(--sh-guides-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.sh-product-guides__heading {
  margin: 0 0 8px;
  color: #f3f7fa;
  font-family: "Play", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.sh-product-guides__lead {
  margin: 0;
  color: #c2d0db;
  font-size: 14px;
  line-height: 1.5;
}

.sh-product-guides__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.sh-product-guides--humidifiers {
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 2fr);
}

.sh-product-guides--humidifiers .sh-product-guides__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sh-product-guides__link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 104px;
  padding: 15px 46px 15px 16px;
  color: #f3f7fa;
  border: 1px solid var(--sh-guides-divider);
  border-radius: 4px;
  background: var(--sh-guides-navy-soft);
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sh-product-guides__link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "\2192";
  color: var(--sh-guides-accent);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.sh-product-guides__title,
.sh-product-guides__description {
  display: block;
  min-width: 0;
}

.sh-product-guides__title {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.sh-product-guides__description {
  margin-top: 6px;
  color: #c2d0db;
  font-size: 13px;
  line-height: 1.45;
}

.sh-product-guides__link:hover,
.sh-product-guides__link:focus {
  color: #10161f;
  border-color: var(--sh-guides-accent);
  background: var(--sh-guides-accent);
  text-decoration: none;
}

.sh-product-guides__link:hover .sh-product-guides__description,
.sh-product-guides__link:focus .sh-product-guides__description,
.sh-product-guides__link:hover::after,
.sh-product-guides__link:focus::after {
  color: #20394f;
}

.sh-product-guides__link:hover::after,
.sh-product-guides__link:focus::after {
  transform: translate(2px, -50%);
}

.sh-product-guides__link:focus-visible {
  outline: 2px solid #e8fbff;
  outline-offset: -4px;
}

@media (max-width: 900px) {
  .sh-product-guides {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (min-width: 621px) and (max-width: 1180px) {
  .sh-product-guides--humidifiers {
    grid-template-columns: 1fr;
  }

  .sh-product-guides--humidifiers .sh-product-guides__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-product-guides--humidifiers .sh-product-guides__link:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .sh-product-guides {
    margin: 22px 0 28px;
    padding: 17px 14px;
  }

  .sh-product-guides__heading {
    font-size: 20px;
  }

  .sh-product-guides__links {
    grid-template-columns: 1fr;
  }

  .sh-product-guides--humidifiers .sh-product-guides__links {
    grid-template-columns: 1fr;
  }

  .sh-product-guides__link {
    min-height: 92px;
    padding: 14px 42px 14px 14px;
  }

  .sh-product-guides__link::after {
    right: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-product-guides__link,
  .sh-product-guides__link::after {
    transition: none;
  }
}
/* === END SMARTHOFF SENSOR PRODUCT GUIDES 20260728 === */

/* === SMARTHOFF HUMIDIFIER PRODUCT FAQ 20260730 === */
.sh-product-faq {
  --sh-faq-ink: #172b3d;
  --sh-faq-muted: #5c6f82;
  --sh-faq-line: #cbd8e2;
  --sh-faq-surface: #f3f7fa;
  --sh-faq-accent: #33c5e0;
  box-sizing: border-box;
  margin: 28px 0 20px;
  color: var(--sh-faq-ink);
  border: 1px solid var(--sh-faq-line);
  border-top: 3px solid var(--sh-faq-accent);
  border-radius: 6px;
  background: var(--sh-faq-surface);
}

.sh-product-faq__header {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
  column-gap: 28px;
  align-items: end;
  padding: 20px 22px 18px;
}

.sh-product-faq__eyebrow {
  grid-column: 1;
  display: block;
  margin: 0 0 6px;
  color: #168da5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.sh-product-faq__heading {
  grid-column: 1;
  margin: 0;
  color: var(--sh-faq-ink);
  font-family: "Play", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.sh-product-faq__lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  max-width: 62ch;
  margin: 0;
  color: var(--sh-faq-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sh-product-faq__items {
  border-top: 1px solid var(--sh-faq-line);
}

.sh-product-faq__item {
  margin: 0;
  border-bottom: 1px solid var(--sh-faq-line);
}

.sh-product-faq__item:last-child {
  border-bottom: 0;
}

.sh-product-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 54px;
  padding: 14px 56px 14px 22px;
  color: var(--sh-faq-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.sh-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.sh-product-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  content: "+";
  color: #168da5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.sh-product-faq__item[open] summary::after {
  content: "\2212";
}

.sh-product-faq__item summary:hover {
  color: #10161f;
  background: #e8f3f7;
}

.sh-product-faq__item summary:focus-visible {
  outline: 2px solid #168da5;
  outline-offset: -3px;
}

.sh-product-faq__answer {
  max-width: 75ch;
  padding: 0 56px 18px 22px;
  color: #344b60;
  font-size: 15px;
  line-height: 1.65;
}

.sh-product-faq__answer p {
  margin: 0;
}

.sh-product-faq__answer a {
  color: #087b96;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sh-product-faq__answer a:hover,
.sh-product-faq__answer a:focus {
  color: #172b3d;
}

@media (max-width: 720px) {
  .sh-product-faq {
    margin: 22px 0 18px;
  }

  .sh-product-faq__header {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 17px 15px 15px;
  }

  .sh-product-faq__eyebrow,
  .sh-product-faq__heading,
  .sh-product-faq__lead {
    grid-column: 1;
    grid-row: auto;
  }

  .sh-product-faq__heading {
    font-size: 20px;
  }

  .sh-product-faq__item summary {
    min-height: 56px;
    padding: 14px 46px 14px 15px;
    font-size: 15px;
  }

  .sh-product-faq__item summary::after {
    right: 13px;
  }

  .sh-product-faq__answer {
    padding: 0 15px 17px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-product-faq__item summary {
    transition: none;
  }
}
/* === END SMARTHOFF HUMIDIFIER PRODUCT FAQ 20260730 === */

/* === SMARTHOFF PRODUCT REPLACEMENT 20260728 === */
.product-replacement {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin: 16px 0 6px;
  padding: 14px;
  border: 1px solid #b8dbe2;
  border-left: 4px solid #33c5e0;
  border-radius: 6px;
  background: #f4f8fa;
  color: #243447;
}

.gallery.snyato {
  position: relative;
  overflow: hidden;
}

.product-replacement__media {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid #d9e5ea;
  border-radius: 4px;
  background: #fff;
}

.product-replacement__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-replacement__content {
  min-width: 0;
}

.product-replacement__status,
.product-replacement__label,
.product-replacement__product,
.product-replacement__marking,
.product-replacement__name {
  display: block;
}

.product-replacement__status {
  margin: 0 0 4px;
  color: #8d2831;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-replacement__label {
  margin: 0 0 5px;
  color: #5c6f82;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.product-replacement__product {
  color: #20394f;
  text-decoration: none;
}

.product-replacement__product:hover,
.product-replacement__product:focus {
  color: #087ca0;
  text-decoration: none;
}

.product-replacement__product:focus-visible,
.product-replacement__action:focus-visible {
  outline: 2px solid #33c5e0;
  outline-offset: 3px;
}

.product-replacement__marking {
  margin-bottom: 2px;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.product-replacement__name {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-replacement__action {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 9px;
  padding: 0 12px;
  border-radius: 4px;
  background: #243447;
  color: #f3f7fa;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.product-replacement__action::after {
  margin-left: 8px;
  content: "\2192";
  color: #33c5e0;
  font-size: 16px;
}

.product-replacement__action:hover,
.product-replacement__action:focus {
  background: #33c5e0;
  color: #10161f;
  text-decoration: none;
}

.product-replacement__action:hover::after,
.product-replacement__action:focus::after {
  color: #10161f;
}

@media (max-width: 620px) {
  .product-replacement {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 11px;
    padding: 12px;
  }

  .product-replacement__media {
    width: 62px;
    height: 62px;
  }

  .product-replacement__marking {
    font-size: 16px;
  }

  .product-replacement__action {
    min-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-replacement__action {
    transition: none;
  }
}
/* === END SMARTHOFF PRODUCT REPLACEMENT 20260728 === */

/* === SMARTHOFF MOBILE PRODUCT GALLERY 20260728 === */
@media screen and (max-width: 640px) {
  .product-card__gallery {
    display: block !important;
    width: 100%;
    min-width: 0;
    margin-bottom: 28px;
  }

  .product-card__gallery .gallery-side {
    display: none !important;
  }

  .product-card__gallery .gallery {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 12px;
    overflow: hidden;
  }

  .product-card__gallery .gallery:not(.slick-initialized) > * {
    width: 100%;
    height: 100%;
  }

  .product-card__gallery .gallery .slick-list,
  .product-card__gallery .gallery .slick-track,
  .product-card__gallery .gallery .slick-slide,
  .product-card__gallery .gallery .slick-slide > div {
    height: 100%;
    min-height: 0;
  }

  .product-card__gallery .gallery .slick-list {
    width: 100%;
  }

  .product-card__gallery .gallery__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .product-card__gallery .gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .product-card__gallery .gallery .slick-dots {
    bottom: 8px;
    z-index: 2;
  }
}
/* === END SMARTHOFF MOBILE PRODUCT GALLERY 20260728 === */

/* === SMARTHOFF PRODUCT SPECS V2 20260728 === */
/* SMARTHOFF product technical specifications v2. */
.product-specs--smarthoff-v2 {
  --sh-specs-navy: #22384e;
  --sh-specs-accent: #2fbdd3;
  --sh-specs-border: #d7e6ed;
  --sh-specs-muted: #66798c;
  --sh-specs-soft: #f5fafc;
  color: #14202d;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.product-specs--smarthoff-v2 .product-specs__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  border: 1px solid var(--sh-specs-border);
  border-top: 4px solid var(--sh-specs-accent);
  background: var(--sh-specs-soft);
}

.product-specs--smarthoff-v2 .product-specs__summary-item {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 18px 20px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.product-specs--smarthoff-v2
  .product-specs__summary-item
  + .product-specs__summary-item {
  border-left: 1px solid var(--sh-specs-border);
}

.product-specs--smarthoff-v2 .product-specs__summary-label {
  color: var(--sh-specs-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-specs--smarthoff-v2 .product-specs__summary-value {
  color: var(--sh-specs-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.product-specs--smarthoff-v2 .product-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.product-specs--smarthoff-v2 .product-specs__group {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--sh-specs-border);
  background: #fff;
}

.product-specs--smarthoff-v2 .product-specs__group-title {
  margin: 0;
  padding: 13px 16px;
  border-left: 5px solid var(--sh-specs-accent);
  background: var(--sh-specs-navy);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.product-specs--smarthoff-v2 .product-specs__rows {
  padding: 0 16px;
}

.product-specs--smarthoff-v2 .product-specs__row {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sh-specs-border);
}

.product-specs--smarthoff-v2 .product-specs__row:last-child {
  border-bottom: 0;
}

.product-specs--smarthoff-v2 .product-specs__name {
  color: var(--sh-specs-muted);
  font-weight: 600;
}

.product-specs--smarthoff-v2 .product-specs__value {
  color: #14202d;
  font-weight: 700;
}

.product-specs--smarthoff-v2 .product-specs__source {
  display: flex;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid var(--sh-specs-border);
  border-left: 5px solid var(--sh-specs-accent);
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  background: var(--sh-specs-soft);
  color: var(--sh-specs-muted);
  font-size: 14px;
}

.product-specs--smarthoff-v2 .product-specs__source-label {
  color: var(--sh-specs-navy);
  font-weight: 800;
}

.product-specs--smarthoff-v2 .product-specs__source a {
  color: #168db2;
  font-weight: 700;
  text-decoration: none;
}

.product-specs--smarthoff-v2 .product-specs__source a:hover,
.product-specs--smarthoff-v2 .product-specs__source a:focus {
  color: var(--sh-specs-navy);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .product-specs--smarthoff-v2 .product-specs__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-specs--smarthoff-v2 .product-specs__summary-item:nth-child(3) {
    border-left: 0;
  }

  .product-specs--smarthoff-v2
    .product-specs__summary-item:nth-child(n + 3) {
    border-top: 1px solid var(--sh-specs-border);
  }

  .product-specs--smarthoff-v2 .product-specs__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .product-specs--smarthoff-v2 {
    font-size: 15px;
  }

  .product-specs--smarthoff-v2 .product-specs__summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-specs--smarthoff-v2 .product-specs__summary-item {
    min-height: 0;
    padding: 14px 16px;
    border-top: 1px solid var(--sh-specs-border);
    border-left: 0 !important;
  }

  .product-specs--smarthoff-v2
    .product-specs__summary-item:first-child {
    border-top: 0;
  }

  .product-specs--smarthoff-v2 .product-specs__summary-value {
    font-size: 18px;
  }

  .product-specs--smarthoff-v2 .product-specs__grid {
    gap: 20px;
  }

  .product-specs--smarthoff-v2 .product-specs__group-title {
    padding: 12px 14px;
    font-size: 16px;
  }

  .product-specs--smarthoff-v2 .product-specs__rows {
    padding: 0 14px;
  }

  .product-specs--smarthoff-v2 .product-specs__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 11px 0;
  }

  .product-specs--smarthoff-v2 .product-specs__source {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* === END SMARTHOFF PRODUCT SPECS V2 20260728 === */

/* === SMARTHOFF CART AND CHECKOUT V2 20260730 === */
.smarthoff-cart,
.smarthoff-checkout,
.smarthoff-order-success {
  --shc-ink: #142331;
  --shc-ink-strong: #101a24;
  --shc-muted: #53697a;
  --shc-muted-soft: #728493;
  --shc-surface: #fbfdff;
  --shc-surface-soft: #f3f8fb;
  --shc-line: #d8e4eb;
  --shc-line-strong: #b8d3df;
  --shc-primary: #0b78b2;
  --shc-primary-hover: #086796;
  --shc-accent: #33c5e0;
  --shc-accent-soft: #e8f8fb;
  --shc-error: #b42318;
  --shc-error-soft: #fff1f0;
  --shc-success: #16794a;
  --shc-success-soft: #eaf7f0;
  --shc-radius-card: 8px;
  --shc-radius-control: 6px;
  --shc-shadow: 0 14px 38px rgba(30, 70, 94, 0.10);
  color: var(--shc-ink);
  font-variant-numeric: tabular-nums;
}

.smarthoff-cart *,
.smarthoff-checkout *,
.smarthoff-order-success * {
  box-sizing: border-box;
}

.smarthoff-cart h1,
.smarthoff-checkout h1,
.smarthoff-order-success h1 {
  margin: 0;
  color: var(--shc-ink-strong);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.smarthoff-cart h2,
.smarthoff-checkout h2 {
  margin: 0;
  color: var(--shc-ink-strong);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.smarthoff-checkout-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  color: var(--shc-muted);
  font-size: 0.9375rem;
  font-weight: 700;
}

.smarthoff-checkout-progress li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.smarthoff-checkout-progress li + li::before {
  content: "";
  width: 56px;
  height: 1px;
  margin-right: 4px;
  background: var(--shc-line-strong);
}

.smarthoff-checkout-progress li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--shc-muted);
  border: 1px solid var(--shc-line-strong);
  border-radius: 50%;
  background: var(--shc-surface);
}

.smarthoff-checkout-progress li.is-current,
.smarthoff-checkout-progress li.is-complete {
  color: var(--shc-ink-strong);
}

.smarthoff-checkout-progress li.is-current > span {
  color: var(--shc-ink-strong);
  border-color: var(--shc-accent);
  background: var(--shc-accent);
}

.smarthoff-checkout-progress li.is-complete > span {
  color: var(--shc-surface);
  border-color: var(--shc-primary);
  background: var(--shc-primary);
}

.smarthoff-checkout-progress a {
  color: inherit;
  text-decoration: none;
}

.smarthoff-checkout-progress a:hover {
  color: var(--shc-primary);
}

.smarthoff-checkout-progress a:focus-visible,
.smarthoff-cart a:focus-visible,
.smarthoff-cart button:focus-visible,
.smarthoff-checkout a:focus-visible,
.smarthoff-checkout button:focus-visible,
.smarthoff-checkout input:focus-visible,
.smarthoff-checkout textarea:focus-visible,
.smarthoff-checkout select:focus-visible,
.smarthoff-order-success a:focus-visible {
  outline: 3px solid var(--shc-primary);
  outline-offset: 3px;
}

.smarthoff-ui-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: currentColor;
}

.smarthoff-ui-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--shc-icon) center / contain no-repeat;
  mask: var(--shc-icon) center / contain no-repeat;
}

.smarthoff-ui-icon--courier {
  --shc-icon: url("/images/smarthoff-checkout/delivery-courier-moscow.svg");
}

.smarthoff-ui-icon--truck {
  --shc-icon: url("/images/smarthoff-checkout/delivery-transport-company.svg");
}

.smarthoff-ui-icon--bank {
  --shc-icon: url("/images/smarthoff-checkout/payment-bank-transfer.svg");
}

.smarthoff-ui-icon--package {
  --shc-icon: url("/images/smarthoff-checkout/option-fallback.svg");
}

.smarthoff-ui-icon--trash {
  --shc-icon: url("/images/smarthoff-checkout/action-trash.svg");
}

/* Cart */
.smarthoff-cart__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.smarthoff-cart__heading p,
.smarthoff-checkout__heading p {
  margin: 8px 0 0;
  color: var(--shc-muted);
  font-size: 1rem;
}

.smarthoff-cart__clear {
  min-height: 44px;
  padding: 11px 0;
  color: var(--shc-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smarthoff-cart__clear:hover {
  color: var(--shc-error);
}

.smarthoff-cart__status {
  margin-bottom: 12px;
  color: var(--shc-muted);
  font-size: 0.875rem;
}

.smarthoff-cart__status:empty {
  display: none;
}

.smarthoff-cart__table-wrap {
  overflow: hidden;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface);
}

.smarthoff-cart .smarthoff-cart__table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.smarthoff-cart .smarthoff-cart__table th,
.smarthoff-cart .smarthoff-cart__table td {
  border: 0;
  border-bottom: 1px solid var(--shc-line);
  background: transparent;
  text-align: left;
  vertical-align: middle;
}

.smarthoff-cart .smarthoff-cart__table th {
  padding: 14px 16px;
  color: var(--shc-muted);
  background: var(--shc-surface-soft);
  font-size: 0.8125rem;
  font-weight: 700;
}

.smarthoff-cart .smarthoff-cart__table td {
  padding: 20px 16px;
  color: var(--shc-ink);
  font-size: 1rem;
}

.smarthoff-cart .smarthoff-cart__table tr:last-child td {
  border-bottom: 0;
}

.smarthoff-cart__image-column {
  width: 112px;
}

.smarthoff-cart__action-column {
  width: 76px;
}

.smarthoff-cart__image {
  width: 112px;
  text-align: center !important;
}

.smarthoff-cart .smarthoff-cart__image img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  object-fit: contain;
}

.smarthoff-cart__product {
  overflow-wrap: anywhere;
}

.smarthoff-cart__product-name {
  display: inline-block;
  color: var(--shc-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.smarthoff-cart__product-name:hover {
  color: var(--shc-primary-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.smarthoff-cart__marking {
  display: block;
  margin-top: 7px;
  color: var(--shc-muted);
  font-size: 0.8125rem;
  line-height: 1.4;
}

.smarthoff-cart .smarthoff-cart__quantity {
  display: flex;
  width: 158px;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.smarthoff-cart .smarthoff-cart__quantity button,
.smarthoff-cart .smarthoff-cart__quantity input {
  float: none;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid var(--shc-line-strong);
  border-radius: 0;
  background: var(--shc-surface);
  color: var(--shc-ink-strong);
  font-size: 1.125rem;
  line-height: 44px;
  text-align: center;
}

.smarthoff-cart .smarthoff-cart__quantity button {
  cursor: pointer;
  transition: color 140ms cubic-bezier(0.25, 1, 0.5, 1), background-color 140ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-cart .smarthoff-cart__quantity button:first-child {
  border-radius: var(--shc-radius-control) 0 0 var(--shc-radius-control);
}

.smarthoff-cart .smarthoff-cart__quantity button:last-child {
  border-radius: 0 var(--shc-radius-control) var(--shc-radius-control) 0;
}

.smarthoff-cart .smarthoff-cart__quantity input {
  border-right: 0;
  border-left: 0;
  font-size: 1rem;
}

.smarthoff-cart .smarthoff-cart__quantity button:hover {
  color: var(--shc-primary);
  background: var(--shc-accent-soft);
}

.smarthoff-cart .smarthoff-cart__quantity button:active,
.smarthoff-cart__remove:active,
.smarthoff-cart__checkout:active,
.smarthoff-checkout__submit:active {
  transform: translateY(1px);
}

.smarthoff-cart__price,
.smarthoff-cart__sum {
  width: 150px;
  white-space: nowrap;
}

.smarthoff-cart__sum {
  color: var(--shc-ink-strong) !important;
  font-weight: 800;
}

.smarthoff-cart__actions {
  width: 76px;
  text-align: center !important;
}

.smarthoff-cart .smarthoff-cart__remove {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--shc-muted);
  border: 1px solid transparent;
  border-radius: var(--shc-radius-control);
  background: transparent;
  cursor: pointer;
  transition: color 140ms cubic-bezier(0.25, 1, 0.5, 1), border-color 140ms cubic-bezier(0.25, 1, 0.5, 1), background-color 140ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-cart .smarthoff-cart__remove .smarthoff-ui-icon {
  width: 22px;
  height: 22px;
}

.smarthoff-cart .smarthoff-cart__remove:hover {
  color: var(--shc-error);
  border-color: #f3c7c3;
  background: var(--shc-error-soft);
}

.smarthoff-cart__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 40px;
  align-items: start;
  margin-top: 28px;
}

.smarthoff-cart__reassurance {
  max-width: 560px;
  padding-top: 12px;
}

.smarthoff-cart__reassurance strong {
  display: block;
  margin-bottom: 7px;
  color: var(--shc-ink-strong);
  font-size: 1.125rem;
}

.smarthoff-cart__reassurance p {
  max-width: 58ch;
  margin: 0;
  color: var(--shc-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.smarthoff-cart-total {
  padding: 22px;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface-soft);
}

.smarthoff-cart-total__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  color: var(--shc-muted);
}

.smarthoff-cart-total__row strong {
  color: var(--shc-ink);
}

.smarthoff-cart-total__row--discount,
.smarthoff-cart-total__row--discount strong {
  color: var(--shc-success);
}

.smarthoff-cart-total__row--grand {
  margin-top: 10px;
  padding-top: 17px;
  border-top: 1px solid var(--shc-line-strong);
  color: var(--shc-ink-strong);
  font-size: 1.25rem;
  font-weight: 800;
}

.smarthoff-cart-total__row--grand strong {
  font-size: 1.5rem;
}

.smarthoff-cart .smarthoff-cart__checkout.button {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin-top: 20px;
  padding: 14px 20px;
  color: var(--shc-surface);
  border: 1px solid var(--shc-primary);
  border-radius: var(--shc-radius-control);
  background: var(--shc-primary);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 100ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-cart .smarthoff-cart__checkout.button:hover {
  border-color: var(--shc-primary-hover);
  background: var(--shc-primary-hover);
}

.smarthoff-cart__error {
  margin-top: 16px;
  padding: 13px 14px;
  color: var(--shc-error);
  border: 1px solid #f3c7c3;
  border-radius: var(--shc-radius-control);
  background: var(--shc-error-soft);
}

.smarthoff-cart__related {
  margin-top: 64px;
}

.smarthoff-cart.is-updating .smarthoff-cart__table-wrap {
  opacity: 0.58;
  pointer-events: none;
}

.smarthoff-cart-empty {
  max-width: 620px;
  margin: 24px 0 64px;
  padding: 40px;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface-soft);
}

.smarthoff-cart-empty__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--shc-primary);
}

.smarthoff-cart-empty p {
  margin: 12px 0 24px;
  color: var(--shc-muted);
  font-size: 1rem;
}

.smarthoff-cart-empty .smarthoff-cart-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  color: var(--shc-surface);
  border-radius: var(--shc-radius-control);
  background: var(--shc-primary);
  font-size: 1rem;
  font-weight: 800;
}

.smarthoff-cart-empty .smarthoff-cart-empty__button::before {
  display: none;
}

/* Checkout */
.smarthoff-checkout__heading {
  margin-bottom: 28px;
}

.smarthoff-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 44px;
  align-items: start;
}

.smarthoff-checkout__main {
  min-width: 0;
}

.smarthoff-checkout__aside {
  position: sticky;
  top: 24px;
  min-width: 0;
}

.smarthoff-checkout__section {
  margin: 0 0 36px;
  padding: 28px;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface);
}

.smarthoff-checkout__section:last-child {
  margin-bottom: 0;
}

.smarthoff-checkout__section-note {
  margin: 7px 0 22px;
  color: var(--shc-muted);
  font-size: 0.875rem;
}

.smarthoff-checkout .checkout__fields-list {
  width: auto;
  margin: 0;
}

.smarthoff-checkout-fields {
  display: grid;
  gap: 20px;
}

.smarthoff-checkout-fields__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.smarthoff-checkout .checkout__fields-item {
  margin: 0;
}

.smarthoff-checkout-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--shc-ink-strong);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.smarthoff-checkout-field label > span:not(.smarthoff-checkout-field__optional) {
  color: var(--shc-error);
}

.smarthoff-checkout-field__optional {
  margin-left: 5px;
  color: var(--shc-muted);
  font-size: 0.8125rem;
  font-weight: 400;
}

.smarthoff-checkout .checkout__field {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 14px;
  color: var(--shc-ink-strong);
  border: 1px solid var(--shc-line-strong);
  border-radius: var(--shc-radius-control);
  background: var(--shc-surface);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 150ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 150ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-checkout .checkout__field:hover {
  border-color: #7eafc4;
}

.smarthoff-checkout .checkout__field:focus {
  border-color: var(--shc-primary);
  box-shadow: 0 0 0 3px rgba(11, 120, 178, 0.14);
}

.smarthoff-checkout .checkout__field[aria-invalid="true"] {
  border-color: var(--shc-error);
  background: var(--shc-error-soft);
}

.smarthoff-checkout .checkout__field--textarea {
  height: auto;
  min-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.smarthoff-checkout-field__hint,
.smarthoff-checkout-field__error {
  display: block;
  margin-top: 6px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.smarthoff-checkout-field__hint {
  color: var(--shc-muted);
}

.smarthoff-checkout-field__error {
  color: var(--shc-error);
}

.smarthoff-checkout-field__error:empty {
  display: none;
}

.smarthoff-checkout-address-required {
  display: none;
  color: var(--shc-error);
}

.smarthoff-checkout .options-checkout h2,
.smarthoff-checkout .options-checkout__list {
  margin: 0;
}

.smarthoff-checkout .options-checkout h2 {
  margin-bottom: 18px;
  font-size: 1.375rem;
  text-align: left;
}

.smarthoff-checkout .options-checkout__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.smarthoff-checkout .smarthoff-checkout__section .options-checkout__list {
  grid-auto-rows: 1fr;
}

.smarthoff-checkout .options-checkout__item,
.smarthoff-checkout .options-checkout__item:nth-child(n) {
  display: block;
  width: auto;
  margin: 0;
}

.smarthoff-checkout .smarthoff-checkout__section .options-checkout__item {
  display: flex;
}

.smarthoff-checkout .options-checkout__label {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 118px;
  padding: 18px;
  color: var(--shc-ink);
  text-align: left;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface);
  cursor: pointer;
  transition: border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 160ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-checkout .smarthoff-checkout__section .options-checkout__label {
  flex: 1 1 auto;
  height: 100%;
}

.smarthoff-checkout .options-checkout__label:hover {
  border-color: #8ab9cb;
  background: var(--shc-surface-soft);
}

.smarthoff-checkout .options-checkout__field:focus-visible + .options-checkout__label {
  outline: 3px solid var(--shc-primary);
  outline-offset: 3px;
}

.smarthoff-checkout .options-checkout__field:checked + .options-checkout__label {
  border-color: var(--shc-primary);
  background: var(--shc-accent-soft);
  box-shadow: 0 0 0 1px var(--shc-primary);
}

.smarthoff-checkout .options-checkout__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0;
  color: var(--shc-primary);
  border: 1px solid #b9e4eb;
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface);
}

.smarthoff-checkout .options-checkout__icon .smarthoff-ui-icon {
  width: 30px;
  height: 30px;
}

.smarthoff-checkout .options-checkout__body {
  display: block;
  min-width: 0;
}

.smarthoff-checkout .options-checkout__text,
.smarthoff-checkout .options-checkout__description,
.smarthoff-checkout .options-checkout__price {
  display: block;
}

.smarthoff-checkout .options-checkout__text {
  color: var(--shc-ink-strong);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.smarthoff-checkout .options-checkout__description {
  margin-top: 5px;
  color: var(--shc-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.smarthoff-checkout .options-checkout__price {
  margin-top: 8px;
  color: var(--shc-ink-strong);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.4;
}

.smarthoff-checkout .options-checkout__check {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid var(--shc-line-strong);
  border-radius: 50%;
  background: var(--shc-surface);
}

.smarthoff-checkout .options-checkout__field:checked + .options-checkout__label .options-checkout__check {
  border-color: var(--shc-primary);
  background: var(--shc-primary);
}

.smarthoff-checkout .options-checkout__field:checked + .options-checkout__label .options-checkout__check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--shc-surface);
  border-bottom: 2px solid var(--shc-surface);
  transform: rotate(45deg);
}

.smarthoff-payment-host {
  min-height: 228px;
  margin-top: 36px;
}

.smarthoff-payment-host > .smarthoff-checkout__payment {
  margin: 0;
  padding: 0;
  border: 0;
}

.smarthoff-payment-skeleton {
  display: grid;
  gap: 12px;
}

.smarthoff-payment-skeleton span {
  display: block;
  height: 18px;
  border-radius: var(--shc-radius-control);
  background: #e5eef3;
  animation: smarthoff-payment-pulse 1.1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.smarthoff-payment-skeleton span:first-child {
  width: 36%;
}

.smarthoff-payment-skeleton span:nth-child(2) {
  width: 100%;
  height: 106px;
}

.smarthoff-payment-skeleton span:last-child {
  width: 48%;
  height: 48px;
}

@keyframes smarthoff-payment-pulse {
  from { opacity: 0.5; }
  to { opacity: 1; }
}

.smarthoff-payment-error,
.smarthoff-checkout__notice {
  padding: 18px;
  color: var(--shc-error);
  border: 1px solid #f3c7c3;
  border-radius: var(--shc-radius-card);
  background: var(--shc-error-soft);
}

.smarthoff-checkout__notice {
  color: var(--shc-ink);
  border-color: var(--shc-line);
  background: var(--shc-surface-soft);
}

.smarthoff-payment-error strong,
.smarthoff-checkout__notice strong {
  display: block;
  color: inherit;
}

.smarthoff-payment-error p,
.smarthoff-checkout__notice p {
  margin: 6px 0 0;
  color: inherit;
}

.smarthoff-payment-retry {
  min-height: 44px;
  margin-top: 14px;
  padding: 10px 16px;
  color: var(--shc-primary);
  border: 1px solid var(--shc-primary);
  border-radius: var(--shc-radius-control);
  background: var(--shc-surface);
  font-weight: 800;
  cursor: pointer;
}

.smarthoff-checkout .smarthoff-checkout__submit.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 52px;
  margin-top: 22px;
  padding: 14px 22px;
  color: var(--shc-surface);
  border: 1px solid var(--shc-primary);
  border-radius: var(--shc-radius-control);
  background: var(--shc-primary);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1), transform 100ms cubic-bezier(0.25, 1, 0.5, 1);
}

.smarthoff-checkout .smarthoff-checkout__submit.button:hover {
  border-color: var(--shc-primary-hover);
  background: var(--shc-primary-hover);
}

.smarthoff-checkout .smarthoff-checkout__submit.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.smarthoff-checkout__submit-note {
  max-width: 60ch;
  margin: 10px 0 0;
  color: var(--shc-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Order summary */
.smarthoff-order-summary {
  overflow: hidden;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface-soft);
  box-shadow: var(--shc-shadow);
}

.smarthoff-order-summary > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  color: var(--shc-ink-strong);
  border-bottom: 1px solid var(--shc-line);
  font-size: 1.125rem;
  font-weight: 800;
  list-style: none;
  pointer-events: none;
}

.smarthoff-order-summary > summary::-webkit-details-marker {
  display: none;
}

.smarthoff-order-summary__content {
  padding: 18px 20px 20px;
}

.smarthoff-order-summary__items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smarthoff-order-summary__items li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--shc-line);
}

.smarthoff-order-summary__image {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-control);
  background: var(--shc-surface);
}

.smarthoff-order-summary__image img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.smarthoff-order-summary__item-copy {
  min-width: 0;
}

.smarthoff-order-summary__item-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--shc-ink);
  font-size: 0.875rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.smarthoff-order-summary__item-copy span {
  display: block;
  margin-top: 4px;
  color: var(--shc-muted);
  font-size: 0.8125rem;
}

.smarthoff-order-summary__item-sum {
  color: var(--shc-ink-strong);
  font-size: 0.875rem;
  font-weight: 800;
  white-space: nowrap;
}

.smarthoff-order-summary__totals {
  padding-top: 14px;
}

.smarthoff-order-summary__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 0;
  color: var(--shc-muted);
  font-size: 0.9375rem;
}

.smarthoff-order-summary__totals strong {
  color: var(--shc-ink);
}

.smarthoff-order-summary__totals .is-discount,
.smarthoff-order-summary__totals .is-discount strong {
  color: var(--shc-success);
}

.smarthoff-order-summary__totals .is-total {
  margin-top: 10px;
  padding-top: 15px;
  color: var(--shc-ink-strong);
  border-top: 1px solid var(--shc-line-strong);
  font-size: 1.125rem;
  font-weight: 800;
}

.smarthoff-order-summary__totals .is-total strong {
  font-size: 1.25rem;
}

.smarthoff-order-summary__edit {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  color: var(--shc-primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Success */
.smarthoff-order-success {
  max-width: 900px;
  margin-bottom: 64px;
}

.smarthoff-order-success__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  color: var(--shc-success);
  border: 1px solid #acd9c3;
  border-radius: 50%;
  background: var(--shc-success-soft);
  font-size: 2rem;
  font-weight: 800;
}

.smarthoff-order-success__lead {
  max-width: 64ch;
  margin: 12px 0 30px;
  color: var(--shc-muted);
  font-size: 1.125rem;
  line-height: 1.55;
}

.smarthoff-order-success__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.smarthoff-order-success__steps > div {
  padding: 20px;
  border: 1px solid var(--shc-line);
  border-radius: var(--shc-radius-card);
  background: var(--shc-surface-soft);
}

.smarthoff-order-success__steps > div > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 13px;
  color: var(--shc-ink-strong);
  border-radius: 50%;
  background: var(--shc-accent);
  font-weight: 800;
}

.smarthoff-order-success__steps strong {
  color: var(--shc-ink-strong);
}

.smarthoff-order-success__steps p {
  margin: 6px 0 0;
  color: var(--shc-muted);
  line-height: 1.5;
}

.smarthoff-order-success__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.smarthoff-order-success__actions .button {
  min-height: 48px;
  padding: 13px 20px;
  color: var(--shc-surface);
  border-radius: var(--shc-radius-control);
  background: var(--shc-primary);
  font-size: 1rem;
  font-weight: 800;
}

.smarthoff-order-success__actions > a:not(.button) {
  min-height: 44px;
  padding: 11px 0;
  color: var(--shc-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .smarthoff-cart__footer {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 28px;
  }

  .smarthoff-checkout__layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .smarthoff-checkout__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .smarthoff-checkout__aside {
    position: static;
    order: -1;
  }

  .smarthoff-order-summary {
    box-shadow: none;
  }

  .smarthoff-order-summary > summary {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media (max-width: 820px) {
  .smarthoff-cart h1,
  .smarthoff-checkout h1,
  .smarthoff-order-success h1 {
    font-size: 1.75rem;
  }

  .smarthoff-checkout-progress {
    margin-bottom: 24px;
    font-size: 0.875rem;
  }

  .smarthoff-checkout-progress li + li::before {
    width: 24px;
  }

  .smarthoff-cart__heading {
    align-items: flex-start;
  }

  .smarthoff-cart__table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .smarthoff-cart .smarthoff-cart__table,
  .smarthoff-cart .smarthoff-cart__table tbody {
    display: block;
  }

  .smarthoff-cart .smarthoff-cart__table thead {
    display: none;
  }

  .smarthoff-cart .smarthoff-cart__table .smarthoff-cart__row {
    position: relative;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px 16px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid var(--shc-line);
    border-radius: var(--shc-radius-card);
    background: var(--shc-surface);
  }

  .smarthoff-cart .smarthoff-cart__table td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    font-size: 0.9375rem;
  }

  .smarthoff-cart .smarthoff-cart__image {
    grid-column: 1;
    grid-row: 1;
  }

  .smarthoff-cart .smarthoff-cart__image img {
    width: 72px;
    height: 72px;
  }

  .smarthoff-cart .smarthoff-cart__product {
    grid-column: 2;
    grid-row: 1;
    padding-right: 42px;
  }

  .smarthoff-cart .smarthoff-cart__table td.smarthoff-cart__quantity {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 142px;
    padding-right: 0;
    padding-left: 0;
  }

  .smarthoff-cart .smarthoff-cart__quantity button,
  .smarthoff-cart .smarthoff-cart__quantity input {
    width: 46px;
  }

  .smarthoff-cart .smarthoff-cart__price,
  .smarthoff-cart .smarthoff-cart__sum {
    display: flex;
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 16px;
    width: auto;
  }

  .smarthoff-cart .smarthoff-cart__price {
    grid-row: 3;
    padding-top: 14px;
    border-top: 1px solid var(--shc-line);
  }

  .smarthoff-cart .smarthoff-cart__sum {
    grid-row: 4;
  }

  .smarthoff-cart .smarthoff-cart__price::before,
  .smarthoff-cart .smarthoff-cart__sum::before {
    content: attr(data-label);
    color: var(--shc-muted);
    font-weight: 400;
  }

  .smarthoff-cart .smarthoff-cart__actions {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .smarthoff-cart__footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .smarthoff-cart-total {
    padding: 18px;
  }

  .smarthoff-cart__related {
    margin-top: 48px;
  }

  .smarthoff-checkout__section {
    padding: 22px;
  }

  .smarthoff-checkout-fields__split {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .smarthoff-checkout .options-checkout__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .smarthoff-order-success__steps {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .smarthoff-checkout-progress {
    gap: 7px;
  }

  .smarthoff-checkout-progress li {
    gap: 6px;
  }

  .smarthoff-checkout-progress li + li::before {
    width: 14px;
    margin-right: 0;
  }

  .smarthoff-checkout-progress li > span {
    width: 28px;
    height: 28px;
  }

  .smarthoff-cart__heading {
    display: block;
  }

  .smarthoff-cart__clear {
    display: inline-flex;
    margin-top: 12px;
  }

  .smarthoff-cart-empty {
    padding: 24px;
  }

  .smarthoff-checkout__layout {
    gap: 22px;
  }

  .smarthoff-checkout__section {
    padding: 18px;
  }

  .smarthoff-checkout .options-checkout__label {
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    gap: 12px;
    min-height: 108px;
    padding: 15px;
  }

  .smarthoff-checkout .options-checkout__icon {
    width: 46px;
    height: 46px;
  }

  .smarthoff-checkout .smarthoff-checkout__submit.button {
    width: 100%;
    min-width: 0;
  }

  .smarthoff-order-summary > summary {
    padding: 17px;
  }

  .smarthoff-order-summary__content {
    padding: 14px 17px 17px;
  }

  .smarthoff-order-summary__items li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .smarthoff-order-summary__item-sum {
    grid-column: 2;
  }

  .smarthoff-order-success__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .smarthoff-order-success__actions .button,
  .smarthoff-order-success__actions > a:not(.button) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .smarthoff-cart *,
  .smarthoff-checkout *,
  .smarthoff-order-success * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* === END SMARTHOFF CART AND CHECKOUT V2 20260730 === */

/* === DASTECH PRODUCT DESCRIPTION STYLE 20260731 === */
.product-description--dastech {
  max-width: 980px;
}

.product-description--dastech h2 {
  margin: 24px 0 14px;
  color: #101923;
  font: 700 20px/1.3 'Play', Arial, sans-serif;
}

.product-description--dastech h2:first-child {
  margin-top: 0;
}

.product-description--dastech p {
  margin: 0 0 14px;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.55;
}

.product-description--dastech ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.product-description--dastech li {
  margin: 0 0 7px;
  color: #344353;
  line-height: 1.45;
}
/* === END DASTECH PRODUCT DESCRIPTION STYLE 20260731 === */

/* === CONTROLLER PROGRAMMING SERVICE 20260803 === */
.sh-controller-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin: 18px 0 22px;
  padding: 20px 22px;
  border: 1px solid #d5e1e8;
  border-radius: 6px;
  background: #f5f9fb;
}

.sh-controller-service__copy {
  min-width: 0;
}

.sh-controller-service__title {
  margin: 0 0 7px;
  color: #243447;
  font: 700 20px/1.3 'Play', Arial, sans-serif;
  letter-spacing: 0;
}

.sh-controller-service__text {
  margin: 0;
  color: #536679;
  font-size: 15px;
  line-height: 1.55;
}

.sh-controller-service__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 280px;
  padding: 12px 18px;
  border: 1px solid #243447;
  border-radius: 4px;
  background: #243447;
  color: #f3f7fa;
  font: 700 15px/1.35 'Play', Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sh-controller-service__action:hover {
  border-color: #33c5e0;
  background: #33c5e0;
  color: #172b3d;
  text-decoration: none;
}

.sh-controller-service__action:focus-visible {
  outline: 2px solid #33c5e0;
  outline-offset: 3px;
}

.sh-controller-service--product {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
  padding: 18px;
}

.sh-controller-service--product .sh-controller-service__title {
  font-size: 18px;
}

.sh-controller-service--product .sh-controller-service__action {
  justify-self: start;
}

@media (max-width: 760px) {
  .sh-controller-service {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    padding: 18px 16px;
  }

  .sh-controller-service__title {
    font-size: 18px;
  }

  .sh-controller-service__action {
    width: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-controller-service__action {
    transition-duration: 0.01ms;
  }
}
/* === END CONTROLLER PROGRAMMING SERVICE 20260803 === */

/* === SMARTHOFF DOWNLOADS LIBRARY 20260804 === */
.smarthoff-downloads {
  --shd-ink: #142331;
  --shd-ink-strong: #101a24;
  --shd-muted: #53697a;
  --shd-muted-soft: #728493;
  --shd-surface: #fbfdff;
  --shd-surface-soft: #f3f8fb;
  --shd-line: #d8e4eb;
  --shd-line-strong: #b8d3df;
  --shd-primary: #0b78b2;
  --shd-primary-hover: #086796;
  --shd-accent: #33c5e0;
  --shd-accent-soft: #e8f8fb;
  --shd-warning: #8a5a12;
  --shd-warning-soft: #fff8e8;
  --shd-radius-card: 8px;
  --shd-radius-control: 6px;
  width: 100%;
  margin: 0 0 56px;
  color: var(--shd-ink);
  font-variant-numeric: tabular-nums;
}

.smarthoff-downloads,
.smarthoff-downloads * {
  box-sizing: border-box;
}

.smarthoff-downloads__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.smarthoff-downloads__header h1 {
  margin: 0;
  color: var(--shd-ink-strong);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.smarthoff-downloads__header > div > p {
  max-width: 66ch;
  margin: 9px 0 0;
  color: var(--shd-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.smarthoff-downloads__count {
  flex: 0 0 auto;
  margin: 0;
  padding: 9px 13px;
  color: var(--shd-muted);
  border: 1px solid var(--shd-line);
  border-radius: var(--shd-radius-control);
  background: var(--shd-surface-soft);
  font-size: 0.875rem;
  line-height: 1.25;
  white-space: nowrap;
}

.smarthoff-downloads__count strong {
  color: var(--shd-ink-strong);
}

.smarthoff-downloads__layout {
  display: grid;
  grid-template-columns: minmax(230px, 270px) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.smarthoff-downloads__sidebar {
  min-width: 0;
}

.smarthoff-downloads__categories {
  overflow: hidden;
  border: 1px solid var(--shd-line);
  border-radius: var(--shd-radius-card);
  background: var(--shd-surface);
}

.smarthoff-downloads__categories summary {
  position: relative;
  min-height: 48px;
  padding: 14px 46px 13px 18px;
  color: var(--shd-ink-strong);
  border-bottom: 1px solid var(--shd-line);
  background: var(--shd-surface-soft);
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
}

.smarthoff-downloads__categories summary::-webkit-details-marker {
  display: none;
}

.smarthoff-downloads__categories summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--shd-primary);
  border-bottom: 2px solid var(--shd-primary);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.smarthoff-downloads__categories[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.smarthoff-downloads__nav {
  padding: 10px;
}

.smarthoff-downloads__nav-list,
.smarthoff-downloads__nav-children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smarthoff-downloads__nav-all,
.smarthoff-downloads__nav-link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px;
  color: var(--shd-ink);
  border-radius: var(--shd-radius-control);
  font-size: 0.9375rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.smarthoff-downloads__nav-item + .smarthoff-downloads__nav-item {
  margin-top: 2px;
}

.smarthoff-downloads__nav-list > .smarthoff-downloads__nav-item > .smarthoff-downloads__nav-link {
  color: var(--shd-ink-strong);
  font-weight: 700;
}

.smarthoff-downloads__nav-children {
  margin: 2px 0 8px 12px;
  padding-left: 10px;
  border-left: 1px solid var(--shd-line);
}

.smarthoff-downloads__nav-children .smarthoff-downloads__nav-link {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--shd-muted);
  font-size: 0.875rem;
}

.smarthoff-downloads__nav-all:hover,
.smarthoff-downloads__nav-link:hover,
.smarthoff-downloads__nav-all:focus-visible,
.smarthoff-downloads__nav-link:focus-visible {
  color: var(--shd-primary);
  background: var(--shd-accent-soft);
}

.smarthoff-downloads__nav-all.is-current,
.smarthoff-downloads__nav-link.is-current {
  color: var(--shd-ink-strong);
  background: var(--shd-accent-soft);
  font-weight: 700;
}

.smarthoff-downloads__list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid var(--shd-line);
  border-radius: var(--shd-radius-card);
  background: var(--shd-surface);
  list-style: none;
}

.smarthoff-downloads__item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 17px 18px;
  transition: background-color 160ms ease;
}

.smarthoff-downloads__item + .smarthoff-downloads__item {
  border-top: 1px solid var(--shd-line);
}

.smarthoff-downloads__item:hover {
  background: var(--shd-surface-soft);
}

.smarthoff-downloads__file-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--shd-primary);
  border: 1px solid var(--shd-line-strong);
  border-radius: var(--shd-radius-control);
  background: var(--shd-accent-soft);
}

.smarthoff-downloads__file-icon::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: currentColor;
  -webkit-mask: var(--shd-file-icon) center / contain no-repeat;
  mask: var(--shd-file-icon) center / contain no-repeat;
}

.smarthoff-downloads__file-icon--pdf {
  --shd-file-icon: url("/images/smarthoff-downloads/file-type-pdf.svg");
}

.smarthoff-downloads__file-icon--zip {
  --shd-file-icon: url("/images/smarthoff-downloads/file-zip.svg");
}

.smarthoff-downloads__file-icon--external {
  --shd-file-icon: url("/images/smarthoff-downloads/external-link.svg");
}

.smarthoff-downloads__file-icon--unavailable {
  --shd-file-icon: url("/images/smarthoff-checkout/option-fallback.svg");
  color: var(--shd-warning);
  background: var(--shd-warning-soft);
}

.smarthoff-downloads__item-body {
  min-width: 0;
}

.smarthoff-downloads__item-title {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--shd-ink-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.smarthoff-downloads__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  margin-top: 6px;
  color: var(--shd-muted);
  font-size: 0.8125rem;
  line-height: 1.35;
}

.smarthoff-downloads__meta span {
  display: inline-flex;
  align-items: center;
}

.smarthoff-downloads__meta span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 9px;
  border-radius: 50%;
  background: var(--shd-line-strong);
}

.smarthoff-downloads__item-action {
  min-width: 148px;
  text-align: right;
}

.smarthoff-downloads__download,
.smarthoff-downloads__unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: var(--shd-radius-control);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.smarthoff-downloads__download {
  gap: 8px;
  color: var(--shd-primary);
  border: 1px solid var(--shd-primary);
  background: var(--shd-surface);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 100ms ease;
}

.smarthoff-downloads__download:hover {
  color: var(--shd-surface);
  border-color: var(--shd-primary-hover);
  background: var(--shd-primary-hover);
}

.smarthoff-downloads__download:active {
  transform: translateY(1px);
}

.smarthoff-downloads__download-icon,
.smarthoff-downloads__external-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--shd-action-icon) center / contain no-repeat;
  mask: var(--shd-action-icon) center / contain no-repeat;
}

.smarthoff-downloads__download-icon {
  --shd-action-icon: url("/images/smarthoff-downloads/download.svg");
}

.smarthoff-downloads__external-icon {
  --shd-action-icon: url("/images/smarthoff-downloads/external-link.svg");
}

.smarthoff-downloads__unavailable {
  max-width: 190px;
  color: var(--shd-warning);
  border: 1px solid #ead9b7;
  background: var(--shd-warning-soft);
  text-align: center;
  white-space: normal;
}

.smarthoff-downloads__empty {
  padding: 30px;
  color: var(--shd-muted);
  border: 1px solid var(--shd-line);
  border-radius: var(--shd-radius-card);
  background: var(--shd-surface-soft);
}

.smarthoff-downloads__empty strong {
  display: block;
  margin-bottom: 6px;
  color: var(--shd-ink-strong);
  font-size: 1rem;
}

.smarthoff-downloads__empty p {
  margin: 0;
}

.smarthoff-downloads__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 26px;
}

.smarthoff-downloads__page,
.smarthoff-downloads__page-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  color: var(--shd-ink);
  border: 1px solid var(--shd-line);
  border-radius: var(--shd-radius-control);
  background: var(--shd-surface);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.smarthoff-downloads__page:hover,
.smarthoff-downloads__page:focus-visible {
  color: var(--shd-primary);
  border-color: var(--shd-primary);
  background: var(--shd-accent-soft);
}

.smarthoff-downloads__page.is-current {
  color: var(--shd-surface);
  border-color: var(--shd-primary);
  background: var(--shd-primary);
}

.smarthoff-downloads__page--direction {
  gap: 7px;
  width: auto;
  padding-right: 13px;
  padding-left: 13px;
}

.smarthoff-downloads__page-gap {
  min-width: 30px;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--shd-muted-soft);
  border-color: transparent;
  background: transparent;
}

.smarthoff-downloads a:focus-visible,
.smarthoff-downloads summary:focus-visible {
  outline: 3px solid var(--shd-primary);
  outline-offset: 3px;
}

@media (min-width: 961px) {
  .smarthoff-downloads__sidebar {
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 960px) {
  .smarthoff-downloads__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .smarthoff-downloads__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .smarthoff-downloads__nav-all {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .smarthoff-downloads {
    margin-bottom: 42px;
  }

  .smarthoff-downloads__header {
    display: block;
    margin-bottom: 22px;
  }

  .smarthoff-downloads__header h1 {
    font-size: 1.75rem;
  }

  .smarthoff-downloads__count {
    display: inline-flex;
    margin-top: 14px;
  }

  .smarthoff-downloads__nav {
    display: block;
  }

  .smarthoff-downloads__list {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .smarthoff-downloads__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 15px;
    border: 1px solid var(--shd-line);
    border-radius: var(--shd-radius-card);
    background: var(--shd-surface);
  }

  .smarthoff-downloads__item + .smarthoff-downloads__item {
    border-top: 1px solid var(--shd-line);
  }

  .smarthoff-downloads__item-action {
    grid-column: 1 / -1;
    min-width: 0;
    text-align: left;
  }

  .smarthoff-downloads__download,
  .smarthoff-downloads__unavailable {
    width: 100%;
    max-width: none;
  }

  .smarthoff-downloads__page-label {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .smarthoff-downloads__page--direction {
    width: 44px;
    padding: 8px;
  }
}

@media (max-width: 360px) {
  .smarthoff-downloads__item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }

  .smarthoff-downloads__file-icon {
    width: 42px;
    height: 42px;
  }

  .smarthoff-downloads__file-icon::before {
    width: 23px;
    height: 23px;
  }

  .smarthoff-downloads__item-title {
    font-size: 0.9375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .smarthoff-downloads__categories summary::after,
  .smarthoff-downloads__nav-all,
  .smarthoff-downloads__nav-link,
  .smarthoff-downloads__item,
  .smarthoff-downloads__download {
    transition-duration: 0.01ms;
  }
}
/* === END SMARTHOFF DOWNLOADS === */

/* Keep each technical-specification section at its natural content height. */
.product-specs--smarthoff-v2 .product-specs__grid {
  align-items: start;
}

.product-specs--smarthoff-v2 .product-specs__group {
  align-self: start;
}

/* Stack specification groups independently in each desktop column. */
.product-specs--smarthoff-v2
  .product-specs__grid.product-specs__grid--independent-columns
  > .product-specs__column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 28px;
}

/* Keep every section as wide as its independent column. */
.product-specs--smarthoff-v2
  .product-specs__grid.product-specs__grid--independent-columns
  > .product-specs__column
  > .product-specs__group {
  width: 100%;
  align-self: stretch;
}

@media (max-width: 900px) {
  .product-specs--smarthoff-v2
    .product-specs__grid.product-specs__grid--independent-columns
    > .product-specs__column {
    display: contents;
  }
}

/* === SMARTHOFF GRUNDFOS BRAND HUB 20260821 === */
.sh-brand-hub--grundfos {
  grid-template-columns: 174px minmax(0, 1fr);
}

.sh-brand-hub--grundfos .sh-brand-hub__logo {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 20px 16px;
  border-radius: 4px;
  background: #11497b;
}

.sh-brand-hub--grundfos .sh-brand-hub__logo img {
  width: 128px;
  height: auto;
  max-width: 100%;
  max-height: none;
}

.sh-brand-hub--grundfos .sh-brand-logo-credit {
  display: block;
  margin-top: 10px;
  color: #dbe8f1;
  font-size: 9px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 760px) {
  .sh-brand-hub--grundfos {
    grid-template-columns: 1fr;
  }

  .sh-brand-hub--grundfos .sh-brand-hub__logo {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 14px 16px;
  }

  .sh-brand-hub--grundfos .sh-brand-hub__logo img {
    width: 118px;
    max-width: 118px;
    max-height: none;
  }

  .sh-brand-hub--grundfos .sh-brand-logo-credit {
    text-align: left;
  }
}
/* === END SMARTHOFF GRUNDFOS BRAND HUB === */

/* === SMARTHOFF GRUNDFOS PRODUCER LOGO MOBILE 20260821 === */
@media screen and (max-width: 768px) {
  .product-card__name--mobile img[src$="/small_shop_producer_image173.png"] {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: 42px;
    margin: 0 auto 12px;
    object-fit: contain;
  }
}
/* === END SMARTHOFF GRUNDFOS PRODUCER LOGO MOBILE === */

/* === SMARTHOFF DIXELL BRAND HUB LIGHT 20260901 === */
.sh-brand-hub--dixell {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--dixell .sh-brand-hub__logo {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 18px 16px;
  background: #fff;
}

.sh-brand-hub--dixell .sh-brand-hub__logo img {
  width: 160px;
  height: auto;
  max-width: 100%;
  max-height: none;
}

@media screen and (max-width: 768px) {
  .product-card__name--mobile img[src$="/small_shop_producer_image168.png"] {
    display: block;
    width: auto;
    max-width: 142px;
    max-height: 54px;
    margin: 0 auto 12px;
    object-fit: contain;
  }
}

@media (max-width: 760px) {
  .sh-brand-hub--dixell {
    grid-template-columns: 1fr;
  }

  .sh-brand-hub--dixell .sh-brand-hub__logo {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 14px 16px;
    background: #fff;
  }

  .sh-brand-hub--dixell .sh-brand-hub__logo img {
    width: 142px;
    max-width: 142px;
    max-height: none;
  }
}
/* === END SMARTHOFF DIXELL BRAND HUB LIGHT === */

/* === SMARTHOFF BELIMO BRAND HUB LIGHT 20260901 === */
.sh-brand-hub--belimo {
  grid-template-columns: 176px minmax(0, 1fr);
}

.sh-brand-hub--belimo .sh-brand-hub__logo {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px 14px;
  background: #fff;
}

.sh-brand-hub--belimo .sh-brand-hub__logo img {
  width: 148px;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .product-card__name--mobile img[src$="/small_shop_producer_image110.png"] {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: 68px;
    margin: 0 auto 12px;
    object-fit: contain;
  }
}

@media (max-width: 760px) {
  .sh-brand-hub--belimo {
    grid-template-columns: 1fr;
  }

  .sh-brand-hub--belimo .sh-brand-hub__logo {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 12px 14px;
  }

  .sh-brand-hub--belimo .sh-brand-hub__logo img {
    width: 136px;
    max-width: 136px;
  }
}
/* === END SMARTHOFF BELIMO BRAND HUB === */

/* === SMARTHOFF ENGINEERING SYSTEM RAILS 20260901 === */
.sh-systems__equipment-section,
.sh-systems__rail-section {
  min-width: 0;
}

.sh-systems__rail-head {
  align-items: center;
}

.sh-systems__rail-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.sh-systems__rail-controls[hidden] {
  display: none !important;
}

.sh-systems__rail-button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--sh-border);
  border-radius: 4px;
  background: #fff;
  color: var(--sh-navy);
  cursor: pointer;
  font: inherit;
  font-size: 31px;
  line-height: 1;
}

.sh-systems__rail-button:hover:not(:disabled) {
  border-color: var(--sh-cyan);
  background: var(--sh-surface);
}

.sh-systems__rail-button:disabled {
  cursor: default;
  opacity: .38;
}

.sh-systems__rail-button:focus-visible,
.sh-systems__rail:focus-visible {
  outline: 3px solid #ffcc33;
  outline-offset: 3px;
}

.sh-systems__rail {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-auto-flow: column;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #9eb4c5 #edf3f7;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.sh-systems__rail::-webkit-scrollbar {
  height: 8px;
}

.sh-systems__rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #edf3f7;
}

.sh-systems__rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #9eb4c5;
}

.sh-systems__product-rail {
  grid-auto-columns: 210px;
}

.sh-systems__product-rail .sh-systems__product {
  grid-template-rows: 158px minmax(122px, auto);
  min-width: 0;
  scroll-snap-align: start;
}

.sh-systems__product-rail .sh-systems__product-media {
  padding: 16px;
  background: #fff;
}

.sh-systems__product-rail .sh-systems__product-media img {
  max-width: 100%;
  max-height: 100%;
}

.sh-systems__product-rail .sh-systems__product-body {
  padding: 15px;
}

.sh-systems__product-rail .sh-systems__product-body strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.35;
}

.sh-systems__product-rail .sh-systems__product-body span {
  overflow-wrap: anywhere;
}

.sh-systems__brand-section {
  margin-top: 34px;
}

.sh-systems__brand-rail {
  grid-auto-columns: 160px;
  gap: 12px;
}

.sh-systems__brand {
  display: flex;
  width: 160px;
  height: 88px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--sh-border);
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
}

.sh-systems__brand:hover {
  border-color: var(--sh-cyan);
  box-shadow: 0 8px 20px rgba(36, 52, 71, .09);
}

.sh-systems__brand[href="/catalog/producers/dastech/"] {
  border-color: #375066;
  background: #243447;
}

.sh-systems__brand[href="/catalog/producers/dastech/"]:hover {
  border-color: #33c5e0;
  background: #172b3d;
  box-shadow: 0 8px 20px rgba(36, 52, 71, .18);
}

.sh-systems__brand[href="/catalog/producers/dastech/"]:focus-visible {
  outline: 3px solid #ffcc33;
  outline-offset: 3px;
}

.sh-systems__brand img {
  display: block;
  width: auto;
  max-width: 126px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .sh-systems__rail-head {
    display: flex;
    align-items: flex-end;
  }

  .sh-systems__rail-head > div:first-child {
    min-width: 0;
  }

  .sh-systems__product-rail {
    grid-auto-columns: min(260px, calc(100vw - 64px));
  }

  .sh-systems__brand-rail {
    grid-auto-columns: 144px;
  }

  .sh-systems__brand {
    width: 144px;
    height: 80px;
    padding: 14px;
  }

  .sh-systems__brand img {
    max-width: 116px;
    max-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-systems__rail {
    scroll-behavior: auto;
  }
}
/* === END SMARTHOFF ENGINEERING SYSTEM RAILS 20260901 === */

/* === SMARTHOFF B2B ACCOUNT 20260902 === */
.sh-account,
.sh-account-login,
.smarthoff-checkout-auth {
  --sha-ink: #172838;
  --sha-muted: #5d6f7d;
  --sha-line: #d8e4eb;
  --sha-surface: #f6f9fb;
  --sha-primary: #1367b1;
  --sha-accent: #0c91d2;
  --sha-danger: #c4272b;
  color: var(--sha-ink);
  font-variant-numeric: tabular-nums;
}

.sh-account *,
.sh-account-login *,
.smarthoff-checkout-auth * {
  box-sizing: border-box;
}

.sh-account {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 36px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 64px;
}

.sh-account__nav {
  position: sticky;
  top: 20px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: start;
  padding: 8px 0;
  border-top: 3px solid var(--sha-accent);
  border-bottom: 1px solid var(--sha-line);
}

.sh-account__nav-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 12px;
  color: #314b5e;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.sh-account__nav-link:hover,
.sh-account__nav-link.is-active {
  color: var(--sha-primary);
  border-left-color: var(--sha-accent);
  background: #edf7fb;
}

.sh-account__nav-link--exit {
  margin-top: 8px;
  color: #7b3a3d;
  border-top: 1px solid var(--sha-line);
}

.sh-account__content {
  min-width: 0;
}

.sh-account__header,
.sh-order-detail__header,
.sh-account-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.sh-account__header {
  margin-bottom: 24px;
}

.sh-account__header h1,
.sh-order-detail__header h1,
.sh-account-login h1 {
  margin: 0;
  color: var(--sha-ink);
  font-size: 28px;
  line-height: 1.2;
}

.sh-account__header p,
.sh-order-detail__header p {
  margin: 6px 0 0;
  color: var(--sha-muted);
}

.sh-account__primary-link,
.sh-account-login .buttonmedium,
.smarthoff-checkout-auth .buttonmedium {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: #fff;
  border: 1px solid var(--sha-primary);
  border-radius: 6px;
  background: var(--sha-primary);
  font-weight: 700;
  text-decoration: none;
}

.sh-account__primary-link:hover,
.sh-account-login .buttonmedium:hover,
.smarthoff-checkout-auth .buttonmedium:hover {
  color: #fff;
  border-color: #0e568f;
  background: #0e568f;
}

.sh-account-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 12px;
  margin-bottom: 30px;
}

.sh-account-stat {
  padding: 18px;
  border: 1px solid var(--sha-line);
  border-radius: 6px;
  background: #fff;
}

.sh-account-stat span {
  display: block;
  color: var(--sha-muted);
  font-size: 13px;
}

.sh-account-stat strong {
  display: block;
  margin-top: 7px;
  color: var(--sha-primary);
  font-size: 28px;
  line-height: 1;
}

.sh-account-section {
  margin: 0 0 22px;
  padding: 24px;
  border: 1px solid var(--sha-line);
  border-radius: 8px;
  background: #fff;
}

.sh-account-section h2,
.sh-account-empty h2,
.sh-account-empty h3 {
  margin: 0;
  color: var(--sha-ink);
  font-size: 20px;
}

.sh-account-section__head {
  margin-bottom: 14px;
}

.sh-account-section__head a,
.sh-order-back,
.smarthoff-checkout-auth__restore,
.sh-account-login__links a {
  color: var(--sha-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sh-account-orders,
.sh-orders-list {
  border-top: 1px solid var(--sha-line);
}

.sh-account-order {
  display: grid;
  grid-template-columns: minmax(145px, 1.1fr) 110px minmax(130px, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 66px;
  color: var(--sha-ink);
  border-bottom: 1px solid var(--sha-line);
  text-decoration: none;
}

.sh-account-order:hover,
.sh-orders-row:hover {
  color: var(--sha-primary);
  background: #f7fbfd;
}

.sh-account-order__date,
.sh-orders-row small {
  color: var(--sha-muted);
  font-size: 12px;
}

.sh-account-order__amount {
  white-space: nowrap;
}

.sh-account-status {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 5px 9px;
  overflow-wrap: anywhere;
  color: #24516b;
  border: 1px solid #b9dce9;
  border-radius: 4px;
  background: #eff9fc;
  font-size: 12px;
  font-weight: 700;
}

.sh-account-status--large {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 14px;
}

.sh-account-empty {
  padding: 38px 20px;
  text-align: center;
  background: var(--sha-surface);
}

.sh-account-empty .sh-account__primary-link {
  margin-top: 18px;
}

.sh-account-login {
  max-width: 440px;
  margin: 0 auto 64px;
}

.sh-account-login__panel {
  padding: 28px;
  border-top: 4px solid var(--sha-accent);
  background: var(--sha-surface);
}

.sh-account-login__form {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.sh-account-login__form label,
.smarthoff-checkout-field label {
  color: var(--sha-ink);
  font-size: 13px;
  font-weight: 700;
}

.sh-account-login__form input[type="text"],
.sh-account-login__form input[type="password"],
.smarthoff-checkout-auth input[type="text"],
.smarthoff-checkout-auth input[type="email"],
.smarthoff-checkout-auth input[type="password"],
.smarthoff-checkout-auth input[type="tel"] {
  width: 100%;
  height: 44px;
  padding: 9px 11px;
  border: 1px solid #b8ccd8;
  border-radius: 5px;
  background: #fff;
  font: inherit;
}

.sh-account-login__form input:focus,
.smarthoff-checkout-auth input:focus,
.sh-orders-filters select:focus {
  outline: 3px solid rgba(12, 145, 210, .18);
  outline-offset: 1px;
  border-color: var(--sha-accent);
}

.sh-account-login__remember,
.smarthoff-checkout-auth__agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 7px 0;
  color: var(--sha-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sh-account-login__remember input,
.smarthoff-checkout-auth__agreement input,
.smarthoff-registration__agreement input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
}

.sh-account-login__links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  font-size: 13px;
}

.sh-account-login__message,
.sh-account-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  color: #215b3f;
  border-left: 4px solid #2d8c5d;
  background: #eef8f2;
}

.sh-account-login__message--error,
.sh-account-alert--error {
  color: #842029;
  border-left-color: var(--sha-danger);
  background: #fff1f1;
}

.sh-orders-filters {
  display: flex;
  gap: 12px;
  align-items: end;
  margin-bottom: 22px;
  padding: 16px;
  background: var(--sha-surface);
}

.sh-orders-filters label {
  display: grid;
  min-width: 170px;
  gap: 5px;
  color: var(--sha-muted);
  font-size: 12px;
}

.sh-orders-filters select,
.sh-orders-filters button {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #b8ccd8;
  border-radius: 5px;
  background: #fff;
  font: inherit;
}

.sh-orders-filters button {
  color: #fff;
  border-color: var(--sha-primary);
  background: var(--sha-primary);
  cursor: pointer;
  font-weight: 700;
}

.sh-orders-list__head,
.sh-orders-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.15fr) 115px 120px minmax(140px, 1fr) 24px;
  gap: 14px;
  align-items: center;
}

.sh-orders-list__head {
  min-height: 42px;
  color: var(--sha-muted);
  border-bottom: 1px solid var(--sha-line);
  font-size: 12px;
  font-weight: 700;
}

.sh-orders-row {
  min-height: 76px;
  padding: 10px 0;
  color: var(--sha-ink);
  border-bottom: 1px solid var(--sha-line);
  text-decoration: none;
}

.sh-orders-row__number {
  display: grid;
  gap: 4px;
}

.sh-orders-row__amount {
  white-space: nowrap;
}

.sh-orders-row__arrow {
  color: var(--sha-primary);
  font-size: 26px;
}

.sh-orders-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

.sh-orders-pagination a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--sha-primary);
  border: 1px solid var(--sha-line);
  text-decoration: none;
}

.sh-orders-pagination a.is-current {
  color: #fff;
  border-color: var(--sha-primary);
  background: var(--sha-primary);
}

.sh-order-back {
  display: inline-block;
  margin-bottom: 18px;
}

.sh-order-detail__header {
  margin-bottom: 24px;
}

.sh-order-detail__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
  border: 1px solid var(--sha-line);
  background: var(--sha-surface);
}

.sh-order-detail__summary > div {
  min-width: 0;
  padding: 16px;
}

.sh-order-detail__summary > div + div {
  border-left: 1px solid var(--sha-line);
}

.sh-order-detail__summary span,
.sh-order-data dt,
.sh-order-timeline span {
  display: block;
  color: var(--sha-muted);
  font-size: 12px;
}

.sh-order-detail__summary strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.sh-order-detail__items h2 {
  margin-bottom: 14px;
}

.sh-order-items__head,
.sh-order-item {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 110px 110px 120px;
  gap: 14px;
  align-items: center;
}

.sh-order-items__head {
  min-height: 38px;
  color: var(--sha-muted);
  border-bottom: 1px solid var(--sha-line);
  font-size: 12px;
}

.sh-order-item {
  min-height: 64px;
  padding: 10px 0;
  border-bottom: 1px solid var(--sha-line);
}

.sh-order-item__name {
  overflow-wrap: anywhere;
  font-weight: 700;
}

.sh-order-detail__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sh-order-data {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px 16px;
  margin: 18px 0 0;
}

.sh-order-data dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.sh-order-timeline {
  margin: 18px 0 0;
  padding: 0 0 0 18px;
  border-left: 2px solid var(--sha-line);
  list-style: none;
}

.sh-order-timeline li {
  position: relative;
  display: grid;
  gap: 3px;
  padding: 0 0 18px 8px;
}

.sh-order-timeline li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #91a8b7;
  box-shadow: 0 0 0 1px #91a8b7;
}

.sh-order-timeline li.is-current::before {
  background: var(--sha-accent);
  box-shadow: 0 0 0 1px var(--sha-accent);
}

.sh-order-cancel {
  margin-top: 8px;
  text-align: right;
}

.sh-order-cancel button {
  min-height: 44px;
  padding: 9px 14px;
  color: var(--sha-danger);
  border: 1px solid #e0a4a6;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.sh-order-cancel button:hover {
  color: #fff;
  border-color: var(--sha-danger);
  background: var(--sha-danger);
}

.sh-account--profile .smarthoff-registration {
  width: 100%;
  max-width: none;
  margin: 0;
}

.smarthoff-registration__agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

body.smarthoff-account-flow .b24-widget-button-popup {
  display: none !important;
}

@media (max-width: 1100px) {
  body.smarthoff-account-flow .b24-widget-button-wrapper {
    display: none !important;
  }
}

.smarthoff-checkout-auth {
  width: min(100%, 1180px);
  margin: 0 auto 64px;
}

.smarthoff-checkout-auth__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
  border-bottom: 1px solid var(--sha-line);
}

.smarthoff-checkout-auth__tabs button {
  min-height: 48px;
  padding: 10px 14px;
  color: var(--sha-muted);
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.smarthoff-checkout-auth__tabs button.is-active {
  color: var(--sha-primary);
  border-bottom-color: var(--sha-accent);
}

.smarthoff-checkout-auth__panel {
  padding: 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.smarthoff-checkout-auth__panel[hidden] {
  display: none;
}

.smarthoff-checkout-auth__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.smarthoff-checkout-field {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.smarthoff-checkout-field label span {
  color: var(--sha-danger);
}

.smarthoff-checkout-field--wide {
  grid-column: 1 / -1;
}

.smarthoff-checkout-registration {
  display: grid;
  gap: 22px;
}

.smarthoff-checkout-registration__section {
  display: grid;
  gap: 14px;
}

.smarthoff-checkout-registration__section + .smarthoff-checkout-registration__section {
  padding-top: 22px;
  border-top: 1px solid var(--sha-line);
}

.smarthoff-checkout-registration__section h2 {
  margin: 0;
  color: var(--sha-ink);
  font-size: 18px;
  line-height: 1.25;
}

#checkout-login-panel .sh-account-login__form {
  max-width: 560px;
}

.smarthoff-checkout-auth__captcha {
  min-height: 44px;
}

.smarthoff-checkout-auth__restore {
  display: inline-block;
  width: fit-content;
  margin-top: 5px;
  font-size: 13px;
}

.smarthoff-order-success__number {
  color: var(--shc-ink-strong);
  font-size: 18px;
}

.smarthoff-checkout-error {
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 24px;
  border-left: 4px solid #c4272b;
  background: #fff4f4;
}

@media (max-width: 900px) {
  .sh-account {
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 22px;
  }

  .sh-orders-list__head,
  .sh-orders-row {
    grid-template-columns: minmax(130px, 1fr) 105px minmax(125px, 1fr) 24px;
  }

  .sh-orders-list__head span:nth-child(3),
  .sh-orders-row > span:nth-child(3) {
    display: none;
  }

  .sh-order-items__head,
  .sh-order-item {
    grid-template-columns: minmax(190px, 1fr) 100px 100px 110px;
  }
}

@media (max-width: 760px) {
  .sh-account {
    display: block;
    margin-bottom: 42px;
  }

  .sh-account__nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin-bottom: 24px;
    overflow-x: auto;
    border-top-width: 1px;
    white-space: nowrap;
  }

  .sh-account__nav-link {
    flex: 0 0 auto;
    border-bottom: 3px solid transparent;
    border-left: 0;
  }

  .sh-account__nav-link:hover,
  .sh-account__nav-link.is-active {
    border-bottom-color: var(--sha-accent);
    border-left-color: transparent;
  }

  .sh-account__nav-link--exit {
    margin: 0 0 0 auto;
    border-top: 0;
  }

  .sh-account__header,
  .sh-order-detail__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sh-account__header h1,
  .sh-order-detail__header h1,
  .sh-account-login h1 {
    font-size: 24px;
  }

  .sh-account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-account-section {
    padding: 18px;
  }

  .sh-account-order {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 11px 0;
  }

  .sh-account-order__date {
    grid-column: 1;
  }

  .sh-account-order__amount {
    grid-column: 2;
    grid-row: 1;
  }

  .sh-account-order .sh-account-status {
    grid-column: 1 / -1;
  }

  .sh-orders-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-orders-filters label {
    min-width: 0;
  }

  .sh-orders-filters button {
    grid-column: 1 / -1;
  }

  .sh-orders-list__head {
    display: none;
  }

  .sh-orders-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 14px 4px;
  }

  .sh-orders-row__number {
    grid-column: 1;
  }

  .sh-orders-row__amount {
    grid-column: 2;
    grid-row: 1;
  }

  .sh-orders-row > span:nth-child(3) {
    display: none;
  }

  .sh-orders-row .sh-account-status {
    grid-column: 1 / -1;
  }

  .sh-orders-row__arrow {
    display: none;
  }

  .sh-order-detail__summary,
  .sh-order-detail__columns {
    grid-template-columns: 1fr;
  }

  .sh-order-detail__summary > div + div {
    border-top: 1px solid var(--sha-line);
    border-left: 0;
  }

  .sh-order-items__head {
    display: none;
  }

  .sh-order-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    padding: 14px 0;
  }

  .sh-order-item__name {
    grid-column: 1 / -1;
  }

  .sh-order-item [data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: var(--sha-muted);
    font-size: 11px;
    font-weight: 400;
  }

  .smarthoff-checkout-auth__grid {
    grid-template-columns: 1fr;
  }

  .smarthoff-checkout-field--wide {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .sh-account__nav-link {
    padding-inline: 10px;
    font-size: 13px;
  }

  .sh-account__nav-link--exit {
    margin-left: 0;
  }

  .sh-account-stats,
  .sh-orders-filters {
    grid-template-columns: 1fr;
  }

  .sh-orders-filters button {
    grid-column: auto;
  }

  .sh-account-login__panel,
  .smarthoff-checkout-auth__panel {
    padding: 18px 0;
  }

  .sh-account-login__links,
  .smarthoff-checkout-auth__tabs {
    font-size: 13px;
  }

  .sh-order-data {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sh-order-data dd {
    margin-bottom: 10px;
  }
}
/* === END SMARTHOFF B2B ACCOUNT 20260902 === */
