/*!
Theme Name: Gutenify Template Kit
Theme URI: https://gutenify.com/themes/gutenify-template-kit
Author: Gutenify
Author URI: https://gutenify.com
Description: Gutenify Template Kit is an easy-to-use, multi-purpose Full Site Editing theme. Each website will have its own distinct style by combining numerous blocks with Gutenify Plugins and solid extra blocks. We strive to give each website a distinct look by using powerful typography and straightforward design. The Gutenify Template Kit Theme's actual efficiency resides in its customizability when used in conjunction with the Gutenify Plugin. The theme uses WordPress 5.9's Full Site Editing feature, which allows you to customize any component of your site, including colors, fonts, and layout, to fit your needs. The Gutenify Plugin includes a wide range of blocks that will transform your website into a totally unique spectacle when used in conjunction with this theme. Gutenify Template Kit with Gutenify and WooCommerce Plugin will help you develop something unique that you can proudly call yours, whether it's a small online shop or big enterprise e-commerce site. Official Support Forum: https://gutenify.com/contact/ Demo: https://demo.gutenify.com/gutenify-template-kit/
Version: 1.0.2
Requires at least: 5.9
Tested up to: 6
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gutenify-template-kit
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gutenify Template Kit is based on Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/**
 * We get values from WordPress core block css.
 *
 */
:root {
  --wp--custom--core-button--spacing--padding--left: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--right: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--top: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--color: #fff;
  --wp--custom--core-button--color--background: #32373c;
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 20px;
  --wp--custom--core-button--border-radius--top-right: 20px;
  --wp--custom--core-button--border-radius--bottom-left: 20px;
  --wp--custom--core-button--border-radius--bottom-right: 20px;
  --wp--custom--core-button--typography--font-size: 1.125em;
  --wp--custom--core-button--typography--font-weight: normal;
  --wp--custom--core-button--line-height: unset; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

header a,
footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  width: 100%;
  border-spacing: 0; }

th, td {
  padding: 5px;
  text-align: center; }

table td,
table tr,
table th {
  border: 1px solid #ddd; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img, .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 1em 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: 17px; }

abbr,
acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark,
ins {
  background: #ddd;
  text-decoration: none; }

big {
  font-size: 125%; }

select,
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 {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px; }
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000;
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

input[type=button],
input[type=reset],
input[type=submit] {
  padding: 10px 30px;
  width: auto;
  font-size: 17px; }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  outline: 0 !important;
  text-decoration: none; }
  .widget a:not(.wp-block-button__link),
  .entry-summery a:not(.wp-block-button__link),
  .entry-content a:not(.wp-block-button__link) {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration-thickness: 1px;
    text-decoration: underline; }
    .widget a:not(.wp-block-button__link):hover,
    .entry-summery a:not(.wp-block-button__link):hover,
    .entry-content a:not(.wp-block-button__link):hover {
      color: var(--wp--preset--color--primary); }
  a:focus-visible, a:focus {
    outline: thin dotted !important; }
  a:hover, a:active {
    outline: 0; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }
  .wp-block-search__button:hover,
  .wp-block-file .wp-block-file__button:hover,
  .wp-block-button__link:hover {
    opacity: 0.9; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

.wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
input[type="button"],
input[type="reset"], input[type="submit"],
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--wp--custom--core-button--color);
  background-color: var(--wp--custom--core-button--color--background);
  border-top-left-radius: var(--wp--custom--core-button--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--core-button--border-radius--top-right);
  border-bottom-left-radius: var(--wp--custom--core-button--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--core-button--border-radius--bottom-right);
  font-weight: var(--wp--custom--core-button--typography--font-weight);
  font-size: var(--wp--custom--core-button--typography--font-size);
  padding-left: var(--wp--custom--core-button--spacing--padding--left);
  padding-right: var(--wp--custom--core-button--spacing--padding--right);
  padding-top: var(--wp--custom--core-button--spacing--padding--top);
  padding-bottom: var(--wp--custom--core-button--spacing--padding--bottom);
  text-align: var(--wp--custom--core-button--text-align);
  word-break: var(--wp--custom--core-button--word-break);
  box-sizing: var(--wp--custom--core-button--box-sizing);
  line-height: var(--wp--custom--core-button--line-height); }
  .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
  button:hover,
  button:focus,
  button:active,
  a.button:hover,
  a.button:focus,
  a.button:active,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  input[type=reset]:hover,
  input[type=reset]:focus,
  input[type=reset]:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  .woocommerce #respond input#submit:hover,
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:active,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:active,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce input.button:active,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce #respond input#submit.alt:active,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.alt:active {
    background: #000;
    color: #fff; }

input[type="button"] a.wp-block-button__link,
input[type="reset"] a.wp-block-button__link,
input[type="submit"] a.wp-block-button__link,
.wp-block-button.is-style-fill a.wp-block-button__link {
  border: none; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block; }

@media screen and (min-width: 910px) {
  footer.wp-block-template-part .wp-block-navigation.is-vertical .wp-block-navigation__container {
    gap: 10px; }
  header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
    gap: 0 30px; } }

@media screen and (min-width: 910px) {
  .wp-block-navigation ul ul:after {
    content: "";
    display: inline-block;
    background: transparent;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 0; }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    top: 48px;
    border: none !important;
    box-shadow: 0px 3px 15px 0px #0000000d;
    left: 0;
    left: inherit;
    width: 220px !important; }
  .wp-block-navigation .open-on-hover-click :where(.wp-block-navigation__submenu-container) {
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    transition: transform .4s ease; }
  .wp-block-navigation .open-on-hover-click:hover :where(.wp-block-navigation__submenu-container) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto; }
  .wp-block-navigation ul li li {
    border-bottom: 1px solid #0a0a0a08; }
    .wp-block-navigation ul li li a {
      padding: 0.6rem 1.5rem !important; }
  .wp-block-navigation ul li li:last-child {
    border: none; } }

@media screen and (max-width: 909px) {
  .wp-block-navigation ul.submenu-container {
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    width: 100%;
    gap: 0; }
  .wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
    display: initial;
    margin-left: 15px;
    padding: 3px 10px;
    float: right;
    display: table;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 42px; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item__content {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd57;
    padding: 7px 50px 7px 10px; }
  .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: block;
    width: 30px;
    height: 13px;
    margin: 0 !important;
    padding: 0 !important; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="false"]
+ .wp-block-navigation__submenu-container {
    display: none; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
+ .wp-block-navigation__submenu-container {
    display: block;
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container
li
a {
    padding-left: 25px; } }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    padding: 12px 16px;
    background: #ffffff;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block;
    box-shadow: 0 0 15px #ddd;
    border-radius: 100px; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }

.sticky {
  display: block; }

.post:not(body),
.page:not(body) {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.wp-block-post-author {
  align-items: center; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  width: 39px;
  vertical-align: middle; }

.wp-block-post-date a:before,
.comment-metadata a:before {
  content: "\f017";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  margin-right: 10px; }

.taxonomy-category a {
  border: 2px solid;
  padding: 5px 16px;
  border-radius: 18px; }

@media (max-width: 481px) {
  #reviews {
    padding-inline: 0; } }

#reviews .commentlist li.comment {
  border: thin solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 18px;
  background: none; }
  #reviews .commentlist li.comment .comment_container img.avatar {
    width: auto;
    border-radius: 50%;
    margin-right: 1em; }
  #reviews .commentlist li.comment .comment_container .comment-text .meta {
    display: inline; }
  #reviews .commentlist li.comment .comment_container .comment-text .description p {
    display: flex;
    padding-left: 0; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 50px; } }
    @media (min-width: 482px) and (max-width: 530px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 15px; } }
    @media (max-width: 420px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 20px; } }
  #reviews .commentlist li.comment ul.children {
    margin-left: 0;
    padding: 0 !important; }
    #reviews .commentlist li.comment ul.children li.comment {
      border: none; }
      @media (max-width: 700px) {
        #reviews .commentlist li.comment ul.children li.comment {
          padding-inline: 12px; } }
  #reviews .commentlist li.comment .reply {
    display: inline;
    margin-left: 93px; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .reply {
        margin-left: 15px; } }

#reviews .comment-respond .comment-form-rating {
  margin-top: 0; }

#reviews .comment-respond .rate_label {
  text-decoration: none; }

#reviews .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5em; }
  @media (max-width: 766px) {
    #reviews .comment-respond .comment-form-cookies-consent {
      align-items: baseline; } }
  #reviews .comment-respond .comment-form-cookies-consent input {
    width: 15px;
    height: 15px; }
    @media (max-width: 600px) {
      #reviews .comment-respond .comment-form-cookies-consent input {
        width: 25px; } }

.wp-block-post-comments > h3:first-of-type {
  margin-top: 0;
  margin-bottom: 30px; }

.wp-block-post-comments .commentlist li.comment,
.wp-block-post-comments ol.comment-list li.comment {
  padding: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #f7f7f7; }
  .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
  .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
      display: flex;
      flex-wrap: wrap; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author img,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author img {
        border-radius: 50%;
        margin-left: -10px;
        margin-right: 0;
        margin-top: 0; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author b.fn, .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author .says,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author b.fn,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author .says {
        padding: 5px 0 0 15px; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata .edit-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link {
      position: relative;
      margin-left: 23px; }
  .wp-block-post-comments .commentlist li.comment .comment-body .reply,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .reply {
    margin: 0 0 0 40px;
    position: relative;
    display: block; }
    .wp-block-post-comments .commentlist li.comment .comment-body .reply .comment-reply-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body .reply .comment-reply-link {
      padding: 2px 20px;
      display: inline-block;
      font-weight: 700;
      border: 2px solid;
      border-radius: 50px; }
  .wp-block-post-comments .commentlist li.comment .children,
  .wp-block-post-comments ol.comment-list li.comment .children {
    display: block;
    position: unset;
    margin-top: 15px; }
    .wp-block-post-comments .commentlist li.comment .children li:last-child,
    .wp-block-post-comments ol.comment-list li.comment .children li:last-child {
      margin-bottom: 0; }
    .wp-block-post-comments .commentlist li.comment .children li.comment,
    .wp-block-post-comments ol.comment-list li.comment .children li.comment {
      padding: 30px 0 0px 35px;
      border: none;
      margin: 0; }
    .wp-block-post-comments .commentlist li.comment .children a,
    .wp-block-post-comments ol.comment-list li.comment .children a {
      padding: 0; }

.wp-block-post-comments .commentlist > li.comment,
.wp-block-post-comments ol.comment-list > li.comment {
  padding-left: 40px; }

.wp-block-post-comments .comment-respond {
  margin-top: 35px; }
  .wp-block-post-comments .comment-respond .comment-reply-title small {
    margin-left: 8px; }
  .wp-block-post-comments .comment-respond #cancel-comment-reply-link {
    float: right;
    padding: 5px 15px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 0.8rem; }
  .wp-block-post-comments .comment-respond form.comment-form span.required {
    color: red; }
  .wp-block-post-comments .comment-respond form.comment-form .form-submit button.submit {
    cursor: pointer; }

.wp-block-post-comments .bypostauthor {
  display: block; }

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: none;
  line-height: 1.75; }
  .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]):focus,
  .wp-block-post-comments .comment-form textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

.has-shadow-dark,
.has-no-hover-shadow-dark {
  box-shadow: 0 6px 30px 7px #2125471a;
  transition: 0.5s; }

.has-shadow-dark:hover {
  box-shadow: 1px 4px 20px -2px #0003;
  transform: translateY(-8px); }

.editor-styles-wrapper .has-shadow-dark:hover {
  transform: inherit; }

.has-shadow-header {
  box-shadow: 0 10px 10px #0000000a;
  position: relative;
  z-index: 999; }

.overlap-section {
  position: relative;
  z-index: 9; }

@media screen and (min-width: 910px) {
  .no-submenu-triangle.wp-block-navigation ul ul::before {
    display: none; } }

.dark-field input[type="text"],
.dark-field input[type="email"],
.dark-field input[type="url"],
.dark-field input[type="password"],
.dark-field input[type="search"],
.dark-field input[type="number"],
.dark-field input[type="tel"],
.dark-field input[type="range"],
.dark-field input[type="date"],
.dark-field input[type="month"],
.dark-field input[type="week"],
.dark-field input[type="time"],
.dark-field input[type="datetime"],
.dark-field input[type="datetime-local"],
.dark-field input[type="color"],
body .dark-field textarea,
.dark-field .wp-block-post-comments .comment-form textarea {
  background-color: #1a1818;
  color: #fff; }

.dark-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.dark-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.dark-field input::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.wp-block-button.is-style-fill a.wp-block-button__link {
  border: none; }

.image-zoom-hover {
  overflow: hidden; }

.image-zoom-hover img {
  margin: 0;
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  transition: transform 1s ease;
  vertical-align: middle;
  width: 100%; }

.image-zoom-hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none; }
  .mobile-alignleft {
    text-align: left; }
  .mobile-alignright {
    text-align: right; }
  .mobile-aligncenter {
    align-content: space-between;
    display: grid;
    gap: 10px 0;
    justify-content: center;
    justify-items: stretch;
    max-width: 100%;
    text-align: center;
    width: 100%; }
  .wp-block-social-link {
    margin: 0 3px; } }

.transparent-header,
.block-editor-block-list__layout .transparent-header {
  background: transparent;
  gap: 0;
  left: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.block-editor-block-list__layout .transparent-header {
  top: 12px; }

.logged-in.admin-bar .transparent-header {
  top: 32px; }

.wp-block-group .no-margin {
  margin: 0; }

.wp-block-group .no-margin-top {
  margin-top: 0; }

.wp-block-group .no-margin-bottom {
  margin-bottom: 0; }

.wp-block-group .no-padding {
  padding: 0; }

.wp-block-group .no-padding-top {
  padding-top: 0; }

.wp-block-group .no-padding-bottom {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important; } }

.wp-site-blocks > * + * {
  margin: 0; }

.wp-block-loginout a::before {
  content: "\f007";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  margin-right: 10px; }

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden; }
  .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    float: left;
    margin-right: 20px;
    vertical-align: middle; }

.wp-site-blocks .wp-block-categories-list,
.wp-site-blocks .wp-block-archives-list {
  list-style: none;
  padding: 0; }

.wp-site-blocks .wp-block-categories-list li a,
.wp-site-blocks .wp-block-archives-list li a {
  display: inline-block;
  padding: 5px 0;
  text-decoration: inherit; }

.wp-site-blocks .wp-block-categories-list li a::before,
.wp-site-blocks .wp-block-archives-list li a::before,
.wp-block-latest-posts__post-author::before,
.wp-block-latest-posts__post-date:before {
  content: "";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin-right: 10px; }

.wp-block-latest-posts__post-date:before {
  content: "\f017"; }

.wp-site-blocks .wp-block-categories-list li a::before {
  content: "\f017"; }

.wp-site-blocks .wp-block-archives-list li a::before {
  content: "\f07b"; }

.wp-block-latest-posts__post-author::before {
  content: "\f007"; }

.wp-site-blocks .wp-block-latest-comments {
  padding: 0; }

.wp-site-blocks .wp-block-tag-cloud a {
  border: 2px solid;
  display: inline-block;
  font-size: 14px !important;
  margin: 5px 0;
  padding: 2px 10px;
  text-decoration: inherit !important; }

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author::before,
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link::before,
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date::before {
  content: "";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin-right: 10px; }

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date::before {
  content: "\f017"; }

.wp-block-post-date a {
  font-style: inherit; }
  .wp-block-post-date a::before {
    content: "\f017";
    display: inline-block;
    /* stylelint-disable-next-line */
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    margin-right: 10px; }

.widget a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.entry-content.wp-block-post-content a:not(.wp-block-button__link) {
  text-decoration: inherit; }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    padding: 12px 16px;
    background: #ffffff;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block;
    box-shadow: 0 0 15px #ddd;
    border-radius: 100px; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }

/* elements
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--wp--custom--core-button--color);
  background-color: var(--wp--custom--core-button--color--background);
  border-top-left-radius: var(--wp--custom--core-button--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--core-button--border-radius--top-right);
  border-bottom-left-radius: var(--wp--custom--core-button--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--core-button--border-radius--bottom-right);
  font-weight: var(--wp--custom--core-button--typography--font-weight);
  font-size: var(--wp--custom--core-button--typography--font-size);
  padding-left: var(--wp--custom--core-button--spacing--padding--left);
  padding-right: var(--wp--custom--core-button--spacing--padding--right);
  padding-top: var(--wp--custom--core-button--spacing--padding--top);
  padding-bottom: var(--wp--custom--core-button--spacing--padding--bottom);
  text-align: var(--wp--custom--core-button--text-align);
  word-break: var(--wp--custom--core-button--word-break);
  box-sizing: var(--wp--custom--core-button--box-sizing);
  line-height: var(--wp--custom--core-button--line-height); }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    opacity: 0.9;
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--primary); }

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: 1px solid #ddd; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #d3ced2;
  border-top: none;
  margin-top: -27px;
  padding: 30px; }

.woocommerce .woocommerce-message {
  border-top-color: #000; }

.woocommerce .woocommerce-message::before {
  color: #222; }

.woocommerce .quantity .qty {
  padding: 6px;
  text-align: center;
  width: 3.631em; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 10px 0 0; }

.woocommerce ul.products li.product .button {
  margin-top: 10px; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 17px;
  margin: 0;
  padding: 0.5em 0 10px; }

.woocommerce ul.products li.product .price {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5em; }

.woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  padding: 0 0 30px 0;
  text-align: center; }

.woocommerce ul.products li.product a img {
  background: #f1f1f1; }

.woocommerce ul.products li.product .star-rating {
  color: #ff9800;
  margin: 0 auto 10px; }

.woocommerce section.related.products h2 {
  margin-bottom: 30px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000; }

.woocommerce .woocommerce-breadcrumb {
  border: 2px solid #f8f8f8;
  padding: 10px 30px;
  text-align: left;
  margin-bottom: 50px; }

.woocommerce ul.products li.product span.onsale {
  background: #ffa500;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  position: absolute;
  right: 0;
  top: 14px;
  transform: rotate(89deg);
  z-index: 9;
  margin: 0;
  line-height: inherit;
  min-width: auto;
  min-height: auto; }

.woocommerce .quantity .qty {
  width: 5rem;
  text-align: center;
  padding: 3px 0;
  border: 1px solid #ddd;
  border-radius: 0; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
  font-size: 1.25em; }

.woocommerce figure.woocommerce-product-gallery__wrapper {
  border: 1px solid #ddd; }

.woocommerce .products ul,
.woocommerce ul.products {
  padding-top: 30px; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 20px;
  /* margin: 10px; */
  /* box-shadow: 0 0 10px #000; */
  /* display: block; */ }

.wc-block-grid__product {
  overflow: hidden; }
  .wc-block-grid__product .wc-block-grid__product-image img {
    background: #ddd;
    height: auto;
    max-width: 100%;
    width: auto; }
  .wc-block-grid__product a {
    text-decoration: inherit; }
  .wc-block-grid__product .wc-block-grid__product-onsale {
    background: #ffa500;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    top: 13px;
    transform: rotate(89deg);
    z-index: 9; }
  .wc-block-grid__product .wp-block-button__link {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 25px; }
  .wc-block-grid__product .wc-block-grid__product-price.price span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    font-weight: 400;
    color: #000; }
  .wc-block-grid__product .wc-block-grid__product-image,
  .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 12px; }
  .wc-block-grid__product ins {
    background: none; }

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0; }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 25px; }
    .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a {
      text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 15px 0;
    width: 100%; } }
