/* Seller Africa production fixes layered over the provided Rosun template. */

:root {
  --sa-green: #22c55e;
  --sa-black: #111111;
  --sa-border: #ececec;
  --sa-soft: #f8f8f9;
}

#loading,
#loading-center,
#loading-center-absolute {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.mtheader__top-area {
  min-height: 42px;
}

.mtheader__midel-area {
  min-height: 88px;
}

.mtheader__bottom-area {
  min-height: 58px;
}

.mtheader__top-area,
.mtheader__bottom-menu,
.mtheader__main-menu,
.mtheader__bottom-right {
  font-family: var(--mt-ff-body, "Quicksand", sans-serif);
  text-transform: none;
}

.mtborder__top-wrapper,
.mtheader__top-left,
.mtheader__top-right {
  min-width: 0;
}

.mtheader__top-left,
.mtheader__top-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mtheader__top-left a,
.mtheader__top-right a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 !important;
  white-space: nowrap;
}

.mtheader__top-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mtheader__top-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
}

.mtheader__top-left > span:not(.sa-top-menu-divider),
.mtheader__top-right > span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.sa-top-menu-divider {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: .35;
  flex: 0 0 auto;
}

@media (min-width: 1200px) {
  .mtheader__bottom-wrapper {
    width: 100%;
    min-width: 0;
    gap: 10px;
  }

  .mtheader__bottom-menu,
  .mtheader__main-menu {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mtheader__bottom-menu > nav > ul,
  .mtheader__main-menu > nav > ul {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(8px, .72vw, 16px);
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .mtheader__bottom-menu ul li,
  .mtheader__main-menu ul li {
    flex: 0 0 auto;
    margin-left: 0 !important;
    padding: 20px 0 !important;
  }

  .mtheader__bottom-menu ul li a,
  .mtheader__main-menu ul li a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: clamp(11px, .7vw, 14px) !important;
    white-space: nowrap;
  }

  .mtheader__bottom-menu ul li.has-dropdown::after,
  .mtheader__main-menu ul li.has-dropdown::after {
    display: none !important;
  }

  .mtheader__bottom-right {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .mtheader__bottom-right > a {
    margin: 0 !important;
  }

  .mtheader__bottom-right > a:not(.mt-btn) {
    font-size: 12px;
    line-height: 1;
  }

  .mtheader__bottom-right > a:not(.mt-btn) span {
    margin-right: 0;
  }

  .mtheader__bottom-right .mt-btn {
    min-height: 36px;
    padding: 9px 14px !important;
    gap: 6px;
    line-height: 1 !important;
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .mtheader__bottom-right > a:not(.mt-btn) {
    display: none !important;
  }

  body.sa-home-page .mtheader__bottom-right {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .mtheader__bottom-area .row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .mtheader__bottom-area .row > [class*="col-"]:first-child {
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 158px);
  }

  .mtheader__bottom-area .row > [class*="col-"]:last-child {
    flex: 1 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .mtheader__logo img {
    display: block;
    width: auto;
    max-width: min(160px, 42vw);
    max-height: 48px;
    object-fit: contain;
  }

  .mtheader__bottom-menu.d-none,
  .mtheader__main-menu.d-none {
    display: none !important;
  }

  .mt-header-toogle.d-lg-none {
    display: block !important;
  }

  .mtheader__mobile-cart.d-lg-none {
    display: block !important;
  }

  .mtheader__bottom-wrapper {
    gap: 10px;
    justify-content: flex-end !important;
    min-width: 0;
  }

  .mtheader__midel-account-wrap {
    justify-content: flex-end !important;
    gap: 10px;
    min-width: 0;
  }

  .mtheader__midel-account-wrap > span,
  .mtheader__midel-wishlist {
    display: none !important;
  }

  .mtheader__mobile-cart,
  .mtheader__mobile-cart.mtheader__midel-login {
    flex: 0 0 auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mt-header-toogle button,
  .mtheader__mobile-cart.mtheader__midel-login a,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn,
  .mtheader__mobile-cart .mtheader__midel-login a,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0 !important;
    border-radius: 50%;
  }

  .mtheader__mobile-cart.mtheader__midel-login a span,
  .mtheader__mobile-cart.mtheader__midel-login a h6,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn h6,
  .mtheader__mobile-cart .mtheader__midel-login a span,
  .mtheader__mobile-cart .mtheader__midel-login a h6,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn h6 {
    display: none !important;
  }

  .mtheader__mobile-cart.mtheader__midel-login a i,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn i,
  .mtheader__mobile-cart .mtheader__midel-login a i,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn i {
    grid-row: auto;
    margin: 0 !important;
    font-size: 17px;
  }

  .mtheader__midel-card-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mtheader__midel-card-value p {
    top: -4px !important;
    left: 24px !important;
    min-width: 16px;
    height: 16px;
    line-height: 16px !important;
    font-size: 10px !important;
  }
}

.mthero__area {
  min-height: clamp(520px, 68vh, 760px);
}

.mthero__banner {
  min-height: clamp(420px, 58vh, 680px);
}

.mt-hero-active,
.mt-hero-active .swiper-wrapper,
.mt-hero-active .swiper-slide {
  min-height: clamp(420px, 58vh, 680px);
}

.mt-hero-active {
  overflow: hidden !important;
}

.mt-hero-active .swiper-wrapper {
  align-items: stretch;
}

.mt-hero-active .swiper-slide {
  flex-shrink: 0;
  opacity: 0 !important;
  pointer-events: none;
}

.mt-hero-active .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.mt-hero-active .mthero__content {
  max-width: 560px;
}

.mt-hero-active .mthero__title {
  line-height: 1.05;
}

.mthero__thumb img,
.mthero__img img {
  display: block;
  width: 100%;
  height: auto;
}

.mthero__img--empty {
  display: none !important;
}

.mthero__subtitle img,
.mtbanner__subtitle img {
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  display: inline-block !important;
  vertical-align: middle;
}

.mtheader__midel-wishlist a,
.mthot__product-cart a,
.mtfeature__product-cart a,
.mtfeature__product-btn a,
.mt-shop-list-btn a,
.mtshop__category-arrow-left,
.mtshop__category-arrow-right,
.mtfeature__product-arrow-left,
.mtfeature__product-arrow-right,
.mtcartmini__close-btn,
#back-to-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mtheader__midel-login a,
.mtheader__midel-login .mtcartmini-open-btn {
  display: inline-grid !important;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  min-width: 78px;
  text-align: left;
  line-height: 1;
}

.mtheader__midel-login a span,
.mtheader__midel-login .mtcartmini-open-btn span,
.mtheader__midel-login a h6,
.mtheader__midel-login .mtcartmini-open-btn h6 {
  display: block;
  grid-column: 2;
  line-height: 1.15;
  white-space: nowrap;
}

.mtheader__midel-login a i,
.mtheader__midel-login .mtcartmini-open-btn i {
  display: inline-block;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-right: 0 !important;
  position: static !important;
  top: auto !important;
  line-height: 1 !important;
  text-align: center;
}

.mtheader__midel-account-wrap > span {
  flex: 0 0 auto;
}

.mtheader__midel-card-value {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
}

.mtheader__midel-card-value p {
  top: -7px !important;
  left: 18px !important;
  z-index: 2;
  text-align: center;
}

.mtheader__midel-card-value span,
.mtheader__midel-card-value h6 {
  grid-column: 2;
}

@media (max-width: 1199px) {
  .mtheader__mobile-cart.mtheader__midel-login a,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn,
  .mtheader__mobile-cart .mtheader__midel-login a,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .mtheader__mobile-cart.mtheader__midel-login a span,
  .mtheader__mobile-cart.mtheader__midel-login a h6,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn h6,
  .mtheader__mobile-cart .mtheader__midel-login a span,
  .mtheader__mobile-cart .mtheader__midel-login a h6,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn h6 {
    display: none !important;
  }

  .mtheader__midel-card-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mtheader__bottom-area .row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .mtheader__bottom-area .row > [class*="col-"]:first-child {
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 144px);
  }

  .mtheader__bottom-area .row > [class*="col-"]:last-child {
    flex: 1 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .mtheader__bottom-category,
  .mtheader__logo,
  .mtheader__logo a {
    min-width: 0;
    max-width: 100%;
  }

  .mtheader__logo img {
    display: block;
    width: auto;
    max-width: min(132px, 38vw);
    max-height: 44px;
    object-fit: contain;
  }

  .mtheader__bottom-category-wrap,
  .mtheader__bottom-wrapper {
    min-width: 0;
  }

  .mtheader__bottom-wrapper {
    gap: 8px;
    justify-content: flex-end !important;
  }

  .mtheader__mobile-cart,
  .mtheader__mobile-cart.mtheader__midel-login {
    flex: 0 0 auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mtheader__midel-account-wrap,
  .mtheader__mobile-cart .mtheader__midel-account-wrap {
    justify-content: flex-end !important;
    gap: 8px;
    min-width: 0;
  }

  .mtheader__midel-account-wrap > span,
  .mtheader__midel-wishlist,
  .mtheader__mobile-cart .mtheader__midel-account-wrap > span {
    display: none !important;
  }

  .mt-header-toogle {
    flex: 0 0 auto;
  }

  .mt-header-toogle button,
  .mtheader__mobile-cart.mtheader__midel-login a,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn,
  .mtheader__mobile-cart .mtheader__midel-login a,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0 !important;
    border-radius: 50%;
  }

  .mtheader__mobile-cart.mtheader__midel-login a,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn,
  .mtheader__mobile-cart .mtheader__midel-login a,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mtheader__mobile-cart.mtheader__midel-login a span,
  .mtheader__mobile-cart.mtheader__midel-login a h6,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn h6,
  .mtheader__mobile-cart .mtheader__midel-login a span,
  .mtheader__mobile-cart .mtheader__midel-login a h6,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn span,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn h6 {
    display: none !important;
  }

  .mtheader__mobile-cart.mtheader__midel-login a i,
  .mtheader__mobile-cart.mtheader__midel-login .mtcartmini-open-btn i,
  .mtheader__mobile-cart .mtheader__midel-login a i,
  .mtheader__mobile-cart .mtheader__midel-login .mtcartmini-open-btn i {
    grid-row: auto;
    margin: 0 !important;
    font-size: 16px;
  }

  .mtheader__midel-card-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mtheader__midel-card-value p {
    top: -4px !important;
    left: 22px !important;
    min-width: 16px;
    height: 16px;
    line-height: 16px !important;
    font-size: 10px !important;
  }
}

.mtheader__main-menu ul li.has-dropdown > ul,
.mtheader__main-menu ul li .submenu {
  z-index: 999;
}

.mtheader__main-menu > nav > ul > li:first-child > ul {
  display: none !important;
}

.mtheader__main-menu > nav > ul > li:first-child > a::after {
  display: none !important;
}

.mthero__banner,
.mtfeature__offer,
.mtbanner__item,
.mthot__product-area,
.mthot__product-offer,
.mtbanner__2-bg,
.mtflashsale__area,
.mttestimonial__area,
.mt-newsletter-area,
.mt-footer-area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.sa-drinks-card .mthot__product-offer {
  overflow: hidden;
}

.sa-drinks-card .sa-drinks-card__image {
  margin: 18px 20px 0;
  max-width: 86%;
}

.sa-drinks-card .sa-drinks-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

#sa-google-translate-widget,
.goog-te-banner-frame,
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

.sa-home-search {
  border: 1px solid var(--sa-border);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 38px rgba(17, 17, 17, .06);
}

.sa-home-search label {
  display: block;
  color: var(--sa-black);
  font-weight: 700;
  margin-bottom: 10px;
}

.sa-home-search div {
  display: flex;
  gap: 10px;
}

.sa-home-search input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--sa-border);
  border-radius: 8px;
  min-height: 50px;
  padding: 0 16px;
  outline: 0;
}

.sa-home-search input:focus {
  border-color: var(--sa-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.sa-home-search button,
.sa-ad-banner a {
  border: 0;
  border-radius: 8px;
  min-height: 50px;
  padding: 0 20px;
  background: var(--sa-black);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  white-space: nowrap;
}

.sa-ad-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  overflow: hidden;
  position: relative;
}

.sa-ad-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 42%);
  pointer-events: none;
}

.sa-ad-banner > * {
  position: relative;
  z-index: 1;
}

.sa-ad-banner span {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(17, 17, 17, .72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sa-ad-banner h2 {
  margin: 0;
  color: var(--sa-black);
  font-size: clamp(24px, 3.1vw, 42px);
  line-height: 1.05;
}

.sa-ad-banner p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(17, 17, 17, .68);
  line-height: 1.6;
}

.sa-ad-banner--affiliate {
  background: linear-gradient(135deg, #d9f99d, #67e8f9);
}

.sa-ad-banner--vendor {
  background: linear-gradient(135deg, #fde68a, #86efac);
}

.mtshop__category-area {
  padding-top: 56px !important;
  padding-bottom: 26px !important;
}

.mtfeature__product-area {
  padding-top: 28px !important;
}

.mtfeature__product-wrapper,
.mthot__product-wrapper,
.mtpopular__product-wrapper {
  overflow: visible;
}

.mtfeature__product-item,
.mthot__product-item,
.mt-shop-grid-item,
.mtflash__product-item,
.mtrecent__product-item {
  min-height: 100%;
  height: 100%;
  background: #fff !important;
  border: 1px solid var(--sa-border) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 45px rgba(17, 17, 17, .06) !important;
  padding: 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
}

.sa-home-products .mtfeature__product-item {
  border-radius: 8px !important;
}

.mtfeature__product-img,
.mthot__product-img,
.mt-shop-grid-img,
.mtflash__product-img,
.mtrecent__product-img,
.mtcartmini__thumb,
.mt-order-info-list-img {
  background: linear-gradient(135deg, rgba(34, 197, 94, .08), rgba(253, 208, 87, .12)), var(--sa-soft);
  border: 1px solid var(--sa-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sa-home-products .mtfeature__product-img {
  aspect-ratio: 1 / .86;
  min-height: 0;
}

@media (max-width: 575.98px) {
  .sa-home-products .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 14px;
  }

  .sa-home-products .mtfeature__product-item {
    padding: 10px !important;
  }

  .sa-home-products .mtfeature__product-shape,
  .sa-home-products .mtfeature__product-rating {
    display: none !important;
  }

  .sa-home-products .mtfeature__product-offer {
    top: 8px;
    right: 8px;
  }

  .sa-home-products .mtfeature__product-offer span {
    min-width: 38px;
    min-height: 26px;
    padding: 5px 7px;
    font-size: 10px;
    line-height: 1;
  }

  .sa-home-products .mtfeature__product-content {
    margin-bottom: 8px !important;
  }

  .sa-home-products .mtfeature__product-content > span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
  }

  .sa-home-products .mtfeature__product-title {
    min-height: 38px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .sa-home-products .mtfeature__product-price {
    margin-bottom: 10px !important;
  }

  .sa-home-products .mtfeature__product-price span {
    font-size: 14px;
  }

  .sa-home-products .mtfeature__product-price del {
    font-size: 11px;
  }

  .sa-home-products .mtfeature__product-btn a {
    width: 100%;
    min-height: 36px;
    padding: 8px 6px !important;
    font-size: 12px !important;
  }

  .sa-home-search {
    padding: 14px;
  }

  .sa-home-search div,
  .sa-ad-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .sa-home-search button,
  .sa-ad-banner a {
    width: 100%;
  }
}

.mtcartmini__widget-item {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: start;
}

.mtcartmini__thumb {
  width: 76px !important;
  min-width: 76px !important;
  height: 76px !important;
  flex: 0 0 76px !important;
}

.mtcartmini__content {
  min-width: 0;
}

.mtcartmini__title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
}

.mtcartmini__del {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid var(--sa-border) !important;
  background: #fff !important;
}

.mt-order-info-list-img {
  width: 86px !important;
  min-width: 86px !important;
  height: 86px !important;
  flex: 0 0 86px !important;
}

.mt-order-info-list-desc {
  gap: 16px;
}

.mt-order-info-list-content {
  min-width: 0;
}

.mt-order-info-list-title {
  word-break: break-word;
}

.sa-mini-cart-controls,
.sa-cart-row-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.sa-mini-cart-controls button,
.sa-cart-row-actions button {
  border: 1px solid var(--sa-border);
  background: #fff;
  color: var(--sa-black);
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

.sa-cart-row-actions button:last-child {
  padding: 0 12px;
  color: #ef4444;
}

.mt-order-info-list-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--sa-border);
  margin-top: 12px;
  padding-top: 14px;
  font-weight: 800;
}

.sa-order-confirmation {
  display: grid;
  gap: 6px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 197, 94, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .12), rgba(253, 208, 87, .16));
  color: var(--sa-black);
}

.sa-order-confirmation strong {
  font-size: 18px;
}

.sa-checkout-errors {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(239, 68, 68, .28);
  border-radius: 12px;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 700;
  line-height: 1.45;
}

.sa-checkout-mode {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.sa-checkout-mode label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--sa-border);
  border-radius: 12px;
  background: #fff;
  color: var(--sa-black);
  font-weight: 700;
  cursor: pointer;
}

.sa-checkout-mode input {
  width: auto !important;
  height: auto !important;
  margin: 0;
}

.sa-checkout-mode label:has(input:disabled) {
  opacity: .55;
  cursor: not-allowed;
}

.sa-account-password {
  margin-top: 12px;
}

.sa-account-password p {
  margin-top: -6px;
  color: #6f7280;
  font-size: 13px;
  line-height: 1.45;
}

.mt-checkout-btn-wrapper a.disabled {
  pointer-events: none;
  opacity: .55;
}

body.sa-cart-page .mt-checkout-bill-area,
body.sa-cart-page .mt-checkout-payment {
  display: none !important;
}

body.sa-cart-page .mt-checkout-place {
  max-width: 920px;
  margin: 0 auto;
}

.sa-buy-now-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.sa-buy-now-link:hover {
  transform: translateY(-1px);
  background: #f59e0b;
  color: #111827;
}

.mtfeature__product-cart .sa-buy-now-link,
.mtflash__product-cart .sa-buy-now-link,
.mt-shop-details__btn .sa-buy-now-link,
.mt-shop-list-btn .sa-buy-now-link {
  width: 100%;
}

body.sa-product-page .mt-breadcrumb-area,
body.sa-product-page .mtbreadcrumb__titleslide-area,
body.sa-product-page .mt-breadcrumb-img,
body.sa-product-page .mt-breadcrumb-space {
  display: none !important;
}

body.sa-product-page .mt-product-details-area {
  padding-top: 64px !important;
}

.sa-product-action-row {
  gap: 12px;
  flex-wrap: wrap;
}

.sa-product-action-row .mt-shop-details__btn {
  margin-right: 0 !important;
}

.sa-product-action-row .mt-shop-details__btn .mt-btn,
.sa-product-action-row > .sa-buy-now-link {
  min-width: 178px;
  min-height: 52px;
}

.sa-product-action-row > .sa-buy-now-link {
  width: auto;
  margin-top: 0;
  padding: 15px 24px;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-size: 15px;
  justify-content: center;
}

.sa-product-action-row > .sa-buy-now-link:hover {
  background: #111827;
  color: #fff;
}

.sa-order-success {
  padding: 72px 0 96px;
  background: #f8f8f9;
}

.sa-order-success__hero {
  max-width: 780px;
  margin-bottom: 34px;
}

.sa-order-success__hero span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--sa-green);
  font-weight: 800;
  text-transform: uppercase;
}

.sa-order-success__hero h1 {
  margin-bottom: 12px;
  color: var(--sa-black);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
}

.sa-order-success__hero p,
.sa-order-success__panel p {
  color: #60636f;
  line-height: 1.65;
}

.sa-order-success__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.sa-order-success__panel {
  border: 1px solid var(--sa-border);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
}

.sa-order-success__panel h2 {
  margin-bottom: 18px;
  color: var(--sa-black);
  font-size: 22px;
}

.sa-order-success__facts,
.sa-order-success__totals {
  display: grid;
  gap: 12px;
  margin: 0;
}

.sa-order-success__facts div,
.sa-order-success__totals {
  grid-template-columns: minmax(0, 1fr) auto;
}

.sa-order-success__facts div,
.sa-order-success__row,
.sa-order-success__totals {
  display: grid;
  align-items: center;
  gap: 14px;
}

.sa-order-success__facts dt,
.sa-order-success__row span,
.sa-order-success__note {
  color: #6f7280;
}

.sa-order-success__facts dd,
.sa-order-success__row strong,
.sa-order-success__totals strong {
  margin: 0;
  color: var(--sa-black);
  font-weight: 800;
}

.sa-order-success__items {
  margin-bottom: 18px;
}

.sa-order-success__table {
  display: grid;
  gap: 10px;
}

.sa-order-success__row {
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 14px 0;
  border-bottom: 1px solid var(--sa-border);
}

.sa-order-success__row span {
  display: block;
}

.sa-order-success__totals {
  max-width: 360px;
  margin-top: 22px;
  margin-left: auto;
}

.sa-order-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.sa-track-order__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid var(--sa-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .06);
}

.sa-track-order__form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--sa-border);
  border-radius: 12px;
  padding: 0 16px;
  color: var(--sa-black);
  font-weight: 700;
}

.sa-track-order__timeline {
  display: grid;
  gap: 14px;
}

.sa-track-order__step {
  position: relative;
  padding-left: 34px;
}

.sa-track-order__step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid #d8d8dc;
  background: #fff;
}

.sa-track-order__step.is-complete::before {
  border-color: var(--sa-green);
  background: var(--sa-green);
}

.sa-track-order__step.is-current::before {
  border-color: #facc15;
  box-shadow: 0 0 0 6px rgba(250, 204, 21, .22);
}

.sa-track-order__step strong,
.sa-track-order__step span,
.sa-track-order__step small {
  display: block;
}

.sa-track-order__step strong {
  color: var(--sa-black);
}

.sa-track-order__step span,
.sa-track-order__step small {
  color: #6f7280;
}

.mtfeature__product-img,
.mthot__product-img,
.mt-shop-grid-img,
.mtflash__product-img {
  aspect-ratio: 1 / .88;
}

.mtrecent__product-img {
  width: 148px;
  min-width: 148px;
  height: 148px;
}

.mtfeature__product-img img,
.mthot__product-img img,
.mt-shop-grid-img img,
.mtflash__product-img img,
.mtrecent__product-img img,
.mtcartmini__thumb img,
.mt-order-info-list-img img,
.mt-shop-details__tab-big-img img,
.mt-shop-details__tab-btn-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}

.mt-shop-details__tab-big-img {
  background: var(--sa-soft);
  border: 1px solid var(--sa-border);
  border-radius: 24px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtfeature__product-title,
.mthot__product-title,
.mtflash__product-title,
.mtrecent__product-title,
.mt-shop-grid-content .mtfeature__product-title {
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mtfeature__product-title a,
.mthot__product-title a,
.mtflash__product-title a,
.mtrecent__product-title a {
  line-height: 1.35 !important;
}

.mtfeature__product-price,
.mthot__product-price,
.mtflash__product-price,
.mtrecent__product-price {
  min-height: 28px;
}

.mtfeature__product-shape {
  pointer-events: none;
}

.mtfeature__product-img,
.mthot__product-img,
.mt-shop-grid-img,
.mtflash__product-img,
.mtrecent__product-img,
.mtcartmini__thumb,
.mt-order-info-list-img,
.sa-vendor-product__image,
.sa-vendor-card__banner,
.sa-vendor-card__body,
.sa-vendor-detail-hero__inner {
  position: relative;
}

.mtfeature__product-img::after,
.mthot__product-img::after,
.mt-shop-grid-img::after,
.mtflash__product-img::after,
.mtrecent__product-img::after,
.mtcartmini__thumb::after,
.mt-order-info-list-img::after,
.sa-vendor-product__image::after,
.sa-vendor-card__banner::after,
.sa-vendor-card__body::after,
.sa-vendor-detail-hero__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(242, 242, 242, .55) 0%, rgba(255, 255, 255, .9) 42%, rgba(242, 242, 242, .55) 74%);
  background-size: 220% 100%;
  animation: saSkeletonShimmer 1.25s linear infinite;
  transition: opacity .2s ease;
  z-index: 0;
}

.mtfeature__product-img.sa-image-skeleton::after,
.mthot__product-img.sa-image-skeleton::after,
.mt-shop-grid-img.sa-image-skeleton::after,
.mtflash__product-img.sa-image-skeleton::after,
.mtrecent__product-img.sa-image-skeleton::after,
.mtcartmini__thumb.sa-image-skeleton::after,
.mt-order-info-list-img.sa-image-skeleton::after,
.sa-vendor-product__image.sa-image-skeleton::after,
.sa-vendor-card__banner.sa-image-skeleton::after,
.sa-vendor-card__body.sa-image-skeleton::after,
.sa-vendor-detail-hero__inner.sa-image-skeleton::after {
  opacity: 1;
}

.mtfeature__product-img.sa-image-ready::after,
.mthot__product-img.sa-image-ready::after,
.mt-shop-grid-img.sa-image-ready::after,
.mtflash__product-img.sa-image-ready::after,
.mtrecent__product-img.sa-image-ready::after,
.mtcartmini__thumb.sa-image-ready::after,
.mt-order-info-list-img.sa-image-ready::after,
.sa-vendor-product__image.sa-image-ready::after,
.sa-vendor-card__banner.sa-image-ready::after,
.sa-vendor-card__body.sa-image-ready::after,
.sa-vendor-detail-hero__inner.sa-image-ready::after {
  opacity: 0;
}

.mtfeature__product-img img,
.mthot__product-img img,
.mt-shop-grid-img img,
.mtflash__product-img img,
.mtrecent__product-img img,
.mtcartmini__thumb img,
.mt-order-info-list-img img,
.sa-vendor-product__image img,
.sa-vendor-card__banner img,
.sa-vendor-card__body > img,
.sa-vendor-detail-hero__inner > img {
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity .18s ease, transform .3s ease;
}

.mtfeature__product-img img.sa-image-loaded,
.mthot__product-img img.sa-image-loaded,
.mt-shop-grid-img img.sa-image-loaded,
.mtflash__product-img img.sa-image-loaded,
.mtrecent__product-img img.sa-image-loaded,
.mtcartmini__thumb img.sa-image-loaded,
.mt-order-info-list-img img.sa-image-loaded,
.sa-vendor-product__image img.sa-image-loaded,
.sa-vendor-card__banner img.sa-image-loaded,
.sa-vendor-card__body > img.sa-image-loaded,
.sa-vendor-detail-hero__inner > img.sa-image-loaded {
  opacity: 1;
}

@keyframes saSkeletonShimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

.mtfeature__product-wrapper .swiper-slide,
.mthot__product-wrapper .swiper-slide,
.mtflash_product_active .swiper-slide,
.mttestimonial__active .swiper-slide,
.mtblog__active .swiper-slide {
  height: auto !important;
}

.mttop__product-main {
  display: flow-root;
}

.mttop__product-slider-wrapper,
.mttop__product-slider-wrapper .tab-content,
.mttop__product-slider-wrapper .tab-pane,
.mttop__product-slider-wrap,
.mttop_product_active,
.mtflashsale_product_active {
  min-width: 0;
  max-width: 100%;
  overflow: hidden !important;
}

.mttop_product_active .swiper-wrapper,
.mtflashsale_product_active .swiper-wrapper {
  align-items: stretch;
  min-height: 0 !important;
}

.mttop_product_active .swiper-slide,
.mtflashsale_product_active .swiper-slide {
  height: auto !important;
  min-height: 0 !important;
}

.mttop_product_active .mtfeature__product-item,
.mtflashsale_product_active .mtfeature__product-item {
  height: auto !important;
  min-height: 0 !important;
}

.mttop_product_active .mtfeature__product-img,
.mtflashsale_product_active .mtfeature__product-img {
  aspect-ratio: auto !important;
  height: 184px !important;
  min-height: 0 !important;
  max-height: 184px !important;
  flex: 0 0 184px !important;
}

.mttop_product_active .mtfeature__product-img a,
.mtflashsale_product_active .mtfeature__product-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mttop_product_active .mtfeature__product-img img,
.mtflashsale_product_active .mtfeature__product-img img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.mtpopular__product-wrapper .cols {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.mtpopular__product-wrapper .cols .mtfeature__product-item {
  margin: 0 !important;
}

.mthot__product-wrap .row,
.mthot__product-wrapper .row {
  align-items: stretch;
}

.mthot__product-wrap .mthot__cols,
.mthot__product-wrapper .mthot__cols {
  display: flex;
}

.mthot__product-wrap .mthot__product-item,
.mthot__product-wrapper .mthot__product-item {
  width: 100%;
}

.mtflash__product-content,
.mtflash__product-category,
.mtrecent__product-category,
.mtrecent__product-count-wrap {
  gap: 14px;
}

.mtflash__product-cart a,
.mtrecent__product-wishlist a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--sa-border);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .08);
}

.sa-mini-cart-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 4px;
  border: 1px solid var(--sa-border);
  border-radius: 999px;
  background: #fff;
}

.sa-mini-cart-controls button {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sa-soft);
  color: var(--sa-black);
  font-weight: 700;
  line-height: 1;
}

.sa-mini-cart-controls button:hover {
  background: var(--sa-green);
  color: #fff;
}

.mtcartmini__del {
  border: 0;
  background: transparent;
}

.sa-mini-cart-empty {
  justify-content: center;
}

.sa-marketplace-story .mtbanner__item {
  min-height: 360px;
}

.sa-marketplace-story .mtbanner__title {
  max-width: 440px;
}

.sa-marketplace-story .mtbanner__content p {
  max-width: 420px;
}

.sa-story-hero {
  padding: 96px 0 64px;
  background:
    radial-gradient(circle at 85% 10%, rgba(34, 197, 94, .14), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f8f8f9 100%);
}

.sa-story-hero__inner {
  max-width: 980px;
}

.sa-story-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--sa-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sa-story-hero h1,
.sa-story-section h2,
.sa-story-cta h2 {
  color: var(--sa-black);
  font-weight: 800;
  letter-spacing: 0;
}

.sa-story-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.sa-story-hero p,
.sa-story-card p,
.sa-story-impact,
.sa-story-cta p,
.sa-story-values p,
.sa-team-card p {
  color: #5f6270;
  font-size: 17px;
  line-height: 1.75;
}

.sa-story-hero p {
  max-width: 760px;
  font-size: 20px;
}

.sa-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sa-contact-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: center;
  gap: 44px;
}

.sa-contact-hero__media {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(23, 53, 31, .16);
}

.sa-contact-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sa-story-section {
  padding: 76px 0;
}

.sa-story-section--soft {
  background: #f8f8f9;
}

.sa-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sa-story-card,
.sa-story-values article {
  background: #fff;
  border: 1px solid var(--sa-border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 55px rgba(17, 17, 17, .06);
}

.sa-story-card--wide {
  grid-column: 1 / -1;
}

.sa-story-card h2,
.sa-story-card h3,
.sa-story-values h3,
.sa-team-card h3 {
  color: var(--sa-black);
}

.sa-story-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: var(--sa-green);
  font-weight: 800;
  text-decoration: none;
}

.sa-story-link:hover {
  color: var(--sa-black);
}

.sa-story-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.sa-story-heading h2,
.sa-story-section h2,
.sa-story-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.sa-story-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sa-story-values i {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sa-green);
}

.sa-story-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.sa-story-impact {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-story-impact li {
  position: relative;
  padding-left: 30px;
}

.sa-story-impact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sa-green);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
}

.sa-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sa-team-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--sa-green);
  font-weight: 800;
}

.sa-team-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--sa-black);
}

.sa-story-cta {
  padding: 82px 0 96px;
  background: var(--sa-black);
}

.sa-story-cta__inner {
  max-width: 900px;
}

.sa-story-cta h2,
.sa-story-cta p,
.sa-story-cta strong {
  color: #fff;
}

.sa-story-cta strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
}

.mtfeature__product-content > span,
.mthot__product-cate span,
.mtfeature__product-cate span {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.sa-cart-page .mt-breadcrumb-img,
body.sa-checkout-page .mt-breadcrumb-img,
body.sa-cart-page .mt-breadcrumb-area [class*="breadcrumb-img"],
body.sa-checkout-page .mt-breadcrumb-area [class*="breadcrumb-img"],
body.sa-cart-page .mtbreadcrumb__titleslide-area,
body.sa-checkout-page .mtbreadcrumb__titleslide-area {
  display: none !important;
}

body.sa-cart-page .mt-breadcrumb-space,
body.sa-checkout-page .mt-breadcrumb-space {
  padding: 52px 0 !important;
}

@media (max-width: 767px) {
  .mtfeature__product-wrapper.swiper .swiper-wrapper,
  .mttop_product_active.swiper .swiper-wrapper,
  .mtflashsale_product_active.swiper .swiper-wrapper {
    gap: 8px !important;
    transform: none !important;
  }

  .mtfeature__product-wrapper.swiper .swiper-slide,
  .mttop_product_active.swiper .swiper-slide,
  .mtflashsale_product_active.swiper .swiper-slide {
    width: calc((100% - 24px) / 4) !important;
    flex: 0 0 calc((100% - 24px) / 4) !important;
    margin-right: 0 !important;
  }

  .mtfeature__product-wrapper .row,
  .mt-shop-grid-wrapper .row,
  .mtpopular__product-wrapper .cols {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mtfeature__product-wrapper .row > [class*="col-"],
  .mt-shop-grid-wrapper .row > [class*="col-"],
  .mtpopular__product-wrapper .cols > [class*="col-"],
  .mtpopular__product-wrapper .cols > * {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mtfeature__product-item,
  .mt-shop-grid-item {
    border-radius: 10px !important;
    padding: 6px !important;
    box-shadow: 0 8px 20px rgba(17, 17, 17, .05) !important;
  }

  .mtfeature__product-img,
  .mt-shop-grid-img {
    border-radius: 8px !important;
    aspect-ratio: 1 / 1 !important;
  }

  .mtfeature__product-title,
  .mt-shop-grid-content .mtfeature__product-title {
    min-height: 30px !important;
    margin-bottom: 3px !important;
    -webkit-line-clamp: 2;
  }

  .mtfeature__product-title a,
  .mt-shop-grid-content .mtfeature__product-title a {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .mtfeature__product-content > span,
  .mtfeature__product-cate,
  .mtfeature__product-cate span,
  .mt-shop-grid-content .mtfeature__product-cate,
  .mt-shop-grid-content .mtfeature__product-cate span,
  .mtfeature__product-rating,
  .mtfeature__product-price del,
  .mtfeature__product-offer,
  .mtfeature__product-btn {
    display: none !important;
  }

  .mtfeature__product-price {
    min-height: 18px !important;
    margin: 0 !important;
  }

  .mtfeature__product-price span {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .mtfeature__product-cart a {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 11px !important;
  }

  .sa-track-order__form {
    grid-template-columns: 1fr;
  }

  .sa-order-success__grid {
    grid-template-columns: 1fr;
  }

  .sa-order-success__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.sa-shop-page .mt-breadcrumb-area,
  body.sa-shop-page .mtbreadcrumb__titleslide-area,
  body.sa-shop-page .mtshop__area > .container > .row > .col-xl-3,
  body.sa-shop-page .mt-shop-sidebar,
  body.sa-shop-page .mt-shop-top,
  body.sa-shop-page .mt-shop-top-filtar,
  body.sa-shop-page .mt-shop-header ul,
  body.sa-shop-page .mt-shop-header .mt__select-box {
    display: none !important;
  }

  body.sa-shop-page .mtshop__area {
    padding-top: 18px !important;
    padding-bottom: 48px !important;
  }

  body.sa-shop-page .mtshop__area > .container > .row > .col-xl-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  body.sa-shop-page .sa-shop-search {
    margin-bottom: 14px !important;
  }

  body.sa-shop-page .mt-shop-header {
    margin-bottom: 14px !important;
    padding: 0 !important;
  }

  body.sa-shop-page .mt-shop-header-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }

  body.sa-shop-page .mt-shop-grid-wrapper .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.sa-shop-page .mt-shop-grid-wrapper .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.sa-shop-page .mt-shop-grid-item {
    min-width: 0 !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    padding: 7px !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  body.sa-shop-page .mt-shop-grid-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin-bottom: 4px !important;
    border-radius: 10px !important;
  }

  body.sa-shop-page .mt-shop-grid-img a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.sa-shop-page .mt-shop-grid-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  body.sa-shop-page .mt-shop-grid-content {
    min-width: 0 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtflash__product-content {
    margin-bottom: 4px !important;
    min-height: 18px !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtflash__product-ratting,
  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-price del,
  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-cate {
    display: none !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-content {
    margin-bottom: 6px !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-title {
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-title a {
    display: block !important;
    color: var(--sa-black) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-price {
    min-height: 16px !important;
    margin: 0 !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-price span {
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-pricing-wrap {
    min-height: 26px !important;
    margin-top: auto !important;
  }

  body.sa-shop-page .mt-shop-grid-content .mtfeature__product-cart a {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
  }
}

.mtbanner__area,
.mtflashsale__area,
.mttestimonial__area,
.mt-newsletter-area {
  position: relative;
}

.mtbanner__area::before,
.mtflashsale__area::before,
.mttestimonial__area::before,
.mt-newsletter-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.mtbanner__area > *,
.mtflashsale__area > *,
.mttestimonial__area > *,
.mt-newsletter-area > * {
  position: relative;
}

.mtblog__area {
  padding-bottom: 50px !important;
}

.mt-newsletter-area {
  margin-top: 30px !important;
}

.mt__select-box select,
.mtheader__top-currency select {
  min-width: 86px;
}

.sa-shop-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  padding: 14px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 17, 17, .06);
}

.sa-shop-search__field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #f8f8f9;
}

.sa-shop-search__field > i {
  flex: 0 0 auto;
  margin-left: 20px;
  color: #22c55e;
  font-size: 18px;
}

.sa-shop-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  padding: 0 48px 0 14px;
  background: transparent;
  color: #111;
  font: 600 15px/1.2 inherit;
}

.sa-shop-search input[type="search"]::placeholder {
  color: #7a7a84;
}

.sa-shop-search__clear {
  position: absolute;
  right: 12px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: #111;
}

.sa-shop-search__status {
  min-width: 88px;
  color: #6d6d76;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.sa-shop-searching .mt-shop-grid-wrapper,
.sa-shop-searching .mt-shop-list-wrapper {
  opacity: .58;
  pointer-events: none;
  transition: opacity .18s ease;
}

.mt-pagination a.active,
.mt-pagination a[aria-current="page"] {
  background: var(--sa-black) !important;
  border-color: var(--sa-black) !important;
  color: #fff !important;
}

.mt-pagination a.disabled,
.mt-pagination a[aria-disabled="true"] {
  opacity: .45;
  pointer-events: none;
}

.sa-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  color: #6f7280;
  font-weight: 700;
}

.mt-shop-widget-categories li.active a,
.mt-shop-widget-categories li a:hover {
  color: var(--sa-green) !important;
}

.mt-shop-widget-brands input,
.mt-shop-widget-rating input {
  cursor: pointer;
}

.mt-shop-widget-brands .form-check-label,
.mt-shop-widget-rating .form-check-label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mt-shop-widget-rating .form-check-label {
  justify-content: flex-start;
}

.mt-shop-widget-brands .form-check-label span,
.mt-shop-widget-rating .form-check-label span {
  color: #6d6d76;
  font-size: 13px;
  font-weight: 600;
}

.mt-shop-widget-rating input:disabled + label {
  opacity: .48;
  cursor: not-allowed;
}

.sa-shop-brand-toggle {
  width: 100%;
  min-height: 40px;
  margin-top: 6px;
  border: 1px solid #dfe8df;
  border-radius: 12px;
  background: #f7fbf7;
  color: #0b7a3d;
  font-size: 13px;
  font-weight: 800;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.sa-shop-brand-toggle:hover,
.sa-shop-brand-toggle:focus {
  border-color: var(--sa-green);
  background: #ecfdf3;
  color: #065f2f;
}

.sa-shop-facet-empty {
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed #dedee4;
  border-radius: 12px;
  color: #6d6d76;
  font-size: 13px;
  line-height: 1.45;
}

.sa-shop-price-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-right: 10px;
}

.sa-shop-price-fields input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 0 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.mt-shop-widget-filter-info {
  gap: 10px;
}

.mt-shop-widget-filter-info .input-range {
  display: none;
}

.sa-shop-empty {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 34px;
  border: 1px dashed #d9d9df;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.sa-shop-empty h4 {
  margin: 0 0 8px;
  color: #111;
}

.sa-shop-empty p {
  margin: 0;
  color: #6d6d76;
}

.sa-page-hero {
  padding: 96px 0 70px;
  background: #0f3d2a;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sa-page-hero--affiliate {
  background: linear-gradient(115deg, rgba(10, 69, 43, .94), rgba(21, 97, 64, .78)), url("../../storefront/assets/img/banner/banner-bg-1-2.jpg") center/cover no-repeat;
}

.sa-page-hero--vendor,
.sa-page-hero--vendors {
  background: linear-gradient(115deg, rgba(9, 55, 39, .94), rgba(53, 84, 35, .72)), url("../../storefront/assets/img/banner/banner-bg-1-1.jpg") center/cover no-repeat;
}

.sa-page-hero--kb {
  background: linear-gradient(115deg, rgba(14, 49, 35, .94), rgba(113, 89, 20, .7)), url("../../storefront/assets/img/bg/feature-1.jpg") center/cover no-repeat;
}

.sa-page-hero__inner {
  max-width: 760px;
}

.sa-page-hero h1,
.sa-vendor-detail-hero h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.sa-page-hero p,
.sa-vendor-detail-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.7;
}

.sa-kb-grid,
.sa-vendor-grid,
.sa-vendor-products,
.sa-article-columns,
.sa-vendor-profile-grid {
  display: grid;
  gap: 24px;
}

.sa-kb-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-kb-card,
.sa-vendor-card,
.sa-vendor-product {
  background: #fff;
  border: 1px solid var(--sa-border);
  border-radius: 8px;
  overflow: hidden;
}

.sa-kb-card {
  padding: 24px;
}

.sa-kb-card__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.sa-kb-card h3,
.sa-faq-list h3,
.sa-vendor-card h2,
.sa-vendor-product h3 {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.sa-kb-card__top span {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef8ed;
  color: #176b3d;
  font-size: 12px;
  font-weight: 800;
}

.sa-kb-card p,
.sa-faq-list p,
.sa-vendor-card p,
.sa-vendor-product p {
  color: #666973;
  line-height: 1.65;
}

.sa-kb-card ul,
.sa-faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-kb-card li {
  padding: 10px 0;
  border-top: 1px solid #f0f1ed;
  color: #30343a;
  font-weight: 650;
}

.sa-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sa-faq-list article {
  padding: 22px;
  border: 1px solid var(--sa-border);
  border-radius: 8px;
  background: #fff;
}

.sa-article-columns,
.sa-vendor-profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sa-vendor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-vendor-card__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 7;
  background: #eef4ef;
}

.sa-vendor-card__banner img,
.sa-vendor-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sa-vendor-card__banner--placeholder,
.sa-vendor-detail-hero--placeholder {
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 126, 74, .18), transparent 28%),
    linear-gradient(135deg, #eef7f1 0%, #f8faf6 50%, #e7f0e7 100%);
}

.sa-vendor-card__banner--placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #fff;
  color: #0b7a3d;
  border: 1px solid rgba(11, 122, 61, .16);
  box-shadow: 0 14px 34px rgba(17, 24, 39, .12);
  font-size: 24px;
}

.sa-vendor-card__body {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 18px;
}

.sa-vendor-card__body > img,
.sa-vendor-detail-hero__inner > img,
.sa-vendor-logo-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--sa-border);
}

.sa-vendor-card__body > img,
.sa-vendor-detail-hero__inner > img {
  object-fit: contain;
  padding: 8px;
}

.sa-vendor-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b7a3d;
  font-size: 28px;
}

.sa-vendor-card h2 a,
.sa-vendor-product h3 a,
.sa-inline-link {
  color: #101418;
  text-decoration: none;
}

.sa-vendor-card p,
.sa-vendor-product p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sa-vendor-count-strip {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sa-border);
}

.sa-vendor-count-strip h2 {
  margin: 6px 0 0;
  color: #102016;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0;
}

.sa-vendor-count-strip p {
  max-width: 380px;
  margin: 0;
  color: #606a63;
  line-height: 1.6;
}

.sa-vendor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

.sa-vendor-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f6f8f2;
  color: #28342c;
  font-size: 13px;
  font-weight: 750;
}

.sa-inline-link {
  font-weight: 850;
  color: #0b7a3d;
}

.sa-vendor-detail-hero {
  padding: 94px 0 74px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sa-vendor-detail-hero--placeholder {
  color: #102016;
}

.sa-vendor-detail-hero--placeholder h1 {
  color: #102016;
}

.sa-vendor-detail-hero--placeholder p {
  color: #536156;
}

.sa-vendor-detail-hero--placeholder .sa-story-eyebrow,
.sa-vendor-detail-hero--placeholder .sa-vendor-meta span {
  color: #0b7a3d;
}

.sa-package-hero {
  padding: 78px 0 42px;
  background:
    linear-gradient(135deg, rgba(16, 24, 40, .88), rgba(11, 122, 61, .78)),
    url("../../storefront/assets/img/choose/choose.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sa-package-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.sa-package-hero h1 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: #fff;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: 0;
}

.sa-package-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  line-height: 1.65;
}

.sa-package-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.sa-package-section {
  padding: 48px 0 28px;
  background: #f7f9f5;
}

.sa-package-current {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, auto)) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid #dfe8d9;
  border-radius: 8px;
  background: #fff;
}

.sa-package-current span {
  display: block;
  color: #687266;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sa-package-current strong {
  display: block;
  margin-top: 4px;
  color: #102016;
  font-size: 20px;
}

.sa-package-current p {
  margin: 0;
  color: #5f6c62;
  line-height: 1.55;
}

.sa-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.sa-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #dfe8d9;
  border-radius: 8px;
  background: #fff;
}

.sa-package-card.is-featured {
  border-color: #0b7a3d;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .10);
}

.sa-package-card.is-current {
  background: #fbfff8;
}

.sa-package-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #0b7a3d;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.sa-package-card__head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  padding-right: 70px;
}

.sa-package-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #eef6ea;
  color: #0b7a3d;
  font-size: 18px;
}

.sa-package-card h2 {
  margin: 0;
  color: #102016;
  font-size: 24px;
  line-height: 1.18;
}

.sa-package-card__head p {
  margin: 7px 0 0;
  color: #5f6c62;
  line-height: 1.5;
}

.sa-package-price {
  margin: 24px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf1ea;
}

.sa-package-price strong {
  color: #102016;
  font-size: 34px;
  line-height: 1;
}

.sa-package-price span {
  color: #667066;
  font-weight: 800;
}

.sa-package-meta,
.sa-package-features {
  display: grid;
  gap: 10px;
}

.sa-package-meta span,
.sa-package-features li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #344038;
  font-size: 14px;
  line-height: 1.45;
}

.sa-package-meta i,
.sa-package-features i {
  margin-top: 3px;
  color: #0b7a3d;
}

.sa-package-features {
  margin: 16px 0 22px;
  padding: 0;
  list-style: none;
}

.sa-package-action {
  margin-top: auto;
}

.sa-package-action.mt-btn,
.sa-package-action .mt-btn,
.sa-package-action button,
.sa-package-card .mt-btn {
  width: 100%;
  justify-content: center;
}

.sa-package-card button[disabled] {
  cursor: not-allowed;
  opacity: .62;
}

.sa-package-note {
  padding: 28px 0 64px;
  background: #f7f9f5;
}

.sa-package-note__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid #dfe8d9;
  border-radius: 8px;
  background: #fff;
}

.sa-package-note__inner > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #eef6ea;
  color: #0b7a3d;
  font-size: 20px;
}

.sa-package-note h2 {
  margin: 0;
  color: #102016;
  font-size: 22px;
}

.sa-package-note p {
  margin: 5px 0 0;
  color: #5f6c62;
}

@media (max-width: 1100px) {
  .sa-package-hero__inner,
  .sa-package-current,
  .sa-package-note__inner {
    grid-template-columns: 1fr;
  }

  .sa-package-hero__actions {
    justify-content: flex-start;
  }

  .sa-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sa-package-hero {
    padding: 58px 0 34px;
  }

  .sa-package-hero h1 {
    font-size: 36px;
  }

  .sa-package-grid {
    grid-template-columns: 1fr;
  }

  .sa-package-card {
    padding: 18px;
  }

  .sa-package-card__head {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .sa-package-ribbon {
    position: static;
    width: fit-content;
    margin-bottom: 12px;
  }

  .sa-package-price strong {
    font-size: 30px;
  }
}

.sa-vendor-detail-hero__inner {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.sa-vendor-detail-hero__inner > img,
.sa-vendor-logo-placeholder--hero {
  width: 110px;
  height: 110px;
}

.sa-vendor-logo-placeholder--hero {
  font-size: 42px;
}

.sa-vendor-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 26px;
}

.sa-vendor-stats span {
  padding: 16px;
  border: 1px solid #eef0e8;
  border-radius: 8px;
  background: #fbfcf8;
  color: #5c625c;
  font-weight: 750;
}

.sa-vendor-stats strong {
  display: block;
  color: #0e2015;
  font-size: 26px;
  line-height: 1.1;
}

.sa-vendor-contact-card {
  grid-column: 1 / -1;
}

.sa-vendor-contact-form,
.sa-vendor-contact-form label {
  display: grid;
  gap: 12px;
}

.sa-vendor-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sa-vendor-contact-form label span {
  color: #28342c;
  font-size: 13px;
  font-weight: 850;
}

.sa-vendor-contact-form input,
.sa-vendor-contact-form textarea {
  width: 100%;
  border: 1px solid var(--sa-border);
  border-radius: 8px;
  background: #fbfcf8;
  color: #111;
  padding: 13px 14px;
  outline: none;
}

.sa-vendor-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.sa-vendor-contact-form input:focus,
.sa-vendor-contact-form textarea:focus {
  border-color: rgba(11, 122, 61, .55);
  box-shadow: 0 0 0 3px rgba(11, 122, 61, .1);
}

.sa-vendor-contact-form button {
  justify-self: start;
  border: 0;
}

.sa-vendor-contact-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.sa-vendor-form-status {
  min-height: 24px;
  margin: 0;
  color: #606a63;
  font-weight: 750;
}

.sa-vendor-form-status.is-success {
  color: #0b7a3d;
}

.sa-vendor-form-status.is-error {
  color: #b42318;
}

.sa-vendor-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sa-vendor-product {
  padding: 12px;
}

.sa-vendor-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f7f3;
}

.sa-vendor-product__image img {
  object-fit: contain;
}

.sa-vendor-product__image--placeholder,
.sa-vendor-product--loading .sa-vendor-product__image {
  color: #0b7a3d;
  font-size: 34px;
  text-decoration: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(34, 197, 94, .16), transparent 30%),
    linear-gradient(135deg, #f8faf6 0%, #eef7f1 100%);
}

.sa-vendor-product--loading {
  opacity: .82;
}

.sa-vendor-product h3 {
  margin-top: 14px;
  font-size: 17px;
}

.sa-vendor-product__price {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.sa-vendor-product__price strong {
  color: #0b7a3d;
  font-size: 18px;
}

.sa-vendor-product__price del {
  color: #9ca19a;
}

.sa-vendor-load-more {
  display: flex;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  color: #606a63;
  font-weight: 800;
}

.sa-vendor-load-more span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--sa-border);
  border-radius: 999px;
  background: #fff;
}

@media (max-width: 1199px) {
  .mtpopular__product-wrapper .cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sa-story-values,
  .sa-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-story-split {
    grid-template-columns: 1fr;
  }

  .sa-kb-grid,
  .sa-vendor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-vendor-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sa-vendor-count-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mtheader__main-menu > nav > ul {
    gap: 10px;
  }

  .mtheader__main-menu > nav > ul > li > a {
    font-size: 13px !important;
  }

  .sa-page-hero,
  .sa-vendor-detail-hero {
    padding: 62px 0 44px;
  }

  .sa-page-hero h1,
  .sa-vendor-detail-hero h1 {
    font-size: 36px;
  }

  .sa-page-hero p,
  .sa-vendor-detail-hero p {
    font-size: 15px;
  }

  .sa-shop-search {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 12px;
  }

  .sa-shop-search .mt-btn {
    width: 100%;
    justify-content: center;
  }

  .sa-shop-search__status {
    min-width: 0;
    text-align: left;
  }

  .mtpopular__product-wrapper .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mtfeature__product-item,
  .mthot__product-item,
  .mt-shop-grid-item,
  .mtflash__product-item,
  .mtrecent__product-item {
    border-radius: 18px !important;
    padding: 12px !important;
  }

  .mtfeature__product-img,
  .mthot__product-img,
  .mt-shop-grid-img {
    border-radius: 16px;
  }

  .mtfeature__product-title,
  .mthot__product-title,
  .mtflash__product-title,
  .mtrecent__product-title,
  .mt-shop-grid-content .mtfeature__product-title {
    min-height: 42px;
    font-size: 14px !important;
  }

  .mt-shop-details__tab-big-img {
    min-height: 320px;
  }

  .sa-product-action-row {
    align-items: stretch !important;
    flex-direction: column;
  }

  .sa-product-action-row .mt-shop-details__quantity-box,
  .sa-product-action-row .mt-shop-details__btn,
  .sa-product-action-row .mt-shop-details__btn .mt-btn,
  .sa-product-action-row > .sa-buy-now-link {
    width: 100%;
  }

  .sa-product-action-row .mt-shop-details__quantity {
    justify-content: space-between;
    width: 100%;
  }

  .mttop_product_active .mtfeature__product-img,
  .mtflashsale_product_active .mtfeature__product-img {
    height: 148px !important;
    max-height: 148px !important;
    flex-basis: 148px !important;
  }

  .mtshop__category-area {
    padding-top: 34px !important;
  }

  .sa-marketplace-story .mtbanner__item {
    min-height: 420px;
  }

  .sa-story-hero {
    padding: 68px 0 42px;
  }

  .sa-contact-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sa-story-section,
  .sa-story-cta {
    padding: 52px 0;
  }

  .sa-story-grid,
  .sa-story-values,
  .sa-team-grid,
  .sa-kb-grid,
  .sa-faq-list,
  .sa-article-columns,
  .sa-vendor-grid,
  .sa-vendor-profile-grid {
    grid-template-columns: 1fr;
  }

  .sa-vendor-card__body,
  .sa-vendor-detail-hero__inner {
    grid-template-columns: 1fr;
  }

  .sa-vendor-detail-hero__inner > img,
  .sa-vendor-logo-placeholder--hero {
    width: 88px;
    height: 88px;
  }

  .sa-vendor-stats,
  .sa-vendor-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-vendor-form-row {
    grid-template-columns: 1fr;
  }

  .sa-story-card,
  .sa-story-values article,
  .sa-kb-card {
    border-radius: 22px;
    padding: 22px;
  }

  .sa-story-hero p,
  .sa-story-card p,
  .sa-story-impact,
  .sa-story-cta p,
  .sa-story-values p,
  .sa-team-card p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .mtpopular__product-wrapper .cols {
    grid-template-columns: 1fr;
  }

.sa-vendor-products {
    grid-template-columns: 1fr;
  }
}

.sa-review-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.sa-review-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #111827;
}

.sa-review-form input,
.sa-review-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 14px;
}

.sa-review-form textarea {
  min-height: 120px;
}

.sa-review-stars {
  display: flex;
  gap: 6px;
}

.sa-review-stars button {
  border: 0;
  background: transparent;
  color: #d99a00;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

.sa-product-review-list {
  display: grid;
  gap: 16px;
}

.sa-product-review {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  background: #fff;
}

.sa-product-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #111827;
}

.sa-product-review__head span {
  color: #d99a00;
  white-space: nowrap;
}

.sa-product-review p {
  margin: 10px 0;
}

.sa-product-review__images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.sa-product-review__images img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
