.elementor-63 .elementor-element.elementor-element-6da2af3{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-63 .elementor-element.elementor-element-fe61b4f{--display:flex;}.elementor-63 .elementor-element.elementor-element-02d26cc .elementor-heading-title{font-family:"Questrial", Sans-serif;}.elementor-63 .elementor-element.elementor-element-cf0b41a .elementor-heading-title{font-family:"Questrial", Sans-serif;}.elementor-63 .elementor-element.elementor-element-4c8babf{--display:flex;}/* Start custom CSS *//* ==========================================
   SHIPPING & DELIVERY
========================================== */

.lookout-shipping {
    background: #F7F3ED;

    min-height: 720px;

    padding: 110px 24px;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center;
}


/* ==========================================
   PAGE TITLE
========================================== */

.lookout-shipping-title {
    margin-bottom: 42px;
}

.lookout-shipping-title .elementor-heading-title {
    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: clamp(42px, 5vw, 68px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -1.5px;
}


/* ==========================================
   DELIVERY BOX
========================================== */

.lookout-shipping-box {
    width: 620px !important;
    max-width: 100% !important;

    padding: 54px 42px;

    background: #EDE2D1;

    border: 1px solid rgba(184, 168, 154, 0.55);

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


/* Very subtle hover */
.lookout-shipping-box:hover {
    transform: translateY(-3px);

    border-color: #B8A89A;
}


/* ==========================================
   7–14
========================================== */

.lookout-shipping-days {
    margin: 0;
}

.lookout-shipping-days .elementor-heading-title {
    margin: 0;

    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: clamp(74px, 9vw, 108px);

    font-weight: 400;

    line-height: 0.9;

    letter-spacing: -4px;
}


/* ==========================================
   BUSINESS DAYS
========================================== */

.lookout-shipping-label {
    margin-top: 13px;
    margin-bottom: 28px;
}

.lookout-shipping-label .elementor-heading-title {
    color: #292725;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* ==========================================
   DELIVERY DETAILS
========================================== */

.lookout-shipping-text {
    max-width: 470px;

    margin: 0 auto;
}

.lookout-shipping-text p {
    margin: 0;

    color: #292725;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.85;

    opacity: 0.76;
}


/* ==========================================
   SMALL NOTE
========================================== */

.lookout-shipping-note {
    max-width: 560px;

    margin-top: 28px;
}

.lookout-shipping-note p {
    margin: 0;

    color: #292725;

    font-size: 13px;

    line-height: 1.8;

    opacity: 0.58;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1024px) {

    .lookout-shipping {
        min-height: 650px;

        padding: 90px 24px;
    }

    .lookout-shipping-title {
        margin-bottom: 36px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .lookout-shipping {
        min-height: auto;

        padding: 72px 18px;
    }

    .lookout-shipping-title {
        margin-bottom: 30px;
    }

    .lookout-shipping-title .elementor-heading-title {
        font-size: 42px;

        line-height: 1.05;
    }

    .lookout-shipping-box {
        width: 100% !important;

        padding: 40px 22px;
    }

    .lookout-shipping-days .elementor-heading-title {
        font-size: 76px;

        letter-spacing: -3px;
    }

    .lookout-shipping-label {
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .lookout-shipping-text p {
        font-size: 14px;

        line-height: 1.8;
    }

    .lookout-shipping-note {
        margin-top: 22px;
    }

    .lookout-shipping-note p {
        font-size: 12px;

        line-height: 1.75;
    }

}/* End custom CSS */