.produk-form {
    /* border-right: 1px solid rgba(0, 0, 0, 0.033);
    border-left: 1px solid rgba(0, 0, 0, 0.033); */
    top: 0;
    height: auto;
    width: 100%;
    max-width: 480px;
}

.produk-form .header-pf {
    position: fixed;
    max-width: 480px;
    top: 0;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99;
}

.content-pf {
    background-color: #f5f5f5;
    /* border: 1px solid green; */
    height: auto;
}
.content-pf .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    width: 100%;
}

.box-wrapper {
    width: 100%;
}

/* .produk-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
    overflow: hidden;
} */

/* .produk-image img {
    object-fit: contain;
    width: 100%;
} */
.produk-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.produk-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pf-box-header {
    background-color: white;
    height: auto;
    width: 100%;
    /* border: 1px solid black; */
}

.pf-box-price {
    padding: 0rem 1rem 0rem 1rem;
    /* border: 1px solid blue; */
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    justify-content: space-between;
}

.pf-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.pf-box-title {
    width: 100%;
    padding: 0 1rem;
    height: auto;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.title-pf {
    width: 100%;
    /* border: 1px solid red; */
}

.icon-save {
    width: 10% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    aspect-ratio: 1/1;
}

.save-custom {
    width: 4.3% !important;
    /* padding: 0.5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    aspect-ratio: 1/1 !important;
}

.icon-save-svg {
    width: 45px !important;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 45px !important;
    aspect-ratio: 1/1;
}

.icon-save-svg-lite {
    width: 15px !important;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 15px !important;
    aspect-ratio: 1/1;
}

.like-icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: fill 0.1s ease, stroke 0.1s ease;
    fill: none;
    stroke: black;
}

.like-width {
    width: 23px !important;
    height: 23px !important;
}

.liked {
    fill: #10abcf !important;
    stroke: #10abcf !important;
}

.spesifikasi-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #10accf1c;
    padding: 0.3rem 0.5rem;
    /* border: 1px solid #05c0ea; */
}

.spesifikasi-box .detail {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.desc-box {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: auto;
    /* border: 1px solid rgb(158, 0, 210); */
}

.box {
    width: 100%;
    background: white;
    /* padding: 20px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: left;
}

.trigger-pf {
    padding: 0.7rem;
    margin-top: 1rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.078);
    border-bottom: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
}

.pf-box-review {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 1px solid black; */
    width: 100%;
    overflow: hidden;
    height: auto;
}

.review-header {
    padding: 1rem;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.059);
}

.header-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review-total {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.review-rate1 {
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    align-items: center;
}

.rate-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
}

.review-summary {
    overflow: visible;
    padding: 1rem 0 0 0;
    /* border: 1px solid black; */
    height: auto;
}

.summary-wrapper {
    z-index: 1 !important;
    /* border: 1px solid black; */
    height: auto;
}

.summary-item {
    user-select: none;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    gap: 0.3rem;
    justify-content: center;
    border-radius: 99px;
    align-items: center;
    text-align: center;
    padding: 0.3rem 1rem;
    width: fit-content !important;
    background-color: #f5f5f5;
    /* border: 1px solid black; */
}

.review-item {
    padding: 0 1rem 0 1rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* border: 1px solid rgba(0, 0, 0, 0.051); */
}

.review-link {
    width: 100%;
    padding: 1rem 0;
    /* border: 1px solid black; */
    /* border-bottom: 1px solid #ededed; */
}

.review-link-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 1px solid black; */
}

.profile-review {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 1px solid blue; */
}

.review-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.review-name {
    display: flex;
    flex-direction: column;
    /* gap: 0.1rem; */
}

.scale {
    width: 45px !important;
    height: 45px !important;
}

.star-box {
    width: fit-content;
}

.review-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 1px solid black; */
}

.star-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.review-image {
    width: 100%;
    /* border: 1px solid black; */
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.rimage-dataa {
    aspect-ratio: 1/1;
    text-decoration: none;
    color: #20b1d3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit: cover; /* Untuk memastikan gambar tidak terdistorsi */
    border: 1px solid rgba(0, 0, 0, 0.043);
    aspect-ratio: 1/1;
    width: 23%;
    height: auto;
    border-radius: 5px;
    /* border: 1px solid yellowgreen; */
}

.rimage-item {
    padding: 0;
    margin: 0;
    object-fit: cover;
    /* clip-path: rect(5px 5px 160px 145px round 20%); */
    width: 100%;
    height: 100%;
}

.pf-box-seller {
    padding: 1rem;
    width: 100%;
    background-color: white;
    /* border: 1px solid #10abcf; */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seller-data {
    display: flex;
    flex-direction: row;
    /* border: 1px solid blue; */
    width: 100%;
    height: auto;
    gap: 0.7rem;
    align-items: center;
}

.pics-wrapper {
    width: 15%;
    position: relative;
    /* border: 1px solid #10abcf; */
}

.label-seller {
    bottom: -10px;
    position: absolute;
    /* border: 1px solid red; */
    width: 100% !important;
}

.label-seller img {
    width: 100%;
}

.seller-pics {
    aspect-ratio: 1/1;
    /* border: 1px solid purple; */
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 99px;
}

.pics {
    width: 100%;
}

.seller-add {
    /* border: 1px solid red; */
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    /* justify-content: space-between; */
}

.last-online {
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
}

.addres {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.icon {
    width: 3%;
}

.map-icon {
    /* border: 1px solid black; */
    width: 2.5%;
}

.seller-performa {
    /* border: 1px solid #10abcf; */
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.performa-wrapper {
    width: 65%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    gap: 0.3rem;
}

.performa-rate {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
    /* justify-content: center; */
}

.performa-icon {
    font-size: 13px;
    text-align: center;
}

.follow-button {
    text-decoration: none;
    color: white;
    text-align: center;
    width: 35%;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    background-color: #10abcf;
}

.performa-time {
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    align-items: center;
}

.performa-time img {
    width: 4%;
}

.pf-highlight-product {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1rem 6rem 1rem;
    width: 100%;
    height: auto;
    background-color: white;
    /* border: 1px solid red; */
}

.slide-bsh {
    width: 30%;
    /* border: 1px solid black; */
}

.text-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.text-limit1 {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Maksimum 2 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

/* ULASAN FORM */

.ulasan-form {
    position: relative;
    width: 100%;
    /* border: 1px solid rgba(0, 0, 0, 0.066); */
    height: auto;
    padding-bottom: 3rem;
}

.u-header {
    padding: 0;
    top: 0;
    position: fixed;
    /* border: 1px solid rgb(157, 1, 229); */
    background-color: white;
    height: auto;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    z-index: 99;

    /* shadow */
    -webkit-box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 10px -21px rgba(0, 0, 0, 0.1);
}

.u-header .container {
    padding: 1rem 1rem 1.5rem 1rem;
}

.back-ulasan {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.top-header {
    padding: 0 0 1.5rem 0;
    width: 100%;
}

.ulasan-content {
    width: 100%;
    padding-top: 10rem !important;
    /* border: 1px solid black; */
    height: auto;
}

/* END OF ULASAN FORM */

/* FOOTER PF */
.footer-pf {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    background-color: white;
    z-index: 999;
    padding-bottom: 1rem;

    box-shadow: 0px -19px 10px -21px rgba(0, 0, 0, 0.12);
}

.footer-pf .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    gap: 0.1rem;
}

/* Bagian ikon chat */
.shape-bottom-pf {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shape-bottom-pf img {
    width: 100%;
    max-height: 44px;
    height: auto;
    object-fit: contain;
}

/* Tombol keranjang */
.form-tombol-keranjang {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.btn-keranjang {
    all: unset;
    width: 100%;
    cursor: pointer;
}

.btn-keranjang img {
    width: 100%;
    max-height: 44px;
    height: auto;
    object-fit: contain;
}

/* Tombol Pesan Langsung */
.form-tombol-checkout {
    width: 76%;
    padding: 0;
    margin: 0;
    display: block;
}

.pesan-button {
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    background-color: #10abcf;
    color: white;
    border-radius: 8px;
    text-align: center;
    border: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
}


/* END OF FOOTER PF */

/* CHECKOUT PAGE */

.footer-checkout {
    width: 100%;
    position: fixed;
    max-width: 480px;
    bottom: 0;
    height: auto;
    /* border: 1px solid blue; */
    background-color: white;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    padding: 1rem 1rem 1.5rem 1rem;
}

.badge-store {
    width: 6%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
    /* border: 1px solid #10abcf; */
}

.badge-store-lg {
    width: 10%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
    /* border: 1px solid #10abcf; */
}

.badge-store-lite {
    width: 6%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
    /* border: 1px solid #10abcf; */
}

.badge-store img {
    width: 100%;
}

.badge-store-lg img {
    width: 100%;
}

.badge-store-lite img {
    width: 100%;
}

.wrap-label {
    width: 70%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.wrap-payment-image {
    width: 15%;
    border-radius: 10px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, 0.038);
    overflow: hidden;
}

.wrap-payment-image img {
    width: 100%;
}
.preview-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-image-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.image-item {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #74c0fc;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wrap-image {
    display: flex;
    flex-wrap: wrap;
}
.remove-existing-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 2px 6px;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.image-item {
    position: relative;
    display: inline-block;
}
/* END OF CHECKOUT PAGE */

/* produk-produk */
.icon-sampah {
    /* border: .6px solid #ccc;
    border-radius: 50%; */
    padding: 3px;
    filter: grayscale(150%);
    cursor: pointer;
}
/* end produk-produk */
#collapseContent {
  display: none;
}

#collapseContent.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#collapseContent1 {
  display: none;
}

#collapseContent1.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#product-text {
  max-height: 80px; /* tinggi awal */
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#product-text.expanded {
  max-height: none; /* jika diperluas */
}

/* modal sheet bootom */

.spesifikasi-sheet {
    position: fixed;
    bottom: -100%;
    width: 90%;
    max-width: 480px;
    height: auto;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow-y: auto;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.spesifikasi-sheet.active {
    bottom: 0;
}

.more-spesifikasi-content {
    padding-top: 20px;
}
/* .spesifikasi-list {
    list-style: none;
    padding: 0;
    margin: 0 auto; 
    max-width: 320px;
} */
.spesifikasi-list li {
    display: flex;
    gap: 5rem;
    padding: 8px 0;
    /* border-bottom: 1px solid #f0f0f0; */
}
.label-content {
    display: inline-block;
    width: 100px;
}
.values-content {
    display: inline-block;
}