:root {
    --black: #111111;
    --text: #222222;
    --muted: #7a7a7a;
    --line: #ece7e8;
    --soft-line: #f2ecee;
    --accent: #eb6478;
    --accent-dark: #db5a6f;
    --soft-pink: #f6e4e7;
    --hero-bg: #f4dde1;
    --card-bg: #ffffff;
    --circle: #f8e8eb;
    --star: #f5a623;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--text);
    background: #ffffff;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container {
    width: min(100%, 952px);
    margin: 0 auto;
}
.topbar {
    background: #000;
    color: #fff;
    font-size: 12px;
}
.topbar-inner {
    min-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.topbar strong, .topbar i { color: #ff7387; }
.topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.topbar-right a { color: #fff; font-size: 13px; }
.navbar-wrap {
    display: grid;
    grid-template-columns: 180px 1fr 120px;
    align-items: center;
    gap: 24px;
    padding: 18px 0 14px;
}
.logo-wordmark { display: inline-flex; flex-direction: column; line-height: .86; }
.logo-main {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .2px;
    color: #1f1f1f;
}
.logo-main::first-letter { color: #d58a83; }
.logo-sub {
    font-size: 17px;
    letter-spacing: 4px;
    color: #7c7c7c;
    margin-top: 5px;
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 700;
}
.main-nav a { padding: 8px 5px; white-space: nowrap; }
.main-nav a.active { color: #f05f76; }
.main-nav i { font-size: 12px; }
.nav-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
.icon-btn {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    border-radius: 50%;
    position: relative;
    font-size: 21px;
}
.cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 700;
}
.hero-layout {
    display: grid;
    grid-template-columns: 206px 1fr;
    gap: 14px;
}
.sidebar-card {
    border: 1px solid #eadede;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 341px;
}
.sidebar-title {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #f4e5e6;
    font-size: 14px;
    font-weight: 700;
}
.sidebar-menu { list-style: none; padding: 0; margin: 0; }
.sidebar-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f1ebeb;
    font-size: 13px;
}
.sidebar-menu .left { display: flex; align-items: center; gap: 12px; }
.sidebar-menu .left i {
    width: 14px;
    text-align: center;
    color: #2d2d2d;
}
.sidebar-menu li:last-child a { border-bottom: 0; }
.sidebar-menu li a:hover { background: #faf5f6; }
.hero-banner {
    position: relative;
    min-height: 341px;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(90deg, #f5e9eb 0%, #f2d8dd 72%);
    display: flex;
    align-items: center;
    padding: 42px 34px;
}
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: .94;
    margin: 0 0 6px;
    font-weight: 800;
    letter-spacing: -.5px;
}
.hero-copy h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin: 0 0 28px;
    font-weight: 600;
    color: #4c3f40;
}
.hero-copy p {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.9;
    color: #2f2f2f;
}
.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 101px;
    height: 40px;
    background: var(--accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 12px 22px rgba(235, 100, 120, .18);
}
.primary-btn.small {
    min-width: 88px;
    height: 34px;
    font-size: 12px;
}
.hero-art {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 470px;
    z-index: 1;
}
.hero-art img { width: 100%; }
.petal {
    position: absolute;
    background: radial-gradient(circle at 35% 35%, #ffdbe1 0%, #f3afb8 82%);
    opacity: .55;
    border-radius: 60% 40% 60% 40%;
    filter: blur(.3px);
}
.petal-1 { width: 25px; height: 17px; left: 360px; top: 170px; transform: rotate(25deg); }
.petal-2 { width: 29px; height: 19px; left: 450px; bottom: 90px; transform: rotate(-5deg); }
.petal-3 { width: 34px; height: 22px; right: 46px; top: 115px; transform: rotate(12deg); }
.petal-4 { width: 26px; height: 17px; right: 124px; bottom: 55px; transform: rotate(-12deg); }
.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 12px 0 18px 220px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee5e6;
}
.usp-item {
    min-height: 56px;
    background: #fcf7f7;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    border-right: 1px solid #eee5e6;
}
.usp-item:last-child { border-right: 0; }
.usp-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ef7184;
    font-size: 20px;
}
.usp-item h3 {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: 700;
}
.usp-item p {
    margin: 0;
    font-size: 12px;
    color: #555;
}
.section-block { margin-bottom: 30px; }
.section-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin: 0 0 22px;
    font-weight: 700;
}
.round-category-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
    align-items: start;
}
.round-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    font-size: 13px;
}
.round-thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f9ecef 0%, #f7e8eb 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
}
.round-thumb img {
    width: 76px;
    max-height: 76px;
    object-fit: contain;
}
.round-item-icon .round-thumb {
    background: #f9ecef;
    color: #e87a8b;
    font-size: 28px;
}
.product-section { position: relative; }
.section-head-row {
    position: relative;
    margin-bottom: 18px;
}
.section-head-row .section-title { margin-bottom: 0; }
.view-all {
    position: absolute;
    right: 0;
    top: 3px;
    color: #888;
    font-size: 12px;
}
.slider-arrow, .brand-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
    color: #1e1e1e;
    box-shadow: 0 10px 15px rgba(0,0,0,.04);
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-8px);
    z-index: 2;
}
.slider-arrow.left { left: -22px; }
.slider-arrow.right { right: -22px; }
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.product-card {
    position: relative;
    border: 1px solid #efeaea;
    border-radius: 8px;
    background: #fff;
    min-height: 321px;
    overflow: hidden;
}
.product-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #f26176;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
}
.badge-solid { background: #f26176; }
.wishlist-btn {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f1e7ea;
    background: #fff;
    color: #f18a9b;
    z-index: 2;
}
.product-image {
    height: 156px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 24px 18px 8px;
}
.product-image img {
    max-height: 134px;
    width: auto;
    object-fit: contain;
}
.product-meta { padding: 10px 13px 14px; }
.brand-name {
    display: block;
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.product-meta h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    min-height: 44px;
}
.rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8c8c8c;
    font-size: 12px;
}
.stars { color: var(--star); font-size: 11px; letter-spacing: .5px; }
.price-row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.price-row strong {
    font-size: 14px;
    font-weight: 800;
}
.price-row del {
    color: #9a9a9a;
    font-size: 12px;
    margin-left: 6px;
}
.cart-mini {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #ee667a;
    color: #fff;
    font-size: 12px;
}
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 34px 0 24px;
}
.promo-card {
    min-height: 143px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 22px;
    overflow: hidden;
}
.banner-soft-pink { background: #f5dde4; }
.banner-soft-beige { background: #f4e4dd; }
.banner-soft-lilac { background: #e6def2; }
.promo-copy h3 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}
.promo-copy p {
    margin: 0 0 16px;
    font-size: 13px;
    max-width: 145px;
    line-height: 1.55;
}
.promo-image img {
    max-width: 118px;
    max-height: 110px;
    object-fit: contain;
}
.brand-strip {
    border-top: 1px solid #f0ecec;
    border-bottom: 1px solid #f0ecec;
    min-height: 92px;
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.brand-arrow {
    width: 22px;
    height: 22px;
    border: 0;
    box-shadow: none;
    font-size: 18px;
}
.brand-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    text-align: center;
    gap: 12px;
}
.brand-row span {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    white-space: nowrap;
}
.service-bar {
    background: #fbf8f8;
    border-bottom: 1px solid #efebeb;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.service-item {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 6px;
}
.service-item:not(:last-child) { border-right: 1px solid #efebeb; }
.service-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f9e8ec;
    display: grid;
    place-items: center;
    color: #ee7487;
    font-size: 20px;
    flex: 0 0 40px;
}
.service-item h4 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 700;
}
.service-item p {
    margin: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
}
.footer-main { padding: 18px 0 12px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .95fr 1fr 1.1fr;
    gap: 18px;
}
.footer-col h4 {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 800;
}
.footer-col p,
.footer-col li,
.footer-col a {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 1.85;
}
.footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-col p { max-width: 188px; }
.social-row {
    display: flex;
    gap: 18px;
    margin-top: 18px;
}
.social-row a { font-size: 16px; }
.support-list li:nth-child(-n+2) { font-weight: 700; }
.newsletter-col p { max-width: 200px; }
.newsletter-form {
    display: flex;
    border: 1px solid #ebe7e7;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 12px;
    height: 42px;
    background: #fff;
}
.newsletter-form input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 14px;
    font-size: 12px;
}
.newsletter-form button {
    width: 44px;
    border: 0;
    background: #ef6578;
    color: #fff;
}
.footer-bottom {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #efe9ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-bottom p { margin: 0; font-size: 12px; color: #555; }
.payment-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pay {
    height: 20px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}
.pay.visa { width: 38px; background: #f0f7ff; color: #2457c5; }
.pay.mc {
    width: 32px;
    position: relative;
    background: #fff4eb;
}
.pay.mc::before, .pay.mc::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 4px;
}
.pay.mc::before { left: 7px; background: #f6b01d; }
.pay.mc::after { right: 7px; background: #f1682f; }
.pay.momo { width: 26px; background: #ffe8f4; color: #b91a6a; }
.pay.zalo { width: 45px; background: #eef8ff; color: #1b78d4; }
.pay.cod { width: 32px; background: #effaf0; color: #2a9a4a; }
.wishlist-btn.active { color: #f35f77; }
.product-card:hover,
.sidebar-card:hover,
.promo-card:hover {
    box-shadow: 0 18px 38px rgba(29, 18, 20, .04);
}
@media (max-width: 1100px) {
    .container { width: calc(100% - 32px); }
    .slider-arrow.left { left: -12px; }
    .slider-arrow.right { right: -12px; }
}
@media (max-width: 980px) {
    .navbar-wrap,
    .hero-layout,
    .usp-grid,
    .round-category-grid,
    .product-grid,
    .promo-grid,
    .service-grid,
    .footer-grid,
    .brand-row { grid-template-columns: 1fr; }
    .main-nav { display: none; }
    .usp-grid { margin-left: 0; }
    .brand-strip { grid-template-columns: 30px 1fr 30px; }
    .slider-arrow { display: none; }
}

.cart-mini.pulse{transform:scale(1.08);transition:transform .2s ease;}
