h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-weight: bold;
  color: #111;
  line-height: 1.15;
  text-wrap-style: balance; }

p.intro {
  color: #ffd165;
  font-size: 1.35em; }

/*  
 *  navigation
 */
@media only screen and (min-width: 768px) {
  .menu.menu-primary li a {
    padding: 0.5em; } }
@media only screen and (min-width: 1024px) {
  .menu.menu-primary li a {
    padding: 0.5em 1em; } }
/**
 *
 *
 *
 *
 * 
 */
.dna-pagation-wrap {
  width: 100%;
  margin: auto;
  padding: 0 0.5em; }

.dna-pagation-nav {
  border-top: solid 2px #ece8dc;
  padding: 1em 0;
  margin: 1em 0; }
  .dna-pagation-nav .dna-pagation-intro {
    color: #ffd165;
    font-style: italic; }
  .dna-pagation-nav a.page-numbers,
  .dna-pagation-nav .current {
    color: #ffd165;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    line-height: 2;
    border-radius: 0.15em; }
  .dna-pagation-nav a.page-numbers {
    min-width: 2em;
    text-decoration: none;
    background-color: #ece8dc; }
    .dna-pagation-nav a.page-numbers:hover, .dna-pagation-nav a.page-numbers:focus {
      background-color: #c8bd9a; }
    .dna-pagation-nav a.page-numbers.prev, .dna-pagation-nav a.page-numbers.next {
      padding: 0 1em; }

@media only screen and (min-width: 768px) {
  .dna-pagation-nav {
    display: flex;
    align-items: baseline; }
    .dna-pagation-nav .dna-pagation-intro {
      margin-right: 2em; }
    .dna-pagation-nav a.page-numbers,
    .dna-pagation-nav .current {
      margin-right: 0.5em; }
    .dna-pagation-nav a.page-numbers:last-child {
      margin-right: auto; } }
@media only screen and (min-width: 1024px) {
  .dna-pagation-nav {
    padding: 2em 0;
    margin: 2em 0; } }
/*  
 *  Main Menu
 */
ul.tabs {
  font-size: 1em; }
  ul.tabs li {
    padding: 0 0.5em 0 0; }
    ul.tabs li a {
      padding: 0.5em;
      color: #ffefcb;
      border-radius: 0.25em;
      border: solid 2px #ffefcb;
      position: relative; }
      ul.tabs li a.active {
        background-color: #ffefcb;
        color: white; }
        ul.tabs li a.active:after {
          content: '';
          height: 2em;
          width: 2em;
          height: 2em;
          width: 2em;
          display: block;
          border-width: 1em;
          border-style: solid;
          border-color: #ffefcb transparent transparent transparent;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 2em); }
      ul.tabs li a:hover, ul.tabs li a:focus {
        background-color: #ffefcb;
        color: white; }

@media only screen and (min-width: 501px) {
  ul.tabs li a {
    padding: 0.5em 1em; } }
.archive-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1em;
  width: calc(100% + 2em); }

.card {
  padding: 1em; }
  .card .wp-post-image {
    margin-bottom: 1em; }
  .card .block-link {
    background-color: #ffbf3f;
    height: 100%; }
    .card .block-link .entry-title {
      color: #ffd98d; }
    .card .block-link .subhead {
      color: white; }
    .card .block-link:hover, .card .block-link:focus {
      background-color: #fff2d8; }

.card-post .block-link {
  padding: 0;
  border-color: #ffbf3f;
  background-color: #ffbf3f; }
  .card-post .block-link .headline-box {
    margin-bottom: 1em; }
    .card-post .block-link .headline-box .h3 {
      color: white; }
  .card-post .block-link:hover, .card-post .block-link:focus {
    border-color: #ffd165;
    background-color: #ffd165; }

.widget {
  background-color: white;
  border: solid 1px #ece8dc;
  margin-bottom: 1.5em; }
  .widget .widget-title {
    background-color: #fefefd;
    color: #ffc85a;
    padding: 0.5rem 1rem; }
  .widget.widget_search {
    border: none; }
    .widget.widget_search form {
      display: flex;
      flex-direction: row; }
      .widget.widget_search form label {
        flex-grow: 1; }
        .widget.widget_search form label input {
          width: 100%;
          box-sizing: border-box;
          border-radius: 0.25em 0 0 0.25em;
          border-width: 1px 0 1px 1px; }
      .widget.widget_search form input.search-submit {
        margin-left: auto;
        flex-shrink: 0;
        border-radius: 0 0.25em 0.25em 0; }

.headline-box {
  margin: 0; }
  .headline-box h1, .headline-box h2, .headline-box h3 {
    margin: 0; }

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .social-links li {
    margin: 0;
    padding-right: 1em; }
    .social-links li:last-child {
      padding-right: 0; }
    .social-links li a {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .social-links li a .mobile-hide {
        display: none;
        padding-left: 0.25em; }
  .social-links a {
    color: white;
    text-decoration: none; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #090807; }

.header-area,
.content-area {
  background-color: #f3f1ea; }

body.single .header-area {
  background-color: #ece8dc;
  border-bottom: solid 1px #dad2bb;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }

.row {
  max-width: 100%;
  padding-inline: 2rem; }
  @media only screen and (min-width: 768px) {
    .row {
      padding-inline: 3rem; } }
  @media only screen and (min-width: 1024px) {
    .row {
      padding-inline: 4rem; } }
  @media only screen and (min-width: 1300px) {
    .row {
      padding-inline: 8rem; } }

.header-area .site-logo {
  width: 5vw;
  min-width: 2em; }

.header-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative; }

a.site-home-link {
  width: auto;
  margin-right: auto; }

.header-box .dna-icon .icon-element,
.header-box .dna-icon-logo .icon-element {
  fill: #ffd98d; }
.header-box .dna-icon .icon-detail,
.header-box .dna-icon-logo .icon-detail {
  fill: #ffbf3f; }
.header-box a.site-home-link:hover .dna-icon-logo .icon-element, .header-box a.site-home-link:focus .dna-icon-logo .icon-element {
  fill: #f3f1ea; }
.header-box .social-links a:hover,
.header-box .social-links a:focus {
  color: white; }
  .header-box .social-links a:hover .dna-icon .icon-element,
  .header-box .social-links a:focus .dna-icon .icon-element {
    fill: #f3f1ea; }
.header-box a.cart-contents:hover,
.header-box a.cart-contents:focus {
  color: white; }
  .header-box a.cart-contents:hover .dna-icon .icon-element,
  .header-box a.cart-contents:focus .dna-icon .icon-element {
    fill: #f3f1ea; }
@media only screen and (min-width: 768px) {
  .header-box {
    justify-content: end;
    gap: 3em; }
    .header-box .site-logo {
      margin-right: auto; } }

a.hamburger {
  color: #090807;
  background-color: #f3f1ea;
  outline: solid 3px #f3f1ea;
  order: 1; }

a.hamburger, a.hamburger svg {
  height: 2rem;
  width: 2rem; }

.close-menu {
  background-color: #323130;
  border-color: #090807;
  border-radius: 0;
  font-weight: bold;
  color: #f3f1ea;
  line-height: 1.5em; }

a.cart-contents {
  margin-right: 2em;
  color: #ffd98d;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between; }
  a.cart-contents .dna-icon-cart {
    margin-right: 0.15em; }

.header-box .social-links {
  margin-right: 2em; }

@media only screen and (min-width: 635px) {
  .header-box .social-links li a {
    color: #ffd98d; }
    .header-box .social-links li a .mobile-hide {
      display: flex; } }
@media only screen and (min-width: 768px) {
  a.cart-contents {
    margin-right: 1em; } }
.nav-area {
  padding: 0;
  background-color: #ffd165; }

.nav-box {
  background-color: #ffd165;
  z-index: 105; }

.header-box .menu li a,
.menu-primary li a {
  color: #090807;
  text-transform: uppercase; }
  .header-box .menu li a:hover, .header-box .menu li a:focus,
  .menu-primary li a:hover,
  .menu-primary li a:focus {
    background-color: #ffbf3f;
    color: #090807; }
.header-box .menu li.current_page_item a,
.menu-primary li.current_page_item a {
  color: #090807;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .nav-box {
    background-color: transparent;
    right: auto;
    padding: 0; }
    .nav-box .menu li a {
      font-size: 1em;
      padding: 1rem;
      color: #090807; }
      .nav-box .menu li a:hover, .nav-box .menu li a:focus {
        background-color: #ffbf3f;
        color: #A0002E; }
      .nav-box .menu li a .current_page_item a {
        color: #A0002E; }

  .menu.menu-primary li a {
    color: #111; } }
.hero-area {
  padding-block: 2rem;
  background-color: #090807; }
  .hero-area .headline-box .page-title,
  .hero-area .headline-box .subhead,
  .hero-area .headline-box .prehead {
    color: white; }
  .hero-area .headline-box .prehead.status {
    padding-inline: 1rem;
    background-color: #ffbf3f;
    color: black;
    width: max-content; }
  .hero-area .hero-cta {
    margin-top: 2rem; }
    .hero-area .hero-cta p.strapline {
      color: white;
      font-weight: bold;
      font-style: italic; }
  .hero-area.has-img {
    position: relative; }
    .hero-area.has-img .hero-box {
      position: relative;
      z-index: 1; }
      .hero-area.has-img .hero-box .headline-box .page-title,
      .hero-area.has-img .hero-box .headline-box .subhead,
      .hero-area.has-img .hero-box .headline-box .prehead {
        color: black; }
      .hero-area.has-img .hero-box .headline-box .prehead.status {
        padding-inline: 1rem;
        background-color: #090807;
        border: solid 1px #090807;
        color: #f3f1ea;
        width: max-content; }
      .hero-area.has-img .hero-box .hero-cta p.strapline {
        color: black; }
    .hero-area.has-img:after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: #ffd98d;
      mix-blend-mode: hard-light; }

@media only screen and (min-width: 635px) {
  .content-area {
    padding-top: 3em; } }
@media only screen and (min-width: 1024px) {
  .content-area {
    padding-top: 4em; } }
.footer-box,
.footer-box a,
.footer-creds p {
  color: #f3f1ea; }

.footer-box,
.footer-creds {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2rem;
  width: 100%;
  max-width: 1140px;
  margin-left: 0; }

.footer-box {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-auto-rows: max-content;
  grid-column-gap: 4rem; }
  .footer-box .footer-col-1 {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    grid-auto-rows: max-content;
    grid-column-gap: 4rem;
    grid-column: span 2; }
    .footer-box .footer-col-1 .footer-logo {
      grid-row: span 2; }
    .footer-box .footer-col-1 .tel {
      display: flex;
      align-items: center;
      gap: 0.15ch;
      font-size: 1.2em;
      font-weight: bold; }
      .footer-box .footer-col-1 .tel .dna-icon {
        height: 1.1em;
        width: 1.1em; }
        .footer-box .footer-col-1 .tel .dna-icon .icon-bg {
          fill: transparent; }
        .footer-box .footer-col-1 .tel .dna-icon .icon-element {
          fill: #ffd98d; }
  .footer-box .ldg-hours-title {
    color: #ffd165; }
  .footer-box .menu.menu-footer li {
    line-height: 1.5em; }
    .footer-box .menu.menu-footer li a {
      padding: 0;
      text-decoration: none;
      background-color: transparent; }
      .footer-box .menu.menu-footer li a:hover, .footer-box .menu.menu-footer li a:focus {
        text-decoration: underline;
        background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .footer-box {
      grid-template-columns: repeat(4, 1fr); }
      .footer-box .footer-col-1 {
        grid-column-gap: 2rem; } }

.footer-creds {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: solid 1px rgba(243, 241, 234, 0.1); }
  .footer-creds p {
    margin: 0;
    font-size: 0.9em; }
    .footer-creds p a {
      color: #ece8dc; }
  @media only screen and (min-width: 501px) {
    .footer-creds {
      grid-template-columns: 1fr max-content;
      align-items: end; } }

.nbp {
  padding-bottom: 0; }

.single .headline-box-hero,
.page .headline-box-hero {
  margin: 0; }
  .single .headline-box-hero .entry-title,
  .page .headline-box-hero .entry-title {
    color: white;
    font-weight: bold;
    padding: 0.15em 0; }

@media only screen and (min-width: 768px) {
  .single .entry-content.col-8,
  .page .entry-content.col-8 {
    padding-right: 3em; } }
@media only screen and (min-width: 960px) {
  .single .entry-content.col-8 {
    padding-right: 5em; } }
@media only screen and (min-width: 1024px) {
  .single .entry-content.col-8,
  .page .entry-content.col-8 {
    padding-right: 7em; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  margin-bottom: 2em; }

.slick-loading .slick-list {
  background: #fff url("../../dna/images/ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.5em;
  width: 1.5em;
  line-height: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  color: white;
  bottom: -2em;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: #fffbf3; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    content: none; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 4em; }

.slick-dots {
  position: absolute;
  bottom: -1.65em;
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 10%;
  width: calc(100% - 5em);
  left: 2.5em; }
  .slick-dots li {
    margin: 0;
    padding: 0 0.5em;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background-color: white;
      display: block;
      height: 0.5em;
      width: 0.5em;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      border-radius: 100%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-color: white; }
      .slick-dots li button:before, .slick-dots li button:after {
        content: none; }
    .slick-dots li.slick-active button {
      background: #fffffe; }

.slide-content {
  padding: 0 0.5em; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

.fancybox-button--close {
  padding: 0;
  position: relative; }
  .fancybox-button--close:before {
    content: "\00d7";
    position: absolute;
    font-size: 44px;
    line-height: 1;
    left: 11px; }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.dna .gform_wrapper form {
  max-width: 50em; }

.ginput_preview {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .ginput_preview .gform_delete {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    order: 2;
    display: block;
    height: 0.75em;
    width: 0.75em;
    margin-left: 0.5em; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus {
  color: white; }

.gform_confirmation_message {
  background-color: #ffbf3f;
  padding: 2em;
  border-radius: 0.5em;
  color: white;
  max-width: 40em;
  margin: 2em auto;
  font-weight: bold; }
  .gform_confirmation_message a {
    color: white; }
    .gform_confirmation_message a.cta {
      display: flex;
      width: 100%;
      max-width: 15em;
      text-align: center;
      align-items: center;
      justify-content: space-between; }
    .gform_confirmation_message a:hover, .gform_confirmation_message a:focus {
      color: white; }
  .gform_confirmation_message img {
    margin: 0 auto; }

.woocommerce {
  /*
   *
   * Filter Bar
   * 
   */
  /**
   *  Pagation
   */
  /**
   * 
   * WooCommerce Message
   * 
   */
  /**
   *
   * Filters
   * 
   */
  /**
   *
   *
   *
   *
   * 
   */ }
  .woocommerce a.button {
    font-weight: normal; }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    background-color: #A0002E; }
    .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:focus,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:focus,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:focus,
    .woocommerce input.button.alt:hover {
      background-color: #84012b; }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    color: #ffe098;
    font-weight: bold; }
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 1em; }
    .woocommerce div.product div.images .flex-control-thumbs img {
      border: solid 0 white;
      border-right-width: 4px; }
  .woocommerce ul.products li.product .price {
    color: #ffd165;
    font-size: 1em; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      content: none; }
  .woocommerce .wc-tab h2,
  .woocommerce .related.products h2 {
    color: #ffbf3f; }
  .woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
      object-fit: cover;
      flex: 1; }
  @media only screen and (min-width: 501px) {
    .woocommerce .woocommerce-result-count {
      float: left; }
    .woocommerce .woocommerce-ordering select {
      margin-left: auto;
      margin-right: 0; } }
  .woocommerce .products ul,
  .woocommerce ul.products {
    clear: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .woocommerce ul.products li.product,
  .woocommerce .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .woocommerce .products ul::after,
  .woocommerce .products ul::before,
  .woocommerce ul.products::after,
  .woocommerce ul.products::before {
    content: none; }
  .woocommerce section.related.products {
    width: 100%;
    border-top: solid 2px #666462;
    margin-top: 2.5em; }
  .woocommerce .quantity .qty {
    margin-bottom: 0.15rem; }
  .woocommerce .posted_in {
    font-weight: bold;
    color: #ffd98d; }
    .woocommerce .posted_in a {
      background-color: white;
      border: solid 1px white;
      padding: 0 0.5em;
      line-height: 2em;
      display: inline-block;
      border-radius: 0.15rem;
      color: white;
      text-decoration: none;
      margin-bottom: 0.15rem; }
      .woocommerce .posted_in a:hover, .woocommerce .posted_in a:focus {
        background-color: white; }
  @media only screen and (min-width: 768px) {
    .woocommerce.single-product div.product {
      display: flex;
      flex-wrap: wrap; }
      .woocommerce.single-product div.product div.images {
        width: 50%;
        padding-right: 1em; }
      .woocommerce.single-product div.product .product-details {
        width: 50%;
        padding-left: 1em; }
        .woocommerce.single-product div.product .product-details div.summary {
          float: none;
          width: 100%; } }
  .woocommerce .dna.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-radius: 0;
    border: none; }
  .woocommerce .dna.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: solid 1px #D2CED2;
    border-bottom-color: white; }
    .woocommerce .dna.woocommerce div.product .woocommerce-tabs ul.tabs li.active a.active {
      background-color: white; }
  .woocommerce .dna.woocommerce .sku_wrapper {
    display: block;
    margin-bottom: 0.5em; }
  .woocommerce .dna.woocommerce .posted_in {
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: inherit;
    display: inline-block;
    border-radius: none;
    color: inherit;
    text-decoration: none;
    margin-bottom: 1em; }
    .woocommerce .dna.woocommerce .posted_in a {
      background-color: transparent;
      border: none;
      padding: 0;
      line-height: inherit;
      display: inline-block;
      border-radius: 0;
      color: black;
      text-decoration: none;
      margin-bottom: 0; }
  .woocommerce nav.woocommerce-pagination {
    text-align: left; }
  .woocommerce nav.woocommerce-pagination ul {
    display: flex;
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: none; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers {
        line-height: 2em;
        min-width: 2em;
        display: block;
        padding: 0;
        text-align: center;
        color: black;
        border-style: solid;
        border-color: #666462;
        border-width: 1px 0 1px 1px; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
          color: black;
          background-color: #666462; }
      .woocommerce nav.woocommerce-pagination ul li:last-child .page-numbers {
        border-width: 1px; }
  .woocommerce .dna .woocommerce-message {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    padding: 1em; }
    .woocommerce .dna .woocommerce-message:before {
      position: inherit;
      top: auto;
      left: auto;
      margin-right: 1em; }
    .woocommerce .dna .woocommerce-message:after {
      content: none; }
    .woocommerce .dna .woocommerce-message a {
      order: 2;
      margin-left: auto;
      float: none; }
  .woocommerce .product-filters {
    list-style: none;
    margin: 0; }
    .woocommerce .product-filters .filter-title {
      font-weight: bold;
      font-size: 1.15em;
      margin-bottom: 1.15em;
      line-height: 1; }
    .woocommerce .product-filters li strong {
      margin-bottom: 0.5em;
      display: block;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 0.1em;
      background-color: #ffd165;
      padding: 0.5em;
      color: #ffd98d; }
  @media only screen and (min-width: 768px) {
    .woocommerce .product-filters {
      position: sticky;
      top: 2em; } }
  .woocommerce .dna-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em; }
  .woocommerce .dna.woocommerce a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    margin-top: auto;
    display: flex; }
  .woocommerce .dna.woocommerce #show_facets,
  .woocommerce .dna.woocommerce .woocommerce-ordering,
  .woocommerce .dna.woocommerce .woocommerce-result-count {
    margin: 0.5em 0; }
  .woocommerce .dna.woocommerce #show_facets,
  .woocommerce .dna.woocommerce .woocommerce-ordering {
    margin-right: 1em; }
  .woocommerce .dna.woocommerce .woocommerce-result-count {
    font-style: italic;
    color: #323130; }
  @media only screen and (min-width: 501px) {
    .woocommerce .dna.woocommerce .woocommerce-result-count {
      float: none; } }
  .woocommerce #show_facets {
    height: 2em;
    width: 5em;
    text-decoration: none;
    color: #090807;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .woocommerce #hide_facets {
    height: 1.4em;
    width: 1.4em;
    display: block;
    line-height: 1.2em;
    font-size: 2rem;
    background: black;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 50%;
    border: solid 0.1em white;
    position: absolute;
    top: 0.5em;
    right: 0.5em; }
  .woocommerce #facet_drill_down {
    background: white;
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 30em;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 1em 4em 1em 1em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    .woocommerce #facet_drill_down.show {
      left: 0;
      box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); }
    .woocommerce #facet_drill_down .filter-title {
      margin-top: 0; }
      .woocommerce #facet_drill_down .filter-title .dna-icon {
        height: 2.5em;
        width: 2.5em;
        fill: #dad2bb; }
  @media only screen and (min-width: 768px) {
    .woocommerce #facet_drill_down {
      background: transparent;
      position: relative;
      width: 25%;
      left: auto;
      top: auto;
      bottom: auto;
      padding: 0 0.5em 1em; }
    .woocommerce .filter-title,
    .woocommerce #show_facets,
    .woocommerce #hide_facets {
      display: none; } }

@media only screen and (min-width: 768px) {
  .dna.woocommerce-checkout .col2-set {
    width: 100% !important;
    flex-direction: row !important; }

  .dna.woocommerce-checkout .col2-set .col-1,
  .dna.woocommerce-checkout .col2-set .col-2 {
    width: 50%;
    padding: 0; }

  .dna.woocommerce-checkout .col2-set .col-1 {
    padding-right: 1em !important; }

  .dna.woocommerce-checkout .col2-set .col-2 {
    padding-left: 1em !important;
    padding-right: 0 !important; } }
.dna.woocommerce-checkout form.woocommerce-checkout {
  margin-bottom: 2em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    padding: 0; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
    margin-top: 0; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    padding: 0;
    margin-bottom: 0.5em;
    border-radius: 0.25em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
    background: white;
    padding: 1em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    background: #807e7b;
    overflow: hidden; }
    .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
      margin: 0;
      font-size: 1em;
      padding: 0.5em;
      background: black;
      display: block;
      width: 100%; }
      .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address span {
        color: white;
        font-weight: bold;
        padding-left: 1em; }
    .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address {
      padding: 0.5em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details #order_comments_field label {
    font-weight: bold; }
  .dna.woocommerce-checkout form.woocommerce-checkout #customer_details #order_comments_field textarea {
    background: #fffbf3;
    color: #ffbf3f;
    min-height: 7em; }
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="text"],
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="email"],
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="text"],
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="tel"],
  .dna.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="email"] {
    max-width: 27.6em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #billing_state_field,
  .dna.woocommerce-checkout form.woocommerce-checkout #shipping_state_field {
    float: left;
    width: 100%;
    max-width: 18em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #billing_postcode_field,
  .dna.woocommerce-checkout form.woocommerce-checkout #shipping_postcode_field {
    width: 100%;
    max-width: 10em;
    float: left;
    clear: none; }
  .dna.woocommerce-checkout form.woocommerce-checkout #wc_twilio_sms_optin_field,
  .dna.woocommerce-checkout form.woocommerce-checkout .mailchimp-newsletter {
    padding-left: 1em; }
  .dna.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_method {
    padding-bottom: 1em; }
    .dna.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_method.payment_method_clearpay img {
      height: 1.25em;
      width: auto;
      position: relative;
      top: 0.1em; }
  .dna.woocommerce-checkout form.woocommerce-checkout p.allow {
    padding: 0.5em 1em;
    font-style: italic; }
  .dna.woocommerce-checkout form.woocommerce-checkout p.pay-safe {
    font-size: 1em;
    font-weight: bold;
    display: flex;
    align-items: center; }
    .dna.woocommerce-checkout form.woocommerce-checkout p.pay-safe .dna-icon .cls-1 {
      fill: #ffbf3f; }
  @media only screen and (min-width: 501px) {
    .dna.woocommerce-checkout form.woocommerce-checkout p.pay-safe {
      font-size: 1.25em; }
      .dna.woocommerce-checkout form.woocommerce-checkout p.pay-safe .dna-icon .cls-1 {
        height: 2em;
        width: 2em; } }
  @media only screen and (min-width: 768px) {
    .dna.woocommerce-checkout form.woocommerce-checkout {
      display: flex;
      flex-wrap: wrap; }
      .dna.woocommerce-checkout form.woocommerce-checkout #customer_details,
      .dna.woocommerce-checkout form.woocommerce-checkout .gb-checkout {
        width: 50%; }
      .dna.woocommerce-checkout form.woocommerce-checkout #customer_details {
        padding-right: 0.5em;
        display: flex;
        flex-direction: column; }
        .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,
        .dna.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
          width: 100%;
          padding: 0; }
      .dna.woocommerce-checkout form.woocommerce-checkout .gb-checkout {
        padding-left: 0.5em; }
        .dna.woocommerce-checkout form.woocommerce-checkout .gb-checkout #order_review_heading {
          margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .dna.woocommerce-checkout form.woocommerce-checkout #customer_details {
      padding-right: 1em; }
    .dna.woocommerce-checkout form.woocommerce-checkout .gb-checkout {
      padding-left: 1em; } }

a.button {
  background-color: black;
  color: #f3f1ea;
  border-width: 0;
  outline-width: 0; }
  a.button:hover, a.button:focus {
    background: #444;
    color: #f3f1ea; }
  a.button.cta {
    background-color: #A0002E;
    font-weight: bold; }
  a.button:hover, a.button:focus {
    background: #84012b;
    color: #ffd165; }
  a.button.mega {
    font-size: 1.5em;
    transform: translateX(0);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    a.button.mega:hover, a.button.mega:focus {
      transform: translateX(-0.5rem); }
    a.button.mega:active {
      transform: translateX(1rem); }

.open-status {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }
  .open-status h5 {
    margin: 0;
    color: #323130; }
  .open-status.now-open h5 {
    color: #A0002E; }
  @media only screen and (min-width: 768px) {
    .open-status {
      align-items: end; } }

.lang-switch {
  display: flex;
  gap: 1ch; }
  .lang-switch a {
    text-decoration: none; }
  .lang-switch .lang {
    text-decoration: none;
    opacity: 0.6;
    font-size: 1em; }
    .lang-switch .lang.active {
      opacity: 1; }
    .lang-switch .lang:hover {
      opacity: 1; }

.menu-cat-nav {
  background: #ffd165;
  padding-block: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.25s ease;
  transform: translateX(-1rem);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  .menu-cat-nav .nav-logo-wrap {
    width: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-1rem);
    transition: width 0.3s ease, opacity 0.25s ease, transform 0.3s ease;
    display: flex;
    align-items: center; }
    .menu-cat-nav .nav-logo-wrap img.nav-logo {
      height: calc(1.4em + 1rem);
      width: auto;
      display: block; }
  .menu-cat-nav.is-stuck {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateX(0); }
    .menu-cat-nav.is-stuck .nav-logo-wrap {
      width: auto;
      opacity: 1;
      transform: translateX(0); }
  .menu-cat-nav a {
    color: white;
    background-color: #111;
    text-decoration: none;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    white-space: nowrap; }
    .menu-cat-nav a:hover, .menu-cat-nav a:focus {
      background-color: #444; }
    .menu-cat-nav a.active {
      background-color: #a0002e;
      color: #fff; }

.content-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2rem; }
  .content-box .sidebar {
    padding-top: 2rem;
    border-top: solid 2px #dad2bb; }
  @media only screen and (min-width: 635px) {
    .content-box {
      grid-template-columns: 2fr minmax(0, 1fr); } }

.fw-cards,
.menu-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr); }

.menu-section {
  scroll-margin-top: 10rem; }

.card {
  background-color: #ffd165;
  padding: 2rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: min-content 1fr;
  align-items: start;
  width: 15vw;
  min-width: 12em;
  scroll-snap-align: start; }
  .card .card-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block; }
  .card .menu-price {
    display: inline-block;
    color: #a0002e; }

a.card {
  text-decoration: none;
  transform: translateY(0);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  a.card:hover, a.card:focus {
    transform: translateY(0.5rem); }
  a.card:active {
    transform: translateY(1rem); }

.menu-grid {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4rem;
  padding-top: 0;
  display: flex;
  gap: 2rem;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .menu-grid::-webkit-scrollbar {
    display: none; }

.menu-lightbox .img-wrap,
.content-box-menu .img-wrap {
  position: relative; }
  .menu-lightbox .img-wrap .term-name,
  .content-box-menu .img-wrap .term-name {
    position: absolute;
    background-color: #ffd165;
    padding: 0.5rem 2rem;
    margin: 0;
    top: 1rem;
    left: -1rem; }
    .menu-lightbox .img-wrap .term-name:after,
    .content-box-menu .img-wrap .term-name:after {
      content: '';
      height: 1rem;
      width: 1rem;
      border: solid 0.5rem #feb200;
      position: absolute;
      bottom: -1rem;
      left: 0rem;
      border-bottom-color: transparent;
      border-left-color: transparent; }
.menu-lightbox h2,
.content-box-menu h2 {
  line-height: 0.9;
  position: relative; }
.menu-lightbox .menu-price,
.content-box-menu .menu-price {
  color: #a0002e;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0; }
.menu-lightbox .menu-cta,
.content-box-menu .menu-cta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1ch; }
  .menu-lightbox .menu-cta p,
  .content-box-menu .menu-cta p {
    margin: 0; }

.menu-lightbox {
  max-width: 600px; }
  .menu-lightbox h2 {
    margin: 2rem 0 0; }
  .menu-lightbox .menu-lightbox-inner {
    display: grid;
    gap: 1.5rem; }
  .menu-lightbox .lightbox-img {
    width: 100%;
    height: auto;
    display: block; }
  .menu-lightbox .menu-desc {
    line-height: 1.5; }
    .menu-lightbox .menu-desc p:last-child {
      margin-bottom: 0; }

.menu-related {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2rem; }
  .menu-related ul {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 0.5rem;
    list-style: none; }
    .menu-related ul li {
      margin: 0;
      padding: 0;
      display: block; }
      .menu-related ul li a {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        background-color: #ffd98d;
        color: #323130;
        text-decoration: none;
        padding: 0.5rem 1rem; }
        .menu-related ul li a .price {
          font-weight: bold;
          color: #A0002E; }
        .menu-related ul li a:hover, .menu-related ul li a:focus {
          background-color: #ffbf3f; }

.ldg-hours {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2rem; }
  .ldg-hours ul.ldg-hours-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ldg-hours ul.ldg-hours-list li {
      margin: 0;
      padding: 0; }

.contact-area {
  background-color: #ffd98d;
  padding-block: 4rem; }
  .contact-area .jt-map {
    height: 20rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
  .contact-area .gmap-link {
    text-align: center; }
  .contact-area .ldg-add-box .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15ch;
    font-size: 1.2em;
    font-weight: bold; }
    .contact-area .ldg-add-box .tel .dna-icon {
      height: 1.1em;
      width: 1.1em; }
      .contact-area .ldg-add-box .tel .dna-icon .icon-bg {
        fill: transparent; }
  .contact-area .info-wrap {
    text-align: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 2rem;
    max-width: 56ch;
    margin-inline: auto; }
  .contact-area.row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 2rem; }
    @media only screen and (min-width: 635px) {
      .contact-area.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center; }
        .contact-area.row .info-wrap {
          margin-left: 0; } }
    @media only screen and (min-width: 1024px) {
      .contact-area.row {
        grid-column-gap: 3rem; } }
    @media only screen and (min-width: 1300px) {
      .contact-area.row {
        grid-column-gap: 4rem; } }

/**
 *
 *
 *
 *
 * 
 */

/*# sourceMappingURL=main.css.map */
