/* Header styles */

/* =========================
   Announcement bar
========================= */

.sr-announcement-bar {
  background: var(--sr-announcement-bg);
  color: var(--sr-announcement-color);
  font-family: inherit;
  font-size: var(--sr-text-16);
  font-weight: var(--sr-fw-medium);
}

.sr-announcement-bar .sr-container {
  max-width: 1440px;
  padding-left: 136px;
  padding-right: 138px;
}

.sr-announcement-bar__inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sr-announcement-bar__left,
.sr-announcement-bar__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sr-announcement-bar__right {
  text-align: right;
}

.sr-announcement-bar__link {
  color: inherit;
  text-decoration: none;
}

.sr-announcement-bar__timer {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

/* Sticky header with WP admin bar */

.admin-bar .sr-header {
  top: 32px;
}




@media (max-width: 782px) {
  .admin-bar .sr-header {
    top: 46px;
  }
}

/* =========================
   Main header
========================= */

.sr-header {
  position: sticky;
  top: 0;
  z-index: 1000;  
  background: var(--sr-header-bg);
  box-shadow: var(--sr-header-shadow);
}


.sr-header .sr-container {
  max-width: 1440px;
  padding-left: 136px;
  padding-right: 138px;
}

.sr-header__inner {
  height: 80px;
  display: grid;
  grid-template-columns: 359px 582px 130px;
  align-items: center;
  justify-content: space-between;
}


/* Left zone: logo + search */

.sr-header__left {
  width: 359px;
  min-width: 359px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sr-logo {
  width: 149px;
  height: 36px;
  flex: 0 0 149px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.custom-logo-link {
  width: 149px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0;
}

.sr-logo img,
.sr-logo .custom-logo {
  width: 149px !important;
  height: 36px !important;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.sr-logo img {
  width: 149px;
  height: 36px;
  object-fit: contain;
}

.sr-header__search {
  width: 200px;
  min-width: 200px;
  flex: 0 0 200px;
  position: relative;
}

.sr-header__search form {
  display: flex;
  align-items: center;
}

.sr-header__search label {
  margin: 0;
  width: 100%;
}

.sr-header__search::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23464855' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px 14px;
}

.sr-header__search input[type="search"] {
  width: 200px;
  height: 30px;
  padding: 5px 10px 5px 34px;
  border: 1px solid #A7ACB5;
  border-radius: 34px;
  background: #ECEFF2;
  font-size: 14px;
  line-height: 1;
  outline: none;
  box-shadow: none;
}

.sr-header__search button {
  display: none;
}


/* Center zone: menu */

.sr-header__nav {
  width: auto;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  margin-left: 24px;
  margin-right: 10px;
}

.sr-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-menu > li {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
}

.sr-menu a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 10px 15px;
  font-family: inherit;
  font-size: var(--sr-text-16);
  line-height: 1;
  font-weight: var(--sr-fw-regular);
  color: var(--sr-header-text);
  text-decoration: none;
  white-space: nowrap;
}

.sr-menu-item--shop > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23464855' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 10px 6px;
}

.sr-header__search {
  z-index: 90;
}

/* Right zone: icons */

.sr-header__right {
  width: 130px;
  min-width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sr-icon {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #537892;
  text-decoration: none;
}

.sr-icon__glyph {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sr-icon__glyph svg {
  display: block;
  stroke: #537892;
  fill: none;
}

.sr-icon--wishlist .sr-icon__glyph svg {
  width: 20.0037px;
  height: 17.2928px;
}

.sr-icon--account .sr-icon__glyph svg {
  width: 15.9995px;
  height: 19.9964px;
}

.sr-icon--cart .sr-icon__glyph svg {
  width: 17.4989px;
  height: 17.5px;
}

.sr-icon__badge {
  position: absolute;
  top: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  background: #F04E4E;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

/* =========================
   Account Dropdown
========================= */

.sr-account-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-account-dropdown .sr-icon--account {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-account-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 50;

  width: 220px;

  padding: 16px 10px 10px;

  display: flex;
  flex-direction: column;
  gap: 4px;

  background: #fff;
  border: 1px solid #d6dae0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(8px);

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;

  box-sizing: border-box;
}

.sr-account-dropdown:hover .sr-account-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

.sr-account-dropdown__menu a {
  display: flex;
  align-items: center;

  min-height: 42px;
  padding: 0 14px;

  border-radius: 8px;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  color: var(--sr-text);
  text-decoration: none;
  white-space: nowrap;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.sr-account-dropdown__menu a:hover {
  background: #f3f5f8;
}

/* =========================
   Shop Dropdown
========================= */

.sr-menu-item--shop {
  position: relative;
}

.sr-shop-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;

  width: 240px;

  padding: 16px 10px 10px;

  display: flex;
  flex-direction: column;
  gap: 4px;

  background: #fff;
  border: 1px solid #d6dae0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(8px);

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;

  box-sizing: border-box;
}

.sr-menu-item--shop:hover .sr-shop-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

.sr-shop-dropdown a {
  display: flex;
  align-items: center;

  min-height: 42px;
  padding: 0 14px;

  border-radius: 8px;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  color: var(--sr-text);
  text-decoration: none;
  white-space: nowrap;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.sr-shop-dropdown a:hover {
  background: #f3f5f8;
}

.sr-account-dropdown__menu a,
.sr-shop-dropdown a {
  font-family: inherit;
}

/* =========================
   Cart Dropdown / Mini Cart
========================= */

.sr-cart-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-cart-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 60;

  width: 340px;
  max-height: 550px;

  padding: 14px;

  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: 16px;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(8px);

  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .2s ease;

  overflow-y: auto;
}

.sr-cart-dropdown:hover .sr-cart-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Products */

.sr-cart-dropdown__menu .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-cart-dropdown__menu ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item {
  position: relative;

  min-height: 58px;
  margin: 0;
  padding: 10px 24px 10px 62px;

  border-bottom: 1px solid var(--sr-border);
}

.sr-cart-dropdown__menu ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item:first-child {
  padding-top: 0;
}

.sr-cart-dropdown__menu ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item img {
  position: absolute;
  left: 0;
  top: 10px;

  width: 48px !important;
  height: 48px !important;

  object-fit: cover;
  border-radius: 8px;
  background: #f5f6f8;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item:first-child img {
  top: 0;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item a:not(.remove) {
  display: block;

  margin: 0 0 6px;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;

  color: var(--sr-text);
  text-decoration: none;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item .quantity {
  display: block;

  margin: 0;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;

  color: #7e8ca0;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 10px;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  font-size: 18px;
  line-height: 1;

  color: #8a919d !important;
  text-decoration: none;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item:first-child .remove {
  top: 0;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart-item .remove:hover {
  color: #f04e4e !important;
}

/* Mini-cart remove button reset */
.sr-cart-dropdown__menu .woocommerce-mini-cart .remove.remove_from_cart_button,
.sr-mobile-cart-drawer .woocommerce-mini-cart .remove.remove_from_cart_button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart .remove.remove_from_cart_button:hover,
.sr-cart-dropdown__menu .woocommerce-mini-cart .remove.remove_from_cart_button:focus,
.sr-cart-dropdown__menu .woocommerce-mini-cart .remove.remove_from_cart_button:active,
.sr-mobile-cart-drawer .woocommerce-mini-cart .remove.remove_from_cart_button:hover,
.sr-mobile-cart-drawer .woocommerce-mini-cart .remove.remove_from_cart_button:focus,
.sr-mobile-cart-drawer .woocommerce-mini-cart .remove.remove_from_cart_button:active {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Subtotal */

.sr-cart-dropdown__menu .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 14px 0 12px;
  padding-top: 14px;

  border-top: 1px solid var(--sr-border);

  font-size: 16px;
  font-weight: 700;

  color: var(--sr-text);
}

.sr-cart-dropdown__menu .woocommerce-mini-cart__total strong {
  font-weight: 700;
}

/* Buttons */

.sr-cart-dropdown__menu .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;

  margin: 0;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart__buttons .button {
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 14px;

  border-radius: 10px;

  background: var(--sr-text) !important;

  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  color: #fff !important;
  text-decoration: none;

  transition: background-color .2s ease;
}

.sr-cart-dropdown__menu .woocommerce-mini-cart__buttons .button:hover {
  background: var(--sr-accent) !important;
}

/* Empty Cart */

.sr-cart-dropdown__menu .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 6px;

  font-size: 14px;
  line-height: 1.4;

  color: var(--sr-text);
}

/* =========================
   Main Navigation Hover
========================= */

.sr-nav a,
.sr-menu-item > a {
    transition: color .2s ease;
}

.sr-nav a:hover,
.sr-menu-item > a:hover {
    color: var(--sr-accent);
}

/* =========================
   Header Icons Hover
========================= */

.sr-icon,
.sr-icon__glyph {
  color: var(--sr-header-text);
  transition:
    color .2s ease,
    transform .2s ease;
}

.sr-icon svg,
.sr-icon svg * {
  stroke: currentColor !important;
}

.sr-icon:hover,
.sr-icon:hover .sr-icon__glyph {
  color: var(--sr-accent);
}

.sr-icon:hover {
  transform: translateY(-1px);
}

/* =========================
   Ajax Search Results
========================= */

.sr-header__search {
  position: relative;
}

.sr-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;

  width: 360px;
  padding: 10px;

  display: none;

  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.sr-search-results.is-visible {
  display: block;
}

.sr-search-results__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;

  padding: 10px;

  border-radius: 12px;

  color: var(--sr-text);
  text-decoration: none;

  transition: background-color .2s ease;
}

.sr-search-results__item:hover {
  background: #f8f9fb;
}

.sr-search-results__image {
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f5f6f8;
  border-radius: 10px;
  overflow: hidden;
}

.sr-search-results__image img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
}

.sr-search-results__content {
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.sr-search-results__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;

  color: var(--sr-text);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sr-search-results__price {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  color: var(--sr-accent);
}

.sr-search-results__price del {
  color: #a7acb5;
}

.sr-search-results__price ins {
  text-decoration: none;
}

.sr-search-results__all,
.sr-search-results__empty {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  margin-top: 8px;
  padding: 0 14px;

  border-radius: 10px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  color: var(--sr-text);
  text-decoration: none;
}

.sr-search-results__all {
  background: #f3f5f8;
}

.sr-search-results__all:hover {
  background: var(--sr-text);
  color: #fff;
}

.sr-search-results__empty {
  color: #7e8ca0;
}

.sr-mobile-menu-toggle,
.sr-logo-mobile,
.sr-mobile-menu-overlay,
.sr-mobile-menu {
  display: none;
}

/* ==================================================
   MOBILE HEADER
================================================== */

@media (max-width: 1024px) {

  .sr-mobile-menu-toggle,
  .sr-logo-mobile {
    display: flex;
  }

  .sr-header .sr-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sr-header__inner {
    height: 80px;

    display: grid;
    grid-template-columns: 40px 48px minmax(0, 1fr) 80px;
    gap: 10px;

    align-items: center;
  }

  .sr-mobile-menu-toggle {
    width: 40px;
    height: 40px;

    flex-direction: column;
    justify-content: center;
    gap: 6px;

    padding: 0;
    border: none;
    background: transparent;

    cursor: pointer;
  }

  .sr-mobile-menu-toggle span {
    width: 28px;
    height: 3px;

    display: block;

    border-radius: 10px;
    background: var(--sr-text);
  }

  .sr-header__left {
    width: auto;
    min-width: 0;

    display: contents;
  }

  .sr-logo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;

    overflow: visible;
  }

  .sr-logo .custom-logo-link,
  .sr-logo .custom-logo {
    display: none !important;
  }

  .sr-logo-mobile {
    width: 48px;
    height: 48px;

    align-items: center;
    justify-content: center;
  }

  .sr-logo-mobile img {
    width: 48px !important;
    height: 48px !important;

    display: block;
    object-fit: contain;
  }

  .sr-header__search {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .sr-header__search input[type="search"] {
    width: 100%;
  }

  .sr-search-results {
    left: 50%;
    width: calc(100vw - 32px);

    transform: translateX(-50%);
  }

  .sr-header__nav {
    display: none;
  }

  .sr-header__right {
    width: 80px;
    min-width: 80px;

    height: 40px;

    display: flex;
    justify-content: flex-end;
    gap: 0;
  }

  .sr-icon--wishlist {
    display: none !important;
  }

  .sr-account-dropdown,
  .sr-cart-dropdown {
    width: 40px;
    height: 40px;
  }

  .sr-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .sr-account-dropdown__menu,
  .sr-cart-dropdown__menu,
  .sr-shop-dropdown {
    display: none !important;
  }

  .sr-icon:hover {
    transform: none;
  }

  .sr-icon:hover,
  .sr-icon:hover .sr-icon__glyph,
  .sr-menu-item > a:hover {
    color: inherit;
  }
}
.sr-mobile-menu__close {
    display: none;
}
/* ==================================================
   MOBILE DRAWER
================================================== */

@media (max-width: 1024px) {
  .sr-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;

    display: block;

    background: rgba(0, 0, 0, .35);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      opacity .2s ease,
      visibility .2s ease;
  }

  .sr-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;

    width: 285px;
    max-width: 86vw;
    height: 100vh;

    display: block;

    padding: 20px 17px 32px;

    background: #ffffff;

    overflow-y: auto;

    transform: translateX(-100%);
    transition: transform .25s ease;
  }

  body.sr-mobile-menu-open {
    overflow: hidden;
  }

  body.sr-mobile-menu-open .sr-mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.sr-mobile-menu-open .sr-mobile-menu {
    transform: translateX(0);
  }
  
  body.sr-mobile-menu-open .sr-mobile-menu__close {
    position: fixed;
    top: 24px;
    right: 16px;
    z-index: 1003;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 40px;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
  }

  .sr-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .sr-mobile-menu__nav {
    display: flex;
    flex-direction: column;
  }

  .sr-mobile-menu__shop-toggle {
    width: 100%;
    min-height: 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    border: none;
    border-radius: 10px;
    background: #d6dae0;

    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    color: var(--sr-text);
  }

  .sr-mobile-menu__arrow {
    width: 10px;
    height: 6px;

    display: block;

    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23464855' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: 10px 6px;
  }

  .sr-mobile-menu__submenu {
    display: none;

    margin-top: 8px;
    padding: 12px 20px;

    background: #eceff2;
    border-radius: 10px;
  }

  .sr-mobile-menu__submenu.is-open {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .sr-mobile-menu__submenu a {
    font-size: 16px;
    color: var(--sr-text);
    text-decoration: none;
  }

  .sr-mobile-menu__nav > a {
    min-height: 40px;
    position: relative;
    display: flex;
    align-items: center;

    padding: 10px 20px;

    background: #eceff2;

    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    color: var(--sr-text);
    text-decoration: none;
  }
  
  .sr-mobile-menu__nav > a:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #D6DAE0;
}

  .sr-mobile-menu__shop-toggle + .sr-mobile-menu__submenu + a,
  .sr-mobile-menu__shop-toggle + a {
    margin-top: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sr-mobile-menu__nav > a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .sr-mobile-menu__contacts {
    margin-top: 16px;

    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sr-mobile-menu__contacts a {
    min-height: 58px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    padding: 10px 20px;

    border: 1px solid #d6dae0;
    border-radius: 10px;

    color: var(--sr-text);
    text-decoration: none;
  }

  .sr-mobile-menu__contacts span {
    font-size: 14px;
    font-weight: 400;
    color: #7e8ca0;
  }

  .sr-mobile-menu__contacts strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .sr-mobile-menu__shop-toggle.is-open .sr-mobile-menu__arrow {
    transform: rotate(180deg);
  }

  .sr-mobile-menu__arrow {
    transition: transform .2s ease;
  }
  
  .sr-mobile-menu__socials {
    margin-top: 24px;
  }
  .sr-mobile-menu__socials .sr-footer__socials {
    justify-content: flex-start;
    gap: 12px;
  }

  .sr-mobile-menu__socials .sr-footer__socials a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #464855;
    border: none;
  }

  .sr-mobile-menu__socials .sr-footer__socials svg {
    width: 22px;
    height: 22px;
  }
  
  .sr-mobile-menu__icon-link {
    gap: 14px;
  }

  .sr-mobile-menu__icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    color: #a7acb5;
  }

  .sr-mobile-menu__icon svg {
    width: 24px;
    height: 24px;
    display: block;
    stroke: currentColor;
  }

  .sr-mobile-menu__badge {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f04e4e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }
}
/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 390px) {

  .sr-header__inner {
    grid-template-columns: 36px 44px minmax(0,1fr) 76px;
    gap: 8px;
  }

  .sr-mobile-menu-toggle {
    width: 36px;
  }

  .sr-mobile-menu-toggle span {
    width: 26px;
  }

  .sr-logo,
  .sr-logo-mobile,
  .sr-logo-mobile img {
    width: 44px !important;
    height: 44px !important;
  }

  .sr-header__right {
    width: 76px;
    min-width: 76px;
  }

  .sr-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

@media (max-width: 1024px) {
  .sr-announcement-bar .sr-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sr-announcement-bar__inner {
    min-height: 68px;
    padding: 8px 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;

    text-align: center;
  }

  .sr-announcement-bar__left,
  .sr-announcement-bar__right {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;

    white-space: nowrap;
  }

  .sr-announcement-bar__timer {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
  }
  
  .sr-mobile-menu__shop-link {
  min-height: 40px;

  display: flex;
  align-items: center;

  padding: 0 20px;

  border-radius: 10px;
  background: #d6dae0;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  color: var(--sr-text);
  text-decoration: none;
}

.sr-mobile-menu__shop-link + .sr-mobile-menu__shop-toggle {
  margin-top: 8px;
}
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .sr-header .sr-container,
  .sr-announcement-bar .sr-container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sr-header__inner {
    grid-template-columns: minmax(260px, 359px) minmax(0, 1fr) 130px;
    gap: 16px;
  }

  .sr-header__left {
    width: auto;
    min-width: 0;
  }

  .sr-header__search {
    width: clamp(150px, 16vw, 200px);
    min-width: 0;
    flex: 0 1 200px;
  }

  .sr-header__search input[type="search"] {
    width: 100%;
  }

.sr-header__nav {
  min-width: 0;
  margin-left: 8px;
  margin-right: 8px;
  overflow: visible;
}

  .sr-menu {
    gap: 4px;
  }

  .sr-menu a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
}

.sr-cart-badge.is-empty,
.sr-cart-mobile-badge.is-empty {
    display: none;
}

/* ==================================================
   MOBILE CART DRAWER
================================================== */

.sr-mobile-cart-drawer {
  display: none;
}

@media (max-width: 1024px) {
  body.sr-mobile-cart-open {
    overflow: hidden;
  }

  body.sr-mobile-cart-open .sr-mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sr-mobile-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;

    width: 360px;
    max-width: 90vw;
    height: 100vh;
    height: 100dvh;
    height: var(--sr-mobile-cart-height, 100dvh);
    min-height: 0;

    display: flex;
    flex-direction: column;

    background: #fff;
    box-shadow: -18px 0 45px rgba(0, 0, 0, .14);

    transform: translateX(100%);
    transition: transform .25s ease;
  }

  body.sr-mobile-cart-open .sr-mobile-cart-drawer {
    transform: translateX(0);
  }

  .sr-mobile-cart-drawer__head {
    min-height: 64px;
    padding: 0 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid var(--sr-border);
  }

  .sr-mobile-cart-drawer__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--sr-text);
  }

  .sr-mobile-cart-drawer__close {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: none;
    background: transparent;

    font-size: 34px;
    line-height: 1;
    color: var(--sr-text);
    cursor: pointer;
  }

  .sr-mobile-cart-drawer__content {
    flex: 1;
    min-height: 0;
    padding: 14px;
    overflow-y: auto;
  }

  .sr-mobile-cart-drawer .widget_shopping_cart_content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sr-mobile-cart-drawer ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item {
    position: relative;
    min-height: 72px;
    margin: 0;
    padding: 12px 28px 12px 76px;
    border-bottom: 1px solid var(--sr-border);
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart-item img {
    position: absolute;
    left: 0;
    top: 12px;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 10px;
    background: #f5f6f8;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart-item a:not(.remove) {
    display: block;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--sr-text);
    text-decoration: none;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart-item .quantity {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #7e8ca0;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 12px;
    right: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #8a919d !important;
    text-decoration: none;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 0 12px;
    padding-top: 16px;
    border-top: 1px solid var(--sr-border);
    font-size: 17px;
    font-weight: 700;
    color: var(--sr-text);
  }

.sr-mobile-cart-drawer .woocommerce-mini-cart__buttons {
    position: sticky;
    bottom: 0;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;

    margin: 0;
    padding: 10px 0 max(14px, env(safe-area-inset-bottom));

    background: #fff;
}

  .sr-mobile-cart-drawer .woocommerce-mini-cart__buttons .button {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 10px;
    background: var(--sr-text) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-decoration: none;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart__buttons .checkout {
    background: var(--sr-accent) !important;
  }

  .sr-mobile-cart-drawer .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 18px 4px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--sr-text);
  }
}
