/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, legacy, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-brand: #E8875A;
    --color-ink: #2D2520;
  }
}
@layer legacy {
  .grecaptcha-badge {
    display: none !important;
  }
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
  }
  #cboxWrapper {
    max-width: none;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  #cboxOverlay {
    background: rgba(0,0,0,.9);
  }
  #colorbox {
    outline: 0;
  }
  #cboxContent {
    background: #fff;
    overflow: hidden;
  }
  .cboxIframe {
    background: #fff;
  }
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  #cboxLoadedContent {
    margin-bottom: 28px;
  }
  #cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
  }
  #cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
  }
  #cboxNext {
    outline: none !important;
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(images/icons/right.svg) center center no-repeat;
    background-size: auto 8px;
    width: 40px;
    height: 40px;
    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;
    border: 1px solid #2F3534;
    font-size: 0;
  }
  #cboxPrevious {
    outline: none !important;
    position: absolute;
    top: 50%;
    left: 20px;
    background: url(images/icons/left.svg) center center no-repeat;
    background-size: auto 8px;
    width: 40px;
    height: 40px;
    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;
    border: 1px solid #2F3534;
    font-size: 0;
  }
  #cboxClose {
    utline: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(images/icons/close.svg) center center no-repeat;
    background-size: auto 8px;
    width: 40px;
    height: 40px;
    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;
    border: 1px solid #2F3534;
    font-size: 0;
  }
  .owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
  }
  .owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none;
  }
  .no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  .owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #2F3534;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  ul {
    list-style: none;
  }
  body, input, textarea, select {
    font-family: "Montserrat", sans-serif;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
    line-height: 1.65;
    color: #2F3534;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FEFCF7;
  }
  .container {
    margin: 0 auto;
  }
  .flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .spaceBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .alignCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .btn, .textFormat .btn, .cookiesClose, .textFormat a.page-numbers, a.page-numbers, input[type="submit"] {
    background: #DF8D61;
    color: #fff;
  }
  .textFormat a {
    color: #DF8D61;
    text-decoration: underline;
  }
  ul.menu a {
    color: #2F3534;
  }
  .textFormat a:not(.btn):hover, ul.menu a:hover {
    color: #DF8D61;
  }
  .btn:hover, .textFormat .btn:hover, .cookiesClose:hover, .textFormat a.page-numbers:hover, a.page-numbers:hover, input[type="submit"]:hover, input[type="submit"] {
    background: #2F3534;
  }
  .btn {
    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;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    border-radius: 25px;
  }
  body > header {
    padding: 1.5rem 0;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    z-index: 2;
    position: relative;
  }
  .topCart {
    padding: 0 1rem;
  }
  .cart-count {
    background: #DF8D61;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: .75rem;
    color: white;
    text-decoration: none;
    font-size: .75rem;
    display: block;
    text-align: center;
    margin: 0 0 0 .5rem;
  }
  .topCart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .topBtn a {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .75rem 1.5rem;
  }
  .topBtn a img {
    margin: 0 .75rem 0 0;
  }
  .topSocial a {
    margin: 0 0 0 1rem;
  }
  #desktopMenu ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #desktopMenu ul.menu > li {
    margin: 0 0 0 2rem;
  }
  #desktopMenu ul.menu a {
    text-decoration: none;
  }
  ul.menu li a {
    text-transform: uppercase;
  }
  #desktopMenu ul.sub-menu {
    list-style: none;
  }
  #desktopMenu li.menu-item-has-children {
    position: relative;
  }
  #desktopMenu li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #desktopMenu li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #desktopMenu li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(images/icons/down.svg) center center no-repeat;
    background-size: .5rem auto;
    margin: 0 0 0 .25rem;
  }
  #desktopMenu ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 2rem;
    left: -.5rem;
    min-width: 220px;
    padding: .5rem 1rem;
    background: none;
    z-index: 999999;
    visibility: hidden;
    -webkit-transition: 0.2s .2s;
    -o-transition: 0.2s .2s;
    transition: 0.2s .2s;
    opacity: 0;
    text-align: left;
    font-size: 0.875rem;
    background: #fff;
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
    border-radius: 1rem;
  }
  ul.sub-menu li a {
    padding: .5rem 0;
    display: block;
  }
  #openMenu, #closeMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    position: fixed;
    right: 5%;
    top: 1rem;
    z-index: 999999;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mobileMenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 100vh;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    z-index: 99999;
    padding: 3rem 2rem 10rem;
    overflow-y: scroll;
    z-index: 99999999;
  }
  #mobileMenu li {
    text-align: center;
    margin: 0;
  }
  #mobileMenu li a {
    display: block;
    padding: .5rem 0;
    text-decoration: none;
  }
  #mobileMenu ul {
    font-size: 1.125rem;
  }
  #mobileMenu ul.sub-menu {
    font-size: .875rem;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
  }
  .hiddenBody {
    overflow-y: hidden;
    position: relative;
    height: 100%;
  }
  .page-numbers {
    padding: .75rem 1.25rem;
    border-radius: 4px;
    margin: 0 .5rem;
    text-decoration: none;
  }
  span.page-numbers {
    border: 1px solid #e7e7e7;
  }
  span.page-numbers.dots {
    border: none;
  }
  #breadcrumbs a, .breadcrumb_last {
    margin: 0 1rem;
  }
  @media all and (max-width: 767px) {
    .page-numbers {
      display: flex;
      margin-bottom: 1rem;
      flex-wrap: wrap;
    }
  }
  .textFormat p, .textFormat ul, .textFormat ol, .textFormat table, .textFormat blockquote, .textFormat h1, .textFormat h2, .textFormat h3, .textFormat h4, .textFormat h5, .textFormat h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
  }
  .textFormat ul, .textFormat ol {
    padding-left: 1.5rem;
  }
  .textFormat ul {
    list-style-type: disc;
  }
  .textFormat blockquote p:last-child {
    margin-bottom: 0;
  }
  .textFormat blockquote {
    background: #f9f9f9;
    padding: 2rem;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table {
    width: 100%;
    margin-bottom: 20px;
  }
  td, th {
    border: 1px solid #e7e7e7;
    padding: .5rem;
    text-align: left;
  }
  .textFormat a:hover {
    text-decoration: underline;
  }
  .textFormat h1, h1 {
    font-size: 2.5rem;
  }
  .textFormat h2, h2 {
    font-size: 1.75rem;
  }
  .textFormat h3, h3 {
    font-size: 1.5rem;
  }
  .textFormat h4, h4 {
    font-size: 1.315rem;
  }
  .textFormat h5, h5 {
    font-size: 1rem;
  }
  .textFormat h6, h6 {
    font-size: 1rem;
  }
  h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
  }
  .owl-dot {
    margin: 0 .5rem;
    display: inline-block;
  }
  .owl-dot span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 1rem;
    opacity: .3;
  }
  .owl-dot.active span, .owl-dot span:hover {
    background: #fff;
    opacity: 1;
  }
  .owl-dots {
    text-align: center;
    margin-top: 1rem;
  }
  .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -30px;
    text-align: center;
    z-index: 99999;
  }
  .owl-prev {
    left: 1rem;
    background: url(images/icons/white/left.svg) center center no-repeat;
    background-size: 1rem auto;
  }
  .owl-next {
    right: 1rem;
    background: url(images/icons/white/right.svg) center center no-repeat;
    background-size: 1rem auto;
  }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: .5rem;
    width: 100%;
    height: 50px;
    border: 1px solid #e7e7e7;
    background: #fff;
    display: block;
    line-height: 50px;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  textarea {
    height: 245px;
    line-height: 1.5;
    padding: 1rem;
  }
  input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #e7e7e7 !important;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    border-color: #e7e7e7;
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 22px;
    flex-basis: 22px;
  }
  input[type="submit"] {
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    cursor: pointer;
    border: none;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: red;
    background: rgba(237, 88, 95, .2);
    margin-bottom: 0;
  }
  span.wpcf7-list-item {
    margin: 0 !important;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #666;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #666;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #666;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1;
    color: #666;
  }
  input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #666;
  }
  .wpcf7-acceptance label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5rem;
  }
  .wpcf7-acceptance label input + span, .checkboxAcceptanceSpan {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .875rem;
    text-align: justify;
  }
  .wpcf7-acceptance label input[type="checkbox"] {
    margin: .25rem 1rem 0 0;
  }
  footer {
    padding: 5rem 0 7rem;
    background: #2F3534;
    color: #f7f7f7;
  }
  .footerAuthor {
    margin-left: auto;
  }
  #cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    font-size: .875rem;
    line-height: 1.4;
    z-index: 99999;
  }
  .cookiesText {
    margin: .5rem 1rem 0 0;
  }
  .cookiesInner {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .cookiesClose {
    margin-left: auto;
    color: #fff;
    padding: .5rem 1.5rem;
    text-decoration: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cookiesClose:hover {
    opacity: .8;
  }
  #gotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #DF8D61;
    width: 2rem;
    height: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    z-index: 9999999;
  }
  #gotop img {
    width: 8px;
  }
  #cboxContent {
    background: none;
  }
  .accord {
    margin: 0 0 1.5rem;
    border-bottom: 1px dashed #ccc;
  }
  .aDesc {
    display: none;
    padding: 1rem 0 3rem;
  }
  .aTitle {
    cursor: pointer;
    padding: 0 0 1.5rem;
  }
  .aTitle h5 {
    margin: 0;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aTitle h5:after {
    content: '+';
    margin-left: auto;
    background: #DF8D61;
    width: 2rem;
    height: 2rem;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    font-weight: normal;
  }
  .aTitle:hover h5:after {
    background: #2F3534;
  }
  .aTitle h5.active:after {
    content: '-';
    background: #2F3534;
  }
  .home .faqContent {
    padding: 0 6rem;
  }
  .introContent {
    padding: 15rem 0;
    color: #fff;
    max-width: 600px;
  }
  .introBtns {
    margin: 2rem 0 0;
  }
  .introBtns .btn {
    margin: 0 2rem 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .75rem 1.5rem;
    width: auto;
  }
  .introBtns .btn:last-child {
    margin: 0;
  }
  .btn.secondary {
    background: none;
    border: 1px solid white;
  }
  .btn.secondary:hover {
    background: #fff;
    color: #DF8D61;
  }
  #offer {
    padding: 5rem 0;
  }
  .heading {
    margin-bottom: 2rem;
  }
  .offerContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offerContent , .pagePricingContent {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .offerItem {
    padding: 3rem 2rem 4rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    border-radius: 1rem;
    -ms-flex-preferred-size: calc( 33.333% - 2rem);
    flex-basis: calc( 33.333% - 2rem);
  }
  .offerIcon img {
    display: block;
    margin: 0 auto 2rem;
  }
  .offerTitle {
    text-align: center;
    margin: 0 0 1rem;
  }
  .offerTitle a {
    color: #2F3534;
    text-decoration: none;
  }
  .textFormat ul {
    list-style: none;
  }
  .textFormat ul li {
    background: url(images/check2.svg) no-repeat;
    background-size: 1rem 1rem;
    background-position: top 5px left;
    padding: 0 0 0 2rem;
    margin: 0 0 1rem;
  }
  .offerItem ul , .pricingDesc ul {
    margin-left: 0;
    padding-left: 0;
  }
  .aboutR .btn {
    margin-left: 0;
  }
  .aboutL, .aboutR {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 2rem;
  }
  .aboutL img {
    border-radius: 1rem;
  }
  #about {
    padding: 5rem 0;
    background: #FDF9F3;
  }
  #aboutSocial {
    padding: 3.5rem 0;
    background: #FCF3E4;
  }
  .aboutSocialRight .btn {
    margin: 0 0 0 2rem;
    display: inline-block;
    width: auto;
    padding: .75rem 2.5rem;
  }
  #shop {
    background: #FDF9F3;
    padding: 5rem 0;
  }
  .productItem img {
    border-radius: 1rem;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 0 1rem;
  }
  .productItem a {
    color: #2F3534;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  h4.productTitle {
    margin: 0 0 1rem;
  }
  .productItem {
    text-align: center;
  }
  .featuredProducts {
    margin: 0 0 2rem;
  }
  #blog {
    padding: 5rem 0;
  }
  .blogItem img {
    border-radius: 1rem;
    margin: 0 0 1rem;
  }
  .blogItem a h4 {
    color: #2F3534;
  }
  .blogItemBtn .btn {
    display: inline-block;
    width: auto;
    padding: .75rem 1.5rem;
    margin-left: 0;
  }
  .blogItemThumbImg {
    height: 0;
    width: 100%;
    display: block;
    padding-bottom: 75%;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .blogItemTags {
    font-size: .875rem;
  }
  #contact {
    padding: 5rem 0;
  }
  .cLeft {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cRight {
    background: #DF8D61;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: auto;
    padding: 2rem;
    border-radius: 1rem;
    color: #fff;
  }
  input, textarea {
    border-radius: .5rem;
  }
  .cIcons {
    padding: .5rem 0 2rem 0;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .cTxt p {
    margin: 0;
  }
  .cImg {
    margin: 0 1.5rem 0 0;
  }
  .cIcon {
    margin: 2rem 0;
  }
  .cSocial a {
    text-decoration: none;
    margin: 0 1rem 0 0;
  }
  .cTxt a {
    color: #2F3534;
    text-decoration: none;
  }
  #pageIntro {
    background: #DF8D61;
    color: #fff;
    padding: 1rem 0 0;
  }
  #pageIntro h1 {
    padding: 0;
    margin: 0;
    padding: .5rem 0 1rem;
    line-height: 1;
  }
  #breadcrumbs, #breadcrumbs a {
    color: #fff;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  #pageContent {
    padding: 3rem 0 1.5rem;
  }
  .page-id-80 #offer {
    padding: 3rem 0 5rem;
  }
  .blockImg img {
    border-radius: 1rem;
  }
  .blockImg {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 2rem;
  }
  .blockTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem;
  }
  #pagePricing, #pagePricing2, #pagePricing3 {
    padding: 5rem 0;
    background: #FDF9F3;
    margin-top: 3rem;
  }
  .pricingItem {
    padding: 3rem 2rem 4rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    border-radius: 1rem;
    -ms-flex-preferred-size: calc( 33.333% - 2rem);
    flex-basis: calc( 33.333% - 2rem);
  }
  .pricingPrice {
    color: #DF8D61;
    font-size: 3rem;
    font-weight: bold;
  }
  .pricingPriceBottom {
    text-align: center;
    font-size: .875rem;
    margin: 0 0 2rem;
  }
  .pagePricingContent {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #pageFaq {
    padding: 5rem 0 3rem;
  }
  .archiveFlex {
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archiveFlex .blogItem {
    -ms-flex-preferred-size: calc( 33.333% - 2rem);
    flex-basis: calc( 33.333% - 2rem);
  }
  .pagi {
    padding: 3rem 0;
  }
  .postThumbnail img {
    border-radius: 1rem;
    margin: 0 auto 2rem;
  }
  .page-id-82 #pageContent {
    display: none;
  }
  .blockTxt .btn {
    margin: 1rem 0 0;
    width: auto;
    padding: .75rem 1.5rem;
    display: inline-block;
    line-height: 1;
    height: auto;
  }
  .aboutNewsletter {
    margin-top: 3rem;
    padding: 2rem;
    border: 5px solid #DF8D61;
    border-radius: 1rem;
    background: #FDF9F3;
  }
  .aboutNewsletter input[type="submit"] {
    max-width: 280px;
    margin: 0 auto;
  }
  .shopFlex .sidebar {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
  .shopFlex .main {
    -ms-flex-preferred-size: calc( 100% - 300px );
    flex-basis: calc( 100% - 300px );
    margin-left: auto;
  }
  .shopFlex .sidebar ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .shopFlex .sidebar ul.menu li a {
    text-transform: none !important;
  }
  .shopFlex .sidebar a {
    text-decoration: none;
    color: #2F3534;
  }
  .textFormat ul li {
    margin-bottom: 0.5rem;
  }
  .shopFlex .sidebar h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .shopFlex .sidebar .widget {
    margin-bottom: 2rem;
  }
  .shopFlex {
    padding: 3rem 0;
  }
  .woocommerce-result-count, .woocommerce-ordering {
    display: none;
  }
  .woocommerce ul.products li.product a img {
    border-radius: 1rem;
  }
  .products li.product {
    text-align: center;
  }
  .products .woocommerce-loop-product__title {
    display: block;
    font-size: 1rem !important;
    color: #2F3534;
    padding: 0 0 .5rem !important;
  }
  .products .price {
    color: #2F3534 !important;
    font-size: .875rem !important;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #DF8D61 !important;
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ccc !important;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    background: #DF8D61;
    border-radius: 1.5rem;
    color: #fff;
    font-weight: normal;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #2F3534;
  }
  .single-product .summary .price {
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #2F3534 !important;
  }
  .woocommerce div.product form.cart .button , .wc-block-cart__submit-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, body.single-product .eb-product-page .single_add_to_cart_button {
    background: #DF8D61 !important;
    border-radius: 2rem !important;
    width: 240px !important;
    height: 60px !important;
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    text-decoration: none !important;
    text-align: center !important;
  }
  .wc-block-cart__submit-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100% !important;
    margin-top: 2rem !important;
  }
  .woocommerce div.product form.cart .button:hover, .wc-block-cart__submit-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background: #2F3534 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: 0 0 2rem !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    font-size: 1.25rem;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #DF8D61 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #808080 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce-tabs {
    background: #FFFFFF;
    padding: 2rem;
    border: 1px solid #E7E7E7;
    border-radius: 1rem;
    margin: 0 0 2rem;
  }
  .woocommerce-product-gallery__wrapper img, .woocommerce ul.products li.product a img {
    border-radius: 1rem;
  }
  .wc-block-checkout__form #contact {
    padding: 0;
  }
  .woocommerce form .form-row label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  h3#order_review_heading, #order_review {
    width: 45%;
    float: right;
  }
  form.checkout {
    overflow: hidden;
    padding-bottom: 3rem;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }
  .woocommerce-form__label-for-checkbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
  }
  #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    background: none;
    padding: 0 !important;
  }
  ul.payment_methods {
    margin: 0 !important;
    padding: 0 !important;
  }
  .woocommerce-MyAccount-content .col2-set, .woocommerce-MyAccount-content .col-2, .woocommerce-MyAccount-content .col2-set, .woocommerce-account .col2-set {
    width: 100% !important;
  }
  .woocommerce-account .addresses .title .edit {
    float: none !important;
  }
  .woocommerce-Address {
    margin: 0 0 2rem !important;
  }
  .woocommerce-account .col2-set#customer_login .col-1 {
    width: 48% !important;
  }
  .textFormat ul.woocommerce-order-overview li {
    background: none !important;
  }
  .wpcf7-list-item-label a {
    color: white !important;
  }
  #intro {
    min-height: 86vh;
    height: 100%;
  }
  @media all and (min-width: 1200px) {
    .container {
      width: 1360px;
    }
    #desktopMenu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    #openMenu {
      display: none !important;
    }
  }
  @media all and (min-width: 1024px) and (max-width: 1199px) {
    .container {
      width: 90%;
    }
    #desktopMenu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    #openMenu {
      display: none !important;
    }
    body {
      font-size: 15px;
    }
    .textFormat h1, h1 {
      font-size: 2rem;
    }
    .topBtn {
      display: none;
    }
    .topCart {
      padding: 0 0 0 1rem;
    }
    #logo img {
      width: 220px;
    }
    .introContent {
      padding: 9rem 0;
    }
    #intro {
      background-position: bottom right -50px !important;
    }
    .cLeft {
      padding-right: 3rem;
    }
    .pricingPrice {
      font-size: 2.5rem;
    }
    .textFormat ul li {
      padding: 0 0 0 1.5rem;
    }
    .pricingItem {
      padding: 3rem 1.5rem 4rem;
    }
    .shopFlex .sidebar {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
    }
    .shopFlex .main {
      -ms-flex-preferred-size: calc( 100% - 230px );
      flex-basis: calc( 100% - 230px );
    }
  }
  @media all and (min-width: 1024px) {
    #mobileShopMenu {
      display: none;
    }
    .topBtn {
      margin-left: 2rem;
    }
  }
  @media all and (max-width: 1023px) {
    html {
      font-size: 15px;
    }
    #mobileShopMenu {
      display: block;
      line-height: 50px;
      margin: 2rem auto 0;
    }
    .container {
      width: 90%;
    }
    #desktopMenu {
      display: none !important;
    }
    #openMenu {
      position: static;
      order: 3;
      width: 26px;
      height: 26px;
      margin-left: .25rem;
      z-index: auto;
    }
    body > header #logo {
      order: 1;
    }
    body > header .container > .flex.vCenter.gap-6 {
      order: 2;
    }
    body > header .topSocial {
      display: none;
    }
    body > header {
      padding: 1rem 0;
    }
    body > header .container > .flex.vCenter.gap-6 {
      gap: 1rem;
    }
    #logo img {
      width: 190px;
    }
    .textFormat h1, h1 {
      font-size: 2rem;
    }
    .textFormat h2, h2 {
      font-size: 1.75rem;
    }
    .textFormat h3, h3 {
      font-size: 1.5rem;
    }
    .textFormat h4, h4 {
      font-size: 1.25rem;
    }
    .textFormat h5, h5 {
      font-size: 1.125rem;
    }
    .textFormat h6, h6 {
      font-size: 1rem;
    }
    .introContent {
      padding: 4rem 0;
      max-width: 500px;
    }
    #intro {
      background-position: bottom right -150px !important;
    }
    .topCart a {
      position: relative;
    }
    .offerItem, .pricingItem, .archiveFlex .blogItem {
      -ms-flex-preferred-size: calc(50% - 2rem);
      flex-basis: calc(50% - 2rem);
    }
    .aboutSocialContent {
      display: block;
    }
    .aboutSocialRight .btn {
      margin: 0 2rem 0 0;
    }
    .contactContent {
      display: block;
    }
    .cLeft {
      margin: 0 0 2rem 0;
    }
    footer .container {
      display: block;
    }
    .pagePricingContent {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .shopFlex {
      display: block;
    }
    .shopFlex .sidebar {
      display: none;
    }
    .woocommerce-account .col2-set#customer_login .col-1 {
      width: 100% !important;
    }
    #mobileMenu {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0;
      height: 100%;
      min-height: 100vh;
    }
    #logo2 {
      width: 280px;
    }
  }
  @media all and (max-width: 767px) {
    .cookiesInner, footer .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .cookiesText, .footerCopy {
      margin: 0 0 10px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .footerAuthor, .footerCopy, .cookiesClose {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center;
    }
    .aTitle h5 {
      display: block;
    }
    .aTitle h5:after {
      display: block;
      margin: 1rem 0 0;
    }
    #intro {
      background-size: 140% auto !important;
      background-position: top 0px right !important;
    }
    .introContent {
      padding: 280px 0 4rem;
    }
    .introBtns {
      display: block;
    }
    .introBtns .btn:last-child {
      margin: 1rem 0 0;
    }
    .offerItem, .pricingItem, .archiveFlex .blogItem {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .aboutContent {
      display: block;
    }
    .aboutL, .aboutR {
      padding: 0;
    }
    .aboutL {
      padding: 0 0 2rem;
    }
    .wpcf7-form-control.wpcf7-acceptance {
      margin-bottom: 1rem;
    }
    .pageBlock {
      display: block;
    }
    .blockTxt, .blockImg {
      padding: 1rem 0;
    }
    #mobileMenu ul {
      padding-left: 0;
    }
  }
  .textFormat .woocommerce-NoticeGroup ul li, .wc-block-grid ul li, ul.woocommerce-widget-layered-nav-list li, .textFormat ul.woocommerce-error li {
    background: none !important;
  }
  .woocommerce-error::before {
    display: none !important;
  }
  .wc-block-grid ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
  #coupon_code {
    width: 150px !important;
    height: 36px !important;
  }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #DF8D61 !important;
    border-radius: 2rem !important;
  }
  .space-between {
    justify-content: space-between;
  }
  .topAccount {
    gap: 24px;
  }
  .accountLink, .cartLink {
    display: inline-flex;
    position: relative;
  }
  .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #E8875A;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }
  .cart-count.is-empty {
    display: none;
  }
  :root {
    --eb-brand: #E8875A;
    --eb-ink: #2D2520;
    --eb-muted: #8A8078;
    --eb-line: #F0EBE5;
    --eb-tint: #FDF0E8;
  }
  .woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
  }
  .ebNav {
    flex: 0 0 260px;
    background: #fff;
    border: 1px solid var(--eb-line);
    border-radius: 20px;
    padding: 24px 16px;
  }
  .ebNav__user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px 20px;
  }
  .ebAvatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--eb-tint);
    color: var(--eb-brand);
    font-weight: 600;
    font-size: 14px;
  }
  .ebNav__meta {
    min-width: 0;
  }
  .ebNav__meta strong {
    display: block;
    font-size: 15px;
  }
  .ebNav__meta span {
    display: block;
    font-size: 13px;
    color: var(--eb-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ebNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ebNav li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--eb-ink);
    text-decoration: none;
    transition: background .15s;
  }
  .ebNav li a:hover {
    background: #FAF7F3;
  }
  .ebNav li.is-active a {
    background: var(--eb-brand);
    color: #fff;
    border: 1px solid transparent;
  }
  .ebNav li.is-active a:hover {
    color: var(--eb-brand);
    background: #fff;
    border: 1px solid var(--eb-brand);
  }
  .ebNav li a span {
    flex: 1;
  }
  .ebBadge {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--eb-brand);
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
  }
  .ebNav li.is-active .ebBadge {
    background: #fff;
    color: var(--eb-brand);
  }
  .ebIcon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
  }
  .ebIcon--tile {
    width: 36px;
    height: 36px;
    padding: 8px;
    box-sizing: content-box;
    background: var(--eb-brand);
    border-radius: 10px;
  }
  .ebDash__hello h2 {
    font-size: 32px;
    margin: 0 0 4px;
  }
  .ebDash__hello p {
    color: var(--eb-muted);
    margin: 0 0 32px;
  }
  .ebQuick {
    background: var(--eb-tint);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
  }
  .ebQuick h3 {
    margin: 0 0 16px;
    font-size: 17px;
  }
  .ebQuick__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .ebQuick__item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    text-decoration: none;
    color: var(--eb-ink);
  }
  .ebQuick__item strong {
    display: block;
    font-size: 15px;
  }
  .ebQuick__item span {
    font-size: 13px;
    color: var(--eb-muted);
  }
  .ebDash__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .ebCard {
    background: #fff;
    border: 1px solid var(--eb-line);
    border-radius: 20px;
    padding: 24px;
  }
  .ebCard__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
  }
  .ebCard__head h3 {
    margin: 0;
    font-size: 17px;
  }
  .ebCard__head a {
    color: var(--eb-brand);
    font-size: 13px;
    text-decoration: none;
  }
  .ebList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ebList li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
  }
  .ebList li + li {
    border-top: 1px solid var(--eb-line);
  }
  .ebList__main {
    flex: 1;
    min-width: 0;
  }
  .ebList__main strong {
    display: block;
    font-size: 15px;
  }
  .ebList__main span {
    font-size: 13px;
    color: var(--eb-muted);
  }
  .ebList__side {
    text-align: right;
  }
  .ebStatus {
    display: inline-block;
    margin-top: 4px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    background: #F3F0EC;
    color: var(--eb-muted);
  }
  .ebStatus--completed {
    background: #E7F4EC;
    color: #2F7A4D;
  }
  .ebStatus--processing, .ebStatus--on-hold {
    background: var(--eb-tint);
    color: #C25E2A;
  }
  .ebDownload {
    color: var(--eb-muted);
    display: flex;
  }
  .ebDownload:hover {
    color: var(--eb-brand);
  }
  .ebEmpty {
    color: var(--eb-muted);
    font-size: 14px;
  }
  @media (max-width: 900px) {
    .woocommerce-account .woocommerce {
      flex-direction: column;
    }
    .ebNav {
      flex: none;
      width: 100%;
    }
    .ebQuick__grid,	.ebDash__cols {
      grid-template-columns: 1fr;
    }
  }
  .woocommerce-MyAccount-navigation ul li {
    padding-left: 0 !important;
    background: none;
  }
  .woocommerce-MyAccount-content a, .woocommerce-MyAccount-content a:hover {
    text-decoration: none !important;
  }
  .ebAccount, .woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
  .ebAccount__main, .woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
  }
  .ebChat {
    background: #fff;
    border: 1px solid var(--eb-line);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .ebChat > * {
    margin: 0;
  }
  .ebInfoCols {
    gap: 24px;
  }
  .ebInfo, .ebPromo {
    border-radius: 20px;
    padding: 24px;
    height: 100%;
  }
  .ebInfo {
    background: var(--eb-tint);
  }
  .ebPromo {
    background: #F1F7F2;
  }
  .ebInfo h3, .ebPromo h3 {
    margin: 0 0 14px;
    font-size: 17px;
  }
  .ebInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ebInfo li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.9;
  }
  .ebInfo li::before {
    content: "·";
    position: absolute;
    left: 4px;
  }
  .ebPromo .wc-block-product-template {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .ebPromo .wc-block-product-template__responsive {
    display: none;
  }
  @media (max-width: 900px) {
    .ebAccount {
      flex-direction: column;
    }
    .ebInfoCols {
      flex-direction: column;
    }
  }
  #mixed-shop-results img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    font-size: 20px;
  }
  .shop-sidebar-widgets {
    width: 100%;
  }
  .shop-sidebar-widgets .shop-filter-widget {
    margin: 0;
  }
  .shop-sidebar-widgets .shop-filter-widget + .shop-filter-widget {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e0dc;
  }
  .shop-filter-widget-title {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #302c29;
  }
  .shop-sidebar-widgets fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .shop-sidebar-widgets ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .shop-sidebar-widgets li + li {
    margin-top: 10px;
  }
  .shop-sidebar-widgets input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    accent-color: #ed895b;
  }
  .shop-filter-actions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e0dc;
  }
  .shop-filter-actions button, .shop-filter-actions input[type="submit"], .shop-filter-actions input[type="reset"], .shop-filter-actions a {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }
  .shop-filter-actions > * + * {
    margin-top: 14px;
  }
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: initial;
  }
  .amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 10px auto !important;
  }
  .ebAmeliaAccount__book {
    color: #fff !important;
  }
  .site-footer {
    position: relative;
    display: block;
    padding: 58px 0 34px;
    margin: 0;
    border-top: 1px solid #171717;
    background: #080808;
    color: #aaa6a3;
  }
  .site-footer *, .site-footer *::before, .site-footer *::after {
    box-sizing: border-box;
  }
  .site-footer__container {
    width: min(calc(100% - 48px), 1360px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .site-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) minmax(130px, 0.7fr) minmax(130px, 0.7fr) minmax(280px, 1.15fr);
    gap: clamp(30px, 6vw, 32px);
    align-items: start;
  }
  .site-footer__column {
    min-width: 0;
  }
  .site-footer__widget {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .site-footer__widget + .site-footer__widget {
    margin-top: 24px;
  }
  .site-footer__title, .site-footer .widget-title, .site-footer .wp-block-heading {
    padding: 0;
    margin: 0 0 17px;
    color: #f2f0ee;
    letter-spacing: 0;
    text-transform: none;
  }
  .site-footer__logo {
    display: inline-block;
    max-width: 255px;
    margin-bottom: 18px;
  }
  .site-footer__logo img, .site-footer__column--brand .widget_media_image img, .site-footer__column--brand .wp-block-image img {
    display: block;
    width: auto;
    max-width: 255px;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
  }
  .site-footer__brand-fallback p, .site-footer__column--brand p {
    max-width: 255px;
    margin: 0;
    color: #aaa6a3;
  }
  .site-footer ul, .site-footer ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-footer li {
    padding: 0;
    margin: 0;
  }
  .site-footer li + li {
    margin-top: 9px;
  }
  .site-footer a {
    color: #aaa6a3;
    text-decoration: none;
    transition: color 180ms ease;
  }
  .site-footer a:hover {
    color: #ed8b5d;
  }
  .site-footer .menu a, .site-footer .wp-block-navigation-item__content, .site-footer .wp-block-page-list a, .site-footer .wp-block-latest-posts a {
    display: inline-block;
    padding: 0;
    color: #aaa6a3;
  }
  .site-footer .wp-block-navigation, .site-footer .wp-block-navigation__container {
    display: block;
  }
  .site-footer .wp-block-navigation-item {
    display: block;
  }
  .site-footer .wp-block-navigation-item + .wp-block-navigation-item {
    margin-top: 9px;
  }
  .site-footer__column--newsletter p {
    margin: 0 0 13px;
    color: #aaa6a3;
  }
  .site-footer__column--newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
    max-width: 330px;
    margin: 0;
  }
  .site-footer__column--newsletter input[type="email"], .site-footer__column--newsletter input[type="text"] {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid #ded8d3;
    border-radius: 11px;
    outline: 0;
    background: #fbfaf8;
    color: #302c29;
    font-family: inherit;
    line-height: 1;
    box-shadow: none;
  }
  .site-footer__column--newsletter input::placeholder {
    color: #aaa49f;
    opacity: 1;
  }
  .site-footer__column--newsletter input:focus {
    border-color: #ed8b5d;
  }
  .site-footer__column--newsletter button, .site-footer__column--newsletter input[type="submit"], .site-footer__column--newsletter .wp-block-button__link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 19px;
    border: 0;
    border-radius: 11px;
    background: #e88b5d;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .site-footer__column--newsletter button:hover, .site-footer__column--newsletter input[type="submit"]:hover, .site-footer__column--newsletter .wp-block-button__link:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-1px);
  }
  .site-footer__column--newsletter .wpcf7-form {
    max-width: 330px;
  }
  .site-footer__column--newsletter .wpcf7-form > p {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
    margin: 0;
  }
  .site-footer__column--newsletter .wpcf7-spinner {
    display: none;
  }
  .site-footer__column--newsletter .wpcf7-not-valid-tip, .site-footer__column--newsletter .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 8px 0 0;
  }
  .site-footer__bottom {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 31px;
    margin-top: 35px;
    border-top: 1px solid #2a2928;
  }
  .site-footer__copyright p, .site-footer__author {
    padding: 0;
    margin: 0;
    color: #999591;
    line-height: 1.5;
  }
  .site-footer__bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .site-footer__legal .site-footer__widget {
    margin: 0;
  }
  .site-footer__legal ul, .site-footer__legal .menu, .site-footer__legal .wp-block-navigation__container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
  }
  .site-footer__legal li, .site-footer__legal li + li, .site-footer__legal .wp-block-navigation-item, .site-footer__legal .wp-block-navigation-item + .wp-block-navigation-item {
    margin: 0;
  }
  .site-footer__legal a {
    color: #aaa6a3;
    line-height: 1.4;
  }
  .site-footer__author {
    opacity: 0.7;
  }
  .site-footer__author a {
    color: inherit;
  }
  .site-footer__author a:hover {
    color: #ed8b5d;
    opacity: 1;
  }
  @media (max-width: 1023px) {
    .site-footer__grid {
      grid-template-columns: minmax(240px, 1.3fr) minmax(130px, 0.7fr) minmax(130px, 0.7fr);
      gap: 42px;
    }
    .site-footer__column--newsletter {
      grid-column: 1 / -1;
      padding-top: 6px;
    }
    .site-footer__column--newsletter form, .site-footer__column--newsletter .wpcf7-form {
      max-width: 440px;
    }
  }
  @media (max-width: 767px) {
    .site-footer {
      padding: 44px 0 28px;
    }
    .site-footer__container {
      width: min(calc(100% - 32px), 1220px);
    }
    .site-footer__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 36px 24px;
    }
    .site-footer__column--brand, .site-footer__column--newsletter {
      grid-column: 1 / -1;
    }
    .site-footer__bottom {
      flex-direction: column;
      gap: 18px;
      padding-top: 25px;
      margin-top: 31px;
    }
    .site-footer__bottom-right {
      align-items: flex-start;
    }
    .site-footer__legal ul, .site-footer__legal .menu, .site-footer__legal .wp-block-navigation__container {
      justify-content: flex-start;
    }
  }
  @media (max-width: 480px) {
    .site-footer__grid {
      grid-template-columns: 1fr;
    }
    .site-footer__column--brand, .site-footer__column--newsletter {
      grid-column: auto;
    }
    .site-footer__column--newsletter form, .site-footer__column--newsletter .wpcf7-form > p {
      grid-template-columns: minmax(0, 1fr);
    }
    .site-footer__column--newsletter button, .site-footer__column--newsletter input[type="submit"] {
      width: 100%;
    }
  }
  #mlb2-43885000.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-43885000.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
  }
  .wc-block-components-product-metadata__description {
    display: none;
  }
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    gap: 24px;
  }
  @media (max-width:800px) {
    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
      flex-wrap: wrap;
    }
  }
  ul#shipping_method li {
    background: none !important;
  }
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .owl-prev {
    left: -3rem;
  }
  .owl-next {
    right: -3rem;
  }
  .owl-prev, .owl-next {
    background-color: #DF8D61;
    border-radius: 30px;
  }
  @media (max-width:800px) {
    .owl-prev {
      left: 0;
    }
    .owl-next {
      right: 0;
    }
  }
  body > header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #FEFCF7;
  }
  body > header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #FEFCF7;
    transition: box-shadow .25s ease, padding .25s ease;
    box-shadow: none;
  }
  body > header.isStuck {
    padding: .75rem 0;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
  }
  body > header.isStuck #logo img {
    width: 220px;
    transition: width .25s ease;
  }
  html {
    scroll-padding-top: 100px;
  }
  .admin-bar body > header {
    top: 32px;
  }
  @media screen and (max-width: 782px) {
    .admin-bar body > header {
      top: 46px;
    }
    body.woocommerce-account:not(.logged-in) #customer_login>.u-column1::before, body.woocommerce-account:not(.logged-in) #customer_login>.u-column2::before {
      top: 1rem;
    }
  }
  dl.variation hr {
    opacity: 0;
  }
  .amelia-v2-booking #amelia-container .am-collapse-item__heading {
    flex-direction: column;
  }
  .amelia-v2-booking #amelia-container .am-fs__pas-app-text {
    white-space: normal;
  }
  .aboutSocialRight {
    flex-wrap: wrap;
    gap: 10px;
  }
  ins {
    text-decoration: none;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .-right-8 {
    right: calc(var(--spacing) * -8);
  }
  .right-0 {
    right: 0;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[88vh\] {
    max-height: 88vh;
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[1024px\] {
    max-width: 1024px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[52px_1fr\] {
    grid-template-columns: 52px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[24px\] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#dce7de\] {
    border-color: #dce7de;
  }
  .border-\[\#dfe8df\] {
    border-color: #dfe8df;
  }
  .border-\[\#e0e9e1\] {
    border-color: #e0e9e1;
  }
  .border-\[\#e8e2dc\] {
    border-color: #e8e2dc;
  }
  .border-\[\#eadfd9\] {
    border-color: #eadfd9;
  }
  .border-\[\#f0ddd6\] {
    border-color: #f0ddd6;
  }
  .border-\[\#f1ddd5\] {
    border-color: #f1ddd5;
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .bg-\[\#DF8D61\] {
    background-color: #DF8D61;
  }
  .bg-\[\#dce8de\] {
    background-color: #dce8de;
  }
  .bg-\[\#f2dcd3\] {
    background-color: #f2dcd3;
  }
  .bg-\[\#f3f7f3\] {
    background-color: #f3f7f3;
  }
  .bg-\[\#f4f0eb\] {
    background-color: #f4f0eb;
  }
  .bg-\[\#f8f6f2\] {
    background-color: #f8f6f2;
  }
  .bg-\[\#fbf1ec\] {
    background-color: #fbf1ec;
  }
  .bg-\[\#fbf3ef\] {
    background-color: #fbf3ef;
  }
  .bg-\[\#fbf7f4\] {
    background-color: #fbf7f4;
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[1px\] {
    padding-top: 1px;
  }
  .pl-0 {
    padding-left: 0;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .text-\[\#5d5955\] {
    color: #5d5955;
  }
  .text-\[\#6f9878\] {
    color: #6f9878;
  }
  .text-\[\#514b47\] {
    color: #514b47;
  }
  .text-\[\#716d68\] {
    color: #716d68;
  }
  .text-\[\#756b65\] {
    color: #756b65;
  }
  .text-\[\#292622\] {
    color: #292622;
  }
  .text-\[\#dd8c6d\] {
    color: #dd8c6d;
  }
  .text-\[\#e7784f\] {
    color: #e7784f;
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .accent-\[\#e8875a\] {
    accent-color: #e8875a;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.03\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    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-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-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,);
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-\[1\.04\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.04;
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-brand {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand);
      }
    }
  }
  .hover\:text-brand {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-\[0_20px_45px_rgba\(45\,37\,32\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 45px var(--tw-shadow-color, rgba(45,37,32,0.08));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:z-auto {
    @media (width >= 64rem) {
      z-index: auto;
    }
  }
  .lg\:mt-3 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-h-none {
    @media (width >= 64rem) {
      max-height: none;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[330px_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 330px minmax(0,1fr);
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:rounded-\[18px\] {
    @media (width >= 64rem) {
      border-radius: 18px;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-0 {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-\[\#e8e2dc\] {
    @media (width >= 64rem) {
      border-color: #e8e2dc;
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
@layer components {
  .page-numbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-numbers li {
    margin: 0;
    padding: 0;
  }
}
@layer components {
  .widget_price_filter .price_slider_wrapper {
    width: 100%;
  }
  .widget_price_filter .price_slider {
    position: relative;
    height: 4px;
    margin-top: 0.75rem;
    margin-right: 8px;
    margin-bottom: 1.25rem;
    margin-left: 8px;
    border-radius: 9999px;
    background: #e8e2dc;
  }
  .widget_price_filter .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 100%;
    border-radius: 9999px;
    background: var(--color-brand);
  }
  .widget_price_filter .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border: 2px solid var(--color-brand);
    border-radius: 9999px;
    background: #fff;
    cursor: ew-resize;
    box-shadow: 0 2px 6px rgba(45, 37, 32, 0.14);
    outline: none;
  }
  .widget_price_filter .ui-slider-handle:hover,	.widget_price_filter .ui-slider-handle:focus {
    box-shadow: 0 0 0 4px rgba(232, 135, 90, 0.16),	0 2px 6px rgba(45, 37, 32, 0.14);
  }
  .widget_price_filter .ui-slider-handle:last-child {
    margin-left: -9px;
  }
}
@layer components {
  body.woocommerce-account:not(.logged-in) {
    background: #fbfaf7;
  }
  body.woocommerce-account:not(.logged-in) .postContent {
    width: 100%;
    max-width: none;
  }
  body.woocommerce-account:not(.logged-in) .woocommerce {
    width: 100%;
  }
  body.woocommerce-account:not(.logged-in) #customer_login {
    display: flex;
    width: min(100%, 770px);
    margin: 2.5rem auto 5rem;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column1,	body.woocommerce-account:not(.logged-in) #customer_login>.u-column2 {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    padding: 8.5rem 2.75rem 3rem;
    border: 1px solid #d9d5d1;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column1::before,	body.woocommerce-account:not(.logged-in) #customer_login>.u-column2::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 50%;
    width: 64px;
    height: 64px;
    border: 6px solid #f8e3d9;
    border-radius: 9999px;
    background-color: #e78b5d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
    transform: translateX(-50%);
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column1::before {
    background-image: url("../images/icons/lock.svg");
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column2::before {
    background-image: url("../images/icons/user-circle.svg");
  }
  body.woocommerce-account:not(.logged-in) #customer_login>div>h2 {
    margin: 0 0 2.75rem;
    color: #151311;
    font-family: var(--font-sans);
    font-size: 0;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column1>h2::before {
    content: "Miło cię widzieć!";
    display: block;
    font-size: 1.85rem;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column1>h2::after {
    content: "Zaloguj się na swoje konto";
    display: block;
    margin-top: 0.55rem;
    color: #77706b;
    font-size: 0.88rem;
    font-weight: 400;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column2>h2::before {
    content: "Dołącz do nas";
    display: block;
    font-size: 1.85rem;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>.u-column2>h2::after {
    content: "Utwórz konto i zacznij swoją przemianę";
    display: block;
    margin-top: 0.55rem;
    color: #77706b;
    font-size: 0.88rem;
    font-weight: 400;
  }
  body.woocommerce-account:not(.logged-in) #customer_login form.login,	body.woocommerce-account:not(.logged-in) #customer_login form.register {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .form-row {
    margin: 0 0 0.75rem;
    padding: 0;
  }
  body.woocommerce-account:not(.logged-in) #customer_login label {
    display: block;
    margin-bottom: 0.45rem;
    color: #655e59;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.4;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .required {
    color: #e78b5d;
  }
  body.woocommerce-account:not(.logged-in) #customer_login input.input-text {
    display: block;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 0.6rem 0.9rem;
    border: 1px solid #d7d4d1;
    border-radius: 5px;
    background: #fff;
    color: #2d2520;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease,	box-shadow 0.2s ease;
  }
  body.woocommerce-account:not(.logged-in) #customer_login input.input-text:hover {
    border-color: #bdb7b2;
  }
  body.woocommerce-account:not(.logged-in) #customer_login input.input-text:focus {
    border-color: #e78b5d;
    box-shadow: 0 0 0 3px rgb(231 139 93 / 14%);
  }
  body.woocommerce-account:not(.logged-in) #customer_login .password-input {
    display: block;
    position: relative;
    width: 100%;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .password-input input {
    padding-right: 2.75rem;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .show-password-input {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    opacity: 0.55;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme,	body.woocommerce-account:not(.logged-in) #customer_login .automatewoo-optin label {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0.25rem 0 0;
    cursor: pointer;
  }
  body.woocommerce-account:not(.logged-in) #customer_login input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0.12rem 0 0;
    accent-color: #e78b5d;
  }
  body.woocommerce-account:not(.logged-in) #customer_login form.login>.form-row:has(.woocommerce-form-login__submit),	body.woocommerce-account:not(.logged-in) #customer_login form.register>.form-row:last-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.6rem;
  }
  body.woocommerce-account:not(.logged-in) #customer_login button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 42px;
    margin: 0;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: 10px;
    background: #e78b5d;
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease,	transform 0.2s ease;
  }
  body.woocommerce-account:not(.logged-in) #customer_login button.button::after {
    content: "→";
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
  }
  body.woocommerce-account:not(.logged-in) #customer_login button.button:hover {
    background: #d9794c;
    color: #fff;
    transform: translateY(-1px);
  }
  body.woocommerce-account:not(.logged-in) #customer_login button.button:focus-visible {
    outline: 3px solid rgb(231 139 93 / 25%);
    outline-offset: 2px;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .lost_password {
    margin: 0.9rem 0 0;
    text-align: center;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .lost_password a {
    color: #756d67;
    font-size: 0.78rem;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .lost_password a:hover {
    color: #e78b5d;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text {
    margin-top: 0.8rem;
    color: #827b75;
    font-size: 0.72rem;
    line-height: 1.55;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text p {
    margin: 0;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text a {
    color: #e78b5d;
    text-decoration: underline;
  }
  body.woocommerce-account:not(.logged-in) #customer_login .automatewoo-optin {
    margin-top: 0.8rem;
    color: #756f69;
    font-size: 0.75rem;
    line-height: 1.45;
  }
  body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
    width: min(100% - 2rem, 770px);
    margin: 1.5rem auto 0;
  }
  body.woocommerce-account:not(.logged-in) .woocommerce-error,	body.woocommerce-account:not(.logged-in) .woocommerce-message,	body.woocommerce-account:not(.logged-in) .woocommerce-info {
    margin: 0 0 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #eadfd9;
    border-top: 3px solid #e78b5d;
    border-radius: 10px;
    background: #fff;
    color: #514b47;
    font-size: 0.85rem;
  }
  @media (max-width: 767px) {
    body.woocommerce-account:not(.logged-in) #customer_login {
      grid-template-columns: 1fr;
      width: min(100% - 2rem, 480px);
      margin-top: 2rem;
      margin-bottom: 3.5rem;
    }
    body.woocommerce-account:not(.logged-in) #customer_login>.u-column1,	body.woocommerce-account:not(.logged-in) #customer_login>.u-column2 {
      padding: 7rem 1.5rem 2rem;
      border-radius: 16px;
    }
    body.woocommerce-account:not(.logged-in) #customer_login>div>h2 {
      margin-bottom: 2rem;
    }
    body.woocommerce-account:not(.logged-in) #customer_login>.u-column1>h2::before,	body.woocommerce-account:not(.logged-in) #customer_login>.u-column2>h2::before {
      font-size: 1.6rem;
    }
    body.woocommerce-account:not(.logged-in) #customer_login button.button {
      width: 100%;
    }
    body.woocommerce-account:not(.logged-in) #customer_login form.login>.form-row:has(.woocommerce-form-login__submit) {
      flex-direction: column;
      align-items: stretch;
    }
    body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme {
      align-self: flex-start;
    }
  }
  .ebAccount,	.woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }
  .woocommerce .u-columns.col2-set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
