@media(min-width:768px) {
    .pageSliderContent .swiper-slide .slider-contents {
        width: 34%;
    }

    .weta-slider-tag {
        font-size: 65px !important;
    }

    .section-header .col-lg-3 {
        width: 30%;
    }

    .section-header .col-lg-9 {
        position: relative;
        width: 70%;
        justify-content: left;
    }

    .section-header #navigation li:nth-last-child(2) {
        position: absolute;
        right: 0;
        background: var(--site-hover-color);
        height: 50%;
        line-height: normal;
        display: flex;
        min-width: 130px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .section-header #navigation li:nth-last-child(2) a {
        color: #fff !important;
    }

    .section-header #navigation li:nth-last-child(2) a::after {
        display: none;
    }
}

.card {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(2, 6, 23, 0.6);
    padding: 32px;
    gap: 24px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(6px);
}

.left {
    padding: 8px 12px;
}

.title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: -0.2px;
}

.subtitle {
    color: var(--muted);
    margin: 0 0 20px 0;
    font-size: 0.95rem;
}

.hero-note {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.12), rgba(99, 102, 241, 0.06));
    color: #ffdfe0;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
}

.countdown {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.unit {
    background: var(--glass);
    padding: 14px 18px;
    min-width: 92px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.02);
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.45) inset;
}

.number {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.unit .label {
    font-size: 20px;
    margin-top: 6px;
}


@keyframes float {
    0% {
        transform: translate(-30%, -20%) scale(0.98)
    }

    50% {
        transform: translate(-28%, -18%) scale(1.03)
    }

    100% {
        transform: translate(-30%, -20%) scale(0.98)
    }
}


.muted {
    color: var(--muted);
    font-size: 0.9rem;
}

@media (max-width:880px) {
    .card {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

.number.waiting {
    animation: pulseNum 1.2s infinite;
}

@keyframes pulseNum {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(-4px);
        opacity: 0.95
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.live-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6b6b, #d946ef);
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 8px 30px rgba(217, 70, 239, 0.12);
}

.icon-section .icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border: 1px solid;
    border-radius: 20px;
    background-color: var(--site-color);
}

.icon-section .icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    margin: 0px !important;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper .icon-title {
    width: calc(100% - 60px);
}

.icon-wrapper .icon-title * {
    margin-bottom: 0px !important;
}

.icon-section .icon-wrapper .icon span {
    font-size: 20px;
    color: var(--site-color) !important;
}

small {
    font-size: 12px;
}

.icon-section .icon-wrapper:hover {
    background-color: var(--site-hover-color);
}

.icon-description {
    margin-top: 15px;
}

.icon-section .icon-wrapper * {
    color: #fff !important;
}

.icon-section .icon-wrapper:hover .icon span {
    color: var(--site-hover-color) !important;
}

#product-list .rgw {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--site-color);
}

#product-list .rgw img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0px 50px;
    max-height: 100% !important;
}

.product-wrapper {
    background-color: #fff;
    border-radius: 10px;
    transition: all .4s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.product-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: translateY(-5px);
}

.product-content-wrapper {
    padding: 20px 0px;
}

.product-content-wrapper *,
#icon-section-2 .icon-content-wrapper * {
    text-align: center !important;
}

#product-list .col-md-3 .product-wrapper .product-title {
    padding: 0px;
}

#product-list .learn-more {
    padding-bottom: 20px;
    text-align: center;
}

footer {
    display: none !important;
}

.block-content-wrap .list-3-cols li,
.block-content-wrap .list-2-cols li,
.block-content-wrap .list-1-cols li {
    width: 100%;
}

.varyasyon-title {
    display: none;
}

.detail-address span {
    font-weight: 300;
}

.productDetail .productImage {
    width: 100%;
    height: 250px;
}

.productDetail .productImage a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.productDetail .productImage img {
    object-fit: contain;
    height: auto;
    padding: 0px 50px;
    max-height: 100%;
    width: auto;
}

#product-section-1 {
    background-color: var(--site-color);
}

.productList .rg-wrapper {
    margin-bottom: 30px;
}

.productList .rg-wrapper * {
    text-align: center !important;
    color: #fff !important;
}

#page-detail-section-1 {
    background-color: var(--site-hover-color) !important;
}

#page-detail-section-1 * {
    color: #fff !important;
}

#contactForm-1 {
    background-color: var(--site-hover-color);
}

#contactForm-1 .rexa-content {
    display: none;
}

#contactForm-1 .contact-form {
    width: 75%;
    margin: 0px auto;
    padding: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;
    background: #fff;
}

#contactForm-1 .contact-form .weta-icerik-tag {
    text-align: center !important;
}

label.custom-label,
.mb-3 label {
    z-index: 0 !important;
    font-size: 14px !important;
    transform: none !important;
    opacity: 1 !important;
}

#brands .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn-outline-primary {
    margin-bottom: 15px;
    width: 19%;
    color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
}

.btn-check:checked+.btn {
    background-color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
    color: #fff !important;
}

@media(max-width:768px) {
    .icon-section .custom-col {
        width: 100% !important;
    }

    #product-list .rgw {
        height: 200px;
    }

    #contactForm-1 .contact-form {
        width: 95% !important;
    }

    .btn-outline-primary {
        width: 47% !important;
        min-width: auto !important;
        font-size: 13px !important;
    }

    #contactForm-1 .contact-form .weta-icerik-tag {
        font-size: 30px !important;
    }

    #parallax-1 {
        max-height: 700px !important;
        height: 700px !important;
    }

    .unit {
        width: 48% !important;
    }

    .hero-note {
        font-size: 16px !important;
    }

    .block-content-wrap .list-3-cols li,
    .block-content-wrap .list-2-cols li,
    .block-content-wrap .list-1-cols li {
        flex-wrap: wrap;
    }

    .detail-address strong,
    .detail-address span {
        display: block;
        width: 100%;
    }
    #languages .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .section-header #languages .dropdown-menu li a::before{
        display: none !important;
    }
    .section-header #languages .dropdown-trigger{
        display: none !important;
    }
}

.iti__flag {
    width: 16px !important;
}

.section-header.fixed .logo img {
    max-height: 45px !important;
}

#legal-policy ul li {
    margin-right: 0px;
}

#dinner{display: none !important;}