.product-detail {
    margin-block: 5rem 8rem;
}
.product-detail__grid {
    align-items: flex-start;
}
.product-detail__gallery {
    width: 52%;
}
.product-detail__info {
    width: 48%;
    min-height: 30rem;
    padding-left: 2rem;
    box-sizing: border-box;;
}
.product-gallery {
    align-items: stretch;
    gap: .4rem;
}
.product-gallery__image, .product-gallery__thumb{
    width: 100%;
}
.splide__track {
    height: 100% !important;
}
#thumbnail-carousel {
    width: 20% !important;
    height: 100% !important;
}
#main-carousel {
    width: 80% !important;
    height: 100% !important;
}
.thumbnail-carousel-list {
    height: 100%;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #212529;
}
.product-detail__category {
    font-size: 1rem;
    font-weight: 500;
    color: #898989;
}
.product-detail__title {
    font-size: 2.6rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Playfair Display";
    margin-block: 0 .6rem;
}
.product-detail__unit {
    font-size: 1rem;
    font-weight: 600;
}
.product-detail__accordion-group {
    gap: 1rem;
    margin-block: 2rem;
}
.product-accordion__summary {
    padding-block: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px #ddd;
}
.product-accordion__icon {
    width: 1rem;
}
.product-accordion__title {
    font-size: 1rem;
    font-weight: 500;
}
.product-accordion__content {
    color: #5f5f5f;
    font-size: 1rem;
    font-weight: 400;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
    background-color: #ffffff;
}
th, td {
    border: 1px solid #d0d7e5;
    padding: .6rem 1rem;
    vertical-align: middle;
    color: #000;
}
tr th {
    background-color: #f5f5f5;
    color: #3a3a3a;
    white-space: nowrap;
    width: 25%;
    font-weight: 500;
}
td {
    text-align: center;
}
tr td:last-child {
    background-color: #ffffff;
}
.product-detail__actions {
    gap: 2rem;
}
.product-detail__shipping {
    font-size: 1rem;
    font-weight: 400;
}
.bi-truck {
    width: 1.2rem;
}
.btn {
    width: 16rem;
    gap: .6rem;
    height: 3rem;
    border-radius: 1rem;
}
.btn-whatsapp {
    background-color: #25D366;
}
.bi-image-fill, 
.bi-whatsapp {
    width: 1rem;
}
@media (max-width: 1250px) {
    .product-detail__title {
        font-size: 2.4rem;  
    }
    .product-detail__accordion-group {
        margin-block: 1rem 2rem;
    }
    .product-detail__info {
        min-height: 29rem;  
    }   
    td {
        padding: .6rem;
    }
}
@media (max-width: 1050px) {  
    .product-detail__title {
        font-size: 2rem;  
    }
    .product-detail__actions > div {
        gap: .6rem !important;
    }
    .product-detail__info {
        min-height: 26rem;  
    }   
    td {
        padding: .6rem;
    }
}
@media (max-width: 800px) {   
    .product-accordion__summary {
        margin-bottom: 2rem;    
    }
    .product-detail__grid {
        flex-direction: column;
        gap: 3rem;
    }
    .product-detail__gallery ,.product-detail__info {
        width: 100%;
    }
    .product-detail__info {
        min-height: 30rem;  
        padding: 0;
    }   
    .product-detail__title {
        font-size: 3.4rem;  
    }
    .product-detail__actions {
        gap: 2rem;
    }
}
@media (max-width: 600px) {
    .product-detail__title {
        font-size: 2.8rem;
    }
    .product-detail {
        margin-block: 5rem 6rem;
    }
    td {
        padding: .8rem;
    }
}
@media (max-width: 500px) {
    .product-detail__title {
        font-size: 2.2rem;
    }
}
@media (max-width: 400px) {
    .splide__arrow--prev {
        left: .5em;
    }
    .splide__arrow--next {
        right: .5em;
    }
    .product-detail__title {
        font-size: 1.8rem;
    }
    .product-gallery {
        gap: .2rem;
    }
    table, .btn {
        font-size: .9rem;
    }
    tr th {
        width: 0;
    }
    th, td {
        padding: .8rem 0;
    }
    .product-detail {
        margin-block: 4rem 5rem;
    }
    .product-detail__accordion-group {
        margin-block: 2rem 2.6rem;
    }
}
@media (max-width: 350px) {
    table, .btn {
        font-size: .8rem;
    }
}