.fs-grid-b0f8a255-container {
    background-color: #003366;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    box-sizing: border-box;
}

.fs-grid-b0f8a255-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.fs-grid-b0f8a255-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
    color: #ffffff;
}

.fs-grid-b0f8a255-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fs-grid-b0f8a255-time-block {
    background-color: #000000;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    min-width: 24px;
    text-align: center;
}

.fs-grid-b0f8a255-colon {
    font-weight: bold;
    color: #ffffff;
}

/* Horizontal scrolling wrapper */
.fs-grid-b0f8a255-scroll {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.fs-grid-b0f8a255-scroll::-webkit-scrollbar {
    height: 6px;
}

.fs-grid-b0f8a255-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

/* Card Styling */
.fs-grid-b0f8a255-card {
    flex: 0 0 180px;
    scroll-snap-align: start;
    background: #ffffff;
    border-radius: 6px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fs-grid-b0f8a255-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    border: 1px solid #00bcd4;
    color: #00bcd4;
    background: rgba(0, 188, 212, 0.08);
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
    z-index: 2;
}

.fs-grid-b0f8a255-image-wrap {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.fs-grid-b0f8a255-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fs-grid-b0f8a255-card-title {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 4px 0;
    line-height: 1.3;
    height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fs-grid-b0f8a255-sold-text {
    color: #666666;
    font-size: 10px;
    margin-bottom: 8px;
}

.fs-grid-b0f8a255-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
    margin-top: auto;
}

.fs-grid-b0f8a255-price {
    color: #111111;
    font-weight: bold;
    font-size: 14px;
}

.fs-grid-b0f8a255-old-price {
    color: #999999;
    text-decoration: line-through;
    font-size: 11px;
}

.fs-grid-b0f8a255-progress-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fs-grid-b0f8a255-bar-bg {
    flex-grow: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.fs-grid-b0f8a255-bar-fill {
    height: 100%;
    background: #00bcd4;
    border-radius: 3px;
}

.fs-grid-b0f8a255-progress-text {
    font-size: 10px;
    font-weight: bold;
    color: #00bcd4;
    min-width: 24px;
    text-align: right;
}

.fs-grid-b0f8a255-footer {
    text-align: center;
    margin-top: 15px;
}

.fs-grid-b0f8a255-shop-more {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    transition: opacity 0.2s;
    display: inline-block;
}

.fs-grid-b0f8a255-shop-more:hover {
    opacity: 0.8;
}
