/* Product Type Grid */
[data-custom-block="product-type-grid"] {margin:50px 0;}
[data-custom-block="product-type-grid"] .heading {font-size:2.625rem;font-weight:700;margin-bottom:25px;}

[data-custom-block="product-type-grid"] .block-wrapper{display:grid;gap:15px;margin-left:calc(-50vw + 50%);width:calc(50vw + 50%);grid-template-columns: 1fr repeat(3, min(296.75px, calc(25% - 31.25px)));grid-template-rows:1fr 1fr;}

[data-custom-block="product-type-grid"] .block-wrapper .titles{background-repeat:no-repeat;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;position:relative;grid-row:1 / span 2;grid-column:1;}
[data-custom-block="product-type-grid"] .block-wrapper .titles::after{content:'';width:100%;height:100%;position:absolute;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
[data-custom-block="product-type-grid"] .block-wrapper .titles .innertext{position:relative;z-index:1;}
[data-custom-block="product-type-grid"] .block-wrapper .titles .heading{font-size:5rem;line-height:100%;}
[data-custom-block="product-type-grid"] .block-wrapper .titles h2.heading::after{content:'';width:100px;height:1px;background-color:var(--white);margin:25px auto 0;display:block;}
[data-custom-block="product-type-grid"] .block-wrapper .titles h3.heading{font-size:1.563rem;}

[data-custom-block="product-type-grid"] .block-wrapper .products{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr));gap:15px;}
[data-custom-block="product-type-grid"] .block-wrapper .products img{width:100%;height:100%;object-fit:cover;}

[data-custom-block="product-type-grid"] .block-wrapper .products .product-card .order-sample-button{bottom:-12px;}
[data-custom-block="product-type-grid"] .block-wrapper .products .product-card .details{width:80%;}


@media (max-width:1200px)
{
    [data-custom-block="product-type-grid"] .text .heading {font-size:1.875rem;}
    [data-custom-block="product-type-grid"] .block-wrapper .titles .heading{font-size:4rem;}
}

@media (max-width:900px)
{
    [data-core-block="product-type-grid"] .heading {font-size:1.625rem;}
    [data-custom-block="product-type-grid"] .block-wrapper .titles .heading{font-size:2.5rem;}
    /*[data-custom-block="product-type-grid"] .block-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));overflow-x:scroll;width:100vw;scrollbar-width: none; -ms-overflow-style: none;}*/
    [data-custom-block="product-type-grid"] .block-wrapper .products{width:max-content;}
    [data-custom-block="product-type-grid"] .block-wrapper .titles{padding:20px;}
    [data-custom-block="product-type-grid"] .block-wrapper .titles h3.heading{font-size:1.25rem;}
    [data-custom-block="product-type-grid"] .block-wrapper .innertext .button-container .primary-button{padding:16px;font-size:1.125rem;}
}

@media (max-width:720px)
{
    [data-custom-block="product-type-grid"] .block-wrapper {margin-left: -20px;width: 100vw;grid-template-columns: 50vw repeat(3, minmax(220px, 1fr));grid-template-rows: auto auto;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:10px;}
    [data-custom-block="product-type-grid"] .block-wrapper .titles {grid-row: 1 / span 2;grid-column: 1;padding: 20px;min-height: 400px;}
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(2) { grid-column: 2; grid-row: 1; }
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(3) { grid-column: 3; grid-row: 1; }
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(4) { grid-column: 4; grid-row: 1; }
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(5) { grid-column: 2; grid-row: 2; }
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(6) { grid-column: 3; grid-row: 2; }
    [data-custom-block="product-type-grid"] .block-wrapper .product-card:nth-of-type(7) { grid-column: 4; grid-row: 2; }
}