/*
Theme Name: SendaFit
Theme URI: https://sendafit.net
Description: SendaFit child theme for Kadence. B2B phone case wholesale - custom front page, Geo-IP currency display, WooCommerce catalogue mode.
Author: SendaFit
Template: kadence
Version: 1.0.0
Text Domain: sendafit
*/

/* Request Wholesale Quote button (single product pages) */
.sendafit-quote-btn {
  display: inline-block;
  margin: 16px 0;
  padding: 14px 28px;
  background: #5a3fc9;
  background: oklch(0.50 0.19 278);
  color: #fff !important;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(90, 63, 201, 0.35);
  transition: background 0.15s ease, transform 0.15s ease;
}
.sendafit-quote-btn:hover {
  background: #4a32a8;
  background: oklch(0.42 0.19 278);
  transform: translateY(-1px);
}

/* ─── Navigation: sticky header ─── */
#masthead {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: box-shadow 0.25s ease;
}

/* ─── Navigation: Request a Quote CTA button ─── */
.nav-cta-btn > a,
.menu-item.nav-cta-btn > a {
    display: inline-block;
    padding: 8px 18px;
    background: #5a3fc9;
    background: oklch(0.50 0.19 278);
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(90, 63, 201, 0.30);
    transition: background 0.15s ease, transform 0.12s ease;
    white-space: nowrap;
}
.nav-cta-btn > a:hover,
.menu-item.nav-cta-btn > a:hover {
    background: #4a32a8;
    background: oklch(0.42 0.19 278);
    transform: translateY(-1px);
    color: #fff !important;
}

/* ─── Navigation: dropdown submenu polish ─── */
.main-navigation .sub-menu {
    border-top: 2px solid #5a3fc9;
    border-top-color: oklch(0.50 0.19 278);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.main-navigation .sub-menu li a {
    padding: 10px 20px;
    font-size: 14px;
    transition: background 0.1s ease;
}
.main-navigation .sub-menu li a:hover {
    background: oklch(0.96 0.03 278);
    color: #5a3fc9;
    color: oklch(0.50 0.19 278);
}

/* ─── Mobile: hamburger spacing fix ─── */
@media (max-width: 767px) {
    #masthead {
        box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    }
}

/* Trademark/IP disclaimer (2026-08-11) */
.sf-trademark-disclaimer{background:#f4f4f6;border-top:1px solid #e2e2e6;padding:14px 20px;text-align:center}
.sf-trademark-disclaimer p{margin:0 auto;font-size:12px;line-height:1.5;color:#6b6b74;max-width:900px}
.sf-product-disclaimer{font-size:13px;color:#6b6b74;margin:6px 0 14px;font-style:italic}
