:root{
    --font--roboto: font-family: "Roboto", serif;
    --color--primary: #E27523;
    --color--primary--light: #F9984F;
    --color--accent: #00AF93;
    --color--accent--dark: #007860;
    --color--secondary: #54433A;
    --color--gray: #F3F3F3;
    --font-size--xxs: 0.875rem;
    --font-size--xs: clamp(0.875rem, 0.842rem + 0.175vw, 1rem);
    --font-size--s: clamp(1rem, 0.934rem + 0.351vw, 1.25rem);
    --font-size--m: clamp(1rem, 0.868rem + 0.702vw, 1.5rem);
    --font-size--l: clamp(1.25rem, 1.053rem + 1.053vw, 2rem);
    --font-size--xl: clamp(1.75rem, 1.684rem + 0.351vw, 2rem);
    --slider-height: 600px;
}

html *{
    font-family: "Roboto", sans-serif;
    color: var(--color--secondary);
    line-height: 1;
}

*{
    box-sizing: border-box;
}

a:focus{
    color: var(--color--primary) !important;
}

.button{
    background-color: var(--color--accent);
}

.hideAll, li > .logout-button {
    display: none;
}

.pointer{
    cursor: pointer;
}


.callout {
	border: none;
    /* background-color: none; */
}
.hideAll {
    display: none;
}

.splash {
    display: block;
}

.gray1{
    background-color: #e5e5e5;
}

.gray2{
    background-color: #c6c6c6;
}

.gray3{
    background-color: #a6a6a6;
}

.gray4{
    background-color: #8a8a8a;
}

.gray5{
    background-color: #666666;
}

.height100{
    height:100px
}

.height150{
    height: 150px;
}

.height200{
    height: 200px;
}

.height250{
    height: 250px;
}

.height300{
    height: 300px;
}

.height400{
    height: 400px;
}

.height800{
    height: 800px;
}

/******** CART CIRCLE *****/
.cart-circle{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    line-height: 1.2rem;
    background-color: var(--color--primary);
    color: white;
    text-align: center;
}

main{
    margin-bottom: 200px;
}

.homeSection{
    margin-top: 80px;
}

.grid-container-small{
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

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

/* .show-login{
    background-color:rgba(0, 0, 0, 0.295);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.title-bar{
    justify-content: space-between;
}

.title-bar-right > ul{
    justify-content: flex-end;
}

.text-color-change{
    color: var(--color--primary);
}

/************* HEADER ***************/
.menu-icon{
    width: 25px;
    /* height: 40px; */
}

.menu-icon::after{
    height: 4px;
    background: var(--color--accent);
}
.menu-icon:hover::after {
    background: var(--color--accent);
    -webkit-box-shadow: 0 7px 0 var(--color--accent), 0 14px 0 var(--color--accent);
    box-shadow: 0 7px 0 var(--color--accent), 0 14px 0 var(--color--accent);
}

.menu-icon:hover::after{
    -webkit-box-shadow: 0 7px 0 var(--color--accent), 0 14px 0 var(--color--accent);
    box-shadow: 0 7px 0 var(--color--accent), 0 14px 0 var(--color--accent);
}

.title-bar{
    background-color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

#main-nav{
    display: flex;
    align-items: center;
}

@media screen and (min-width: 64em) {
    .title-bar-right{
        display: flex;
        justify-content: flex-end;
        flex: 3;
    }
}

.logo-wrapper{
    height: 100%;
}

.logo{
    /* padding-left: 8px; */
    object-fit: contain;
    height: 55px;
    /* width: auto; */
}

.top-bar-left__item{
    padding: 0 !important;
}

.top-bar-left__a{
    padding-left: 0 !important;
}



.top-bar{
    background: white !important;
    /* padding: 0 6%; */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 800;
    min-height: 100px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.top-bar ul {
    background: white !important;
}

.department-menu{
    overflow-y: scroll;
    height: 50vh;
}

.department-menu li{
    padding: 12px;
}

.department-menu li:hover{
    background-color: var(--color--gray);
}

.mobile-menu__item{
    display: flex;
    align-items: center;
}

.top-bar-right a:focus{
    color: var(--color--primary);
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    border-color: var(--color--primary) transparent transparent transparent;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: var(--color--primary); 
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #main-nav{
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .top-bar-hider{
        display: none;
    }

    .top-bar-right__list{
        align-items: flex-start !important;
    }

    .top-bar-right__list a{
        padding-left: 0;
    }
    
    .top-bar-right__list > ul > li > a{
        padding-left: 0 !important;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #main-nav{
        min-height: 80px;
    }

    .top-bar-hider{
        display: none;
    }

    .top-bar-right{
        width: 100%;
        margin-left: 0 !important;
    }

    .top-bar-right__list{
        width: 100%;
    }

    .top-bar-right__search-item{
        flex-grow: 1;
        width: auto;
    }

    .top-bar-right__search-item > input{
        width: 100%;
        max-width: none;

    }
}    


.top-bar input{
    border-radius: 40px;
    border: 2px solid var(--color--secondary);
}

.top-bar-left{
    /* display: flex; */
    align-items: center;
    height: 100%;
}

.top-bar-right{
    display: flex;
    align-items: center;
    height: 100%;
}

.top-bar-right__list{
    display: flex;
    align-items: center;
}

a:hover{
    color: var(--color--primary);
}


.header-icon{
    width: 100%;
    height: 100%;
}

#header-icon__account{
    transition: 0.3s ease;
}

#header-icon__cart{
    transition: 0.3s ease;
}

.click-login:hover #header-icon__account, .click-cart:hover #header-icon__cart{
    fill: var(--color--primary);
}


/*************** FOOTER *************/
.footer{
    background-color: var(--color--secondary);
    padding: 40px 0;
}

.footer *{
    color: white;
}

.footer__title{
    font-size: 1.15rem;
    font-weight: 700;
}

.footer__list{
    list-style-type: none;
    margin: 0;
}

.footer__item{
    margin-bottom: 8px;
}

.footer__hr{
    margin: 40px 0;
    border-top: 2px solid white;
}

.footer__copyright{
    text-align: center;
}

/*********************** LOGIN MODAL ************/
#loginModal{
    border-radius: 10px;
    padding: 1.25rem !important;
}

.login__title{
    font-weight: 700;
    color: var(--color--primary);
}

.login__button{
    background-color: var(--color--primary) !important;
    color: white !important;
    font-weight: 700;
    border-radius: 5px;
}

.login__button:hover{
    background-color: var(--color--primary--light) !important;
}

.login__button--register{
    padding: 8px 8px !important;
    background-color: transparent !important;
    color: var(--color--accent--dark) !important;
    border: 2px solid var(--color--accent--dark) !important;
}

.login__button--register:hover{
    background-color: var(--color--accent) !important;
    color: white !important;
}

.login__button--forgot{
    padding: 8px 8px !important;
    background-color: transparent !important;
    color: var(--color--accent--dark) !important;
    border: 2px solid var(--color--accent--dark) !important;
}

.login__button--forgot:hover{
    background-color: var(--color--accent) !important;
    color: white !important;
}

.close-button > span{
    transition: 0.3s;
}
.close-button:hover > span{
    color: var(--color--primary);
}
/*********** SLIDER ********/
.slider-section{
    /* margin-top: 32px; */
    /* height: var(--slider-height); */

}

.slick-dotted.slick-slider{
    margin-bottom: 16px;
}

.slider-button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 20px;
}

.slider-container{
    width: 100%;
    height: 518px;
    /* aspect-ratio: 2.78 / 1; */

}

/*** SMALL **/
/* @media screen and (max-width: 39.9375em) {
    .slider-container{
        aspect-ratio: 4 / 3;
    }
} */

/** MEDIUM **/
/* @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider-container{
        aspect-ratio: 16 / 9;
    }
} */

.slick-prev{
    left: 25px;
}

.slick-next{
    right: 25px;
    order: 2;
}

.slick-prev, .slick-next{
    /* background: var(--color--primary); */
    z-index: 999;
    top: unset;
    width: 32px;
    height: 32px;
    transform: none;
    -webkit-transform: none;
    position: inherit;
}

.slick-dots{
    bottom: unset;
    width: unset;
    position: inherit;

}

.slick-prev:before, .slick-next:before{
    font-size: 32px;
    color: var(--color--primary);
}

.slider-div{
    background-size: cover;
    /* border-radius: 10px; */
    width: 100%;
}

.slider-div__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 518px;

    /* padding: 32px; */
    /* align-items: center; */
    /* aspect-ratio: 2.78 / 1; */
}

/*** SMALL **/
/* @media screen and (max-width: 39.9375em) {
    .slider-div-container{
        aspect-ratio: 4 / 3;
    }
} */

/** MEDIUM **/
/* @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider-div__wrapper{
        aspect-ratio: 16 / 9;
    }
} */

.slider-div__wrapper >*{

    font-style: normal;

    /* text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); */
    line-height: 1;
}

.slider-div__title{
    font-family: "Paytone One", serif;
    font-weight: 400;
    color: var(--color--secondary);
    margin-bottom: 16px;
}

.slider-div__description{
    /* font-family: "Roboto", sans-serif; */
    font-weight: 700;
    font-size: var(--font-size--s);
}

.slider-div__button{
    margin-top: 16px;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
    font-size: 2rem;
    color: white;
    background-color: var(--color--primary);
    /* line-height: ; */
    padding: 12px 16px;
    vertical-align: middle;
    border-radius: 5px;
    /* box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); */
    transition: 0.3s;
}

.slider-div__button:hover{
    background-color: var(--color--primary--light);
}

.slider-div--1{
    background-image: url(../images/slider1.png);
}

.slider-div__title--1{
    font-size: clamp(3rem, 2.868rem + 0.702vw, 3.5rem);
}

.slider-div__title--span-1{
    color: var(--color--accent--dark);
    font-size: clamp(3rem, 2.868rem + 0.702vw, 3.5rem);
    font-family: "Paytone One", serif;
    font-weight: 400;
}




.slider-div__description--1{
    width: 30%;
}

/** slider-div 2**/
.slider-div--2{
    background-image: url(../images/slider2.png);
    background-position: 70% 10%;
    /* background-size: ; */
    /* background-size: cover; */
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 400px; */
    /* border-radius: 10px; */
}

.slider-div__wrapper--2{

    align-items: flex-end;
    width: 100%;
    /* padding: 12%; */
}

.slider-div__title--2{
    color: var(--color--secondary);
    /* text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); */
}

.slider-div__description--2{
    color: var(--color--secondary);
    /* text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); */
}

/* .slider-div__wrapper--2{
    aspect-ratio: 2.78 / 1;
} */

/**** SLIDER 3 ***/
.slider-div--3{
    background-image: url(../images/slider3.png);
    transform-origin: center center;
    background-position: 50% 50%;
    /* background-size: ; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    /* height: 400px; */
    /* border-radius: 10px; */
}

.slider-div__button--3{
    margin-left: auto;
    margin-right: auto;
}

/*** SMALL **/
@media screen and (max-width: 39.9375em) {
    .slider-section{
        height: fit-content;
    }

    .slider-container{
        height: 656px;
    }
    .slider-div__wrapper{
        height: 656px;
    }

    .slider-div__button{
        margin-left: auto;
        margin-right: auto;
    }

    .slider-div--1{
        background-image:url(../images/slider1--mobile.png)
    }

    .slider-div__wrapper--1{
        justify-content: flex-end;
        padding-bottom: 16%;
        text-align: center;
    }

    .slider-div__description--1 {
        width: 100%;
    }

    

    .slider-div--2{
        background-image: url(../images/slider2--mobile.png);
    }

    .slider-div__wrapper--2{
        padding-top: 16%;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .slider-div__title--2{
        font-size: clamp(2rem, 2.868rem + 0.702vw, 2.5rem);

    }

    .slider-div__button--2{
        margin-top: 8px;
    }

    .slider-div--3{
        background-image: url(../images/slider3--mobile.png);
    }

    .slider-div__wrapper--3{
        color: white;
    }

    .slider-div__title--3{
        font-size: clamp(2rem, 2.868rem + 0.702vw, 2.5rem);

    }

    .slider-div__button--3{
        margin-top: 8px;
    }

}

/** MEDIUM **/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider-div--1{
        background-image:url(../images/slider1--tablet.png)
    }

    .slider-div--2{
        background-image: url(../images/slider2--tablet.png);
    }
}

/*********** APP BANNER ************/
.app-banner{
    margin-top: 80px;
    background-color: var(--color--primary);
    width: 100%;
    height: 320px;
    display: flex;

}

.app-banner__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1200px, 100%, 1200px);
    margin-left: 14%;
    margin-right: 14%;
}

.app-banner__info{
    display: flex;
    flex-direction: column;
    
    width: 60%;
}

.app-banner__title{
    font-family: "Paytone One", sans-serif;
    font-size: 3rem;
    color: white;
}

.app-banner__description{
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}


.app-banner__app-wrapper{
    display: flex;
    margin-top: 16px;
    gap: 16px;
}



.app-banner__image-wrapper{
    position: relative;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}

.app-banner__image{
    position: absolute;
    max-width: unset !important;
    width: 150%;
    height: auto;
    object-fit: unset;
    object-position: 50% 50%;
}

@media screen and (max-width: 39.9375em) {
    .homeSection{
        margin-top: 40px;
    }

    .app-banner{
        margin-top: 40px;
        height: auto;   
        padding: 24px 0 32px 0;

    }

    .app-banner__wrapper{
        height: 350px;
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .app-banner__info{
        align-items: center;
        width: 80%;
    }

    .app-banner__app-wrapper{
        width: 60%;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .app-banner__app{
        width: 50%;
        height: auto;
    }

    .app-banner__title{
        font-size: 2rem;
    }

    .app-banner__description{
        font-size: 1rem;
    }

    .app-banner__image-wrapper{
        justify-content: center;
        align-items: flex-end;
        height: 40%;
    }

    .app-banner__image{
        pointer-events: none;
        /* object-position: 0 -50%; */
    }
}


/********************************************* DEPARTMENT ****************************/
.home-section__title{
    font-size: clamp(1.75rem, 1.684rem + 0.351vw, 2rem);
    font-weight: 800;
    padding-bottom: 24px;
}


/** Department Card **/
.department-card{
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
    padding-bottom: 1.75rem;
    height: fit-content !important; 
    border-radius: 10px;

}

.department-card__image-wrapper{
    max-height: 182px;
    padding: 8px;
}

.department-card__image{
    object-fit: contain;
}

.department-card__title{
    margin-top: 4%;
    font-size: var(--font-size--m);
    text-wrap: nowrap;
    font-weight: 600;
    text-align: center;
}

/* .department-card-title-container{
    margin-top: 4%;
    display: flex;
    justify-content: center;
}

.department-card-title{
    font-size: 1.5rem;
} */


/** Product Card **/

/** Product Card **/

.product-card__wrapper{
    background-color: var(--color--gray);
    border-radius: 10px;

}

.product-card__wrapper > .callout{
    padding-bottom: 3%;
}

.product-card{
    background-color: white;
    min-height: clamp(21.875rem, 20.23rem + 8.772vw, 28.125rem) !important;
    padding: 1.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;

}

.product-card__image-wrapper{
    width: 100%;
    max-height: 160px;
    display: flex;
}

.product-card__image{
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-height: 100%;
    width: 100%;
}

.product-card__info{
    margin-top: 8%;
    margin-bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card__info > *{
    margin: 0;
}

.product-card__brand{
    font-size: var(--font-size--xxs);
}

.product-card__name{
    font-size: var(--font-size--s);
    font-weight: 800;
}

.product-card__description{
    /* max-height: 52px; */
    overflow: hidden;
    font-size: clamp(0.875rem, 0.842rem + 0.175vw, 1rem);
}

.product-card__info2{
    height: auto;
    position: relative;
    margin-bottom: 12%;
    bottom: 0;
    font-size: var(--font-size--xxs);
}

.product-card__price{
    font-size: clamp(1.25rem, 1.184rem + 0.351vw, 1.5rem);
    font-weight: 800;
    color: var(--color--primary);
}

.product-card__info2 > p{
    margin-bottom: 0;
}

.product-card__quantity-wrapper{
    background-color: var(--color--accent);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1.25rem;
    width: 100%;
    height: 34px;
    margin-bottom: 16px;
    border-radius: 10px;

}

.product-card__quantity-wrapper > input{
    margin-bottom: 0;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    aspect-ratio: 1;
}

.product-card__quantity-wrapper >*:nth-child(1){
    border-radius: 5px 0 0 5px;

}

.product-card__quantity-wrapper >*:nth-child(3){
    border-radius: 0 5px 5px 0;
}

.product-card__value-mod{
    background-color: var(--color--accent--dark);
    font-size: var(--font-size--m);
}

.product-card__value-mod:hover{
    background-color: var(--color--primary);
}

.product-card__quantity{
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    aspect-ratio: 1;
}

.product-card__controls > input{
    height: 50px;
    margin-bottom: 0;
    
}

.product-card__add-to-cart{
    font-size: var(--font-size--s);
    font-weight: 800;
    width: 100%;
    margin-bottom: 0;
    /* align-self: flex-end; */
    padding: clamp(10px, 6%, 20px) 2%;
    transition: 0.2s;
    border-radius: 5px;

}

.product-card__add-to-cart:hover{
    background-color: var(--color--primary);
}

.button:focus {
    background-color: var(--color--accent);
}

.product-card__add-to-cart--large{
    font-size: var(--font-size--m);
}

/*******  BREADCRUMB   ****/
.breadcrumb-navigation__item:hover{
    text-decoration: underline;
}

/*** SMALL **/
@media screen and (max-width: 39.9375em) {
    .breadcrumb-navigation{
        margin-top: 32px;
    }
}

/** MEDIUM **/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .breadcrumb-navigation{
        margin-top: 32px;
    }
}

/** LARGE **/
@media screen and (min-width: 64em) {
    .breadcrumb-navigation{
        margin-top: 60px;
    }
}


/** Department Page  **/
.department-title{
    font-size: clamp(2rem, 1.737rem + 1.404vw, 3rem);
    color: var(--color--primary);
    font-weight: 800;
}

/*** SMALL **/


@media screen and (max-width: 39.9375em) {
    .department-title{
        margin-top: 24px;
    }
}

/*** MEDIUm **/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .department-title{
        margin-top: 24px;
    }
}

/*** LARGE **/
@media screen and (min-width: 64em) {
    .department-title{
        margin-top: 32px;
    }
}


.departments-organization-section{
    display: flex;
    height: fit-content;
    padding-bottom: 24px;

}

.departments-sort-group{
    display: flex;
    width: clamp(200px, 20%, 600px);
    gap: 10px;
}

.departments-sort-group > *{
    margin-bottom: 0;
}

#department-sort{
    width: 60%;
    height: 24px;
    border-radius: 10px;
}





/* .department-section-product-group-container{
    margin-top: 3%;
    box-sizing: border-box;
} */


/************************************  PRODUCT PAGE ***************************************/
.product-row-2{
    margin-top: 80px;
    padding: 24px;
    border-top: 2px solid var(--color--secondary);
}

.product-banner{
    display: flex;
    box-sizing: border-box;
    margin: 32px 15% 48px 15%;
    min-height: 500px;
}

.product__title{
    font-size: clamp(2rem, 1.868rem + 0.702vw, 2.5rem);
    font-weight: 800;
}

.product__price{
    font-size: clamp(2rem, 1.868rem + 0.702vw, 2.5rem);
    font-weight: 800;
    color: var(--color--primary);
    margin-bottom: 24px;
}

.product__image-container{
    height: 100%;
}

.product__image{
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.product-info{
    display: flex;
    flex-direction: column;
    gap: 32px;

}


.product-info__section{
    /* width: 50%; */
    margin-right: 40px;
    background-color: white;
    padding: 16px;
}

@media screen and (max-width: 39.9375em) {
    .product-info__section{
        margin-right: 0;
    }
}

/*** MEDIUm **/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-info__section{
        margin-right: 0;
    }
}

.product-info__title{
    font-size: clamp(1.5rem, 1.368rem + 0.702vw, 2rem);
    font-weight: 800;
    margin-bottom: 24px;
    /* border-top: 2px solid rgba(0, 0, 0, 0.093); */

    /* padding-top: 24px; */
}

.product-info__description{
    line-height: 1.5;
}


.product-suggestion-section{
    background-color: white;
    padding: 16px;
}

.product-suggestion-section__title{
    font-size: clamp(1.5rem, 1.368rem + 0.702vw, 2rem);
    font-weight: 800;
    margin-bottom: 0;
}

.product-suggestion-wrapper{
    background-color: #F3F3F3;
    margin-top: 12px;
}

.product-suggestion{
    background-color: white;
    padding: clamp(8px, 4%, 16px);
    min-height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .product-suggestion > *{
    margin-bottom: 0;
} */

.product-suggestion__image-wrapper{
    /* max-height: 160px; */
}

.product-suggestion__image{
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-height: 100%;
    width: 100%;
}

.product-suggestion__brand{
    margin: 12px 0 6px 0;
}

.product-suggestion__info-wrapper{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-suggestion__brand{
    font-size: var(--font-size--xxs);
}

.product-suggestion__title{
    font-size: var(--font-size--s);
    font-weight: 800;
}

.product-suggestion__price{
    margin: 12px 0 16px 0;
    font-size: clamp(1.25rem, 1.184rem + 0.351vw, 1.5rem);
    color: var(--color--primary);
    font-weight: 800;
}

/*** SMALL **/


@media screen and (max-width: 39.9375em) {
    .product-banner{
        margin-left: 0;
        margin-right: 0;
    }

    .product-additional-info-title{
        gap: 12px;
    }

    .product-row-2{
        padding: 0;
    }
}

/*** MEDIUm **/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-description-section{
        margin: 0 5%
    }

    .product-weight-section{
        margin: 0 5%
    }

    .product-row-2{
        flex-direction: column;
    }
}

/*** LARGE **/
@media screen and (min-width: 64em) {

}


.product-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img-container > img{
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.product-info-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5%;}

.product-btn-container{
    display: flex;
    justify-content: space-between;
}

.product-description-section{
    margin-top: 80px;
}

.product-weight-section{

}

/** REGISTER **/
.register__title{
    margin-top: 60px;
    color: var(--color--primary);
    font-weight: 800;
}

.register__sub-title{
    font-size: var(--font-size--l);
    margin-top: 20px;
    margin-bottom: 16px;
}

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

.register__fieldset{
    display: flex;
}

.register__button{
    background-color: var(--color--primary) !important;
    color: white !important;
    font-weight: 700;
    border-radius: 5px;
}

.register__button:hover{
    background-color: var(--color--primary--light) !important;
}

/************CART PAGE *******************/
.cart-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--color--secondary);
}

.cart-title{
    font-size: clamp(2rem, 1.737rem + 1.404vw, 3rem);
    color: var(--color--primary);
    font-weight: 800;
}

.cart-item-total{
    font-size: clamp(2rem, 1.737rem + 1.404vw, 3rem);
    color: var(--color--secondary);
    font-weight: 800;
}

/**** for the cart section itself**/
.cart-section__header{
    padding: 28px 0;
    border-bottom: 2px solid #C7C7C7;
}

.cart-section__header-item{
    font-size: 1rem;
    margin-bottom: 0;
}

.cart-body > *{
    border-bottom: 2px solid #C7C7C7;
}

.cart-body >*:last-child{
    border-bottom: 0;
}

/*** for the cart card *****/
.cart-card{
    align-items: center;
}

.cart-card > *{
    height: fit-content;
}

.cart-card p{
    margin-bottom: 0;
}

.cart-card__number, .cart-card__price, .cart-card__extended-price{
    font-size: 1.25rem;
    font-weight: 800;
}

.cart-card__product{
    display: flex;
}

.cart-card__image-wrapper{
    max-width: 35%;
    flex: 1.5;
}

.cart-card__image{
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cart-card__product-info{
    display: flex;
    flex-direction: column;
    justify-content: center ;
    gap: 12px;
}

.cart-card__product-info > *{
    margin-bottom: 0;
}

.cart-card__product-name{
    font-size: 1.25rem;
    font-weight: 800;
}


.cart-card__delete--mobile{
    display: none;
}
/****  Cart Quantity Master Wrapper   ****/
.cart-card__product--wrapper-master{
    display: flex;

}

.cart-card__info-wrapper{
    display: flex;
    flex: 8.9;
    align-items: center;
}

.cart-card__product{
    flex: 5;
}

.cart-card__price-wrapper{
    display: flex;   
    align-items: center;
    flex: 13;
}

.cart-card__price-wrapper--left{
    display: flex;
    flex: 3;
    align-items: center;
}

.cart-card__price{
    flex: 2;
    height: fit-content;
}

.cart-card__quantity-vertical-wrapper{
    flex: 2;
}

.cart-card__quantity{
    
}

.cart-card__extended-price{
    flex: 1.8;
    height: fit-content;
}

.cart-card__quantity-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    border: 2px solid #767676;

}

.cart-card__quantity-wrapper > *{
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color--secondary);
}

.cart-card__value-mod{
    background-color: var(--color--accent);
    border: 0;
    padding: 0;
    aspect-ratio: 1;
    width: 33%;
    height: auto;
    color: white;
}

.cart-card__value-mod:hover{
    background-color: var(--color--primary);
}

.cart-card__delete{
    font-weight: 500;
    color: var(--color--primary);
    font-size: 2rem;
    cursor: pointer;
}

.cart-card__delete:hover{
    color: var(--color--primary--light)
}

.cart-card__delete--desktop{
    flex: 1;
    height: fit-content;
}

/***** CART FOOTER ****/
.totals p{
    margin-bottom: 0;
}

.totals{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 56px;
    margin-bottom: 32px;
}

.totals__sub-title{
    font-size: 1.25rem;
}

.totals__sub-price{
    font-size: 1.25rem;
    font-weight: 800;
}

.cart-footer{
    margin-left: auto;
    width: 300px;
}

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

.totals__hr{
    width: 100%;
    border-bottom: 2px solid var(--color--secondary);
    margin: 0;
}

.totals__total-wrapper{
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 800;
}

.totals__price{
    color: var(--color--primary);
}

.cart-footer__button{
    display: inline-block;
    width: 100%;
    background-color: var(--color--accent);
    color: white;
    font-weight: 800;
    font-size: 1.25rem;
    text-align: center;
    padding: 20px 0;
    transition: 0.3s ease;
}

.cart-footer__button:hover{
    color: white;
    background-color: var(--color--primary);
}

@media screen and (max-width: 39.9375em) {


    .cart-section__header{
        display: none;
    }

    .cart-card{
        padding: 16px 16px;
    }

    .cart-card:nth-child(1){
        border-top: 0;
    }

    .cart-card__delete--desktop{
        display: none;
    }

    .cart-card__delete--mobile{
        display: inline-block;
    }

    .cart-card__delete{
        font-size:1.5rem;
    }

    .cart-card__image-wrapper{
        flex: 1;
    }

    .cart-card__info-wrapper{
        flex: 2;
    }

    .cart-card__price-wrapper{
        width: 100%;
        align-items: flex-end;

    }

    .cart-card__quantity-wrapper{
        width: 74px;
    }
    .cart-card__info-wrapper{
        flex-direction: column;
        gap: 12px;
    }

    .cart-card__product{
        width: 100%;
        justify-content: space-between;
    }

    .cart-card__product-info{
        font-size: 0.688rem;
        gap: 4px;
    }



    .cart-card__product-name{
        font-size: 0.875rem
    }

    .cart-card__price-wrapper *{
        font-size: 1rem;
    }

    .cart-card__price{
        opacity: 60%;
        font-size: 0.875rem;
    }

    .cart-card__price-wrapper--left{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .cart-card__extended-price {
        text-align: right;
        color: var(--color--primary);
    }

    .cart-footer{
        width: 100%;
    }
}