/* Landing ürün detayı — varyasyon swatch / beden (Pro senaryosu) */

.ws-product-show.shop-details-area {
    padding: 10px 0 40px;
}

/* Ana görsel + ek görseller + renk swatch */
.ws-product-show .shop-details-main-img,
.ws-product-show .shop-details-main-img img,
.ws-product-show #sf-main-image {
    border-radius: 5px;
    overflow: hidden;
}

.ws-product-show .sf-thumb,
.ws-product-show .sf-thumb img {
    border-radius: 5px;
    overflow: hidden;
}

.ws-product-show .ws-is-hidden {
    display: none !important;
}

.ws-product-show .sf-attr-set {
    margin-bottom: 1.25rem;
}

.ws-product-show .sf-attr-heading {
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .sf-attr-label {
    font-weight: 500;
    opacity: 0.75;
    margin-inline-start: 0.25rem;
}

.ws-product-show .list-color,
.ws-product-show .list-size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.ws-product-show .sf-attr-btn {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.ws-product-show .sf-attr-btn.size-item,
.ws-product-show .sf-attr-btn.ws-attr-text {
    min-width: 3rem;
    min-height: 3rem;
    padding: 0 0.5rem;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .sf-attr-btn.size-item.active,
.ws-product-show .sf-attr-btn.ws-attr-text.active {
    background-color: var(--tg-heading-font-color, #1f1f1f);
    border-color: var(--tg-heading-font-color, #1f1f1f);
    color: #fff;
}

.ws-product-show .sf-attr-btn.color-item {
    padding: 2px;
    background: transparent;
    border-radius: 9999px;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
}

.ws-product-show .sf-attr-btn.color-item.is-dot {
    border-radius: 9999px;
}

.ws-product-show .sf-attr-btn.color-item.active {
    border-width: 2px;
    border-color: var(--tg-secondary-color, #0d9b4d);
    z-index: 1;
    overflow: visible;
}

.ws-product-show .ws-swatch-dot {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
}

.ws-product-show .sf-attr-btn.color-item.has-swatch-image {
    overflow: hidden;
    padding: 0;
    flex-shrink: 0;
    border-radius: 5px;
    /* Genişlik/yükseklik: media-aspects.css (Medya → Color) */
}

.ws-product-show .sf-attr-btn.color-item.has-swatch-image.active {
    overflow: visible;
    border-radius: 5px;
    border-width: 2px;
    border-color: var(--tg-secondary-color, #0d9b4d);
}

.ws-product-show .sf-attr-btn.color-item.has-swatch-image .ws-swatch-img {
    border-radius: 5px;
}

/* Seçili renk: sağ üst onay */
.ws-product-show .sf-attr-btn.color-item.active::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 9999px;
    background-color: var(--tg-secondary-color, #0d9b4d);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2L6.4 11l6.1-6.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.875rem 0.875rem;
    box-shadow: 0 0 0 1px #fff;
    pointer-events: none;
    z-index: 2;
}

.ws-product-show .ws-swatch-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    pointer-events: none;
}

/* PDP meta satırı: Marka | Puan | ID */
.ws-product-show .ws-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    font-size: var(--tg-body-font-size, 14px);
    line-height: 1.4;
    color: var(--tg-body-font-color, #777);
}

.ws-product-show .ws-product-meta__item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
}

.ws-product-show .ws-product-meta__label {
    color: var(--tg-body-font-color, #999);
    font-weight: 400;
}

.ws-product-show .ws-product-meta__value {
    color: var(--tg-heading-font-color, #222);
    font-weight: 600;
    text-decoration: none;
}

.ws-product-show a.ws-product-meta__value:hover {
    color: var(--tg-primary-color, #FAA432);
}

.ws-product-show .ws-product-meta__sep {
    color: #c4c4c4;
    font-weight: 300;
    line-height: 1;
}

.ws-product-show .ws-product-meta__stars {
    display: inline-flex;
    gap: 1px;
    line-height: 1;
}

.ws-product-show a.ws-product-meta__rate {
    text-decoration: none;
    cursor: pointer;
}

.ws-product-show a.ws-product-meta__rate:hover .ws-product-meta__avg {
    color: var(--tg-primary-color, #FAA432);
    text-decoration: underline;
}

.ws-product-show .ws-product-meta__star {
    color: #d0d5dd;
    font-size: 0.95rem;
}

.ws-product-show .ws-product-meta__star.is-on {
    color: #f59e0b;
}

.ws-product-show .ws-product-meta__avg {
    color: var(--tg-body-font-color, #777);
    text-decoration: none;
    font-weight: 500;
}

.ws-product-show .shop-details-price .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tg-tertiary-font-color, #999999);
}

.ws-product-show .shop-details-price .old-price {
    text-decoration: line-through;
    opacity: 0.65;
}

/* PDP puan satırı */
.ws-product-show a.ws-product-rate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.ws-product-show .ws-product-rate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.ws-product-show .ws-product-rate__stars {
    display: inline-flex;
    gap: 2px;
    line-height: 1;
}

.ws-product-show .ws-product-rate__star {
    color: #d0d5dd;
    font-size: 1rem;
}

.ws-product-show .ws-product-rate__star.is-on {
    color: #f59e0b;
}

.ws-product-show .ws-product-rate__count {
    font-size: 0.9rem;
    color: var(--tg-body-font-color, #667085);
    text-decoration: none;
}

.ws-product-show a.ws-product-rate:hover .ws-product-rate__count {
    color: var(--tg-primary-color, #FAA432);
    text-decoration: underline;
}

/* Reviews gönder butonu — Landing marka rengi */
.ws-product-reviews {
    --ws-review-submit-bg: var(--tg-primary-color, #FAA432);
    --ws-review-submit-fg: #fff;
    --ws-review-submit-hover-bg: #111827;
    --ws-review-submit-hover-fg: #fff;
    --ws-reviews-accent: var(--tg-primary-color, #FAA432);
    --ws-reviews-sticky-top: 100px;
}

/* Phosphor bu temada yok; yıldız / görsel ikonları unicode */
.ws-product-reviews .ph-star,
.ws-product-reviews .ph-image {
    font-family: inherit;
    font-style: normal;
    speak: never;
}

.ws-product-reviews .ph-star::before {
    content: "★";
}

.ws-product-reviews .ph-image::before {
    content: "🖼";
}

.shop-reviews-area {
    padding-top: 1rem;
}

/* Ürün galerisi videosu */
.ws-product-show .ws-product-gallery__main-image {
    cursor: zoom-in;
}

.ws-product-show.ws-product-zoom-enabled .ws-product-gallery__main-image,
.ws-product-show .ws-product-zoom-host .ws-product-gallery__main-image {
    cursor: crosshair;
}

.ws-product-show .ws-product-gallery__main-image.ws-is-hidden {
    cursor: default;
}

.ws-product-show .ws-product-gallery__main-image,
.ws-product-show .ws-gallery-video-main,
.ws-product-show .ws-gallery-video-embed,
.ws-product-show .ws-gallery-video-embed iframe,
.ws-product-show .ws-gallery-video-poster {
    display: block;
    width: 100%;
    height: auto;
}

/* Oran ana görselle aynı — video kutuyu kaplar (cover) */
.ws-product-show .ws-gallery-video-main {
    position: relative;
    width: 100%;
    aspect-ratio: var(--ws-product-gallery-ratio, 3 / 4);
    overflow: hidden;
    border-radius: 5px;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-gallery-video-main video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: var(--tg-common-color-gray, #f5f5f5);
    border-radius: 0;
}

.ws-product-show .ws-gallery-video-embed,
.ws-product-show .ws-gallery-video-embed iframe,
.ws-product-show .ws-gallery-video-poster,
.ws-product-show .ws-gallery-video-poster-fallback {
    aspect-ratio: var(--ws-product-gallery-ratio, 3 / 4);
    border-radius: 5px;
}

.ws-product-show .ws-gallery-video-poster,
.ws-product-show .ws-gallery-video-embed iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-gallery-video-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Ana galeri kutusu içinde embed/poster da tam doldursun */
.ws-product-show .ws-gallery-video-main > .ws-gallery-video-embed {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    border-radius: 0;
}

.ws-product-show .ws-gallery-video-main .ws-gallery-video-poster,
.ws-product-show .ws-gallery-video-main .ws-gallery-video-poster-fallback,
.ws-product-show .ws-gallery-video-main .ws-gallery-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 0;
}

.ws-product-show .ws-gallery-video-poster-fallback,
.ws-product-show .ws-gallery-video-thumb-fallback {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--tg-common-color-gray, #eeeeee);
}

.ws-product-show .ws-gallery-video-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--tg-primary-color, #FAA432);
    cursor: pointer;
}

/* Medya videosu — native controls yok; oynat + genişlet */
.ws-product-show .ws-gallery-video-play-toggle {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--tg-primary-color, #FAA432);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ws-product-show .ws-gallery-video-play-toggle.is-playing {
    opacity: 0;
    pointer-events: none;
    background: transparent;
    box-shadow: none;
}

.ws-product-show .ws-product-images-grid__video:hover .ws-gallery-video-play-toggle.is-playing,
.ws-product-show .ws-gallery-video-main:hover .ws-gallery-video-play-toggle.is-playing {
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    box-shadow: none;
    color: #fff;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
}

.ws-product-show .ws-gallery-video-expand {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #222;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ws-product-show .ws-gallery-video-expand:hover,
.ws-product-show .ws-gallery-video-expand:focus-visible {
    background: #fff;
}

/* Overlay’de native FS ikonu (Chromium) */
.ws-video-fs-overlay video::-webkit-media-controls-fullscreen-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ws-product-show video {
    cursor: pointer;
}

.ws-product-show .sf-thumb {
    position: relative;
}

.ws-product-show .sf-thumb--video > i {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.65));
    pointer-events: none;
}

/*
 * Medya videosu tam ekran / genişletme:
 * Native fullscreen dikey videoyu yatay monitörde cover ile yok eder.
 * Özel overlay: max yükseklik, oran korunur (contain).
 */
.ws-video-fs-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.92);
    box-sizing: border-box;
}

.ws-video-fs-overlay[hidden] {
    display: none !important;
}

.ws-video-fs-overlay__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.ws-video-fs-overlay__video {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 90vw);
    max-height: 90vh;
    object-fit: contain;
    background: #000;
    border-radius: 0;
}

.ws-video-fs-overlay__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.ws-video-fs-open {
    overflow: hidden;
}

/* Native fullscreen yedek (overlay açılamazsa) */
video:fullscreen,
video:-webkit-full-screen,
video:-moz-full-screen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    position: static !important;
    inset: auto !important;
    background: #000 !important;
    border-radius: 0 !important;
}

/* Stok + kategoriler: secondary aksiyonların altında tek satır */
.ws-product-show .ws-product-stock-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1.25rem;
    width: 100%;
    margin-top: 0.85rem;
    color: var(--tg-body-font-color, #777);
}

.ws-product-show .ws-product-stock,
.ws-product-show .ws-product-categories {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: var(--tg-body-font-color, #777);
}

.ws-product-show .ws-product-stock strong,
.ws-product-show .ws-product-categories strong,
.ws-product-show .ws-product-quantity-label {
    color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .ws-product-quantity-label {
    margin-bottom: 0.65rem;
    font-weight: 600;
}

/* Adet + Sepete ekle + Satın al: kalan alan iki butona eşit */
.ws-product-show .ws-product-actions {
    --ws-pdp-action-h: 3.25rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.5rem;
}

.ws-product-show .ws-product-quantity {
    flex: 0 0 auto;
    align-self: stretch;
    min-width: 8rem;
    min-height: var(--ws-pdp-action-h);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    color: var(--tg-heading-font-color, #1f1f1f);
    background: var(--tg-common-color-white, #fff);
    box-sizing: border-box;
}

.ws-product-show .ws-product-quantity button {
    border: 0;
    padding: 0.25rem;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.ws-product-show .ws-product-quantity #sf-qty {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 700;
}

/* Renk / hover / radius: tipografi (.btn / .btn-two) — burada yalnızca yerleşim */
.ws-product-show .ws-product-cart-button,
.ws-product-show .ws-product-buy-now {
    flex: 1 1 0;
    min-width: 0;
    min-height: var(--ws-pdp-action-h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.ws-product-show .ws-product-cart-button.is-loading,
.ws-product-show .ws-product-buy-now.is-loading {
    opacity: 0.65;
    cursor: wait;
}

/* Wishlist + Karşılaştır (sol) | WhatsApp (sağ) */
.ws-product-show .ws-product-actions-secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    width: 100%;
    margin-top: 0.85rem;
}

.ws-product-show .ws-product-actions-secondary__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.ws-product-show .ws-product-actions-secondary__right {
    margin-left: auto;
}

.ws-product-show .ws-product-action-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--tg-heading-font-color, #222);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ws-product-show .ws-product-action-link:hover,
.ws-product-show .ws-product-action-link.active,
.ws-product-show .ws-product-action-link.is-active {
    color: var(--tg-primary-color, #FAA432);
}

.ws-product-show .ws-product-action-link i {
    font-size: 1rem;
    line-height: 1;
}

/* WhatsApp: renk / hover Stil 3 (.btn-three + typography.css) */
.ws-product-show .ws-product-actions-secondary .ow-sf-whatsapp-btn--detail.btn-three {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: var(--ws-pdp-action-h, 3.25rem);
    white-space: nowrap;
    text-decoration: none;
}

.ws-product-show .ws-product-actions-secondary .ow-sf-whatsapp-btn--detail.btn-three i {
    font-size: 1.15rem;
    line-height: 1;
}

/* Sosyal ağ bağlantıları — stok/kategori satırının altında */
.ws-product-show .ws-product-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.ws-product-show .ws-product-social__link {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    color: var(--tg-heading-font-color, #1f1f1f);
    background: var(--tg-common-color-white, #fff);
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

/* themeIconClass Phosphor sınıflarını Landing Font Awesome paketine bağlar */
.ws-product-social__link .ph {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
}

.ws-product-social__link .ph-facebook-logo::before {
    content: "\f39e";
}

.ws-product-social__link .ph-instagram-logo::before {
    content: "\f16d";
}

.ws-product-social__link .ph-youtube-logo::before {
    content: "\f167";
}

.ws-product-social__link .ph-x-logo::before {
    content: "\f099";
}

.ws-product-social__link .ph-linkedin-logo::before {
    content: "\f0e1";
}

.ws-product-social__link .ph-tiktok-logo {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ws-product-social__link .ph-tiktok-logo::before {
    content: "\f001";
}

.ws-product-social__link .ph-pinterest-logo::before {
    content: "\f0d2";
}

.ws-product-social__link .ph-whatsapp-logo::before {
    content: "\f232";
}

.ws-product-social__link .ph-telegram-logo::before {
    content: "\f2c6";
}

.ws-product-social__link .ph-share-network {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ws-product-social__link .ph-share-network::before {
    content: "\f1e0";
}

.ws-social-icons--classic .ws-product-social__link:hover {
    color: #fff;
    border-color: var(--tg-primary-color, #FAA432);
    background: var(--tg-primary-color, #FAA432);
}

.ws-social-icons--colored .ws-social-link--facebook {
    color: #fff;
    border-color: #1877f2;
    background: #1877f2;
}

.ws-social-icons--colored .ws-social-link--instagram {
    color: #fff;
    border-color: #c13584;
    background: #c13584;
}

.ws-social-icons--colored .ws-social-link--youtube {
    color: #fff;
    border-color: #ff0000;
    background: #ff0000;
}

.ws-social-icons--colored .ws-social-link--twitter,
.ws-social-icons--colored .ws-social-link--x {
    color: #fff;
    border-color: #111;
    background: #111;
}

.ws-social-icons--colored .ws-social-link--linkedin {
    color: #fff;
    border-color: #0a66c2;
    background: #0a66c2;
}

.ws-social-icons--colored .ws-social-link--tiktok {
    color: #fff;
    border-color: #111;
    background: #111;
}

.ws-social-icons--colored .ws-social-link--pinterest {
    color: #fff;
    border-color: #bd081c;
    background: #bd081c;
}

.ws-social-icons--colored .ws-social-link--whatsapp {
    color: #fff;
    border-color: #25d366;
    background: #25d366;
}

.ws-social-icons--colored .ws-social-link--telegram {
    color: #fff;
    border-color: #229ed9;
    background: #229ed9;
}

/* İlgili ürünler slider */
.ws-related-products {
    padding: 2rem 0 5rem;
    --ws-related-per-row: 4;
}

.ws-related-products[data-per-row="2"] { --ws-related-per-row: 2; }
.ws-related-products[data-per-row="3"] { --ws-related-per-row: 3; }
.ws-related-products[data-per-row="4"] { --ws-related-per-row: 4; }
.ws-related-products[data-per-row="5"] { --ws-related-per-row: 5; }
.ws-related-products[data-per-row="6"] { --ws-related-per-row: 6; }

.ws-related-products__title {
    margin-bottom: 1.75rem;
    color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-related-products__slider-wrap {
    position: relative;
}

.ws-related-products__slide {
    padding: 0 12px;
}

/*
 * Slick init öncesi: slide’lar dikey yığılmasın (F5 tek sütun flash).
 * Init sonrası .slick-initialized ile bu kurallar düşer.
 */
.ws-related-products__slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}

.ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
    flex: 0 0 calc(100% / var(--ws-related-per-row));
    max-width: calc(100% / var(--ws-related-per-row));
    box-sizing: border-box;
}

/* Slick responsive: ~1280 → mid sütun */
@media (max-width: 1279.98px) {
    .ws-related-products[data-per-row="2"] .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 50%;
        max-width: 50%;
    }

    .ws-related-products[data-per-row="3"] .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .ws-related-products[data-per-row="4"] .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .ws-related-products[data-per-row="5"] .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 25%;
        max-width: 25%;
    }

    .ws-related-products[data-per-row="6"] .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (max-width: 991.98px) {
    .ws-related-products__slider:not(.slick-initialized) > .ws-related-products__slide {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.ws-related-products__slider .slick-list {
    margin: 0 -12px;
}

/* Eşit yükseklik stretch → kart altında boşluk oluşmasın */
.ws-related-products__slider .slick-track {
    display: flex !important;
    align-items: flex-start;
}

.ws-related-products__slider .slick-slide {
    height: auto;
}

.ws-related-products__slider .ws-catalog-card {
    height: auto;
    margin-bottom: 0;
}

.ws-related-products__slider .slick-arrow {
    position: absolute;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    left: -48px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 40px;
    color: var(--tg-heading-font-color, #1d1d1d);
    z-index: 2;
    line-height: 1;
    width: auto;
}

.ws-related-products__slider .slick-arrow.slick-next {
    left: auto;
    right: -48px;
}

.ws-related-products__slider .slick-arrow:hover {
    color: var(--tg-primary-color, #FAA432);
}

.ws-related-products__slider .slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 1399.98px) {
    .ws-related-products__slider .slick-arrow {
        left: -12px;
    }

    .ws-related-products__slider .slick-arrow.slick-next {
        right: -12px;
    }
}

@media (max-width: 575.98px) {
    .ws-product-show .ws-product-actions {
        flex-wrap: wrap;
    }

    .ws-product-show .ws-product-quantity {
        width: 100%;
    }

    .ws-product-show .ws-product-cart-button,
    .ws-product-show .ws-product-buy-now {
        flex: 1 1 calc(50% - 0.4rem);
    }

    .ws-product-show .ws-product-actions-secondary {
        flex-direction: column;
        align-items: stretch;
    }

    .ws-product-show .ws-product-actions-secondary__right {
        margin-left: 0;
    }

    .ws-product-show .ws-product-actions-secondary .ow-sf-whatsapp-btn--detail.btn-three {
        width: 100%;
    }

    .ws-related-products__slide {
        padding: 0 8px;
    }

    .ws-related-products__slider .slick-list {
        margin: 0 -8px;
    }
}

/* Ürün detay — açıklama / satıcı bilgisi accordion (FAQ stili) */
.ws-product-show .ws-product-info-accordion.faq-wrapper {
    margin: 1.5rem 0 0;
}

.ws-product-show .ws-product-info-accordion .accordion-item {
    padding: 1rem 0;
}

.ws-product-show .ws-product-info-accordion .accordion-button {
    font-size: 15px;
    color: var(--tg-heading-font-color, #222);
}

.ws-product-show .ws-product-info-accordion .accordion-button:not(.collapsed) {
    color: var(--tg-heading-font-color, #222);
}

.ws-product-show .ws-product-info-accordion__body {
    font-size: 14px;
    line-height: 1.65;
    color: var(--tg-body-font-color, #555);
}

.ws-product-show .ws-product-info-accordion__body p {
    margin: 0 0 0.75rem;
}

.ws-product-show .ws-product-info-accordion__body p:last-child {
    margin-bottom: 0;
}

.ws-product-show .ws-product-info-accordion__body ul,
.ws-product-show .ws-product-info-accordion__body ol {
    margin: 0 0 0.75rem;
    padding-inline-start: 1.25rem;
}

/* Satıcı bilgileri (Genel Ayarlar → Şirket) */
.ws-product-show .ws-product-seller {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ws-product-show .ws-product-seller__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ws-product-show .ws-product-seller__avatar {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--tg-theme-primary, #ff5f15) 12%, transparent);
    color: var(--tg-theme-primary, #ff5f15);
    font-size: 16px;
}

.ws-product-show .ws-product-seller__titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ws-product-show .ws-product-seller__label {
    font-size: 12px;
    line-height: 1.3;
    color: var(--tg-body-font-color, #777);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ws-product-show .ws-product-seller__name {
    font-size: 16px;
    line-height: 1.35;
    color: var(--tg-heading-font-color, #222);
    font-weight: 600;
}

.ws-product-show .ws-product-seller__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ws-product-show .ws-product-seller__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ws-product-show .ws-product-seller__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;
    color: var(--tg-theme-primary, #ff5f15);
    font-size: 13px;
}

.ws-product-show .ws-product-seller__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ws-product-show .ws-product-seller__key {
    font-size: 12px;
    color: var(--tg-body-font-color, #888);
}

.ws-product-show .ws-product-seller__val {
    font-size: 14px;
    line-height: 1.5;
    color: var(--tg-heading-font-color, #222);
    word-break: break-word;
}

.ws-product-show .ws-product-seller__link {
    text-decoration: none;
    color: var(--tg-heading-font-color, #222);
}

.ws-product-show .ws-product-seller__link:hover {
    color: var(--tg-theme-primary, #ff5f15);
}

.ws-product-show .ws-product-seller__hours {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--tg-heading-font-color, #222);
}

.ws-product-show .ws-product-seller-empty {
    margin: 0;
    font-size: 14px;
    color: var(--tg-body-font-color, #777);
}

/* Ürün altı açıklama / satıcı sekmeleri */
.ws-product-show .ws-product-detail-tabs {
    margin-top: 40px;
}

.ws-product-show .ws-product-detail-tabs__nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    gap: 4px;
    flex-wrap: wrap;
}

.ws-product-show .ws-product-detail-tabs__nav .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-body-font-color, #666);
    background: transparent;
}

.ws-product-show .ws-product-detail-tabs__nav .nav-link:hover {
    color: var(--tg-heading-font-color, #222);
}

.ws-product-show .ws-product-detail-tabs__nav .nav-link.active {
    color: var(--tg-theme-primary, #ff5f15);
    border-bottom-color: var(--tg-theme-primary, #ff5f15);
    background: transparent;
}

.ws-product-show .ws-product-detail-tabs__content {
    padding-top: 20px;
}

.ws-product-show .ws-product-detail-tabs__body {
    font-size: 14px;
    line-height: 1.65;
    color: var(--tg-body-font-color, #555);
}

.ws-product-show .ws-product-detail-tabs__body p {
    margin: 0 0 0.75rem;
}

.ws-product-show .ws-product-detail-tabs__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .ws-product-show .ws-product-detail-tabs {
        margin-top: 28px;
    }

    .ws-product-show .ws-product-detail-tabs__nav .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }
}


/* Stil 2 — iki sütun görsel grid + sticky ürün bilgisi / sidebar */
.ws-product-show .ws-product-images-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ws-product-show .ws-product-images-grid__cell {
    min-width: 0;
}

.ws-product-show .ws-product-images-grid__item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: 5px;
}

.ws-product-show .ws-product-images-grid__item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--ws-product-gallery-ratio, 800 / 1120);
    object-fit: cover;
    object-position: center top;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-product-images-grid__video {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: var(--ws-product-gallery-ratio, 800 / 1120);
    overflow: hidden;
    border-radius: 5px;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-product-images-grid__video video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-product-images-grid__video .ws-gallery-video-embed,
.ws-product-show .ws-product-images-grid__video .ws-gallery-video-poster,
.ws-product-show .ws-product-images-grid__video .ws-gallery-video-poster-fallback,
.ws-product-show .ws-product-images-grid__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    object-fit: cover;
    background: var(--tg-common-color-gray, #f5f5f5);
}

.ws-product-show .ws-product-images-grid__video .ws-gallery-video-embed {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

/*
 * Sticky:
 * - Stil 1: görsel + sidebar header altında sabit (bilgi alanı daha uzunsa)
 * - Stil 2/3: ürün bilgisi (+ sidebar) header altında sabit
 * - Stil 4: görsel sütunu sticky (sağ detay daha uzun olduğu için)
 *
 * Kritik: .main-area.fix { overflow:hidden } sticky’yi bozar.
 */
.main-area.ws-product-main--stacked {
    overflow: visible;
}

/* Stil 1: .fix overflow sticky’yi bozmasın */
.main-area.fix:has(.ws-product-gallery-col--sticky) {
    overflow: visible;
}

.ws-product-show .ws-product-images-style-3 .ws-product-images-grid {
    grid-template-columns: 1fr;
}

/* Stil 4 — geniş container ortalı (sola yapışmasın; Bootstrap .container max-width’ini ezer) */
.ws-product-show .ws-product-show-container.custom-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1650px;
}

/* Stil 4 — çift görsel carousel */
.ws-product-show .ws-product-pair-carousel {
    position: relative;
}

.ws-product-show .ws-product-pair-carousel__viewport {
    overflow: hidden;
    width: 100%;
}

.ws-product-show .ws-product-pair-carousel__track {
    display: flex;
    width: 100%;
    transition: transform 0.35s ease;
    will-change: transform;
}

.ws-product-show .ws-product-pair-carousel__slide {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
}

.ws-product-show .ws-product-pair-carousel__slide:first-child {
    padding-left: 0;
}

.ws-product-show .ws-product-pair-carousel__slide:last-child {
    padding-right: 0;
}

.ws-product-show .ws-product-pair-carousel__item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: 5px;
}

.ws-product-show .ws-product-pair-carousel__item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--ws-product-gallery-ratio, 800 / 1120);
    object-fit: cover;
    object-position: center top;
    background: var(--tg-common-color-gray, #f5f5f5);
    border-radius: 5px;
}

/* Stil 4 video slaytı: oran sarmalayıcıda (üstteki grid__video kuralları) */

.ws-product-show .ws-product-pair-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #222;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ws-product-show .ws-product-pair-carousel__nav:disabled,
.ws-product-show .ws-product-pair-carousel__nav.is-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.ws-product-show .ws-product-pair-carousel__nav--prev {
    left: 12px;
}

.ws-product-show .ws-product-pair-carousel__nav--next {
    right: 12px;
}

.ws-product-show .ws-product-pair-carousel__counter {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(80, 80, 80, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    pointer-events: none;
}

@media (min-width: 992px) {
    .ws-product-show .ws-product-images-stacked-layout,
    .ws-product-show .ws-product-images-carousel-layout,
    .ws-product-show .row:has(> .ws-product-gallery-col--sticky) {
        align-items: flex-start;
    }

    .ws-product-show .ws-product-info-col--sticky,
    .ws-product-show .ws-product-sidebar-sticky,
    .ws-product-show .ws-product-gallery-col--sticky {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }

    .ws-product-show .ws-product-page-layout--stacked.ws-product-page-layout--with-sidebar,
    .ws-product-show .ws-product-page-layout--with-sidebar:has(.ws-product-gallery-col--sticky) {
        align-items: flex-start;
    }

    .ws-product-show.shop-details-area,
    .ws-product-show .ws-product-page-layout,
    .ws-product-show .ws-product-page-layout__main,
    .ws-product-show .ws-product-images-stacked-layout,
    .ws-product-show .ws-product-images-carousel-layout,
    .ws-product-show .container,
    .ws-product-show .custom-container,
    .ws-product-show .ws-product-show-container {
        overflow: visible;
    }
}

@media (max-width: 991.98px) {
    .ws-product-show .ws-product-images-grid {
        gap: 8px;
    }

    .ws-product-show .ws-product-pair-carousel__slide {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .ws-product-show .ws-product-pair-carousel__nav {
        width: 36px;
        height: 36px;
    }

    /* Ürün adı: görsellerden sonra nefes + biraz daha küçük */
    .ws-product-show .shop-details-content > .title {
        margin-top: 1rem;
        font-size: calc(var(--tg-h1-font-size, 20px) * 0.85);
        line-height: 1.35;
    }
}

/* Lightbox (Magnific): HTML5 ürün videosu — ekran ortası, siyah yan bar yok */
.ws-product-lightbox.mfp-inline-holder .mfp-container {
    padding-left: 56px;
    padding-right: 56px;
    box-sizing: border-box;
}

/* Magnific dikey spacer kapat — absolute ortalama kullanıyoruz */
.ws-product-lightbox.mfp-inline-holder .mfp-container::before {
    display: none !important;
    content: none !important;
}

.ws-product-lightbox.mfp-inline-holder .mfp-content {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: fit-content !important;
    max-width: min(90vw, calc(100% - 112px));
    height: fit-content !important;
    max-height: 90vh;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    text-align: center;
    background: transparent;
    line-height: 0;
    /* Boş alan tıklaması container’a düşsün */
    pointer-events: none;
}

.ws-product-lightbox .ws-mfp-html5-video {
    display: block;
    width: fit-content;
    max-width: min(90vw, 100%);
    max-height: 90vh;
    margin: 0 auto;
    background: transparent;
    line-height: 0;
    pointer-events: auto;
}

.ws-product-lightbox .ws-mfp-html5-video__player {
    display: block;
    width: auto;
    height: auto;
    max-width: min(90vw, 100%);
    max-height: 90vh;
    object-fit: contain;
    background: transparent;
    margin: 0 auto;
    pointer-events: auto;
}

.ws-product-lightbox .mfp-close {
    pointer-events: auto;
}

.ws-product-lightbox.mfp-iframe-holder .mfp-content {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: min(960px, 90vw);
    margin: 0 !important;
    pointer-events: none;
}

.ws-product-lightbox .mfp-iframe-scaler,
.ws-product-lightbox .mfp-iframe-scaler * {
    pointer-events: auto;
}

/* JS fit sonrası: Magnific gölge kutusu padding’siz görsele uysun */
.ws-product-lightbox .mfp-figure.ws-mfp-figure-fit::after,
.ws-product-lightbox.mfp-image-holder .mfp-figure::after {
    top: 0;
    bottom: 0;
}

.ws-product-lightbox.mfp-image-holder img.mfp-img {
    padding: 0;
}


/* İndirim rozeti + sepet fiyatı + countdown (Pro parity) */
.ws-product-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}

.ws-product-sale-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: var(--tg-primary-color, #FAA432);
}

/* Sekmeler görünümü: fiyat/indirim altında düz metin özet (max 4 satır) */
.ws-product-show .ws-product-desc-excerpt-wrap {
    margin: 0.65rem 0 1.25rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--line, #e5e5e5);
}

.ws-product-show .ws-product-desc-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    font-size: var(--tg-body-font-size, 0.9375rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--tg-body-font-color, #777);
    word-break: break-word;
}

/* Kısa açıklama yalnızca masaüstü */
@media (max-width: 991.98px) {
    .ws-product-show .ws-product-desc-excerpt-wrap {
        display: none;
    }
}

/* Sepette indirim — ürün detay (Hurry Up + stok çubuğu) */
.ws-product-show .ws-offer-countdown--pdp {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid var(--line, #e5e5e5);
  border-bottom: 1px solid var(--line, #e5e5e5);
}

.ws-product-show .ws-offer-countdown-pdp__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.ws-product-show .ws-offer-countdown-pdp__row--stock {
  align-items: flex-start;
  margin-top: 1.1rem;
}

.ws-product-show .ws-offer-countdown-pdp__head {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--tg-heading-font-color, #1f1f1f);
  min-width: 7rem;
}

.ws-product-show .ws-offer-countdown-pdp__hurry {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #b91c1c;
}

.ws-product-show .ws-offer-countdown-pdp__ends {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .ws-offer-countdown-pdp__timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.ws-product-show .ws-offer-countdown-pdp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.35rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid #b91c1c;
  border-radius: 0.4rem;
  background: #fff;
  line-height: 1.15;
}

.ws-product-show .ws-offer-countdown-pdp__item .ws-offer-cd__d,
.ws-product-show .ws-offer-countdown-pdp__item .ws-offer-cd__h,
.ws-product-show .ws-offer-countdown-pdp__item .ws-offer-cd__m,
.ws-product-show .ws-offer-countdown-pdp__item .ws-offer-cd__s {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .ws-offer-countdown-pdp__label {
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  color: var(--tg-body-font-color, #888);
}

.ws-product-show .ws-offer-countdown-pdp__colon {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--tg-heading-font-color, #1f1f1f);
}

.ws-product-show .ws-offer-countdown-pdp__sold-label {
  flex-shrink: 0;
  min-width: 7rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--tg-heading-font-color, #1f1f1f);
  padding-top: 0.1rem;
}

.ws-product-show .ws-offer-countdown-pdp__stock-main {
  flex: 1 1 12rem;
  min-width: 0;
}

.ws-product-show .ws-offer-countdown-pdp__bar {
  width: 100%;
  height: 0.4rem;
  border-radius: 999px;
  background: #e8e8e8;
  overflow: hidden;
}

.ws-product-show .ws-offer-countdown-pdp__bar-fill {
  display: block;
  height: 100%;
  width: var(--ws-offer-sold, 0%);
  border-radius: inherit;
  background: #b91c1c;
  transition: width 0.35s ease;
}

.ws-product-show .ws-offer-countdown-pdp__stock-text {
  margin-top: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--tg-body-font-color, #888);
}

.ws-product-show .ws-offer-countdown--pdp.is-expired {
  opacity: 0.55;
}

@media (max-width: 575.98px) {
  .ws-product-show .ws-offer-countdown-pdp__timer {
    margin-left: 0;
  }

  .ws-product-show .ws-offer-countdown-pdp__row--timer {
    flex-direction: column;
    align-items: flex-start;
  }
}