html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

* a {
    text-decoration: none;
    color: #fff;
}

button {
    outline: 0;
    border: none;
}

/* -------------------------------------- */
::-webkit-scrollbar {
    height: 10px;

}

/* Track */
::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-right: 110px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

/* -------------------------------------- */

.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background-image: url(../assets/bg-desktop.jpg);
    background-size: cover;
    box-sizing: border-box;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo img {
    height: 48px;
}

.footer-banka-hesap-numaralari {
    display: none;
}

.banka-hesap-numaralari {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f33786;
    padding: 20px 27px;
    border-radius: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    gap: 10px;
}

.banka-hesap-numaralari i {
    font-size: 18px;
}

.banka-hesap-numaralari:hover {
    background-color: #ff4894;
}


.content {
    display: flex;
    padding: 0 0 0 110px;
    position: relative;
}

/* --------------------------------------- */

.hero {
    display: flex;
    align-items: start;
    float: left;
    width: 50%;
    padding-top: 50px;
}

.hero .text-area * {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 100%;
    user-select: none;
}

.hero .text-area {
    padding-top: 36px;
}

.hero .top-text {
    font-family: "Kalnia", serif;
    font-size: 36px;
    line-height: 41px;
}

.hero .main-text {
    font-family: "Italianno", cursive;
    font-size: 214px;
    line-height: 132px;
}

/* --------------------------------------- */

.product-area {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.product-content {
    display: flex;
    gap: 24px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
}


.product-area .product-desc {
    font-family: "Kalnia", serif;
    font-size: 28px;
    color: #fff;
    user-select: none;
}

.product-area .product-desc span {
    font-family: "Italianno", cursive;
    font-size: 57px;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 360px;
    width: 270px;
    border-radius: 50px;
    text-align: center;
    font-family: "Kalnia", serif;
    color: #000;
    padding: 0 32px;
    cursor: -webkit-grabbing;
    user-select: none;
    transition: .3s;

}

.product:hover {
    transition: .3s;
}

.product:hover img {
    scale: 1.05;
    transition: .3s;
}

.last {
    padding: 0 42px;
}


.product .product-img {
    padding-bottom: 24px;
    transition: .3s;
}

.product .product-img img {
    width: 185px;
    transition: .3s;
}

.product .product-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
    user-select: none;
    width: 200px;
}

.product .product-box .product-text {
    color: #616161;
    text-align: left;
}

.product .product-box .product-text .pn {
    font-size: 16px;
}

.product .product-box .product-text .pp {
    font-size: 32px;
}

.product .product-box .product-text .pd {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #8a8a8a;
}

.product .product-box .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FA6AA6;
    width: fit-content;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
}

.product .product-box .whatsapp-button:hover {
    background-color: #e15a92;
}

.product .product-box img {
    height: 24px;
    width: 24px;
}

.product .product-box .pwp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FA6AA6;
    width: fit-content;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
}

.product .product-box .pwp:hover {
    background-color: #e15a92;
}

.product .product-box img {
    height: 24px;
    width: 24px;
}

/* --------------------------------------- */

.footer {
    display: flex;
    justify-content: space-between;
    padding: 0 110px;
    color: #fff;
    font-family: "Inter", sans-serif;
    padding-bottom: 70px;
}

.footer .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.footer .contact hr {
    height: 100%;
    opacity: .5;
}

.footer .contact .wp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1BAC39;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}

.footer .contact .wp img {
    height: 32px;
    width: 32px;
}

.footer .contact .wp:hover {
    background-color: #158c2d;
}

.footer .contact-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    gap: 5px;
}

.footer .contact-info *:hover {
    opacity: .8;
}

.footer .social-media {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer .social-media a {
    color: #fff;
    font-size: 32px;
}

.footer .social-media a:hover {
    opacity: .8;
}

.footer .note {
    font-size: 14px;
    align-self: center;
    user-select: none;
}

/* #region Banka Hesap Bilgileri Popup*/

.bhb-center {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 8, 65, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bhb-center .bhb-content {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
}


.bhb-center .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.bhb-center .title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.bhb-center .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    border-radius: 50%;
    padding: 14px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #616161;
    cursor: pointer;
}

.bhb-center .btn-close:hover {
    background-color: #ececec;
}

.bhb-center .note {
    font-size: 14px;
    background-color: #FFFBE5;
    width: fit-content;
    padding: 10px;
}

.bhb-center .note span {
    font-weight: 500;
    margin-top: 2px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 2px;
}

/* ------------------------------------ */

.bank-box-conteiner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 0;
}

.bhb-center .bank-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 16px 30px;
    height: 72px;
}

.bhb-center .bank-box:hover {
    box-shadow: none
}

.bhb-center .bank-box .bank-logo {
    display: flex;
    align-items: center;
    width: 180px;
    border-right: 1px solid #d8d8d8;
    height: 100%;
}


.bhb-center .bank-box .bank-acc-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 260px;
    padding: 0 30px;
}

.bhb-center .bank-box .bank-acc-info .iban {
    font-size: 14px;
    font-weight: 500;
}

.bhb-center .bank-box .bank-acc-info .iban-owner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bhb-center .bank-box .bank-acc-info .iban-owner #title {
    font-size: 11px;
    padding-top: 3px;
}

.bhb-center .bank-box .bank-acc-info .iban-owner #owner {
    font-size: 14px;
    font-weight: 500;
}

.bhb-center .bank-box .bank-acc-info .iban-owner #acc-no {
    font-size: 14px;
    font-weight: 500;
}

.bhb-center .bank-box .bank-acc-info .iban #title {
    font-size: 11px;
    font-weight: 400;
    padding-top: 3px;
}

.bhb-center .bank-box .bank-acc-info .iban #owner {
    font-size: 14px;
    font-weight: 500;
}

.bhb-center .bank-box .btn-clone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 10px 10px 14px;
    gap: 5px;
    cursor: pointer;
}

.bhb-center .bank-box .btn-clone:hover {
    background-color: #ececec;
}

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



.bhb-center .bottom .wp-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bhb-center .bottom .wp-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1BAC39;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: .3s;
}

.bhb-center .bottom .wp-logo:hover {
    background-color: #158c2d;
}

.bhb-center .bottom .wp-logo img {
    height: 30px;
}

.bhb-center .bottom .wp-note {
    font-size: 14px;
    width: 300px;
    user-select: none;
}

.bhb-center .bottom .bircan-logo img {
    height: 24px;
}

/* #endregion Banka Hesap Bilgileri Popup*/

/* #region Alert Notification */
.alert-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
    border-radius: 15px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    /* Başlangıçta gizli olacak */
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    user-select: none;
}

.alert-notification i {
    margin-right: 12px;
    /* İkon ve metin arasına boşluk ekle */
    font-size: 36px;
    color: #f33786;
}

.alert-progress-bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.alert-progress-fill {
    height: 100%;
    background-color: #f33786;
    /* Sarı renk */
    width: 0%;
    transition: width 4s linear;
    /* 4 saniye içinde dolacak */
}

/* #endregion Alert Notification */


/* #region Notebook Media Query */

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

    body {
        overflow: hidden;
    }

    .center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        background-image: url(../assets/bg-notebook.jpg);
        background-size: cover;
        box-sizing: border-box;
    }

    .header {
        padding: 24px 64px;
    }

    .header .slogan img {
        height: 30px;
    }

    .header .logo img {
        height: 40px;
    }

    .footer-banka-hesap-numaralari {
        display: none;
    }

    .banka-hesap-numaralari {
        padding: 16px 20px;
        font-size: 13px;
        gap: 10px;
    }

    .banka-hesap-numaralari i {
        font-size: 16px;
    }

    /* -------------------------------------- */
    ::-webkit-scrollbar {
        height: 10px;

    }

    /* Track */
    ::-webkit-scrollbar-track {
        background-color: rgb(255, 255, 255, 0.3);
        border-radius: 10px;
        margin-right: 64px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(255, 255, 255);
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    /* -------------------------------------- */


    .bhb-center .bhb-content {
        height: 80vh;
        /* overflow-y: scroll; */
    }

    .bank-box-conteiner {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 20px 0;
    }

    .bhb-center .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .bhb-center .bottom {
        display: none;
    }

    .hero .text-area {
        padding-top: 36px;
    }

    .hero .top-text {
        font-family: "Kalnia", serif;
        font-size: 24px;
        line-height: 32px;
    }

    .hero .main-text {
        font-family: "Italianno", cursive;
        font-size: 160px;
        line-height: 105px;
    }

    .content {
        display: flex;
        padding: 0 0 0 64px;
        position: relative;
    }

    .product-area .product-desc {
        font-family: "Kalnia", serif;
        font-size: 22px;
        color: #fff;
        user-select: none;
    }

    .product-area .product-desc span {
        font-family: "Italianno", cursive;
        font-size: 44px;
    }

    .product-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product {
        height: 320px;
        padding: 5px 24px;
        border-radius: 30px;
    }


    .footer {
        display: flex;
        justify-content: space-between;
        padding: 0 64px;
        color: #fff;
        font-family: "Inter", sans-serif;
        padding-bottom: 30px;
        height: 55px;
    }

    .footer .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .footer .contact-info {
        display: flex;
        flex-direction: column;
        color: #fff;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        gap: 2px;
    }

    .footer .social-media a {
        color: #fff;
        font-size: 24px;
    }

    .footer .note {
        display: none;
    }

}

/* #endregion Notebook Media Query */

/* #region Mobile Media Query */
@media screen and (max-width: 500px) {

    .center {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        height: auto;
        width: 100%;
        background-image: url(../assets/bg-mobile.jpg);
        background-size: cover;
    }

    .content {
        padding: 0;
        flex-direction: column;
    }

    .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .hero .text-area {
        padding: 20px 0;
    }


    .hero .top-text {
        font-family: "Kalnia", serif;
        font-size: 20px;
        line-height: 24px;
    }

    .hero .main-text {
        font-family: "Italianno", cursive;
        font-size: 96px;
        line-height: 60px;
    }

    .header {
        display: flex;
        flex-direction: column;
        padding: 20px 24px;
        border: none;
    }

    .header .logo {
        padding-top: 10px;
    }

    .wp-bhb-content {
        display: flex;
        gap: 10px;
    }

    .banka-hesap-numaralari {
        display: none;
    }

    .footer-banka-hesap-numaralari {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f33786;
        padding: 20px 16px;
        border-radius: 40px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 13px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        gap: 10px;
        width: max-content;
    }

    .footer-banka-hesap-numaralari i {
        font-size: 18px;
    }

    .header .slogan img {
        height: 28px;
    }

    .header .logo img {
        height: 40px;
    }

    .hero {
        display: flex;
        align-items: start;
        float: left;
        width: 100%;
        padding-top: 0px;
    }

    .product-area {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 24px;
    }

    .product-area .product-desc {
        text-align: center;
        font-size: 24px;
        line-height: 48px;
        display: none;
    }

    .product-content {
        width: auto;
        padding-top: 24px;
        padding-left: 24px;
    }

    .last {
        padding: 0 10px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        padding: 0 24px;
        text-align: center;
    }

    .footer .contact {
        flex-direction: column;
        gap: 30px;
       padding-bottom: 36px;
    }

    .footer .contact hr {
        display: none;
    }

    .footer .note {
        display: none
    }

    ::-webkit-scrollbar {
        height: 10px;

    }

    ::-webkit-scrollbar-track {
        background-color: rgb(255, 255, 255, 0.3);
        border-radius: 0x;
        margin: 0 32px 0 24px;
    }

    ::-webkit-scrollbar-thumb {
        background: rgb(255, 255, 255);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    .footer .contact .wp {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1BAC39;
        color: #fff;
        border-radius: 50px;
        padding: 16px;
        gap: 10px;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        cursor: pointer;
        transition: .3s;
    }

    .footer .contact .wp .text {
        display: none;
    }


    /* -------------------------------------- */


    .bhb-center {
        margin: 0;
        padding: 0;
        font-family: "Inter", sans-serif;
    }


    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bhb-center .bhb-content {
        background-color: #fff;
        border-radius: 20px;
        padding: 16px;
        max-height: 95vh;
        overflow-y: auto;

    }

    .bhb-content {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px;
        max-width: 90%;
    }


    .bhb-center .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        gap: 20px;
    }

    .bhb-center .title {
        font-weight: 500;
        font-size: 20px;
        color: #000;
    }

    .bhb-center .btn-close {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EFEFEF;
        border-radius: 50%;
        padding: 14px;
        height: 20px;
        width: 20px;
        font-size: 20px;
        color: #616161;
        cursor: pointer;
        order: -1;
    }

    .bhb-center .btn-close:hover {
        background-color: #ececec;
    }

    .bhb-center .note {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        background-color: #FFFBE5;
        width: auto;
        padding: 10px;
        text-align: center;
    }

    .bhb-center .note span {
        text-decoration: underline;
        font-weight: 500;
        font-weight: 500;
        margin-top: 2px;
        border-bottom: none;
        display: inline-block;
        padding-bottom: 2px;
    }

    /* ------------------------------------ */

    .bank-box-conteiner {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 20px 0 0 0;
    }

    .bhb-center .bank-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 16px 30px;
        height: auto;
        gap: 10px;
    }

    .bhb-center .bank-box:hover {
        box-shadow: none
    }

    .bhb-center .bank-box .bank-logo {
        display: flex;
        align-items: center;
        width: auto;
        border: none;
        height: 100%;
    }


    .bhb-center .bank-box .bank-acc-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: auto;
        padding: 0;
        text-align: center;
    }

    .bhb-center .bank-box .bank-acc-info .iban {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .bhb-center .bank-box .bank-acc-info .iban-owner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .bhb-center .bank-box .bank-acc-info .iban-owner #title {
        font-size: 11px;
        padding-top: 3px;
    }

    .bhb-center .bank-box .bank-acc-info .iban-owner #owner {
        font-size: 14px;
        font-weight: 500;
    }

    .bhb-center .bank-box .bank-acc-info .iban-owner #acc-no {
        font-size: 14px;
        font-weight: 500;
    }

    .bhb-center .bank-box .bank-acc-info .iban #title {
        font-size: 11px;
        font-weight: 400;
        padding-top: 3px;
    }

    .bhb-center .bank-box .bank-acc-info .iban #owner {
        font-size: 14px;
        font-weight: 500;
    }

    .bhb-center .bank-box .btn-clone {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F5F5F5;
        font-size: 14px;
        font-weight: 500;
        border-radius: 50px;
        padding: 10px 10px 10px 14px;
        gap: 5px;
        cursor: pointer;
    }

    .bhb-center .bank-box .btn-clone:hover {
        background-color: #ececec;
    }

    .bhb-center .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        display: none;
    }

    .bhb-center .bottom .wp-area {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bhb-center .bottom .wp-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1BAC39;
        border-radius: 50px;
        height: 60px;
        width: 60px;
        cursor: pointer;
        transition: .3s;
    }

    .bhb-center .bottom .wp-logo:hover {
        background-color: #158c2d;
    }

    .bhb-center .bottom .wp-logo img {
        height: 30px;
    }

    .bhb-center .bottom .wp-note {
        font-size: 14px;
        width: 300px;
        user-select: none;
    }

    .bhb-center .bottom .bircan-logo img {
        height: 24px;
    }

    /* #region Alert Notification */
    .alert-notification {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        color: #000;
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.9);
        z-index: 1000;
        display: none;
        /* Başlangıçta gizli olacak */
        width: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        overflow: hidden;
        user-select: none;
    }

    .alert-notification i {
        margin-right: 10px;
        /* İkon ve metin arasına boşluk ekle */
        font-size: 24px;
    }

    .alert-progress-bar {
        width: 100%;
        height: 5px;
        background-color: #fff;
        margin-top: 10px;
        border-radius: 50px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .alert-progress-fill {
        height: 100%;
        background-color: #f33786;
        /* Sarı renk */
        width: 0%;
        transition: width 4s linear;
        /* 4 saniye içinde dolacak */
    }

    /* #endregion Alert Notification */
}



/* #endregion Mobile Media Query */

/* #region Tablet Media Query */

@media (min-width: 768px) and (max-width: 1024px) {
    .center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        width: 100%;
        background-image: url(../assets/bg-desktop.jpg);
        background-size: cover;
        box-sizing: border-box;
    }

    .header {
        display: flex;
        flex-direction: column;
        padding: 20px 24px;
        border: none;
        gap: 20px;
    }

    .content {
        padding: 0;
        flex-direction: column;
    }


    .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 24px;
    }

    .hero .text-area {
        padding-top: 0;
    }

    .hero .top-text {
        font-family: "Kalnia", serif;
        font-size: 24px;
        line-height: 32px;
    }

    .hero .main-text {
        font-family: "Italianno", cursive;
        font-size: 160px;
        line-height: 105px;
    }

    .product-area {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 24px;
    }

    .product-area .product-desc {
        font-family: "Kalnia", serif;
        font-size: 24px;
        color: #fff;
        user-select: none;
        text-align: center;
    }

    .product-area .product-desc span {
        font-family: "Italianno", cursive;
        font-size: 48px;
    }

    .product-content {
        margin: 0 60px;
        padding-top: 20px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 60px;
        color: #fff;
        font-family: "Inter", sans-serif;
        padding-bottom: 48px;
    }

    .footer .note {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        order: -1;
        padding-bottom: 36px;
        text-align: center;
    }

    .footer .contact hr {
        height: 64px;
    }

    .footer .contact-info {
        text-align: center;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: -30px;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(76, 8, 65, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* #endregion Tablet Media Query */