

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/poppins-300-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/poppins-300-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/poppins-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/poppins-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/poppins-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/poppins-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/poppins-800-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/poppins-800-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    margin-top: 90px;
}

@media (max-width: 768px) {
    body {
        margin-top: 70px;
    }
}

body.admin-bar {
    margin-top: 122px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 116px;
    }
}

body.home .site-header,
body.home .site-footer {
    display: none;
}

:root {
    --ds-czarny: #000000;
    --ds-grafit: #373736;
    --ds-tlo: #F6FBFC;
    --ds-jasna-zielen: #E2F0E2;
    --ds-zielony: #C5DEC8;
    --ds-niebieski-akcent: #009DD0;
	--ds-niebieski-hover: #027499;
    --ds-bialy: #FFFFFF;
    --ds-font-main: 'Poppins', sans-serif;
}

body,
#page,
#content,
.site-main {
    background-color: var(--ds-tlo);
    color: var(--ds-czarny);
    font-family: var(--ds-font-main);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    color: var(--ds-czarny);
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}

.hero-title {
    font-size: clamp(2rem, 8vw, 8rem);
    line-height: 0.9;
    text-align: center;
    width: 100%;
}

.hero-tagline {
    text-align: center;
    font-size: clamp(0.9rem, 2vw, 1.3rem);
    font-weight: 300;
    color: var(--ds-grafit);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

h2 {
    font-size: clamp(1.6rem, 4vw, 3rem);
    color: var(--ds-grafit);
    margin-bottom: 1.5rem;
}

p {
    color: var(--ds-grafit);
    font-size: 14px;
    line-height: 1.6;
}

.ds-section {
    padding: 120px 0;
    position: relative;
    z-index: 10;
}

.section-hero {
    position: relative;
    min-height: calc(50rem - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ds-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}

.ds-list {
    list-style: none;
    padding: 0;
}

.ds-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-weight: 400;
}

.ds-list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--ds-niebieski-akcent);
    margin-top: 9px;
    margin-right: 15px;
    margin-left: 5px;
    flex-shrink: 0;
}

#ds-landing-wrapper {
    position: relative;
}

.pin-spacer {
    pointer-events: none !important;
}

.section-hero {
    position: relative;
    z-index: auto;
    min-height: calc(50rem - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
}

.section-hero .ds-container {
    position: relative;
    z-index: 20;
}

.hero-bottle-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 15;
    opacity: 0;
    transform: scale(0.85);
    display: flex;
    align-items: flex-start;
    
    padding-top: calc(42vh - 30px);
    justify-content: center;
    pointer-events: none;
}

.hero-bottle-float {
    display: flex;
    will-change: transform;
}

.hero-bottle {
    height: 55vh;
    max-height: 520px;
    width: auto;
    display: block;
    filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.15));
    transform: rotate(-10deg);
    transform-origin: center bottom;
}

body #bg-shape-david {
    position: absolute;
    top: calc(32vh - 30px);
    right: -15vw;
    width: 60vw;
    height: 55vh;
    background-color: var(--ds-zielony);
    transform: rotate(-10deg);
    z-index: 11;
    pointer-events: none;
}

@media (min-width: 769px) {
    .section-hero {
        align-items: flex-start;
        padding-top: 50px;
    }

    .hero-bottle-wrapper {
        padding-left: min(7.4vh, 70px);
    }

    body #bg-shape-david {
        top: calc(42vh - 159px + 0.558 * min(55vh, 520px) - 0.5 * min(41vh, 443px));
        left: 50%;
        right: auto;
        width: 566px;
        height: min(41vh, 443px);
        transform: translateX(-50%) rotate(-10deg);
    }
}

.bottle-shake-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
}

.bottle-shake {
    height: 55vh;
    max-height: 520px;
    width: auto;
    display: block;
    filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.15));
    transform-origin: center bottom;
}

@media (max-width: 768px) {
    .hero-bottle-wrapper {
        height: 100vh;
    }

    .hero-bottle {
        height: 40vh;
        max-height: 320px;
    }

    .section-hero {
        min-height: calc(30rem - 80px);
    }

    body #bg-shape-david {
        top: calc(32vh - 30px);
        width: 90vw;
        height: 32vh;
        right: -20vw;
    }

    .ds-section {
        padding: 60px 0;
    }

.bottle-shake-wrapper {
        display: none;
    }
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    font-family: var(--ds-font-main);
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible {
    outline: 2px solid var(--ds-niebieski-akcent);
    outline-offset: 3px;
}

.ds-button,
.ds-button:link,
.ds-button:visited {
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 35px;
    margin-top: 25px;
    box-sizing: border-box;

background-color: var(--ds-niebieski-akcent);
    color: var(--ds-bialy) !important;
    border-radius: 50px;
    border: none;
    box-shadow: none;

font-family: var(--ds-font-main);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    line-height: 1;

-webkit-appearance: none;
    appearance: none;
    outline: none;

cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ds-button:hover,
.ds-button:focus {
    background-color: var(--ds-niebieski-hover) !important;
    color: var(--ds-bialy) !important;
    text-decoration: none !important;
}

@media (hover: hover) {
    .ds-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 157, 208, 0.35);
    }
}

.ds-button:focus-visible {
    outline: 2px solid var(--ds-niebieski-akcent);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(0, 157, 208, 0.2);
}

.ds-button:active {
    background-color: var(--ds-niebieski-hover) !important;
    color: var(--ds-bialy) !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 157, 208, 0.35);
}

.ds-content {
    max-width: 850px;
    margin: 70px auto 40px;
    padding: 0 10px;
    line-height: 1.8;
    color: var(--ds-grafit);
    font-family: 'Poppins', sans-serif;
}
.ds-content h1 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--ds-czarny);
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -1px;
}
.ds-content section {
    margin-bottom: 40px;
}
.ds-content h2 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--ds-czarny);
    margin-bottom: 20px;
    border-left: 4px solid var(--ds-niebieski-akcent);
    padding-left: 20px;
    background: rgba(226, 240, 226, 0.4);
    padding-top: 10px;
    padding-bottom: 10px;
}
.ds-content ol {
    padding-left: 25px;
    margin-bottom: 20px;
}
.ds-content ul {
    padding-left: 20px;
    margin-top: 10px;
    list-style-type: square;
}
.ds-content li {
    margin-bottom: 15px;
    font-size: 14px;
}
.ds-content a {
    color: var(--ds-grafit);
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}
.ds-content a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.ds-content strong {
    font-weight: 600;
    color: var(--ds-czarny);
}

@media (max-width: 768px) {
    .ds-content {
        margin-top: 50px;
        padding: 0 5px;
    }
    .ds-content h1 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .ds-content h2 {
        font-size: 1rem;
    }
}

.ds-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    margin-bottom: 0;
}

.ds-faq-item summary {
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 12px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ds-czarny);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ds-faq-item summary::-webkit-details-marker { display: none; }

.ds-faq-item summary::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--ds-niebieski-akcent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.ds-faq-item[open] summary::after {
    transform: rotate(45deg);
}

.ds-faq-item p {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 1.7;
    color: var(--ds-grafit);
}

.hero-desc {
    font-size: 1.1rem;
    color: var(--ds-grafit);
    margin-top: 20px;
    max-width: 500px;
}

.content-left {
    max-width: 50%;
}

.content-right {
    max-width: 50%;
    margin-left: auto;
}

.content-center {
    text-align: center;
}

@media (max-width: 768px) {
    .content-left,
    .content-right {
        max-width: 100%;
        margin-left: 0;
    }
}

.section-shake {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

a {
    color: var(--ds-niebieski-hover);
    font-weight: 600;
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--ds-niebieski-akcent);
}

.entry-title {
    margin-top: 50px;
    font-size: 2.5rem;
    text-align: center;
}
@media (max-width: 768px) {
    .entry-title {
        font-size: 1.5rem;
        text-align: center;
    }
}

#ds-cart-peek {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateX(100%);
    z-index: 9990;
    display: flex;
    align-items: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

#ds-cart-peek.is-peeking {
    transform: translateX(calc(100% - 52px));
}

#ds-cart-peek.is-open {
    transform: translateX(0);
}

#ds-cart-peek-tab {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ds-niebieski-akcent);
    border: 3px solid var(--ds-niebieski-akcent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-right: -8px;
    transition: background-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

#ds-cart-peek-tab:hover,
#ds-cart-peek-tab:focus {
    background: var(--ds-niebieski-akcent) !important;
    border-color: var(--ds-niebieski-akcent) !important;
    color: #fff !important;
}

#ds-cart-peek-tab:active {
    background: var(--ds-niebieski-hover) !important;
    border-color: var(--ds-niebieski-hover) !important;
}

.ds-cart-peek-body {
    width: 220px;
    backdrop-filter: blur(30px);
    border-left: 11px solid var(--ds-niebieski-akcent);
    border-radius: 16px 0 0 16px;
    padding: 24px 20px 20px 36px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
}

.ds-cart-peek-msg {
    margin: 0;
    font-family: var(--ds-font-main);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ds-czarny);
    line-height: 1.4;
}

.ds-cart-peek-btn {
    margin-top: 4px !important;
    padding: 12px 20px !important;
    font-size: 0.85rem !important;
    text-align: center;
}

.ds-cart-peek-link {
    font-family: var(--ds-font-main);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--ds-niebieski-akcent);
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
    opacity: 0.8;
}

.ds-cart-peek-link:hover {
    opacity: 1;
    text-decoration: none !important;
    color: var(--ds-niebieski-akcent) !important;
}

@media (max-width: 480px) {
    .ds-cart-peek-body {
        width: 180px;
        padding: 10px 10px;
    }
}
