/** Shopify CDN: Minification failed

Line 17:20 Unexpected ";"

**/
.apotheker-section{
    padding:80px 0;
}

.apotheker-wrapper {
    gap: 60px;
    padding: 60px;
    align-items: center;
    display: flex;
    background: rgba(226, 220, 208, 05);
    border-radius: 10px;
} align-items:center;

.apotheker-wrapper .apotheker-left {
    max-width: 55%;
}


.apotheker-wrapper .apotheker-left {
    max-width: 55%;
}
.apotheker-wrapper .apotheker-right {
    max-width: 285px;
    margin: 0 auto;
    width: 100%;
}

.apotheker-wrapper .apotheker-left h2 {
    font-size: 25px;
    margin-top: 0;
}
.apotheker-wrapper .apotheker-left h3 {
    font-size: 25px;
}
.apotheker-section .related-products-wrapper {
    background: transparent;
    padding: 0;
}
.apotheker-section .related-products-wrapper .pdp-cross-inner-block {
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
}
.apotheker-section .related-products-wrapper .pdp-cross-inner-block .cross-image {
    width: 100%;
}

.apotheker-section .related-products-wrapper .pdp-cross-inner-block .related-product-content {
    padding: 15px;
    align-items: flex-end;
}
.apotheker-section .related-products-wrapper .swiper-pagination-bullet {
    background: #fff;
}
.apotheker-section .related-products-wrapper .pdp-cross-inner-block .cross-button {
    opacity: 0;
    visibility: hidden;
     transition: all .5s ease;   
}
.apotheker-section .related-products-wrapper .pdp-cross-inner-block:hover .cross-button {
    opacity: 1;
    visibility: visible;
}
.apotheker-section .related-products-wrapper .cross-image .related-product-image img {
    border-radius: 10px 10px 0px 0px;
}

@media(max-width:1199px){

.apotheker-wrapper .apotheker-left h2 ,
.apotheker-wrapper .apotheker-left h3{
    font-size: 20px;
}

}


@media(max-width:989px){
.apotheker-wrapper {
    gap: 30px;
    flex-direction: column;
}
.apotheker-wrapper .apotheker-left {
    max-width: 100%;
}
.apotheker-wrapper .apotheker-right {
    max-width: 285px;
    margin: 0 auto;
    width: 100%;
}
}
@media(max-width:749px){
.apotheker-section{
    padding:60px 0;
}

.apotheker-wrapper {
    padding: 30px;
}
.apotheker-wrapper .apotheker-left h2, .apotheker-wrapper .apotheker-left h3 {
    font-size: 18px;
}
}