/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

 /*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/





 /*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/



@media (min-width: 735px) and (max-width: 790px) {
.ric-modal.product-stories-hifi-sound .gallery-headline {
	margin-bottom: 5px;
}
}

@media (max-width:1068px) {
    .subsection-hifi-sound-details {
        margin-top: 750px;
    }
}
@media (max-width:734px) {
    .subsection-hifi-sound-details {
        margin-top: 640px;
    }
}

.section-product-stories .subsection-hifi-sound .subsection-header {
        margin-top: 150px;
}

@media (max-width:1068px) {
    .section-product-stories .subsection-hifi-sound .subsection-header {
        margin-top: 100px;
    }
}

@media (min-width:590px) and (max-width:734px) {
    .section-product-stories .subsection-hifi-sound .subsection-header {
        margin-top: 48px;
    }
}

.subsection-hifi-sound .subsection-header .subsection-headline {
    max-width: 990px;
}

@media (max-width:1068px) {
    .subsection-hifi-sound .subsection-header .subsection-headline {
        max-width: 655px;
    }
}

@media (max-width:734px) {
    .subsection-hifi-sound .subsection-header .subsection-headline {
        max-width: 400px;
    }
}

.subsection-hifi-sound .typography-subsection-l1-headline {
    font-size: 88px;
}

@media (max-width:1068px) {
    .subsection-hifi-sound .typography-subsection-l1-headline {
        font-size: 80px;
    }
}

@media (max-width:734px) {
    .subsection-hifi-sound .typography-subsection-l1-headline {
        font-size: 48px;
    }
}

@media (max-width:480px) {
    .subsection-hifi-sound .typography-subsection-l1-headline {
        font-size: 40px;
    }
}

.subsection-battery-magical .siri {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: conic-gradient(from 45deg,#bb64ff,#ff2288,#ff8b00 28%,#f2416b,#e750de 60%,#0096ff,#bb64ff);
    border-radius: 25px;
    padding: 32px;
}

.subsection-battery-magical .siri::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    inset: 38px;
    box-shadow: 0 0 32px 40px #fff;
    border-radius: 9px;
}


.subsection-battery-magical .siri .gallery-item-copy span {
    --gradient: linear-gradient(108deg,#0894ff,#c959dd 34%,#ff2e54 68%,#ff9004);
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--gradient);
}

.subsection-battery-magical .siri .gallery-item-copy {
    z-index: 1;
}
 /*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
