

:root {
    --gold-color: #D2AB67;
}

/*
RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul, li {
    list-style: none;
}

a,
a *,
a > *,
a:before,
a:after {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a:hover, a {
    text-decoration: none;
    text-underline: none;
}

body {
    font-family: 'Founders Grotesk';
    font-weight: 300;
    color: #474342;
}

h1,h2,h3,h4,h5 {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
}

h2 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 100%;
}

/* Header */

header nav ul {
    display: flex;
    align-items: center;
}

header nav .row {
    justify-content: flex-end;
    align-items: center;
}

.primary-menu-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    padding: 30px 80px;
    background-color: #474342;
    border-image-source: linear-gradient(90deg, #C9A766 0%, #7A5E32 14%, #A38856 22%, #AD935F 23%, #D9C085 26%, #F4DC9D 29%, #FFE7A6 31%, #F8DE9D 34%, #E5C887 38%, #C9A766 43%, #C9A766 55%, #7A5E32 77%, #7E6235 79%, #8A6E40 81%, #9E8351 83%, #BBA06A 84%, #DFC68A 86%, #FFE7A6 88%, #E3C584 93%, #CFAF6E 97%, #C9A766 100%);
    border-style: solid;
    border-image-slice: 1;
    border-width: 4px;
}

header ul li a {
    color: var(--gold-color);
    font-family: "Playfair Display", serif;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.header-logo {
    margin-inline: 30px;
}

header .menu-cart {
    -webkit-mask: url('/wp-content/uploads/2025/11/shop-icon.svg');
    display: inline-block;
    width: 34px;
    height: 29px;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--gold-color);
    transition: 0.3s all ease-in-out;
}

header ul li a:hover {
    color: #ffffff;
}

header .menu-cart:hover {
    background-color: #ffffff;
}

/* Hwro section */

#hero-section {
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    padding: 160px 90px 60px;
}

#hero-section h1 {
    font-size: 160px;
    line-height: 70%;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Founders Grotesk X-Condensed';
}

#hero-section h1 span {
    color: var(--gold-color);
}

.hero-subtitle {
    font-family: "Comforter", cursive;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    transform: rotate(8.367deg);
    font-weight: 300;
    width: 315px;
}

.black-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background-color: #474342;
    padding: 30px 5px;
}

.hero-circle {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #474342;;
}

.black-circle p {
    color: var(--gold-color);
    font-weight: 700;
    text-align: center;
}

.black-circle p:first-of-type {
    font-size: 72px;
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    line-height: 80%;
}

.black-circle p:first-of-type span {
    font-size: 48px;
}

.black-circle p:nth-of-type(2) {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 24px;
}

.hero-circle:nth-of-type(1) {
    margin-left: 50px;
}

.hero-circle:nth-of-type(3) {
    margin-left: 120px;
    position: relative;
    top: -20px;
}

.hero-column-left {
    margin-top: 160px;
}

.subtitle-part {
    margin-left: 80px;
}

.hero-cart-wrapper {
    width: 184px;
    height: 184px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.2);
    margin: 45px auto 0;
}

.hero-cart-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.hero-cart-circle span {
    -webkit-mask: url('/wp-content/uploads/2025/11/grey-shop-icon.svg');
    -webkit-mask-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-color: #474342;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

.hero-cart-wrapper:hover .hero-cart-circle {
    transform: scale(1.30);
}

.hero-cart-wrapper:hover span {
    background-color: var(--gold-color);
}

/* New design */
#hero-section {
    position: relative;
}

#hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 2;
    opacity: 0;
}

#hero-section.hovered::before {
    opacity: 1;
}

#hero-section .hero-hover-overlay {
    position: absolute;
    width: 360px;
    background: #474342;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; 
    z-index: 3;
    left: 46%;
}

#hero-section .hero-hover-overlay img {
    width: 100%;
}

#hero-section .hero-hover-overlay .list-info {
    padding: 24px;
}

#hero-section .hero-hover-overlay .list-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

#hero-section .hero-hover-overlay .list-info p span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-section .hero-hover-overlay .list-info p:nth-child(1) span {
    background-image: url('/wp-content/uploads/2025/12/Vitamini-AE1-1.png');
}

#hero-section .hero-hover-overlay .list-info p:nth-child(2) span {
    background-image: url('/wp-content/uploads/2025/12/hugeicons_renewable-energy.svg');
}

#hero-section .hero-hover-overlay .list-info p:nth-child(3) span {
    background-image: url('/wp-content/uploads/2025/12/hugeicons_renewable-energy1.svg');
}

#hero-section .hero-hover-overlay p {
    color: #FFF;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

#hero-section .hero-hover-overlay .premium-list {
    border-top: 0.5px solid rgba(255, 255, 255, 0.20);
    padding: 24px;
}

#hero-section .hero-hover-overlay .premium-list h2 {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#hero-section .hero-hover-overlay .premium-list > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 24px;
}

#hero-section .hero-hover-overlay .premium-list p {
    margin: 0;
    text-align: left;
}

#hero-section .hero-hover-overlay .premium-list p span {
    display: block;            
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-section .hero-hover-overlay .premium-list p:nth-of-type(1) span {
    background-image: url('/wp-content/uploads/2025/12/unsplash_LoQaoo8daes.png');
}

#hero-section .hero-hover-overlay .premium-list p:nth-of-type(2) span {
    background-image: url('/wp-content/uploads/2025/12/Crni-kavijar.png');
}

#hero-section .hero-hover-overlay .premium-list p:nth-of-type(3) span {
    background-image: url('/wp-content/uploads/2025/12/Crni-kavijar1.png');
}

.marquee {
    position: relative;
    width: 100vw;         
    background-color: #E21836;
    overflow: hidden;
    padding: 20px 20px 16px 20px;
    box-sizing: border-box;
    margin-top: -160px;  
    margin-bottom: 90px;
    margin-left: -90px;
    z-index: 10;
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
}

.marquee-item {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-family: "Founders Grotesk X-Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    vertical-align: center;
    line-height: 1;
}

.marquee-separator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    top: 50%;         
    transform: translateY(-50%);
    margin-left: 20px;
    margin-right: 20px;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

#hero-section .inventory {
    display: flex;
    justify-content: center;
    align-items: center;   
    gap: 24px; 
    padding-top: 64px;
}

#hero-section .inventory .inventory-note {
    display: flex;
    width: 288px;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    background: #FAF4EC;
}

#hero-section .inventory .inventory-note p:first-of-type{
    color: #000;
    font-family: "Founders Grotesk Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

#hero-section .inventory .inventory-note p:nth-of-type(2) {
    color: #000;
    font-family: "Founders Grotesk Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

#hero-section .inventory .inventory-note p:nth-of-type(2) span {
    color: #E21836;
    font-family: "Founders Grotesk Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

#hero-section .inventory-number span {
    display: inline-block;
    padding: 4px 6px;
    font-weight: bold;
    color: #E21836;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top: 0.5px solid #DDD;
    border-bottom: 0.5px solid #DDD;
    border-left: 0.5px solid #DDD;
    background: rgba(226, 24, 54, 0.30);
}

#hero-section .inventory .hero-info-wrapper {
    animation: blinkPulse 1.2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    transform-origin: center;
    transition: none;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.2);
    min-width: unset;
    margin: 0px;
}

#hero-section .inventory .hero-info-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
}

#hero-section .inventory .hero-info-wrapper:hover {
    background-color: var(--gold-color) !important;
    animation: unset;
}

#hero-section .inventory .hero-info-wrapper:hover span {
    background-color: var(--gold-color);
}

#hero-section .inventory .hero-info-wrapper:hover .hero-info-circle {
    background-color: var(--gold-color);
}

#hero-section .inventory .hero-info-wrapper:hover .hero-info-circle span {
    -webkit-mask: url('/wp-content/uploads/2025/11/grey-shop-icon.svg') no-repeat center;
    -webkit-mask-size: contain;
    background-color: #000000;
}

#hero-section .inventory .hero-info-circle span {
    width: 24px;
    height: 24px;
    display: block;
    background-color: #000; 
    -webkit-mask: url('/wp-content/uploads/2025/12/Vector1.svg') no-repeat center;
    -webkit-mask-size: contain;
}

#hero-section .inventory .hero-info-circle:hover {
    background-color: var(--gold-color);
}

#hero-section .cart-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; 
    margin-top: 44px;
    z-index: 3;
    opacity: 1;
}

#hero-section .cart-action p {
    background-color: white;
    color: black;
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    text-align: center;
    font-family: "Founders Grotesk Condensed";
    font-style: normal;
    font-weight: 300;
}

#hero-section .cart-action .hero-info-wrapper:hover + .add-in-cart {
    opacity: 1;
}

#hero-section .add-in-cart {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

@media(max-width: 1800px) {
    #hero-section .hero-hover-overlay {
        left: 45%;
    }
}

@media(max-width: 1300px) {
    #hero-section .hero-hover-overlay {
        left: 41.5%;
        top: 16%;
    }
}

@media(max-width: 1200px) {
    #hero-section .hero-hover-overlay {
        left: 39.5%;
        top: 18%;
    }
}

@media(max-width: 1100px) {
    #hero-section .hero-hover-overlay {
        left: 36.5%;
        top: 28%;
    }
}

@media(max-width: 991px) {
  #hero-section .hero-hover-overlay {
    left: 50%; 
    transform: translateX(-50%);
    top: 14%; 
    width: 360px; 
  }

  #hero-section .marquee {
    display: none;
  }

  #hero-section .two-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        opacity: 0;
    }
    
    .exit-button,
    .add-to-cart-button {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #hero-section .two-buttons .add-to-cart-button {
        background: #D2AB67;
    }

    #hero-section .two-buttons .exit-button span {
        display: block;
        width: 30px;
        height: 30px;

        background-color: #000;

        -webkit-mask-image: url('/wp-content/uploads/2025/11/false-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

    #hero-section .two-buttons .add-to-cart-button span {
        display: block;
        width: 30px;
        height: 30px;

        background-color: #000;

        -webkit-mask-image: url('/wp-content/uploads/2025/11/grey-shop-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }
}

@media(max-width: 576px) {
    #hero-section .hero-hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        transform: unset;
    }

    .inventory-note p:last-of-type {
        display: none;
    }

    #hero-section .inventory {
        padding-top: 0px;
        gap: 16px;
    }

    #hero-section .inventory .hero-info-wrapper {
        width: 80px;
        height: 80px;
    }

    #hero-section .inventory .hero-info-circle {
        width: 34px;
        height: 34px;
    }
    
    #hero-section .inventory .hero-info-circle span {
        width: 15px;
        height: 15px;
    }

    #hero-section .hero-column-right {
        margin-bottom: 150px;
    }

    #hero-section .two-buttons {
        gap: 16px;
        /* top: 820px; */
    }
    
    .exit-button,
    .add-to-cart-button {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #hero-section .two-buttons .add-to-cart-button {
        background: #D2AB67;
    }

    #hero-section .two-buttons .exit-button span {
        display: block;
        width: 17px;
        height: 17px;

        background-color: #000;

        -webkit-mask-image: url('/wp-content/uploads/2025/11/false-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

    #hero-section .two-buttons .add-to-cart-button span {
        display: block;
        width: 17px;
        height: 17px;

        background-color: #000;

        -webkit-mask-image: url('/wp-content/uploads/2025/11/grey-shop-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

     .hero-circle:nth-of-type(1) {
        z-index: 1 !important;
    }

     .hero-circle:nth-of-type(3) {
        z-index: 1 !important;
    }
}

/* #hero-section.overlay-active {
    min-height: 900px;
} */
/* End new design */

/* Circles section */

#circles-section {
    background-color: #DBB991;
    position: relative;
    padding: 90px;
    overflow: hidden;
    max-height: 930px;
}

#circles-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 130%;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/11/Vector-12.png');
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -70px;
    left: 0;
}

#circles-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 60%;
    background-image: url('/wp-content/uploads/2025/11/Vector-11.png');
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
}

#circles-section .container {
    position: relative;
    z-index: 1;
}

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

.circle-first, .circle-second {
    display: flex;
    flex-direction: column;
    height: 90%;
}

.three-images-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 150px;
}

.circle-first {
    justify-content: space-between;
}

.circle-second {
    justify-content: center;
    row-gap: 160px;
    position: relative;
    top: -65px;
}

.circle-first .black-circle:nth-of-type(2) {
    position: relative;
    top: -100px;
}

.image-block {
    width: 288px;
    position: relative;
}

.image-block img {
    width: 100%;
}

.image-block:nth-of-type(1) {
    transform: rotate(8.205deg);
    position: relative;
    top: 30px;
    left: -20px;
    z-index: 1;
}

.image-block:nth-of-type(2) {
    transform: rotate(-3.53deg);
    z-index: 2;
}

.image-block:nth-of-type(3) {
    transform: rotate(-4.489deg);
    position: relative;
    top: -200px;
    z-index: 0;
}

.play-button {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.3s all ease-in;
    cursor: pointer;
}

.play-button span {
    -webkit-mask: url('/wp-content/uploads/2025/12/Polygon-1.svg');
    transition: 0.3s all ease-in;
    -webkit-mask-position: center center;
    width: 53px;
    height: 53px;
    border-radius: 2px;
    background: rgba(210, 171, 103, .7);
}

.play-button:hover {
    background-color: #ffffff;
}

.play-button:hover span {
    background-color: var(--gold-color);
}

/* Result section */
.result-section {
    position: relative;
    background-color: #FAF4EC;
    padding: 120px 96px;
    isolation: isolate;
}

.result-section .container {
    position: relative;
    z-index: 3;
}

.timeline-line {
    position: absolute;
    width: 1440px;   
    height: auto;
    top: 0;
    left: 50%;               
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.result-section .container h2 {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    width: 50%;
    float: left;
}

.result-section .proven-container {
    width: 50%;
    margin-left: auto;  
    border-radius: 16px;
    background: #FFF;
}

.result-section .result-diagonal-text {
    margin-bottom: 24px;
}

.result-section .result-diagonal-text .text-circle-wrapper {
    display: flex;
    align-items: center;      
    justify-content: flex-end;
    gap: 12px;                
}

.result-section .result-diagonal-text:nth-child(1) {
    margin-right: 210px;
}

.result-section .result-diagonal-text:nth-child(2) {
    margin-right: 388px;
}

.result-section .result-diagonal-text:nth-child(3) {
    margin-right: 573px;
}

.result-section .result-diagonal-text:nth-child(4) {
    margin-right: 756px;
}

.result-section .result-diagonal-text .result-circle {
    width: 24px;
    height: 24px;
    background-color: #D2AB67;
    border-radius: 50%;
    flex-shrink: 0;
    align-self: flex-end;
}

.result-section .result-diagonal-text p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Founders Grotesk Condensed";
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    text-align: right;
}

.result-section .result-diagonal-text p span {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 48px;
    font-weight: 700;
    display: block; 
    line-height: 1;
    text-transform: uppercase;
}

.result-section .proven-container .image-row {
    display: flex;          
    align-items: center;   
    padding-top: 40px;
    padding-left: 40px; 
    padding-right: 40px;
}

.image-row img {
    width: 96px;
    height: 98px;
    aspect-ratio: 48/49;
    background: #FFF;
    display: flex;
    border-radius: 50%;
}

.result-section .proven-container .image-row .image-div:nth-child(2),
.result-section .proven-container .image-row .image-div:nth-child(3) {
    margin-left: -12px; 
}

.result-section .proven-container .image-row .image-div:nth-child(4) {
    height: 120px;     
    width: auto; 
    margin-left: 16px; 
    border-radius: 0;  
    z-index: 0;       
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-section .proven-container .image-row .image-div:nth-child(4) img{
    border-radius: 0;  
    width: unset;
    height: unset;
    border-radius: 0;        
    height: 100%;         
    width: auto;          
    object-fit: contain;  
    aspect-ratio: unset;
}

.result-section .proven-container .image-row .image-div:nth-child(1) { z-index: 1; }
.result-section .proven-container .image-row .image-div:nth-child(2) { z-index: 2; }
.result-section .proven-container .image-row .image-div:nth-child(3) { z-index: 3; }

.result-section .proven-container .image-row .image-div {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 2px solid #D2AB67;
    background: #FFF;
}

.result-section .proven-container .proven-text {
    display: flex;              
    align-items: center;        
    gap: 0;                   
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;    
}

.result-section .proven-container .proven-text p {
    margin: 0;
    padding: 0;
}

.result-section .proven-container .proven-text p span {
    display: inline-block;
}

.result-section .proven-container .proven-text p span:first-child {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-variant: small-caps;
}

.result-section .proven-container .proven-text p span:nth-child(2) {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-variant: small-caps;
}

.result-section .proven-container .proven-text p span.after-span {
    display: block;
    color: #000;
    color: rgba(0, 0, 0, 0.80);
    font-family: "Founders Grotesk Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    text-transform: capitalize;
}

.result-section .proven-container .proven-text svg {
    margin-right: 48px;
    margin-left: 48px;
}

.result-proven-button a {
    border-radius: 0 0 16px 16px;
    width: 100%
}

.result-proven-button a span {
    -webkit-mask: url('/wp-content/uploads/2025/11/solar_eye-bold.svg');
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    background-color: #000000;
    -webkit-mask-size: contain;
}

.result-proven-button .gold-button:hover {
    background-color: #000000;
    color: var(--gold-color);
}

.result-proven-button .gold-button:hover span, .result-section .result-prove-button a:hover span {
    background-color: var(--gold-color);
}

.result-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 130%;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/result-vector-12.png');
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -70px;
    left: 0;
    z-index: 1;
}

.result-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 60%;
    background-image: url('/wp-content/uploads/2025/12/result-vector-11.png');
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* End Result section */


/* Timeline new section */

.new-timeline {
    padding-block: 120px;
    min-height: 945px;
    background-color: #FAF4EC;
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    z-index:0;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/result-vector-12.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.new-timeline-mobile {
    display: none;
}

.big-line-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.big-line {
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background-color: rgba(71,67,66,.3);
    rotate: -26.27deg;
    transform-origin: right top;
    width: 150%;
}

.new-timeline h2 {
    color: var(--gold-color);
    font-size: 64px;
    line-height: 90%;
    text-transform: uppercase;
}

.timeline-wrapper {
    display: flex;
    justify-content: flex-end;
}

.timeline-block {
    display: flex;
    align-items: flex-end;
    column-gap: 16px;
}

.timeline-block p {
    text-align: right;
}

.timeline-block p span {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 48px;
    font-weight: 700;
    display: block;
}

.timeline-circle {
    width: 24px;
    height: 24px;
    background-color: #D2AB67;
    border-radius: 100px;
    position: relative;
}

.timeline-wrapper:nth-of-type(1) {
    width: calc(100% - 370px);
    position: relative;
    top: -120px;
}

.timeline-wrapper:nth-of-type(2) {
    width: calc(100% - 596px);
    position: relative;
    top: -96px;
}

.timeline-wrapper:nth-of-type(3) {
    width: calc(100% - 825px);
    position: relative;
    top: -68px;
}

.timeline-wrapper:nth-of-type(4) {
    width: calc(100% - 1050px);
    top: -42px;
    position: relative;
}

.white-block {
    width: 600px;
    background-color: #fff;
    height: 390px;
    position: absolute;
    bottom: 120px;
    right: 110px;
    border-radius: 16px;
}

/* .white-block {
    width: 50%;
    margin-left: auto;  
    border-radius: 16px;
    background: #FFF;
} */

.white-block .image-row {
    display: flex;          
    align-items: center;   
    padding-top: 40px;
    padding-left: 40px; 
    padding-right: 40px;
}

.white-block .image-row .image-div:nth-child(2),
.white-block .image-row .image-div:nth-child(3) {
    margin-left: -12px; 
}

.white-block .image-row .image-div:nth-child(4) {
    height: 120px;     
    width: auto; 
    margin-left: 16px; 
    border-radius: 0;  
    z-index: 0;       
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-block .image-row .image-div:nth-child(4) img{
    border-radius: 0;  
    width: unset;
    height: unset;
    border-radius: 0;        
    height: 100%;         
    width: auto;          
    object-fit: contain;  
    aspect-ratio: unset;
}

.white-block .image-row .image-div:nth-child(1) { z-index: 1; }
.white-block .image-row .image-div:nth-child(2) { z-index: 2; }
.white-block .image-row .image-div:nth-child(3) { z-index: 3; }

.white-block .image-row .image-div {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 2px solid #D2AB67;
    background: #FFF;
}

.white-block .proven-text {
    display: flex;              
    align-items: center;        
    gap: 0;                   
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;    
}

.white-block .proven-text p {
    margin: 0;
    padding: 0;
}

.white-block .proven-text p span {
    display: inline-block;
}

.white-block .proven-text p span:first-child {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-variant: small-caps;
}

.white-block .proven-text p span:nth-child(2) {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-variant: small-caps;
}

.white-block .proven-text p span.after-span {
    display: block;
    color: #000;
    color: rgba(0, 0, 0, 0.80);
    font-family: "Founders Grotesk Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    text-transform: capitalize;
}

.white-block .proven-text svg {
    margin-right: 48px;
    margin-left: 48px;
}

.result-proven-button a {
    border-radius: 0 0 16px 16px;
    width: 100%
}

.result-proven-button a span {
    -webkit-mask: url('/wp-content/uploads/2025/11/solar_eye-bold.svg');
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    background-color: #000000;
    -webkit-mask-size: contain;
}

.result-proven-button .gold-button:hover {
    background-color: #000000;
    color: var(--gold-color);
}

.result-proven-button .gold-button:hover span, .new-timeline .result-prove-button a:hover span {
    background-color: var(--gold-color);
}

.new-timeline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 130%;
    bottom: -70px;
    left: 0;
    z-index:-1;
}

.new-timeline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 60%;
    background-image: url('/wp-content/uploads/2025/12/result-vector-11.png');
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media(min-width: 1920px) {
    .new-timeline:before, .new-timeline:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: beige;
    }

    .new-timeline:before {
        left: -100%;
    } 

    .new-timeline:after {
        right: -100%
    } 
}

@media(max-width: 1300px) {
    .big-line {
        rotate: -33.27deg;
    }

    .timeline-wrapper:nth-of-type(1) {
        width: calc(100% - 279px);
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 447px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 620px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 791px);
    }

    .new-timeline {
        min-height: 1195px;
    }
}

@media(max-width: 1199px) {
    .big-line {
        rotate: -37.27deg;
    }

    .timeline-wrapper:nth-of-type(1) {
        width: calc(100% - 309px);
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 455px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 605px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 755px);
    }

    .white-block {
        width: unset;
    }
}

@media(max-width: 991px) {
    .new-timeline .container {
        max-width: 920px;
        margin-left: 60px;
    }

    .big-line {
        rotate: -45.27deg;
    }

    .timeline-wrapper:nth-of-type(1) {
        width: calc(100% - 234px);
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 341px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 455px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 565px);
    }

    .white-block {
        width: unset;
    }

    .white-block {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 80px;    
        width: 100%;
        max-width: 600px;
    }
}

@media(max-width: 875px) {
    .new-timeline .container {
        margin-left: 30px;
    }

    .big-line {
        rotate: -59.27deg;
    }

    .timeline-wrapper:nth-of-type(1) {
        width: calc(100% - 134px);
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 199px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 270px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 335px);
    }
}

@media(max-width: 710px) {
    .big-line {
        rotate: -64.27deg;
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 187px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 242px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 296px);
    }
}

@media(max-width: 633px) {
    .big-line {
        rotate: -74.27deg;
    }

    .timeline-wrapper:nth-of-type(1) {
        width: calc(100% - 90px);
    }

    .timeline-wrapper:nth-of-type(2) {
        width: calc(100% - 121px);
    }

    .timeline-wrapper:nth-of-type(3) {
        width: calc(100% - 154px);
    }

    .timeline-wrapper:nth-of-type(4) {
        width: calc(100% - 183px);
    }

    .white-block {
        height: 372px;
        max-width: 550px;
    }

    .white-block .image-row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 576px) {
    .new-timeline {
        display: none;
    }

    .new-timeline-mobile {
        position: relative;
        z-index: 1;
        display: block;
        background: #FAF4EC;
        padding-top: 96px; 
        padding-inline: 16px;
        padding-bottom: 95px;
        background-image: url('/wp-content/uploads/2025/12/Mobile-scaled.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%; 
    }

    .new-timeline-mobile:before {
        content: '';
        position: absolute;
        width: 2px; 
        height: 65%;
        top: 0;
        right: 26px;
        background: rgba(71, 67, 66, 0.30);
    }
    
    .timeline-container-mobile {
        margin-bottom: 96px;
    }

    .new-timeline-mobile h2 {
        color: #D2AB67;
        font-family: "Founders Grotesk X-Condensed";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 40px;
        width: calc(100% - 70px);
    }

    .new-timeline-mobile .timeline-block p span {
        color: #474342;
        text-align: right;
        font-family: "Founders Grotesk X-Condensed";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .timeline-block-mobile {
        display: flex;
        align-items: flex-end;
        margin-right: 45px;
    }

    .timeline-block-mobile p {
        color: rgba(0, 0, 0, 0.80);
        text-align: right;
        font-family: "Founders Grotesk Condensed";
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }
    
    .timeline-block-mobile p span {
        display: block;
        color: #474342;
        text-align: right;
        font-family: "Founders Grotesk X-Condensed";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .timeline-wrapper-mobile {
        display: flex;
        justify-content: flex-end;
    }

    .timeline-circle-mobile {
        width: 24px;
        height: 24px;
        background-color: #D2AB67;
        border-radius: 100px;
        position: absolute;
        right: 16px;
    }

    .white-block-mobile {
        border-radius: 16px;
        background: #FFF;
        z-index: 2;
        position: relative;
    }
    
    .white-block-mobile .proven-text-mobile p span:first-child {
        color: #D2AB67;
        font-family: "Founders Grotesk X-Condensed";
        font-size: 72px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%; 
        font-variant: small-caps;
    }

    .white-block-mobile .proven-text-mobile p span:nth-child(2) {
        color: #D2AB67;
        font-family: "Founders Grotesk X-Condensed";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        font-variant: small-caps;
    }

    .white-block-mobile .proven-text-mobile p span.after-span {
        color: rgba(0, 0, 0, 0.80);
        font-family: "Founders Grotesk Condensed";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; 
        text-transform: capitalize;
        display: block;
    }

    .proven-text-mobile {
        margin-inline: 16px;
    }

    .new-timeline-mobile .result-proven-button {
        margin-top: 40px;
    }

    .image-row-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding-left: 16px;
        padding-top: 16px;
        padding-right: 16px;
    }

    .image-div-mobile {
        width: calc(33.333% - 8px);
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(1) {
        display: flex;
        width: 109px;
        height: 109px;
        padding: 11px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: 2px solid #D2AB67;
        background: #FFF;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(2) {
        display: flex;
        width: 109px;
        height: 109px;
        padding: 11px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: 2px solid #D2AB67;
        background: #FFF;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(3) {
        display: flex;
        width: 109px;
        height: 109px;
        padding: 11px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: 2px solid #D2AB67;
        background: #FFF;
    }

    .image-row-mobile img {
        width: 87px;
        height: 87px;
        aspect-ratio: 48/49;
        background: #FFF;
        display: flex;
        border-radius: 50%;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(4) {
        height: 120px;
        width: auto;
        margin-left: 16px;
        border-radius: 0;
        z-index: 0;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #D2AB67;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(4) img {
        border-radius: 0;
        height: 100%;
        width: auto;
        object-fit: contain;
        aspect-ratio: unset;
    }
    
    .image-row-mobile .image-div-mobile:nth-child(2),
    .image-row-mobile .image-div-mobile:nth-child(3) {
        margin-left: -24px; 
    }

    .image-row-mobile .image-div-mobile:nth-child(1) { z-index: 1; }
    .image-row-mobile .image-div-mobile:nth-child(2) { z-index: 2; }
    .image-row-mobile .image-div-mobile:nth-child(3) { z-index: 3; }
}

@media(max-width: 366px) {
    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(1) {
        width: 86px;
        height: 86px;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(2) {
        width: 86px;
        height: 86px;
    }

    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(3) {
        width: 86px;
        height: 86px;
    }

    .image-row-mobile img {
        width: 75px;
        height: 75px;
    }
    
    .white-block-mobile .image-row-mobile .image-div-mobile:nth-child(4) {
        height: 107px;
    }

    .new-timeline-mobile .gold-button {
        min-width: unset;
    }
}
/* Timeline new section ends */

/* Result footer section */
.result-footer-section {
    background-image: url("/wp-content/uploads/2025/12/Frame-39356.png");   
    background-size: auto 100%;   
    background-position: center; 
    background-color: #FAF4EC;
    min-height: 300px;
    display: grid;
}

.result-footer-section .container {
    display: grid;
    place-items: center;
}

.result-footer-section .container h2 {
    color: #D2AB67;
    text-align: center;
    font-size: 64px;
}

@media(max-width: 991px) {
    .result-footer-section {
        background-image: url("/wp-content/uploads/2025/12/Frame-2147225129-scaled.png");
        display: flex;
        align-items: center;  
        justify-content: center;
        min-height: unset;
    }

    .result-footer-section .container {
        max-width: 991px;
    }

    .result-footer-section .container h2 {
        font-size: 40px;
        padding-top: 48px;
        padding-bottom: 64px;
        padding-inline: 60px;
    }
}

@media(max-width: 576px) {
    .result-footer-section {
        background-image: url("/wp-content/uploads/2025/12/Frame-39361.png");
    }

    .result-footer-section .container h2 {
        font-size: 28px;
        padding-top: 83px;
        padding-bottom: 100px;
        padding-inline: 20px;
    }
}
/* End result footer section */

/* Discount section */
.discount-section {
    background-color: #FAF4EC;
}

.discount-section .container {
    padding-block: 65px;
}

.discount-section .first-container h2 span {
    color: #E21836;
}

 .gold-button, .add-to-cart a {
    padding: 24px 10px;
    background-color: var(--gold-color);
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    min-width: 285px;
    font-size: 24px;
    line-height: 16px;
     height: 68px;
}

.gold-button:hover {
    background-color: #000000;
    color: var(--gold-color);
}

.gold-button:hover span, .discount-section .section-button a:hover span {
    background-color: var(--gold-color);
}

.discount-section .section-button {
    margin-top: 25px;
}

.discount-section .section-button a span {
    -webkit-mask: url('/wp-content/uploads/2025/11/solar_eye-bold.svg');
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    background-color: #000000;
    -webkit-mask-size: contain;
}

.discount-column {
    padding-right: 24px;
    padding-bottom: 65px;
}

.discount-section .container:nth-of-type(2) {
    padding-bottom: 0;
}

.special-effect {
    position: relative;
    top: 10px;
}

.special-effect-column {
    display: flex;
    align-items: center;
}

.add-to-cart a span {
    -webkit-mask: url('/wp-content/uploads/2025/11/grey-shop-icon.svg');
    -webkit-mask-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: #000000;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    -webkit-mask-size: contain;
}

.discount-section .first-container h2 {
    font-size: 64px;
    color: var(--gold-color);
    margin-bottom: 20px;
}

.discount-section .container:nth-of-type(2) h2 {
    color: #474342;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.discount-column p {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    max-width: 600px;
}

.discount-row {
    align-items: center;
}

.discount-section .product-image {
    max-width: 385px;
    position: relative;
}

.product-block {
    position: relative;
}

.product-price {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -110px;
    bottom: 25px;
}

.product-price .sales-price {
    font-size: 64px;
    font-weight: 700;
    color: #E21836;
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    display: block;
    position: relative;
    top: -10px;
    line-height: 50px;
    z-index: 10;
}

.product-price .regular-price {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    display: block;
    position: relative;
    width: fit-content;
    z-index: 10;
}

.product-price .regular-price:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 4px;
    background-color: rgba(226, 24, 54, 0.60);
    left: -4px;
}

.product-price .sales-price  .woocommerce-Price-currencySymbol {
    font-size: 32px;
    left: -7px;
}

.product-price .regular-price  .woocommerce-Price-currencySymbol {
    font-size: 16px;
    left: -3px;
}

.product-price .woocommerce-Price-currencySymbol {
    position: relative;
}

.discount-text {
    padding: 11px;
    background-color: #E21836;
    font-size: 13px;
    font-weight: 300;
    transform: rotate(-9.646deg);
    color: #fff;
    display: inline-block;
    line-height: 10px;
    position: absolute;
    right: -40px;
    top: 140px;
}

.discount-section .add-to-cart {
    display: flex;
    justify-content: center;
}

.discount-section .add-to-cart a {
    position: relative;
    left: -50px;
}

/* Discount section ends */

/* Hydra shield section */

.hydra-shield-section {
    padding-block: 160px;
}

.hydra-box {
    padding: 12px 24px;
    border-radius: 10px;
    background-color: #F2F3F5;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hydra-box:nth-of-type(1) {
    position: absolute;
    top: 25px;
    left: -35px;
}

.hydra-box:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: -65px;
}

.hydra-box:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: -30px;
}

.hydra-box:nth-of-type(4) {
    position: absolute;
    bottom: 25px;
    right: -70px;
}

.hydra-box-title {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: var(--gold-color);
}

.hydra-box p:nth-of-type(2) {
    font-weight: 300;
}

.hydra-shield-section h2 {
    margin-bottom: 50px;
}

.hydra-box-image {
    background-image: url("/wp-content/uploads/2025/11/Group-616.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 520px;
    max-width: 100%;
}

.hydra-container {
    max-width: 1000px;
    margin-inline: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hydra shield section ends */

/* Vitamins section */

.noise-column {
    background-image: url('/wp-content/uploads/2025/11/Noise-Texture.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 12px 120px 120px;
}

.noise-column h2 span {
    color: var(--gold-color);
}

.noise-column h2 {
    font-size: 64px;
}

.vitamins-heading, .benefits-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vitamins-image-colum {
    padding-inline: 0;
}

.vitamins-heading {
    width: 100%;
    padding-block: 30px;
    border-bottom: 1px solid #474342;
}

.benefits-type {
    column-gap: 16px;
}

.benefits-title, .benefits-column-title  {
    width: calc(100% - 220px);
    max-width: 100%;
}

.vitamins-heading p {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.benefits-type, .has-benefits {
    display: flex;
    align-items: center;
    width: 220px;
    text-align: center;
}

.has-benefits span {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 4px 34px;
    line-height: 40px;
}

.has-benefits span:first-of-type {
    background-color: #FFEBC6;
    border-radius: 8px;
}

.benefits-row {
    padding-block: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.benefits-row:last-of-type {
    border: none;
}

.benefits-title {
    font-size: 20px;
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    color: var(--gold-color);
    text-transform: capitalize;
}

.vitamins-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vitamins-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vitamins-section .row {
    align-items: stretch;
}

.noise-column-wrapper {
    max-width: 835px;
}


/* Vitamins section ends */

/* Premium section starts */

.premium-small-title {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 80px;
    text-align: left;
}

.premium-section h2 {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    color: #eeeeee;
    font-size: 250px;
    line-height: 70%;
}

.big-wrapper {
    max-width: 1100px;
    margin-inline: auto;
    width: 100%;
    position: relative;
}

.hover-image {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.big-wrapper h2 span {
    display: inline-block;
    z-index: 10;
    position: 3;
}

.big-title-container h2 span:nth-of-type(1):hover ~ .hover-image:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.big-title-container h2 span:nth-of-type(2):hover ~ .hover-image:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
}

.big-title-container h2 span:nth-of-type(3):hover ~ .hover-image:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.premium-section {
    padding-block: 160px;
}

.big-title-container {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.premium-image {
    position: absolute;
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%,-50%);
    padding-block: 20px;
}

.premium-section-mobile {
    display: none;
}
/* Premium section ends */

/* List section */
.list-section {
    padding-block: 160px;
    background-color: #474342;
    color: #ffffff;
}

.list-section h2 {
    margin-bottom: 40px;
}

.list-item-row {
    display: flex;
    align-items: center;
    padding-block: 32px;
    margin-bottom: 64px;
}

.list-item-row:last-of-type {
    margin-bottom: 0;
}

.number-item {
    width: 288px;
    max-width: 100%;
    color: rgba(219, 184, 117, 0.20);
    font-size: 180px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.list-item-title {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 64px;
    line-height: 70%;
    text-transform: uppercase;
}

.list-item-bottom p {
    color: rgba(255,255,255,.80);
    font-size: 28px;
    line-height: 36px;
    max-width: 500px;
    font-weight: 300;
}

.list-item-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: calc(100% - 288px);
    max-width: 100%;
}

.list-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-item-image {
    position: relative;
    height: 60px;
}

.list-item-image:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: -335px;
    background-image: url("/wp-content/uploads/2025/11/list-effect.svg");
    width: 318px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;

}

/* List section new design */
.list-section h3 {
    color: #FFF;
    text-align: center;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 84%;
    text-transform: uppercase;
    margin: 64px auto 24px;
    max-width: 768px;
}

.list-section .container p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "Founders Grotesk Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 112.5% */
}

.list-section .inventory {
    display: flex;
    justify-content: center;
    align-items: center;   
    gap: 24px; 
    padding-top: 40px;
}

.list-section .inventory .inventory-note {
    display: flex;
    width: 288px;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    background: #FAF4EC;
}

.list-section .inventory .inventory-note p:first-of-type{
    color: #000;
    font-family: "Founders Grotesk Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

.list-section .inventory .inventory-note p:nth-of-type(2) {
    color: #000;
    font-family: "Founders Grotesk Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

.list-section .inventory .inventory-note p:nth-of-type(2) span {
    color: #E21836;
    font-family: "Founders Grotesk Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

.list-section .inventory-number span {
    display: inline-block;
    padding: 4px 6px;
    font-weight: bold;
    color: #E21836;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top: 0.5px solid #DDD;
    border-bottom: 0.5px solid #DDD;
    border-left: 0.5px solid #DDD;
    background: rgba(226, 24, 54, 0.30);
}

.list-section .inventory .hero-cart-wrapper {
    animation: blinkPulse 1.2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    transform-origin: center;
    transition: none;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.2);
    min-width: unset;
    margin: 0px;
}

.list-section .inventory .hero-cart-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.list-section .inventory .hero-cart-wrapper:hover span {
    background-color: var(--gold-color);
}

.list-section .inventory .hero-cart-wrapper:hover {
    background-color: var(--gold-color) !important;
}

.list-section .inventory .hero-cart-circle span {
    width: 24px;
    height: 24px;
    display: block;
    background-color: #000; /* BOJA IKONE */
    -webkit-mask: url('/wp-content/uploads/2025/11/grey-shop-icon.svg') no-repeat center;
    -webkit-mask-size: contain;
}

.list-section .inventory .hero-cart-wrapper:hover {
    background-color: var(--gold-color);
    animation: unset;
}

.list-section .inventory .hero-cart-wrapper:hover .hero-cart-circle {
    background-color: var(--gold-color);
}

.list-section .inventory .hero-cart-wrapper:hover .hero-cart-circle span {
    background-color: #000; /* ikona ostaje CRNA */
}

.list-section .cart-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; 
    margin-top: 44px;
}

.list-section .hero-cart-wrapper:hover + .add-in-cart {
    opacity: 1;
}

.list-section .cart-action p {
    background-color: white;
    color: black;
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
}

.list-section .add-in-cart {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

/* List section new design ends */

/* List section ends */

/* 30 days section */

.days-section {
    padding-block: 160px;
    background-color: #FAF4EC;
}

.days-section h2 {
    font-size: 220px;
    margin-bottom: 20px;
    line-height: 70%;
}

.days-section h2 span {
    color: #E21836;
}

.days-text {
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    margin: 50px 0 64px;
}

.days-button-row, .days-button-row-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comforter {
    font-family: "Comforter", cursive;
    font-weight: 400;
}

.days-section .comforter {
    font-size: 32px;
    line-height: 40px;
    color: rgba(71, 67, 66, 0.60);
    width: 250px;
    text-align: left;
}

.comforter.package {
    transform: rotate(-13.395deg);
}

.days-section .red-comforter {
    color: #E21836;
    margin-top: 48px;
    margin-inline: auto;
}

.free-shipping {
    transform: rotate(14.21deg);
    position: relative;
    bottom: -60px;
}

.days-section .add-to-cart {
    position: relative;
    display: inline-block;
}

.days-section .discount-text {
    right: -100px;
    top: -7px;
}

.days-button-row-mobile {
    display: none;
}

.show-mobile {
    display: none;
}
/* 30 days section */

/* Faqs section */

.faqs-section {
    padding-block: 120px;
    background-image: url("/wp-content/uploads/2025/11/Noise-Texture.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faqs-section h2 {
    color: var(--gold-color);
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}

.faq-item {
    padding-block: 32px;
    border-bottom: 1px solid rgba(0,0,0,.10);
}

.faq-item .question {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    width: calc(100% - 20px);
    cursor: pointer;
}

.faq-item .question:before {
    content: '\2b';
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 16px;
    color: #474342;
    font-weight: 400;
    transition: transform 0.3s ease;
    font-family: "FontAwesome";
}

.faq-item .answer {
    width: calc(100% - 20px);
    font-weight: 300;
}

.faq-item.active .question:before {
    content: '\f068';
}

.faq-item .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .answer {
    padding-top: 16px;
    overflow: visible;
}

.faqs-container {
    max-width: 1130px;
    width: 100%;
    margin-inline: auto;
}
/* Faqs section ends */

/* Footer */

footer {
    background-color: #474342;
    color: #ffffff;
}

.footer-top-part {
    padding: 80px 0 130px;
}

.footer-bottom-row {
    padding-block: 16px;
    background-color: #000000;
}

.footer-bottom-row .row {
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.footer-top-part p {
    font-family: 'Founders Grotesk X-Condensed';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

.footer-top-part ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-top-part ul li {
    font-size: 16px;
}

.copyright-wrapper, .person-info {
    width: fit-content;
    padding-inline: 0;
}

.person-info {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#footer-social-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 24px;
    margin-top: 24px;
}

#footer-social-menu a {
    font-size: 24px;
    color: #ffffff;
}

#footer-social-menu i {
    display: flex;
}

.person-image img {
    width: 40px;
}

footer a:hover, #footer-social-menu a:hover {
    color: var(--gold-color);
}

/* Footer ends */

/* Media queries */

@media(min-width: 1400px) {
    #circles-section .row {
        column-gap: 80px;
        flex-wrap: nowrap;
    }
}


@media(max-width: 1400px) {
    .three-images-column {
        column-gap: 30px;
        position: relative;
        right: -80px;
    }
}

@media(max-width: 1300px) {
    #circles-section {
        padding-right: 0;
    }

    .three-images-column {
        column-gap: 30px;
    }
}

@media(max-width: 1200px) {
    .subtitle-part {
        margin-left: 0;
    }

    #circles-section .container {
        max-width: 100%;
    }

    .list-item-image:before {
        bottom: 20px;
        right: -202px;
        width: 200px;
    }

    .special-effect {
        top: 30px;
    }
}

@media(max-width: 1140px) {
    #circles-section .row {
        flex-direction: column;
    }

    .circle-column, .circle-first, .circle-second {
        width: 100%;
    }

    .circle-column {
        flex-direction: column;
    }

    .circle-first, .circle-second {
        flex-direction: row;
    }

    #circle-section .black-circle, .circle-first .black-circle:nth-of-type(2) {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    #circles-section {
        padding-right: 90px;
    }

    .circle-second {
        width: calc(100% - 360px);
        max-width: 100%;
        justify-content: space-around;
    }

    .three-images-column {
        width: 100%;
        right: unset;
        margin-top: 125px;
    }


    #circles-section .image-block {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: none;
    }

    #circles-section .image-block {
        width: 200px;
    }

    #circles-section .image-block:nth-of-type(1), #circles-section .image-block:nth-of-type(3) {
        top: -70px
    }

    .section-image img {
        width: 90%;
    }
}

@media(max-width: 1100px) {
    .hydra-box-image {
        background-image: unset;
    }

    .hydra-box:nth-of-type(2) {
        right: 0;
        top: 40px;
    }

    .hydra-box:nth-of-type(4) {
        right: 0;
    }

    .hydra-box:nth-of-type(1) {
        top: 0;
    }

    .premium-section h2 {
        font-size: 200px;
    }
}

@media(max-width: 991px) {

    h2 {
        font-size: 64px;
    }

    #hero-section .col-lg-4 {
        order: 2;
    }

    #hero-section {
        padding: 80px 70px 60px;
    }

    #hero-section h1 {
        font-size: 70px;
    }

    .hero-subtitle {
        font-size: 28px;
        line-height: 32px;
        transform: rotate(8.367deg);
        width: 220px;
    }

    .hero-column-left{
        margin-top: 20px;
    }

    .hero-cart-wrapper {
        width: 120px;
        height: 120px;
    }

    .hero-cart-circle {
        width: 70px;
        height: 70px;
    }

    .hero-circle:nth-of-type(1) {
        margin-left: 0;
    }
/* New design */
    .marquee {
        margin-top: -80px;
        margin-left: -70px;
    }
/* End new design */

    header {
        display: none;
    }

    #circles-section .black-circle, .hero-circle {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
    }

    #circles-section {
        max-height: unset;
    }

    #circles-section .black-circle p:nth-of-type(1), .hero-circle p:nth-of-type(1) {
        font-size: 48px;
    }

    .black-circle p:first-of-type span {
        font-size: 28px;
    }

    #circles-section .black-circle p:nth-of-type(2), .hero-circle p:nth-of-type(2) {
        font-size: 16px;
    }

    .three-images-column {
        flex-wrap: nowrap;
    }

    .circle-second {
        width: calc(100% - 260px);
    }

    #circles-section:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background-size: contain;
        bottom: 0;
        left: 0;
        background-image: url('/wp-content/uploads/2025/11/vector-mobile.png');
        top: -50px;
    }

    #circles-section:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background-size: contain;
        bottom: -15px;
        left: 0;
        background-image: url('/wp-content/uploads/2025/11/vector2-mobile.png');
    }

    .discount-row {
        text-align: center;
    }

   .discount-section .product-image, .discount-column p {
        margin-inline: auto;
    }

    .discount-section .product-image img {
        width: 100%;
    }

    .discount-section .add-to-cart a {
        left: unset;
    }

    .discount-section .container:nth-of-type(2) {
        background-image: url("/wp-content/uploads/2025/11/Special-effect-tablet.png");
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 100%;
        padding-bottom: 65px;
    }

    .special-effect {
        display: none;
    }

    .special-effect-column {
        justify-content: center;
    }

    .discount-section .first-container h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .discount-column p {
        font-size: 24px;
        line-height: 28px;
    }

    .discount-section .container:nth-of-type(2) h2 {
        max-width: 500px;
        margin: 0 auto 24px;
    }

    .discount-section .add-to-cart a {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .product-price .sales-price {
        font-size: 40px;
    }

    .product-price .sales-price .woocommerce-Price-currencySymbol {
        font-size: 24px;
    }

    .product-price .regular-price {
        font-size: 24px;
    }

    .product-price .regular-price .woocommerce-Price-currencySymbol {
        font-size: 12px;
    }

    .discount-section .product-price {
        right: -40px;
        bottom: 0;
    }

    .discount-section .discount-text {
        right: -60px;
        top: 180px;
    }

    .hydra-shield-section {
        padding-block: 120px;
    }

    .vitamins-image {
        background-image: url("/wp-content/uploads/2025/11/Tablet.png") !important;
        height: 475px;
    }

    .noise-column {
        padding: 60px;
    }

    .noise-column h2 {
        font-size: 40px;
    }

    .premium-section {
        display: none;
    }

    .premium-section-mobile {
        display: block;
        padding-block: 120px;
    }

    .premium-item-title {
        font-family: 'Founders Grotesk X-Condensed';
        font-weight: 700;
        font-size: 140px;
        color: var(--gold-color);
        text-transform: uppercase;
        line-height: 90%;
    }

    .premium-section-mobile .container {
        max-width: calc(100% - 60px);
    }

    .premium-item-content {
        height: 620px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        padding: 0 60px 36px 36px;
        margin-bottom: 48px;
    }

    .premium-item:last-of-type .premium-item-content{
        margin-bottom: 0;
    }

    .premium-small-item-title {
        margin-top: auto;
        font-family: 'Founders Grotesk X-Condensed';
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .premium-section-mobile h2 {
        margin-bottom: 20px;
    }

    .list-item-row {
        flex-direction: column;
    }

    .number-item {
        line-height: initial;
    }

    .list-item-content {
        width: 100%;
    }

    .list-section {
        padding-block: 120px;
    }
    .list-item-title {
        font-size: 40px;
        text-align: center;
    }

    .line-effect-image img {
        width: 240px;
    }

    .list-item-bottom p {
        font-size: 24px;
        line-height: 24px;
    }

    .list-item-row {
        margin-bottom: 20px;
    }

    .list-section h2 {
        margin-bottom: 0;
    }

    .days-button-row-mobile {
        display: flex;
        align-items: center;
        margin-top: 50px;
    }

    .days-button-row {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .days-section .comforter {
        font-size: 24px;
        line-height: 32px;
    }

    .days-section .red-comforter {
        margin-top: 0;
    }

    .free-shipping {
        bottom: -25px;
    }

    .days-section {
        padding-block: 120px;
    }

    .days-section h2 {
        font-size: 112px;
    }

    .days-text {
        font-size: 24px;
        line-height: 28px;
    }

    .vitamins-section .row {
        margin-inline: 0;
    }

    .faqs-section h2 {
        margin-bottom: 30px;
        text-align: left;
    }

    #footer-social-menu {
        margin-bottom: 24px;
    }

    .footer-top-part {
        padding-block: 64px;
    }
}

@media(max-width: 768px) {
    .circle-second {
        width: calc(100% - 100px);
        top: unset;
    }

    .hydra-box {
        max-width: 250px;
    }

    .hydra-box:nth-of-type(1), .hydra-box:nth-of-type(3) {
        left: 0;
    }

    .hydra-box:nth-of-type(1), .hydra-box:nth-of-type(3) {
        left: -25px;
    }

    .hydra-box:nth-of-type(2), .hydra-box:nth-of-type(4) {
        right: -30px;
    }
}

@media(max-width: 575px) {

    h2 {
        font-size: 40px;
    }

    #hero-section h1 {
        font-size: 50px;
    }

    .hero-cart-wrapper {
        margin-top: 12px;
        margin-bottom: 80px;
    }

    .hero-circles {
        display: flex;
        justify-content: center;
    }

    .hero-subtitle {
        transform: none;
        width: 100%;
    }

    #hero-section {
        padding: 60px 20px 20px;
    }

    .hero-circle:nth-of-type(3) {
        top: unset;
        margin-left: 0;
    }

    .subtitle-part img {
        height: 50px;
    }

    .black-circle {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
    }


    .hero-circle:nth-of-type(1) {
        right: -10px;
        position: relative;
        z-index: 2;
    }

    .hero-circle:nth-of-type(3) {
        position: relative;
        left: -10px;
        z-index: 2;
    }

    .hero-circle:nth-of-type(2) {
        position: relative;
        z-index: 1;
    }

    .circle-second {
        width: 100%;
        justify-content: space-between;
        margin-top: 32px;
    }

    #circles-section .image-block {
        width: 100%;
        top: unset;
    }

    .three-images-column {
        flex-direction: column;
        row-gap: 24px;
        margin-top: 60px;
    }

    #circles-section .image-block:nth-of-type(1), #circles-section .image-block:nth-of-type(3) {
        top: unset;
    }

    #circles-section {
        padding-inline: 20px;
    }

    #circles-section:before {
        background-image: url("/wp-content/uploads/2025/11/vecotr-mobile-1.png");
        top: 60px;
        height: 200px;
        background-size: 100%;
    }

    #circles-section:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        background-size: 100%;
        bottom: unset;
        left: 0;
        background-image: url('/wp-content/uploads/2025/11/vector-mobile-2-1.png');
        top: 310px;
    }

    .discount-section .first-container h2 {
        font-size: 28px;
    }

    .discount-column p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .discount-section .product-price {
        right: unset;
        bottom: -20px;
        left: 50%;
        transform: translatex(-50%);
    }

    .discount-section .discount-text {
        top: 30px;
        right: 0;
    }

    .discount-section .container:nth-of-type(2) {
        padding-bottom: 128px;
    }

    .hydra-shield-section .hydra-box {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }

    .hydra-box:first-of-type {
        margin-top: 0;
    }

    .hydra-container {
        display: block;
    }

    .hydra-box-image {
        width: auto;
        height: auto;
        margin-top: 10px;
    }

    .hydra-box-image img {
        max-width: 300px;
    }

    .hydra-shield-section {
        padding-block: 95px;
    }

    .hydra-shield-section h2 {
        margin-bottom: 32px;
    }

    .noise-column {
        padding: 48px 12px 32px;
    }

    .noise-column h2 {
        font-size: 28px;
        padding-inline: 35px;
        margin-bottom: 48px;
    }

    .vitamins-section .container-fluid {
        padding-inline: 12px;
    }

    .vitamins-heading {
        padding-block: 20px;
    }

    .benefits-column-title, .benefits-title {
        text-align: center;
    }

    .benefits-row {
        row-gap: 16px;
    }

    .benefits-title {
        width: 100%;
    }

    .benefits-type, .has-benefits {
        width: 100%;
        justify-content: space-between;
    }

    .has-benefits span {
        width: 108px;
    }

    .vitamins-heading, .benefits-row {
        position: relative;
        flex-direction: column;
    }

    .vitamins-image {
        background-image: url("/wp-content/uploads/2025/11/Tablet-2.png") !important;
    }

    .premium-item-title {
        font-size: 72px;
    }

    .premium-item-content {
      height: 210px;
    }

    .premium-small-item-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .premium-item-description {
        font-size: 12px;
    }

    .premium-section-mobile h2 {
        text-align: center;
    }

    .premium-section-mobile .container {
        max-width: 100%;
    }

    .premium-item-content {
        padding: 0 12px 12px 12px;
    }

    .premium-section-mobile {
        padding-block: 100px;
    }

    .list-item-bottom p {
        width: 100%;
    }

    .list-item-bottom {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .line-effect-image {
        width: calc(100% - 60px);
    }

    .line-effect-image img {
        width: 100%;
        position: relative;
        top: -8px;
    }

    .list-item-title {
        font-size: 28px;
        line-height: 105%;
    }

    .days-section {
        padding-block: 100px;
    }

    .days-section h2 {
        font-size: 56px;
        line-height: 85%;
    }

    .days-text {
        font-size: 20px;
        line-height: 24px;
        margin: 24px 0 72px;
    }

    .days-section .discount-text {
        right: 0px;
        top: -35px;
    }

    .days-button-row-mobile {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .days-section .comforter {
        width: 150px;
        font-size: 20px;
        line-height: 24px;
    }

    .days-section .red-comforter {
        width: 100%;
        order: -1;
        text-align: center;
        margin-bottom: 25px;
    }

    .faqs-section {
        padding-block: 100px;
    }

    .faqs-section h2 {
        margin-bottom: 30px;
        text-align: center;
        margin-bottom:  20px;
    }

    .footer-top-part {
        padding-block: 50px;
    }

    .footer-top-part p {
        font-size: 16px;
    }
}

@media(max-width: 350px) {
    .hero-circle{
        width: 100px;
        height: 100px;
    }

    #hero-section h1 {
        font-size: 40px;
    }

    #circles-section .black-circle p:nth-of-type(1), .hero-circle p:nth-of-type(1) {
        font-size: 40px;
    }

    #circles-section .black-circle p:nth-of-type(2), .hero-circle p:nth-of-type(2) {
        font-size: 14px;
    }
}


@media(min-width: 1200px) {
    .container {
        max-width: 1224px
    }
}

/* Animation effects */

.hero-cart-wrapper
{
    animation: blinkPulse 1.2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    transform-origin: center;
    transition: none;
}

@keyframes blinkPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1..2);
    }
}


/* Animation effects ends */