:root {
  --ona-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ona-transition--all: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ona-border-radius: 0;
  --wp--style--root--padding-top: 1.5rem;
  --wp--style--root--padding-right: 1.5rem;
  --wp--style--root--padding-bottom: 1.5rem;
  --wp--style--root--padding-left: 1.5rem;
}

input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  font-size: var(--wp--preset--font-size--base);
}

input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline: 1px dotted currentColor;
  border-color: var(--wp--preset--color--primary);
}

.select2-container--default .select2-selection--single,
input,
select,
textarea {
  border: 1px solid var(--wp--preset--color--stroke);
  border-radius: var(--wp--custom--border-radius, 0);
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.2;
  color: inherit;
  fill: inherit;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="%23595959" d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z"/></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.2em auto, 100%;
  padding-right: 38px;
}

select::-ms-expand {
  display: none;
}

label {
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--headings);
  font-weight: var(--wp--custom--typography--font-weight);
  color: var(--wp--preset--color--foreground);
}

.comment-form-comment textarea {
  height: 168px;
}

.comment-reply-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border-color: var(--wp--preset--color--stroke);
}

.comment-form-cookies-consent {
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--medium);
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0;
}

.wp-block-post-comments-form input[type="submit"] {
  border: 1px solid transparent;
}

.comment-respond {
  background-color: var(--wp--preset--color--background-light);
  padding: calc(2 * var(--wp--style--block-gap));
  margin-top: calc(2 * var(--wp--style--block-gap));
}

.ona-field-group {
  margin-bottom: 1rem;
}

.ona-field-row {
  gap: 40px;
  margin-bottom: 0;
}

.ona-form-fields-wrapper .wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 16px;
}

.ona-form-fields-wrapper .wpcf7-list-item {
  margin: 0;
}

.ona-form-fields-wrapper .wpcf7-list-item label {
  display: flex;
}

.ona-form-fields-wrapper .wpcf7-list-item-label {
  font-family: var(--wp--preset--font-family--base);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

.ona-form-fields-wrapper .wpcf7-spinner {
  position: absolute;
}

.ona-field input[type="email"],
.ona-field input[type="text"],
.ona-field textarea {
  border-radius: 3px;
}

.ona-field-type-submit {
  margin-top: 1rem;
  text-align: center;
}

.ona-field-type-submit input[type="submit"] {
  width: auto;
}

.ona-field-type-submit--align-left {
  text-align: left;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.wp-block-button__link {
  border: 1px solid transparent;
}

.ona-read-more-button:focus,
.ona-read-more-button:hover,
.wp-block-button .wp-block-button__link.has-focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button.wp-block-button__link.has-focus,
.wp-block-button.wp-block-button__link:focus,
.wp-block-button.wp-block-button__link:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.ona-read-more-button:focus,
.ona-read-more-button:hover {
  color: #000 !important;
}

.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 1px solid;
}

.is-style-outline > :where(.wp-block-button__link):hover,
:where(.wp-block-button__link).is-style-outline:hover {
  border-color: transparent !important;
  color: #fff !important;
  background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  padding: var(--wp--custom--button-padding--medium);
  border-width: 1px;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

table th {
  font-weight: 400;
}

table caption {
  margin-bottom: 10px;
}

table td,
table th {
  padding: 10px;
  border: 1px solid var(--wp--preset--color--stroke);
}

table > thead > tr > th {
  border-bottom: none;
}

table tbody tr th,
table thead tr th {
  font-size: 1rem;
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@font-face {
  font-family: ona;
  src: url(../fonts/icons/ona.ttf?tk3ovz) format("truetype"),
    url(../fonts/icons/ona.woff?tk3ovz) format("woff"),
    url(../fonts/icons/ona.svg?tk3ovz#ona) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" ona-icon-"],
[class^="ona-icon-"] {
  font-family: ona !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ona-icon-heart-empty:before {
  content: "\e90a";
}
.ona-icon-heart-solid:before {
  content: "\e90b";
}
.ona-icon-email:before {
  content: "\e90c";
}
.ona-icon-whatsapp:before {
  content: "\e90d";
}
.ona-icon-pinterest:before {
  content: "\e90e";
}
.ona-icon-twitter:before {
  content: "\e90f";
}
.ona-icon-facebook:before {
  content: "\e910";
}
.ona-icon-check:before {
  content: "\e911";
}
.ona-icon-heart:before {
  content: "\e913";
}
.ona-icon-full-size:before {
  content: "\e912";
}
.ona-icon-chevron-down:before {
  content: "\e900";
}
.ona-icon-chevron-left:before {
  content: "\e901";
}
.ona-icon-chevron-right:before {
  content: "\e902";
}
.ona-icon-chevron-up:before {
  content: "\e903";
}
.ona-icon-paperclip:before {
  content: "\e909";
}
.ona-icon-search:before {
  content: "\e905";
}
.ona-icon-cart:before {
  content: "\e906";
}
.ona-icon-user:before {
  content: "\e908";
}
.ona-icon-close:before {
  content: "\e907";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  clear: both;
  display: block;
  width: 100%;
}

pre {
  white-space: pre-wrap;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  transition: all 0.2s ease-in-out;
}

.wp-block-column {
  position: relative;
}

@media only screen and (max-width: 781px) {
  body {
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 2rem;
    --wp--preset--font-size--medium-large: 1.875rem;
    --wp--custom--typography--font-size--heading-1: 2rem;
    --wp--custom--typography--font-size--heading-2: 1.75rem;
    --wp--custom--typography--font-size--heading-3: 1.5rem;
    --wp--custom--typography--font-size--heading-3: 1.375rem;
  }
}

.site-header {
  position: relative;
}

@media only screen and (max-width: 599px) {
  .site-header > .wp-block-group {
    padding: 1rem var(--wp--style--block-gap) !important;
  }
}

.wp-block-group:where(.has-background) {
  padding-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(
    .is-menu-open
  ) {
  display: none;
}

@media only screen and (min-width: 782px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: flex;
  }
}

@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

.wp-block-navigation__responsive-container-open svg rect {
  transition: 0.1s var(--ona-transition);
}

.wp-block-navigation__responsive-container-open:hover svg rect:first-child {
  transform: translateX(4px);
}

.wp-block-navigation__responsive-container-open:hover svg rect:last-child {
  transform: translateX(-4px);
}

.wp-block-image img {
  vertical-align: top;
}

.is-menu-open .open-on-click .wp-block-navigation__submenu-container {
  display: none !important;
}

.is-menu-open
  .open-on-click
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  display: block !important;
}

.is-menu-open .open-on-click .wp-block-navigation-submenu__toggle::after {
  content: "\e900";
  font-family: ona;
  font-size: 70%;
  vertical-align: middle;
  margin-left: 0.25em;
  display: inline-block;
}

.wp-block-navigation-item__content {
  align-items: center;
}

.is-menu-open
  .open-on-click
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]::after {
  content: "\e903";
}

.is-style-ona-menu-new-label .wp-block-navigation-item__label {
  display: inline-flex;
  align-items: center;
}

.is-style-ona-menu-new-label .wp-block-navigation-item__label::after {
  content: "new";
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 8px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
}

.site-footer > .has-foreground-background-color a:not(.wp-block-button__link):focus,
.site-footer > .has-foreground-background-color a:not(.wp-block-button__link):hover {
  color: #fff;
}

.ona-copyright a {
  text-decoration: none;
}

.wp-block-post-featured-image a {
  display: block;
}

.ona-post {
  gap: 20px;
}

.ona-post .wp-block-post-featured-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ona-post-list .wp-block-post-featured-image,
.ona-post-list .wp-block-post-featured-image > a {
  height: 100%;
}

.wp-block-post-comments .commentlist .comment {
  padding-left: 0;
}

.comment-meta .says {
  display: none;
}

.wp-block-comment-date a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-light);
}

.wp-block-comment-content p {
  line-height: var(--wp--custom--typography--line-height--medium);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.wp-block-comment-template,
.wp-block-comment-template .comment ol {
  border-top: 1px solid var(--wp--preset--color--stroke);
  margin: var(--wp--style--block-gap) 0 0 0;
  padding-top: var(--wp--style--block-gap);
}

.wp-block-post-comments .commentlist li li {
  margin-left: var(--wp--style--block-gap);
}

.nocomments {
  text-align: center;
}

.hover-scale,
.is-style-ona-hover-scale {
  overflow: hidden;
}

.hover-scale img,
.is-style-ona-hover-scale img {
  transition: transform 0.4s var(--ona-transition);
  will-change: transform;
}

.hover-scale:focus-within img,
.hover-scale:hover img,
.is-style-ona-hover-scale:focus-within img,
.is-style-ona-hover-scale:hover img {
  transform: scale(1.05);
}

.wc-block-product-categories-list-items a,
.wp-block-latest-posts .wp-block-latest-posts__post-title,
.wp-block-navigation__container .wp-block-navigation-item a,
.wp-block-post-terms a,
.wp-block-post-title a {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  transition: 0.36s var(--ona-transition);
  background-size: 0 95%;
}

.wc-block-product-categories-list-items a:hover,
.wp-block-latest-posts .wp-block-latest-posts__post-title:hover,
.wp-block-navigation__container .wp-block-navigation-item a:hover,
.wp-block-post-terms a:hover,
.wp-block-post-title a:hover {
  background-size: 100% 95%;
}

.hover-up {
  transition: box-shadow 0.3s var(--ona-transition),
    transform 0.3s var(--ona-transition);
  will-change: transform;
}

.hover-up:focus,
.hover-up:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.no-shrink {
  flex-shrink: 0;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 1.25rem;
}

.is-style-ona-button-gradient .wp-block-button__link {
  border: 0;
}

.is-style-ona-button-gradient .wp-block-button__link:hover {
  border: 0;
  color: #fff;
}

.wp-block-separator {
  border-bottom-width: 1px !important;
}

/*# sourceMappingURL=style.min.css.map */
```