.cart-link{display:inline-flex!important;align-items:center;gap:7px}.cart-link b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:20px;background:#f1872a;color:#fff;font-size:12px}.store-banner{display:flex;align-items:center;gap:18px;margin:0 0 28px;padding:16px 20px;background:#23462e;color:#fff}.store-banner span{flex:1}.store-banner a{color:#fff;font-weight:800;white-space:nowrap}.product-price{display:block;font-family:"Playfair Display",serif;font-size:28px;color:#23462e;margin-top:16px}.minimum-note{display:block;color:#686f62;margin-top:4px}.product-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}.product-actions button{width:100%}.product-whatsapp{border:1px solid #23462e;background:transparent;color:#23462e;padding:12px 14px;border-radius:2px;font:700 14px "DM Sans",sans-serif;cursor:pointer}.product-whatsapp:hover{background:#23462e;color:#fff}.product-buy.is-added{background:#356a45}@media(max-width:700px){.store-banner{align-items:flex-start;flex-direction:column;gap:6px}.product-price{font-size:25px}.product-actions{gap:10px}.product-actions button{min-height:48px}}

.mobile-cart-action {
  display: none !important;
}

@media (max-width: 920px) {
  .mobile-cart-action {
    position: fixed;
    z-index: 31;
    right: 82px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 14px;
    display: inline-flex !important;
    min-height: 54px;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 3px;
    background: #23462e;
    box-shadow: 0 8px 22px rgba(20, 48, 31, .26);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    touch-action: manipulation;
  }

  .mobile-cart-action:hover,
  .mobile-cart-action:focus-visible {
    background: #315a3c;
    color: #fff;
  }

  .mobile-cart-action b {
    background: #f1872a;
    font-size: 12px;
  }

  .site-home .footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .site-home .whatsapp {
    z-index: 32;
  }
}
