.about-us p,
.payments-and-delivery p,
.info-page p {
    font-size: 18px;
    line-height: 130%;
    margin: 0 auto 24px;
}
.payments-and-delivery .payment-info p,
.info-page p {
    margin: 16px auto;
}
.payments-and-delivery .payment-info li,
.payments-and-delivery .delivery-info li,
.info-page li {
    font-size: 18px;
    line-height: 130%;
    margin: 4px auto;
}
.payments-and-delivery .payment-info ul,
.info-page ul {
    list-style-type: none;
}
.payments-and-delivery .payment-info ul > li,
.info-page ul > li {
    text-indent: -5px;
}
.payments-and-delivery .payment-info ul > li:before,
.info-page ul > li:before {
    content: "- ";
    text-indent: -5px;
}

.payments-and-delivery .delivery-info ul,
.payments-and-delivery .delivery-info ol,
.info-page ol {
    margin-left: 0;
    padding-left: 18px;
}
.payments-and-delivery .delivery-info ol > li,
.info-page ol > li {
    margin-top: 24px;
}

.about-us p::first-letter,
.payments-and-delivery p::first-letter,
.info-page p::first-letter {
    text-transform: capitalize;
}
.about-us .about-page-logo {
    width: 136px;
    height: auto;
    margin: 88px auto 88px;
}
.about-us hr {
    margin: 32px 0;
    opacity: 1;
}
.payments-and-delivery hr {
    margin: 16px 0;
    opacity: 1;
}
.info-page h2 {
    margin-top: 48px;
}
.about-us h3,
.payments-and-delivery h3,
.info-page h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    font-family: Urbanist;
    margin-bottom: 48px;
    margin-top: 112px;
}

.payments-and-delivery h3 {
    margin-bottom: 31px;
}

.about-us h3.lefted,
.payments-and-delivery h3,
.info-page h3
{
    text-align: left;
}
.about-us h3.non-margin-top {
    margin-top: 0;
}

.about-us #homepage-brands {
    margin: 112px auto;
    padding: 0;
}
div.width-650 {
    max-width: 650px;
    text-align: center;
}
.iconed {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    --icon-size: 40px;
    --icon-gap: 24px;
    position: relative;
    padding-left: calc(var(--icon-size) + var(--icon-gap));
    min-height: var(--icon-size);
    margin: 16px auto;
    text-align: justify!important;
}

.payments-and-delivery-container .iconed.info-order-details,
.payments-and-delivery-container .iconed.info-delivery-time {
    margin-top: 80px;
}

.iconed strong,
.iconed b
{
    font-weight: 600;
}

.iconed::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: var(--icon-size);
    height: var(--icon-size);
    transform: translateY(-50%);
}
.info-delivery-time::before {
    background: url("../icons/icon-delivery-time.svg") no-repeat center / contain;
}
.info-service-fee::before {
    background: url("../icons/icon-service-fee.svg") no-repeat center / contain;
}
.info-emailing-us::before {
    background: url("../icons/icon-emailing-us.svg") no-repeat center / contain;
}
.info-order-details::before {
    background: url("../icons/icon-order-details.svg") no-repeat center / contain;
}

.info-page .button,
.info-page #gform_submit_button_1,
.info-page #gform_submit_button_4,
.info-page #gform_submit_button_6,
.info-page #gform_submit_button_8,
.info-page #gform_browse_button_8_6,
.info-page #gform_submit_button_10,
.info-page #gform_submit_button_12
{
    background: #000;
    color: #fff;
    height: 40px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    align-items: center;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    padding: 13px 32px;
    border-radius: unset;
}

.payments-and-delivery-container {
    width: calc(65% + 210px);
}

@media (max-width: 768px) {
    .about-us p,
    .payments-and-delivery p,
    .info-page p {
        font-size: 14px;
        line-height: 21px;
        margin: 16px auto 16px;
        text-align: justify;
    }

    .about-us .about-page-logo {
        width: 82px;
        height: auto;
        margin: 56px auto 56px;
    }
    .about-us h3 {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 72px;
    }
    .info-page h2 {
        font-size: 24px;
    }
    .payments-and-delivery h3,
    .info-page h3 {
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 72px;
    }
    .about-us h3.lefted {
        text-align: center;
    }
    .about-us h3.non-margin-top {
        margin-top: 72px;
    }
    .about-us h6 {
        font-size: 12px;
        font-weight: 700;
    }
    .about-us hr,
    .payments-and-delivery hr,
    .info-page hr {
        margin: 16px 0;
    }
    .about-us #homepage-brands {
        margin: 40px auto;
    }
    main.about-us,
    main.payments-and-delivery,
    main.info-page {
        padding-bottom: 96px;
    }
    .payments-and-delivery .payment-info li,
    .payments-and-delivery .delivery-info li,
    .info-page li {
        font-size: 14px;
        line-height: 21px;
    }
    .iconed {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        --icon-size: 24px;
        --icon-gap: 16px;
        position: relative;
        padding-left: calc(var(--icon-size) + var(--icon-gap));
        min-height: var(--icon-size);
        margin: 16px auto;
        text-align: left!important;
    }
}

.container:has(.about-us-container) {
    max-width: 100% !important;
}
.about-us-container p,
.about-us-container h3 {
    text-align: left;
}
.about-us-container p {
    margin: 0 0 24px;
    max-width: 1250px !important;
}

.about-us-container .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.about-us-container .logo-icon img {
    width: 136px;
}

.about-us-container h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.flex-d-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
}
.flex-d-row img {
    width: 48px;
}

.flex-d-row span {
    color: #000000;
    font-weight: 350;
    font-family: Gravity;
    font-size: 18px;
}
.about-us-container h3 {
    margin-bottom: 32px;
}
.text-page-form-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.text-page-form-wrap .gform_wrapper {
    max-width: 648px;
}

.text-page-form-wrap .gform_title {
    font-family: Urbanist;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
    margin-bottom: 32px;
    text-align: center;
}

.text-page-form-wrap .gform_description {
    text-align: center;
    color: #000;
    font-weight: 350;
    font-family: Gravity;
    font-size: 18px;
    margin-bottom: 48px;
}

.text-page-form-wrap .gfield textarea,
.text-page-form-wrap .gfield input {
    border: 1px solid #79747E !important;
    color: #1D1B20 !important;
    font-family: Gravity !important;
    font-weight: 350 !important;
    outline: unset !important;
    border-radius: 0 !important;
}
.text-page-form-wrap .gfield input {
    height: 56px !important;
}

.text-page-form-wrap .gfield textarea {
    height: 56px;
    min-height: 56px !important;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
}
.text-page-form-wrap .gfield {
    position: relative;
}
.text-page-form-wrap .gfield .gfield_label {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #49454F;
    font-size: 16px;
    font-weight: 350;
    font-family: Gravity;
    background: transparent;
    transition:
            top 0.25s ease,
            left 0.25s ease,
            font-size 0.25s ease,
            font-weight 0.25s ease,
            color 0.25s ease;
}

.text-page-form-wrap .gfield.is-focused .gfield_label,
.text-page-form-wrap .gfield.has-value .gfield_label {
    font-size: 12px;
    font-weight: 500;
    font-family: Urbanist;
    background: white;
    padding: 0 5px;
    top: -9px;
    color: #BFA671;
}
.text-page-form-wrap .gfield .gfield_required {
    display: none;
}
.text-page-form-wrap .gfield:has(.gfield_required) .gfield_label::before {
    content: '*';
    position: absolute;
    right: 0;
}
.text-page-form-wrap .gfield.has-value:has(.gfield_required) .gfield_label::before,
.text-page-form-wrap .gfield.is-focused:has(.gfield_required) .gfield_label::before {
    right: 4px;
}
.text-page-form-wrap .gfield.is-focused textarea,
.text-page-form-wrap .gfield.has-value textarea,
.text-page-form-wrap .gfield.is-focused input,
.text-page-form-wrap .gfield.has-value input {
    border: 3px solid #BFA671 !important;
}

.text-page-form-wrap .ginput_counter {
    color: #49454F !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: Urbanist !important;
    padding: 0 16px !important;
}

.text-page-form-wrap .gform_wrapper input[type="submit"] {
    height: 46px !important;
    background-color: #000000 !important;
    border: unset;
    outline: none !important;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase !important;
    padding: 8px 16px;
    width: 100% !important;
    transition: transform 0.2s ease, background 0.2s ease;
    font-weight: 500 !important;
    font-family: Urbanist !important;
    color: white;
}
.text-page-form-wrap .gform_wrapper input[type="submit"]:active {
    background: #212529;
}
.text-page-form-wrap .gform_wrapper input[type="submit"]:not([disabled]):hover {
    transform: scale(0.92);
}
.contacts-and-consumer-bottom .flex-d-row img {
    width: 24px;
    height: 24px;
}
.contacts-and-consumer-bottom .flex-d-row a:nth-child(1) {
    margin-left: 10px;
}
.contacts-and-consumer-bottom h5 {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    font-family: Urbanist;
    text-align: center;
}
.contacts-and-consumer-bottom .flex-d-row {
    text-align: center;
    justify-content: center;
}
.contacts-and-consumer-bottom {
    margin-top: 80px;
}
.contacts-and-consumer-bottom .logo-icon {
    text-align: center;
    margin: 80px 0;
}
.we-are-hiring-img img {
    width: 783px;
}

.we-are-hiring h5 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    margin: 80px 0;
    text-align: center;
}

.we-are-hiring .gfield--type-fileupload .ginput_container {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23808080FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e");
}
.we-are-hiring .gfield--type-fileupload .gfield_description {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.we-are-hiring .gfield--type-fileupload .ginput_container {
    height: 112px;
    padding: 1px;
    position: relative;
}
.we-are-hiring .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button {
    display: none;
}
.we-are-hiring .gfield--type-fileupload input[type="file"]::file-selector-button {
    display: none;
}
.we-are-hiring .gfield--type-fileupload .gfield_label {
    display: none;
}
.we-are-hiring .gfield--type-fileupload input[type="file"] {
    height: 108px !important;
    border: unset !important;
    text-align: center;
    padding: 25px 0;
    background: #E9ECEF7A;
}
