/* Style 3 - Moda: isolated frontend layer matching the admin preview. */
html body.yl-product-card-style3 {
  --yl-style3-media-h: 430px;
  --yl-style3-card-h: 530px;
  --yl-style3-action-h: 74px;
  --yl-style3-countdown-h: 58px;
  --yl-style3-ribbon-w: 122px;
  --yl-style3-ribbon-fs: 12px;
  --yl-style3-image-fit: fill;
  --yl-style3-image-position: center center;
  --yl-style3-badge-tone-cart: var(--yl-theme-accent, #f59e0b);
  --yl-style3-badge-tone-shipping: var(--yl-theme-primary, #2563eb);
  --yl-style3-badge-tone-discount: var(--yl-theme-primary-dark, #1d4ed8);
  --yl-style3-badge-tone-campaign: var(--yl-theme-accent, #f59e0b);
  --yl-style3-badge-tone-loyalty: var(--yl-theme-primary, #2563eb);
  --yl-style3-badge-tone-gift: var(--yl-theme-primary-dark, #1d4ed8);
  --yl-style3-video-badge-size: 33px;
  --yl-style3-video-badge-ring: #dc2626;
  --yl-style3-video-badge-fill: rgba(255, 255, 255, .98);
  --yl-style3-hover-line: linear-gradient(135deg,
      var(--yl-theme-primary, #2563eb) 0%,
      var(--yl-theme-accent, #f59e0b) 52%,
      var(--yl-theme-primary-dark, #1d4ed8) 100%);
  --yl-style3-hover-shadow: 0 0 0 1px rgba(var(--yl-theme-primary-rgb, 37, 99, 235), .26),
      0 12px 28px rgba(var(--yl-theme-primary-dark-rgb, 29, 78, 216), .16);
}

html body.yl-product-card-style3.yl-product-card-style3-image-fit-contain {
  --yl-style3-image-fit: contain;
  --yl-style3-image-position: center center;
}

html body.yl-product-card-style3 .yl-opv2-grid.yl-opv2-grid--home4 .swiper-slide,
html body.yl-product-card-style3 .yl-opv2-grid.yl-opv2-grid--home4 .row > .col,
html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .row > .col,
html body.yl-product-card-style3 .yl-related-opv2-grid .row > .col,
html body.yl-product-card-style3 .yl-tab5 .row > .col,
html body.yl-product-card-style3 .yl-marquee-item {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html body.yl-product-card-style3 .yl-opv2-grid.yl-opv2-grid--home4,
html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4,
html body.yl-product-card-style3 .yl-related-opv2-grid,
html body.yl-product-card-style3 .yl-tab5 {
  margin-bottom: 14px !important;
}

html body.yl-product-card-style3 .yl-opv2-card,
html body.yl-product-card-style3 .yl-quick-card,
html body.yl-product-card-style3 .yl-quick-card .yl-card,
html body.yl-product-card-style3 .yl-product-list-item,
html body.yl-product-card-style3 .yl-mis-card,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item) {
  position: relative !important;
  height: var(--yl-style3-card-h) !important;
  min-height: var(--yl-style3-card-h) !important;
  max-height: var(--yl-style3-card-h) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(23, 23, 25, .10) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  outline: 1px solid transparent !important;
  outline-offset: -1px !important;
  transform: none !important;
  transition: border-color .18s ease, outline-color .18s ease, box-shadow .18s ease !important;
}

html body.yl-product-card-style3 .yl-opv2-card:hover,
html body.yl-product-card-style3 .yl-opv2-card:focus-within,
html body.yl-product-card-style3 .yl-quick-card .yl-card:hover,
html body.yl-product-card-style3 .yl-quick-card .yl-card:focus-within,
html body.yl-product-card-style3 .yl-quick-card:hover,
html body.yl-product-card-style3 .yl-quick-card:focus-within,
html body.yl-product-card-style3 .yl-quick-card:hover .yl-card,
html body.yl-product-card-style3 .yl-quick-card:focus-within .yl-card,
html body.yl-product-card-style3 .yl-product-list-item:hover,
html body.yl-product-card-style3 .yl-product-list-item:focus-within,
html body.yl-product-card-style3 .yl-mis-card:hover,
html body.yl-product-card-style3 .yl-mis-card:focus-within,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):hover,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):focus-within {
  height: var(--yl-style3-card-h) !important;
  min-height: var(--yl-style3-card-h) !important;
  max-height: var(--yl-style3-card-h) !important;
  border-color: rgba(var(--yl-theme-primary-rgb, 37, 99, 235), .18) !important;
  outline-color: rgba(var(--yl-theme-primary-rgb, 37, 99, 235), .18) !important;
  box-shadow: var(--yl-style3-hover-shadow) !important;
  overflow: visible !important;
  transform: none !important;
  z-index: 18 !important;
}

html body.yl-product-card-style3 .yl-opv2-card:hover img,
html body.yl-product-card-style3 .yl-opv2-card:focus-within img,
html body.yl-product-card-style3 .yl-quick-card:hover img,
html body.yl-product-card-style3 .yl-quick-card:focus-within img,
html body.yl-product-card-style3 .yl-quick-card .yl-card:hover img,
html body.yl-product-card-style3 .yl-quick-card .yl-card:focus-within img,
html body.yl-product-card-style3 .yl-product-list-item:hover img,
html body.yl-product-card-style3 .yl-product-list-item:focus-within img,
html body.yl-product-card-style3 .yl-mis-card:hover img,
html body.yl-product-card-style3 .yl-mis-card:focus-within img,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):hover img,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):focus-within img {
  transform: none !important;
}

html body.yl-product-card-style3 .yl-opv2-content,
html body.yl-product-card-style3 .yl-card-body,
html body.yl-product-card-style3 .yl-mis-body,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body) {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 0 18px !important;
  display: block !important;
  background: #fff !important;
  overflow: visible !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .yl-opv2-card,
html body.yl-product-card-style3 .yl-quick-card,
html body.yl-product-card-style3 .yl-quick-card .yl-card,
html body.yl-product-card-style3 .yl-product-list-item,
html body.yl-product-card-style3 .yl-mis-card,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item),
html body.yl-product-card-style3 .yl-opv2-content,
html body.yl-product-card-style3 .yl-card-body,
html body.yl-product-card-style3 .yl-mis-body,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body),
html body.yl-product-card-style3 .yl-opv2-link,
html body.yl-product-card-style3 .yl-opv2-thumb,
html body.yl-product-card-style3 .yl-card-media,
html body.yl-product-card-style3 .yl-mis-media,
html body.yl-product-card-style3 .yl-plv-media:not(.home-hero .yl-home-opportunity-col .yl-plv-media) {
  background: transparent !important;
}

html body.yl-product-card-style3 .yl-opv2-link {
  position: relative !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 0 18px !important;
  overflow: visible !important;
}

html body.yl-product-card-style3 .yl-opv2-top {
  position: relative !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  z-index: 22 !important;
  isolation: isolate !important;
}

html body.yl-product-card-style3 .yl-opv2-top-meta,
html body.yl-product-card-style3 .yl-rating-row,
html body.yl-product-card-style3 .yl-review-count,
html body.yl-product-card-style3 .yl-stars,
html body.yl-product-card-style3 .yl-opv2-status,
html body.yl-product-card-style3 .yl-opv2-video-btn,
html body.yl-product-card-style3 .yl-cart-ribbon,
html body.yl-product-card-style3 .yl-opv2-cart-discount,
html body.yl-product-card-style3 .yl-opv2-hourly-spacer,
html body.yl-product-card-style3 .yl-opv2-hourly-sub,
html body.yl-product-card-style3 .yl-quick-card .yl-hourly-cd-title {
  display: none !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 78 !important;
  width: var(--yl-style3-video-badge-size) !important;
  height: var(--yl-style3-video-badge-size) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 3px solid var(--yl-style3-video-badge-ring, #dc2626) !important;
  border-radius: 999px !important;
  background: var(--yl-style3-video-badge-fill, rgba(255, 255, 255, .98)) !important;
  box-shadow: none !important;
  color: var(--yl-style3-video-badge-ring, #dc2626) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: scale(1) !important;
  transition: border-color .18s ease, transform .18s ease !important;
  animation: ylStyle3VideoBadgeBreathe 2.2s ease-in-out infinite !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge::before {
  content: "" !important;
  position: absolute !important;
  inset: -5px !important;
  border-radius: inherit !important;
  border: 1px solid rgba(220, 38, 38, .32) !important;
  opacity: .45 !important;
  animation: ylStyle3VideoBadgeRingBreathe 2.2s ease-in-out infinite !important;
  pointer-events: none !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge::after {
  content: none !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge:hover,
html body.yl-product-card-style3 .yl-style3-video-badge:focus-visible {
  transform: scale(1.04) !important;
  border-color: #b91c1c !important;
  box-shadow: none !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge:focus-visible {
  outline: 0 !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 11px !important;
  height: 13px !important;
  display: block !important;
  transform: translateX(1px) !important;
  filter: none !important;
}

html body.yl-product-card-style3 .yl-style3-video-badge-icon::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%) !important;
  background: var(--yl-style3-video-badge-ring, #dc2626) !important;
}

@keyframes ylStyle3VideoBadgeBreathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes ylStyle3VideoBadgeRingBreathe {
  0%, 100% {
    transform: scale(1);
    opacity: .45;
  }
  50% {
    transform: scale(1.18);
    opacity: .16;
  }
}

html body.yl-product-card-style3 .yl-opv2-thumb,
html body.yl-product-card-style3 .yl-card-media,
html body.yl-product-card-style3 .yl-card-img,
html body.yl-product-card-style3 .yl-mis-media,
html body.yl-product-card-style3 .yl-plv-media:not(.home-hero .yl-home-opportunity-col .yl-plv-media) {
  position: relative !important;
  height: var(--yl-style3-media-h) !important;
  min-height: var(--yl-style3-media-h) !important;
  max-height: var(--yl-style3-media-h) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #e9eef1 !important;
  overflow: visible !important;
  z-index: 24 !important;
}

html body.yl-product-card-style3 .yl-opv2-thumb img,
html body.yl-product-card-style3 .yl-card-img,
html body.yl-product-card-style3 .yl-mis-media img,
html body.yl-product-card-style3 .yl-plv-media:not(.home-hero .yl-home-opportunity-col .yl-plv-media) img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: var(--yl-style3-image-fit, fill) !important;
  object-position: var(--yl-style3-image-position, center center) !important;
  padding: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-inner-slider,
html body.yl-product-card-style3 .yl-opv2-inner-track,
html body.yl-product-card-style3 .yl-opv2-inner-slide {
  height: 100% !important;
}

html body.yl-product-card-style3 .yl-opv2-inner-nav {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-inner-dots {
  right: 14px !important;
  bottom: 14px !important;
}

html body.yl-product-card-style3 .yl-opv2-inner-dot.is-active {
  background: #c3a16a !important;
}

html body.yl-product-card-style3 .yl-opv2-offers,
html body.yl-product-card-style3 .yl-quick-card .yl-hourly-cd,
html body.yl-product-card-style3 .yl-mis-card .yl-hourly-cd,
html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item) .yl-hourly-cd,
html body.yl-product-card-style3 .yl-product-list-item .yl-hourly-cd {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(var(--yl-style3-media-h) - var(--yl-style3-countdown-h)) !important;
  bottom: auto !important;
  z-index: 20 !important;
  width: 100% !important;
  min-height: var(--yl-style3-countdown-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  background: rgba(255, 255, 255, .92) !important;
  border-top: 1px solid rgba(23, 23, 25, .08) !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.yl-product-card-style3 .yl-style3-countdown-cells {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 24 !important;
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-height: var(--yl-style3-countdown-h) !important;
  background: rgba(255, 255, 255, .92) !important;
}

html body.yl-product-card-style3 .yl-style3-countdown-cells span {
  min-width: 0 !important;
  min-height: var(--yl-style3-countdown-h) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  border-right: 1px solid rgba(23, 23, 25, .08) !important;
  color: #606975 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .yl-style3-countdown-cells span:last-child {
  border-right: 0 !important;
}

html body.yl-product-card-style3 .yl-style3-countdown-cells strong {
  color: #171719 !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.yl-product-card-style3 .yl-style3-countdown-cells em {
  color: #606975 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

html body.yl-product-card-style3 .yl-opv2-offers,
html body.yl-product-card-style3 .yl-card-media > .yl-hourly-cd,
html body.yl-product-card-style3 .yl-mis-media > .yl-hourly-cd,
html body.yl-product-card-style3 .yl-plv-media:not(.home-hero .yl-home-opportunity-col .yl-plv-media) > .yl-hourly-cd {
  display: none !important;
}

html body.yl-product-card-style3 .yl-card-media .yl-hourly-cd,
html body.yl-product-card-style3 .yl-mis-media .yl-hourly-cd,
html body.yl-product-card-style3 .yl-plv-media:not(.home-hero .yl-home-opportunity-col .yl-plv-media) .yl-hourly-cd,
html body.yl-product-card-style3 .yl-opv2-thumb > .yl-opv2-offers {
  top: auto !important;
  bottom: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-thumb > .yl-opv2-offers {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 20 !important;
}

html body.yl-product-card-style3 .yl-opv2-hourly,
html body.yl-product-card-style3 .price-countdown,
html body.yl-product-card-style3 .pc-units {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.yl-product-card-style3 .yl-opv2-hourly-spacer {
  grid-column: 1 / -1 !important;
  min-height: var(--yl-style3-countdown-h) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  background: rgba(255, 255, 255, .92) !important;
}

html body.yl-product-card-style3 .yl-opv2-hourly-spacer::before {
  content: "00\A Gün";
  white-space: pre;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  border-right: 1px solid rgba(23, 23, 25, .08) !important;
  color: #606975 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .yl-opv2-hourly-spacer::after {
  content: "00\A Saat        24\A Dakika        18\A Saniye";
  white-space: pre;
  grid-column: 2 / 5 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-items: center !important;
  color: #606975 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .yl-opv2-hourly-spacer,
html body.yl-product-card-style3 .yl-opv2-hourly-spacer::before,
html body.yl-product-card-style3 .yl-opv2-hourly-spacer::after {
  content: none !important;
  display: none !important;
}

html body.yl-product-card-style3 .pc-unit {
  min-width: 0 !important;
  min-height: var(--yl-style3-countdown-h) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  border-right: 1px solid rgba(23, 23, 25, .08) !important;
  color: #606975 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .pc-unit:last-child {
  border-right: 0 !important;
}

html body.yl-product-card-style3 .pc-digits {
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

html body.yl-product-card-style3 .pc-digit,
html body.yl-product-card-style3 .yl-quick-card .price-countdown .pc-digit {
  width: auto !important;
  min-width: 12px !important;
  height: auto !important;
  padding: 0 !important;
  display: inline-flex !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #171719 !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

html body.yl-product-card-style3 .pc-label {
  display: block !important;
  color: #606975 !important;
  font-size: 0 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

html body.yl-product-card-style3 .pc-unit:nth-child(1) .pc-label::after {
  content: "Gün";
  font-size: 12px;
}

html body.yl-product-card-style3 .pc-unit:nth-child(2) .pc-label::after {
  content: "Saat";
  font-size: 12px;
}

html body.yl-product-card-style3 .pc-unit:nth-child(3) .pc-label::after {
  content: "Dakika";
  font-size: 12px;
}

html body.yl-product-card-style3 .pc-unit:nth-child(4) .pc-label::after {
  content: "Saniye";
  font-size: 12px;
}

html body.yl-product-card-style3 .pc-unit + .pc-unit::before,
html body.yl-product-card-style3 .pc-digit::after {
  content: none !important;
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-actions,
html body.yl-product-card-style3 .yl-quick-add-btn {
  position: absolute !important;
  top: calc(var(--yl-style3-media-h) - var(--yl-style3-action-h)) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 25 !important;
  width: 100% !important;
  height: var(--yl-style3-action-h) !important;
  min-height: var(--yl-style3-action-h) !important;
  margin: 0 !important;
  padding: 0 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  background: #252527 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: none !important;
  pointer-events: none !important;
  transition: opacity .18s ease !important;
  overflow: hidden !important;
}

html body.yl-product-card-style3 .yl-card-media > .yl-quick-add-btn {
  top: auto !important;
  bottom: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-thumb + .yl-opv2-actions,
html body.yl-product-card-style3 .yl-opv2-content > .yl-opv2-actions {
  top: calc(var(--yl-style3-media-h) - var(--yl-style3-action-h)) !important;
}

html body.yl-product-card-style3 .yl-opv2-card:hover .yl-opv2-actions,
html body.yl-product-card-style3 .yl-opv2-card:focus-within .yl-opv2-actions,
html body.yl-product-card-style3 .yl-quick-card:hover .yl-quick-add-btn,
html body.yl-product-card-style3 .yl-quick-card:focus-within .yl-quick-add-btn {
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body.yl-product-card-style3 .tooltip.yl-card-tooltip {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-card:hover .yl-opv2-title,
html body.yl-product-card-style3 .yl-opv2-card:focus-within .yl-opv2-title,
html body.yl-product-card-style3 .yl-quick-card:hover .yl-card-body,
html body.yl-product-card-style3 .yl-quick-card:focus-within .yl-card-body {
  margin-top: 20px !important;
}

html body.yl-product-card-style3 .yl-quick-card:hover .yl-card-body,
html body.yl-product-card-style3 .yl-quick-card:focus-within .yl-card-body {
  margin-top: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-action-buttons {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-btn,
html body.yl-product-card-style3 .yl-quick-add-btn {
  position: relative !important;
  flex: 1 1 auto !important;
  width: auto !important;
  height: var(--yl-style3-action-h) !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 0 !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 11px 0 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-btn::before,
html body.yl-product-card-style3 .yl-quick-add-btn::before {
  content: "Sepete Ekle" !important;
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.yl-product-card-style3 .yl-quick-add-btn::after {
  content: "♡" !important;
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;
  width: 42px !important;
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  transform: none !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-btn i,
html body.yl-product-card-style3 .yl-quick-add-btn i {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-fav-btn {
  flex: 0 0 auto !important;
  width: 42px !important;
  height: var(--yl-style3-action-h) !important;
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  padding-top: 10px !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 22px !important;
}

html body.yl-product-card-style3 .yl-opv2-fav-btn i {
  font-size: 22px !important;
  line-height: 1 !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-actions {
  padding: 0 16px !important;
  gap: 10px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-action-buttons {
  gap: 10px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-cart-btn {
  padding-top: 12px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-cart-btn::before {
  font-size: 15px !important;
  letter-spacing: -.02em !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-fav-btn {
  width: 36px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-opv2-fav-btn i {
  font-size: 20px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-style3-cart-inline {
  left: 16px !important;
  right: 60px !important;
  gap: 3px 4px !important;
}

html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .yl-style3-cart-inline-cell {
  padding: 2px 5px !important;
  font-size: 8px !important;
}

html body.yl-product-card-style3 .yl-opv2-title,
html body.yl-product-card-style3 .yl-title,
html body.yl-product-card-style3 .yl-mis-title,
html body.yl-product-card-style3 .yl-plv-name:not(.home-hero .yl-home-opportunity-col .yl-plv-name) {
  min-height: 0 !important;
  max-height: none !important;
  margin: 20px 16px 0 !important;
  color: #171719 !important;
  font-family: var(--bs-body-font-family) !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

html body.yl-product-card-style3 .yl-opv2-title::after,
html body.yl-product-card-style3 .yl-title::after,
html body.yl-product-card-style3 .yl-mis-title::after,
html body.yl-product-card-style3 .yl-plv-name:not(.home-hero .yl-home-opportunity-col .yl-plv-name)::after {
  content: "" !important;
  display: block !important;
  width: 140px !important;
  max-width: 44% !important;
  height: 1px !important;
  margin: 10px auto 0 !important;
  background: #e4e4e4 !important;
}

html body.yl-product-card-style3 .yl-opv2-price-col,
html body.yl-product-card-style3 .yl-card-body {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0 8px !important;
  margin: 12px 16px 0 !important;
  text-align: center !important;
}

html body.yl-product-card-style3 .yl-card-body {
  margin: 0 !important;
  padding: 0 16px 18px !important;
  transition: margin-top .18s ease !important;
}

html body.yl-product-card-style3 .yl-card-body .yl-title {
  flex: 0 0 100% !important;
  order: 1 !important;
}

html body.yl-product-card-style3 .yl-opv2-price-now,
html body.yl-product-card-style3 .yl-price-now,
html body.yl-product-card-style3 .yl-mis-price-now,
html body.yl-product-card-style3 .yl-plv-now:not(.home-hero .yl-home-opportunity-col .yl-plv-now) {
  order: 2 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  color: #c3a16a !important;
  font-family: var(--bs-body-font-family) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html body.yl-product-card-style3 .yl-opv2-price-old,
html body.yl-product-card-style3 .yl-price-old,
html body.yl-product-card-style3 .yl-mis-price-old,
html body.yl-product-card-style3 .yl-plv-old:not(.home-hero .yl-home-opportunity-col .yl-plv-old) {
  order: 3 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  color: #667085 !important;
  font-family: var(--bs-body-font-family) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-decoration: line-through !important;
  white-space: nowrap !important;
}

html body.yl-product-card-style3 .js-hc-price-fx,
html body.yl-product-card-style3 .yl-opv2-fx,
html body.yl-product-card-style3 .yl-plv-fx:not(.home-hero .yl-home-opportunity-col .yl-plv-fx) {
  order: 4 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 13px !important;
  margin: 0 0 1px !important;
  padding-bottom: 1px !important;
  display: block !important;
  color: #4c5f7a !important;
  font-family: var(--bs-body-font-family) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: translateY(-3px) !important;
  white-space: nowrap !important;
}

html body.yl-product-card-style3 .js-hc-price-fx.d-none,
html body.yl-product-card-style3 .yl-opv2-fx.d-none,
html body.yl-product-card-style3 .yl-opv2-fx.is-slot-empty,
html body.yl-product-card-style3 .yl-plv-fx.d-none:not(.home-hero .yl-home-opportunity-col .yl-plv-fx) {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-price-col::before,
html body.yl-product-card-style3 .yl-card-body::before,
html body.yl-product-card-style3 .yl-mis-body::before,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body)::before {
  content: "›" !important;
  order: 20 !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 17px !important;
  margin-right: -2px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 3px solid #16a34a !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  color: #16a34a !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.yl-product-card-style3 .yl-opv2-price-col::after,
html body.yl-product-card-style3 .yl-card-body::after,
html body.yl-product-card-style3 .yl-mis-body::after,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body)::after {
  content: "HEMEN AL" !important;
  order: 21 !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin-top: 18px !important;
  color: #171719 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.yl-product-card-style3 .yl-opv2-price-col::before,
html body.yl-product-card-style3 .yl-card-body::before,
html body.yl-product-card-style3 .yl-mis-body::before,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body)::before,
html body.yl-product-card-style3 .yl-opv2-price-col::after,
html body.yl-product-card-style3 .yl-card-body::after,
html body.yl-product-card-style3 .yl-mis-body::after,
html body.yl-product-card-style3 .yl-plv-body:not(.home-hero .yl-home-opportunity-col .yl-plv-body)::after {
  content: none !important;
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-offers {
  width: 100% !important;
  min-height: 0 !important;
  margin: 14px auto 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-discount,
html body.yl-product-card-style3 .yl-mis-cart-discount,
html body.yl-product-card-style3 .yl-plv-cart-discount {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-discount--spacer,
html body.yl-product-card-style3 .yl-mis-cart-discount--spacer,
html body.yl-product-card-style3 .yl-plv-cart-discount--spacer {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout,
html body.yl-product-card-style3 .yl-mis-cart-callout,
html body.yl-product-card-style3 .yl-plv-cart-callout {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-icon,
html body.yl-product-card-style3 .yl-mis-cart-callout-icon,
html body.yl-product-card-style3 .yl-plv-cart-callout-icon {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-body,
html body.yl-product-card-style3 .yl-mis-cart-callout-body,
html body.yl-product-card-style3 .yl-plv-cart-callout-body {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-title,
html body.yl-product-card-style3 .yl-mis-cart-callout-title,
html body.yl-product-card-style3 .yl-plv-cart-callout-title {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-amount,
html body.yl-product-card-style3 .yl-mis-cart-callout-amount,
html body.yl-product-card-style3 .yl-plv-cart-callout-amount {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-amount strong,
html body.yl-product-card-style3 .yl-mis-cart-callout-amount strong,
html body.yl-product-card-style3 .yl-plv-cart-callout-amount strong {
  display: none !important;
}

html body.yl-product-card-style3 .yl-opv2-cart-callout-amount-note,
html body.yl-product-card-style3 .yl-mis-cart-callout-amount-note,
html body.yl-product-card-style3 .yl-plv-cart-callout-amount-note {
  display: none !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline {
  position: absolute !important;
  left: 20px !important;
  right: 72px !important;
  bottom: 8px !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) !important;
  gap: 4px 5px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  pointer-events: none !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline-cell {
  min-width: 0 !important;
  min-height: 14px !important;
  padding: 2px 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .06) !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline-cell--label,
html body.yl-product-card-style3 .yl-style3-cart-inline-cell--note {
  color: rgba(255, 255, 255, .78) !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline-cell--value,
html body.yl-product-card-style3 .yl-style3-cart-inline-cell--amount {
  color: #efc56f !important;
  border-color: rgba(239, 197, 111, .22) !important;
  background: rgba(239, 197, 111, .10) !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline-cell--value.is-empty {
  display: none !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline-cell--amount.is-empty,
html body.yl-product-card-style3 .yl-style3-cart-inline-cell--note.is-empty {
  display: none !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline.is-single-top {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

html body.yl-product-card-style3 .yl-style3-cart-inline.is-single-top .yl-style3-cart-inline-cell--label {
  grid-column: 1 / -1 !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbons,
html body.yl-product-card-style3 .yl-style3-badge-row,
html body.yl-product-card-style3 .yl-corner-badges:not(.yl-corner-badges--icons) {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: 14px !important;
  z-index: 70 !important;
  width: auto !important;
  max-width: calc(100% - 28px) !important;
  height: auto !important;
  max-height: calc(var(--yl-style3-media-h) - 28px) !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 8px !important;
  pointer-events: auto !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon,
html body.yl-product-card-style3 .yl-corner-badge {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
  transform-origin: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fffdf8 !important;
  padding: 2px !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon:nth-child(n+2),
html body.yl-product-card-style3 .yl-corner-badge:nth-child(n+2) {
  display: inline-flex !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-badges,
html body.yl-product-card-style3 .yl-corner-badges.yl-corner-badges--icons {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: 14px !important;
  z-index: 70 !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 28px) !important;
  max-height: calc(var(--yl-style3-media-h) - 28px) !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 8px !important;
  pointer-events: auto !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-badge,
html body.yl-product-card-style3 .yl-corner-icon-badge {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
  transform-origin: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fffdf8 !important;
  padding: 2px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  font-size: 0 !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-badge:not(:first-child),
html body.yl-product-card-style3 .yl-corner-icon-badge:not(:first-child) {
  display: inline-flex !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-badge i,
html body.yl-product-card-style3 .yl-corner-icon-badge i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 19px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 3px 8px rgba(15, 23, 42, .22)) !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-tip,
html body.yl-product-card-style3 .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-icon-tip {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
  z-index: 90 !important;
  transform: translateX(-50%) translateY(-3px) !important;
  opacity: 0 !important;
  background: rgba(15, 23, 42, .94) !important;
  color: #fffdf8 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 10px !important;
  padding: 7px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .26) !important;
  pointer-events: none !important;
  transition: opacity .16s ease, transform .16s ease !important;
}

html body.yl-product-card-style3 .yl-opv2-icon-tip::before,
html body.yl-product-card-style3 .yl-style3-badge-tip::before,
html body.yl-product-card-style3 .yl-corner-icon-tip::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: -6px !important;
  width: 10px !important;
  height: 10px !important;
  background: rgba(15, 23, 42, .94) !important;
  border-left: 1px solid rgba(255, 255, 255, .14) !important;
  border-top: 1px solid rgba(255, 255, 255, .14) !important;
  transform: translateX(-50%) rotate(45deg) !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon:hover .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-opv2-left-ribbon:focus-within .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-badge:hover .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-badge:focus-within .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-opv2-icon-badge:hover .yl-opv2-icon-tip,
html body.yl-product-card-style3 .yl-opv2-icon-badge:focus-within .yl-opv2-icon-tip,
html body.yl-product-card-style3 .yl-corner-icon-badge:hover .yl-corner-icon-tip,
html body.yl-product-card-style3 .yl-corner-icon-badge:focus-within .yl-corner-icon-tip {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-opv2-icon-badge .yl-opv2-icon-tip {
  left: 0 !important;
  right: auto !important;
  transform: translateY(-3px) !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon .yl-style3-badge-tip::before,
html body.yl-product-card-style3 .yl-opv2-icon-badge .yl-opv2-icon-tip::before {
  left: 14px !important;
  right: auto !important;
  transform: rotate(45deg) !important;
}

html body.yl-product-card-style3 .yl-corner-badge .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-icon-badge .yl-corner-icon-tip {
  left: auto !important;
  right: 0 !important;
  transform: translateY(-3px) !important;
}

html body.yl-product-card-style3 .yl-corner-badge .yl-style3-badge-tip::before,
html body.yl-product-card-style3 .yl-corner-icon-badge .yl-corner-icon-tip::before {
  left: auto !important;
  right: 14px !important;
  transform: rotate(45deg) !important;
}

html body.yl-product-card-style3 .yl-opv2-left-ribbon:hover .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-opv2-left-ribbon:focus-within .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-opv2-icon-badge:hover .yl-opv2-icon-tip,
html body.yl-product-card-style3 .yl-opv2-icon-badge:focus-within .yl-opv2-icon-tip,
html body.yl-product-card-style3 .yl-corner-badge:hover .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-badge:focus-within .yl-style3-badge-tip,
html body.yl-product-card-style3 .yl-corner-icon-badge:hover .yl-corner-icon-tip,
html body.yl-product-card-style3 .yl-corner-icon-badge:focus-within .yl-corner-icon-tip {
  transform: translateY(0) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-iconized i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 19px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 3px 8px rgba(15, 23, 42, .22)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-cart,
html body.yl-product-card-style3 .yl-opv2-icon-badge-cart,
html body.yl-product-card-style3 .yl-corner-icon-badge-cart {
  color: var(--yl-style3-badge-tone-cart, var(--yl-theme-accent, #f59e0b)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-shipping,
html body.yl-product-card-style3 .yl-opv2-icon-badge-shipping,
html body.yl-product-card-style3 .yl-corner-icon-badge-shipping {
  color: var(--yl-style3-badge-tone-shipping, var(--yl-theme-primary, #2563eb)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-discount,
html body.yl-product-card-style3 .yl-opv2-icon-badge-discount,
html body.yl-product-card-style3 .yl-corner-icon-badge-discount {
  color: var(--yl-style3-badge-tone-discount, var(--yl-theme-primary-dark, #1d4ed8)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-campaign,
html body.yl-product-card-style3 .yl-opv2-icon-badge-campaign,
html body.yl-product-card-style3 .yl-corner-icon-badge-campaign {
  color: var(--yl-style3-badge-tone-campaign, var(--yl-theme-accent, #f59e0b)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-loyalty,
html body.yl-product-card-style3 .yl-opv2-icon-badge-loyalty,
html body.yl-product-card-style3 .yl-corner-icon-badge-loyalty {
  color: var(--yl-style3-badge-tone-loyalty, var(--yl-theme-primary, #2563eb)) !important;
}

html body.yl-product-card-style3 .yl-style3-badge-tone-gift,
html body.yl-product-card-style3 .yl-opv2-icon-badge-gift,
html body.yl-product-card-style3 .yl-corner-icon-badge-gift {
  color: var(--yl-style3-badge-tone-gift, var(--yl-theme-primary-dark, #1d4ed8)) !important;
}

@media (max-width: 575.98px) {
  html body.yl-product-card-style3 {
    --yl-style3-media-h: 360px;
    --yl-style3-card-h: 465px;
    --yl-style3-video-badge-size: 29px;
  }

  html body.yl-product-card-style3 .yl-opv2-grid.yl-opv2-grid--home4 .swiper-slide,
  html body.yl-product-card-style3 .yl-opv2-grid.yl-opv2-grid--home4 .row > .col,
  html body.yl-product-card-style3 .yl-product-grid.yl-opv2-grid--home4 .row > .col,
  html body.yl-product-card-style3 .yl-related-opv2-grid .row > .col,
  html body.yl-product-card-style3 .yl-tab5 .row > .col,
  html body.yl-product-card-style3 .yl-marquee-item {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body.yl-product-card-style3 .yl-opv2-card,
  html body.yl-product-card-style3 .yl-quick-card,
  html body.yl-product-card-style3 .yl-quick-card .yl-card,
  html body.yl-product-card-style3 .yl-product-list-item,
  html body.yl-product-card-style3 .yl-mis-card,
  html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item) {
    height: var(--yl-style3-card-h) !important;
    min-height: var(--yl-style3-card-h) !important;
    max-height: var(--yl-style3-card-h) !important;
  }

  html body.yl-product-card-style3 .yl-opv2-card:hover,
  html body.yl-product-card-style3 .yl-opv2-card:focus-within,
  html body.yl-product-card-style3 .yl-quick-card:hover,
  html body.yl-product-card-style3 .yl-quick-card:focus-within,
  html body.yl-product-card-style3 .yl-quick-card:hover .yl-card,
  html body.yl-product-card-style3 .yl-quick-card:focus-within .yl-card,
  html body.yl-product-card-style3 .yl-product-list-item:hover,
  html body.yl-product-card-style3 .yl-product-list-item:focus-within,
  html body.yl-product-card-style3 .yl-mis-card:hover,
  html body.yl-product-card-style3 .yl-mis-card:focus-within,
  html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):hover,
  html body.yl-product-card-style3 .yl-plv-item:not(.home-hero .yl-home-opportunity-col .yl-plv-item):focus-within {
    height: var(--yl-style3-card-h) !important;
    min-height: var(--yl-style3-card-h) !important;
    max-height: var(--yl-style3-card-h) !important;
  }

  html body.yl-product-card-style3 .yl-opv2-title,
  html body.yl-product-card-style3 .yl-title,
  html body.yl-product-card-style3 .yl-mis-title,
  html body.yl-product-card-style3 .yl-plv-name:not(.home-hero .yl-home-opportunity-col .yl-plv-name) {
    font-size: 24px !important;
  }

  html body.yl-product-card-style3 .yl-opv2-price-now,
  html body.yl-product-card-style3 .yl-price-now,
  html body.yl-product-card-style3 .yl-mis-price-now,
  html body.yl-product-card-style3 .yl-plv-now:not(.home-hero .yl-home-opportunity-col .yl-plv-now) {
    font-size: 23px !important;
  }

  html body.yl-product-card-style3 .yl-opv2-price-old,
  html body.yl-product-card-style3 .yl-price-old,
  html body.yl-product-card-style3 .yl-mis-price-old,
  html body.yl-product-card-style3 .yl-plv-old:not(.home-hero .yl-home-opportunity-col .yl-plv-old) {
    font-size: 18px !important;
  }
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical {
  --yl-plv-bg: transparent !important;
  --yl-plv-title: #1f2937 !important;
  --yl-plv-muted: #6b7280 !important;
  --yl-plv-price: #ea580c !important;
  background: var(--yl-plv-bg) !important;
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 10px 8px !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-title {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: var(--yl-plv-title) !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-list {
  display: grid !important;
  grid-template-columns: repeat(var(--yl-plv-cols, 1), minmax(0, 1fr)) !important;
  gap: 2px 10px !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:hover,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:focus-within {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  min-width: 0 !important;
  padding: 8px 6px !important;
  border: 0 !important;
  border-top: 1px solid rgba(148, 163, 184, .24) !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:first-child {
  border-top: 0 !important;
  padding-top: 8px !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:hover,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:focus-within {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 250, 240, .98) 42%, rgba(255, 237, 213, .96) 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(251, 146, 60, .18),
    0 10px 24px rgba(15, 23, 42, .09) !important;
  transform: translateY(-1px) !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:hover .yl-plv-name,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:focus-within .yl-plv-name {
  color: #111827 !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:hover .yl-plv-media,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-item:focus-within .yl-plv-media {
  transform: scale(1.02) !important;
  box-shadow: 0 10px 18px rgba(15, 23, 42, .08) !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-link {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: var(--yl-plv-thumb, 62px) minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-media {
  width: var(--yl-plv-thumb, 62px) !important;
  height: var(--yl-plv-thumb, 62px) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .045) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  transform: none !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: var(--yl-style3-image-fit, fill) !important;
  object-position: var(--yl-style3-image-position, center center) !important;
  padding: 0 !important;
  display: block !important;
  transform: none !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-body {
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  text-align: left !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-name {
  color: #374151 !important;
  font-family: var(--bs-body-font-family) !important;
  font-size: clamp(calc(.8rem - 1px), calc(.82vw - 1px), calc(.9rem - 1px)) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: var(--yl-plv-lines, 2) !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: left !important;
  text-overflow: clip !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-name::after,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-body::before,
html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-body::after {
  content: none !important;
  display: none !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-prices {
  display: grid !important;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 2px 8px !important;
  width: 100% !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-now {
  order: initial !important;
  color: var(--yl-plv-price) !important;
  font-size: clamp(calc(.92rem - 2px), calc(.98vw - 2px), calc(1.02rem - 2px)) !important;
  font-weight: 900 !important;
  line-height: normal !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-old {
  order: initial !important;
  color: #6b7280 !important;
  font-size: calc(.72rem - 2px) !important;
  line-height: normal !important;
  margin: 0 !important;
  text-decoration: line-through !important;
  white-space: nowrap !important;
  justify-self: end !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-fx {
  display: block !important;
  grid-column: 1 / -1 !important;
  color: var(--yl-plv-muted) !important;
  font-size: calc(.62rem - 2px) !important;
  line-height: 1.1 !important;
}

html body.yl-product-card-style3 .home-hero .yl-home-opportunity-col .yl-product-list-vertical .yl-plv-cart {
  position: static !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  border: 1px solid rgba(148, 163, 184, .45) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #334155 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
