html {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-color: black;
    background: linear-gradient(180deg,rgba(57,57,57,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 100%);
    min-height: 100vh;
}
body {
    background-color: black;
}

.store-outer {
    position: relative;
    height: calc(100vh - 63px);
    overflow-y: scroll;
    background: rgb(0,0,0);
    background: linear-gradient(0deg,rgba(57,57,57,1) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itemslideshow {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    max-width: 1280px;

    margin-left: auto;
    margin-right: auto;
    
}
.itemslideshow .titlebox {
    position: relative;
    width: 100%;
    height: 10vh;
    display: flex;
    margin: 40px 0px 10px 0px;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10px;
    font-family: 'Summerfriday'
}
.itemslideshow .titlebox h1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    border-bottom: 1px solid white;
    color: white;
    font-size: 200%;
}
.itemslideshow .itemsbox {
    position: relative;
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0px;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
}

.itemslideshow .goleft {
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 50px;
    background-color: white;
    border: 2px solid black;
    border-left: 0px;
    border-radius: 0px 20px 20px 0px;
    left: 0px;
    top: calc((100% - 50px)/2 + 25px);
    z-index: 9999;
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding-right: 6px;
    padding-top: 1px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(255,255,255,0.5);
    box-shadow: 3px 3px 15px 0px rgba(255,255,255,0.5);
}
.itemslideshow .goright {
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 50px;
    background-color: white;
    border: 2px inset black;
    border-right: 0px;
    border-radius: 20px 0px 0px 20px;
    right: 0px;
    top: calc((100% - 50px)/2 + 25px);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding-left: 6px;
    padding-top: 1px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(255,255,255,0.5);
    box-shadow: 3px 3px 15px 0px rgba(255,255,255,0.5);
}

.itemslideshow .itemsbox .item {
    position: relative;
    width: 300px;
    height: 350px;
    margin-bottom: 20px;
    margin-left:10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid black;
    background-color: rgba(30, 30, 30);
    color:white;
    transition: all 0.2s;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.5);
}
.itemslideshow .itemsbox .item img{
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    max-height: 80%;
}
.itemslideshow .itemsbox .item .quantity-star{
    background-image: url('/img/star.png');
    background-size: cover;
    position: absolute;
    width: 100px;
    height: 100px;
    justify-content: center;
    display: flex;
    font-family: 'Magneto', serif ; 
    align-items: center;
    text-align: center;
    top: 5px;
    right:5px;
    padding-top:5px;
}
.quantity-star.startext1 {
    font-size: 290%;
}
.quantity-star.startext2 {
    font-size: 240%;
}
.quantity-star.startext3 {
    padding-top:5px;
    font-size: 200%;
}
.itemslideshow .itemsbox .item .itemdescription{
    font-size: 1.2rem;
    width: 100%;
    padding: 5px;
}
.itemslideshow .itemsbox .item .itemdescription h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    font-family: 'Summerfriday';
}

#add-to-cart {
    position: absolute;
    right:8px;
    bottom:-2px;
}

.itemdescription h3{
    position: relative;
    width: fit-content;
    transform: translateY(5px);
}
.original-price {
    position: absolute;
    width: fit-content;
    padding: 1px 4.5px 1px 5px;
    border-radius: 10px;
    top: -1em;

    color: red;
    text-decoration: line-through black;
    -webkit-text-decoration: line-through black;
    font-style: italic;
    font-size: 90%;
    font-weight: bold;
    right: -6px;
    text-align: right;
}

.large-fire {
    position: absolute;
    margin: 10px -5px;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.large-fire div {
    position: absolute;
    font-size: 2.0rem;
    padding-top: 25px;
    font-weight: bold;
    color: black;
    width: inherit;
    font-family: 'Summerfriday'
}


div.header3 {
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    flex-direction: column;
}
.header3 .text-box {
    width: fit-content;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Summerfriday'
}
.showcase-image {
    width: 100%;
    max-height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showcase-image img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.header3 .showcase-image .text-box {
    position: absolute;
    text-align: center;
    width: fit-content;
    margin: auto auto;
    font-size: min(8vw,60px);
    padding-top: 1vw;
    transition: color 0.3s;
}


.more-items {
    width: 90%;
    margin: 20px 5%;
    min-height: 300px;
    padding: 50px;
    color:black;
    font-family: 'Summerfriday', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(55, 189, 246);
    border: 4px dashed white;
    border-radius: 15px;
}
.more-items h1 {
    font-size: 4.6rem;
    margin: 5px;
}
.more-items a {
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(255,255,255,0.3);
    padding: 9px 15px 7px 15px;
    margin: 5px;
    border-top: 4px inset grey;
    transition: all ease-in-out 0.3s;
    white-space: nowrap;

    font-size: 1.7rem;
    font-family: 'Summerfriday', sans-serif;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: black;
}
.more-items a:hover,
.more-items a:active {
    transform: scale(1.05);
}
.more-items a#shop {
    border:3px solid black;
    color: black;
    background-color: white;
    border-radius: 5px;
}
.more-items a#contact {
    border:3px solid black;
    color: black;
    background-color: white;
    border-radius: 5px;
}




#itemsbox {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.displayitem {
    width: 650px;
    height: 420px;
}

.displayitem .info {
    width: 55%;
    min-height: fit-content;
    max-height: 100%;
    background-color: rgb(128, 255, 238);
    padding: 7px 2px 20px 10px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.3rem;
    color: blueviolet;
    margin: 0 10px;
}
@media only screen and (max-width: 430px) {
    #arial {
        font-size: 3.0rem;
        margin: 0;
    }
}

.displayitem .info button {
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    padding: 6px 15px;
    background-color: white;
    border: solid black 3px;
    border-radius: 5px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
}

.displayitem .info h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-top: 5px;
}
.displayitem .info li {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
/* 
    A1D2CE
    78CAD2
    62A8AC
    5497A7
    50858B
*/

#jackets {
    background: url('../img/newindex/jackets.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#jackets .info {
    background-color: #9cd5d0dd;
}
#polos {
    background: url('../img/newindex/polos.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#polos .info {
    background-color:#78CAD2dd 
}
#tshirts {
    background: url('../img/newindex/tshirts.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#tshirts .info {
    background-color: #62A8ACdd
}
#towels {
    background: url('../img/newindex/towels.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#towels .info {
    background-color: #62A8ACdd
}

#robes {
    background: url('../img/newindex/robes.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#robes .info {
    background-color: #5497A7dd
}
#tunics {
    background: url('../img/newindex/tunic.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#tunics .info {
    background-color: #50858Bdd;
}
@media only screen and (max-width: 865px) {
    .displayitem {
       height: fit-content;
       background-position: 60% 0% !important;
    }
    .displayitem .info {
        height: fit-content;
        max-height: fit-content;
    }

}