/* Grid */
[data-component-id="grid-cd62"] .slds-grid.slds-wrap, [data-component-id="grid-90d2"] .slds-grid.slds-wrap,
[data-component-id="grid-a9be"] .slds-grid.slds-wrap, [data-component-id="grid-dda9"] .slds-grid.slds-wrap{
    margin-bottom: 40px;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
}
[data-component-id="grid-cd62"] .main-content-container, [data-component-id="grid-90d2"] .main-content-container,
[data-component-id="grid-a9be"] .main-content-container, [data-component-id="grid-dda9"] .main-content-container {
    box-shadow: 0 0 6px 0 rgba(155,155,155,.6);
    border-width: var(--dxp-c-block-flexible-border-width, 0);
    border-radius: var(--dxp-c-block-flexible-border-radius, 0);
    border-color: var( --dxp-c-block-flexible-border-color, var(--dxp-g-neutral) );
    border-style: var(--dxp-c-block-flexible-border-style, solid);
    padding: 0.5rem !important;
}

/* Product Name */
[data-component-id="textBlock-c391"] h2, [data-component-id="textBlock-bc9e"] h2,
[data-component-id="textBlock-57bb"] h2, [data-component-id="textBlock-82fe"] h2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 1rem;
    font-weight: bold !important;
    height: 50px;
}

/* Product description */
[data-component-id="textBlock-3363"] h3, [data-component-id="textBlock-b918"] h3,
[data-component-id="textBlock-3ce9"] h3, [data-component-id="textBlock-a545"] h3{
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    line-height: 17.5px;
    overflow: hidden;
    text-align: left;
    color: black !important;
}

/* Button */
[data-component-id="button-6ebd"] a, [data-component-id="button-1100"] a,
[data-component-id="button-0c20"] a, [data-component-id="button-42d6"] a{
        font-size: 15px !important;
}

/* Product image */
[data-component-id="grid-cd62"] .dxp-block-image-host.lwc-2jronin66ql, [data-component-id="grid-90d2"] .dxp-block-image-host.lwc-2jronin66ql,
[data-component-id="grid-a9be"] .dxp-block-image-host.lwc-2jronin66ql, [data-component-id="grid-dda9"] .dxp-block-image-host.lwc-2jronin66ql {
    background-size: contain !important;
}

/* Grid frame */
[data-component-id="grid-cd62"] .slds-grid.slds-wrap, [data-component-id="grid-90d2"] .slds-grid.slds-wrap,
[data-component-id="grid-a9be"] .slds-grid.slds-wrap, [data-component-id="grid-dda9"] .slds-grid.slds-wrap{
    zoom: 90%;
}

/* Smaller devices style */
@media only screen and (max-width: 1023px) {
        /* Grid */
        [data-component-id="grid-cd62"] .slds-grid.slds-wrap, [data-component-id="grid-90d2"] .slds-grid.slds-wrap,
        [data-component-id="grid-a9be"] .slds-grid.slds-wrap, [data-component-id="grid-dda9"] .slds-grid.slds-wrap {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }
        [data-component-id="grid-cd62"]  dxp_content_layout-block-background-image, [data-component-id="grid-90d2"]  dxp_content_layout-block-background-image,
        [data-component-id="grid-a9be"]  dxp_content_layout-block-background-image, [data-component-id="grid-dda9"]  dxp_content_layout-block-background-image{
            --dxp-c-tile-height: 200px !important;
        }
        /* Button */
        [data-component-id="button-6ebd"] a, [data-component-id="button-1100"] a,
        [data-component-id="button-0c20"] a, [data-component-id="button-42d6"] a{
            font-size: 12px !important;
        }
        /* Product description */
        [data-component-id="textBlock-3363"] h3, [data-component-id="textBlock-b918"] h3,
        [data-component-id="textBlock-3ce9"] h3, [data-component-id="textBlock-a545"] h3{
            text-align: left !important;
        }
}
@media only screen and (min-width: 1024px) and (max-width: 1520px){
    [data-component-id="grid-cd62"]  dxp_content_layout-block-background-image, [data-component-id="grid-90d2"]  dxp_content_layout-block-background-image,
    [data-component-id="grid-a9be"]  dxp_content_layout-block-background-image, [data-component-id="grid-dda9"]  dxp_content_layout-block-background-image{
            --dxp-c-tile-height: 200px !important;
        }
    /* Button */
    [data-component-id="button-6ebd"] a, [data-component-id="button-1100"] a,
    [data-component-id="button-0c20"] a, [data-component-id="button-42d6"] a{
        font-size: 12px !important;
    }
    /* Product description */
    [data-component-id="textBlock-3363"] h3, [data-component-id="textBlock-b918"] h3,
    [data-component-id="textBlock-3ce9"] h3, [data-component-id="textBlock-a545"] h3{
        text-align: left !important;
    }
}
@media only screen and (max-width: 768px){
    /* Grid */
    [data-component-id="grid-cd62"] .slds-grid.slds-wrap, [data-component-id="grid-90d2"] .slds-grid.slds-wrap,
    [data-component-id="grid-a9be"] .slds-grid.slds-wrap, [data-component-id="grid-dda9"] .slds-grid.slds-wrap {
        overflow-x: scroll;
        width: 105vw;
    }
    /* Grid item */
    [data-component-id="grid-cd62"] .dxp-grid-item, [data-component-id="grid-90d2"] .dxp-grid-item,
    [data-component-id="grid-a9be"] .dxp-grid-item, [data-component-id="grid-dda9"] .dxp-grid-item {
        max-width: 250px;
    }
}

/* Button */
[data-component-id="grid-cd62"] .dxp_content_layout-buttonGroup_buttonGroup, [data-component-id="grid-90d2"] .dxp_content_layout-buttonGroup_buttonGroup,
[data-component-id="grid-a9be"] .dxp_content_layout-buttonGroup_buttonGroup, [data-component-id="grid-dda9"] .dxp_content_layout-buttonGroup_buttonGroup{
    width: 100% !important;
}