tagshop-website .tagshop-web-container {
    display              : grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows   : repeat(5, 5vw);
    grid-gap             : 15px;
}

tagshop-website .tagshop_web_main {
    visibility: visible;
    position  : static;
    margin    : 0px;
    left      : -999em;
    display   : inline-block;
    border    : none;
}

tagshop-website>.tagshop_web_main.center {
    margin : 0 auto;
    display: block;
}

tagshop-website>.tagshop_web_main.left {
    margin : 0 auto auto 0;
    display: block;
}

tagshop-website>.tagshop_web_main.right {
    margin : 0 0 auto auto;
    display: block;
}

.shopify-app-block {
    width: 100%;
}