.prva-sekcija {
    height: 100svh;
    background-color: #f3f0f7;
    position: relative;
}
.hairdryer-hero-section {
    position: relative;    
    height: 100svh;    
    background-image: url('/assets/img/product2-fenovi/susenje-kose-ozon-air-fen-mob.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f3f0f7;
    padding: 40px 20px;   
    display: flex;    
    text-align: center;
    overflow: hidden;
}
.content-wrapper {   
    max-width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
}
.hairdryer-hero-section_title {    
    color: #371A45;
    font-weight: 300;
    font-size: 35px;
    line-height: 1.05;
    margin-bottom: 20px;
}
.hairdryer-hero-section_paragraph-desk {
    display: none;
}
.hairdryer-hero-section_paragraph {
    font-size: 18px;
    line-height: 1.5;
    color: #371A45;
}
/* =================================================================
 * drying-modes-section
 * ================================================================= */

 .drying-modes-section {
    height: 100svh;
    background-image: url('/assets/img/product2-fenovi/ozon-air-lite-rezimi-susenja-mob.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    padding: 30px 20px;  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
}

.title-mob { display: block; }
.title-desk { display: none; }
.title-mob .line,
.title-desk .line { 
    display: block;
    line-height: 1.05;
    color: #D4BCA2; 
}

.drying-modes-section_title {
    /* color: #D4BCA2;  */
    font-weight: 300;
    font-size: 35px;
    /* line-height: 1.05;  */
    margin-top: 12%;   
}
/* =================================================================
 * tech-features-section
 * ================================================================= */
.tech-features-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    position: relative;    
}

:root{
    /* Min/max visina za feature blokove: prilagođava se visini viewporta */
    --feature-block-min: clamp(380px, 80vh, 760px);
    --feature-block-padding: clamp(16px, 3.5vh, 48px);
}

.tech-features-section_block {
    /* osnovni, fleksibilni blok: min-height + padding */
    min-height: var(--feature-block-min);
    padding: var(--feature-block-padding);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.tech-features-section_block--left {
    background-color: #fff;
    color: #4a148c;
}

.visual-container {
    max-width: 100%;    
}

.visual-container_main-image {    
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.tech-features-section_block {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}

.visual-container {
    width: 100vw;
    /* max-width: 100vw; */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}

.visual-container_main-image {
    width: 100vw;
    max-width: none;
    height: auto;
    margin: 0;
}

.icon-container {
    margin: 0px auto;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-container_image {    
    width: 100%;
}

.tech-features-section_block--right {
    background-color: #f3f0f7;
    color: #4a148c;   
    background-image: url('/assets/img/product2-fenovi/ozon-air-lite-promena-frekvencije-mob.jpg'); /* Putanja za mobilni (Blok 2) */
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    /* koristimo padding-top baziran na minimalnoj visini bloka kako bi se sadržaj
       nalazio u donjoj trećini (33% visine ostaje za sadržaj) */
    justify-content: flex-end;
    padding-top: calc(var(--feature-block-min) * 0.66);
    padding-bottom: calc(var(--feature-block-padding) * 1.2);
}
.tech-features-section_block--right .icon-container,
.tech-features-section_block--right .tech-features-section_title,
.tech-features-section_block--right .tech-features-section_paragraph {
    margin-left: auto;
    margin-right: auto;
}

.tech-features-section_title {
    color: #371A45;
    font-weight: 300;
    font-size: 35px;    
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.tech-features-section_title span {
    display: block;
    color: #371A45;
    line-height: 1.05;
}
.tech-features-section_paragraph {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}
/* =================================================================
 * ION SECTION (Sticky kontejner za fiksni scroll efekat)
* ================================================================= */
.ion-content-scroll {    
    position: relative;
    height: 95vh;
    padding: 0 15px;
    /* background-color: #7b19197a; */
    top: -30svh;
    z-index: 1;
}
.ion-fixed-visual {    
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/assets/img/product2-fenovi/ozon-air-lite-plavi-zrak-mob.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 0;
}
.ion-slide {    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; 
}

.ion-content {
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 0 20px;
    z-index: 2;
}
.ion-slide--first {
    position: relative;
    top: -50svh;
    /* background-color: rgba(64, 224, 208, 0.288); */
}
.ion-slide--second {
    position: relative;
    top: 20svh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.ion-icon {
    width: 72px;
    height: auto;
    display: block;
}

.ion-title {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    line-height: 1.05;    
}

.ion-paragraph {
    color: #fff;
    font-size: 18px;
    max-width: 270px;
    margin: 0;
}

.ion-slide--second .ion-content {
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;    
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
/* ======================================
   CONTROLS SECTION
   ====================================== */

.controls-section {
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    width: 100%;
    min-height: 100vh;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px;
    /* background-color: #F5F0FA; */
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
.controls-fen-image-desk,
.controls-right-arrow-desk,
.controls-left-arrow-desk {
    display: none;
}
.controls-title {
    font-size: 35px;
    font-weight: 300;
    color: #4C2D67;
    line-height: 1.1;
    text-align: center;
    margin: 15px 0 15px 0; 
}

/* --------------------------------------
 * WRAPPER - Container sa aspect ratio
 * -------------------------------------- */
.controls-wrapper {
    position: relative;
    width: 90vw;
    max-width: 275px;
    margin: 0 auto;
    aspect-ratio: 375 / 667;
}
.controls-fen-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;    
    /* oštrija render opcija */
    image-rendering: -webkit-optimize-contrast;
}

.controls-left-block {
    position: absolute;
    left: 0%;
    top: 33%;    
    width: 50%;    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;    
}

.controls-left-arrow {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.controls-left-text {
    font-size: 11px;
    font-weight: 500;
    color: #4C2D67;
    line-height: 1.3;
    text-align: left;
    margin: 0;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.controls-left-text-mob {
    display: none;
}
.controls-right-block {
    position: absolute;
    right: 0%;
    top: 41%;    
    width: 50%;    
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.controls-right-arrow {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.controls-right-text {
    font-size: 11px;
    font-weight: 500;
    color: #4C2D67;
    line-height: 1.3;
    text-align: right;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.controls-section-block-desk {
    display: none;
}
.controls-section-desk {
    display: none;
}

/* --------------------------------------
 * dimensions-and-accessories-section
 * -------------------------------------- */ 
 
.dimensions-and-accessories-section {
    position: relative;
    z-index: 6;
    padding: 50px 0 40px 0;
    background-color:#D7C5E6;
    overflow: hidden;
}

.dimensions-and-accessories-inner {
    position: relative;
    z-index: 1;
}

.dimensions-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.dimensions-text-content {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.dimensions-title {    
    font-weight: 300;
    font-size: 35px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #371A45;
    margin: 0 0 32px 0;
    text-align: left;
}

.dimensions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 6px;
    width: 100%;
    /* background-color: rgba(64, 224, 208, 0.438); */
}

.dimension-item {
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
}

.dimension-label {
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
    opacity: 0.9;
    margin: 0;
}

.dimension-value {   
    font-weight: 300;
    font-size: 35px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}
.dimensions-image-container {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dimensions-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 320px) {
    .hairdryer-hero-section {
        height: 110vh;
    }
    .dimensions-grid {
        gap: 28px 6px;
    }
}

@media (min-width: 375px) {
    .controls-wrapper {
        max-width: 300px;
    }
    .controls-title {
        margin: 15px 0 20px 0;
    }
    .dimensions-grid {
        gap: 28px 20px;
    }
}
@media (min-width: 390px) {
    .controls-wrapper {
        max-width: 320px;
    }
    .controls-title {
        margin: 20px 0 20px 0;
    }
    .dimensions-grid {
        gap: 28px 16px;
    }
}
@media (min-width: 412px) {
    .controls-wrapper {
        max-width: 340px;
    }
    .dimensions-grid {
        gap: 28px 40px;
    }
}
@media (min-width: 430px) {
    .controls-wrapper {
        max-width: 350px;
    }
    .dimensions-grid {
        gap: 28px 58px;
    }
}

@media (max-height: 640px) {
    :root { --feature-block-min: 260px;}
    .tech-features-section_block { min-height: auto;}
    .tech-features-section_block--right { min-height: 120vh; justify-content: flex-end; padding-bottom: 18px; }
}
@media (max-height: 667px) {
    .ion-slide--first {
        top: -60svh;
    }
    .ion-slide--second {
        top: -5svh;
    }
    .controls-fixed-visual {       
        background-position: center calc(50% + 10svh);
    }
}
@media (min-height: 640px) {
    .hairdryer-hero-section {
        height: 100vh;        
    }    
}
@media (min-height: 667px) {
    
}       
@media (min-height: 740px) {    
    .content-wrapper {
        margin-top: 8%;
    }
    .drying-modes-section_title {
        margin-top: 15%;   
    }
    .drying-modes-section {
        height: 80svh;
    }
}
@media (min-height: 780px) {
    .drying-modes-section_title {
        margin-top: 18%;   
    }
    .controls-section {
        min-height: 85svh;
    }  
}
@media (min-height: 800px) {
    .content-wrapper {
        margin-top: 15%;
    }
     .drying-modes-section_title {
        margin-top: 20%;
    }
}
@media (min-height: 812px) {}
@media (min-height: 844px) {}
@media (min-height: 882px) {
    .content-wrapper {
        margin-top: 20%;
    }
    .drying-modes-section_title {
        margin-top: 25%;   
    }
}
@media (min-height: 914px) {
    .content-wrapper {
        margin-top: 23%;        
    }
}
@media (min-width: 768px) {
    .hairdryer-hero-section {        
        background-image: url('/assets/img/product2-fenovi/susenje-kose-ozon-air-fen-tablet.jpg');        
        background-position: top left;   
        align-items: center;
        justify-content: center;
        height: 80svh;
    }
    .content-wrapper {
        margin: 0;
        margin-bottom: 42%;       
        max-width: 400px;       
    }
    .hairdryer-hero-section_title {
        font-size: 36px;
        line-height: 1.2;
    }
    .drying-modes-section {
        height: 70svh;
    }
    .drying-modes-section {   
        background-position: top center;     
        background-image: url('/assets/img/product2-fenovi/ozon-air-lite-rezimi-susenja-tablet.jpg');
    }
    .drying-modes-section_title {
        margin-top: 10%;        
        line-height: 1.2;
    }
    .ion-fixed-visual {
        background-image: url('/assets/img/product2-fenovi/ozon-air-lite-plavi-zrak-tablet.jpg');
        background-position: bottom center;
    }
    .controls-fen-image-desk,
    .controls-right-arrow-desk,
    .controls-left-arrow-desk {
        display: block;
    }
    .controls-fen-image-mob,
    .controls-right-arrow-mob,
    .controls-left-arrow-mob {
        display: none;
    }    
    .controls-wrapper {
        max-width: 850px;
    }
    .controls-fen-image {
        top: 50%;
        transform: translateY(-62%);
    }
    .controls-right-block {
        top: 19%;
    }
    .controls-left-block {
        top: 27%;
    }
    .controls-left-text,
    .controls-right-text {
        font-size: 16px;
    }
    .controls-title {
        margin: 60px 0 20px 0;
    }
    .dimensions-and-accessories-section {
        padding: 100px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 80px 0 60px 0;
    }    
    
    .dimensions-content-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }    
    
    .dimensions-text-content {
        width: 80%;
        max-width: none;
        padding: 0 40px 0 60px;
    }  
       
    .dimensions-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px 90px;
    }
    
    .dimension-label {
        font-size: 18px;
    }
    
    .dimension-value {
        font-size: 34px;
    }    
    
    .dimensions-image-container {
        width: 55%;
        max-width: none;
    }    
   
    .dimensions-image-mobile {
        display: none;
    }    
   
    .dimensions-image-desktop {
        display: block;
    }
    .dimensions-image-container {
        /* width: 80%; */
        max-width: 450px;
    }
}
@media (min-width: 800px) {
    .controls-right-block {
        top: 20%;
    }
    .controls-left-block {
        top: 28%;
    }
}
@media (min-width: 992px) {
    .hairdryer-hero-section {
        background-image: url('/assets/img/product2-fenovi/susenje-kose-ozon-air-fen-tablet2.jpg');        
        background-position: top left;        
        text-align: left; 
        padding: 60px 80px; 
        height: 50svh;       
    }
    .content-wrapper {
        margin-bottom: 0%;
        margin-right: 16%;
        margin:0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-20%, -50%);
    }
}
@media (min-width: 1024px) {
    .hairdryer-hero-section {        
        height: 100svh;
    }
    .content-wrapper {
        max-width: 330px;
    }
    .drying-modes-section {
        height: 100svh;
    }
    .drying-modes-section {   
        background-position: center center;     
        background-image: url('/assets/img/product2-fenovi/ozon-air-lite-rezimi-susenja.jpg'); 
        height: 100svh;       
    }
    .drying-modes-section_title {
        margin-top: 3%;        
    }   
    .title-mob { display: none; }
    .title-desk { display: block; }

    .ion-fixed-visual {
        background-image: url('/assets/img/product2-fenovi/ozon-air-lite-plavi-zrak.jpg');
        background-position: top center;
    }
    .ion-slide {
        justify-content: flex-start;
    }
    .ion-content {
        max-width: 570px;
    }
    .ion-content .ion-content--first,
    .ion-content .ion-content--second {
        max-width: 570px;
    }
    .ion-paragraph {
        max-width: 570px;
    }
    .ion-slide--first {
        top: -25svh;
    }
    .ion-slide--second {
        position: relative;
        top: 35svh;
    }
    .ion-content-scroll {       
        top: 0;
        height: 170svh;
    }
    .controls-title {
        align-self: flex-start;
        width: 32%;
        text-align: right;
    }
    .controls-fen-image {
        top: 50%;
        transform: translateY(-75%);
    }
    .controls-left-arrow,
    .controls-right-arrow {
        width: 80%;
    }
    .controls-right-block {
        top: 7.5%;
        right: 10%;
    }
    .controls-left-block {
        top: 15%;
        left: 10%;
    }
    .controls-section {
        height: 100svh;
        overflow: hidden;
    }
    .controls-left-text-mob {
        display: none;
    }
    .controls-left-text-desk {
        display: block;
    }      
    .dimensions-text-content {
        padding: 0 30px;
        width: 60%;
    }
    .dimensions-grid {
        gap: 25px 30px;
    }
    .dimensions-content-wrapper {
        padding: 0 40px;
        flex-direction: row;
    }    
}
@media (min-width: 1024px) and (max-height: 1366px) {
    .hairdryer-hero-section {
        background-image: url('/assets/img/product2-fenovi/susenje-kose-ozon-air-fen-tablet2.jpg');        
        background-position: top left;        
        text-align: left; 
        padding: 60px 80px; 
        height: 50svh;       
    }
    .content-wrapper {
        margin:0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-20%, -50%);
    }
    .drying-modes-section {
        height: 65svh;
    }
    .drying-modes-section_title {
        margin-top: 6%;        
    }
    .tech-features-section {
        flex-direction: row;
        align-items: stretch;
    }
    .tech-features-section_block {
        flex: 1; /* Svaki blok zauzima jednaku širinu */    
        min-height: var(--feature-block-min);
    }  
    .tech-features-section_block--left {
         justify-content: flex-end;
         align-items: center;
         text-align: center;
    }
    .tech-features-section_block--right {
        background-image: url('/assets/img/product2-fenovi/ozon-air-lite-promena-frekvencije.jpg');
    }
    .visual-container_main-image {
        max-width: 100%;
    }    
    .tech-features-section_block--right .feature-content {
        align-items: flex-end;        
    }
    .tech-features-section_paragraph {
        max-width: 450px;
    }

    .visual-container_main-image {
        width: 100%;
        max-width: 620px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .controls-section {
        height: 85svh;
    }
    .dimensions-and-accessories-section {
        min-height: 80svh;
    }
    .ion-content-scroll {        
        height: 100svh;
    }
}
@media (min-width: 1024px) and (max-height: 768px){
    .hairdryer-hero-section {        
        height: 100svh;
    }
    .content-wrapper {
        max-width: 330px;
    }
    .drying-modes-section {
        height: 100svh;
    }
    .ion-content-scroll {        
        height: 170svh;
    }
}
@media (min-width: 1025px) {
    .hairdryer-hero-section {
        height: 100svh;
        background-image: url('/assets/img/product2-fenovi/susenje-kose-ozon-air-fen.jpg');       
    }
    .content-wrapper {        
        transform: translate(-30%, -50%);
        max-width: 380px;        
    }
    .hairdryer-hero-section_title {
        font-size: 54px;
        line-height: 1.05;
    }
    .drying-modes-section_title {
        font-size: 54px;
        line-height: 1.05;
        margin-top: 4%;   
    }
    .ion-content-scroll {
        height: 170svh;
    }
    .dimensions-and-accessories-section {
        min-height: 100svh;
    }
}
@media (min-width: 1152px) {
    .content-wrapper {
        transform: translate(-15%, -50%);
    }
}
@media (min-width: 1200px) {
    .hairdryer-hero-section_paragraph-mob {
        display: none;
    }
    .hairdryer-hero-section_paragraph-desk {
        display: block;
    }
    .content-wrapper {
        transform: translate(-20%, -50%);
        max-width: 355px;
    }   

    .drying-modes-section {
        height: 100svh;
    }

    .drying-modes-section_title {
        margin-top: 6%;
    }
    .visual-container_main-image {
        max-width: 820px;
    }
    .tech-features-section_title {
        font-size: 54px;
        line-height: 1.05;
    }
    .ion-content {
        margin-left: 7%;
    }
    .ion-title {
        font-size: 54px;
    }
    .controls-title {
        font-size: 54px;
    }
    .controls-wrapper {
        max-width: 950px;
    }
    .controls-fen-image {        
        transform: translateY(-77%);
    }
    .controls-section {
        display: none;
    }
    .controls-section-desk {
        position: sticky;
        position: -webkit-sticky;
        top: 40px;
        width: 100%;
        min-height: 100vh;    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 40px 20px;
        /* background-color: #F5F0FA; */
        background-color: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        height: 85svh;
        overflow: hidden;
    }
    /* --------------------------------------
    * controls-section-block-desk
    * -------------------------------------- */ 
    .controls-section-block-desk {
        position: sticky;
        z-index: 1;
        top: 360px;
        height: 100svh;
        margin-top: -38svh; 
        display: inline-block; 
        width: 100%;
    }
    .controls-left-block-desk {
        position: absolute;        
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .controls-right-block-desk {
        position: absolute;
        right: 0%;
        top: 41%;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }
    .controls-right-block-desk {
        top: -1.5%;
        right: 20.3%;
        gap: 14px;
    }
    .controls-left-block-desk {
        top: 18%;
        left: 20.3%;
        gap: 14px;
    }
    .controls-left-arrow, .controls-right-arrow {
        width: 60%;
    }
    .controls-title {
        width: 33%;
    }
    .dimensions-text-content {
        width: 55%;
        padding: 0 60px 0 80px;
    }
    .dimensions-title {
        font-size: 54px;
    }
}

@media (min-width: 1280px) and (max-height: 900px) {
    .drying-modes-section_title {
        margin-top: 6%;
    }
    .controls-right-block-desk {
    top: 11px;
    }
    .controls-left-block-desk {
        top: 136px;
    }
    .hairdryer-hero-section {
        background-position: top left 50%;
    }
}
@media (min-width: 1280px) and (max-height: 850px) { 
    
    .content-wrapper {
        transform: translate(-20%, -50%);        
    }
    .drying-modes-section_title {
        margin-top: 6%;    
    } 
    .controls-right-block-desk {
        top: 119px;
    }
    .controls-left-block-desk {
        top: 30px;
    }   
}
@media (min-width: 1280px) and (max-height: 800px) {
    .controls-right-block-desk {
        top: 11px;
    }
    .controls-left-block-desk {
        top: 136px;
    }
}
@media (min-width: 1280px) and (max-height: 650px) {
    .drying-modes-section_title {
        margin-top: 5%;    
    }
    .drying-modes-section {
        height: 120svh;
    }
    .controls-right-block-desk {
        top: 11px;
    }    
    .controls-left-block-desk {
        top: 136px;
    }
}
@media (min-width: 1360px) {
    .drying-modes-section_title {
        margin-top: 3%;    
    }
    .drying-modes-section {
        height: 120svh;
        background-position: bottom center;
    }
    .dimensions-content-wrapper {
        padding: 0 60px;
    }
    .dimensions-text-content {
        padding: 0 40px 0 40px;
    }
}

@media (min-width: 1400px) {
    .hairdryer-hero-section {
        background-position: top left;
    }
    .hairdryer-hero-section_title {
        font-size: 71px;
    }
    .content-wrapper {
        max-width: 380px;
    }
    .drying-modes-section_title {
        font-size: 68px;
        margin-top: 5%;
    }
    .drying-modes-section {
        height:120svh;
        background-position: center center;
    }
    .icon-container {
        margin-bottom: 25px;
        width: 120px;
        height: 120px;
    }
    .tech-features-section_title {
        font-size: 68px;        
    }
    .controls-wrapper {
        max-width: 1180px;
    }
    .controls-fen-image {
        transform: translateY(-77%);
    }
    .controls-title {
        font-size: 68px;
        margin-top: 100px;
    }  
    .controls-right-block-desk {
        top: 114px;
    }
        
    .controls-left-block-desk {
        top: 269px;
    }
    .controls-left-text, .controls-right-text {
        font-size: 18px;
    }
    .ion-content img {
        width: 120px;
        height: 120px;
    }
    .dimensions-title {
        font-size: 68px;
    }
    .dimensions-content-wrapper {
        padding: 0 8%;
    }
    .dimensions-image-container {
        max-width: 515px;
    }

    .dimensions-grid {
        gap: 25px 50px;
    }
    .dimension-value {
        font-size: 50px;
    }
   
}
@media (min-width: 1400px) and (max-height: 1050px) {
    .hairdryer-hero-section {
       background-position: top left 55%;
    }
    .content-wrapper {
        transform: translate(-25%, -50%);
    }
    .ion-content {
        margin-left: 10%;
    }
    .ion-title {
        font-size: 68px;
    }
}
@media (min-width: 1500px) {
    .drying-modes-section {
        height: 125svh;
    }
    .controls-title {
        width: 34%;
    }
    .controls-section-desk {
        top:0px;
    }
    .controls-right-block-desk {
        top: 77px;
    }
        
    .controls-left-block-desk {
        top: 230px;
    }

}

@media (min-width: 1600px) {
    .drying-modes-section {
        height: 125svh;
    }
    .drying-modes-section_title {
        margin-top: 6%;
    }
    .visual-container_main-image {
        max-width: 880px;
    }
    .ion-content {
        margin-left: 15%;
    }
    .dimensions-image-container {
        width: 100%;
    }   
    .controls-section-desk {
        top:40px;
    }
    .controls-right-block-desk {
        top: 114px;
    }
        
    .controls-left-block-desk {
        top: 269px;
    }
    
}

@media (min-width: 1920px) {
    .hairdryer-hero-section {
        background-position: top left;
    }
    .content-wrapper {
        transform: translate(0%, -50%);        
    }
    .drying-modes-section_title {
        margin-top: 5%;
    }
    .drying-modes-section {
        height: 125svh;
    }
    .icon-container {
        width: 140px;
        height: 140px;        
    }
    .visual-container_main-image {
        max-width: 970px;
    }
    .tech-features-section_paragraph {
        max-width: 650px;
    }
    .ion-content {
        margin-left: 17%;
    }
    .ion-content img {
        width: 140px;
        height: 140px;
    }
    .ion-title {
        font-size: 68px;
    }
    .controls-wrapper {
        max-width: 1380px;
    }
    .controls-fen-image {
        transform: translateY(-76%);
    }
    .controls-title {
        width: 35%;
    }
    .controls-right-block-desk {
        top: 162px;
        right: 20.3%;
    }
        
    .controls-left-block-desk {
        top: 340px;
        left: 20.3%;
    }
    .controls-left-text, .controls-right-text {
        font-size: 21px;
    }
    .dimensions-image-container {
        max-width: 632px;
    }
    .dimension-label {
        font-size: 22px;
    }
    .dimension-value {
        font-size: 71px;
    }
    .dimensions-content-wrapper {
        padding: 0;
    }
    .dimensions-grid {
        gap: 25px 100px;
    }
    .controls-left-block-desk {
        position: relative;
        bottom: 40svh;
    }
}
@media (min-width: 2560px) {
    .content-wrapper {
        transform: translate(-10%, -50%);        
    }
    .drying-modes-section {
        height: 100svh;
        background-position: bottom center;
    }
    .drying-modes-section_title {
        margin-top: 3%;
    }
    .ion-title {
        font-size: 71px;
    }
    .ion-content {
        margin-left: 23%;
    }
    .controls-wrapper {
        max-width: 1780px;
    }
    .controls-fen-image {
        transform: translateY(-76%);
    }
    .controls-title {       
        margin-top: 220px;
    }
    .controls-title {
        width: 36%;
    }
    .controls-right-block-desk {
        top: 360px;
    }
        
    .controls-left-block-desk {
        top: 584px;
    }
    .dimensions-and-accessories-inner.container{
        max-width: 1420px;
    }
    .dimensions-title {
        font-size: 71px;
    }
    .dimensions-image-container {
        max-width: 670px;
    }
    .dimensions-text-content {
        width: 80%;
    }
    .dimensions-grid {
        gap: 25px 100px;
    }
    .visual-container_main-image {
        max-width: 1300px;
    }
}
/* =================================================================
 * iOS SAFARI FIX - DIMENSIONS PREKO CONTROLS
 * ================================================================= */
@supports (-webkit-touch-callout: none) {
    
    /* Dimensions - forsiraj da UVEK ide preko controls */
    .dimensions-and-accessories-section {      
        
        /* Kreiraj izolovan stacking context */
        isolation: isolate;
        
        /* GPU layer iznad controls */
        -webkit-transform: translate3d(0, 0, 3px);
        transform: translate3d(0, 0, 3px);
        
        /* Forsiraj hardversku akceleraciju */
        will-change: transform;
        -webkit-perspective: 1000;
        perspective: 1000;
        
        /* Spreči kompozicione probleme */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    /* Controls - niži layer, dimensions će ići preko */
    .controls-section,
    .controls-section-desk {       
        
        /* GPU layer ispod dimensions */
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
        
        /* Sticky transform */
        will-change: transform;
        
        /* Optimizuj kompoziciju */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    /* Ion section - ako ima overlap problema */
    .ion-content-scroll,
    .ion-fixed-visual {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        isolation: isolate;
    }
}

/* =================================================================
 * DODATNA iOS OPTIMIZACIJA - SPREČI LAYER FLIPPING
 * ================================================================= */
@supports (-webkit-touch-callout: none) {
    
    /* Forsiraj 3D rendering context */
    .dimensions-and-accessories-section {
        /* 3D transform za konzistentan layer */
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        
        /* Forsiraj da ostane na svom layeru tokom celog scrolla */
        -webkit-transform: translate3d(0, 0, 3px) !important;
        transform: translate3d(0, 0, 3px) !important;
    }
    
    /* Controls u flatter space */
    .controls-section,
    .controls-section-desk {
        -webkit-transform-style: flat;
        transform-style: flat;
        
        /* Fiksiran layer position */
        -webkit-transform: translate3d(0, 0, 1px) !important;
        transform: translate3d(0, 0, 1px) !important;
    }
    
    /* Spreči z-fighting */
    .dimensions-and-accessories-section,
    .controls-section,
    .controls-section-desk {
        /* Atomic composition updates */
        contain: layout style paint;
    }
}

/* =================================================================
 * FALLBACK ZA iOS BEZ 3D TRANSFORM SUPPORT
 * ================================================================= */
@supports (-webkit-touch-callout: none) {
    @supports not (transform: translate3d(0, 0, 1px)) {
        .dimensions-and-accessories-section {           
            -webkit-transform: translateZ(3px);
            transform: translateZ(3px);
        }
        
        .controls-section,
        .controls-section-desk {          
            -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
        }
        
        .ion-content-scroll,
        .ion-fixed-visual {            
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
    }
}