.mulgati-product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  transition: box-shadow .25s ease, border-color .25s ease; }

.mulgati-product-card:hover {
  border-color: #b5b5b5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); }

.mulgati-product-card__inner {
  height: 100%; }

.mulgati-product-card__media {
  aspect-ratio: 4 / 5;
  background: #f1f1f1; }

.mulgati-product-card__media .na-center {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-drag: none;
  user-select: none; }

.mulgati-product-card__track {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(var(--card-slide-offset, 0%), 0, 0);
  transition: transform .28s ease;
  will-change: transform; }

.mulgati-product-card__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14% 12% 18%; }

.mulgati-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform .35s ease;
  pointer-events: none; }

.mulgati-product-card__img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none; }

.mulgati-product-card:hover .mulgati-product-card__img {
  transform: translateY(-3px) scale(1.025); }

.mulgati-product-card:hover .mulgati-product-card__img--primary {
  opacity: 0; }

.mulgati-product-card:hover .mulgati-product-card__img--hover {
  opacity: 1;
  transform: translateY(0); }

.mulgati-product-card__quick {
  display: none !important;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease; }

.mulgati-product-card__quick:hover {
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px); }

.mulgati-product-card__nav {
  width: 40px !important;
  height: 40px !important;
  color: #777;
  border-radius: 999px;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
  z-index: 5; }

.mulgati-product-card__nav svg {
  width: 24px !important;
  height: 24px !important; }

.mulgati-product-card__nav:hover {
  color: #191919;
  background: transparent; }

.mulgati-product-card__nav.is-disabled {
  display: none !important; }

.mulgati-product-card__sale {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 5 !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #d32f2f !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important; }

.mulgati-product-card__sale svg {
  display: none !important; }

.mulgati-product-card__sale span {
  position: static !important;
  transform: none !important;
  text-shadow: none !important; }

.mulgati-product-card__options {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.26s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  will-change: opacity, transform; }

.mulgati-product-card:hover .mulgati-product-card__options {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto; }

.mulgati-product-card__colors {
  padding: 0; }

.mulgati-product-card__color {
  border: 1px solid #d0d0d0; }

.mulgati-product-card__info {
  min-height: 86px;
  padding: 18px 15px 30px; }

.mulgati-product-card__title {
  display: -webkit-box;
  min-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.35;
  color: #191919 !important; }

.mulgati-product-card:hover .mulgati-product-card__title {
  text-decoration: underline !important; }

.mulgati-product-card__price {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.25; }

.mulgati-product-card__price-current {
  font-size: 13px;
  font-weight: 700;
  color: #d32f2f !important; }

.mulgati-product-card__price-compare {
  font-size: 13px;
  font-weight: 400;
  color: #2d2d2d; }

.mulgati-product-card__sale svg path {
  fill: #d32f2f !important; }

@media (max-width: 767px) {
  .mulgati-product-card__media {
    aspect-ratio: 4 / 5;
    background: #f1f1f1; }
  .mulgati-product-card__slide {
    padding: 22% 12%; }
  .mulgati-product-card__options {
    display: none; }
  .mulgati-product-card__quick {
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px; }
  .mulgati-product-card__nav {
    display: none !important; }
  .mulgati-product-card__info {
    padding: 12px 8px 18px;
    text-align: left; } }

.mulgati-product-card.sold-out .mulgati-product-card__media:after {
  content: "";
  background-image: var(--bg-soldout);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 80px;
  height: 50px;
  left: 5px;
  top: 5px;
  z-index: 9;
  pointer-events: none; }
