.chonburi-regular{
    font-family: "Chonburi", serif;
}

.raleway-thin{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.raleway-medium{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.link-nav{
    color: black;
    text-decoration: none;
    line-height: 2.5;
    margin-left: 5%;
}
.navbar{
    justify-content: center;
}

.main_navbar{
    top: 0; 
    background: white; 
    z-index: 1000; 
    padding: 10px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.btn-black-border{
    background-color: black;
    color: white;
    border: none;
    padding: 11px 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 12px;
}
.btn-black-border:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}

.product-container {
    display: flex;
    padding-left: 10%;
    align-items: flex-start;
    padding-top: 3%;
    gap: 100px;
}
.img-product img{
    max-width: 550px;
}
.product-detail{
    line-height: 1;
    padding-top: 0;
    max-width: 400px;
}
.price{
    margin-top: 20px;
    font-size: 24px;
}
.label-qty{
    margin-top: 40px;
}
.quantity{
    margin-top: 20px;
}
.button-trs {
    display: flex;
    flex-direction: column;
}

.btn-white-border,
.btn-dark-border {
    width: 300px; /* samakan panjang tombol */
    height: 50px; /* atur tinggi tombol */
    letter-spacing: 2px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Tombol Putih */
.btn-white-border {
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: white;
    color: black;
    border: 1px solid black;
}
.btn-white-border:hover {
    background-color: black;
    color: white;
    border: none;
}

/* Tombol Hitam */
.btn-dark-border {
    background-color: black;
    color: white;
    border: none;
}
.btn-dark-border:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}
.desc-product{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
    max-width: 350px;
}
.desc-product p{
    margin: 5px 0;
}
input::placeholder {
    font-family: "Raleway", sans-serif;
    color: #888;
} 
.list-footer a{
    text-decoration: none;
  }