.semenu-mobile-header-shell {
  display: none;
}

/* Version 0.9.0: complete standalone header, independent of Elementor Header. */
body.sem-menu-open,
body.semenu-site-menu-open,
body.semenu-mini-cart-open {
  overflow: hidden;
}

body.semenu-standalone-header-enabled .elementor-location-header,
body.semenu-standalone-header-enabled #masthead.site-header {
  display: none !important;
}

.semenu-site-header,
.semenu-site-header *,
.semenu-site-strip,
.semenu-site-strip *,
.semenu-site-drawer,
.semenu-site-drawer *,
.semenu-site-overlay,
.semenu-mini-cart,
.semenu-mini-cart *,
.semenu-mini-cart-overlay {
  box-sizing: border-box;
}

.semenu-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 76px;
  background: #fff;
  color: #252525;
  font-family: Roboto, Arial, sans-serif;
}

.semenu-site-header svg,
.semenu-site-drawer svg,
.semenu-mini-cart svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semenu-site-header__bar {
  position: fixed;
  top: var(--semenu-admin-bar-height, 0px);
  right: 0;
  left: 0;
  z-index: 1000;
  border-top: 3px solid #6eb629;
  border-bottom: 1px solid #dfe8d6;
  background: #fff;
  box-shadow: 0 3px 12px rgba(31, 72, 15, 0.08);
}

body.admin-bar .semenu-site-header__bar {
  top: var(--semenu-admin-bar-height, 32px);
}

@media (max-width: 782px) {
  body.admin-bar .semenu-site-header__bar {
    top: var(--semenu-admin-bar-height, 46px);
  }
}

.semenu-site-header__inner {
  display: grid;
  grid-template-columns: 46px minmax(145px, 180px) minmax(240px, 1fr) minmax(220px, 235px) minmax(150px, 160px);
  gap: 12px;
  align-items: center;
  width: min(100%, 1400px);
  min-height: 72px;
  margin: 0 auto;
  padding: 8px 20px;
}

.semenu-site-header button,
.semenu-site-drawer button {
  margin: 0;
  border: 0;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}

.semenu-site-header__burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 10px;
  background: #eff7e8;
  color: #518f1b;
}

.semenu-site-header__burger svg {
  width: 25px;
  height: 25px;
}

.semenu-site-header__burger:hover,
.semenu-site-header__burger:focus-visible {
  outline: 2px solid rgba(110, 182, 41, 0.28);
  outline-offset: 1px;
  background: #dff0d1;
  color: #3f7911;
}

.semenu-site-header__logo {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 54px;
}

.semenu-site-header__logo img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain;
  object-position: left center;
}

.semenu-site-header__logo-mark {
  display: none !important;
}

.semenu-site-search {
  min-width: 0;
}

.semenu-site-search__trigger {
  display: none;
}

.semenu-site-search__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 44px;
  margin: 0;
  overflow: hidden;
  border: 2px solid #79b82d;
  border-radius: 9px;
  background: #fff;
}

.semenu-site-search__back {
  display: none;
}

.semenu-site-search__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: #fff !important;
  color: #282828 !important;
  font: 400 15px/1.3 Roboto, Arial, sans-serif !important;
  box-shadow: none !important;
}

.semenu-site-search__input::placeholder {
  color: #747474;
  opacity: 1;
}

.semenu-site-search__input:focus {
  box-shadow: inset 0 0 0 1px rgba(110, 182, 41, 0.18) !important;
}

.semenu-site-search__submit {
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  background: #78b72d !important;
  color: #fff !important;
}

.semenu-site-search__submit:hover,
.semenu-site-search__submit:focus-visible {
  outline: 0;
  background: #609d20 !important;
}

.semenu-site-search__submit svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.semenu-site-phone {
  position: relative;
  min-width: 0;
}

.semenu-site-phone:hover,
.semenu-site-phone.is-open {
  z-index: 1021;
}

.semenu-site-phone:hover::after,
.semenu-site-phone.is-open::after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 310px;
  height: 12px;
  content: '';
}

.semenu-site-phone__button {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 16px;
  gap: 7px;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 5px 10px;
  border-radius: 11px;
  background: transparent !important;
  color: #252525 !important;
  text-align: left;
}

.semenu-site-phone__button:hover,
.semenu-site-phone__button:focus-visible,
.semenu-site-phone.is-open .semenu-site-phone__button {
  outline: 0;
  background: #f2f8ed !important;
}

.semenu-site-phone__button > svg:first-child {
  width: 25px;
  height: 25px;
  color: #70b424;
}

.semenu-site-phone__button > svg:last-child {
  width: 17px;
  height: 17px;
  color: #6d6d6d;
  transition: transform 0.18s ease;
}

.semenu-site-phone.is-open .semenu-site-phone__button > svg:last-child {
  transform: rotate(180deg);
}

.semenu-site-phone__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
}

.semenu-site-phone__copy strong,
.semenu-site-phone__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.semenu-site-phone__copy strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

.semenu-site-phone__copy small {
  color: #737373;
  font-size: 11.5px;
  line-height: 1.15;
}

.semenu-site-phone__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1020;
  display: none;
  width: 310px;
  padding: 8px;
  border: 1px solid #dce7d2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(27, 52, 14, 0.18);
}

.semenu-site-phone__dropdown::before {
  position: absolute;
  top: -7px;
  right: 26px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #dce7d2;
  border-left: 1px solid #dce7d2;
  background: #fff;
  content: '';
  transform: rotate(45deg);
}

.semenu-site-phone.is-open .semenu-site-phone__dropdown,
.semenu-site-phone:hover .semenu-site-phone__dropdown {
  display: block;
}

.semenu-site-phone__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid #edf1e9;
}

.semenu-site-phone__row:last-child {
  border-bottom: 0;
}

.semenu-site-phone__row > a:first-child {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  margin: 3px 0;
  padding: 8px;
  border-radius: 8px;
  color: #242424;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.semenu-site-phone__row > a:first-child:hover,
.semenu-site-phone__row > a:first-child:focus-visible {
  outline: 0;
  background: #eff7e8;
  color: #477f17;
  box-shadow: inset 0 0 0 1px #dcebcf;
}

.semenu-site-phone__row > a:first-child svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #70b424;
}

.semenu-site-phone__viber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #7360f2;
}

.semenu-site-phone__viber:hover,
.semenu-site-phone__viber:focus-visible {
  outline: 0;
  background: #f1efff;
}

.semenu-fa-viber {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.semenu-site-phone__viber .semenu-fa-viber {
  font-size: 22px;
}

.semenu-site-cart {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 50px;
  padding: 4px 10px;
  border-radius: 11px;
  color: #4d8f12;
  text-decoration: none !important;
}

.semenu-site-cart:hover,
.semenu-site-cart:focus-visible {
  outline: 0;
  background: #f2f8ed;
  color: #3d770d;
}

.semenu-site-cart__icon {
  position: relative;
  flex: 0 0 34px;
  order: 2;
}

.semenu-site-cart__icon > svg {
  width: 30px;
  height: 30px;
  color: #69727d;
  stroke-width: 1.9;
}

.semenu-site-cart__count {
  position: absolute;
  top: -9px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #70b424;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.semenu-site-cart__total {
  order: 1;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .semenu-site-phone__copy strong,
  .semenu-site-phone__copy small,
  .semenu-site-cart__total {
    overflow: visible;
    text-overflow: clip;
  }
}

@media (min-width: 768px) {
  .semenu-site-phone__button,
  .semenu-site-cart {
    background: #f2f8ed !important;
    box-shadow: inset 0 0 0 1px #e2edd9;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
  }

  .semenu-site-phone__button:hover,
  .semenu-site-phone__button:focus-visible,
  .semenu-site-phone.is-open .semenu-site-phone__button,
  .semenu-site-cart:hover,
  .semenu-site-cart:focus-visible {
    background: #e8f4de !important;
    box-shadow: inset 0 0 0 1px #cfe3bd;
  }
}

.semenu-site-cart__total .woocommerce-Price-currencySymbol {
  margin-left: 2px;
}

/* Version 0.10.0: standalone high-capacity WooCommerce mini-cart. */
.semenu-mini-cart-overlay {
  position: fixed;
  top: var(--semenu-admin-bar-height, 0);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147482100;
  background: rgba(19, 26, 15, 0.55);
  opacity: 0;
  backdrop-filter: blur(2px);
  transition: opacity 0.22s ease;
}

.semenu-mini-cart-overlay.is-open {
  opacity: 1;
}

.semenu-mini-cart {
  position: fixed;
  top: var(--semenu-admin-bar-height, 0);
  right: 0;
  bottom: 0;
  z-index: 2147482101;
  display: flex;
  width: min(100vw, 440px);
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid #dfe8d8;
  background: #fff;
  color: #272b24;
  font-family: Roboto, Arial, sans-serif;
  box-shadow: -18px 0 48px rgba(20, 38, 12, 0.24);
  transform: translateX(105%);
  transition: transform 0.24s ease;
}

.semenu-mini-cart.is-open {
  transform: translateX(0);
}

.semenu-mini-cart__heading {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px 18px;
  border-bottom: 1px solid #e1e9dc;
  background: #fff;
}

.semenu-mini-cart__heading > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.semenu-mini-cart__heading strong {
  color: #22251f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.semenu-mini-cart__summary {
  color: #6b7366;
  font-size: 13px;
  line-height: 1.25;
}

.semenu-mini-cart__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  appearance: none;
  background: #f0f5ec !important;
  color: #667061 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.semenu-mini-cart__close:hover,
.semenu-mini-cart__close:focus-visible {
  outline: 2px solid rgba(110, 182, 41, 0.28);
  outline-offset: 1px;
  background: #e3efd9 !important;
  color: #477d18 !important;
}

.semenu-mini-cart__close svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.semenu-mini-cart__content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.semenu-mini-cart__items {
  min-height: 0;
  margin: 0 !important;
  padding: 4px 18px !important;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  list-style: none !important;
  overscroll-behavior: contain;
  scrollbar-color: #b7c7aa #f3f6f0;
  scrollbar-width: thin;
}

.semenu-mini-cart__items::-webkit-scrollbar {
  width: 8px;
}

.semenu-mini-cart__items::-webkit-scrollbar-track {
  background: #f3f6f0;
}

.semenu-mini-cart__items::-webkit-scrollbar-thumb {
  border: 2px solid #f3f6f0;
  border-radius: 8px;
  background: #b7c7aa;
}

.semenu-mini-cart__item {
  display: grid;
  position: relative;
  grid-template-columns: 68px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: start;
  margin: 0 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #e6ece2;
  list-style: none !important;
}

.semenu-mini-cart__item:last-child {
  border-bottom: 0;
}

.semenu-mini-cart__item::before,
.semenu-mini-cart__item::after {
  display: none !important;
}

.semenu-mini-cart__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 84px;
  overflow: hidden;
  border: 1px solid #e3eadf;
  border-radius: 9px;
  background: #f8faf6;
}

.semenu-mini-cart__image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
}

.semenu-mini-cart__item-copy {
  display: flex;
  min-width: 0;
  min-height: 84px;
  flex-direction: column;
}

.semenu-mini-cart__name {
  display: -webkit-box;
  overflow: hidden;
  color: #252821 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.semenu-mini-cart__name:hover,
.semenu-mini-cart__name:focus-visible {
  outline: 0;
  color: #4b8d16 !important;
  text-decoration: underline !important;
}

.semenu-mini-cart__item-copy dl.variation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 5px;
  margin: 5px 0 0;
  color: #727a6d;
  font-size: 11px;
  line-height: 1.3;
}

.semenu-mini-cart__item-copy dl.variation dt,
.semenu-mini-cart__item-copy dl.variation dd,
.semenu-mini-cart__item-copy dl.variation p {
  margin: 0;
  padding: 0;
}

.semenu-mini-cart__price-row {
  display: block;
  margin-top: auto;
  padding-top: 8px;
}

.semenu-mini-cart__price-row.is-discounted {
  display: block;
}

.semenu-mini-cart__quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: baseline;
  min-width: 0;
  color: #343932;
  font-size: 14px;
  line-height: 1.3;
}

.semenu-mini-cart__quantity-value {
  flex: 0 0 auto;
  color: #2f342d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.semenu-mini-cart__unit-price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  align-items: baseline;
  min-width: 0;
  color: #63aa1e;
  font-size: 16px;
  font-weight: 700;
}

.semenu-mini-cart__unit-price > .amount,
.semenu-mini-cart__unit-price > .woocommerce-Price-amount,
.semenu-mini-cart__unit-price .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.semenu-mini-cart__quantity .old-price,
.semenu-mini-cart__quantity .new-price {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.semenu-mini-cart__quantity .old-price {
  color: #555b52;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.semenu-mini-cart__quantity .new-price {
  color: #63aa1e;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.semenu-mini-cart__quantity del {
  color: #555b52;
  font-size: 13px;
  font-weight: 400;
}

.semenu-mini-cart__quantity ins {
  color: #63aa1e;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.semenu-mini-cart__remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dce4d7 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #7d8578 !important;
  font-size: 0 !important;
  text-decoration: none !important;
}

.semenu-mini-cart__remove:hover,
.semenu-mini-cart__remove:focus-visible {
  outline: 0;
  border-color: #e1b9b9 !important;
  background: #fff3f3 !important;
  color: #b43f3f !important;
}

.semenu-mini-cart__remove svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.semenu-mini-cart__footer {
  flex: 0 0 auto;
  padding: 14px 18px 18px;
  border-top: 1px solid #dfe7da;
  background: #fff;
  box-shadow: 0 -9px 24px rgba(31, 55, 18, 0.08);
}

.semenu-mini-cart__subtotal {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border: 1px solid #d8e8cd;
  border-radius: 12px;
  background: linear-gradient(135deg, #f5faef 0%, #eef7e6 100%);
}

.semenu-mini-cart__subtotal span {
  color: #425b35;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

.semenu-mini-cart__subtotal strong {
  display: inline-flex;
  align-items: baseline;
  color: #65a91f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.semenu-mini-cart__subtotal strong .amount,
.semenu-mini-cart__subtotal strong .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.semenu-mini-cart__note {
  margin: 8px 2px 14px !important;
  color: #5f685a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.semenu-mini-cart__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.semenu-mini-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #69aa28;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.semenu-mini-cart__button--cart {
  background: #fff;
  color: #4f8e18 !important;
}

.semenu-mini-cart__button--cart:hover,
.semenu-mini-cart__button--cart:focus-visible {
  outline: 0;
  background: #f0f7ea;
  color: #3f7812 !important;
}

.semenu-mini-cart__button--checkout {
  background: #70b629;
  color: #fff !important;
}

.semenu-mini-cart__button--checkout:hover,
.semenu-mini-cart__button--checkout:focus-visible {
  outline: 0;
  border-color: #5c9e1d;
  background: #5c9e1d;
  color: #fff !important;
}

.semenu-mini-cart__empty {
  display: flex;
  max-width: 330px;
  margin: auto;
  padding: 30px 20px;
  align-items: center;
  flex-direction: column;
  color: #65705f;
  text-align: center;
}

.semenu-mini-cart__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eff7e8;
  color: #65a827;
}

.semenu-mini-cart__empty-icon svg {
  width: 38px;
  height: 38px;
}

.semenu-mini-cart__empty strong {
  color: #292d26;
  font-size: 20px;
}

.semenu-mini-cart__empty p {
  margin: 8px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.semenu-site-strip {
  min-height: 36px;
  border-bottom: 1px solid #cfe3bc;
  background: #f4faee;
}

.semenu-site-strip__inner {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: min(100%, 1400px);
  min-height: 36px;
  margin: 0 auto;
  padding: 5px 20px;
  color: #566050;
  font-size: 14px;
}

.semenu-site-strip__official {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.semenu-site-strip__official svg {
  width: 19px;
  height: 19px;
  color: #70b424;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semenu-site-strip strong {
  color: #4c8c17;
  font-weight: 600;
}

.semenu-site-strip__offer {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  justify-content: center;
  text-align: center;
}

.semenu-site-strip__offer small {
  color: #566050;
  font-size: 12px;
  font-weight: 400;
}

.semenu-site-strip__divider {
  width: 1px;
  height: 17px;
  background: #cad8bf;
}

@media (max-width: 1199px) {
  .semenu-site-strip__offer small {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .semenu-site-strip__official,
  .semenu-site-strip__divider,
  .semenu-site-strip__delivery {
    display: none;
  }
}

.semenu-site-overlay {
  position: fixed;
  top: var(--semenu-admin-bar-height, 0);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147482000;
  background: rgba(18, 28, 13, 0.58);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.semenu-site-overlay.is-open {
  opacity: 1;
}

.semenu-site-drawer {
  position: fixed;
  top: var(--semenu-admin-bar-height, 0);
  bottom: 0;
  left: 0;
  z-index: 2147482001;
  display: flex;
  width: min(88vw, 370px);
  padding: 0 18px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  background: #fff;
  color: #252525;
  font-family: Roboto, Arial, sans-serif;
  box-shadow: 15px 0 40px rgba(18, 34, 9, 0.2);
  transform: translateX(-105%);
  transition: transform 0.22s ease;
}

.semenu-site-drawer.is-open {
  transform: translateX(0);
}

.semenu-site-drawer__heading {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(112px, 136px) minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid #dfe7d7;
  background: #fff;
}

.semenu-site-drawer__heading a,
.semenu-site-drawer__heading img {
  display: block;
}

.semenu-site-drawer__heading a {
  min-width: 0;
}

.semenu-site-drawer__heading img {
  width: 136px;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.semenu-site-drawer__heading strong {
  font-size: 19px;
}

.semenu-site-drawer__heading button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 9px;
  background: #f1f5ed !important;
  color: #667064 !important;
}

.semenu-site-drawer__heading button:hover,
.semenu-site-drawer__heading button:focus-visible {
  outline: 2px solid rgba(110, 182, 41, 0.28);
  background: #e5efdc !important;
  color: #477e18 !important;
}

.semenu-site-drawer__heading button svg {
  width: 25px;
  height: 25px;
}

.semenu-site-drawer__catalog {
  display: none;
  grid-template-columns: 28px minmax(0, 1fr) 20px;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  margin: 14px 0 4px;
  padding: 9px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #5da91f, #79bd2c);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 9px 22px rgba(65, 125, 20, 0.2);
}

.semenu-site-drawer__catalog:hover,
.semenu-site-drawer__catalog:focus-visible {
  outline: 2px solid rgba(94, 169, 31, 0.26);
  outline-offset: 2px;
  background: linear-gradient(135deg, #4e9418, #68ae20);
  color: #fff !important;
}

.semenu-site-drawer__catalog svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.semenu-site-drawer__catalog svg:last-child {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}

.semenu-site-drawer__navigation {
  padding: 8px 0 0;
}

.semenu-site-drawer__menu {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.semenu-site-drawer__menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6ece1;
  list-style: none;
}

.semenu-site-drawer__menu li::before,
.semenu-site-drawer__menu li::after {
  display: none !important;
}

.semenu-site-drawer__menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px;
  color: #272727 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none !important;
  text-transform: uppercase;
}

.semenu-site-drawer__menu a:hover,
.semenu-site-drawer__menu a:focus-visible,
.semenu-site-drawer__menu .current-menu-item > a,
.semenu-site-drawer__menu .current_page_item > a {
  outline: 0;
  background: #eff7e8;
  color: #4e9017 !important;
}

.semenu-site-drawer__contacts {
  padding: 18px 2px 0;
}

.semenu-site-drawer__contacts > strong {
  display: block;
  margin: 0 8px 8px;
  color: #656d61;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.semenu-site-drawer__phone-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #e6ece1;
}

.semenu-site-drawer__phone-row > a:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  margin: 3px 0;
  padding: 9px 8px;
  border-radius: 8px;
  color: #242424;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.semenu-site-drawer__phone-row > a:first-child:hover,
.semenu-site-drawer__phone-row > a:first-child:focus-visible {
  outline: 0;
  background: #eff7e8;
  color: #477f17;
  box-shadow: inset 0 0 0 1px #dcebcf;
}

.semenu-site-drawer__phone-row > a:first-child svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #70b424;
}

.semenu-site-drawer__phone-viber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7360f2;
}

.semenu-site-drawer__phone-viber:hover,
.semenu-site-drawer__phone-viber:focus-visible {
  outline: 0;
  background: #f1efff;
}

.semenu-site-drawer__phone-viber .semenu-fa-viber {
  font-size: 23px;
}

.semenu-site-drawer__communities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 14px 2px 0;
}

.semenu-site-drawer__community {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 42px;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.semenu-site-drawer__community svg {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
}

.semenu-site-drawer__community .semenu-fa-viber {
  flex: 0 0 23px;
  width: 23px;
  font-size: 23px;
  text-align: center;
}

.semenu-site-drawer__community--viber {
  background: #f1efff;
  color: #6652dc !important;
}

.semenu-site-drawer__community--telegram {
  background: #eaf7fd;
  color: #078bc9 !important;
}

@media (max-width: 1199px) {
  .semenu-site-header__inner {
    grid-template-columns: 46px minmax(125px, 150px) minmax(220px, 1fr) 48px 56px;
    gap: 9px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .semenu-site-phone__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
  }

  .semenu-site-phone__copy,
  .semenu-site-phone__button > svg:last-child,
  .semenu-site-cart__total {
    display: none;
  }

  .semenu-site-cart {
    justify-content: center;
    width: 56px;
    min-height: 48px;
    padding: 4px;
  }
}

@media (max-width: 767px) {
  .semenu-site-drawer__catalog {
    display: grid;
  }

  .semenu-site-header {
    height: 65px;
  }

  .semenu-site-header__inner {
    position: relative;
    grid-template-columns: 44px clamp(88px, 26vw, 112px) minmax(0, 1fr) 52px;
    gap: 7px;
    min-height: 61px;
    padding: 6px 10px;
  }

  .semenu-site-header__burger {
    width: 44px;
    height: 44px;
  }

  .semenu-site-header__logo {
    width: 100%;
    height: 48px;
  }

  .semenu-site-header__logo-full {
    display: block !important;
    width: 100% !important;
    max-width: 112px !important;
    max-height: 42px !important;
    object-fit: contain;
    object-position: left center;
  }

  .semenu-site-header__logo-mark {
    display: none !important;
  }

  .semenu-site-search {
    min-width: 0;
  }

  .semenu-site-search__trigger {
    display: flex;
    gap: 7px;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border-radius: 9px;
    background: #f1f6ed !important;
    color: #596253 !important;
    font-size: 14px;
    text-align: left;
  }

  .semenu-site-search__trigger:hover,
  .semenu-site-search__trigger:focus-visible {
    outline: 2px solid rgba(110, 182, 41, 0.24);
    background: #e6f1dc !important;
  }

  .semenu-site-search__trigger svg {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
  }

  .semenu-site-search__form {
    display: none;
  }

  .semenu-site-header.is-search-open .semenu-site-header__inner > :not(.semenu-site-search) {
    visibility: hidden;
  }

  .semenu-site-header.is-search-open .semenu-site-search {
    position: absolute;
    inset: 6px 10px;
    z-index: 3;
  }

  .semenu-site-header.is-search-open .semenu-site-search__trigger {
    display: none;
  }

  .semenu-site-header.is-search-open .semenu-site-search__form {
    display: flex;
    height: 46px;
  }

  .semenu-site-search__back {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 42px;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    color: #69727d !important;
  }

  .semenu-site-search__back:hover,
  .semenu-site-search__back:focus-visible {
    outline: 0;
    color: #417d14 !important;
  }

  .semenu-site-search__back svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
  }

  .semenu-site-phone {
    display: none;
  }

  .semenu-site-cart {
    width: 52px;
    height: 48px;
    padding: 3px;
  }

  .semenu-site-cart__icon {
    flex-basis: 32px;
  }

  .semenu-site-cart__icon > svg {
    width: 29px;
    height: 29px;
  }

  .semenu-site-strip,
  .semenu-site-strip__inner {
    min-height: 33px;
  }

  .semenu-site-strip__inner {
    padding: 5px 10px;
    font-size: 13px;
  }

  .semenu-site-strip__offer,
  .semenu-site-strip__divider,
  .semenu-site-strip__delivery {
    display: none;
  }

  .semenu-site-strip__official {
    justify-content: center;
    color: #4c8c17;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media (max-width: 359px) {
  .semenu-site-header__inner {
    gap: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .semenu-site-search__trigger {
    gap: 5px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .semenu-mini-cart {
    border-left: 0;
  }

  .semenu-mini-cart__heading {
    min-height: 68px;
    padding: 10px 14px;
  }

  .semenu-mini-cart__items {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .semenu-mini-cart__item {
    grid-template-columns: 60px minmax(0, 1fr) 36px;
    gap: 10px;
    padding: 12px 0 !important;
  }

  .semenu-mini-cart__image {
    width: 60px;
    height: 76px;
  }

  .semenu-mini-cart__item-copy {
    min-height: 76px;
  }

  .semenu-mini-cart__footer {
    padding: 12px 14px 14px;
  }
}

@media (max-width: 359px) {
  .semenu-mini-cart__actions {
    grid-template-columns: 1fr;
  }

  .semenu-mini-cart__button--checkout {
    grid-row: 1;
  }
}

/* Version 0.16.0: responsive WooCommerce checkout. */
body.woocommerce-checkout {
  background: #f5f7f2;
  overflow-x: clip;
  overflow-y: visible;
}

body.woocommerce-checkout > .wrap,
body.woocommerce-checkout #primary,
body.woocommerce-checkout #main {
  float: none;
  width: min(100% - 32px, 1240px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-checkout #primary,
body.woocommerce-checkout #main {
  width: 100%;
}

body.woocommerce-checkout #content,
body.woocommerce-checkout #content > .wrap,
body.woocommerce-checkout #primary,
body.woocommerce-checkout #main {
  background: transparent !important;
}

body.woocommerce-checkout #primary {
  padding: 0;
}

body.woocommerce-checkout #main {
  margin-top: 0;
  padding: 28px 0 56px;
}

body.woocommerce-checkout .semenu-checkout-page-header {
  margin: 0 0 22px;
  padding: 0;
}

body.woocommerce-checkout .semenu-checkout-page-header .page-title {
  margin: 0;
  color: #20241e;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}

.semenu-checkout-page-subtitle {
  margin: 8px 0 0;
  color: #70766c;
  font: 400 14px/1.45 Roboto, Arial, sans-serif;
}

body.woocommerce-checkout #main .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-checkout #main .woocommerce > .woocommerce-error,
body.woocommerce-checkout #main .woocommerce > .woocommerce-info,
body.woocommerce-checkout #main .woocommerce > .woocommerce-message {
  margin-bottom: 14px;
}

body.woocommerce-checkout #main .woocommerce-error,
body.woocommerce-checkout #main .woocommerce-info,
body.woocommerce-checkout #main .woocommerce-message {
  min-height: 54px;
  margin-top: 0;
  padding: 15px 18px 15px 48px;
  border: 1px solid #dfe6d8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(30, 55, 19, 0.05);
  color: #40463c;
}

body.woocommerce-checkout #main .woocommerce-error {
  border-color: #efb7b7;
  background: #fffafa;
}

body.woocommerce-checkout #main .woocommerce-info.has-min-sum-error,
body.woocommerce-checkout #main .semenu-minimum-order-notice {
  border-color: #efb7b7;
  background: #fffafa;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
  clear: both;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
	body.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) 430px;
	}
}

body.woocommerce-checkout form.checkout > .woocommerce-error,
body.woocommerce-checkout form.checkout > .woocommerce-info,
body.woocommerce-checkout form.checkout > .woocommerce-message,
body.woocommerce-checkout form.checkout > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout form.checkout::before,
body.woocommerce-checkout form.checkout::after,
body.woocommerce-checkout #customer_details::before,
body.woocommerce-checkout #customer_details::after {
  display: none;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout form.checkout .right-side-checkout {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0;
}

body.woocommerce-checkout #customer_details {
  display: grid;
  gap: 16px;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  display: grid;
  gap: 16px;
}

body.woocommerce-checkout .order-checkout-label-top {
  position: relative;
  display: none;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 13px 16px 13px 46px;
  border: 1px solid #edd3a7;
  border-radius: 12px;
  background: #fffaf0;
  color: #7a571d;
  font: 600 14px/1.45 Roboto, Arial, sans-serif;
  text-align: left;
}

body.woocommerce-checkout.semenu-order-prepaid .order-checkout-label-top {
  display: block;
}

body.woocommerce-checkout .order-checkout-label-top[hidden] {
  display: none !important;
}

body.woocommerce-checkout .order-checkout-label-top::before {
  content: '!';
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e89a22;
  color: #fff;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

body.woocommerce-checkout .order-support-widget,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .semenu-checkout-notes-card,
body.woocommerce-checkout .right-side-checkout {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #e0e6da;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(35, 70, 20, 0.07);
}

body.woocommerce-checkout .order-support-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    'header actions'
    'description actions';
  gap: 5px 20px;
  align-items: center;
  max-width: none;
  padding: 18px 20px;
  border-color: #cee3bc;
  background: #f5faef;
}

body.woocommerce-checkout .order-support-widget__header {
  grid-area: header;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
}

body.woocommerce-checkout .order-support-widget__icon-question {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  background: #78b838;
  color: #fff;
  place-items: center;
  font-size: 21px;
}

body.woocommerce-checkout .order-support-widget__title {
  color: #2e3829;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.woocommerce-checkout .order-support-widget__description {
  grid-area: description;
  margin: 0 0 0 47px;
  color: #697064;
  font-size: 13px;
  line-height: 1.45;
}

body.woocommerce-checkout .order-support-widget__actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 8px;
  margin: 0;
}

body.woocommerce-checkout .order-support-widget__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 14px;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-checkout .order-support-widget__btn--brand-viber {
  background: #7160e8;
  color: #fff;
}

body.woocommerce-checkout .order-support-widget__btn--action-call {
  background: #75bd28;
  color: #fff;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .semenu-checkout-notes-card {
  padding: 22px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #payment .payment-title,
body.woocommerce-checkout .semenu-checkout-notes-card > h3,
body.woocommerce-checkout .semenu-checkout-section-heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 18px;
  color: #232820;
  font: 700 20px/1.3 Roboto, Arial, sans-serif;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before,
body.woocommerce-checkout #payment .payment-title::before,
body.woocommerce-checkout .semenu-checkout-notes-card > h3::before,
.semenu-checkout-section-heading > span {
  display: inline-grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 11px;
  border-radius: 50%;
  background: #eaf4df;
  color: #57981d;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
  content: '1';
}

body.woocommerce-checkout #payment .payment-title::before {
  content: '3';
}

body.woocommerce-checkout .semenu-checkout-notes-card > h3::before {
  content: '4';
}

.semenu-checkout-section-heading {
  padding-top: 21px;
  border-top: 1px solid #e8ece4;
}

.semenu-checkout-section-heading > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.semenu-checkout-section-heading strong {
  color: #232820;
  font-size: 20px;
  line-height: 1.25;
}

.semenu-checkout-section-heading small {
  margin-top: 3px;
  color: #7a8175;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 16px;
  width: 100%;
  margin-bottom: 22px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields .form-row,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
  float: none;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  clear: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #billing_email_field {
  grid-column: 1 / -1;
}

body.woocommerce-checkout form.checkout .form-row label {
  display: block;
  margin: 0 0 7px;
  color: #4c5348;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.woocommerce-checkout form.checkout .form-row label .optional {
  color: #8b9187;
  font-size: 11px;
  font-weight: 400;
}

body.woocommerce-checkout form.checkout .form-row .required,
body.woocommerce-checkout form.checkout .form-row .require {
  color: #df4242;
}

body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 46px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d9e0d3;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #292e27;
  font: 400 14px/1.4 Roboto, Arial, sans-serif;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

body.woocommerce-checkout form.checkout textarea {
  min-height: 104px;
  resize: vertical;
}

body.woocommerce-checkout form.checkout input.input-text:focus,
body.woocommerce-checkout form.checkout textarea:focus,
body.woocommerce-checkout form.checkout select:focus,
body.woocommerce-checkout form.checkout .select2-container--focus .select2-selection--single,
body.woocommerce-checkout form.checkout .select2-container--open .select2-selection--single {
  outline: none;
  border-color: #77b93a;
  box-shadow: 0 0 0 3px rgba(111, 189, 37, 0.13);
}

body.woocommerce-checkout form.checkout .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout form.checkout .select2-container .select2-selection__rendered {
  padding: 0 28px 0 0;
  color: #292e27;
  line-height: 22px;
}

body.woocommerce-checkout form.checkout .select2-container .select2-selection__arrow {
  top: 9px;
  right: 8px;
}

body.woocommerce-checkout form.checkout .woocommerce-invalid input.input-text,
body.woocommerce-checkout form.checkout .woocommerce-invalid .select2-selection--single {
  border-color: #dc4747;
  background: #fffafa;
}

body.woocommerce-checkout #shipping_method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

body.woocommerce-checkout #shipping_method li,
body.woocommerce-checkout #payment .wc_payment_method {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 50px;
  margin: 0;
  padding: 13px 13px 13px 42px;
  border: 1px solid #e0e6da;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

body.woocommerce-checkout #shipping_method li.semenu-checkout-option-selected,
body.woocommerce-checkout #payment .wc_payment_method.semenu-checkout-option-selected,
body.woocommerce-checkout #shipping_method li:has(input:checked),
body.woocommerce-checkout #payment .wc_payment_method:has(input:checked) {
  border-color: #8dc75c;
  background: #f3faed;
  box-shadow: 0 0 0 2px rgba(111, 189, 37, 0.08);
}

body.woocommerce-checkout #shipping_method input,
body.woocommerce-checkout #payment .wc_payment_method > input {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #69b324;
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-checkout #payment .wc_payment_method > label {
  display: block;
  margin: 0;
  color: #373d34;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}

body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields {
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields [id$='-shipping-info'] {
  display: grid;
  gap: 14px;
}

body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields .form-row {
  margin: 0 !important;
}

body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields .semenu-checkout-hidden-shipping-field {
  display: none !important;
}

body.woocommerce-checkout .semenu-checkout-city-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid #dce8d2;
  border-radius: 12px;
  background: linear-gradient(135deg, #f9fcf6 0%, #f2f8ed 100%);
}

body.woocommerce-checkout .city-alert-horizontal__left {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

body.woocommerce-checkout .city-alert-horizontal__icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  border: 1px solid #cfe3be;
  border-radius: 11px;
  background: #e9f4df;
  color: #5ca021;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

body.woocommerce-checkout .city-alert-horizontal__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  color: #646d5f;
  font-size: 13px;
  line-height: 1.4;
}

body.woocommerce-checkout .city-alert-horizontal__text strong {
  color: #303a2c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.woocommerce-checkout .city-alert-horizontal__text span {
  display: block;
}

body.woocommerce-checkout .city-alert-horizontal__phones {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.woocommerce-checkout .city-alert-horizontal__phone-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #d2e4c4;
  border-radius: 8px;
  background: #fff;
  color: #4f8d1b;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body.woocommerce-checkout .city-alert-horizontal__phone-link:hover,
body.woocommerce-checkout .city-alert-horizontal__phone-link:focus-visible {
  outline: 0;
  border-color: #a8cc8d;
  background: #edf7e6;
  color: #447c18;
}

body.woocommerce-checkout .semenu-checkout-city-help__phone-icon {
  font-size: 12px;
}

body.woocommerce-checkout #payment {
  background: #fff;
}

body.woocommerce-checkout #payment .payment-title {
  margin-bottom: 16px;
}

body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-checkout #payment .wc_payment_method {
  display: block;
  min-height: 50px;
  padding-top: 14px;
  background: #fff;
}

body.woocommerce-checkout #payment .wc_payment_method + .wc_payment_method {
  margin-top: 9px;
}

body.woocommerce-checkout #payment .wc_payment_method label img {
  float: none;
  width: auto;
  max-height: 22px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}

body.woocommerce-checkout #payment .payment_box {
  margin: 10px 0 0;
  padding: 11px 12px;
  border-radius: 8px;
  background: #fff;
  color: #636a5f;
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-checkout #payment .payment_box::before {
  display: none;
}

body.woocommerce-checkout #payment .place-order {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .semenu-checkout-notes-card > h3 {
  margin-bottom: 13px;
  font-size: 17px;
}

body.woocommerce-checkout .right-side-checkout {
  position: sticky;
  top: calc(var(--semenu-admin-bar-height, 0px) + 94px);
  z-index: 4;
  align-self: start;
  overflow: hidden;
}

body.woocommerce-checkout #order_review_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: auto;
  margin: 0;
  padding: 19px 20px;
  border-bottom: 1px solid #e4e9df;
  color: #22271f;
  font: 700 21px/1.3 Roboto, Arial, sans-serif;
}

.semenu-checkout-review-count {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eaf4df;
  color: #548f20;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

body.woocommerce-checkout #order_review {
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout #order_review .shop_table {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

body.woocommerce-checkout #order_review .shop_table thead,
body.woocommerce-checkout #order_review .shop_table tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body.woocommerce-checkout #order_review .shop_table tbody {
  display: block;
  width: 100%;
  max-height: clamp(
    180px,
    calc(100dvh - var(--semenu-admin-bar-height, 0px) - 358px),
    340px
  );
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #b9c8ae transparent;
}

body.woocommerce-checkout #order_review .shop_table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body.woocommerce-checkout #order_review .shop_table th,
body.woocommerce-checkout #order_review .shop_table td {
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid #edf0e9;
  background: #fff;
  color: #4b5147;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
}

body.woocommerce-checkout #order_review .shop_table thead th {
  background: #f7f9f5;
  color: #747b70;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.woocommerce-checkout #order_review .shop_table .product-name {
  width: 66%;
  padding-right: 8px;
  color: #30352d;
  font-weight: 500;
}

body.woocommerce-checkout #order_review .shop_table .product-total {
  width: 34%;
  color: #5da51f;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-checkout #order_review .shop_table tbody .product-total .discount-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  max-width: 100%;
  white-space: normal;
}

body.woocommerce-checkout #order_review .shop_table tbody .product-total .discount-info > span:first-child {
  white-space: nowrap;
}

body.woocommerce-checkout #order_review .shop_table tbody .product-total .discount-info .new-price {
  display: block;
  max-width: 100%;
  margin: 0 !important;
  color: #5f7653 !important;
  font-size: 10px;
  font-weight: 600 !important;
  line-height: 1.3;
  text-align: right;
  white-space: normal;
}

body.woocommerce-checkout #order_review .shop_table tfoot th,
body.woocommerce-checkout #order_review .shop_table tfoot td {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #fbfcfa;
}

body.woocommerce-checkout #order_review .shop_table tfoot th {
  color: #2c3129;
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-checkout #order_review .shop_table tfoot td {
  color: #5da51f;
  font-size: 17px;
  font-weight: 800;
  text-align: right;
}

body.woocommerce-checkout .new-system-order {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 18px 18px;
  border-top: 1px solid #e4e9df;
  background: #fff;
}

body.woocommerce-checkout .new-system-order-wrap {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}

body.woocommerce-checkout .place-order-new-system {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 16px;
  border-radius: 10px;
  background: #6fbd25;
  box-shadow: 0 5px 14px rgba(94, 170, 28, 0.22);
  color: #fff;
  font: 700 15px/1.25 Roboto, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

body.woocommerce-checkout .place-order-new-system:hover,
body.woocommerce-checkout .place-order-new-system:focus-visible {
  outline: none;
  background: #5ca51d;
  color: #fff;
}

body.woocommerce-checkout .blockUI.blockOverlay {
  border-radius: inherit;
}

@media (max-width: 1023px) {
  body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-checkout .right-side-checkout {
    position: static;
  }

  body.woocommerce-checkout #order_review .shop_table tbody {
    max-height: 310px;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout > .wrap {
    width: min(100% - 16px, 1240px);
  }

  body.woocommerce-checkout #main {
    padding: 18px 0 38px;
  }

  body.woocommerce-checkout .semenu-checkout-page-header {
    margin-bottom: 16px;
  }

  body.woocommerce-checkout .semenu-checkout-page-header .page-title {
    font-size: 27px;
  }

  .semenu-checkout-page-subtitle {
    font-size: 13px;
  }

  body.woocommerce-checkout form.checkout,
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    gap: 12px;
  }

  body.woocommerce-checkout .order-checkout-label-top {
    padding: 11px 12px 11px 40px;
    border-radius: 10px;
    font-size: 13px;
  }

  body.woocommerce-checkout .order-checkout-label-top::before {
    left: 12px;
  }

  body.woocommerce-checkout .order-support-widget,
  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout #payment,
  body.woocommerce-checkout .semenu-checkout-notes-card,
  body.woocommerce-checkout .right-side-checkout {
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(35, 70, 20, 0.06);
  }

  body.woocommerce-checkout .order-support-widget {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'header'
      'description'
      'actions';
    gap: 9px;
    padding: 17px;
  }

  body.woocommerce-checkout .order-support-widget__description {
    margin-left: 47px;
  }

  body.woocommerce-checkout .order-support-widget__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
  }

  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout #payment,
  body.woocommerce-checkout .semenu-checkout-notes-card {
    padding: 17px;
  }

  body.woocommerce-checkout .woocommerce-billing-fields > h3,
  body.woocommerce-checkout #payment .payment-title,
  body.woocommerce-checkout .semenu-checkout-notes-card > h3,
  body.woocommerce-checkout .semenu-checkout-section-heading {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .semenu-checkout-section-heading strong {
    font-size: 18px;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 18px;
  }

  body.woocommerce-checkout #billing_email_field {
    grid-column: auto;
  }

  body.woocommerce-checkout #shipping_method {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  body.woocommerce-checkout #shipping_method li,
  body.woocommerce-checkout #payment .wc_payment_method {
    min-height: 48px;
  }

  body.woocommerce-checkout .semenu-checkout-city-help {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  body.woocommerce-checkout .city-alert-horizontal__phones {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  body.woocommerce-checkout .city-alert-horizontal__phone-link {
    justify-content: center;
    white-space: normal;
  }

  body.woocommerce-checkout .mrkv_ua_shipping_checkout_fields [id$='-shipping-info'] {
    gap: 12px;
  }

  body.woocommerce-checkout #order_review_heading {
    padding: 16px;
    font-size: 19px;
  }

  body.woocommerce-checkout #order_review .shop_table tbody {
    max-height: 280px;
  }

  body.woocommerce-checkout #order_review .shop_table th,
  body.woocommerce-checkout #order_review .shop_table td {
    padding: 10px 11px;
    font-size: 11px;
  }

  body.woocommerce-checkout #order_review .shop_table .product-name {
    width: 64%;
  }

  body.woocommerce-checkout #order_review .shop_table .product-total {
    width: 36%;
  }

  body.woocommerce-checkout .new-system-order {
    padding: 14px 14px 16px;
  }

  body.woocommerce-checkout .place-order-new-system {
    min-height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 419px) {
  body.woocommerce-checkout .order-support-widget__actions,
  body.woocommerce-checkout .city-alert-horizontal__phones {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-checkout .order-support-widget__description {
    margin-left: 0;
  }
}

@media (max-width: 359px) {
  .semenu-site-header__inner {
    grid-template-columns: 42px 44px minmax(0, 1fr) 48px;
    gap: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .semenu-site-header__burger {
    width: 42px;
  }

  .semenu-site-header__logo,
  .semenu-site-header__logo-mark {
    width: 44px !important;
    height: 44px !important;
  }

  .semenu-site-search__trigger {
    justify-content: center;
    padding: 0 8px;
  }

  .semenu-site-search__trigger span {
    display: none;
  }

  .semenu-site-cart {
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .semenu-site-overlay,
  .semenu-site-drawer,
  .semenu-mini-cart-overlay,
  .semenu-mini-cart,
  .semenu-site-phone__button > svg:last-child {
    transition: none;
  }
}

.semenu-desktop-header-shell {
  display: none;
}

@media (min-width: 768px) {
  .elementor-45579.semenu-desktop-header-ready > .elementor-element-91b85c6,
  .elementor-45579.semenu-desktop-header-ready > .elementor-element-98d2561 {
    display: none !important;
  }

  .semenu-desktop-header-shell,
  .semenu-desktop-header-shell * {
    box-sizing: border-box;
  }

  .semenu-desktop-header-shell {
    position: relative;
    z-index: 1000;
    display: block;
    width: 100%;
    padding: 8px 14px;
    border-top: 3px solid #6eb629;
    border-bottom: 1px solid #dce8d0;
    background: #fff;
    box-shadow: 0 3px 12px rgba(31, 72, 15, 0.09);
    font-family: Roboto, Arial, sans-serif;
  }

  body.admin-bar .semenu-desktop-header-shell {
    margin-top: var(--semenu-admin-bar-compensation, 0);
  }

  .semenu-desktop-header-bar {
    display: grid;
    grid-template-columns: 46px clamp(125px, 17vw, 165px) minmax(190px, 1fr) 48px 54px;
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    min-height: 54px;
    margin: 0 auto;
  }

  .semenu-desktop-header__burger,
  .semenu-desktop-phone__button {
    margin: 0;
    padding: 0;
    border: 0;
    appearance: none;
    cursor: pointer;
  }

  .semenu-desktop-header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 9px;
    background: #eff7e8;
    color: #518f1b;
  }

  .semenu-desktop-header__burger svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .semenu-desktop-header__burger:hover,
  .semenu-desktop-header__burger:focus-visible {
    background: #dff0d1;
    color: #3f7911;
    outline: 2px solid rgba(110, 182, 41, 0.3);
    outline-offset: 1px;
  }

  .semenu-desktop-header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    height: 52px;
  }

  .semenu-desktop-header__logo img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain;
    object-position: left center;
  }

  .semenu-desktop-header__search {
    min-width: 0;
  }

  .semenu-desktop-header__search .elementor-element-f5887e1,
  .semenu-desktop-header__search .elementor-widget-container,
  .semenu-desktop-header__search .elementor-search-form {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .semenu-desktop-header__search .elementor-search-form__container {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    border: 2px solid #79b82d !important;
    border-radius: 8px;
    background: #fff;
  }

  .semenu-desktop-header__search .elementor-search-form__input {
    min-width: 0;
    height: 42px !important;
    padding: 0 14px !important;
    border: 0 !important;
    background: #fff !important;
    color: #282828 !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }

  .semenu-desktop-header__search .elementor-search-form__input::placeholder {
    color: #747474;
    opacity: 1;
  }

  .semenu-desktop-header__search .elementor-search-form__submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px !important;
    min-width: 54px;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #78b72d !important;
    color: #fff !important;
    font-size: 18px !important;
  }

  .semenu-desktop-header__search .elementor-search-form__submit:hover,
  .semenu-desktop-header__search .elementor-search-form__submit:focus-visible {
    background: #629e20 !important;
  }

  .semenu-desktop-phone {
    position: relative;
    min-width: 0;
  }

  .semenu-desktop-phone__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 46px;
    border-radius: 9px;
    background: #f3f8ee;
    color: #4d4d4d;
  }

  .semenu-desktop-phone__button > svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #69aa25;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .semenu-desktop-phone__number,
  .semenu-desktop-phone__hint,
  .semenu-desktop-phone__button > svg:last-child {
    display: none;
  }

  .semenu-desktop-phone__button:hover,
  .semenu-desktop-phone__button:focus-visible,
  .semenu-desktop-phone.is-open .semenu-desktop-phone__button {
    background: #e7f3dc;
    color: #262626;
    outline: 2px solid rgba(110, 182, 41, 0.24);
    outline-offset: 1px;
  }

  .semenu-desktop-phone__dropdown {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    z-index: 1010;
    width: 310px;
    padding: 8px;
    border: 1px solid #dce6d4;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(27, 50, 16, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  }

  .semenu-desktop-phone__dropdown::before {
    position: absolute;
    top: -6px;
    right: 18px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #dce6d4;
    border-left: 1px solid #dce6d4;
    background: #fff;
    content: '';
    transform: rotate(45deg);
  }

  .semenu-desktop-phone:hover .semenu-desktop-phone__dropdown,
  .semenu-desktop-phone.is-open .semenu-desktop-phone__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .semenu-desktop-phone__row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 46px;
    border-bottom: 1px solid #edf1e9;
  }

  .semenu-desktop-phone__row:last-child {
    border-bottom: 0;
  }

  .semenu-desktop-phone__link {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
    padding: 8px 6px;
    color: #292929;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
  }

  .semenu-desktop-phone__link:hover,
  .semenu-desktop-phone__link:focus-visible {
    color: #579817;
  }

  .semenu-desktop-phone__link svg {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #70ad2f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .semenu-desktop-phone__viber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-left: 4px;
    border-radius: 50%;
    color: #7360f2;
    text-decoration: none;
  }

  .semenu-desktop-phone__viber:hover,
  .semenu-desktop-phone__viber:focus-visible {
    background: rgba(115, 96, 242, 0.11);
    color: #5b48d6;
  }

  .semenu-desktop-phone__viber-icon {
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
  }

  .semenu-desktop-header__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .semenu-desktop-header__cart .elementor-element-e9404a8,
  .semenu-desktop-header__cart .elementor-widget-container,
  .semenu-desktop-header__cart .elementor-menu-cart__wrapper,
  .semenu-desktop-header__cart .elementor-menu-cart__toggle,
  .semenu-desktop-header__cart .elementor-button-wrapper {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .semenu-desktop-header__cart .elementor-menu-cart__toggle_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    gap: 9px;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #f3f8ee !important;
    color: #292929 !important;
  }

  .semenu-desktop-header__cart .elementor-menu-cart__toggle_button:hover,
  .semenu-desktop-header__cart .elementor-menu-cart__toggle_button:focus-visible {
    background: #e7f3dc !important;
    color: #579817 !important;
  }

  .semenu-desktop-header__cart .elementor-button-text {
    display: none !important;
  }

  .semenu-desktop-header__cart .elementor-button-icon {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #444 !important;
    font-size: 26px !important;
  }

  .semenu-desktop-header__cart .elementor-button-icon-qty {
    top: -8px !important;
    right: -10px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 10px !important;
    background: #70ad2f !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 18px !important;
  }

  .elementor-element-15399d9.semenu-desktop-contacts-ready .elementor-icon-list-items,
  .elementor-element-4a178ba.semenu-desktop-contacts-ready .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-label,
  .elementor-element-4a178ba .semenu-desktop-contact-label {
    display: none !important;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-row,
  .elementor-element-4a178ba .semenu-desktop-contact-row {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 26px;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-phone,
  .elementor-element-4a178ba .semenu-desktop-contact-phone {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    white-space: nowrap;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-phone__icon,
  .elementor-element-4a178ba .semenu-desktop-contact-phone__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    margin-right: 7px;
    color: #76b82a;
    font-size: 14px;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-viber,
  .elementor-element-4a178ba .semenu-desktop-contact-viber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 8px;
    border-radius: 50%;
    color: #7360f2;
    text-decoration: none;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-viber:hover,
  .elementor-element-15399d9 .semenu-desktop-contact-viber:focus-visible,
  .elementor-element-4a178ba .semenu-desktop-contact-viber:hover,
  .elementor-element-4a178ba .semenu-desktop-contact-viber:focus-visible {
    background: rgba(115, 96, 242, 0.1);
    color: #5b48d6;
  }

  .elementor-element-15399d9 .semenu-desktop-contact-viber__icon,
  .elementor-element-4a178ba .semenu-desktop-contact-viber__icon {
    display: inline-flex;
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .semenu-desktop-header-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .semenu-desktop-header-bar {
    grid-template-columns: 46px clamp(165px, 17vw, 205px) minmax(250px, 1fr) minmax(195px, 220px) minmax(108px, 122px);
    gap: 12px;
  }

  .semenu-desktop-phone__button {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 17px;
    grid-template-rows: auto auto;
    column-gap: 9px;
    width: 100%;
    height: 46px;
    padding: 5px 9px;
    text-align: left;
  }

  .semenu-desktop-phone__button > svg:first-child {
    grid-row: 1 / 3;
  }

  .semenu-desktop-phone__button > svg:last-child {
    display: block;
    grid-column: 3;
    grid-row: 1 / 3;
    width: 17px;
    height: 17px;
    stroke: #6c6c6c;
    transition: transform 0.16s ease;
  }

  .semenu-desktop-phone.is-open .semenu-desktop-phone__button > svg:last-child {
    transform: rotate(180deg);
  }

  .semenu-desktop-phone__number,
  .semenu-desktop-phone__hint {
    display: block;
    grid-column: 2;
    overflow: hidden;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .semenu-desktop-phone__number {
    align-self: end;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
  }

  .semenu-desktop-phone__hint {
    align-self: start;
    margin-top: 2px;
    color: #767676;
    font-size: 11px;
  }

  .semenu-desktop-header__cart .elementor-button-text {
    display: inline-block !important;
    overflow: hidden;
    color: #5f9f21 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .elementor-45579.semenu-mobile-header-ready > .elementor-element-be4662b,
  .elementor-45579.semenu-mobile-header-ready > .elementor-element-a87c4ad {
    display: none !important;
  }

  .semenu-mobile-header-shell {
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #dce8d0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(31, 72, 15, 0.08);
  }

  body.admin-bar .semenu-mobile-header-shell {
    margin-top: var(--semenu-admin-bar-compensation, 0);
  }

  .semenu-mobile-header-bar {
    display: grid;
    grid-template-columns: 44px 48px minmax(0, 1fr) 44px;
    gap: 7px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
  }

  .semenu-mobile-header__burger,
  .semenu-mobile-search__trigger,
  .semenu-mobile-search__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #242424;
    cursor: pointer;
    appearance: none;
  }

  .semenu-mobile-header__burger svg,
  .semenu-mobile-search__trigger svg,
  .semenu-mobile-search__close svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .semenu-mobile-header__burger:hover,
  .semenu-mobile-header__burger:focus-visible,
  .semenu-mobile-search__close:hover,
  .semenu-mobile-search__close:focus-visible {
    background: #f0f7e9;
    color: #5e9f20;
  }

  .semenu-mobile-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
  }

  .semenu-mobile-header__logo img {
    display: block;
    width: 46px !important;
    height: 46px !important;
    max-width: none !important;
    object-fit: cover;
  }

  .semenu-mobile-search {
    min-width: 0;
  }

  .semenu-mobile-search__trigger {
    justify-content: flex-start;
    width: 100%;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #8abb50;
    border-radius: 8px;
    background: #f8fbf5;
    color: #676767;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .semenu-mobile-search__trigger svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    color: #5f9f21;
  }

  .semenu-mobile-search__form {
    display: none !important;
    width: 100%;
    margin: 0;
  }

  .semenu-mobile-header-shell.is-search-open .semenu-mobile-header-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  .semenu-mobile-header-shell.is-search-open .semenu-mobile-header__burger,
  .semenu-mobile-header-shell.is-search-open .semenu-mobile-header__logo,
  .semenu-mobile-header-shell.is-search-open .semenu-mobile-header__cart,
  .semenu-mobile-header-shell.is-search-open .semenu-mobile-search__trigger {
    display: none;
  }

  .semenu-mobile-header-shell.is-search-open .semenu-mobile-search {
    grid-column: 1 / -1;
    width: 100%;
  }

  .semenu-mobile-header-shell.is-search-open .semenu-mobile-search__form {
    display: block !important;
  }

  .semenu-mobile-search__form .elementor-search-form__container {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    min-height: 48px;
    overflow: hidden;
    border: 2px solid #78ad35 !important;
    border-radius: 8px;
    background: #fff;
  }

  .semenu-mobile-search__close {
    flex: 0 0 43px;
    min-width: 43px;
    min-height: 44px;
    border-radius: 0 !important;
    background: transparent !important;
    color: #69727d !important;
    box-shadow: none !important;
  }

  .semenu-mobile-search__close svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
  }

  .semenu-mobile-search__close:hover,
  .semenu-mobile-search__close:focus-visible {
    background: transparent !important;
    color: #4f9720 !important;
  }

  .semenu-mobile-search__form .elementor-search-form__input {
    min-width: 0;
    height: 44px !important;
    padding: 0 7px !important;
    border: 0 !important;
    background: #fff !important;
    color: #242424 !important;
    font-size: 16px !important;
    box-shadow: none !important;
  }

  .semenu-mobile-search__form .elementor-search-form__submit {
    flex: 0 0 48px;
    width: 48px !important;
    min-width: 48px;
    height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #70ad2f !important;
    color: #fff !important;
    font-size: 18px !important;
  }

  .semenu-mobile-header__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .semenu-mobile-header__cart .elementor-element-023bcfa,
  .semenu-mobile-header__cart .elementor-widget-container,
  .semenu-mobile-header__cart .elementor-menu-cart__wrapper,
  .semenu-mobile-header__cart .elementor-menu-cart__toggle,
  .semenu-mobile-header__cart .elementor-button-wrapper {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .semenu-mobile-header__cart .elementor-menu-cart__toggle_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #242424 !important;
  }

  .semenu-mobile-header__cart .elementor-button-text {
    display: none !important;
  }

  .semenu-mobile-header__cart .elementor-button-icon {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #242424 !important;
    font-size: 27px !important;
  }

  .semenu-mobile-header__cart .elementor-button-icon-qty {
    top: -8px !important;
    right: -9px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 10px !important;
    background: #70ad2f !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 18px !important;
  }

  .semenu-mobile-header__cart .elementor-menu-cart__toggle_button:hover,
  .semenu-mobile-header__cart .elementor-menu-cart__toggle_button:focus-visible {
    background: #f0f7e9 !important;
    color: #5e9f20 !important;
  }

}

/* Elementor popup 45600: shared left-side drawer for every viewport. */
  #elementor-popup-modal-45600 {
    align-items: stretch !important;
    justify-content: flex-start !important;
    background: rgba(22, 30, 18, 0.52) !important;
  }

  #elementor-popup-modal-45600 .dialog-widget-content {
    position: relative !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    width: min(88vw, 360px) !important;
    max-width: 360px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 0 14px 14px 0 !important;
    background: #fff !important;
    box-shadow: 6px 0 24px rgba(0, 0, 0, 0.24) !important;
    animation: semenu-mobile-menu-enter 0.24s ease-out both;
  }

  #elementor-popup-modal-45600 .dialog-message {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  #elementor-popup-modal-45600 .dialog-close-button {
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px;
    background: #f3f7ef;
    color: #2d2d2d !important;
  }

  #elementor-popup-modal-45600 .dialog-close-button:hover,
  #elementor-popup-modal-45600 .dialog-close-button:focus-visible {
    background: #e7f2dd;
    color: #5e9f20 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-06da66a,
  #elementor-popup-modal-45600 .elementor-element-436e9c5 {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-436e9c5 > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    min-height: 100% !important;
    padding: 0 18px 24px !important;
  }

  #elementor-popup-modal-45600 .elementor-element-9a93324 {
    display: none !important;
  }

  .semenu-mobile-menu-heading {
    display: flex;
    align-items: center;
    flex: 0 0 66px;
    gap: 11px;
    min-height: 66px;
    margin: 0 -18px 8px;
    padding: 8px 58px 8px 14px;
    border-bottom: 1px solid #e2e8dc;
    background: #fff;
    color: #262626;
    font-size: 18px;
  }

  .semenu-mobile-menu-heading__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
  }

  .semenu-mobile-menu-heading__logo img {
    display: block;
    width: 42px !important;
    height: 42px !important;
    max-width: none !important;
    object-fit: cover;
  }

  #elementor-popup-modal-45600 .elementor-element-779a43d {
    width: 100% !important;
    margin: 0 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu,
  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li,
  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li > a {
    width: 100% !important;
  }

  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li > a {
    justify-content: flex-start !important;
    min-height: 48px;
    padding: 0 10px !important;
    border-bottom: 1px solid #edf0e9;
    color: #292929 !important;
    font-size: 15px !important;
    font-weight: 500;
    text-align: left !important;
  }

  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li > a:hover,
  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li > a:focus-visible,
  #elementor-popup-modal-45600 .elementor-element-779a43d .elementor-nav-menu > li.current-menu-item > a {
    background: #f1f7e9 !important;
    color: #5f9f21 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-89d2d5c {
    width: 100% !important;
    margin: auto 0 0 !important;
    padding-top: 16px;
    border-top: 1px solid #dfe6d8;
  }

  #elementor-popup-modal-45600 .elementor-element-89d2d5c .elementor-icon-list-items {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0 !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-contact-row {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    width: 100%;
    min-height: 48px;
    margin: 0 !important;
    border-bottom: 1px solid #edf0e9;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-phone {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    flex: 1 1 auto;
    min-width: 0;
    padding: 9px 4px !important;
    color: #292929 !important;
    font-size: 15px;
    text-align: left !important;
    white-space: nowrap;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-phone__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    margin-right: 9px;
    color: #76b82a;
    font-size: 15px;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-viber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    border-radius: 50%;
    color: #7360f2 !important;
    text-decoration: none;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-viber:hover,
  #elementor-popup-modal-45600 .semenu-mobile-menu-viber:focus-visible {
    background: rgba(115, 96, 242, 0.11);
    color: #5b48d6 !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-viber__icon {
    display: inline-flex;
    font-size: 21px;
    line-height: 1;
  }

  #elementor-popup-modal-45600 .elementor-element-2792db6 {
    width: 100% !important;
    margin: 12px 0 0 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-2792db6 .elementor-icon-list-items {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 10px;
    margin: 0 !important;
  }

  #elementor-popup-modal-45600 .elementor-element-2792db6 .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 7px 12px !important;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community__viber-icon {
    flex: 0 0 21px;
    width: 21px;
    font-size: 21px;
    text-align: center;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community--viber {
    background: #f1efff;
    color: #7360f2 !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community--viber:hover,
  #elementor-popup-modal-45600 .semenu-mobile-menu-community--viber:focus-visible {
    background: #e5e0ff;
    color: #5b48d6 !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community--telegram {
    background: #eef7fb;
    color: #168acb !important;
  }

  #elementor-popup-modal-45600 .semenu-mobile-menu-community--telegram:hover,
  #elementor-popup-modal-45600 .semenu-mobile-menu-community--telegram:focus-visible {
    background: #dff1f9;
    color: #0878b5 !important;
  }

  .semenu-mobile-menu-community__label {
    font-family: inherit;
    font-size: 14px;
  }

  @keyframes semenu-mobile-menu-enter {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

body.admin-bar #elementor-popup-modal-45600 {
  top: var(--semenu-admin-bar-height, 32px) !important;
  height: calc(100dvh - var(--semenu-admin-bar-height, 32px)) !important;
}

body.admin-bar #elementor-popup-modal-45600 .dialog-widget-content {
  top: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 767px) and (max-height: 500px) {
  .semenu-mobile-header-shell {
    position: relative;
  }
}

/* Standalone responsive footer rendered directly by the child theme. */
body.semenu-standalone-footer-enabled .elementor-location-footer,
body.semenu-standalone-footer-enabled #colophon > .widget-wrap,
body.semenu-standalone-footer-enabled #colophon > .site-info {
  display: none !important;
}

body.semenu-standalone-footer-enabled #colophon {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.semenu-footer-shell,
.semenu-footer-shell * {
  box-sizing: border-box;
}

.semenu-footer-shell {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #7dbb35;
  background:
    radial-gradient(circle at 8% 15%, rgba(125, 187, 53, 0.13), transparent 27%),
    radial-gradient(circle at 92% 0%, rgba(125, 187, 53, 0.08), transparent 24%),
    #123427;
  color: #eef6eb;
  font-family: Roboto, Arial, sans-serif;
}

.semenu-footer-shell a {
  color: inherit;
  text-decoration: none;
}

.semenu-footer-main {
  display: grid;
  grid-template-areas: 'brand buyers company contacts';
  grid-template-columns: minmax(250px, 1.3fr) minmax(150px, 0.72fr) minmax(150px, 0.72fr) minmax(270px, 1.15fr);
  gap: clamp(28px, 3vw, 52px);
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 48px 28px 38px;
}

.semenu-footer-brand {
  grid-area: brand;
}

.semenu-footer-brand__logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border-radius: 10px;
}

.semenu-footer-brand__logo:focus-visible,
.semenu-footer-shell a:focus-visible,
.semenu-footer-nav summary:focus-visible {
  outline: 2px solid #9ed85a;
  outline-offset: 3px;
}

.semenu-footer-brand__logo img {
  display: block;
  width: 58px !important;
  max-width: none !important;
  height: 58px !important;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.semenu-footer-brand__logo span {
  color: #fff;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.semenu-footer-brand__text {
  max-width: 315px;
  margin: 18px 0 20px;
  color: #cbdacb;
  font-size: 15px;
  line-height: 1.6;
}

.semenu-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.semenu-footer-social__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.semenu-footer-social__link:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-1px);
}

.semenu-footer-social__link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semenu-footer-social__link--viber .semenu-fa-viber {
  color: #a99af9;
  font-size: 19px;
}

.semenu-footer-social__link--telegram svg {
  color: #53b9ec;
}

.semenu-footer-nav--buyers {
  grid-area: buyers;
}

.semenu-footer-nav--company {
  grid-area: company;
}

.semenu-footer-nav {
  min-width: 0;
}

.semenu-footer-nav summary,
.semenu-footer-contacts h2 {
  margin: 5px 0 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.semenu-footer-nav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: default;
}

.semenu-footer-nav summary::-webkit-details-marker {
  display: none;
}

.semenu-footer-nav summary svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semenu-footer-nav ul,
.semenu-footer-contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.semenu-footer-nav li + li {
  margin-top: 12px;
}

.semenu-footer-nav a {
  display: inline-block;
  color: #cbdacb;
  font-size: 14px;
  line-height: 1.45;
  transition: color 0.16s ease, transform 0.16s ease;
}

.semenu-footer-nav a:hover {
  color: #a8df68;
  transform: translateX(3px);
}

.semenu-footer-contacts {
  grid-area: contacts;
}

.semenu-footer-contact {
  display: flex;
  align-items: center;
  min-height: 38px;
}

.semenu-footer-contact__phone {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  gap: 9px;
  color: #f7fbf5 !important;
  font-size: 14px;
  white-space: nowrap;
}

.semenu-footer-contact__phone:hover {
  color: #a8df68 !important;
}

.semenu-footer-contact__phone svg,
.semenu-footer-meta svg {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #8bca45;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semenu-footer-contact__viber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-left: 2px;
  border-radius: 50%;
  color: #b4a8ff !important;
}

.semenu-footer-contact__viber:hover {
  background: rgba(169, 154, 249, 0.13);
}

.semenu-footer-contact__viber .semenu-fa-viber {
  font-size: 20px;
}

.semenu-footer-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.semenu-footer-meta > div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #cbdacb;
  font-size: 12px;
  line-height: 1.4;
}

.semenu-footer-meta span {
  display: flex;
  flex-direction: column;
}

.semenu-footer-meta strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
}

.semenu-footer-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - 56px);
  max-width: 1324px;
  margin: 0 auto;
  padding: 17px 21px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.065);
}

.semenu-footer-payments__copy {
  display: flex;
  flex-direction: column;
  min-width: 215px;
}

.semenu-footer-payments__copy strong {
  color: #fff;
  font-size: 14px;
}

.semenu-footer-payments__copy span {
  margin-top: 3px;
  color: #bfcfbe;
  font-size: 12px;
}

.semenu-footer-payments__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.semenu-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 42px;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid #e4e8e0;
  border-radius: 8px;
  background: #fff;
  color: #222;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.semenu-pay-badge--visa b {
  display: inline-flex;
  align-items: center;
  color: #183c89;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  transform: translateY(1px);
}

.semenu-pay-badge--mastercard {
  min-width: 108px;
}

.semenu-pay-mastercard__wordmark {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.semenu-pay-mastercard {
  position: relative;
  width: 34px;
  height: 21px;
}

.semenu-pay-mastercard i {
  position: absolute;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.semenu-pay-mastercard i:first-child {
  left: 0;
  background: #ea001b;
}

.semenu-pay-mastercard i:last-child {
  right: 0;
  background: rgba(255, 153, 0, 0.9);
}

.semenu-pay-badge--privat {
  min-width: 116px;
  padding-inline: 6px;
  overflow: hidden;
}

.semenu-pay-privat-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 104px;
  width: 104px;
  height: 27px;
  overflow: hidden;
}

.semenu-pay-privat {
  position: static;
  display: block;
  width: 104px !important;
  max-width: 100% !important;
  max-height: 27px !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain;
  transform: none;
}

.semenu-pay-badge--mono {
  min-width: 100px;
  border-color: #222;
  background: #191919;
  color: #fff;
}

.semenu-pay-mono {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  line-height: 1;
}

.semenu-pay-mono b {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.semenu-pay-mono span {
  color: #d1d1d1;
  font-size: 11px;
  font-weight: 500;
}

.semenu-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 19px 28px 22px;
  color: #93a993;
  font-size: 12px;
}

@media (min-width: 768px) {
  .semenu-footer-payments {
    padding-right: 78px;
  }

  .semenu-footer-bottom {
    padding-right: 92px;
  }
}

@media (max-width: 1199px) {
  .semenu-footer-main {
    grid-template-areas:
      'brand contacts'
      'buyers company';
    grid-template-columns: minmax(240px, 1fr) minmax(300px, 1.15fr);
    row-gap: 34px;
    padding-top: 40px;
  }

  .semenu-footer-nav {
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .semenu-footer-main {
    grid-template-areas:
      'brand'
      'contacts'
      'buyers'
      'company';
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 34px 18px 22px;
  }

  .semenu-footer-brand {
    padding-bottom: 26px;
    text-align: center;
  }

  .semenu-footer-brand__logo {
    justify-content: center;
  }

  .semenu-footer-brand__logo img {
    width: 54px !important;
    height: 54px !important;
  }

  .semenu-footer-brand__text {
    max-width: 330px;
    margin: 15px auto 18px;
    font-size: 14px;
  }

  .semenu-footer-social {
    justify-content: center;
  }

  .semenu-footer-contacts {
    padding: 24px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .semenu-footer-nav summary,
  .semenu-footer-contacts h2 {
    margin: 0 0 16px;
    font-size: 16px;
  }

  .semenu-footer-contact {
    min-height: 43px;
  }

  .semenu-footer-contact__phone {
    font-size: 15px;
  }

  .semenu-footer-meta {
    grid-template-columns: 1fr;
  }

  .semenu-footer-meta > div,
  .semenu-footer-meta strong {
    font-size: 13px;
  }

  .semenu-footer-nav {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .semenu-footer-nav summary {
    min-height: 53px;
    margin: 0;
    cursor: pointer;
  }

  .semenu-footer-nav summary svg {
    display: block;
    transition: transform 0.18s ease;
  }

  .semenu-footer-nav[open] summary svg {
    transform: rotate(180deg);
  }

  .semenu-footer-nav ul {
    padding: 0 0 18px 3px;
  }

  .semenu-footer-nav li + li {
    margin-top: 10px;
  }

  .semenu-footer-nav a {
    display: block;
    min-height: 38px;
    padding: 8px 0;
    font-size: 14px;
  }

  .semenu-footer-payments {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    margin-right: 54px;
    margin-left: 18px;
    gap: 15px;
    padding: 16px;
  }

  .semenu-footer-payments__copy {
    min-width: 0;
    text-align: center;
  }

  .semenu-footer-payments__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .semenu-pay-badge {
    width: 100%;
    min-width: 0;
  }

  .semenu-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 18px 72px 24px 18px;
    text-align: left;
  }

  .semenu-footer-bottom span:first-child {
    max-width: 190px;
  }

  .semenu-footer-bottom span:last-child {
    display: none;
  }
}

@media (max-width: 359px) {
  .semenu-footer-payments__badges {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Version 0.11.0: responsive WooCommerce cart page. */
body.woocommerce-cart {
  background: #f5f7f2;
  overflow-x: clip;
  overflow-y: visible;
}

body.woocommerce-cart > .wrap,
body.woocommerce-cart #primary,
body.woocommerce-cart #main {
  float: none;
  width: min(100% - 32px, 1240px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-cart #primary,
body.woocommerce-cart #main {
  width: 100%;
}

body.woocommerce-cart #content,
body.woocommerce-cart #content > .wrap,
body.woocommerce-cart #primary,
body.woocommerce-cart #main {
  background: transparent !important;
}

body.woocommerce-cart #primary {
  padding: 0;
}

body.woocommerce-cart #main {
  margin-top: 0;
  padding: 28px 0 52px;
}

body.woocommerce-cart .semenu-cart-page-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
}

body.woocommerce-cart .semenu-cart-page-header .page-title {
  margin: 0;
  color: #20241e;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}

.semenu-cart-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf4df;
  color: #4e8d18;
  font: 600 13px/1.2 Roboto, Arial, sans-serif;
}

body.woocommerce-cart #main .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-cart #main .woocommerce > .woocommerce-error,
body.woocommerce-cart #main .woocommerce > .woocommerce-info,
body.woocommerce-cart #main .woocommerce > .woocommerce-message {
  margin-bottom: 14px;
}

body.woocommerce-cart #main .woocommerce-error,
body.woocommerce-cart #main .woocommerce-info,
body.woocommerce-cart #main .woocommerce-message {
  min-height: 54px;
  margin-top: 0;
  padding: 15px 18px 15px 48px;
  border: 1px solid #dfe6d8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(30, 55, 19, 0.05);
  color: #40463c;
}

body.woocommerce-cart #main .woocommerce-error {
  border-color: #efb7b7;
  background: #fffafa;
}

body.woocommerce-cart #main h3.minimum-sum,
body.woocommerce-cart #main h5.cart-checkout-free-delivery {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  padding: 14px 18px 14px 47px;
  border: 1px solid #edd3a7;
  border-radius: 12px;
  background: #fffaf0;
  color: #7a571d;
  font: 600 15px/1.45 Roboto, Arial, sans-serif;
  text-align: left !important;
}

body.woocommerce-cart #main h3.minimum-sum,
body.woocommerce-cart #main h5.cart-checkout-free-delivery {
  display: none !important;
}

body.woocommerce-cart #main h3.minimum-sum::before {
  content: '!';
  position: absolute;
  top: 50%;
  left: 17px;
  display: grid;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e89a22;
  color: #fff;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

body.woocommerce-cart #main h5.cart-checkout-free-delivery {
  border-color: #cfe5b9;
  background: #f4faee;
  color: #3f6f19;
  font-weight: 500;
}

body.woocommerce-cart #main h5.cart-checkout-free-delivery::before {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 17px;
  color: #67aa2b;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 800;
}

.semenu-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #e0e6da;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(35, 70, 20, 0.07);
  overflow: hidden;
}

body.woocommerce-cart table.shop_table.cart {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-cart table.shop_table.cart thead {
  background: #f6f8f3;
}

body.woocommerce-cart table.shop_table.cart thead th {
  padding: 15px 10px;
  border: 0;
  border-bottom: 1px solid #e3e8de;
  color: #687064;
  font: 700 12px/1.2 Roboto, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table.cart th.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
  width: 46px;
  padding-right: 6px;
  padding-left: 14px;
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart th.product-thumbnail,
body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
  width: 78px;
  padding-right: 8px;
  padding-left: 6px;
}

body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart td.product-price {
  width: 112px;
}

body.woocommerce-cart table.shop_table.cart th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
  width: 124px;
}

body.woocommerce-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
  width: 128px;
  padding-right: 18px;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item td {
  padding: 13px 10px;
  border: 0;
  border-bottom: 1px solid #edf0e9;
  background: #fff;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item:last-of-type td {
  border-bottom-color: #e3e8de;
}

body.woocommerce-cart td.product-thumbnail img {
  display: block;
  width: 64px;
  height: 78px;
  margin: 0 auto;
  border-radius: 7px;
  object-fit: contain;
  background: #fff;
}

body.woocommerce-cart td.product-name a {
  color: #252a22;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

body.woocommerce-cart td.product-name a:hover {
  color: #5a9d20;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  color: #343a30;
  font-size: 14px;
  white-space: nowrap;
}

body.woocommerce-cart td.product-subtotal {
  color: #5eaa1c;
  font-size: 16px;
  font-weight: 700;
}

body.woocommerce-cart td.product-price del {
  margin-right: 4px;
  color: #8a9085;
  font-size: 12px;
}

body.woocommerce-cart td.product-price ins {
  color: #5eaa1c;
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-cart a.remove {
  display: inline-grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f6f7f4;
  color: #7b8276 !important;
  place-items: center;
  font: 400 22px/1 Roboto, Arial, sans-serif;
  text-decoration: none;
}

body.woocommerce-cart a.remove:hover,
body.woocommerce-cart a.remove:focus-visible {
  outline: none;
  background: #fff0f0;
  color: #d83b3b !important;
}

.semenu-cart-quantity {
  display: inline-grid;
  grid-template-columns: 34px 58px 34px;
  align-items: center;
  width: 126px;
  height: 38px;
  margin: 0;
  border: 1px solid #dce3d5;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.semenu-cart-quantity .qty {
  box-sizing: border-box;
  width: 58px !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 36px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid #edf0e9 !important;
  border-left: 1px solid #edf0e9 !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none !important;
  color: #262b23;
  font-size: 14px;
  text-align: center !important;
  text-indent: 0 !important;
  appearance: textfield;
}

.semenu-cart-quantity .qty::-webkit-inner-spin-button,
.semenu-cart-quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.semenu-cart-quantity__button {
  display: grid;
  width: 34px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f8faf6;
  box-shadow: none;
  color: #5f9f26;
  place-items: center;
  font: 600 20px/1 Roboto, Arial, sans-serif;
  cursor: pointer;
}

.semenu-cart-quantity__button:hover,
.semenu-cart-quantity__button:focus-visible {
  outline: none;
  background: #eaf5df;
  color: #447d14;
}

body.woocommerce-cart table.shop_table.cart td.actions {
  padding: 14px;
  border: 0;
  background: #fff;
  text-align: right;
}

body.woocommerce-cart table.shop_table.cart td.actions > .button {
  min-height: 42px;
  margin: 0 0 0 8px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  font: 600 13px/1.25 Roboto, Arial, sans-serif;
  text-align: center;
}

body.woocommerce-cart table.shop_table.cart td.actions .semenu-cart-continue {
  float: left;
  margin: 0;
  border-color: #cfe0c1;
  background: #fff;
  color: #4b8619;
}

body.woocommerce-cart table.shop_table.cart td.actions .clear-cart {
  border-color: #f0d1d1;
  background: #fff;
  color: #bd4747;
}

body.woocommerce-cart table.shop_table.cart td.actions .update-cart,
body.woocommerce-cart table.shop_table.cart td.actions button[name='update_cart'] {
  background: #6fbd25;
  color: #fff;
}

body.woocommerce-cart table.shop_table.cart td.actions .update-cart:disabled,
body.woocommerce-cart table.shop_table.cart td.actions button[name='update_cart']:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

body.woocommerce-cart .cart-collaterals {
  position: sticky;
  top: calc(var(--semenu-admin-bar-height, 0px) + 94px);
  z-index: 4;
  align-self: start;
  float: none;
  width: 100%;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  position: static;
  float: none;
  padding: 20px;
}

body.woocommerce-cart .cart_totals > h2 {
  margin: 0 0 14px;
  color: #20251d;
  font: 700 21px/1.25 Roboto, Arial, sans-serif;
}

body.woocommerce-cart .cart_totals .shop_table {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
  padding: 13px 0;
  border: 0;
  border-top: 1px solid #edf0e9;
  background: transparent;
  color: #4a5045;
  font: 500 13px/1.45 Roboto, Arial, sans-serif;
  vertical-align: top;
}

body.woocommerce-cart .cart_totals .shop_table th {
  width: 38%;
  padding-right: 12px;
  color: #697064;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 0 8px;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: #6eb629;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  padding-top: 17px;
  border-top: 0;
  color: #20251d;
  font-size: 15px;
  font-weight: 700;
}

body.woocommerce-cart .cart_totals .order-total .amount {
  color: #62ad20;
  font-size: 20px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 16px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 16px;
  border: 0;
  border-radius: 10px;
  background: #6fbd25;
  box-shadow: 0 5px 14px rgba(94, 170, 28, 0.22);
  color: #fff;
  font: 700 15px/1.25 Roboto, Arial, sans-serif;
  text-align: center;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible {
  outline: none;
  background: #5ca51d;
  color: #fff;
}

body.woocommerce-cart.semenu-cart-empty #main .woocommerce {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e0e6da;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(35, 70, 20, 0.07);
  text-align: center;
}

body.woocommerce-cart.semenu-cart-empty .cart-empty {
  margin-bottom: 18px;
  text-align: left;
}

body.woocommerce-cart.semenu-cart-empty .return-to-shop .button {
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 9px;
  background: #6fbd25;
  color: #fff;
}

@media (max-width: 1050px) {
  .semenu-cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
  }

  body.woocommerce-cart table.shop_table.cart th.product-price,
  body.woocommerce-cart table.shop_table.cart td.product-price {
    width: 95px;
  }

  body.woocommerce-cart table.shop_table.cart th.product-subtotal,
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    width: 112px;
  }
}

@media (max-width: 900px) {
  .semenu-cart-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart .cart-collaterals {
    position: static;
    top: auto;
    z-index: auto;
  }

  body.woocommerce-cart .cart-collaterals {
    max-width: 560px;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  body.woocommerce-cart > .wrap {
    width: min(100% - 16px, 1240px);
  }

  body.woocommerce-cart #main {
    padding: 18px 0 36px;
  }

  body.woocommerce-cart .semenu-cart-page-header {
    margin-bottom: 14px;
  }

  body.woocommerce-cart .semenu-cart-page-header .page-title {
    font-size: 27px;
  }

  .semenu-cart-count {
    min-height: 25px;
    padding: 4px 8px;
    font-size: 12px;
  }

  body.woocommerce-cart #main h3.minimum-sum,
  body.woocommerce-cart #main h5.cart-checkout-free-delivery {
    margin-bottom: 9px;
    padding: 11px 12px 11px 40px;
    border-radius: 10px;
    font-size: 13px;
  }

  body.woocommerce-cart #main h3.minimum-sum::before,
  body.woocommerce-cart #main h5.cart-checkout-free-delivery::before {
    left: 13px;
  }

  .semenu-cart-layout {
    gap: 14px;
    margin-top: 12px;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(35, 70, 20, 0.06);
  }

  body.woocommerce-cart .woocommerce-cart-form {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.woocommerce-cart table.shop_table.cart,
  body.woocommerce-cart table.shop_table.cart tbody {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart table.shop_table.cart thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table.cart tbody {
    display: grid;
    gap: 10px;
  }

  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 82px;
    grid-template-areas:
      'thumb name remove'
      'thumb price subtotal'
      'thumb quantity subtotal';
    gap: 7px 11px;
    align-items: center;
    min-height: 138px;
    padding: 12px;
    border: 1px solid #e0e6da;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(35, 70, 20, 0.05);
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item td,
  body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove,
  body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail {
    display: flex !important;
    width: auto !important;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
    display: none;
  }

  body.woocommerce-cart tr.cart_item .product-remove {
    grid-area: remove;
    align-self: start;
    justify-content: flex-end;
  }

  body.woocommerce-cart tr.cart_item .product-thumbnail {
    grid-area: thumb;
    align-self: stretch;
    justify-content: center;
  }

  body.woocommerce-cart tr.cart_item .product-name {
    grid-area: name;
    align-self: start;
    padding-top: 2px !important;
  }

  body.woocommerce-cart tr.cart_item .product-price {
    grid-area: price;
    align-self: end;
  }

  body.woocommerce-cart tr.cart_item .product-quantity {
    grid-area: quantity;
    align-self: start;
  }

  body.woocommerce-cart tr.cart_item .product-subtotal {
    grid-area: subtotal;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 0 3px !important;
    white-space: nowrap;
  }

  body.woocommerce-cart tr.cart_item .product-subtotal::before {
    content: 'Разом';
    display: block !important;
    margin-bottom: 3px;
    color: #8a9085;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
  }

  body.woocommerce-cart td.product-thumbnail img {
    width: 70px;
    height: 106px;
    margin: 0;
  }

  body.woocommerce-cart td.product-name a {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.woocommerce-cart td.product-price {
    font-size: 13px;
  }

  body.woocommerce-cart td.product-subtotal {
    font-size: 15px;
  }

  body.woocommerce-cart a.remove {
    width: 30px;
    height: 30px;
  }

  .semenu-cart-quantity {
    grid-template-columns: 30px 52px 30px;
    width: 112px;
    height: 36px;
  }

  .semenu-cart-quantity .qty {
    width: 52px !important;
    height: 34px;
  }

  .semenu-cart-quantity__button {
    width: 30px;
    height: 34px;
  }

  body.woocommerce-cart table.shop_table.cart tr:last-child:not(.cart_item) {
    display: block;
  }

  body.woocommerce-cart table.shop_table.cart td.actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
    padding: 10px 0 0;
    background: transparent;
  }

  body.woocommerce-cart table.shop_table.cart td.actions::before {
    display: none;
  }

  body.woocommerce-cart table.shop_table.cart td.actions > .button {
    float: none;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 10px 8px;
    font-size: 12px;
  }

  body.woocommerce-cart table.shop_table.cart td.actions .semenu-cart-continue {
    grid-column: 1 / -1;
    order: 3;
  }

  body.woocommerce-cart .cart-collaterals {
    max-width: none;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 16px;
  }

  body.woocommerce-cart .cart_totals > h2 {
    font-size: 19px;
  }

  body.woocommerce-cart .cart_totals .shop_table th,
  body.woocommerce-cart .cart_totals .shop_table td {
    display: table-cell;
    padding: 11px 0;
    text-align: left;
  }

  body.woocommerce-cart .cart_totals .shop_table td::before {
    display: none;
  }

  body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    min-height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  body.woocommerce-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 62px minmax(0, 1fr) 74px;
    gap: 7px 8px;
    padding: 10px;
  }

  body.woocommerce-cart td.product-thumbnail img {
    width: 60px;
    height: 96px;
  }

  body.woocommerce-cart td.product-name a {
    font-size: 13px;
  }

  body.woocommerce-cart table.shop_table.cart td.actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart table.shop_table.cart td.actions .semenu-cart-continue {
    grid-column: auto;
  }
}

/* Version 0.20.1: calmer checkout support card and aligned mobile heading. */
body.woocommerce-checkout .order-support-widget {
  border-color: #dce8d3;
  background: linear-gradient(135deg, #fff 0%, #fbfdf9 100%);
  box-shadow: 0 7px 22px rgba(35, 70, 20, 0.065);
}

body.woocommerce-checkout .order-support-widget__icon-question {
  border: 1px solid #d6e8c7;
  background: #edf7e5;
  color: #5b9c1d;
}

body.woocommerce-checkout .order-support-widget__title {
  color: #293126;
}

body.woocommerce-checkout .order-support-widget__btn {
  gap: 8px;
  border: 1px solid transparent;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

body.woocommerce-checkout .order-support-widget__btn > i {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

body.woocommerce-checkout .order-support-widget__btn--brand-viber {
  border-color: #ddd8fb;
  background: #f4f2ff;
  color: #6654d8 !important;
}

body.woocommerce-checkout .order-support-widget__btn--brand-viber:hover,
body.woocommerce-checkout .order-support-widget__btn--brand-viber:focus-visible {
  outline: 0;
  border-color: #c9c1f5;
  background: #ebe8ff;
  color: #5643c7 !important;
}

body.woocommerce-checkout .order-support-widget__btn--action-call {
  border-color: #64a91f;
  background: #69af24;
  color: #fff !important;
  box-shadow: 0 5px 14px rgba(86, 154, 26, 0.16);
}

body.woocommerce-checkout .order-support-widget__btn--action-call:hover,
body.woocommerce-checkout .order-support-widget__btn--action-call:focus-visible {
  outline: 0;
  border-color: #558f1b;
  background: #5b9d1d;
  color: #fff !important;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .semenu-checkout-page-header {
    text-align: center;
  }

  body.woocommerce-checkout .semenu-checkout-page-subtitle {
    max-width: 560px;
    margin: 8px auto 0;
    text-align: center;
  }
}

/* Version 0.20.0: responsive header continuity and a single back-to-top control. */
body .go-to-top {
  display: none !important;
}

@media (min-width: 901px) and (max-width: 1199px) {
  .semenu-site-header__inner {
    grid-template-columns: 46px minmax(125px, 150px) minmax(220px, 1fr) minmax(205px, 220px) 56px;
  }

  .semenu-site-phone__button {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 16px;
    gap: 7px;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 5px 10px;
  }

  .semenu-site-phone__copy {
    display: flex;
  }

  .semenu-site-phone__button > svg:last-child {
    display: block;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .semenu-site-header__inner {
    grid-template-columns: 44px clamp(88px, 18vw, 106px) minmax(96px, 1fr) 44px 52px;
    gap: 6px;
  }

  .semenu-site-phone {
    display: block;
  }

  .semenu-site-phone__button {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 550px) {
  .semenu-site-phone {
    display: none;
  }
}

@media (max-width: 359px) {
  .semenu-site-header__inner {
    grid-template-columns: 42px minmax(82px, 90px) minmax(72px, 1fr) 46px;
    gap: 5px;
  }

  .semenu-site-header__logo {
    width: 100% !important;
    height: 44px !important;
  }

  .semenu-site-header__logo-full {
    width: 100% !important;
    max-width: 90px !important;
    max-height: 40px !important;
  }

  .semenu-site-search__trigger {
    width: 100%;
    min-width: 0;
    border-radius: 8px;
  }
}

/* Version 0.21.0: account access in the standalone header and drawer. */
.semenu-site-account {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: 6px 10px;
  border: 1px solid #e1ead9;
  border-radius: 11px;
  background: #f2f8ed;
  color: #2b3028 !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.semenu-site-account:hover,
.semenu-site-account:focus-visible {
  outline: 0;
  border-color: #cce1ba;
  background: #e8f4de;
  color: #477f17 !important;
}

.semenu-site-account__icon {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #66aa23;
}

.semenu-site-account__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.semenu-site-account__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.semenu-site-account__copy strong,
.semenu-site-account__copy small {
  overflow: hidden;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.semenu-site-account__copy strong {
  color: inherit;
  font-size: 13.5px;
  font-weight: 700;
}

.semenu-site-account__copy small {
  color: #72796d;
  font-size: 10.5px;
}

.semenu-site-account--drawer {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-height: 50px;
  margin: 10px 0 2px;
  padding: 9px 12px;
  border-color: #dbe8d0;
  background: #f3f8ef;
}

.semenu-site-account--drawer .semenu-site-account__copy {
  display: flex;
}

.semenu-site-account--drawer .semenu-site-account__copy strong {
  font-size: 14px;
}

.semenu-site-account--drawer .semenu-site-account__copy small {
  font-size: 11px;
}

@media (min-width: 1200px) {
  .semenu-site-header__inner {
    grid-template-columns: 46px minmax(145px, 180px) minmax(220px, 1fr) minmax(220px, 235px) minmax(122px, 136px) minmax(150px, 160px);
  }
}

@media (max-width: 1199px) {
  .semenu-site-header__inner {
    grid-template-columns: 46px minmax(125px, 150px) minmax(160px, 1fr) 48px 48px 56px;
  }

  .semenu-site-account--header {
    justify-content: center;
    width: 48px;
    min-height: 48px;
    padding: 4px;
  }

  .semenu-site-account--header .semenu-site-account__copy {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .semenu-site-header__inner {
    grid-template-columns: 46px minmax(125px, 150px) minmax(160px, 1fr) minmax(205px, 220px) 48px 56px;
  }
}

@media (max-width: 767px) {
  .semenu-site-header__inner {
    grid-template-columns: 44px clamp(82px, 24vw, 106px) minmax(0, 1fr) 44px 52px;
    gap: 6px;
  }

  .semenu-site-account--header {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .semenu-site-header__inner {
    grid-template-columns: 44px clamp(82px, 16vw, 100px) minmax(80px, 1fr) 44px 44px 52px;
    gap: 6px;
  }
}

@media (max-width: 550px) {
  .semenu-site-header__inner {
    grid-template-columns: 44px clamp(82px, 24vw, 100px) minmax(0, 1fr) 44px 52px;
    gap: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 359px) {
  .semenu-site-header__inner {
    grid-template-columns: 42px minmax(72px, 82px) minmax(52px, 1fr) 42px 46px;
    gap: 4px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .semenu-site-header__logo-full {
    max-width: 82px !important;
  }

  .semenu-site-account--header {
    width: 42px;
  }
}
