.border {
    border-bottom: 1px solid #eee;
}
header {
    border-bottom: 1px solid #eee;
}   


.product-main-section {
    position: relative;
    padding: 4rem 7%;
    margin-top: 3rem;
}
.product-main-section .ariane {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-self: center;
    margin: .5rem 0 2rem 0;
}
.product-main-section .ariane span {
    color: var(--gray-4);
    font-size: .8rem;
}
.product-main-section .ariane a {
    font-size: .9rem;
    font-weight: 500;
    color: #444;
}
.product-main-section .ariane a.active {
    color: var(--primary-color);
}

.product-main-section .products-details {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.product-main-section .products-details > * {
    flex: 1 1 25rem;
}
.product-main-section .products-details .images {
    width: 100%;
    overflow: hidden;
}
.product-main-section .products-details .images .mySwiper2 video,
.product-main-section .products-details .images .mySwiper2 img {
    height: 400px;
    cursor: pointer;
    object-fit: contain;
}
.product-main-section .products-details .images .mySwiper2 video {
    object-fit: cover;
    background: antiquewhite;
}
.product-main-section .products-details .images .mySwiper video,
.product-main-section .products-details .images .mySwiper img {
    height: 80px;
    cursor: pointer;
    background: antiquewhite;
    object-fit: cover;
}








.product-main-section .products-details .text h1 {
    font-size: 1.65rem;
    font-weight: 500;
    color: var(--secondary-color);
}
.product-main-section .products-details .text .notes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.related-products-section .swiper-slide .stars,
.product-main-section .products-details .text .notes .stars {
    display: inline-flex;
    gap: 4px;
}
.related-products-section .swiper-slide .stars svg,
.product-main-section .products-details .text .notes .stars svg {
    width: 18px;
    color: transparent;
}
.related-products-section .swiper-slide .stars svg.half,
.product-main-section .products-details .text .notes .stars svg.half {
    fill: var(--primary-color);
    color: #eee;
}
.product-main-section .products-details .text .notes span {
    font-size: .9rem;
    color: var(--gray-4);
}
.product-main-section .products-details .text .price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}
.product-main-section .products-details .text .price s {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}
.product-main-section .products-details .text .price span {
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 600;
}
.product-main-section .products-details .text > * {
    font-size: .85rem;
}   
.product-main-section .products-details .text li {
    list-style: initial;
    margin-left: 18px;
}  
.product-main-section .products-details .text p {
    font-size: .85rem;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
}   
.product-main-section .products-details .product-options {
    margin-top: 1rem;
}
.product-main-section .products-details .product-options .size-selection,
.product-main-section .products-details .product-options .color-selection {
    margin-bottom: 20px;
}
.product-main-section .products-details .product-options label {
    color: #333;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.product-main-section .products-details .product-options .color-selection .colors .color-option {
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 2px solid transparent;
}
.product-main-section .products-details .product-options .color-selection .colors,
.product-main-section .products-details .product-options .size-selection .sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-main-section .products-details .product-options .size-selection .sizes .size-option {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    font-size: .9rem;
    background: #f9f9f9;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
}
.product-main-section .products-details .product-options .color-option.selected {
    border-color: #333;
}
.product-main-section .products-details .product-options .size-option.selected {
    background-color: #333;
    color: #fff;
}
.product-main-section .products-details .product-options .quantity-selection {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.product-main-section .products-details .product-options .quantity-selection .add-to-cart {
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px; 
    margin-right: 15px;
}
.product-main-section .products-details .product-options .quantity-selection table {
    width: max-content;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.product-main-section .products-details .product-options .quantity-selection table td {
    border: 1px solid #ccc;
    width: 40px;
    padding: 8px 0;
    text-align: center;
}
.product-main-section .products-details .product-options .quantity-selection table td cursor {
    cursor: pointer;
}
.product-main-section .products-details .product-options .quantity-selection table td span {
    font-size: .9rem;
}
.product-main-section .products-details .product-options .share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.product-main-section .products-details .product-options span {
    color: #333;
    font-size: .85rem;
}
.product-main-section .products-details .product-options .social_links {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-main-section .products-details .product-options .social_links a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-main-section .products-details .product-options .social_links svg {
    color: var(--gray-4);
    width: 18px;
}




.product-information {
    position: relative;
    padding: 4rem 7%;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.product-information .left {
    position: relative;
}
.product-information .left .head {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.product-information .left .head h3 {
    position: relative;
}
.product-information .left .head h3 span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    padding: 1rem;
}
.product-information .left .head h3.active {
    color: var(--primary-color); 
    font-weight: 500;
}
.product-information .left .head h3.active span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ccc;
    width: 100%;
}
.product-information .content {
    position: relative;
}
.product-information .content p,
.product-information .content li {
    font-size: .9rem;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
}
.product-information ul {
    margin-left: 2rem;
    display: grid;
    gap: 5px;
}
.product-information li {
    list-style: square;
}



.product-information .right .dimension {
    margin-bottom: 1rem;
}
.product-information .right h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #444;
}
.product-information .right h4 {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}
.product-information .right p {
    font-size: .95rem;
    line-height: 1.7;
    color: var(--gray-4);
}




.testimonials-section {
    margin-bottom: 3rem;
}
.testimonials-section .quote svg {
    color: var(--primary-color);
}



.related-products-section {
    position: relative;
    padding: 4rem 7%;
    border-top: 1px solid #eee;
}
.related-products-section h2 {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
    padding: 0 7%;
}
.related-products-section .products-swiper {
    width: 100%;
    position: relative;
}
.related-products-section .products-swiper .mySwiper3 {
    position: relative;
}
.related-products-section .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.related-products-section .swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.related-products-section .swiper-slide .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
}
.related-products-section .swiper-slide .details h5 {
    color: #222;
    font-size: .9rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.2px;
}
.related-products-section .swiper-slide .details .price {
    color: #000;
    font-size: .9rem;
    font-weight: 600;
}
.related-products-section .products-swiper .swiper-button-next3,
.related-products-section .products-swiper .swiper-button-prev3 {
    position: absolute;
    height: 3rem;
    width: 3rem;
    background: rgba(0, 0, 0, .3);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.related-products-section .products-swiper .swiper-button-next3 svg,
.related-products-section .products-swiper .swiper-button-prev3 svg {
    width: 30px;
    color: white;
}
.related-products-section .products-swiper .swiper-button-prev3  {
    left: 2rem;
}
.related-products-section .products-swiper .swiper-button-next3 {
    right: 2rem;
}








@media (max-width: 1000px) {
    .product-information .left .head h3 span {
        font-size: 1.3rem;
    }
}

@media (max-width: 850px) {
    .product-information {
        grid-template-columns: 1fr;
    }
    .product-main-section {
        padding: 4rem 1rem !important;
    }
}

@media (max-width: 500px) {
    .product-main-section {
        padding: 4rem 1rem !important;
    }
    .product-main-section .ariane {
        gap: 5px;
        float: left;
    }
    .product-main-section .ariane a {
        font-size: .85rem;
    }
    .product-main-section .products-details .images .mySwiper2 video,
    .product-main-section .products-details .images .mySwiper2 img {
        height: 300px;
    }
    .product-main-section .products-details .images .mySwiper video,
    .product-main-section .products-details .images .mySwiper img {
        height: 55px;
    }
    .product-information .right h3 {
        font-size: 1.2rem;
    }
    .product-information .left .head h3 span {
        font-size: .9rem;
    }
    .product-main-section .products-details .product-options .quantity-selection  {
        flex-wrap: wrap-reverse;
        gap: 12px;
    }
    .product-main-section .products-details .product-options .quantity-selection .add-to-cart {
        margin-right: 0px;
    }
}