* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;

        max-width: 98vw;
        overflow-x: hidden !important;
        position: relative;
      
}

ul {
    list-style: none;
}

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

header {
    background: white;
    color: black;

    /* padding: .5rem 0; */
    padding-bottom: 0px;
    border:0.1px solid lightslategray;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 90%;
    margin: 0 auto;
}


.nav-container .logo {
    font-size: 2rem; 
    font-weight: bold;  
}

.nav {
    display: flex;
    flex-grow: 1;
    z-index: 9999999999999999999999999999;
}

.nav--ul__one {
    margin: 0 auto;
}

.nav-container, .nav--ul__one,
.nav--ul__two {
    display: flex;
    gap: 1.6rem;
    font-size: 1.2rem;
}

.hamburger-menu {
    display: none; /* Hidden by default for larger screens */
    cursor: pointer;
}

@media (max-width: 700px) {
    .nav-container .logo {
        font-size: 1.2rem;
        z-index: 2;
    }

    .nav {
        flex-direction: column;
        gap: 2rem;
        z-index: 9999999999999999999999999999;
    }

    .nav--ul__one,
    .nav--ul__two {
        flex-direction: column;
        gap: .6rem;
    }

    .hamburger-menu {
        display: block;

        z-index: 2;
    }

    .nav {
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 100%;
        font-family: "Squada One", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-top: 8rem;
        z-index: 999999999999999999999999;

        align-items: center;
        text-align: center;
        background-color: rgba(255, 255, 255,0.7);
        color: black;

        transition: 0.15s ease-in-out;
    }

    .nav.active {
        right: 0;
    }
    span.hamburger-menu.material-symbols-outlined {
        color: black;
        font-weight: 600;
        font-size: 33px;
        z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999;
    }

    ul.nav--ul__one {
        margin-top: 21px;
    }

    li.nav-link {
        font-size: 22px;
    }

    img.puffCart,.puffAccount {
        max-height: 24px;
        display: inline;
    }
    
    img.puffCart, .puffAccount {
        max-height: 80px;
        display: inline-block;
        width: 38%;
        transform: translate(20px, 0px);
    }

    h1.h1style {
        width: 115%;
    }

    img.flashBannerImg {
        margin-top: 10px;
    }

    div#flashBanner {
        margin-top: 2px;
        width: 100vw;
        margin-left: -4px;
    }
}
.cartPuff {
    width: 0px;
    height: 0px;
    display: contents;
}

/* .cartPuff::after {
    content: "0";
    margin-left: -30px;
    transform: translateY(-10px);
    border: 2px solid #9ECC22;
    padding: 0px 4px 0px 4px;
    border-radius: 50%;
    margin-top: -30px;
} */

#flashBanner {
    /* background: linear-gradient(90deg, #9ECC22, #22364A); */
    /* background: linear-gradient(#9ECC22, #22364A); */
    /* background: linear-gradient(45deg, #9ECC22, #22364A); */
    /* background: linear-gradient(90deg, #9ECC22, #56A774, #22364A); */
    /* background: linear-gradient(90deg, #9ECC22, #C2EDF3, #22364A); */
    /* background: linear-gradient(90deg, #C2EDF3 0%, #C2EDF3 33.33%, #FAD3D4 33.33%, #FAD3D4 66.66%, #EDF6DA 66.66%, #EDF6DA 100%); */
    /* background: linear-gradient(90deg, #FFB3BA 0%, #FFB3BA 33.33%, #FFDFBA 33.33%, #FFDFBA 66.66%, #FFFFBA 66.66%, #FFFFBA 100%);
     */
    background: linear-gradient(90deg, #AFCBFF 0%, #AFCBFF 33.33%, #C2F0FC 33.33%, #C2F0FC 66.66%, #D1F7C4 66.66%, #D1F7C4 100%);
    height: 280px;
    padding: 30px;
}

.flashBannerHeaderOne {
    color: white;
    font-size: 12px;
    background-color: #FF6961;
    width: fit-content;
    padding: 5px;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Material Symbols Outlined';
    z-index: 99999;
    position: relative; /* Add this line */
}

.flashBannerHeaderTwo {
    color: white;
    font-size: 22px;
    margin-top: 8px;
    background-color: rgba(0,0,0,0.8);
    width: fit-content;
    padding: 5px;
    border-radius: 4px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 99999;
    position: relative; /* Add this line */
}

a.shopNowBanner {
    background: green;
    padding: 11px 19px;
    font-weight: 100;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    z-index: 99999;
    position: relative;
    color: white;
    border-radius: 15px;
}

.flashBannerImg {
    position: absolute;
    z-index: 1;
    transform: translate(102px, -62px) scale(1.7);
}

.colsTwo {
    background: #1D2F45;
    padding: 15px;
    display: inline-block;
    margin: auto;
    margin-left: 11px;
    border-radius: 12px;
    text-align: left;
    height: 110px;
    width: 45%;
    position: relative; /* Position the pseudo-element relative to this */
}

.colsTwo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, gold 50%, transparent 50%);
    border-top-left-radius: 12px;
}


.twoCols {
    display: block;
    width: 99%;
    margin-left: 1px;
}

.categoryNameHeader {
    background-color: white;
    width: max-content;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 13px;
    z-index: 999999999999999999999999999999999999999;
    position: relative;

}

a.shopNowCategory {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 5px;
    font-weight: 100;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    z-index: 999999999999999999999999999999999999999;
    position: relative;
}

.AddToCartBlaze {
    display: block;
    text-align: center;
    margin: 5px auto;
    width: 80%;
    background: #1D2F45;
    color: white;
    padding: 5px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    z-index: 999999999999999999999999999999999999999;
    position: relative;
    border-radius: 4px;
}

.msgTextSum {
    text-align: center;
}

.saGreen {
    color: rgba(0,122,77,1);
    margin-right: 2px;
    font-weight: bolder;
}

.shopNowCategory:hover {
    background:white;
    color: black;
    font-weight: bolder;
    font-size: large;
}

.categoryImg {
    position: absolute;
    transform: translate(4px, -97px);
    max-height: 220px;
}

.categoryImgTwo {
    position: absolute;
    transform: translate(23px, -87px);
    max-height: 160px;
}

.categoryImgThree {
    position: absolute;
    transform: translate(-43px, -147px);
    height: 300px;
}

h2.h2Style,.h1style {
    margin-left: 9px;
    margin-top: 8px;
}

.categoryImgFour {
    position: absolute;
    transform: translate(5px, -78px);
    height: 163px;
}

.centerText {
    text-align: center;
}

.productCard {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.productImg2Row {
    width:80%;
    display: block;
    margin: auto;
    border-radius: 8px;
}

@media (min-width:800px) {
    
.productCard {
    display: inline-block;
    width: 16%;
    margin-bottom: 20px;
}

.msgTextSum {
    text-align: center;
    font-size: 26px;
}

h2.h2Style, .h1style {
    margin-left: 9px;
    margin-top: 8px;
    font-size: 40px;
}

.twoCols {
    display: block;
    width: 73%;
    margin-left: 1px;
    margin: auto;
}

.categoryImgTwo {
    position: absolute;
    transform: translate(73px, -90px);
    max-height: 168px;
}

.categoryImgFour {
    position: absolute;
    transform: translate(69px, -85px);
    height: 189px;
}

.categoryImgThree {
    position: absolute;
    transform: translate(15px, -147px);
    height: 312px;
}

.categoryImg {
    position: absolute;
    transform: translate(45px, -113px);
    max-height: 367px;
    z-index: 9999999999999999999;
}

p.categoryNameHeader {
    font-size: 24px;
}

a.shopNowCategory {
    font-size: 21px;
    border-radius: 7px;
}

.cartPuff::after {
    margin-left: -14px;
}

div#flashBanner {
    text-align: center;
}

p.flashBannerHeaderTwo {
    display: block;
    margin: auto;
    transform: translate(-164px, 12px);
    font-size: 43px;
}

a.shopNowBanner {
    width: 24%;
    display: block;
    margin: auto;
    transform: translate(315px, -89px);
    padding: 12px;
    border-radius: 12px;
    font-weight: 400;
}

.flashBannerHeaderOne {
    color: white;
    font-size: 28px;
    background-color: #FF6961;
    width: fit-content;
    padding: 13px;
    margin-left: 109px;
}

.flashBannerImg {
    position: absolute;
    z-index: 1;
    transform: translate(116px, -113px) scale(1.8);
}
}

#searchBox {
    display: none;
    width: 100%;
}

#searchBoxInput {
    width: 60%;
    border: 2px solid black;
    border-radius: 24px;
    margin: 25px;
    padding: 15px;
}

.exitX {
    color: red;
    font-weight: 100;
    float: right;
    margin-right:20%;
    font-size: 42px;
    cursor: pointer;
    margin-top: 25px;
}

.SearchIcon {
    cursor: pointer;
}

ol {
    list-style: none;
    padding: 0;
}

ol li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

ol li i {
    font-size: 24px;
    margin-right: 15px;
    color: #4CAF50; /* Green color to represent nature and calmness */
}

ol li strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

ol li p {
    margin: 0;
}

@media (max-width: 600px) {
    ol li {
        flex-direction: column;
        align-items: center;
    }

    ol li i {
        margin-bottom: 15px;
    }
}

.fas {
    font-size: 55px;
    display: block;
    width: 90%;
    margin: 25px auto;
    text-align: center;
}

.affiliate-program {
    background: linear-gradient(to right, #ffcccb, #d4edda);
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.container {
    width: 80%;
    margin: auto;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.intro {
    font-size: 1.2em;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 24px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.step {
    width: 107%;
    margin: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-weight: 100;
    font-family: none;
    text-align: center;
    display: block;
    color: black;
}

.step h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.step p {
    text-align: left;
    margin-bottom: 10px;
}

.cta {
    margin-top: 30px;
}

.btn {
    background: #fff;
    color: #ff7e5f;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    font-weight: 600;
}

.btn:hover {
    background: #ff7e5f;
    color: #fff;
}

.nav {
    display: none;
}



.cartPuff::after {
    transform: translate(10px, 10px);
}


.cartCountPuff {
    border: 2px solid #9ECC22;
    padding: 0px 5px 0px 4px;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: -20px;
}