/*@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

.liftactiv2026 p, .liftactiv2026 h3, .liftactiv2026 h2, .liftactiv2026 h1{margin: 0;}


/**********/


html{scroll-behavior: smooth; overflow-x: hidden;}*/
body{background: #FFF;overflow-x: hidden;}
section{
	box-sizing:border-box;
	}

.Deo2026{
    margin: 20px auto;
    background: #FFF;
    /*font-family: 'Futura PT Book';*/
    font-weight: normal;
    background-size: contain;
  cursor: default;

}

.Deo2026 .sk{
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.Deo2026 strong{
    font-weight: 600;
    /*font-family: 'Futura PT Demi';*/
}
.Deo2026 sup{line-height: 0;}



/**************************
HERO
**************************/

.Deo2026 .hero{
}

.Deo2026 .hero__grid{
  display:grid;
  grid-template-columns: 1fr 0.90fr;
  align-items:end;
 gap: clamp(20px,3vw,40px);
    padding: 0 15px;
}

.Deo2026 .hero__content{
  padding: clamp(40px,5vw,60px) 0;
}


/**************************
LEFT COLUMN
**************************/

.Deo2026 .hero__badge{
  display:block;
  width:clamp(290px,18vw,340px);
  height:auto;
  margin-bottom:clamp(18px,2vw,26px);
}

.Deo2026 .hero h1{
  /*font-family:'Futura PT Demi';*/
  font-weight:600;
  font-size:clamp(26px,2.4vw,31px);
  line-height:1.0645; 
  margin-bottom:clamp(18px,2vw,26px);
}

.Deo2026 .hero__text{
  font-size:clamp(15px,1.2vw,18px);
  line-height:1.222; 
  margin-bottom:clamp(22px,2.6vw,32px);
  max-width:640px;
    letter-spacing: -0.1px;
}

.Deo2026 .deo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:#000;
  color:#fff;

  /*font-family:'Futura PT Demi';*/
  font-weight:600;

  font-size:14px;
  letter-spacing:.5px;

  padding: 12px 40px;
  border-radius:40px;

  text-decoration:none;

  transition:all .25s ease;
  cursor: pointer;
  border: 1px solid transparent
}

.Deo2026 .deo-btn:hover{
  color: #000;
  border-color: #000;
  background: #fff;border: 1px solid #000;
}


/**************************
RIGHT COLUMN
**************************/

.Deo2026 .hero__visual{
  position:relative;
}
.Deo2026 .hero__woman,
.Deo2026 .hero__products{
  display:block;
}

/* WOMAN */

.Deo2026 .hero__woman{
  width:clamp(280px,32vw,414px);
  height:auto;
  max-width:100%;
  position:relative;
  z-index:1;
}



.Deo2026 .hero__products{
  position:absolute;
  bottom: -17px;
  right:clamp(10px,3vw,40px);
  width:clamp(130px,15vw,197px);
  height:auto;
  z-index:2;
}


.Deo2026 .hero__availability{
  position:absolute;
  bottom:clamp(120px,12vw,180px);
  right:clamp(10px,4vw,90px);

  background:#fff;
  color:#000;

  /*font-family:'Futura PT Demi';*/
  font-weight:600;

  font-size:clamp(12px,0.9vw,14px);
  line-height:1.2;

  padding:clamp(8px,0.9vw,12px) clamp(12px,1.2vw,18px);

  border:1px solid #46c0c0;

  text-align:center;

  z-index:3;
}

.Deo2026 .hero__availability span{
  color:#46c0c0;
}
    

/**************************
BENEFITS BAR
**************************/


.Deo2026 .benefits__grid{
   background:#42b7b7;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  align-items:center;
  position:relative;
}


.Deo2026 .benefits__grid::after{
  content:"";
  position:absolute;
  top:0;
  left:-50%;
  width:50%;
  height:100%;
  transform:translateZ(0);
  will-change: transform;

  background:linear-gradient(
    110deg,
    transparent 0%,
    rgba(255,255,255,0.35) 45%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0.35) 55%,
    transparent 100%
  );

  animation:benefitsGlow 9s ease-in-out infinite;
  pointer-events:none;
}


@keyframes benefitsGlow{
  0%{
    transform:translateX(0);
    opacity:0;
  }

  8%{
    opacity:1;
  }

  45%{
    transform:translateX(300%);
    opacity:0;
  }

  100%{
    transform:translateX(300%);
    opacity:0;
  }
}

.Deo2026 .benefit{
  color:#fff;
  text-align:center;
  font-size:clamp(12px,0.9vw,14px);
  line-height:1.4;
  padding:clamp(18px,2vw,26px) 10px;
  position:relative;
}


/* separator lines */

.Deo2026 .benefit:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:25%;
  height:50%;
  width:1px;
  background:rgba(255,255,255,0.6);
}








/**************************
CATEGORY BOXES
**************************/

.Deo2026 .deo-categories{
  padding:60px 0;
}


/* GRID */

.Deo2026 .deo-categories__grid{
  display:flex;
  justify-content:center;
  gap:30px;
}


/* BOX */

.Deo2026 .deo-cat{
  position:relative;
  width:100%;
  max-width:415px;
  height:190px;
  border-radius:20px;
  background-size:cover;
  background-position:center;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}


/* TEXT */

.Deo2026 .deo-cat__content{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  width:100%;
}


/* HEADLINE */

.Deo2026 .deo-cat h3{
  font-size:22px;
  line-height:1;
    margin-top: -34px;
}

.Deo2026 .deo-cat strong{
  /*font-family:'Futura PT Demi';*/
  font-weight: 600;
}


.Deo2026 .deo-cat--women{
  border:1px solid #33cccc;
  background-image:url("../images/kobiety_box.jpg");
  background-position:left center;
    background-repeat: no-repeat;
    color: #000;

}

.Deo2026 .deo-cat--men{
  border:1px solid #6f6f6f;
  background-image:url("../images/mezczyzni_box.jpg");
  background-position:right center;
  background-repeat: no-repeat;
  color: #000;
}



.Deo2026 .deo-cat .deo-btn{
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
}

.Deo2026 .deo-btn--turquoise{
  background:#46c0c0;
}

.Deo2026 .deo-btn--dark{
  background:#000;
}


/**************************
PRODUCTS SECTION
**************************/

.Deo2026 .deo-products{
    padding:0 70px 15px;
}

.deo-products--men{margin-top: 40px;}

.Deo2026 .deo-section-title {
  text-align: center;
  /*font-family: 'Futura PT Book';*/
  font-weight: normal;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: clamp(32px, 3.2vw, 48px);
  letter-spacing: .3px;
  margin-bottom: 40px;
}


.Deo2026 .deo-products__block{
    margin-bottom:35px;
}



.Deo2026 .deo-products__header{
    background:linear-gradient(90deg,#499bae,#176d84);
    color:#fff;

    text-align:center;

    padding:15px 20px;

    border-radius:10px;

    font-size:clamp(16px,1.4vw,22px);

    margin-bottom:22px;

    align-items:center;
    justify-content:center;

    min-height:42px;
}

.Deo2026 .deo-products__header strong{
   /* font-family:'Futura PT Demi';*/
  font-weight: 600;
}


/**************************
PRODUCT GRID
**************************/

.Deo2026 .deo-products__grid{
    display:grid;
    gap:22px;
    align-items:stretch;
}

.Deo2026 .deo-products__grid--4{
    grid-template-columns:repeat(4,1fr);
}

.Deo2026 .deo-products__grid--2{
    grid-template-columns:repeat(2,1fr);
    height: 100%;
}


/**************************
SPLIT SECTION (2 + 2)
**************************/

.Deo2026 .deo-products__split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.Deo2026 .deo-products__split-col{
    display:flex;
    flex-direction:column;
}

.Deo2026 .deo-products--men .deo-products__header{
background:linear-gradient(90deg,#000,#7a7a7a);
}

.Deo2026 .deo-products--men .deo-card{
border-color:#9a9a9a;
}

.Deo2026 .deo-products--men .deo-card__list li::before{
background:#e31e24;
}


/**************************
PRODUCT CARD
**************************/

.Deo2026 .deo-card{
    position:relative;

    border:1px solid #46c0c0;
    border-radius:14px;
    padding:28px 22px;
    background:#fff;
    text-align:center;
    height:100%;

    display:flex;
    flex-direction:column;
    align-items:center;

    overflow:hidden;

    transition: transform .25s ease, box-shadow .25s ease;
}

.Deo2026 .deo-card::after{
    content:"";
    position:absolute;
    inset:0;

    background:url("../images/water-bg.png") center repeat;
    background-size: auto;
    opacity:0;

    transition:opacity .45s ease, transform 1.2s ease;

    transform:scale(1.08);

    z-index:-1;

}

/* hover */

.Deo2026 .deo-card:hover::after{
    opacity:1; 
    transform:scale(1);
  z-index: -1
}

.Deo2026 .deo-card .deo-card__image{
    transition:transform .45s ease;
  overflow-x: hidden: 
}

.Deo2026 .deo-card:hover .deo-card__image{
    transform:translateY(-2px) scale(1.03);
}


.Deo2026 .deo-card::before{
    content:"";
    position:absolute;
    top:12px;
    left:14px;

    width:64px;
    height:18px;

    background:url("../images/drops.png") no-repeat center/contain;
}
.deo-card--drops3::before{ background-image:url("../images/drops3.png"); }
.deo-card--drops4::before{ background-image:url("../images/drops4.png"); }


.deo-card--coming-soon{
  position:relative;
  filter: grayscale(0);
  opacity:1;
  transition:all .25s ease;
}

.deo-card--coming-soon .deo-tooltip{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%) translateY(10px);

  background:#000;
  color:#fff;

  /*font-family:'Futura PT Demi';*/
  font-size:12px;
  font-weight: 600;
  letter-spacing:.4px;

  padding:17px 12px;
  border-radius:8px;

  white-space:nowrap;

  opacity:0;
  pointer-events:none;

  transition:all 0.5s ease;

  z-index:20;
}

.deo-card--coming-soon:hover{
  filter: grayscale(1);
  opacity:0.65;
}

.deo-card--coming-soon:hover .deo-tooltip{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.deo-card--coming-soon .deo-btn{
  pointer-events:none;
  opacity:0.4;
  cursor:not-allowed;
}


.Deo2026 .deo-card__image{
    margin-bottom:16px;
    margin-top: 20px;
}

.Deo2026 .deo-card__image img{
    max-height:100%;
margin-left: -28px;
}



.Deo2026 .deo-card::before{
    content:"";
    position:absolute;
    top:14px;
    left:14px;

    width:72px;
    height:22px;
  overflow: hidden;

    background-size:contain;
    background-repeat:no-repeat;
}

.Deo2026 .deo-card--drops-1::before{background-image:url("../images/drops_1.png");}
.Deo2026 .deo-card--drops-2::before{background-image:url("../images/drops_2.png");}
.Deo2026 .deo-card--drops-3::before{background-image:url("../images/drops_3.png");}
.Deo2026 .deo-card--drops-4::before{background-image:url("../images/drops_4.png");}

.Deo2026 .deo-products--men .deo-card--drops-2::before{background-image:url("../images/drops_dark_2.png");}
.Deo2026 .deo-products--men .deo-card--drops-3::before{background-image:url("../images/drops_dark_3.png");}
.Deo2026 .deo-products--men .deo-card--drops-4::before{background-image:url("../images/drops_dark_4.png");}


.Deo2026 .deo-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/**************************
PRODUCT TITLE
**************************/

.Deo2026 .deo-card__title{
  /*font-family:'Futura PT Demi';*/
  font-weight: 600;
  font-size:clamp(18px,1.4vw,23px);
  line-height:clamp(19px,1.3vw,21px);
  margin-bottom:10px;
  text-transform: uppercase;
  min-height: 58px;
}
.Deo2026 .deo-card__title span{
  font-weight: normal;
    /*font-family:'Futura PT Book';*/
}

.deo-card__title sup{font-size: 50%;}

/**************************
PRODUCT LIST
**************************/

.Deo2026 .deo-card__list{
    font-size:clamp(16px,1.2vw,18px);
    line-height:clamp(22px,1.5vw,25px);
    text-align:left;
    margin-bottom:25px;
  margin-top: 20px;
  max-width: 380px;
  width: 100%;
  padding: 0 10px;
}

.Deo2026 .deo-card__list li{
    list-style:none;
    position:relative;
    padding-left:12px;
    margin-bottom:5px;
}

.Deo2026 .deo-card__list li::before{
    content:"";
    width:5px;
    height:5px;
    background:#33cccc;
    position:absolute;
    left:-5px;
    top:12px;
}


/**************************
BUTTON POSITION
**************************/

.Deo2026 .deo-products--men .deo-btn{
background:#000;
}

.Deo2026 .deo-products--men .deo-btn:hover{
background:#fff;
  color: #000;
}

.Deo2026 .deo-card .deo-btn{
    margin-top:auto;
    position: relative;
}


.Deo2026 .sklepy {
    display: none;
     transition: 0.2s all;
}

.Deo2026 .lista-sklepow {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    width: 90%;
    z-index: 10;
    border: 1px solid #b2b2b2;
    max-width: 262px;
    bottom: 75px;
    margin: 0 auto;
    border-radius: 20px;
    text-transform: uppercase;
}

.Deo2026 .lista-sklepow::after{
    content: '';
    background: url(../images/sklepy-arrow.png) no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Deo2026 .lista-sklepow > span{margin: 20px 0;}

.Deo2026 .lista-sklepow a img{
    max-width: 139px !important;
  margin: 4px 0;}



.Deo2026 .note{
  text-align: center;
  color: #8b8b8b;
  font-size: 15px;
  padding: 20px;
}



/**************************
RWD
**************************/


@media (max-width:1100px){

    .Deo2026 .deo-products__grid--4{
        grid-template-columns:repeat(2,1fr);
    }

    .Deo2026 .deo-products__grid--2{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:1000px){

.Deo2026 .deo-products__split{
    grid-template-columns:1fr;
}

}

@media (max-width:800px){

.Deo2026 .hero__woman {
  width: clamp(338px,32vw,414px);
  }
  .Deo2026 .hero__availability {
  bottom: clamp(103px,12vw,180px);
  right: clamp(10px,0vw,90px);
}
  
}







@media (max-width:768px){

  /* HERO */

  .Deo2026 .hero__grid{
    grid-template-columns:1fr;
  }

  .Deo2026 .hero__visual{
    order:2;
  }

  .Deo2026 .hero__content{
    order:1;
  }


  /* BENEFITS */

  .Deo2026 .benefits__grid{
    grid-template-columns:1fr;
    text-align:center;
    overflow-x:hidden;
    position:relative;
  }

  .Deo2026 .benefit{
    padding:18px 20px;
    position:relative;
    z-index:2; /* tekst nad animacją */
  }

  .Deo2026 .benefit:not(:last-child)::after{
    right:auto;
    top:auto;
    height:1px;
    width:60%;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
  }

  .Deo2026 .benefits__grid br{
    display:none;
  }


  .Deo2026 .benefits__grid::after {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;

    left: 0;
    transform: translateX(-150%);
    width: 150%;

    z-index: 1;

    background: linear-gradient(
      110deg,
      #42b7b7 0%,
      #42b7b7 35%,
      rgba(255, 255, 255, 0.15) 45%,
      rgba(255, 255, 255, 0.55) 50%,
      rgba(255, 255, 255, 0.15) 55%,
      #42b7b7 65%,
      #42b7b7 100%
    );

    animation: benefitsGlowMobile 8s ease-in-out infinite;
  }

  
.Deo2026 .deo-categories__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;

  justify-items:center;

  margin:0 15px; /* odstęp od lewej i prawej */
}
  
  .Deo2026 .deo-categories {
  padding: 30px 0 0;
}

.Deo2026 .deo-cat{
  min-height:150px;
  padding:30px 20px;
  text-align:center;
  height: 150px;

  width:100%;
  max-width:420px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  
  
}
  
  .Deo2026 .deo-card__title{

  min-height: auto;
}

.Deo2026 .deo-cat__content{
  margin-bottom:15px;
}

.Deo2026 .deo-cat h3{
  font-size:20px;
  line-height:1.2;
}

.Deo2026 .deo-btn{
  margin-top:10px;
}
  
  .deo-products--men{margin-top: 0;padding-top: 25px;}
  
  
}




@keyframes benefitsGlowMobile{

  0%{
    transform:translateX(0);
    opacity:0;
  }

  10%{
    opacity:1;
  }

  60%{
    transform:translateX(250%);
    opacity:0;
  }

  100%{
    transform:translateX(250%);
    opacity:0;
  }

}



@media (max-width:700px){

    .Deo2026 .deo-products__split{
        grid-template-columns:1fr;
        gap:30px;
    }

}



@media (max-width:520px){

    .Deo2026 .deo-products{
        padding:50px 15px;
      
    }

    .Deo2026 .deo-products__title{
        margin-bottom:30px;
    }

    .Deo2026 .deo-products__grid{
        grid-template-columns:1fr;
        gap:18px;
    }
  
  

}

@media (max-width:400px){


.Deo2026 .deo-cat--women {
  background-position: -12px center;
}
  
}