@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 140px;
}

body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    overflow-x: hidden;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #555;
}

p {
    color: #555;
}

.menu-icon {
    display: none;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row,
.row2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}

.col-2 h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 25px 0;
}

.btn {
    display: inline-block;
    background: #ff5235;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}

.btn:hover {
    background: #563434;
}

.header {
    background: radial-gradient(#fff, #f3e3e0);
}

.header .row {
    margin-top: -20px;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.site-header .navbar {
    padding: 22px 0;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-bar {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 60px;
    padding: 14px 20px;
}

.search-bar i {
    color: #ff523b;
    font-size: 18px;
}

.search-bar input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    color: #333;
}

.category-list {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    text-decoration: none;
    color: #333;
    flex: 1 1 180px;
    min-width: 180px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.close-icon {
    display: none;
}

.category-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 12px;
}

.category-item:hover,
.category-item.active {
    border-color: #ff523b;
    transform: translateY(-2px);
}

.hero {
    padding: 70px 0 40px;
    background: radial-gradient(circle at top right, #fff7f0, #ffffff 55%);
}

.hero-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

.hero-copy {
    max-width: 540px;
}

.category-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ececec;
    color: #ff523b;
    font-size: 18px;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    text-decoration: none;
    color: #333;
    min-width: 180px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.category-item span:last-child {
    font-weight: 600;
    font-size: 14px;
}

.category-item:hover,
.category-item.active {
    border-color: #ff523b;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.deal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.hero-visual img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.section {
    padding: 50px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    gap: 16px;
}

.section-heading h2 {
    margin: 0;
    font-size: 30px;
    color: #222;
}

.view-all {
    color: #ff523b;
    text-decoration: none;
    font-weight: 600;
}

.grid {
    display: grid;
    gap: 24px;
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.deal-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover,
.deal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.product-card img,
.deal-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.product-info,
.deal-copy {
    padding: 22px;
}

.product-info h3,
.deal-copy h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #222;
}

.price,
.deal-price {
    margin: 0;
    font-size: 18px;
    color: #ff523b;
    font-weight: 700;
}

.deal-price small {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
}

.rating-text {
    margin-top: 10px;
    color: #777;
    font-size: 14px;
}

.deal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deal-card {
    position: relative;
}

.deal-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ff523b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    z-index: 1;
}

.deal-card img {
    height: 260px;
    object-fit: cover;
}

.text-link {
    color: #555;
    text-decoration: none;
    font-weight: 600;
}

.text-link:hover {
    color: #ff523b;
}

.categories {
    margin: 70px 0;
}

.col-3 {
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.col-3 img {
    width: 100%;
}

.small-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

/*---------------------------------------------------- Features Products -----------------------------------------------------------*/

.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}

.col-4 img {
    width: 100%;
}

.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after {
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

h4 {
    color: #555;
    font-weight: normal;
}

.col-4 p {
    font-size: 14px;
}

.rating .fa {
    color: #ff523b;
}

.col-4:hover {
    transform: translateY(-5px);
}


/* -------------------------------------------------------Brands--------------------------------------------------------- */

.brands {
    margin: 100px auto;
}

.col-5 {
    width: 160px;
}

.col-5 img {
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.col-5 img:hover {
    filter: grayscale(0);
}

/*------------------------ ----------------------------footer----------------------------------------------------- */

.footer {
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 20px 0 10px;
}

.footer p {
    color: #8a8a8a;
}

.footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
    min-width: 50px;
    margin-bottom: 20px;
}

.footer-col-1 {
    flex-basis: 20%;
}

.footer-col-2 {
    flex-basis: 1;
    text-align: center;
}

.footer-col-2 img {
    width: 100px;
    margin-bottom: 20px;
}

.footer-col-3,
.footer-col-4 {
    flex-basis: 12%;
    text-align: center;
}

ul {
    list-style-type: none;
}

.app-logo {
    margin-top: 10px;
}

.app-logo img {
    width: 120px;
}

.footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}

.copyright {
    text-align: center;
}

/* --------------------------------------------------Cart & Checkout---------------------------------------- */
.cart-link {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.cart-link img {
    width: 28px;
    height: 28px;
}

.cart-link.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
}

.cart-link #cart-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff4d4f;
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.add-to-cart-btn {
    margin-top: 10px;
    border: none;
    background: #ff523b;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
}

.add-to-cart-btn:hover {
    background: #563434;
}

.feedback-msg {
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.25s ease;
    color: #2e7d32;
    font-weight: 600;
    margin-top: 6px;
    min-height: 20px;
}

.feedback-msg.show {
    opacity: 1;
    transform: translateY(0);
}

.mini-cart {
    max-width: 1080px;
    margin: 10px auto 0;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    display: none;
}

.mini-cart-header {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.mini-cart-item,
.mini-cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.mini-cart-empty {
    color: #777;
    font-size: 13px;
    margin: 0;
}

.mini-cart-btn {
    margin: 10px 0 0;
    padding: 8px 14px;
}

.cart-page,
.checkout-page {
    padding: 50px 0 80px;
}

.cart-layout {
    display: none;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

#cart-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item,
.summary-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cart-item-info p {
    margin: 4px 0 0;
    font-size: 13px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

qty-btn,
.remove-btn {
    border: none;
    background: #f2f2f2;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.remove-btn {
    background: #ff523b;
    color: #fff;
}

.empty-state {
    text-align: center;
    padding: 40px 0;
}

.summary-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
}

.total-row {
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.checkout-wrap {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 30px;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #333;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
    padding: 11px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #fff;
    color: #1e293b;
}

.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
    border-color: #ff523b;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 82, 59, 0.15);
}

/* Payment Methods Selector Grid */
.payment-methods-section {
    margin: 8px 0 14px;
}

.payment-options-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-card-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    background: #f8fafc;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.payment-card-option:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.payment-card-option.active {
    border-color: #ff523b;
    background: #fff;
    box-shadow: 0 4px 15px rgba(255, 82, 59, 0.08);
}

.payment-card-option input[type="radio"] {
    margin-top: 3px;
    accent-color: #ff523b;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.payment-card-content {
    flex: 1;
}

.payment-card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

.payment-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #0f172a;
}

.payment-card-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.payment-brand-badges {
    display: flex;
    gap: 5px;
    align-items: center;
}

.badge-verve, .badge-mc, .badge-visa, .badge-instant {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.badge-verve {
    background: #047857;
    color: #fff;
}

.badge-mc {
    background: #ea580c;
    color: #fff;
}

.badge-visa {
    background: #1d4ed8;
    color: #fff;
}

.badge-instant {
    background: #10b981;
    color: #fff;
}

/* Bank Details Box */
.bank-details-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 12px;
}

.bank-detail-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    color: #166534;
}

.bank-detail-row:last-child {
    margin-bottom: 0;
}

.btn-copy-sm {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #15803d;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-copy-sm:hover {
    background: #bbf7d0;
}

.checkout-guarantee-note {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #0369a1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.btn-place-order {
    background: linear-gradient(135deg, #ff523b, #d93822);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(255, 82, 59, 0.35);
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-place-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 82, 59, 0.45);
}

.summary-badges-row {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
}

/* ---------------------------------- Nigerian Card Modal ------------------------------------*/
.card-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    animation: fadeIn 0.25s ease;
}

.card-modal-container {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 440px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: scaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.card-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
}

.card-modal-body {
    padding: 20px;
}

/* Visual Card Preview */
.visual-card-preview {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 12px;
    padding: 18px;
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
    position: relative;
    overflow: hidden;
}

.visual-card-preview::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 82, 59, 0.2), transparent 70%);
    pointer-events: none;
}

.visual-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.visual-card-chip {
    width: 38px;
    height: 28px;
    background: linear-gradient(135deg, #fbbf24, #d97706);
    border-radius: 5px;
}

.visual-card-brand {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8;
}

.visual-card-number {
    font-family: monospace;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #f8fafc;
}

.visual-card-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #94a3b8;
}

.visual-card-name, .visual-card-exp {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.card-input-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-input-group label {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
}

.card-input-with-icon {
    position: relative;
}

.card-input-with-icon input {
    width: 100%;
    padding-right: 36px;
}

.card-type-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
}

.btn-pay-now {
    width: 100%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
    border-radius: 10px;
    margin-top: 14px;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-pay-now:hover {
    background: linear-gradient(135deg, #059669, #047857);
}

.pay-guarantee-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    font-size: 10px;
    color: #64748b;
}

.otp-icon-wrap {
    width: 54px;
    height: 54px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.otp-inputs-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.bank-otp-digit {
    width: 42px;
    height: 48px;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    color: #0f172a;
}

.bank-otp-digit:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.checkout-message {
    color: #2e7d32;
    font-weight: 600;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

/* ----------------------------------Order Confirmation ------------------------------------*/
.order-confirmation {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.confirmation-header {
    margin-bottom: 30px;
}

.checkmark-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.confirmation-header h2 {
    font-size: 28px;
    color: #333;
    margin: 15px 0;
}

.confirmation-header p {
    color: #666;
    font-size: 16px;
}

.confirmation-details {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row span {
    font-weight: 500;
}

.detail-row strong {
    color: #2e7d32;
    font-weight: 600;
}

.confirmation-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.btn-secondary {
    display: inline-block;
    background: #f0f0f0;
    color: #333;
    padding: 8px 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: background 0.3s;
    font-weight: 600;
}

.btn-secondary:hover {
    background: #e0e0e0;
}


/* --------------------------------single product details ------------------------- */

.page-btn {
    margin: 0 auto 30px;
}

.page-btn span {
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.page-btn span:hover {
    background: #ff523b;
    color: #fff;
}

.single-product {
    margin-top: 50px;
}

.single-product .col-2 img {
    padding: 0;
}

.single-product .col-2 {
    padding: 0;
}

.single-product h4 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.single-product select {
    display: block;
    padding: 10px;
    margin-top: 10px;
}

.single-product input {
    width: 50px;
    height: 20px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #ff523b;
}

.single-product input:focus {
    outline: none;
}

.single-product .fa {
    color: #ff523b;
    margin-left: 10px;
}



/* ------------------ Modern Single Product Details ------------------ */
.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
    margin: 25px 0 20px;
    flex-wrap: wrap;
    font-style: normal;
}

.product-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-breadcrumb a:hover {
    color: #ff523b;
}

.product-breadcrumb .current {
    color: #222;
    font-weight: 600;
}

.single-product-wrap {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 35px 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.product-gallery-side {
    position: relative;
}

.product-hero-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff523b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    z-index: 2;
    font-style: normal;
}

.product-main-img-wrap {
    width: 100%;
    max-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 16px;
}

#ProductImg {
    max-width: 100%;
    max-height: 380px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.col-2 .small-img-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 16px;
    padding: 6px 4px 10px;
    overflow-x: auto;
}

.small-img-col {
    flex: 0 0 auto;
}

.small-img {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid #e8e8e8;
    background: #fbfbfb;
    transition: all 0.25s ease;
}

.small-img:hover {
    transform: translateY(-2px);
    border-color: #ff523b;
}

.small-img.active {
    border-color: #ff523b;
    box-shadow: 0 0 0 3px rgba(255, 82, 59, 0.25);
    transform: scale(1.04);
}

.product-info-side {
    padding-left: 20px;
}

.product-category-tag {
    display: inline-block;
    background: rgba(255, 82, 59, 0.1);
    color: #ff523b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-style: normal;
}

.product-details-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.25;
    font-style: normal;
}

.product-price-box {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    font-style: normal;
}

.product-details-price {
    font-size: 26px;
    font-weight: 700;
    color: #ff523b;
    margin: 0;
}

.product-details-old-price {
    font-size: 17px;
    color: #999;
    text-decoration: line-through;
}

.product-discount-badge {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.product-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    font-style: normal;
    font-size: 13px;
}

.product-stock-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.product-stock-pill.in-stock {
    color: #10b981;
}

.product-stock-pill.low-stock {
    color: #f59e0b;
}

.product-stock-pill.out-stock {
    color: #f43f5e;
}

.product-rating-stars {
    color: #ffb800;
}

.product-rating-stars span {
    color: #666;
    margin-left: 6px;
    font-weight: 500;
}

/* Product Details Color Variant Picker */
.product-color-section {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.color-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.color-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.selected-color-name {
    font-size: 13px;
    font-weight: 700;
    color: #ff523b;
    background: rgba(255, 82, 59, 0.08);
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 82, 59, 0.2);
}

.product-colors-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.color-option-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 30px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.color-option-btn:hover {
    border-color: #ff523b;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 82, 59, 0.15);
}

.color-option-btn.active {
    border-color: #ff523b;
    background: #fff8f7;
    color: #ff523b;
    box-shadow: 0 0 0 3px rgba(255, 82, 59, 0.2);
}

.color-option-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.color-option-label {
    letter-spacing: -0.2px;
}

.color-option-check {
    font-size: 11px;
    color: #ff523b;
    margin-left: 2px;
}

/* Product Details Storage Variant Picker */
.product-storage-section {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.storage-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.storage-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.selected-storage-name {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.product-storage-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.storage-option-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 30px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.storage-option-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.15);
}

.storage-option-btn.active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.storage-option-icon {
    color: #3b82f6;
    font-size: 12px;
}

.storage-option-label {
    letter-spacing: -0.2px;
}

.storage-option-check {
    font-size: 11px;
    color: #2563eb;
    margin-left: 2px;
}

.product-qty-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    font-style: normal;
}

.qty-picker {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 30px;
    overflow: hidden;
    background: #fafafa;
}

.qty-btn-control {
    background: transparent;
    border: none;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.qty-btn-control:hover {
    background: #e8e8e8;
}

.qty-input-field {
    width: 44px;
    height: 38px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    outline: none;
}

.product-action-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    font-style: normal;
}

.btn-add-cart-main {
    background: #ff523b;
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 82, 59, 0.35);
}

.btn-add-cart-main:hover {
    background: #563434;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 82, 59, 0.45);
}

.btn-whatsapp-order {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 13px 26px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-order:hover {
    background: #128C7E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.product-desc-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.product-desc-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
}

.product-desc-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    font-style: normal;
}

.product-perks-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.perk-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
}

.perk-card i {
    font-size: 20px;
    color: #ff523b;
}

.perk-card strong {
    font-size: 12px;
    color: #222;
    display: block;
}

.perk-card span {
    font-size: 10px;
    color: #777;
}

.cart-link.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.scroll-top-btn {
    position: fixed;
    right: 1rem;
    bottom: 1.2rem;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 999;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-65px);
}


@media only screen and (max-width: 600px) {

    .menu-icon {
        display: block;
        cursor: pointer;
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 280px;
        max-width: 90%;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        padding: 70px 22px 22px;
        background: #fff;
        box-shadow: -18px 0 45px rgba(0, 0, 0, 0.12);
        z-index: 1002;
    }

    body.menu-open nav {
        transform: translateX(0);
    }

    nav ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        display: block;
        margin: 0;
        padding: 14px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    nav ul li a {
        color: #333;
        display: block;
        font-weight: 600;
    }

    .close-icon {
        position: absolute;
        top: 22px;
        right: 18px;
        font-size: 20px;
        color: #333;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease, visibility 0.35s ease;
        z-index: 1001;
    }

    body.menu-open .nav-overlay {
        opacity: 1;
        visibility: visible;
    }

    .navbar {
        justify-content: space-between;
    }

    .menu-icon {
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar input {
        width: 100%;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-inner {
        display: flex;
    }

    .hero-copy {
        justify-content: center;
        align-items: center;
    }

    .hero-visual {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .text-link {
        margin-top: 12px;
        display: inline-block;
    }

    .category-list {
        gap: 1px;
    }

    .col-2,
    .col-3,
    .col-4 {
        flex-basis: 100%;
    }

    .footer-col-1,
    .footer-col-2,
    .footer-col-3,
    .footer-col-4 {
        flex-basis: 100%;
    }

    .cart-layout,
    .checkout-wrap {
        grid-template-columns: 1fr;
    }

    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .confirmation-actions {
        flex-direction: column;
    }

    .confirmation-actions a {
        width: 100%;
        text-align: center;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .deal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-card img,
    .deal-card img {
        height: 140px;
        object-fit: cover;
    }

    .product-info,
    .deal-copy {
        padding: 12px;
    }

    .category-item {
        display: flex;
        align-items: center;
        gap: 1px;
        padding: 0;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 14px;
        text-decoration: none;
        color: #333;
        flex: 1 1 180px;
        width: 10px;
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .price,
    .deal-price {
        font-size: 15px;
        color: #ff523b;
        font-weight: 700;
    }

    .deal-price small {
        color: #888;
        font-size: 10px;
        font-weight: 500;
    }

    .rating-text {
        color: #777;
        font-size: 8px;
    }

    .product-info h3,
    .deal-copy h3 {
        font-size: 14px;
        color: #222;
    }

    .section {
        padding: 50px 0;
    }

    .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 34px;
        gap: 16px;
    }

    .section-heading h2 {
        font-size: 20px;
        color: #222;
    }

    .view-all {
        color: #ff523b;
        text-decoration: none;
        font-weight: 300;
    }

    .grid {
        display: grid;
        gap: 12px;
    }

    .brands {
        margin: 10px auto;
    }

    .col-5 {
        width: 80px;
    }

    .close-icon {
        display: inline-flex;
    }

    /*-------------------- product details----------------------------- */

    .small-container {
        padding: 20px 12px;
    }

    .small-container .col-2 .small-img-row {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;
        margin-top: 12px;
    }

    #ProductImg {
        width: 100%;
        object-fit: contain;
        display: flex;
        margin: 0 auto;
        margin-bottom: .25rem;
    }

    .small-img-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: nowrap;
        margin-top: 0.5rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }

    .small-img-col {
        flex: 0 0 auto;
    }

    .small-img {
        width: 72px;
        height: 72px;
        border-radius: 12px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .small-img:hover,
    .small-img:focus {
        transform: scale(1.03);
        border-color: #222;
    }

    .single-product .row {
        text-align: left;
    }

    .single-product {
        padding: 20px 0;
    }

    .col-2 {
        padding-bottom: -10px;
    }

    .single-product h1 {
        font-size: 15px;
        line-height: 18px;
    }

    .small-img {
        width: 60px;
        height: 60px;
    }

    .scroll-top-btn {
        display: flex;
    }



    .scroll-top-btn {
        display: none;
    }

    .col-2 {
        flex: 1 1 100%;
    }

    .small-img-row {
        gap: 0.75rem;
    }

    .small-img {
        width: 60px;
        height: 60px;
    }

    .scroll-top-btn {
        display: flex;
    }

    .small-img-row {
        gap: 0.75rem;
    }

    .small-img-row .small-img {
        width: 56px;
        height: 56px;
    }

    .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

}

/* ==========================================================================
   Testimonial / Customer Reviews Section
   ========================================================================== */
.testimonial-section {
    padding: 60px 0 40px;
    background: radial-gradient(circle at center, #ffffff 0%, #fcfbfb 100%);
}

.section-subtitle {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-top: -60px;
    margin-bottom: 50px;
    font-style: normal;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 30px;

}

.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    font-style: normal;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(255, 82, 59, 0.08);
    border-color: rgba(255, 82, 59, 0.3);
}

.testimonial-quote-icon {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 32px;
    color: rgba(255, 82, 59, 0.12);
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff523b;
    background: #f0f0f0;
    flex-shrink: 0;
}

.testimonial-user-info h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.testimonial-user-info span {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonial-verified-badge {
    color: #10b981;
    font-weight: 600;
    font-size: 11px;
}

.testimonial-stars {
    color: #ffb800;
    font-size: 13px;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555;
    flex: 1;
}

/* ==========================================================================
   Frequently Asked Questions (FAQ) Accordion Section
   ========================================================================== */
.faq-section {
    padding: 50px 0 80px;
}

.faq-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1.5px solid #ececec;
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    font-style: normal;
}

.faq-item:hover {
    border-color: #ddd;
}

.faq-item.active {
    border-color: #ff523b;
    box-shadow: 0 8px 24px rgba(255, 82, 59, 0.07);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    background: transparent;
    user-select: none;
}

.faq-question h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    transition: color 0.25s ease;
}

.faq-item.active .faq-question h3 {
    color: #ff523b;
}

.faq-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-item.active .faq-icon-wrap {
    background: #ff523b;
    color: #fff;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 250px;
    opacity: 1;
    padding: 0 24px 22px;
}

.faq-answer p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
}

/* FAQ & Testimonials Responsive Queries */
@media (max-width: 992px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        padding: 16px 18px;
    }

    .faq-question h3 {
        font-size: 14.5px;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 18px;
    }

    .faq-answer p {
        font-size: 13.5px;
    }

    /* Single Product Mobile Improvements */
    .single-product-wrap {
        padding: 18px 14px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .product-info-side {
        padding-left: 0;
        margin-top: 16px;
    }

    .product-details-title {
        font-size: 21px;
        line-height: 1.3;
    }

    .product-details-price {
        font-size: 22px;
    }

    .product-perks-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-action-btns {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .btn-add-cart-main,
    .btn-whatsapp-order {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 12px 20px;
    }

    .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 16px;
    }

    .section-heading h2 {
        font-size: 18px;
        margin: 0;
    }
}

/* ==========================================================================
   BLOG & ARTICLE READER STYLES
   ========================================================================== */

/* Reading Progress Bar */
.reading-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 9999;
}

.reading-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff523b, #ff7a59);
    transition: width 0.1s ease-out;
}

/* Blog Listing Page */
.blog-hero-section {
    background: linear-gradient(180deg, #fdf6f5 0%, #ffffff 100%);
    padding: 40px 0 30px;
    border-bottom: 1px solid #f0f0f0;
}

.blog-header-content {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 35px;
}

.blog-eyebrow {
    display: inline-block;
    background: rgba(255, 82, 53, 0.1);
    color: #ff523b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 12px;
}

.blog-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Featured / Spotlight Story Card */
.featured-story-wrap {
    margin-bottom: 10px;
}

.featured-story-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #ececec;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.featured-image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: #111827;
}

.featured-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.featured-story-card:hover .featured-image-wrap img {
    transform: scale(1.04);
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ff523b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(255, 82, 53, 0.4);
}

.featured-content-wrap {
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
}

.category-tag {
    background: rgba(255, 82, 53, 0.08);
    color: #ff523b;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.meta-separator {
    color: #ccc;
}

.featured-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}

.featured-title a {
    color: #1f2937;
    transition: color 0.2s ease;
}

.featured-title a:hover {
    color: #ff523b;
}

.featured-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 22px;
}

.featured-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 15px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff523b;
}

.author-name {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
}

.author-role {
    font-size: 11px;
    color: #888;
}

.btn-read-featured {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 8px;
}

/* Filter Controls Bar */
.blog-feed-section {
    padding: 40px 0 60px;
}

.blog-controls-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.blog-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-pill {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.filter-pill:hover {
    background: #e5e7eb;
    color: #111827;
}

.filter-pill.active {
    background: #ff523b;
    border-color: #ff523b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 82, 53, 0.25);
}

.blog-count-badge {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

/* Articles Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-bottom: 50px;
}

.blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.blog-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #1f2937;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.card-category-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(17, 24, 39, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.blog-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-card-title a {
    color: #1f2937;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #ff523b;
}

.blog-card-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 18px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
}

.card-author span {
    color: #777;
}

.card-author strong {
    color: #333;
}

.read-more-link {
    color: #ff523b;
    font-weight: 600;
    transition: transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.read-more-link:hover {
    transform: translateX(3px);
}

/* Empty State */
.no-blogs-state {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px dashed #d1d5db;
    margin-bottom: 40px;
}

.no-blogs-state i {
    font-size: 40px;
    color: #9ca3af;
    margin-bottom: 12px;
}

.no-blogs-state h3 {
    font-size: 18px;
    color: #374151;
    margin-bottom: 6px;
}

.no-blogs-state p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
}

/* Newsletter Box */
.blog-newsletter-card {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-radius: 18px;
    padding: 45px 35px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}

.newsletter-content {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-badge {
    display: inline-block;
    background: rgba(255, 82, 53, 0.2);
    color: #ff7a59;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.newsletter-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.newsletter-content p {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 24px;
}

.newsletter-input-group {
    display: flex;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto 12px;
}

.newsletter-input-group input {
    flex: 1;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #374151;
    background: #111827;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.newsletter-input-group input:focus {
    border-color: #ff523b;
}

.btn-newsletter {
    background: #ff523b;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-newsletter:hover {
    background: #e04833;
}

.newsletter-disclaimer {
    font-size: 11px;
    color: #6b7280;
}

/* ==========================================================================
   SINGLE ARTICLE READER PAGE
   ========================================================================== */

.article-page-main {
    padding: 30px 0 60px;
    background: #ffffff;
}

/* Breadcrumbs */
.article-breadcrumbs {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.article-breadcrumbs a {
    color: #4b5563;
    transition: color 0.2s ease;
}

.article-breadcrumbs a:hover {
    color: #ff523b;
}

.crumb-separator {
    color: #d1d5db;
}

.current-crumb {
    color: #9ca3af;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Article Layout Grid */
.article-layout-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 45px;
    align-items: start;
}

.article-main-header {
    margin-bottom: 24px;
}

.article-meta-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.article-headline {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 20px;
}

.article-author-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.author-details {
    flex: 1;
}

.share-compact {
    display: flex;
    gap: 8px;
}

.btn-share-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-share-icon:hover {
    background: #ff523b;
    border-color: #ff523b;
    color: #fff;
}

.article-cover-wrap {
    margin-bottom: 30px;
    border-radius: 14px;
    overflow: hidden;
    background: #1f2937;
    max-height: 450px;
}

.article-cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Article Body Typography */
.typography-styled {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.typography-styled .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #1f2937;
    margin-bottom: 24px;
}

.typography-styled h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 32px 0 14px;
    line-height: 1.35;
}

.typography-styled p {
    margin-bottom: 18px;
    color: #4b5563;
}

.typography-styled ul,
.typography-styled ol {
    margin: 16px 0 22px 24px;
}

.typography-styled li {
    margin-bottom: 8px;
    color: #4b5563;
}

.typography-styled strong {
    color: #111827;
}

/* Callout Box */
.blog-callout {
    display: flex;
    gap: 16px;
    background: #fff8f6;
    border-left: 4px solid #ff523b;
    padding: 18px 20px;
    border-radius: 0 10px 10px 0;
    margin: 28px 0;
}

.callout-icon {
    font-size: 22px;
    color: #ff523b;
    flex-shrink: 0;
    margin-top: 2px;
}

.callout-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #991b1b;
    margin-bottom: 4px;
}

.callout-content p {
    font-size: 14px;
    line-height: 1.55;
    color: #7f1d1d;
    margin: 0;
}

/* Embedded Shoppable Product Card Widget */
.shoppable-widget-wrap {
    margin: 35px 0;
}

.shoppable-product-card {
    background: linear-gradient(135deg, #ffffff 0%, #fefcfb 100%);
    border: 2px solid #ff523b;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(255, 82, 53, 0.08);
    position: relative;
}

.shoppable-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #ff523b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(255, 82, 53, 0.3);
}

.shoppable-inner {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    align-items: center;
}

.shoppable-img-col img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.shoppable-cat {
    font-size: 11px;
    font-weight: 700;
    color: #ff523b;
    letter-spacing: 0.5px;
}

.shoppable-title {
    font-size: 18px;
    font-weight: 700;
    margin: 4px 0 8px;
}

.shoppable-title a {
    color: #111827;
}

.shoppable-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
}

.shoppable-price {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.shoppable-original-price {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.shoppable-stock {
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.shoppable-stock.in-stock {
    color: #10b981;
}

.shoppable-stock.out-stock {
    color: #ef4444;
}

.shoppable-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.45;
    margin-bottom: 14px;
}

.shoppable-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-shoppable-details {
    background: #f3f4f6;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

.btn-shoppable-details:hover {
    background: #e5e7eb;
}

.btn-shoppable-buy {
    background: #25D366;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-shoppable-buy:hover {
    background: #1ebe5d;
}

/* Article Share Footer Bar */
.article-share-bar {
    margin: 40px 0 30px;
    padding: 20px 24px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.share-prompt {
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-actions-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-share-action {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    transition: opacity 0.2s ease;
}

.btn-share-action:hover {
    opacity: 0.9;
}

.btn-share-action.whatsapp {
    background: #25D366;
    color: #ffffff;
}

.btn-share-action.twitter {
    background: #111827;
    color: #ffffff;
}

.btn-share-action.copy {
    background: #e5e7eb;
    color: #374151;
}

/* Reader Reaction Box */
.reader-reaction-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.reader-reaction-box h3 {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.reader-reaction-box p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
}

.reaction-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-reaction {
    background: #f9fafb;
    border: 1px solid #d1d5db;
    color: #374151;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
}

.btn-reaction:hover {
    background: #fff0ee;
    border-color: #ff523b;
    color: #ff523b;
}

/* Sidebar Widgets */
.sidebar-widget-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.sidebar-widget-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.store-perks-widget {
    background: linear-gradient(180deg, #fdf6f5 0%, #ffffff 100%);
    border-color: #fce7e4;
}

.perks-list {
    list-style: none;
    margin-bottom: 18px;
}

.perks-list li {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.perks-list li i {
    color: #ff523b;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.trending-posts-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.trending-post-item {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
}

.trending-post-item img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.trending-post-info h5 {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.trending-post-item:hover .trending-post-info h5 {
    color: #ff523b;
}

.trending-post-info span {
    font-size: 11px;
    color: #9ca3af;
}

/* Related Articles Section */
.related-articles-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
}

.section-header-compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.section-header-compact h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.view-all-link {
    color: #ff523b;
    font-size: 13px;
    font-weight: 600;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #111827;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.toast-notification.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Media Queries for Blog */
@media (max-width: 992px) {
    .featured-story-card {
        grid-template-columns: 1fr;
    }

    .featured-image-wrap {
        min-height: 240px;
    }

    .featured-content-wrap {
        padding: 25px;
    }

    .article-layout-grid {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .blog-main-title {
        font-size: 26px;
    }

    .article-headline {
        font-size: 24px;
    }

    .shoppable-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .shoppable-img-col img {
        height: 180px;
        margin: 0 auto;
    }

    .shoppable-actions {
        justify-content: center;
    }

    .newsletter-input-group {
        flex-direction: column;
    }

    .btn-newsletter {
        width: 100%;
    }

    .article-share-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .share-actions-group {
        justify-content: center;
    }
}
