/** Shopify CDN: Minification failed

Line 291:5 Unexpected "{"
Line 292:8 Expected identifier but found "%"
Line 295:5 Unexpected "{"
Line 296:8 Expected identifier but found "%"

**/
/* tab styles for mobile */
.jv-we-do-tabs{
    padding: 0;
    margin: 0;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    display: none;
}
.jv-we-do-tabs a{
    text-decoration: none;
    padding: 9px 16px;
    display: flex;
}
.jv-we-do-tabs a.active{
    background: #1D0525;
}
.jv-we-do-tabs a.active span{
    color: #FFF2D8;
}
.jv-we-do-tabs h3{
    color: #A475B4;
    text-align: center;
    font-family: FinalSix;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.jv-we-do-tabs h3 span{
    position: absolute;
    left: -2px;
    top: -2px;
    color: #1D0525;
}
.jv-we-do-tabs-list-wrapper{
    display: none;
    margin-top: 20px;
    padding: 9px 15px;
}
.jv-we-do-tabs-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.jv-we-do-tabs-list li{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
.jv-we-do-tabs-list li svg{flex: none;}
.jv-we-do-tabs-list li span{
    color: #7F3B2D;
    text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.00);
    font-family: Merel;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (max-width: 991px){
    .jv-we-do-tabs{
        display: flex;
    }
    .jv-we-do-tabs-list-wrapper{
        display: block;
    }
}

/* for we do's */
 .ab-rotate-switch {
     position: absolute;
     right: 0;
     bottom: 100px;
     z-index: 3;
}
 .ab-rotate-switch a {
     display: flex;
     padding: 20px;
     background: #1D0525;
     text-decoration: none;
     transition:0.4s ease;
}
 .ab-rotate-switch a:hover {
     background: #F19304;
}
 .ab-rotate-switch a:hover h3 {
     color: #743A87 !important;
}
 .ab-rotate-switch a:hover h3 span {
     color: #FFF2D8 !important;
}
 .ab-rotate-switch a:hover svg path{
     fill:#FFF2D8;
}
 .ab-rotate-switch-light, .ab-rotate-switch-dark {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
}
 .ab-rotate-switch a h3 {
     color: #743A87;
     text-align: center;
     font-family: FinalSix;
     font-size: 42px;
     font-style: normal;
     font-weight: 900;
     line-height: 100%;
     text-transform: uppercase;
     position: relative;
}
 .ab-rotate-switch a h3 span {
     position: absolute;
     left: -3px;
     top: -3px;
     color: #FFF2D8;
}
 .gallery .item {
     z-index: 2;
}
 .about-rotation-container {
     display: flex;
     position:absolute;
     justify-content: start;
     align-items: center;
     position: relative;
     background: #FFF2D8;
     width: 100%;
     height: 100vh;
     overflow: hidden;
     padding: 30px;
     box-sizing: border-box;
}
 .gallery {
     position: relative;
     width: 100%;
     height: 100%;
}
 .item {
     position: absolute;
     width: 1200px;
     height: max-content;
     cursor: pointer;
    /* NO transform/transition here—GSAP owns it */
}
 .item p {
     margin: 0;
     font-size: 38px;
     text-transform: uppercase;
     font-weight: 600;
     font-family: Merel;
     color: #B5A1AE;
     line-height: 1.1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100%;
     padding: 0 20px;
     box-sizing: border-box;
}
 .item p:hover {
     color: #F19304;
     transition: 0.2s ease;
}
 .item.active p {
     color: #F19304;
     z-index: 10;
     font-size: 50px;
     /* margin-top: -6px; */
}
/* */
/* for we don'ts */
.wedonts-center-circle{padding-bottom: 54px;}
 .wedonts-rotate-switch {
     position: absolute;
     right: 0;
     bottom: 100px;
     z-index: 3;
}
 .wedonts-rotate-switch a {
     display: flex;
     padding: 20px;
     background: #F19304;
     text-decoration: none;
     transition:0.4s ease;
}
 .wedonts-rotate-switch a:hover{
     background: #1D0525;
}
 .wedonts-rotate-switch a:hover h3 {
     color: #743A87 !important;
}
 .wedonts-rotate-switch a:hover h3 span {
     color: #FFF2D8 !important;
}
 .wedonts-rotate-switch a:hover svg path{
     fill:#FFF2D8;
}
 .wedonts-rotate-switch-light, .wedonts-rotate-switch-dark {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
}
 .wedonts-rotate-switch a h3 {
     color: #743A87;
     text-align: center;
     font-family: FinalSix;
     font-size: 42px;
     font-style: normal;
     font-weight: 900;
     line-height: 100%;
     text-transform: uppercase;
     position: relative;
}
 .wedonts-rotate-switch a h3 span {
     position: absolute;
     left: -3px;
     top: -3px;
     color: #FFF2D8;
}

 .wedonts-rotate-switch svg path{
     fill:#FFF2D8;
}
 .wedonts-gallery .wedonts-item {
     z-index: 0;
}
 .wedonts-rotation-container {
     display: flex;
     position:absolute;
     justify-content: start;
     align-items: center;
     position: relative;
     background: #FFF2D8;
     width: 100%;
     height: 100vh;
     overflow: hidden;
     padding: 30px;
     box-sizing: border-box;
}
 .wedonts-gallery {
     position: relative;
    /* transform: rotateY(180deg);
     */
     width: 100%;
     height: 100%;
}
 .wedonts-item {
     position: absolute;
     width: 1200px;
     text-align: start;
     height: max-content;
     cursor: pointer;
    /* NO transform/transition here—GSAP owns it */
}
 .wedonts-item p {
    /* transform: rotateY(180deg);
     */
     margin: 0;
     font-size: 38px;
     text-transform: uppercase;
     font-weight: 600;
     font-family: Merel;
     color: #B5A1AE;
     line-height: 1.1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100%;
     padding: 0 20px;
     box-sizing: border-box;
     {
        % comment %
    }
     transition: transform 0.2s ease, color 0.3s ease, text-shadow 0.3s ease;
     {
        % endcomment %
    }
}
 .wedonts-item p:hover {
     color: #1D0525;
     transition: 0.2s ease;
}
 .wedonts-item.active p {
     color: #1D0525;
     z-index: 10;
     font-size: 50px;
     /* margin-top: -6px; */
}
