

.product-img-info-wrap{padding-bottom: 2rem;

    .img-wrap{position: relative;
    
        .gallery-badges{position: absolute; top: 0;right: 0; width: 100%; z-index: 2;display: flex;align-items: flex-start;justify-content: space-between;
        
            .gallery-badge{background: #EDE8E2; color: rgb(var(--color-foreground));  font-size: 2.4rem; font-weight: 400; padding: 1rem 3rem; line-height: 1; border: none; text-align: center;
            
                &.discount-badge{direction: ltr;}

            }

            @media(max-width:991px){
                .gallery-badge{font-size: 1.4rem; padding: 0.5rem 1rem;}
            }

        }

    }


    .info-wrap{color: rgb(var(--color-foreground)); 
        .inner{width: 490px; max-width: 100%; margin-right: auto;margin-left: auto; padding-top: 7rem;
        
            @media(max-width:991px){padding-top: 3.6rem;}
        }

        .section-title{margin-bottom: 1.5rem; font-size: 4.8rem;
        
            @media(max-width:991px){font-size: 2.4rem;}
        }

        .origin-country{color: #5F5E5E;font-weight: 400; font-size: 2.9rem; margin-bottom: 0.5rem;
        
            strong{font-weight: 700;}

        }

        .sku{color: #5F5E5E; font-size: 2rem; font-weight: 400;}

        @media(max-width:991px){
            .origin-country, .sku{font-size: 1.8rem;}
        }

        .product-description{margin-top: 3.5rem;margin-bottom: 5rem; line-height: 1.2;

            p{margin-bottom: 0.5rem;}
            .read-more-link{color: rgb(var(--color-foreground)); text-decoration: none!important;} 

            @media(max-width:991px){margin-bottom: 3.6rem;
            
                .link-wrap{margin-top: 2.5rem;}
            }

        }

        .price-wrap{margin-bottom: 4rem;
            .price--on-sale .price__sale{justify-content: center;}
            .price .price-item{font-size: 3rem; font-weight: 400; color: rgb(var(--color-foreground));margin: 0;}
            

            @media(max-width:991px){margin-bottom: 3.6rem;
                .price .price-item{font-size: 2.4rem;}
            }
        }
        

        .popup-btn-wrap{margin-top: 1.2rem;}

    }

}


.product-images-wrap{

    .slick-track{margin-right: 0;margin-left: 0;}

    .prod-img-wrap{padding-right: 10px;padding-left: 10px;
        img{aspect-ratio: 563 / 700; object-fit: cover; object-position: top center;}
    }


    .slick-arrow{position: absolute;top: 50%; transform: translateY(-50%); z-index: 2; margin: 0 !important; width: 5.3rem; cursor: pointer;

        &.arrow-right{right: 1rem;}
        &.arrow-left{left: 1rem;}

        @media(max-width:991px){width: 3.5rem;}
    }

    @media(max-width:991px){
        .slick-wrapper{margin-right: -10px; margin-left: -10px;}
    }
}


.product-txt{margin-top: 12.8rem; margin-bottom: 6.5rem;color: rgb(var(--color-foreground));

    @media(max-width:991px){
        margin-top: 4.2rem; margin-bottom: 5.6rem;
    }
}