/* ═══════════════════════════════════════════════════════
   WINNERS SHOP — ADDITIONS TO style.css
   Extends the existing shop-card / shop-listing / navy-gold
   design language. Link this AFTER css/style.css.
   ═══════════════════════════════════════════════════════ */

/* ── Cart icon + badge (drop into the navbar) ── */
.fsbw-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(201, 168, 76, 0.4);
    color: #1a1a2e;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.fsbw-cart-link:hover {
    background: #c9a84c;
    border-color: #c9a84c;
    color: #fff;
}
.fsbw-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border-radius: 10px;
    background: #c9a84c;
    color: #1a1200;
    font-size: 0.66rem;
    font-weight: 800;
    display: none;
    align-items: center;
    justify-content: center;
}

/* ── Page header strip (shop / category / product) ── */
.fsbw-shop-header {
    background: #1a1a2e;
    padding: 141px 0 34px; /* top padding = 46px original + 95px navbar clearance */
    border-bottom: 3px solid #c9a84c;
}
@media (max-width: 991.98px) {
    .fsbw-shop-header {
        padding-top: 46px; /* navbar is in normal flow below 992px, no extra clearance needed */
    }
}
.fsbw-shop-crumb {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
}
.fsbw-shop-crumb a { color: rgba(255,255,255,0.75); text-decoration: none; }
.fsbw-shop-crumb a:hover { color: #c9a84c; }
.fsbw-shop-crumb i { font-size: 0.6rem; margin: 0 8px; color: rgba(201,168,76,0.5); }
.fsbw-shop-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.fsbw-shop-title em { color: #c9a84c; font-style: italic; }
.fsbw-shop-sub {
    color: rgba(255,255,255,0.55);
    font-size: 0.92rem;
    margin-top: 8px;
    max-width: 640px;
}

/* ── Category grid (Page 1) ── */
.fsbw-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
}
.fsbw-cat-tile {
    background: #fff;
    border: 1px solid #ece9e0;
    border-radius: 16px;
    padding: 34px 26px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.fsbw-cat-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(201,168,76,0.16);
    border-color: rgba(201,168,76,0.4);
    text-decoration: none;
}
.fsbw-cat-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e 0%, #22203a 100%);
    border: 2px solid rgba(201,168,76,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}
.fsbw-cat-tile:hover .fsbw-cat-icon {
    transform: scale(1.08);
    background: #c9a84c;
}
.fsbw-cat-icon i { font-size: 1.7rem; color: #c9a84c; transition: color 0.3s ease; }
.fsbw-cat-tile:hover .fsbw-cat-icon i { color: #1a1200; }
.fsbw-cat-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.fsbw-cat-blurb { font-size: 0.85rem; color: #333; line-height: 1.6; margin: 0; }
.fsbw-cat-count {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b8962e;
}

/* Featured package tile spans full width */
.fsbw-cat-tile-featured {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
    background: linear-gradient(135deg, #1a1a2e 0%, #22203a 100%);
    border: 1px solid rgba(201,168,76,0.3);
}
.fsbw-cat-tile-featured .fsbw-cat-icon { margin: 0; flex-shrink: 0; }
.fsbw-cat-tile-featured .fsbw-cat-name { color: #fff; }
.fsbw-cat-tile-featured .fsbw-cat-blurb { color: rgba(255,255,255,0.6); }
.fsbw-cat-tile-featured .fsbw-cat-count { color: #c9a84c; }
@media (max-width: 576px) {
    .fsbw-cat-tile-featured { flex-direction: column; text-align: center; }
}

/* ── Product gallery (Page 3) ── */
.fsbw-gallery-main {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #1a1a2e 0%, #22203a 100%);
    border-radius: 16px;
    border: 1px solid rgba(201,168,76,0.2);
    overflow: hidden;
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fsbw-gallery-main i {
    font-size: 6rem;
    color: #c9a84c;
    transition: transform 0.15s ease-out;
    transform-origin: center center;
    pointer-events: none;
}
.fsbw-gallery-main.zoomed i { transform: scale(2.4); }
.fsbw-gallery-hint {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(0,0,0,0.55);
    color: rgba(255,255,255,0.8);
    font-size: 0.7rem;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
}
.fsbw-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.fsbw-thumb {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a1a2e 0%, #22203a 100%);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}
.fsbw-thumb i { font-size: 1.35rem; color: rgba(201,168,76,0.7); }
.fsbw-thumb:hover { transform: translateY(-2px); }
.fsbw-thumb.active { border-color: #c9a84c; }
.fsbw-thumb.active i { color: #c9a84c; }

/* ── Product detail info column ── */
.fsbw-product-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.fsbw-product-price {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #c9a84c;
}
.fsbw-product-unit { font-size: 0.85rem; color: #333; margin-left: 6px; }
.fsbw-product-short { color: #333; font-size: 0.94rem; line-height: 1.75; margin: 18px 0 22px; }

.fsbw-bullets { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 10px; }
.fsbw-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: #333; line-height: 1.5; }
.fsbw-bullets li i { color: #c9a84c; font-size: 0.85rem; margin-top: 3px; flex-shrink: 0; }

.fsbw-qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.fsbw-qty-selector {
    display: flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.fsbw-qty-btn {
    width: 40px; height: 44px;
    background: #f7f5f0;
    border: none;
    font-size: 1rem;
    color: #1a1a2e;
    cursor: pointer;
    transition: background 0.2s ease;
}
.fsbw-qty-btn:hover { background: #ece4d0; }
.fsbw-qty-value {
    width: 46px; height: 44px;
    text-align: center;
    border: none;
    border-left: 1.5px solid #ddd;
    border-right: 1.5px solid #ddd;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
}

.btn-fsbw-addcart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #c9a84c;
    color: #1a1200;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.4px;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}
.btn-fsbw-addcart:hover { background: #b8962e; transform: translateY(-2px); }

.fsbw-specs-table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.fsbw-specs-table td { padding: 10px 0; font-size: 0.85rem; color: #333; border-bottom: 1px solid #f0ece3; }
.fsbw-specs-table td:first-child { font-weight: 700; color: #1a1a2e; width: 40%; }

.fsbw-related-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

/* ── Empty cart / no results ── */
.fsbw-empty { text-align: center; padding: 60px 20px; }
.fsbw-empty i { font-size: 2.2rem; color: #c9a84c; margin-bottom: 14px; display: block; }
.fsbw-empty p { color: #333; margin-bottom: 20px; }

@media (max-width: 576px) {
    .fsbw-shop-title { font-size: 1.6rem; }
    .fsbw-product-title { font-size: 1.5rem; }
}