body {
    background-color: black;

}
h1{
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}
.card-about{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(173, 181, 189, 1);
}
.card{
    background-color: black;
    margin:20px;

}
.button-footer {
    z-index: 2;
    border: none;
    position: fixed;
    display: flex;
    background-color: rgba(252, 33, 163, 1);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    color: white;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
main{
    margin-bottom: 100px;
}
header{
    width: 100%;
    padding: 25px 20px;
    border: 1px solid rgba(44, 44, 44, 1);
    border-left: none;
    border-right: none;
    border-top: none;
}
.card-price{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: white;
}
.button-footer2{
    z-index: 2;
    background-color: rgb(7, 7, 7);
    border: none;
    position: fixed;
    display: flex;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    right: 20px;
    box-shadow: 0 0 4px 0 rgba(252, 33, 163, 1);
    border: none;
}
.button-footer-button{
    font-weight: 600;
    color: white;
    background: none;
     border: none;
    box-shadow: none;
    font-size: 30px;
}
.cart-button{
width:50px;
height:50px;
}
.buttoncart{
position: fixed;
z-index: 4;
right:20px;
bottom: 75px;
}
.button-text{
    margin-left: 15px;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 15px;
}
.carousel-item img {
    object-fit: contain;
    height: 80vh;
    background-color: black;
}
.modal-body {
    padding: 0;
}
.zoom-container {
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.zoom-container img {
    transition: transform 0.3s ease-in-out;
}

.zoom-container.zoomed img {
    transform: scale(2);
    cursor: zoom-out;
}
#img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    touch-action: none;
}
.modal-content {
    max-width: 100%;
    transition: transform 0.1s ease;
    margin: auto;
    display: block;
    width: 100%;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close-modal{
    width: 20px;
}
.close {

    position: absolute;
    top: 30px;
    right: 20px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.card-photo-similar{
    width: 128px;
    height: 128px;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;

}
h2{
    color: white;
    margin-left: 20px;
}
h3{
    font-size: 20px;
    color: white;
    font-weight: 500;
    margin-bottom: 5px;
}
.card-similar{
   
}
.card-name-similar{
    margin-bottom: 0;
    padding-top: 10px;
    color:white;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: fade;
}
.card-flavor-similar{
border-radius:5px;
padding:7px;
white-space: nowrap;
background-color: rgba(252, 33, 163, 1);
text-decoration:none;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.button-similar{
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 9px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right:12px ;
    box-shadow: 0 0 4px 0 rgba(252, 33, 163, 1);
    justify-content: center;
    color: white;
    text-decoration: none;
}
.card-price-similar{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.cards-wrapper {
    padding-top: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
scrollbar-width: none;
  -ms-overflow-style: none; 
}

.container::-webkit-scrollbar {
  display: none;

}

.cards-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding-bottom: 10px;
}
.line{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 0);
}
.coins-container{
    max-width: 58px;
    height : 20px;
    display: flex;
    background-color: rgba(252, 33, 163, 1);
    border-radius: 3px;
    align-items: center;
    padding-left: 1.3px;
    justify-content: space-between;
}
.coins-stroke{
    background-color: white;
    border-radius: 2px;
    height: 16.6px;
    width: 38.7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coins-star{
    margin-left: 3px;
    margin-right: 3px;
}
.coins{
    color: rgb(252, 33, 163);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.image-coins {
    position: relative;
    display: inline-block;
}

.coins-container {
    position: absolute;
    bottom: 10px;
    right: -20px;
    transform: translate(-50%, -50%);
}
.card-photo{
    width: 100%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}