.elementor-78406 .elementor-element.elementor-element-8175123{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1d9ca2f */.xmas-shipping-page {
    padding: 60px 15px;
    display: flex;
    justify-content: center;
}


.xmas-shipping-box {
    max-width: 1100px;
    width: 100%;
    border: 2px solid #101016CC; /* Border */
    border-radius: 10px;
    background: transparent;
    padding: 40px 32px;
    box-sizing: border-box;
    font-family: "Nunito-Neu", sans-serif;
    color: #101016CC;       
}

.xmas-header {
    margin-bottom: 32px;
    border-bottom: 1px solid #1010161F;
    padding-bottom: 18px;
}


.xmas-badge {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #1010161F;
    background: #FCF7BFAD;
    color: #cf0062;
    font-weight: 700;
    margin-bottom: 10px;
}


.xmas-shipping-box h1 {
    font-family: "Bello-SmCp", "Nunito", system-ui, sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 6px;
    color: #cf0062;
}


.xmas-subtitle {
    font-size: 1.05rem;
    margin: 0;
    font-weight: 600;
    color: #632643;
}

.xmas-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
    margin-bottom: 32px;
}


.xmas-main {
    width: 100%;
}


.xmas-intro {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 1.05rem;
}


.xmas-shipping-box p {
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 10px 0;
}


.xmas-highlight-date {
    font-weight: 800;
    color: #cf0062;
}
.xmas-box-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.xmas-card {
    border-radius: 10px;
    border: 1px solid #1010161F;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}


.xmas-card h2,
.xmas-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #cf0062;
    font-size: 1.3rem;
    font-family: "Bello-SmCp";
}


.xmas-card ul {
    margin: 0 0 8px 18px;
    padding: 0;
}


.xmas-card li {
    margin-bottom: 5px;
    font-size: 0.95rem;
}


.xmas-card p {
    font-size: 0.96rem;
    margin: 6px 0;
}

.xmas-info-box,
.xmas-checklist,
.xmas-facts {
    border: none; 
    background: transparent;
    padding: 0;
}

.xmas-hint {
    font-size: 0.9rem;
    margin-top: 6px;
    color: #632643;
    font-style: italic;
}

.xmas-faq {
    border-top: 1px solid #1010161F;
    padding-top: 24px;
    margin-top: 10px;
}


.xmas-faq h2 {
    font-size: 1.6rem;
    margin-top: 0;
    color: #cf0062;
    margin-bottom: 14px;
    font-family: "Bello-SmCp";
}


.xmas-faq details {
    border-radius: 10px;
    border: 1px solid #1010161F;
    padding: 10px 14px;
    margin-bottom: 10px;
    background: #FCF7BF0F;
}


.xmas-faq summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    list-style: none;
}


.xmas-faq summary::-webkit-details-marker {
    display: none;
}


.xmas-faq details[open] summary {
    color: #cf0062;
}


.xmas-faq details p {
    margin-top: 8px;
    font-size: 0.98rem;
}

.xmas-shipping-box a {
    color: #632643;
    text-decoration: none;
}


.xmas-shipping-box a:hover {
    text-decoration: underline;
}

.xmas-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}


.xmas-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 10px;
    border: 1px solid #1010161F; 
    background: #FCF7BFAD;
    font-family: "Bello-SmCp", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    text-decoration: none;
    color: #cf0062;
    transition: all 0.2s ease;
}


.xmas-btn:hover {
    background: #FCF7BF;       
    border-color: #CF00628C;   
    color: #cf0062;
    text-decoration: none;
    transform: translateY(-1px);
}


.xmas-link {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.xmas-header-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #1010161F;
    background: #FCF7BFAD;
    font-family: "Nunito-Neu", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #cf0062;
    text-decoration: none;
    transition: all 0.2s ease;
}


.xmas-header-btn:hover {
    background: #FCF7BF;
    border-color: #CF00628C;
    color: #cf0062;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 800px) {
    .xmas-box-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 600px) {
    .xmas-shipping-box {
        padding: 28px 18px;
    }


    .xmas-shipping-box h1 {
        font-size: 2rem;
    }
}


.xmas-card {
    border: 2px solid #101016CC;
    border-radius: 10px;
    background: #FCF7BF0F;
    padding: 8px
}

.xmas-info-box,
.xmas-checklist,
.xmas-facts {
    border: 2px solid #101016CC;
    border-radius: 10px;
    background: #FCF7BF0F;
}/* End custom CSS */