/*  Header */
.headermenu {

    & .two-tier-menu {
        transition: box-shadow 0.3s ease-in-out;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);

        &.scrolled {
            box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
        }
    }

    & span.current-basket-quantity {
        top: -16px;
        right: unset;
    }

    & .top-menu-split {
        padding: 1.25rem 0;
    }

}

.top-menu-split {

    .navbar-item, .navbar-link {
        line-height: 1em;
    }

    .navbar-item:last-child {
        padding-right: 0;
    }

}

/* Content */

.section {
    padding-top: 0;
}

.section.multipartUi-V2 {
    padding-top: 32px;
}

.section.bento-box-section {
    padding: 0;
    margin: 0;

    & > DIV.container {
        padding: 0 48px;

    }

    & .bento-box-button {
        .button {
            width: 100%;
        }
    }

}

h1.ict-title,
h2.ict-title {
    margin-bottom: 0 !important;;

    & + DIV {
        padding-top: 1em;
    }
}

.box {
    border-radius: 24px;
    padding: 32px 32px;
}

.columns {
    margin-left: 0;
    margin-right: 0;


    .thumbs {
        padding: 0 !important;
    }

    &.is-variable.is-4 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;

        .column {

            &.is-12 {
                padding-left: 0;
                padding-right: 0;
            }

            &:only-child {
                padding: 0;
            }
        }
    }

    & .column:first-child { /*  Header */

        .headermenu {

            & .two-tier-menu {
                transition: box-shadow 0.3s ease-in-out;
                box-shadow: 0 0 0 rgba(0, 0, 0, 0);

                &.scrolled {
                    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
                }
            }

            & span.current-basket-quantity {
                top: -16px;
                right: unset;
            }

            & .top-menu-split {
                padding: 1.25rem 0;
            }

        }

        .top-menu-split {

            .navbar-item, .navbar-link {
                line-height: 1em;
            }

            .navbar-item:last-child {
                padding-right: 0;
            }

        }

        /* Content */

        .section {
            padding-top: 0;
        }

        .section.multipartUi-V2 {
            padding-top: 32px;
        }

        .section.bento-box-section {
            padding: 0;
            margin: 0;

            & > DIV.container {
                padding: 0 48px;

            }

            & .bento-box-button {
                .button {
                    width: 100%;
                }
            }

        }

        h1.ict-title,
        h2.ict-title {
            margin-bottom: 0 !important;;

            & + DIV {
                padding-top: 1em;
            }
        }

        .box {
            border-radius: 24px;
            padding: 32px 32px;
        }

        .columns {
            margin-left: 0;
            margin-right: 0;

            &.is-variable.is-4 {
                margin-left: 0;
                margin-right: 0;
                margin-top: 0;

                .column {

                    padding-left: 0;
                    padding-right: 0;

                    &.is-12 {
                        padding-left: 0;
                        padding-right: 0;
                    }

                    &:only-child {
                        padding: 0;
                    }
                }
            }

            & .column:first-child {
                padding-left: 0;
            }

            & .column:last-child {
                padding-right: 0;
                margin-bottom: 0;
            }
        }

        .listWrapper .listItem {
            padding: 1.5rem !important;
        }

        .how-it-works .columns {
            padding: 16px;
        }

        .attribute-item.columns .column {
            &:first-of-type {
                padding-left: 0;
            }

            &:last-of-type {
                padding-right: 0;
            }
        }

        .columns.is-variable.is-4:last-child {
            margin-bottom: 0;
        }

        .faq-blocks {
            & .columns {
                & .box {
                    border-radius: 10px;
                    border: 1px solid #B7C3D8;
                    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
                    padding: 48px !important;
                    min-height: 250px;
                    max-width: 100%;

                    UL {
                        margin-top: 0;
                        margin-left: 24px;
                        padding: 0;

                        LI::marker {
                            color: var(--color-pink);
                        }
                    }
                }
            }
        }

        .accordion-item.is-active {
            padding-bottom: 32px;
        }

        /*
        .fa-plus.has-text-dark,
        .fa-minus.has-text-dark {
            color: white !important;
        }
         */

        .discountedPrice text {
            padding-right: 8px;
        }

        .faq-container {
            & .accordion-item {

                margin-bottom: 16px;

                &.is-active {
                    padding: 0.75rem;

                    .accordion-content {
                        padding-left: 48px;
                    }
                }
            }
        }

        .arone-product-landing-page {
            & .product-intro-section {
                padding-bottom: 32px;
                padding-top: 0;
            }
        }


        .section .container.is-flex > .columns {
            width: 100%;
        }


        /* Footer */

        #footer-section-main,
        #footer-section-legal {
            background: var(--color-light-grey);
        }

        .footer-section-main {

            margin-top: 32px;
            padding-top: 32px;
            padding-bottom: 1rem;
            z-index: 1;
            display: inline-block;

            .column {
                flex: 0 0 auto;
            }

            .columns {
                @media (min-width: 768px) {
                    align-items: flex-start
                }
            }

            @media (min-width: 1180px) {
                .columns .column:nth-child(3) {
                    flex: 1 0 0;
                }
            }

            .content li + li {
                margin-top: 0;
            }

            span {
                color: black !important;
            }

            .footer-payment-icons,
            .social-icons {
                gap: 10px;

                .fa {
                    font-size: 16px;
                }
            }

            .social-icons {

                @media (min-width: 768px) {
                    padding-right: 12px;
                }

                .icon {
                    height: fit-content;
                    width: fit-content;

                    .fa {
                        font-size: 22px;
                    }
                }
            }

            .footer-logo-section {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                text-align: center;
                justify-content: center;
                flex: 0;

                UL {
                    width: unset;
                }

                @media (min-width: 1180px) {
                    text-align: right;
                    justify-content: flex-end;
                    margin-left: 16px;
                }

                & > div {
                    margin-bottom: 10px !important;
                    width: 50px;
                    padding-right: 0;

                    &:first-of-type {
                        width: unset;
                    }

                    &:last-of-type {
                        width: 100%;

                        img {
                            width: 136px;
                        }
                    }
                }

                .footer-logo {
                    img {
                        height: 71px;
                    }
                }
            }

            .footer-payment-logo-section {
                min-width: 220px;
                max-width: 256px;
                display: flex;
                gap: 16px;
                justify-content: center;
                flex-wrap: wrap;

                @media (max-width: 1180px) {
                    flex: 0 0 100%;
                    max-width: unset;
                }

                & > div {
                    margin-bottom: 0 !important;
                    width: 50px;
                    display: flex;
                    flex-direction: row;
                }

                .footer-payment-logo {
                    width: 50px;
                    margin: 0;
                }

                .block:last-of-type {
                    width: 136px;
                }

                .block:last-of-type * {
                    width: 136px;

                    @media (min-width: 768px) {
                        width: 100%;
                    }
                }
            }
        }

        /* Basket */

        .shoppingcart__wrapper {
            & .cartTableWrapper {
                & tr.cart-item-row {
                    background: unset;

                    & .product.cart--productinfo {
                        & .rawAttributeInfo {
                            flex-direction: column;
                            gap: 8px;
                        }
                    }
                }
            }
        }

        .shoppingcart__wrapper .cartTableWrapper table td {
            padding: 24px 16px;
        }

        .shoppingcart__wrapper .cartTableWrapper table td:first-child {
            padding-left: 0;
        }

        .shoppingcart__wrapper .cartTableWrapper table td:last-child {
            .shoppingcart__wrapper .cartTableWrapper table td:last-child {
                padding-right: 0;
            }

            .catfish-select,
            .arone-product-landing-page .attribute input:checked + label.button,
            .button {
                padding: 8px 16px !important;
                height: unset !important;
            }
        }

        padding-left: 0;
    }

    & .column:last-child {
        padding-right: 0;
        margin-bottom: 0;
    }
}

/* Counteract the first/last .column left/right padding above  */
.listWrapper {
    & .listItem {
        padding: 1.5rem !important;
    }
}

/* Product page attributes column */
/*
.column.details-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
 */

.arone-product-landing-page {

    & .product-intro-section {
        & .hero-body {
            border-radius: 24px;
            padding: 32px;
        }
    }

    & .picture {
        & .bigpicture, & .thumb {
            & img {
                border-radius: 24px;
            }
        }
    }
}

.how-it-works .columns {
    padding: 16px;
}

.attribute-item.columns .column {
    &:first-of-type {
        padding-left: 0;
    }

    &:last-of-type {
        padding-right: 0;
    }
}

.columns.is-variable.is-4:last-child {
    margin-bottom: 0;
}

.faq-blocks {
    & .columns {
        & .box {
            border-radius: 10px;
            border: 1px solid #B7C3D8;
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
            padding: 48px !important;
            min-height: 250px;
            max-width: 100%;

            UL {
                margin-top: 0;
                margin-left: 24px;
                padding: 0;

                LI::marker {
                    color: var(--color-pink);
                }
            }
        }
    }
}

.accordion-item.is-active {
    padding-bottom: 32px;
}

.fa-plus.has-text-dark,
.fa-minus.has-text-dark {
    color: white !important;
}

.discountedPrice text {
    padding-right: 8px;
}

.faq-container {
    & .accordion-item {

        margin-bottom: 16px;

        &.is-active {
            padding: 0.75rem;

            .accordion-content {
                padding-left: 48px;
            }
        }
    }
}

.arone-product-landing-page {
    & .product-intro-section {
        padding-bottom: 32px;
        padding-top: 0;
    }
}


.section .container.is-flex > .columns {
    width: 100%;
}


/* Footer */

#footer-section-main,
#footer-section-legal {
    background: var(--color-light-grey);
}

.footer-section-main {

    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 1rem;
    z-index: 1;
    display: inline-block;

    .column {
        flex: 0 0 auto;
    }

    .columns {
        @media (min-width: 768px) {
            align-items: flex-start
        }
    }

    @media (min-width: 1180px) {
        .columns .column:nth-child(3) {
            flex: 1 0 0;
        }
    }

    .content li + li {
        margin-top: 0;
    }

    span {
        color: black !important;
    }

    .footer-payment-icons,
    .social-icons {
        gap: 10px;

        .fa {
            font-size: 16px;
        }
    }

    .social-icons {

        @media (min-width: 768px) {
            padding-right: 12px;
        }

        .icon {
            height: fit-content;
            width: fit-content;

            .fa {
                font-size: 22px;
            }
        }
    }

    .footer-logo-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        flex: 0;

        UL {
            width: unset;
        }

        @media (min-width: 1180px) {
            text-align: right;
            justify-content: flex-end;
            margin-left: 16px;
        }

        & > div {
            margin-bottom: 10px !important;
            width: 50px;
            padding-right: 0;

            &:first-of-type {
                width: unset;
            }

            &:last-of-type {
                width: 100%;

                img {
                    width: 136px;
                }
            }
        }

        .footer-logo {
            img {
                height: 71px;
            }
        }
    }

    .footer-payment-logo-section {
        min-width: 220px;
        max-width: 256px;
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;

        @media (max-width: 1180px) {
            flex: 0 0 100%;
            max-width: unset;
        }

        & > div {
            margin-bottom: 0 !important;
            width: 50px;
            display: flex;
            flex-direction: row;
        }

        .footer-payment-logo {
            width: 50px;
            margin: 0;
        }

        .block:last-of-type {
            width: 136px;
        }

        .block:last-of-type * {
            width: 136px;

            @media (min-width: 768px) {
                width: 100%;
            }
        }
    }
}

/* Basket */

.shoppingcart__wrapper {
    & .cartTableWrapper {
        & tr.cart-item-row {
            background: unset;

            & .product.cart--productinfo {
                & .rawAttributeInfo {
                    flex-direction: column;
                    gap: 8px;
                }
            }
        }
    }
}

.shoppingcart__wrapper .cartTableWrapper table td {
    padding: 24px 16px;
}

.shoppingcart__wrapper .cartTableWrapper table td:first-child {
    padding-left: 0;
}

.shoppingcart__wrapper .cartTableWrapper table td:last-child {
    .shoppingcart__wrapper .cartTableWrapper table td:last-child {
        padding-right: 0;
    }

    .catfish-select,
    .arone-product-landing-page .attribute input:checked + label.button,
    .button {
        padding: 8px 16px !important;
        height: unset !important;
    }
}


.how-it-works {
    padding: 1rem 0 !important;
}
