/*
Theme Name: Boticum
Theme URI: https://boticum.com
Author: Boticum
Description: Minimal single-page theme for the Boticum landing site. Renders the boticum-header, boticum-product, boticum-dashboard, boticum-addons, boticum-how-it-works, boticum-pricing and boticum-footer plugins in order on the front page. Install and activate those 7 plugins alongside this theme.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: boticum
*/

html{ box-sizing:border-box; scroll-behavior:smooth; overflow-x:hidden; width:100%; }
*, *::before, *::after{ box-sizing:inherit; }
body{ margin:0; padding:0; background:#F6F7FA; color:#0B0D14; -webkit-font-smoothing:antialiased; overflow-x:hidden; width:100%; }
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; }

#boticum-page-main{
  min-height:60vh; max-width:1280px; margin:0 auto; padding:56px 32px; box-sizing:border-box;
  font-family:'Inter',sans-serif;
}
#boticum-page-main h1, #boticum-page-main h2, #boticum-page-main h3{ font-family:'Space Grotesk',sans-serif; }
#boticum-page-main .woocommerce-checkout #payment{ background:#F6F7FA; border-radius:12px; }
#boticum-page-main a.button,
#boticum-page-main button.button,
#boticum-page-main .wc-block-components-checkout-place-order-button,
#boticum-page-main button[type="submit"]{
  background:#2A54FF; color:#fff; border-radius:100px; padding:12px 22px; font-weight:600; border:none; cursor:pointer;
}
#boticum-page-main a.button:hover,
#boticum-page-main button.button:hover,
#boticum-page-main .wc-block-components-checkout-place-order-button:hover{ background:#1739B0; color:#fff; }
@media (max-width:640px){ #boticum-page-main{ padding:32px 20px; } }
