* {
    margin: 0px;
    font-family: arial;
    border: border-box;
}


/* ================= NAVBAR ================= */

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.nav-logo {
    height: 50px;
    width: 100px;
}

.logo {
    background-image: url("amazon_logo.png");
    height: 50px;
    width: 100%;
    background-size: cover;
}

.border {
    border: 2px solid transparent;
}

.border:hover {
    border: 1.5px solid white;
}


/* box 2 */

.add-above {
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}

.add-below {
    font-size: 1rem;
    margin-left: 3px;
    display: flex;
}

.add-icon {
    display: flex;
    align-items: center;
}


/* box 3 */

.nav-search {
    display: flex;
    width: 650px;
    height: 50px;
    background-color: pink;
    justify-content: space-evenly;
    border: none;
    border-radius: 4px;
}

.nav-search:hover {
    border: 2px solid orange;
}

.search-select {
    width: 50px;
    background-color: #f3f3f3;
    font-size: 1rem;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-input {
    width: 100%;
    font-size: 1rem;
}

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: rgb(255, 136, 0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}


/* box 4 */

.nav-lang {
    display: flex;
}

.lang-icon {
    width: 23px;
    height: 16px;
    background-image: url("flag-us.jpg");
    background-size: cover;
}

.lang {
    margin-left: 5px;
    color: white;
    background-color: #0f1111;
    border: none;
    font-weight: 700;
}


/* box 5 */

.nav-sign {
    font-size: 0.8rem;
}

.sign-list {
    border: none;
    background-color: #0f1111;
    color: white;
    font-size: 0.9rem;
    margin-left: -3px;
    font-weight: 700;
}


/* box 6 */

.orderl1 {
    font-size: 0.8rem;
}

.orderl2 {
    font-size: 0.9rem;
    font-weight: 700;
}


/* box 7 */

.nav-cart i {
    font-size: 30px;
}

.nav-cart {
    font-size: 0.9rem;
    font-weight: 700;
}


/* ================= PANEL ================= */

.panel {
    display: flex;
    height: 40px;
    background-color: #222f3d;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.panel-all {
    margin-left: 10px;
}

.panel-ops a {
    margin-left: 15px;
    color: white;
    text-decoration: none;
}

.panel-ops {
    font-size: 0.85rem;
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
}

.panel-deals a {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.panel-items {
    height: 90%;
    display: flex;
    align-items: center;
}

.panel-items:hover {
    border: 1.5px solid white;
}


/* ================= HERO ================= */

.hero-section {
    height: 350px;
    background-image: url(hero_image.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg {
    height: 40px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    width: 80%;
    position: relative;
    bottom: 25px;
}

.hero-msg a {
    color: #007185;
    font-size: 0.9rem;
}


/* ================= SHOP ================= */

.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e6e7;
}

.box {
    height: 370px;
    width: 23%;
    background-color: white;
    margin-top: 15px;
    padding: 20px 0px 15px;
}

.box-content {
    margin-left: 12px;
    margin-right: 12px;
}

.box-img {
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content a {
    color: #007185;
    text-decoration: none;
}


/* ================= FOOTER ================= */

.footer {
    margin-top: 15px;
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-panel1 button {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 0.95rem;
}

.foot-panel2 {
    height: 500px;
    background-color: #131A22;
    color: white;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.panel-box {
    width: 190px;
}

ul p {
    margin-top: 40px;
    font-weight: 650;
}

ul a {
    margin-top: 12px;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 0.85rem;
}

ul a:hover {
    text-decoration: underline;
}

.foot-panel3 {
    height: 70px;
    background-color: #131A22;
    border-top: 0.5px solid white;
    display: flex;
    justify-content: center;
}

.foot-panel4 {
    height: 80px;
    background-color: #0f1111;
    color: white;
    text-align: center;
    font-size: 0.75rem;
}

.pages {
    padding-top: 25px;
}

.copyright {
    padding-top: 5px;
}

.pages a {
    text-decoration: none;
    color: white;
    padding-right: 12px;
}


/* =====================================================
   RESPONSIVE FIXES (ONLY ADDITIONS — NO DESIGN CHANGE)
   ===================================================== */


/* Tablets */

@media (max-width: 992px) {
    .nav-search {
        width: 450px;
    }
    .box {
        width: 45%;
    }
    .panel-box {
        width: 45%;
        margin-top: 20px;
    }
}


/* Mobiles */

@media (max-width: 768px) {
    .nav-address,
    .nav-lang,
    .nav-sign,
    .orderl1,
    .orderl2 {
        display: none;
    }
    .nav-search {
        width: 95%;
        margin: 10px 0;
    }
    .panel-ops {
        display: none;
    }
    .panel-deals {
        width: 100%;
        text-align: center;
    }
    .hero-msg {
        width: 95%;
        height: auto;
        padding: 10px;
        text-align: center;
    }
    .box {
        width: 90%;
    }
    .panel-box {
        width: 100%;
        text-align: center;
    }
    .foot-panel2 {
        height: auto;
        padding-bottom: 20px;
    }
}