/* Font Size for the site name */
.theme-site-name{
    font-size: 36px !important;
}  

/* Replace .your-row-selector with the actual class or ID of the container/row you want to make full-width */
.zprow {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* You might also need to target a wrapper div *inside* the row */
.zcontainer {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Disply Prouct Shop Hoover Overly */
.theme-product-hover-properties {
  background: transparent !important;
}
/* Disply Prouct Shop Hoover Overly */
.theme-product-list-style-02 .theme-product-box-container a {
    display: none !important;
}
/* Addonse CSS sheet*/
[data-zs-bulk-add-to-cart] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
    margin-block: 1rem;
}
.zcs_addon_product_row {
    display: flex;
    width: 100%;
    gap: 5%;
    padding: 1rem;
    align-items: center;
    text-align: center;
}
.zcs_addon_product_row img {
    width: 15%;
}
.zcs_addon_product_row label {
    width: 50%;
}
.zcs_addon_product_price {
    width: 20%;
}
