* {
    margin: 0;
    padding: 0;
    font-family: Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
}
header {
    display: flex;
    background-color: #ffffff;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b6b1b1;
}
.myntra_home {
    height: 45px;
}
.logo_container {
    margin-left: 4%;
}
.action_bar {
    margin-right: 4%;
}
.nav_bar {
    display: flex;
    min-width: 500px;
    justify-content: space-evenly;
}
.nav_bar a {
    font-size: 14px;
    letter-spacing: .3px;
    color: #282c3f;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 28px 0;
    border-bottom: 5px solid #ffffff;
}
.nav_bar a:hover {
    border-bottom: 4px solid #f54e77;
}

.nav_bar a sup {
    color: #ff3f6c;
    font-size: 10px;
}

.search_bar {
    height: 40px;
    min-width: 200px;
    width: 30%;
    display: flex;
    align-items: center;
}
.search_icon {
    box-sizing: content-box;
    height: 20px;
    padding: 10px;

    background-color: #f5f5f6;
    color: #282c3f;
    font-weight: 300;
    border-radius: 4px 0 0 4px;
}
.search_input {
    color: #696e79;
    background-color: #f5f5f6;
    flex-grow: 1;
    height: 40px;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.action_bar {
    display: flex;
    min-width: 200px;
    justify-content: space-evenly;
}

.action_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_container {
    margin: 40px 0;
}
/* ---------- homepage promo sections ---------- */
.promo_strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 18px 3% 0;
    padding: 20px 24px;
    border-radius: 4px;
    background: #06934a;
    color: #fff;
}
.promo_amount {
    font-size: clamp(1.4rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: .01em;
}
.promo_divider {
    width: 2px;
    height: 46px;
    background: repeating-linear-gradient(#fff 0 6px, transparent 6px 12px);
}
.promo_text {
    font-size: clamp(.95rem, 1.4vw, 1.35rem);
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}
.promo_text sup { font-size: .6em; }

/* Hero. banner.jpg is 774x258; the green frame lets it sit inset like the
   real site instead of being stretched edge to edge and going soft. */
.banner_container {
    position: relative;
    max-width: 1180px;
    margin: 14px auto 0;
    padding: 10px;
    border-radius: 4px;
    background:
        repeating-linear-gradient(90deg, #0b7a3b 0 14px, #12a34f 14px 28px);
}
.banner_image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.banner_actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
    display: flex;
    justify-content: center;
    gap: 46%;
    pointer-events: none;
}
.banner_pill {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 3px;
    background: #f5f0e6;
    color: #282c3f;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
}
.banner_pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #282c3f;
    color: #fff;
    font-size: .8rem;
}

/* co-powered-by row */
.brand_strip {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
}
.brand_cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
}
.brand_cell + .brand_cell { border-left: 1px solid #eaeaec; }
.brand_kicker {
    color: #7e818c;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
}
.brand_name {
    color: #282c3f;
    font-size: clamp(1rem, 1.6vw, 1.5rem);
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
}
.brand_name span { color: #7e818c; }

/* pay later strip */
.paylater_strip {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 1180px;
    margin: 26px auto 0;
    padding: 20px 30px;
    border-radius: 40px;
    background: linear-gradient(90deg, #fdece4 0%, #f3f6e8 55%, #e6f4ea 100%);
}
.paylater_badge {
    padding: 10px 12px;
    background: #ffe600;
    color: #1b3fae;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
}
.paylater_rule { width: 1px; align-self: stretch; background: #c9ccd4; }
.paylater_copy { display: flex; flex-direction: column; gap: 4px; }
.paylater_copy strong {
    color: #282c3f;
    font-size: clamp(1rem, 2vw, 1.7rem);
    font-weight: 800;
}
.paylater_copy em {
    color: #3e4152;
    font-size: clamp(.85rem, 1.4vw, 1.2rem);
    font-style: normal;
    font-weight: 600;
}

/* sticky offer tab on the right edge */
.side_tab {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 40;
    padding: 16px 8px;
    border-radius: 4px 0 0 4px;
    background: #3e4152;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    writing-mode: vertical-rl;
}

@media (max-width: 820px) {
    .promo_strip { flex-direction: column; gap: 10px; text-align: center; }
    .promo_divider { width: 60px; height: 2px; background: repeating-linear-gradient(90deg, #fff 0 6px, transparent 6px 12px); }
    .promo_text { text-align: center; }
    .banner_actions { display: none; }
    .brand_strip { flex-wrap: wrap; gap: 12px; }
    .brand_cell + .brand_cell { border-left: 0; }
    .paylater_strip { border-radius: 20px; padding: 16px; }
    .side_tab { display: none; }
}
.category_heading {
    text-transform: uppercase;
    color: #3e4152;
    letter-spacing: .15em;
    font-size: 1.8em;
    margin: 50px 0 10px 30px;
    max-height: 5em;
    font-weight: 700;
}
.category_items{
    display : flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sale_items{
    width : 250px;

}
.footer_container {
    padding: 30px 0px 40px 0px;
    background: #FAFBFC;
    display: flex;
    justify-content: space-evenly;
}

.footer_column {
    display: flex;
    flex-direction: column;
}

.footer_column h3 {
    color: #282c3f;
    font-size: 14px;
    margin-bottom: 25px;
}
.footer_column a {
    color: #696b79;
    font-size: 15px;
    text-decoration: none;
    padding-bottom: 5px;
}

