.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:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    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:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    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:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.text-page-form-wrap .gfield.has-value input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border: 3px solid #BFA671 !important;
}
.text-page-form-wrap .gfield.is-focused input[type="file"] {
    outline: unset !important;
}

.text-page-form-wrap .gfield  input[type="checkbox"] {
    outline: unset !important;
}
.text-page-form-wrap .gfield  input[type="checkbox"]:checked:before {
    color: white !important;
}
.text-page-form-wrap .gfield  input[type="checkbox"]:checked {
    background-color: black !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;
}

.text-page-form-wrap .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");
}
.text-page-form-wrap .gfield--type-fileupload .gfield_description {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.text-page-form-wrap .gfield--type-fileupload .ginput_container {
    height: 112px;
    padding: 1px 3px;
    position: relative;
}
.text-page-form-wrap .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button {
    display: none;
}
.text-page-form-wrap .gfield--type-fileupload input[type="file"]::file-selector-button {
    display: none;
}
.text-page-form-wrap .gfield--type-fileupload .gfield_label {
    display: none;
}
.text-page-form-wrap .gfield--type-fileupload input[type="file"] {
    height: 108px !important;
    border: unset !important;
    text-align: center;
    padding: 25px 0;
    background: #E9ECEF7A;
}
.privacy-policy h3 {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 40px;
    color: #000000;
}
.privacy-policy h6 {
    font-family: Urabnist;
    font-weight: 500;
    font-size: 20px;
}
.privacy-policy .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.privacy-policy .logo-icon img {
    width: 136px;
}
.privacy-policy p {
    color: #000000;
    font-family: Gravity;
    font-weight: 350;
    font-size: 18px;
}
.gift-cards strong,
.privacy-policy strong {
    color: #000000;
    font-family: Urbanist;
    font-weight: 700;
    font-size: 18px;
}
.privacy-policy h3 {
    color: #000000;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 40px;
    margin-top: 80px;
}
.privacy-policy h7 {
    color: #000000;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.privacy-policy br {
    display: none;
}
.privacy-policy h4 {
    max-width: 870px;
    margin: 0 auto;
    margin-top: 75px;
}
.privacy-policy h4,
.privacy-policy .privacy-policy-bottom {
    text-align: center;
}
.privacy-policy .privacy-policy-bottom p:first-child {
    margin-top: 40px;
}
.privacy-policy .privacy-policy-bottom {
    max-width: 426px;
    margin: 0 auto;
}
.how-to-make-an-order .how-to-place-an-order-bottom {
    max-width: 426px;
    margin: 0 auto;
    text-align: center;
}
.grozio-lt-for-suppliers .grozio-lt-for-suppliers-bottom {
    max-width: 426px;
    margin: 0 auto;
    text-align: center;
}
.privacy-policy .top-content-updated-info p:first-child {
    font-size: 14px;
    margin-bottom: 12px !important;
    max-width: 382px;
}
.privacy-policy .top-content-updated-info span {
    color: #808080;
    font-size: 14px;
}
.terms-and-conditions h6 {
    margin-left: 12px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.terms-and-conditions h6:not(:first-child) {
    margin-top: 80px;
}
.terms-and-conditions .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.terms-and-conditions .logo-icon img {
    width: 136px;
}
.grozio-lt-for-suppliers .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.grozio-lt-for-suppliers .logo-icon img {
    width: 136px;
}
.ambassador-program .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.ambassador-program .logo-icon img {
    width: 136px;
}
.ambassador-program h3,
.grozio-lt-for-suppliers h3,
.grozio-lt-for-professionals h3,
.gift-cards h3,
.professional-beauty-assistance h3,
.terms-and-conditions h3 {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 40px;
    max-width: 1300px;
}
.ambassador-program p,
.grozio-lt-for-professionals p,
.professional-beauty-assistance p,
.gift-cards p,
.grozio-lt-for-suppliers p,
.terms-and-conditions p {
    font-size: 18px;
}
.terms-and-conditions p {
    margin-bottom: 13px;
    font-size: 18px;
}
.list-options-htsigos {
    display: flex;
    flex-direction: column;
    max-width: 1091px;
}
.list-options-htsigos .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
}
.list-options-htsigos .item:last-child {
    border: unset;
}
.list-options-htsigos .item:not(:first-child) {
    padding: 29px 0;
}
.list-options-htsigos .item .icon img {
    width: 40px;
    height: auto;
}
.list-options-htsigos .item p {
    margin: 0;
}
.list-options-htsigos .item .num {
    color: #000;
    font-weight: 400;
    font-family: Urbanist;
    font-size: 32px;
    width: 25px;
    text-align: center;
}
.list-options-htsigos .item:last-child .icon {
    flex: 0 0 42px;
}
.how-to-make-an-order .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.how-to-make-an-order .logo-icon img {
    width: 136px;
}
.professional-beauty-assistance .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.professional-beauty-assistance .logo-icon img {
    width: 136px;
}
.our-care-about-list .item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0 16px;
}
.our-care-about-list .item .title {
    color: #000;
    font-size: 32px;
    font-family: Urbanist;
    font-weight: 400;
    margin-bottom: 16px;
}
.our-care-about-list .item .left-part {
    flex: 0 0 36px;
}
.our-care-about-list .item .left-part img {
    width: 100%;
    height: 100%;
}
.gift-cards p,
.professional-beauty-assistance p,
.how-to-make-an-order p {
    font-size: 18px;
}
.grozio-lt-for-professionals-container h6,
.how-to-make-an-order h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.gift-cards h3:not(:first-child),
.how-to-make-an-order h3:not(:first-child) {
    margin-top: 80px;
}
.our-care-about-list .item .content {
    max-width: 758px;
}

.our-care-about-list .item {
    max-width: 1100px;
}

.our-care-about-list .item:not(:last-child) {
    border-bottom: 1px solid #000;
}

.our-care-about-list .item:not(:first-child) {
    padding-top: 24px;
}

.our-care-about-list .text-page-form-wrap {
    margin-top: 72px;
}

.text-page-form-wrap legend.gfield_label {
    display: none;
}

.text-page-form-wrap .gchoice .gform-field-label {
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 350 !important;
    font-family: Gravity !important;
}

.text-page-form-wrap .gchoice input[type="checkbox"] {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid black;
}

.how-to-make-an-order .text-page-form-wrap {
    margin-top: 72px;
}
.gift-cards .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.gift-cards .logo-icon img {
    width: 136px;
}
.text-page-form-wrap .gfield input[type="radio"] {
    outline: unset !important;
    border: 1px solid black !important;
}
.text-page-form-wrap .gfield input[type="radio"]:before {
    background-color: black !important;
    width: 12px;
    height: 12px;
}
.text-page-form-wrap .gchoice {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.gift-cards .text-page-form-wrap .gfield_description strong {
    font-size: 12px;
    font-weight: 500;
    color: #49454F;
}
.gift-cards .text-page-form-wrap .gform_fields {
    gap: 16px 0;
}
.gift-cards h4 {
    max-width: 870px;
    margin: 75px auto 0;
    text-align: center;
}
.flex-2-columns {
    display: flex;
    flex-direction: row;
    max-width: 1150px;
}
.flex-2-columns .item {
    display: flex;
    flex-direction: row;
    gap: 0 16px;
    border-bottom: 1px solid black;
    align-items: baseline;
    height: 125px;
}
.grozio-lt-for-suppliers .flex-2-columns .two-column .item:last-of-type,
.flex-2-columns .first-column .item:last-of-type {
    border: unset;
}
.flex-2-columns .item:not(:first-child) {
    margin-top: 24px;
}
.flex-2-columns .item .left-part {
    flex: 0 0 48px;
    text-align: center;
}
.flex-2-columns .item .right-part .title {
    color: #000;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 16px;
}
.flex-2-columns .item .right-part .content {
    color: #000;
    font-family: Gravity;
    font-weight: 350;
    font-size: 18px;
    margin-bottom: 0;
}
.two-column .item:first-child img {
    width: 32px;
    height: 42px;
}
.grozio-lt-for-professionals .logo-icon {
    width: 100%;
    text-align: center;
    margin: 70px 0 80px;
}

.grozio-lt-for-professionals .logo-icon img {
    width: 136px;
}
.grozio-lt-for-professionals h4 {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
}
.grozio-lt-for-suppliers .two-column .item:first-child img {
    width: 37px;
    height: 35px;
}
.text-page-form-wrap .gform_fields {
    gap: 16px !important;
}
.text-page-form-wrap .gfield--type-choice {
    margin: 15px 0;
}
@media (max-width: 1000px) {
    .flex-2-columns {
        flex-direction: column;
    }
    .flex-2-columns .first-column .item:last-of-type {
        border-bottom: 1px solid black;
    }
    .flex-d-row {
        flex-direction: column;
    }
}
@media (max-width: 550px) {
    .ambassador-program p,
    .gift-cards p,
    .professional-beauty-assistance p,
    .terms-and-conditions p,
    .grozio-lt-for-suppliers p,
    .privacy-policy p {
        font-size: 14px;
    }
    .privacy-policy .top-content-updated-info span,
    .privacy-policy .top-content-updated-info p {
        font-size: 11px;
        font-family: Urbanist;
        font-weight: 300;
    }
    .ambassador-program h3,
    .grozio-lt-for-suppliers h3,
    .terms-and-conditions h3,
    .grozio-lt-for-professionals h3,
    .gift-cards h3,
    .professional-beauty-assistance h3,
    .privacy-policy h3 {
        font-size: 24px;
    }
    .privacy-policy .point_ {
        font-size: 18px;
    }
    .gift-cards  strong,
    .privacy-policy strong {
        font-size: 14px;
        font-family: Gravity;
    }
}
