.an-banner { text-align:center; }
.cms-anniversary .page-main {
    max-width: initial;
    padding: 0;
}
.an-wrap {padding-top: 30px}
.wrap2 { max-width:1500px; margin-left: auto; margin-right: auto;}
.wrap3 { max-width:1280px; margin-left: auto; margin-right: auto;}
.an-gift {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
}

.flex-item {
    text-align: center
}

.text-item {
    color: #ec9391;
    font-size: clamp(18px, 2vw, 38px);
    font-family: DidotLH;
    line-height: 1.3
}

.image-item {
    width: 12vw;
    height: 12vw;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    flex-shrink: 0
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.event-links {
    padding: 50px 40px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.event-card {
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.event-card-content {
    flex-grow: 1
}

.event-card h2 {
    color: #ec9391;
    font-family: DidotLH;
    font-size: 3.6rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-style: italic;
}

.event-card p {
    color: #555;
    font-family: DidotLH;
    line-height: 1.6;
    font-size: 2.8rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.event-card .btn {
    display: inline-block;
    background-color: #ec9391;
    color: #fff;
    padding: 12px 45px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .5px;
    transition: background-color .3s ease
}

.event-card .btn:hover {
    background-color: #d194a0
}
.an-intro {
	margin-bottom: 3rem;
	color: #846f52;
    padding: 0 8px;
}
.intro-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #ec9391;
    margin-bottom: 2rem;
    text-align: center;
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.video-container video {
    width: 100%;
    height: auto;
    max-width: 100%; 
}
.history {
    position: relative;
    width: 100%;
    background: linear-gradient(to top,#ffe9b8,#fff8e0)
  }
  
  .history img {
    width: 100%;
    display: block
  }
  
  .history .title {
    position: absolute;
    color: #ec9391;
    font-size: 6rem;
    font-family: DidotLH;
    font-weight: 500;
    box-sizing: border-box;
    top: 5%;
    left: 3%;
    text-align: left;
    width: auto;
    font-style: italic;
    letter-spacing: 2px;
  }

.an-special .link-shop { margin-top:1rem; }
.an-special,.an-influencers,.an-tabs {
    padding: 10px;
}
.influencers {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "top top"
        "bottom-left bottom-right";
}

.influencers .item1 {
    text-align: center;
}
.influencers .item2 {
    text-align: right;
}
.influencers .item3 {
    text-align: left;
}
.influencers .item {
    position: relative;
    display: inline-block;
    font-size: 0
}

.influencers .item img {
    max-width: 100%;
    height: auto
}

a.shop-button {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
    color: #ec9391;
    padding: 15px 60px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 12px;
}
.item1 {
    grid-area: top;
    display: flex;
    justify-content: flex-end;
}
.item2 {
    grid-area: bottom-left;
}
.item3 {
    grid-area: bottom-right;
}
.special-slider .swiper-slide {text-align: center;}

.an-special .title, .an-influencers .title {
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
    color: #ec9391;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 3rem;
}
.title h3 {
    font-size: 26px;
    font-family: DidotLH;
    margin-top: 1rem;
    font-weight: normal;
}
.title h2 {
    font-family: DidotLH;
    font-weight: 500;
}
.cms-anniversary h2{
    font-family: 'DidotLH';
    font-size: 3.2rem;
}
.deals-modal .modal-inner-wrap {max-width: 600px;}
.modal-inner-wrap p {
    margin-top: 1rem;
}
#modalContent1 input { margin-bottom: 1rem; }
#content { margin-bottom: 1rem }
.freeorder, .events .item {
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
    color: #ec9391;
}
.freeorder {
    margin: 3rem 1rem;
}
.freeorder .title {font-size: 16px; padding-top: 1px}
.freeorder-text {display: flex; justify-content: center; padding: 0 10px;}
.freeorder-slide {
    width: 100%;
    height: 200px;
}
.freeorder-slide .swiper-slide {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.freeorder-slide .swiper-slide p { display: inline-block;
    background: #ec9391;
    color: #fff;
    border-radius: 20px;
    padding: 0 15px; }
.freeorder-slide .swiper-slide p:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
}
.freeorder-slide .swiper-slide p:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}
.freeorder-slide .swiper-slide p:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
}
.rewards-slide, .referral-slide {
    width: 100%;
    min-height: 150px;
}
.rewards-slide .swiper-slide, .referral-slide .swiper-slide {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rewards-slide .swiper-slide p, .referral-slide .swiper-slide p { display: inline-block;
    background: #ec9391;
    color: #fff;
    border-radius: 20px;
    padding: 0 15px; }
.rewards-slide .swiper-slide p:nth-child(1), .referral-slide .swiper-slide p:nth-child(1) {
    margin-left: auto;
    margin-right: 0;
}
.rewards-slide .swiper-slide p:nth-child(2), .referral-slide .swiper-slide p:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}
.rewards-slide .swiper-slide p:nth-child(3), .referral-slide .swiper-slide p:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
}
.events {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 10px;
    margin-bottom: 3rem
}
.events .item {
    flex: 1;
    padding: 0 15px;
    box-sizing: border-box;
}
.event-text {
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
}
a#triggerModal1, a#triggerModal2, a#triggerModal3 {
    background: #ec9391;
    border: none;
    color: #fff;
}
.an-reviews {
    background: linear-gradient(to top, #ffe9b8, #fff8e0);
    padding: 3rem 4rem;
}
.an-reviews h3 a { text-decoration: underline; color: #ec9391;}
.back-top { text-align:center; padding-top: 2rem;}
.back-top .link-shop { color:#ec9391 !important; font-size: 18px;}
.sale-countdown {
    padding: 2rem 0 0;
    background: #eae5c4;
}
.sale-countdown .title {
    font-size: 36px;
    text-align: center;
    color: #767b43;
    font-family: "DidotLH";
  letter-spacing: 1px;
}
ul.end_countdown {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: block;
    text-align: center;
}
ul.end_countdown li {
    display: inline-block;
    color: #767b43;
}
ul.end_countdown li span {
    font-size: 48px;
    line-height: 80px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-family: 'DidotLH';
}
ul.end_countdown li p {
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}
ul.end_countdown li.seperator {
    font-size: 60px;
    line-height: 70px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .an-gift {
        padding: 20px 10px
    }

    .text-item {
        font-size: 18px;
    }

    .image-item {
        width: 18vw;
        height: 18vw
    }
    .intro-text {
        padding: 0 1rem;
        line-height: 1.5;
        font-weight: normal;
    }
    .event-links {
        grid-template-columns: 1fr;
        padding: 20px 0;
        gap: 20px
    }

    .event-card {
        padding: 30px 20px
    }

    .event-card h2 {
        font-size: 2.6rem;
    }

    .event-card p {
        font-size: 2rem;
    }
    .title h3 {font-size: 1.8rem}
    .history .title {
        top: 20px;
        left: 50%;
        font-size: 20px;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        padding: 0 15px
    }
    .shop-button {
        padding: 15px 30px;
        font-size: 20px;
    }
    .freeorder-slide .swiper-slide p {
        border-radius: 10px;
        padding: 0 8px;
    }
    .influencers {
        display: block;
    }
    .influencers .item {
        margin-bottom: 1rem;
    }
    .influencers .item1 {
        display: block;
    }
    .events {
        flex-direction: column;
    }
    .an-special, .an-influencers, .an-tabs {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .hide-lg { display: none;}
    .nav-sections { display:none; }
    .events .item {
        flex: 1;
        width: calc(50% - 10px);
    }
    .title h2 {font-size: 3.2rem}
    .freeorder .title,.event-text {font-size: 18px;}
    .text-item, .event-card h2 {letter-spacing: 2px;}
}
@media (min-width: 1440px) {
    .pl-160 {padding-left: 150px}
}