/** Shopify CDN: Minification failed

Line 227:4 Expected ":"
Line 1922:0 Unexpected "#"
Line 1922:2 Unexpected "{"
Line 1922:11 Expected ":"
Line 1930:4 Unexpected "#"
Line 1930:6 Unexpected "{"
Line 1930:15 Expected ":"
Line 1934:4 Unexpected "#"
Line 1934:6 Unexpected "{"
Line 1934:15 Expected ":"
... and 45 more hidden warnings

**/


/* CSS from section stylesheet tags */
.blogGridFiltering {
        margin-top: 24px !important;
    }

    .blogGridFiltering__filter {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        color: black;
        transition: all .3s ease-in-out;
        cursor: pointer !important;
    }

    .blogGridFiltering__filter:hover, .blogGridFiltering__filter.selected {
        color: #ea0b4a;
    }

    .blogGridFiltering__filters {
        display: flex;
        gap: 12px;
    }

    .mainWrapperFilters {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }

    .search-blog-grid #predictive-search-results-groups-wrapper .predictive-search__result-group:not(:first-child) {
      display: none;
    }

    .search-blog-grid #predictive-search-products, .search-blog-grid #predictive-search-results-products-list, .search-blog-grid #predictive-search-queries, .search-blog-grid #predictive-search-results-queries-list {
      display: none;
    }

    .search-blog-grid .predictive-search__item-heading {
      font-size: 16px;
      line-height: 18px;
    }

    @media (max-width: 750px) {
        .blogGridFiltering__filter {
            font-size: 14px;
        }

        .mainWrapperFilters {
          flex-direction: column;
        }

        .search-blog-grid .predictive-search__item-heading {
          font-size: 14px;
          line-height: 16px;
        }

        .predictive-search__result-group:first-child .predictive-search__pages-wrapper {
          display: initial !important;
        }

    }
.compare-section {
        background-size: cover;
        background-position: center;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .compare-section .container {
        display: flex;
        flex-direction: column;
    }

    .section-header h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 16px;
    }

    .section-header p {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 16px;
        color: #000;
    }

    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
        grid-template-areas:
        "topLeft topRight"
        "bottomCenter  bottomCenter";
    }

    .col-left {
        grid-area: topLeft;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .col-middle {
        grid-area: bottomCenter;
        width: 100%;
    }

    .col-right {
        grid-area: topRight;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .left-column img, .right-column img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 200px;
    }

    .left-column, .right-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .column-wrapper {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 24px;
    }

    .column-header {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        line-height: 24px;
    }

    .column-text {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
    }

    .column-volume {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 24px;
    }

    .comparison-block {
        margin-bottom: 20px;
    }

    .comparison-block-heading {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
        display: block;
    }

    .comparison-block .comparison-texts {
        display: flex;
        justify-content: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        border-radius: 11px;
    }

    .left-text, .right-text {
        width: 50%;
        text-align: center;
        font-size: 28px;
    }

    .left-text {
        border-right: 1px solid #E5E5E5;
    }

    .button-compare {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
    }

    @media (min-width: 750px ) {
        .compare-section {
            padding-top: 20px !important;
            padding-bottom: 50px !important;
        } 

        .section-header p {
            font-size: 18px;
        }

        .comparison-block-heading {
            font-size: 24px;
  Ġ         margin-bottom: 20px;
        }

        .row {
            display: flex;
            justify-content: center;
            gap: 36px;
            align-items: center;
        }

        .col-middle {
            width: 48%;
        }
    }
.why-energy .compare-section {
        background-size: cover;
        background-position: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .compare-section .container {
        display: flex;
        flex-direction: column;
    }

    .section-header h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 16px;
    }

    .section-header p {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 16px;
        color: #000;
    }

    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
        grid-template-areas:
        "topLeft topRight"
        "bottomCenter  bottomCenter";
    }

    .col-left {
        grid-area: topLeft;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .col-middle {
        grid-area: bottomCenter;
        width: 100%;
    }

    .col-right {
        grid-area: topRight;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .left-column img, .right-column img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 200px;
    }

    .left-column, .right-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .column-wrapper {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 24px;
    }

    .column-header {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        line-height: 24px;
    }

    .column-text {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
    }

    .column-volume {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 24px;
    }

    .comparison-block {
        margin-bottom: 20px;
    }

    .comparison-block-heading {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
        display: block;
    }

    .comparison-block .comparison-texts {
        display: flex;
        justify-content: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        border-radius: 11px;
    }

    .left-text, .right-text {
        width: 50%;
        text-align: center;
        font-size: 28px;
    }

    .left-text {
        border-right: 1px solid #E5E5E5;
    }

    .button-compare {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
    }
    @media screen and (max-width: 1024px) {
        .recommended-by-section h2 {
          color: #fff;
          font-size: 35px !important;
          font-style: normal;
          font-weight: 800;
          text-align: center;
          width: 100% !important;
          margin-left: auto;
          margin-right: auto;
      }
      .compare-section {
        background-size: cover;
        background-position: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }
    }
    @media (min-width: 750px ) {
        .why-energy .compare-section {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        } 
        
        .section-header p {
            font-size: 18px;
        }

        .comparison-block-heading {
            font-size: 24px;
          margin-bottom: 20px;
        }

        .row {
            display: flex;
            justify-content: center;
            gap: 36px;
            align-items: center;
        }

        .col-middle {
            width: 48%;
        }
    
    }
@media (min-width: 900px) {
        .junior1.desktop {
            display: block;
        }

        .junior1.mobile {
            display: none;
        }

        .junior1 {
            padding: 70px 40px 240px 40px;
            background-color: #01b9d2;
            background-image: url('/cdn/shop/files/STRONA_GLOWNA_2-1.webp?v=1725272619');
            background-position: center center;
            background-size: cover;
        }
        
        .junior1__wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 70px;
        }

        .junior1__image img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 610px;
        }

        .junior1__content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .junior1__logo img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 164px;
        }

        .junior1__heading {
            font-size: 63px;
            line-height: 1em;
            font-weight: 800;
            margin: 20px 0 10px 0;
        }

        .junior1__subheading {
            font-size: 29px;
            line-height: 1em;
            font-weight: 800;
            font-style: italic;
            margin: 0;
            padding: 5px 5px 5px 5px;
            background-color: #979797;
            text-transform: uppercase;
            text-align: center;
        }

        .junior1__text {
            margin: 35px 0px 60px 0px;
            max-width: 465px;
            font-size: 24px;
            line-height: 25px;
            font-weight: 400;
            color: black;
        }
    }

    @media (max-width: 900px) {
        .junior1.desktop {
            display: none;
        }

        .junior1.mobile {
            display: block;
        }

        .junior1 {
            padding: 40px 20px 40px 20px;
            background-color: #01b9d2;
            background-image: url('/cdn/shop/files/STRONA_GLOWNA_2-1.webp?v=1725272619');
            background-position: center center;
            background-size: cover;
        }
        
        .junior1__wrapper {
            display: grid;
            grid-template-columns: 100%;
        }

        .junior1__image img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 610px;
        }

        .junior1__content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .junior1__heading {
            font-size: 33px;
            line-height: 1em;
            font-weight: 800;
            margin: 0px 0 10px 0;
            text-align: center;
        }

        .junior1__subheading {
            font-size: 16px;
            line-height: 1em;
            font-weight: 800;
            font-style: italic;
            margin: 0 0 20px 0;
            padding: 5px 5px 5px 5px;
            background-color: #979797;
            text-transform: uppercase;
            text-align: center;
        }

        .junior1__text {
            margin: 20px 0px 20px 0px;
            font-size: 20px;
            line-height: 21px;
            font-weight: 400;
            color: black;
            text-align: center;
        }
    }
@media (min-width: 1000px) {
        .junior2 {
            background-color: transparent;
            background-image: url('/cdn/shop/files/Group-569.jpg?v=1725362893');
            background-position: top center;
            background-size: cover;
            padding: 40px 40px 80px 40px;
        }

        .junior2__title {
            font-size: 54px;
            line-height: 1em;
            font-weight: 800;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 60px !important;
        }

        .gray-span {
            background: #979797;
            display: inline-block;
        }

        .junior2__wrapper {
            display: grid;
            grid-template-columns: 33% 34% 33%;
        }

        .junior2__collapseText {
            position: relative;
        }

        .junior2__textWrapper {
            overflow: hidden;
            max-height: 76px;
            transition: max-height 0.5s ease;
        }

        .junior2__textWrapper.expanded {
            max-height: 500px;
        }

        .junior2__block {
            display: flex;
            gap: 12px;
        }

        .junior2__mainWrapper h3 {
            font-size: 24px;
            line-height: 1;
            font-weight: 800;
            margin: 0 0 10px 0;
        }

        .junior2__icon img {
            max-width: 25px;
        }

        .junior2__textWrapper p {
            margin: 0;
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
        }

        .junior2__leftColumn, .junior2__rightColumn {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .junior2__collapseText a {
            cursor: pointer !important;
            color: #006198;
            font-size: 16px;
        }

        .arrow-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .junior2-svg.expanded {
            transition: all .2s ease-in-out;
            transform: rotate(-180deg);
        }

        .junior2-svg {
            transition: all .2s ease-in-out;
        }

        .junior2__middleColumn {
            position: relative;
        }

        .junior2__middleColumn img {
            width: 175%;
            height: auto;
            object-fit: cover;
            position: absolute;
            display: block;
            left: -39%;
            top: -24%;
        }
    }

    @media (min-width: 1000px) and (max-width: 1300) {
        .junior2__middleColumn img {
            top: -14% !important;
        }
    }

    @media (max-width: 1000px) {
        .junior2 {
            background-image: url('/cdn/shop/files/Group-569.jpg?v=1725362893');
            background-position: top center;
            background-size: cover;
            padding: 40px 20px 40px 20px;
        }

        .junior2__title {
            font-size: 30px;
            line-height: 1em;
            font-weight: 800;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 40px !important;
            padding: 0 !important;
        }

        .gray-span {
            background: #979797;
            display: inline-block;
        }

        .junior2__wrapper {
            display: flex;
            flex-direction: column;
            padding: 0 !important;
        }

        .junior2__collapseText {
            position: relative;
        }

        .junior2__textWrapper {
            overflow: hidden;
            max-height: 76px;
            transition: max-height 0.5s ease;
        }

        .junior2__textWrapper.expanded {
            max-height: 500px;
        }

        .junior2__block {
            display: flex;
            gap: 12px;
        }

        .junior2__mainWrapper h3 {
            font-size: 18px;
            line-height: 1;
            font-weight: 800;
            margin: 0 0 10px 0;
        }

        .junior2__icon img {
            max-width: 25px;
        }

        .junior2__textWrapper p {
            margin: 0;
            font-size: 16px;
            line-height: 25px;
            font-weight: 400;
        }

        .junior2__leftColumn, .junior2__rightColumn {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .junior2__collapseText a {
            cursor: pointer !important;
            color: #006198;
            font-size: 16px;
        }

        .arrow-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .junior2-svg.expanded {
            transition: all .2s ease-in-out;
            transform: rotate(-180deg);
        }

        .junior2-svg {
            transition: all .2s ease-in-out;
        }

        .junior2__leftColumn {
            order: 0;
            margin-bottom: 30px;
        }

        .junior2__rightColumn {
            order: 1;
        }

        .junior2__middleColumn {
            order: 2;
        }

        .junior2__middleColumn img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }
    }
@media (min-width: 1000px) {
    .junior3 {
        padding: 40px 40px 100px 40px;
        background-image: linear-gradient(180deg, rgba(1, 185, 210, 0) 0%, #01b9d2 20%);
        margin-top: -200px;
    }

    .junior3__sectionTitle {
        margin: 0 0 40px 0;
        font-size: 54px;
        line-height: 1em;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .junior3__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .junior3__productSection {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        align-items: center;
    }

    .junior3__productImage {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 413px;
    }

    .junior3__productWrapper a {
        text-decoration: none;
    }

    .junior3__productCaption {
        color: black;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .junior3__productHeading {
        color: black;
        font-size: 36px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 24px;
    }

    .junior3__productWeight {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: rgba(18, 18, 18, 0.75);
    }

    .junior3__btn {
        border-radius: 5px;
        transition: all 0.2s;
        background-color: #FFDA00;
        padding: 12px 16px 12px 16px !important;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        cursor: pointer;
        border: none;
        margin-top: 18px;
    }

    .junior3__btn:after {
        content: url('/cdn/shop/files/cart.svg?v=1725370257');
        margin-left: 15px;
    }

    .junior3__btn.purchased:after {
        content: '\2713' !important;
    }

    .junior3__btn:hover {
        transition: all 0.2s;
        background: linear-gradient(180deg, #00C1F9 0%, #8335BA 100%) !important;
    }

    .junior3__form {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .junior3__productPrice {
        font-size: 48px;
        font-weight: 800;
        line-height: 1em;
        color: black;
        text-align: center;
    }

    .junior3__benefitTitle {
        font-size: 36px;
        font-weight: 800;
        text-align: center;
        display: inline-block;
        background: rgb(151, 151, 151);
    }

    .junior3__benefit {
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }

    .junior3__benefitWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .junior3__benefit img {
        max-width: 25px;
    }

    .junior3__benefitText {
        font-size: 25px;
        line-height: 26px;
        font-weight: 600;
        color: rgb(34, 34, 34);
    }

    .junior3__benefitText .small {
        font-size: 20px;
    }
  }

  @media (max-width: 1000px) {
    .junior3 {
        padding: 40px 20px 50px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, rgba(1, 185, 210, 0) 0%, #01b9d2 20%);
    }

    .junior3__sectionTitle {
        margin: 0 0 30px 0;
        font-size: 30px;
        line-height: 1em;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .junior3__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
    }

    .junior3__productSection {
        display: grid;
        grid-template-columns: 100%;
        justify-items: center;
        align-items: center;
    }

    .junior3__productImage {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 413px;
    }

    .junior3__productWrapper a {
        text-decoration: none;
    }

    .junior3__productCaption {
        color: black;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .junior3__productHeading {
        color: black;
        font-size: 36px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 24px;
    }

    .junior3__productWeight {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: rgba(18, 18, 18, 0.75);
    }

    .junior3__btn {
        border-radius: 5px;
        transition: all 0.2s;
        background-color: #FFDA00;
        padding: 12px 16px 12px 16px !important;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        cursor: pointer;
        border: none;
        margin-top: 18px;
    }

    .junior3__btn:after {
        content: url('/cdn/shop/files/cart.svg?v=1725370257');
        margin-left: 15px;
    }

    .junior3__btn.purchased:after {
        content: '\2713' !important;
    }

    .junior3__btn:hover {
        transition: all 0.2s;
        background: linear-gradient(180deg, #00C1F9 0%, #8335BA 100%) !important;
    }

    .junior3__form {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .junior3__productPrice {
        font-size: 35px;
        font-weight: 800;
        line-height: 1em;
        color: black;
        text-align: center;
    }

    .junior3__benefitTitle {
        font-size: 36px;
        font-weight: 800;
        text-align: center;
        display: inline-block;
        background: rgb(151, 151, 151);
    }

    .junior3__benefit {
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }

    .junior3__benefitWrapper {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 12px;
    }

    .junior3__benefit img {
        max-width: 25px;
    }

    .junior3__benefitText {
        font-size: 25px;
        line-height: 26px;
        font-weight: 600;
        color: rgb(34, 34, 34);
    }

    .junior3__benefitText .small {
        font-size: 20px;
    }
  }
@media (min-width: 1000px) {
        .junior4 {
            padding: 100px 40px 100px 40px;
        }

        .junior4__title {
            font-size: 54px;
            line-height: 1em;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
        }

        .junior4__productGrid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 30px;
        }

        .junior4__productItem {
            min-height: 625px; 
            position: relative;
        }

        .junior4__imageWrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            max-width: 373px;
        }

        .junior4__caption {
            font-size: 36px;
            line-height: 36px;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
            margin: 0 0 6px 0;
        }

        .junior4__header {
            font-size: 20px;
            line-height: 20px;
            font-weight: 600;
            text-align: center;
            margin: 0;
        }

        .junior4__price {
            font-size: 24px;
            line-height: 24px;
            font-weight: 800;
            margin-top: 25px;
            text-align: center;
            color: black;
            display: block;
        }

        .junior4__btn {
            border-radius: 5px;
            transition: all 0.2s;
            background-color: #FFDA00;
            padding: 12px 16px 12px 16px !important;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 16px;
            cursor: pointer;
            border: none;
            margin-top: 18px;
        }

        .junior4__btn:after {
            content: url('/cdn/shop/files/cart.svg?v=1725370257');
            margin-left: 15px;
        }

        .junior4__btn.purchased:after {
            content: '\2713' !important;
        }

        .junior4__btn:hover {
            transition: all 0.2s;
            background: linear-gradient(180deg, #00C1F9 0%, #8335BA 100%) !important;
        }

        .junior4__form {
            display: flex;
            gap: 12px;
            justify-content: center;
            align-items: center;
        }

        .junior4__imageWrapper {
            position: relative;
            overflow: hidden;
        }

        .junior4__badgeNew {
            text-transform: uppercase;
            color: white;
            background: #F5222D;
            border-radius: 20px;
            padding: 2px 8px;
            font-size: 12px;
            position: absolute;
            left: 16px;
            top: 0;
            font-weight: 600;
        }

        .junior4__badgeKids {
            text-transform: uppercase;
            color: white;
            background: #F5222D;
            padding: 2px 50px;
            font-size: 20px;
            position: absolute;
            right: -52px;
            top: 35px;
            font-weight: 700;
            transform: rotate(45deg);
        }

        .junior4__insideWrapperDown {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .junior4__productLink {
          text-decoration: none;
        }
    }

    @media (max-width: 1000px) {
        .junior4 {
            padding: 40px 20px 40px 20px;
        }

        .junior4__wrapper {
            padding: 0 !important;
        }

        .junior4__title {
            font-size: 30px;
            line-height: 1em;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
        }

        .junior4__productGrid {
            display: grid;
            grid-template-columns: 100%;
            gap: 30px;
        }

        .junior4__productItem {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .junior4__imageWrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            max-width: 373px;
        }

        .junior4__caption {
            font-size: 30px;
            line-height: 30px;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
            margin: 0 0 6px 0;
        }

        .junior4__header {
            font-size: 20px;
            line-height: 20px;
            font-weight: 600;
            text-align: center;
            margin: 0;
        }

        .junior4__price {
            font-size: 20px;
            line-height: 20px;
            font-weight: 800;
            margin-top: 25px;
            text-align: center;
            color: black;
            display: block;
        }

        .junior4__btn {
            border-radius: 5px;
            transition: all 0.2s;
            background-color: #FFDA00;
            padding: 12px 16px 12px 16px !important;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 16px;
            cursor: pointer;
            border: none;
            margin-top: 18px;
        }

        .junior4__btn:after {
            content: url('/cdn/shop/files/cart.svg?v=1725370257');
            margin-left: 15px;
        }

        .junior4__btn.purchased:after {
            content: '\2713' !important;
        }

        .junior4__btn:hover {
            transition: all 0.2s;
            background: linear-gradient(180deg, #00C1F9 0%, #8335BA 100%) !important;
        }

        .junior4__form {
            display: flex;
            gap: 12px;
            justify-content: center;
            align-items: center;
        }

        .junior4__imageWrapper {
            position: relative;
            overflow: hidden;
        }

        .junior4__badgeNew {
            text-transform: uppercase;
            color: white;
            background: #F5222D;
            border-radius: 20px;
            padding: 2px 8px;
            font-size: 12px;
            position: absolute;
            left: 16px;
            top: 0;
            font-weight: 600;
        }

        .junior4__badgeKids {
            text-transform: uppercase;
            color: white;
            background: #F5222D;
            padding: 2px 50px;
            font-size: 20px;
            position: absolute;
            right: -52px;
            top: 35px;
            font-weight: 700;
            transform: rotate(45deg);
        }

        .junior4__productLink {
          text-decoration: none;
        }
    }
.logo-slider-section {
    padding: 50px 20px 40px 20px;
}

.logo-slider-section h4 {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 700;
}

.logo-slider-section .splide__slide {
    display: flex;
    justify-content: center;
}

@media(min-width: 900px) {
    .logo-slider-section {
        padding: 80px 40px 50px 40px;
    } 
    #logo-slider-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
}
.why-energy .compare-section {
        background-size: cover;
        background-position: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .compare-section .container {
        display: flex;
        flex-direction: column;
    }

    .section-header h2 {
        text-align: center;
        font-weight: 800;
        margin-bottom: 60px;
    }

    .section-header p {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 16px;
        color: #000;
    }

    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
        grid-template-areas:
        "topLeft topRight"
        "bottomCenter  bottomCenter";
    }

    .col-left {
        grid-area: topLeft;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .col-middle {
        grid-area: bottomCenter;
        width: 100%;
    }

    .col-right {
        grid-area: topRight;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .left-column img, .right-column img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 250px;
    }

    .left-column, .right-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .column-wrapper {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 24px;
    }

    .column-header {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        line-height: 24px;
    }

    .column-text {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        line-height: 24px;
    }

    .column-volume {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 24px;
    }

    .comparison-block {
        margin-bottom: 20px;
    }

    .comparison-block-heading {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
        display: block;
    }

    .comparison-block .comparison-texts {
        display: flex;
        justify-content: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        border-radius: 11px;
    }

    .left-text, .right-text {
        width: 50%;
        text-align: center;
        font-size: 28px;
    }

    .left-text {
        border-right: 1px solid #E5E5E5;
    }

    .button-compare {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }
    @media screen and (max-width: 1024px) {
        .recommended-by-section h2 {
          color: #fff;
          font-size: 35px !important;
          font-style: normal;
          font-weight: 800;
          text-align: center;
          width: 100% !important;
          margin-left: auto;
          margin-right: auto;
      }
      .compare-section {
        background-size: cover;
        background-position: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }
    }
    @media (min-width: 750px ) {
        .why-energy .compare-section {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        } 
        
        .section-header p {
            font-size: 18px;
        }

        .comparison-block-heading {
            font-size: 20px;
          margin-bottom: 10px;
        }

        .row {
            display: flex;
            justify-content: center;
            gap: 36px;
            align-items: center;
        }
        .col-left, .col-right {
          width: 30%;
        }
      .col-right {
            justify-content: flex-start;
      }
      .col-left {
        justify-content: flex-end;
      }
        .col-middle {
            width: 40%;
        }
    
    }
  @media (min-width: 750px) {
    .compare-section {
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }
    .compare-section h2 {
      font-size: 45px !important;
    }
}
  @media screen and (max-width: 1024px) {

        .why-energy .why-big-image-wrap .right, .why-energy .why-big-image-wrap .left, .why-proteim .why-big-image-wrap .right, .why-protein .why-big-image-wrap .left, .why-hydration .why-big-image-wrap .right, .why-hydration .why-big-image-wrap .left {
            position: relative !important;
            width: 100% !important;
            margin-bottom: 30px !important;
            top: unset !important;
            left: unset !important;
            right: unset !important;
        }
    .image-wrapper-big img {
    /* margin-top: -15%; */
        margin-left: 0  !important;
        width: 100%  !important;
    }
    .image-wrapper-big {
      width: 100%;
    }
    .left-column img, .right-column img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        max-width: 150px;
    }
    .compare-section {
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }
    .product-list {
      flex-direction: row !important;
    }
    .why-energy .section-content .left-content .single-icon p {
        text-align: left !important;
    }
    .why-energy.page-width {
      padding: 0 5rem !important;
    }
}
   @media screen and (max-width: 768px) {
     .product-list {
      flex-direction: column !important;
    }
     .btn {
      font-size: 12px !important;
     }
     .button-compare {
        margin-top: 50px !important;
    }
    .compare-section {
        padding-top: 30px !important;
        padding-bottom: 60px !important;
    }
   }
  #section-template--25085336813914__new_newsletter_GGAbPM > div > div > div:nth-child(3) > div > div > form > div > div:nth-child(2) > div > div > fieldset > div:nth-child(1) > label > div {
    font-size: 16px !important;
    color: var(--Neutral-80, #636B75) !important;
    font-family: Barlow !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
    letter-spacing: -0.224px !important;
  }
  #email_01JC63SSTERPJA3FM4F7MJ19MP {
    color: var(--Neutral-100, #0E0F11) !important;
    font-family: Barlow !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 177.778% */
    letter-spacing: -0.252px !important;
  }
@media (min-width: 900px) {
        .pressureSection {
            background-image: url('/cdn/shop/files/bg.svg?v=1725623307');
            background-position: center center;
            background-size: cover;
            padding: 100px 40px 100px 40px;
        }

        .pressureSection__header p {
            color: white;
            font-weight: 800;
            text-transform: uppercase;
            line-height: 1em;
            font-size: 26px;
            margin: 0;
            text-align: center;
        }

        .pressureSection__header h2 {
            color: black;
            font-size: 77px;
            font-weight: 800;
            line-height: 1em;
            text-shadow: -1px 0 #00c1f9, 0 1px #00c1f9, 1px 0 #00c1f9, 0 -1px #00c1f9;
            margin: 10px 0;
            text-transform: uppercase;
            text-align: center;
        }

        .pressureSection__columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            max-width: 1015px;
            margin: 0 auto;
            padding-top: 80px;
        }

        .pressureSection__columnImage img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 498px;
        }

        .pressureSection__columnText {
            padding: 20px;
            border-left: 1px solid white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .pressureSection__columnText h3 {
            color: white;
            font-size: 24px;
            font-weight: 700;
            line-height: 25px;
            margin: 0;
        }

        .pressureSection__columnText p {
            color: white;
            font-size: 18px;
            font-weight: 400;
            line-height: 25px;
        }
    }


    @media (max-width: 900px) {
        .pressureSection {
            background-image: url('/cdn/shop/files/bg.svg?v=1725623307');
            background-position: center center;
            background-size: cover;
            padding: 40px 20px 40px 20px;
        }

        .pressureSection__wrapper {
            padding: 0 !important;
        }

        .pressureSection__header p {
            color: white;
            font-weight: 800;
            text-transform: uppercase;
            line-height: 1em;
            font-size: 26px;
            margin: 0;
            text-align: center;
        }

        .pressureSection__header h2 {
            color: black;
            font-size: 35px;
            font-weight: 800;
            line-height: 1em;
            text-shadow: -1px 0 #00c1f9, 0 1px #00c1f9, 1px 0 #00c1f9, 0 -1px #00c1f9;
            margin: 10px 0;
            text-transform: uppercase;
            text-align: center;
        }

        .pressureSection__columns {
            display: grid;
            grid-template-columns: 100%;
            row-gap: 20px;
        }

        .pressureSection__columnImage img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 498px;
        }

        .pressureSection__columnText {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .pressureSection__columnText h3 {
            color: white;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            margin: 0;
        }

        .pressureSection__columnText p {
            color: white;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
        }
    }
.testimonials-section {
      padding: 40px 0 80px 0;
      background: #EDF0F3;
    }
    .testimonials-section .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: unset;
        margin-left: calc((100vw - 1400px)* 0.5 + 50px);
        padding: 0 0 0 5rem;
    }
    #testimonial-slider {
        max-width: 100%;
    }
    .testimonials-section .splide__arrow {
        width: 50px;
        height: 50px;
        background: white;
    }
    .testimonials-section .splide__arrow--next {
        left: -65px;
        top: 7%;
    }
    .testimonials-section .splide__arrow--prev {
        left: -65px;
        top: 24%;
    }
    .testimonials-section .splide__pagination {
        padding: 0 8px;
        right: unset;
        gap: 12px;
        bottom: -45px;
    }
    .testimonials-section .splide__pagination__page.is-active {
        width: 20px;
        height: 10px;
        background: black;
        border-radius: 30px;
    }
    .testimonials-section .splide__pagination__page {
        width: 10px;
        height: 10px;
        background: white;
    }
    .testimonials-section .splide__slide {
        max-width: 300px;
    }
    .section-heading {
        text-align: left;
        margin: 0 0 40px 0;
        /* width: 75%; */
        font-weight: 800;
        font-size: 37px;
    }
    .testimonial-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: center;
      padding: 20px;
      background: white;
      border-radius: 10px;
    }
    .testimonial-image img {
      width: 60px;
      height: 60px;
      object-fit: cover;
    }
    .testimonial-logo img {
      max-width: 100px;
    }
    .testimonial-wrapper {
        display: flex;
        gap: 12px;
    }
    .testimonial-wrapper-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
    }
    .testimonial-name {
        font-size: 18px;
        font-weight: 800;
        line-height: 18px;
        color: #000;
        text-transform: uppercase;
    }
    .testimonial-position {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #000;
    }
    .testimonial-text {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #000;
        margin: 36px 0;
    }

    @media (max-width: 1300px) {
      .testimonials-section .container {
        margin-left:0!important
      }
    }

    @media (min-width: 750px) {
        .section-heading {
            font-size: 54px;
        }
        .testimonials-section {
            padding: 80px 0;
        }
        .testimonials-section .splide__slide {
            max-width: 512px;
        }
        .testimonials-section .splide__pagination {
            padding: 0 8px;
            right: unset;
            gap: 12px;
            bottom: -30px;
        }
        .testimonial-image img {
            width: 80px;
            height: 80px;
        }
        .testimonial-card {
            padding: 40px 50px;
            }
    }
    @media (max-width: 500px) {
        #testimonial-slider {
            width: 94%;
        }
        .section-heading {
            width: 94%;
        }
    }
#{{ section.id }}.two-columns-section {
        display: flex;
        align-items: center;
        gap: 48px;
        padding-top: 20px !important;
        padding-bottom: 40px !important;
        flex-direction: column;
    }
    #{{ section.id }} .two-columns-heading * {
        font-weight: 800;
        margin: 0;
    }
    #{{ section.id }} .column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #{{ section.id }} .two-columns-content {
        margin: 0;
        font-size: 16px;
        line-height: 25px;
        color: #000;
    }
    #{{ section.id }} .two-columns-content a {
        text-decoration: none;
        color: #ea0b4a;
    }
    #{{ section.id }} .image-column img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
  
    #{{ section.id }}.two-columns-section  li {
      position: relative; 
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      padding-left: 0;
      margin-bottom: 20px;
      line-height: 35px;
    }

    #{{ section.id }} .button_wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding-top: 20px!important;
    } 
    
    .widget-container {
      margin: 5px;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
    }

    .button-wrapper {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      fill: #000;
      color: #000;
      border-radius: 10px;
      padding: 7px 17px;
    }

    .button-wrapper.grey {
      background-color: #edf0f3;
      color:
    }

    .button-wrapper.grey:hover {
      background: linear-gradient(180deg, #EA0B4A 0%, #8335BA 100%);
    }
  
    .button-wrapper.grey:hover a,
    .button-wrapper.white:hover a{
      color: #fff;
    }
  
    .button-wrapper.white {
      background-color: #fff;
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .26);
    }

    .button-wrapper.white:hover {
      background: linear-gradient(180deg, #00C1F9 0%, #8335BA 100%);
    }

    .button-link {
      display: flex;
      justify-content: center;
      color: #000;
      text-decoration:none;
    }
  
    .button-content-wrapper {
      gap: 15px;
      display: flex;
      flex-direction: row-reverse;
    }

    .button-icon {
      display: flex;
      align-items: center;
    }
  .proteins-white {
  background-color: #d1910a !important;
}
    @media screen and (max-width: 767px) {
       #{{ section.id }} .button_wrapper {
         flex-direction: column;
       }
        #{{ section.id }} .button_text {
          font-size: 14px;
        }
        #{{ section.id }} .widget-button {
          width: 100%
        }
    }
  
    @media (min-width: 1000px) {
        #{{ section.id }} .two-columns-heading * {
            font-size: 54px;
        } 
        #{{ section.id }} .two-columns-content {
            font-size: 18px;
        }
        #{{ section.id }} .two-columns-section {
            padding-top: 40px !important;
            padding-bottom: 80px !important;
            flex-direction: row;
        }
        #{{ section.id }} .image-left .image-column {
        order: 1;
        }
        #{{ section.id }} .image-left .text-column {
            order: 2;
        }
        #{{ section.id }}.image-right .image-column {
            order: 2;
        }
        #{{ section.id }} .image-right .text-column {
            order: 1;
        }
    }