/* ========================================
   ESEYHAAT - MAIN STYLESHEET
   ======================================== */

/* ---------- GOOGLE FONT ---------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ---------- RESET ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #252525;
    background: #f7f8fa;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button,
input {
    font-family: inherit;
}

button {
    cursor: pointer;
    border: none;
}

img {
    max-width: 100%;
    display: block;
}

/* ---------- CONTAINER ---------- */
.container {
    width: min(92%, 1280px);
    margin: auto;
}


/* ========================================
   TOP BAR
   ======================================== */
.top-bar {
    background: #1d2433;
    color: #ffffff;
    font-size: 13px;
}

.top-bar-content {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar span {
    margin-right: 20px;
}

.top-bar i {
    margin-right: 5px;
    color: #ff7a00;
}

.top-bar a {
    margin-left: 18px;
    opacity: 0.85;
    transition: 0.2s;
}

.top-bar a:hover {
    color: #ff7a00;
}


/* ========================================
   MAIN HEADER
   ======================================== */
.main-header {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 35px;
}

.logo {
    font-size: 27px;
    font-weight: 800;
    color: #202938;
    white-space: nowrap;
}

.logo span {
    color: #ff6b00;
}

/* ---------- SEARCH ---------- */
.search-box {
    flex: 1;
    max-width: 620px;
    height: 48px;
    display: flex;
    border: 1px solid #dcdfe4;
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
    transition: 0.25s;
}

.search-box:focus-within {
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 17px;
    font-size: 14px;
    min-width: 0;
}

.search-box button {
    width: 52px;
    background: #ff6b00;
    color: #ffffff;
    font-size: 17px;
    transition: 0.2s;
}

.search-box button:hover {
    background: #e85f00;
}

/* ---------- HEADER ACTIONS ---------- */
.header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.header-action {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #555;
    gap: 3px;
}

.header-action i {
    font-size: 20px;
    color: #202938;
    transition: 0.2s;
}

.header-action:hover i,
.header-action:hover {
    color: #ff6b00;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: #ff6b00;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 9px !important;
}


/* ========================================
   NAVIGATION
   ======================================== */
.navigation {
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
}

.nav-content {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 58px;
}

.categories-btn {
    height: 58px;
    padding: 0 22px;
    background: #ff6b00;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.categories-btn i:last-child {
    font-size: 11px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #ff6b00;
}

.nav-links .offer-link {
    color: #e63946;
    font-weight: 600;
}


/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    background: linear-gradient(135deg, #fff3e9, #ffffff);
    padding: 65px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.hero-tag,
.section-heading p {
    color: #ff6b00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.15;
    color: #202938;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #ff6b00;
}

.hero-content > p:not(.hero-tag) {
    max-width: 500px;
    color: #68707d;
    font-size: 15px;
    margin-bottom: 28px;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff6b00;
    color: white;
    padding: 14px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s;
}

.primary-btn:hover {
    background: #e85f00;
    transform: translateY(-2px);
}

.hero-image {
    min-height: 320px;
    display: grid;
    place-items: center;
}

.hero-placeholder {
    width: min(100%, 420px);
    aspect-ratio: 1 / 0.75;
    background: linear-gradient(135deg, #ff6b00, #ff9a4d);
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 110px;
    box-shadow: 0 20px 45px rgba(255, 107, 0, 0.2);
}


/* ========================================
   GENERAL SECTIONS
   ======================================== */
.section {
    padding: 75px 0;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}

.section-heading h2 {
    font-size: clamp(24px, 3vw, 32px);
    color: #202938;
    line-height: 1.2;
}

.section-heading > a {
    color: #ff6b00;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.section-heading > a:hover {
    text-decoration: underline;
}


/* ========================================
   CATEGORIES
   ======================================== */
.categories-section {
    background: #ffffff;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.category-card {
    background: #f8f9fb;
    border: 1px solid #eef0f3;
    border-radius: 10px;
    padding: 25px 12px;
    text-align: center;
    transition: 0.25s;
}

.category-card:hover {
    background: #ffffff;
    border-color: #ff6b00;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.category-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #fff0e5;
    display: grid;
    place-items: center;
    font-size: 28px;
}

.category-card h3 {
    font-size: 14px;
    color: #202938;
    margin-bottom: 3px;
}

.category-card span {
    color: #9096a0;
    font-size: 11px;
}


/* ========================================
   FLASH SALE
   ======================================== */
.flash-sale {
    background: #f7f8fa;
}

.countdown {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.countdown strong {
    background: #202938;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 5px;
    letter-spacing: 1px;
}


/* ========================================
   PRODUCT CARDS
   ======================================== */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.product-card {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.25s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(20, 30, 50, 0.09);
}

.product-image {
    height: 220px;
    position: relative;
    background: #f3f4f6;
    display: grid;
    place-items: center;
    color: #9aa0a8;
    font-size: 13px;
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e63946;
    color: #ffffff;
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
}

.product-info {
    padding: 18px;
}

.product-category {
    color: #ff6b00;
    font-size: 11px;
    margin-bottom: 5px;
}

.product-info h3 {
    color: #252525;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
}

.product-price strong {
    color: #ff6b00;
    font-size: 17px;
}

.product-price del {
    font-size: 12px;
    color: #969ba3;
}

.add-cart-btn {
    width: 100%;
    padding: 10px;
    background: #fff3eb;
    color: #ff6b00;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s;
}

.add-cart-btn:hover {
    background: #ff6b00;
    color: #ffffff;
}


/* ========================================
   PROMOTIONAL BANNERS
   ======================================== */
.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.promo-card {
    min-height: 240px;
    border-radius: 14px;
    padding: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.promo-one {
    background: linear-gradient(135deg, #202938, #38465e);
    color: #ffffff;
}

.promo-two {
    background: linear-gradient(135deg, #ffe4cf, #ffb97c);
    color: #202938;
}

.promo-card p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.promo-card h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
    margin-bottom: 18px;
}

.promo-card a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid currentColor;
    padding-bottom: 2px;
}


/* ========================================
   SERVICES
   ======================================== */
.services-section {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 38px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-item > i {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #fff0e5;
    color: #ff6b00;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 19px;
}

.service-item h3 {
    font-size: 14px;
    color: #202938;
    margin-bottom: 2px;
}

.service-item p {
    font-size: 11px;
    color: #858b95;
}


/* ========================================
   FOOTER
   ======================================== */
.footer {
    background: #171d28;
    color: #ffffff;
}

/* Newsletter */
.newsletter {
    background: #ff6b00;
    padding: 35px 0;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.newsletter h2 {
    font-size: 23px;
    margin-bottom: 3px;
}

.newsletter p {
    font-size: 13px;
    opacity: 0.9;
}

.newsletter form {
    display: flex;
    width: min(100%, 430px);
    height: 48px;
}

.newsletter input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
}

.newsletter button {
    padding: 0 22px;
    background: #202938;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}

/* Footer Main */
.footer-main {
    padding: 65px 0 45px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 45px;
}

.footer .logo {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 18px;
}

.footer-about p {
    max-width: 290px;
    color: #aeb4bd;
    font-size: 13px;
    margin-bottom: 20px;
}

.footer-grid h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-grid ul li {
    margin-bottom: 10px;
}

.footer-grid ul a {
    color: #aeb4bd;
    font-size: 13px;
    transition: 0.2s;
}

.footer-grid ul a:hover {
    color: #ff6b00;
    padding-left: 4px;
}

/* Social */
.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 34px;
    height: 34px;
    border: 1px solid #3a4250;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    transition: 0.2s;
}

.social-links a:hover {
    background: #ff6b00;
    border-color: #ff6b00;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #2c3442;
    padding: 20px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #969eaa;
    font-size: 12px;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* ========================================
   TABLET RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {

    .header-content {
        gap: 20px;
    }

    .header-actions {
        gap: 15px;
    }

    .nav-links {
        gap: 18px;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ========================================
   MOBILE RESPONSIVE
   ======================================== */
@media (max-width: 768px) {

    .section {
        padding: 55px 0;
    }

    /* Top Bar */
    .top-bar-content {
        justify-content: center;
    }

    .top-bar-content > div:first-child span:nth-child(2),
    .top-bar-content > div:last-child {
        display: none;
    }

    /* Header */
    .main-header {
        padding: 15px 0;
    }

    .header-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .logo {
        font-size: 24px;
    }

    .search-box {
        order: 3;
        width: 100%;
        max-width: none;
        flex-basis: 100%;
    }

    .header-actions {
        gap: 16px;
    }

    .header-action span:not(.cart-count) {
        display: none;
    }

    /* Navigation */
    .navigation {
        overflow-x: auto;
    }

    .nav-content {
        min-width: max-content;
        gap: 0;
    }

    .categories-btn {
        height: 50px;
        padding: 0 16px;
    }

    .nav-links {
        gap: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Hero */
    .hero-section {
        padding: 50px 0;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-image {
        min-height: auto;
    }

    .hero-placeholder {
        max-width: 100%;
        font-size: 80px;
    }

    /* Section Heading */
    .section-heading {
        align-items: flex-start;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .section-heading > a {
        font-size: 12px;
    }

    /* Categories */
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Products */
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-image {
        height: 170px;
    }

    .product-info {
        padding: 13px;
    }

    .product-info h3 {
        font-size: 13px;
    }

    .product-price strong {
        font-size: 15px;
    }

    .add-cart-btn {
        font-size: 11px;
        padding: 9px 5px;
    }

    /* Flash Sale */
    .flash-sale .section-heading {
        flex-direction: column;
    }

    /* Promo */
    .promo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .promo-card {
        min-height: 210px;
        padding: 30px;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Newsletter */
    .newsletter-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter form {
        width: 100%;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }

    .footer-about {
        grid-column: 1 / -1;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}


/* ========================================
   SMALL MOBILE
   ======================================== */
@media (max-width: 420px) {

    .container {
        width: 94%;
    }

    .header-actions {
        gap: 12px;
    }

    .header-action i {
        font-size: 18px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-placeholder {
        font-size: 65px;
        border-radius: 14px;
    }

    .section-heading {
        flex-wrap: wrap;
    }

    .product-image {
        height: 140px;
    }

    .product-info {
        padding: 10px;
    }

    .product-category {
        font-size: 9px;
    }

    .product-info h3 {
        font-size: 12px;
    }

    .discount-badge {
        top: 8px;
        left: 8px;
        font-size: 8px;
    }

    .newsletter form {
        height: 44px;
    }

    .newsletter button {
        padding: 0 14px;
        font-size: 12px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================
   SHOP PAGE
   ======================================== */

.page-banner {
    background: #fff3e9;
    padding: 45px 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #858b95;
    font-size: 13px;
    margin-bottom: 8px;
}

.breadcrumb a {
    color: #ff6b00;
}

.page-banner h1 {
    color: #202938;
    font-size: 32px;
}

.shop-section {
    padding: 70px 0;
}

.shop-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 35px;
}

/* Sidebar */
.shop-sidebar {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    padding: 22px;
    height: max-content;
}

.filter-box {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #edf0f2;
}

.filter-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.filter-box h3 {
    font-size: 16px;
    color: #202938;
    margin-bottom: 18px;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    color: #656b75;
    font-size: 13px;
    transition: 0.2s;
}

.category-list a:hover {
    color: #ff6b00;
}

.category-list span {
    color: #a0a5ad;
    font-size: 11px;
}

/* Price Filter */
.price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-inputs input {
    width: 100%;
    min-width: 0;
    height: 38px;
    border: 1px solid #dde1e6;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
    font-size: 12px;
}

.price-inputs input:focus {
    border-color: #ff6b00;
}

.filter-btn {
    margin-top: 13px;
    background: #ff6b00;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

/* Checkboxes */
.filter-check {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
    color: #656b75;
    font-size: 13px;
    cursor: pointer;
}

.filter-check input {
    accent-color: #ff6b00;
}

/* Toolbar */
.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.results-info {
    color: #747b85;
    font-size: 13px;
}

.toolbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.view-buttons {
    display: flex;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    overflow: hidden;
}

.view-btn {
    width: 38px;
    height: 36px;
    background: #ffffff;
    color: #7a8089;
}

.view-btn.active {
    background: #ff6b00;
    color: #ffffff;
}

.sort-select {
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 0 12px;
    color: #555;
    outline: none;
    background: #ffffff;
    font-size: 12px;
}

/* Product Extras */
.shop-product-grid {
    grid-template-columns: repeat(3, 1fr);
}

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    background: #ffffff;
    color: #444;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: 0.2s;
}

.wishlist-btn:hover {
    color: #e63946;
    transform: scale(1.08);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.stars {
    color: #f6b100;
    font-size: 11px;
}

.product-rating small {
    color: #9aa0a8;
    font-size: 10px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 45px;
}

.pagination a {
    width: 38px;
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-size: 13px;
    color: #606771;
    background: #ffffff;
    transition: 0.2s;
}

.pagination a:hover,
.pagination a.active {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #ffffff;
}

.pagination span {
    color: #858b95;
}

/* Shop Responsive */
@media (max-width: 1024px) {
    .shop-layout {
        grid-template-columns: 220px 1fr;
        gap: 25px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .shop-section {
        padding: 45px 0;
    }

    .shop-layout {
        grid-template-columns: 1fr;
    }

    .shop-sidebar {
        width: 100%;
    }

    .shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .toolbar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .sort-select {
        flex: 1;
    }
}

@media (max-width: 420px) {
    .page-banner {
        padding: 30px 0;
    }

    .page-banner h1 {
        font-size: 27px;
    }

    .toolbar-actions {
        gap: 8px;
    }

    .view-buttons {
        flex-shrink: 0;
    }

    .sort-select {
        font-size: 11px;
        padding: 0 8px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   CART PAGE
   ======================================== */

.cart-section {
    padding: 70px 0;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 35px;
    align-items: start;
}

.cart-products {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    padding: 25px;
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.cart-header h2,
.cart-summary h2 {
    color: #202938;
    font-size: 21px;
}

.cart-header span {
    color: #858b95;
    font-size: 13px;
}

/* Cart Table */

.cart-table-wrapper {
    overflow-x: auto;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.cart-table th {
    text-align: left;
    padding: 14px 10px;
    color: #7a818b;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
}

.cart-table td {
    padding: 18px 10px;
    border-bottom: 1px solid #edf0f2;
}

.cart-product-info {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 250px;
}

.cart-product-image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #f5f6f8;
    border-radius: 7px;
    display: grid;
    place-items: center;
    color: #a0a6ae;
    font-size: 10px;
}

.cart-product-info h3 {
    font-size: 14px;
    line-height: 1.4;
}

.cart-product-info h3 a {
    color: #303845;
}

.cart-price,
.cart-subtotal {
    color: #303845;
    font-size: 14px;
    font-weight: 600;
}

/* Quantity */

.cart-quantity-selector {
    display: flex;
    align-items: center;
    height: 38px;
    width: max-content;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    overflow: hidden;
}

.cart-quantity-btn {
    width: 34px;
    height: 100%;
    background: #ffffff;
    color: #656b75;
    font-size: 11px;
}

.cart-quantity-input {
    width: 38px;
    height: 100%;
    border: none;
    border-left: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
    text-align: center;
    outline: none;
    font-size: 13px;
}

.remove-cart-item {
    color: #d9534f;
    background: transparent;
    padding: 8px;
    font-size: 14px;
}

.remove-cart-item:hover {
    color: #b52f2b;
}

/* Cart Actions */

.cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 22px;
}

.continue-shopping {
    color: #ff6b00;
    font-size: 13px;
    font-weight: 600;
}

.continue-shopping i {
    margin-right: 5px;
}

.update-cart-btn {
    background: #202938;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* Order Summary */

.cart-summary {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    padding: 25px;
    position: sticky;
    top: 20px;
}

.cart-summary h2 {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf0f2;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #707781;
    font-size: 14px;
    margin-bottom: 16px;
}

.summary-row strong {
    color: #303845;
}

.summary-divider {
    border-top: 1px solid #edf0f2;
    margin: 20px 0;
}

.summary-total {
    font-size: 17px;
    color: #202938;
}

.summary-total strong {
    color: #ff6b00;
    font-size: 21px;
}

/* Coupon */

.coupon-box {
    padding: 20px 0;
    border-top: 1px solid #edf0f2;
    margin-top: 20px;
}

.coupon-box h3 {
    color: #303845;
    font-size: 14px;
    margin-bottom: 12px;
}

.coupon-form {
    display: flex;
}

.coupon-form input {
    width: 100%;
    height: 42px;
    border: 1px solid #dfe3e8;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 0 12px;
    outline: none;
    font-size: 12px;
}

.coupon-form input:focus {
    border-color: #ff6b00;
}

.coupon-form button {
    background: #ff6b00;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 600;
}

.checkout-btn {
    width: 100%;
    height: 48px;
    background: #ff6b00;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
}

.checkout-btn:hover {
    background: #e65f00;
}

/* Responsive */

@media (max-width: 1000px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }
}

@media (max-width: 600px) {
    .cart-section {
        padding: 45px 0;
    }

    .cart-products,
    .cart-summary {
        padding: 18px;
    }

    .cart-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .continue-shopping {
        text-align: center;
    }

    .update-cart-btn {
        width: 100%;
    }
}