@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
.product-display {
    flex-direction: column;
    gap: 10px !important
}

.product-display-description {
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.product-detail-hero-section {
    padding: 20px 0
}

.product-detail-hero {
    background: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
    min-height: 600px;
    margin-top: -110px;
    position: relative;
    z-index: 50
}

.product-detail-hero .breadcrumb-custom {
    border-bottom: 1px solid rgba(0, 0, 0, .2823529412);
    padding-bottom: 20px
}

.product-detail-hero .breadcrumb-custom img {
    padding: 0 4px
}

.product-detail-hero .breadcrumb-extended {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-bottom: 30px
}

.product-detail-hero .breadcrumb-extended .breadcrumb-item {
    font-size: 14px;
    color: #4a5568
}

.product-detail-hero .breadcrumb-extended .breadcrumb-item.active {
    color: #ff6b35;
    font-weight: 600
}

.product-detail-hero .breadcrumb-extended .breadcrumb-item a {
    color: #4a5568;
    text-decoration: none;
    transition: color .3s ease
}

.product-detail-hero .breadcrumb-extended .breadcrumb-item a:hover {
    color: #ff6b35
}

.product-detail-hero .product-swiper-container {
    flex: 1;
    max-width: 500px
}

.product-detail-hero .product-swiper-container .product-swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    cursor: zoom-in
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform .3s ease;
    transform-origin: center center
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-slide img:hover {
    transform: scale(1.5)
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-pagination {
    bottom: 20px
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .7;
    width: 12px;
    height: 12px;
    margin: 0 6px
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6b35;
    opacity: 1
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-button-next,
.product-detail-hero .product-swiper-container .product-swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    transition: all .3s ease
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-button-next:after,
.product-detail-hero .product-swiper-container .product-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-button-next:hover,
.product-detail-hero .product-swiper-container .product-swiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .7);
    transform: scale(1.1)
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-button-next {
    right: 10px
}

.product-detail-hero .product-swiper-container .product-swiper .swiper-button-prev {
    left: 10px
}

.product-detail-hero .product-swiper-container .product-thumbs {
    width: 100%;
    height: 80px;
    position: relative;
    padding: 4px 24px
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-wrapper {
    align-items: center
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #111;
    transition: all .3s ease;
    opacity: .6;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #ff6b35;
    opacity: 1;
    box-shadow: 0 4px 12px rgba(255, 107, 53, .3)
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-slide:hover {
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-next,
.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: #d34b22;
    color: #fff;
    transition: all .3s ease
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-next:after,
.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-next:hover,
.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-prev:hover {
    background: rgb(255, 69.6336633663, 2);
    transform: scale(1.1)
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-next {
    right: 6px
}

.product-detail-hero .product-swiper-container .product-thumbs .swiper-button-prev {
    left: 6px
}

.product-detail-hero .product-info {
    flex: 1
}

.product-detail-hero .product-info .product-category {
    display: inline-block;
    background: #636a71;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px
}

.product-detail-hero .product-info .product-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2
}

.product-detail-hero .product-info .product-description {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 30px
}

.product-detail-hero .product-info .product-actions {
    display: flex;
    gap: 20px;
    align-items: center
}

.btn-gradient {
    border: 1px solid #d9531e;
    background: linear-gradient(135deg, #D9531E, #DDA331 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, .3)
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, .4);
    color: #fff
}

.btn-gradient i {
    font-size: 14px
}

.btn-outline {
    background: #db6b3e;
    border: 1px solid #d9531e;
    color: #fff;
    padding: 14px 26px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
    gap: 8px;
    transition: all .3s ease
}

.btn-outline:hover {
    background: #ff6b35;
    color: #fff;
    transform: translateY(-2px)
}

.btn-outline i {
    font-size: 14px
}

.social-buttons-wrapper {
    padding-bottom: 0 !important
}

.product-advantages {
    background-size: cover !important;
    margin-top: 80px;
    padding: 80px 0 0;
    background-color: #f8f9fa
}

.product-advantages-wrapper {
    background: rgba(245, 245, 245, .778);
    padding: 70px 50px
}

.product-advantages .section-title {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    margin-bottom: 3rem;
    letter-spacing: 1px
}

.product-advantages .advantage-item {
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease
}


.product-advantages .advantage-item b {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.3rem;
    line-height: 2
}

.product-advantages .advantage-item {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: .95rem
}

.product-detail-section {
    padding: 0 0 80px 0;
    background-color: #fff
}

.product-detail-section .additional {
    background: rgba(245, 245, 245, .8980392157);
    width: 100%;
    height: 91px;
    margin-bottom: 75px
}

.product-detail-section .section-title {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    margin-bottom: 2rem;
    text-align: center
}

.product-detail-section .section-title .section-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin-left: 10px
}

.product-detail-section .description-section {
    margin-bottom: 4rem;
    font-size: 15px;
    color:#1E1E1E;
    line-height: 31px;
}

.product-detail-section .description-section .description-intro {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem
}

.product-detail-section .description-section .feature-list {
    list-style: none;
    padding-left: 0
}

.product-detail-section .description-section .feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: .5rem;
    color: #555;
    line-height: 1.6
}

.product-detail-section .description-section .feature-list li:before {
    content: "-";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: 600
}

 .robot-info-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem
}
.robot-info-table .table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 1rem 1.5rem
}

.product-detail-section  .table-subheader {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 1.5rem;
    font-size: .85rem;
    color: #666;
    background: #f8f9fa;
    position: relative
}

.product-detail-section .table-subheader .robot-model {
    font-size: 1.1rem;
    color: #ff6b35;
    grid-column: 1
}

.product-detail-section  .table-subheader .robot-specs {
    display: contents
}

.product-detail-section  .table-subheader .robot-specs .spec-item {
    font-size: .9rem;
    color: #333;
    text-align: left
}

.product-detail-section  .table-subheader .robot-specs .spec-item i {
    color: #ff6b35;
    margin-right: 5px
}

.product-detail-section  .table-subheader .robot-specs .spec-item.pdf-link {
    color: #ff6b35
}

.product-detail-section  .table-subheader .robot-specs span {
    text-align: left
}

.product-detail-section  .table-subheader .robot-specs span:first-child {
    text-align: left
}

.product-detail-section  .table-arrow {
    color: #ff6b35;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 22;
    font-size: 22px
}

.product-detail-section  .spec-table {
    border-radius: 8px;
    overflow: hidden
}

.product-detail-section  .spec-table .spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem
}

.product-detail-section  .spec-table .spec-row:last-child {
    border-bottom: none
}

.product-detail-section  .spec-table .spec-row .spec-label {
    font-weight: 500;
    color: #333;
    flex: 1;
    font-size: .95rem
}

.product-detail-section  .spec-table .spec-row .spec-value {
    color: #666;
    text-align: left;
    flex: 1;
    font-size: .95rem
}

.product-detail-section  .spec-table .spec-row .spec-value .pdf-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500
}

.product-detail-section  .spec-table .spec-row .spec-value .pdf-link:hover {
    text-decoration: underline
}

.product-detail-section  .spec-table .spec-row .spec-value .pdf-link i {
    margin-right: 5px
}

.product-detail-section  .spec-table .spec-row .spec-value .controller-link {
    color: #ff6b35;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 500
}

.product-detail-section  .spec-table .spec-row .spec-value .controller-link:first-child {
    margin-left: 0
}

.product-detail-section  .spec-table .spec-row .spec-value .controller-link:hover {
    text-decoration: underline
}

.product-detail-section  .spec-table .spec-row .spec-value .controller-link i {
    margin-right: 3px;
    font-size: .8rem
}

.product-detail-section  .spec-table .spec-row .spec-value .btn {
    border: 1px solid #000;
    font-size: .85rem;
    padding: .5rem 2rem;
    border-radius: 0px
}

@media(max-width: 768px) {
    .product-detail-hero {
        padding: 15px;
        min-height: auto;
        margin-top: -80px
    }
    .product-detail-hero .breadcrumb-custom {
        padding-bottom: 15px;
        margin-bottom: 20px
    }
    .product-detail-hero .breadcrumb-custom img {
        padding: 0 2px
    }
    .product-detail-hero .breadcrumb-extended {
        margin-bottom: 20px
    }
    .product-detail-hero .breadcrumb-extended .breadcrumb-item {
        font-size: 12px
    }
    .product-detail-hero .product-detail-content {
        flex-direction: column;
        gap: 25px
    }
    .product-detail-hero .product-detail-content .product-swiper-container {
        max-width: 100%
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper {
        height: 280px;
        margin-bottom: 10px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-slide img {
        padding: 10px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-button-next,
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-button-prev {
        width: 32px;
        height: 32px;
        margin-top: -16px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-button-next:after,
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-button-prev:after {
        font-size: 12px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-pagination {
        bottom: 10px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs {
        height: 55px;
        padding: 2px 20px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-slide {
        width: 55px;
        height: 55px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-slide img {
        padding: 6px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-button-next,
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-button-prev {
        width: 28px;
        height: 28px;
        margin-top: -14px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-button-next:after,
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-button-prev:after {
        font-size: 10px
    }
    .product-detail-hero .product-detail-content .product-info {
        text-align: left;
        padding: 0 5px
    }
    .product-detail-hero .product-detail-content .product-info .product-category {
        font-size: 16px;
        padding: 4px 12px;
        margin-bottom: 20px
    }
    .product-detail-hero .product-detail-content .product-info .product-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
        line-height: 1.3
    }
    .product-detail-hero .product-detail-content .product-info .product-description {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.5
    }
    .product-detail-hero .product-detail-content .product-info .product-actions {
        flex-direction: column;
        gap: 15px
    }
    .btn-gradient,
    .btn-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px
    }
    .product-advantages {
        margin-top: 60px;
        padding: 50px 0 0
    }
    .product-advantages-wrapper {
        padding: 40px 20px
    }
    .product-advantages .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        text-align: center
    }
    .product-advantages .advantage-item {
        padding: 1.25rem;
        margin-bottom: 1rem;
        text-align: center
    }
    .product-advantages .advantage-item .advantage-title {
        font-size: 1.1rem;
        margin-bottom: .75rem
    }
    .product-advantages .advantage-item .advantage-description {
        font-size: .9rem;
        line-height: 1.5
    }
    .product-detail-section {
        padding: 50px 15px
    }
    .product-detail-section .additional {
        height: 60px;
        margin-bottom: 50px
    }
    .product-detail-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
    .product-detail-section .section-title .section-subtitle {
        font-size: .9rem;
        display: block;
        margin-left: 0;
        margin-top: .5rem
    }
    .product-detail-section .description-section {
        margin-bottom: 2.5rem
    }
    .product-detail-section .description-section .description-intro {
        font-size: .95rem;
        margin-bottom: 1rem
    }
    .product-detail-section .description-section .feature-list li {
        font-size: .9rem;
        margin-bottom: .75rem;
        padding-left: 15px;
        line-height: 1.5
    }
    .product-detail-section  .robot-info-table {
        margin-bottom: 1.5rem
    }
    .product-detail-section  .robot-info-table .table-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: .75rem;
        padding: 1rem
    }
    .product-detail-section  .robot-info-table .table-header span {
        font-size: .8rem;
        padding: .5rem;
        background: #f8f9fa;
        border-radius: 4px;
        text-align: center
    }
    .product-detail-section  .robot-info-table .table-subheader {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        padding: 1rem
    }
    .product-detail-section  .robot-info-table .table-subheader .robot-model {
        font-size: 1rem;
        text-align: center;
        padding: .75rem;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #e2e8f0
    }
    .product-detail-section  .robot-info-table .table-subheader .robot-specs {
        display: flex;
        flex-direction: column;
        gap: .5rem
    }
    .product-detail-section  .robot-info-table .table-subheader .robot-specs .spec-item {
        font-size: .85rem;
        padding: .5rem;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #e2e8f0;
        text-align: center
    }
    .product-detail-section  .robot-info-table .table-arrow {
        right: 15px;
        top: 15px;
        font-size: 18px
    }
    .product-detail-section  .spec-table .spec-row {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        border-bottom: 1px solid #e2e8f0
    }
    .product-detail-section  .spec-table .spec-row .spec-label {
        margin-bottom: .5rem;
        font-size: .9rem;
        font-weight: 600;
        color: #333
    }
    .product-detail-section  .spec-table .spec-row .spec-value {
        font-size: .85rem;
        color: #666
    }
    .product-detail-section  .spec-table .spec-row .spec-value .pdf-link {
        display: inline-block;
        margin-bottom: .25rem
    }
    .product-detail-section  .spec-table .spec-row .spec-value .pdf-link i {
        margin-right: 3px
    }
    .product-detail-section  .spec-table .spec-row .spec-value .controller-link {
        display: block;
        margin: .25rem 0
    }
    .product-detail-section  .spec-table .spec-row .spec-value .controller-link i {
        margin-right: 2px;
        font-size: .75rem
    }
    .product-detail-section  .spec-table .spec-row .spec-value .btn {
        width: 100%;
        margin-top: .5rem;
        padding: .75rem;
        font-size: .8rem
    }
}

@media(max-width: 480px) {
    .product-detail-hero {
        padding: 10px
    }
    .product-detail-hero .product-detail-content {
        gap: 20px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-swiper {
        height: 250px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs {
        height: 50px
    }
    .product-detail-hero .product-detail-content .product-swiper-container .product-thumbs .swiper-slide {
        width: 50px;
        height: 50px
    }
    .product-detail-hero .product-detail-content .product-info .product-title {
        font-size: 1.5rem
    }
    .product-detail-hero .product-detail-content .product-info .product-description {
        font-size: 14px
    }
    .product-advantages-wrapper {
        padding: 30px 15px
    }
    .product-advantages .section-title {
        font-size: 1.5rem
    }
    .product-advantages .advantage-item {
        padding: 1rem
    }
    .product-advantages .advantage-item .advantage-title {
        font-size: 1rem
    }
    .product-advantages .advantage-item .advantage-description {
        font-size: .85rem
    }
    .product-detail-section {
        padding: 40px 10px
    }
    .product-detail-section .section-title {
        font-size: 1.25rem
    }
    .product-detail-section  .robot-info-table .table-header,
    .product-detail-section  .robot-info-table .table-subheader,
    .product-detail-section  .robot-info-table .spec-row,
    .product-detail-section  .spec-table .table-header,
    .product-detail-section  .spec-table .table-subheader,
    .product-detail-section  .spec-table .spec-row {
        padding: .75rem
    }
}

.text-gradient {
    background: linear-gradient(135deg, #FF6B35 0%, #E53E3E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.shadow-custom {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.border-radius-custom {
    border-radius: 12px
}

.label-menu-top{
    color:#000 !important;
}

.label-menu-top:hover{
    color:#DB6B3E !important;
}
/*# sourceMappingURL=produk-detail.css.map */