﻿.title-sld {
    margin-top: 20px;
}

.ios-glass {
    display: inline-block;
    border-radius: 32px;
    max-width: 600px;
    padding: 40px;
    border-radius: 30px;
    background: #ffffff26;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid #fff;
    box-shadow: 0 20px 50px #0000001a;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

.ios-glass::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 40px;
    width: 90px;
    height: 4px;
    background: #b89457;
    border-radius: 5px;
}

.ios-glass h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 40px;
    line-height: 1.2;
}

.ios-glass h2 {
    font-size: 20px;
    font-weight: 500;
    color: #eeeeee;
    margin-bottom: 0px;
}

.ios-glass h3 {
    font-size: 16px;
    font-weight: 500;
    color: #b89457;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ios-glass h1,
.ios-glass h2,
.ios-glass h3 {
    margin-left: 0;
}

@media (max-width: 991px) {

    .ios-glass {
        padding: 50px 40px;
        max-width: 95%;
    }

    .ios-glass h1 {
        font-size: 38px;
    }

    .ios-glass h2 {
        font-size: 20px;
    }

    .ios-glass h3 {
        font-size: 14px;
    }
}

.luxury-heading {
    padding: 0px 0 40px;
}

.luxury-category-heading {
    padding: 0px 0 0px;
}

.luxury-title {
    font-size: 54px;
    font-weight: 500;
    color: #1d2b3a; 
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.luxury-divider {
    width: 70px;
    height: 2px;
    background: #b89457; 
    margin: 0 auto 25px;
}

.luxury-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 400;
}

.news-letter-title{
    font-size:40px;
}

@media (max-width: 768px) {
    .luxury-title {
        font-size: 36px;
    }

    .luxury-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }
}

.category-marquee {
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
}

.category-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scrollLeft 30s linear infinite;
}

.category-item {
    flex: 0 0 auto;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.category-img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-title {
    margin-top: 15px;
    font-size: 18px;
    color: #222;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.text-black{
    color: #000 !important;
}

.card_product--V01 {
    text-align: center;
}

.card_product-wrapper {
    padding: 0px;
    /*margin-bottom: 20px;*/
}

.list-product-btn {
    display: none !important;
}

.card_product-info a:first-child {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.6;
    margin-bottom: 6px;
    color: burlywood;
}

.card_product-info a:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.price-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.price-wrap .price-new:first-child {
    color: #fff;
    font-weight: 500;
}

.price-wrap .price-new:last-child {
    color: #c9c9c9;
    text-decoration: line-through;
    font-size: 14px;
}

.price-wrap span:last-child:not(.price-new) {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    opacity: 0.7;
}

@media (max-width: 768px) {

    .card_product-wrapper {
        /*padding: 20px;*/
    }

    .card_product-info a:nth-child(2) {
        font-size: 16px;
    }

    .price-wrap {
        flex-direction: column;
        gap: 5px;
    }
}


@media (max-width: 480px) {

    .ios-glass {
        padding: 28px 18px;
        max-width: 92%;
        border-radius: 18px;
    }

    .ios-glass::before {
        top: 30px;
        left: 18px;
        width: 55px;
    }

    .ios-glass h1 {
        font-size: 24px;
        margin-top: 25px;
        line-height: 1.1;
    }

    .ios-glass h2 {
        font-size: 15px;
    }

    .ios-glass h3 {
        font-size: 12px;
    }

    .luxury-title {
        font-size: 28px;
    }

    .luxury-subtitle {
        font-size: 14px;
        padding: 0 15px;
    }

    .category-track {
        gap: 30px;
        animation: scrollLeft 20s linear infinite;
    }

    .category-img {
        width: 100px;
        height: 100px;
    }

    .category-title {
        font-size: 14px;
    }

    .card_product-info a:first-child {
        font-size: 13px;
    }

    .card_product-info a:nth-child(2) {
        font-size: 14px;
    }

    .price-wrap {
        flex-direction: column;
        gap: 4px;
    }
}


@media (min-width: 481px) and (max-width: 768px) {

    .ios-glass {
        padding: 35px 30px;
        max-width: 80%;
    }

    .ios-glass h1 {
        font-size: 32px;
    }

    .ios-glass h2 {
        font-size: 18px;
    }

    .luxury-title {
        font-size: 36px;
    }

    .category-img {
        width: 140px;
        height: 140px;
    }

    .category-title {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    section {
        padding: 70px 0;
    }

    .ios-glass {
        max-width: 500px;
        padding: 40px;
    }

    .ios-glass h1 {
        font-size: 38px;
    }

    .luxury-title {
        font-size: 42px;
    }

    .category-img {
        width: 160px;
        height: 160px;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {

    .ios-glass {
        max-width: 600px;
    }

        .ios-glass h1 {
            font-size: 44px;
        }

    .luxury-title {
        font-size: 50px;
    }

    .category-img {
        width: 180px;
        height: 180px;
    }
}

.premium-deal-section {
    background: #f4ede3;
    overflow: hidden;
}

.premium-wrapper {
    display: flex;
    position: relative;
    min-height: 700px;
}

.premium-content {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 7%;
    position: relative;
    z-index: 2;
}

.premium-inner {
    max-width: 520px;
}

.premium-top {
    font-size: 12px;
    letter-spacing: 3px;
    color: #b89457;
    margin-bottom: 20px;
}

.premium-title {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
    color: #1e1e1e;
}

.premium-divider {
    width: 60px;
    height: 2px;
    background: #b89457;
    margin: 30px 0;
}

.premium-text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 50px;
}

.premium-countdown-box {
    border: 1px solid #e6d9c6;
    background: #f8f3eb;
    padding: 35px 40px;
    margin: 50px 0;
    max-width: 500px;
}

.premium-countdown {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.premium-countdown .countdown-item {
    text-align: center;
    flex: 1;
    position: relative;
}

.premium-countdown .countdown-item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 32px;
    color: #b89457;
}

.premium-countdown .countdown-value {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #b89457;
    font-weight: 500;
    display: block;
}

.premium-countdown .countdown-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
    margin-top: 6px;
}

.colon {
    font-size: 28px;
    color: #b89457;
}

.premium-btn {
    display: inline-block;
    padding: 15px 38px;
    border: 1px solid #1e1e1e;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1e1e1e;
    text-decoration: none;
    transition: 0.3s ease;
}

.premium-btn:hover {
    background: #1e1e1e;
    color: #fff;
}

.premium-image {
    width: 55%;
    margin-left: -5%; 
    position: relative;
}

.premium-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, transparent 55%, rgba(244,237,227,0.85) 100%),
        linear-gradient(to left, rgba(244,237,227,0.8) 0%, transparent 40%);
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 991px) {

    .premium-wrapper {
        flex-direction: column;
    }

    .premium-content,
    .premium-image {
        width: 100%;
        margin-left: 0;
    }

    .premium-image {
        height: 450px;
    }

    .premium-title {
        font-size: 40px;
    }

    .premium-countdown {
        justify-content: center;
    }
}

.premium-countdown-box {
    border: 1px solid #e6d9c6;
    background: #f8f3eb;
    padding: 35px 40px;
    margin: 50px 0;
    max-width: 520px;
}

.luxury-countdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-block {
    text-align: center;
    position: relative;
    flex: 1;
}

.time-block:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -8px;
    top: 5px;
    font-size: 32px;
    color: #b89457;
}

.time-block .num {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #b89457;
    display: block;
    margin-bottom: 15px;
}

.time-block .label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}