/* Colours */
.has-background-custom1,
.has-background-custom-1 {
    background-color: #D8A7A7;
}

.has-background-custom2,
.has-background-custom-2 {
    background-color: #F9F9F7;
}

/* Product page */
.arone-product-landing-page {


    & .picture.columns {

        padding: 0;
        margin: 0;

        & .bigpicture,
        & .thumb {
            & img {
                border-radius: 24px;
            }
        }
    }


    #delivery-countdown-banner {
        border-radius: 16px;
    }

}

/* Multi-part UI */
.multipartUi-V2-Validation .button.is-light {
    display: none;
}

/* FAQ Content Pages */
.faq-blocks {
    & .columns {
        & .box {
            border-radius: 10px;
            border: 1px solid #5C7A60;
            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: #9F5A3E;
                }
            }
        }
    }
}


.page-customer-login .register-title,
.page-customer-login .register-block {
    display: none;
}

/* Hide duplicate heading on registration page */
.registration-page .catfish-container .page-title {
    display: none;
}

.picture {
    border-radius: 16px;
    overflow: hidden;
}

.headermenu .two-tier-menu {
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
}

.productspec-list TABLE TBODY TR:nth-child(2n) {
    background-color: #F9F9F7 !important;
}

.custom-accordion-title .button.is-rounded.accordion-title,
.ict-accordion .button.is-rounded.accordion-title 
{
    background: #EDE8E1;
    color: var(--brand-main-colors-and-font-text-primary-color);
    
    &:focus {
        color: var(--brand-main-colors-and-font-text-primary-color);
    }
    
    &:hover {
        color: var(--brand-main-colors-and-font-text-primary-color);
        background: #D5D0CA;
    }
}
/* hide name on Album */
.media-content-details.block.is-small {
display: none;
}
/* hide price */
.hide-my-price .productPrice {
    display: none !important;
}