* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive, monospace;
    scroll-behavior: smooth;
    cursor: pointer;
}
.address::after {
    content: "Barangay Mapalacsiao, Pinatubo Tarlac City";
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: pink;
}
body {
    background-color: rgb(255, 118, 141);
}
.title-container {
    display: block;
    height: 50vh;
    background-color: #ff2176;
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 10px 10px 30px rgb(185, 0, 124);
    border: #b30044 10px solid;
}

#contacts:hover, #products:hover, .title-container:hover, .title-container:focus, .about-container:hover, #receiptBox:hover {
    box-shadow: 15px 15px 20px rgb(117, 0, 78);
    scale: 1.02;
    transition: 0.3s;
}
.n1 , .n3 {
    color: pink;
    margin-top: 1%;
}
.n1 {
    font-size: 4rem;
    font-weight: bold;
}
.n3 {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: rgb(230, 65, 167);
    border-radius: 15px;
    padding: 1rem;
}
.n2 {
    font-size: 2rem;
    margin-top: 1rem;
    color: rgb(100, 19, 33);
}

@media (min-width: 90vw) {
    .nav-bar {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    border: #b30044 5px solid;
    width: 50vw, auto;
    margin-left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    padding: 10px;
    background-color: #ff2176;
    }
}
.nav-bar:hover {
    box-shadow: 0 0 20px rgb(185, 0, 124);
    transition: 0.3s;
    scale: 1.02;
}
a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}
a:hover, .inf:hover {
    background-color: rgb(255, 152, 169);
    color: rgb(100, 19, 33);
    box-shadow: 0 0 10px rgb(185, 0, 124);
    scale: 1.1;
}
.title-page {
    text-align: center;
    margin-top: 2rem;
}
.about-container {
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: rgb(230, 65, 167);
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgb(185, 0, 124);
    border: #b30044 10px solid;
    padding: 2rem;
    margin-top: 3rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: justify;
}
h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
}

.products-container {
    display: block;
    gap: 2rem;
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: #b30044 10px solid;
    border-radius: 20px;
    background-color: rgb(230, 65, 167);
}

img {
    display: block;
    width: 20rem;
    height: 20rem;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    border: #b30044 10px solid;
}

.flower-items {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: rgb(230, 65, 167);
    border-radius: 15px;
    width: auto;
    padding: 0.5rem;
}

img:hover {
    box-shadow: 0 0 20px rgb(185, 0, 124);
    scale: 1.05;
    transition: 0.3s;
    border-color: #ff2176;
}
#contacts {
    display: block;
    text-align: center;
    font-size:x-large ;
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: #b30044 10px solid;
    border-radius: 20px;
    background-color: rgb(230, 65, 167);
    box-shadow: 10px 10px 30px rgb(185, 0, 124);
    padding: 2rem;
    color: white;
}
.inf {
    font-size: 2rem;
    padding: 1rem;
}
.itemAdd, .itemQnty, .inf, .cartCon {
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: #973a5e;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.itemAdd:hover, .itemQnty:focus, .inf:hover{
    background-color: rgb(255, 152, 169);
    color: rgb(100, 19, 33);
    box-shadow: 0 0 10px rgb(185, 0, 124);
    scale: 1.1;
}

.cartCon:hover {
    background-color: rgb(255, 152, 169);
    color: rgb(100, 19, 33);
    box-shadow: 0 0 10px rgb(185, 0, 124);
}
#receiptBox {
     display: block;
    gap: 2rem;
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: #b30044 10px solid;
    border-radius: 20px;
    background-color: rgb(230, 65, 167);
    text-align: center;
    color: pink;
    font-weight: bold;
}

.recHead {
    font-size: xx-large;
}
.cartName {
    font-size: x-large;
    margin-top: 25px;
}
.cartQuantity::before {
    content: "x ";
}
.cartQuantity {
    font-size: xx-large ;
}

.ccValue::before , #tccValue::before{
    content: '₱' ;
}
#totalCCon {
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: #973a5e;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}
#copy-text {
    border:#ff2176 solid
}