/* --- Global Reset & Basics --- */
* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: white;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* --- Header Section --- */
.start {
    width: 100%;
    min-height: 40px;
    background-color: #f2f2ed;
    border-bottom: 1px solid #ddd;
}

.rect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.for-flex1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.for-flex1 img {
    height: 18px;
    width: auto;
}

.free {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    /* scroll-snap-type: none; */
}

/* --- Navbar --- */
.frontpage {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #eee;
}
.image-for-adverticement img
{
max-width: 100%;  
height: auto;  

}
.bata {
    width: 100%;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-mobile {
    display: none;
}

.logo-desktop img {
    width: 100px;
}

.name {
    display: flex;
    gap: 20px;
}

.name a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.for-flexten {
    display: flex;
    gap: 15px;
    align-items: center;
}

.s_box input {
    background: #f7f7f5;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 4px;
    color: #333;
    width: 200px;
}

.three {
    display: flex;
    align-items: center;
}

.three img {
    width: 120px;
}

/* --- Breadcrumbs & Title --- */
.O_Army {
    padding: 10px 20px;
    font-size: 12px;
    color: #666;
}

.page-header {
    display: flex;
    align-items: baseline;
    padding: 0 20px 10px 20px;
    flex-wrap: wrap;
    /* Allows wrap on mobile */
}

.men {
    font-size: 32px;
    font-weight: 900;
}

.number {
    font-size: 20px;
    color: #666;
    margin-left: 10px;
    font-weight: bold;
}

/* --- Category Scroll Bar --- */
.nine_main {
    background: white;
    position: sticky;
    top: 60px;
    /* Adjust based on nav height */
    z-index: 90;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.nine {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    /* Allows scrolling on mobile */
    scrollbar-width: none;
}

.nine::-webkit-scrollbar {
    display: none;
}

.box {
    border: 1px solid #ccc;
    padding: 8px 15px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    background: white;
}

.box:hover {
    border-color: black;
}

/* --- Sort & Filter Bar --- */
.pricess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.all-filters {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.dot_gap {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

/* --- PRODUCT GRID SYSTEM --- */
.product-grid {
    display: grid;
    /* Responsive Grid: 4 cols desktop, 2 tablet, 1 mobile */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    background: #fafafa;
}

.product-card {
    background: white;
    border: 1px solid #eee;
    transition: transform 0.2s;
}

.product-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.back_img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9;
    position: relative;
    cursor: pointer;
}

/* Product Images & Hover */
/* Row 1 */
.img-1 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495706/5719601_1_kdrh4u.jpg");
}

.img-1:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495700/5719601_2_h4plqu.jpg");
}

.img-2 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495700/5715261_1_fu394a.jpg");
}

.img-2:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495699/5715261_2_p7zmwa.jpg");
}

.img-3 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495694/5796033_1_zvb0ju.jpg");
}

.img-3:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495693/5796033_2_vznlaa.jpg");
}

.img-4 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495688/6613023_1_vlpa2q.jpg");
}

.img-4:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495685/6613023_2_peb3pi.jpg");
}

/* Row 2 */
.img-5 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495682/6611056_1_cbrika.jpg");
}

.img-5:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495677/6611056_2_p4n4cf.jpg");
}

.img-6 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495677/6796001_1_frx9ro.jpg");
}

.img-6:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495676/6796001_2_keokez.jpg");
}

.img-7 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495671/5618161_1_uh916y.jpg");
}

.img-7:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495670/5618161_2_uzd2bz.jpg");
}

.img-8 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495670/5613047_1_lmh1xl.jpg");
}

.img-8:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495665/5613047_2_fx31eb.jpg");
}

/* Row 3 */
.img-9 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495664/6619221_1_bytxmz.jpg");
}

.img-9:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495664/6619221_2_hwayiw.jpg");
}

.img-10 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495659/5596061_1_ig6n2j.jpg");
}

.img-10:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495656/5596061_2_hjkaxp.jpg");
}

.img-11 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495653/6795001_1_palqdj.jpg");
}

.img-11:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495652/6795001_2_fymbwt.jpg");
}

.img-12 {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495652/6618026_1_egtu2o.jpg");
}

.img-12:hover {
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495646/6618026_2_oej0o8.jpg");
}

.img-13{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495653/6795001_1_palqdj.jpg");
    
    
    
    
}
.img-13:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495652/6795001_2_fymbwt.jpg");
    transition: all 0.30s linear;
    
}
.img-14{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495638/6712017_1_zje4gy.jpg");
    
    
    
    
}
.img-14:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495636/6712017_2_1_khqeyj.jpg");
    transition: all 0.30s linear;
    
}
.img-15{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495635/5796010_1_o6ezyb.jpg");
    
    
    
    
}
.img-15:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495635/5796010_2_zwegta.jpg");
    transition: all 0.30s linear;
    
}
.img-16{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495628/5615202_1_hpmasg.jpg");
    
    
    
    
}
.img-16:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495628/5615202_2_lfqztd.jpg");
    transition: all 0.30s linear;
    
}
.img-17{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495627/6796016_1_niatda.jpg");
    
    
    
    
}
.img-17:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495627/6796016_2_ipwdq3.jpg");
    transition: all 0.30s linear;
    
}
.img-18{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495612/6796013_1_paqrsf.jpg");
    
    
    
    
}
.img-18:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495612/6796013_2_dfrx5o.jpg");
    transition: all 0.30s linear;
    
}
.img-19{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495620/6617023_1_gkombs.jpg");
    
    
    
    
}
.img-19:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495619/6617023_2_ygkxna.jpg");
    transition: all 0.30s linear;
    
}
.img-20{ 
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495619/5596032_1_jkziig.jpg");
    
    
    
    
}
.img-20:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495614/5596032_2_ihzzl8.jpg");
    transition: all 0.30s linear;
    
}
.img-21{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495606/6694023_1_womlqz.jpg");
    
    
    
    
}
.img-21:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495605/6694023_2_kjc98v.jpg");
    transition: all 0.30s linear;
    
}
.img-22{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495589/5796033_1_2_qtrf3j.jpg");
    
    
    
    
}
.img-22:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495589/5796033_2_1_uq8im2.jpg");
    transition: all 0.30s linear;
    
}
.img-23{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495600/6611688_1_huixjx.jpg");
    
    
    
    
}
.img-23:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495599/6611688_2_igwoun.jpg");
    transition: all 0.30s linear;
    
}
.img-24{
    background-image:url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495590/6798012_1_ipttvo.jpg");


    
    
}
.img-24:hover{
    background-image: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761495589/6798012_2_sboagg.jpg");
    transition: all 0.30s linear;
    
}

.titles {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.n {
    font-weight: bold;
    font-size: 12px;
}

.h_symbol {
    width: 24px;
    height: 24px;
    background: url("https://res.cloudinary.com/dtw64z2mf/image/upload/v1761541072/solar--heart-outline_rvbyak.svg") no-repeat center;
}

.G_Box {
    padding: 15px;
}

.Bcolor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.BGcolor {
    font-weight: bold;
    font-size: 14px;
}

.plus img {
    width: 20px;
    cursor: pointer;
}

.colors {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.mrp {
    font-size: 12px;
    color: #888;
}

.for-flex_gap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.no {
    color: #888;
    font-size: 14px;
}

.rn {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.forty {
    background: #fee2e2;
    color: red;
    padding: 2px 5px;
    font-size: 12px;
}

/* --- Show More Button --- */
.show {
    padding: 40px 0;
    text-align: center;
}

.show_b {
    border: 1px solid black;
    padding: 10px 40px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.show_b:hover {
    background: black;
    color: white;
}

/* --- Footer --- */
.l_main {
    background-color: #f8f8f8;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l_box1 {
    width: 30%;
}

.l_box2 {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l_box21 {
    width: 23%;
    margin-bottom: 20px;
}

.red_textsb {
    color: #d60000;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.benifit {
    color: #555;
    margin-bottom: 20px;
    font-size: 16px;
}

.tomato_box {
    background: #d60000;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.bc1 {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    opacity: 0.6;
}

.bc {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    cursor: pointer;
}

.bc:hover {
    text-decoration: underline;
}

/* Footer Bottom */
.find_store {
    background: #f8f8f8;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

.find {
    display: flex;
    gap: 30px;
    align-items: center;
}

.loco,
.loco1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 14px;
}

.w img {
    width: 30px;
}

.icon_five img {
    height: 30px;
    width: auto;
}

.last_one {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #666;
}

/* ========================================= */
/* RESPONSIVE MEDIA QUERIES                  */
/* ========================================= */

/* TABLET (1024px and below) */
@media screen and (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 items per row */
    }

    .l_box1 {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .l_box2 {
        width: 100%;
    }

    .l_box21 {
        width: 48%;
    }

    .name {
        display: none;
    }

    /* Hide navbar links */
}

/* MOBILE (768px and below) */
@media screen and (max-width: 768px) {

    /* Header */
    .rect {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .free {
        width: 100%;
        text-align: left;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .logo-mobile img {
        width: 80px;
    }

    .name,
    .s_box {
        display: none;
    }

    /* Hide search & links */
    .bata {
        padding: 10px;
        justify-content: space-between;
    }

    /* Page Header */
    .page-header {
        flex-direction: column;
    }

    .men {
        font-size: 24px;
    }

    /* Product Grid: 1 Item Row */
    .product-grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    /* Filters */
    .pricess {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .all-filters {
        margin-bottom: 10px;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    /* Footer Stack */
    .l_box21 {
        width: 50%;
    }

    .find_store {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .find {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
}