@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
:root {
  --btn-color-a: #ffc100;
  --btn-color-b: #272727;
  --gfon: linear-gradient(300deg, #dedede21, #ffffff47);
  --bfon: #1f1f1fe0;
  --opi-txt: #bababa;
}
    body {
    background-position: center top;
    background-attachment: fixed;
    background-image: radial-gradient(rgb(38, 38, 38), rgb(0, 0, 0));
    }
    .img-cart {
    width: 100%;
    position: absolute;
    }
    .ballcash {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 1vh;
    }
    .grid {
    border: none;
    display: flex;
    overflow: auto;
    height: fit-content;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-right: 20px;
    }
    .grid > * {
    flex: 0 0 27vh;
    height: 40vh;
    margin: 5px;
    color: #ffffff;
    }
    .exbox {
    cursor: default;
    position: relative;
    background-size: cover;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .content-cart {
    width: 75%;
    margin-right: 4%;
    }
    .name {
    font-size: 2.2vh;
    font-family: 'Pacifico',Arial,sans-serif;
    translate: -2% -19%;
    pointer-events: none;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .tip {
    font-family: 'Pacifico',Arial,sans-serif;
    transform: rotate(356deg);
    translate: -2% -19%;
    color: var(--opi-txt);
    font-size: 1.2vh;
    pointer-events: none;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .bg-txt {
    transform: rotate(356deg);
    text-shadow: 0 1px 0 #ccc, 0 1px 0 #FFAE00, 0 2px 0 #FFAE00, 0 3px 0 #FFAE00, 0 3px 0 #FFAE00, 0 4px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .25), 0 8px 8px rgba(0, 0, 0, .2), 0 17px 17px rgba(0, 0, 0, .15);
    }
    .btn-panel.content-cart {
    position: absolute;
    bottom: 1.7%;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
.btnvav {
    font-size: 1.1vh;
    padding: 2% 0% !important;
    border-radius: 5px !important;
    font-weight: 600;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
    .btnprice {
    background-color: var(--btn-color-a);
    color: #000000;
    border-radius: 0.4vh;
    font-size: 1.5vh;
    display: flex;
    justify-content: center;
    font-weight: 500;
    }
    button.btnpr.buttonpr {
    cursor: pointer;
    width: 100%;
    padding: 6% 0%;
    background: transparent;
    border: none;
    }
    .bg-cart {
    background-image: var(--gfon);
    width: 82.5%;
    height: 101%;
    position: absolute;
    z-index: -1;
    border-radius: 0.8vh;
    box-shadow: 0.7vh 0.7vh 1.5vh #000000ba;
    }
    .bg-cart.active {
    background-image: linear-gradient(300deg, #ffae0030, #ffc100c7);
    box-shadow: 0vh 0vh 0vh #000000ba;
    filter: drop-shadow(0vh 0vh 1vh #ffc100);
}