/** Shopify CDN: Minification failed

Line 1557:2 Unexpected "#"

**/
  .credera-section .instructors-list-section * {
    font-family: var(--font), sans-serif;
  }

  .credera-section .instructors-list-section .category-switcher {
    list-style: none;
    padding: 0;
    margin: 80px 0 40px;
    display: flex;
  }
  @media (max-width: 850px) {
    .credera-section .instructors-list-section .category-switcher {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 32px;
    }
  }
  .credera-section .instructors-list-section .switcher-item {
    flex: 1;
    margin: 0;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  @media (max-width: 850px) {
    .credera-section .instructors-list-section .switcher-item {
      flex: unset;
      margin-top: 8px;
    }
    .credera-section .instructors-list-section .switcher-item:not(:last-of-type) {
      margin-right: 8px;
    }
  }
  .credera-section .instructors-list-section .switcher-item .switcher-button {
    background-color: transparent;
    font-family: var(--font), sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #0083c1;
    /* width:100%; */
    height: 100%;
    font-weight: 400;
    padding: 0 8px 24px;
    outline: 0;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-bottom:2px solid #d9d9d9;*/
    transition: unset;
  }
  .credera-section .instructors-list-section .switcher-item .switcher-button.active {
    border-bottom: 3px solid #ffa378;
    color: #0083c1;
    padding-bottom: 22px;
    font-weight: 700;
  }
  @media (max-width: 850px) {
    .credera-section .instructors-list-section .switcher-item .switcher-button {
      font-size: 16px;
      line-height: 24px;
      padding: 4px 12px;
      border: 1px solid #707070;
    }
    .credera-section .instructors-list-section .switcher-item .switcher-button.active {
      border-width: 1px;
      border-color: #ffa378;
      color: #0083c1;
      padding-bottom: 4px;
    }
  }
  .credera-section .instructors-list-section .instructors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .credera-section .instructors-list-section .instructor {
    border: 1px solid #d9d9d9;
    padding: 0;
    margin: 0;
    margin: 0 12px 24px;
    width: calc(33.3% - 24px);
    flex-basis: calc(33.3% - 24px);
    position: relative;
    display: none;
    background-color: #fff;
    border-radius: var(--card-border-radius);
    box-shadow: var(--card-shadow);
    overflow: hidden;
  }
  .credera-section .instructors-list-section .instructor.active {
    display: flex;
  }
  @media (max-width: 1080px) {
    .credera-section .instructors-list-section .instructor {
      width: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
      margin: 0 8px 16px;
    }
  }
  @media (max-width: 568px) {
    .credera-section .instructors-list-section .instructor {
      width: 100%;
      flex-basis: 100%;
      margin: 0 0 16px;
    }
  }
  .credera-section .instructors-list-section .instructor--thumbnail {
    width: 180px;
    flex-shrink: 1;
    min-height: 180px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    background-color: #eff8fb;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  @media (max-width: 1280px) {
    .credera-section .instructors-list-section .instructor--thumbnail {
      width: 160px;
      min-height: 160px;
    }
  }
  @media (max-width: 1080px) {
    .credera-section .instructors-list-section .instructor--thumbnail {
      width: 120px;
      min-height: 120px;
    }
  }
  .credera-section .instructors-list-section .instructor--details {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 1080px) {
    .credera-section .instructors-list-section .instructor--details {
      padding: 16px;
    }
  }
  .credera-section .instructors-list-section .instructor--name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2e2e2e;
  }
  .credera-section .instructors-list-section .instructor--modalities {
    color: #707070;
    font-size: 14px;
    line-height: 18px;
  }
  .credera-section .instructors-list-section .instructor .modality-item:last-of-type .modality-separator {
    display: none;
  }
  .credera-section .instructors-list-section .instructor--bio-link {
    font-size: 14px;
    line-height: 18px;
    color: #002a3a;
    text-decoration: underline;
  }

  .modal-open-body { overflow: hidden; }


  .credera-section.instructor-modal {
    /*max-width:840px;*/
    margin: auto;
    padding: 0;
    flex-direction: column;
    max-width: 50%;
    max-height: 100%;
    overflow-y: auto;
  }

  @media  (max-width: 850px) {
    .credera-section.instructor-modal {
      max-width: 90%;
      max-height: 70%;
    }
  }
  .credera-section.instructor-modal * {
    font-family: var(--font), sans-serif;
  }
  .credera-section.instructor-modal .instructor-modal--top {
    display: flex;
    position: relative;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
  }
  @media (max-width: 568px) {
    .credera-section.instructor-modal .instructor-modal--top {
      flex-direction: column;
    }
  }
  .credera-section.instructor-modal .instructor-modal--thumbnail {
    width: 240px;
    min-height: 240px;
    background-color: #eff8fb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1.2;
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--thumbnail {
      width: 180px;
      min-height: 180px;
    }
  }
  @media (max-width: 568px) {
    .credera-section.instructor-modal .instructor-modal--thumbnail {
      width: 100%;
      min-height: 260px;
    }
  }
  .credera-section.instructor-modal .instructor-modal--details {
    padding: 48px;
  }
  .credera-section.instructor-modal .instructor-modal--details p:last-of-type {
    margin: 0;
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--details {
      padding: 24px;
    }
  }
  .credera-section.instructor-modal .instructor-modal--name {
    margin-bottom: 24px;
    color: #2e2e2e;
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--name {
      margin-bottom: 16px;
    }
  }
  .credera-section.instructor-modal .instructor-modal--label {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 4px;
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--label {
      font-size: 14px;
      line-height: 18px;
    }
  }
  .credera-section.instructor-modal .instructor-modal--certifications,
  .credera-section.instructor-modal .instructor-modal--modalities {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--certifications,
    .credera-section.instructor-modal .instructor-modal--modalities {
      font-size: 14px;
      line-height: 18px;
    }
  }
  .credera-section.instructor-modal .instructor-modal--bio {
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
    padding: 48px;
    background-color: #ffffff;
    /*height: 100%;*/
  }
  @media (max-width: 850px) {
    .credera-section.instructor-modal .instructor-modal--bio {
      padding: 40px;
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media (max-width: 568px) {
    .credera-section.instructor-modal .instructor-modal--bio {
      padding: 24px;
      height: auto !important;
    }
  }
  .credera-section.instructor-modal .modality-item:last-of-type .modality-separator {
    display: none;
  }

  .instructors-list .modal__close {
    position: absolute;
    color: #000;
  }

  .instructor {
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-color: #b0dbeb33 !important;
    border: none !important;
    border-radius: 25px !important;
    background-size: auto !important;
    flex-direction: row-reverse !important;
  }

  .instructor--thumbnail {
    width: 69% !important;
    background-size: cover !important;
    height: 350px !important;
    background-color: unset !important;
  }

  .instructor--details p,
  .instructor--details a {
    color: #0083c1 !important;
  }

  .instructor--modalities {
    display: none;
  }

  .instructor--details {
    width: 50% !important;
  }


  .info-container {
    padding-top: 60px;
  }

  .blue-copy {
    color: #0085b8;
  }

  .modal {
    top: 50% !important;
  }

/* landing page testimonial slider and feature slider */

.sliderPage {
    padding: 2em !important;
    /* margin-top: 3em; */
}

.testimonialSlide {
    height: 0;
    padding-bottom: 94.25556858147714%;
    margin-left: 3em;
    margin-right: 3em;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 5%
}

.shadowImage {
    margin-left: 3em;
    margin-right: 3em;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.roundedCorners {
    border-radius: 5%;
}

.ratingStars {
    font-size: 1.2em;
    text-align: center;
}

.testimonialText {
    text-align: center;
}

.testimonialCustomer {
    text-align: center;
}

.testimonailImage {

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#testimonials {
    padding: 2em;
}

/* .darkSplideArrow {
    background: #002a3a;
} */

.testimonials-slider__text {
    min-height: 22em;
}

@media screen and (min-width: 600px) {
    .testimonials-slider__text {
        min-height: 18em;
    }
}

@media screen and (min-width: 1024px) {
    .testimonials-slider__text {
        min-height: 21em;
    }
}

@media screen and (min-width: 1400px) {
    .testimonials-slider__text {
        min-height: 19em;
    }
}

@media screen and (min-width: 1700px) {
    .testimonials-slider__text {
        min-height: 17em;
    }
}

.lightSplideArrow {
    background-color: rgba(176, 219, 235, 0.4);
}

.lightSplideArrow circle {
    fill: none;
}

.lightSplideArrow svg {
    fill: rgba(176, 219, 235, 0);
}

.darkSplideArrow {
    background-color: #32CD32;
}

.darkSplideArrow circle {
    fill: #002A3A;
}

.darkSplideArrow path {
    stroke: #B0DBEB;
}

#landingTestimonials {
    padding: 2em;
}

.landingTestimonials-slider__text {
    min-height: 22em;
}

.basicSlideImage {
    height: 0;
    padding-bottom: 94.25556858147714%;
}

@media screen and (min-width: 600px) {
    .landingTestimonials-slider__text {
        min-height: 18em;
    }
}

@media screen and (min-width: 1024px) {
    .landingTestimonials-slider__text {
        min-height: 21em;
    }
}

@media screen and (min-width: 1400px) {
    .landingTestimonials-slider__text {
        min-height: 19em;
    }
}

@media screen and (min-width: 1700px) {
    .landingTestimonials-slider__text {
        min-height: 17em;
    }
}

/* FULL COLUMN STAIR LANDING */

/* Clear floats after the columns */
.row.landing:after {
    content: '';
    display: table;
    clear: both;
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column.landing {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .column.landing {
        width: 100%;
    }

    .ff-bg image {
        display: block;
    }

    .targetsSLP {
        display: flex;
        flex-direction: column !important;
    }

    .icon-y1 {
        margin-bottom: 18px;
    }
}

.landing .image {
    box-sizing: border-box;
    background-image: url('/cdn/shop/files/StairClimberSport_Lifestyle-M-Calves_x1000.png?v=1699479187');
    width: 50%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}

.landing .text {
    box-sizing: border-box;
    float: left;
    margin-left: -100%;
    padding: 2em;
    width: 100%;
}

.ff-bg img {
    display: none;
    box-sizing: border-box;
}

.ff-bg {
    background-image: url(/cdn/shop/files/StairClimberSport_Lifestyle-M-Calves_x1000.png?v=1699479187);
    background-size: cover;
    box-sizing: border-box;
}

.icon-y1 {
    filter: invert(1);
    width: 100%;
    height: 100px;
    margin-bottom: 18px;
    box-sizing: border-box;
}

.targetsSLP {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.targetsSLP span {
    padding-bottom: 1em;
    box-sizing: border-box;
    padding-right: 1em;
}

.fw-height {
    padding-left: 20%;
    padding-right: 20%;
}

.optionalSliderBackground {
    margin: 20px 30px;
    padding: 30px 20px;
    border-radius: 1em;
}



.Post-cat-inner{
  display:flex;
  flex-flow:row wrap;
  justify-content: space-between;
}

.cat-item{
  width:100%;
  height:180px;
  border-radius: 10px;
  overflow: hidden;
}

.cat-item a{
  width:100%;
  height:100%;
  display:block;
  background-size:cover;
}
.cat-overlay{
  width:100%;
  height:100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
display: flex;
  align-items: end;
  justify-content: center;
  padding:20px 0;
 
}

.cat-overlay span{
  background:rgba(255,255,255,0.3);
  color:#fff;
  padding:5px 10px;
  font-size: var(--typeBaseSize);
   border-radius:5px;
}

.cat-item a:hover{
  text-decoration:none;
}


#Latest-Articles h2{
  font-size:30px;
  text-transform:capitalize;
}

.divider{
  width:100%;
  height:5px;
  border-top:1px solid #DFDFDF;
  border-bottom:1px solid #DFDFDF;
}
.angled-box{
  width: 3%;
  height: 4px;
  background-color: #0f2f3a;
  clip-path: polygon(0 0,100% 0,90% 100%,0% 100%);
}

.LatestPostwrap{
  margin-top:30px;
}
.LatestPostwrap{
display:flex;
flex-flow:row wrap;
background: #f7f7f7;
}

.LatestPostwrapleft{
  width:50%;
}
.LatestPostwrapright{
  width:50%;
  align-self: center !important;
  padding:50px;
}

.post-info{
  display:flex;
  gap:20px;
  margin-bottom:15px;
}

.post-author{
  display:flex;
 flex-flow:row wrap;
 font-size:13px;
  font-weight:600;
  align-items: center;
  gap:10px;
}

.post-date{
  display:flex;
  font-size:13px;
  font-weight:600;
  align-items: center;
  gap:10px;
}

.post-author img, .post-date img{
  width:16px;
  height:16px;
}

#two-coll-wrap{
  margin-top:60px;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
}

.two-coll-wrap-left{
  width:65%;
}

.two-coll-wrap-right{
  width:30%;
}

#two-coll-wrap h2{
  font-size:30px;
  text-transform:capitalize;
}

.all-post{
  display:flex;
  justify-content:space-between;
  flex-flow:row wrap;
}
.custom-post-wrap{
  width:48%;
}

.all-post{
  margin-top:30px;
}

#two-coll-wrap h3{
  font-size:20px;
}

.custom-post-content{
  padding-top:20px;
}

.post-tags span.tag{
  font-size:14px;
  color:#0B864C;
  background:#BFFFE0;
  padding:5px 10px;
  border-radius:50px;
}

.template-blog .article{
  margin-bottom:20px;
}

.post-head{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
}
.post-head h3{
  width:80%;
}

.post-head img{
  width:24px;
  height:24px;
}

.Popular-box h4{
  margin-top:10px !important;
  margin-bottom:10px !important;
}

.Popular-box{
  display: flex;
  flex-direction: row-reverse;
  justify-content:space-between;
  margin-bottom:20px;
}

.Popular-box-image{
  width:30%;
}
.Popular-box-left{
  width:65%;
}

.Popularwrap h4{
  font-size:16px !important;
}

.two-coll-wrap-right{
  padding-top: 93px;
}
.Popularwrap  .post-info{
  margin-bottom:0 !important;
}

.Popular-box-left .post-tags span.tag{
  color:#6D757F;
  background:#fff;
  border:1px solid #6D757F;
  border-radius:5px;
}

.Popularwrap{
  margin-top:40px;
}

.member-update{
  background:#002A3A;
  border-radius:5px;
  padding:30px;
  
}

.member-update p{
  color:#fff;
}

.member-box h6{
  color:#fff;
}

.pagination{
  width:100%;
}

.member-box{
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,0.25);
  padding-top:20px;
}

.member-box:last-child{
  border:none;
}

.member-update{
  margin-top:30px;
}

.Popularwrap{
  margin-bottom:40px;
}

.member-box h6{
  font-size:16px;
}

.pagination .page.current{
  border-radius: 5px;
}

.pagination .page a{
  background:transparent;
}


.splide__slide {
  padding: 5px;
}

#post-cat{
  margin-top:60px;
}

.cat-overlay-press{
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,#0000,#000);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  display: flex;
  align-items: end;
  padding: 20px 0;
  position:absolute;
  top:0;
  left:0;
  padding:15px;
  flex-flow:row wrap;
}

.Press-Releases-box{
  position:relative;
  width:24%;
  border-radius:10px;
  overflow:hidden;
}

.Press-Releases-wrap{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
}

.Press-Releases-box h3{
  font-size:18px;
  color:#fff;
}

.cat-overlay-press .post-date{
  color:#fff;
}




@media screen and (max-width: 991px) {
  .LatestPostwrapleft{
    width:100%;
  }
  .LatestPostwrapright{
    width:100%;
  }
  .two-coll-wrap-left{
    width:100%;
  }
  .two-coll-wrap-right{
    width:100%;
  }
  .Popularwrap{
    display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  }
  .Popular-box{
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #Latest-Articles h2{
    font-size:20px;
   }
   .LatestPostwrapright{
    padding:20px;
   }
   .custom-post-wrap{
    width:100%;
   }
   .two-coll-wrap-right{
    padding-top: 60px;
   }
   
  }

  @media screen and (max-width: 590px) {
    .article__image-wrap{
      margin:0 !important;
    }
      .Popular-box{
    width: 100%;
  }
  .member-update{
    padding: 20px;
  }
  .member-box{
    padding-bottom: 15px;
  padding-top: 15px;
  }
  .hero__image-wrapper::befor {
  background: transparent !important;
}
.slideshow__slide .hero__image-wrapper::before {
  background:transparent !important;
}
  }

  @media screen and (max-width: 390px) {
 
   .LatestPostwrapright{
    padding:15px;
   }
   .post-info{
     flex-flow:row wrap;
     gap: 3px;
   }
   .post-author{
    width:100%;
   }
   .post-date{
    width:100%;
   }
   .Popular-box{
    flex-flow:row wrap;
   }
   .Popular-box-image{
    width:100%;
   }
   .Popular-box-left{
    width:100%;
    padding-top:20px;
   }
  }




  
/* New css Start */



body.template-blog .news-hero, body.template-blog .featured-news, body.template-blog .awards-recognition, body.template-blog .recent-press-release {
  display: none !important;
}
body.template-blog .blog-hero{
  display: block !important;
}
body.template-blog.in-the-news-page .news-hero, body.template-blog.in-the-news-page .featured-news, body.template-blog.in-the-news-page .awards-recognition, body.template-blog.in-the-news-page .recent-press-release{
  display: block !important;
}
body.template-blog.in-the-news-page .blog-hero, body.template-blog.in-the-news-page #post-cat{
  display: none !important;
} 
body.template-blog  .logo-carousel{
  display: none;
}
body.template-blog.in-the-news-page .logo-carousel{
  display: block !important;
}

body.template-blog.in-the-news-page .logo-carousel__image {
  opacity: 1;
}



#featured-coverage h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#featured-coverage .divider {
  width: 100%;
  height: 5px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
#featured-coverage .divider .angled-box {
  width: 3%;
  height: 4px;
  background-color: #0f2f3a;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
#featured-coverage .featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#featured-coverage .featured-card {
  background: #fff;
  transition: all 0.3s ease;
}
#featured-coverage .featured-card:hover {
  transform: translateY(-5px);
}
#featured-coverage .featured-image {
  width: 100%;
  overflow: hidden;
}
#featured-coverage .featured-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
#featured-coverage .featured-content {
  padding: 15px 0px;
}
#featured-coverage .post-meta {
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  color: #6D757F;
}
#featured-coverage .post-meta span{
  display:flex;
  align-items: center;
  gap: 5px;
}
#featured-coverage .featured-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
  color: #1A1A1A;
}
#featured-coverage .featured-content h3 a {
  text-decoration: none;
  color: #1A1A1A;
}
#featured-coverage .featured-content h3 a:hover {
  color: #1a3c40;
}
#featured-coverage .page-width {
    padding-top: 0;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  #featured-coverage .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {

  #featured-coverage .featured-grid {
    grid-template-columns: 1fr;
  }
  #featured-coverage .featured-image img {
    height: 200px;
  }
}


#press-release-custom .press-release-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
#featured-coverage .featured-content h3 a {
    display: flex;
    align-items: flex-start;
}
/* LEFT SIDE */
.press-left {
  flex: 2;
}
.recent-press-release .page-width {
    padding-top: 0;
    padding-bottom: 0;
}
.recent-press-release h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.recent-press-release .divider {
  width: 100%;
    height: 5px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF
  position: relative;
  margin-bottom: 30px;
}
.recent-press-release .angled-box {
    width: 3%;
    height: 4px;
    background-color: #0f2f3a;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.press-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.press-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;

  text-decoration: none;
  color: #000;

  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.press-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.press-logo {
  min-width: 120px;
}
.press-logo img {
  max-width: 100%;
  height: auto;
}
.press-title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
}
.press-arrow img {
  width: 20px;
  height: 20px;
}
.press-right {
  flex: 1;
  background: #002A3A;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 356px;
}

.press-right h3 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

/* TEXT */
.press-text p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.press-text p a{
  text-decoration: underline;
}

/* BUTTON */
.press-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  background: #0277D6;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;  
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
}

.press-btn:hover {
  background: #C7CDD4;
  color: #04172C;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 1024px) {
  #press-release-custom .press-release-container {
    flex-direction: column;
  }

  .press-right {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .press-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .press-logo {
    min-width: auto;
  }

  .press-title {
    font-size: 16px;
    padding-right: 40px;
  }

  .press-arrow {
    align-self: flex-end;
    margin-top:-30px
  }
}




#press-release h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

#press-release .divider {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin-bottom: 30px;
  position: relative;
}

#press-release .angled-box {
  width: 40px;
  height: 4px;
  background: #0b5cff;
  position: absolute;
  top: -1px;
  left: 0;
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.press-card {
  position: relative;
  overflow: hidden;
}

.press-card a {
  display: block;
  height: 100%;
  position: relative;
}

/* IMAGE */
.press-image {
  height: 100%;
}
.press-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.press-card:hover img {
  transform: scale(1.05);
}

/* DARK GRADIENT OVERLAY */
.press-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 10%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.1) 70%,
    transparent 100%
  ); */
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 74.67%);
  z-index: 1;
}
.press-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px;
  z-index: 2;
  color: #fff;
}
.press-content .badge {
  display: inline-block;
  background: #2ea3f2;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* TITLE */
.press-content h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}

/* DATE */
.press-date {
  font-size: 13px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #BACCE1;
}

.press-card {
  height: 400px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width: 1024px) {
  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-card {
    height: 360px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .press-grid {
    grid-template-columns: 1fr;
  }

  .press-content h3 {
    font-size: 15px;
  }
}


/* ========================= */
/* PAGINATION */
/* ========================= */

.press-release .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

/* LEFT + RIGHT */
.press-release .pagination .prev,
.press-release .pagination .next {
  flex: 1;
  max-width: 40%;
}

.press-release .pagination .prev, .press-release .pagination .next {
    flex: 1;
    max-width: 40%;
    position: absolute;
    left: 0;
    top: 20px;
    width: 74px;
    margin: 0;
    padding: 0;
}
.press-release .pagination .prev{
  width: 106px;
  left: 0;
}
.press-release .pagination .next {
    right: 0;
    left: auto;
    width: 74px;
}

.press-release .pagination .prev a, .press-release .pagination .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.press-release .pagination .next {
  text-align: right;
}

/* LINKS */
.press-release .pagination a {
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* HOVER */
.press-release .pagination a:hover {
  color: #000;
}

/* CENTER NUMBERS */
.press-release .pagination .page {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  margin: 0 6px;

  border-radius: 8px;
  font-size: 14px;
  color: #6b7280;
}

/* ACTIVE PAGE */
.press-release .pagination .current {
  background: #062f3b;
  color: #fff;
  font-weight: 500;
}

/* NUMBER LINKS */
.press-release .pagination .page a {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

/* HOVER NUMBER */
.press-release .pagination .page a:hover {
  background: #f2f2f2;
}

/* ========================= */
/* ARROWS */
/* ========================= */

.press-release .pagination .prev a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("/cdn/shop/files/arrow-left.png?v=1774703380") no-repeat center;
  background-size: contain;
  display:none;
}

.press-release .pagination .next a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("/cdn/shop/files/arrow-right.png?v=1774703380") no-repeat center;
  background-size: contain;
  display:none;
}

.consultation-right p a{
  color:#C7CDD4;
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 1440pxpx) {
  #.header-item--logo, .header-item.header-item--logo {
    transform: translateX(0%) !important;
  }
  .header-item.header-item--logo {
    transform: none !important;
}
}


@media (max-width: 991pxpx) {
  #awards-recognition-template--21152573685959__awards_recognition_LHwzLc .ar-logos{
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
      .blog-hero .hero-natural-mobile--template--21152573685959__slideshow_B7PP4C, 
      .news-hero .hero-natural-mobile--template--21152573685959__slideshow_gUggRy
    {
        height: 0;
        padding-bottom: 650px !important;
    } 
}


@media (max-width: 600px) {
  .press-release .pagination {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  .press-release .pagination .prev,
  .press-release .pagination .next {
    flex: unset;
    text-align: center;
  }

  .press-release .pagination .next {
    order: 3;
  }
}


@media (max-width: 480px) {
      .blog-hero .hero-natural-mobile--template--21152573685959__slideshow_B7PP4C, 
      .news-hero .hero-natural-mobile--template--21152573685959__slideshow_gUggRy
    {
        height: 0;
        padding-bottom: 450px !important;
    }
    .press-release .pagination .page{
      width: 30px;
      height: 30px;
      margin: 0;
    } 
    .press-release .pagination {
        flex-wrap: wrap;
        gap: 2px;
        justify-content: center;
    }
    .press-release .pagination .prev, .press-release .pagination .next{
      top: 16x;
    }
}




/* Desktop: overlay badge vidljiv, mobilni skriven */
.promo-badge-mobile {
  display: none;
}

/* Mobile */
@media screen and (max-width: 959px) {

  /* Sakrij overlay badge sa slike */
  .desktop-badge-only {
    display: none !important;
  }

  /* Prikaži mobilni badge ispod slike */
  .promo-badge-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 8px 0 4px;
  }

  /* Oba badge jedan pored drugog */
  .promo-badge-mobile .promo-savings,
  .promo-badge-mobile .promo-badge {
    position: static !important;  /* skida ih sa image overlaya */
    top: unset !important;
    left: unset !important;
    margin: 0 !important;
  }
}