/** Shopify CDN: Minification failed

Line 329:1 Expected "}" to go with "{"

**/
.edge{
    width: 100%; 
    overflow: hidden;
    z-index: 1;
}
.slideshow__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.slideshow__media-col img {
  width: 100%;
  height: auto;
  object-fit: contain; /* no cropping */
}

.slideshow__text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 749px)  {
    .image-with-text__content.sliderv2{
        background: unset;
        height: auto;
    }
    .slideshowV2 .image-with-text__content {
        padding: 1.5rem !important; 
    }

    .banner--s{
        padding-block: 10px
    }
    .banner--m{
        padding-block: 20px
    }
    .banner--l{
        padding-block: 30px
    }
    .banner--xl{
        padding-block: 40px
    }
    .slideshow__controls.slider_control_v2{
        padding-inline: 0px !important;
    }
}
/* Sinule-temale pealkiri */
h3.sinule-temale {
  font-size: 60px;
  text-align: center;
  line-height: 65px;
}
h3.sinule-temale strong {
  font-weight: 600;
}

/* TUME JA VALGE pealkiri */
.advanced-title{
    font-size: 39px ; 
    font-weight:700;
    text-align:center;
    margin: 0;
    color: #fff;
}
.advanced-title.extra{
    font-size:50px;
}
.low-weight{
    font-weight:275;
}
.advanced-title span.red{
    color: #EB1832;
}


.murra-kiusatus{
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
}
.murra-span{
    text-align: center;
    font-weight: 700;
    color: #C7152A;
    font-size: 18px;
    white-space:nowrap;
    margin-top:40px;
}
.slideshowV2 img{
    height: 550px;
    transform:scale(1.1)
}
.slideshowV2 h2, .slideshowV2 p, .slideshowV2 span{
    text-shadow: 0 0 4px #333;
}
@media screen and (max-width: 1200px) {
    .murra-span{
        white-space:normal;
    }
}
@media screen and (min-width: 1201px) {
    .custom-columns__column {
        padding: 10px !important;
    }
    .image-with-text__content.sliderv2 h2{
        max-width: 500px;
        font-size: 50px;
        line-height: 54px;
    }
    .sliderv2 .rating-stars{
        margin-top: 1rem;
    }

}
@media screen and (max-width: 749px) {
  h3.sinule-temale, h2.murra-kiusatus, .advanced-title.extra, .low-weight {
    font-size: 40px !important;
    line-height: 45px;
  }
  .advanced-title, .low-weight.dw{
    font-size:25px !important;
  }
  .slideshowV2 img{
    height: unset;
    }
}

.footer {
        margin-top: -1px !important;
        padding-bottom:2px
}
.break-line{
    border-top: 1px solid #FFFFFF66;
    width: 100%;
}
.product-advanced-title{
    font-size:120px;
    font-family: "Squada One", sans-serif; 
    font-weight: 400;
    line-height: 96px;
    text-align: center;
    color: #eb1832;
}
.product-advanced-title p{
    margin:unset;
}
.advanced-paragraph{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.advanced-paragraph p{
    text-align: center;
    max-width: 600px;
    font-size: 16px;
    font-weight:400;
    font-family: "Exo", sans-serif; 
    margin-block: 10px;
}
.advanced-paragraph p:nth-of-type(1){
    font-size: 20px;
    font-weight: 700;
    max-width: 950px;
}
.mini-text{
    font-size: 12px;
}
@media screen and (max-width: 749px) {
    .product-advanced-title {
        font-size:55px;
        line-height: 40px ;
    }
    .mini-text{
        text-align: center;
    }
    .advanced-paragraph p{
        font-size: 15px;
    }
    .advanced-paragraph p:nth-of-type(1){
        font-size: 18px;
    }
}

/* 
White chocolate product page
*/
.white-theme-font{
    color:  #141920 !important;
}
.bolder-font{
    font-weight: 700;
}
.white-theme-bg, #shopify-section-template--25209004196107__main{
    background: #fff !important;
}
.qty-changes::before{
    border: solid 0.2rem #fff !important;
}
.qty-badge{
    background: #FF434C;
    color: #fff;
}
.qty-borders{
    border-color: #FFECF3;
    background: #fcfcfd;
}
.quantity-breaks-container input:checked + .quantity-break.qty-borders {
    background: #fff9fc;
    border: 2px solid #ff434e;
}
.white-theme-font .quantity-break__price, .white-theme-bg.quantity-break__benefit{
    color: #ff434e !important;
    border-color: #ff434e;
}

/* COLLECTION PAGE */
.advanced-title.collection-title span{
    color: #141920;
}

.collection-title{
    font-size: 70px;
    line-height: 73px;
    font-weight: 500;
    max-width: 800px;
}
.c-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}
.collection-title .red, .grid-title .red{
    color: #C7152A !important;
}
@media screen and (max-width: 749px) {
    .collection-title{
        font-size: 45px !important;
        line-height: 43px;
        max-width: 300px;
    }
    .collection-price{
        font-size: 25px;
    }
}
.advanced-title.grid-title{
    color: #141920;
}
.collection-price{
    color: #BD1428;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

/* Campaign page */
.campaign-banner{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    color: var(--primary-2);
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
/* .section-template--25216122847499__section_group_jifbni-padding{
    margin-top: -60px;
    } */
.color-scheme-template--25216122847499__custom_columns_FYFpFe{
    padding-block: 75px;
}
.campaign.advanced-title{
    line-height: 46px;
    text-align: left;
    font-weight: 500;
}
.campaign.advanced-title .red{
    color: #C7152A;
}
.campaign.advanced-title .dark{
    color: #141920;
    text-transform: uppercase;
}
    
@media screen and (max-width: 749px) {
        .campaign-banner{
            align-items: center;
        }
        .campaign.advanced-title{
            text-align: center;
            line-height: 30px;
        }
        .color-scheme-template--25216122847499__custom_columns_H34UiN{
        padding-inline: 25px;
    }
}

.buy.advanced-title {
  font-weight: 500;
  font-size: 27px;
  text-transform:uppercase;
  line-height: 15px;
}
.third.buy.advanced-title{
    margin-bottom: 6rem !important;
}
.extra-splide{
    display: flex; 
    justify-content: center;
}

@media screen and (max-width: 749px) {
    #shopify-section-template--25216122847499__image_banner_q3rMGK .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media  {
        min-height: 50rem !important;
    }
    .buy.advanced-title {
        line-height:27px;
  
}