.saam-full-width-breakout {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-color: #ec1c63 !important;
}

.saam-flashsale-wrapper {
    background-color: #ec1c63 !important;
    padding: 40px 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.saam-flashsale-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* 1. Countdown Timer */
.saam-fs-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.saam-fs-countdown-box {
    background: #ffffff;
    color: #111111;
    font-size: 38px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 12px;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.saam-fs-countdown-sep {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

/* 2. Slider Layout */
.saam-fs-slider-wrap {
    position: relative;
    padding: 0 20px;
    margin-bottom: 35px;
}

.saam-fs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    border: none;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    margin: 0px;

}

button.saam-fs-nav.saam-fs-nav--prev {
    margin-left: -44px;
}

button.saam-fs-nav.saam-fs-nav--next {
    margin-right: -44px;
}

.saam-fs-nav svg {
    width: 40px;
    height: 40px;

}

.saam-fs-nav--prev {
    left: -10px;
}

.saam-fs-nav--next {
    right: -10px;
}

.saam-fs-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.saam-fs-gift-box {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    text-align: center;
}

.saam-fs-gift-badge {
    background: #d32f2f;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 2px;
    display: block;
    margin-bottom: -2px;
    letter-spacing: 0.5px;
}



.saam-fs-gift-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.saam-fs-image {
    display: block;
    text-align: center;
}

.saam-fs-image img {
    height: 260px;

    object-fit: contain;
    margin: 0 auto;
}

.saam-fs-body {
    padding: 0 16px 16px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.saam-fs-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px 0;
    height: 38px;
    overflow: hidden;
}

.saam-fs-title a {
    color: #000000;
    text-decoration: none;
}

.saam-fs-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
}

.saam-fs-stars {
    color: #ffb400;
    font-size: 13px;
    letter-spacing: 1px;
}

.saam-fs-reviews {
    font-size: 11px;
    color: #666666;
}

.saam-fs-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.saam-fs-price-group {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.saam-fs-price-main {
    font-size: 34px;
    font-weight: 900;
    color: #e91e63;
    line-height: 1;
}

.saam-fs-price-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.saam-fs-currency {
    font-size: 13px;
    font-weight: 800;
    color: #e91e63;
}

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

.saam-fs-discount-badge {
    background: #e91e63;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 6px;
}

.saam-fs-footer-tags {
    display: flex;
    background: #f57c00;
    border-top: 1px solid #e06d00;
}

.saam-fs-tag-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 22px 4px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.saam-fs-tag-item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.saam-fs-tag-item svg {
    width: 18px;
    height: 18px;
}

.saam-fs-form-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.saam-fs-form-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #0bbfae;
    margin: 0 0 20px 0;
}

/* Ép Form theo chiều dọc (Flex Column) */
.saam-fs-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.saam-fs-field {
    width: 100% !important;
}

.saam-fs-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 6px;
}

.saam-fs-field input {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 14px;
    box-shadow: none;
}

.saam-fs-submit {
    width: auto;
    height: 46px !important;
    background: #d32f2f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    margin: 0px auto;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px 30px;
}

.saam-fs-submit:hover {
    background: #b71c1c !important;
}

@media (max-width: 768px) {
    .saam-fs-countdown-box {
        font-size: 26px;
        min-width: 55px;
        padding: 4px 10px;
    }
}