/** Shopify CDN: Minification failed

Line 6:0 Unexpected "0.advanced-content-template"

**/
0.advanced-content-template{
    margin-bottom: 0;
}
/* .advanced-content .col-lg-6{
    padding: 0;
} */
.advanced-content .container-fluid{
    padding: 0 15px;
}

.advanced-content-card{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.advanced-content-card .title-collection, .advanced-content-card .collection-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    
    text-align: center;
}
.advanced-content-card .title-collection{
    font-size: 2.4rem;
}
.advanced-content-card .collection-title{
    font-size: 4.4rem;
}
.advanced-content-card img{
    display: block;
    overflow: hidden;
    border-style: none;
    transition: all 0.5s;
}
.advanced-content-card:hover img{
    transform: scale(1.1);
}

.advanced-content_text {
    margin-bottom: 47px;
}

.advanced-content_text h3{
    font-size: 80px;
    line-height: 1;
    font-family: "Made Tommy";
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
}

    @media (max-width: 600px) {
    .advanced-content_text h3 {
        font-size: 50px !important;
    }
}

.advanced-content_text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.advanced-content_text .link-base{
    margin-top: 40px;
}

.advanced-image-blog{
    position: relative;
    overflow: hidden;
    align-self: center;
}

.advanced-image {
    position: relative;
}
.advanced-image-content{
    text-align: center;
}
.advanced-image-content h3{
    margin: 3rem 0 2.5rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 600;
}
.advanced-image-content p{
    line-height: 2.6rem;
    margin: 0.8rem 0;
    font-weight: 400;

}

.advanced-image-blog:before, .advanced-image-blog:after{
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}
.advanced-image-blog:before{
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    transform: scale(0,1);
}
.advanced-image-blog:after{
    transform: scale(1,0);
    border-left: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
}
.advanced-image:hover .advanced-image-blog:before, .advanced-image:hover .advanced-image-blog:after{
    transform: scale(1);
    opacity: 1;
}
.advanced-image-blog img{
    transition: all 0.5s ease-in-out;
}
.advanced-image-blog:hover img{
    transform: scale(1.1);
}
.advanced-product{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.advanced-product-carousel{
    width: 100%;
}

.image-advanced__media--placeholder {
    background-color: rgba(var(--color-foreground), 0.04);
    position: relative;
    overflow: hidden;
  }

.image-advanced__media--placeholder > svg {
    position: absolute;
    left: 50%;
    max-width: 80rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    fill: currentColor;
  }

/* HOME 4 */
.wp_advanced-text {
    position: relative;
}
.big_text {
    font-size: 310px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eee;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}
.col-xl-6.col-lg-12.col-md-12.col-sm-12.col-12 {
    z-index: 1;
}
.advanced-content_text h5 {
    font-size: 70px;
    color: ##FF93C6;
    text-transform: ;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -3px !important;
    font-family: 'Freestyle Script';
    margin-bottom: -10px;
    transform: scaleY(0.8);
    display: inline-block; 
}
p.advanced-content_text-content {
    font-size: 16px;
    line-height: 24px;
    color: #0B090C;
    max-width: 340px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 340px; /* or match your h5 width if it has one */
    padding-left: 0;
    padding-right: 0;
    display: block;
    }
.btn-advanced {
    margin-top: 30px;
}
.advanced-content .row {
    margin: 0 -15px;
}
.Ap_colum {
    padding: 0 15px;
}
.img_child {
    margin-bottom: 16px;
}
@media (min-width: 576px) {
    .advanced-li{
        float: left;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .big_text {
        font-size: 100px;
     }
}
@media(min-width: 768px) {
    .img_child {
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        min-height: auto;
        right: auto;
        left: -19%;
        z-index: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .big_text {
       font-size: 200px;
    }
}
@media (max-width: 991px) {
    h3.advanced-content_text-title {
        font-size: 30px;
        text-align: center;
    }
    .advanced-content .btn-advanced {
        margin-top: 0px;
    }
}
@media (max-width: 1199px) {
    .big_text {
        top: 50%;
        transform: translateY(-50%);
    }
    .img_child {
        right: 0;
        left: 0;
        text-align: center;
    }
    .advanced-content .row {
        padding: 30px 0;
    }
}
@media(min-width: 1200px){
    .advanced-image-blog img{
        width: 100%;
    }
    .advanced-content_text{
        max-width: 700px;
    }
    .advanced-content_text h5{
        margin-top: 200px;
    }
    .advanced-content_text.text-start {
        margin: 0 25%;
    }
    .big_text {
        top: -7%;
        left: 9%;
    }
}

@media (min-width: 1500px) {
    .advanced-content_text h5{
        margin-top: 310px;
    }
}