:root {
    --pink-50: #FFF6FA;
    --pink-400: #ff61a6;
    --pink-500: #FF2E8A;
    --gray-500: #6D6D6D;
    --gray-800: #2F2E41;
    --white: #FFFFFF;
    --black: #000000;
}


body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    color: var(--gray-500);
    background: var(--white);
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

header {
    max-height: unset;
    overflow: visible;
    position: relative;
    z-index: 100 !important;
}

h1,
h2,
h3 {
    color: var(--pink-500);
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.centerPart {
    max-width: 1200px;
}

.color-primary {
    color: var(--pink-500);
}

.color-primary-light {
    color: var(--pink-400);
}

.color-primary-light-bg {
    background-color: var(--pink-50);
}

.color-purple-bg {
    background-color: #6968AA;
    color: var(--white);
}

.header-menu a::after {
    display: none;
}

.color-gray {
    color: var(--gray-500);
}

.hide-desktop {
    display: none !important;
}

.jnp-tag-border {
    border: 1px solid var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: var(--white)FFF;
    padding: 10px;
    display: inline-block;
}

.header-menu a,
#header-mobil ul li a,
.header-menu-main {
    color: var(--black);
    padding: 0px 13px;
}

#header-mobil ul li a {
    padding: 15px 10px;
}

#header-mobil ul li a.color-gray {
    color: var(--black) !important;
}

#header-menu-row {
    box-shadow: 0px 5px 5px 0px var(--black)00033;
    left: 0;
    right: 0;
}

.header-logo img.header-logo-joy-desktop {
    max-height: 65px;
    width: auto;
    margin-left: -30px;
    margin-top: -7px;
}

#header-menu-row .header-menu a,
#header-menu-row .header-menu-main,
#header-menu-row #header-mobil ul li a,
#header-menu-row #header-mobil-profile ul li a {
    color: var(--pink-500);
}

#header-menu-row .header-menu a.link-primary {
    color: var(--pink-500) !important;
}

.header-mobil hr {
    background-color: var(--pink-500);
    margin-left: 10px;
    margin-bottom: 10px;
}

#header-menu-row #header-mobil ul li a:hover,
#header-menu-row #header-mobil-profile ul li a:hover {
    font-weight: 700;
}

#header-menu-row #header-mobil ul li a.color-gray:hover,
#header-menu-row #header-mobil-profile ul li a.color-gray:hover {
    font-weight: 700;
}

#header-menu-row #header-mobil-profile ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

#header-mobil-profile ul li {
    display: block;
    position: relative;
}

#header-mobil-profile ul li a {
    color: var(--black);
    display: inline-block;
    font-size: 16px;
    padding: 12px 0;
}

#header-mobil-profile ul li a {
    color: var(--white);
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#header-menu-row .header-menu-main {
    position: relative;
}

.header-menu-main:hover .header-menu-sub-box {
    height: 280px;
}

.header-mobil-footer {
    display: none;
}

.link-primary {
    color: var(--pink-500) !important;
}

.top-header-menu .nolink {
    font-size: 13px;
    color: #333;
    margin-top: 0.7px;
}

.header-menu-left ul li {
    min-width: 50px;
}

.jn-header-menu {
    margin-top: 10px !important;
}

.jn-header-menu>li>a {
    font-size: 18px;
    line-height: 22px;
}

*/ .featured-menu-item {
    background-color: transparent;
    border: 1px solid var(--pink-500) !important;
    border-radius: 25px;
    padding: 4px 12px !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.featured-menu-item:hover {
    background-color: var(--pink-500)33;
    color: var(--pink-500) !important;
}

.header-logo-sponsors.left .header-logo-sponsor img {
    object-fit: contain;
}

.header-logo-sponsors.left .header-logo-sponsor.logo-mm-header img {
    width: 120px !important;
}

header .centerPart {
    margin-top: -4px !important;
}

.header-menu-sub a {
    color: var(--gray-500) !important;
    font-weight: 500;
}

.header-menu-sub a:hover {
    font-weight: 700;
}

.header-menu-sub.primary a {
    color: var(--pink-500) !important;
}

.header-menu-sub2>a {
    text-decoration: underline;
}

.header-menu-sub2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.header-menu-sub2 ul li a {
    color: var(--gray-500) !important;
}

.header-menu-sub-box {
    background-color: var(--white);
    text-align: right;
    right: 10px !important;
    top: 45px !important;
    left: auto !important;
    width: 300px !important;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 40px;
}

.header-menu-sub-box.header-menu-coupon-sub-box {
    left: 20px !important;
    right: auto !important;
    text-align: left !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
    top: 35px !important;
}

#bottom-header-menu-row {
    color: var(--white);
    padding: 50px 0;
    z-index: 10 !important;
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    #bottom-header-menu-row .centerPart {
        padding: 0;
    }

    #bottom-header-menu-row {
        padding: 20px 0;
    }
}

#bottom-header-menu-row a,
#bottom-header-menu-row p {
    color: var(--white) !important;
    margin: 0;
}

#bottom-header-menu-row #EMAIL {
    border-color: var(--white) !important;
    color: var(--white) !important;
    width: 280px;
    height: 25px !important;
}

#bottom-header-menu-row #EMAIL:focus {
    outline: none;
}

#bottom-header-menu-row .sib-form .entry__error {
    color: var(--white) !important;
}

#bottom-header-menu-row .sib-form .checkbox,
#bottom-header-menu-row .sib-form .radio-button,
.jn-popup .checkbox,
.jn-popup .radio-button,
.joy-form .checkbox,
.joy-form .radio-button {
    background: transparent;
    border: 1px solid var(--white);
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.sib-form .checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before,
.joy-form .checkbox_tick_positive:before {
    border: 0 !important;
    transform: none !important;
    transform-origin: none !important;
    margin-left: 0 !important;
    left: 20px !important;
    font-size: 16px;
    top: 4px !important;
}

#bottom-header-menu-row .sib-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before,
.joy-form .checkbox_tick_positive:before {
    content: '✓' !important;
}

#bottom-header-menu-row .sib-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup .input_replaced:checked+.checkbox_tick_positive,
.joy-form .input_replaced:checked+.checkbox_tick_positive {
    content: '✓' !important;
}

footer .sib-form .checkbox,
footer .sib-form .radio-button,
.jn-popup .checkbox,
.jn-popup .radio-button,
.joy-form .checkbox,
.joy-form .radio-button {
    background: transparent;
    border: 1px solid var(--gray-500);
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
}

.joy-form .checkbox,
.joy-form .radio-button {
    position: relative;
    z-index: 1;
}

footer .sib-form .checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before {
    border-color: var(--pink-50);
}

footer .sib-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup .input_replaced:checked+.checkbox_tick_positive:before {
    border-color: var(--gray-500) !important;
    content: '✓' !important;
    color: var(--gray-500) !important;
}

.joy-form .checkbox,
.joy-form .radio-button {
    background: transparent;
    border: 1px solid var(--gray-500);
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    display: inline-block;
    border-radius: 20px;
}

.joy-form .checkbox_tick_positive:before {
    border-color: #f2f2f2;
    color: #f2f2f2;
    content: '✓' !important;
    display: inline-flex !important;
    align-items: flex-end;
    margin-left: 3px !important;
    margin-top: 2px !important;
}

.joy-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive {
    background: transparent !important;
    border-color: var(--pink-500) !important;
}

.joy-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive:before {
    border-color: var(--pink-500) !important;
    content: '✓' !important;
    color: var(--pink-500) !important;
    display: inline-flex !important;
    align-items: flex-end;
    margin-left: 3px !important;
    margin-top: 2px !important;
}

.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive:before {
    margin-left: 2px !important;
    margin-top: 0px !important;
}

.joy-form label p {
    width: calc(100% - 30px);
    font-size: 12px;
    margin-bottom: 0;
}

.code-form label {
    display: flex !important;
    align-items: center;
    position: relative
}

footer .sib-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup .input_replaced:checked+.checkbox_tick_positive {
    background: transparent !important;
    border-color: var(--gray-500) !important;
}

.sib-form .entry__choice label {
    display: flex;
}

.sib-form .entry__choice label span:last-child {
    width: calc(100% - 30px);
}

.sib-form .entry__choice label span:last-child p {
    margin-left: 20px !important;
    text-align: left !important;
}

#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
    color: var(--white) !important;
    opacity: 1.0;
    font-weight: 500;
}

#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
    color: var(--white) !important;
    opacity: 1.0;
    font-weight: 500;
}

#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
    color: var(--white) !important;
    opacity: 1.0;
    font-weight: 500;
}

#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"]):-moz-placeholder {
    color: var(--white) !important;
    opacity: 1.0;
    font-weight: 500;
}

#bottom-header-menu-row .sib-form-block__button {
    box-shadow: none;
    background-color: var(--white);
    color: var(--pink-400) !important;
}

#bottom-header-menu-row #subscribe-box {
    width: 100%;
}

#bottom-header-menu-row .sib-form {
    padding: 0 !important;
}

#bottom-header-menu-row #subscribe-box .centerPart {
    display: flex;
}

#bottom-header-menu-row #subscribe-box .centerPart #sib-form {
    display: flex;
    justify-content: center;
}

#bottom-header-menu-row #subscribe-box .centerPart #sib-form>div {
    margin: 0 5px;
    padding: 5px 0 !important;
    display: flex;
    align-items: center;
}

#bottom-header-menu-row #subscribe-box .centerPart>p {
    text-transform: uppercase;
}

#bottom-header-menu-row .form__entry.entry_block label {
    margin: 0;
}

#bottom-header-menu-row .sib-optin {
    margin-bottom: 0 !important;
}

#bottom-header-menu-row .entry__choice {
    margin-bottom: 0 !important;
    margin-top: 4px !important;
}

#check_box_sg_reg_field {
    margin-left: 3px;
}

.ur-frontend-form {
    margin-bottom: 10px;
}

.ur-frontend-form .description {
    font-size: 10px;
    color: var(--gray-500);
    margin-left: 42px;
    margin-top: -10px;
}

#scrollTop {
    background-color: var(--pink-500);
    ;
}

#scrollTop:hover {
    background-color: var(--white);
    color: var(--pink-500);
    ;
}

.codes-hero-block {
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-22-november/nyeremenyjatek-hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.codes-hero-block img {
    max-width: 550px;
    width: 100%;
    margin: 20px auto;
}

.codes-hero-block p:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--pink-500);
    max-width: 520px;
    margin: 20px auto;
}

.codes-hero-block p:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 520px;
    margin: 20px auto;
}

.code-form {
    width: 100%;
}

.code-form label {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #333333;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.code-form label a {
    text-decoration: underline;
}

.code-form input[type="checkbox"] {
    display: inline-block;
}

.code-form-answer,
.code-form input[type=text],
.code-form input[type=email],
.code-form input[type=password],
.code-form input[type=submit] {
    padding: 14px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
    height: auto;
}

#code_form_2 .col {
    width: 33.3%;
}

.code_form_submit {
    text-align: center !important;
}

.code-form-answer {
    border: 1px solid var(--pink-500);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--pink-500);
    font-weight: bold;
    cursor: pointer;
}

.code-form-answer:hover,
.code-form-answer.active {
    background: var(--pink-500);
    color: var(--white);
}

.code-form input[type=text],
.code-form input[type=email] {
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
}

.code-form input[type=submit] {
    border: 1px solid var(--pink-500);
    background: var(--pink-500);
    color: var(--white);
    cursor: pointer;
}

.code-form .col {
    background: var(--white);
    border-radius: 10px;
    margin: 10px;
    width: calc(33.3% - 20px);
    padding: 40px 20px;
}

.code-form .col p {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--pink-500);
}

.code-form .col p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .codes-hero-block {
        min-height: 400px;
    }

    .codes-info-block,
    .code-form {
        flex-direction: column;
    }

    .codes-info-block .col,
    .code-form .col {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .codes-hero-block {
        min-height: 345px;
    }
}

.header-menu a,
#header-mobil ul li a,
.header-menu-main {
    font-weight: 500;
}

#header-menu-row {
    background: var(--white);
}

#header-menu-row .centerPart {
    height: 55px;
}

.search-icon {
    margin-left: 10px;
}

#header-menu-row>.centerPart>.col:nth-child(2) {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    width: 60%;
}

#header-menu-row>.centerPart>.col:nth-child(1),
#header-menu-row>.centerPart>.col:nth-child(3) {
    width: 40%;
}

#header-menu-row .col:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

.header-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    height: 47px;
    justify-content: space-evenly;
}

.header-right .top-header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-right .top-header-menu ul {
    display: flex;
}

.header-right .top-header-menu ul li a {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.header-menu-right>ul {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.header-logo-joy {
    width: 500px;
    margin-top: 0px !important;
    margin-bottom: -5px !important;
    display: flex;
    align-items: center;
}

.header-logo-joy-mobile {
    display: none;
}

#header-menu-row {
    height: 75px;
}

#header-menu-row .header-menu a {
    display: flex;
    align-items: center;
}

.jn-header-menu>li>a:hover {
    text-shadow: 0px 0px 2px var(--pink-500);
}

.header-date {
    background: #333333;
    color: var(--white);
    padding: 3px 8px;
    display: inline-block;
    height: 26px;
    font-size: 12px;
    margin: auto;
    width: 123px;
}

.header-menu {
    display: flex;
}

.simple-page-title {
    color: var(--pink-500);
    margin-bottom: 20px;
}

.page-simple-page {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.schema-faq-section {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--pink-400);
}

.schema-faq-question {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: var(--pink-500);
    padding-bottom: 20px;
    display: block;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}

.schema-faq-question::after {
    width: 26px;
    height: 26px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-dec/icon-dropdown.svg');
}

.schema-faq-answer {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500);
    padding-left: 45px;
    display: none;
}

.lost-pass #user-registration {
    background-color: transparent !important;
}

.search-results .page-title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
}

.search-results .page-title span {
    font-size: 40px;
    line-height: 48px;
}

.search-results article {
    margin-bottom: 40px;
}

.search-results article .entry-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: var(--pink-500);
    margin-bottom: 0;
}

.search-results article .entry-title a {
    text-decoration: none;
    color: var(--pink-500);
}

.search-results article .entry-summary {
    margin-top: 0;
}

.search-results article .entry-summary p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-results article .entry-summary a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--pink-500);
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.search-results article .entry-row {
    display: flex;
}

.search-results article .post-thumbnail {
    display: block;
    margin-right: 20px;
    width: 200px;
    height: 160px;
}

.search-results article .post-thumbnail img {
    display: block;
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.search-results .nav-previous a {
    color: var(--pink-500);
    font-weight: bold;
}

.search-results article .entry-row>div {
    width: calc(100% - 200px);
}

.header-mobil-button .ease {
    background-color: var(--pink-500) !important;
}

.mobile-login-link {
    padding: 0 !important;
}

.mobile-login-link img {
    max-width: none;
}

#header-mobil-buttons {
    right: unset;
    left: unset;
    top: unset;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .button-kuponcsomag {
        display: none;
    }
}

.header-mobil-button:first-of-type {
    margin-right: 0;
    padding: 5px;
}

#menuButton {
    height: 15px;
}

#menuButton span:nth-of-type(2) {
    width: 100%;
    left: 50%;
}

#menuButton::after {
    background-color: transparent;
}

#header-mobil-buttons-right {
    display: none;
    margin-left: auto;
}

#header-mobil .header-menu-main {
    padding-top: 0;
}

.header-mobil {
    margin-top: 20px;
}

.header-mobil .login-button {
    width: auto;
    max-width: 130px;
    margin: auto;
}

#header-mobil.active {
    margin-top: -4px;
    background: var(--white);
}

#header-mobil ul li {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-search-block {
    padding: 10px 0;
    background: var(--pink-50);
}

#header-mobil .header-search-form div {
    display: flex;
}

#header-mobil .header-search-form button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #E65EC5;
    border-left: 0;
    background: transparent;
}

#header-mobil .header-search-form input:not([type="checkbox"]):not([type="radio"]) {
    background: transparent;
}

#menuButton.opened::after {
    box-shadow: none;
    border: 1px solid var(--pink-500);
}

.header-mobil-button.opened .ease {
    background-color: var(--pink-500) !important;
}

.menu-logo-block {
    width: 120px;
    display: inline-block;
}

.header-logos {
    display: flex;
    align-items: center;
}

#header-mobil-buttons-right img {
    margin: 0 5px;
    cursor: pointer;
}

.header-logo-block {
    display: flex;
}

.header-logo-sponsors {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: auto;
}

.header-logo-sponsors.right {
    margin-right: 0;
    margin-left: auto;
}

.header-logo-sponsor {
    margin-left: auto;
    margin-right: 0;
    padding-top: 3px;
    margin-right: 10px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-logo-sponsor img {
    width: auto !important;
    margin-top: 10px;
}

.header-logo-sponsor a {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.header-logo-sponsor span {
    color: var(--black);
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.header-logo-sponsor-2 {
    width: 125px;
    margin-top: 21px !important;
}

.header-logo {
    margin: 0 5px;
}

#header-mobil-profile {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0 80px 20px;
    pointer-events: none;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
}

#header-mobil-profile.active {
    opacity: 1;
    pointer-events: all;
    background: var(--white)7F7;
}

.login-button {
    border-radius: 20px;
    border: 1px solid var(--pink-500);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    color: var(--pink-500);
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    height: 30px !important;
    line-height: 30px !important;
}

.login-button-left {
    display: block;
    padding: 2px 8px;
}

.login-button-right {
    background-color: var(--pink-500);
    display: block;
    padding: 0px 3px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.login-button-right img {
    width: 20px;
    margin-right: 2px;
    margin-left: 1px;
    margin-top: -1px;
}

.button.webshop-button {
    width: 100px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    height: 30px !important;
    line-height: 30px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.button-kuponcsomag {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 5px 15px !important;
    background: var(--pink-500);
    color: var(--white) !important;
    border-radius: 25px;
}

.jn-popup {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 101;
    overflow-y: auto;
}

.jn-popup-bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(202.48deg, var(--white)7F7 12.82%, #B3EEF3 89.55%);
    opacity: 0.4;
}

.jn-popup-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    background: var(--white)FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 580px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    height: fit-content;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    margin: 20px auto 40px auto;
    width: calc(100% - 20px);
}

.jn-popup-container .user-registration-error,
.user-registration-error {
    border: 0;
    font-size: 10px !important;
    background: transparent;
    padding: 0 15px;
}

.jn-popup-container .user-registration-error::before {
    display: none;
}

.jn-popup-container h2 {
    margin-bottom: 0px;
    color: var(--pink-400);
}

.jn-popup .user-registration-Button {
    background: var(--pink-500);
    box-shadow: inset -1px -2px 1px var(--pink-400);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.jn-login-close {
    margin-left: auto;
    margin-right: 0;
}

.jn-popup-login #user-registration {
    box-shadow: none !important;
    background: transparent !important;
    max-width: 380px;
    width: 100%;
}

.jn-popup-login-description {
    color: var(--pink-400);
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.jn-popup-login .ur-frontend-form,
.jn-popup-reg .user-registration {
    border: 0 !important;
}

.jn-popup-login .user-registration {
    margin-bottom: 10px !important;
}

.jn-popup-login p {
    font-size: 14px;
}

.jn-exit-popup #subscribe-box {
    max-width: 380px;
    margin: 0 auto;
}

.jn-exit-popup #subscribe-box .centerPart {
    text-align: center;
}

.jn-exit-popup #subscribe-box .sib-form-block__button-with-loader {
    margin-left: auto !important;
}

.jn-exit-popup .jn-popup-container {
    background: var(--white)2FA;
}

.jn-exit-popup .jn-popup-logo {
    margin-bottom: 20px;
    width: 140px;
    height: auto;
}

.jn-exit-popup-close {
    margin-right: 0;
    margin-left: auto;
}

.user-registration-LostPassword.lost_password {
    font-size: 10px;
    line-height: 15px;
    color: var(--gray-500) !important;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-row--remember-me {
    text-align: center;
}

.user-registration-LostPassword.lost_password a {
    margin-top: 15px;
    color: var(--gray-500) !important;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 14px;
}

.reg-form {
    max-width: 900px !important;
}

.reg-form .ur-field-item {
    width: calc(50%);
    padding: 5px 20px;
    float: left;
}

.reg-form .field-user_pass,
.reg-form .field-user_confirm_password {
    float: right;
}

.reg-form .ur-form-grid label.ur-label {
    display: none;
}

.reg-form .field-radio {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
}

.reg-form .field-checkbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

.reg-form .ur-button-container {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    float: none;
}

.reg-form #radio_userage_field ul {
    width: 100%;
}

.reg-form .nsl-container-block {
    margin-top: 60px;
}

.email-confirm-alert {
    color: red;
    font-size: 12px;
    display: none;
    padding: 10px 0;
}

.ur-frontend-form input[type=submit] {
    margin-bottom: 5px;
}

.user-registration-form__label.user-registration-form__label-for-checkbox {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    font-size: 10px !important;
    line-height: 15px;
}

.jn-popup-login {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jn-popup-reg {
    display: none;
    max-width: 380px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jn-popup-loginreg input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: 1px solid var(--gray-500);
    box-sizing: border-box;
    border-radius: 30px !important;
    padding: 4px 20px !important;
    color: var(--gray-500);
    text-transform: none !important;
}

.jn-popup-loginreg .ur-label {
    display: none !important;
}

.nsl-button-facebook {
    background-color: transparent !important;
    border: 1px solid var(--pink-500);
    border-radius: 30px !important;
    color: var(--pink-500) !important;
    font-weight: bold;
}

.nsl-button-svg-container {
    background-color: var(--pink-500) !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#radio_userage_field ul {
    margin: 0;
    padding: 0;
    display: flex;
}

#radio_userage_field ul li {
    padding: 5px 10px 5px 0;
}

#radio_userage_field ul li label {
    font-size: 10px;
    line-height: 15px;
    color: var(--gray-500);
}

.ur-checkbox-list .ur-checkbox-label {
    font-size: 10px !important;
    line-height: 15px;
    color: var(--gray-500);
}

.ur-frontend-form input[type="checkbox"]+label::before {
    left: -26px !important;
    top: -2px !important;
    border-color: var(--pink-500) !important;
    border-radius: 20px !important;
    width: 20px !important;
    height: 20px !important;
    background: var(--white);
}

.ur-frontend-form input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    border-color: var(--pink-500) !important;
}

.form-row ul {
    margin: 0;
    padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 10px;
}

.button {
    background: var(--pink-500);
    border-radius: 200px !important;
    color: var(--white) !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    border: 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.button:hover {
    text-decoration: none;
}

.button-link {
    display: flex;
    text-decoration: none;
    padding: 15px 40px;
    width: max-content !important;
}

.login-link,
.reg-link {
    color: var(--pink-500) !important;
    cursor: pointer;
}

.nsl-container-buttons {
    margin-top: -30px;
    margin-bottom: 20px;
}

footer {
    background: var(--pink-500);
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    margin-top: 50px;
}

footer a {
    color: var(--white) !important;
    text-decoration: none !important;
}

footer a:hover {
    color: var(--white) !important;
    font-weight: 700;
}

footer p {
    margin-bottom: 10px;
}

footer p b {
    font-size: 18px;
    line-height: 22px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li {
    padding: 8px 0;
}

footer .centerPart {
    align-items: stretch;
    padding: 50px 0 10px 0;
}

footer .centerPart .col {
    padding: 0 50px;
    height: auto;
}

footer .centerPart .col:nth-child(1),
footer .centerPart .col:nth-child(2) {
    width: 100%;
}

footer .app-icons {
    display: flex;
    margin: 30px auto 0 auto;
    width: 100%;
    justify-content: center;
}

footer .jn-cimlap {
    max-width: 280px;
    height: auto;
    margin: 20px auto 0 auto;
}

footer .col-elofizetes {
    text-align: center;
}

footer .col-elofizetes img {
    max-width: 160px;
}

@media only screen and (min-width: 992px) {

    footer .centerPart .col:nth-child(1),
    footer .centerPart .col:nth-child(2) {
        width: 33%;
    }
}

.home-gradient-bg {
    background: var(--white);
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-jun/Path-6363.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.jnpbh-main {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    display: flex;
    flex-wrap: none !important;
    margin-top: 55px;
}

.jnpbh-main-left {
    width: 60%;
    padding-right: 100px;
}

.more-coupons-link {
    font-weight: 700;
    text-align: center;
    color: var(--pink-500) !important;
    margin: 0px auto 40px;
    width: 100%;
    display: block;
    z-index: 2;
}

.jnp-hero-block {
    background: var(--white)FFF;
    border: 1px solid var(--black)000;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: calc(100% - 400px);
}

.jnp-hero-logo {
    position: absolute;
    margin: auto;
    left: -73px;
    top: -54px;
    width: 148px;
    height: 148px;
}

.jnp-hero-block h1 {
    color: var(--black);
    text-align: center;
    font-weight: 700;
    font-size: 80px;
    line-height: 97px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.jnp-hero-block h2 {
    color: #AAAAAA;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.jnp-hero-block h3 {
    text-align: center !important;
    padding: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFE500;
    background-color: var(--black);
    width: 100%;
    font-weight: 800;
    font-size: 40px;
    line-height: 110.02%;
    text-transform: uppercase;
}

.jnp-hero-block h3 span {
    color: var(--pink-500);
}

.jnp-hero-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.jnp-hero-row.jnp-coupon-datasheet {
    flex-direction: column;
}

.jnp-hero-app-block {
    background: #FFE500;
    border: 1px solid var(--black)000;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block {
    justify-content: flex-start;
    background: transparent;
    border: 0;
    margin: 0;
}

.jnp-hero-app-block p {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: block;
    width: 100%;
    color: var(--black);
    text-align: center;
    margin-bottom: 10px;
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block p {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
}

.jnp-hero-app-block a {
    width: 50%;
    display: contents;
    margin: 5px;
}

.jnp-hero-text-block {
    margin: 10px;
    text-align: center;
    background: #D9D9D9;
    border: 1px solid var(--black)000;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jnp-hero-text-block.mobile {
    display: none;
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-text-block {
    margin: 0;
    text-align: left;
    border: 0;
    background: transparent;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 20px;
}

.jnp-hero-text-block p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

.jnp-hero-text-block .button,
.coupon-list-row .button,
.jnp-hero-block h3 .button,
.jnp-hero-row.jnp-coupon-datasheet .app-button {
    background: var(--pink-500);
    border-radius: 5px !important;
    width: 100%;
    color: var(--white);
    font-style: normal;
    font-weight: 700;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    text-decoration: none;
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-text-block .button {
    width: auto !important;
    display: inline-block;
}

.coupon-list-row {
    width: 100%;
    margin: 20px 0;
}

.coupon-list-row .button,
.jnp-hero-block h3 .button,
.jnp-hero-row.jnp-coupon-datasheet .app-button {
    background: var(--black);
    display: inline-block;
    max-width: 250px;
    margin-bottom: 20px;
}

.jnp-hero-block h3 .button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content !important;
    max-width: none;
}

.jnp-hero-row.jnp-coupon-datasheet .app-button {
    max-width: 140px;
    margin-left: 10px;
    margin-bottom: 0px;
    display: none;
}

.coupon-list-row p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    font-weight: bold;
}

.jnpbh-main-images {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: 400px;
}

.jnpbh-main-images img:first-child {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 160px;
    margin-left: 50px;
}

.jnpbh-main-images img:last-child {
    margin-left: 80px;
    max-width: 190px;
}

.h3-app-text-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .header-logo-joy {
        width: 415px;
    }

    .jnpbh-main-left {
        padding-right: 50px;
    }

    .jnp-hero-bg-1 h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .jnp-hero-bg-2 .jnp-hero-block.yellow {
        margin-top: -40px !important;
    }

    .jnpbh-main {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1140px) {
    .header-logo-sponsors {
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .jnp-hero-block h1 {
        font-size: 60px;
    }

    .jnp-hero-block h3 {
        font-size: 30px;
    }
}

.header-logo-search {
    display: none;
    width: 25px;
    height: 25px;
}

.header-logo-search a {
    padding: 0;
}

.header-logo-search img {
    width: 25px;
    height: 25px;
}

.jnp-hero-block h3 .button {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .coupon-filters select,
    .coupon-filters select option {
        font-size: 12px !important;
    }

    .jnp-hero-block h3 .button {
        display: block;
    }


    .jnp-hero-row.jnp-coupon-datasheet .app-button {
        display: block;
    }

    .jnp-hero-text-block p {
        margin-bottom: 10px;
    }

    .jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block {
        display: none;
    }

    .page-coupon--page .centerPart-bigger .col:first-child {
        width: calc(100% + 20px) !important;
        margin-left: -10px;
        display: flex;
    }

    .page-coupon--page .centerPart-bigger .col:first-child .coupon-main,
    .page-coupon--page .centerPart-bigger .col:first-child p {
        width: 100% !important;
        max-width: 300px;
        margin: 10px auto;
    }

    .page-coupon--page .centerPart-bigger .col:first-child .coupon-item-image {
        margin-top: 0;
    }

    .jnpbh-main-left {
        width: 100%;
        padding-right: 0px;
    }

    .header-logo-search {
        order: 1;
        display: block;
        margin-right: 0;
        margin-left: auto;
        display: none;
    }

    .jnp-hero-block {
        background: transparent;
        border: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .jnp-hero-block h1 {
        font-size: 32px;
    }

    .jnpbh-main-images,
    .jnp-hero-logo,
    .jnp-hero-block h2,
    .header-logo-sponsors.right {
        display: none;
    }

    .header-logo-joy-desktop {
        display: none;
    }

    .header-logo-joy-mobile {
        display: block;
    }

    .jnp-hero-block h3 {
        background-color: #FFE500;
        color: var(--black);
        font-size: 20px;
        line-height: 25px;
        border-radius: 10px;
    }

    .jnp-hero-block h3 .button {
        display: flex;
    }

    .jnpbh-main-left>div:not(.jnpbh-date) {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .jnp-hero-bg-1::after {
        right: -100vw !important;
    }

    .jnpbh-main {
        flex-direction: column;
        margin-top: 0;
    }

    .jnpbh-main-right {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .jnpbh-main-right>a,
    .jnpbh-main-right>p,
    .jnpbh-main-right>div {
        width: 100% !important;
    }

    .jnp-hero-text-block,
    .jnp-hero-app-block {
        display: none;
    }

    .coupon-page-info .jnp-hero-text-block,
    .coupon-page-info .jnp-hero-app-block {
        display: flex;
    }

    .jnp-hero-text-block.mobile {
        display: flex;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }

    .jnp-hero-text-block.mobile .button {
        width: max-content !important;
        margin: 0px auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .coupon-main__header .coupon-discount.discount-5 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .coupon-main__header .coupon-discount.discount-10 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .coupon-main__header .coupon-discount.discount-25 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media only screen and (max-width: 600px) {
    .jnp-hero-bg-1 {
        flex-direction: column;
        align-items: center;
    }

    .jnp-hero-bg-1 div {
        text-align: center;
    }

    .jnpbh-main-left img {
        margin-top: 20px !important;
    }

    .jnp-hero-bg-2 {
        flex-direction: column;
        padding: 0 !important;
    }
}

.jnpbh-main-right {
    width: 40%;
}

.jnpbh-main-left p {
    max-width: 480px;
}

.jnpbh-main-left a {
    text-decoration: none;
    color: var(--pink-500);
}

.jnpbh-main-left hr {
    margin: 30px 0;
    background-color: var(--pink-400);
}

.jnpbh-main-left img,
.jnpbh-main-left div,
.jnpbh-main-left h2 {
    position: relative;
    z-index: 1;
}

.text-ping-bg {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--white);
    background-color: var(--pink-500);
    padding: 5px;
    text-align: center;
    margin-top: 45px;
}

.jnpbh-main-left div p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--white)FFF;
}

.jnp-hero-bg-1 {
    background: var(--pink-500);
    border-radius: 0px 20px 20px 0px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.jnp-hero-bg-1::after {
    width: auto;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    left: -100vw;
    right: 100px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: var(--pink-500);
}

.jnp-hero-bg-1 h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white)FFF;
}

.jnp-hero-bg-1 img {
    max-height: 240px;
    width: auto;
}

.jnp-hero-bg-2 {
    display: flex;
    padding: 0 20px;
}

.jnp-hero-bg-2 .jnp-hero-block {
    padding: 20px;
    border-radius: 20px;
    color: var(--white);
    text-align: center;
    height: fit-content;
}

.jnp-hero-bg-2 .jnp-hero-block .button-white {
    display: inline-block;
    font-size: 16px;
}

.jnp-hero-bg-2 .jnp-hero-block.yellow {
    background: #FFC555;
    margin-top: -70px;
    margin-right: 20px;
}

.jnp-hero-bg-2 .jnp-hero-block.yellow.v2 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--pink-500);
}

.jnp-hero-bg-2 .jnp-hero-block.yellow.v2 p {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em !important;
    line-height: 25px;
    color: var(--white)FFF;
}

.jnp-hero-bg-2 .jnp-hero-block.yellow.v2 p span {
    background: var(--pink-500);
    padding: 5px;
    white-space: nowrap
}

.jnp-hero-bg-2 .jnp-hero-block.black {
    background: #333333;
    margin-top: 20px;
}

.jnp-hero-bg-2 .jnp-hero-block.black .button-white {
    color: #333333 !important;
}

.jnp-hero-plaza-list {
    display: flex;
    justify-content: space-between;
}

.jnpbh-main-right-img {
    width: 100%;
    height: auto;
}

.button-white {
    background-color: var(--white);
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
}

.jnpbh-main-left .button-white {
    color: #FFC555;
}

.jnpbh-main-img {
    width: 600px;
    height: auto;
    margin: auto;
    position: absolute !important;
    top: 50px;
    left: auto;
    bottom: 0;
    right: 10px;
    z-index: 0 !important;
}

.jnpbh-mobile-img {
    width: 250px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

.jnpbh-date {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
    margin: 5px auto 20px 0;
    color: var(--pink-400);
}

.timeline-block {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.timeline-block p {
    max-width: 740px;
    margin: 0 auto;
}

#home-coupons .centerPart {
    padding-top: 40px;
    max-width: 1200px;
}

.reg-container {
    padding-top: 50px;
}

.plaza-coupon-container {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plaza-coupon-container h2 {
    color: var(--white);
    margin-bottom: 50px;
}

.coupon,
.coupon-mm {
    border: 0;
    padding: 1%;
}

.coupon:hover .coupon-main,
.coupon-mm:hover .coupon-main {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.coupons-hidden::before,
.coupons-hidden::after,
#extra-coupons-media-markt::before,
#extra-coupons-media-markt::after {
    display: none;
}

.coupon-main-img {
    background-size: cover;
    min-height: 370px;
}

@media only screen and (max-width: 768px) {
    .coupon-main-img {
        min-height: 270px;
    }
}

.coupon-main-img img {
    margin: 20px auto auto auto;
}

.coupon-main {
    border-radius: 30px;
}

.coupon-discount::after {
    display: none;
}

.coupon-main__header {
    background-color: var(--pink-500);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    margin: 8px 13px 10px 8px;
    align-items: center;
    border-radius: 18px;
    padding: 8px 15px;
    width: fit-content;
    position: absolute;
    z-index: 1;
}

.coupon-main__header .coupon-discount {
    padding: 0;
    width: 100%;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.coupon-main__header .coupon-discount.long-discount {
    font-size: 18px;
    line-height: 22px;
}

.coupon-main__header .coupon-discount.discount-5 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.coupon-main__header .coupon-discount.discount-10 {
    font-size: 25px;
    line-height: 30px;
}

.coupon-main__header .coupon-discount.discount-25 {
    font-size: 18px;
    line-height: 22px;
}

.coupon-main__header .coupon-discount.discount-50 {
    font-size: 15px;
    line-height: 18px;
}

.coupon-main__header .fav-icon {
    width: 26px;
    height: 26px;
    margin: 0 10px;
}

.coupon-main .coupon-title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #404042;
    margin: 0 auto 10px auto;
}

.coupons-cover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 81.89%);
}

.extra-coupon-badge {
    color: var(--white);
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 3px;
    background: var(--black);
    padding: 2px 4px;
    width: fit-content;
    margin: 5px auto;
}

.coupon-type-block {
    padding-bottom: 80px;
    padding-top: 80px;
}

.coupon-type-block .centerPart {
    justify-content: center;
}

.coupon-type-block .col p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.coupon-type-block .col p strong {
    color: var(--pink-400);
    font-size: 18px;
}

.coupon-type-block .centerPart .col {
    width: 33.33%;
    display: flex;
}

.coupon-type-block .centerPart .col img {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: left;
    max-width: 75px;
    max-height: 75px;
}

.coupon-type-block .centerPart .col a {
    color: var(--pink-500);
    text-decoration: none;
    display: inline-block;
    width: 150px;
}

.coupon-type-block .centerPart .col a img {
    margin-top: 0;
    margin-bottom: 0;
}

.coupon-type-block .centerPart .col a:hover {
    text-decoration: underline;
}

.coupon-info-block {
    padding-bottom: 80px;
}

.coupon-info-block .button-link {
    margin: auto;
}

.coupon-info-block .col img {
    margin-bottom: 20px;
    max-height: 190px;
    margin-left: auto;
    margin-right: auto;
}

.coupon-info-block .col p {
    margin-right: 20px;
    margin-left: 20px;
}

.coupon-info-block .col {
    width: 100%;
}

.coupon-pic {
    text-align: center;
    position: relative;
    margin-top: 70px;
}

.coupon-with-image .coupon-pic {
    margin-top: 0px;
}

.coupon-pic .coupon-image {
    border-radius: 20px;
    margin: 3px;
    width: calc(100% - 6px);
    height: 220px;
    object-fit: cover;
}

.coupon-pic img.coupon-logo {
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.coupon--big-logo .coupon-pic img.coupon-logo {
    max-width: 90%;
    max-height: none;
}

.coupon--big-logo .coupon-item-image {
    margin-top: 20px;
}

.coupon-notification {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .coupon-info-block .col {
        width: 50%;
    }
}

#openBlock,
.bg-21-majus {
    background-color: var(--pink-50);
    background-image: url('/wp-content/themes/joy-napok/assets/img/teaser-21-majus/bg-pattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#openBlock .centerPart-small {
    padding-bottom: 20px;
    z-index: 5;
}

.underline-red {
    background: var(--pink-500);
    -webkit-box-shadow: 10px 0 0 var(--pink-500), -10px 0 0 var(--pink-500);
    box-shadow: 10px 0 0 var(--pink-500), -10px 0 0 var(--pink-500);
}

.bg-pattern-21-majus {
    background-color: var(--pink-50);
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-majus/title-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buttonStyle-pink {
    background-color: var(--pink-500);
    border: 1px solid var(--pink-500);
    color: var(--white);
}

.buttonStyle-pink a {
    text-decoration: none;
    color: var(--white);
}

.buttonStyle-large {
    font-size: 16px;
    padding: 15px 30px;
}

.buttonStyle-pink:hover {
    background-color: var(--white);
    color: var(--pink-500);
}

.buttonStyle-pink:hover a {
    color: var(--pink-500);
}

.margin-bottom-top-30 {
    margin: 30px 0;
}

.color-red {
    color: var(--pink-500);
}

.buttonStyle-main-bg {
    background-color: var(--pink-500);
    border: 1px solid var(--pink-500);
    color: var(--white);
}

.buttonStyle-main-bg:hover {
    background-color: var(--white);
    color: var(--pink-500);
}

.buttonStyle-main-border {
    background-color: var(--white);
    border: 1px solid var(--pink-500);
    color: var(--pink-500);
}

.buttonStyle-main-border:hover {
    background-color: var(--pink-500);
    color: var(--white);
}

.bg-gradient-linear-21-majus {
    background: -moz-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(200, 194, 198, 0.1) 10%, rgba(255, 166, 222, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(200, 194, 198, 0.1) 10%, rgba(255, 166, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(196, 196, 196, 0) 0%, rgba(200, 194, 198, 0.1) 10%, rgba(255, 166, 222, 1) 100%);
}

.kuponom-feature-list {
    padding: 80px 0 10px;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-23-majus/main-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.kuponom-signup-form {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kuponom-signup-form p {
    font-size: 16px;
    margin-bottom: 40px;
}

.kuponom-signup-form p img {
    margin-bottom: 15px;
}

.kuponom-signup-form p span,
.joy-app-btn,
.no-joy-app-btn {
    font-weight: bold;
    color: var(--pink-500);
    font-size: 14px;
}

.joy-app-btn,
.no-joy-app-btn {
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 20px;
}

.lost-password-link {
    font-size: 12px;
    text-decoration: none;
    display: none;
}

.no-joy-app-btn {
    display: none;
}

.kuponom-signup-form .reg-form .ur-frontend-form {
    max-width: 380px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.kuponom-signup-form .reg-form .ur-field-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.kuponom-signup-form-2 {
    padding: 80px 0;
    background-color: #f2f2f2;
}

.kuponom-signup-form-2 .gift-item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}

.kuponom-signup-form-2 .gift-item.active {
    background-color: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.kuponom-signup-form-2 .col {
    padding: 20px;
}

.kuponom-signup-form-2 .col img {
    height: 225px;
    margin-bottom: 10px;
    object-fit: cover;
}

.kuponom-signup-form-2 .col span {
    font-weight: bold;
    color: var(--pink-500);
}

.no-gift {
    background: transparent;
    text-decoration: underline;
    color: var(--pink-500) !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

#selected_gift {
    background: transparent;
}

.selected-gift-container {
    position: relative;
}

.selected-gift-container::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--black);
    border-top: 1px solid var(--black);
    transform: rotate(135deg);
    content: ' ';
    color: var(--black);
    display: block;
    position: absolute;
    left: auto;
    right: 20px;
    top: -5px;
    bottom: 0;
    margin: auto;
}

.form-response-message {
    font-size: 14px;
    font-weight: bold;
    color: var(--pink-500);
    border: 1px solid var(--pink-500);
    padding: 10px 20px;
    margin-bottom: 20px;
}

#gift-popup-form {
    position: relative;
}

.no-gift:hover {
    background: transparent;
    color: #828282 !important;
}

.submit-gift {
    background-color: #828282;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
}

.submit-gift:hover,
.submit-gift.active {
    background-color: var(--pink-500);
}

.jn-gift-popup .jn-popup-container {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: 150px;
}

.jn-gift-popup .jn-popup-container h2 {
    margin-top: 30px;
}

.jn-gift-popup h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.jn-gift-popup label {
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
}

.jn-gift-popup .gift_question_text {
    width: calc(100% - 40px);
}

.jn-gift-popup input[type="button"],
.jn-gift-popup input[type="submit"] {
    background-color: var(--pink-500);
    color: var(--white);
    border-radius: 40px;
    padding: 5px 30px;
    margin: 0 auto 20px auto;
    max-width: 300px;
    cursor: pointer;
}

.jn-gift-popup input[type="submit"].no-gift-popup-btn {
    font-weight: bold;
    color: var(--pink-500);
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.kuponom-signup-form-3 .col {
    width: 50%;
    padding: 100px 20px;
}

.kuponom-signup-form-3 .col strong,
.kuponom-signup-form-3 .col a {
    color: var(--pink-500);
}

.kuponom-signup-form-3 .col ol {
    padding-left: 0;
    margin-left: 20px;
}

.kuponom-signup-form-3 .col ol li {
    padding-bottom: 15px;
}

.pink-col {
    background-color: var(--pink-500);
}

.pink-col h1,
.pink-col h2,
.pink-col h3,
.pink-col p {
    color: var(--white);
}

.home-feature-list-item {
    margin: 0 45px 40px;
    position: relative;
    width: 210px;
}

.home-feature-list-item.inactive {
    opacity: .5;
    pointer-events: none;
}

.home-feature-list-item img {
    max-width: 170px;
}

.home-feature-list-item p,
.home-special-brand p {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.home-special-brands {
    padding: 40px 0;
}

.home-special-brand {
    border: 1px solid var(--pink-500);
    padding: 20px;
    width: calc(50% - 20px);
}

.buy-coupon-options .centerPart {
    max-width: 1440px;
}

.buy-coupon-option {
    border: 1px solid var(--pink-500);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25em;
    margin: 0 0 40px;
    position: relative;
    width: calc(33.333% - 17px);
}

.buy-coupon-option-pic {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    width: 55%;
}

.buy-coupon-option-text {
    margin-left: -10%;
    padding: 20px 15px;
    width: 55%;
}

.sib-form {
    background-color: transparent !important;
    padding: 20px 0 !important;
}

.sib-form-container,
#sib-container,
.sib-form .entry__field {
    background-color: transparent !important;
}

#sib-container,
.sib-form-block {
    padding: 0 !important;
}

.sib-form .entry__label,
.sib-form .entry__specification {
    display: none;
}

.sib-form .entry__field {
    border: none;
    box-shadow: none;
    outline: none;
}

.sib-form .entry__label,
.sib-form .entry__specification {
    display: none !important;
}

.sib-form input:not([type="checkbox"]):not([type="radio"]) {
    border: 1px solid var(--gray-500);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: var(--gray-500);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    line-height: 1.2em;
    padding: 10px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    width: 100%;
}

.sib-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
}

.sib-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
}

.sib-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
}

.sib-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
}

.sib-form .entry__field {
    border: 0 !important;
}

.sib-form .entry__error {
    color: var(--pink-500) !important;
}

.sib-form-block__button {
    width: auto !important;
    margin-right: auto !important;
    margin-left: 0 !important;
}

.sib-optin,
.sib-checkbox-group {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.sib-form-container a.sub-form-data-rules-link {
    color: var(--pink-500) !important;
    font-weight: 700;
    text-decoration: underline !important;
}

#subscribe-box .sib-form-block {
    padding: 0 !important;
}

#subscribe-box .centerPart {
    padding: 0;
}

#mainPart {
    margin-top: -55px;
    padding-top: 75px;
}

#mainPart.page-coupons--page {
    margin-top: 0px !important;
}

.logo-shoppiego {
    margin-bottom: 30px;
}

.logo-shoppiego img {
    width: 160px;
}

.app-icon {
    display: inline-block;
    margin: 0 5px 10px;
    position: relative;
    width: 140px;
}

.app-icon img {
    width: 100%;
}

.magazin-promo {
    position: relative;
}

.magazin-promo .col {
    z-index: 5;
}

.text-bg {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.reg-login-icon {
    margin-bottom: 10px;
}

.header-mid .centerPart {
    height: auto;
    padding: 40px 20px 10px 20px;
}

.header-mid .centerPart.plaza-header {
    padding: 20px;
}

.plaza-header-wrap {
    background: var(--pink-50);
}

.plaza-code-box {
    background: var(--pink-50);
    color: var(--white);
}

.header-mid-logo {
    max-width: 120px;
}

.header-mid-logo .open-block-logo {
    width: 100%;
}

.header-mid-title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--pink-400);
}

.page-coupons-main-support {
    padding: 40px 0;
    display: none;
    align-items: center;
    padding-left: 20px;
    text-align: center;
    justify-content: center;
}

.page-coupons-main-support img {
    max-width: 130px;
    margin-left: 30px;
}

.page-coupons-main-support p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.padding-top-40-bottom-80 {
    padding: 40px 0 80px;
}

.padding-top-40-bottom-40 {
    padding: 40px 0 40px;
}

.padding-bottom-top-1 {
    padding: 1px 0;
}

.coupon-filters-container {
    padding: 10px;
    position: relative;
    z-index: 90 !important;
}

.home-coupon-filters h2 {
    text-align: center;
    background: var(--gradient, linear-gradient(90deg, #ED519A 0%, #EA1C68 51.04%, #F15B2B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
}

.home-coupon-filter-mobile-title {
    font-size: #404042 !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    -webkit-text-fill-color: black !important;
    text-transform: none !important;
}

.home-coupon-filters small {
    color: var(--gray-500);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px auto 20px auto;
    display: block;
}

#header-menu-row-sticky-wrapper.is-sticky #header-menu-row {
    z-index: 190 !important;
    margin-top: 20 !important;
}

@media only screen and (max-width: 992px) {
    #header-menu-row-sticky-wrapper.is-sticky #header-menu-row {
        margin-top: 0 !important;
    }
}

.coupon-filters {
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
}

.coupon-filter-images {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

@media only screen and (max-width: 992px) {
    .coupon-filter-images {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px) !important;
    }
}

.coupon-filter-images.owl-theme .owl-nav {
    justify-content: space-between;
    margin-top: -67px;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 67px;
}

.coupon-filter-image {
    border-radius: 20px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    height: 100px;
    text-align: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 992px) {
    .coupon-filter-images {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        height: 50px;
    }

    .coupon-filter-images.owl-carousel .owl-stage {
        padding-left: 20px;
        padding-right: 20px;
    }

    .coupon-filter-images.owl-theme .owl-nav {
        margin-bottom: 0;
    }

    .coupon-filter-image {
        background-image: none !important;
        background-color: var(--white) !important;
        padding: 5px 5px !important;
        height: 30px !important;
        border-radius: 15px !important;
        filter: drop-shadow(0px 2.801px 12.843px rgba(29, 8, 46, 0.12));
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .coupon-filter-image span {
        color: var(--black);
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .coupon-filter-image-bg {
        background-color: transparent !important;
    }

    .coupon-filters {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.coupon-filter-image.active {
    border: 4px solid var(--pink-500);
    box-shadow: 0px 4px 8.8px 0px rgba(0, 0, 0, 0.25);
}

.coupon-filter-image span {
    position: relative;
    z-index: 1;
    display: block;
}

.coupon-filter-image:hover {
    transform: scale(0.95);
}

.coupon-filter-image-bg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #3b3b3b39;
    z-index: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.coupon-filter-image-link {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    cursor: pointer;
}

.coupon-filter-image:hover .coupon-filter-image-bg {
    background-color: #3b3b3b00;
}

.page-plaza-kuponok .removedCouponParent {
    display: flex !important;
}

.plaza-filters form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plaza-filters form>div {
    width: 16%;
    margin: 0 5px;
}

::placeholder {
    color: var(--pink-400);
    opacity: 1;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: var(--pink-400);
    font-weight: 500;
}

::-ms-input-placeholder {
    color: var(--pink-400);
    font-weight: 500;
}

#couponFilters input[type="submit"] {
    background: var(--pink-500);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -2px 2px rgba(119, 119, 119, 0.25);
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -2px 2px rgba(119, 119, 119, 0.25);
    border-radius: 3px;
    border: 0;
    color: var(--white)FFF;
    padding: 5px 20px;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    height: 37px;
    text-transform: none;
}

.coupon-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 10px center;
    border: 1px solid var(--white);
    border-radius: 15px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: var(--white);
    color: var(--pink-500);
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    padding: 5px 65px 5px 15px;
    text-transform: uppercase;
    width: 100%;
    margin-right: 10px;
    background-position: right;
    box-shadow: 0px 3.707px 17px 0px rgba(29, 8, 46, 0.12);
    position: relative;
}

.jnp-coupon-list.spec-title {
    width: 100%;
    margin-top: 0;
    padding: 15px;
    text-align: center;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ED519A 0%, #EA1C68 51.04%, #F15B2B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.emptyResult,
p.workerName {
    color: var(--pink-500);
}

#couponFilters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
}

.coupon-filter-cat {
    margin-bottom: 0;
    position: relative;
}

.coupon-filter-brand {
    position: relative;
}

.custom-select {
    position: relative;
    font-family: Arial;
    min-width: 290px;
    margin-right: 20px;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: var(--white);
    border-radius: 3px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    left: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--black) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--black) transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: var(--black);
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 26px;
    font-weight: bold;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.select-items {
    position: absolute;
    background-color: var(--white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: auto;
    max-height: 405px;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.reset-filter {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.coupon-filter-cat,
.coupon-filter-brand,
.couponFilterTyped-box {
    width: 32%;
    margin-right: 10px;
}

.couponFilterTyped-box {
    position: relative;
    display: flex;
    align-items: center;
}

.couponFilterTyped-box .fa {
    margin-top: 5px;
}

#couponFilters .fa {
    color: var(--pink-400);
}

#couponFilters input[type="text"] {
    border: 1px solid var(--pink-400);
    border-radius: 2em;
    color: var(--pink-400);
    padding: 5px 10px 5px 40px;
    width: 100%;
    background-color: transparent !important;
    height: 50px;
    margin-right: 10px;
}

#couponFilters input[type="text"]::-webkit-input-placeholder {
    color: var(--pink-400);
    font-weight: 700;
}

#couponFilters input[type="text"]::-moz-placeholder {
    color: var(--pink-400);
    font-weight: 700;
}

#couponFilters input[type="text"]:-ms-input-placeholder {
    color: var(--pink-400);
    font-weight: 700;
}

#couponFilters input[type="text"]:-moz-placeholder {
    color: var(--pink-400);
    font-weight: 700;
}

.coupon-filter-full-width {
    clear: both;
    float: none;
    margin-right: 0;
    width: 100%;
}

.coupon-like {
    background-color: transparent;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    font-size: 22px;
    height: 32px;
    width: 50px;
    padding-top: 5px;
    padding-right: 10px;
    margin-left: -5px;
    text-align: center;
    position: relative;
    right: unset;
    top: unset;
    z-index: 25;
    display: none;
}

.coupon-like:hover,
.coupon-like.liked {
    background-color: transparent;
    color: var(--white);
}

.coupon-like img.remove-to-fav {
    display: none !important;
}

@media only screen and (min-width: 1024px) {
    .coupon-like:hover img.add-to-fav {
        display: none !important;
    }

    .coupon-like:hover img.remove-to-fav {
        display: block !important;
    }
}

.coupon-like.liked img.add-to-fav {
    display: none !important;
}

.coupon-like.liked img.remove-to-fav {
    display: block !important;
}

#extra-coupons {
    position: relative;
    background-image: url(/wp-content/themes/joy-napok/assets/img/jn-24-jun/Path-6363.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    #extra-coupons {
        background: linear-gradient(167deg, #FF9C33 -2.41%, #FE2F8A 53.94%);
        padding-top: 20px;
    }

    #extra-coupons.recommended-coupons .spec-title {
        color: var(--white) !important;
        -webkit-text-fill-color: white;
        margin-bottom: 10px;
    }
}

#extra-coupons.coupon-list-extra {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#extra-coupons::before {
    top: -40px;
}

#extra-coupons::after {
    bottom: 0px;
}

#extra-coupons .centerPart {
    z-index: 5;
}

#extra-coupons .coupons-mm .owl-stage {
    display: flex;
    padding: 40px 0;
}

#extra-coupons .coupon,
#extra-coupons .coupon-mm {
    border: none;
    height: auto;
    display: flex;
    justify-content: center;
}

#extra-coupons .spec-title {
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--gradient, linear-gradient(90deg, #ED519A 0%, #EA1C68 51.04%, #F15B2B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 0px;
    margin-top: 20px;
}

#extra-coupons .owl-carousel .owl-item img {
    width: auto;
}

#extra-coupons .coupon-main {
    z-index: 5;
    max-width: 350px;
}

#extra-coupons .coupon-main__header {
    background-color: var(--pink-500);
}

#extra-coupons .owl-nav {
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 20px;
}

#extra-coupons .owl-carousel .owl-nav button.owl-next span,
#extra-coupons .owl-carousel .owl-nav button.owl-prev span {
    font-size: 30px;
    padding: 15px;
    color: var(--pink-400);
}

#extra-coupons .owl-carousel .owl-dots {
    margin: auto;
    position: absolute;
    top: -4px;
    left: auto;
    bottom: auto;
    right: 110px;
}

#extra-coupons .owl-carousel .owl-dots .owl-dot {
    border: 1px solid var(--pink-400);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-left: 8px;
}

#extra-coupons .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--pink-400);
}

.spec-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: var(--pink-400);
}

.coupon-main {
    padding: 5px 5px 10px;
}

.coupon-title,
.coupon-discount-info {
    color: #92327D;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.coupons,
.coupons-mm {
    padding-top: 0;
}

#support-coupons .coupons-mm {
    flex-basis: 100%;
    height: 0px;
    overflow: hidden;
    width: 0px;
}

.content-block {
    padding: 20px 0
}

.content-block .centerPart {
    max-width: 1440px;
}

.hero-block {
    background: linear-gradient(122deg, #FF9B32 4.19%, var(--pink-500) 71.46%);
    padding: 50px 20px;
    border-radius: 43px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.hero-block .hero-block-content {
    position: absolute;
    top: 8%;
    bottom: 12%;
    right: 12%;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.hero-block .hero-block-content .hero-block-content-logo {
    text-align: center;
}

.hero-block .hero-block-content .hero-block-content-logo>img {
    object-fit: contain;
}

.hero-block .hero-block-content .hero-block-content-text {
    color: rgba(0, 0, 0, 0.8);
    font-family: Inter;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.hero-block .hero-block-content .hero-block-content-text .title {
    font-size: 36px;
    padding-bottom: 24px;
}

.hero-block .hero-block-content .hero-block-content-text .subtitle {
    font-size: 24px;
}

.hero-block .hero-block-content .app-icons {
    text-align: center;
}

.prog-section-2>.centerPart.flexBox.flex-dirRow {
    justify-content: end;
}

@media only screen and (max-width: 992px) {
    .hero-block {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    .hero-block .hero-block-content {
        top: 3%;
        left: 0;
        right: 0;
        bottom: 3%;
        width: 100%;
    }

    .hero-block .hero-block-content .hero-block-content-logo>img {
        width: 85%;
    }

    .hero-block .hero-block-content .hero-block-content-text {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 100%;
    }

    .hero-block .hero-block-content .hero-block-content-text .title {
        font-size: 28px;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        text-align: center;
        padding: 12px;
        padding-bottom: 4px;
    }

    .hero-block .hero-block-content .hero-block-content-text .subtitle {
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        text-align: center;
        padding: 12px;
        padding-top: 4px;
    }

    .hero-block .hero-block-content .app-icons {
        text-align: center;
    }

    .prog-section-2>.centerPart.flexBox.flex-dirRow {
        font-size: 16px;
        color: rgb(0, 0, 0);
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        text-align: center;
        padding: 12px;
        justify-content: center;
        border-radius: 50px;
    }

    .prog-section-2>.centerPart.flexBox.flex-dirRow>.row {
        justify-content: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .prog-section-2 h1 {
        color: var(--black) !important;
        text-align: center !important;
    }

    .prog-section-2 h2 {
        color: var(--black) !important;
        text-align: center !important;
    }

    .de-page section h2,
    .prog-section-2 p {
        text-align: center !important;
        color: var(--black) !important;
    }

    .prog-p2,
    .prog-p {
        margin-bottom: 1.5em !important;
    }
}

.hero-block h1 {
    color: var(--white);
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: none;
}

.hero-subtitles {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    padding-top: 100px;
}

.hero-subtitles span {
    padding: 2px 3px;
    background-color: #FEEA38;
    border-radius: 5px;
    color: var(--black);
}

.hero-subtitles li {
    color: var(--white);
    font-family: Inter;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    padding: 0px;
}

@media only screen and (max-width: 992px) {
    .hero-subtitles li {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: center;
    }

    .hero-subtitles li strong {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

.hero-subtitles li strong {
    color: var(--white);
    text-align: center;
    font-family: Inter;
    font-size: 31px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.row {
    display: flex;
}

.col {
    width: 100%;
}

.hero-item {
    position: relative;
}

.hero-item>div {
    color: var(--white);
    padding: 5px 10px;
    font-size: 23px;
    font-weight: 500;
}

.hero-item>div strong {
    font-weight: 900;
}

.hero-item.left {
    margin-left: 0;
    margin-right: auto;
}

@media only screen and (max-width: 992px) {
    .hero-item {
        flex-wrap: wrap;
    }

    .hero-item>div {
        color: var(--white);
        padding: 0px 10px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        position: absolute;
        left: -117px;
    }

    .hero-block .centerPart {
        padding: 0;
    }

    .hero-item.left {
        margin-left: auto;
    }
}

.hero-item.left>div {
    margin-top: 100px;
    margin-bottom: 100px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    background: #F3997A;
    padding: 40px 240px 40px 60px;
    text-align: right;
    color: var(--white);
    margin-right: 60px;
}

.hero-item.left>div p {
    color: var(--white);
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 25px;
}

.hero-item.left>div p strong {
    color: var(--white);
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
}

.hero-item.right>div {
    padding: 20px 0;
    text-align: left;
    color: var(--white);
    position: absolute;
    bottom: -40px;
    width: 450px;
    right: 25px;
}

.hero-item.right>div p {
    color: #333;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-item.right>div p strong {
    color: var(--pink-500);
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.hero-button {
    color: var(--pink-500);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--white);
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hero-button:hover {
    background: var(--pink-500);
    color: var(--white);
    text-decoration: none;
}

.hero-button.hero-button-inv {
    color: var(--white);
    background: var(--pink-500);
}

.hero-button.hero-button-inv:hover {
    background: var(--white);
    color: var(--pink-500);
}

.hero-item.right .hero-button-inv {
    max-width: 200px;
}

.hero-item-img.mobile {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.hero-item-img.arrow {
    margin: auto;
    position: absolute;
    top: 30%;
    right: -80px !important;
}

.hero-item.left .hero-item-img {
    right: 0;
    left: auto;
}

.hero-item.right .hero-item-img {
    right: auto;
    left: 0;
}

.hero-v2 h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    margin-top: 30px;
    margin-bottom: 0;
}

.hero-v2 h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.hero-v2 .hero-item>div {
    background: var(--pink-500);
    color: var(--white);
}

.jn-countdown {
    border-radius: 50.837px;
    background: var(--white);
    box-shadow: 0px 0px 50.601px 0px rgba(32, 0, 124, 0.11);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .hero-v2 .hero-item>div {
        max-width: 100px;
        font-size: 9px;
    }

    .hero-v2 h1 {
        margin-bottom: 0;
        font-size: 32px;
    }
}

.advantage-mobile {
    display: none;
}

.hero-block.halloween {
    background: radial-gradient(circle, #F15B2B 0%, #EB5F84 100%);
}

.hero-block.halloween h1 {
    color: #FFE000;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.75px;
    text-transform: uppercase;
}

.hero-block.halloween h3 {
    color: var(--white);
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.75px;
}

.hero-block.halloween h3 strong {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.75px;
    border-radius: 150px;
    background: #FFE840;
    padding: 5px 10px;
    display: inline-block;
}

.hero-block.halloween h3 span {
    text-decoration: line-through;
}

.hero-block.halloween small {
    color: var(--white);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.45px;
}

@media only screen and (max-width: 992px) {
    .row {
        flex-direction: column;
    }

    .advantage-desktop {
        display: none;
    }

    .advantage-mobile {
        display: unset;
    }

    .advantage-mobile .block-bg {
        max-width: 90%;
        width: 100%;
        margin: 0px;
    }

    .advantage-mobile .block-bg:last-child {
        margin-bottom: 50px;
    }

    .row.row-inverse {
        flex-direction: column-reverse;
    }

    .hero-block h1 {
        text-align: center;
        font-size: 30px;
        line-height: 32px;
    }

    .hero-item.left .hero-item-img {
        right: auto;
        margin-left: 0px;
        height: 325px;
        width: auto;
    }

    .hero-item.left .hero-item-img.mobile {
        left: auto;
        right: 0px;
        height: 225px;
        width: auto;
    }

    .hero-item.right .hero-item-img {
        right: -30px;
        left: auto;
        height: 200px;
        width: auto;
    }

    .hero-item.left>div {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: -20px;
        width: 100%;
        padding: 20px 20px 20px 100px;
        margin-right: -100px;
        font-size: 17px;
    }

    .hero-item.right>div {
        margin-top: 20px;
        margin-bottom: -20px;
        padding: 20px;
        text-align: left;
        margin-left: -40px;
    }

    .hero-item.right>div p {
        font-size: 20px;
    }

    .hero-item.left>div p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 576px) {
    .row {
        flex-direction: column;
    }

    .advantage-desktop {
        display: none;
    }

    .advantage-mobile {
        display: unset;
    }

    .advantage-mobile .block-bg {
        max-width: 90%;
        width: 100%;
        margin: 0px;
    }

    .advantage-mobile .block-bg:last-child {
        margin-bottom: 50px;
    }

    .row.row-inverse {
        flex-direction: column-reverse;
    }

    .hero-block h1 {
        text-align: center;
        font-size: 30px;
        line-height: 32px;
    }

    .hero-item.left .hero-item-img {
        right: auto;
        margin-left: 0px;
        height: 325px;
        width: auto;
    }

    .hero-item.left .hero-item-img.mobile {
        left: auto;
        right: 0px;
        height: 225px;
        width: auto;
    }

    .hero-item.right .hero-item-img {
        right: -30px;
        left: auto;
        height: 200px;
        width: auto;
    }

    .hero-item.left>div {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: -20px;
        width: 100%;
        padding: 20px 20px 20px 100px;
        margin-right: -100px;
        font-size: 17px;
    }

    .hero-item.right>div {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px;
        text-align: left;
        margin-left: -40px;
    }

    .hero-item.right>div p {
        font-size: 20px;
    }

    .hero-item.left>div p {
        font-size: 17px;
    }
}

.programok section {
    padding: 50px 20px;
}

.de-page.programok section.de-section-2-2 {
    padding-bottom: 0;
}

.prog-section-1 {
    padding-top: 30px !important;
}

@media only screen and (max-width: 992px) {
    .prog-section-1 {
        padding-top: 60px !important;
    }

    .prog-section-2 h2 {
        font-size: 30px !important;
    }

    .prog-section-2 p {
        font-size: 18px !important;
    }

    .prog-section-5 h1 {
        font-size: 30px !important;
    }

    .prog-section-5 h1::after {
        display: none !important;
    }

    .programok section {
        padding: 20px 0 !important;
    }
}

.prog-section-1 h1 {
    color: #404042;
    font-size: 45px;
    font-weight: 700;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
}

.prog-section-1 h1 span {
    color: var(--pink-500);
}

.prog-section-2 {
    padding: 100px 20px 100px 100px !important;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-25-nov/jnp-1-no-logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1240px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
    filter: drop-shadow(0px 4px 38.4px rgba(0, 0, 0, 0.25));
}

.prog-section-2 .partner-logo h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.prog-section-2 h1 {
    color: var(--white);
    text-transform: none;
    text-align: left;
}

.prog-section-2 h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: var(--white) !important;
    text-transform: uppercase !important;
    text-align: left;
}

.prog-section-2 .renault-logo {
    max-width: 200px !important;
}

.prog-section-2 p {
    color: var(--white);
    font-size: 22px;
}

.prog-section-2 .partner-logo {
    max-width: 450px;
    margin-left: 0 !important;
}

.prog-section-2 .prog-p {
    font-size: 24px;
    font-weight: bold;
}

.prog-section-2 .prog-p2 {
    font-size: 24px;
}

.prog-section-2 .prog-p img {
    max-height: 70px;
    display: inline-block;
}

.prog-section-2 .partner-logo span {
    font-size: 18px;
    color: var(--black);
}

.prog-section-2 .partner-logo img {
    height: 90px !important;
}

@media only screen and (max-width: 768px) {
    .prog-section-2 .partner-logo img {
        height: 100px !important;
    }
}

.prog-section-2 .header-logo-sponsors {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.prog-section-3 {
    padding-top: 0 !important;
}

.prog-section-3 p,
.prog-section-4 p {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 30px;
}

.prog-section-3 img,
.prog-section-4 img {
    border-radius: 30px;
}

.prog-section-5 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.prog-section-5 h1 {
    color: var(--white);
    font-size: 34px;
    text-transform: none;
    font-weight: 700;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.prog-section-5 h1::after {
    width: 200px;
    height: 200px;
    content: ' ';
    display: block;
    position: absolute;
    right: -160px;
    bottom: -120px;
    margin: auto;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-jun/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.partner-block .header-logo-sponsors-2 .header-logo {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.prog-section-5 .app-icons img {
    width: 150px;
}

.prog-section-5 .mobile-img {
    margin: 20px auto;
    margin-bottom: -200px;
    margin-top: 100px;
}

.prog-section-5 .nyil {
    width: 300px;
    margin: 20px auto;
}

@media only screen and (max-width: 992px) {
    .programok section {
        padding: 50px 0px;
    }

    .prog-section-1 h1 {
        font-size: 24px;
    }

    .prog-section-2 {
        background-position: 45%;
        padding: 20px 0 0 20px !important;
    }

    .prog-section-3 p,
    .prog-section-4 p {
        padding: 0px;
    }

    .prog-section-3 .row {
        flex-direction: column !important;
    }

    .prog-section-3 img,
    .prog-section-4 img {
        margin-bottom: 20px;
    }

    .prog-section-5 h1::after {
        left: 240px;
        bottom: -170px;
        transform: rotate(285deg);
    }

    .prog-section-5 .mobile-img {
        margin-bottom: 0;
    }
}

.timeline-row {
    display: flex;
    position: relative;
    height: 156px;
    margin-top: 60px;
    justify-content: space-between;
}

.timeline-row::after {
    width: 100%;
    height: 3px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -29px;
    margin: auto;
    background-color: var(--white);
}

.timeline-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    max-width: 220px;
}

.timeline-item::after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -30px;
    margin: auto;
    background-color: var(--white);
    box-shadow: 0px 0.475947px 0.475947px #88CDD3, inset -0.35696px -0.475947px 0.237974px -0.237974px rgba(136, 205, 211, 0.7), inset 0.594934px 0.594934px 0.237974px -0.35696px rgba(255, 255, 255, 0.3);
}

.timeline-item h2 {
    color: var(--white);
}

.timeline-item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--pink-500);
    margin-top: 15px;
}

.timeline-item__text h3 {
    font-size: 18px;
    line-height: 23px;
}

.timeline-item__double {
    justify-content: flex-start;
}

.timeline-item__top {
    justify-content: flex-start;
}

.timeline-item__bottom {
    justify-content: flex-end;
}

.timeline-item__right {
    margin-left: auto;
}

.timeline-item__today {
    width: 32px;
    height: 32px;
    background: var(--pink-500);
    box-shadow: 0px 0.475947px 0.475947px #88CDD3, inset -0.35696px -0.475947px 0.237974px -0.237974px rgba(136, 205, 211, 0.7), inset 0.594934px 0.594934px 0.237974px -0.35696px rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white)FFF;
    border-radius: 100%;
    margin-top: 47px;
    z-index: 1;
}

.timeline-item__nobubble.timeline-item__top {
    padding-top: 24px;
}

.timeline-item__nobubble.timeline-item__bottom {
    padding-bottom: 24px;
}

.bubble {
    margin-bottom: 20px;
    max-height: 90px;
}

.bubble-large {
    margin-top: 0;
}

.bubble img {
    height: 90px;
    max-width: 190px;
    width: auto;
    margin-top: -40px;
    object-fit: contain;
}

.bubble-large img {
    height: 30px !important;
}

.bubble-top {
    position: relative;
}

.bubble-top::after {
    width: 10px;
    height: 10px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    background-color: #FBF7F7;
    transform: rotate(45deg);
}

.bubble-bottom {
    position: relative;
}

.bubble-bottom::after {
    width: 10px;
    height: 10px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: auto;
    background-color: #FBF7F7;
    transform: rotate(45deg);
}

.bubble-text {
    margin-bottom: 36px;
}

.plaza-header .col {
    width: auto;
}

.plaza-header .col img {
    margin: 0 20px;
}

.plaza-code-box {
    padding-top: 5px;
}

.plaza-code-box .coupon-header-block {
    max-width: 430px;
}

.plaza-code-box form {
    margin: 0 auto;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plaza-code-box form input[type="text"] {
    background-color: var(--white);
    border: none;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    color: var(--pink-500);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    outline: none;
    padding: 10px 20px;
    text-align: center;
}

.plaza-code-box input::-webkit-input-placeholder {
    color: var(--pink-500);
    opacity: 1;
}

.plaza-code-box input::-moz-placeholder {
    color: var(--pink-500);
    opacity: 1;
}

.plaza-code-box input:-ms-input-placeholder {
    color: var(--pink-500);
    opacity: 1;
}

.plaza-code-box input:-moz-placeholder {
    color: var(--pink-500);
    opacity: 1;
}

.plaza-code-box form input[type="submit"] {
    background-color: var(--pink-500);
    border: 1px solid var(--pink-500);
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    color: var(--white);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.plaza-logos {
    padding-bottom: 1px;
}

.plaza-logo {
    cursor: pointer;
}

.plaza-logos .centerPart {
    max-width: 1440px;
    padding: 0;
}

.plaza-logos img {
    margin: 0 20px 40px;
    max-height: 60px;
    max-width: 100px;
}

.choosen-plaza-info .centerPart:empty {
    display: none;
}

.choosen-plaza-info .centerPart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0 30px;
}

.choosen-plaza-info .centerPart h3 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: var(--pink-400);
    padding: 0;
    width: 100%;
}

.choosen-plaza-info .centerPart p {
    width: 100%;
    margin-bottom: 0;
}

.choosen-plaza-info .centerPart img {
    float: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 140px;
    max-height: 140px;
}

.choosen-plaza-info .centerPart>div {
    display: none;
}

.page-coupon--page .choosen-plaza-info .centerPart {
    padding-top: 20px;
}

.plaza-coupons-infos {
    font-size: 14px;
    padding: 50px 0 0;
}

.plaza-coupons-infos .col {
    margin-bottom: 40px;
    width: 30%;
}

.plaza-coupons-infos .col img {
    margin: 0 auto 20px;
    max-height: 100px;
}

.plaza-coupons-infos h3 {
    color: var(--pink-500);
    font-size: 20px;
}

.plaza-coupons-validation-lead {
    font-size: 16px;
    font-weight: 600;
}

.plaza-coupons-validation-lead .fa {
    font-size: 26px;
    margin-right: 5px;
}

.plaza-coupons-validation p.plaza-coupons-validation-item {
    margin: 0 0 20px;
    padding: 5px 0 5px 40px;
    position: relative;
}

.plaza-coupons-validation p.plaza-coupons-validation-item span {
    background-color: var(--pink-500);
    border-radius: 100%;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    left: 0;
    padding: 6px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.owl-carousel.off {
    display: block;
}

.dfp-ad-zone {
    position: relative;
}

.dfp-ad-zone span {
    width: 100%;
    height: 20px;
    display: block;
    color: #333333;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}

.jn-swipe-icon {
    display: none;
}

.list-results {
    margin: 10px auto;
    max-width: 500px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: none;
}

.jn-settings {
    display: none;
    cursor: pointer;
}

.jn-settings-search {
    margin-right: 20px;
}

.list-results-mobile {
    display: none;
}

.centerPart-bigger {
    display: flex;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

#mainPart.page-coupon--page {
    margin-top: 50px;
}

@media only screen and (max-width: 992px) {
    #mainPart.page-coupon--page {
        margin-top: 0;
        padding-top: 50px;
    }
}

.page-coupon--title .header-mid-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--pink-400);
}

.page-coupon--gradient {
    background: linear-gradient(183.1deg, var(--white)7F7 9.57%, var(--pink-50) 97.05%);
}

.page-coupon--page .centerPart-bigger .col:first-child {
    width: 280px;
    flex: 0 0 280px;
}

.page-coupon--page .centerPart-bigger .col:last-child {
    width: calc(100% - 280px);
}

.page-coupon--page .coupon-main {
    height: auto;
}

.coupon-page-info {
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500);
}

.coupon-page-info strong {
    font-weight: 500;
}

.coupon-page-info a {
    color: var(--pink-500);
}

.coupon-title {
    display: block !important;
}

.coupon-description {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: var(--gray-500);
}

.coupon-main .coupon-description {
    text-align: center;
}

.coupon-short-description {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: var(--pink-500);
}

.coupon-short-description strong {
    font-weight: bold;
}

.coupon-buttons {
    display: none;
}

.buy-button {
    padding: 15px 30px;
    text-decoration: none;
    margin-right: 20px;
    width: 200px !important;
    height: 60px !important;
    line-height: 30px !important;
}

.add-to-fav-login,
.add-to-fav-login:hover {
    text-decoration: none;
}

.page-coupon--page .coupon-main__header {
    max-height: 60px;
}

.page-coupon--page .coupon-like-button {
    border: 1px solid var(--pink-500);
    color: var(--pink-500);
    border-radius: 30px;
    padding: 10px 15px;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    width: fit-content;
    margin: 0 auto 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-like-remove-fav-text {
    display: none;
}

.page-coupon--page .coupon-like-button.liked .coupon-like-add-fav-text {
    display: none;
}

.page-coupon--page .coupon-like-button.liked .coupon-like-remove-fav-text {
    display: block;
}

.page-coupon--page .coupon-like-button i.fa {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--pink-500);
}

.hide-fav-button {
    border-right: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.home-recommended-coupons {
    margin-top: 0px;
}

.home-recommended-coupons .owl-carousel {
    position: relative;
}

.home-recommended-coupons .owl-carousel::before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--pink-50) 81.89%);
    width: 80px;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    display: block;
    z-index: 1;
}

.home-recommended-coupons .owl-carousel::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--pink-50) 81.89%);
    width: 80px;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    top: 20px;
    content: ' ';
    display: block;
    z-index: 1;
}

.recommended-coupons .centerPart:nth-child(2) {
    padding: 0;
}

#extra-coupons.recommended-coupons::before,
#extra-coupons.recommended-coupons::after {
    display: none;
}

#extra-coupons.recommended-coupons .spec-title {
    color: #404042;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.75px;
    text-transform: none;
}

#extra-coupons.recommended-coupons .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--pink-500);
}

#extra-coupons.recommended-coupons .owl-carousel .owl-dots .owl-dot {
    border: 1px solid var(--pink-500);
}

#extra-coupons.recommended-coupons .owl-carousel .owl-nav button.owl-next span,
#extra-coupons.recommended-coupons .owl-carousel .owl-nav button.owl-prev span {
    color: var(--pink-500);
}

#extra-coupons.recommended-coupons .coupon-main__header {
    background-color: var(--pink-500);
}

.joy-form input[type="text"],
.joy-form input[type="password"],
.joy-form input[type="email"],
.joy-form input[type="tel"],
.joy-form input[type="number"] {
    border: 1px solid var(--gray-500) !important;
    color: var(--gray-500) !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 20px !important;
    background: transparent !important;
    padding: 15px 25px !important;
    text-align: left !important;
    height: 50px !important;
    border-radius: 50px !important;
    text-transform: none !important;
}

.joy-form.profil-form-personal-data .form-item label {
    color: var(--gray-500) !important;
    margin: 0 auto 5px auto !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    display: block;
    text-align: center;
}

.joy-form .ur-button-container button[type="submit"],
.joy-form .ur-button-container input[type="button"],
.joy-form .ur-button-container input[type="submit"] {
    border: 0 !important;
    background-color: var(--pink-500) !important;
    box-shadow: inset -1px -2px 1px #C81664 !important;
    border-radius: 200px !important;
}

.joy-form .ur-button-container input[type="button"]:hover,
.joy-form .ur-button-container input[type="submit"]:hover,
.joy-form .ur-button-container button:hover {
    box-shadow: 0px 4px 4px #E9C1D1, inset -1px -2px 1px #C81664 !important;
}

.joy-form.reg-form .nsl-container-buttons .nsl-button-facebook {
    background: transparent !important;
}

.joy-form.reg-form .nsl-container-buttons .nsl-button-facebook .nsl-button-label-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.joy-form button {
    border: 1px solid #C81664 !important;
}

.joy-form button:hover {
    color: #C81664 !important;
}

.popup-submit-gift {
    display: none;
}

.reg-header {
    margin-top: 50px;
    position: relative;
}

.jn-reg-close-link {
    position: absolute;
    right: 0;
}

.joy-form input[type="checkbox"],
.joy-form input[type="radio"] {
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.joy-form.reg-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}

.joy-form.reg-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}

.joy-form.reg-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}

.joy-form.reg-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder {
    color: var(--gray-500) !important;
    opacity: 1.0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}

.joy-form.profil-form-personal-data .col-2 .form-item--zip,
.joy-form.profil-form-personal-data .col-2 .form-item--last_name {
    margin-right: 20px !important;
}

.header-search-form-close {
    margin-left: auto;
    margin-right: 0;
}

.header-search-form-popup #searchform div {
    display: flex;
    max-width: 580px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.header-search-form-popup .header-search-form {
    width: 80%;
}

.header-search-form-popup #searchform input:not([type="checkbox"]):not([type="radio"]) {
    border: 1px solid #ccc;
    color: #ccc;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
}

.header-search-form-popup #searchform button,
.header-search-form-popup #searchform [type="button"],
.header-search-form-popup #searchform [type="reset"],
.header-search-form-popup #searchform [type="submit"] {
    border: 1px solid;
    border-color: #ccc;
    border-radius: 3px;
    background: transparent !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.coupon-profile-ad-bottom {
    padding-bottom: 30px;
}

.coupon-webshop-link {
    font-weight: bold;
}

.coupon-webshop-link img {
    margin-right: 12px;
}

.coupon-coupon-code span {
    font-weight: bold;
    color: var(--pink-500);
}

.coupon-coupon-code img {
    margin-right: 8px;
}

.coupon-page-redeem-dates {
    text-align: left;
    margin-left: 0;
}

.coupon-page-redeem-dates p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.barcode-text img {
    margin-right: 8px;
}

.barcode-text-arrow {
    margin-left: 8px;
}

.barcode-text span {
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    line-height: 24px;
    color: var(--gray-500);
}

.barcode-text span.barcode-text-title {
    color: var(--pink-500);
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
}

.barcode-image {
    display: none;
}

#header-menu-row {
    background: #F7ECFE;
    box-shadow: 0px 5px 5px 0px var(--black)00033;
    padding-left: 85px;
    padding-right: 85px;
}

.jn-favourite-popup,
.jn-favourite-remove-popup {
    display: flex;
    background: var(--pink-500);
    border: 1px solid var(--pink-500);
    color: var(--white);
    box-sizing: border-box;
    border-radius: 200px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -140px;
    top: auto;
    max-width: 350px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 6;
}

.jn-favourite-popup.active,
.jn-favourite-remove-popup.active {
    bottom: 20px;
}

.jn-favourite-popup img,
.jn-favourite-remove-popup img {
    margin: 5px;
}

.jn-favourite-popup p,
.jn-favourite-remove-popup p {
    margin: 10px;
}

.jn-favourite-popup a,
.jn-favourite-remove-popup a {
    color: var(--white);
    font-size: 14px;
    line-height: 17px;
}

#home-coupons .coupons-info a {
    margin-left: auto;
    margin-right: auto;
}

.hide-desktop-flex {
    display: none !important;
}

@media screen and (max-width: 1140px) {
    #bottom-header-menu-row .centerPart {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .home-coupon-filters h2 {
        font-size: 30px;
        line-height: 35px;
    }

    #extra-coupons.recommended-coupons .spec-title {
        font-size: 25px;
        line-height: 30px;
    }

    .header-logo-sponsor img {
        width: auto !important;
    }

    .header-logo-sponsor img.renault-clio {
        display: none;
    }

    #code_form_2 .col {
        width: 100%;
    }

    .header-logo-sponsors {
        margin-right: 0;
        margin-left: auto;
        order: 3;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header-logo-sponsors .header-logo-sponsor {
        text-align: center;
    }

    .header-logo-sponsors .header-logo-sponsor:first-child {
        text-align: left;
        margin-left: 0 !important;
    }

    .header-logo-sponsors .header-logo-sponsor:last-child {
        text-align: right;
    }

    .code-form .col {
        margin-left: 0;
        margin-right: 0;
    }

    .top-header-menu {
        display: none;
    }

    #header-mobil-buttons {
        order: 3;
    }

    .header-logo-block {
        flex-direction: column;
        align-items: flex-start;
        order: 2;
        margin-left: -10px;
        margin-right: auto;
        width: 100%;
    }

    .header-logo-sponsor {
        order: 3;
    }

    .header-logo-block .header-logo-joy {
        flex-direction: column;
        align-items: center;
        width: 290px !important;
    }

    .header-logo-block .header-logo-joy a {
        justify-content: center;
    }

    #header-mobil-buttons-right {
        display: none !important;
    }

    #header-menu-row .col:nth-child(1) {
        flex-direction: row;
        align-items: center;
    }

    .jnpbh-main-left div p {
        font-size: 17px;
        line-height: 25px;
    }

    .home-recommended-coupons .owl-carousel::before {
        display: none;
    }

    .home-recommended-coupons .owl-carousel::after {
        display: none;
    }

    #bottom-header-menu-row .centerPart {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #bottom-header-menu-row #subscribe-box .centerPart #sib-form {
        flex-direction: column;
    }

    #bottom-header-menu-row #EMAIL,
    #bottom-header-menu-row #subscribe-box .sib-form-block {
        width: 100%;
        text-align: center !important;
    }

    #bottom-header-menu-row .sib-form-block__button {
        min-width: 280px;
        text-transform: none;
    }

    .care-block .centerPart {
        flex-wrap: wrap;
        justify-content: center;
    }

    .care-block-border {
        padding-left: 0;
        padding-right: 0;
    }

    .care-block .centerPart .col {
        width: 50%;
    }

    .reg-form .ur-field-item {
        width: calc(100%);
    }

    .coupon-type-block .centerPart .col a {
        display: block;
        width: 100%;
    }

    #mainPart.page-coupons--page {
        padding-top: 0px;
    }

    #couponFilters input[type="submit"] {
        width: 100%;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }

    .hide-desktop-flex {
        display: flex !important;
    }

    .coupon-buttons {
        flex-direction: column;
        display: none;
    }

    .coupon-buttons .buy-button,
    .coupon-buttons .coupon-like-button {
        width: 100% !important;
    }

    .coupon-buttons .buy-button {
        text-align: center;
    }

    .coupon-buttons .coupon-like-button span {
        margin-left: auto;
        margin-right: auto;
    }

    .coupon-info-block,
    .coupon-type-block .text {
        flex-direction: column;
    }

    .coupon-info-block .col,
    .coupon-type-block .centerPart .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .button.webshop-button {
        display: none;
    }

    .ur-frontend-form {
        padding: 20px 0;
    }

    .coupon-page-info {
        margin-left: 0px;
    }

    .magazin-promo {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .magazin-promo .col {
        position: relative;
        width: 100%;
    }

    .magazin-promo-content {
        margin: 0 auto;
        padding: 40px 20px;
    }

    .magazin-promo .text-bg {
        bottom: 0;
        height: auto;
        left: 0;
        top: 580px;
    }

    .buy-coupon-options .centerPart {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .buy-coupon-option {
        max-width: 460px;
        width: 100%;
    }

    header .centerPart {
        justify-content: center;
    }

    .header-menu-left {
        width: 100% !important;
    }

    .header-logo-joy {
        margin-bottom: 0 !important;
    }

    .header-logos {
        width: calc(100% - 170px) !important;
    }

    .header-menu-right {
        width: 130px !important;
        display: none !important;
    }

    #header-mobil {
        top: 60px;
        padding: 0 !important;
    }

    .header-logo-joy img {
        width: 400px !important;
    }

    .header-date {
        padding: 0px 8px;
        height: 20px;
        font-size: 12px;
    }

    .jnp-tag-border {
        margin-bottom: -10px;
    }

    .header-logo-sponsor img {
        width: 100% !important;
    }

    #header-mobil-buttons-right {
        display: flex;
    }

    #header-mobil-buttons {
        display: flex;
    }

    #header-menu-row {
        display: flex;
        padding: 0px;
        height: 70px;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 5px 5px 0px var(--black)00033;
        border-radius: 0;
        margin-top: 0 !important;
    }

    #menuButton span:first-of-type {
        top: 0;
    }

    #top-header-menu-row {
        display: none;
    }

    .header-menu-left ul,
    .header-menu-right ul {
        display: none;
    }

    .home-feature-list {
        padding: 50px 0 10px;
    }

    .jnpbh-main {
        margin-bottom: 0;
    }

    .jnpbh-main-left {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .jnpbh-main-left h2 {
        text-align: center;
    }

    .jnpbh-main-logo {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .jnpbh-main-left h3 {
        margin-top: 50px;
        text-transform: none;
    }

    .jnpbh-main-left hr {
        display: none;
    }

    .jnpbh-main-left p strong {
        font-weight: 500;
    }

    .jnpbh-main-left img {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .jnpbh-main-left>div:not(.jnpbh-date) {
        margin-left: -20px;
        padding-left: 20px;
        max-width: calc(100% - 90px);
    }

    .jnpbh-main-left .button-link {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .jnpbh-date {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: auto;
        top: 0px;
    }

    .jnpbh-main-img {
        position: relative !important;
        top: 0;
        right: 0;
        margin-bottom: -40px;
    }

    .timeline-row-wrap {
        width: 100vw;
        overflow-y: hidden;
        height: 240px;
    }

    .timeline-row-mask {
        width: 100vw;
        overflow: hidden;
        height: 220px;
        margin-top: 20px;
    }

    .timeline-row {
        min-width: 00px;
    }

    .timeline-row .timeline-item:last-child {
        margin-right: 40px;
    }

    .timeline-item__text {
        margin-top: 38px;
    }

    .timeline-row::after {
        width: 500px;
    }

    footer .centerPart {
        flex-direction: column;
        padding-top: 20px;
    }

    footer .centerPart .col:first-child {
        margin-top: 20px;
    }

    footer .centerPart .col {
        padding: 0 20px;
    }

    footer .centerPart .col:nth-child(2) {
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        border-right: 0;
    }

    #home-coupons,
    #coupon-list {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    #home-coupons .coupons,
    #coupon-list .coupons {
        display: flex;
    }

    #home-coupons .owl-stage,
    #coupon-list .owl-stage {
        display: flex;
    }

    #home-coupons .coupons .coupon,
    #extra-coupons .coupons-mm .coupon-mm,
    #coupon-list .coupons .coupon {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .coupon-main__header .coupon-discount {
        font-size: 25px;
        line-height: 28px;
    }

    .coupon-main .coupon-title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #home-coupons .coupons-info,
    #coupon-list .coupons-info {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .popup-submit-gift {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #coupon-list .coupons {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5px;
    }

    #home-coupons .owl-nav,
    #coupon-list .owl-nav {
        display: none;
    }

    #extra-coupons .owl-nav,
    #extra-coupons .owl-carousel .owl-dots {
        display: none;
    }

    #coupon-list .spec-title {
        font-size: 24px;
        line-height: 30px;
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        padding-top: 50px;
    }

    #coupon-list .spec-title {
        margin-bottom: 30px;
        text-align: left;
    }

    .coupon-description {
        font-size: 12px;
    }

    #coupon-list .coupons {
        padding-top: 0px;
    }

    .jn-swipe-icon {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .page-coupons-main-support {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% - 40px);
        padding-left: 0;
        padding-right: 0;
    }

    .page-coupons-main-support img {
        max-width: 180px;
        margin: 0;
    }

    .jn-settings {
        display: block;
    }

    .list-results-mobile {
        background: var(--pink-50);
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .list-results-mobile div {
        text-align: left;
        max-width: 250px;
    }

    .list-results {
        display: none;
    }

    .home-coupon-filters small {
        display: none;
    }

    #couponFilters {
        padding-top: 10px;
        width: 100%;
    }

    .coupon-filter-cat,
    .coupon-filter-brand,
    .couponFilterTyped-box {
        width: 50%;
    }

    .removedCouponParent {
        display: none;
    }

    .page-coupon--page .centerPart-bigger {
        display: flex;
        flex-direction: column;
    }

    .page-coupon--page .centerPart-bigger .col {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-coupon--page .centerPart-bigger .col:last-child {
        width: 100% !important;
    }

    .page-coupon--title .header-mid-title {
        text-align: center;
        font-size: 24px;
        line-height: 29px;
    }

    .page-coupon--page .coupon-like-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .kuponom-signup-form .centerPart,
    .kuponom-signup-form-2 .centerPart,
    .kuponom-signup-form-3 .centerPart {
        flex-direction: column;
    }

    .kuponom-signup-form-3 .centerPart .col {
        width: 100%;
    }

    .kuponom-signup-form .jnpbh-main-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .jn-gift-popup {
        margin-top: 100px;
    }

    .jn-gift-popup h2 {
        font-size: 28px;
    }

    .jnp-footer-logo {
        max-width: 200px;
    }

    footer li {
        padding: 8px 0;
    }
}

@media screen and (max-width: 840px) {
    .welcome-text {
        padding: 40px 20px
    }

    .welcome-text h2 {
        font-size: 22px;
        line-height: 1.4em;
        margin: 0;
    }

    #support-coupons .coupons-mm break {
        display: none;
    }

    .plaza-logos img {
        max-height: 80px;
        max-width: 160px;
    }

    .choosen-plaza-info .centerPart {
        font-size: 20px;
    }

    .plaza-coupons-infos .flexBox {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .plaza-coupons-infos .col {
        max-width: 480px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #openBlock {
        padding: 20px 0 0;
    }

    .header-mid .centerPart {
        height: auto;
        padding: 20px;
    }

    .header-mid .centerPart h3 {
        margin-bottom: 5px;
    }

    .header-mid-title {
        font-size: 28px;
    }

    .magazin-promo {
        display: block;
    }

    .home-feature-list-item {
        margin: 0 5% 40px;
        width: 40%;
    }

    .home-feature-list-item img {
        width: 100%
    }

    .home-feature-list-item p,
    .home-special-brand p {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .home-special-brands .centerPart {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-special-brand {
        margin: 0 0 40px;
        max-width: 460px;
        width: 100%;
    }

    .buttonStyle-large {
        font-size: 13px;
        padding: 10px 30px;
    }

    .header-logo-sponsors .header-logo {
        margin: 0;
        text-align: right;
    }

    .header-logo-sponsors .header-logo img {
        margin: 0 0 0 auto;
    }

    .header-logo-sponsor-2 {
        margin-top: -10px !important;
        width: 77px;
    }

    .header-logo-sponsor-2 img {
        height: 40px;
        width: auto !important;
    }
}

.app-icons img {
    width: 150px;
}

.partner-block {
    padding: 50px 20px;
}

.partner-block h2 {
    color: #404042;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}

.partner-block .header-logo-sponsors {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    gap: 10px;
}

.partner-block .header-logo {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
    justify-content: flex-start;
    width: 14.5%;
}

.partner-block .header-logo img {
    max-height: 140px;
    max-width: 170px;
    padding-bottom: 14px;
}

@media only screen and (max-width: 992px) {
    .partner-block h2 {
        font-size: 24px;
    }

    .partner-block .header-logo-sponsors {
        flex-wrap: wrap;
    }

    .partner-block .header-logo {
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
        width: 30%;
        margin-bottom: 20px;
    }

    .partner-block .header-logo img {
        max-height: 140px;
        max-width: 190px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 600px) {
    .partner-block .header-logo {
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 45%;
    }
}

.de-page section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.de-page section .button {
    border-radius: 14px !important;
    background: var(--white);
    border: 1px solid var(--white) !important;
    width: fit-content !important;
    padding: 15px 40px !important;
    color: var(--gray-800) !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 114%;
    letter-spacing: 0.28px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.de-page section .button:hover {
    background: transparent !important;
    color: var(--white) !important;
}

.de-page section h2 {
    color: var(--gray-800);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: none;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.de-page section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.de-page section p.p-large {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.de-page section h3 {
    color: var(--gray-800);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
}

.de-page section h2 strong {
    color: var(--pink-500);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
}

.block-bg {
    margin: 20px;
    min-height: 330px;
    border-radius: 36.219px;
    background: var(--white);
    box-shadow: 0px 7.831px 28.6px 0px rgba(32, 13, 47, 0.17);
    padding: 40px 40px 0 40px;
}

.wpforms-field-medium {
    border: 1px solid #ccc !important;
    color: #414141 !important;
    border-top: 0 !important;
    font-size: 18px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
}

.de-page section .button.wpforms-submit {
    background-color: var(--pink-500) !important;
    border-color: var(--pink-500) !important;
    color: var(--white) !important;
    height: auto;
}

.de-page section .button.wpforms-submit:hover {
    background-color: var(--white) !important;
    border-color: var(--pink-500) !important;
    color: var(--pink-500) !important;
}

@media only screen and (max-width: 992px) {

    .de-page section h2,
    .de-page section h2 strong {
        font-size: 32px;
        line-height: 35px;
    }
}

.de-page section.de-section-1 .hero-block h1 {
    color: var(--white);
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50.634px;
    text-transform: uppercase;
}

.de-page section.de-section-1 .hero-subtitles {
    padding-top: 50px;
    padding-bottom: 30px;
}

.de-page section.de-section-1 .hero-subtitles li {
    color: var(--white);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    text-transform: none;
}

.de-page section.de-section-1 .hero-block-left {
    width: 40%;
}

.de-page section.de-section-1 .hero-block-right {
    width: 60%;
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-1 .hero-block-left {
        width: 100%;
    }

    .de-page section.de-section-1 .hero-block-right {
        width: 100%;
    }

    .de-page section.de-section-1 .hero-block h1 {
        font-size: 28px;
    }
}

.de-page section.de-section-1-1 .hero-block {
    background: var(--white);
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-25-majus/backgroundimg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.de-page section.de-section-1-1 .hero-item.left {
    bottom: 0px;
    right: -70px;
}

.de-page section.de-section-1-1 .hero-block h1 {
    font-size: 50px;
    line-height: 55px;
    color: var(--white);
    text-transform: uppercase
}

.de-page section.de-section-1-1 .hero-block h2 {
    font-size: 40px;
    line-height: 45px;
    color: var(--white);
    text-align: left;
    margin-left: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.de-page section.de-section-1-1 .hero-block p {
    font-size: 40px;
    line-height: 40px;
    color: var(--white);
}

.de-page section.de-section-1-1 .home-gradient-bg {
    padding: 50px 0;
}

@media only screen and (max-width: 1100px) {
    .de-page section.de-section-1-1 .hero-block h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .de-page section.de-section-1-1 .hero-block h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .de-page section.de-section-1-1 .hero-block p {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-1-1 .hero-item.left {
        right: 0px;
    }

    .de-page section.de-section-1-1 .hero-block h1 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin-top: 70px;
    }

    .de-page section.de-section-1-1 .hero-block h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .de-page section.de-section-1-1 .hero-block p {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .de-page section.de-section-1-1 .hero-block .hero-item.right {
        padding: 0 20px;
    }

    .de-page section.de-section-1-1 .hero-block h1 {
        font-size: 25px;
        line-height: 28px;
    }

    .de-page section.de-section-1-1 .hero-block h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .de-page section.de-section-1-1 .hero-block p {
        font-size: 18px;
        line-height: 22px;
    }
}

.de-page section.de-section-1-2 .hero-block {
    background: var(--white);
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-nov/hirlevel_cover.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.de-page section.de-section-1-2 .hero-block .centerPart .row .col .hero-item {
    min-height: 700px;
}

.de-page section.de-section-1-2 .hero-bg {
    margin: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    z-index: 0;
}

.de-page section.de-section-1-2 .hero-logo {
    margin: auto;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: auto;
    right: 0;
    max-width: 500px;
    z-index: 1;
}

.de-page section.de-section-1-2 h1 {
    color: var(--white);
    background: var(--black);
    padding: 5px 10px;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 116%;
    text-transform: uppercase;
    margin: auto;
    position: absolute;
    top: 200px;
    left: 30px;
    bottom: auto;
    right: auto;
    z-index: 2;
}

.de-page section.de-section-1-2 .info-block-left {
    text-align: center;
    box-shadow: 0px 4.578px 10.415px 0px rgba(0, 0, 0, 0.25)
}

.de-page section.de-section-1-2 .info-block {
    box-shadow: 0px 4.578px 10.415px 0px rgba(0, 0, 0, 0.25)
}

.de-page section.de-section-1-2 .info-block p {
    background-color: var(--pink-500);
    color: var(--white);
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 15px;
    text-align: center;
    filter: drop-shadow(-16.332px 15.165px 37.841px rgba(0, 0, 0, 0.25));
    width: fit-content;
}

.de-page section.de-section-1-2 .info-block .small-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.653px;
    text-align: center;
}

.de-page section.de-section-1-2 .info-block .small-text strong {
    font-size: 28px;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 1.233px;
    color: var(--white);
}

.de-page section.de-section-1-2 .info-block .med-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: 0.3px;
}

.de-page section.de-section-1-2 .price {
    margin: auto;
    position: absolute;
    top: 300px;
    left: 40px;
    bottom: auto;
    right: auto;
    width: 150px;
}

.de-page section.de-section-1-2 .price-overline {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    color: var(--white);
    margin-bottom: 10px;
    filter: drop-shadow(0px 5.636px 40.294px rgba(0, 0, 0, 0.50));
    text-align: center;
    position: relative;
}

.de-page section.de-section-1-2 .price-overline::after {
    width: 100%;
    height: 3px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    background-color: var(--pink-500);
    transform: rotate(-10deg);
}

.de-page section.de-section-1-2 .price-normal {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white);
    box-shadow: 0px 4.578px 10.415px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: var(--pink-500);
    filter: drop-shadow(0px 5.636px 40.294px rgba(0, 0, 0, 0.50));
    text-align: center;
}

.de-page section.de-section-1-2 .info-block-group-1 {
    margin: auto;
    position: absolute;
    top: auto;
    left: 150px;
    bottom: 100px;
    right: auto;
    z-index: 2;
    width: 300px;
}

.de-page section.de-section-1-2 .info-block-group-1 img {
    max-width: 130px;
    right: -110px;
    bottom: -10px;
    position: relative;
}

.de-page section.de-section-1-2 .info-block-group {
    margin: auto;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    width: 200px;
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-1-2 .info-block-group-1 {
        left: 10px;
        bottom: -10px;
    }

    .de-page section.de-section-1-2 .info-block-group-1 img {
        right: -40px;
    }

    .de-page section.de-section-1-2 .info-block-group {
        bottom: 10px;
        right: 30px;
        padding: 0px;
    }

    .de-page section.de-section-1-2 .price {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .de-page section.de-section-1-2 .hero-logo {
        max-width: 300px;
    }

    .de-page section.de-section-1-2 .info-block .med-text {
        font-size: 14px;
    }

    .de-page section.de-section-1-2 .info-block-group {
        width: 150px;
    }
}

@media only screen and (max-width: 500px) {
    .de-page section.de-section-1-2 h1 {
        top: 130px;
        font-size: 30px;
        left: 0;
        right: 0;
        display: inline-table;
    }

    .de-page section.de-section-1-2 .price {
        top: 200px;
        left: 15px;
    }

    .de-page section.de-section-1-2 .price-overline {
        font-size: 26px;
    }

    .de-page section.de-section-1-2 .price-normal {
        font-size: 26px;
    }

    .de-page section.de-section-1-2 .info-block .small-text strong {
        font-size: 22px;
    }

    .de-page section.de-section-1-2 .info-block-group-1 {
        width: 260px;
        left: -10px;
        bottom: -30px;
    }

    .de-page section.de-section-1-2 .info-block-group {
        width: 140px;
        bottom: -10px;
        right: 10px;
    }

    .de-page section.de-section-1-2 .info-block-group-1 img {
        display: none;
    }
}

.de-page section.de-section-1-3 {
    padding-top: 0px;
}

.de-page section.de-section-1-3 .hero-block {
    background: var(--white);
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-25-nov/jnp-1-no-logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .de-page section.de-section-1-3 .hero-block {
        background-image: url('/wp-content/themes/joy-napok/assets/img/jn-25-nov/jnp-1-no-logo-mobil.webp');
        background-position: center top;
        background-size: cover;
        min-height: 900px;
    }
}

@media (max-width: 576px) {
    .de-page section.de-section-1-3 .hero-block {
        background-image: url('/wp-content/themes/joy-napok/assets/img/jn-25-nov/jnp-1-no-logo-mobil.webp');
        background-position: center top;
        background-size: cover;
        min-height: 600px;
    }
}

.de-page section.de-section-1-3 .hero-img {
    height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    z-index: 0;
}

.de-page section.de-section-1-3 .hero-img-mobile {
    width: 100%;
    height: auto;
    margin: auto;
    display: none;
}

.de-page section.de-section-1-3 .hero-item {
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 1;
    min-height: 300px;
    max-width: 700px;
    justify-content: space-between;
    align-items: flex-end;
}

.de-page section.de-section-1-3 .hero-item h1 {
    color: var(--white);
    font-size: 20px;
    text-align: right;
    line-height: 1.4;
    text-transform: uppercase;
    padding-right: 0;
    margin-right: 0;
}

.de-page section.de-section-1-3 .hero-item h1 span {
    display: inline;
    background: var(--black);
    padding: 10px 10px;
}

.de-page section.de-section-1-3 .hero-item h2 {
    color: var(--white);
    font-size: 32px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 0;
    margin-right: 0;
    font-weight: bold;
}

.de-page section.de-section-1-3 .hero-item h3 {
    color: var(--white);
    font-size: 28px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1240px) {
    .de-page section.de-section-1-3 .hero-item {
        max-width: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-1-3 .hero-block {
        flex-direction: column;
    }

    .de-page section.de-section-1-3 .hero-item {
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        min-height: 120px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        margin-bottom: -40px;
    }

    .de-page section.de-section-1-3 .hero-img {
        display: none;
    }

    .de-page section.de-section-1-3 .hero-img-mobile {
        display: block;
    }

    .de-page section.de-section-1-3 .hero-item h1 span {
        background-color: transparent;
    }

    .de-page section.de-section-1-3 .hero-item h2 {
        font-size: 28px;
    }

    .de-page section.de-section-1-3 .hero-item h1,
    .de-page section.de-section-1-3 .hero-item h2,
    .de-page section.de-section-1-3 .hero-item h3 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }
}

.jnp-25 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #F5F5F5 30%, #EC237C 30%);
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    overflow: hidden;
}

.jnp-25 col col-left {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 2;
}

.jnp-25 .col col-left img {
    height: 300px !important;
    max-width: 100%;
    object-fit: contain;
}

.jnp-25 .text {
    flex: 1;
    z-index: 2;
    padding: 20px;
    color: white;
}

.jnp-25 .text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.jnp-25 .text p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

@media (min-width: 1000px) {
    .jnp-25 .col.col-left {
        max-height: 400px !important;
    }

    .jnp-25 .col.col-left img {
        max-height: 100%;
    }

    .jnp-25 .col.col-left {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .jnp-25 {
        flex-direction: column;
        background: #EC237C;
        text-align: center;
    }

    .jnp-25 .phones {
        margin-bottom: 30px;
    }

    .jnp-25 .text {
        padding: 0;
    }
}

.jnp-25 .centerPart {
    max-width: 1366px;
}

@media (min-width: 992px) {
    .row.desktop-only {
        margin-top: 50px;
        margin-bottom: 50px;
        min-height: 330px;
        border-radius: 36.219px;
        background: var(--white);
        box-shadow: 0px 7.831px 28.6px 0px rgba(32, 13, 47, 0.17);
        padding: 20px 40px 20px 40px;
    }
}

.de-page section.de-section-2 {
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-jun/path-6364-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 20px;
}

.de-page section.de-section-2.de-section-2-3 {
    background-position: 0 -360px;
}

.de-page section.de-section-2 p {
    font-size: 13px;
    line-height: 22px;
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-2 {
        padding-bottom: 50px;
    }
}

.de-page section.de-section-2-2 h3 {
    text-transform: none;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.de-page section .magazine-block {
    margin-top: 50px;
}

.de-page section .magazine-block .col-left {
    width: 30%;
}

.de-page section .magazine-block .col-right {
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    .de-page section .magazine-block .col-left {
        width: 100%;
        text-align: center;
    }

    .de-page section .magazine-block .col-right {
        width: 100%;
    }
}

.de-page section .magazine-block .col-right h2 {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    padding-left: 0;
    margin-left: 0;
    max-width: 450px;
}

.de-page section .magazine-block .col-right p {
    max-width: 600px;
}

.de-page section.de-section-3 .toggle-block {
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
}

.de-page section.de-section-3 .toggle-block span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.de-page section.de-section-3 .toggle-block .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 15px;
    margin-right: 15px;
}

.de-page section.de-section-3 .toggle-block .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.de-page section.de-section-3 .toggle-block .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--pink-500);
    -webkit-transition: .4s;
    transition: .4s;
}

.de-page section.de-section-3 .toggle-block .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.de-page section.de-section-3 .toggle-block input:checked+.slider {
    background-color: var(--pink-500);
}

.de-page section.de-section-3 .toggle-block input:focus+.slider {
    box-shadow: 0 0 1px var(--pink-500);
}

.de-page section.de-section-3 .toggle-block input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.de-page section.de-section-3 .toggle-block .slider.round {
    border-radius: 34px;
}

.de-page section.de-section-3 .toggle-block .slider.round:before {
    border-radius: 50%;
}

.de-page section.de-section-3 .col-1 {
    width: calc(100% - 660px);
    padding: 30px;
}

.de-page section.de-section-3 .col-2 {
    width: 320px;
    padding: 20px;
    border-radius: 24px;
    background: var(--white);
    border: 2px solid var(--pink-500);
    color: var(--black);
    margin: 10px;
    filter: drop-shadow(0px 7.831px 28.6px rgba(32, 13, 47, 0.17));
    display: flex;
    flex-direction: column;
}

.de-page section.de-section-3 .col-2.recommended {
    position: relative;
    z-index: 1;
    background: var(--white);
}

.de-page section.de-section-3 .col-2.recommended::before {
    width: auto;
    height: 55px;
    border-radius: 24px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    color: var(--white);
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    background-color: var(--white);
    border: 2px solid var(--white);
    z-index: -1;
}

.de-page section.de-section-3 .col-2.recommended::after {
    width: auto;
    height: 70px;
    border-radius: 24px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    color: var(--white);
    content: ' LEGNÉPSZERŰBB 🎉 ';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -30px;
    margin: auto;
    background-color: var(--pink-500);
    border: 2px solid var(--pink-500);
    z-index: -2;
}

.de-page section.de-section-3 .col-2.recommended.en::after {
    width: auto;
    height: 70px;
    border-radius: 24px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    color: var(--white);
    content: ' MOST POPULAR 🎉 ';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -30px;
    margin: auto;
    background-color: var(--pink-500);
    border: 2px solid var(--pink-500);
    z-index: -2;
}

.de-page section.de-section-3 .col-2 h3 {
    color: var(--black);
    padding-bottom: 10px;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    text-transform: none;
}

.de-page section.de-section-3 .col-2.col-2-white {
    background: var(--white);
    color: var(--black);
}

.de-page section.de-section-3 .col-2.col-2-white h3 {
    color: var(--black);
}

.de-page section.de-section-3 .col-2 ul {
    margin-left: 0;
    padding-left: 15px;
    list-style: none;
    padding-left: 0;
}

.de-page section.de-section-3 .col-2 ul li {
    padding-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.de-page section.de-section-3 .col-2 ul li::before {
    content: '\2713';
    color: var(--pink-500);
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(2px);
}

.plan-popup {
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.plan-price-action {
    color: #FF368F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 20px;
    background: #FFC3E9;
    padding: 5px 8px;
    align-items: center;
    gap: 10px;
}

.de-page .p-small {
    line-height: 16px;
    margin-top: 20px;
}

.de-page section.de-section-3 .col-2 h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;
}

.de-page section.de-section-3 .col-2 h4 strong {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.de-page section.de-section-3 .col-2 h4 small strong {
    font-size: 20px;
    font-weight: 500;
}

.de-page section.de-section-3 .col-2 .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white) !important;
    background: var(--pink-500);
    border: 1px solid var(--pink-500);
}

.de-page .price {
    margin-bottom: 0;
    margin-top: auto;
}

.plan-price-action-line {
    margin-top: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.plan-price-action-line::after {
    width: 100%;
    height: 1px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 2px;
    margin: auto;
    background-color: #ccc;
    z-index: -1;
}

.de-popup {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    overflow-y: auto;
}

.de-popup-bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 46, 65, 0.20);
}

.de-popup-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    background: var(--white)FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 800px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    height: fit-content;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    margin: 20px auto 40px auto;
    width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    overflow: hidden;
}

.de-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.de-popup-container .col-2 {
    background: transparent !important;
    border: 0 !important;
    width: 100% !important;
    overflow: hidden;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.de-popup-container .col-2 ul {
    overflow: auto;
    width: 100%;
}

.de-popup-container .p-small {
    padding-bottom: 0;
    margin-bottom: -20px;
}

.de-popup-container .col-2.recommended::before,
.de-popup-container .col-2.recommended::after {
    display: none !important;
}

.de-page section.de-section-3 .col-2 .button:hover {
    color: var(--pink-500) !important;
    background: #F8F4FF !important;
    border: 1px solid var(--pink-500) !important;
}

.de-page section.de-section-3 .col-2.col-2-white {
    border: 1px solid var(--white);
}

.de-page section.de-section-3 .col-2.col-2-white .button {
    color: var(--pink-500) !important;
    background: #F8F4FF !important;
    border: 1px solid #F8F4FF !;
}

.de-page section.de-section-3 .col-2.col-2-white .button:hover {
    color: var(--pink-500) !important;
    background: #F8F4FF !important;
    border: 1px solid var(--pink-500) !important;
}

.plan-custom {
    display: none;
}

.de-page section.de-section-3 .col-3 {
    width: 300px;
    padding: 30px 30px 0 30px;
}

.de-page section.de-section-3 .col-3 hr {
    background-color: var(--pink-500);
}

.de-page section.de-section-3 .col-3 h3 {
    color: var(--pink-500);
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1.2px;
}

@media only screen and (max-width: 992px) {
    .de-page section.de-section-3 .col-1 {
        width: 100%;
    }

    .de-page section.de-section-3 .col-2 {
        width: 100%;
    }

    .de-page section.de-section-3 .col-3 {
        width: 100%;
    }

    .de-page section.de-section-3 .col-3 h3 {
        font-size: 32px;
        line-height: 35px;
    }
}

.language-selector {
    max-width: 1300px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    color: var(--pink-500);
}

.language-selector a {
    color: var(--pink-500);
    text-decoration: none;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
}

.language-selector a:hover {
    color: var(--gray-800);
    ;
}

.de-page section.de-section-4 {
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-jun/path-6364-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.de-page section.de-section-5 {
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-24-jun/path-6363.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.de-page section.de-section-5 .centerPart {
    border-radius: 43px;
    background: var(--white);
    box-shadow: 0px 0px 42.8px 0px rgba(32, 0, 124, 0.11);
    padding: 50px;
}

.de-page section .schema-faq-section {
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 48.226px 0px rgba(32, 0, 124, 0.11);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.de-page section .schema-faq-question {
    color: var(--gray-800);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-bottom: 0;
}

.de-page section .schema-faq-question::after {
    left: auto;
    right: 0;
    background-image: none;
    content: '+';
    font-size: 40px;
    font-weight: 700;
    color: var(--gray-800);
}

.de-page section .schema-faq-answer {
    color: #6F6C90;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}

.jnp-25-nov-home.de-page section.de-section-1 .hero-block h1 {
    font-size: 33px;
    line-height: 50px;
    display: block;
}

.jnp-25-nov-home.de-page section.de-section-1 .hero-block h1 span {
    background: var(--white);
    border-radius: 5px;
    padding: 5px 10px;
    color: var(--pink-500);
}

.jnp-25-nov-home .hero-block-logo {
    max-width: 270px;
}

.jnp-25-nov-home.de-page section.de-section-1 .hero-subtitles li {
    border-radius: 20px;
    background: var(--white);
    color: var(--pink-500);
    padding: 5px 10px;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.4px;
    font-weight: 700;
    display: flex;
    align-items: center;
    max-width: 620px;
    filter: drop-shadow(-14.012px 13.011px 32.467px rgba(0, 0, 0, 0.25));
}

.jnp-25-nov-home.de-page section.de-section-1 .hero-subtitles li span {
    background-color: var(--white);
    color: var(--pink-500);
    margin-left: 10px;
}

.jnp-25-nov-home.de-page section.de-section-1 .hero-subtitles li img {
    max-width: 60px;
    margin: 5px;
}

.jnp-25-nov-home.de-page #extra-coupons {
    padding-bottom: 50px;
}

.jnp-25-nov-home.de-page #extra-coupons .centerPart {
    border-radius: 60px;
    box-shadow: 0px 4px 47.5px 0px rgba(73, 7, 36, 0.14);
    padding: 20px;
}

.jnp-25-nov-home.de-page .de-section-2-2 {
    position: relative;
    overflow: hidden;
}

.jnp-25-nov-home.de-page .de-section-2-2 .centerPart {
    position: relative;
}

.jnp-25-nov-home.de-page .de-section-2-2 .centerPart::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    width: 1000px;
    height: 100%;
    background-color: var(--pink-500);
    z-index: -1;
}

.jnp-25-nov-home.de-page .de-section-2-2 .centerPart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 1000px;
    height: 100%;
    background-color: #F0F1F3;
    z-index: -1;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-left {
    position: relative;
    background: #F0F1F3;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-left img {
    position: relative;
    z-index: 1;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right {
    background: var(--pink-500);
    padding-top: 30px;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right h2 {
    color: var(--white);
    max-width: 600px;
    z-index: 1;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right p {
    color: var(--white);
    display: inline-flex;
    flex-wrap: wrap;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right p span {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right p span strong {
    font-weight: 700;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 140px;
    height: 100%;
    background-color: var(--pink-500);
    transform: skewX(-10deg);
    z-index: 0;
}

.jnp-25-nov-home.de-page .de-section-2-2 .col-right {
    position: relative;
    padding-left: 70px;
}

.jnp-25-nov-home.de-page section .magazine-block {
    margin-top: 0;
}

#jnp-newsletter-signup-button {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .jnp-25-nov-home.de-page #extra-coupons {
        background: transparent !important;
    }

    .jnp-25-nov-home.de-page #extra-coupons .centerPart {
        background: transparent !important;
    }

    .jnp-25-nov-home.de-page #extra-coupons.recommended-coupons .spec-title {
        color: var(--pink-500) !important;
        -webkit-text-fill-color: var(--pink-500);
        font-size: 24px;
        letter-spacing: .75px;
    }

    .jnp-25-nov-home.de-page section.de-section-1 .hero-block h1 {
        font-size: 22px;
        line-height: 38px;
    }

    .jnp-25-nov-home.de-page section.de-section-1 .hero-block h1 span {
        white-space: nowrap;
    }

    .jnp-25-nov-home.de-page section.de-section-1 .hero-subtitles li {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .jnp-25-nov-home.de-page section.de-section-1 .hero-subtitles {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .jnp-25-nov-home.de-page .de-section-2-2 .centerPart {
        padding: 0;
    }

    .jnp-25-nov-home.de-page .de-section-2-2 .col-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .jnp-25-nov-home.de-page .de-section-2-2 .col-right::after {
        content: '';
        position: absolute;
        top: -70px;
        left: 0;
        width: 140px;
        height: 100%;
        background-color: var(--pink-500);
        transform: skewY(-5deg);
        z-index: 0;
        right: 0;
        width: 100%;
        height: 100px;
    }

    .jnp-25-nov-home.de-page .de-section-2-2 .col-right h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

.text-image-side-by-side {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.text-image-side-by-side .text {
    flex: 1;
    text-align: right;
    padding-right: 0px;
    margin-left: 30px;
}

.text-image-side-by-side .text h2 {
    max-width: 500px;
    margin: 0;
}

.text-image-side-by-side .image {
    flex: 1;
    text-align: left;
}

.text-image-side-by-side .image img {
    max-width: 50%;
    height: auto;
    display: block;
    object-fit: contain;
    padding-left: 10px;
}

.cards {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cards .col {
    flex: 1;
    max-width: 60%;
}

.block-bg {
    margin: 0 auto;
    min-height: 220px;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 10px rgba(32, 13, 47, 0.1);
    padding: 10px 15px;
    text-align: center;
}

.block-bg img {
    max-width: 90px;
    margin-bottom: 8px;
}

.block-bg h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.block-bg p {
    font-size: 16px;
    line-height: 1.4;
}

.my-hero {
    position: relative;
    overflow: hidden;
}

.partner-overlay {
    padding: 8px 0;
}

.partner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    gap: 12px;
}

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

.partner-label {
    display: inline;
    margin: 0;
    font-size: 0.875rem;
    color: #333;
}

.partner-item img {
    display: inline-block;
}

.partner-inner .partner-item:nth-child(1) img {
    height: 64px;
}

.partner-inner .partner-item:nth-child(2) img {
    height: 48px;
}

.partner-inner .partner-item:nth-child(3) img {
    height: 72px;
}

.hero-content {
    margin-top: 80px;
}

@media (max-width: 992px) {
    .partner-inner {
        flex-direction: column !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .partner-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 6px !important;
        gap: 0 !important;
    }

    .partner-label {
        display: block !important;
        margin: 0 0 0px !important;
        padding: 0 !important;
        font-size: 10px !important;
    }

    .partner-inner .partner-item:nth-child(1) img {
        height: 48px;
    }

    .partner-inner .partner-item:nth-child(2) img {
        height: 32px;
    }

    .partner-inner .partner-item:nth-child(3) img {
        height: 64px;
        margin-top: -16px
    }

    .de-page section {
        padding: 0 !important;
    }

    .hero-content {
        margin-top: 240px !important;
        padding-top: 0 !important;
    }
}

/* === Safari Compatibility Additions (non-breaking) === */
@supports (-webkit-appearance: none) or (-webkit-touch-callout: none) {

    /* Improve form control consistency */
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    select,
    textarea {
        -webkit-appearance: none;
        border-radius: inherit;
        /* preserve rounded corners */
    }

    /* Buttons: remove default gradients/borders in older Safari */
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        -webkit-appearance: none;
    }

    /* Position sticky prefix (older Safari) */
    .is-sticky,
    [data-sticky],
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: var(--space-0, 0);
    }

    /* Backdrop blur duplicate for WebKit */
    .has-backdrop-blur {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    /* Smooth fonts on macOS Safari */
    html {
        -webkit-font-smoothing: antialiased;
    }

    /* Mobile Safari 100vh fix (opt-in utility) */
    .h-screen-fix {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
}

/* Flex gap fallback utility (use if you need to support Safari < 14.1) */
@supports not (gap: 1rem) {
    .flex-gap-16>*+* {
        margin-left: 1rem;
    }

    .flex-gap-8>*+* {
        margin-left: 0.5rem;
    }
}