body{
    font-family:'Rubik',sans-serif;
    background:#f8f8f8;
}

.top-bar{
    background:#d62828;
    color:white;
    padding:10px 0;
    font-size:14px;
}

.top-bar a{
    color:white;
    text-decoration:none;
    margin-left:15px;
}

.logo-text{
    font-size:32px;
    color:#d62828 !important;
}

.navbar{
    padding:15px 0;
}

.nav-link{
    margin:0 10px;
    font-weight:500;
}

.search-box{
    width:350px;
}

.header-icons{
    display:flex;
    gap:20px;
    margin-left:20px;
}

.header-icons a{
    color:#222;
    font-size:22px;
    position:relative;
}

.cart-badge{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:red;
    color:white;
    font-size:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}


.footer{
    background:#f8f9fa;
    padding:70px 0 25px;
    margin-top:80px;
    border-top:1px solid #eee;
}

.footer-logo{
    font-size:32px;
    font-weight:800;
    color:#dc3545;
    margin-bottom:15px;
}

.footer-heading{
    font-size:15px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing:.5px;
}

.footer-text{
    color:#6c757d;
    font-size:14px;
    line-height:1.8;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    text-decoration:none;
    color:#6c757d;
    font-size:14px;
    transition:.3s;
}

.footer-links a:hover{
    color:#dc3545;
    padding-left:4px;
}

.footer-input{
    height:48px;
    border-radius:10px 0 0 10px;
}

.input-group .btn{
    border-radius:0 10px 10px 0;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:50%;
    color:#dc3545;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#dc3545;
    color:#fff;
}

.payment-method{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.payment-method img{
    object-fit:contain;
    opacity:.9;
}

.footer-divider{
    margin:40px 0 20px;
    color:#ddd;
}

.copyright{
    color:#888;
    font-size:13px;
    margin:0;
}

/* TOP BAR */
.top-bar{
    background:#111827;
    color:#fff;
    padding:10px 0;
    font-size:13px;
}

.top-links a{
    color:#fff;
    text-decoration:none;
    margin-left:18px;
}

.top-links a:hover{
    color:#dc3545;
}

/* LOGO */
.logo-brand{
    height:60px;
    width:auto;
}

/* MENU */
.navbar-nav .nav-link{
    font-weight:600;
    padding:0 15px !important;
    color:#222;
}

.navbar-nav .nav-link:hover{
    color:#dc3545;
}

/* SEARCH */
.search-box{
    width:320px;
}

.search-box input{
    border-radius:10px 0 0 10px;
}

.search-box button{
    border-radius:0 10px 10px 0;
}

/* ICON */
.header-icons{
    display:flex;
    gap:20px;
    align-items:center;
}

.header-icons a{
    font-size:22px;
    color:#333;
    text-decoration:none;
    position:relative;
}

.header-icons a:hover{
    color:#dc3545;
}

.cart-badge{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    font-size:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-logo-img{
    max-height:80px;
    width:auto;
    object-fit:contain;
}
.login-modal{
    border:none;
    border-top:3px solid #c1121f;
    border-radius:0 !important;
    position:relative;
}

.login-modal,
.login-modal .modal-content{
    border-radius:0 !important;
}

.modal-content{
    border:none;
}

/* =========================
   TITLE
========================= */

.login-title{
    font-family:'Copse', serif;
    font-size:38px;
    font-weight:400;
    text-align:center;
    color:#111827;
    margin-bottom:45px;
    letter-spacing:.3px;
}

/* =========================
   CLOSE BUTTON
========================= */

.btn-close-custom{
    position:absolute;
    right:25px;
    top:25px;
    background:none;
    border:none;
    border-radius:0 !important;
    font-size:24px;
    color:#c1121f;
    z-index:10;
    transition:.3s;
}

.btn-close-custom:hover{
    opacity:.7;
}

/* =========================
   LABEL
========================= */

.form-label{
    font-size:14px;
    font-weight:600;
    color:#111827;
    margin-bottom:8px;
}

/* =========================
   INPUT
========================= */

.login-input{
    height:48px;
    border:1px solid #e5e7eb;
    border-radius:0 !important;
    box-shadow:none;
    font-size:14px;
    color:#111827;
}

.login-input::placeholder{
    color:#9ca3af;
    font-size:14px;
}

.login-input:focus{
    border-color:#c1121f;
    border-radius:0 !important;
    box-shadow:none;
}

/* =========================
   REMEMBER & FORGOT
========================= */

.form-check-label{
    font-size:13px;
    color:#444;
}

.forgot-link{
    color:#111827;
    text-decoration:none;
    font-size:13px;
    font-weight:400;
}

.forgot-link:hover{
    color:#111827;
    text-decoration:underline;
}

/* =========================
   BUTTON LOGIN
========================= */

.btn-login{
    width:100%;
    height:48px;
    background:#fff;
    color:#c1121f;
    border:1px solid #c1121f;
    border-radius:0 !important;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.btn-login:hover{
    background:#c1121f;
    color:#fff;
}

/* =========================
   DIVIDER
========================= */

.login-divider{
    position:relative;
    text-align:center;
    margin:18px 0;
}

.login-divider::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:42%;
    height:1px;
    background:#e5e7eb;
}

.login-divider::after{
    content:'';
    position:absolute;
    top:50%;
    right:0;
    width:42%;
    height:1px;
    background:#e5e7eb;
}

.login-divider span{
    background:#fff;
    padding:0 12px;
    color:#6b7280;
    font-size:13px;
}

/* =========================
   GOOGLE BUTTON
========================= */

.btn-google{
    width:100%;
    height:48px;
    background:#fff;
    color:#c1121f;
    border:1px solid #c1121f;
    border-radius:0 !important;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.btn-google:hover{
    background:#c1121f;
    color:#fff;
}

.btn-google i{
    font-size:15px;
}

/* =========================
   REGISTER
========================= */

.register-text{
    margin-top:28px;
    text-align:center;
    font-size:14px;
    color:#444;
}

.register-text a{
    color:#c1121f;
    text-decoration:none;
    font-weight:700;
    margin-left:4px;
}

.register-text a:hover{
    color:#a10f19;
}

/* =========================
   FORCE NO RADIUS
========================= */

.modal-content,
.form-control,
.btn,
input,
button{
    border-radius:0 !important;
}

.terms-link{
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
}

.terms-link:hover{
    color:#a10f19;
}

.form-check-input{
    border-radius:0 !important;
}

.auth-links{
    display:flex;
    align-items:center;
    gap:12px;
}

.auth-link{
    color:#111827;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    letter-spacing:.8px;
    transition:.3s ease;
}

.auth-link:hover{
    color:#c1121f;
    text-decoration:none;
}

.auth-divider{
    color:#d1d5db;
    font-size:13px;
}

.account-page{
    background:#fafafa;
    padding:50px 0 80px;
}

.account-header{
    margin-bottom:40px;
}

.account-header h1{
    font-family:'Copse',serif;
    font-size:48px;
    margin-bottom:10px;
}

.account-header p{
    color:#6b7280;
    margin:0;
}

.account-sidebar{
    background:#fff;
    border:1px solid #eee;
}

.account-profile{
    padding:35px;
    text-align:center;
    border-bottom:1px solid #eee;
}

.profile-img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.account-profile h4{
    font-size:20px;
    margin-bottom:10px;
}

.member-badge{
    display:inline-block;
    padding:6px 14px;
    background:#fff5f5;
    color:#c1121f;
    font-size:13px;
    font-weight:600;
}

.point-box{
    margin-top:20px;
    padding:15px;
    background:#f8f8f8;
}

.point-box strong{
    display:block;
    font-size:24px;
}

.account-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.account-menu li{
    padding:18px 25px;
    border-bottom:1px solid #eee;
    cursor:pointer;
    transition:.3s;
}

.account-menu li i{
    margin-right:10px;
}

.account-menu li:hover{
    background:#fafafa;
}

.account-menu li.active{
    border-left:3px solid #c1121f;
    color:#c1121f;
    font-weight:600;
}

.account-card{
    background:#fff;
    border:1px solid #eee;
}

.account-card-header{
    padding:25px 30px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.account-card-header h4{
    margin:0;
}

.btn-edit-account{
    border:1px solid #c1121f;
    background:#fff;
    color:#c1121f;
    padding:8px 18px;
    transition:.3s;
}

.btn-edit-account:hover{
    background:#c1121f;
    color:#fff;
}

.account-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    padding:30px;
}

.info-item label{
    display:block;
    color:#9ca3af;
    font-size:13px;
    margin-bottom:6px;
}

.info-item span{
    font-size:15px;
    font-weight:600;
    color:#111827;
}

.status-active{
    color:#16a34a !important;
}

@media(max-width:768px){

    .account-info-grid{
        grid-template-columns:1fr;
    }

}

.account-wrapper{
    background:#faf7f7;
    min-height:calc(100vh - 250px);
    padding:60px 0;
}

.account-header{
    margin-bottom:40px;
}

.account-header h1{
    font-family:'Copse',serif;
    font-size:56px;
    color:#111827;
}

.account-sidebar,
.account-card{
    background:#fff;
    border:none;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
}


.header-user{
    display:flex;
    align-items:center;
}

.user-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#111;
    font-weight:600;
}

.header-avatar{
    width:34px;
    height:34px;
    border-radius:50%;
    object-fit:cover;
}


/* =========================
   GLOBAL
========================= */

body{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-weight:500;
    background:#f8fafc;
    color:#1f2937;
}

.section-title{
    margin:0;
    font-family:'Copse', serif;
    font-size:28px;
    font-weight:400;
    letter-spacing:1px;
    color:#1f2937;
}

.price{
    color:#c1121f;
    font-size:15px;
    font-weight:700;
}

.product-card h6{
    font-size:13px;
    font-weight:600;
    line-height:1.5;
    min-height:38px;
    margin-top:10px;
    margin-bottom:6px;
}

/* =========================
   TOPBAR & NAVBAR
========================= */

.topbar{
    background:#c1121f;
    color:#fff;
    padding:5px;
    font-size:14px;
    font-weight:500;
}

.navbar-brand{
    font-weight:800;
}

/* =========================
   HERO
========================= */

.hero-img{
    height:600px;
    object-fit:cover;
}

/* =========================
   SECTION HEADER
========================= */

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.flash-left{
    display:flex;
    align-items:center;
    gap:20px;
}

/* =========================
   FLASH SALE
========================= */

.flash-sale-section{
    background:#fdf2f2;
    padding:80px 0;
}

.countdown{
    display:flex;
    align-items:center;
    gap:8px;
}

.countdown span{
    font-size:28px;
    font-weight:700;
    color:#c1121f;
}

.time-box{
    width:46px;
    height:46px;
    background:#c1121f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    border-radius:0px;
}

.flash-nav{
    display:flex;
    gap:10px;
}

.nav-btn{
    width:48px;
    height:48px;
    border:1px solid #f0d2d2;
    border-radius:5px;
    background:#fff;
    color:#c1121f;
    font-size:20px;
    transition:all .3s ease;
}

.nav-btn:hover{
    background:#c1121f;
    color:#fff;
    border-color:#c1121f;
}

/* =========================
   PRODUCT CARD
========================= */

.product-card{
    background:#fff;
    border:1px solid #f1f1f1;
    padding:12px;
    transition:.3s;
    position:relative;
}

.product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.product-card img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:0px;
}

.product-title,
.product-card h6{
    margin-top:15px;
    min-height:48px;
    font-weight:600;
    line-height:1.5;
}

/* =========================
   CATEGORY CARD
========================= */

.category-card{
    overflow:hidden;
    border-radius:18px;
}

.category-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:transform .4s ease;
}

.category-card:hover img{
    transform:scale(1.05);
}

/* =========================
   FOOTER
========================= */

footer{
    background:#fff;
    margin-top:80px;
    padding:60px 0;
    border-top:1px solid #eef2f7;
}

.navbar-actions{
    font-size:14px;
}

.nav-icon,
.cart-icon{
    color:#444;
    text-decoration:none;
    font-size:22px;
    transition:.3s;
}

.nav-icon:hover,
.cart-icon:hover{
    color:#c1121f;
}

.auth-links{
    display:flex;
    align-items:center;
    gap:10px;
}

.auth-link{
    text-decoration:none;
    color:#555;
    font-weight:500;
    font-size:14px;
    letter-spacing:.5px;
}

.auth-link:hover{
    color:#c1121f;
}

.cart-icon{
    position:relative;
}

.cart-badge{
    position:absolute;
    top:-6px;
    right:-10px;
    width:18px;
    height:18px;
    background:#c1121f;
    color:#fff;
    border-radius:50%;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.menu-search-wrapper{
    flex:1;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.search-expand{
    position:absolute;
    left:50%;
    width:85%;
    transform:translateX(-50%) translateX(30px);
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
}

.search-expand.active{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%);
}

.search-input{
    width:100%;
    height:48px;
    border:2px solid #c1121f;
    border-radius:12px;
    padding:0 18px 0 50px;
    outline:none;
    font-size:14px;
    background:#fff;
}

.search-input:focus{
    border-color:#c1121f;
    box-shadow:0 0 0 4px rgba(193,18,31,.08);
}

.search-inside{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#c1121f;
    font-size:18px;
}

#mainMenu{
    transition:.35s ease;
}

#mainMenu.hide{
    opacity:0;
    visibility:hidden;
    transform:translateX(-30px);
}

.logo-brand{
    height:65px;
    width:auto;
    transition:.3s;
}

.logo-brand:hover{
    transform:scale(1.03);
}

.membership-section{
    padding-top:80px;
    padding-bottom:70px;
}

.membership-card{
    background:#fff;
    border-top:3px solid #c1121f;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    overflow:hidden;
}

.membership-img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.membership-content{
    padding:50px;
}

.membership-content h2{
    font-family:'Copse',serif;
    font-size:38px;
    margin-bottom:15px;
}

.membership-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:25px;
}

.about-store{
    padding-top:50px;
}

.about-content{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.about-content h4{
    margin-bottom:20px;
}

.about-content h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.about-content p{
    color:#6b7280;
    line-height:1.9;
    font-size:15px;
    margin-bottom:20px;
}

.about-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#1f2937;
}

.about-content p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:15px;
}

.read-more{
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
}

.read-more:hover{
    color:#8f0d16;
}

.read-more-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:6px 16px;
    border:2px solid #c1121f;
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
    overflow:hidden;
    transition:.4s ease;
    background:#fff;
}

.read-more-btn span,
.read-more-btn i{
    position:relative;
    z-index:2;
    transition:.3s ease;
}

/* layer merah */

.read-more-btn::before{
    content:'';
    position:absolute;
    inset:0;
    background:#c1121f;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s ease;
    z-index:1;
}

/* garis muter */

.read-more-btn::after{
    content:'';
    position:absolute;
    width:40px;
    height:160%;
    background:rgba(255,255,255,.7);
    top:-30%;
    left:-60px;
    transform:rotate(25deg);
    opacity:0;
}

.read-more-btn:hover::before{
    transform:scaleX(1);
}

.read-more-btn:hover::after{
    opacity:1;
    animation:shine 1s ease;
}

.read-more-btn:hover{
    color:#fff;
    box-shadow:0 8px 20px rgba(193,18,31,.25);
}

.read-more-btn:hover i{
    transform:translateX(6px);
}

@keyframes shine{

    0%{
        left:-60px;
    }

    100%{
        left:120%;
    }

}

.selengkapnya-kategori-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:40px;
}

.selengkapnya-kategori{
    display:flex;
    align-items:center;
    gap:8px;
    width:fit-content;
    margin:40px auto 0;
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
}

.selengkapnya-kategori:hover{
    color:#8f0d16;
}

.selengkapnya-kategori-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:6px 16px;
    border:2px solid #c1121f;
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
    overflow:hidden;
    transition:.4s ease;
    background:#fff;
}

.selengkapnya-kategori-btn span,
.selengkapnya-kategori-btn i{
    position:relative;
    z-index:2;
    transition:.3s ease;
}

/* layer merah */

.selengkapnya-kategori-btn::before{
    content:'';
    position:absolute;
    inset:0;
    background:#c1121f;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s ease;
    z-index:1;
}

/* garis muter */

.selengkapnya-kategori-btn::after{
    content:'';
    position:absolute;
    width:40px;
    height:160%;
    background:rgba(255,255,255,.7);
    top:-30%;
    left:-60px;
    transform:rotate(25deg);
    opacity:0;
}

.selengkapnya-kategori-btn:hover::before{
    transform:scaleX(1);
}

.selengkapnya-kategori-btn:hover::after{
    opacity:1;
    animation:shine 1s ease;
}

.selengkapnya-kategori-btn:hover{
    color:#fff;
    box-shadow:0 8px 20px rgba(193,18,31,.25);
}

.selengkapnya-kategori-btn:hover i{
    transform:translateX(6px);
}

@keyframes shine{

    0%{
        left:-60px;
    }

    100%{
        left:120%;
    }

}
.account-menu li a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#222;
    width:100%;
}

.account-menu li a:hover{
    color:#d71920;
}

.orders-header{
    margin-bottom:25px;
}

.orders-header h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.orders-header p{
    color:#777;
}

.order-item{
    background:#fff;
    border:1px solid #ececec;
    margin-bottom:20px;
}

.order-item-top{
    padding:18px 24px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.order-item-top span{
    display:block;
    color:#888;
    font-size:13px;
}

.order-product-row{
    display:flex;
    align-items:center;
    gap:20px;
    padding:25px;
}

.order-product-row img{
    width:90px;
    height:90px;
    object-fit:cover;
}

.order-product-row h5{
    margin-bottom:5px;
}

.order-item-bottom{
    border-top:1px solid #eee;
    padding:20px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.order-badge{
    padding:6px 14px;
    font-size:12px;
    font-weight:600;
}

.processing{
    background:#fff4db;
    color:#d38c00;
}

.btn-order-detail{
    background:#d71920;
    border:none;
    color:white;
    padding:10px 20px;
    font-weight:600;
}

.btn-order-detail:hover{
    background:#b90f16;
}

.order-status-filter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.status-badge{
    border:1px solid #e5e7eb;
    background:#fff;
    color:#555;
    padding:8px 16px;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.status-badge:hover{
    border-color:#d71920;
    color:#d71920;
}

.status-badge.active{
    background:#d71920;
    color:#fff;
    border-color:#d71920;
}

.status-badge.success{
    color:#198754;
    border-color:#198754;
}

.status-badge.success:hover{
    background:#198754;
    color:#fff;
}

.status-badge.cancel{
    color:#dc3545;
    border-color:#dc3545;
}

.status-badge.cancel:hover{
    background:#dc3545;
    color:#fff;
}

.wishlist-header{
    margin-bottom:25px;
}

.wishlist-header h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:8px;
}

.wishlist-header p{
    color:#777;
}

.wishlist-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.wishlist-card{
    background:#fff;
    border:1px solid #ececec;
    position:relative;
    transition:.3s;
    overflow:hidden;
}

.wishlist-image{
    width:100%;
    height:180px;
    object-fit:cover;
}

.wishlist-body{
    padding:12px;
}

.wishlist-brand{
    font-size:11px;
    color:#999;
    letter-spacing:.5px;
}

.wishlist-body h5{
    font-size:14px;
    line-height:1.4;
    height:40px;
    overflow:hidden;
    margin:8px 0;
}

.wishlist-price{
    font-size:16px;
    font-weight:700;
    color:#d71920;
    margin-bottom:12px;
}

.btn-add-cart{
    width:100%;
    padding:8px;
    font-size:13px;
    border:none;
    background:#d71920;
    color:#fff;
    font-weight:600;
}

.remove-wishlist{
    position:absolute;
    top:8px;
    right:8px;
    width:28px;
    height:28px;
    border:none;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    z-index:2;
    font-size:14px;
}

.btn-add-cart:hover{
    background:#b30f15;
}
@media(max-width:1200px){
    .wishlist-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .wishlist-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .wishlist-grid{
        grid-template-columns:1fr;
    }
}


.voucher-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.voucher-card{
    position:relative;
    display:flex;
    min-height:130px;
    background:#fff;
    border:1px solid #eee;
    overflow:hidden;
    transition:.3s;
}

.voucher-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.voucher-left{
    width:120px;
    background:#d71920;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:relative;
}

.voucher-left::after{
    content:"";
    position:absolute;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:#f7f7f7;
    border-radius:50%;
}

.voucher-left::before{
    content:"";
    position:absolute;
    right:-10px;
    top:15px;
    width:20px;
    height:20px;
    background:#f7f7f7;
    border-radius:50%;
}

.free-ship{
    background:#198754;
}

.voucher-label{
    font-size:10px;
    letter-spacing:1px;
    opacity:.8;
}

.voucher-left h3{
    font-size:28px;
    font-weight:800;
    margin:2px 0;
}

.voucher-left small{
    font-size:11px;
}

.voucher-right{
    flex:1;
    padding:16px;
}

.voucher-right h5{
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
}

.voucher-right p{
    font-size:13px;
    color:#777;
    margin-bottom:10px;
    line-height:1.4;
}

.voucher-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.voucher-footer span{
    font-size:11px;
    color:#999;
}

.btn-use-voucher{
    border:none;
    background:#d71920;
    color:white;
    padding:6px 14px;
    font-size:12px;
    font-weight:600;
}

.btn-expired{
    border:none;
    background:#999;
    color:white;
    padding:6px 14px;
    font-size:12px;
}

.expired{
    opacity:.6;
}

@media(max-width:768px){

    .voucher-list{
        grid-template-columns:1fr;
    }

}

.header-user-dropdown{
    position:relative;
}

.user-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#111;
    font-weight:600;
}

.header-avatar{
    width:34px;
    height:34px;
    border-radius:50%;
    object-fit:cover;
}

.user-dropdown-menu{
    position:absolute;
    top:120%;
    right:0;
    min-width:220px;
    background:#fff;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s;
    z-index:9999;
}

.header-user-dropdown:hover .user-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.user-dropdown-menu a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    color:#222;
    text-decoration:none;
    border-bottom:1px solid #f3f3f3;
}

.user-dropdown-menu a:hover{
    background:#f8f8f8;
}

.user-dropdown-menu form{
    margin:0;
}

.user-dropdown-menu button{
    width:100%;
    border:none;
    background:none;
    text-align:left;
    padding:12px 18px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#dc3545;
    font-weight:600;
}

.user-dropdown-menu button:hover{
    background:#fff5f5;
}

.auth-box{
    display:flex;
    align-items:center;
    border:1px solid #c1121f;
    height:42px;
    overflow:hidden;
}

.auth-btn{
    padding:0 18px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#c1121f;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    transition:.25s;
}

.auth-divider{
    width:1px;
    height:18px;
    background:#c1121f;
}

.auth-btn:hover{
    background:#c1121f;
    color:#fff;
}

.brand-menu{
    position:relative;
}

.brands-dropdown{
    position:absolute;
    left:0;
    top:100%;
    width:320px;
    background:#fff;
    border-top:2px solid #c1121f;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    padding:15px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s;
    z-index:9999;
}

.brand-menu:hover .brands-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.brand-search{
    position:relative;
    margin-bottom:15px;
}

.brand-search input{
    width:100%;
    height:42px;
    border:1px solid #ddd;
    padding:0 45px 0 15px;
    outline:none;
}

.brand-search i{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#c1121f;
}

.brand-alphabet{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding-bottom:12px;
    border-bottom:1px solid #eee;
    margin-bottom:12px;
}

.brand-alphabet span{
    cursor:pointer;
    font-size:13px;
    font-weight:600;
}

.brand-alphabet span:hover{
    color:#c1121f;
}

.brand-list{
    max-height:250px;
    overflow-y:auto;
}

.brand-list a{
    display:block;
    text-decoration:none;
    color:#444;
    padding:6px 0;
    font-size:14px;
}

.brand-list a:hover{
    color:#c1121f;
    padding-left:5px;
}


.mega-category{
    position:relative;
}

.mega-menu{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:100%;
    width:1200px;
    background:#fff;
    display:flex;
    opacity:0;
    visibility:hidden;
    transition:.25s;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:99999;
}

.mega-category:hover .mega-menu{
    opacity:1;
    visibility:visible;
}

.mega-left{
    width:260px;
    background:#fafafa;
    border-right:1px solid #eee;
}

.mega-left a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 25px;
    text-decoration:none;
    color:#333;
    font-size:14px;
    border-bottom:1px solid #f1f1f1;
}

.mega-left a:hover,
.mega-left a.active{
    color:#c1121f;
    background:#fff;
}

.mega-center{
    flex:1;
    padding:35px;
    display:flex;
    gap:80px;
}

.mega-right{
    width:320px;
    padding:35px;
    border-left:1px solid #eee;
    background:#fafafa;
}

.mega-column h6{
    font-weight:700;
    margin-bottom:18px;
    font-size:18px;
}

.mega-column a{
    display:block;
    color:#555;
    text-decoration:none;
    margin-bottom:12px;
    transition:.2s;
}

.mega-column a:hover{
    color:#c1121f;
    padding-left:5px;
}

.blog-page{
    background:#f8f6f6;
    padding:60px 0;
}

.blog-hero{
    height:350px;
    background:url('https://images.unsplash.com/photo-1541643600914-78b084683601')
    center/cover;
    position:relative;
    margin-bottom:40px;
}

.blog-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.blog-hero-content{
    position:absolute;
    z-index:2;
    color:#fff;
    left:60px;
    bottom:50px;
    max-width:600px;
}

.blog-label{
    display:inline-block;
    padding:6px 14px;
    background:#c1121f;
    font-size:12px;
    letter-spacing:2px;
}

.blog-hero h1{
    margin-top:15px;
    font-size:52px;
    font-weight:700;
}

.blog-category{
    display:flex;
    gap:15px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.blog-category a{
    text-decoration:none;
    color:#555;
    border:1px solid #ddd;
    padding:10px 20px;
}

.blog-category a.active{
    background:#c1121f;
    color:#fff;
    border-color:#c1121f;
}

.featured-blog{
    background:#fff;
    margin-bottom:50px;
    border:1px solid #eee;
}
.featured-img{
    width:100%;
    height:420px;
    object-fit:cover;
    object-position:center center;
    transition:.5s;
}

.featured-blog:hover .featured-img{
    transform:scale(1.05);
}

.featured-blog{
    overflow:hidden;
    background:#fff;
    border:1px solid #eee;
}

.featured-content{
    padding:35px;
}

.featured-content span{
    color:#c1121f;
    font-size:13px;
    font-weight:700;
}

.featured-content h2{
    margin:15px 0;
    font-size:38px;
}

.btn-read{
    display:inline-block;
    margin-top:20px;
    padding:12px 24px;
    background:#111;
    color:#fff;
    text-decoration:none;
}

.blog-card{
    background:#fff;
    border:1px solid #eee;
    transition:.3s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-6px);
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-content{
    padding:20px;
}

.blog-tag{
    color:#c1121f;
    font-size:12px;
    font-weight:700;
}

.blog-content h5{
    margin:10px 0;
    font-weight:700;
    line-height:1.5;
}

.blog-content p{
    color:#777;
    font-size:14px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    margin-top:15px;
    font-size:13px;
}

.blog-meta a{
    color:#c1121f;
    text-decoration:none;
    font-weight:600;
}

.help-page{
    background:#f8f6f6;
    padding:60px 0;
}

.help-hero{
    background:#fff;
    padding:60px;
    text-align:center;
    border:1px solid #eee;
    margin-bottom:40px;
}

.help-hero h1{
    font-size:48px;
    font-weight:700;
}

.help-hero p{
    color:#777;
    margin-top:10px;
}

.help-search{
    max-width:650px;
    margin:25px auto 0;
    position:relative;
}

.help-search i{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
}

.help-search input{
    width:100%;
    height:58px;
    border:1px solid #ddd;
    padding-left:55px;
}

.help-card{
    background:#fff;
    border:1px solid #eee;
    text-align:center;
    padding:35px 20px;
    transition:.3s;
    height:100%;
}

.help-card:hover{
    transform:translateY(-5px);
    border-color:#c1121f;
}

.help-card i{
    font-size:32px;
    color:#c1121f;
}

.help-card h5{
    margin-top:15px;
}

.faq-box{
    background:#fff;
    border:1px solid #eee;
    padding:35px;
}

.faq-box h3{
    margin-bottom:25px;
}

.contact-help{
    background:#fff;
    border:1px solid #eee;
    padding:40px;
    margin-top:40px;
}

.btn-contact{
    background:#c1121f;
    color:#fff;
    padding:14px 28px;
    text-decoration:none;
    display:inline-block;
}

.btn-contact:hover{
    color:#fff;
}


.sale-page{
background:#f8f8f8;
padding:40px 0 60px;
}

.sale-hero{
background:linear-gradient(135deg,#c1121f,#8f1019);
color:#fff;
padding:35px 45px;
margin-bottom:25px;
}

.sale-badge{
display:inline-block;
background:#fff;
color:#c1121f;
padding:5px 12px;
font-size:11px;
font-weight:700;
}

.sale-hero h1{
margin-top:12px;
font-size:42px;
font-weight:800;
}

.sale-hero p{
margin-bottom:0;
font-size:14px;
}

.sale-timer{
display:flex;
gap:10px;
margin-top:20px;
}

.sale-timer div{
background:rgba(255,255,255,.15);
padding:10px 14px;
text-align:center;
}

.sale-timer strong{
display:block;
font-size:18px;
}

.sale-timer span{
font-size:12px;
}

.sale-filter{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:25px;
}

.sale-filter button{
border:1px solid #ddd;
background:#fff;
padding:8px 14px;
font-size:13px;
}

.sale-filter button.active{
background:#c1121f;
color:#fff;
border-color:#c1121f;
}

.promo-banner{
padding:20px;
color:#fff;
}

.promo-banner h3{
font-size:22px;
margin-top:5px;
}

.promo-banner p{
font-size:13px;
margin-bottom:0;
}

.red{
background:#c1121f;
}

.dark{
background:#111827;
}

.sale-products-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:18px;
}

.sale-product{
background:#fff;
border:1px solid #eee;
position:relative;
transition:.3s;
}

.sale-product:hover{
transform:translateY(-5px);
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.sale-product img{
width:100%;
height:180px;
object-fit:cover;
}

.discount-tag{
position:absolute;
top:8px;
left:8px;
background:#c1121f;
color:#fff;
padding:4px 8px;
font-size:10px;
font-weight:700;
}

.sale-product-body{
padding:12px;
}

.brand{
color:#999;
font-size:11px;
}

.sale-product-body h6{
margin:8px 0;
font-size:13px;
line-height:1.4;
height:36px;
overflow:hidden;
}

.old-price{
display:block;
color:#999;
text-decoration:line-through;
font-size:11px;
}

.new-price{
display:block;
color:#c1121f;
font-size:15px;
font-weight:700;
}

.btn-sale-cart{
width:100%;
margin-top:10px;
border:none;
background:#c1121f;
color:#fff;
padding:8px;
font-size:13px;
}

@media(max-width:1200px){

.sale-products-grid{
    grid-template-columns:repeat(4,1fr);
}

}

@media(max-width:992px){

.sale-products-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.sale-products-grid{
    grid-template-columns:repeat(2,1fr);
}

}

.current-point{
text-align:right;
}

.current-point span{
display:block;
font-size:12px;
color:#888;
}

.current-point strong{
color:#c1121f;
font-size:24px;
font-weight:800;
}

.point-history-list{
padding:0;
}

.point-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 25px;
border-bottom:1px solid #f3f3f3;
}

.point-row:last-child{
border-bottom:none;
}

.point-detail h6{
margin-bottom:4px;
font-size:14px;
font-weight:600;
}

.point-detail small{
color:#999;
}

.point-value{
font-weight:700;
font-size:16px;
}

.point-plus{
color:#198754;
}

.point-minus{
color:#dc3545;
}

.cart-page{
padding:50px 0;
background:#f8f8f8;
}

.cart-header{
margin-bottom:25px;
}

.cart-header h2{
font-weight:700;
}

.cart-header p{
color:#888;
}

.cart-item{
background:#fff;
border:1px solid #eee;
display:flex;
align-items:center;
gap:15px;
padding:15px;
margin-bottom:15px;
}

.cart-item img{
width:85px;
height:85px;
object-fit:cover;
}

.cart-info{
flex:1;
}

.cart-brand{
color:#999;
font-size:11px;
}

.cart-info h6{
margin:5px 0;
font-size:14px;
}

.cart-price{
color:#c1121f;
font-weight:700;
}

.cart-qty{
display:flex;
align-items:center;
gap:10px;
}

.cart-qty button{
width:30px;
height:30px;
border:1px solid #ddd;
background:#fff;
}

.cart-subtotal{
width:130px;
text-align:right;
font-weight:700;
}

.cart-remove{
border:none;
background:none;
color:#dc3545;
}

.cart-summary{
background:#fff;
border:1px solid #eee;
padding:25px;
position:sticky;
top:100px;
}

.summary-row{
display:flex;
justify-content:space-between;
margin-bottom:15px;
}

.summary-row.total{
padding-top:15px;
font-size:18px;
}

.btn-checkout{
width:100%;
border:none;
background:#c1121f;
color:#fff;
padding:14px;
font-weight:700;
margin-top:15px;
}

.cart-voucher-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    margin:18px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.voucher-title{
    display:flex;
    align-items:center;
    gap:10px;
}

.voucher-title i{
    color:#c1121f;
    font-size:18px;
}

.voucher-title span{
    font-size:14px;
    font-weight:600;
    color:#333;
}

.btn-select-voucher{
    border:none;
    background:none;
    color:#c1121f;
    font-weight:700;
    font-size:13px;
    transition:.3s;
}

.btn-select-voucher:hover{
    color:#a10f19;
}

.top-picks-page{
    padding:50px 0;
    background:#fafafa;
}

.page-header{
    margin-bottom:30px;
}

.page-header h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:8px;
}

.page-header p{
    color:#777;
}

.top-product-card{
    background:#fff;
    border:1px solid #eee;
    transition:.3s;
    position:relative;
    overflow:hidden;
}

.top-product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.product-image{
    position:relative;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.product-overlay{
    position:absolute;
    top:12px;
    right:12px;
    display:flex;
    flex-direction:column;
    gap:8px;
    opacity:0;
    transition:.3s;
}

.top-product-card:hover .product-overlay{
    opacity:1;
}

.product-overlay button{
    width:36px;
    height:36px;
    border:none;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.product-content{
    padding:14px;
}

.brand{
    font-size:11px;
    color:#999;
    text-transform:uppercase;
}

.product-content h6{
    margin-top:8px;
    margin-bottom:10px;
    font-size:14px;
    line-height:1.5;
    height:42px;
    overflow:hidden;
}

.price{
    color:#c1121f;
    font-weight:700;
    font-size:18px;
}

.product-badge{
    position:absolute;
    top:10px;
    left:10px;
    z-index:2;
    background:#c1121f;
    color:#fff;
    font-size:11px;
    padding:4px 10px;
    font-weight:600;
}

.top-picks-page{
padding:40px 0 60px;
background:#fafafa;
}

.page-header{
margin-bottom:25px;
}

.page-header h2{
font-size:32px;
font-weight:700;
margin-bottom:5px;
}

.page-header p{
color:#777;
margin-bottom:0;
}

/* GRID 8 PRODUK */

.col-lg-1-5{
width:12.5%;
flex:0 0 auto;
}

@media(max-width:1200px){

.col-lg-1-5{
    width:16.666%;
}

}

@media(max-width:992px){

.col-lg-1-5{
    width:25%;
}

}

@media(max-width:768px){

.col-lg-1-5{
    width:50%;
}

}

.top-product-card{
position:relative;
background:#fff;
border:1px solid #eee;
overflow:hidden;
transition:.3s;
height:100%;
}

.top-product-card:hover{
transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.product-image{
position:relative;
overflow:hidden;
}

.product-image img{
width:100%;
height:170px;
object-fit:cover;
transition:.3s;
}

.top-product-card:hover .product-image img{
transform:scale(1.05);
}

/* BADGE */

.product-badge{
position:absolute;
top:8px;
left:8px;
z-index:10;
background:#c1121f;
color:#fff;
padding:3px 8px;
font-size:9px;
font-weight:600;
text-transform:uppercase;
}

/* ICON WISHLIST & CART */

.product-overlay{
position:absolute;
top:8px;
right:8px;
display:flex;
flex-direction:column;
gap:6px;
opacity:1;
z-index:10;
}

.product-overlay button{
width:32px;
height:32px;
border:none;
background:#fff;
box-shadow:0 3px 12px rgba(0,0,0,.12);
cursor:pointer;
transition:.3s;
}

.product-overlay button i{
font-size:13px;
}

.wishlist-btn:hover

.cart-btn:hover

/* CONTENT */

.product-content{
padding:10px;
}

.brand{
display:block;
color:#999;
font-size:10px;
text-transform:uppercase;
letter-spacing:.5px;
}

.product-content h6{
margin:6px 0;
font-size:12px;
line-height:1.4;
height:34px;
overflow:hidden;
font-weight:600;
}

.price{
color:#c1121f;
font-size:14px;
font-weight:700;
}

.old-price{
display:block;
color:#999;
text-decoration:line-through;
font-size:11px;
margin-bottom:2px;
}

.rating{
margin-top:6px;
font-size:11px;
color:#f5a623;
}

.product-stock{
margin-top:4px;
font-size:10px;
color:#999;
}

.top-picks-page .row{
--bs-gutter-x:12px;
--bs-gutter-y:12px;
}

.col-lg-1-5{
    width:12.5%;
    flex:0 0 auto;
}

.top-product-card{
    background:#fff;
    border:1px solid #eee;
    position:relative;
    transition:.3s;
    height:100%;
}

.top-product-card:hover{
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

.product-image{
    position:relative;
    overflow:hidden;
}

.product-image img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
}

.product-badge{
    position:absolute;
    top:8px;
    left:8px;
    z-index:2;
    background:#d31224;
    color:#fff;
    font-size:10px;
    font-weight:700;
    padding:4px 8px;
}

.product-overlay{
    position:absolute;
    top:8px;
    right:8px;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.product-overlay button{
    width:34px;
    height:34px;
    border:1px solid #ddd;
    background:#fff;
    cursor:pointer;
    transition:.3s;
}

.product-overlay button:hover{
    background:#d31224;
    color:#fff;
    border-color:#d31224;
}

.product-content{
    padding:12px;
}

.product-content .brand{
    font-size:11px;
    color:#999;
    text-transform:uppercase;
}

.product-content h6{
    font-size:14px;
    line-height:1.5;
    min-height:42px;
    margin:6px 0;
}

.product-content .price{
    color:#d31224;
    font-weight:700;
    font-size:14px;
}

@media(max-width:1200px){
    .col-lg-1-5{
        width:16.666%;
    }
}

@media(max-width:992px){
    .col-lg-1-5{
        width:25%;
    }
}

@media(max-width:768px){
    .col-lg-1-5{
        width:50%;
    }
}

.product-detail-page{
padding:60px 0;
background:#fff;
}

.breadcrumb-wrapper{
font-size:13px;
margin-bottom:30px;
color:#888;
}

.breadcrumb-wrapper a{
text-decoration:none;
color:#666;
}

.main-product-image{
border:1px solid #eee;
padding:20px;
background:#fff;
}

.main-product-image img{
width:100%;
height:550px;
object-fit:cover;
}

.thumb-wrapper{
display:flex;
gap:10px;
margin-top:15px;
}

.thumb-wrapper img{
width:90px;
height:90px;
object-fit:cover;
cursor:pointer;
border:1px solid #eee;
}

.product-brand{
font-size:13px;
letter-spacing:2px;
color:#888;
margin-bottom:10px;
}

.product-info h1{
font-size:34px;
font-weight:700;
margin-bottom:15px;
}

.rating-row{
color:#f8b400;
margin-bottom:15px;
}

.rating-row span{
color:#666;
margin-left:10px;
}

.old-price{
text-decoration:line-through;
color:#999;
}

.discount-badge{
background:#dc3545;
color:#fff;
padding:3px 8px;
font-size:12px;
margin-left:10px;
}

.price-wrapper h2{
margin-top:10px;
font-weight:800;
color:#c1121f;
}

.product-description{
margin:20px 0;
line-height:1.8;
}

.product-benefit{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:25px;
}

.qty-box{
display:flex;
align-items:center;
width:140px;
border:1px solid #ddd;
}

.qty-box button{
width:40px;
height:40px;
border:none;
background:#fff;
}

.qty-box input{
border:none;
width:60px;
text-align:center;
}

.product-actions{
display:flex;
gap:12px;
margin-top:25px;
}

.btn-wishlist{
width:55px;
height:55px;
border:1px solid #ddd;
background:#fff;
}

.btn-cart{
background:#111;
color:#fff;
border:none;
padding:0 25px;
}

.btn-buy{
background:#c1121f;
color:#fff;
border:none;
padding:0 30px;
}

.product-tabs{
margin-top:60px;
}

.related-products{
margin-top:60px;
}

.related-products .section-title{
font-size:32px;
font-weight:700;
margin-bottom:25px;
}


.product-detail-page{
padding:60px 0;
background:#fff;
}

.breadcrumb-wrapper{
font-size:13px;
margin-bottom:30px;
color:#888;
}

.breadcrumb-wrapper a{
text-decoration:none;
color:#666;
}

.main-product-image{
border:1px solid #eee;
padding:20px;
background:#fff;
}

.main-product-image img{
width:100%;
height:550px;
object-fit:cover;
}

.thumb-wrapper{
display:flex;
gap:10px;
margin-top:15px;
}

.thumb-wrapper img{
width:90px;
height:90px;
object-fit:cover;
cursor:pointer;
border:1px solid #eee;
}

.product-brand{
font-size:13px;
letter-spacing:2px;
color:#888;
margin-bottom:10px;
}

.product-info h1{
font-size:34px;
font-weight:700;
margin-bottom:15px;
}

.rating-row{
color:#f8b400;
margin-bottom:15px;
}

.rating-row span{
color:#666;
margin-left:10px;
}

.old-price{
text-decoration:line-through;
color:#999;
}

.discount-badge{
background:#dc3545;
color:#fff;
padding:3px 8px;
font-size:12px;
margin-left:10px;
}

.price-wrapper h2{
margin-top:10px;
font-weight:800;
color:#c1121f;
}

.product-description{
margin:20px 0;
line-height:1.8;
}

.product-benefit{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:25px;
}

.qty-box{
display:flex;
align-items:center;
width:140px;
border:1px solid #ddd;
}

.qty-box button{
width:40px;
height:40px;
border:none;
background:#fff;
}

.qty-box input{
border:none;
width:60px;
text-align:center;
}

.product-actions{
display:flex;
gap:12px;
margin-top:25px;
}

.btn-wishlist{
width:55px;
height:55px;
border:1px solid #ddd;
background:#fff;
}

.btn-cart{
background:#111;
color:#fff;
border:none;
padding:0 25px;
}

.btn-buy{
background:#c1121f;
color:#fff;
border:none;
padding:0 30px;
}

.product-tabs{
margin-top:60px;
}

.related-products{
margin-top:60px;
}

.related-products .section-title{
font-size:32px;
font-weight:700;
margin-bottom:25px;
}

.product-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.product-link:hover{
    color:inherit;
}

.product-link:hover .top-product-card{
    transform:translateY(-4px);
}

.top-product-card{
    transition:.3s;
}

/* BLOG */

.blog-page{
    padding:50px 0 70px;
    background:#faf7f7;
}

.blog-card{
    background:#fff;
    border:1px solid #eee;
    transition:.3s;
    height:100%;
    overflow:hidden;
}

.blog-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.blog-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.blog-content{
    padding:14px;
}

.blog-tag{
    display:inline-block;
    background:#fff0f1;
    color:#d5001c;
    font-size:11px;
    font-weight:600;
    padding:4px 10px;
    margin-bottom:10px;
}

.blog-content h5{
    font-size:15px;
    line-height:1.45;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.blog-content p{
    font-size:13px;
    color:#666;
    line-height:1.6;
    margin-bottom:12px;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #f1f1f1;
    padding-top:10px;
}

.blog-meta span{
    font-size:12px;
    color:#999;
}

.blog-meta a{
    color:#d5001c;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.blog-meta a:hover{
    color:#b40018;
}

.wishlist-badge{
    background:#ff4d6d !important;
}

.wishlist-btn.active{
    background:#d5001c;
    color:#fff;
}

.wishlist-btn.active:hover{
    background:#b00018;
}

.product-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.product-link:hover{
    color:inherit;
}