@charset "UTF-8";
/* Типографика заголовка как у карточки товара — подключать в kshop-header и в kshop-product-card. */
.kshop-text-product-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: none;
  color: #3f3a34 !important;
  font-style: normal !important;
  line-height: 23.4px !important;
}
@media (max-width: 1439px) {
  .kshop-text-product-title {
    font-size: 16px !important;
    line-height: 20.8px !important;
  }
}
@media (max-width: 1023px) {
  .kshop-text-product-title {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
}

.kshop-product-card {
  box-sizing: border-box;
  position: relative;
  --kshop-product-card-width: 345px;
  width: var(--kshop-product-card-width);
  max-width: var(--kshop-product-card-width);
  flex-shrink: 0;
}
.kshop-product-card:hover .kshop-product-card__title {
  text-decoration: underline;
}
.kshop-product-card .kshop-product-card__link:focus-visible ~ .kshop-product-card__meta .kshop-product-card__title {
  text-decoration: underline;
}
.kshop-product-card .kshop-product-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}
.kshop-product-card .kshop-product-card__link:focus-visible {
  outline: 2px solid #3f3a34;
  outline-offset: 2px;
}
.kshop-product-card .kshop-product-card__media {
  position: relative;
  width: var(--kshop-product-card-width);
  max-width: var(--kshop-product-card-width);
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 64px);
  pointer-events: none;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__labels {
    top: 14px;
    left: 14px;
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__labels {
    top: 10px;
    left: 10px;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__discount,
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__badge {
  padding: 8px 14px 7px 14px;
  max-width: 100%;
  letter-spacing: 0.02em;
  background: #93ABB8;
  border-radius: 30px;
  color: var(--white, #FFF);
  /* tag/1920 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__discount,
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__badge {
    padding: 4px 12px 5px 12px;
    font-size: 14px;
    line-height: 16.8px;
    /* 16.8px */
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__discount,
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__badge {
    padding: 4px 8px 3px 8px;
    font-size: 12px;
    line-height: 14.4px;
    /* 14.4px */
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__labels .kshop-product-card__discount {
  flex-shrink: 0;
  background: #B50404;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 3;
  width: 40px;
  height: 40px;
  line-height: 0;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist {
    top: 2px;
    right: -2px;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .kshop-product-card__wishlist-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: 0;
  transform: translate(-50%, -50%);
  object-fit: contain;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .kshop-product-card__wishlist-icon {
    width: 26px;
    height: 26px;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .kshop-product-card__wishlist-icon--default {
  opacity: 1;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .kshop-product-card__wishlist-icon--hover,
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .kshop-product-card__wishlist-icon--fill {
  opacity: 0;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist:hover:not(:has(.tinvwl-product-in-list)) .kshop-product-card__wishlist-icon--default {
  opacity: 0;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist:hover:not(:has(.tinvwl-product-in-list)) .kshop-product-card__wishlist-icon--hover {
  opacity: 1;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist:has(.tinvwl-product-in-list) .kshop-product-card__wishlist-icon--default, .kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist:has(.tinvwl-product-in-list) .kshop-product-card__wishlist-icon--hover {
  opacity: 0;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist:has(.tinvwl-product-in-list) .kshop-product-card__wishlist-icon--fill {
  opacity: 1;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinv-wraper {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_add_to_wishlist-text,
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_remove_from_wishlist-text,
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_already_on_wishlist-text {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  border: 0 !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinv-wishlist-clear {
  display: none !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_add_to_wishlist_button {
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #3f3a34 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_add_to_wishlist_button::before {
  content: none !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl_add_to_wishlist_button img {
  display: none !important;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__wishlist .tinvwl-tooltip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-btn {
  position: absolute;
  box-sizing: border-box;
  z-index: 3;
  display: block;
  width: 51px !important;
  height: 51px !important;
  min-width: 51px !important;
  min-height: 51px !important;
  max-width: 51px !important;
  max-height: 51px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: none !important;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: center/100% 100% no-repeat url("../images/product/bag.svg");
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, background-image 0.2s ease;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-btn {
    right: 14px;
    bottom: 14px;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-btn {
    right: 10px;
    bottom: 10px;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-btn:hover, .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-btn:focus-visible {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("../images/product/bag-hover.svg");
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 0;
  align-items: stretch;
  height: 51px;
  min-width: 103px;
  border-radius: 100px;
  background: #778087;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty {
    right: 14px;
    bottom: 14px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty {
    right: 10px;
    bottom: 10px;
    height: 36px;
    min-width: 86px;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty:hover, .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty:focus-within {
  background: #93ABB8;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 100%;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  background-color: inherit;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 8px;
  min-height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-color: inherit;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0 0 2px;
}
@media (max-width: 1023px) {
  .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn {
    font-size: 20px;
  }
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn:hover, .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn:focus, .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn:focus-visible, .kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn:active {
  background: transparent !important;
  background-color: inherit;
  box-shadow: none;
  outline: none;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn--minus {
  justify-self: start;
  padding-left: 16px;
  padding-right: 14px;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__cart-qty-btn--plus {
  justify-self: end;
  padding-right: 16px;
  padding-left: 14px;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: rgba(63, 58, 52, 0.06);
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__thumb .kshop-product-card__picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.kshop-product-card .kshop-product-card__media .kshop-product-card__thumb .kshop-product-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kshop-product-card .kshop-product-card__category {
  margin: 12px 0 0;
  padding: 0;
  color: #BCB6AF;
  font-size: 16px;
  line-height: 19.2px;
  display: flex;
  justify-content: end;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__category {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16.8px;
    /* 16.8px */
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__category {
    margin-top: 8px;
  }
}
.kshop-product-card .kshop-product-card__meta {
  margin-top: 25px;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .kshop-product-card .kshop-product-card__meta {
    row-gap: 6px;
  }
}
@media (max-width: 767px) {
  .kshop-product-card .kshop-product-card__meta {
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .kshop-product-card .kshop-product-card__meta {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 40px;
    row-gap: 10px;
    align-items: start;
  }
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__title {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__title {
    flex: none;
    width: 100%;
    order: 1;
  }
}
@media (min-width: 1440px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__title {
    grid-column: 1;
    grid-row: 1;
  }
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
  text-align: right;
  color: #3f3a34;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  /* 23.4px */
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__price {
    order: 3;
    align-self: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    line-height: 20.8px;
    /* 20.8px */
  }
}
@media (max-width: 1023px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__price {
    font-size: 14px;
    line-height: 19.6px;
  }
}
@media (min-width: 1440px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__price {
    grid-column: 2;
    grid-row: 1;
  }
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-current {
  display: block;
  color: #3f3a34;
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-current .woocommerce-Price-amount {
  color: inherit;
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-current--sale {
  color: #b50404;
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-was {
  display: block;
  color: #bcb6af;
  text-decoration: line-through;
  font-size: 13px;
  line-height: 16.9px;
  /* 16.9px */
}
@media (max-width: 1023px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-was {
    font-size: 12px;
    line-height: 15.6px;
    /* 15.6px */
  }
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__price .kshop-product-card__price-was .woocommerce-Price-amount {
  color: inherit;
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1439px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__rating {
    order: 2;
  }
}
@media (min-width: 1440px) {
  .kshop-product-card .kshop-product-card__meta .kshop-product-card__rating {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__rating .kshop-product-card__rating-value {
  flex-shrink: 0;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: #3f3a34;
  font-size: 12px;
  font-style: normal;
  line-height: 15.6px;
  /* 15.6px */
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__rating .kshop-product-card__stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  line-height: 0;
}
.kshop-product-card .kshop-product-card__meta .kshop-product-card__rating .kshop-product-card__star {
  display: block;
  width: 13px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
}

.kshop-product-card:hover .kshop-product-card__cart-btn,
.kshop-product-card:focus-within .kshop-product-card__cart-btn {
  opacity: 1;
  pointer-events: auto;
}

.kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-btn {
  opacity: 0;
  pointer-events: none;
}

.kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-qty {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: none), (pointer: coarse) {
  .kshop-product-card .kshop-product-card__cart-btn {
    opacity: 1;
    pointer-events: auto;
  }

  .kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-btn {
    opacity: 0;
    pointer-events: none;
  }

  .kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-qty {
    opacity: 1;
    pointer-events: auto;
  }
}
body.kshop-touch-device .kshop-product-card:not(.kshop-product-card--in-cart) .kshop-product-card__cart-btn {
  opacity: 1;
  pointer-events: auto;
}

body.kshop-touch-device .kshop-product-card:not(.kshop-product-card--in-cart) .kshop-product-card__cart-qty {
  opacity: 0;
  pointer-events: none;
}

body.kshop-touch-device .kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-btn {
  opacity: 0;
  pointer-events: none;
}

body.kshop-touch-device .kshop-product-card.kshop-product-card--in-cart .kshop-product-card__cart-qty {
  opacity: 1;
  pointer-events: auto;
}

.kshop-product-card .added_to_cart.wc-forward {
  display: none !important;
}

.kshop-home-popular {
  /* ширина карточки и gap: синхронно с spaceBetween в kshop-scripts.js (popular) */
  --kshop-popular-card-width: 240px;
  --kshop-popular-slide-gap: 30px;
}
@media (min-width: 1024px) {
  .kshop-home-popular {
    --kshop-popular-card-width: 280px;
    --kshop-popular-slide-gap: 40px;
  }
}
@media (min-width: 1440px) {
  .kshop-home-popular {
    --kshop-popular-card-width: 285px;
    --kshop-popular-slide-gap: 60px;
  }
}
@media (min-width: 1920px) {
  .kshop-home-popular {
    --kshop-popular-card-width: 345px;
    --kshop-popular-slide-gap: 80px;
  }
}

.kshop-home-popular__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
@media (max-width: 1919px) {
  .kshop-home-popular__head {
    gap: 12px 20px;
  }
}
@media (max-width: 1023px) {
  .kshop-home-popular__head {
    gap: 12px 16px;
  }
}
.kshop-home-popular__head h2, .kshop-home-popular__head .h2 {
  margin-bottom: 0 !important;
}

.kshop-home-popular__title {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.kshop-home-popular__nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1919px) {
  .kshop-home-popular__nav {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .kshop-home-popular__nav {
    display: none;
  }
}

.kshop-home-popular__shell {
  width: auto;
  overflow: hidden;
}

.kshop-home-popular__swiper {
  width: 100%;
  overflow: hidden;
}

/* До new Swiper(): те же промежутки, что после инициализации — без скачка вёрстки */
.kshop-home-popular__swiper.kshop-home-popular__swiper--not-initialized .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--kshop-popular-slide-gap);
  box-sizing: border-box;
}

.kshop-home-popular__slide {
  width: var(--kshop-popular-card-width);
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
}
.kshop-home-popular__slide .kshop-product-card {
  --kshop-product-card-width: var(--kshop-popular-card-width);
}

.kshop-home-popular button.kshop-home-popular__btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 50%;
  cursor: pointer;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  transition: opacity 0.2s ease;
}
.kshop-home-popular button.kshop-home-popular__btn .kshop-home-popular__btn-icon {
  display: block;
  width: 56px;
  height: 55px;
  flex-shrink: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 1023px) {
  .kshop-home-popular button.kshop-home-popular__btn {
    width: 48px;
    height: 48px;
  }
  .kshop-home-popular button.kshop-home-popular__btn .kshop-home-popular__btn-icon {
    width: 48px;
    height: 47px;
  }
}
.kshop-home-popular button.kshop-home-popular__btn:hover, .kshop-home-popular button.kshop-home-popular__btn:focus, .kshop-home-popular button.kshop-home-popular__btn:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.kshop-home-popular button.kshop-home-popular__btn:focus {
  outline: none;
}
.kshop-home-popular button.kshop-home-popular__btn:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.kshop-home-popular button.kshop-home-popular__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.kshop-home-popular__btn--prev {
  transform: scaleX(-1);
}

/*# sourceMappingURL=kshop-home-popular.css.map */
