.single-grid-product{
    border: 1px solid transparent;
    padding: 15px;
}
.single-grid-product:hover{
    border: 1px solid rgb(196, 196, 196);
    cursor: pointer;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__pagination__page{
    background: #999 !important;
}

.splide__pagination__page.is-active{
    background: #d98700 !important
}

#image-carousel-list{
    height: inherit !important;
}

.header-sticky.is-sticky .header-navigation-area--extra-space,
.header-area--default--transparent .header-mobile-navigation{
    background: #333 !important;
}

.header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a,
.header-icon__list li > a{
    color: white;
}

.options>.option-title{
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 20px;
    color: #111;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}

.options{
    margin-bottom: 15px;
}

.options>.option-value{
    background: #c7c7c7;
    font-size: 17px;
    color: #111;
}

.price-detail{
    font-size: 25px !important;
}

.product-details-description-wrapper{
    font-size: 17px;
}

.section-space--breadcrumb{
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-content{
    font-size: 20px;
    line-height: unset;
}

.page-content>ul{
    list-style-type: disc; /* jenis bullet */
    padding-left: 20px;    /* jarak dari kiri agar bullet terlihat */
    margin-bottom: 1rem;
}

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a{
    padding-top: 20px;
    padding-bottom: 23px;
    font-size: 13px;
    font-weight: 500;
}

.header-navigation-wrapper nav > ul > li{
    margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-info-wrapper--alt-style .header-icon-area{
        flex-basis: 15% !important;
    }
}
.single-grid-product__image a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.cart-product-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.cart-product-title,
.cart-product-variant{
    font-size: 13px !important;
    margin: 0px !important;
    max-width: 170px;
    display: inline-block;
}

.cart-product-variant{
    color: gray !important;
}

.theme-button:disabled,
.theme-button:disabled:hover{
    opacity: 0.5;
    cursor: default;
    background-color: #595959;
}

.category-title{
    font-size: 20px;
    color: #666;
}

.view-all-link{
    margin-right: 10px;
    font-size: 20px;
    color: #666;
}

.view-all-link:hover{
    color: #666;
    text-decoration: underline;
}

.search-category-active{
    color: #fab200 !important;
}

.single-grid-product__content .title a {
  display: block;            /* penting agar width berlaku */
  white-space: nowrap;       /* cegah teks pindah ke baris baru */
  overflow: hidden;          /* sembunyikan teks yang kepanjangan */
  text-overflow: ellipsis;   /* tampilkan ... di akhir */
}

.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99000;
    cursor: pointer;
}
.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    text-decoration: none;
    font-size: 30px;
}
.whatsapp-btn:hover {
    transform: scale(1.1);
    color: white;
}
@media (max-width: 576px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
}

.suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.suggestions li {
  padding: 10px;
  cursor: pointer;
}
.suggestions li:hover, .suggestions li.selected {
  background-color: #f0f0f0;
}

.theme-button-secondary--alt{
    background-color: #aaa;
}
.theme-button-secondary--alt:hover{
    background-color: #111;
}


.star-rating .fa-star { cursor: pointer; color: #ccc; }
.star-rating .fa-star.checked { color: #ffc107; }
.error { color: #dc3545; font-size: 0.875em; display: none; }
.review-item { border-bottom: 1px solid #dee2e6; padding: 15px 0; }
.review-stars .fa-star { color: #ffc107; }


.rating-summary .fa-star { color: #ffc107; }
.rating-summary .fa-star.empty { color: #ccc; }
.rating-summary { display: flex; align-items: center; gap: 10px; margin-top: 5px; margin-bottom: 15px;}
.rating-value { font-weight: bold; font-size: 1.1rem; }
.review-count { color: #6c757d; font-size: 0.9rem; }

.secure-logo{
    width: 80px;
    height: 100%;
}

.minicart-wrapper.shown,.minicart-wrapper-mobile.shown{
    visibility: visible;
    opacity: 1;
}