/**
 * Theme Name: Zwróć Butelke TTF Child
 * Template:   twentytwentyfive
 */

 body {
    padding: 0;
 }

 /* Override WordPress margin reset - elements with Tailwind classes manage their own margins */
.is-layout-flex > * {
    margin: revert-layer !important;
}

.entry-content {
    overflow: hidden;
}
 
.shift-text {
    display: block;
    width: fit-content;
    margin-left: auto;
}

.wp-block-group.bottle-margin {
    z-index: 1;
}

figure {
    margin: 0;
}

.label-transform {
    transform: rotateZ(5deg);
    z-index: 1;
}
.zywiec-red-bg-overflow::before {
    content: '';
    background: var(--wp--preset--color--zywiec-red) !important;
    display: block;
    position: absolute;
    right: 1px;
    top: 0;
    width: 22rem;
    height: 100%;
    transform: translateX(100%);
}

details {
    width: 100%;
}

details[open] summary::after {
    transform: translateY(-50%) rotateZ(90deg);
}

details p {
    font-size: 0.8em;
}

summary { 
    position: relative;
    padding: 1.5rem 3rem 1.5rem 1rem;
    text-align: center;
    z-index: 1;
    border-left: 1.2rem solid #001494;
}

summary:focus {
    outline: none;
}

summary::after {
    content: '';
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 16px;
    height: 25px;
    background-image: url("/wp-content/uploads/2025/11/arrow.webp");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform .3s ease;
    transform-origin: left;
}

summary::marker {
    display: none;
    content: '';
}

.how-to-box .bottle {
    margin-right: -3rem;
    z-index: 1;
}

.how-to-box img {
    width: 100%;
    height: 100%;
}

.wp-container-core-group-is-layout-bd9a589b {
    margin-bottom: -10rem;
}

.index-up {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    
    .remove-padding-mobile { 
        padding: 0 !important;
    }

    .zywiec-red-bg-overflow::before {
        display: none;
    }
}

@media (max-width: 640px) {
    .shift-text {
        display: inline;
    }
}

.age-gate__heading-title--logo {
 width: 100%;
}

.age-gate__headline,
.age-gate__subheadline {
    text-transform: uppercase;
    font-size: 2rem;
}

.age-gate__wrapper input[type=text].age-gate__input {
    background-color: #F0F0F0 !important;
    border-radius: 0;
    border-color: #CCCCCC;
    font-family: "ZywiecSans", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    line-height: 48px;
    color: #001489;
}

.age-gate__wrapper .age-gate {
    border-radius: 4px;
    padding: 3rem 1rem;
}


.age-gate__wrapper img.age-gate__heading-title {
    max-height: 50px;
    margin-bottom: 3rem;
}

.age-gate__wrapper .age-gate__headline {
    margin-bottom: .5rem;
}


.age-gate__wrapper .age-gate__headline,
.age-gate__wrapper .age-gate__subheadline {
    color: #001489;
    font-size: 24px;
    font-family: "ZywiecSans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.age-gate__wrapper .age-gate__fields {
    padding: 0;
}

.age-gate__wrapper  input[type=text].age-gate__input {
    background-color: #F0F0F0 !important;
    border-radius: 0;
    border-color: #CCCCCC;
    font-family: "ZywiecSans", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    line-height: 48px;
    color: #001489;
}

.age-gate__wrapper input[type=text].age-gate__input::placeholder {
      color: #001489;
      opacity: 1;
}

.age-gate__wrapper .age-gate-submit, .age-gate__submit {
    width: 100%;
}

.age-gate__wrapper button.age-gate-button,
.age-gate__wrapper button.age-gate-submit-no,
.age-gate__wrapper button.age-gate-submit-yes,
.age-gate__wrapper button.age-gate__button,
.age-gate__wrapper button.age-gate__submit--no,
.age-gate__wrapper button.age-gate__submit--yes {
    background-color: #E4002B;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 21px;
    padding: 1em 3em;
    width: 100%;
    font-family: "ZywiecSans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.age-gate-remember-text, .age-gate__remember-text {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.age-gate__error {
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 640px) {
    .age-gate__wrapper .age-gate {
      padding: 3rem 3rem;
    }
}

@media (min-width: 768px) {
    .age-gate__wrapper .age-gate {
      padding: 3rem 4rem;
    }
    
    .age-gate__wrapper .age-gate__headline,
    .age-gate__wrapper .age-gate__subheadline {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .age-gate__wrapper .age-gate {
      padding: 3rem 4rem;
    }
    
    .age-gate__wrapper .age-gate__headline,
    .age-gate__wrapper .age-gate__subheadline {
        font-size: 32px;
    }
    
    .age-gate__wrapper .age-gate__fields {
        padding: 0 1rem;
    }
    
    .age-gate__wrapper  input[type=text].age-gate__input {
        font-size: 1rem;
        padding: 6px 18px;
    }

    .age-gate__wrapper .age-gate-submit, .age-gate__submit {
        width: auto;
        padding: 1em 5em;
    }
    
    .age-gate__wrapper button.age-gate-button,
    .age-gate__wrapper button.age-gate-submit-no,
    .age-gate__wrapper button.age-gate-submit-yes,
    .age-gate__wrapper button.age-gate__button,
    .age-gate__wrapper button.age-gate__submit--no,
    .age-gate__wrapper button.age-gate__submit--yes {
        width: auto;
        padding: 1em 5em;
    }
}