.error {
    color: #dc3545!important
}
.alert-success {
    position: fixed;
    bottom: -100%;
    left: 20px;
    z-index: 9999;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
    font-size: 14px !important;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.alert-success.active {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
}

.alert-success a {
    color: var(--link_color) !important;
}

.alert-success a:hover {
    text-decoration: underline;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button{
    cursor: pointer;
}
header.header .main-header .align-items-center .header-logo a img{
    height: 60px;
    object-fit: contain;
}
.product-option-radio{
    margin-left:4px;
}
.product-option-mau-sac .product-option-radio span, .product-option-mau .product-option-radio span, .product-option-color .product-option-radio span {
    height: 26px !important;
}
.product-option-value-xanh-duong span {
    background: #68bdde;
} 
.banner-product img {
    border-radius: 10px;
} 
header.header .main-header {
    background-color: #ffffff !important;
}
.pc-showcase{
    background: #fdf5f2;
    padding: 48px 0 56px;
}

/* ---------- Tieu de ---------- */
.pc-showcase__head{
    text-align: center;
    margin-bottom: 32px;
}
.pc-showcase__title{
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2b2b2b;
}

/* ---------- Luoi ----------
   margin-bottom am de bu khoang cach duoi cua hang cuoi */
.pc-showcase__row{
    margin-bottom: -24px;
}
.pc-showcase__col{
    margin-bottom: 24px;
    display: flex;          /* cho card keo full chieu cao cot */
}

/* ---------- Card ---------- */
.pc-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e9dcd6;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.pc-card:hover{
    transform: translateY(-4px);
    border-color: #b08d57;
    box-shadow: 0 14px 30px rgba(70, 45, 25, .14);
}

/* ---------- Anh 1:1 ---------- */
.pc-card__media{
    position: relative;
    width: 100%;
    padding-top: 100%;          /* giu cho san, khong giat layout khi anh tai xong */
    overflow: hidden;
    background: #f2ece8;
}
.pc-card__img,
.pc-card__noimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.pc-card:hover .pc-card__img{
    transform: scale(1.05);
}
.pc-card__noimg{
    background: linear-gradient(135deg, #efe7e2, #e3d8d1);
}

/* ---------- Thanh nhan ---------- */
.pc-card__label{
    margin-top: auto;           /* luon dinh day card du ten dai ngan khac nhau */
    padding: 16px 14px;
    border-top: 1px solid #e9dcd6;
    text-align: center;
    background: #ffffff;
    transition: border-color .3s ease;
}
.pc-card:hover .pc-card__label{
    border-color: #b08d57;
}
.pc-card__name{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3a3a3a;
    transition: color .3s ease;

    /* ten dai thi cat 1 dong bang dau ... */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pc-card:hover .pc-card__name{
    color: #b08d57;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px){
    .pc-showcase{ padding: 36px 0 42px; }
    .pc-showcase__title{ font-size: 22px; }
    .pc-card__name{ font-size: 14px; }
}

@media (max-width: 767px){
    .pc-showcase{ padding: 28px 0 32px; }
    .pc-showcase__head{ margin-bottom: 20px; }
    .pc-showcase__title{
        font-size: 18px;
        letter-spacing: .04em;
    }
    .pc-showcase__row{ margin-bottom: -14px; }
    .pc-showcase__col{ margin-bottom: 14px; }
    .pc-card__label{ padding: 12px 8px; }
    .pc-card__name{
        font-size: 12px;
        letter-spacing: .06em;
    }
}