<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px}.button-item{background-color:#ffd500;border-radius:50px;padding:15px 30px;position:relative;height:60px;text-align:center;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.button-item:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.button-item a{text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (max-width: 768px){.button-grid{display:flex;flex-wrap:wrap;gap:8px 8px;justify-content:center}.button-grid{display:grid;gap:8px}.button-grid.columns-m-2{grid-template-columns:repeat(2,1fr)}.button-grid.columns-m-3{grid-template-columns:repeat(3,1fr)}.button-grid[data-max-mobile="6"] .button-item:nth-child(n+7),.button-grid[data-max-mobile="8"] .button-item:nth-child(n+9),.button-grid[data-max-mobile="9"] .button-item:nth-child(n+10){display:none}.button-item{flex:1 1 calc(50% - 8px);height:36px;border-radius:43px}.button-item-text{font-weight:500;font-size:12px}.button-item-icon{position:absolute;top:-10px;right:4px;width:23px;height:23px}}@media (min-width: 769px){.button-grid{display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:center}.button-item{flex:0 0 calc((100% - 96px)/4);min-width:160px;height:48px;background-color:#ffd500;border-radius:43px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.button-item-text{font-weight:500;font-size:16px}.button-item:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.button-item-icon{position:absolute;top:-22px;right:10px;width:43px;height:43px}}
/*# sourceMappingURL=/cdn/shop/t/163/assets/page-bottom-button.css.map */
</pre></body></html>