.masata-card-size-control{display:inline-flex;align-items:center;gap:3px;margin-left:6px;padding:3px;border:1px solid var(--t-border-strong,#d7d7d7);border-radius:9px;background:var(--t-card,#fff);white-space:nowrap}
.masata-card-size-label{padding:0 5px;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:var(--t-text-muted,#71717a)}
.masata-card-size-button{min-width:31px;padding:5px 7px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--t-text-muted,#71717a);font-size:10px;font-weight:900;line-height:1;cursor:pointer}
.masata-card-size-button:hover{border-color:#fb923c;color:#ea580c}
.masata-card-size-button.is-active{border-color:#c2410c;background:#f36a21;color:#fff;box-shadow:0 1px 3px #7c2d1233}

:root[data-card-size="1.5"] .business-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
:root[data-card-size="1.5"] .business-product-card{height:165px!important;min-height:165px!important;padding:12px!important}
:root[data-card-size="1.5"] .business-product-card h5{font-size:17px!important;line-height:1.2!important}
:root[data-card-size="1.5"] .business-product-card p{font-size:12px!important}
:root[data-card-size="1.5"] .eco2-category-grid{grid-template-columns:repeat(auto-fill,300px)!important;grid-auto-rows:190px!important;gap:18px!important}
:root[data-card-size="1.5"] .eco2-category-card{box-sizing:border-box!important;width:300px!important;min-width:300px!important;max-width:300px!important;height:190px!important;min-height:190px!important;max-height:190px!important;padding:24px 18px!important}
:root[data-card-size="1.5"] .eco2-category-card strong{font-size:23px!important;line-height:1.2!important}
:root[data-card-size="1.5"] .business-menu-tools>div:nth-child(2) button{min-height:64px!important;font-size:14px!important}

:root[data-card-size="2"] .business-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
:root[data-card-size="2"] .business-product-card{height:220px!important;min-height:220px!important;padding:16px!important}
:root[data-card-size="2"] .business-product-card h5{font-size:21px!important;line-height:1.2!important}
:root[data-card-size="2"] .business-product-card p{font-size:14px!important}
:root[data-card-size="2"] .business-product-card>div:last-child span{font-size:18px!important}
:root[data-card-size="2"] .eco2-category-grid{grid-template-columns:repeat(auto-fill,360px)!important;grid-auto-rows:230px!important;gap:22px!important}
:root[data-card-size="2"] .eco2-category-card{box-sizing:border-box!important;width:360px!important;min-width:360px!important;max-width:360px!important;height:230px!important;min-height:230px!important;max-height:230px!important;padding:30px 22px!important}
:root[data-card-size="2"] .eco2-category-card strong{font-size:28px!important;line-height:1.2!important}
:root[data-card-size="2"] .eco2-category-card small{font-size:16px!important}
:root[data-card-size="2"] .business-menu-tools>div:nth-child(2) button{min-height:82px!important;font-size:17px!important}

@media(min-width:1500px){:root[data-card-size="1.5"] .business-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-card-size="2"] .business-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:899px){.masata-card-size-label{display:none}:root[data-card-size="1.5"] .business-product-grid,:root[data-card-size="2"] .business-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-card-size="1.5"] .eco2-category-grid,:root[data-card-size="2"] .eco2-category-grid{justify-content:center!important}}
