/* =========================
   VARIABLES
========================= */
/* =========================
   MIXINS
========================= */
/* =========================
   GLOBAL
========================= */
.medfin-container {
  width: min(100% - 30px, 1200px);
  margin-inline: auto;
}

/* Hide default GeneratePress header */
.site-header,
#site-navigation,
.main-navigation,
.inside-navigation,
.inside-header {
  display: none;
}

/* =========================
   HEADER WRAPPER
========================= */
.medfin-header {
  background: #fff;
  border-bottom: 1px solid #bcb9b9;
  /* =========================
     TOP ROW
  ========================= */
}
.medfin-header__top {
  border-bottom: 1px solid #bcb9b9;
}
.medfin-header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 2em 0;
}
.medfin-header {
  /* =========================
     LOGO
  ========================= */
}
.medfin-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 180px;
}
.medfin-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.medfin-header__logo .custom-logo {
  max-height: 100px;
  width: auto;
  display: block;
}
.medfin-header .medfin-site-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.medfin-header {
  /* =========================
     SEARCH
  ========================= */
}
.medfin-header__search {
  margin: 0 auto;
}
.medfin-header__search form {
  margin: 0;
  text-align: center;
}
.medfin-header__search .woocommerce-product-search,
.medfin-header__search .search-form {
  width: 100%;
  display: table; /* allows the input and button to be on the same line */
}
.medfin-header__search input[type=search],
.medfin-header__search .search-field {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #bcb9b9;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: #000000;
  padding-left: 40px;
  display: table-cell;
  width: 80%;
  min-width: 270px;
}
.medfin-header__search button,
.medfin-header__search input[type=submit] {
  min-height: 46px;
  width: 30px;
  min-width: 26px;
  padding: 0 18px;
  border: 1px solid #bcb9b9;
  border-radius: 0 6px 6px 0;
  background: #fff;
  color: #fff;
  cursor: pointer;
  /* hides text safely */
  position: relative;
  display: table-cell;
}
.medfin-header__search button::before,
.medfin-header__search input[type=submit]::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
}
.medfin-header {
  /* =========================
     ACTIONS (cart/account/login)
  ========================= */
}
.medfin-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.medfin-header__actions .fa-solid {
  font-size: 1.5em;
  color: #9e9c9c;
}
.medfin-header .medfin-header-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #bcb9b9;
  border-radius: 6px;
  background: #fff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.medfin-header .medfin-header-action:hover {
  border-color: #111;
  text-decoration: none;
}
.medfin-header .medfin-header-action {
  color: #000000;
  border: none;
  background-color: transparent;
}
.medfin-header .medfin-header-action--cart .medfin-cart-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: 0px;
  padding: 0 9px;
  border-radius: 999px;
  background: #970014;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: -26px;
}
.medfin-header {
  /* =========================
     MENU ROW
  ========================= */
}
.medfin-header__menu-row {
  padding: 14px 0;
  background-color: #1e85be;
}

/* =========================
   MENU
========================= */
.medfin-header-nav .medfin-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.medfin-header-nav .medfin-menu > li {
  list-style: none;
}
.medfin-header-nav .medfin-menu > li > a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
}
.medfin-header-nav .medfin-menu > li > a:hover {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .medfin-header__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .medfin-header__logo {
    text-align: center;
    min-width: 0;
  }
  .medfin-header__logo-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .medfin-header__logo .custom-logo {
    max-height: 70px;
    margin-top: -5px;
    margin-left: 0.8em;
  }
  .medfin-header__search {
    width: 100%;
  }
  .medfin-header__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    right: 0;
    gap: 0;
  }
  .medfin-header__actions .fa-solid {
    font-size: 1.3em;
    color: #9e9c9c;
  }
  .medfin-header__actions .log-off {
    display: none;
  }
  .medfin-header .medfin-header-action {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 8px);
            flex: 1 1 calc(33.333% - 8px);
  }
  .medfin-header__menu-row {
    padding: 5px 0;
    background-color: #1e85be;
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  .medfin-header-nav .medfin-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media (max-width: 520px) {
  .medfin-header__search input[type=search],
  .medfin-header__search .search-field {
    border-right: 1px solid #bcb9b9;
  }
  .medfin-header .medfin-header-action {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
/* =========================
   CUSTOM HEADER MOBILE + HAMBURGER
========================= */
.medfin-menu-toggle {
  display: none;
}

/* Desktop menu remains normal */
.medfin-header-nav .medfin-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.medfin-header-nav .medfin-menu > li {
  list-style: none;
}
.medfin-header-nav .medfin-menu > li > a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
}
.medfin-header-nav .medfin-menu > li > a:hover {
  color: #fff;
}

/* Mobile layout */
@media (max-width: 768px) {
  .medfin-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 14px 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .medfin-menu-toggle :hover, .medfin-menu-toggle:focus, .medfin-menu-toggle:visited {
    text-decoration: none;
    background-color: transparent;
  }
  .medfin-menu-toggle__icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .medfin-menu-toggle__icon::before,
  .medfin-menu-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, top 0.2s ease;
    transition: transform 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
  }
  .medfin-header-nav.medfin-header-nav.is-open > .medfin-menu li > a {
    text-align: left;
    padding-left: 1em;
  }
  .medfin-menu-toggle__icon::before {
    top: -7px;
  }
  .medfin-menu-toggle__icon::after {
    top: 7px;
  }
  .medfin-menu-toggle.is-open .medfin-menu-toggle__icon {
    background: transparent;
  }
  .medfin-menu-toggle.is-open .medfin-menu-toggle__icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .medfin-menu-toggle.is-open .medfin-menu-toggle__icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .medfin-header-nav {
    display: none;
    width: 100%;
  }
  .medfin-header-nav.is-open {
    display: block;
  }
  .medfin-header-nav .medfin-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .medfin-header-nav .medfin-menu > li > a {
    display: block;
    width: 100%;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    font-size: 15px;
  }
}
/* Very small screens */
@media (max-width: 520px) {
  .medfin-header .medfin-header-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
/* Full-screen mobile navigation */
@media (max-width: 768px) {
  .medfin-header__top-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 0;
  }
  .medfin-header__logo {
    grid-column: 1/2;
    grid-row: 1;
    text-align: left;
  }
  .medfin-header__logo-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .medfin-header__actions {
    position: static;
    grid-column: 2/3;
    grid-row: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .medfin-header__search {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
  }
  .medfin-header__search input[type=search],
  .medfin-header__search .search-field {
    min-width: 0;
  }
  .medfin-header__menu-row {
    position: relative;
    width: 100%;
    z-index: 1000;
  }
  .medfin-header-nav {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100dvh;
    padding: 88px 24px 32px;
    overflow-y: auto;
    background: #1e85be;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  }
  .medfin-header-nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .medfin-header-nav .medfin-menu {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
  .medfin-header-nav .medfin-menu > li > a {
    padding: 16px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    text-align: left;
    font-size: 18px;
  }
  .medfin-header-nav .sub-menu {
    position: static;
    display: block;
    margin: 0;
    padding: 0 0 8px 16px;
    list-style: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .medfin-header-nav .sub-menu a {
    display: block;
    padding: 10px 4px;
    color: #fff;
    font-size: 15px;
  }
  .medfin-menu-toggle {
    position: relative;
    z-index: 9999;
  }
  body.medfin-menu-open {
    overflow: hidden;
  }
  body.medfin-menu-open .medfin-menu-toggle {
    position: fixed;
    top: 18px;
    left: 15px;
    width: auto;
    padding: 12px;
  }
  body.medfin-menu-open .medfin-menu-toggle__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
/* Mobile viewport-width correction */
@media (max-width: 768px) {
  .medfin-header,
  .medfin-header *,
  .medfin-header *::before,
  .medfin-header *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .medfin-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
  }
  .medfin-header__top,
  .medfin-header__menu-row {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .medfin-header .medfin-container {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 15px;
  }
  .medfin-header__top-inner {
    min-width: 0;
  }
  .medfin-header__logo,
  .medfin-header__actions,
  .medfin-header__search {
    min-width: 0;
    max-width: 100%;
  }
  .medfin-header__search .woocommerce-product-search,
  .medfin-header__search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .medfin-header__search input[type=search],
  .medfin-header__search .search-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .medfin-header__search button,
  .medfin-header__search input[type=submit] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
  }
}
/* =========================
   HOME SLIDER
========================= */
.home-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 550px;
  overflow: hidden;
}
.home-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-slider__nav {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.home-slider__nav--prev {
  left: 24px;
}
.home-slider__nav--next {
  right: 24px;
}
.home-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  z-index: 5;
}
.home-slider__dot {
  width: 12px;
  height: 4px;
  border: 0;
  background: #1e85b8;
  cursor: pointer;
  padding: 4px 20px !important;
}
.home-slider__dot.is-active {
  background: #af0202;
}

.home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  margin: 0 0 50px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 6px 0 #ddd;
          box-shadow: 0 4px 6px 0 #ddd;
}
.home-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-slide__image, .home-slide__image img {
  width: 100%;
  height: 100%;
}
.home-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slide__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.03));
  z-index: 1;
}
.home-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.home-slide__inner {
  max-width: 720px;
  color: #fff;
}
.home-slide__eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.82);
}
.home-slide__title {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.08;
  color: #fff;
}
.home-slide__text {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.home-slide__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn--outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .home-slider {
    height: 85vh;
    min-height: 560px;
  }
  .home-slide__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .home-slider {
    height: 78vh;
    min-height: 500px;
  }
  .home-slider__nav {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
  .home-slider__nav--prev {
    left: 14px;
  }
  .home-slider__nav--next {
    right: 14px;
  }
  .home-slide__title {
    font-size: 34px;
  }
  .home-slide__text {
    font-size: 16px;
  }
}
.single-product {
  background: #e3e3e3;
}
.single-product .content-area {
  width: 100% !important;
  margin: 0 auto;
}
.single-product .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px 60px;
}
.single-product .medfin-single-product {
  display: block;
}
.single-product .medfin-product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
.single-product .medfin-product-gallery-card,
.single-product .medfin-product-summary-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  background: var(--white-bg-color);
  border: var(--white-bg-border) 1px solid;
  border-radius: 12px;
  padding: 30px;
}
.single-product .medfin-product-gallery-card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .medfin-product-gallery-card .woocommerce-product-gallery {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.single-product .medfin-product-gallery-card img {
  border-radius: 8px;
}
.single-product .medfin-product-summary-card {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .medfin-product-summary-card .summary.entry-summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.single-product .product_title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 12px;
  color: #1f1f1f;
}
.single-product .price {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #c30f0f;
  margin-bottom: 22px;
}
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #4d4d4d;
}
.single-product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 25px 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .quantity {
  margin: 0 !important;
}
.single-product .quantity input.qty {
  width: 74px;
  padding: 12px 8px;
  border: 1px solid #d5d5d5;
  text-align: center;
  font-size: 16px;
  background: #fff;
}
.single-product form.cart .button,
.single-product button.single_add_to_cart_button {
  margin: 0 0 !important;
  padding: 14px 20px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.single-product form.cart .button:hover,
.single-product button.single_add_to_cart_button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.single-product form.cart .button,
.single-product button.single_add_to_cart_button {
  /*padding: 0 28px;
  border: 0;

  background: #2787bf;
  color: #fff;
  font-size: 15px;
  font-weight: 600; */
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.single-product button.single_add_to_cart_button:hover {
  background: #1d6c99;
}
.single-product .medfin-trust-box {
  margin: 5px 0 22px;
  padding: 18px;
  background: #f8f9fb;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.single-product .medfin-trust-box .trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.single-product .medfin-trust-box .trust-item:last-child {
  margin-bottom: 0;
}
.single-product .medfin-trust-box i {
  color: #2787bf;
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.single-product .product_meta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.single-product .product_meta a {
  color: #2787bf;
  text-decoration: none;
}
.single-product .product_meta a:hover {
  text-decoration: underline;
}
.single-product .medfin-product-tabs-wrap,
.single-product .medfin-product-upsells-wrap {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  padding: 28px 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.single-product .medfin-product-related-wrap {
  width: 100%;
  margin-top: 4em;
  padding: 28px 0;
}
.single-product .woocommerce-tabs {
  margin: 0 !important;
}
.single-product .woocommerce-tabs::before,
.single-product .woocommerce-tabs::after {
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 25px;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 600;
  color: #333;
}
.single-product .woocommerce-tabs ul.tabs li .active a {
  color: #2787bf;
}
.single-product .additional_information_tab {
  margin: 5px;
}
.single-product .woocommerce span.onsale,
.single-product .medfin-product-gallery-card .onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 1em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 5;
  top: -1em;
  left: -2em;
  margin: 0;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  color: white;
  font-size: 1em;
  z-index: 9;
}
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
  padding: 12px 14px;
  border-color: #ececec;
}
.single-product .woocommerce-product-attributes th {
  font-weight: 600;
  color: #222;
  width: 220px;
}
.single-product .woocommerce-product-attributes td {
  color: #555;
}
.single-product .medfin-product-upsells-wrap .upsells > h2,
.single-product .medfin-product-related-wrap .related > h2,
.single-product .medfin-product-related-wrap > h2 {
  font-size: 28px;
  margin: 0 0 22px;
  color: #1f1f1f;
}
.single-product .upsells ul.products,
.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 !important;
}
.single-product .upsells ul.products li.product:hover,
.single-product .related.products ul.products li.product:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.single-product .upsells ul.products li.product img,
.single-product .related.products ul.products li.product img {
  border-radius: 8px;
  margin-bottom: 12px;
}
.single-product .upsells ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1.5;
  min-height: 42px;
}
.single-product .upsells ul.products li.product .price,
.single-product .related.products ul.products li.product .price,
.single-product div.product p.price {
  font-size: 26px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-align: right;
  padding-right: 2em;
  padding-bottom: 1em;
}

@media (max-width: 991px) {
  .single-product .medfin-product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product .medfin-product-gallery-card,
  .single-product .medfin-product-summary-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .single-product .upsells ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .single-product .site-main {
    padding: 20px 12px 40px;
  }
  .single-product .medfin-product-gallery-card,
  .single-product .medfin-product-summary-card,
  .single-product .medfin-product-tabs-wrap,
  .single-product .medfin-product-upsells-wrap,
  .single-product .medfin-product-related-wrap {
    padding: 20px;
  }
  .single-product .product_title {
    font-size: 28px;
  }
  .single-product .price {
    font-size: 24px;
  }
  .single-product form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .single-product .quantity input.qty,
  .single-product button.single_add_to_cart_button {
    margin: 0 0 20px !important;
    padding: 12px 20px;
    text-align: center;
    border-radius: 3px;
    background: var(--btn-background);
    color: var(--btn-color);
    border: 1px solid var(--btn-background);
    font-weight: 500;
    line-height: 1.2;
  }
  .single-product .quantity input.qty:hover,
  .single-product button.single_add_to_cart_button:hover {
    background: #222;
    border-color: #222;
    color: #fff;
  }
  .single-product .upsells ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: 1fr;
  }
}
.medfin-stock {
  display: inline-block;
  padding: 4px 15px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  margin: 4px auto 1em 0;
  font-weight: bold;
}
.medfin-stock.in-stock {
  background: #e6f7ee;
  color: #1e7e34;
}
.medfin-stock.out-of-stock {
  background: #3d3d3d;
  color: hsl(0, 0%, 100%);
}

.woocommerce .u-columns.col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-form-login.login,
.woocommerce .woocommerce-form-register.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background: var(--white-bg-color);
  border: var(--white-bg-border) 1px solid;
  border-radius: 12px;
  padding: 30px;
}
.woocommerce body.woocommerce-account .woocommerce button.button,
.woocommerce body.woocommerce-account .woocommerce a.button,
.woocommerce body.woocommerce-account .woocommerce input.button,
.woocommerce .woocommerce-button.button, .woocommerce .woocommerce-form-login__submit {
  margin: 0 18px 18px !important;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.woocommerce body.woocommerce-account .woocommerce button.button:hover,
.woocommerce body.woocommerce-account .woocommerce a.button:hover,
.woocommerce body.woocommerce-account .woocommerce input.button:hover,
.woocommerce .woocommerce-button.button:hover, .woocommerce .woocommerce-form-login__submit:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.woocommerce .woocommerce-checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .woocommerce-additional-fields,
.woocommerce .woocommerce-checkout-review-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background: var(--white-bg-color);
  border: var(--white-bg-border) 1px solid;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 3em;
}
.woocommerce body.woocommerce-account .woocommerce button.button,
.woocommerce body.woocommerce-account .woocommerce a.button,
.woocommerce body.woocommerce-account .woocommerce input.button,
.woocommerce .woocommerce-button.button,
.woocommerce .woocommerce-form-login__submit,
.woocommerce .woocommerce-terms-and-conditions-wrapper button {
  margin: 0 18px 18px !important;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.woocommerce body.woocommerce-account .woocommerce button.button:hover,
.woocommerce body.woocommerce-account .woocommerce a.button:hover,
.woocommerce body.woocommerce-account .woocommerce input.button:hover,
.woocommerce .woocommerce-button.button:hover,
.woocommerce .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-terms-and-conditions-wrapper button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.woocommerce-checkout-review-order h3 {
  margin-top: 0.3em;
  margin-bottom: 1.9em;
}

h3#ship-to-different-address {
  font-size: 1.1em;
}

.woocommerce-cart ul#shipping_method li,
.woocommerce-checkout ul#shipping_method li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}

.woocommerce-cart ul#shipping_method li > input[type=radio],
.woocommerce-checkout ul#shipping_method li > input[type=radio] {
  grid-column: 1;
  margin: 3px 0 0;
}

.woocommerce-cart ul#shipping_method li > label,
.woocommerce-checkout ul#shipping_method li > label {
  grid-column: 2;
  margin: 0;
}

/* Shipping-method description */
.woocommerce-cart ul#shipping_method li > p,
.woocommerce-cart ul#shipping_method li > small,
.woocommerce-cart ul#shipping_method li > .description,
.woocommerce-cart ul#shipping_method li > .medfin-shipping-description,
.woocommerce-checkout ul#shipping_method li > p,
.woocommerce-checkout ul#shipping_method li > small,
.woocommerce-checkout ul#shipping_method li > .description,
.woocommerce-checkout ul#shipping_method li > .medfin-shipping-description {
  grid-column: 2;
  margin: 3px 0 0;
}

.woocommerce-cart {
  background: #e3e3e3;
}
.woocommerce-cart .site-content {
  padding: 40px 20px;
}
.woocommerce-cart .inside-article {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  border-radius: 4px;
}
.woocommerce-cart h1,
.woocommerce-cart h2,
.woocommerce-cart h3 {
  color: #222;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 4px;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-shipping-methods input[type=radio],
.woocommerce-cart .woocommerce-cart-form ul#shipping_method li input[type=radio],
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-methods input[type=radio],
.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li input[type=radio] {
  margin-top: 8px;
}
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.woocommerce-cart table.shop_table th {
  color: #222;
  font-weight: 600;
  padding: 14px 10px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-cart table.shop_table td {
  padding: 16px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.woocommerce-cart .product-thumbnail img {
  width: 80px;
  height: auto;
  border-radius: 3px;
}
.woocommerce-cart .product-name a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart .product-name a:hover {
  color: #000;
  text-decoration: underline;
}
.woocommerce-cart .quantity .qty {
  width: 80px;
  height: 42px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.woocommerce-cart .actions {
  padding-top: 20px;
}
.woocommerce-cart .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.woocommerce-cart .actions .coupon input.input-text {
  min-width: 220px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
  padding: 12px 18px;
  background: var(--btn-background, #222);
  color: var(--btn-color, #fff);
  border: 1px solid var(--btn-background, #222);
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.2;
}
.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.woocommerce-cart .button:disabled, .woocommerce-cart .button:disabled[disabled],
.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button:disabled[disabled],
.woocommerce-cart input.button:disabled,
.woocommerce-cart input.button:disabled[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  /* display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 15px 20px; */
  margin: 0 18px 18px !important;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce-cart .inside-article {
    padding: 22px;
  }
  .woocommerce-cart .actions .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-cart .actions .coupon input.input-text,
  .woocommerce-cart .actions .coupon .button {
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}
:root {
  --btn-background: #ffaf28;
  --btn-color: #000000;
  --light-link-color: #111;
  --light-bg-color: $light-bg-color;
  --red-color: #a90000;
  --white-bg-color: #fff;
  --white-bg-border: #e8e8e8;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #222;
  line-height: 1.5;
}
body h1.entry-title,
body h1 {
  font-size: 32px;
}
body h2 {
  font-size: 25px;
}

body:not(.home):not(.front-page) {
  background: #f7f8f9;
}
body:not(.home):not(.front-page) .site-main {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  min-width: 0;
  width: 100%;
}
body:not(.home):not(.front-page) .inside-article,
body:not(.home):not(.front-page) .page-header,
body:not(.home):not(.front-page) .woocommerce-account .woocommerce,
body:not(.home):not(.front-page) .woocommerce-cart .woocommerce,
body:not(.home):not(.front-page) .woocommerce-checkout .woocommerce,
body:not(.home):not(.front-page) .search .site-main,
body:not(.home):not(.front-page) .search-results .site-main {
  background: transparent;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.home):not(.front-page) .inside-article .entry-content,
body:not(.home):not(.front-page) .page-header .entry-content,
body:not(.home):not(.front-page) .woocommerce-account .woocommerce .entry-content,
body:not(.home):not(.front-page) .woocommerce-cart .woocommerce .entry-content,
body:not(.home):not(.front-page) .woocommerce-checkout .woocommerce .entry-content,
body:not(.home):not(.front-page) .search .site-main .entry-content,
body:not(.home):not(.front-page) .search-results .site-main .entry-content {
  margin-bottom: 4em;
}

.woocommerce .woocommerce-customer-details {
  margin-top: 4em;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
}

.woocommerce-info {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: #111;
}

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

a {
  text-decoration: none;
}

.container.grid-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

#place_order {
  background-color: #1e85b8;
  padding: 12px 24px;
}

body.woocommerce-order-received .site-content {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.site-container,
.inside-article,
.woocommerce-archive-wrapper {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn--outline {
  background: transparent;
  color: #111;
}

.section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
}

.section-subtitle {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.home-hero {
  background: #f7f7f7;
  text-align: center;
  background-color: #fff;
  padding: 6em;
  border-radius: 0.7em;
}
.home-hero__content {
  max-width: 760px;
  margin: 0 auto;
}
.home-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.home-hero__title {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 1.1;
}
.home-hero__text {
  margin: 0 0 28px;
  font-size: 18px;
  color: #555;
}
.home-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-categories .woocommerce,
.home-featured-products .woocommerce {
  width: 100%;
}

.home-benefits {
  background: #fafafa;
}
.home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  padding: 28px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.benefit-card__title {
  margin: 0 0 10px;
  font-size: 22px;
}
.benefit-card__text {
  margin: 0;
  color: #666;
}
.benefit-card i[class*=fa-] {
  display: block;
  font-size: 2em;
  margin: 10px auto 1em auto;
  color: #1e85b8;
}

.home-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 36px;
  background: #111;
  color: #fff;
  border-radius: 10px;
}
.home-banner__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
}
.home-banner__title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
}
.home-banner__text {
  margin: 0;
  color: #ddd;
}

@media (max-width: 992px) {
  .home-benefits__grid {
    grid-template-columns: 1fr;
  }
  .home-banner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }
  .home-hero__title {
    font-size: 34px;
  }
  .section-title {
    font-size: 28px;
  }
}
/* =========================
   WOOCOMMERCE PRODUCT GRID
========================= */
.home-categories .woocommerce,
.home-featured-products .woocommerce,
.woocommerce-archive-wrapper .woocommerce {
  width: 100%;
}
.home-categories ul.products,
.home-featured-products ul.products,
.woocommerce-archive-wrapper ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-categories ul.products::before,
.home-categories ul.products::after,
.home-featured-products ul.products::before,
.home-featured-products ul.products::after,
.woocommerce-archive-wrapper ul.products::before,
.woocommerce-archive-wrapper ul.products::after {
  display: none !important;
}
.home-categories ul.products li.product,
.home-featured-products ul.products li.product,
.woocommerce-archive-wrapper ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  padding: 15px;
}
.home-categories ul.products li.product:hover,
.home-featured-products ul.products li.product:hover,
.woocommerce-archive-wrapper ul.products li.product:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.home-categories ul.products li.product img,
.home-featured-products ul.products li.product img,
.woocommerce-archive-wrapper ul.products li.product img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.home-categories ul.products li.product .price,
.home-featured-products ul.products li.product .price,
.woocommerce-archive-wrapper ul.products li.product .price {
  display: block;
  padding: 0 18px 18px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  text-align: right;
}
.home-categories ul.products li.product .price del,
.home-featured-products ul.products li.product .price del,
.woocommerce-archive-wrapper ul.products li.product .price del {
  color: #999;
  font-size: 14px;
  margin-right: 6px;
}
.home-categories ul.products li.product .price ins,
.home-featured-products ul.products li.product .price ins,
.woocommerce-archive-wrapper ul.products li.product .price ins {
  text-decoration: none;
  color: #111;
}
.home-categories ul.products li.product .button,
.home-featured-products ul.products li.product .button,
.woocommerce-archive-wrapper ul.products li.product .button {
  margin: 0 18px 18px !important;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.home-categories ul.products li.product .button:hover,
.home-featured-products ul.products li.product .button:hover,
.woocommerce-archive-wrapper ul.products li.product .button:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.home-categories ul.products li.product .product-card-meta,
.home-featured-products ul.products li.product .product-card-meta,
.woocommerce-archive-wrapper ul.products li.product .product-card-meta {
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px 12px;
}
.home-categories ul.products li.product .product-card-meta .product-card-meta__stock,
.home-featured-products ul.products li.product .product-card-meta .product-card-meta__stock,
.woocommerce-archive-wrapper ul.products li.product .product-card-meta .product-card-meta__stock {
  background-color: #16ce13;
  display: inline-block;
  padding: 4px 15px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  margin: 4px auto;
}
.home-categories ul.products li.product .product-card-meta .product-card-meta__sku,
.home-featured-products ul.products li.product .product-card-meta .product-card-meta__sku,
.woocommerce-archive-wrapper ul.products li.product .product-card-meta .product-card-meta__sku {
  font-weight: bold;
  margin-top: 2px;
  margin: 0 auto 5px auto;
  font-size: 15px;
}
.home-categories ul.products li.product a.woocommerce-LoopProduct-link,
.home-featured-products ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-archive-wrapper ul.products li.product a.woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: inherit;
}
.home-categories,
.home-featured-products,
.woocommerce-archive-wrapper {
  /*    ul.products li.product img {
       width: 100%;
       aspect-ratio: 1 / 1;
       object-fit: cover;
       margin: 0 !important;
   } */
}
.home-categories ul.products li.product .woocommerce-loop-product__title,
.home-featured-products ul.products li.product .woocommerce-loop-product__title,
.woocommerce-archive-wrapper ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 18px 8px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #222;
  border-top: 1px solid #222;
  margin: 20px 0 0 0;
}
.home-categories,
.home-featured-products,
.woocommerce-archive-wrapper {
  /*  ul.products li.product {
       .price {
           display: block;
           padding: 0 18px 18px;
           margin: 0;
           font-size: 22px;
           font-weight: 600;
           color: #111;
           text-align: right;

           del {
               color: #999;
               font-size: 14px;
               margin-right: 6px;
           }

           ins {
               text-decoration: none;
               color: #111;
           }
       }

       .button {

           @include cart-button();
       }



       .product-card-meta {
           display: inline-block;
           justify-content: space-between;
           align-items: center;
           padding: 0 18px 12px;

           .product-card-meta__stock {
               background-color: #16ce13;
               display: inline-block;
               padding: 4px 15px;
               font-size: 11px;
               color: #fff;
               // margin-bottom: 4px;
               border-radius: 3px;
               margin: 4px auto;
           }

           .product-card-meta__sku {
               font-weight: bold;
               margin-top: 2px;
               margin: 0 auto 5px auto;
               font-size: 15px;

           }
       } 
   }*/
}

.woocommerce-archive-wrapper ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================
   RESPONSIVE PRODUCT GRID
========================= */
@media (max-width: 1200px) {
  .home-categories ul.products,
  .home-featured-products ul.products,
  .woocommerce-archive-wrapper ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .home-categories ul.products,
  .home-featured-products ul.products,
  .woocommerce-archive-wrapper ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-categories ul.products,
  .home-featured-products ul.products,
  .woocommerce-archive-wrapper ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-archive-wrapper ul.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin: 2em 0;
    padding: 0;
  }
}
/* =========================
   CATEGORY GRID
========================= */
.home-categories ul.products li.product-category,
.home-categories ul.products li.product-category.product {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.home-categories ul.products li.product-category a,
.home-categories ul.products li.product-category.product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.home-categories ul.products li.product-category img,
.home-categories ul.products li.product-category.product img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.home-categories ul.products li.product-category .category-description,
.home-categories ul.products li.product-category.product .category-description {
  margin: 0 16px 16px;
  font-size: 14px;
  color: #666;
}
.home-categories ul.products li.product-category:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.home-categories ul.products li.product-category a {
  display: block;
  color: inherit;
}
.home-categories ul.products li.product-category img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0;
}
.home-categories ul.products li.product-category .woocommerce-loop-category__title {
  margin: 0;
  padding: 18px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: var(--light-link-color);
  font-weight: bold;
}
.home-categories ul.products li.product-category .count {
  background: transparent;
  color: #777;
  font-size: 14px;
}

/* =========================
   PRODUCT CATALOGUE - SIDEBAR
========================= */
.wc-block-product-categories-list {
  margin-left: 1em;
}

.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item {
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
}
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: bold;
}
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item a:hover {
  color: var(--blue-bg-color);
}

/* =========================
   FOOTER
========================= */
.site-footer-custom {
  background: var(--light-bg-color);
  color: var(--light-link-color);
  margin: 60px;
  padding: 4em;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #d1d1d1;
          box-shadow: 0 1px 0 #fff, 0 -1px 0 #d1d1d1;
}
.site-footer-custom a {
  color: var(--light-link-color);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-footer-custom a:hover {
  opacity: 0.8;
}
.site-footer-custom .text-center {
  text-align: center;
}
.site-footer-custom .m-2em {
  margin: 2em;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 56px 0 36px;
}

.footer-title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--light-link-color);
}

.footer-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--light-link-color);
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-copy {
  margin: 0;
  font-size: 14px;
  color: var(--light-link-color);
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-socials a {
  font-size: 14px;
}

@media (max-width: 992px) {
  .site-footer-custom {
    margin: 30px;
    padding: 2em;
  }
  .site-footer-custom .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer-custom .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .site-footer-custom {
    margin: 20px 10px;
    padding: 0.2em;
  }
  .site-footer-custom .footer-main {
    grid-template-columns: 1fr;
  }
}
.mh-shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 24px;
}
.mh-shop-layout .wc-block-product-categories-list {
  list-style: none;
}

.mh-shop-filters {
  padding: 20px;
  border-radius: 14px;
}
.mh-shop-filters h3.wp-block-heading {
  font-size: 1em;
  font-weight: bold;
  color: #999999;
}

.mh-shop-results {
  min-width: 0;
}

.mh-filter-widget + .mh-filter-widget {
  margin-top: 24px;
}

.mh-filter-widget__title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .mh-shop-layout {
    grid-template-columns: 1fr;
  }
  .mh-shop-filters {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mh-shop-results {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wc-block-product-filters__open-overlay {
    padding: 1em;
  }
}
.woocommerce-pagination {
  margin-top: 4em;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 72%;
}

body.woocommerce-account .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
/* =========================
   MY ACCOUNT - SAFE BASE
========================= */
body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 72%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.woocommerce-account .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
/* =========================
   SIDEBAR STYLE
========================= */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e3e3e3;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f7f7f7;
  color: #000;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #111;
  color: #fff;
}

/* =========================
   CONTENT PANEL
========================= */
body.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 24px;
}

/* =========================
   FORMS
========================= */
body.woocommerce-account .woocommerce form .form-row {
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce input.input-text,
body.woocommerce-account .woocommerce select,
body.woocommerce-account .woocommerce textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  body.woocommerce-account .woocommerce button.button,
 body.woocommerce-account .woocommerce a.button,
 body.woocommerce-account .woocommerce input.button {
     background: #111;
     color: #fff;
     border: 0;
     padding: 10px 18px;
 }

 body.woocommerce-account .woocommerce button.button:hover,
 body.woocommerce-account .woocommerce a.button:hover,
 body.woocommerce-account .woocommerce input.button:hover {
     background: #333;
     color: #fff;
 } */
body.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 24px;
}

.contact-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.contact-info,
.contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-info h2,
.contact-form h2 {
  margin-bottom: 40px;
  margin-top: 20px;
  color: #1e85b8;
}
.contact-info [class*=fa-],
.contact-form [class*=fa-] {
  margin-right: 10px;
  color: #1e85b8;
}

.contact-map iframe {
  width: 100%;
  display: block;
}

.contact-info {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.contact-form {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

@media (max-width: 768px) {
  .contact-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* =========================
   MOBILE SHOP FILTER ACCORDIONS
========================= */
.mh-mobile-filters-toggle,
.mh-shop-filters__header {
  display: none;
  color: #1e85b8;
}

.wc-block-product-filters__overlay {
  top: 10%;
}

.wc-block-product-filters__open-overlay {
  margin: 0 18px 18px !important;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
  background: var(--btn-background);
  color: var(--btn-color);
  border: 1px solid var(--btn-background);
  font-weight: 500;
  line-height: 1.2;
}
.wc-block-product-filters__open-overlay:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

@media (max-width: 991px) {
  body:not(.home):not(.front-page) .site-main {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body:not(.home):not(.front-page) .inside-article,
  body:not(.home):not(.front-page) .page-header,
  body:not(.home):not(.front-page) .woocommerce-account .woocommerce,
  body:not(.home):not(.front-page) .woocommerce-cart .woocommerce,
  body:not(.home):not(.front-page) .woocommerce-checkout .woocommerce,
  body:not(.home):not(.front-page) .search .site-main,
  body:not(.home):not(.front-page) .search-results .site-main {
    padding: 16px;
  }
  .mh-shop-layout {
    gap: 14px;
    margin-top: 14px;
  }
  .mh-mobile-filters-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .mh-mobile-filters-toggle__icon,
  .mh-filter-widget__toggle::after {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .mh-mobile-filters-toggle[aria-expanded=true] .mh-mobile-filters-toggle__icon,
  .mh-filter-widget.is-open .mh-filter-widget__toggle::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .mh-shop-filters {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.48);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .mh-shop-filters.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .mh-shop-filters__header,
  .mh-shop-filters__body {
    width: min(92vw, 430px);
    margin-left: auto;
    background: #fff;
  }
  .mh-shop-filters__header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 62px;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .mh-shop-filters__body {
    height: 100dvh;
    padding-top: 80px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    padding-left: 1em;
  }
  .mh-shop-filters.is-open .mh-shop-filters__header,
  .mh-shop-filters.is-open .mh-shop-filters__body {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mh-shop-filters__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }
  body.mh-filters-modal-open {
    overflow: hidden;
  }
  .mh-filter-widget {
    margin: 0 !important;
  }
  .mh-filter-widget:last-child {
    border-bottom: 0;
  }
  .mh-filter-widget__title {
    margin: 0;
  }
  .mh-filter-widget__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 0;
    background: #fff;
    color: #222;
    text-align: left;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  .mh-filter-widget__toggle::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 12px;
  }
  .mh-filter-widget__content {
    display: none;
    padding: 0 16px 16px;
  }
  .mh-filter-widget.is-open .mh-filter-widget__content {
    display: block;
  }
  .mh-shop-filters .wc-block-product-categories-list,
  .mh-shop-filters ul {
    margin-left: 0;
    padding-left: 0;
  }
  .mh-shop-filters .wc-block-product-categories-list ul {
    padding-left: 14px;
  }
}
@media (max-width: 768px) {
  .woocommerce-archive-wrapper ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .woocommerce-archive-wrapper ul.products li.product {
    min-width: 0;
  }
  .woocommerce-archive-wrapper ul.products li.product .woocommerce-loop-product__title {
    padding: 12px 10px 6px;
    margin-top: 10px;
    font-size: 13px;
  }
  .woocommerce-archive-wrapper ul.products li.product .product-card-meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 380px) {
  .woocommerce-archive-wrapper ul.products {
    grid-template-columns: 1fr !important;
  }
}