@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-down.css);
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-up.css);
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-left.css);
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-right.css);
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-right-o.css);
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/css/chevron-left-o.css);
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-o-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-o-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 0.15s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -o-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -o-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -o-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s, -o-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.1s ease 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	   transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	   transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	-o-animation: instaReveal 1s linear forwards;
	   animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	   transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	   transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	   transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	   transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	   transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-o-transform: scale(0.25);
	   transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	   animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	   animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	-o-animation-delay: .25s;
	   animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	-o-animation-delay: .37s;
	   animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	   animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	-o-animation-delay: .62s;
	   animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	-o-animation-delay: .75s;
	   animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	   animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	-o-animation-delay: .87s;
	   animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	   transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-o-transform: none;
	   transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@-o-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-o-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	   transform: scale(1.5);
}

100% {
	opacity: .1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	   transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	   transform: scale(1.5);
}

100% {
	opacity: .1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	   transform: scale(1);
}

}


@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::-ms-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #edf2f7; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Gordita, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
a{
  color: #D3AE76;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover{}
p{
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
  font-family: Gordita, sans-serif;
  letter-spacing: -.025em;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
h1, h2, h3{
  font-weight: 900;
}
h4, h5, h6{
  font-weight: 700;
}
h1{
  font-size: 2rem;
}
h2{
  font-size: 1.5rem;
}
h3{
  font-size: 1.33rem;
}
h4{
  font-size: 1.2rem;
}
h5{
  font-size: 1.125rem;
}
ol, ul{
  padding-left: 1rem;
}
ol{
  list-style-type: decimal;
}
ul{
  list-style-type: disc;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #a0aec0;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']){
  border-radius: 0px;
}
input:where([type='radio']){
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
/** Import variables */
/** Import everything from autoload (Removed empty dir) */
/**
  * Import npm dependencies
  *
  * Prefix your imports with `~` to grab from node_modules/
  * @see https://github.com/webpack-contrib/sass-loader#imports
  */
/**
  * This injects any component classes registered by Tailwind plugins.
  */
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
.tham{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tham:hover{
  opacity: 0.7;
}
.tham-box{
  position: relative;
  display: inline-block;
}
.tham-inner{
  top: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham-inner::before{
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham-inner::after{
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.tham-e-squeeze.tham .tham-inner{
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
       -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
          transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms;
}
.tham-e-squeeze.tham .tham-inner::before{
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  -o-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
}
.tham-e-squeeze.tham .tham-inner::after{
  -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom 75ms ease .12s,-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19),-o-transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.tham-e-squeeze.tham.tham-active .tham-inner{
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
       -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
          transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tham-e-squeeze.tham.tham-active .tham-inner::before{
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  -o-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.tham-e-squeeze.tham.tham-active .tham-inner::after{
  bottom: 0;
  -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -o-transition: bottom 75ms ease,-o-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-o-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tham-w-6{
  --tham-w: 24px;
  --tham-h-bar: 3px;
  --tham-spacing: 3px;
  width: 24px;
  height: 15px;
}
.tham-w-6 .tham-box{
  width: 24px;
  height: 15px;
}
.tham-w-6 .tham-inner{
  margin-top: -1.5px;
  width: 24px;
  height: 3px;
}
.tham-w-6 .tham-inner::before{
  width: 24px;
  height: 3px;
  top: -6px;
}
.tham-w-6 .tham-inner::after{
  width: 24px;
  height: 3px;
  bottom: -6px;
}
.aspect-w-1,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-9,
.aspect-w-16,
.aspect-w-21{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-9 > *,
.aspect-w-16 > *,
.aspect-w-21 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-1{
  --tw-aspect-w: 1;
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
          box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.btn,
  .button,
  body.single-product .product_add_on,
  body.single-product .single_add_to_cart_button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.btn:hover,
  .button:hover,
  body.single-product .product_add_on:hover,
  body.single-product .single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid, body.single-product .btn.btn-success, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.product_add_on, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.product_add_on, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.single_add_to_cart_button,
  .button.solid,
  body.single-product .button.btn-success,
  body.single-product .product_add_on,
  body.single-product .single_add_to_cart_button,
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button,
  .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .product_add_on,
  body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .product_add_on,
  .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button,
  body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button,
  .woocommerce-account .woocommerce-order-details p.order-again .button,
  .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on,
  body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on,
  .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button,
  body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button,
  aside.side-cart .side-cart__container footer .cart_totals .button,
  aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on,
  body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on,
  aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button,
  body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on,
  body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button,
  body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.solid:hover, body.single-product .btn.btn-success:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.product_add_on:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.product_add_on:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn.single_add_to_cart_button:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn.single_add_to_cart_button:hover,
  .button.solid:hover,
  body.single-product .button.btn-success:hover,
  body.single-product .product_add_on:hover,
  body.single-product .single_add_to_cart_button:hover,
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button:hover,
  .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .product_add_on:hover,
  body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .product_add_on:hover,
  .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button:hover,
  body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button:hover,
  .woocommerce-account .woocommerce-order-details p.order-again .button:hover,
  .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on:hover,
  body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on:hover,
  .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button:hover,
  body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button:hover,
  aside.side-cart .side-cart__container footer .cart_totals .button:hover,
  aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on:hover,
  body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on:hover,
  aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button:hover,
  body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button:hover,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on:hover,
  body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on:hover,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button:hover,
  body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid white;
  }
.btn.dark,
  .button.dark,
  body.single-product .dark.product_add_on,
  body.single-product .dark.single_add_to_cart_button{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.dark:hover,
  .button.dark:hover,
  body.single-product .dark.product_add_on:hover,
  body.single-product .dark.single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
}
.btn.hover-dark:hover,
  .button.hover-dark:hover,
  body.single-product .hover-dark.product_add_on:hover,
  body.single-product .hover-dark.single_add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.small,
  .button.small,
  body.single-product .small.product_add_on,
  body.single-product .small.single_add_to_cart_button,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .button,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .product_add_on,
  body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .product_add_on,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .single_add_to_cart_button,
  body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .single_add_to_cart_button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.btn.outline,
  .button.outline,
  body.single-product .outline.product_add_on,
  body.single-product .outline.single_add_to_cart_button,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .button[name=update_cart],
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].product_add_on,
  body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].product_add_on,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].single_add_to_cart_button,
  body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].single_add_to_cart_button{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 600;
}
.btn.has-icon,
  .button.has-icon,
  body.single-product .has-icon.product_add_on,
  body.single-product .has-icon.single_add_to_cart_button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.has-icon > :not([hidden]) ~ :not([hidden]),
  .button.has-icon > :not([hidden]) ~ :not([hidden]),
  body.single-product .has-icon.product_add_on > :not([hidden]) ~ :not([hidden]),
  body.single-product .has-icon.single_add_to_cart_button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn.has-icon svg,
  .button.has-icon svg,
  body.single-product .has-icon.product_add_on svg,
  body.single-product .has-icon.single_add_to_cart_button svg {
    margin-top: -0.25rem;
  }
.btn.medium,
  .button.medium,
  body.single-product .medium.product_add_on,
  body.single-product .medium.single_add_to_cart_button{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.btn.ajax_add_to_cart, .btn.product_type_simple,
  .button.ajax_add_to_cart,
  body.single-product .ajax_add_to_cart.product_add_on,
  body.single-product .ajax_add_to_cart.single_add_to_cart_button,
  .button.product_type_simple,
  body.single-product .product_type_simple.product_add_on,
  body.single-product .product_type_simple.single_add_to_cart_button {
    border: none;
    padding: 0.5rem;
  }
.btn-success, body.single-product .btn-success{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    background-color: #32CD32;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.btn-success:hover, body.single-product .btn-success:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-success.solid, body.single-product .btn-success, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn-success.product_add_on, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.product_add_on, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .btn-success.single_add_to_cart_button, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.single_add_to_cart_button, .woocommerce-account .woocommerce-order-details p.order-again .btn-success.button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn-success.product_add_on, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn-success.product_add_on, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .btn-success.single_add_to_cart_button, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .btn-success.single_add_to_cart_button, aside.side-cart .side-cart__container footer .cart_totals .btn-success.button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn-success.product_add_on, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn-success.product_add_on, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn-success.single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn-success.single_add_to_cart_button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .button.btn-success, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-success, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn-success.product_add_on, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on.btn-success, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.product_add_on, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on.btn-success, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn-success.single_add_to_cart_button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button.btn-success, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button.btn-success{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-success.solid:hover, body.single-product .btn-success:hover, .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .btn-success.button:hover, .woocommerce-account .woocommerce-order-details p.order-again .btn-success.button:hover, aside.side-cart .side-cart__container footer .cart_totals .btn-success.button:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn-success.product_add_on:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn-success.product_add_on:hover, aside.side-cart .side-cart__container footer .cart_totals body.single-product .btn-success.single_add_to_cart_button:hover, body.single-product aside.side-cart .side-cart__container footer .cart_totals .btn-success.single_add_to_cart_button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .button.btn-success:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-success:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn-success.product_add_on:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.product_add_on:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .btn-success.single_add_to_cart_button:hover, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .btn-success.single_add_to_cart_button:hover {
    background-color: #32CD32;
    color: #fff;
    border: 1px solid white;
  }
.btn-success.dark, body.single-product .dark.btn-success{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-success.hover-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-success.small, body.single-product .small.btn-success, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success.button, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .btn-success.product_add_on, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success.product_add_on, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .btn-success.single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success.single_add_to_cart_button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.btn-success.outline, body.single-product .outline.btn-success, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success.button[name=update_cart], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .btn-success[name=update_cart].product_add_on, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success[name=update_cart].product_add_on, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product .btn-success[name=update_cart].single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .btn-success[name=update_cart].single_add_to_cart_button{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 600;
}
.btn-success.has-icon, body.single-product .has-icon.btn-success{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-success.has-icon > :not([hidden]) ~ :not([hidden]), body.single-product .has-icon.btn-success > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn-success.has-icon svg {
    margin-top: -0.25rem;
  }
.btn-success.medium, body.single-product .medium.btn-success{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.btn-success.ajax_add_to_cart, body.single-product .ajax_add_to_cart.btn-success, .btn-success.product_type_simple, body.single-product .product_type_simple.btn-success {
    border: none;
    padding: 0.5rem;
  }
/** Import theme styles */
html{
  font-family: Aleo, serif;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a202c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
  position: relative;
  font-size: 1.2rem;
}
body.open-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-center {
  text-align: center;
}

.font-bold {
  font-weight: 600;
}

.group:focus .group-focus\:visible {
  display: block;
}

hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
}

ins {
  text-decoration: none;
  font-weight: 500;
}

del {
  font-weight: 400;
  text-decoration: none;
}
del > span bdi {
  position: relative;
}
del > span bdi::before {
  content: " ";
  width: 100%;
  width: calc(100% + 0.25em);
  border-bottom: 1px solid #111;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 40%;
  left: -0.125em;
  -webkit-transform: translateY(-40%);
       -o-transform: translateY(-40%);
          transform: translateY(-40%);
  height: 1px;
}

.pill{
  display: block;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-weight: 600;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  width: 100%;
}

.label{
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Gordita, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
  font-size: 0.6rem;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  padding: 3px 0.5em;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

body.template-restaurants .product .button, body.template-restaurants .product body.single-product .product_add_on, body.single-product body.template-restaurants .product .product_add_on, body.template-restaurants .product body.single-product .single_add_to_cart_button, body.single-product body.template-restaurants .product .single_add_to_cart_button {
  display: none;
}

.price-decimal {
  top: -0.235em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

figure.has-video {
  position: relative;
}
figure.has-video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.631372549);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.has-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 50px;
  width: 50px;
  fill: rgba(255, 255, 255, 0.808);
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
figure.has-video:hover::before {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.631372549);
}
figure.has-video:hover svg {
  fill: #000;
}

.loader {
  border-top-color: #666;
  -webkit-animation: spinner 1.5s linear infinite;
       -o-animation: spinner 1.5s linear infinite;
          animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.preloader {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7294117647);
  position: absolute;
  z-index: 200000;
}

.lds-ring {
  position: absolute;
  z-index: 200000000000000;
  top: 50%;
  bottom: 50%;
  left: 50%;
}
@media (max-width: 639px) {
  .lds-ring {
    top: 50%;
    bottom: 50%;
    left: 40%;
  }
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d3ae76 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#loading {
  display: inline-block !important;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #d3ae76;
  -o-animation: spin 1s ease-in-out infinite;
     animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.container-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-loading .img-loading {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #d3ae76;
  -o-animation: spin 1s ease-in-out infinite;
     animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.opacity-loading {
  opacity: 0.7;
}

@-o-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.wc-braintree-product-gateways-container li.wc-braintree-product-gateway .apple-pay-button {
  width: 100% !important;
}

.wc-braintree-applepay-product-checkout-container {
  width: 100% !important;
}

.wc-braintree-product-gateways li.wc_braintree_product_gateway_braintree_applepay {
  max-width: 100% !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.md\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.md\:bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, #4a5568, #1a202c) !important;
  background-image: -webkit-linear-gradient(top, #4a5568, #1a202c) !important;
  background-image: -o-linear-gradient(top, #4a5568, #1a202c) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a5568), to(#1a202c)) !important;
  background-image: linear-gradient(180deg, #4a5568, #1a202c) !important;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce-mini-cart-item.removing {
  opacity: 0.5; /* Reduce la opacidad para indicar que se está procesando */
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* Animación de transición suave */
}

@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Ultra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-UltraItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-gordita-500 {
  font-family: "Gordita";
  font-weight: 500;
}
.comment-list{
  list-style-type: none;
  padding: 0px;
}
#wholehams-single-product .comment-list {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-list ol {
  list-style: none;
}

.comment-form p{
  margin-bottom: 1rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.comment-form input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
}
.comment-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

/* Common form styles */
form label{
  font-family: Gordita, sans-serif;
  font-size: 1rem;
}
form .required{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}

.input-text.qty{
  border-radius: 0.25rem;
  max-width: 60px;
}
@media (max-width: 639px) {
  .input-text.qty {
    max-width: 50px;
  }
}

/** Search form */
.search-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form label{
  margin-bottom: 1rem;
  font-weight: normal;
}

.search-form .search-field{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}

.search-form .search-submit{
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  text-align: center;
}
.search-form .search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity, 1));
}

form.acf-form {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
form.acf-form .acf-fields > .acf-field {
  border: none;
}
form.acf-form [data-width]{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1rem;
}
form.acf-form [data-width]:last-of-type{
  --tw-bg-opacity: 1;
  background-color: rgb(245 101 101 / var(--tw-bg-opacity, 1));
}
form.acf-form .acf-hidden{
  display: none;
}
form.acf-form label{
  display: block;
  width: 100%;
  font-weight: 600;
}
form.acf-form label .acf-required{
  --tw-text-opacity: 1;
  color: rgb(210 54 41 / var(--tw-text-opacity, 1));
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card a.child-item form.acf-form label .acf-required {
  display: none;
}
form.acf-form input,
form.acf-form select,
form.acf-form textarea{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
}
form.acf-form input:focus,
form.acf-form select:focus,
form.acf-form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(248 244 239 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(203 213 224 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}
form.acf-form input,
form.acf-form select,
form.acf-form textarea {
  padding: 0.5rem !important;
}
form.acf-form .af-field-instructions{
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}
form.acf-form .acf-form-submit{
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.alignleft,
.alignright{
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 640px) {
  .alignleft{
    margin-right: 1rem;
    float: left;
  }
  .alignright{
    margin-left: 1rem;
    float: right;
  }
}
/** Captions */
.wp-caption{
  margin-bottom: 1rem;
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/**
** These styles are to avoid creating extra fields in the admin to enter the second line in menu items (which is styled differently). Note: a span is still required around the second line when input in the admin for this to work.
*/
ul.category-grid li {
  overflow: hidden;
  position: relative;
}
ul.category-grid li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.category-grid li a span{
  display: block;
  font-weight: 400;
  text-transform: none;
}
ul.category-grid li:nth-last-child(-n+2) a{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ul.category-grid li img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.category-grid li:hover {
  cursor: pointer;
}
ul.category-grid li:hover::before {
  -webkit-box-shadow: inset 3px 3px 10px 0 #000000;
          box-shadow: inset 3px 3px 10px 0 #000000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.category-grid li:hover a{
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(248 244 239 / var(--tw-text-opacity, 1));
}
ul.category-grid li:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

ul.category-slider li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 85px;
          flex: 1 0 85px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.category-slider li.active a {
  text-decoration: underline;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
ul.category-slider li img {
  border-radius: 4px;
}

.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#dropdown-bar nav ul.dropdown-menu > li.card a {
  overflow: hidden;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:first-child(){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:first-child() > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#dropdown-bar nav ul.dropdown-menu > li.card a:first-child() {
  padding: 1rem;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:last-child() {
  display: block;
  max-height: 260px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:last-child() span {
  display: none;
}
#dropdown-bar nav ul.dropdown-menu > li.card a img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:hover {
  overflow: hidden;
}
#dropdown-bar nav ul.dropdown-menu > li.card a:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.category-grid {
  background-image: url("../images/home-categories-hero.jpg");
}
@media (max-width: 639px) {
  .category-grid {
    background-image: none;
  }
}

.yotpo.bottomLine .yotpo-bottomline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.yotpo.bottomLine a{
  font-family: Aleo, serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1)) !important;
}
.yotpo.bottomLine a.text-m{
  font-family: Aleo, serif !important;
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1)) !important;
}
@media (max-width: 639px){
  .yotpo.bottomLine a.text-m{
    font-size: 0.75rem !important;
  }
}

.product.compact_layout .yotpo.bottomLine .yotpo-bottomline{
  width: 100%;
}

.product.compact_layout .yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 639px){
  .product.compact_layout .yotpo.bottomLine .yotpo-bottomline{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px){
  .product.compact_layout .yotpo.bottomLine .yotpo-bottomline > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.slider.peek-slider .slick-list,
.slider.peek-slider-compact .slick-list {
  padding: 0 20% 0 0;
}
.slider.peek-slider .slick-dotted.slick-slider,
.slider.peek-slider-compact .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider.peek-slider .slick-dotted.slick-slider ul.slick-dots,
.slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  list-style: none;
  padding-left: 0;
  background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #1a202c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 32 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li,
.slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li {
  opacity: 0.5;
}
.slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li.slick-active,
.slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li.slick-active {
  opacity: 1;
}
.slider.peek-slider .slick-dotted.slick-slider ul.slick-dots li button,
.slider.peek-slider-compact .slick-dotted.slick-slider ul.slick-dots li button {
  font-size: 12px;
  background-color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  padding: 0.25rem;
  margin: 1.5rem 0.5rem;
}

.woocommerce table.shop_table{
  margin-bottom: 2rem;
  width: 100%;
}

.woocommerce table.shop_table > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-divide-opacity, 1));
}

.woocommerce table.shop_table{
  overflow: hidden;
  font-family: Gordita, sans-serif;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.woocommerce table.shop_table thead{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}
.woocommerce table.shop_table thead tr th{
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
@media (max-width: 639px) {
  .container-wb .rigth-welcomeback .products-historial .woocommerce table.shop_table thead tr th {
    display: none;
  }
}
.woocommerce table.shop_table thead tr th {
  font-size: 0.7rem;
}
@media (max-width: 639px) {
  .woocommerce table.shop_table thead{
    display: none;
  }
}
.woocommerce table.shop_table tbody tr th,
.woocommerce table.shop_table tbody tr td{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}
.woocommerce table.shop_table tbody tr th a:not(.button),
.woocommerce table.shop_table tbody tr td a:not(.button){
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.woocommerce table.shop_table tbody tr th a:not(.button):hover,
.woocommerce table.shop_table tbody tr td a:not(.button):hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.woocommerce table.shop_table tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.woocommerce table.shop_table tbody tr:nth-child(even) td{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
@media (max-width: 639px) {
  .woocommerce table.shop_table tbody tr {
    display: block;
    padding: 1rem 0;
  }
  .woocommerce table.shop_table tbody tr th,
  .woocommerce table.shop_table tbody tr td{
    border-bottom-width: 1px;
  }
  .woocommerce table.shop_table tbody tr td{
    display: block;
    text-align: right;
  }
  .woocommerce table.shop_table tbody tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table tbody tr td:last-child{
    border-bottom-width: 0px;
  }
}
.woocommerce table.shop_table tfoot tr th {
  text-align: right;
}
.woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 639px) {
  .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions:before {
    display: none;
  }
}
.woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .reoder_button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: -webkit-linear-gradient(315deg, #3aa560, #8ebd42) !important;
  background: -o-linear-gradient(315deg, #3aa560, #8ebd42) !important;
  background: linear-gradient(135deg, #3aa560, #8ebd42) !important;
}
.woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.button, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.product_add_on, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.product_add_on, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.single_add_to_cart_button, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.single_add_to_cart_button {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: #d3ae76;
  --tw-text-opacity: 1;
  color: #ffffff !important;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  margin-top: 0.5rem;
  border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:hover, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.product_add_on:hover, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.product_add_on:hover, .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions body.single-product .woocommerce-button.single_add_to_cart_button:hover, body.single-product .woocommerce .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button.single_add_to_cart_button:hover {
  background-color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top-width: 3px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}

.woocommerce-error .button, .woocommerce-error body.single-product .product_add_on, body.single-product .woocommerce-error .product_add_on, .woocommerce-error body.single-product .single_add_to_cart_button, body.single-product .woocommerce-error .single_add_to_cart_button,
.woocommerce-info .button,
.woocommerce-info body.single-product .product_add_on,
body.single-product .woocommerce-info .product_add_on,
.woocommerce-info body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-info .single_add_to_cart_button,
.woocommerce-message .button,
.woocommerce-message body.single-product .product_add_on,
body.single-product .woocommerce-message .product_add_on,
.woocommerce-message body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-message .single_add_to_cart_button {
  float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper ul.woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  line-height: 1.4;
  padding: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-message body.single-product .product_add_on, body.single-product .woocommerce-notices-wrapper .woocommerce-message .product_add_on, .woocommerce-notices-wrapper .woocommerce-message body.single-product .single_add_to_cart_button, body.single-product .woocommerce-notices-wrapper .woocommerce-message .single_add_to_cart_button,
.woocommerce-notices-wrapper ul.woocommerce-error .button,
.woocommerce-notices-wrapper ul.woocommerce-error body.single-product .product_add_on,
body.single-product .woocommerce-notices-wrapper ul.woocommerce-error .product_add_on,
.woocommerce-notices-wrapper ul.woocommerce-error body.single-product .single_add_to_cart_button,
body.single-product .woocommerce-notices-wrapper ul.woocommerce-error .single_add_to_cart_button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding: 1rem !important;
  list-style: none;
  background: pink;
  -webkit-box-shadow: inset 0 0 0 2px #c84b4b;
          box-shadow: inset 0 0 0 2px #c84b4b;
  background: #f8f0ef;
}

body.single-product form.cart a.added_to_cart.wc-forward{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 133 90 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
}

body.single-product form.cart a.added_to_cart.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 84 61 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  body.single-product form.cart a.added_to_cart.wc-forward{
    margin-left: 0px;
    display: block;
    padding-top: 1rem;
  }
}

.products-list a.added_to_cart.wc-forward,
.slider a.added_to_cart.wc-forward{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(47 133 90 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
  background-color: #439425;
}
.products-list a.added_to_cart.wc-forward:hover,
.slider a.added_to_cart.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
}

p.stock.out-of-stock{
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 178 178 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Gordita, sans-serif;
  font-size: 0.875rem;
}

p.cart-empty.woocommerce-info {
  width: 100%;
}

body.single-product .wcsatt-options-wrapper {
  display: none;
}
body.single-product .modaal-container {
  width: auto;
}
body.single-product .modaal-container .added_to_cart.wc-forward {
  display: none;
}
body.single-product .modaal-container .single_add_to_cart_button {
  max-width: none;
}
body.single-product .modaal-container #no_thanks {
  font-weight: 400;
}

body.woocommerce-cart table.shop_table_responsive td.product-price li.subscription-option,
body.woocommerce-cart table.shop_table_responsive td.product-price input[type=radio] {
  display: none;
}

body.woocommerce-cart table.shop_table_responsive .bundled_table_item .bundled_table_item_indent {
  padding-left: 0;
}

.modaal-wrapper form.cart .wcsatt-options-wrapper {
  display: block;
}
.modaal-wrapper form.cart .wcsatt-options-product-prompt {
  line-height: 1.4;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper {
  display: block;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding-left: 0;
  margin: 2rem 0 1rem;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li{
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 2rem;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li.subscription-option {
  border-radius: 4px 4px 0 0;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li.one-time-option {
  display: none;
  border-radius: 0 0 4px 4px;
  border-bottom-width: 1px;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.5em;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] .option-name {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: none;
  width: 60%;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] > .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 0.6rem;
  font-weight: 400;
  text-align: left;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] > .price .price {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: right;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] > .price .price bdi {
  font-size: 1.3rem;
  line-height: 1.4;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] > .price .price ins bdi {
  font-weight: bold;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] > .price .price del bdi {
  font-weight: 400;
  opacity: 0.5;
}
.modaal-wrapper form.cart .wcsatt-options-product-wrapper ul.wcsatt-options-product > li label > span[class$=option-details] .subscription-details {
  display: none;
}
.modaal-wrapper .controls,
.modaal-wrapper .free-shipping-notice,
.modaal-wrapper .refund-notice {
  display: none;
}

body.woocommerce-view-subscription table.subscription_details .button, body.woocommerce-view-subscription table.subscription_details body.single-product .product_add_on, body.single-product body.woocommerce-view-subscription table.subscription_details .product_add_on, body.woocommerce-view-subscription table.subscription_details body.single-product .single_add_to_cart_button, body.single-product body.woocommerce-view-subscription table.subscription_details .single_add_to_cart_button {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
}
body.woocommerce-view-subscription table.subscription_details .button:hover, body.woocommerce-view-subscription table.subscription_details body.single-product .product_add_on:hover, body.single-product body.woocommerce-view-subscription table.subscription_details .product_add_on:hover, body.woocommerce-view-subscription table.subscription_details body.single-product .single_add_to_cart_button:hover, body.single-product body.woocommerce-view-subscription table.subscription_details .single_add_to_cart_button:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  body.woocommerce-view-subscription table.subscription_details tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.woocommerce-view-subscription table.subscription_details tbody tr td:first-child {
    font-weight: 500;
    text-align: left;
    border-bottom: none;
  }
  body.woocommerce-view-subscription table.subscription_details tbody tr td::before {
    display: none;
  }
  body.woocommerce-view-subscription table.order_details tbody tr td {
    padding: 0.5rem;
  }
}
body.woocommerce-view-subscription table.order_details tbody a.wcs-switch-link {
  display: none;
}

@media (max-width: 639px) {
  body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions {
    padding-left: 2em;
    margin-bottom: 0;
  }
  body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .button, body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions body.single-product .product_add_on, body.single-product body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .product_add_on, body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions body.single-product .single_add_to_cart_button, body.single-product body.woocommerce-subscriptions .woocommerce_account_subscriptions p.no_subscriptions .single_add_to_cart_button {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}
body.cart table tbody tr td .edit_bundle_in_cart_text,
body.cart table tbody tr td .edit_in_cart_text {
  display: none;
}

@media (max-width: 639px) {
  .woocommerce-cart .page-header {
    padding-left: 0;
  }
}
.woocommerce-cart .woocommerce{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px){
  .woocommerce-cart .woocommerce{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form{
    width: 75%;
    padding-right: 5rem;
  }
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead {
  background-color: #fff;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead tr th.product-remove, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
  display: none;
}
@media (max-width: 639px) {
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart thead {
    display: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td {
    border-bottom: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td::before {
    display: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-remove {
    width: 30%;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-remove .remove {
    text-decoration: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail {
    padding-left: 0;
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-name {
    text-align: left;
    padding-left: 0;
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 1.15rem;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-quantity {
    padding-top: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-quantity input {
    border-color: #ddd;
    border-radius: 4px;
  }
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
  max-width: 80px;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price {
  padding-right: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr.cart_item td.product-price ul.wcsatt-options {
  padding-left: 0;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions {
  padding: 2rem 1rem;
  background-color: transparent !important;
  border-top: 1px solid #eee;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .coupon {
  display: inline;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .coupon label {
  display: none;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .coupon #coupon_code {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-right: 1rem;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .button[name=update_cart], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].product_add_on, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].product_add_on, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].single_add_to_cart_button {
  float: right;
}
@media (max-width: 639px) {
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions {
    width: 100%;
    padding: 1rem;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions::before {
    display: none;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .coupon #coupon_code {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions .button[name=update_cart], .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].product_add_on, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].product_add_on, .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions body.single-product [name=update_cart].single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table.cart tbody tr:last-child() td.actions [name=update_cart].single_add_to_cart_button {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (min-width: 1024px){
  .woocommerce-cart .woocommerce .cart-collaterals{
    width: 25%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  margin-bottom: 4rem;
}
@media (max-width: 639px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    display: none;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
    margin-bottom: 0.5rem;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .order-total th {
    border-bottom: none;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin: 1rem 0;
  padding-bottom: 0.8rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr {
    display: table-row;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th {
  text-align: left;
  padding-left: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td {
  font-size: 1.3rem;
  padding: 1.5rem 1rem;
  color: #333;
  background-color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr td::before {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping {
  background-color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping td {
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping ul {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.shipping p.woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-subtotal {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .product_add_on, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .product_add_on, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals body.single-product .single_add_to_cart_button, body.single-product .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .single_add_to_cart_button {
  display: block;
}

p.cart-empty {
  margin: 2rem auto;
  text-align: center;
  font-size: 1.1rem;
}

p.return-to-shop {
  margin: 0 0 2rem;
  text-align: center;
  display: block;
}
p.return-to-shop a {
  display: block;
}

/*----------------------------------------------*\
	#FONTS
\*----------------------------------------------*/
/* -------------------------------- Open Cart ------------------------------- */
body {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, -o-transform 300ms ease;
}
body.js-side-cart-opened {
  overflow: hidden;
}
body.js-side-cart-opened:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6784313725);
  z-index: 99999;
}
body.js-side-cart-opened .side-cart {
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* ----------------------------- Base Side Cart ----------------------------- */
aside.side-cart {
  opacity: 0;
  position: fixed;
  width: 95%;
  max-width: 500px;
  height: 100%;
  min-height: -webkit-fill-available;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999999;
}
aside.side-cart .side-cart__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding-bottom: 12rem;
  overflow: auto;
}
aside.side-cart .side-cart__container .wc-button-bagde {
  display: none;
}
aside.side-cart .side-cart__container header {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 1px solid gainsboro;
}
aside.side-cart .side-cart__container header .side-cart__top_title {
  display: inline-block;
  margin: 0.5rem 0;
}
aside.side-cart .side-cart__container header .side-cart__close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  font-size: 2.5rem;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart {
  padding-left: 0;
  list-style: none;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item {
  padding: 1.5rem 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-remove {
  line-height: 3;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-thumbnail {
  width: 25%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-right: 0.75rem;
  padding-bottom: 0;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .product-name {
  width: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Gordita", sans-serif;
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item input.qty {
  border-color: #ddd;
  border-radius: 4px;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content ul.woocommerce-mini-cart li.mini_cart_item .amount {
  font-weight: 500;
  font-family: "Gordita", sans-serif;
  color: #333;
  letter-spacing: 0.5px;
  font-size: 1.15rem;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 2rem 1rem;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content .variation {
  display: none;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content .tidy-minicart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
aside.side-cart .side-cart__container .widget_shopping_cart_content .subscription-details {
  white-space: pre;
}
aside.side-cart .side-cart__container #side-cart-cross-sells ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
aside.side-cart .side-cart__container #side-cart-cross-sells .container-quick-add {
  display: none;
}
aside.side-cart .side-cart__container #side-cart-cross-sells .btn-mobile-add-cart {
  display: none;
}
aside.side-cart .side-cart__container #side-cart-cross-sells .price {
  color: rgb(51, 51, 51);
}
aside.side-cart .side-cart__container #side-cart-cross-sells .ajax_add_to_cart {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}
aside.side-cart .side-cart__container #side-cart-cross-sells .button, aside.side-cart .side-cart__container #side-cart-cross-sells body.single-product .product_add_on, body.single-product aside.side-cart .side-cart__container #side-cart-cross-sells .product_add_on, aside.side-cart .side-cart__container #side-cart-cross-sells body.single-product .single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container #side-cart-cross-sells .single_add_to_cart_button {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
  border: none;
  padding: 0.5rem;
}
aside.side-cart .side-cart__container footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem 2rem;
  background: #fff;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
aside.side-cart .side-cart__container footer .cross-sells {
  display: none;
}
aside.side-cart .side-cart__container footer .cart_totals {
  padding: 1rem;
}
aside.side-cart .side-cart__container footer .cart_totals h2 {
  display: none;
  margin: 1rem 0;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(77, 92, 107, 0.2901960784);
}
aside.side-cart .side-cart__container footer .cart_totals table {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
aside.side-cart .side-cart__container footer .cart_totals table tr th {
  text-align: right;
}
aside.side-cart .side-cart__container footer .cart_totals table tr th, aside.side-cart .side-cart__container footer .cart_totals table tr td {
  background-color: #fff;
  font-size: 1.75rem;
}
aside.side-cart .side-cart__container footer .cart_totals table .cart-subtotal {
  display: none;
}
aside.side-cart .side-cart__container footer .cart_totals table .shipping td {
  font-size: 0.8rem;
  border-bottom: 1px solid #eee;
}
aside.side-cart .side-cart__container footer .cart_totals table .shipping td ul {
  list-style: none;
}
aside.side-cart .side-cart__container footer .cart_totals table .shipping p.woocommerce-shipping-destination {
  display: none;
}
aside.side-cart .side-cart__container footer .cart_totals .button, aside.side-cart .side-cart__container footer .cart_totals body.single-product .product_add_on, body.single-product aside.side-cart .side-cart__container footer .cart_totals .product_add_on, aside.side-cart .side-cart__container footer .cart_totals body.single-product .single_add_to_cart_button, body.single-product aside.side-cart .side-cart__container footer .cart_totals .single_add_to_cart_button {
  display: block;
}
aside.side-cart .cart-empty,
aside.side-cart .return-to-shop {
  text-align: center;
}

#side-cart-cross-sells:last-child {
  display: none;
}

/* ------------------------- Checkout Button Spinner ------------------------ */
#side-cart-checkout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#side-cart-checkout-btn .btn-text,
#side-cart-checkout-btn .btn-spinner {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#side-cart-checkout-btn .btn-spinner {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
#side-cart-checkout-btn.is-loading {
  pointer-events: none;
  opacity: 0.85;
}
#side-cart-checkout-btn.is-loading .btn-text {
  display: none;
}
#side-cart-checkout-btn.is-loading .btn-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

span.onsale {
  padding: 0.7rem 1.4rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #d3ae76;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

@media (max-width: 639px) {
  .products-list .product {
    position: relative;
  }
}

span.wc-button-bagde {
  position: absolute;
  z-index: 1;
  padding: 0.4rem 2rem;
  background: rgba(0, 0, 0, 0.7490196078);
  border: 4px solid #FFC000;
  color: #FFC000;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 639px) {
  span.wc-button-bagde {
    font-size: 14px;
    padding: 0.4rem 1rem;
  }
}

.category-product-list .added_to_cart.wc-forward {
  display: none;
}

.container-quick-add .quick-add-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container-quick-add .quick-add-cart .lazyload {
  width: 22px;
  height: 22px;
}

.mobile-quick-add .row-quick-add {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-quick-add .quick-more-info {
  padding: 0.5rem;
  border-color: #d3ae76;
  font-size: 14px;
  font-weight: normal;
}
.mobile-quick-add .quick-add-cart {
  font-size: 14px;
  font-weight: normal;
}
.mobile-quick-add .quick-add-cart .lazyload {
  width: 22px;
  height: 22px;
}
.mobile-quick-add .added_to_cart.wc-forward {
  display: none;
}

figure:hover .container-quick-add {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(158, 158, 158, 0.5098039216);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
figure .container-quick-add {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
figure .container-quick-add .row-quick-add {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
figure .container-quick-add .row-quick-add .quick-more-info {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem !important;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d3ae76;
  color: #fff;
}
figure .container-quick-add .row-quick-add .quick-more-info:hover {
  background: #000;
  border-color: #fff;
}
figure .container-quick-add .row-quick-add .quick-add-cart {
  width: 100%;
  padding: 0.5rem !important;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
figure .container-quick-add .row-quick-add .added_to_cart {
  display: none;
}

@media (max-width: 450px) {
  .woocommerce-shop span.wc-button-bagde {
    position: absolute;
    z-index: 1;
    padding: 0.4rem 0.8rem;
    background: rgba(0, 0, 0, 0.7490196078);
    border: 4px solid #FFC000;
    color: #FFC000;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
  }
}

.woocommerce-account .woocommerce{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media (min-width: 1024px){
  .woocommerce-account .woocommerce{
    margin-top: 1rem;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-account .woocommerce-MyAccount-content{
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 66.666667%;
    padding-right: 1rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h1 {
  margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 100%;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 33.333333%;
    padding-bottom: 2.5rem;
    padding-right: 5rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul{
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul{
  background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #edf2f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 242 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Gordita, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
#wholehams-single-product .woocommerce-account .woocommerce-MyAccount-navigation > ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-navigation > ul{
    border-radius: 0.25rem;
  }
}
@media (max-width: 639px) {
  .woocommerce-account .woocommerce-MyAccount-navigation > ul {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul:before {
  content: "Account Menu";
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul a{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul a:hover{
  text-decoration-line: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
.woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .button, .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions body.single-product .product_add_on, body.single-product .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .product_add_on, .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions body.single-product .single_add_to_cart_button, body.single-product .woocommerce-account table.account-orders-table .woocommerce-orders-table__cell-order-actions .single_add_to_cart_button{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
  display: block;
  width: 100%;
  padding: 0;
  font-weight: 400;
  background: transparent;
  text-transform: none;
  border: none;
  text-align: left;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p {
  margin-bottom: 2rem;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content p mark {
  background-color: transparent;
  font-weight: bold;
}
.woocommerce-account .woocommerce-order-details h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .woocommerce-account .woocommerce-order-details p.order-again .button, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .product_add_on, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .product_add_on, .woocommerce-account .woocommerce-order-details p.order-again body.single-product .single_add_to_cart_button, body.single-product .woocommerce-account .woocommerce-order-details p.order-again .single_add_to_cart_button{
    display: block;
    width: 100%;
  }
  .woocommerce-account table.order_details tbody tr {
    display: table-row;
  }
  .woocommerce-account table.order_details tbody tr td {
    display: table-cell;
  }
  .woocommerce-account table.order_details tbody tr td::before {
    display: none;
  }
}
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .addresses,
.woocommerce-account .gift-message{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-account .woocommerce-Addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .gift-message > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .addresses,
.woocommerce-account .gift-message{
  padding-top: 1.5rem;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-Addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .addresses > :not([hidden]) ~ :not([hidden]),
.woocommerce-account .gift-message > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .woocommerce-column,
.woocommerce-account .woocommerce-Addresses .inner,
.woocommerce-account .addresses .woocommerce-Address,
.woocommerce-account .addresses .woocommerce-column,
.woocommerce-account .addresses .inner,
.woocommerce-account .gift-message .woocommerce-Address,
.woocommerce-account .gift-message .woocommerce-column,
.woocommerce-account .gift-message .inner{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .woocommerce-column,
.woocommerce-account .woocommerce-Addresses .inner,
.woocommerce-account .addresses .woocommerce-Address,
.woocommerce-account .addresses .woocommerce-column,
.woocommerce-account .addresses .inner,
.woocommerce-account .gift-message .woocommerce-Address,
.woocommerce-account .gift-message .woocommerce-column,
.woocommerce-account .gift-message .inner{
    width: 41.666667%;
  }
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address h2,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-column h2,
.woocommerce-account .woocommerce-Addresses .woocommerce-column h3,
.woocommerce-account .woocommerce-Addresses .inner h2,
.woocommerce-account .woocommerce-Addresses .inner h3,
.woocommerce-account .addresses .woocommerce-Address h2,
.woocommerce-account .addresses .woocommerce-Address h3,
.woocommerce-account .addresses .woocommerce-column h2,
.woocommerce-account .addresses .woocommerce-column h3,
.woocommerce-account .addresses .inner h2,
.woocommerce-account .addresses .inner h3,
.woocommerce-account .gift-message .woocommerce-Address h2,
.woocommerce-account .gift-message .woocommerce-Address h3,
.woocommerce-account .gift-message .woocommerce-column h2,
.woocommerce-account .gift-message .woocommerce-column h3,
.woocommerce-account .gift-message .inner h2,
.woocommerce-account .gift-message .inner h3{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address h2 + a,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address h3 + a,
.woocommerce-account .woocommerce-Addresses .woocommerce-column h2 + a,
.woocommerce-account .woocommerce-Addresses .woocommerce-column h3 + a,
.woocommerce-account .woocommerce-Addresses .inner h2 + a,
.woocommerce-account .woocommerce-Addresses .inner h3 + a,
.woocommerce-account .addresses .woocommerce-Address h2 + a,
.woocommerce-account .addresses .woocommerce-Address h3 + a,
.woocommerce-account .addresses .woocommerce-column h2 + a,
.woocommerce-account .addresses .woocommerce-column h3 + a,
.woocommerce-account .addresses .inner h2 + a,
.woocommerce-account .addresses .inner h3 + a,
.woocommerce-account .gift-message .woocommerce-Address h2 + a,
.woocommerce-account .gift-message .woocommerce-Address h3 + a,
.woocommerce-account .gift-message .woocommerce-column h2 + a,
.woocommerce-account .gift-message .woocommerce-column h3 + a,
.woocommerce-account .gift-message .inner h2 + a,
.woocommerce-account .gift-message .inner h3 + a{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-decoration-line: underline;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address address,
.woocommerce-account .woocommerce-Addresses .woocommerce-column address,
.woocommerce-account .woocommerce-Addresses .inner address,
.woocommerce-account .addresses .woocommerce-Address address,
.woocommerce-account .addresses .woocommerce-column address,
.woocommerce-account .addresses .inner address,
.woocommerce-account .gift-message .woocommerce-Address address,
.woocommerce-account .gift-message .woocommerce-column address,
.woocommerce-account .gift-message .inner address{
  line-height: 1.5rem;
}
.woocommerce-account .woocommerce-address-fields .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.woocommerce-account .woocommerce-address-fields .form-row input {
  width: 100%;
}
.woocommerce-account form.woocommerce-EditAccountForm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-account form.woocommerce-EditAccountForm .form-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px){
  .woocommerce-account form.woocommerce-EditAccountForm .form-row{
    width: 75%;
  }
}
.woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide{
  width: 100%;
}
@media (min-width: 1024px){
  .woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide{
    width: 75%;
  }
}
.woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide .input-text{
  margin-bottom: 0.5rem;
}
.woocommerce-account form.woocommerce-EditAccountForm .form-row.form-row-wide .input-text + span{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
.woocommerce-account form.woocommerce-EditAccountForm fieldset{
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.woocommerce-account form.woocommerce-EditAccountForm fieldset legend{
  margin-bottom: 1rem;
  font-family: Gordita, sans-serif;
  font-size: 1.33rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.woocommerce-account form.woocommerce-EditAccountForm fieldset .woocommerce-Input--password{
  width: 100%;
}
@media (max-width: 639px) {
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions::before {
    display: none;
  }
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a {
  text-transform: none;
  font-weight: 400;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.payment-method-actions a:last-child {
  padding-right: 0;
}
@media (max-width: 639px) {
  .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .button, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .product_add_on, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .product_add_on, .woocommerce-account body.single-product table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button, body.single-product .woocommerce-account table.woocommerce-MyAccount-paymentMethods + .single_add_to_cart_button {
    display: block;
    width: 100%;
  }
}
.woocommerce-account #payment ul.methods {
  padding-left: 0;
}
.woocommerce-account #payment .wc-braintree-new-payment-method-container .hosted-field--label {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
}
.btn.woocommerce-account #payment button#place_order,
  .button.woocommerce-account #payment button#place_order{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.woocommerce-account #payment button#place_order:hover,
  .button.woocommerce-account #payment button#place_order:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid white;
  }
.btn-success.woocommerce-account #payment button#place_order{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-success.woocommerce-account #payment button#place_order:hover {
    background-color: #32CD32;
    color: #fff;
    border: 1px solid white;
  }
@media (max-width: 639px) {
  .woocommerce-account #payment button#place_order{
    width: 100%;
  }
}

body.my-account .woocommerce-privacy-policy-text{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
body.my-account .oneall_social_login_label label{
  display: block;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1.5rem 0 0.75rem;
}
body.my-account #social_login_frame #branding {
  display: none;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label{
  font-family: Gordita, sans-serif !important;
}

.yotpo .content-review{
  font-family: Aleo, serif !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span{
  --tw-text-opacity: 1 !important;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1)) !important;
}

.yotpo a{
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1)) !important;
}

.yotpo a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1)) !important;
}

.yotpo .font-color-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1)) !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1)) !important;
}

.yotpo.yotpo-main-widget .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-main-widget .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-icon-empty-star, .yotpo.embedded-widget .yotpo-header .yotpo-icon-profile, .yotpo.embedded-widget .yotpo-icon-star, .yotpo.embedded-widget .yotpo-icon-half-star, .yotpo.embedded-widget .yotpo-icon-empty-star, .yotpo.yotpo-modal .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-modal .yotpo-icon-star, .yotpo.yotpo-modal .yotpo-icon-half-star, .yotpo.yotpo-modal .yotpo-icon-empty-star, .yotpo.bottomLine .yotpo-header .yotpo-icon-profile, .yotpo.bottomLine .yotpo-icon-star, .yotpo.bottomLine .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-icon-empty-star, .yotpo.yotpo-reviews-carousel .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-reviews-carousel .yotpo-icon-star, .yotpo.yotpo-reviews-carousel .yotpo-icon-half-star, .yotpo.yotpo-reviews-carousel .yotpo-icon-empty-star, .mobile-filters-modal .yotpo-header .yotpo-icon-profile, .mobile-filters-modal .yotpo-icon-star, .mobile-filters-modal .yotpo-icon-half-star, .mobile-filters-modal .yotpo-icon-empty-star{
  --tw-grayscale: grayscale(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.searchwp-live-search-results {
  background-color: #fff;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}
.searchwp-live-search-results.searchwp-live-search-no-min-chars::after {
  font-size: 1rem;
  font-style: italic;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}
.searchwp-live-search-results.searchwp-live-search-results-showing {
  height: 65vh;
  max-height: none;
  top: 0 !important;
}
@media (min-width: 768px) {
  .searchwp-live-search-results.searchwp-live-search-results-showing{
    position: absolute;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result{
    margin-left: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a{
  white-space: normal;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
  max-width: 70px;
  height: auto;
  overflow: hidden;
}

.wp-block-image figure {
  margin: 2rem 0;
}

.has-text-align-center {
  text-align: center;
}

.peek-slider .slick-slide {
  margin-left: 1rem;
}
.peek-slider li{
  margin-left: 1rem;
}
@media (min-width: 768px){
  .peek-slider li{
    width: 25%;
    padding-left: 0px;
  }
}

body.page .entry-content h2, body.page .entry-content h3, body.page .entry-content h4, body.page .entry-content h5, body.page .entry-content h6,
body.page .page-content h2,
body.page .page-content h3,
body.page .page-content h4,
body.page .page-content h5,
body.page .page-content h6,
body.page .final-text h2,
body.page .final-text h3,
body.page .final-text h4,
body.page .final-text h5,
body.page .final-text h6,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6,
body.single-post .page-content h2,
body.single-post .page-content h3,
body.single-post .page-content h4,
body.single-post .page-content h5,
body.single-post .page-content h6,
body.single-post .final-text h2,
body.single-post .final-text h3,
body.single-post .final-text h4,
body.single-post .final-text h5,
body.single-post .final-text h6 {
  margin-top: 2rem;
}
body.page .entry-content figure figcaption,
body.page .page-content figure figcaption,
body.page .final-text figure figcaption,
body.single-post .entry-content figure figcaption,
body.single-post .page-content figure figcaption,
body.single-post .final-text figure figcaption {
  padding: 0.5rem;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
  line-height: 1.2;
}
body.page .entry-content ul li,
body.page .page-content ul li,
body.page .final-text ul li,
body.single-post .entry-content ul li,
body.single-post .page-content ul li,
body.single-post .final-text ul li {
  line-height: 1.5;
}

#header {
  padding-top: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: sticky;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
#header #dropdown-bar {
  display: none !important;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 768px) {
  #header #dropdown-bar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#header #dropdown-bar.is-sticky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#header.minimal {
  position: absolute;
}
#header .searchwp-live-search-results-showing{
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  #header .searchwp-live-search-results-showing {
    width: 30rem !important;
  }
}
#header .searchwp-live-search-results-showing a{
  white-space: normal;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
#header .searchwp-live-search-results-showing a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

#main-bar .cart .bubble {
  top: -0.2rem;
  right: -0.3rem;
  padding-top: 0.1rem;
}

.shop_nav .nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0px;
  font-family: Gordita, sans-serif;
}

#wholehams-single-product .shop_nav .nav {
  margin-top: 0;
  margin-bottom: 0;
}
.shop_nav .nav > li.menu-item-has-children li{
  list-style-type: none;
}
#wholehams-single-product .shop_nav .nav > li.menu-item-has-children li {
  margin-top: 0;
  margin-bottom: 0;
}
.shop_nav .nav > li.menu-item-has-children:hover .sub-menu{
  display: block;
}
.shop_nav .nav > li.menu-item-has-children > .sub-menu{
  position: absolute;
  left: 0px;
  z-index: 10;
  margin-top: 0px;
  display: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  width: 20rem;
}
.shop_nav .nav > li.menu-item-has-children > .sub-menu li {
  background-color: #fff;
}
.shop_nav .nav > li.menu-item-has-children > .sub-menu li > a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.shop_nav .nav > li.menu-item-has-children > .sub-menu li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #header {
    padding-top: 1rem;
  }
  #header .brand {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 1rem;
  }
  #header .search-nav-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .search-nav-wrap .search-form-custom {
    max-width: 245px;
  }
  #header .search-nav-wrap .header_top_right-wrap {
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: end;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .dropdown-wrap {
    max-width: 400px;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .cart-wrap {
    justify-self: end;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu{
      max-width: 1280px;
    }
  }
  #header nav.shop_nav ul.nav li.has-dropdown ul.dropdown-menu {
    width: 100vw;
    overflow: hidden;
    -webkit-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
         -o-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header nav.shop_nav ul.nav li.has-dropdown:hover ul.dropdown-menu {
    display: grid;
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#menu-desktop-header-bottom-right li.menu-item{
  position: relative;
}
#menu-desktop-header-bottom-right li.menu-item .sub-menu {
  list-style: none;
  display: none;
  text-align: left;
  position: absolute;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menu-desktop-header-bottom-right li.menu-item .sub-menu a {
  font-weight: 400 !important;
}
#menu-desktop-header-bottom-right li.menu-item:hover .sub-menu {
  display: block;
}

#mobile-category-bar {
  position: relative;
  padding-bottom: 0.15rem;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav::-webkit-scrollbar {
  display: none;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li{
  list-style-type: none;
}
#wholehams-single-product #mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li {
  margin-top: 0;
  margin-bottom: 0;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > a {
  border-bottom: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-family: Gordita, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #4D5C6B;
  padding: 0.35rem 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > a .caret {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li.current-menu-item > a, #mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li.current-product-ancestor > a, #mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li.current-menu-parent > a{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li.mobile-dropdown-open > a{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li.mobile-dropdown-open > a .caret {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 35;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #edf2f7;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  gap: 2px;
  border-radius: 0;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu.mobile-dropdown-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li{
  list-style-type: none;
}
#wholehams-single-product #mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li {
  margin-top: 0;
  margin-bottom: 0;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card {
  border-radius: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -webkit-box-shadow: none;
          box-shadow: none;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card:active {
  opacity: 0.85;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card a {
  border-bottom: none !important;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card a.child-item {
  padding: 0.6rem 0.75rem;
  font-size: 0.85rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
  font-weight: 600;
  line-height: 1.3;
  white-space: normal;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card a.child-item .text-secondary {
  display: none;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.card a img {
  width: 100%;
  height: auto;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#mobile-category-bar .mobile-shop-nav .mobile-cat-nav > li > .dropdown-menu > li.col-span-full a.btn {
  border-radius: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
}

#mobile-dropdown-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 34;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-dropdown-backdrop.active {
  opacity: 1;
}

.woocommerce-message {
  display: none !important;
}

.is-sticky .tag-new-menu {
  display: none;
}

.tag-new-menu {
  position: absolute;
  top: -0.5rem;
  /* left: 0; */
  width: 60px;
}
@media (max-width: 639px) {
  .tag-new-menu {
    position: absolute;
    top: initial;
    bottom: 1.5rem;
    width: 60px;
  }
}

/* Reduce la opacidad de los totales mientras carga, pero no del producto que se está borrando */
.widget_shopping_cart_content.processing .woocommerce-mini-cart__total,
.widget_shopping_cart_content.processing .woocommerce-mini-cart__buttons {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Spinner de carga */
.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333; /* Color de tu marca */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: inline-block;
  margin-bottom: 5px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Efecto de procesamiento en el carrito */
.widget_shopping_cart_content {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.widget_shopping_cart_content.processing {
  opacity: 0.6;
  pointer-events: none; /* Evita clics locos mientras carga */
  cursor: wait;
}

/* El item placeholder */
.placeholder-loading {
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 10px;
}

#footer ul.menu{
  list-style-type: none;
}

#footer ul.menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#footer ul.menu{
  padding-left: 0px;
}

#wholehams-single-product #footer ul.menu {
  margin-top: 0;
  margin-bottom: 0;
}
#footer ul.menu li a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#footer ul.menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}

body.single .entry-content-wrap figure.main-thumbnail {
  margin-bottom: 2rem;
}
body.single .entry-content-wrap figure.main-thumbnail .wp-caption-text {
  font-style: italic;
  padding: 0.4rem;
  opacity: 0.5;
}
body.single .entry-content-wrap h3,
body.single .entry-content-wrap h4,
body.single .entry-content-wrap h5,
body.single .entry-content-wrap h5 {
  font-weight: 500;
}
body.single .entry-content-wrap .entry-content ol,
body.single .entry-content-wrap .entry-content ul,
body.single .entry-content-wrap .ingredients ol,
body.single .entry-content-wrap .ingredients ul,
body.single .entry-content-wrap .instructions ol,
body.single .entry-content-wrap .instructions ul {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
body.single .entry-content-wrap .entry-content ol li,
body.single .entry-content-wrap .entry-content ul li,
body.single .entry-content-wrap .ingredients ol li,
body.single .entry-content-wrap .ingredients ul li,
body.single .entry-content-wrap .instructions ol li,
body.single .entry-content-wrap .instructions ul li {
  margin-bottom: 1rem;
  line-height: 1.4;
}
body.single .entry-content-wrap .entry-content a,
body.single .entry-content-wrap .ingredients a,
body.single .entry-content-wrap .instructions a{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
body.single .entry-content-wrap .products-in-recipe .description {
  display: none;
}
body.single .entry-content-wrap #reviews {
  display: none;
}

body.single-product span.onsale {
  display: none !important;
}
body.single-product #breadcrumbs a{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
body.single-product #breadcrumbs a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
body.single-product #breadcrumbs span.breadcrumb_last {
  display: none;
}
body.single-product #breadcrumbs span.divider{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
body.single-product #breadcrumbs span.divider:last-child() {
  display: none;
}
body.single-product #product-images-carousel .item {
  height: 34rem;
}
@media (max-width: 639px) {
  body.single-product #product-images-carousel .item {
    height: 20rem;
    background-size: cover;
  }
}
body.single-product .product-images-carousel-thumb .slick-slide {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
}
body.single-product .product-images-carousel-thumb .slick-slide:hover {
  opacity: 1;
  cursor: pointer;
}
body.single-product .product-images-carousel-thumb .slick-slide.slick-current {
  opacity: 1;
}
body.single-product .single_add_to_cart_button{
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: 24rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.single-product .product_add_on{
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.single-product .btn-success{
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: 24rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  body.single-product .btn-success {
    width: 80%;
  }
}
body.single-product .product-content h3 {
  text-transform: uppercase;
}
body.single-product .product-content ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
body.single-product .product-content ul li {
  margin-bottom: 1rem;
}
body.single-product .product-content ul li img {
  width: 100%;
}
body.single-product .product-content ul.blocks-gallery-grid li {
  list-style: none;
}
body.single-product form.cart .bundled_product {
  display: none;
}
body.single-product section.cross-sells .ajax_add_to_cart {
  display: none;
}
body.single-product a.reset_variations {
  display: none;
}
body.single-product select#amount {
  display: none;
}
body.single-product .variation-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
body.single-product .variation-radios label {
  border: 2px solid #000;
  padding: 1rem;
  font-weight: bold;
}
body.single-product .variation-radios input[type=radio]:checked + label {
  color: #d3ae76;
  border-color: #d3ae76;
}
body.single-product .single_variation_wrap .controls{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
body.single-product select#pa_count {
  display: none;
}
body.single-product table.variations th.label {
  display: none;
}
body.single-product .woocommerce-variation-price {
  margin-top: 2rem;
}

.product_type_variable {
  display: none;
}

.controls .price {
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* Create a custom checkbox */
.no-kit-container label .checkmark {
  position: absolute;
  top: 0;
  right: auto;
  height: 25px;
  width: 25px;
  margin-left: 0.5rem;
  background-color: transparent;
  border: 1px solid #d3ae76;
}

.no-kit-container label {
  display: initial;
  position: relative;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.no-kit-container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.no-kit-container label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.no-kit-container label input:checked ~ .checkmark {
  background-color: #d3ae76;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.no-kit-container label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.no-kit-container label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.product_add_on_modal {
  padding: 0;
  text-align: center;
}
.product_add_on_modal .controls {
  display: block;
  max-width: 100%;
}
.product_add_on_modal .controls .quantity {
  display: none;
}
.product_add_on_modal .controls .price {
  display: none;
}
.product_add_on_modal .no-kit-container {
  display: none;
}
.product_add_on_modal .bundle_button {
  display: none;
}
.product_add_on_modal .woocommerce-variation {
  display: none;
}
.product_add_on_modal .variations {
  display: none;
}
.product_add_on_modal .claims {
  display: none;
}
.product_add_on_modal #toggle-qty-calculator {
  display: none;
}
.product_add_on_modal #toggle-shipping-policy {
  display: none;
}
.product_add_on_modal .wc-braintree-product-gateways {
  display: none;
}
.product_add_on_modal .affirm-as-low-as {
  display: none;
}
.product_add_on_modal .container_product_add_on {
  display: block;
  margin-bottom: 1rem;
}
.product_add_on_modal .container_product_add_on a {
  display: block;
  margin: 15px 30px;
  color: #000000;
  text-decoration-line: underline;
  margin-bottom: 2rem;
}
.product_add_on_modal .container_product_add_on span {
  color: #718096;
}

.product_add_on_modal form.cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.product_add_on_modal .image-container-on {
  position: relative;
}
.product_add_on_modal .image-container-on h3 {
  padding: 20px;
  position: absolute;
  background: rgba(8, 8, 8, 0.6);
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  top: 0px;
  bottom: 82%;
  z-index: 100;
  font-family: "Gordita";
}
.product_add_on_modal .image-container-on span {
  padding: 20px;
  position: absolute;
  background: rgba(8, 8, 8, 0.6);
  font-size: 20px;
  width: 100%;
  color: #fff;
  bottom: 0px;
  margin: 0 auto;
  font-weight: 600;
  left: 0px;
  font-family: "Gordita";
}
.product_add_on_modal h4 {
  padding: 10px 30px;
  max-width: 450px;
}
.product_add_on_modal h5 {
  padding: 5px 30px;
  font-size: 1.5rem;
}
.product_add_on_modal .img-product-on {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  .product_add_on_modal .img-product-on {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_add_on_modal .img-product-on {
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .product_add_on_modal .img-product-on {
    height: 350px;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  .product_add_on_modal .img-product-on {
    height: 350px;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .product_add_on_modal .img-product-on {
    height: 350px;
  }
}
.product_add_on_modal .note-modal {
  margin-top: 1rem;
  font-size: 14px;
}

.container_product_add_on {
  display: none;
}

.feed-instagram .slick-list {
  padding: 0 20% 0 0 !important;
}

.product-instagram h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem 0;
}
.product-instagram h2 img {
  width: 30px;
  height: 30px;
}
.product-instagram .feed-instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
@media (max-width: 639px) {
  .product-instagram .feed-instagram .feed-instagram-single {
    margin: 0 0.5rem;
  }
}
.product-instagram .feed-instagram .feed-instagram-single img {
  height: 320px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-instagram .feed-instagram .feed-instagram-button {
  margin-top: 1rem;
  padding: 0 0.8rem;
}
@media (max-width: 639px) {
  .product-instagram .feed-instagram .feed-instagram-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .product-instagram .feed-instagram {
    display: block;
  }
}
.product-instagram .feed-instagram .feed-instagram-like {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 639px) {
  .product-instagram .feed-instagram .feed-instagram-like {
    font-size: 14px;
  }
}
.product-instagram .feed-instagram .feed-instagram-like img {
  width: 15px;
  height: 15px;
}
@media (max-width: 639px) {
  .product-instagram .feed-instagram .feed-instagram-like img {
    width: 20px;
    height: 20px;
  }
}
.product-instagram .feed-instagram .feed-instagram-user {
  float: right;
  color: #9d9d9d;
  font-size: 14px;
}
@media (max-width: 639px) {
  .product-instagram .feed-instagram .feed-instagram-user {
    text-align: right;
    font-size: 16px;
  }
}

.product-fbt .feed-fbt {
  display: grid;
  grid-template-columns: 3fr 0.2fr 3fr 0.2fr 3fr 2fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.product-fbt .feed-fbt svg {
  fill: #d3ae76;
}
@media (max-width: 639px) {
  .product-fbt .feed-fbt {
    grid-template-columns: 1fr;
  }
}
.product-fbt .feed-single-fbt {
  display: grid;
  grid-template-columns: 2fr 0.2fr 2fr 3fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.product-fbt .feed-single-fbt svg {
  fill: #d3ae76;
}
@media (max-width: 639px) {
  .product-fbt .feed-single-fbt {
    grid-template-columns: 4.5fr 1fr 4.5fr;
  }
  .product-fbt .feed-single-fbt .feed-instagram-button {
    grid-column: 1/4;
    grid-row: 2/2;
    width: 100%;
  }
}
.product-fbt .price {
  font-weight: bold;
  font-size: 1.5rem;
}

.shipping-policy {
  position: absolute;
  background-color: #fff;
  z-index: 2;
}
.shipping-policy h2 {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 639px) {
  .shipping-policy h2 {
    font-size: 1rem;
  }
}
.shipping-policy h3 {
  line-height: normal;
  font-family: Gordita, sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
@media (max-width: 639px) {
  .shipping-policy h3 {
    font-size: 1rem;
  }
}
.shipping-policy li {
  font-weight: normal;
  line-height: normal;
  font-size: 1rem;
}
@media (max-width: 639px) {
  .shipping-policy li {
    font-size: 1rem;
    line-height: 15px;
  }
}
.shipping-policy #close_shipping span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 10px;
  /* text-align: right; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /* width: 100%; */
  /* margin: 0 auto; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-summary .product-details-inner {
  padding-top: 0;
}
.product-summary .flex-grow-1 {
  margin-bottom: 0;
}
.product-summary .claims {
  margin-top: 0.5rem;
}

.learn-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .learn-differences {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .learn-differences {
    width: 80%;
  }
}
.learn-differences:hover {
  cursor: pointer;
}

#wholehams-single-product .popular-card {
  border: 4px solid #d3ae76;
}
#wholehams-single-product .btn-selection {
  background-color: #000000 !important;
  color: #fff !important;
}
#wholehams-single-product .slick-next.slick-disabled {
  color: #d2d2d2;
}
@media (max-width: 639px) {
  #wholehams-single-product .slick-next {
    right: 0px;
    color: #000;
    z-index: 2;
  }
}
#wholehams-single-product .slick-prev.slick-disabled {
  color: #d2d2d2;
}
@media (max-width: 639px) {
  #wholehams-single-product .slick-prev {
    left: 0px;
    color: #000;
    z-index: 2;
  }
}
#wholehams-single-product .icon-img {
  width: 17px !important;
  height: 18px !important;
}
@media (max-width: 639px) {
  #wholehams-single-product .icon-img {
    width: 17px !important;
    height: 18px !important;
  }
  #wholehams-single-product .text-card {
    font-size: 12px;
  }
}
#wholehams-single-product .list-none {
  margin-top: 0;
  margin-bottom: 0;
}
#wholehams-single-product ul.slick-dots {
  display: none !important;
}

#custom-events-demo .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#custom-events-demo .gg-chevron-right-o {
  color: #fff;
  right: 5px;
  text-shadow: 1px 2px 3px #000;
  -webkit-box-shadow: 1px 2px 3px #000;
          box-shadow: 1px 2px 3px #000;
}
#custom-events-demo .gg-chevron-left-o {
  color: #fff;
  left: 5px;
  text-shadow: 1px 2px 3px #000;
  -webkit-box-shadow: 1px 2px 3px #000;
          box-shadow: 1px 2px 3px #000;
}
#custom-events-demo .slick-slide img {
  display: block;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#custom-events-demo .slick-prev {
  left: 5px;
  z-index: 2000;
}
#custom-events-demo .slick-prev::before {
  content: "";
}
#custom-events-demo .slick-next {
  right: 5px;
  z-index: 2000;
}
#custom-events-demo .slick-next::before {
  content: "";
}
#custom-events-demo .slick-dots li button:before {
  font-size: 40px !important;
  color: #2d2d2d !important;
}
#custom-events-demo .slick-dots li .slick-active button:before {
  color: #2d2d2d;
}

.lg-events-demo-outer .lg-backdrop {
  -webkit-transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s, background-color 333ms ease-in 0s;
}

body.post-type-archive-tapas .wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity, 1));
}
body.post-type-archive-tapas .wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
body.post-type-archive-tapas .wrap article{
  background-color: transparent;
}
body.post-type-archive-tapas .wrap article h2 a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.template-landing .modaal-container {
  width: auto;
}
body.template-landing .modaal-container span.bundled_item_price_quantity {
  display: none;
}
body.template-landing .subscribe_product {
  padding: 0;
  text-align: center;
}
body.template-landing .subscribe_product .controls {
  display: block;
  max-width: 100%;
}
body.template-landing .subscribe_product .controls .quantity {
  display: none;
}
body.template-landing .subscribe_product .controls .price {
  display: none;
}
body.template-landing .subscribe_product .no-kit-container {
  display: none;
}
body.template-landing .subscribe_product .bundle_button {
  display: none;
}
body.template-landing .subscribe_product .woocommerce-variation {
  display: none;
}
body.template-landing .subscribe_product .variations {
  display: none;
}
body.template-landing .subscribe_product .claims {
  display: none;
}
body.template-landing .subscribe_product #toggle-qty-calculator {
  display: none;
}
body.template-landing .subscribe_product #toggle-shipping-policy {
  display: none;
}
body.template-landing .subscribe_product .wc-braintree-product-gateways {
  display: none;
}
body.template-landing .subscribe_product .affirm-as-low-as {
  display: none;
}
body.template-landing .subscribe_product .container_product_add_on {
  display: block;
  margin-bottom: 1rem;
}
body.template-landing .subscribe_product .container_product_add_on a {
  display: block;
  margin: 15px 30px;
  color: #000000;
  text-decoration-line: underline;
  margin-bottom: 2rem;
}
body.template-landing .subscribe_product .container_product_add_on span {
  color: #718096;
}
body.template-landing .subscribe_product form.cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.template-landing .subscribe_product .image-container-on {
  position: relative;
}
body.template-landing .subscribe_product .image-container-on h3 {
  padding: 20px;
  position: absolute;
  background: rgba(8, 8, 8, 0.6);
  font-size: 20px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  top: 0px;
  bottom: 82%;
  z-index: 100;
  font-family: "Gordita";
}
body.template-landing .subscribe_product .image-container-on span {
  padding: 20px;
  position: absolute;
  background: rgba(8, 8, 8, 0.6);
  font-size: 20px;
  width: 100%;
  color: #fff;
  bottom: 0px;
  margin: 0 auto;
  font-weight: 600;
  left: 0px;
  font-family: "Gordita";
}
body.template-landing .subscribe_product h4 {
  padding: 10px 30px;
  max-width: 450px;
}
body.template-landing .subscribe_product h5 {
  padding: 5px 30px;
  font-size: 1.5rem;
}
body.template-landing .subscribe_product .img-product-on {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  body.template-landing .subscribe_product .img-product-on {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.template-landing .subscribe_product .img-product-on {
    height: 350px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body.template-landing .subscribe_product .img-product-on {
    height: 350px;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  body.template-landing .subscribe_product .img-product-on {
    height: 350px;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  body.template-landing .subscribe_product .img-product-on {
    height: 350px;
  }
}
body.template-landing .subscribe_product .note-modal {
  margin-top: 1rem;
  font-size: 14px;
}
@media (max-width: 639px){
  body.template-landing .hero{
    min-height: 25vh;
    background-position: left;
  }
  body.template-landing .hero > div{
    padding-top: 12rem;
  }
}
body.template-landing .price del {
  text-decoration: line-through;
}
body.template-landing .welcomeback {
  display: none;
}
body.template-landing .main #yotpo_reviews {
  display: none;
}
body.template-landing #get-started .yotpo-widget-instance {
  display: none;
}
body.template-landing .landing-product .yotpo.bottomLine {
  display: none;
}
body.template-landing .landing-product .bundled_product_image {
  margin-right: 0 !important;
}
body.template-landing form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.template-landing form.cart .price{
  font-weight: 500;
}
body.template-landing form.cart .bundled_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: inherit;
  margin-bottom: 0;
  border-bottom: inherit;
  border-radius: 0.5rem;
}
body.template-landing form.cart .bundled_product .bundled_product_permalink {
  display: none;
}
body.template-landing form.cart .bundled_product .bundled_product_title_inner .item_qty,
body.template-landing form.cart .bundled_product .bundled_product_title_inner .item_suffix {
  display: none;
}
body.template-landing form.cart .bundled_product .bundled_item_cart_content .in-stock {
  display: none;
}
@media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.template-landing form.cart .step-1 .bundled_product {
  padding-bottom: 0;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_product_title{
  font-size: 1.5rem;
}
@media (min-width: 1024px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_title{
    font-size: 1.7rem;
  }
}
body.template-landing form.cart .step-1 .bundled_product .bundled_product_excerpt {
  margin-bottom: 1.5rem;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .bundled_item_button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .bundled_item_button .quantity{
  margin-bottom: 0px;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price {
  text-transform: uppercase;
  font-weight: 500;
  color: #718096;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price .bundled_item_price_quantity{
  font-size: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1)) !important;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price{
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price{
  font-family: Gordita, sans-serif;
}
@media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_content .price .amount{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  body.template-landing form.cart .step-1 .bundled_product .details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
body.template-landing form.cart .step-1 .bundled_product .bundled_product_images {
  width: 60%;
  max-width: none;
}
@media (max-width: 639px){
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_images{
    width: 100%;
  }
  body.template-landing form.cart .step-1 .bundled_product .bundled_product_images img{
    margin-bottom: 1rem;
  }
  body.template-landing form.cart .step-1 .bundled_product .bundled_item_cart_details{
    width: 100%;
  }
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity,
body.template-landing form.cart .step-1 .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity {
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
body.template-landing form.cart .step-1 .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity input,
body.template-landing form.cart .step-1 .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity input{
  border-radius: 0.25rem;
}
body.template-landing form.cart .steps-cart-wrap{
  display: none;
}
body.template-landing form.cart .steps-cart-wrap .step {
  margin-bottom: 2rem;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product {
  padding: 1rem;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details > .out-of-stock {
  display: none;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .out-of-stock {
  padding: 0.6rem 1rem 0.4rem;
  margin: 0.25rem 0;
}
@media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .price .amount{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .details .price .amount > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_title .item_title {
  font-weight: 500;
  font-size: 1.125rem;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_optional_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_images {
  width: 40%;
}
@media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_images{
    margin-right: 0.75rem;
  }
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_price_quantity {
  display: none;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_cart_content {
  display: block !important;
  height: auto !important;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_product_optional_checkbox {
  line-height: 1.2;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_cart_content--populated::before {
  height: 0;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_wrap * + .bundled_item_button .quantity,
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .single-product div.product .bundled_item_wrap * + .bundled_item_button .quantity {
  margin-top: 0;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
body.template-landing form.cart .steps-cart-wrap .step .bundled_product .bundled_item_button > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
body.template-landing form.cart .steps-cart-wrap .step-3{
  display: none;
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (max-width: 639px){
  body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product{
    padding-right: 5rem;
  }
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type=radio] + .subscription-option-details::after{
  margin-top: 0.5rem;
  display: block;
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type=radio][value="1_month"] + .subscription-option-details::after {
  content: "Most popular!";
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type=radio][value="2_month"] + .subscription-option-details::after {
  content: "Nice and slow";
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label input[type=radio][value="2_week"] + .subscription-option-details::after {
  content: "Recommended for food lovers";
}
body.template-landing form.cart .steps-cart-wrap .step-3 ul.wcsatt-options-product li label .subscription-details{
  font-weight: 600;
}
body.template-landing form.cart .steps-cart-wrap > div.cart{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-family: Gordita, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap > div.cart{
    width: 33.333333%;
  }
}
body.template-landing form.cart .steps-cart-wrap > div.cart .controls{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
  body.template-landing form.cart .steps-cart-wrap > div.cart .controls{
    margin-left: 1.5rem;
  }
}
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap {
  width: 100%;
}
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .quantity,
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .price,
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .bundle_wrap .bundle_button .bundle_add_to_cart_button {
  display: none;
}
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .refund-notice {
  display: none;
}
body.template-landing form.cart .steps-cart-wrap > div.cart .controls .totals .price del {
  text-decoration: line-through;
}
body.template-landing .bundled_product_summary .bundled_product_optional_checkbox input,
body.template-landing .single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input {
  width: 0px !important;
  height: 0px !important;
  outline: 0;
  border: none;
}
body.template-landing ul#markers li a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
@media (max-width: 639px){
  body.template-landing ul#markers li a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px){
  body.template-landing ul#markers li a > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  body.template-landing ul#markers li a{
    padding: 2rem;
  }
}
body.template-landing ul#markers li a span{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
body.template-landing ul#markers li a span.number{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
body.template-landing ul#markers li a span.number:hover{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
@media (max-width: 639px){
  body.template-landing ul#markers li a span.number{
    display: none;
  }
}
body.template-landing ul#markers li a:hover span{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
body.template-landing ul#markers li a:hover span.number{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
body.template-landing ul#markers li a.active-step .text{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}
body.template-landing ul#markers li a.active-step .number{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 639px) {
  body.template-landing form.cart .steps-cart-wrap > div.cart {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  body.template-landing form.cart .steps-cart-wrap > div.cart .controls {
    display: none;
    margin: 0 auto;
  }
  body.template-landing form.cart .steps-cart-wrap > div.cart .controls::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3019607843);
    top: 0;
    left: 0;
    z-index: -1;
  }
  body.template-landing form.cart .steps-cart-wrap > div.cart .controls .price del {
    text-decoration: line-through;
  }
  body.template-landing form.cart .steps-cart-wrap > div.cart button.add-to-box {
    display: none;
  }
}

body#tinymce {
  margin: 12px !important;
}

.bg-buy {
  background-image: url("../images/webp/hero-buy.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  .bg-buy {
    background-image: url("../images/webp/hero-buy-mobile.webp");
    background-position: center;
    background-size: cover;
  }
}

#homeSlider .slick-dots {
  bottom: 20px !important;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #fff !important;
}
.slick-dots li .slick-active button:before {
  color: #fff;
}

.shop_catalog.lazy {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg-about {
  background-image: url("../images/webp/About hero 2.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  .bg-about {
    background-image: url("../images/webp/About hero 2 (Mobile).webp");
    background-position: center;
    background-size: cover;
  }
}

body.home .hero-image {
  background-image: url("../images/webp/Home hero image 1400x600.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.home .hero-image {
    background-image: url("../images/webp/Home hero image mobile 500x430.webp");
    background-position: center;
    background-size: cover;
  }
}
body.home #gifts {
  background-image: url("../images/webp/home-gifts-bg.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.home #gifts {
    background-image: url("../images/webp/home-gifts-bg-mobile.webp");
    background-position: center;
    background-size: cover;
  }
}

body.shop .shop-hero {
  background-image: url("../images/webp/hero-shop.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.shop .shop-hero {
    background-image: url("../images/webp/hero-shop-mobile.webp");
    background-position: center;
    background-size: cover;
  }
}
body.shop .banner-subscription {
  background-image: url("../images/webp/banner-subscription-box-door-wide.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.shop .banner-subscription {
    background-image: url("../images/webp/banner-subscription-box-door-Mobile.webp");
    background-position: center;
    background-size: cover;
  }
}
body.shop .banner-seafood {
  background-image: url("../images/webp/banner-seafood-bg-wide(1).webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.shop .banner-seafood {
    background-image: url("../images/webp/banner-seafood-bg-Mobile.webp");
    background-position: center;
    background-size: cover;
  }
}
body.shop .banner-vegetable {
  background-image: url("../images/webp/banner-vegetable-preserves-wide.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  body.shop .banner-vegetable {
    background-image: url("../images/webp/banner-vegetable-preserves-Mobile.webp");
    background-position: center;
    background-size: cover;
  }
}

.border-black-300 {
  border-color: #000;
}

#customer_login .the_champ_outer_login_container {
  display: none;
}

.input-text {
  border: 1px black solid;
  border-radius: 3px;
  color: #000;
}

.register-message {
  font-size: 14px;
  font-weight: 600;
  font-family: Gordita, sans-serif;
}

.woocommerce-privacy-policy-text {
  font-family: Gordita, sans-serif;
  font-style: italic;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-form-login__rememberme {
  display: none !important;
}

.woocommerce-form {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-form input:focus {
  border-color: #c9a670;
  --tw-ring-color: #c9a670;
}

.u-columns a:hover {
  color: #000;
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #c9a670;
  --tw-ring-color: #c9a670;
}

.woocommerce-lost-password .woocommerce {
  display: block !important;
}

.lost-password-message {
  font-size: 1.2rem;
  font-weight: bold;
}

.lost_reset_message {
  font-size: 1.2rem;
  font-weight: bold;
}

.lost_reset_password .woocommerce-password-strength {
  width: 20rem;
}

p.mailchimp-newsletter {
  display: none;
}

.icon-img {
  width: 17px;
  height: 18px;
}

.template-wholehams .modaal-content-container {
  padding: 0;
}

.h-700 {
  height: 100vh;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .h-700 {
    height: calc(100vh + 200px);
  }
}
@media (max-width: 750px) {
  .h-700 {
    height: 50vh;
  }
}
@media (min-width: 760) and (max-width: 1024px) {
  .h-700 {
    height: calc(100vh + 200px);
  }
}
@media (min-width: 1440px) and (max-width: 2000px) {
  .h-700 {
    /*padding: 0 4rem;
    width: 90%;
    margin: 0 auto;*/
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .h-700 {
    /*padding: 0 4rem;
    width: 60%;
    margin: 0 auto;*/
  }
}

.hero-wholehams-page.mobile {
  background-image: url("../images/webp/Hero-Wholehams-Mobile2.webp") !important;
  background-position: center;
  background-size: cover;
}

.hero-wholehams-page.desktop {
  background-image: url("../images/webp/heropage.webp");
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .hero-wholehams-page h1 {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .hero-wholehams-page {
    height: 82vh;
  }
  .hero-wholehams-page h1 {
    font-size: 1.8rem;
  }
  .hero-wholehams-page p {
    font-size: 1rem;
  }
  .hero-wholehams-page .content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  .hero-wholehams-page .content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .hero-wholehams-page .content {
    margin: 6rem 0;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  .hero-wholehams-page {
    padding: 0 4rem;
    height: 82vh;
    margin: 0 auto;
  }
}
.hero-wholehams-page h4 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.hero-wholehams-page .button-down {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.image-product {
  background: #000;
}
@media (max-width: 768px) {
  .image-product {
    background: #fff;
  }
}

.content-product {
  padding: 0 4rem;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .content-product {
    padding: 0 4rem;
    width: 100%;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  .content-product {
    padding: 0 4rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .content-product {
    padding: 0 4rem;
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 790px) {
  .content-product {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .content-product .product_title {
    font-size: 1.6rem;
  }
}
.content-product .description-product {
  font-family: "Gordita";
  font-weight: 500;
  font-size: 16px;
  color: #686868;
}
.content-product .price-product {
  font-size: 28px;
  font-family: "Gordita";
  font-weight: 500;
}
@media (min-width: 768px) {
  .content-product .price-product {
    font-size: 1.5rem;
  }
}
.content-product .attributes-product {
  padding: 0;
  font-family: "Gordita";
  font-size: 14px;
  font-weight: 400;
}
.content-product .buttons-product .added_to_cart {
  display: none;
}
.content-product .btn {
  padding: 1rem 1rem 0.75rem;
  font-weight: 500;
}

.reviews-wholehams {
  background: -webkit-linear-gradient(212.51deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  background: -o-linear-gradient(212.51deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  background: linear-gradient(237.49deg, #F8F4EF 30.54%, rgba(248, 244, 239, 0) 102.37%);
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.reviews-wholehams .slick-prev {
  color: #131313;
}
.reviews-wholehams .slick-prev:before {
  color: #131313;
}
.reviews-wholehams .slick-next {
  color: #131313;
}
.reviews-wholehams .slick-next:before {
  color: #131313;
}
.reviews-wholehams h2 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  text-transform: uppercase;
}
.reviews-wholehams h3 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #DCAA5F;
}
.reviews-wholehams .review {
  margin: 0 1rem;
}
.reviews-wholehams .review .shadow-md {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reviews-wholehams .review .shadow-md {
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .reviews-wholehams .review .shadow-md {
    height: 520px;
  }
}
@media (min-width: 1440px) and (max-width: 2500px) {
  .reviews-wholehams .review .shadow-md {
    height: 520px;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .reviews-wholehams .review .shadow-md {
    height: 520px;
  }
}
.reviews-wholehams .review .content-review .profile-review-content {
  color: #686868;
  font-size: 14px;
  font-family: roboto;
}
.reviews-wholehams .review .content-review h4 {
  font-family: "Gordita";
  font-weight: 500;
  font-size: 14px;
}
.reviews-wholehams .review .content-review p {
  font-family: "Gordita";
  font-size: 14px;
  color: #686868;
}

.icons-three {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 639px) {
  .icons-three {
    border: none;
  }
}

.content-message .message {
  border-right: 1px solid #F2F2F2;
}
.content-message .message:last-child {
  border-right: 1px solid transparent;
}
.content-message .message .icon-message {
  margin-right: 1rem;
}
.content-message .message .icon-message svg {
  width: 55px;
  height: 55px;
}
@media (max-width: 639px) {
  .content-message .message .icon-message {
    margin: 0 auto;
  }
}
.content-message .message .text-message {
  font-family: "Gordita";
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  line-height: 22px;
  margin: auto;
  text-align: center;
}

.bg-protected {
  background: #F8F4EF;
}
.bg-protected .protected-description {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  font-family: "Gordita";
  color: #282828;
}

.difference h2 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .difference h2 {
    line-height: 28px;
  }
}
.difference .text-card {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .difference .cards-difference {
    overflow: hidden;
  }
}
.difference .cards-difference .popular-card {
  border: 1px solid #D3AE76;
}
.difference .cards-difference .border-card {
  border: 1px solid #DDDDDD;
}
.difference .cards-difference ul {
  padding: 0;
}
.difference .cards-difference ul li {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.difference .cards-difference span {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 639px) {
  .difference .cards-difference .card {
    margin: 0 1rem;
  }
}

.preserving .content h3 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.preserving .content p {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}

.faq.wholehams h2 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.videos-wholehams {
  background: -webkit-gradient(linear, left top, left bottom, from(#455064), to(#1B202D));
  background: -webkit-linear-gradient(top, #455064 0%, #1B202D 100%);
  background: -o-linear-gradient(top, #455064 0%, #1B202D 100%);
  background: linear-gradient(180deg, #455064 0%, #1B202D 100%);
}
.videos-wholehams #feat_tapas .tapas h4 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  /* or 153% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.videos-wholehams #feat_tapas .tapas p {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */
  /* GrayScale/Texts */
  color: #686868;
}
.videos-wholehams .video-iframe {
  display: none;
}

.kit {
  background: -webkit-linear-gradient(352.7deg, #2F2F2F -5.44%, #131313 92.61%);
  background: -o-linear-gradient(352.7deg, #2F2F2F -5.44%, #131313 92.61%);
  background: linear-gradient(97.3deg, #2F2F2F -5.44%, #131313 92.61%);
}
.kit h2 {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.kit p {
  font-family: "Gordita";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  /* or 129% */
  /* GrayScale/White */
  color: #FFFFFF;
}
.kit .list-kit {
  grid-template-columns: 12fr 1fr 12fr 1fr 12fr;
  grid-gap: 10px;
}
.kit .list-kit span {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
}
.kit .kit-single {
  text-align: center;
}
.kit .kit-single p {
  font-family: "Gordita";
  margin-top: 1rem;
}
.kit .kit-single:hover {
  cursor: pointer;
}

.closing .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.closing .btn svg {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  fill: #fff;
}

.btn:hover {
  cursor: pointer;
}

.img-modal:hover {
  cursor: pointer;
}

.image-product:hover {
  cursor: pointer;
}

.bottom-10 {
  bottom: 10%;
}

.left-45 {
  left: 45%;
}
@media (max-width: 639px) {
  .left-45 {
    left: 30%;
  }
}

.template-wholehams .modaal-wrapper {
  z-index: 1000 !important;
}

@media (max-width: 639px) {
  img#modal-seemore {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #section-hero-wholehams {
    height: 90vh;
  }
}

.content-unique-jams .box-stats {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
}
.content-unique-jams .box-stats:last-child {
  border-bottom: none;
}
.content-unique-jams .box-stats h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #222;
}
.content-unique-jams .box-stats .item-stats {
  margin-bottom: 2rem;
}
.content-unique-jams .box-stats .item-stats .text-stats {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
.content-unique-jams .box-stats .item-stats .text-stats .svg-inline--fa {
  color: #d3ae76;
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.content-unique-jams .box-stats .item-stats .text-stats h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.content-unique-jams .cta-trust-block {
  padding: 2rem;
  border-radius: 8px;
  margin-top: 2rem;
}
.content-unique-jams .cta-trust-block .btn:hover {
  -webkit-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.content-unique-jams .trust-badges-svg .badges-text {
  font-size: 14px;
}

.block-btn {
  display: none !important;
}

a#cfw-login-modal-trigger {
  color: #0078ba !important;
  font-weight: 500 !important;
}

input#billing_phone {
  display: none;
}

textarea#order_comments {
  display: none;
}

.cross-sells .stock-notify {
  display: none;
}
.cross-sells .button.product_type_simple, .cross-sells body.single-product .product_type_simple.single_add_to_cart_button, body.single-product .cross-sells .product_type_simple.single_add_to_cart_button, .cross-sells body.single-product .product_type_simple.product_add_on, body.single-product .cross-sells .product_type_simple.product_add_on {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.welcomeback {
  position: relative;
}

.container-wb {
  grid-template-columns: 6fr 6fr;
}
@media (max-width: 639px) {
  .container-wb {
    grid-template-columns: 1fr !important;
  }
  .container-wb .hidden-wb {
    margin: 0 auto;
  }
  .container-wb .hide-container {
    margin-top: 1rem;
    text-align: center;
  }
  .container-wb .hide-container p {
    font-size: 10px;
    margin-top: -6px;
  }
  .container-wb .hide-container .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.container-wb .rigth-welcomeback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 5px;
  margin-right: 2rem;
}
.container-wb .rigth-welcomeback .view-mobile a {
  display: none;
}
@media (max-width: 639px) {
  .container-wb .rigth-welcomeback {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr !important;
    grid-gap: 10px;
    text-align: center;
  }
  .container-wb .rigth-welcomeback .view-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container-wb .rigth-welcomeback .view-mobile a {
    display: block;
  }
}
.container-wb .rigth-welcomeback.wb-cart {
  grid-template-columns: 4fr 8fr;
  grid-gap: 10px;
}
.container-wb .rigth-welcomeback .products-historial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 639px) {
  .container-wb .rigth-welcomeback .products-historial {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container-wb .rigth-welcomeback .products-historial .tracking-wider {
    display: none;
  }
}
.container-wb .left-welcomeback {
  opacity: 0;
}
@media (max-width: 639px) {
  .container-wb .left-welcomeback {
    text-align: center;
  }
  .container-wb .left-welcomeback h2 {
    display: none;
  }
}
.container-wb .gg-chevron-up:hover {
  cursor: pointer;
}
.container-wb figure {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .container-wb figure {
    width: 80px;
    height: 80px;
  }
}
.container-wb figure img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container-wb figure img:hover {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
     transform: scale(1.3);
}

.hide-container {
  text-align: center;
  position: absolute;
  bottom: -5px;
  right: 5vh;
}
@media (max-width: 639px) {
  .hide-container {
    text-align: center;
    margin-top: 1rem;
  }
}
.hide-container:hover {
  cursor: pointer;
}
.hide-container .btn:hover {
  cursor: pointer;
}
@media (max-width: 639px) {
  .hide-container .btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .hide-container .hidden-wb {
    margin: 0 auto;
    font-size: 10px;
    margin-bottom: 1rem;
  }
}
.hide-container p {
  font-size: 8px;
  margin-top: -8px;
}
@media (max-width: 639px) {
  .hide-container p {
    margin-right: 0px;
    display: none;
  }
}

/*
 // ADD TO CART
 form.cart {
    @screen xs {
        @apply flex-wrap;
    }
    @screen md {
        @apply flex-no-wrap;
    }
    &:not(.variations_form) {
        >* {
            //apply mr-4;
        }
    }
    // VARIATIONS
    &.variations_form {
        // @apply inline-block;
        .reset_variations {
            @apply hidden;
        }
        table.variations {
            @apply my-2 w-full;
            tr td.label {
                @apply hidden pr-8 font-bold;
            }
            tr td.value {
                @apply relative;
                select {
                    @apply hidden;
                }
                .variation-radios {
                    .variation {
                        input:checked {
                            &+label {
                                @apply border-2 border-gold-200;
                            }
                        }
                    }
                }
            }
        }
        .single_variation_wrap,
        .woocommerce-variation-add-to-cart {
            @apply flex md_inline-flex items-center;
            >*:not(.button) {
                @apply mr-4;
                &:last-child {
                    @apply mr-0;
                }
            }
        }
        .variations_button .price {
            @apply hidden; //Hide variation price range
        }
    }
    //Buy now
    .woocommerce-variation-add-to-cart,
    .single_add_to_cart_button {
        @apply mr-0 mt-2;
    }
    .qty {
        @apply bg-white border border-gray-400 px-4 py-1 rounded w-16;
    }
    .price {
        @apply mb-0;
        ins,
        del {
            @apply mx-2 no-underline;
        }
        del {
            text-decoration: line-through;
        }
        .amount {
            @apply font-bold text-2xl;
            @screen md {
                @apply text-3xl;
            }
        }
    }
    #presentation {
        @apply block appearance-none w-full bg-white border border-gray-400 px-4 py-2 pr-8 rounded shadow leading-tight;
    }
    @screen sm {
        .button {
            @apply px-12;
        }
    }
    &.bundle_form {
        .bundled_product {
            display: none;
        }
        .bundle_button {
            @apply flex flex-wrap w-full items-center justify-center py-2 mt-2 space-x-1 border-t border-gray-200;
            @screen md {
                @apply md_w-auto md_justify-start md_space-x-3;
            }
        }
    }
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("~slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("~slick-carousel/slick/fonts/slick.eot");
  src: url("~slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("~slick-carousel/slick/fonts/slick.woff") format("woff"), url("~slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("~slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
  * This injects all of Tailwind's utility classes, generated based on your
  * config file.
  */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-left-3{
  left: -0.75rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-auto{
  top: auto;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-6{
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-full{
  grid-column: 1 / -1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-4{
  margin-right: -1rem;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-3\/5{
  min-height: 60vh;
}
.\!w-auto{
  width: auto !important;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-5\/6{
  width: 83.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-9\/12{
  width: 75%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-auto{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.origin-center{
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}
.rotate-180{
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-spin{
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}
.content-start{
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-stretch{
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around{
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.gap-x-2{
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.gap-x-3{
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.gap-x-4{
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gap-x-6{
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-divide-opacity, 1));
}
.self-center{
  -ms-flex-item-align: center;
      align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(198 246 213 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gold-100{
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 239 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(72 187 120 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(237 137 54 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(197 48 48 / var(--tw-bg-opacity, 1));
}
.bg-river-500{
  --tw-bg-opacity: 1;
  background-color: rgb(77 92 107 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-b{
  background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: -webkit-linear-gradient(top left, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(top left, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(left, var(--tw-gradient-stops));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gold-100{
  --tw-gradient-from: #F8F4EF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 244 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100{
  --tw-gradient-from: #f7fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700{
  --tw-gradient-from: #4a5568 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 85 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500{
  --tw-gradient-from: #48bb78 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(72 187 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #38a169 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 161 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-900{
  --tw-gradient-to: #1a202c var(--tw-gradient-to-position);
}
.to-green-500{
  --tw-gradient-to: #48bb78 var(--tw-gradient-to-position);
}
.to-green-600{
  --tw-gradient-to: #38a169 var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-200\%{
  background-size: 200%;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.stroke-none{
  stroke: none;
}
.stroke-primary{
  stroke: #D3AE76;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-52{
  padding-top: 13rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-80{
  padding-top: 20rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: Gordita, sans-serif;
}
.font-serif{
  font-family: Aleo, serif;
}
.text-2xl{
  font-size: 1.33rem;
}
.text-3xl{
  font-size: 1.5rem;
}
.text-4xl{
  font-size: 1.7rem;
}
.text-5xl{
  font-size: 2rem;
}
.text-6xl{
  font-size: 2.25rem;
}
.text-7xl{
  font-size: 2.5rem;
}
.text-8xl{
  font-size: 3rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.2rem;
}
.text-xs{
  font-size: 0.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0;
}
.tracking-wide{
  letter-spacing: .1em;
}
.tracking-wider{
  letter-spacing: .2em;
}
.tracking-widest{
  letter-spacing: .4em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-boulder-100{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity, 1));
}
.text-boulder-300{
  color: rgba(98, 98, 98, 1);
}
.text-boulder-500{
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}
.text-current{
  color: currentColor;
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(39 103 73 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.text-river-100{
  --tw-text-opacity: 1;
  color: rgb(139 145 154 / var(--tw-text-opacity, 1));
}
.text-river-500{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(210 54 41 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.placeholder-gray-500::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity, 1));
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -o-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-colors{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-opacity{
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.col-count-2{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 639px){
  .xs\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .xs\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xs\:container{
      max-width: 1280px;
    }
  }
  .xs\:aspect-w-4{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .xs\:aspect-w-4 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .xs\:aspect-w-4{
    --tw-aspect-w: 4;
  }
  .xs\:aspect-h-3{
    --tw-aspect-h: 3;
  }
}
@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  .md\:aspect-w-1{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .md\:aspect-w-1 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-none{
    position: static;
    padding-bottom: 0;
  }
  .md\:aspect-none > *{
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .md\:aspect-w-1{
    --tw-aspect-w: 1;
  }
  .md\:aspect-h-1{
    --tw-aspect-h: 1;
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
}
.focus-within\:z-10:focus-within{
  z-index: 10;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 174 118 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(197 48 48 / var(--tw-bg-opacity, 1));
}
.hover\:bg-river-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(77 92 107 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.hover\:text-river-500:hover{
  --tw-text-opacity: 1;
  color: rgb(77 92 107 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-\[\#D3AE76\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(211 174 118 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#D3AE76\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 174 118 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(211 174 118 / var(--tw-text-opacity, 1));
}
.first-line\:font-bold:first-line{
  font-weight: 700;
}
.first-line\:font-normal:first-line{
  font-weight: 400;
}
@media (max-width: 639px){
  .xs\:sticky{
    position: sticky;
  }
  .xs\:top-0{
    top: 0px;
  }
  .xs\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xs\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xs\:order-first{
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }
  .xs\:order-last{
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }
  .xs\:m-auto{
    margin: auto;
  }
  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xs\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xs\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xs\:-mt-1{
    margin-top: -0.25rem;
  }
  .xs\:mb-8{
    margin-bottom: 2rem;
  }
  .xs\:mt-8{
    margin-top: 2rem;
  }
  .xs\:block{
    display: block;
  }
  .xs\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs\:grid{
    display: grid;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:h-1\/2{
    height: 50%;
  }
  .xs\:h-80{
    height: 20rem;
  }
  .xs\:h-auto{
    height: auto;
  }
  .xs\:h-screen{
    height: 100vh;
  }
  .xs\:w-2{
    width: 0.5rem;
  }
  .xs\:w-2\/3{
    width: 66.666667%;
  }
  .xs\:w-24{
    width: 6rem;
  }
  .xs\:w-8\/12{
    width: 66.666667%;
  }
  .xs\:w-full{
    width: 100%;
  }
  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xs\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xs\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xs\:gap-0{
    gap: 0px;
  }
  .xs\:gap-4{
    gap: 1rem;
  }
  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .xs\:overflow-hidden{
    overflow: hidden;
  }
  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }
  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }
  .xs\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }
  .xs\:bg-gradient-to-b{
    background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .xs\:bg-none{
    background-image: none;
  }
  .xs\:from-black{
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .xs\:from-white{
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .xs\:p-2{
    padding: 0.5rem;
  }
  .xs\:p-6{
    padding: 1.5rem;
  }
  .xs\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xs\:pb-12{
    padding-bottom: 3rem;
  }
  .xs\:pb-20{
    padding-bottom: 5rem;
  }
  .xs\:pt-0{
    padding-top: 0px;
  }
  .xs\:pt-32{
    padding-top: 8rem;
  }
  .xs\:text-center{
    text-align: center;
  }
  .xs\:text-2xl{
    font-size: 1.33rem;
  }
  .xs\:text-7xl{
    font-size: 2.5rem;
  }
  .xs\:text-base{
    font-size: 1rem;
  }
  .xs\:text-sm{
    font-size: 0.875rem;
  }
  .xs\:text-xl{
    font-size: 1.2rem;
  }
  .xs\:text-xs{
    font-size: 0.75rem;
  }
  .xs\:leading-8{
    line-height: 2rem;
  }
}
@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:inset-0{
    inset: 0px;
  }
  .md\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md\:order-5{
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:-mr-4{
    margin-right: -1rem;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-1{
    margin-left: 0.25rem;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-2{
    height: 0.5rem;
  }
  .md\:h-40{
    height: 10rem;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-2\.5{
    width: 0.625rem;
  }
  .md\:w-2\/12{
    width: 16.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:max-w-xs{
    max-width: 20rem;
  }
  .md\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-5{
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .md\:gap-x-6{
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded{
    border-radius: 0.25rem;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-gradient-to-b{
    background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .md\:bg-cover{
    background-size: cover;
  }
  .md\:bg-center{
    background-position: center;
  }
  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.33rem;
  }
  .md\:text-3xl{
    font-size: 1.5rem;
  }
  .md\:text-4xl{
    font-size: 1.7rem;
  }
  .md\:text-5xl{
    font-size: 2rem;
  }
  .md\:text-6xl{
    font-size: 2.25rem;
  }
  .md\:text-8xl{
    font-size: 3rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-xl{
    font-size: 1.2rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:uppercase{
    text-transform: uppercase;
  }
  .md\:leading-7{
    line-height: 1.75rem;
  }
  .md\:tracking-widest{
    letter-spacing: .4em;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:float-right{
    float: right;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:-mt-40{
    margin-top: -10rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-3\/6{
    width: 50%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-44{
    width: 11rem;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:w-80{
    width: 20rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-none{
    grid-template-rows: none;
  }
  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg\:content-center{
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:rounded{
    border-radius: 0.25rem;
  }
  .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-contain{
    background-size: contain;
  }
  .lg\:bg-right-bottom{
    background-position: right bottom;
  }
  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }
  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pl-24{
    padding-left: 6rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 1.33rem;
  }
  .lg\:text-7xl{
    font-size: 2.5rem;
  }
  .lg\:text-8xl{
    font-size: 3rem;
  }
  .lg\:text-base{
    font-size: 1rem;
  }
  .lg\:leading-7{
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(74 85 104 / var(--tw-divide-opacity, 1));
  }
  .dark\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(113 128 150 / var(--tw-border-opacity, 1));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
  }
  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity, 1));
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .dark\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity, 1));
  }
  .dark\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity, 1));
  }
  .dark\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity, 1));
  }
  .dark\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity, 1));
  }
  .dark\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(203 213 224 / var(--tw-placeholder-opacity, 1));
  }
  .dark\:ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748;
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity, 1));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
