/* Büyükalpler vitrin kartı — site geneli (Sizin için seçtiklerimiz ile aynı) -hasancancap */
.pz-ba-showcase-site {
    --pz-ba-accent: #ff6600;
}
.pz-ba-showcase-site .showcase {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 0;
    background: #fff;
    overflow: visible;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pz-ba-showcase-site .pz-ba-showcase-grid-item:hover .showcase,
.pz-ba-showcase-site .swiper-slide:hover .showcase {
    border-color: var(--pz-ba-accent, #ff6600) !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.25) !important;
}
.pz-ba-showcase-site .showcase-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.pz-ba-showcase-site .pz-ba-showcase-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #222;
    text-decoration: none;
}
.pz-ba-showcase-site .showcase-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
}
.pz-ba-showcase-site .showcase-overlay .box-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #222;
    text-decoration: none;
}
.pz-ba-showcase-site .showcase-image a {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #fff;
}
.pz-ba-showcase-site .showcase-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pz-ba-showcase-site .showcase-content {
    padding: 12px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pz-ba-showcase-site .showcase-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}
.pz-ba-showcase-site .showcase-brand a,
.pz-ba-showcase-site .showcase-brand span {
    font-size: 13px;
    font-weight: 600;
    color: var(--pz-ba-accent, #ff6600);
    line-height: 21px;
    background: none;
    text-decoration: none;
}
.pz-ba-showcase-site .showcase-title { text-align: center; margin-bottom: 16px; flex: 1; }
.pz-ba-showcase-site .showcase-title a {
    overflow: hidden;
    display: block;
    height: 44px;
    line-height: 22px;
    color: #242424;
    font-size: 14px;
    text-decoration: none;
}
.pz-ba-showcase-site .showcase-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 16px;
    min-height: 28px;
}
.pz-ba-showcase-site .showcase-price-new { font-size: 18px; font-weight: 700; color: #242424; }
.pz-ba-showcase-site .showcase-price-old { font-size: 14px; color: #5e5e5e; text-decoration: line-through; }
.pz-ba-showcase-site .showcase-price.has-discount .showcase-price-new { color: #ed1919; }
.pz-ba-showcase-site .showcase-price-hidden .showcase-price-lock {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.35;
    text-align: center;
}
.pz-ba-showcase-site .showcase-price-hidden .showcase-price-lock .fa-lock { margin-right: 4px; color: #999; }
.pz-ba-showcase-site .showcase-login-button { font-size: 12px; line-height: 1.25; padding: 0 8px; text-align: center; }
.pz-ba-showcase-site .showcase-content-bottom { display: flex; gap: 20px; align-items: stretch; }
.pz-ba-showcase-site .showcase-qty-wrapper { flex: 0 0 72px; }
.pz-ba-showcase-site .showcase-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 44px;
    padding: 0 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}
.pz-ba-showcase-site .showcase-qty > div:first-child {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
}
.pz-ba-showcase-site .showcase-qty input {
    width: 28px;
    min-width: 28px;
    max-width: 40px;
    flex: 0 0 auto;
    border: none;
    background: transparent !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #242424 !important;
    -webkit-text-fill-color: #242424 !important;
    opacity: 1 !important;
    outline: none;
    padding: 0;
    line-height: 1.2;
}
.pz-ba-showcase-site .showcase-qty-buttons { display: flex; flex-direction: column; gap: 2px; }
.pz-ba-showcase-site .showcase-qty-buttons a { display: block; width: 16px; height: 16px; line-height: 0; }
.pz-ba-showcase-site .showcase-buttons { flex: 1; min-width: 0; }
.pz-ba-showcase-site .showcase-buttons .add-to-cart-button,
.pz-ba-showcase-site .showcase-buttons .no-stock-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    cursor: pointer;
}
.pz-ba-showcase-site .showcase:hover .add-to-cart-button {
    background: var(--pz-ba-accent, #ff6600);
    border-color: var(--pz-ba-accent, #ff6600);
    color: #fff;
    box-shadow: 0 0 6px rgba(255, 102, 0, 0.35);
}
.pz-ba-showcase-site .showcase-soldout .showcase-content-bottom { opacity: 0.55; }
.pz-ba-showcase-site .no-stock-button { cursor: default; }
.pz-ba-showcase-site .pz-ba-showcase-grid-item { min-width: 0; width: 100%; }
.pz-ba-showcase-site .showcase-extra-below-image { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; }
.pz-secenekli-tab-grid.pz-ba-showcase-site .pz-ba-showcase-grid-item,
.tf-shop-content.pz-ba-showcase-site .pz-ba-showcase-grid-item,
.flat-spacing-2.pz-ba-showcase-site .pz-ba-showcase-grid-item {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
@media (max-width: 991px) {
    .pz-ba-showcase-site .showcase-title a { height: 48px; line-height: 16px; font-size: 13px; }
    .pz-ba-showcase-site .showcase-content-bottom { display: block; }
    .pz-ba-showcase-site .showcase-qty-wrapper { margin-bottom: 8px; flex: 1 1 auto; }
    .pz-ba-showcase-site .showcase-qty { width: 100%; height: 32px; }
    .pz-ba-showcase-site .showcase-buttons .add-to-cart-button,
    .pz-ba-showcase-site .showcase-buttons .no-stock-button { height: 32px; }
}
/* Vitrin slider okları — Sizin için seçtiklerimiz + Fırsatlar kaçmaz ortak -hasancancap */
.pz-ba-products-swiper-wrap {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto !important;
    overflow: visible !important;
    padding: 0;
    box-sizing: border-box;
}
.firsatlar-urun-module-main-div .urun-kutulari-main,
.firsatlar-urun-module-main-div .pz-ba-firsat-slider {
    overflow: visible;
}
.pz-ba-firsat-slider .pz-ba-showcase-swiper,
.pz-ba-featured-products .pz-ba-showcase-swiper {
    overflow: hidden !important;
    padding: 12px 0 28px;
    width: 100%;
    box-sizing: border-box;
}
.pz-ba-firsat-slider .pz-ba-showcase-swiper .swiper-slide,
.pz-ba-featured-products .pz-ba-showcase-swiper .swiper-slide {
    width: var(--pz-ba-kart-w, 290px) !important;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
}
.pz-ba-products-swiper-wrap .pz-ba-swiper-next,
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev {
    position: absolute !important;
    top: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-top: 0;
    background-color: var(--pz-ba-accent, #ff6600) !important;
    background-image: none !important;
    border-radius: 50%;
    color: #fff !important;
    z-index: 999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
}
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev { left: -40px !important; }
.pz-ba-products-swiper-wrap .pz-ba-swiper-next { right: -40px !important; }
.pz-ba-products-swiper-wrap .pz-ba-swiper-next::after,
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev::after {
    font-family: swiper-icons;
    font-size: 16px;
    color: #fff;
    display: flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.pz-ba-products-swiper-wrap .pz-ba-swiper-next::after { content: "next" !important; }
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev::after { content: "prev" !important; }
.pz-ba-products-swiper-wrap .pz-ba-swiper-next:hover,
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev:hover { filter: brightness(0.92); color: #fff !important; }
.pz-ba-products-swiper-wrap .pz-ba-swiper-next.swiper-button-disabled,
.pz-ba-products-swiper-wrap .pz-ba-swiper-prev.swiper-button-disabled {
    visibility: visible !important;
    opacity: 0.45 !important;
    pointer-events: none;
}
.firsatlar-urun-module-main-div .pz-ba-firsat-slider .showcase-extra-below-image .countdown-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 4px;
}
.firsatlar-urun-module-main-div .pz-ba-firsat-slider .countdown-box .countdowns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
}
@media (max-width: 991px) {
    .pz-ba-firsat-slider .pz-ba-showcase-swiper .swiper-slide,
    .pz-ba-featured-products .pz-ba-showcase-swiper .swiper-slide,
    .pz-ba-featured-products .pz-ba-showcase-col { width: calc(50vw - 28px) !important; max-width: 290px; }
    .pz-ba-products-swiper-wrap .pz-ba-swiper-prev { left: 0 !important; }
    .pz-ba-products-swiper-wrap .pz-ba-swiper-next { right: 0 !important; }
}
