/* Hydro Online - storefront brand layer (drinkware & home hydration) */
:root{
  --hy-cream:#F6F7F5; --hy-ink:#20302E; --hy-teal:#3E7C74; --hy-water:#5B93A6;
  --hy-line:#E0E5E2; --hy-muted:#5F6C68;
}
html body{ background:var(--hy-cream); color:var(--hy-ink);
  font-family:"Inter","Helvetica Neue",Arial,sans-serif; }
html body h1,html body h2,html body h3,html body .site-title{
  font-family:Georgia,"Times New Roman",serif; font-weight:600; letter-spacing:-.01em; }

.woocommerce-product-gallery{opacity:1!important}

.woocommerce ul.products li.product,
ul.products li.product{display:flex!important;flex-direction:column!important}
ul.products li.product .price,
ul.products li.product .button,
ul.products li.product .added_to_cart{
  position:static!important;float:none!important;transform:none!important}
.ast-on-card-button,.ast-card-action-tooltip,.ast-select-options-trigger{display:none!important}
.astra-shop-summary-wrap{display:flex;flex-direction:column}

ul.products li.product img{border-radius:10px;background:#fff}
ul.products li.product .woocommerce-loop-product__title{
  font-family:Georgia,serif!important;font-size:1.02rem!important;line-height:1.35;margin:.6rem 0 .2rem}
ul.products li.product .price{color:var(--hy-muted);font-size:.95rem}
.woocommerce ul.products li.product .button{
  background:var(--hy-ink)!important;color:var(--hy-cream)!important;border-radius:999px!important;
  padding:.55rem 1.1rem!important;font-size:.85rem!important;letter-spacing:.02em}
.woocommerce ul.products li.product .button:hover{background:var(--hy-teal)!important}

.site-header,.ast-primary-header-bar{background:var(--hy-cream)!important;border-bottom:1px solid var(--hy-line)}
.site-footer,.ast-small-footer{background:#EBEEEB;color:var(--hy-muted)}

.maef-checkout-wrap,#maef-two-col-wrap{background:var(--hy-cream)}
#place_order{background:var(--hy-ink)!important;border-color:var(--hy-ink)!important;
  color:var(--hy-cream)!important;border-radius:999px!important;text-shadow:none!important}
