/* ======================================================================
   Valhalla Frame Component v1.0
   Theme release: v5.11.0

   Reusable markup:
   <section class="vh-frame [vh-frame--ivy]">
     <div class="vh-frame__shell">
       ... rails, corners and optional ivy ...
       <div class="container vh-frame__content">...</div>
     </div>
   </section>
   ====================================================================== */

html body.valhalla-v2 .vh-frame {
  --vh-frame-gold: #b98328;
  --vh-frame-gold-light: #e0b85e;
  --vh-frame-gold-dark: #51300b;
  --vh-frame-wood-dark: #160d08;
  --vh-frame-wood-mid: #392015;
  --vh-frame-size: 24px;
  --vh-frame-radius: 4px;
  position: relative;
  isolation: isolate;
  margin: 28px 0;
  padding: 0 18px;
  overflow: visible;
  background: transparent !important;
}

html body.valhalla-v2 .vh-frame::before,
html body.valhalla-v2 .vh-frame::after {
  content: none !important;
  display: none !important;
}

html body.valhalla-v2 .vh-frame__shell {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: clamp(54px, 5vw, 78px) clamp(44px, 5vw, 82px) clamp(46px, 4vw, 68px);
  border: 1px solid rgba(233, 190, 98, .72);
  border-radius: var(--vh-frame-radius);
  background:
    linear-gradient(rgba(12, 7, 4, .28), rgba(12, 7, 4, .28)),
    url("header-wood-texture.jpg?20260721071054") center / cover repeat;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, .66),
    0 0 0 3px rgba(48, 27, 12, .96),
    0 0 0 5px rgba(184, 130, 38, .66),
    inset 0 0 0 1px rgba(244, 207, 120, .18),
    inset 0 22px 45px rgba(0, 0, 0, .24);
}

html body.valhalla-v2 .vh-frame__shell::before,
html body.valhalla-v2 .vh-frame__shell::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

html body.valhalla-v2 .vh-frame__shell::before {
  inset: 15px;
  border: 1px solid rgba(224, 174, 70, .7);
  box-shadow:
    0 0 0 1px rgba(50, 28, 10, .9),
    inset 0 0 16px rgba(0, 0, 0, .7);
}

html body.valhalla-v2 .vh-frame__shell::after {
  inset: 25px;
  border: 1px solid rgba(105, 64, 18, .75);
}

html body.valhalla-v2 .vh-frame__content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
}

html body.valhalla-v2 .vh-frame__rail {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05), transparent 20%, transparent 80%, rgba(0,0,0,.24)),
    url("header-wood-texture.jpg?20260721071054") center / cover repeat;
  box-shadow:
    inset 0 1px rgba(240, 205, 129, .16),
    inset 0 -3px 5px rgba(0,0,0,.48),
    0 3px 8px rgba(0,0,0,.45);
}

html body.valhalla-v2 .vh-frame__rail--top,
html body.valhalla-v2 .vh-frame__rail--bottom {
  left: 9px;
  right: 9px;
  height: var(--vh-frame-size);
}
html body.valhalla-v2 .vh-frame__rail--top { top: -10px; }
html body.valhalla-v2 .vh-frame__rail--bottom { bottom: -10px; transform: rotate(180deg); }

html body.valhalla-v2 .vh-frame__rail--left,
html body.valhalla-v2 .vh-frame__rail--right {
  top: 9px;
  bottom: 9px;
  width: var(--vh-frame-size);
  background-position: center;
}
html body.valhalla-v2 .vh-frame__rail--left { left: -10px; }
html body.valhalla-v2 .vh-frame__rail--right { right: -10px; transform: rotate(180deg); }

html body.valhalla-v2 .vh-frame__corner {
  position: absolute;
  z-index: 6;
  width: 54px;
  height: 54px;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 35%, rgba(233,190,98,.45), transparent 25%),
    linear-gradient(135deg, #4b2b13 0 18%, #ad7624 19% 25%, #241208 26% 67%, #724512 68% 75%, #120a06 76%);
  border: 1px solid rgba(226, 177, 69, .7);
  box-shadow: inset 0 0 0 3px #1b0e07, inset 0 0 0 4px rgba(198,139,37,.5), 0 4px 10px rgba(0,0,0,.65);
}
html body.valhalla-v2 .vh-frame__corner--tl { top: -16px; left: -16px; }
html body.valhalla-v2 .vh-frame__corner--tr { top: -16px; right: -16px; transform: rotate(90deg); }
html body.valhalla-v2 .vh-frame__corner--br { bottom: -16px; right: -16px; transform: rotate(180deg); }
html body.valhalla-v2 .vh-frame__corner--bl { bottom: -16px; left: -16px; transform: rotate(270deg); }

html body.valhalla-v2 .vh-frame__ivy {
  display: none;
  position: absolute;
  z-index: 7;
  top: -20px;
  bottom: -18px;
  width: clamp(95px, 10vw, 155px);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .88;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.7));
}
html body.valhalla-v2 .vh-frame--ivy .vh-frame__ivy { display: block; }
html body.valhalla-v2 .vh-frame__ivy--left {
  left: -44px;
  background-image: url(valhalla-home-products-ivy-left-v3.png?20260721071054);
  background-position: left center;
}
html body.valhalla-v2 .vh-frame__ivy--right {
  right: -44px;
  background-image: url(valhalla-home-products-ivy-right-v3.png?20260721071054);
  background-position: right center;
}

html body.valhalla-v2 .vh-frame .vh-section-heading {
  position: relative;
  z-index: 8;
  margin-bottom: 22px;
  padding: 0 4px 13px;
  border-bottom: 1px solid rgba(191, 134, 37, .42);
}

html body.valhalla-v2 .vh-frame .vh-section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: min(260px, 46%);
  height: 3px;
  background: linear-gradient(90deg, var(--vh-frame-gold-light), var(--vh-frame-gold), transparent);
  box-shadow: 0 0 8px rgba(202, 146, 44, .36);
}

html body.valhalla-v2 .vh-frame .vh-product-grid {
  position: relative;
  z-index: 8;
}

html body.valhalla-v2 .vh-frame--products {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (hover: hover) and (pointer: fine) {
  html body.valhalla-v2 .vh-frame__shell {
    transition: border-color .25s ease, box-shadow .25s ease;
  }
  html body.valhalla-v2 .vh-frame__shell:hover {
    border-color: rgba(242, 203, 113, .88);
    box-shadow:
      0 24px 52px rgba(0, 0, 0, .7),
      0 0 0 3px rgba(48, 27, 12, .98),
      0 0 0 5px rgba(205, 151, 47, .78),
      inset 0 0 0 1px rgba(244, 207, 120, .22),
      inset 0 22px 45px rgba(0, 0, 0, .24);
  }
}

@media (max-width: 1199px) {
  html body.valhalla-v2 .vh-frame {
    padding-left: 16px;
    padding-right: 16px;
  }
  html body.valhalla-v2 .vh-frame__shell {
    padding: 54px 48px 48px;
  }
  html body.valhalla-v2 .vh-frame__ivy {
    width: 105px;
  }
}

@media (max-width: 767px) {
  html body.valhalla-v2 .vh-frame {
    --vh-frame-size: 16px;
    margin: 18px 0;
    padding: 0 9px;
  }
  html body.valhalla-v2 .vh-frame__shell {
    padding: 36px 18px 30px;
    border-radius: 2px;
    box-shadow:
      0 14px 28px rgba(0, 0, 0, .62),
      0 0 0 2px rgba(48, 27, 12, .96),
      0 0 0 3px rgba(184, 130, 38, .62),
      inset 0 0 0 1px rgba(244, 207, 120, .14);
  }
  html body.valhalla-v2 .vh-frame__shell::before { inset: 9px; }
  html body.valhalla-v2 .vh-frame__shell::after { inset: 15px; }
  html body.valhalla-v2 .vh-frame__rail--top,
  html body.valhalla-v2 .vh-frame__rail--bottom { left: 5px; right: 5px; }
  html body.valhalla-v2 .vh-frame__rail--top { top: -7px; }
  html body.valhalla-v2 .vh-frame__rail--bottom { bottom: -7px; }
  html body.valhalla-v2 .vh-frame__rail--left { left: -7px; }
  html body.valhalla-v2 .vh-frame__rail--right { right: -7px; }
  html body.valhalla-v2 .vh-frame__corner {
    width: 36px;
    height: 36px;
  }
  html body.valhalla-v2 .vh-frame__corner--tl { top: -10px; left: -10px; }
  html body.valhalla-v2 .vh-frame__corner--tr { top: -10px; right: -10px; }
  html body.valhalla-v2 .vh-frame__corner--br { bottom: -10px; right: -10px; }
  html body.valhalla-v2 .vh-frame__corner--bl { bottom: -10px; left: -10px; }
  html body.valhalla-v2 .vh-frame__ivy {
    top: 4px;
    bottom: 4px;
    width: 66px;
    opacity: .64;
  }
  html body.valhalla-v2 .vh-frame__ivy--left { left: -18px; }
  html body.valhalla-v2 .vh-frame__ivy--right { right: -18px; }
  html body.valhalla-v2 .vh-frame .vh-section-heading {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 16px;
  }
}
