/* ============================================================
   Template 08 - stylo.pk replica (KS)
   ============================================================ */

/* ===== CSS Reset / Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #333; background-color: #fff; overflow-x: hidden; width: 100%; max-width: 100vw; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }

.container { max-width: 100%; margin: 0 auto; padding: 0 20px; width: 100%; }
.container-fluid { padding-left: 20px; padding-right: 20px; }

/* ===== Announcement Bar / Marquee ===== */
.top-bar_08 { background: #2c292e; color: #fff; padding: 8px 0; font-size: 12px; letter-spacing: 0.3px; }
.marquee-container-premium_08 { display: flex; align-items: center; gap: 10px; }
.marquee-badge_08 { display: flex; align-items: center; gap: 5px; padding: 2px 8px; font-size: 11px; font-weight: 700; background: rgba(255,255,255,0.12); border-radius: 3px; white-space: nowrap; }
.marquee-text-flow_08 { flex: 1; overflow: hidden; }
.marquee-text-flow_08 marquee { font-size: 12px; color: #fff; }
.top-bar-right_08 { display: flex; align-items: center; gap: 15px; white-space: nowrap; }
.top-bar-right_08 a { color: #fff; text-decoration: none; font-size: 11px; font-weight: 500; }
.top-bar-right_08 a:hover { opacity: 0.8; }

/* ===== Header ===== */
.header-sticky-wrapper_08 { position: sticky; top: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.header-desktop_08 { padding: 12px 0; }
.header-bottom_08 { display: flex; align-items: center; gap: 25px; }
.logo_08 { flex: 0 0 auto; }
.logo_08 img { max-height: 42px; }
.logo_08 a { text-decoration: none; }
.logo_08 h1 { font-size: 26px; font-weight: 800; color: #2c292e; letter-spacing: 1px; margin: 0; text-transform: uppercase; }

.search-bar_08 { display: flex; flex: 1; border: 2px solid #e0e0e0; border-radius: 30px; overflow: hidden; background: #f7f7f7; transition: border-color 0.2s; }
.search-bar_08:focus-within { border-color: #0066ff; background: #fff; }
.search-input_08 { flex: 1; border: none; padding: 10px 18px; font-size: 14px; outline: none; background: transparent; }
.search-btn_08 { background: #0066ff; color: #fff; padding: 0 22px; border: none; font-size: 15px; cursor: pointer; display: flex; align-items: center; }

.header-icons_08 { display: flex; gap: 18px; align-items: center; }
.header-icon_08 { position: relative; font-size: 20px; color: #2c292e; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.header-icon_08:hover { color: #0066ff; }
.header-icon_08 .badge_08 { position: absolute; top: -6px; right: -8px; background: #ff0000; color: #fff; font-size: 10px; padding: 2px 5px; border-radius: 50%; min-width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; line-height: 1; }

/* Navbar Toggler (Mobile) */
.navbar-toggler_08 { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.navbar-toggler-icon_08 { display: block; width: 25px; height: 3px; background: #2c292e; position: relative; }
.navbar-toggler-icon_08::before, .navbar-toggler-icon_08::after { content: ''; position: absolute; width: 25px; height: 3px; background: #2c292e; transition: 0.3s; }
.navbar-toggler-icon_08::before { top: -8px; }
.navbar-toggler-icon_08::after { top: 8px; }

/* Desktop Mega Menu */
.navbar-mega_08 { border-top: 1px solid #eee; background: #fff; }
.navbar-mega-inner_08 { display: flex; justify-content: center; gap: 0; }
.navbar-mega-inner_08 .nav-item { position: relative; }
.navbar-mega-inner_08 .nav-link { display: block; padding: 14px 18px; font-size: 13px; font-weight: 600; color: #2c292e; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; transition: color 0.2s; }
.navbar-mega-inner_08 .nav-link:hover { color: #0066ff; }
.navbar-mega-inner_08 .dropdown-menu {
    display: none; position: absolute; top: 100%; left: 0; min-width: 240px;
    background: #fff; box-shadow: 0 15px 40px rgba(0,0,0,0.12); border: 1px solid #eee;
    padding: 8px 0; z-index: 1000; border-radius: 0 0 6px 6px;
}
.navbar-mega-inner_08 .nav-item:hover > .dropdown-menu { display: block; }
.navbar-mega-inner_08 .dropdown-item { display: block; width: 100%; padding: 9px 20px; font-size: 13px; color: #555; text-decoration: none; transition: 0.15s; white-space: nowrap; }
.navbar-mega-inner_08 .dropdown-item:hover { color: #0066ff; background: #f7f7f7; }
.navbar-mega-inner_08 .dropdown-divider { height: 1px; margin: 6px 0; background: #eee; }
.navbar-mega-inner_08 .dropdown-submenu { position: relative; }
.navbar-mega-inner_08 .dropdown-submenu .dropdown-menu { top: 0; left: 100%; border-radius: 0 6px 6px 0; }
.navbar-mega-inner_08 .dropdown-submenu:hover .dropdown-menu { display: block; }

/* Mobile Sidebar Navigation */
.navbarTemplate_08 {
    position: fixed; top: 0; left: 0; width: 320px; max-width: 88vw; height: 100%;
    background: #fff; z-index: 1002; transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column;
    box-shadow: none;
}
.navbarTemplate_08.show { transform: translateX(0); box-shadow: 4px 0 24px rgba(0,0,0,0.12); }

/* Header */
.nav-sb-header_08 {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 18px; background: #fff; border-bottom: 1px solid #f0f0f0; flex-shrink: 0;
}
.nav-sb-brand_08 { min-width: 0; flex: 1; }
.nav-sb-logo-text_08 { font-size: 18px; font-weight: 800; color: #2c292e; letter-spacing: 0.5px; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.nav-sb-close_08 {
    width: 36px; height: 36px; border-radius: 50%; border: none; background: #f5f5f5;
    color: #333; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: background 0.15s;
}
.nav-sb-close_08:hover { background: #e8e8e8; }

/* Scrollable body */
.nav-sb-body_08 { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }

/* Profile / Account */
.nav-sb-profile_08 {
    display: flex; align-items: center; gap: 14px; padding: 16px 18px;
    text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}
.nav-sb-profile_08:hover { background: #fafafa; }
.nav-sb-avatar_08 {
    width: 44px; height: 44px; border-radius: 50%; background: #f0f0f0;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-sb-avatar_08 i { font-size: 20px; color: #888; }
.nav-sb-profile-text_08 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.nav-sb-profile-greet_08 { font-size: 14px; font-weight: 600; color: #2c292e; }
.nav-sb-profile-action_08 { font-size: 12px; color: #0066ff; font-weight: 500; }
.nav-sb-profile-action_08 i { font-size: 9px; margin-left: 2px; }

/* Search */
.nav-sb-search_08 {
    display: flex; align-items: center; margin: 12px 16px; padding: 0 14px;
    border: 1px solid #e0e0e0; border-radius: 8px; background: #f7f7f7; gap: 10px;
    transition: border-color 0.2s, background 0.2s;
}
.nav-sb-search_08:focus-within { border-color: #0066ff; background: #fff; }
.nav-sb-search_08 > i { color: #999; font-size: 14px; flex-shrink: 0; }
.nav-sb-search_08 input {
    flex: 1; border: none; background: transparent; padding: 11px 0; font-size: 13px;
    outline: none; min-width: 0;
}
.nav-sb-search_08 button {
    background: none; border: none; color: #0066ff; font-size: 14px; cursor: pointer;
    padding: 4px; flex-shrink: 0;
}

/* Sections */
.nav-sb-section_08 { padding: 6px 0; }
.nav-sb-section-title_08 {
    padding: 10px 18px 6px; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px; color: #aaa;
}
.nav-sb-divider_08 { height: 1px; background: #f0f0f0; margin: 0; }

/* Links */
.nav-sb-link_08 {
    display: flex; align-items: center; gap: 14px; padding: 13px 18px;
    color: #2c292e; font-size: 14px; font-weight: 500; text-decoration: none;
    transition: background 0.15s; position: relative;
}
.nav-sb-link_08:hover { background: #f5f5f5; }
.nav-sb-link_08:active { background: #eee; }
.nav-sb-link_08 i { width: 22px; text-align: center; font-size: 16px; color: #666; flex-shrink: 0; }
.nav-sb-link_08:hover i { color: #0066ff; }
.nav-sb-link_08 span { flex: 1; min-width: 0; }

/* Badge (cart count) */
.nav-sb-badge_08 {
    background: #ff0000; color: #fff; font-size: 10px; font-weight: 700;
    padding: 2px 7px; border-radius: 10px; min-width: 20px; text-align: center;
    line-height: 1.4; flex-shrink: 0;
}

/* WhatsApp */
.nav-sb-whatsapp_08 { color: #25d366 !important; }
.nav-sb-whatsapp_08 i { color: #25d366 !important; }
.nav-sb-whatsapp_08:hover { background: #f0faf4 !important; }

/* Categories sub-nav */
.nav-sb-categories_08 { padding: 0; }
.navbar-nav_08 { list-style: none; margin: 0; padding: 0; }
.navbar-nav_08 .nav-item { border-bottom: 1px solid #f5f5f5; }
.navbar-nav_08 .nav-item > a,
.navbar-nav_08 .nav-link {
    display: flex; align-items: center; gap: 14px; padding: 12px 18px 12px 28px;
    color: #444; font-size: 13px; font-weight: 400; text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.navbar-nav_08 .nav-item > a:hover,
.navbar-nav_08 .nav-link:hover { background: #f5f5f5; color: #0066ff; }
.navbar-nav_08 .nav-link_08 {
    display: flex; align-items: center; gap: 14px; padding: 12px 18px 12px 28px;
    color: #444; font-size: 13px; text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.navbar-nav_08 .nav-link_08:hover { background: #f5f5f5; color: #0066ff; }
.navbar-nav_08 .dropdown-menu { display: none; background: #fafafa; border: none; padding-left: 18px; box-shadow: none; position: static; min-width: 0; }
.navbar-nav_08 .dropdown-menu.show { display: block; }
.navbar-nav_08 .dropdown-item { color: #555 !important; font-size: 12px; padding: 9px 18px 9px 42px; }
.navbar-nav_08 .dropdown-item:hover { color: #0066ff !important; background: #f0f0f0; }
.navbar-nav_08 .dropdown-submenu .dropdown-menu { padding-left: 18px; }

/* Overlay */
.nav-sb-overlay_08 {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.45); z-index: 1001; opacity: 0; visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.nav-sb-overlay_08.show { opacity: 1; visibility: visible; }

/* ===== Hero Slider ===== */
.hero-slider_08 { position: relative; width: 100%; overflow: hidden; touch-action: pan-y; background-color: #fff; }
.hero-slider-spacer_08 { width: 100%; height: auto; display: block; pointer-events: none; }
.slider-container_08 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.slider-item_08 {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0; transition: opacity 0.8s ease;
}
.slider-item_08.active { opacity: 1; z-index: 2; }
.slider-item_08 a { display: block; width: 100%; height: 100%; }
.slider-item_08 img, .hero-banner-image_08 { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }

.cart-drawer-item_08 { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.cart-drawer-image_08 { width: 70px; height: 82px; flex: 0 0 70px; overflow: hidden; border-radius: 6px; background: #f5f5f5; }
.cart-drawer-image_08 img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cart-drawer-name_08 { font-size: 13px; font-weight: 600; margin: 0 0 3px; line-height: 1.35; }
.cart-drawer-variant_08 { font-size: 12px; color: #999; margin: 0 0 3px; }
.cart-drawer-price_08 { font-size: 12px; color: #666; margin: 0; }
.cart-drawer-total_08 { font-size: 14px; font-weight: 700; color: #d9534f; margin: 3px 0 0; }
.cart-drawer-remove_08 { margin-left: auto; }
.drawer-remove-btn_08 { background: none; border: none; color: #c00; cursor: pointer; font-size: 14px; padding: 4px; }
.slider-overlay_08 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.35), transparent); z-index: 1; }
.slider-content_08 { position: relative; z-index: 2; color: #fff; text-align: center; max-width: 640px; }
.slider-content_08 h2 { font-size: 46px; font-weight: 800; margin-bottom: 15px; text-shadow: 0 2px 12px rgba(0,0,0,0.4); text-transform: uppercase; }
.slider-content_08 p { font-size: 16px; margin-bottom: 25px; opacity: 0.95; }
.btn-primary_08 { background: #25d366; color: #fff; border: none; padding: 13px 34px; font-size: 15px; font-weight: 700; border-radius: 6px; cursor: pointer; text-decoration: none; display: inline-block; transition: opacity 0.2s; }
.btn-primary_08:hover { opacity: 0.88; color: #fff; }

.slider-dots_08 { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 10; }
.dot_08 { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s ease; border: none; padding: 0; }
.dot_08.active { background: #fff; width: 30px; border-radius: 6px; }
.slider-arrow_08 {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 50px; background: rgba(255,255,255,0.85);
    color: #333; font-size: 20px; border-radius: 50%; z-index: 10;
    display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; transition: 0.2s;
}
.slider-arrow_08:hover { background: #fff; }
.slider-arrow_08.prev_08 { left: 24px; }
.slider-arrow_08.next_08 { right: 24px; }

/* ===== Section Headers ===== */
.section-header_08 { text-align: center; margin: 40px 0 25px; }
.section-header_08 h2 { font-size: 28px; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; color: #2c292e; }
.section-header_08 p { font-size: 15px; color: #888; }
.section-title-bar_08 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-title-bar_08 h3 { font-size: 22px; font-weight: 800; text-transform: uppercase; color: #2c292e; margin: 0; }
.section-title-bar_08 .view-all_08 { font-size: 13px; font-weight: 600; color: #0066ff; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; }
.section-title-bar_08 .view-all_08:hover { text-decoration: underline; }

/* ===== Categories Section (tiles) ===== */
.categories-section_08 { padding: 10px 0 30px; }
.categories-grid_08 { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 20px; }
.category-card_08 {
    position: relative; border-radius: 50%; overflow: hidden;
    width: 160px; height: 160px; background-size: cover; background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; text-decoration: none;
}
.category-card_08:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.category-image_08 { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%; display: block; }
.category-overlay_08 {
    position: absolute; inset: 0; border-radius: 50%;
    background: rgba(0,0,0,0.55); display: flex; flex-direction: column;
    align-items: center; justify-content: center; color: #fff; text-align: center;
    opacity: 0; transition: opacity 0.3s; padding: 10px;
}
.category-card_08:hover .category-overlay_08 { opacity: 1; }
.category-overlay_08 h3 { font-size: 14px; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 0.3px; }
.category-link_08 { font-size: 11px; font-weight: 600; color: #25d366; margin-top: 4px; }

/* ===== Products Grid / Carousel ===== */
.products-section_08 { padding: 20px 0 30px; overflow: hidden; }
.products-grid_08 { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; max-width: 1400px; margin: 0 auto; width: 100%; }
.carousel-wrap_08 { position: relative; }
.product-carousel_08 { display: flex; flex-wrap: nowrap; gap: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 8px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #bbb #f0f0f0; }
.product-carousel_08::-webkit-scrollbar { height: 8px; }
.product-carousel_08::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 10px; }
.product-carousel_08::-webkit-scrollbar-thumb { background: #bbb; border-radius: 10px; }
.product-carousel_08 .product-card_08 { flex: 0 0 auto; width: 250px; scroll-snap-align: start; }
.carousel-arrow_08 {
    position: absolute; top: 38%; transform: translateY(-50%); z-index: 5;
    width: 40px; height: 40px; border: none; border-radius: 50%;
    background: rgba(255,255,255,0.92); box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #333; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px;
    transition: background 0.2s, color 0.2s;
}
.carousel-arrow_08.prev { left: -8px; }
.carousel-arrow_08.next { right: -8px; }
.carousel-arrow_08:hover { background: #fff; color: #0066ff; }

.product-card_08 {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative;
}
.product-card_08:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,0.14); }
.product-image_08 { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f5f5f5; display: flex; align-items: center; justify-content: center; }
.product-image_08 a { display: block; width: 100%; height: 100%; }
.product-image_08 img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.4s ease, opacity 0.25s ease; }
.product-card_08:hover .product-image_08 img { transform: scale(1.06); }
.discount-badge_08 { position: absolute; top: 10px; left: 10px; background: #ff0000; color: #fff; padding: 3px 9px; font-size: 12px; font-weight: 700; border-radius: 4px; z-index: 2; }
.product-badge_08 { position: absolute; top: 10px; left: 10px; background: #ff0000; color: #fff; padding: 3px 9px; font-size: 12px; font-weight: 700; border-radius: 4px; z-index: 2; }
.product-badge_08.badge-discount_08 { background: #ff0000; }
.product-quickview-btn_08 {
    position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%) translateY(60px);
    background: rgba(0,0,0,0.75); color: #fff; border: none; padding: 8px 16px; font-size: 12px;
    font-weight: 600; border-radius: 20px; cursor: pointer; transition: transform 0.3s ease; opacity: 0; z-index: 2; white-space: nowrap;
}
.product-card_08:hover .product-quickview-btn_08 { transform: translateX(-50%) translateY(0); opacity: 1; }

.product-info_08 { padding: 14px 15px 16px; }
.product-title_08 { font-size: 14px; font-weight: 700; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 40px; line-height: 1.4; }
.product-title_08 a { text-decoration: none; color: #2c292e; }
.product-title_08 a:hover { color: #0066ff; }
.product-sku_08 { font-size: 12px; color: #999; margin-bottom: 8px; }
.product-price_08 { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.sale-price_08 { font-size: 17px; font-weight: 700; color: #d9534f; }
.original-price_08 { font-size: 14px; color: #aaa; text-decoration: line-through; }
/* Prices emitted by GenerateTemplate8ProductCard */
.price-sale_08 { font-size: 17px; font-weight: 700; color: #d9534f; }
.price-was_08 { font-size: 14px; color: #aaa; text-decoration: line-through; font-weight: 400; }
.product-actions_08 { display: flex; gap: 8px; }
.btn-quick-view_08, .btn-add-to-cart_08 {
    flex: 1; border: none; padding: 10px; cursor: pointer; font-size: 12px;
    font-weight: 600; border-radius: 6px; transition: opacity 0.2s, background 0.2s; text-transform: uppercase; letter-spacing: 0.3px;
}
.btn-quick-view_08 { background: #f2f2f2; color: #333; }
.btn-add-to-cart_08 { background: #25d366; color: #fff; }
.btn-quick-view_08:hover, .btn-add-to-cart_08:hover { opacity: 0.85; }

/* Color swatches on cards */
.product-colors_08 { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.color-circle_08 { width: 18px; height: 18px; border-radius: 50%; border: 1px solid #ddd; cursor: pointer; display: inline-block; transition: transform 0.15s; }
.color-circle_08:hover { transform: scale(1.2); }
.color-circle_08.active { outline: 2px solid #0066ff; outline-offset: 2px; }

/* ===== Banner Split (Structures) ===== */
.banners-row_08 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 10px 0 20px; }
.banner-card_08 { position: relative; border-radius: 10px; overflow: hidden; height: 240px; }
.banner-card_08 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.banner-card_08:hover img { transform: scale(1.04); }
.banner-card_08 a { display: block; height: 100%; }
.banner-card-overlay_08 { position: absolute; inset: 0; background: rgba(0,0,0,0.25); display: flex; align-items: center; padding: 30px; }
.banner-card-overlay_08 h3 { color: #fff; font-size: 22px; font-weight: 800; text-transform: uppercase; }

/* ===== Product Detail ===== */
.product-detail-page_08 { padding: 30px 0; }
.breadcrumb_08 { font-size: 13px; color: #999; margin-bottom: 25px; }
.breadcrumb_08 a { color: #0066ff; text-decoration: none; }
.image-gallery_08 { border-radius: 10px; overflow: hidden; }
.main-image_08 { width: 100%; height: auto; display: block; border-radius: 10px; }
.color-thumbs_08 { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.color-thumbs_08 img { width: 64px; height: 64px; object-fit: cover; border: 2px solid #e0e0e0; cursor: pointer; border-radius: 6px; transition: border-color 0.2s; }
.color-thumbs_08 img.active { border-color: #0066ff; }

.size-selector_08 { margin-bottom: 18px; }
.size-selector_08 label, .color-selector_08 label { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; display: block; }
.size-btn_08 { padding: 9px 18px; border: 1px solid #ddd; border-radius: 6px; background: #fff; cursor: pointer; font-size: 13px; transition: 0.2s; }
.size-btn_08:hover { border-color: #0066ff; color: #0066ff; }
.size-btn_08.active { background: #0066ff; color: #fff; border-color: #0066ff; }
.color-selector_08 { margin-bottom: 18px; }
.color-btn_08 { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #ddd; cursor: pointer; transition: transform 0.15s; }
.color-btn_08:hover { transform: scale(1.12); }
.color-btn_08.active { outline: 2px solid #0066ff; outline-offset: 2px; }
.actions_08 { display: flex; gap: 12px; margin: 20px 0; flex-wrap: wrap; }
.actions_08 button { flex: 1; min-width: 200px; border: none; padding: 15px; font-size: 15px; font-weight: 700; border-radius: 8px; cursor: pointer; transition: opacity 0.2s; }
.actions_08 button:hover { opacity: 0.88; }
.actions_08 .btn-cart_08 { background: #25d366; color: #fff; }
.actions_08 .btn-buy_08 { background: #0066ff; color: #fff; }
.share-btn_08 { width: 100%; margin-top: 8px; background: #f5f5f5; color: #333; border: 1px solid #e0e0e0; padding: 13px; font-size: 13px; font-weight: 600; border-radius: 8px; cursor: pointer; }
.share-btn_08:hover { background: #eee; }
.product-description_08 { margin-top: 45px; border-top: 1px solid #eee; padding-top: 25px; }
.product-description_08 h2 { font-size: 20px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.out-of-stock_08 { border: 1px solid #f5c6cb; background: #fff3f3; color: #d9534f; padding: 10px; border-radius: 6px; font-weight: 700; text-align: center; }

/* ===== Cart Drawer ===== */
.drawer-overlay_08 {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); z-index: 5000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease;
}
.drawer-overlay_08.active { opacity: 1; visibility: visible; }
.drawer-container_08 {
    position: absolute; top: 0; right: -400px; width: 400px; max-width: 92vw; height: 100%;
    background: #fff; box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column;
}
.drawer-overlay_08.active .drawer-container_08 { right: 0; }
.drawer-header_08 { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid #eee; }
.drawer-header_08 h3 { font-size: 17px; font-weight: 700; text-transform: uppercase; margin: 0; }
.drawer-close-btn_08 { background: none; border: none; font-size: 26px; cursor: pointer; line-height: 1; color: #666; }
.drawer-content_08 { flex: 1; overflow-y: auto; padding: 15px 20px; }
.cart-drawer-item_08 { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.cart-drawer-item_08 img { width: 70px; height: 70px; object-fit: cover; border-radius: 6px; background: #f5f5f5; }
.cart-drawer-info_08 { flex: 1; }
.cart-drawer-info_08 .cname { font-size: 13px; font-weight: 600; margin-bottom: 3px; }
.cart-drawer-info_08 .cvariant { font-size: 12px; color: #999; }
.cart-drawer-info_08 .cprice { font-size: 14px; font-weight: 700; color: #d9534f; margin-top: 4px; }
.cart-drawer-remove_08 { background: none; border: none; color: #c00; cursor: pointer; font-size: 14px; align-self: flex-start; }
.cart-empty-state_08 { text-align: center; padding: 50px 20px; color: #999; }
.cart-empty-state_08 i { font-size: 48px; color: #ddd; margin-bottom: 15px; }
.drawer-footer_08 { border-top: 1px solid #eee; padding: 16px 20px; }
.cart-total_08 { display: flex; justify-content: space-between; font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.checkout-btn_08 { width: 100%; background: #25d366; color: #fff; border: none; padding: 14px; font-size: 14px; font-weight: 700; border-radius: 8px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; }
.checkout-btn_08:hover { opacity: 0.9; }

/* ===== Quick View Modal ===== */
body.modal-open_08 {
    overflow: hidden !important;
    touch-action: none;
}

.modal-overlay_08 {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.65); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
    z-index: 4000; display: none; align-items: center; justify-content: center; padding: 20px;
    overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
}
.modal-overlay_08.active { display: flex; }
.modal-container_08 {
    background: #fff; max-width: 900px; width: 100%; border-radius: 16px; overflow: hidden; position: relative;
    max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    animation: modalFadeIn_08 0.25s ease-out;
}
@keyframes modalFadeIn_08 {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-close-btn_08 {
    position: absolute; top: 14px; right: 16px; background: rgba(0,0,0,0.55); color: #fff; border: none;
    width: 36px; height: 36px; border-radius: 50%; font-size: 20px; cursor: pointer; z-index: 50; line-height: 1;
    display: flex; align-items: center; justify-content: center; transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.modal-close-btn_08:hover { background: rgba(0,0,0,0.85); transform: scale(1.06); }
.modal-content_08 {
    flex: 1; max-height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; touch-action: pan-y;
}

/* QuickView inner layout */
.product-quick-view_08 { display: flex; gap: 28px; padding: 34px 30px; align-items: flex-start; }
.qv-gallery_08 { flex: 1 1 50%; max-width: 50%; }
.qv-main-image_08 { width: 100%; height: auto; max-height: 460px; object-fit: contain; background: #f7f7f7; border-radius: 10px; display: block; }
.qv-thumbnails_08 { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.qv-thumbnails_08 img { width: 60px; height: 60px; object-fit: cover; border: 2px solid #e0e0e0; border-radius: 6px; cursor: pointer; transition: border-color 0.2s; background: #f5f5f5; }
.qv-thumbnails_08 img:hover { border-color: #999; }
.qv-thumbnails_08 img.active { border-color: #0066ff; }
.qv-info_08 { flex: 1 1 50%; max-width: 50%; }
.qv-title_08 { font-size: 22px; font-weight: 800; margin: 0 0 6px; color: #2c292e; line-height: 1.3; }
.qv-sku_08 { font-size: 12px; color: #999; margin-bottom: 12px; }
.qv-price_08 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.qv-option_08 { margin-bottom: 16px; }
.qv-label_08 { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; color: #333; }
.qv-selected_08 { font-weight: 400; text-transform: none; color: #666; }
.qv-colors_08, .qv-sizes_08 { display: flex; gap: 8px; flex-wrap: wrap; }
.qv-qty_08 { margin-bottom: 18px; }
.qty-selector_08 { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.qty-selector_08 button { width: 36px; height: 38px; border: none; background: #f5f5f5; cursor: pointer; font-size: 16px; font-weight: 700; color: #333; }
.qty-selector_08 button:hover { background: #e8e8e8; }
.qty-selector_08 input { width: 50px; height: 38px; border: none; text-align: center; font-size: 14px; font-weight: 700; outline: none; }
.qv-add-cart_08 { width: 100%; padding: 14px; margin-top: 4px; }
.qv-details-link_08 { display: inline-block; margin-top: 14px; color: #0066ff; text-decoration: none; font-size: 13px; font-weight: 700; }
.qv-details-link_08:hover { text-decoration: underline; }

@media (max-width: 767px) {
    .product-quick-view_08 { flex-direction: column; padding: 24px 18px; }
    .qv-gallery_08, .qv-info_08 { max-width: 100%; flex: 1 1 100%; }
}

/* ===== Product Detail Page (Layout8) ===== */
.product-detail-page_08 { padding: 15px 0 40px; background: #fff; }
.pdp-layout_08 { display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; padding: 20px 0 10px; align-items: start; max-width: 1300px; margin: 0 auto; }
.pdp-main-image_08 {
    background: #f7f7f7; border: 1px solid #f0f0f0; border-radius: 12px; overflow: hidden;
    height: 540px; display: flex; align-items: center; justify-content: center;
}
.pdp-main-image_08 .main-image_08 { width: 100%; height: 100%; object-fit: contain; display: block; }

.pdp-info_08 { padding-top: 6px; }
.pdp-title_08 { font-size: 26px; font-weight: 800; color: #2c292e; line-height: 1.3; margin: 0 0 6px; }
.pdp-sku_08 { font-size: 13px; color: #999; margin: 0 0 14px; }
.pdp-price_08 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
.pdp-price_08 .price-sale_08 { font-size: 26px; }
.pdp-price_08 .price-was_08 { font-size: 16px; }
.badge-discount_08 { background: #ff0000; color: #fff; padding: 3px 9px; font-size: 12px; font-weight: 700; border-radius: 4px; }

.pdp-option_08 { margin-bottom: 20px; }
.pdp-label_08 { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #333; margin-bottom: 9px; }
.pdp-selected_08 { font-weight: 400; text-transform: none; color: #666; }
.pdp-colors_08, .pdp-sizes_08 { display: flex; gap: 8px; flex-wrap: wrap; }

.pdp-actions_08 { display: flex; gap: 12px; margin: 24px 0; flex-wrap: wrap; }
.pdp-actions_08 .btn-primary_08 { flex: 1; min-width: 200px; text-align: center; }
.btn-buy-now_08 { flex: 1; min-width: 200px; background: #0066ff; color: #fff; border: none; padding: 13px 34px; font-size: 15px; font-weight: 700; border-radius: 6px; cursor: pointer; transition: opacity 0.2s; }
.btn-buy-now_08:hover { opacity: 0.88; color: #fff; }

.pdp-trust_08 { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f0f0f0; }
.pdp-trust-item_08 { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #666; }
.pdp-trust-item_08 i { font-size: 20px; color: #25d366; }
.pdp-trust-item_08 strong { display: block; color: #2c292e; }
.pdp-trust-item_08 span { line-height: 1.4; }

.pdp-description_08 { margin-top: 20px; padding: 30px; background: #fafafa; border: 1px solid #f0f0f0; border-radius: 12px; }
.pdp-description_08 h2 { font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 15px; color: #2c292e; }
.pdp-description_08 div, .pdp-description_08 p { font-size: 14px; line-height: 1.8; color: #555; }
.pdp-description_08 img { max-width: 100%; }

.related-products_08 { margin-top: 45px; }

@media (max-width: 991px) {
    .pdp-layout_08 { grid-template-columns: 1fr; gap: 24px; }
    .pdp-main-image_08 { height: 420px; }
}
@media (max-width: 575px) {
    .pdp-main-image_08 { height: 320px; }
}

/* ===== Newsletter / Footer ===== */
.footer_08 { background-color: #1a1f3a; color: #ccc; padding: 45px 0 0; margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-content_08 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 30px; }
.footer-column_08 h3 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; }
.footer-column_08 ul li { margin-bottom: 11px; }
.footer-column_08 a { color: #aaa; text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-column_08 a:hover { color: #fff; }
.footer-column_08 p { font-size: 13px; line-height: 1.7; color: #aaa; }
.newsletter-form_08 { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form_08 input { padding: 12px; border-radius: 6px; border: 1px solid #333; background: rgba(255,255,255,0.05); color: #fff; outline: none; font-size: 13px; }
.newsletter-form_08 input::placeholder { color: #888; }
.newsletter-form_08 button { padding: 12px; border: none; border-radius: 6px; background: #25d366; color: #fff; font-weight: 700; cursor: pointer; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.social-icons_08 { display: flex; gap: 10px; margin-top: 14px; }
.social-icons_08 a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: background 0.2s; }
.social-icons_08 a:hover { background: #25d366; }
.footer-bottom_08 { border-top: 1px solid rgba(255,255,255,0.08); padding: 16px 0; }
.footer-bottom-content_08 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.footer-bottom-content_08 p { font-size: 12px; color: #888; margin: 0; }
.payment-icons_08 { display: flex; gap: 8px; font-size: 22px; color: #999; }

/* ===== WhatsApp Widget ===== */
.whatsapp-widget_08 { position: fixed; bottom: 20px; right: 20px; z-index: 2000; }
.whatsapp-widget_08 a { width: 54px; height: 54px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 18px rgba(37,211,102,0.4); transition: transform 0.2s; }
.whatsapp-widget_08 a:hover { transform: scale(1.08); }
.whatsapp-widget_08 img { width: 30px; height: 30px; }

/* ===== Promo Popup ===== */
.newsletter-popup_08 {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6);
    z-index: 5000; display: none; align-items: center; justify-content: center; padding: 20px;
}
.newsletter-popup_08.show { display: flex; }
.promo-card_08 { background: #fff; max-width: 440px; width: 100%; border-radius: 12px; padding: 40px; text-align: center; position: relative; }
.promo-card_08 .close-popup_08 { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 24px; cursor: pointer; color: #999; }
.promo-card_08 h2 { font-size: 22px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; color: #2c292e; }
.promo-card_08 p { font-size: 13px; color: #888; margin-bottom: 20px; }
.promo-form_08 { display: flex; flex-direction: column; gap: 12px; }
.promo-form_08 input { padding: 12px; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 13px; outline: none; }
.promo-form_08 input:focus { border-color: #0066ff; }
.promo-form_08 button { padding: 14px; background: #25d366; color: #fff; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; }

/* ===== Loading ===== */
#LoadingImage_08 { position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 6000; display: none; }

/* ===== Page Headers ===== */
.page-title_08 { font-size: 24px; font-weight: 800; text-transform: uppercase; color: #2c292e; margin: 30px 0 15px; letter-spacing: 0.5px; }

/* ===== Cart Page ===== */
.cart-page_08 { padding: 30px 0 50px; }
.cart-table_08 { width: 100%; border-collapse: collapse; margin-bottom: 30px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-radius: 10px; overflow: hidden; }
.cart-table_08 th { text-align: left; padding: 14px 16px; background: #2c292e; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.cart-table_08 td { padding: 14px 16px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; font-size: 14px; }
.cart-img_08 { width: 70px; height: 70px; object-fit: cover; border-radius: 6px; }
.cart-qty-control_08 { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.cart-qty-control_08 button { width: 32px; height: 32px; border: none; background: #f5f5f5; cursor: pointer; font-size: 14px; }
.cart-qty-control_08 input { width: 40px; border: none; text-align: center; font-size: 14px; height: 32px; outline: none; }
.btn-remove_08 { background: none; border: none; color: #c00; cursor: pointer; font-size: 15px; }
.cart-summary_08 { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-radius: 10px; padding: 24px; max-width: 380px; margin-left: auto; }
.cart-summary_08 h3 { font-size: 17px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }
.summary-row_08 { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 14px; color: #666; }
.summary-total_08 { display: flex; justify-content: space-between; margin-top: 15px; padding-top: 15px; border-top: 2px solid #f0f0f0; font-size: 17px; font-weight: 700; color: #d9534f; }

/* ===== Checkout Page ===== */
.checkout-page_08 { padding: 30px 0 50px; display: flex; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.checkout-form-container_08 { flex: 2; min-width: 320px; }
.checkout-summary-container_08 { flex: 1; min-width: 300px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-radius: 10px; padding: 26px; position: sticky; top: 90px; }
.form-group_08 { margin-bottom: 18px; }
.form-group_08 label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; color: #555; }
.form-control_08 { width: 100%; padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 14px; outline: none; transition: border-color 0.2s; }
.form-control_08:focus { border-color: #0066ff; }
.btn-place-order_08 { width: 100%; background: #25d366; color: #fff; border: none; padding: 15px; font-size: 15px; font-weight: 700; border-radius: 8px; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }
.btn-place-order_08:hover { opacity: 0.9; }
.payment-methods_08 { margin: 18px 0; }
.payment-methods_08 .custom-control_08 { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 14px; cursor: pointer; }

/* ===== Modal (shared) ===== */
.modal_08 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; overflow-y: auto; }
.modal-content_08 { background: #fff; margin: 5% auto; max-width: 800px; border-radius: 8px; padding: 0; overflow: hidden; }

/* ===== Product Listing Page (full width) ===== */
.plp-page_08 { width: 100%; padding: 25px 2.5% 45px; background: #fafafa; }
.plp-container_08 { max-width: 1600px; margin: 0 auto; }
.plp-head_08 { margin-bottom: 18px; }
.plp-title_08 { font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #2c292e; margin: 0; }

.plp-toolbar_08 {
    display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px;
    background: #fff; border: 1px solid #eee; border-radius: 10px;
    padding: 16px 18px; margin-bottom: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.plp-toolbar_08 label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #666; margin-bottom: 6px; }
.plp-toolbar_08 select, .plp-toolbar_08 input { height: 40px; border: 1px solid #e0e0e0; border-radius: 6px; padding: 0 12px; font-size: 13px; outline: none; background: #fff; }
.plp-toolbar_08 select:focus, .plp-toolbar_08 input:focus { border-color: #0066ff; }

.plp-search_08 { flex: 1 1 260px; display: flex; align-items: center; border: 2px solid #e0e0e0; border-radius: 30px; overflow: hidden; background: #f7f7f7; }
.plp-search_08:focus-within { border-color: #0066ff; background: #fff; }
.plp-search_08 i { padding-left: 14px; color: #999; }
.plp-search_08 input { flex: 1; border: none; background: transparent; height: 40px; box-shadow: none; }
.plp-search_08 .btn-primary_08 { border-radius: 0 28px 28px 0; padding: 0 22px; height: 40px; display: flex; align-items: center; }

.plp-sort_08, .plp-color_08 { min-width: 170px; }
.plp-sort_08 select, .plp-color_08 select { width: 100%; }
.plp-price_08 { min-width: 230px; }
#price_slider { margin-top: 12px; }
#price_slider_value { font-size: 12px; color: #555; font-weight: 600; }

/* jQuery UI slider branding */
.plp-price_08 .ui-slider { height: 6px; background: #e5e5e5; border: none; border-radius: 10px; }
.plp-price_08 .ui-slider .ui-slider-range { background: #0066ff; }
.plp-price_08 .ui-slider .ui-slider-handle {
    width: 16px; height: 16px; border-radius: 50%; background: #0066ff;
    border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    top: 50%; margin-left: 0; transform: translate(-50%, -50%); cursor: pointer; outline: none;
}
.plp-price_08 .ui-slider .ui-state-active { background: #0052cc; }

.plp-reset_08 {
    height: 40px; border: 1px solid #ddd; background: #fff; color: #555;
    border-radius: 6px; padding: 0 16px; cursor: pointer; font-size: 13px;
    font-weight: 600; white-space: nowrap; transition: border-color 0.2s, color 0.2s;
}
.plp-reset_08:hover { border-color: #c00; color: #c00; }

.plp-page_08 .products-grid_08 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); max-width: 1400px; margin: 0 auto; }
.plp-empty_08 { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: #999; font-size: 15px; }
.loader_08 { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: #999; font-size: 14px; }
.loader_08 i { margin-right: 8px; color: #0066ff; }

/* ===== Image-based Color Swatches (PDP fallback) ===== */
.color-btn-img_08 {
    background-size: cover !important;
    background-position: center !important;
    border: 2px solid #e0e0e0;
    width: 36px; height: 36px;
}
.color-btn-img_08:hover, .color-btn-img_08.active { border-color: #333; box-shadow: 0 0 0 2px #333; }

/* ===== PLP Scroll Sentinel ===== */
.plp-scroll-sentinel_08 { text-align: center; padding: 10px 0; }
.plp-load-more_08 { font-size: 14px; color: #666; }
.plp-load-more_08 i { margin-top: 4px; }

/* ===== Mobile Responsive ===== */
@media (max-width: 992px) {
    .top-bar_08 { display: none; }
    .navbar-mega_08 { display: none; }
    .navbar-toggler_08 { display: flex; }
    .search-bar_08 { display: none; }
    .logo_08 img { max-height: 34px; }
    .slider-content_08 h2 { font-size: 5vw; }
    .slider-content_08 p { font-size: 2.5vw; }
    .footer-content_08 { grid-template-columns: repeat(2, 1fr); }
    .categories-grid_08 { gap: 16px; }
    .category-card_08 { width: 140px; height: 140px; }
    .products-grid_08 { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .plp-page_08 .products-grid_08 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    main { overflow-x: hidden; width: 100%; }
    .header-sticky-wrapper_08 { overflow: visible; width: 100%; }

    /* ===== HEADER ===== */
    .header-desktop_08 { padding: 6px 0; }
    .header-bottom_08 { gap: 0; justify-content: space-between; padding: 0 12px; }
    .navbar-toggler_08 { display: flex; margin-right: auto; padding: 6px; flex: 0 0 auto; }
    .logo_08 { flex: 1; text-align: center; padding: 0 8px; min-width: 0; }
    .logo_08 h1 { font-size: 16px; letter-spacing: 0.5px; }
    .header-icons_08 { gap: 14px; margin-left: auto; flex: 0 0 auto; }
    .header-icon_08 { font-size: 18px; }
    .header-icon_08 .badge_08 { font-size: 9px; min-width: 16px; height: 16px; padding: 1px 4px; top: -5px; right: -6px; }

    /* ===== HERO ===== */
    .slider-content_08 { padding: 0 15px; max-width: 100%; }
    .slider-content_08 h2 { font-size: 20px; margin-bottom: 8px; }
    .slider-content_08 p { font-size: 12px; margin-bottom: 12px; }
    .btn-primary_08 { padding: 10px 24px; font-size: 13px; }
    .slider-arrow_08 { width: 32px; height: 32px; font-size: 13px; }
    .slider-arrow_08.prev_08 { left: 8px; }
    .slider-arrow_08.next_08 { right: 8px; }
    .slider-dots_08 { bottom: 12px; gap: 8px; }
    .dot_08 { width: 8px; height: 8px; }
    .dot_08.active { width: 22px; }

    /* ===== SECTION HEADERS ===== */
    .section-header_08 { margin: 20px 0 12px; padding: 0 10px; }
    .section-header_08 h2 { font-size: 18px; margin-bottom: 4px; }
    .section-header_08 p { font-size: 12px; }

    /* ===== CATEGORIES ===== */
    .categories-section_08 { padding: 8px 0 20px; overflow: hidden; }
    .categories-grid_08 { gap: 10px; justify-content: center; padding: 0 10px; }
    .category-card_08 { width: 90px; height: 90px; }
    .category-overlay_08 h3 { font-size: 9px; }
    .category-link_08 { font-size: 7px; }

    /* ===== PRODUCTS GRID ===== */
    .products-section_08 { padding: 10px 0 20px; overflow: hidden; }
    .products-grid_08 { grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 0 10px; width: 100%; }
    .plp-page_08 .products-grid_08 { grid-template-columns: repeat(2, 1fr); padding: 0; }
    .product-card_08 { border-radius: 8px; }
    .product-info_08 { padding: 6px 8px 8px; }
    .product-title_08 { font-size: 11px; min-height: 26px; line-height: 1.25; margin-bottom: 2px; -webkit-line-clamp: 2; }
    .product-sku_08 { font-size: 9px; margin-bottom: 2px; }
    .price-sale_08 { font-size: 13px; }
    .price-was_08 { font-size: 10px; }
    .product-colors_08 { margin-top: 4px; gap: 4px; }
    .color-circle_08 { width: 12px; height: 12px; }
    .btn-add-to-cart_08 { font-size: 9px; padding: 5px 6px; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.2px; border-radius: 5px; }
    .product-quickview-btn_08 { display: none; }
    .product-badge_08 { font-size: 10px; padding: 2px 6px; top: 6px; left: 6px; }
    .home-section_08 { padding: 6px 0; overflow: hidden; }

    /* ===== PLP ===== */
    .plp-page_08 { padding: 10px 10px 30px; overflow-x: hidden; width: 100%; }
    .plp-title_08 { font-size: 16px; margin-bottom: 10px; }
    .plp-toolbar_08 { gap: 8px; padding: 10px; border-radius: 8px; margin-bottom: 16px; flex-wrap: wrap; }
    .plp-toolbar_08 label { font-size: 9px; margin-bottom: 4px; }
    .plp-toolbar_08 select, .plp-toolbar_08 input { height: 36px; font-size: 11px; border-radius: 5px; min-width: 0; width: 100%; }
    .plp-search_08, .plp-sort_08, .plp-color_08, .plp-price_08 { flex: 1 1 100%; min-width: 0; }
    .plp-search_08 input { height: 36px; font-size: 12px; }
    .plp-reset_08 { width: 100%; height: 36px; font-size: 12px; }

    /* ===== BANNERS ===== */
    .banners-row_08 { grid-template-columns: 1fr; gap: 12px; padding: 8px 10px 16px; }

    /* ===== FOOTER ===== */
    .footer_08 { padding: 24px 0 0; margin-top: 16px; overflow: hidden; }
    .footer-content_08 { grid-template-columns: 1fr; gap: 16px; padding: 0 12px; margin-bottom: 20px; }
    .footer-column_08 h3 { font-size: 12px; margin-bottom: 8px; }
    .footer-column_08 ul li { margin-bottom: 5px; }
    .footer-column_08 a { font-size: 11px; }
    .footer-column_08 p { font-size: 11px; }
    .social-icons_08 { gap: 8px; margin-top: 10px; }
    .social-icons_08 a { width: 30px; height: 30px; font-size: 13px; }
    .footer-bottom_08 { padding: 12px 0; }
    .footer-bottom-content_08 { flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 0 12px; }
    .footer-bottom-content_08 p { font-size: 10px; }
    .payment-icons_08 { font-size: 18px; gap: 6px; }
    .newsletter-form_08 input { padding: 10px; font-size: 12px; }
    .newsletter-form_08 button { padding: 10px; font-size: 12px; }

    /* ===== CHECKOUT ===== */
    .checkout-page_08 { padding: 16px 10px 30px; flex-direction: column; overflow: hidden; }
    .checkout-form-container_08 { min-width: 0; flex: 1 1 100%; }
    .checkout-summary-container_08 { position: static; width: 100%; min-width: 0; flex: 1 1 100%; }
    .form-group_08 label { font-size: 10px; }
    .form-control_08 { padding: 10px 12px; font-size: 13px; }

    /* ===== CART TABLE ===== */
    .cart-page_08 { padding: 16px 10px 30px; overflow: hidden; }
    .cart-table_08 thead { display: none; }
    .cart-table_08, .cart-table_08 tbody, .cart-table_08 tr, .cart-table_08 td { display: block; width: 100%; }
    .cart-table_08 tr { padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
    .cart-table_08 th { font-size: 10px; padding: 10px 12px; }
    .cart-table_08 td { padding: 10px 12px; font-size: 13px; }
    .cart-summary_08 { max-width: 100%; margin-left: 0; margin-top: 12px; padding: 16px; }

    /* ===== PDP ===== */
    .pdp-layout_08 { grid-template-columns: 1fr; gap: 16px; padding: 10px 12px 0; }
    .pdp-main-image_08 { height: 300px; }
    .pdp-info_08 { padding: 0 12px; }
    .pdp-title_08 { font-size: 18px; margin-bottom: 4px; }
    .pdp-sku_08 { font-size: 11px; margin-bottom: 10px; }
    .pdp-price_08 { gap: 8px; margin-bottom: 14px; padding-bottom: 14px; }
    .pdp-price_08 .price-sale_08 { font-size: 20px; }
    .pdp-price_08 .price-was_08 { font-size: 14px; }
    .pdp-option_08 { margin-bottom: 14px; }
    .pdp-label_08 { font-size: 11px; margin-bottom: 6px; }
    .pdp-actions_08 { flex-direction: column; gap: 8px; margin: 16px 0; }
    .pdp-actions_08 .btn-primary_08, .btn-buy-now_08 { min-width: 100%; padding: 12px; font-size: 14px; }
    .pdp-trust-item_08 { font-size: 12px; gap: 8px; }
    .pdp-trust-item_08 i { font-size: 16px; }
    .pdp-description_08 { padding: 16px; margin-top: 16px; }
    .pdp-description_08 h2 { font-size: 16px; margin-bottom: 10px; }

    /* ===== CART DRAWER ===== */
    .drawer-container_08 { width: 100%; max-width: 100%; }
    .drawer-header_08 { padding: 14px 16px; }
    .drawer-header_08 h3 { font-size: 15px; }
    .drawer-content_08 { padding: 10px 14px; }
    .cart-drawer-item_08 { gap: 10px; padding: 10px 0; }
    .cart-drawer-item_08 img { width: 56px; height: 64px; }
    .cart-drawer-name_08 { font-size: 12px; }
    .cart-drawer-variant_08 { font-size: 11px; }
    .cart-drawer-price_08 { font-size: 11px; }
    .cart-drawer-total_08 { font-size: 13px; }
    .drawer-footer_08 { padding: 12px 14px; }
    .cart-total_08 { font-size: 14px; }
    .checkout-btn_08 { padding: 12px; font-size: 13px; }

    /* ===== QUICKVIEW MODAL ===== */
    .modal-overlay_08 { padding: 12px; align-items: center; justify-content: center; }
    .modal-container_08 { max-width: 100%; width: 100%; border-radius: 16px; max-height: 88vh; height: auto; margin: auto; }
    .modal-content_08 { max-height: calc(88vh - 4px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
    .modal-close-btn_08 { top: 10px; right: 12px; width: 34px; height: 34px; font-size: 18px; background: rgba(0,0,0,0.65); }
    .product-quick-view_08 { flex-direction: column; padding: 16px 14px 24px; gap: 16px; }
    .qv-gallery_08, .qv-info_08 { max-width: 100%; flex: 1 1 100%; width: 100%; }
    .qv-main-image_08 { max-height: 280px; border-radius: 10px; object-fit: contain; width: 100%; background: #f7f7f7; }
    .qv-thumbnails_08 { justify-content: flex-start; gap: 6px; margin-top: 8px; }
    .qv-thumbnails_08 img { width: 52px; height: 52px; border-radius: 6px; }
    .qv-title_08 { font-size: 18px; line-height: 1.3; margin-bottom: 4px; padding-right: 28px; }
    .qv-sku_08 { font-size: 11px; margin-bottom: 10px; }
    .qv-price_08 { margin-bottom: 12px; gap: 8px; }
    .qv-option_08 { margin-bottom: 12px; }
    .qv-label_08 { font-size: 11px; margin-bottom: 6px; }
    .qv-colors_08, .qv-sizes_08 { gap: 6px; }
    .qv-qty_08 { margin-bottom: 14px; }
    .qv-add-cart_08 { padding: 12px; font-size: 14px; border-radius: 8px; }
    .qv-details-link_08 { font-size: 12px; margin-top: 10px; }

    /* ===== WHATSAPP ===== */
    .whatsapp-widget_08 { bottom: 10px; right: 10px; }
    .whatsapp-widget_08 a { width: 44px; height: 44px; }
    .whatsapp-widget_08 img { width: 22px; height: 22px; }

    /* ===== PROMO POPUP ===== */
    .promo-card_08 { padding: 28px 20px; margin: 10px; max-width: 90%; }
    .promo-card_08 h2 { font-size: 18px; }
    .promo-card_08 p { font-size: 12px; }
    .promo-form_08 input { padding: 10px; font-size: 12px; }
    .promo-form_08 button { padding: 12px; font-size: 12px; }
}

@media (max-width: 480px) {
    .header-bottom_08 { padding: 0 8px; }
    .logo_08 h1 { font-size: 14px; }
    .header-icons_08 { gap: 12px; }
    .header-icon_08 { font-size: 16px; }
    .slider-content_08 h2 { font-size: 16px; }
    .slider-content_08 p { font-size: 10px; }
    .btn-primary_08 { padding: 8px 18px; font-size: 12px; }

    .category-card_08 { width: 72px; height: 72px; }
    .category-overlay_08 h3 { font-size: 8px; }
    .category-link_08 { font-size: 6px; }

    .products-grid_08 { gap: 6px; padding: 0 8px; }
    .product-info_08 { padding: 5px 6px 6px; }
    .product-title_08 { font-size: 10px; min-height: 22px; }
    .product-sku_08 { font-size: 8px; }
    .price-sale_08 { font-size: 12px; }
    .price-was_08 { font-size: 9px; }
    .btn-add-to-cart_08 { font-size: 8px; padding: 4px 5px; }

    .pdp-main-image_08 { height: 250px; }
    .pdp-title_08 { font-size: 16px; }
    .pdp-price_08 .price-sale_08 { font-size: 18px; }

    .modal-overlay_08 { padding: 8px; }
    .modal-container_08 { max-height: 92vh; border-radius: 14px; }
    .modal-content_08 { max-height: calc(92vh - 4px); }
    .product-quick-view_08 { padding: 14px 12px 20px; gap: 12px; }
    .qv-main-image_08 { max-height: 230px; }
}
