/**
 * Base
 * - Reset the browser
 */
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  font-weight: 400;
}

.mce-content-body h1 {
  font-size: calc(25.38px + 3.366vw);
}

.mce-content-body h2 {
  font-size: calc(25.2px + 1.812vw);
}

.mce-content-body h3 {
  font-size: calc(22.6px + 0.906vw);
}

.mce-content-body h4 {
  font-size: calc(17.6px + 0.6472vw);
}

.mce-content-body h5 {
  font-size: calc(14.5px + 0.388vw);
}

.mce-content-body h6 {
  font-size: calc(13.03px + 0.259vw);
}

/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.tk-theme-frontend .site-header,
.tk-theme-frontend footer.wp-block-template-part,
.tk-theme-frontend.page header.wp-block-template-part + div,
.tk-theme-frontend.page-template header.wp-block-template-part + div,
.tk-theme-frontend.woocommerce header.wp-block-template-part + div,
.tk-theme-frontend.blog .wp-block-query,
.tk-theme-frontend.page-template-index .wp-block-query {
  opacity: 0;
}

.tk-theme-frontend footer.wp-block-template-part,
.tk-theme-frontend.page header.wp-block-template-part + div,
.tk-theme-frontend.page-template header.wp-block-template-part + div,
.tk-theme-frontend.woocommerce header.wp-block-template-part + div,
.tk-theme-frontend.blog .wp-block-query,
.tk-theme-frontend.page-template-index .wp-block-query {
  transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition-delay: 0.8s;
}

.tk-theme-frontend .site-header {
  transform: translateY(-50%);
  transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.tk-theme-frontend.page header.wp-block-template-part + div,
.tk-theme-frontend.page-template header.wp-block-template-part + div,
.tk-theme-frontend.woocommerce header.wp-block-template-part + div,
.tk-theme-frontend.blog .wp-block-query,
.tk-theme-frontend.page-template-index .wp-block-query {
  transform: translateY(1rem);
}

.tk-theme-frontend footer.wp-block-template-part {
  transform: translateY(20%);
}

.tk-theme-frontend.show .site-header,
.tk-theme-frontend.show footer.wp-block-template-part,
.tk-theme-frontend.show.page header.wp-block-template-part + div,
.tk-theme-frontend.show.page-template header.wp-block-template-part + div,
.tk-theme-frontend.show.woocommerce header.wp-block-template-part + div,
.tk-theme-frontend.show.blog .wp-block-query,
.tk-theme-frontend.show.page-template-index .wp-block-query, .tk-theme-frontend.no-js .site-header,
.tk-theme-frontend.no-js footer.wp-block-template-part,
.tk-theme-frontend.no-js.page header.wp-block-template-part + div,
.tk-theme-frontend.no-js.page-template header.wp-block-template-part + div,
.tk-theme-frontend.no-js.woocommerce header.wp-block-template-part + div,
.tk-theme-frontend.no-js.blog .wp-block-query,
.tk-theme-frontend.no-js.page-template-index .wp-block-query {
  opacity: 1;
  transform: none;
}

.tk-theme-frontend.show .site-header, .tk-theme-frontend.no-js .site-header {
  transition-delay: 0.6s;
}

.tk-theme-frontend.show footer.wp-block-template-part, .tk-theme-frontend.no-js footer.wp-block-template-part {
  transition-delay: 0.6s;
}

:root {
  --wideWidth: 1500px;
}

.entry-content > .woocommerce,
.woocommerce .content-area,
.woocommerce-page .author-bio > * {
  max-width: var(--wideWidth);
}

header.wp-block-template-part + * {
  padding-top: 4vw;
}

.background-clip--content-box {
  background-clip: content-box;
}

.background-color--transparent {
  background-color: transparent !important;
}

.padding--horizontal-default {
  padding-left: 50px;
  padding-right: 50px;
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
a:hover, a:focus {
  text-decoration-thickness: from-font;
}

.wp-block-navigation a:hover,
.wp-block-navigation .current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.wp-block-post-title a {
  text-decoration: none;
}

.wp-block-post-title a:hover, .wp-block-post-title a:focus {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

:root {
  --inputHeight: 46px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.select2-container,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: var(--inputHeight);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

form label {
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 700;
}

form button[type="submit"] {
  text-transform: uppercase;
}

select {
  border-color: rgba(0, 0, 0, 0.1);
  font-size: var(--wp--preset--font-size--tiny);
  padding: 0.5em 2.2em 0.5em 1.2em;
}

select:hover {
  border-color: #000;
}

select.orderby {
  border-radius: 2em;
}

header.wp-block-template-part {
  z-index: 1000;
}

.site-header,
div.site-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 100%;
}

@media (max-width: 599px) {
  .site-header,
  div.site-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-header a,
div.site-header a {
  color: inherit;
}

.wp-block-navigation .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding-right: 10px;
}

.wp-block-navigation .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  height: auto;
}

.wp-block-navigation .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 0;
}

.wp-block-navigation .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: var(--wp--custom--color--primary);
}

.site-footer-container > .wp-block-group,
footer.wp-block-template-part > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}

@media (max-width: 599px) {
  .site-footer-container > .wp-block-group,
  footer.wp-block-template-part > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 601px) and (max-width: 991px) and (hover: none) {
  .site-footer-container > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile),
  footer.wp-block-template-part > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
    gap: 50px;
  }
  .site-footer-container > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
  footer.wp-block-template-part > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 50px) !important;
    margin-left: 0;
  }
  .site-footer-container > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-navigation,
  footer.wp-block-template-part > .wp-block-group > .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-navigation {
    align-items: flex-start;
  }
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  letter-spacing: -0.03em;
}

.wp-block-post-comments > h3 {
  margin-bottom: 3vw;
}

.wp-block-post-comments input,
.wp-block-post-comments textarea {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-post-comments input[type="submit"],
.wp-block-post-comments .reply a {
  font-size: calc(15px + 0.258vw);
  margin-top: 0.4em;
  padding: 0.6em 1.2em;
}

.wp-block-post-comments input[type="submit"]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments input[type="submit"]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments input[type="submit"]:not(.has-background):not(.has-text-color).has-focus {
  background-color: var(--wp--custom--color--primary);
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent,
.wp-block-post-comments label {
  font-size: 12px;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0;
}

.comment-respond {
  margin-top: 8vw;
}

.comment-reply-title {
  margin-bottom: 0.2em;
}

.logged-in-as {
  margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-family: var(--wp--custom--heading--typography--font-family);
}

.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  font-size: 0.8em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  margin-right: 20px;
}

@media (max-width: 1024px), (orientation: landscape) and (max-width: 1366px) and (hover: none) {
  .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0;
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #ede9e9;
}

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container,
  .wp-block-query-loop.is-flex-container.is-flex-container {
    gap: 4em;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 2em);
  }
}

@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 2.6666em);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 2em);
  }
}

@media (max-width: 599px) {
  .wp-block-post-template.is-flex-container.is-flex-container li,
  .wp-block-query-loop.is-flex-container.is-flex-container li {
    margin-bottom: 50px;
  }
}

.wp-block-site-title {
  font-family: var(--wp--preset--font-family--body-font);
}

.wp-block-site-title a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--wp--custom--color--secondary);
  text-underline-offset: 0.13em;
  transition: background-size 0.1s ease-out;
}

.wp-block-site-title a:hover, .wp-block-site-title a:focus {
  text-decoration: none;
  color: var(--wp--custom--color--secondary);
  background-size: 8px 0px;
}

.edit-post-visual-editor__post-title-wrapper .editor-post-title {
  text-align: center;
}

.author-bio {
  margin-top: calc(6 * var(--wp--custom--margin--baseline));
}

.author-bio .wp-block-post-navigation-link {
  font-family: var(--wp--custom--heading--typography--font-family);
  font-size: var(--wp--preset--font-size--medium);
}

.wp-block-post-navigation-links {
  margin-top: calc(9 * var(--wp--custom--margin--baseline));
}

.wp-block-post-navigation-links .wp-block-post-navigation-link-byline {
  font-size: var(--wp--preset--font-size--tiny);
  margin: 0;
}

.footer-credit {
  display: flex;
  font-family: var(--wp--preset--font-family--headings);
  white-space: pre-wrap;
}

.footer-credit > * {
  align-self: center;
  font-size: var(--wp--preset--font-size--small);
}

.footer-credit .wp-block-site-title > a {
  font-size: var(--wp--preset--font-size--small);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  width: 1px !important;
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
.wp-block-woocommerce-attribute-filter,
.wc-block-formatted-money-amount[type="text"] {
  font-size: var(--wp--preset--font-size--tiny);
}

.wc-block-grid__product {
  text-align: left;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin-left: 0;
  margin-right: 0;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove svg rect {
  fill: #c4c4c4;
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
  font-size: .6666em;
  font-weight: 700;
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
  font-size: .9em;
  font-family: var(--wp--custom--heading--typography--font-family);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: 14px;
  opacity: 0.8;
}

.wc-block-product-search .wc-block-product-search__field {
  border-radius: 2em 0 0 2em;
}

.wc-block-product-search .wc-block-product-search__button {
  border-radius: 0 2em 2em 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
}

.archive .woocommerce-breadcrumb,
.archive .woocommerce-products-header {
  text-align: inherit;
}

.archive .woocommerce-products-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive .woocommerce-products-header__title {
  color: var(--wp--custom--color--accent);
}

.archive .term-description {
  letter-spacing: 0.03em;
  max-width: 510px;
  opacity: 0.4;
}

.archive .term-description p {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .archive .woocommerce-result-count {
    display: none;
  }
}

.woocommerce span.onsale,
.woocommerce .products .product .onsale,
.woocommerce .products .product .out-of-stock,
.single .out-of-stock,
.woocommerce ul.products li.product .onsale,
.woocommerce .products .product span.wc-new-badge,
.wc-block-grid__product-onsale {
  background: var(--wp--custom--color--primary);
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products .wc-block-grid__product .price,
.woocommerce ul.products .wc-block-grid__product .add_to_cart_button,
.woocommerce ul.products .wc-block-grid__product > .button,
.woocommerce ul.products .wc-block-grid__product .added_to_cart,
.wc-block-grid__products li.product .price,
.wc-block-grid__products li.product .add_to_cart_button,
.wc-block-grid__products li.product > .button,
.wc-block-grid__products li.product .added_to_cart,
.wc-block-grid__products .wc-block-grid__product .price,
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button,
.wc-block-grid__products .wc-block-grid__product > .button,
.wc-block-grid__products .wc-block-grid__product .added_to_cart {
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 0.01em;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products .wc-block-grid__product .add_to_cart_button,
.woocommerce ul.products .wc-block-grid__product > .button,
.woocommerce ul.products .wc-block-grid__product .added_to_cart,
.wc-block-grid__products li.product .add_to_cart_button,
.wc-block-grid__products li.product > .button,
.wc-block-grid__products li.product .added_to_cart,
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button,
.wc-block-grid__products .wc-block-grid__product > .button,
.wc-block-grid__products .wc-block-grid__product .added_to_cart {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce ul.products li.product .star-rating {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: rgba(0, 0, 0, 0.3);
  height: 39px;
  width: 39px;
  transition: .3s;
}

@media (min-width: 1025px) and (hover: hover) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    transform: scale(1.1);
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background-color: #fff;
  border: none;
  height: 19px;
  width: 1px;
  top: 10px;
  left: 19px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  transform: rotate(90deg);
}

.woocommerce div.product .summary .product_title {
  margin-bottom: 10px;
}

.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 0;
}

.woocommerce div.product .summary .price {
  margin-top: 0;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td label {
  margin-left: 1em;
  position: relative;
  top: -0.1em;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product div.summary .quantity + .button {
  font-weight: 500;
}

.woocommerce-Tabs-panel > h2:first-child,
.woocommerce-Tabs-panel .woocommerce-Reviews-title {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.woocommerce-Tabs-panel > h2:first-child + p,
.woocommerce-Tabs-panel .woocommerce-Reviews-title + p {
  margin-top: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  border-radius: 0;
}
/*# sourceMappingURL=theme.css.map */