.produk-form {
    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;
    height: auto;
}
.content-pf .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    width: 100%;
}

.box-wrapper {
    width: 100%;
}

.produk-image {
    width: 100%;
    aspect-ratio: 1/1;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    height: auto;
    object-fit: cover;
}

.produk-image img {
    object-fit: cover;
    width: inherit;
    height: inherit;
}

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

.pf-box-price {
    padding: 0rem 1rem 0rem 1rem;
    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%;
}

.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;
    align-items: center;
    height: 45px !important;
    aspect-ratio: 1/1;
}

.icon-save-svg-lite {
    width: 15px !important;
    display: flex;
    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-misi {
    width: 20px !important;
    height: 20px !important;
}

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

.like-width2 {
    width: 20px !important;
    height: 20px !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;
}

.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: 1.3rem;
    height: auto;
}

.box {
    width: 100%;
    background: white;
    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;
    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;
    height: auto;
}

.summary-wrapper {
    z-index: 1 !important;
    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;
}

.review-item {
    padding: 0 1rem 0 1rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-link {
    width: 100%;
    padding: 1rem 0;
}

.review-link-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-review {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.review-name {
    display: flex;
    flex-direction: column;
}

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

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

.review-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.review-image {
    width: 100%;
    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; 
    border: 1px solid rgba(0, 0, 0, 0.043);
    aspect-ratio: 1/1;
    width: 23%;
    height: auto;
    border-radius: 5px;
}

.rimage-item {
    padding: 0;
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pf-box-seller {
    padding: 1rem;
    width: 100%;
    background-color: white;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seller-data {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 0.7rem;
    align-items: center;
}

.pics-wrapper {
    width: 15%;
    position: relative;
}

.label-seller {
    bottom: -10px;
    position: absolute;
    width: 100% !important;
}

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

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

.pics {
    width: 100%;
}

.seller-add {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.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 {
    width: 2.5%;
}

.seller-performa {
    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;
    gap: 0.3rem;
}

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

.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;
}

.slide-bsh {
    width: 30%;
}

.text-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit1 {
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ULASAN FORM */

.ulasan-form {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}

.u-header {
    padding: 0;
    top: 0;
    position: fixed;
    background-color: white;
    height: auto;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    z-index: 99;

    -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;
    height: auto;
}

/* END OF ULASAN FORM */

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

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

.footer-pf .container {
    gap: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.footer-pf .container .shape-bottom-pf {
    width: 14%;
}

.footer-pf .container .shape-bottom-pf img {
    width: 100%;
}

.footer-pf .container .pesan-button {
    border-radius: 12px;
    text-align: center;
    display: block;
    height: auto;
    padding: 0.6rem 1rem;
    text-decoration: none;
    width: 100%;
    color: white;
    background-color: #521891;
}

/* END OF FOOTER PF */

/* CHECKOUT PAGE */

.footer-checkout {
    width: 100%;
    position: fixed;
    max-width: 480px;
    bottom: 0;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 1rem 1rem 1.5rem 1rem;
}

.badge-store {
    width: 5.5%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
}

.badge-store-lg {
    width: 10%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
}

.badge-store-lite {
    width: 6%;
    height: fit-content;
    aspect-ratio: 1/1 !important;
}

.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%;
}

.collapse:not(.show) {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.note-icon {
    width: 6%;
}

/* END OF CHECKOUT PAGE */

.item-gap {
    gap: 0.3rem;
}

/* SWIPER PHOTO PRODUCT */

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff8c00;
    opacity: 1;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.3;
}
.swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }

.swiper-button-next i,.swiper-button-prev i{
    font-size: 20px;
    background-color: #ffffffad;
    border-radius: 3rem;
    padding: 0px;
    aspect-ratio: 1 / 1;
    width: 35px;
    justify-content: center;
    display: flex;
    color: #909a99;
    align-items: center;
}

/* END OF SWIPER PHOTO PRODUCT */

@media only screen and (max-width: 370px) {
    .item-gap {
        gap: 0rem;
    }
}

a.pesan-button:hover{
    background-color: #471086;
    background:
    linear-gradient(142deg, #471086 0%, #37066E 100%);
}
