/* Beauxsoi Header & Footer v1.1.1 - Hello Elementor compatible, theme-independent */
:root{
  --bshf-purple:#2b183c;
  --bshf-accent:#c9a45f;
  --bshf-cream:#fbf7f0;
  --bshf-topbar-bg:#f4eadc;
  --bshf-topbar-text:#2b183c;
  --bshf-header-height:88px;
}

.bshf-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.bshf-shell,.bshf-shell *,.bshf-footer,.bshf-footer *{box-sizing:border-box}
body.bshf-active{overflow-x:hidden}
body.bshf-active .bshf-shell,
body.bshf-active .bshf-footer{font-family:var(--e-global-typography-text-font-family,Inter,Arial,sans-serif)}
.bshf-shell{width:100%;color:var(--bshf-purple);line-height:1.4;z-index:99980}
.bshf-shell a,.bshf-footer a{text-decoration:none;color:inherit}
.bshf-shell--transparent{position:absolute;top:0;left:0;right:0;width:100%;z-index:99980}
.bshf-shell--solid{position:relative;width:100%;z-index:99980;background:var(--bshf-purple)}

/* Hide native theme/header/footer output when plugin is active. Keeps Beauxsoi output visible. */
body.bshf-hide-native #masthead,
body.bshf-hide-native .site-header,
body.bshf-hide-native header.site-header,
body.bshf-hide-native .elementor-location-header,
body.bshf-hide-native .wp-site-blocks > header,
body.bshf-hide-native .hfe-header,
body.bshf-hide-native .ehf-header,
body.bshf-hide-native #colophon,
body.bshf-hide-native .site-footer,
body.bshf-hide-native footer.site-footer,
body.bshf-hide-native .elementor-location-footer,
body.bshf-hide-native .wp-site-blocks > footer,
body.bshf-hide-native .hfe-footer,
body.bshf-hide-native .ehf-footer{display:none!important}
body.bshf-hide-native .bshf-shell,
body.bshf-hide-native .bshf-footer{display:block!important}

.bshf-topbar{background:var(--bshf-topbar-bg);color:var(--bshf-topbar-text);border-bottom:1px solid rgba(43,24,60,.08);font-weight:700}
.bshf-topbar__inner{max-width:1320px;margin:0 auto;padding:8px 22px;text-align:center;font-size:12px;line-height:1.35;letter-spacing:.035em}

.bshf-header{width:100%;position:relative;color:#fff;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,backdrop-filter .22s ease;z-index:99985}
.bshf-header--transparent{background:linear-gradient(to bottom,rgba(18,8,26,.42),rgba(18,8,26,.16) 62%,rgba(18,8,26,.04));border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.28)}
.bshf-header--solid{background:var(--bshf-purple);border-bottom:1px solid rgba(255,255,255,.14)}
.bshf-header.is-scrolled{position:fixed;top:0;left:0;right:0;background:rgba(251,247,240,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--bshf-purple);border-top:0;border-bottom:1px solid rgba(43,24,60,.13);box-shadow:0 12px 34px rgba(22,12,31,.08);z-index:99990}
.admin-bar .bshf-header.is-scrolled{top:32px}
@media(max-width:782px){.admin-bar .bshf-header.is-scrolled{top:46px}}

/* Prevent the content jump on solid-header pages when the header becomes fixed. */
.bshf-header-spacer{display:none;height:var(--bshf-header-height,88px)}
body.bshf-is-scrolled.bshf-page-solid-header .bshf-shell--solid .bshf-header-spacer{display:block}
body.bshf-page-transparent-header .bshf-header-spacer{display:none!important}

.bshf-nav{max-width:1320px;margin:0 auto;min-height:88px;padding:0 34px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:24px;align-items:center}
.bshf-nav__links{display:flex;align-items:center;gap:28px;min-width:0}
.bshf-nav__links--left{justify-content:flex-start}
.bshf-nav__links--right{justify-content:flex-end}
.bshf-nav__links a{position:relative;font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;white-space:nowrap;color:inherit}
.bshf-nav__links a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:1px;background:var(--bshf-accent);transition:width .22s ease}
.bshf-nav__links a:hover:after,.bshf-nav__links a:focus-visible:after{width:100%}
.bshf-header--solid .bshf-nav__links a,.bshf-header--solid .bshf-nav__links a:visited{color:#fff}
.bshf-header--solid .bshf-nav__links a:hover,.bshf-header--solid .bshf-nav__links a:focus{color:var(--bshf-accent)}
.bshf-header.is-scrolled .bshf-nav__links a,.bshf-header.is-scrolled .bshf-logo,.bshf-header.is-scrolled .bshf-logo__text,.bshf-header.is-scrolled .bshf-logo__sub{color:var(--bshf-purple)}

.bshf-nav__right{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0}
.bshf-logo{display:grid;place-items:center;text-align:center;line-height:1;min-width:154px;color:inherit}
.bshf-logo__img{display:block;max-width:190px;max-height:62px;width:auto;height:auto;object-fit:contain}
.bshf-logo__img--dark{display:none}
.bshf-header.is-scrolled .bshf-logo__img--light{display:none}
.bshf-header.is-scrolled .bshf-logo__img--dark{display:block}
.bshf-header--solid .bshf-logo__img--light{display:block}
.bshf-header--solid .bshf-logo__img--dark{display:none}
.bshf-logo__text{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;letter-spacing:.095em;color:currentColor}
.bshf-logo__sub{display:block;margin-top:7px;font-size:10px;letter-spacing:.24em;text-transform:uppercase;opacity:.78}

.bshf-actions{display:flex;align-items:center;gap:10px}
.bshf-action,.bshf-menu-toggle{appearance:none;background:rgba(255,255,255,.08);border:1px solid currentColor;color:currentColor;width:40px;height:40px;display:grid;place-items:center;padding:0;cursor:pointer;border-radius:0;position:relative;transition:background .2s ease,color .2s ease,border-color .2s ease}
.bshf-action:hover,.bshf-menu-toggle:hover{background:var(--bshf-accent);border-color:var(--bshf-accent);color:var(--bshf-purple)}
.bshf-header.is-scrolled .bshf-action,.bshf-header.is-scrolled .bshf-menu-toggle{color:var(--bshf-purple);background:rgba(43,24,60,.035);border-color:rgba(43,24,60,.36)}
.bshf-header.is-scrolled .bshf-action:hover,.bshf-header.is-scrolled .bshf-menu-toggle:hover{background:var(--bshf-purple);border-color:var(--bshf-purple);color:#fff}
.bshf-icon,.bshf-action svg,.bshf-menu-toggle svg,.bshf-socials svg,.bshf-mobile-panel svg{display:block;width:19px;height:19px}
.bshf-shell svg,.bshf-footer svg{fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.bshf-cart-count{position:absolute;right:-7px;top:-7px;min-width:18px;height:18px;border-radius:999px;background:var(--bshf-accent);color:var(--bshf-purple);font-size:10px;line-height:18px;text-align:center;font-weight:800}
.bshf-menu-toggle{display:none}
.bshf-mobile-panel{display:none}

/* Search is intentionally hidden for the current Beauxsoi header. */
.bshf-action[data-bshf-search-open],.bshf-mobile-panel__actions [data-bshf-search-open],.bshf-search-modal{display:none!important}

.bshf-mobile-panel.is-open{display:block;border-top:1px solid rgba(255,255,255,.14);background:rgba(251,247,240,.98);color:var(--bshf-purple);box-shadow:0 20px 40px rgba(22,12,31,.14)}
.bshf-mobile-panel__inner{padding:10px 22px 22px;max-width:1320px;margin:0 auto}
.bshf-mobile-panel a{display:block;padding:14px 0;border-bottom:1px solid rgba(43,24,60,.12);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--bshf-purple)}
.bshf-mobile-panel__actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.bshf-mobile-panel__actions a{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;border:1px solid rgba(43,24,60,.16);background:#fff;color:var(--bshf-purple);padding:0 12px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}

.bshf-footer{background:var(--bshf-purple);color:#fff;line-height:1.5;margin-top:0;position:relative;z-index:2;clear:both}
.bshf-footer__inner{max-width:1320px;margin:0 auto;padding:72px 34px 54px;display:grid;grid-template-columns:minmax(260px,1fr) minmax(360px,1.35fr) minmax(320px,1.05fr);gap:56px;align-items:start}
.bshf-footer__brand{min-width:0}
.bshf-footer__logo{display:inline-flex;align-items:center;min-height:54px;color:#fff}
.bshf-footer__logo img{display:block;max-width:210px;max-height:68px;width:auto;height:auto;object-fit:contain}
.bshf-footer__logo span{font-family:Georgia,'Times New Roman',serif;font-size:34px;letter-spacing:.1em;color:#fff}
.bshf-footer p{color:rgba(255,255,255,.72);margin:18px 0 0;max-width:390px;font-size:15px}
.bshf-footer h3{margin:0 0 22px;color:#ead8af;font-size:12px;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;font-weight:800}
.bshf-footer__menus{min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:42px;align-items:start}
.bshf-footer__menu-column{min-width:0;text-align:left;align-self:start}
.bshf-footer__menu{list-style:none;margin:0;padding:0}
.bshf-footer__menu li{margin:0;padding:0}
.bshf-footer__menu a{display:inline-block;color:rgba(255,255,255,.78);padding:6px 0;font-size:14px;transition:color .2s ease,transform .2s ease}
.bshf-footer__menu a:hover{color:#fff;transform:translateX(2px)}
.bshf-socials{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.bshf-socials a{border:1px solid rgba(255,255,255,.24);height:40px;width:40px;display:grid;place-items:center;color:#fff;transition:background .2s ease,border-color .2s ease,color .2s ease}
.bshf-socials a:hover{background:var(--bshf-accent);border-color:var(--bshf-accent);color:var(--bshf-purple)}
.bshf-footer__newsletter{min-width:0}
.bshf-newsletter-form{display:flex;border:1px solid rgba(255,255,255,.24);height:50px;margin-top:20px;max-width:420px}
.bshf-newsletter-form input{min-width:0;flex:1;background:transparent!important;border:0!important;color:#fff!important;padding:0 14px!important;outline:0!important;border-radius:0!important;height:48px!important;box-shadow:none!important}
.bshf-newsletter-form input::placeholder{color:rgba(255,255,255,.58)}
.bshf-newsletter-form button{border:0!important;background:var(--bshf-accent)!important;color:var(--bshf-purple)!important;padding:0 18px!important;text-transform:uppercase;font-size:11px!important;letter-spacing:.14em;font-weight:900!important;border-radius:0!important;height:48px!important;cursor:pointer}
.bshf-newsletter-message{margin-top:10px;color:rgba(255,255,255,.7);font-size:12px}.bshf-newsletter-message.is-success{color:#ead8af}.bshf-newsletter-message.is-error{color:#ffd3d3}
.bshf-footer small{display:block;margin-top:10px;color:rgba(255,255,255,.44);font-size:12px}
.bshf-footer__shortcode{margin-top:18px}
.bshf-footer__bottom{max-width:1320px;margin:0 auto;border-top:1px solid rgba(255,255,255,.14);padding:22px 34px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:rgba(255,255,255,.6);font-size:12px}
.bshf-footer__bottom a{color:rgba(255,255,255,.76)}
body.bshf-active .bshf-before-footer{margin-bottom:0!important;padding-bottom:0!important}

@media(max-width:1120px){
  .bshf-nav{grid-template-columns:auto 1fr auto;min-height:78px;padding:0 22px;gap:16px}
  .bshf-menu-toggle{display:grid}
  .bshf-nav__links{display:none}
  .bshf-nav__right{gap:0}
  .bshf-actions .bshf-action{display:grid}
  .bshf-actions .bshf-action:not(.bshf-action--cart){display:none}
  .bshf-logo{min-width:0}.bshf-logo__img{max-width:150px;max-height:52px}.bshf-logo__text{font-size:26px}
  .bshf-footer__inner{grid-template-columns:1fr;padding:62px 24px 44px;gap:38px}
  .bshf-footer__menus{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
  .bshf-footer__bottom{padding:20px 24px;flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .bshf-topbar__inner{font-size:10px;padding:8px 14px;letter-spacing:.02em}
  .bshf-nav{min-height:68px;padding:0 16px;gap:12px}.bshf-logo__img{max-width:132px;max-height:46px}.bshf-logo__text{font-size:22px}.bshf-logo__sub{display:none}
  .bshf-action,.bshf-menu-toggle{width:38px;height:38px}.bshf-cart-count{right:-5px;top:-5px}
  .bshf-mobile-panel__inner{padding:8px 16px 18px}.bshf-mobile-panel a{padding:13px 0;font-size:11px;letter-spacing:.13em}
  .bshf-footer__inner{grid-template-columns:1fr;padding:52px 20px 34px;gap:28px}.bshf-footer__menus{grid-template-columns:1fr;gap:28px}.bshf-footer h3{margin-bottom:14px}
  .bshf-newsletter-form{display:grid;height:auto;border:0;gap:10px}.bshf-newsletter-form input{height:52px!important;line-height:52px!important;border:1px solid rgba(255,255,255,.24)!important}.bshf-newsletter-form button{height:50px!important;width:100%!important}
  .bshf-footer__bottom{padding:18px 20px}.admin-bar .bshf-header.is-scrolled{top:46px}
}


/* v1.1.1: Hello/Elementor reset protection.
   Some theme/Elementor button styles can override the hamburger button display/width.
   On desktop the hamburger must be completely hidden so the logo/menu stay on one row. */
body.bshf-active .bshf-shell button.bshf-menu-toggle,
body.bshf-active .bshf-shell .bshf-menu-toggle{
  display:none!important;
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  flex:0 0 40px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
  box-shadow:none!important;
}
body.bshf-active .bshf-shell .bshf-action{
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  flex:0 0 40px!important;
  padding:0!important;
  box-shadow:none!important;
}
@media(min-width:1121px){
  body.bshf-active .bshf-shell .bshf-nav{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  }
  body.bshf-active .bshf-shell .bshf-nav__links{display:flex!important;}
  body.bshf-active .bshf-shell .bshf-nav__links--left{justify-content:flex-start!important;}
  body.bshf-active .bshf-shell .bshf-nav__links--right{justify-content:flex-end!important;}
}
@media(max-width:1120px){
  body.bshf-active .bshf-shell button.bshf-menu-toggle,
  body.bshf-active .bshf-shell .bshf-menu-toggle{
    display:grid!important;
    place-items:center!important;
  }
  body.bshf-active .bshf-shell .bshf-nav__links{display:none!important;}
}
@media(max-width:640px){
  body.bshf-active .bshf-shell button.bshf-menu-toggle,
  body.bshf-active .bshf-shell .bshf-menu-toggle,
  body.bshf-active .bshf-shell .bshf-action{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    flex-basis:38px!important;
  }
}
