/** Shopify CDN: Minification failed

Line 47:0 Unexpected "@media"

**/
.bg-left {
width:50% !important;
height:100% !important;
}

.bg-left .ss-inline-image , .bg-right .ss-inline-image {
width:100% !important;
height:100% !important;
padding-bottom:0 !important;
}

.bg-right {
width:50% !important;
height:100% !important;
right:0 !important;
left:initial !important;
}

.bg-right .ss-video-block, .bg-left .ss-video-block {
position:absolute;
inset:0;
width:auto;
height:auto;
}

.bg-right .ss-inline-image img, .bg-left .ss-inline-image img {
object-fit:cover;
}

@media screen and (max-width:749px) {
.ss-decor.show-mobile {

display:block  !important;
}

.ss-decor.full-width {
width:100%  !important;
}

}
​
@media screen and (max-width:749px) {
section.fullheight-bg .section-background {
 position:absolute !important;
  min-height:100vh;
  justify-content:center;
}
}

.sticky {
 position:sticky !important;
 top:0;
  
}


@media screen and (max-width:749px) {
.hide--mobile {
 display:none !important; 
}
  
}


.desc-large .ss-text__content p {
font-family:var(--font-heading-family);
font-size:clamp(3rem,4vw,7rem);
line-height:1.3em;

}

@media screen and (min-width:750px) {
.vertical-rl > * {
writing-mode:vertical-rl;
justify-content:center;
}

}

@media screen and (min-width:767px) {
.hide-section {
display:none !important;
}
}

@media screen and (max-width:749px) {

.ss-inline--inline_text.ss-decor {
	display:block !important;

}

}

.additional-content a {
   
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 1rem 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    
}

p {
  text-align: justify;
   
  
}

#MegaMenu-Content-2 ul.mega-menu__list::before {
    content: '';
    width: 30%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    right: 0;
    background-image: url(https://shop.skincarebyangel.com/cdn/shop/files/angel-skyline.jpg?v=1693609162);
    background-size:contain !important;
    background-repeat: no-repeat;
    background-position:right;
}

.template-article #MainContent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.template-article #MainContent > section:nth-child(2) {
	    flex: 1;
    border-left:1px solid;
}

.template-article #MainContent > div:nth-child(1) {
    position: sticky !important;
    top: 0;
  align-self:flex-start !important;
  min-width:200px;
  
}

.template-article #MainContent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.template-article #MainContent > section:nth-child(2) {
	    flex: 1;
    border-left:1px solid;
}

.template-article #MainContent > div:nth-child(1) {
    position: sticky !important;
    top: 0;
  align-self:flex-start !important;
  min-width:200px;
  
}

@media screen and (min-width:768px) {
.blog-articles {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}
}




.blog-articles {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 30px;
    grid-gap: 20px;
    justify-content:center;
  p {
  text-align: center;
    font-size: 16px !important;
  
   
}
}

@media screen and (max-width:749px) {

.c-image-list__media-content h2 {
    display: none;
}

.c-image-list__media-content {
    padding: 2rem;
}
}



