body{
    margin: 0;
    padding: 0;
    background-color: #C5D7C8;
    font-family: "Poppins";
    overflow-x: hidden;
}

h1, h2, h3 {
    color: #0A3641;
    text-align: center;
}

h1 {
    margin: -16px -10px 0px;
    padding: 0;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;

}

main{
    margin: 20px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    border-bottom: solid 1px black;
}

header div {
    margin: 0 20px;
}

footer {
    height: 600px;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}


footer img {
    width: 230px;
    margin-top: 20px;
    filter: brightness(0) invert(1);
    
}

footer li {
    margin: 20px;
}

footer > div > i {
    margin: 0 30px;
}

ul, li {
    list-style-type: none;
    padding: 0;
}

header i {
    font-size: 35px;
}
nav {
    display: none;
}

nav input {
    height: 42px;
    width: 230px;
    border-radius: 50px;
    border: solid 2px #284548;
}

nav input::placeholder {
    color: #000;
    opacity: 0.5;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}

nav > i {
    font-size: 26px;
    padding-left: 8px;
    margin-right: 20px;

}

form {
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 400px;
    border: solid 3px #284548;
    background-color: #D9D9D9;
    border-radius: 50px;
    margin: 0 auto;
}

form p {
    margin-top: 20px;
    text-align: center;
}

form input {
    min-width: 200px;
    margin: 0 20px;
    height: 60px;
    border-radius: 20px;
    padding-left: 30px;
}

form input::placeholder {
    color: lightgray;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}

form label {
    margin: 0 20px;
}

form button, .linearBtn {
    margin: 30px 20px;
    background: linear-gradient(#C5D7C8, #687169);
    border: #284548 solid 3px;
    border-radius: 30px;
    background: linear-gradient(#C5D7C8, #687169);
    height: 35px;
}

input[type=submit] {
    width: 80px;
    height: 33px;
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
}

select {
    min-width: 70px;
    border-radius: 20px;
    cursor: pointer;
}

.navbarLogo{
    height: 40px;
    margin-left: 20px;
}

.inputWrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.inputWrapper > i {
    position: absolute;
    left: 10px;
}

.inputWrapper > input {
    padding-left: 60px;

}

.headerLogo{
    height: 71px;
}

.mainSection {
    background-image: url("../images/header.webp");
    margin: -20px;
    padding: 0 20px;
    height: 350px;
    background-size: cover;
    text-align: center;

}

.popularSection {
    text-align: center;
}

.ctaBtnContainer{
    margin-top: 140px;
    margin-left: -20px;
    margin-right: -20px;
}

.ctaBtn {
    color: #0A3641;
    font-size: 16px;
    font-weight: bold;
    border: #284548 solid 3px;
    box-shadow: 4px 4px #000;
    border-radius: 30px;
    background: linear-gradient(#C5D7C8, #687169);
    height: 35px;
    width: 150px;
}


.jacketCard {
    border: solid 3px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #D9D9D9;
    min-width: 280px;
    max-width: 380px;
}

.jacketCard > img {
    mix-blend-mode: multiply;
    width: 175px;
}

.jacketCard > button {
    border: #284548 solid 3px;
    border-radius: 30px;
    background-color:#C5D7C8;
    height: 35px;
    width: 150px;
    margin-bottom: 20px;
}

.jacketCard > h3, p, button {
    font-size: 20px;
    font-weight: bold;
    color: #0A3641;
}

.hiddenJacket {
    display: none;
}

.aboutSection > p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.aboutSection h3 {
    color: white;
    margin: 0;
    position: relative;
    top: 200px;    
}

.backgroundProtection, 
.backgroundAdventures, 
.backgroundValue, 
.backgroundEnthusiast {
    margin: -10px -25px;
    padding-right: 5px;
    background-size: cover;
    text-align: center;
    height: 269px;
    width: 100vw;
    overflow: hidden;
}

.backgroundProtection {
    background-image: url("../images/protection.webp");
}

.backgroundAdventures {
    background-image: url("../images/adventures.webp");
}

.backgroundValue {
    background-image: url("../images/value.webp");
}
.backgroundEnthusiast{
    background-image: url("../images/enthusiast.webp");
}

.linearBtn {
    height: 50px;
    width: 180px;
}

.mensMainSection{
    border-bottom: 1px solid black;
    margin: 30px -20px;
    
}

.mensMainSection p {
    max-width: 930px;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 20px;
}

.productMain {
    background-color: #fff;
    margin: 50px 20px;
}

.productMain section {
    margin: 20px;
}

.productMain p {
    font-size: 16px;
    font-weight: 600;
}

.imageContainerDark{
    background-color: #7d7b7b;
    width: fit-content;
    height: fit-content;
    border: #000 solid 1px;
}

.productImgReversedSmall, 
.productImgSelected, 
.productImgWhite{
    width: 88px;
    mix-blend-mode: multiply;
    transform: scaleX(-1);
}

.productImgSelected, .productImgWhite {
    transform: scaleX(1);
}


.productImgWhite {
    filter: grayscale(100%) contrast(200%);
}

.hiddenMobile {
    display: none;
}

.productImg {
    width: 302px;
    border: solid 1px black;
}

.selectColorContainer {
    display: flex;
}

.productList li {
    list-style: disc;
    padding-left: 1rem;
    margin-left: 1rem;
}

.orderStatus {
display: flex;
}

.orderStatus p {
    font-size: 16px;
}

.orderStatus > div {
    height: 16px;
    width: 16px;
    background-color: lime;
    border-radius: 50%;
    margin: auto 1rem;
}

.toCartBtn {
    border: #284548 solid 1px;
    border-radius: 30px;
    background-color:#C5D7C8;
    height: 35px;
    width: 150px;
    margin-bottom: 20px;
}

.myCartHeading {
    display: flex;
    width: fit-content;
    margin: 20px auto;
}

.myCartHeading i {
    margin: auto 0;
    margin-right: 20px;
}

.myCartLayout {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
}

.myCartSecondaryFlex{
    display: flex;
    justify-content: space-between;
}

.myCartFlex {
    min-width: 200px;
    margin: 20px;
}

.myCartFlex p {
    font-size: 16px;
    font-weight: normal;
}

.paymentInfo, .orderInfo, .orderConfirmed {
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.paymentForm {
    border: none;
    background-color: transparent;
    max-width: 800px;
    padding-bottom: 40px;

}

.paymentFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 40px;
    margin: 0 auto;
}

.paymentFlex div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.orderFlex {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.orderFlex h3 {
    text-align: start;
    margin-top: 0;
}

.orderFlex p {
    margin: 0;
    font-size: 16px;
}

.orderConfirmed {
    padding: 5px;
    max-width: 1024px;
}

.orderConfirmed div {
    display: flex;
}

.orderConfirmed div div {
    display: flex;
    flex-direction: column;
}

.orderConfirmed > div > div > h3, p {
    text-align: start;
    font-size: 16px;
    margin-top: 0;
    margin-left: 15px;
}

.orderConfirmed > div > div > p {
    font-weight: 400;
    font-style: italic;
}

.orderConfirmed button {
    display: block;
    margin-bottom: 20px;
}


/* Utility */

.m-20 {
    margin: 45px
}

.mx-auto {
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.center {
    display: flex;
    justify-content: center;
}

@media (min-width: 380px) {
    h1 {
        font-size: 24px;
        max-width: 30ch;
        margin: 0 auto;    
}
    .ctaBtnContainer {
        margin-top: 150px;
    }
}

@media (min-width: 768px) {
    .hidden {
        display: none;
    }

    .hiddenMobile {
        display: flex;
    }
    nav {
        display: flex;
        align-items: center;
        font-size: 14px;
        width: 100%;
        justify-content: space-between;

    }


    nav ul {
        list-style: none;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .mainSection {
        height: 920px;
    }

    .mainSection img {
        width: 320px;
        height: auto;
    }

    .ctaBtnContainer {
        margin-top: 550px;
        width: 100%;
    }

    .ctaBtn {
        margin: 0 60px;
        font-size: 20px;
        width: 200px;
    }

    .hiddenJacket {
        display: block;
    }

    .cardWrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 1024px;
        margin: 0 auto;
        
    }

    .bigCardWrapper {
        display: flex;
        width: 100vw;
        margin-right: 20px;
    }

    .backgroundProtection, 
    .backgroundAdventures, 
    .backgroundValue, 
    .backgroundEnthusiast {
    width: 50vw;
    margin-right: 0;
    padding: 10px;
    overflow-y: hidden;
    }

    .productMain {
        display: flex;
        max-width: 1024px;
        margin: 50px auto;
    }

    .productMain section {
        width: 50%;
    }

    .paymentFlex {
        flex-direction: row;
        flex-wrap: wrap;
    }

    
}
@media (min-width: 1024px) {
    .mensMainSection p {
        margin: 30px auto;
    }

    .orderInfo {
        max-width: 300px;
        padding: 0 20px;
        max-height: fit-content;
    }

    .paymentLayout {
        display: flex;
        max-width: 1024px;
    }
}

