.producted-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    background: #fff;
    margin-bottom: 30px;
}

.producted-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.producted-image {
    width: 580px;
    height: 320px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producted-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.producted-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 20px;
    width: 60%;
}

.producted-header h5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.stock {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.producted-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.producted-meta li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.producted-meta i {
    color: #007bff;
    margin-right: 6px;
}

.producted-footer {
    margin-top: auto;
}

.producted-price {
    font-size: 18px;
    font-weight: 600;
    color: #004cff;
    margin-bottom: 10px;
}

.producted-price span {
    font-size: 20px;
}

.btn-buy {
    background: #004cff;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    transition: 0.2s;
}

.btn-buy:hover {
    background: #0036c7;
}

/* Responsif */
@media (max-width: 768px) {
    .producted-card {
        flex-direction: column;
    }

    .producted-image {
        width: 100%;
        height: 220px;
    }

    .producted-info {
        width: 100%;
        padding: 16px;
    }
}

.service-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-card img {
    width: 580px;
    height: 320px;
    object-fit: fill;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    width: 50%;
}

.service-header {
    margin-bottom: auto;
}

.service-header h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.service-header p {
    color: #555;
    font-size: 14px;
}

.service-header i {
    color: #0052ff;
    margin-right: 8px;
}

.service-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.service-meta li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.service-meta i {
    color: #007bff;
    margin-right: 6px;
}

.service-footer {
    margin-top: auto;
}

.service-footer .price {
    font-weight: 700;
    color: #004cff;
    font-size: 28px;
}


.service-footer button {
    background-color: #004cff;
    color: white;
    border: none;
    border-radius: 15px;
    width: 100%;
    padding: 14px 0;
    margin-top: 10px;
}

/* Responsif */
@media (max-width: 768px) {
    .service-card {
        flex-direction: column;
    }

    .service-card img,
    .service-content {
        width: 100%;
    }

    .service-card img {
        height: 220px;
    }
}

/* Button Link Detail Produk  */

.btn-buy-small {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

/* Marketplace Colors */
.btn-buy-shopee {
    background: #EE4D2D;
    color: white;
}

.btn-buy-shopee:hover {
    background: #c73115;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(238, 77, 45, 0.5);
}

.btn-buy-shopee:active {
    transform: translateY(-1px) scale(1);
}

.btn-buy-tokopedia {
    background: #03AC0E;
    color: white;
}

.btn-buy-tokopedia:hover {
    background: #028009;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(3, 172, 14, 0.5);
}

.btn-buy-tokopedia:active {
    transform: translateY(-1px) scale(1);
}

.btn-buy-lazada {
    background: #1A75FF;
    color: white;
}

.btn-buy-lazada:hover {
    background: #0052cc;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(26, 117, 255, 0.5);
}

.btn-buy-lazada:active {
    transform: translateY(-1px) scale(1);
}

.btn-buy-blibli {
    background: white;
    color: #0088CC;
    border: 2px solid #0088CC;
}

.btn-buy-blibli:hover {
    background: #0088CC;
    color: white;
    border-color: #0088CC;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 136, 204, 0.5);
}

.btn-buy-blibli:active {
    transform: translateY(-1px) scale(1);
}

.btn-buy-tiktok {
    background: #000;
    color: white;
}

.btn-buy-tiktok:hover {
    background: #1a1a1a;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.btn-buy-tiktok:active {
    transform: translateY(-1px) scale(1);
}

.btn-buy-default {
    background: #2D72F0;
    color: white;
}

.btn-buy-default:hover {
    background: #1a56cc;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(45, 114, 240, 0.5);
}

.btn-buy-default:active {
    transform: translateY(-1px) scale(1);
}

/* Icon inside button */
.btn-buy-small i {
    font-size: 16px;
}

/* Product Gallery di detail product */

.product-gallery {
    max-width: 100%;
    width: 100%;
    background: white;
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.main-image-container {
    width: 100%;
    aspect-ratio: 1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.thumbnail-container {
    display: flex;
    gap: 8px;
    padding: 15px;
    background-color: #fff;
    overflow-x: auto;
    scrollbar-width: thin;
}

.thumbnail-container::-webkit-scrollbar {
    height: 6px;
}

.thumbnail-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.thumbnail-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.thumbnail {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.thumbnail:hover {
    border-color: #999;
    transform: scale(1.05);
}

.thumbnail.active {
    border-color: #ff6b35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .thumbnail {
        min-width: 70px;
        width: 70px;
        height: 70px;
    }
}

/* Product Price Display in Detail Product */
.price-container {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 8px;
}

.current-price {
    font-size: 48px;
    font-weight: 700;
    color: #004EE9;
    letter-spacing: -0.5px;
}

.discount-badge {
    background-color: #004EE9;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
    margin-top: 8px;
}

.original-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    align-self: flex-start;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .current-price {
        font-size: 36px;
    }

    .original-price {
        font-size: 16px;
    }

    .price-container {
        padding: 15px 20px;
        gap: 8px;
    }
}

 /* Product Features */

 .product-features {
     background: #f8f9fa;
     border-radius: 8px;
     padding: 20px;
     margin-top: 20px;
 }

 .feature-title {
     font-size: 14px;
     font-weight: 600;
     color: #333;
     margin-bottom: 12px;
 }

 .feature-list {
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 .feature-item {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     font-size: 13px;
     color: #666;
 }

 .feature-bullet {
     color: #2D72F0;
     font-weight: bold;
 }

/* Empty State */
.empty-marketplace {
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}