/* Demo-accurate global shell: isolated from the active WordPress theme. */
.cvwf-admin-preview .cvwf-whatsapp-float { display: none !important; }
.cvwf-promo {
  position: sticky;
  top: 0;
  z-index: 52;
  min-height: 40px;
  padding: 0 20px;
  background: #ff2028;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.cvwf-demo-header {
  position: sticky;
  top: 40px;
  z-index: 51;
  height: 99px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.cvwf-demo-header-inner {
  width: 100%;
  height: 99px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
}
.cvwf-demo-logo { display: flex; align-items: center; justify-content: flex-start; }
.cvwf-demo-logo img { width: 104px; height: 78px; display: block; object-fit: contain; }
.cvwf-demo-menu-button { display: none; border: 0; background: transparent; color: #111; padding: 0; cursor: pointer; }
.cvwf-demo-nav { min-width: 0; height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.25vw, 26px); white-space: nowrap; }
.cvwf-demo-nav > a,
.cvwf-demo-nav-group > button {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 0;
  background: transparent;
  color: #151515;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.cvwf-demo-nav > a::after,
.cvwf-demo-nav-group > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 1px; background: #111; transition: right .2s ease; }
.cvwf-demo-nav > a:hover::after,
.cvwf-demo-nav > a.is-active::after,
.cvwf-demo-nav-group:hover > button::after,
.cvwf-demo-nav-group.is-open > button::after { right: 0; }
.cvwf-demo-nav-group { position: relative; align-self: stretch; display: inline-flex; align-items: center; }
.cvwf-demo-nav-group svg { width: 12px; height: 12px; }
.cvwf-demo-dropdown {
  position: absolute;
  left: -20px;
  top: calc(100% - 10px);
  min-width: 210px;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  background: #111;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  box-shadow: 0 14px 35px rgba(0,0,0,.16);
  transition: .2s ease;
}
.cvwf-demo-nav-group:hover .cvwf-demo-dropdown,
.cvwf-demo-nav-group.is-open .cvwf-demo-dropdown { opacity: 1; visibility: visible; transform: none; }
.cvwf-demo-dropdown a { padding: 10px 20px; font-size: 14px; }
.cvwf-demo-dropdown a:hover { background: #2a2a2a; }
.cvwf-demo-tools { display: flex; align-items: center; justify-content: flex-end; gap: 14px; color: #111; }
.cvwf-demo-tools > a,
.cvwf-demo-tools > button { flex: none; }
.cvwf-demo-currency { font-size: 14px; white-space: nowrap; }
.cvwf-demo-search-button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #111; padding: 8px 0; cursor: pointer; font-size: 14px; }
.cvwf-demo-search-button svg,
.cvwf-demo-tools > a > svg { width: 20px; height: 20px; }
.cvwf-demo-heart { position: relative; display: inline-flex; }
.cvwf-demo-heart span { position: absolute; top: -9px; right: -8px; font-size: 10px; }
.cvwf-demo-cart {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  cursor: pointer;
}
.cvwf-demo-cart svg { width: 21px; height: 21px; }
.cvwf-demo-cart > span { position: absolute; top: 2px; right: 4px; min-width: 13px; font-size: 9px; line-height: 13px; text-align: center; }
.cvwf-demo-mobile-menu { display: none; }
.cvwf-demo-search {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #fff;
}
.cvwf-demo-search[hidden] { display: none; }
.cvwf-demo-search form { width: min(760px, calc(100% - 40px)); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr 48px 48px; align-items: center; }
.cvwf-demo-search input[type=search] { height: 48px; border: 0; border-bottom: 1px solid #111; outline: 0; padding: 0 8px; font-size: 18px; }
.cvwf-demo-search button { height: 48px; border: 0; background: transparent; cursor: pointer; }

.cvwf-demo-footer {
  position: relative;
  min-height: 372px;
  padding: 65px 28px 25px;
  background: var(--cvwf-footer-bg, #050505);
  color: var(--cvwf-footer-text, #fff);
}
.cvwf-demo-footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 54px; }
.cvwf-demo-footer h2 { margin: 0 0 28px; color: inherit; font-family: CVWFJost, Arial, sans-serif; font-size: 17px; font-weight: 600; line-height: 1.2; }
.cvwf-demo-footer-list { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.cvwf-demo-footer-list a { color: inherit; font-size: 18px; font-weight: 400; line-height: 1.35; opacity: .98; }
.cvwf-demo-footer-list a:hover { opacity: .65; }
.cvwf-demo-footer-bottom { max-width: 1400px; margin: 42px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cvwf-demo-footer-bottom p { margin: 0; color: inherit; font-size: 14px; }
.cvwf-demo-socials { display: flex; align-items: center; gap: 17px; }
.cvwf-demo-socials a { display: inline-flex; color: inherit; }
.cvwf-demo-socials svg { width: 20px; height: 20px; }
.cvwf-back-top { position: absolute; right: 22px; top: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #fff; color: #111; box-shadow: 0 4px 18px rgba(0,0,0,.2); cursor: pointer; }
.cvwf-back-top svg { width: 19px; height: 19px; }
.cvwf-whatsapp-float { position: fixed; left: 25px; bottom: 24px; z-index: 9990; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff !important; box-shadow: 0 5px 18px rgba(0,0,0,.22); font-size: 24px; }
.cvwf-whatsapp-float svg { width: 30px; height: 30px; stroke-width: 1.4; }

@media (max-width: 1250px) {
  .cvwf-demo-header-inner { grid-template-columns: 100px minmax(0, 1fr) auto; gap: 12px; padding: 0 16px; }
  .cvwf-demo-nav { gap: 11px; }
  .cvwf-demo-nav > a, .cvwf-demo-nav-group > button, .cvwf-demo-currency, .cvwf-demo-search-button { font-size: 12px; }
  .cvwf-demo-tools { gap: 9px; }
}
@media (max-width: 980px) {
  .cvwf-demo-header, .cvwf-demo-header-inner { height: 93px; }
  .cvwf-demo-header-inner { grid-template-columns: 1fr auto 1fr; padding: 0 22px; }
  .cvwf-demo-menu-button { display: inline-flex; justify-self: start; }
  .cvwf-demo-menu-button svg { width: 24px; height: 24px; }
  .cvwf-demo-logo { grid-column: 2; justify-self: center; }
  .cvwf-demo-logo img { width: 100px; height: 76px; }
  .cvwf-demo-nav { display: none; }
  .cvwf-demo-tools { grid-column: 3; justify-self: end; }
  .cvwf-demo-tools > *:not(.cvwf-demo-cart) { display: none; }
  .cvwf-demo-mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 93px;
    max-height: calc(100vh - 133px);
    overflow: auto;
    flex-direction: column;
    padding: 14px 24px 25px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 16px 35px rgba(0,0,0,.12);
  }
  .cvwf-demo-mobile-menu:not([hidden]) { display: flex; }
  .cvwf-demo-mobile-menu > a, .cvwf-demo-mobile-menu > strong { padding: 10px 0; border-bottom: 1px solid #eee; font-size: 14px; font-weight: 400; }
  .cvwf-demo-mobile-sub { display: flex; flex-direction: column; padding: 4px 0 4px 16px; }
  .cvwf-demo-mobile-sub a { padding: 7px 0; color: #555; font-size: 13px; }
  .cvwf-demo-search { height: 93px; }
}
@media (max-width: 620px) {
  .cvwf-promo { min-height: 40px; font-size: 13px; }
  .cvwf-demo-header-inner { padding: 0 14px; }
  .cvwf-demo-cart { width: 42px; height: 42px; }
  .cvwf-demo-tools .cvwf-demo-cart { border-color: transparent; }
  .cvwf-demo-footer { min-height: 0; padding: 43px 16px 27px; }
  .cvwf-demo-footer-grid { grid-template-columns: 1fr; gap: 43px; }
  .cvwf-demo-footer h2 { margin-bottom: 24px; font-size: 17px; }
  .cvwf-demo-footer-list { gap: 16px; }
  .cvwf-demo-footer-list a { font-size: 18px; }
  .cvwf-demo-footer-bottom { margin-top: 47px; padding-top: 25px; flex-direction: column; text-align: center; }
  .cvwf-demo-footer-bottom p { max-width: 300px; font-size: 13px; line-height: 1.6; }
  .cvwf-back-top { right: 18px; top: auto; bottom: 78px; width: 45px; height: 45px; }
  .cvwf-whatsapp-float { left: 17px; bottom: 18px; width: 53px; height: 53px; }
}
