/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
 html {
    font-size: 16px;
    scroll-behavior: smooth;
    box-sizing: border-box; }
  
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  
  /*
   * Text and navigation link styles.
   * Necessary until the following issue is resolved in Gutenberg:
   * https://github.com/WordPress/gutenberg/issues/27075
   */
  a {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch; }
  
  ul {
    list-style-type: none; }
  
  a {
    text-decoration: underline; }
    a:hover, a:focus {
      text-decoration: none; }
  
  .wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
    text-decoration: none; }
  
  /*
   * Search and File Block button styles.
   * Necessary until the following issues are resolved in Gutenberg:
   * https://github.com/WordPress/gutenberg/issues/36444
   * https://github.com/WordPress/gutenberg/issues/27760
   */
  .wp-block-search.wp-block-search__button-only .wp-block-search__button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px; }
  
  .wp-block-search .wp-block-search__button,
  .wp-block-file .wp-block-file__button {
    border-radius: 0 6px 6px 0;
    font-weight: var(--wp--custom--typography--font-weight--bold);
    font-size: var(--wp--preset--font-size--medium);
    padding: 16px;
    background-color: var(--wp--preset--color--button-bg-color); }
    .wp-block-search .wp-block-search__button:is(:hover, :focus),
    .wp-block-file .wp-block-file__button:is(:hover, :focus) {
      background-color: var(--wp--preset--color--hover-color); }
  
  .wp-block-sidebar .wp-block-widget {
    padding: 30px;
    background: transparent;
    border: 1px solid var(--wp--preset--color--border-color); }
  
  /*
   * Button hover styles.
   * Necessary until the following issue is resolved in Gutenberg:
   * https://github.com/WordPress/gutenberg/issues/27075
   */
  /*
   * Alignment styles.
   * These rules are temporary, and should not be relied on or
   * modified too heavily by themes or plugins that build on
   * pawscentral. These are meant to be a precursor to
   * a global solution provided by the Block Editor.
   *
   * Relevant issues:
   * https://github.com/WordPress/gutenberg/issues/35607
   * https://github.com/WordPress/gutenberg/issues/35884
   */
  .wp-site-blocks,
  .edit-post-visual-editor__post-title-wrapper,
  .wp-block-group.alignfull,
  .banner .wp-block-cover__inner-container,
  .slider .wp-block-cover,
  .wp-block-group.has-background,
  .wp-block-cover.alignfull,
  .is-root-container .wp-block[data-align="full"] > .wp-block-group,
  .is-root-container .wp-block[data-align="full"] > .wp-block-cover {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer); }
  
  .wp-site-blocks .alignfull,
  .wp-site-blocks > .wp-block-group.has-background,
  .wp-site-blocks > .wp-block-cover,
  .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
  .wp-site-blocks > .wp-block-template-part > .wp-block-cover,
  body > .is-root-container > .wp-block-group.has-background,
  body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
  body > .is-root-container > .wp-block-template-part > .wp-block-cover,
  .is-root-container .wp-block[data-align="full"] {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    width: unset; }
  
  /* Blocks inside columns don't have negative margins. */
  .wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
  .is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
  .wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
  .is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: inherit; }
  
  /*
   * Responsive menu container padding.
   * This ensures the responsive container inherits the same
   * spacing defined above. This behavior may be built into
   * the Block Editor in the future.
   */
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 20px 35px; }
  
  .wp-block-sidebar > * h2 {
    font-family: var(--wp--preset--font-family--notosansjp);
    font-size: var(--wp--preset--font-size--content-heading); }
  
  .wp-block-post-meta > *,
  .wp-block-post-meta .wp-block-post-author__name {
    font-size: var(--wp--preset--font-size--extra-small); }
  
  .wp-block-post-template .wp-block-post-featured-image {
    margin: 0; }
  
  .wp-block-post-author__content .wp-block-post-author__name {
    font-weight: var(--wp--custom--typography--font-weight--normal); }
  
  .wp-block-post-meta .wp-block-post-author__content .wp-block-post-author__name {
    font-family: var(--wp--preset--font-family--roboto); }
  
  [class*="wp-container-"] .wp-block-columns {
    gap: var(--wp--custom--spacing--section-heading); }
    [class*="wp-container-"] .wp-block-columns + .wp-block-columns {
      margin-top: var(--wp--custom--spacing--section-heading); }
  
  .feature-content-section .wp-block-post-template.is-flex-container,
  .wp-block-query-loop.is-flex-container {
    gap: var(--wp--custom--spacing--section-heading); }
  
  pre {
    white-space: pre-wrap;
    padding: 25px;
    box-sizing: border-box; }
  
  /* --- Block Styles
  -------------------------------------------------------- */
  /* --- Block Styles
  -------------------------------------------------------- */
  /* --- WP Block Button Style
  -------------------------------------------------------- */
  .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):is(:hover, :focus) {
    color: var(--wp--preset--color--color-light) !important;
    background-color: var(--wp--preset--color--hover-color) !important; }
  
  .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:is(:focus, :hover) {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0; }
  
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--wp--preset--color--hover-color); }
  
  .wc-block-cart__submit-container .wp-element-button,
  ul.products li.product .button,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    position: relative;
    overflow: hidden; }
  
  .wp-block-button__link.wp-element-button,
  ul.products li.product .button {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.26); }
  
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link,
  .wp-block-post-excerpt__more-link {
    background: transparent;
    border: none;
    text-decoration: none;
    position: relative;
    padding: 0;
    text-shadow: none;
    overflow: visible; }
    .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover, .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus,
    .wp-block-post-excerpt__more-link:hover,
    .wp-block-post-excerpt__more-link:focus {
      background: transparent;
      box-shadow: none;
      color: var(--wp--preset--color--hover-color);
      letter-spacing: 0.5px;
      transform: none; }
      .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:after, .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:after,
      .wp-block-post-excerpt__more-link:hover:after,
      .wp-block-post-excerpt__more-link:focus:after {
        width: 30%; }
      .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:after, .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:after,
      .wp-block-post-excerpt__more-link:hover:after,
      .wp-block-post-excerpt__more-link:focus:after {
        background-color: var(--wp--preset--color--hover-color); }
    .wp-block-button.is-style-pawscentral-button .wp-block-button__link:after,
    .wp-block-post-excerpt__more-link:after {
      bottom: -5px;
      background-color: var(--wp--preset--color--title-color);
      content: "";
      left: 0;
      position: absolute;
      height: 2px;
      width: 100%; }
  
  body .wp-block-buttons {
    margin-top: 0; }
  
  /* --- WP Block Post Author Style
  -------------------------------------------------------- */
  .wp-block-post-author__byline {
    font-size: inherit; }
  
  .is-style-pawscentral-post-author-card,
  .is-style-pawscentral-post-author-card {
    border: 0;
    padding: var(--wp--custom--spacing--section-heading); }
  
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__content,
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__content {
    padding-left: 10px; }
  
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__bio,
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__bio {
    font-size: var(--wp--custom--typography--font-size--heading-six);
    line-height: var(--wp--custom--typography--line-height--heading-six); }
  
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__name,
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__name {
    font-size: var(--wp--preset--font-size--body-default);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    color: var(--wp--preset--color--title-color);
    font-family: var(--wp--preset--font-family--notosansjp); }
  
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar,
  .is-style-pawscentral-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar {
    border-radius: 50%; }
  
  /* --- WP Block Post Comments Style
  -------------------------------------------------------- */
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li > .children > li article,
  .comment article,
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li > .children > li article,
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li > article {
    padding-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li > article {
    padding-top: 0; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist .comment-body > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form > P:last-of-type,
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist .comment-body > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form > *:last-child,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form > P:last-of-type {
    margin-bottom: 0; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-author,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-author {
    color: var(--wp--preset--color--foreground);
    font-size: var(--wp--preset--font-size--body-default);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    margin-bottom: 7px; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-content,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-content {
    margin-top: 20px; }
  
  .wp-block-group.wp-block-post-meta {
    gap: 1.75rem; }
  
  .wp-block-group.post-navigation-link-container {
    margin-top: var(--wp--custom--spacing--wp-block-navigation-widget);
    margin-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata {
    color: var(--wp--preset--color--tertiary);
    font-size: var(--wp--preset--font-size--tiny);
    line-height: 1.62; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a {
    text-decoration: none; }
  
  .wp-block-post-comments .comment-author .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 65px;
    float: left;
    margin-right: 21px;
    overflow: hidden;
    width: 65px; }
  
  .wp-block-post-author__avatar img {
    border-radius: 50%;
    height: clamp(85px, 8vw, 150px);
    width: clamp(85px, 8vw, 150px); }
  
  .wp-block-post-author__avatar {
    margin-right: clamp(21px, 3vw, 35px); }
  
  .wp-block-latest-comments__comment-author,
  .wp-block-post-comments .comment-meta .fn,
  .wp-block-latest-comments__comment-link,
  .wp-block-latest-comments__comment-meta,
  .comment-author .says {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    font-family: var(--wp--preset--font-family--notosansjp);
    text-transform: capitalize; }
  
  .wp-block-post-comments .comment-meta .fn {
    text-transform: capitalize; }
  
  .comment-metadata,
  .comment-metadata .edit-link {
    font-size: var(--wp--preset--font-size--tiny);
    margin-top: 8px; }
  
  .comment-respond {
    padding: clamp(45px, 7vw, 75px); }
  
  .wp-block-post-comments #comments {
    font-size: var(--wp--preset--font-size--extra-large);
    margin-top: var(--wp--custom--spacing--wp-block-navigation-widget);
    margin-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }
  
  .comment-reply-title,
  .logged-in-as,
  .comment-notes {
    text-align: center; }
  
  .woocommerce-Reviews .comment-notes {
    text-align: left; }
  
  .wp-block-post-comments ul,
  .wp-block-post-comments ol {
    list-style-type: none; }
  
  .commentlist {
    margin-top: 0; }
  
  .post-navigation-link__title {
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--normal); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata > *:not(:last-child),
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata > *:not(:last-child) {
    padding-right: 10px; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .reply,
  .wp-block-post-comments.is-style-pawscentral-post-comments .reply {
    font-size: var(--wp--preset--font-size--small); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .reply a,
  .wp-block-post-comments.is-style-pawscentral-post-comments .reply a {
    font-weight: var(--wp--custom--typography--font-weight--bold);
    text-decoration: none;
    text-transform: uppercase; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    padding-top: var(--wp--custom--spacing--wp-comment-vertical);
    padding-right: var(--wp--custom--spacing--wp-comment-horizontal);
    padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
    padding-left: var(--wp--custom--spacing--wp-comment-horizontal); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form {
    font-size: var(--wp--preset--font-size--upper-heading); }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form a,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form .logged-in-as,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form .comment-notes,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
    font-size: var(--wp--preset--font-size--extra-small);
    text-decoration: none; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond .comment-form .logged-in-as a {
    text-decoration: underline; }
  
  /* --- WP Block Latest Comments Style
  -------------------------------------------------------- */
  .wp-block-latest-comments.is-style-pawscentral-latest-comments,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments {
    margin-top: 0;
    padding: 0; }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments a,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments a {
    text-decoration: none; }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid var(--wp--preset--color--border-color);
    margin-bottom: 0;
    padding-bottom: var(--wp--custom--spacing--normal);
    padding-top: var(--wp--custom--spacing--normal); }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
    margin-bottom: 0; }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-top: 20px; }
  
  .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 4.25em; }
  
  .comment-body a {
    text-decoration: none; }
  
  .wp-block-latest-comments .avatar,
  .wp-block-latest-comments__comment-avatar {
    height: 65px;
    width: 65px; }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
    font-size: var(--wp--preset--font-size--tiny);
    margin-top: 7px; }
  
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author,
  .wp-block-latest-comments.is-style-pawscentral-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    color: var(--wp--preset--color--foreground);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph); }
  
  /* --- WP Block Quote Style
  -------------------------------------------------------- */
  .wp-block-quote.is-style-pawscentral-block-quote p,
  .wp-block-quote.is-style-pawscentral-block-quote p {
    color: var(--wp--preset--color--foreground);
    font-size: var(--wp--preset--font-size--content-heading);
    font-weight: var(--wp--custom--typography--font-weight--semi-bold);
    font-style: italic;
    line-height: var(--wp--custom--typography--line-height--paragraph);
    margin-top: 0; }
  
  .wp-block-quote.is-style-default,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain) {
    position: relative;
    padding-top: 90px; }
    .wp-block-quote.is-style-default:before,
    .wp-block-quote.is-large:not(.is-style-plain):before,
    .wp-block-quote.is-style-large:not(.is-style-plain):before {
      color: var(--wp--preset--color--secondary-text-color);
      border-radius: 50%;
      content: "\201C";
      font-family: Arial, Helvetica, sans-serif;
      font-size: 110px;
      font-style: normal;
      font-weight: var(--wp--custom--typography--font-weight--bold);
      line-height: 1;
      left: var(--wp--custom--spacing--section-heading-gap);
      opacity: 0.2;
      text-align: center;
      position: absolute;
      top: var(--wp--custom--spacing--normal); }
  
  .wp-block-pullquote.has-text-align-left:not(blockquote) {
    border: 0;
    border-left: 4px solid; }
  
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%; }
  
  .wp-block-pullquote.alignright.has-text-align-left,
  .wp-block-pullquote.alignright.has-text-align-right {
    border: 0; }
  
  .wp-block-pullquote.has-text-align-right:not(blockquote) {
    border: 0;
    border-right: 4px solid; }
  
  .wp-block-quote.has-text-align-right {
    border: 0; }
  
  .wp-block-quote.has-text-align-right:before,
  .wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain):before,
  .wp-block-quote.has-text-align-right:not(.is-style-plain):before {
    left: auto;
    right: 15px; }
  
  figure.wp-block-pullquote.alignleft:not(.has-text-align-center) blockquote,
  figure.wp-block-pullquote.has-text-align-left blockquote {
    margin: 0;
    text-align: left; }
  
  figure.wp-block-pullquote.alignright:not(.has-text-align-center) blockquote,
  figure.wp-block-pullquote.has-text-align-right blockquote {
    margin: 0;
    text-align: right; }
  
  figure.wp-block-pullquote.aligncenter blockquote,
  figure.wp-block-pullquote.has-text-align-center blockquote {
    text-align: center; }
  
  figure.wp-block-pullquote.has-text-align-left blockquote,
  figure.wp-block-pullquote.has-text-align-left p {
    margin-bottom: 0;
    margin-top: 0; }
  
  .wp-block-quote {
    text-align: left; }
    .wp-block-quote.has-text-align-right {
      text-align: right; }
    .wp-block-quote.has-text-align-center {
      text-align: center; }
  
  .wp-block-quote.has-text-align-center:before,
  .wp-block-quote.has-text-align-center.is-style-large:not(.is-style-plain):before,
  .wp-block-quote.has-text-align-center:not(.is-style-plain):before,
  .wp-block-quote:not(.is-style-default):not(.has-text-align-left):not(.has-text-align-right):before {
    left: 50%;
    transform: translateX(-50%); }
  
  .wp-block-quote.is-style-pawscentral-block-quote cite,
  .wp-block-quote.is-style-pawscentral-block-quote footer,
  .wp-block-quote.is-style-pawscentral-block-quote cite,
  .wp-block-quote.is-style-pawscentral-block-quote footer {
    font-size: var(--wp--preset--font-size--small); }
  
  .wp-block-quote.is-style-pawscentral-block-quote.is-style-large,
  .wp-block-quote.is-style-pawscentral-block-quote.is-large,
  .wp-block-quote.is-style-pawscentral-block-quote.is-style-large,
  .wp-block-quote.is-style-pawscentral-block-quote.is-large {
    color: var(--wp--preset--color--foreground); }
  
  /* --- WP Block Seperator Style
  -------------------------------------------------------- */
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    opacity: 1;
    width: 80px; }
    .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
      width: 80px; }
  
  .section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin-left: 0; }
    .section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
      margin-left: 0;
      margin-top: 30px; }
  
  /* --- WP Block Pullquote Style
  -------------------------------------------------------- */
  .wp-block-pullquote p {
    line-height: var(--wp--custom--typography--line-height--paragraph);
    margin-top: 0;
    margin-bottom: 0; }
  
  .wp-block-pullquote footer,
  .wp-block-pullquote .wp-block-pullquote__citation {
    font-size: var(--wp--preset--font-size--small);
    text-transform: none; }
  
  .wp-block-pullquote {
    padding: var(--wp--custom--spacing--normal) var(--wp--custom--spacing--section-heading-gap); }
  
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block[data-align="left"] .wp-block-pullquote,
  .wp-block[data-align="right"] .wp-block-pullquote {
    border-bottom: 0;
    background-color: var(--wp--preset--color--secondary-bg-color);
    border-top: 0;
    padding: var(--wp--custom--spacing--normal) var(--wp--custom--spacing--section-heading-gap);
    position: relative;
    padding-top: 100px; }
    .wp-block-pullquote.alignleft:before,
    .wp-block-pullquote.alignright:before,
    .wp-block[data-align="left"] .wp-block-pullquote:before,
    .wp-block[data-align="right"] .wp-block-pullquote:before {
      color: var(--wp--preset--color--secondary-text-color);
      border-radius: 50%;
      content: "\201C";
      font-family: Arial, Helvetica, sans-serif;
      font-size: 100px;
      font-style: normal;
      font-weight: var(--wp--custom--typography--font-weight--bold);
      line-height: 1.4;
      opacity: 0.2;
      left: var(--wp--custom--spacing--section-heading-gap);
      text-align: center;
      position: absolute;
      top: 20px; }
    .wp-block-pullquote.alignleft blockquote,
    .wp-block-pullquote.alignright blockquote,
    .wp-block[data-align="left"] .wp-block-pullquote blockquote,
    .wp-block[data-align="right"] .wp-block-pullquote blockquote {
      margin: 0; }
  
  .wp-block-pullquote.alignright:before {
    left: auto;
    right: var(--wp--custom--spacing--section-heading-gap); }
  
  .wp-block-pullquote.has-text-align-center {
    padding-top: var(--wp--custom--spacing--normal); }
    .wp-block-pullquote.has-text-align-center:before {
      display: none; }
  
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.has-text-align-left,
  .wp-block[data-align="left"] .wp-block-pullquote {
    margin-right: 0; }
  
  .wp-block-pullquote.alignright,
  .wp-block-pullquote.has-text-align-right,
  .wp-block[data-align="right"] .wp-block-pullquote {
    margin-left: 0; }
  
  /* --- WP Block Table Style
  -------------------------------------------------------- */
  .wp-block-table.is-style-pawscentral-wp-table td,
  .wp-block-table.is-style-pawscentral-wp-table th,
  .wp-block-table.is-style-pawscentral-wp-table td,
  .wp-block-table.is-style-pawscentral-wp-table th {
    border-color: var(--wp--preset--color--border-color);
    padding: 0.5em 1.4em; }
  
  .wp-block-table.is-style-pawscentral-wp-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center),
  .wp-block-table.is-style-pawscentral-wp-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
    text-align: left; }
  
  .wp-block-table.is-style-pawscentral-wp-table thead,
  .wp-block-table.is-style-pawscentral-wp-table thead {
    border-bottom-color: var(--wp--preset--color--border-color); }
  
  .wp-block-table tfoot {
    border-top-color: var(--wp--preset--color--border-color); }
  
  .wp-block-table.is-style-pawscentral-wp-table th,
  .wp-block-table.is-style-pawscentral-wp-table th {
    font-weight: var(--wp--custom--typography--font-weight--semi-bold);
    color: var(--wp--preset--color--foreground); }
  
  .wp-block-table.is-style-pawscentral-wp-table table,
  .wp-block-table.is-style-pawscentral-wp-table table {
    border: 1px solid var(--wp--preset--color--border-color); }
  
  /* --- WP Block Preformatted and Verse Style
  -------------------------------------------------------- */
  .wp-block-preformatted.is-style-pawscentral-wp-preformatted,
  .wp-block-verse.is-style-pawscentral-wp-verse,
  .wp-block-preformatted.is-style-pawscentral-wp-preformatted,
  .wp-block-verse.is-style-pawscentral-wp-verse {
    background-color: var(--wp--preset--color--secondary-bg-color);
    box-sizing: border-box;
    font-family: "Courier Prime", monospace;
    overflow: auto;
    padding: var(--wp--custom--spacing--extra-small);
    word-wrap: break-word; }
  
  /* --- WP Column Block Style
  -------------------------------------------------------- */
  .wp-block-column {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  
  /* --- WP Block Search Style
  -------------------------------------------------------- */
  .wp-block-navigation__submenu-container {
    display: none; }
  
  button[aria-expandd="true"] .wp-block-navigation__submenu-container {
    display: block; }
  
  .wp-site-blocks > * + * {
    margin-block-start: 0; }
  
  /* --- Block Theme
  -------------------------------------------------------- */
  /* --- Theme Style
  -------------------------------------------------------- */
  a,
  a svg.icon,
  ins,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button,
  .woocommerce button,
  .wc-block-mini-cart__button,
  svg,
  .wp-block-button__link,
  .woocommerce ul.products li.product .button,
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next,
  .tnp.tnp-subscription .tnp-field input[type="submit"],
  header svg,
  .wp-block-social-links a,
  .header svg,
  .wp-block-search__button,
  .wc-block-product-search .wc-block-product-search__button,
  .wc-block-components-button:not(.is-link).outlined,
  .woocommerce ul.products li.product a h2,
  .wp-block-navigation__responsive-container,
  .wc-block-components-pagination__page,
  .wp-block-post-excerpt__more-link,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea,
  .post-navigation-link__label,
  .wp-block-navigation .wp-block-navigation__submenu-container,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:before,
  .wp-block-navigation .wp-block-navigation-item,
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container,
  .wp-block-post-excerpt__more-link:before,
  .wp-block-navigation .wp-block-navigation__submenu-container li a:before,
  .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
  .wc-block-grid__product-title,
  .services-section .wp-block-image:before,
  .services-section .wp-block-image,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:after,
  .wp-block-post-excerpt__more-link:after,
  .wc-block-featured-category,
  .wc-block-featured-category__background-image,
  .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img,
  .wp-block-post-featured-image img {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  
  pre {
    background-color: var(--wp--preset--color--secondary); }
  
  .wp-block-image {
    margin-bottom: 1.5em;
    margin-top: var(--wp--style--block-gap, 2em); }
  
  .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0; }
  
  body:not(.home) .wp-site-blocks .inner-main {
    padding-bottom: var(--wp--custom--spacing--main-block-gap);
    padding-top: var(--wp--custom--spacing--main-block-gap); }
    body:not(.home) .wp-site-blocks .inner-main .wp-block-section:first-child {
      padding-top: 0; }
      body:not(.home) .wp-site-blocks .inner-main .wp-block-section:first-child:after {
        content: none; }
    body:not(.home) .wp-site-blocks .inner-main .wp-block-section:last-child {
      padding-bottom: 0; }
  
  .wp-block-table,
  .wp-block-audio,
  .wp-block-pullquote {
    margin-top: var(--wp--style--block-gap); }
  
  .wp-block-latest-posts li a {
    text-decoration: none; }
  
  .wp-block-latest-posts.is-grid li {
    margin-bottom: 0; }
  
  .wp-block-categories__list a,
  .wp-block-categories-list a,
  .wp-block-archives-list a {
    text-decoration: none; }
  
  .wp-block-section .wp-block-columns .wp-block-columns {
    margin-bottom: 0; }
  
  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 28px; }
  
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }
  
  body.page-template-blank .wp-site-blocks main {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0; }
  
  /* --- WP Block Site title Style
  -------------------------------------------------------- */
  .wp-block-site-title a {
    text-decoration: none; }
  
  /* --- WP Block Navigation Main
  -------------------------------------------------------- */
  .wp-block-navigation .wp-block-navigation-item a:hover,
  .wp-block-navigation .wp-block-navigation-item a:focus {
    text-decoration: none; }
  
  .wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
    margin-top: 0; }
  
  .upper-footer .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    color: var(--wp--preset--color--dark-color);
    opacity: 1; }
    .upper-footer .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:is(:hover, :focus) {
      color: var(--wp--preset--color--hover-color); }
  
  .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container,
  .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container {
    padding: 7px 10px;
    background-color: var(--wp--preset--color--secondary-bg-color); }
    .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content,
    .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
      box-sizing: border-box;
      position: relative;
      width: 100%; }
      .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before,
      .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
        content: "";
        height: 100%;
        left: 0;
        right: auto;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0; }
      .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover:before,
      .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover:before {
        width: 4px; }
  
  .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before,
  .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before,
  .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item.current-nav-item .wp-block-navigation-item__content:before,
  .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation__submenu-container .wp-block-navigation-item.current-nav-item .wp-block-navigation-item__content:before {
    width: 4px; }
  
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: 0; }
  
  .wp-block-navigation .wp-block-navigation__submenu-container a {
    font-size: var(--wp--preset--font-size--extra-small);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    text-transform: capitalize; }
  
  .wp-block-navigation .wp-block-navigation__submenu-container a {
    font-size: var(--wp--preset--font-size--medium); }
  
  .wp-block-centered-menu .wp-block-navigation {
    text-align: center; }
  
  /* --- WP Block Button
  -------------------------------------------------------- */
  .comment-reply-title {
    font-family: var(--wp--preset--font-family--notosansjp);
    font-size: var(--wp--preset--font-size--extra-large);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    margin-top: 0; }
  
  .comment-content,
  .comment-metadata,
  .reply {
    padding-left: clamp(82px, 8vw, 128px); }
  
  .comment-metadata {
    font-size: var(--wp--preset--font-size--tiny); }
  
  .wp-block-post-comments .commentlist .depth-1.parent {
    padding-left: 0; }
  
  .wp-block-post-comments input[type="submit"] {
    margin-top: clamp(18px, 3.5vw, 24px);
    margin-top: 0; }
    .wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"]:hover {
      outline-color: transparent; }
  
  .wp-block-tnp-minimal {
    margin: 0 !important;
    padding: 0 !important; }
    .wp-block-tnp-minimal p {
      display: none; }
  
  .tnp.tnp-subscription .tnp-field input[type="submit"] {
    border: 1px solid;
    overflow: hidden;
    position: relative; }
  
  .wp-block-button .wp-block-button__link.is-style-outline,
  .tnp.tnp-subscription .tnp-field input[type="submit"] {
    padding-top: 0.95rem;
    padding-right: 2.55rem;
    padding-bottom: 0.95rem;
    padding-left: 2.55rem; }
  
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    border: 3px solid transparent;
    font-size: var(--wp--preset--font-size--upper-heading);
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    letter-spacing: 0.88px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    padding-top: clamp(0.5rem, 5vw, 0.95rem);
    padding-right: clamp(1rem, 5vw, 2.55rem);
    padding-bottom: clamp(0.5rem, 5vw, 0.95rem);
    padding-left: clamp(1rem, 5vw, 2.55rem);
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.26);
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px; }
  
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next,
  .wp-block-post-excerpt__more-link,
  .tnp.tnp-subscription .tnp-field input[type="submit"] {
    cursor: pointer;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    position: relative;
    text-transform: uppercase;
    text-decoration: none; }
  
  .wp-block-button__link:hover:after,
  .wp-block-button__link:focus:after {
    outline-color: transparent; }
  
  /* --- WP Block Query Pagination
  -------------------------------------------------------- */
  .wp-block-query-pagination.alignfull {
    justify-content: center;
    gap: 0; }
  
  .wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: 10px; }
  
  .wp-block-query-pagination > .wp-block-query-pagination-previous,
  .wp-block-query-pagination > .wp-block-query-pagination-next {
    height: 40px;
    margin-bottom: 0;
    margin-inline-start: initial;
    text-indent: -99999px;
    width: 40px; }
    .wp-block-query-pagination > .wp-block-query-pagination-previous:before,
    .wp-block-query-pagination > .wp-block-query-pagination-next:before {
      content: "";
      height: 8px;
      width: 8px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%) rotate(136deg);
      -o-transform: translate(-50%, -50%) rotate(136deg);
      -ms-transform: translate(-50%, -50%) rotate(136deg);
      -webkit-transform: translate(-50%, -50%) rotate(136deg);
      transform: translate(-50%, -50%) rotate(136deg); }
  
  .wp-block-query-pagination > .wp-block-query-pagination-next:before {
    -moz-transform: translate(-50%, -50%) rotate(-136deg);
    -o-transform: translate(-50%, -50%) rotate(-136deg);
    -ms-transform: translate(-50%, -50%) rotate(-136deg);
    -webkit-transform: translate(-50%, -50%) rotate(-136deg);
    transform: translate(-50%, -50%) rotate(-136deg);
    border-left: 1px solid #000;
    border-right: 0;
    border-bottom: 1px solid #000; }
  
  .wp-block-query-pagination > .wp-block-query-pagination-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0; }
  
  .wp-block-query-pagination-numbers .page-numbers {
    box-sizing: border-box;
    border-radius: 0.4rem;
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--upper-heading);
    height: 40px;
    text-decoration: none;
    text-align: center;
    width: 40px; }
  
  .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
  .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
  .wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
    color: var(--wp--preset--color--color-light); }
  
  /* --- WP Block Post Terms( WP Block Post Meta)
  -------------------------------------------------------- */
  .taxonomy-category.wp-block-post-terms > a,
  .taxonomy-post_tag.wp-block-post-terms > a,
  .wp-block-post-date a {
    font-size: var(--wp--preset--font-size--tiny);
    text-decoration: none;
    text-transform: capitalize; }
  
  .single .taxonomy-category.wp-block-post-terms > a,
  .single .taxonomy-post_tag.wp-block-post-terms > a {
    color: var(--wp--preset--color--secondary-text-color);
    border: 0.5px solid;
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 0.65rem 0.85rem;
    text-transform: capitalize; }
    .single .taxonomy-category.wp-block-post-terms > a:hover, .single .taxonomy-category.wp-block-post-terms > a:focus,
    .single .taxonomy-post_tag.wp-block-post-terms > a:hover,
    .single .taxonomy-post_tag.wp-block-post-terms > a:focus {
      border-color: transparent; }
  
  .single .taxonomy-category.wp-block-post-terms > .wp-block-post-terms__separator,
  .single .taxonomy-post_tag.wp-block-post-terms > .wp-block-post-terms__separator {
    display: none; }
  
  /* --- WP Block Post Navigation Link
  -------------------------------------------------------- */
  .wp-block-post-navigation-link .post-navigation-link__label {
    display: block;
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: var(--wp--custom--typography--font-weight--semi-bold);
    font-family: var(--wp--preset--font-family--roboto);
    line-height: var(--wp--custom--typography--line-height--extra-small);
    margin-bottom: clamp(10px, 3vw, 17px);
    text-transform: uppercase; }
    .wp-block-post-navigation-link .post-navigation-link__label svg {
      width: 7px; }
  
  .post-navigation-link-next {
    margin-top: 21px; }
  
  .wp-block-post-navigation-link a {
    text-decoration: none; }
  
  /* --- WP Block Post Template(wp-block-post)
  -------------------------------------------------------- */
  .wp-block-post-title a {
    text-decoration: none; }
  
  .wp-block-post-template .wp-block-post-meta > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  
  svg.icon.icon-user {
    top: 0; }
  
  .wp-block-post-navigation-link svg.icon {
    display: none; }
  
  .post-navigation-link-next svg.icon {
    padding-left: 7px; }
  
  svg.icon {
    fill: var(--wp--preset--color--body-text);
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 2px;
    width: 14px; }
  
  .post-navigation-link-previous svg.icon {
    padding-right: 7px; }
  
  a svg.icon {
    fill: var(--wp--preset--color--dark-color); }
  
  .wp-block-post-excerpt > *:last-child {
    margin-bottom: 0; }
  
  .wp-block-post-template > li:not(:last-child) {
    margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal); }
  
  .wp-block-post-featured-image {
    overflow: hidden; }
  
  .wp-block-post-featured-image:hover img {
    transform: scale(1.05); }
  
  .wp-block-post-comments ul,
  .wp-block-post-comments ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  
  .wp-block-pawscentral-featured-content .wp-block-image .wp-block-image,
  .wp-block-pawscentral-featured-content .wp-block-image {
    position: relative; }
    .wp-block-pawscentral-featured-content .wp-block-image .wp-block-image:before,
    .wp-block-pawscentral-featured-content .wp-block-image:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .wp-block-pawscentral-featured-content .wp-block-image .wp-block-image:hover:before,
    .wp-block-pawscentral-featured-content .wp-block-image:hover:before {
      -webkit-animation: shine 0.75s;
      animation: shine 0.75s; }
  
  figure.wp-block-post-featured-image {
    position: relative; }
    figure.wp-block-post-featured-image:before {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
      filter: blur(2px); }
    figure.wp-block-post-featured-image:hover:before {
      -webkit-animation: shine 0.75s;
      animation: shine 0.75s; }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%; } }
  @keyframes shine {
    100% {
      left: 125%; } }
  .wp-block-post-author {
    text-transform: capitalize; }
  
  /* --- WP Block Quote
  -------------------------------------------------------- */
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer,
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer {
    text-align: left; }
  
  .wp-block-quote.has-text-align-left.is-style-large cite,
  .wp-block-quote.has-text-align-left.is-style-large footer,
  .wp-block-quote.has-text-align-left.is-large cite,
  .wp-block-quote.has-text-align-left.is-large footer {
    text-align: left; }
  
  .wp-block-quote.has-text-align-right.is-style-large cite,
  .wp-block-quote.has-text-align-right.is-style-large footer,
  .wp-block-quote.has-text-align-right.is-large cite,
  .wp-block-quote.has-text-align-right.is-large footer {
    text-align: right; }
  
  .wp-block-quote.has-text-align-center.is-style-large cite,
  .wp-block-quote.has-text-align-center.is-style-large footer,
  .wp-block-quote.has-text-align-center.is-large cite,
  .wp-block-quote.has-text-align-center.is-large footer {
    text-align: center; }
  
  .wp-block-quote.is-style-plain,
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-large {
    padding: 0; }
  
  /* --- WP Block Table
  -------------------------------------------------------- */
  .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: var(--wp--preset--color--secondary-bg-color); }
  
  .wp-block-table.is-style-stripes {
    border-bottom: 0; }
  
  .wp-block-table.is-style-stripes thead {
    border: 0;
    color: var(--wp--preset--color--color-light); }
  
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th {
    padding: 0.5em 1.4em; }
  
  .wp-block-table.is-style-stripe th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
    text-align: left; }
  
  /* --- WP Block Search
  -------------------------------------------------------- */
  .wp-block-search {
    background-color: transparent;
    padding: 0; }
    .wp-block-search .wp-block-search__input {
      border-radius: 6px 0 0 6px;
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      -o-border-radius: 6px 0 0 6px;
      height: 60px;
      padding: 0 20px; }
      .wp-block-search .wp-block-search__input:focus {
        outline: none; }
    .wp-block-search .wp-block-search__button {
      cursor: pointer;
      margin: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .wp-block-search .wp-block-search__button svg {
        transition: none; }
  
  .wp-block-search__button-only.wp-block-search {
    box-shadow: none; }
  
  .wp-block-search.wp-block-search__button-only .wp-block-search__button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px; }
  
  /* --- WP Block Form and Input Fields
  -------------------------------------------------------- */
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
  .wc-block-components-form .wc-block-components-text-input input[type=email],
  .wc-block-components-form .wc-block-components-text-input input[type=number],
  .wc-block-components-form .wc-block-components-text-input input[type=tel],
  .wc-block-components-form .wc-block-components-text-input input[type=text],
  .wc-block-components-form .wc-block-components-text-input input[type=url],
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    background-color: var(--wp--preset--color--fade-red-color);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: var(--wp--preset--font-family--roboto);
    color: var(--wp--preset--color--body-text);
    font-size: var(--wp--preset--font-size--upper-heading);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    line-height: var(--wp--custom--typography--line-height--heading-six);
    outline: none;
    width: 100%; }
    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus:is(:hover, :focus),
    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=email]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=number]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=tel]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=text]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=url]:is(:hover, :focus),
    input[type="date"]:is(:hover, :focus),
    input[type="time"]:is(:hover, :focus),
    input[type="datetime-local"]:is(:hover, :focus),
    input[type="week"]:is(:hover, :focus),
    input[type="month"]:is(:hover, :focus),
    input[type="text"]:is(:hover, :focus),
    input[type="email"]:is(:hover, :focus),
    input[type="url"]:is(:hover, :focus),
    input[type="password"]:is(:hover, :focus),
    input[type="search"]:is(:hover, :focus),
    input[type="tel"]:is(:hover, :focus),
    input[type="number"]:is(:hover, :focus),
    textarea:is(:hover, :focus) {
      border-color: var(--wp--preset--color--hover-color); }
  
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    padding: 1.5em 16px .25em; }
  
  .form-submit {
    text-align: center; }
  
  .wp-block-post-comments textarea {
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: var(--wp--preset--color--fade-red-color); }
  
  .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
  .wc-block-components-text-input input[type=email]:focus,
  .wc-block-components-text-input input[type=number]:focus,
  .wc-block-components-text-input input[type=tel]:focus,
  .wc-block-components-text-input input[type=text]:focus,
  .wc-block-components-text-input input[type=url]:focus {
    box-shadow: none; }
  
  .block-editor-block-list__block.wp-block-section.wp-mobile-icon-menu {
    display: block;
    position: relative; }
  
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    padding: 1rem; }
    input[type="date"]:focus,
    input[type="time"]:focus,
    input[type="datetime-local"]:focus,
    input[type="week"]:focus,
    input[type="month"]:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    textarea:focus {
      border-color: var(--wp--preset--color--hover-color); }
  
  /* --- WP Block Embed
  -------------------------------------------------------- */
  .wp-block-embed {
    margin-top: var(--wp--style--block-gap); }
  
  /* --- WP Block Image
  -------------------------------------------------------- */
  .wp-block-image .alignleft {
    margin-right: 2em; }
  
  .wp-block-image .alignright {
    margin-left: 2em; }
  
  /* --- Block Widget
  -------------------------------------------------------- */
  .wp-block-widget-area * {
    font-size: var(--wp--preset--font-size--upper-heading);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    font-family: var(--wp--preset--font-family--roboto);
    line-height: var(--wp--custom--typography--line-height--heading-six); }
  
  .wp-block-widget-area a {
    text-decoration: none; }
  
  .wp-block-widget-area h2 {
    font-weight: var(--wp--custom--typography--font-weight--normal);
    text-transform: capitalize;
    line-height: var(--wp--custom--typography--line-height--paragraph); }
  
  .wp-block-post-excerpt__more-text {
    margin-top: 1.05rem; }
  
  .wp-block-tag-cloud > a {
    display: inline-block;
    margin-bottom: 7px;
    padding: 4px 14px;
    text-decoration: none; }
  
  .wp-block-widget-area ul {
    list-style: none;
    padding-left: 0; }
  
  ul.wp-block-categories-list.wp-block-categories li:not(:last-child) {
    border-bottom: 1px solid var(--wp--preset--color--border-color);
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  
  .wp-block-widget-area li {
    margin-bottom: 14px; }
  
  .wp-block-widget-area li:before,
  .wp-block-widget-area li:after {
    content: "";
    display: table;
    table-layout: fixed; }
  
  .wp-block-widget-area li:after {
    clear: both; }
  
  .wp-block-sidebar .wp-block-archives-list > li,
  .wp-block-sidebar .wp-block-categories-list > li {
    text-align: right;
    position: relative; }
  
  .about .is-style-outline > .wp-block-button__link:not(.has-text-color) {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px; }
  
  .wp-block-archives-list > li > a,
  .wp-block-categories-list > li > a {
    float: left; }
  
  ul.wp-block-archives,
  .wp-block-categories {
    padding-left: 1em; }
  
  /* --- Block Widget Sidebar
  -------------------------------------------------------- */
  .wp-block-sidebar > *:not(:last-child) {
    margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget); }
  
  .wp-block-sidebar > * h2 {
    margin-bottom: 14px;
    padding-bottom: 14px; }
  
  .wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child) {
    border-bottom: 1px solid;
    margin-bottom: 21px;
    padding-bottom: 21px; }
  
  .wp-block-sidebar .wp-block-latest-posts__post-excerpt {
    padding-left: 75px; }
  
  .wp-block-widget-area .wp-block-latest-posts__post-author,
  .wp-block-widget-area .wp-block-latest-posts__post-date {
    font-size: var(--wp--preset--font-size--extra-small);
    line-height: 1.62;
    margin-top: 5px; }
  
  /* --- Block Widget Footer
  -------------------------------------------------------- */
  .wp-block-footer-widget-area-columns {
    margin-bottom: 0;
    padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
    padding-top: var(--wp--custom--spacing--wp-footer-vertical); }
  
  .wp-block-footer.wp-block-site-generator {
    font-size: var(--wp--preset--font-size--extra-small);
    margin-top: 0; }
    .wp-block-footer.wp-block-site-generator .wp-block-site-info {
      padding-bottom: 28px;
      padding-top: 28px;
      position: relative; }
      /* .wp-block-footer.wp-block-site-generator .wp-block-site-info:before {
        content: "";
        background: var(--wp--preset--color--color-light);
        height: 1px;
        left: 0;
        opacity: 0.1;
        position: absolute;
        top: 0;
        width: 100%; } */
  
  .wp-block-footer.wp-block-site-generator a {
    text-decoration: none; }
  
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-footer .wp-block-widget > *:not(:last-child),
  .wp-block-footer .wp-block-latest-posts__list > li:not(:last-child) {
    margin-bottom: var(--wp--custom--spacing--extra-small); }
  
  .wp-block-widget-area .wp-block-widget figure {
    line-height: 0;
    margin-bottom: 0; }
  
  /* --- WP Block Sections
  -------------------------------------------------------- */
  body .is-layout-flex {
    gap: 2rem; }
  
  body .wp-block-section {
    margin-block-start: 0;
    padding-bottom: var(--wp--custom--spacing--section-block-bottom);
    padding-top: var(--wp--custom--spacing--section-block-top);
    z-index: 2;
    position: relative; }
  
  .wp-block-section.wp-mobile-icon-menu:after {
    display: none; }
  
  .wp-block-section:nth-of-type(even):after,
  .wp-block-section:nth-of-type(odd):after {
    height: 40px;
    width: 160px;
    background: url(../images/shadow.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1; }
  
  .wp-block-section:nth-of-type(odd):after {
    left: 0;
    right: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  
  /* --- Drop Cap
  -------------------------------------------------------- */
  .has-drop-cap:not(:focus)::first-letter {
    color: var(--wp--preset--color--title-color);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    font-size: 5em;
    margin: 0.15em 0.15em 0 -0.07em; }
  
  /* --- WP Block Image
  -------------------------------------------------------- */
  .wp-block-image figure.alignright,
  .wp-block-image figure.alignleft,
  .wp-block[data-align="left"] .wp-block-image,
  .wp-block[data-align="right"] .wp-block-image,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block[data-align="left"] > .wp-block-pullquote,
  .wp-block[data-align="right"] > .wp-block-pullquote,
  [data-align="left"] > .wp-block-cover,
  [data-align="right"] > .wp-block-cover,
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright,
  .wp-block[data-align="left"] > .wp-block-embed,
  .wp-block[data-align="right"] > .wp-block-embed {
    max-width: 390px;
    width: 100%; }
  
  .wp-block-cover.alignleft,
  [data-align="left"] > .wp-block-cover,
  .wp-block-embed.alignleft,
  .wp-block[data-align="left"] > .wp-block-embed {
    margin-right: 2em !important;
    margin-bottom: 1.5em; }
  
  .wp-block-cover.alignright,
  [data-align="right"] > .wp-block-cover,
  .wp-block-embed.alignright,
  .wp-block[data-align="right"] > .wp-block-embed {
    margin-left: 2em !important;
    margin-bottom: 1.5em; }
  
  /* --- WP Block Code
  -------------------------------------------------------- */
  /* --- WP Block Firgcaption
  -------------------------------------------------------- */
  .wp-site-blocks figure figcaption,
  figure figcaption {
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    font-style: italic; }
  
  /* --- WP Block Calendar
  -------------------------------------------------------- */
  .wp-block-calendar tbody td#today {
    font-weight: var(--wp--custom--typography--font-weight--semi-bold); }
  
  .wp-block-calendar table caption {
    margin-bottom: 7px; }
  
  .wp-block-group.section-heading {
    margin-bottom: var(--wp--custom--spacing--section-heading-gap);
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 720px;
    margin-inline: auto; }
  
  .contact-section .wp-block-group.section-heading {
    max-width: 100%;
    text-align: left;
    margin-bottom: var(--wp--custom--spacing--extra-small); }
  
  .header .wp-block-columns {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer); }
  
  .wp-block-categories a,
  .wp-block-archives a {
    font-size: var(--wp--preset--font-size--medium); }
  
  .wp-site-blocks main {
    margin-top: 0;
    z-index: 0; }
  
  header + main,
  main.site-main {
    position: relative;
    z-index: 1; }
  
  h1.wp-block-heading {
    margin-bottom: 0.7rem; }
  
  .entry-breadcrumbs span.breadcrumb span {
    color: var(--wp--preset--color--color-light);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--tiny); }
  .entry-breadcrumbs span.breadcrumb a {
    color: var(--wp--preset--color--color-light);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--tiny); }
  
  .banner .wp-block-cover__inner-container {
    text-align: center; }
  
  footer.wp-block-latest-comments__comment-meta a {
    text-decoration: none; }
  
  .wp-block-latest-comments__comment-excerpt {
    margin-top: 14px; }
  
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li:last-child > article,
  .wp-block-post-comments.is-style-pawscentral-post-comments .commentlist > li:last-child > article {
    border-bottom: 0; }
  
  .wp-block-group.banner-without-bg {
    padding-top: var(--wp--custom--spacing--section-block-top); }
    .wp-block-group.banner-without-bg .wp-block-group {
      text-align: center; }
  
  .nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    font-size: 20px; }
  
  [class*="wp-container-"] > .wp-block-group,
  .home [class*="wp-container-"] > .wp-block-cover,
  [class*="wp-container-"] > .entry-content {
    margin-top: 0; }
  
  .wp-block-categories-list,
  .wp-block-archives-list {
    text-align: right; }
    .wp-block-categories-list li,
    .wp-block-archives-list li {
      font-size: var(--wp--preset--font-size--medium); }
  
  ins {
    text-decoration: none; }
  
  .is-content-justification-left.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  
  .search-product .wp-block-search__inside-wrapper {
    max-width: 650px; }
  
  .header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px; }
    .header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button:hover, .header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button:focus {
      background: transparent; }
  
  .dummy-icon input {
    display: none; }
  
  .search-toggle {
    height: 100vh;
    overflow: hidden; }
    .search-toggle:after {
      content: "";
      height: 100%;
      width: 100%;
      background: var(--wp--preset--color--background);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.8; }
    .search-toggle .dummy-icon {
      z-index: 9; }
      .search-toggle .dummy-icon .wp-block-search__button {
        position: relative;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
        .search-toggle .dummy-icon .wp-block-search__button svg {
          visibility: hidden;
          transition: none; }
      .search-toggle .dummy-icon .wp-block-search__button:after {
        content: "\00d7";
        font-size: 2rem;
        left: 50%;
        position: absolute;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .search-toggle .wp-block-search__button {
      z-index: 1; }
    .search-toggle .search-product {
      opacity: 1;
      -moz-transform: translateY(-55px);
      -o-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
      -webkit-transform: translateY(-55px);
      transform: translateY(-55px);
      visibility: visible;
      -moz-transition: transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out; }
      .search-toggle .search-product input[type="search"] {
        border: 0;
        border-bottom: 2px solid var(--wp--preset--color--dark-color);
        color: var(--wp--preset--color--dark-color);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        font-size: var(--wp--preset--font-size--large);
        background-color: transparent;
        opacity: 1;
        position: relative;
        visibility: visible; }
  
  .block-editor-block-list__layout .block-editor-block-list__block.search-product {
    position: absolute; }
  
  .search-product {
    box-sizing: border-box;
    opacity: 0;
    bottom: 0;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    left: 0;
    height: 100px;
    background-color: var(--wp--preset--color--foreground);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: fixed;
    padding: 2rem;
    visibility: hidden;
    width: 100%;
    z-index: 3; }
  
  .banner .wp-block-cover,
  .banner .wp-block-cover-image {
    min-height: 300px; }
  
  .wp-mobile-icon-menu {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .wp-mobile-icon-menu .wp-block-ethreadwears-header-search .wp-block-search {
      padding: 0; }
  
  .right-section.wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
    display: block; }
  
  .block-editor-block-list__layout .front-main + footer .wp-mobile-icon-menu,
  .block-editor-block-list__layout .front-main + footer .loader {
    display: none; }
  
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /* --- Header
  -------------------------------------------------------- */
  /* --- WP Block Header
  -------------------------------------------------------- */
  .header {
    padding-top: 5px;
    padding-bottom: 5px; }
  
  .wp-site-blocks {
    position: relative; }
  
  header .wp-block-buttons .wp-block-button__link {
    margin-top: 0; }
  
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none; }
  
  .header button.wp-block-navigation__responsive-container-open:is(:focus, :hover) {
    color: var(--wp--preset--color--hover-color); }
    .header button.wp-block-navigation__responsive-container-open:is(:focus, :hover) svg {
      fill: var(--wp--preset--color--hover-color); }
  
  html.has-modal-open {
    overflow: auto; }
  
  .nav-row > .wp-block-group {
    gap: 0; }
  
  .wp-block-group.nav-row {
    gap: 0; }
  
  .wp-block-group.site-title-section {
    gap: 0; }
  
  .nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:hover svg, .nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:focus svg {
    fill: var(--wp--preset--color--foreground); }
  
  .wp-block-social-links.is-style-circle-shape svg,
  .wp-block-social-links.is-style-pill-shape svg {
    fill: var(--wp--preset--color--foreground); }
  
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content {
    padding: 7px 13px;
    font-size: var(--wp--preset--font-size--medium); }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content a {
      font-size: var(--wp--preset--font-size--medium); }
  
  .wp-block-fse-pro-header-search .search-controller {
    height: 42px;
    width: 42px; }
  
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 9px; }
  
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-bottom: 10px; }
  
  [class*="wp-container-"].site-section {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1; }
  
  .header .wp-block-social-links .wp-social-link a,
  .header .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
    padding: 9px; }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin: 0; }
  
  .is-menu-open.has-modal-open::-webkit-scrollbar {
    display: none; }
  
  .open-search .header button .cross.svg {
    fill: var(--wp--preset--color--background);
    z-index: 1; }
  .open-search .search-container {
    animation: scroll 1s forwards; }
    .open-search .search-container form {
      animation: hide 1s forwards;
      opacity: 0; }
  
  .admin-bar .search-container {
    margin-top: 46px; }
  
  @keyframes scroll {
    0% {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      transition-duration: 6s;
      width: 100px;
      height: 100px;
      -moz-transform: translate(-50%, -100%);
      -o-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
    70% {
      transition-duration: 6s;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transform: translate(-50%, 20px);
      -o-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      -webkit-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px); }
    100% {
      width: 100%;
      height: auto;
      transition-duration: 6s;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -o-border-radius: 0%;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @keyframes hide {
    70% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .wp-block-search.search-product .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: transparent;
    -moz-transform: rotate(280deg);
    -o-transform: rotate(280deg);
    -ms-transform: rotate(280deg);
    -webkit-transform: rotate(280deg);
    transform: rotate(280deg);
    border: 0;
    color: var(--wp--preset--color--dark-color); }
    .wp-block-search.search-product .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
      -moz-transform: scale(3) rotate(280deg);
      -o-transform: scale(3) rotate(280deg);
      -ms-transform: scale(3) rotate(280deg);
      -webkit-transform: scale(3) rotate(280deg);
      transform: scale(3) rotate(280deg); }
  
  .header-media .header.alignfull > div.wp-block-group.alignfull {
    padding-left: 0;
    padding-right: 0; }
  
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0; }
  
  .header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .header .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 10px 5px; }
  
  .modern-header .header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .modern-header .header .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content {
    padding: 10px; }
  
  .modern-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content,
  .modern-header .wp-block-navigation.items-justified-right .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    justify-content: flex-end; }
    .modern-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before,
    .modern-header .wp-block-navigation.items-justified-right .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
      left: auto;
      right: 0; }
  
  .modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
    max-width: 250px;
    opacity: 1;
    margin-left: 0;
    position: relative;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li {
      opacity: 1;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  
  .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .current-menu-item > .wp-block-navigation-item__content,
  .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .current-nav-item > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--hover-color); }
  
  .wp-block-navigation__responsive-container-content > ul:hover > li, .wp-block-navigation__responsive-container-content > ul:focus > li,
  ul.wp-block-page-list:hover > li,
  ul.wp-block-page-list:focus > li {
    opacity: 0.5; }
    .wp-block-navigation__responsive-container-content > ul:hover > li:hover, .wp-block-navigation__responsive-container-content > ul:hover > li:focus, .wp-block-navigation__responsive-container-content > ul:focus > li:hover, .wp-block-navigation__responsive-container-content > ul:focus > li:focus,
    ul.wp-block-page-list:hover > li:hover,
    ul.wp-block-page-list:hover > li:focus,
    ul.wp-block-page-list:focus > li:hover,
    ul.wp-block-page-list:focus > li:focus {
      opacity: 1; }
  
  .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 {
    gap: 0.5rem; }
  
  .header > .wp-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0; }
    .header > .wp-block-group .nav-row {
      justify-content: center; }
  
  .wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open:hover svg, .wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open:focus svg {
    fill: var(--wp--preset--color--hover-color); }
  .wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open svg {
    fill: var(--wp--preset--color--dark-color); }
  
  .without-transparent .default-header.wp-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .without-transparent .default-header.wp-block-group .site-section,
    .without-transparent .default-header.wp-block-group .nav-row {
      width: auto; }
  
  .header .site-title-section .wp-block-site-tagline {
    margin-block-start: 0;
    color: var(--wp--preset--color--color-light); }
  .header .search-product .wp-block-search__label {
    display: none; }
  
  .header .site-title-section .wp-block-site-tagline {
    color: var(--wp--preset--color--dark-color); }
  
  .header .search-product .wp-block-search__label {
    color: var(--wp--preset--color--color-light); }
  
  .wp-block-group .cart-row .cart-text {
    color: var(--wp--preset--color--color-light); }
  
  .cart-row:hover .cart-text,
  .cart-row:hover .wc-block-mini-cart__icon, .cart-row:focus .cart-text,
  .cart-row:focus .wc-block-mini-cart__icon {
    color: var(--wp--preset--color--hover-color); }
  
  .wp-block-group .cart-row {
    gap: 0; }
    .wp-block-group .cart-row .cart-text {
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      display: none;
      pointer-events: none; }
  
  .wp-block-group .cart-row,
  .wp-block-search__label,
  .cart-text {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  
  .without-transparent .wp-block-button .wp-block-button__link {
    color: var(--wp--preset--color--dark-color); }
  
  .wp-block-woocommerce-customer-account a .icon + .label:empty {
    margin: 0; }
  
  .woocommerce-account .wp-block-woocommerce-customer-account span,
  .woocommerce-account .wp-block-woocommerce-customer-account svg {
    border-radius: 6px;
    border-color: transparent; }
  
  .wp-block-woocommerce-customer-account {
    background-color: var(--wp--preset--color--button-bg-color);
    color: var(--wp--preset--color--color-light) !important;
    border: 3px solid transparent;
    font-family: var(--wp--preset--font-family--notosansjp);
    font-size: var(--wp--preset--font-size--upper-heading);
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    padding: 0.45rem 2rem;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.26); }
    .wp-block-woocommerce-customer-account:is(:focus, :hover) a {
      text-decoration: none !important; }
  
  .wp-block-woocommerce-customer-account .icon {
    display: block; }
    .wp-block-woocommerce-customer-account .icon:is(:hover, :focus) {
      color: var(--wp--preset--color--hover-color); }
  
  .woocommerce-cart .wp-block-group .cart-row .cart-text {
    display: none; }
  
  .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    max-width: 250px; }
  
  .header > .wp-block-group .nav-row {
    justify-content: flex-end; }
  
  .header > .wp-block-group .right-section,
  .modern-header .header > .wp-block-group .right-section {
    gap: 0; }
  
  .header button.wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--dark-color);
    padding: 9px; }
  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
    color: var(--wp--preset--color--hover-color) !important; }
  
  .wp-block-woocommerce-customer-account a .icon {
    padding: 12px; }
  
  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper {
    padding: 0; }
    .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
      background-color: transparent;
      border: 2px solid transparent;
      padding: 1.5px;
      color: var(--wp--preset--color--color-light); }
      .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        min-height: 35px;
        min-width: 35px;
        transition: none; }
      .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
        background: transparent !important;
        border-color: var(--wp--preset--color--hover-color); }
  
  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wp--preset--color--dark-color); }
  
  .wp-block-woocommerce-customer-account a .icon {
    height: 18px;
    width: 18px; }
  
  .close-menu svg {
    display: none; }
  .close-menu:after {
    content: 'x';
    height: 1rem;
    line-height: 1rem;
    min-width: 1rem;
    width: 1rem; }
  
  .header .right-section .dummy-icon,
  .header .right-section .cart-row,
  .header .right-section .wp-block-woocommerce-customer-account {
    display: none; }
  
  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open:hover svg {
    color: var(--wp--preset--color--dark-color); }
  
  .header-default {
    position: relative;
    width: auto; }
    .header-default .header {
      background-color: var(--wp--preset--color--secondary-bg-color); }
  
  .transparent-header .header {
    background-color: transparent; }
  
  .dummy-icon .wp-block-search__inside-wrapper {
    min-width: 0 !important; }
  
  .block-editor-block-list__block .wp-block-navigation {
    font-size: 18px; }
  
  .modern-header .header > div.wp-block-group.alignfull {
    gap: 0; }
  
  .modern-header .header > .wp-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modern-header .header > .wp-block-group .nav-row {
      justify-content: flex-end;
      flex: 1; }
    .modern-header .header > .wp-block-group .right-section {
      width: auto; }
  
  .footer .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-item {
    color: var(--wp--preset--color--color-light); }
    .footer .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__content:is(:hover, :focus) {
      color: var(--wp--preset--color--dark-color);
      opacity: 1; }
      .footer .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation-item__content:is(:hover, :focus) + button svg {
        stroke: var(--wp--preset--color--dark-color); }
  
  .footer .wp-block-navigation > ul > li.current-menu-item > .wp-block-navigation-item__content,
  .footer .wp-block-navigation > ul > li.current-nav-item > .wp-block-navigation-item__content,
  .footer .wp-block-navigation__container > ul > li.current-menu-item > .wp-block-navigation-item__content,
  .footer .wp-block-navigation__container > ul > li.current-nav-item > .wp-block-navigation-item__content,
  .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
  .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-nav-item > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--dark-color);
    opacity: 1; }
    .footer .wp-block-navigation > ul > li.current-menu-item > .wp-block-navigation-item__content + button svg,
    .footer .wp-block-navigation > ul > li.current-nav-item > .wp-block-navigation-item__content + button svg,
    .footer .wp-block-navigation__container > ul > li.current-menu-item > .wp-block-navigation-item__content + button svg,
    .footer .wp-block-navigation__container > ul > li.current-nav-item > .wp-block-navigation-item__content + button svg,
    .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content + button svg,
    .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-nav-item > .wp-block-navigation-item__content + button svg {
      stroke: var(--wp--preset--color--color-light); }
  
  .wp-block-site-generator p a:is(:hover, :focus),
  .footer-title + p a:is(:hover, :focus) {
    color: var(--wp--preset--color--dark-color); }
  
  .loader {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    align-items: center;
    background-color: var(--wp--preset--color--button-bg-color);
    display: none;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    justify-content: center;
    width: 100%;
    z-index: 99; }
    .loader img {
      mix-blend-mode: darken;
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  
  .block-editor-block-list__block.loader,
  .inner-main .loader {
    position: relative;
    height: auto;
    visibility: visible !important;
    opacity: 1 !important; }
  
  .wp-block-navigation .wp-block-navigation__submenu-icon {
    height: auto; }
  
  .modern-header .header {
    padding-bottom: 10px;
    padding-top: 10px; }
  
  .header .has-modal-open {
    padding-bottom: 55px; }
  
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .wp-block-social-link-anchor,
  .wp-block-social-links .wp-social-link .wp-block-social-link-anchor,
  .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover,
  .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:focus {
    background: inherit !important;
    color: inherit !important;
    transition: none !important; }
  
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: flex-start; }
  
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
  .header-default:not(.modern-header) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: flex-start; }
  
  .footer .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container,
  .footer .wp-block-navigation .wp-block-page-list.wp-block-navigation-item .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0; }
    .footer .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
    .footer .wp-block-navigation .wp-block-page-list.wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content .wp-block-navigation-item__content {
      padding: 15px; }
  
  /* --- Featured Content
  -------------------------------------------------------- */
  .wp-block-post-template li .wp-block-post-title {
    font-size: var(--wp--preset--font-size--inner-section-title);
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    text-transform: capitalize; }
  .wp-block-post-template li .wp-block-post-title {
    margin-top: 0.6rem; }
  
  .wp-block-group.wp-block-post-meta > div {
    position: relative; }
  
  .wp-block-group .wp-block-post-excerpt {
    margin-block-start: 1.05rem; }
  
  .blog-section .wp-block-post-template,
  .wp-block-post-template.alignfull {
    gap: var(--wp--custom--spacing--section-heading); }
  
  .wp-block-post-template figure {
    margin-bottom: var(--wp--custom--spacing--extra-small); }
  
  figure a,
  .wp-block-post-title a {
    padding: 0; }
  
  .wp-block-group.wp-block-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 7.5px; }
  
  .w-block-widget a {
    font-size: var(--wp--preset--font-size--upper-heading); }
  
  .wp-block-group.wp-block-post-container {
    margin-top: 0;
    padding: var(--wp--custom--spacing--wp-comment-vertical) var(--wp--custom--spacing--normal); }
  
  .wp-block-post-meta a {
    font-size: var(--wp--preset--font-size--small); }
  
  .wp-block-columns.wp-block-sidebar {
    gap: var(--wp--custom--spacing--section-block-bottom);
    justify-content: space-between; }
  
  .wp-block-tag-cloud > a {
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .scroller-section .inner-wrap {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 1.5rem;
    scrollbar-width: 0; }
    .scroller-section .inner-wrap::-webkit-scrollbar {
      display: none; }
  
  .scroller-section .inner-wrap [class*="has-"] ul.wc-block-grid__products {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem; }
    .scroller-section .inner-wrap [class*="has-"] ul.wc-block-grid__products .wc-block-grid__product {
      flex-basis: 80%; }
  
  .scroller-section .inner-wrap ul,
  .scroller-section .inner-wrap a:-webkit-any-link {
    cursor: url(../images/arrow-drag.png), auto;
    transition: all 0.2s;
    will-change: transform;
    fill: #fff;
    user-select: none; }
  
  /* --- Contact
  -------------------------------------------------------- */
  .contact-section .wp-block-columns {
    flex-direction: column-reverse; }
  
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--dark-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--dark-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  
  :-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--dark-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  
  :-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--dark-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  
  form.wpcf7-form label {
    color: var(--wp--preset--color--secondary-text-color);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    font-size: var(--wp--preset--font-size--body-default);
    margin-bottom: 14px; }
  form.wpcf7-form textarea,
  form.wpcf7-form input:not([type="submit"]):not([type="checkbox"]) {
    background-color: var(--wp--preset--color--fade-red-color); }
  form.wpcf7-form textarea {
    max-height: 120px; }
  form.wpcf7-form br {
    display: none; }
  form.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0; }
  form.wpcf7-form p {
    margin: 20px 0;
    position: relative; }
  
  .wp-block-sidebar .wp-block-search__input {
    background: transparent;
    border: 1px solid var(--wp--preset--color--tertiary); }
  
  body .wp-block-social-links {
    gap: 9px; }
  
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape):not(.footer-social-icons) .wp-social-link {
    background: var(--wp--preset--color--hover-color);
    border: 1px solid transparent;
    color: var(--wp--preset--color--color-light);
    overflow: hidden; }
    .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape):not(.footer-social-icons) .wp-social-link:is(:hover, :focus) {
      border-color: var(--wp--preset--color--hover-color);
      background: transparent !important;
      color: var(--wp--preset--color--dark-color) !important; }
    .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape):not(.footer-social-icons) .wp-social-link button {
      overflow: hidden;
      padding: 0;
      position: relative;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .wp-block-social-link-anchor,
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape):not(.footer-social-icons) .wp-social-link,
  .wp-block-social-links:not(.is-style-pill-shape) .wp-social-link .wp-block-social-link-anchor,
  .wp-block-social-links:not(.is-style-pill-shape) .wp-social-link button.wp-block-social-link-anchor {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    padding: 0.5rem; }
  
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link .clone {
    padding: 0;
    position: absolute;
    -moz-transform: translateY(400%);
    -o-transform: translateY(400%);
    -ms-transform: translateY(400%);
    -webkit-transform: translateY(400%);
    transform: translateY(400%); }
  
  .contact-section .wp-block-image img {
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }
  
  .contact-section {
    overflow: hidden; }
    .contact-section .contact-content {
      -moz-transform: translateX(-20%);
      -o-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
      -webkit-transform: translateX(-20%);
      transform: translateX(-20%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
      opacity: 0;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      -webkit-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
  
  /* --- Product section
  -------------------------------------------------------- */
  .wc-block-grid__product .wc-block-grid__product-title {
    margin-bottom: 0.4rem;
    text-transform: capitalize; }
  .wc-block-grid__product .wc-block-grid__product-price:has(+ .wc-block-grid__product-rating) {
    margin-bottom: 0.4rem;
    float: left; }
  .wc-block-grid__product .wc-block-grid__product-image {
    line-height: 0;
    margin-bottom: 0;
    position: relative;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow: hidden; }
  
  .wc-block-grid__products li {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .wc-block-grid__products li:hover .wc-block-grid__product-image img, .wc-block-grid__products li:focus .wc-block-grid__product-image img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  
  .wp-block-sidebar .wp-block-widget > h2 {
    margin-bottom: var(--wp-custom-spacing--extra-small);
    padding-bottom: 0; }
  
  .wc-block-featured-product .wc-block-featured-product__description,
  .wc-block-featured-category .wc-block-featured-product__description {
    max-width: 750px; }
  .wc-block-featured-product .wp-block-button .wp-block-button__link,
  .wc-block-featured-category .wp-block-button .wp-block-button__link {
    margin: 0; }
  
  .wc-block-grid__product .wc-block-grid__product-rating {
    display: inline-block; }
  
  .front-main .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 5px 0px 0.4rem 1rem; }
  
  .wc-block-grid__product .price:empty + .wc-block-grid__product-rating {
    margin-left: 0; }
  
  .wc-block-components-product-rating .wc-block-components-product-rating__stars {
    line-height: 1; }
  
  .woocommerce p.stars a,
  .woocommerce p.stars:hover a::before,
  p.stars:hover a::before {
    color: var(--wp--preset--color--yellow-color); }
  
  .wc-block-grid__products .star-rating {
    font-size: var(--wp--preset--font-size--body-default);
    margin-left: 0;
    color: var(--wp--preset--color--yellow-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 5px; }
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    font-family: var(--wp--preset--font-family--notosansjp); }
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    margin-left: 0;
    text-align: left; }
  
  li.product .woocommerce-loop-product__title,
  li.product .wp-block-post-title {
    font-size: var(--wp--preset--font-size--body-default);
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--medium);
    padding-top: 0;
    text-transform: capitalize; }
  
  .wc-block-featured-category__title {
    text-transform: capitalize; }
  
  .wc-block-reviews-by-product .wc-block-review-list-item__author {
    font-size: var(--wp--preset--font-size--body-default); }
  
  .front-main .wc-block-grid__product-rating .star-rating span,
  .front-main .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    display: none; }
  
  .wc-block-grid__product-rating strong.rating {
    color: var(--wp--preset--color--title-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  
  .recent-product-section .wc-block-grid__product,
  .recent-product-section .wp-block-column,
  .services-section .wc-block-grid__product,
  .services-section .wp-block-column {
    opacity: 0;
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
  
  /* --- Services section
  -------------------------------------------------------- */
  .services-section .wp-block-column {
    padding: var(--wp--custom--spacing--section-heading-gap);
    background-color: var(--wp--preset--color--fade-red-color); }
    .services-section .wp-block-column:is(:hover) .wp-block-image {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%; }
      .services-section .wp-block-column:is(:hover) .wp-block-image:before {
        -moz-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8; }
  .services-section .wp-block-image {
    padding: 20px;
    background: var(--wp--preset--color--foreground);
    position: relative;
    overflow: hidden; }
    .services-section .wp-block-image:before {
      background-color: var(--wp--preset--color--hover-color);
      height: 100%;
      width: 100%;
      content: "";
      left: 50%;
      top: 50%;
      position: absolute;
      -moz-transform: translate(-50%, -50%) scale(0.2);
      -o-transform: translate(-50%, -50%) scale(0.2);
      -ms-transform: translate(-50%, -50%) scale(0.2);
      -webkit-transform: translate(-50%, -50%) scale(0.2);
      transform: translate(-50%, -50%) scale(0.2);
      opacity: 0; }
    .services-section .wp-block-image img {
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
  
  /* --- Transitioned
  -------------------------------------------------------- */
  /* ==================================
             HERO SECTION
  =================================== */
  .hero-section.transition-element .wp-block-image img,
  .contact-section.transition-element .wp-block-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .hero-section.transition-element .hero-content,
  .hero-section.transition-element .contact-content,
  .contact-section.transition-element .hero-content,
  .contact-section.transition-element .contact-content {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    z-index: 99; }
  
  .block-editor-block-list__block.hero-section .wp-block-image img,
  .block-editor-block-list__block.contact-section .wp-block-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .block-editor-block-list__block.hero-section .hero-content,
  .block-editor-block-list__block.hero-section .contact-content,
  .block-editor-block-list__block.contact-section .hero-content,
  .block-editor-block-list__block.contact-section .contact-content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  
  /* ==================================
             HEADDER MEDIA
  =================================== */
  .block-editor-block-list__block.header-media .media-content h2:first-child,
  .block-editor-block-list__block.header-media .media-content h2:nth-child(2),
  .block-editor-block-list__block.header-media .media-content p,
  .block-editor-block-list__block.header-media .media-content .wp-block-buttons .wp-block-button:nth-child(1),
  .block-editor-block-list__block.header-media .media-content .wp-block-buttons .wp-block-button:nth-child(2) {
    transform: none;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  
  /* ==================================
             feature-cat SECTION
  =================================== */
  .block-editor-block-list__block.wp-block-section.feature-cat-section .wp-block-column:first-child {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1; }
  
  /* ==================================
            OFFER SECTION
  =================================== */
  .transition-element .offer-content:not(.offer-right) .content,
  .block-editor-block-list__block .offer-content .content,
  .transition-element .offer-right .content,
  .block-editor-block-list__block .offer-content:not(.offer-right) .content {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  
  .transition-element.offer-section .offer-image .wp-block-image img,
  .block-editor-block-list__block.offer-section .offer-image .wp-block-image img {
    border-radius: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  
  .recent-product-section.transition-element .wc-block-grid__product,
  .recent-product-section.transition-element .wp-block-column,
  .services-section.transition-element .wc-block-grid__product,
  .services-section.transition-element .wp-block-column,
  .recent-product-section.block-editor-block-list__block .wc-block-grid__product,
  .recent-product-section.block-editor-block-list__block .wp-block-column,
  .services-section.block-editor-block-list__block .wc-block-grid__product,
  .services-section.block-editor-block-list__block .wp-block-column {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  
  /* --- Header Media
  -------------------------------------------------------- */
  .block-editor-block-list__block .media-content h2,
  .block-editor-block-list__block .media-content .wp-block-button {
    transform: none;
    opacity: 1; }
  
  .media-content h2 {
    overflow: hidden;
    display: inline-block; }
    .media-content h2:first-child {
      margin-right: 0.5rem;
      margin-bottom: 0; }
  .media-content h2:first-child {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  .media-content h2:nth-child(2) {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    transition-delay: 0.6s;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  .media-content .wp-block-buttons {
    align-items: initial;
    margin-bottom: 0;
    margin-top: 1.75rem;
    gap: 1.15rem; }
    .media-content .wp-block-buttons .wp-block-button {
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
      transition-delay: 0.8s;
      -moz-transform: translateY(50px);
      -o-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0; }
    .media-content .wp-block-buttons .wp-block-button:nth-child(1) {
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
    .media-content .wp-block-buttons .wp-block-button:nth-child(2) {
      transition-delay: 1s;
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
    .media-content .wp-block-buttons a {
      margin-top: 0; }
    .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:before {
      background-color: var(--wp--preset--color--hover-color); }
    .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
      border-color: var(--wp--preset--color--hover-color); }
    .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:is(:hover, :focus):before {
      background-color: var(--wp--preset--color--dark-color); }
    .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:is(:hover, :focus):after {
      border-color: var(--wp--preset--color--dark-color); }
  .media-content h2 {
    line-height: 1.222;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden; }
  .media-content p {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    transition-delay: 0.8s;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  
  .wp-block-columns.header-media-content {
    flex-direction: column-reverse; }
  
  .header-media {
    padding-bottom: 10.875rem;
    padding-top: 10.875rem;
    overflow: hidden; }
  
  .header-media .media-content .wp-block-heading.sub-heading {
    color: var(--wp--preset--color--secondary-text-color); }
  
  .admin-bar .header-media.header-banner,
  .header-media.header-banner {
    height: 100%; }
  
  .header-banner.wp-block-cover {
    display: block;
    padding: 0; }
    .header-banner.wp-block-cover .wp-block-cover__inner-container {
      padding: 0 var(--wp--custom--spacing--outer);
      width: auto; }
    .header-banner.wp-block-cover .wp-block-cover__image-background {
      position: relative; }
  
  /* --- Media Text
  -------------------------------------------------------- */
  .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column {
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
    .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category__wrapper {
      padding: var(--wp--custom--spacing--extra-small); }
      .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category__wrapper .wc-block-featured-category__background-image {
        position: relative;
        margin-bottom: var(--wp--custom--spacing--extra-small); }
    .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wp-block-buttons {
      justify-content: flex-start; }
      .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button__link {
        text-shadow: none; }
    .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column:is(:hover, :focus) .wc-block-featured-category {
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category {
      box-shadow: 10px 23px 43px 0 rgba(0, 0, 0, 0.05); }
  .wp-block-section.feature-cat-section .wc-block-featured-category__description,
  .wp-block-section.feature-cat-section .wc-block-featured-category__link,
  .wp-block-section.feature-cat-section .wc-block-featured-category__price,
  .wp-block-section.feature-cat-section .wc-block-featured-category__title,
  .wp-block-section.feature-cat-section .wc-block-featured-category__variation {
    padding: 0;
    text-align: left; }
  .wp-block-section.feature-cat-section .wc-block-featured-category__description {
    line-height: 1.75; }
  .wp-block-section.feature-cat-section .wc-block-featured-category__title {
    font-size: var(--wp--preset--font-size--content-heading); }
  .wp-block-section.feature-cat-section .wc-block-featured-category__title,
  .wp-block-section.feature-cat-section .wc-block-featured-category__description {
    margin-bottom: var(--wp--custom--spacing--extra-small);
    color: var(--wp--preset--color--title-color); }
  
  .wp-block-section.feature-cat-section .wc-block-featured-category__description:empty {
    margin: 0; }
  
  /* --- Review
  -------------------------------------------------------- */
  .review-section .wc-block-components-review-list {
    display: grid;
    grid-gap: 5rem;
    padding: 0; }
    .review-section .wc-block-components-review-list li {
      background-color: var(--wp--preset--color--secondary-bg-color);
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 0;
      margin-inline: auto;
      position: relative;
      padding: var(--wp--custom--spacing--normal);
      padding-top: 3rem;
      padding-bottom: 50px;
      position: relative;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      width: 100%; }
      .review-section .wc-block-components-review-list li:first-child {
        margin-bottom: 50px;
        margin-top: 50px; }
      .review-section .wc-block-components-review-list li:after {
        background-color: var(--wp--preset--color--secondary-dark-color);
        top: 100%;
        content: "";
        height: 50px;
        position: absolute;
        width: 80%;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
        opacity: 0.4; }
      .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__image {
        margin-inline: auto;
        height: 6.25rem;
        width: 6.25rem;
        position: absolute;
        height: 4.25rem;
        width: 4.25rem;
        position: absolute;
        top: -38px;
        left: 30px; }
        .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__image img {
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%; }
      .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__meta {
        gap: 10px; }
      .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__info {
        display: block;
        margin: 0; }
        .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__info .wc-block-components-review-list-item__author {
          text-transform: capitalize; }
  
  .wp-block-section.review-section:nth-child(even) .wc-block-components-review-list li .wc-block-components-review-list-item__text:before {
    color: var(--wp--preset--color--border-color); }
  
  .wp-block-section.review-section {
    padding-bottom: var(--wp--custom--spacing--section-block-top); }
  
  .review-section .wc-block-components-review-list-item__product {
    margin: 0; }
  .review-section .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: none; }
  
  .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding: 0; }
  
  /* --- Offer
  -------------------------------------------------------- */
  .offer-section {
    overflow: hidden; }
    .offer-section .number {
      font-size: var(--wp--preset--font-size--large);
      border: 1px solid var(--wp--preset--color--button-bg-color);
      color: var(--wp--preset--color--title-color);
      font-family: var(--wp--preset--font-family--notosansjp);
      font-weight: var(--wp--custom--typography--font-weight--extra-bold);
      border-radius: 45px;
      -webkit-border-radius: 45px;
      -moz-border-radius: 45px;
      -o-border-radius: 45px;
      height: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      min-width: 70px;
      min-height: 70px; }
    .offer-section .wp-block-columns {
      flex-wrap: wrap !important;
      gap: 0; }
      .offer-section .wp-block-columns .content {
        gap: 1.2rem; }
        .offer-section .wp-block-columns .content:is(:hover, :focus) .number {
          background-color: var(--wp--preset--color--hover-color);
          color: var(--wp--preset--color--color-light); }
      .offer-section .wp-block-columns .offer-image {
        order: -1;
        flex-basis: 100%; }
        .offer-section .wp-block-columns .offer-image img {
          clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
          -moz-transition: 1s ease-in-out;
          -o-transition: 1s ease-in-out;
          -webkit-transition: 1s ease-in-out;
          transition: 1s ease-in-out; }
      .offer-section .wp-block-columns .offer-content {
        flex: 1; }
        .offer-section .wp-block-columns .offer-content > div {
          margin-block-start: var(--wp--custom--spacing--wp-block-navigation-widget); }
          .offer-section .wp-block-columns .offer-content > div .wp-block-heading {
            margin-bottom: 14px; }
          .offer-section .wp-block-columns .offer-content > div p {
            margin: 0; }
        .offer-section .wp-block-columns .offer-content:first-child .content {
          flex-direction: row-reverse;
          justify-content: flex-end; }
  
  .offer-content:not(.offer-right) .content {
    -moz-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  
  .offer-right .content {
    -moz-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  
  /* --- Mobile Stick Icon Menu
  -------------------------------------------------------- */
  /* --- Mobile Sticky Icon Menus
  -------------------------------------------------------- */
  .wp-block-section.wp-mobile-icon-menu {
    background-color: var(--wp--preset--color--foreground);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; }
    .wp-block-section.wp-mobile-icon-menu .wp-block-woocommerce-customer-account .icon {
      display: flex; }
    .wp-block-section.wp-mobile-icon-menu .wp-block-columns {
      gap: 0; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column {
        flex-basis: 25% !important;
        height: 55px; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column > * {
          height: 100%; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button {
          position: relative; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-home-button::before {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: all 0.4s;
            background: url(../images/home-icon.svg) no-repeat center center;
            pointer-events: none;
            background-size: 100%;
            content: '';
            z-index: 9; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button {
          margin: 0;
          padding-right: clamp(1rem, 5vw, 1.5rem);
          background: transparent;
          border: none;
          text-indent: -9999px; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button::after {
            display: none; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * {
          height: 100%;
          width: 100%; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge {
            justify-content: center; }
            .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
              background-color: var(--wp--preset--color--foreground);
              color: var(--wp--preset--color--color-light);
              height: 20px;
              min-width: 20px; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__badge {
            width: auto; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * svg {
            width: 22px;
            height: 22px; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block a,
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column button.wp-block-search__button {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0; }
  
  .wp-mobile-icon-menu .wp-block-search__button svg {
    min-height: 2em;
    min-width: 2em; }
  
  /** sticky search for mobile  **/
  .wp-mobile-icon-menu {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .wp-mobile-icon-menu .search-container {
      position: fixed;
      top: 0;
      height: calc(100vh - 55px);
      left: 0;
      padding-top: 50px; }
  
  .wp-block-post-content > .wp-block-section.wp-mobile-icon-menu {
    position: relative;
    bottom: auto;
    width: auto;
    transform: none; }
  
  .wp-mobile-icon-menu .wp-block-search .wp-block-search__label {
    text-transform: none;
    font-weight: var(--wp--custom--typography--font-weight--medium);
    font-size: 16px; }
  
  .wp-mobile-icon-menu .wp-block-woocommerce-customer-account a,
  .wp-mobile-icon-menu .wp-block-search .wp-block-search__button {
    border: 0; }
  .wp-mobile-icon-menu .cart-row {
    justify-content: center; }
    .wp-mobile-icon-menu .cart-row:is(:hover, :focus) svg.wc-block-mini-cart__icon {
      color: var(--wp--preset--color--dark-color); }
  
  .wp-mobile-icon-menu .wp-block-search__input {
    background-color: var(--wp--preset--color--background);
    border: 1px solid var(--wp--preset--color--foreground);
    border-radius: 6px;
    height: 50px; }
  
  .wp-mobile-icon-menu .wp-block-search button.wp-block-search__button {
    border-radius: 6px;
    font-size: var(--wp--preset--font-size--small);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    text-transform: uppercase;
    height: 55px; }
  
  .wp-block-post-content .wp-mobile-icon-menu .search-container {
    position: relative;
    top: auto;
    height: auto;
    left: 0;
    padding-top: 0px;
    margin-top: 20px; }
  
  .wp-block-post-content .wp-mobile-icon-menu .search-container .wp-block-search__button {
    margin-left: 1px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background-color: var(--wp--preset--color--foreground); }
  
  .wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
    padding: 0; }
    .wp-mobile-icon-menu .wp-block-woocommerce-customer-account .label {
      color: var(--wp--preset--color--dark-color); }
  
  .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .label {
    height: auto;
    width: auto; }
  
  .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account a {
    background-color: transparent;
    padding: 0; }
    .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account a:hover, .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account a:focus {
      box-shadow: none; }
  
  .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account svg {
    color: var(--wp--preset--color--background);
    height: 18px;
    margin: 0;
    width: 18px; }
  
  .wp- .cart-block {
    display: flex;
    align-items: center;
    justify-content: center; }
  
  .wp-mobile-icon-menu .wp-block-column {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .wp-mobile-icon-menu .wp-block-column:is(:focus, :hover) {
      background-color: var(--wp--preset--color--hover-color); }
  .wp-mobile-icon-menu .wp-block-column:not(:last-child) {
    border-right: 1px solid var(--wp--preset--color--border-color); }
  .wp-mobile-icon-menu .wp-block-search {
    padding: 0; }
    .wp-mobile-icon-menu .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
      background-color: transparent;
      color: var(--wp--preset--color--dark-color); }
      .wp-mobile-icon-menu .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
        background-color: transparent;
        color: var(--wp--preset--color--dark-color); }
  
  .wp-mobile-icon-menu .wp-block-search.dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button {
    background: transparent; }
  .wp-mobile-icon-menu .wp-block-button__link.wp-element-button:before {
    display: none; }
  
  .wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    border: 0; }
    .wp-mobile-icon-menu .wp-block-woocommerce-customer-account:is(:hover, :focus) {
      box-shadow: none; }
  
  /* --- Hero
  -------------------------------------------------------- */
  .hero-section {
    overflow: hidden; }
    .hero-section ul {
      padding: 0; }
      .hero-section ul li {
        list-style: none;
        position: relative;
        padding-left: clamp(40px, 5vw, 60px); }
        .hero-section ul li:before {
          content: "";
          position: absolute;
          left: 0;
          width: 20px;
          height: 20px;
          background: var(--wp--preset--color--secondary-dark-color) url(../images/tick.svg) no-repeat;
          background-position: center;
          border-radius: 45px;
          -webkit-border-radius: 45px;
          -moz-border-radius: 45px;
          -o-border-radius: 45px;
          color: var(--wp--preset--color--color-light);
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 12px;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .hero-section ul li:not(:last-child) {
          margin-bottom: var(--wp--custom--spacing--extra-small); }
    .hero-section .wp-block-image img {
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      -webkit-transition: 1s ease-in-out;
      transition: 1s ease-in-out;
      clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }
  
  .hero-section .hero-content {
    -moz-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
  
  /* --- Woo
  -------------------------------------------------------- */
  .woocommerce-ordering select {
    padding: 0.6rem; }
  
  .woocommerce a {
    text-decoration: none; }
  
  .woocommerce-products-header__title.page-title {
    margin-top: 0px; }
  
  .single-product.woocommerce span.onsale {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: var(--wp--preset--color--hover-color);
    right: auto;
    font-weight: 600;
    line-height: 1;
    min-width: auto;
    min-height: auto;
    padding: 4px 11px;
    top: 0.5rem;
    z-index: 3; }
  
  .woocommerce form .form-row select,
  .woocommerce-page form .form-row select {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    font-family: var(--wp--preset--font-family--roboto);
    font-size: var(--wp--preset--font-size--small);
    padding: 0.9rem 1.1rem; }
    .woocommerce form .form-row select option,
    .woocommerce-page form .form-row select option {
      width: 100%;
      font-family: var(--wp--preset--font-family--roboto);
      font-size: var(--wp--preset--font-size--small); }
  
  .wc-block-components-product-sale-badge {
    border: 0;
    font-size: var(--wp--preset--font-size--extra-small);
    left: 0;
    line-height: 1;
    min-width: auto;
    min-height: auto;
    padding: 4px 11px;
    top: 0.5rem;
    right: auto;
    z-index: 1; }
  
  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:is(:hover, :focus) {
    background-color: transparent;
    letter-spacing: 2px; }
  
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
  ul.products li.product .button,
  .wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button,
  .wc-block-cart__submit-container .wp-element-button,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
  .woocommerce .woocommerce-cart-form .actions .button,
  .woocommerce.restore-item,
  .woocommerce.wc-block-grid .wc-block-grid__products .wc-block-components-product-button button,
  .woocommerce#review_form #respond .form-submit input,
  .woocommercea.button,
  .woocommercebutton.single_add_to_cart_button,
  .woocommercebutton[name=add-to-cart],
  .woocommercebutton[type=submit]:not(.wp-block-search__button),
  .woocommerceinput[name=submit],
  .woocommercebutton.button,
  .woocommerce.wc-proceed-to-checkout a.checkout-button.alt,
  .woocommercebutton.button:disabled,
  .woocommerce button.button:disabled[disabled] {
    background: var(--wp--preset--color--button-bg-color);
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    border: 3px solid transparent;
    color: var(--wp--preset--color--color-light);
    font-size: var(--wp--preset--font-size--upper-heading);
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    height: auto;
    line-height: var(--wp--custom--typography--line-height--paragraph);
    margin-top: 0.5rem;
    padding-top: clamp(0.5rem, 5vw, 0.65rem);
    padding-bottom: clamp(0.5rem, 5vw, 0.65rem);
    padding-left: clamp(1rem, 5vw, 2rem);
    padding-right: clamp(1rem, 5vw, 2rem);
    text-transform: capitalize;
    width: auto;
    margin-left: 0; }
  
  .woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
  .woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    border: 0; }
    .woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:is(:hover, :focus),
    .woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:is(:hover, :focus) {
      box-shadow: none; }
  
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  del {
    opacity: 0.5;
    margin-right: 0.5em; }
  
  address {
    word-break: break-all; }
  
  .wp-block-button.wc-block-grid__product-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    clear: both; }
    .wp-block-button.wc-block-grid__product-add-to-cart a.added_to_cart.wc-forward {
      font-size: 1rem;
      text-decoration: underline; }
  
  .wc-block-grid__product {
    position: relative; }
    .wc-block-grid__product .wc-block-grid__product-onsale {
      animation: zoomTag 1s ease-in-out infinite;
      -moz-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      background-color: var(--wp--preset--color--hover-color);
      border: 0;
      right: 1.5rem;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 1.5rem;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      font-size: var(--wp--preset--font-size--extra-small);
      font-weight: 600;
      padding: 0.25rem 0.5rem;
      min-width: auto;
      min-height: auto;
      line-height: 1;
      text-align: center;
      z-index: 2; }
  
  .woocommerce span.onsale {
    animation: zoomTag 1s ease-in-out infinite;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--wp--preset--color--button-bg-color);
    border: 0;
    border-radius: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: var(--wp--preset--font-size--tiny);
    line-height: 1;
    left: 0;
    min-width: auto;
    min-height: auto;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    top: 1rem;
    z-index: 1; }
  .woocommerce .added_to_cart.wc-forward {
    margin: 0; }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: 0; }
      .woocommerce nav.woocommerce-pagination ul li span,
      .woocommerce nav.woocommerce-pagination ul li a {
        border-radius: 0.4rem;
        padding: 0.75rem; }
      .woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
        margin-right: 0.5rem; }
  .woocommerce table.variations select {
    margin-bottom: 0.25rem;
    padding: 0.75rem; }
  .woocommerce .single_variation_wrap input[type="number"],
  .woocommerce table.cart td.actions .coupon .input-text {
    border-radius: 0;
    padding: 0.6rem; }
  .woocommerce div.product span.price {
    font-size: var(--wp--preset--font-size--extra-large); }
  .woocommerce #respond input#submit,
  .woocommerce .woocommerce-message a {
    font-size: var(--wp--preset--font-size--medium);
    margin-top: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      background-color: transparent;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      text-transform: capitalize; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: transparent; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
          border-bottom: 4px solid;
          background-color: transparent; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-weight: var(--wp--custom--typography--font-weight--normal);
        font-size: var(--wp--preset--font-size--body-default);
        border-bottom: 4px solid transparent; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 15px; }
  .woocommerce .woocommerce-input-wrapper textarea {
    border-radius: 0; }
  .woocommerce .comment-form-comment textarea {
    min-height: 12.5rem; }
  
  .woocommerce ul.products li.product .price {
    font-size: inherit; }
  
  .woocommerce a.remove {
    color: var(--wp--preset--color--danger-color); }
    .woocommerce a.remove:hover, .woocommerce a.remove:focus {
      color: var(--wp--preset--color--color-light);
      background: var(--wp--preset--color--danger-color); }
  
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block; }
  
  .stock.out-of-stock,
  .woocommerce-error::before {
    color: var(--wp--preset--color--danger-color); }
  
  .woocommerce-error {
    border-color: var(--wp--preset--color--danger-color); }
  
  .woocommerce-checkout main .woocommerce {
    max-width: 1400px; }
  
  .woocommerce-page .woocommerce-cart-form #coupon_code {
    height: 69.88px; }
  
  .woocommerce-cart .amount {
    font-size: var(--wp--preset--font-size--body-default); }
  
  .amount,
  .price,
  .woocommerce div.product p.price {
    font-weight: var(--wp--custom--typography--font-weight--bold);
    font-size: var(--wp--preset--font-size--content-heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .amount bdi,
    .price bdi,
    .woocommerce div.product p.price bdi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
  
  .wc-block-grid__product .wc-block-grid__product-image,
  .wc-block-grid__product .wc-block-grid__product-link {
    width: 100%; }
  
  span.woocommerce-Price-currencySymbol {
    color: var(--wp--preset--color--secondary-dark-color);
    font-weight: var(--wp--custom--typography--font-weight--normal); }
  
  .woocommerce-variation-description,
  .woocommerce-product-details__short-description {
    font-size: var(--wp--preset--font-size--body-default); }
  
  .woocommerce ul.products li.product .button {
    box-sizing: border-box; }
  
  .woocommerce ul.products li.product .price del {
    font-weight: var(--wp--custom--typography--font-weight--bold);
    font-size: var(--wp--preset--font-size--site-title); }
  
  .woocommerce-cart table.cart td.product-subtotal,
  .woocommerce-cart table.cart tr.cart-subtotal {
    font-weight: 700; }
  .woocommerce-cart table.cart .qty {
    height: 2.5rem; }
  
  .woocommerce table.shop_table th {
    text-transform: uppercase; }
  
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    font-size: var(--wp--preset--font-size--medium); }
  
  .woocommerce-page .woocommerce-cart-form .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .woocommerce-page .woocommerce-cart-form .product-thumbnail {
    width: 2.5rem; }
  
  .woocommerce ul.products li.product a.added_to_cart,
  .wp-block-button.wc-block-grid__product-add-to-cart a.added_to_cart.wc-forward {
    display: block;
    text-decoration-line: underline;
    text-underline-position: under; }
  
  .woocommerce .woocommerce-cart-form .actions button[type=submit],
  .woocommerce button.single_add_to_cart_button,
  .woocommerce button[name=add-to-cart],
  .woocommerce .woocommerce-cart-form #coupon_code,
  .woocommerce .woocommerce-cart-form .actions .button,
  .woocommerce button[type=submit]:not(.wp-block-search__button) {
    background-color: var(--wp--preset--color--button-bg-color);
    margin-top: 0;
    border: 3px solid transparent;
    min-height: auto;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    color: var(--wp--preset--color--color-light);
    font-size: var(--wp--preset--font-size--upper-heading);
    font-family: var(--wp--preset--font-family--notosansjp);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    height: auto;
    line-height: var(--wp--custom--typography--line-height--paragraph);
    margin-top: 0.5rem;
    padding-top: clamp(0.5rem, 5vw, 0.95rem);
    padding-bottom: clamp(0.5rem, 5vw, 0.95rem);
    padding-left: clamp(1rem, 5vw, 2.55rem);
    padding-right: clamp(1rem, 5vw, 2.55rem);
    text-transform: capitalize;
    width: auto;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.26); }
  .woocommerce .quantity .qty {
    height: 100%;
    min-width: 5.5rem;
    text-align: left; }
  
  table.variations th {
    text-align: left;
    width: 3rem; }
  
  .woocommerce div.product form.cart .variations label {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    text-transform: uppercase; }
  
  .woocommerce div.product div.images .flex-control-thumbs {
    background: var(--wp--preset--color--secondary-bg-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem; }
    .woocommerce div.product div.images .flex-control-thumbs li {
      border: 1px solid; }
  
  .woocommerce table.variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
  
  .product_meta {
    display: flex;
    flex-direction: column;
    font-size: var(--wp--preset--font-size--medium); }
  
  .woocommerce.single-product div.product form.cart {
    gap: 1rem; }
    .woocommerce.single-product div.product form.cart:before {
      display: none; }
    .woocommerce.single-product div.product form.cart .quantity {
      float: none;
      width: 5.5rem; }
  
  form.cart,
  .variations_form.cart .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .variations_form.cart,
  form.cart.grouped_form {
    display: block; }
  
  form.cart.grouped_form input[type="number"] {
    height: 2.5rem; }
  
  .select2-container--default .select2-selection--single {
    height: 2.75rem; }
  
  .woocommerce-page .select2-container .select2-search__field,
  .woocommerce-page .select2-container .select2-selection {
    height: auto;
    padding: 0.625rem 1.1rem; }
  
  .woocommerce form .form-row.woocommerce-validated .select2-container,
  .woocommerce form .form-row.woocommerce-validated input.input-text,
  .woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--wp--preset--color--hover-color); }
  
  .wc-block-components-button:not(.is-link) {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  
  .woocommerce-checkout .wc-block-mini-cart,
  .woocommerce-checkout .wp-block-group .cart-row .cart-text {
    display: none; }
  
  .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link) {
    min-height: auto;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    color: var(--wp--preset--color--color-light);
    border: 3px solid transparent; }
    .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link):is(:hover, :focus) {
      border-color: var(--wp--preset--color--hover-color);
      box-shadow: inset 0px 0px 0px 2px var(--wp--preset--color--color-light); }
  
  .woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  .wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: 1; }
  
  .cart-empty {
    width: 100%; }
  
  .wc-block-mini-cart__button {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    padding: 7.76px; }
    .wc-block-mini-cart__button:has(.wc-block-mini-cart__badge) .wc-block-mini-cart__amount {
      margin-left: 15px; }
    .wc-block-mini-cart__button .wc-block-mini-cart__amount {
      font-size: var(--wp--preset--font-size--medium);
      margin: 0;
      color: var(--wp--preset--color--dark-color);
      font-weight: var(--wp--custom--typography--font-weight--bold); }
    .wc-block-mini-cart__button span.wc-block-mini-cart__badge {
      background-color: var(--wp--preset--color--hover-color);
      border: 0;
      color: var(--wp--preset--color--color-light);
      font-size: var(--wp--preset--font-size--medium);
      font-weight: var(--wp--custom--typography--font-weight--normal);
      height: 1.2em;
      min-width: 1.2em;
      margin-left: -6px;
      line-height: 1; }
  
  .wc-block-mini-cart {
    font-size: 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    display: block;
    color: var(--wp--preset--color--dark-color); }
    .wc-block-mini-cart:is(:hover, :focus) {
      border-color: var(--wp--preset--color--hover-color);
      color: var(--wp--preset--color--hover-color); }
  
  .wc-block-mini-cart__icon {
    fill: inherit; }
  
  .woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    display: none; }
  
  .woocommerce ul.products li.product a img,
  .woocommerce div.product div.images img {
    background-color: var(--wp--preset--color--fade-red-color); }
  
  .recent-product-section .wc-block-grid ul.wc-block-grid__products {
    display: grid; }
  
  .single-product strong.rating {
    display: none; }
  
  .woocommerce ul.products li.product .star-rating {
    font-size: inherit; }
  
  .products .star-rating span, .products .star-rating:before,
  .wc-block-grid__products .star-rating span,
  .wc-block-grid__products .star-rating:before {
    display: none; }
  
  .products .star-rating strong,
  .wc-block-grid__products strong.rating {
    color: var(--wp--preset--color--title-color);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    position: relative;
    font-size: 20px;
    padding-left: 25px;
    display: inline; }
    .products .star-rating strong:before,
    .wc-block-grid__products strong.rating:before {
      content: "\e020";
      color: var(--wp--preset--color--yellow-color);
      font-weight: var(--wp--custom--typography--font-weight--bold);
      opacity: 1;
      font-family: WooCommerce;
      left: 0;
      position: absolute; }
  
  ul.wc-block-grid__products {
    margin: 0;
    display: grid;
    gap: 2rem; }
    ul.wc-block-grid__products a,
    ul.wc-block-grid__products ins {
      text-decoration: none; }
    ul.wc-block-grid__products .wc-block-grid__product {
      border: 0;
      text-align: left;
      flex: auto; }
      ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
        background-color: var(--wp--preset--color--fade-red-color);
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        position: relative;
        width: 100%;
        z-index: 1; }
  
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: auto; }
  
  .wc-block-sort-select__select {
    margin-bottom: 1rem;
    padding: 0.6rem 1.25rem; }
  
  .wc-block-sort-select {
    display: flex;
    justify-content: flex-end; }
  
  a.wc-block-components-product-name {
    text-decoration: none; }
  
  .woocommerce-form-login__submit.wp-element-button {
    width: 100%; }
  
  button.wc-block-pagination-page {
    border-radius: 8px;
    cursor: pointer;
    padding: 0.75rem 1rem; }
  
  .wc-block-components-button:not(.is-link):focus {
    outline: none; }
  
  .woocommerce ul.products li.product .onsale,
  .wc-block-components-product-sale-badge span,
  .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    top: 1rem;
    right: auto;
    left: 0; }
  
  .wc-block-product-search .wc-block-product-search__button {
    margin: 0;
    border-radius: 0 2.25rem 2.25rem 0;
    padding: 0.75rem; }
  .wc-block-product-search .wc-block-product-search__field {
    border-radius: 2.25rem 0 0 2.25rem;
    padding: 0.5rem; }
  
  .wc-block-product-search .wc-block-product-search__field input {
    border-radius: 2.25rem 0 0 2.25rem; }
  
  .components-base-control.wc-block-product-search__field.input-control {
    padding: 0; }
  
  .wc-block-components-pagination {
    margin-top: 2.25rem; }
  
  .wc-block-components-pagination__page:not(:last-child) {
    margin-right: 1rem; }
  
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-featured-product__title,
  .wc-block-grid .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-grid__product-title,
  .wc-block-grid .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-featured-product__title,
  .wc-block-featured-product .wc-block-grid__product .wc-block-grid__product-title,
  .wc-block-featured-product .wc-block-grid__product .wc-block-featured-product__title,
  .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-grid__product-title,
  .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__title {
    font-size: var(--wp--preset--font-size--content-heading);
    font-family: var(--wp--preset--font-family--notosansjp);
    margin-top: 1rem;
    font-weight: var(--wp--custom--typography--font-weight--normal); }
  .wc-block-grid .wc-block-grid__products .wc-block-components-product-button,
  .wc-block-featured-product .wc-block-components-product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  
  .woocommerce button.button[type="submit"]:hover, .woocommerce button.button[type="submit"]:focus {
    transform: none; }
  
  .wc-block-components-product-price span {
    font-size: var(--wp--preset--font-size--upper-heading); }
  
  .wc-block-grid .wc-block-grid__products li.wc-block-grid__product {
    max-width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    background-color: var(--wp--preset--color--secondary-bg-color);
    padding: 1rem; }
  
  .wc-block-featured-product,
  .wc-block-featured-product__wrapper {
    overflow: visible; }
  
  .wc-block-featured-product__description,
  .wc-block-featured-product__link,
  .wc-block-featured-product__price,
  .wc-block-featured-product__title,
  .wc-block-featured-product__variation {
    padding: 0;
    text-align: left; }
  
  .wc-block-grid__product-title,
  .wc-block-featured-product__title {
    text-transform: capitalize; }
  
  .wc-block-featured-product {
    min-height: auto !important; }
  
  .wp-block-full-width .wc-block-grid .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    .wp-block-full-width .wc-block-grid .wc-block-grid__products li.wc-block-grid__product {
      border: 1px solid transparent; }
      .wp-block-full-width .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) {
        border-color: var(--wp--preset--color--border-color); }
  
  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product img,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper img {
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wp-block-button .wp-block-button__link:is(:hover, :focus) {
      background: var(--wp--preset--color--hover-color); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-featured-product__title {
      font-size: var(--wp--preset--font-size--content-heading); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img {
      -moz-transform: scale(1.1) translateY(-30px);
      -o-transform: scale(1.1) translateY(-30px);
      -ms-transform: scale(1.1) translateY(-30px);
      -webkit-transform: scale(1.1) translateY(-30px);
      transform: scale(1.1) translateY(-30px); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title a,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price span,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__description,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .amount,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title a,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price span,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__description,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .added_to_cart,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .amount {
      color: var(--wp--preset--color--color-light); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus):after,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus):after {
      height: 100%;
      opacity: 1; }
  
  .wc-block-featured-product .wc-block-featured-product__wrapper:after {
    z-index: 0; }
  
  .woocommerce .products ul,
  .woocommerce ul.products {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
    .woocommerce .products ul:before,
    .woocommerce ul.products:before {
      display: none; }
  
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    cursor: pointer; }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:is(:hover, :focus) {
      color: var(--wp--preset--color--hover-color); }
  
  .wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:after {
    content: none; }
  
  .wp-block-sidebar .wc-block-grid .wc-block-grid__products {
    display: grid;
    grid-gap: 2rem; }
    .wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product {
      margin: 0;
      box-sizing: border-box; }
      .wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) {
        border-color: var(--wp--preset--color--border-color); }
  
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0;
    padding: 8px;
    border: 1px solid transparent;
    box-sizing: border-box;
    width: 100%; }
    .woocommerce ul.products[class*="columns-"] li.product:is(:hover, :focus),
    .woocommerce-page ul.products[class*="columns-"] li.product:is(:hover, :focus) {
      border-color: var(--wp--preset--color--border-color); }
  
  @keyframes zoomTag {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px; }
    50% {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0; }
    100% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px; } }
  .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    background-color: transparent;
    max-width: 5rem;
    padding: 0.6rem; }
  
  .wc-block-price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
    .wc-block-price-filter .wc-block-components-price-slider__actions {
      order: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column-reverse;
      margin-top: var(--wp--custom--spacing--extra-small); }
      .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        width: 100%; }
        .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button:hover, .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button:focus {
          background-color: var(--wp--preset--color--hover-color); }
  
  .wc-block-rating-filter__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
  
  .wc-block-filter-submit-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    width: 100%; }
    .wc-block-filter-submit-button:hover, .wc-block-filter-submit-button:focus {
      background-color: var(--wp--preset--color--hover-color); }
  
  .wc-block-components-price-slider__range-input-progress {
    --range-color: var(--wp--preset--color--border-color);
    height: 1px;
    top: 3px; }
  
  .wc-block-components-price-slider__range-input-wrapper:before {
    background-color: var(--wp--preset--color--hover-color);
    opacity: 1;
    top: 3px; }
  
  input[type="range"]::-webkit-slider-thumb {
    background-color: var(--wp--preset--color--secondary-bg-color);
    border: 1px solid var(--wp--preset--color--button-bg-color); }
  
  input[type="range"]::-webkit-slider-thumb {
    box-shadow: none;
    border-radius: 50%;
    background-color: var(--wp--preset--color--secondary-bg-color);
    border: 1px solid var(--wp--preset--color--button-bg-color);
    cursor: ew-resize;
    height: 0.8rem;
    position: relative;
    width: 0.8rem;
    z-index: 999; }
    input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:focus {
      transform: scale(1.2);
      border: none;
      border-color: 1px solid #000;
      background-color: var(--wp--preset--color--hover-color); }
  
  .home .wp-block-section:nth-child(odd) input[type="range"]::-webkit-slider-thumb {
    background-color: var(--wp--preset--color--foreground);
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .home .wp-block-section:nth-child(even) input[type="range"]::-webkit-slider-thumb {
    background-color: var(--wp--preset--color--secondary-bg-color);
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper:hover {
    cursor: ew-resize; }
  
  input[type="range"]::-moz-range-thumb {
    background-color: var(--wp--preset--color--button-bg-color);
    border: none;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: ew-resize;
    height: 0.8rem;
    position: relative;
    width: 0.8rem;
    z-index: 999; }
    input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:focus {
      transform: scale(1.2);
      border: 1px solid var(--wp--preset--color--border-color);
      background-color: var(--wp--preset--color--button-bg-color); }
  
  .wp-block-woocommerce-product-categories ul {
    margin: 0; }
    .wp-block-woocommerce-product-categories ul li {
      margin-bottom: 0; }
      .wp-block-woocommerce-product-categories ul li:not(:last-child) a {
        margin-bottom: clamp(15px, 3vw, 20px); }
      .wp-block-woocommerce-product-categories ul li a {
        display: inline-block; }
    .wp-block-woocommerce-product-categories ul ul {
      padding-left: 25px; }
  
  .woocommerce-account .wp-block-post-title,
  .woocommerce-cart .wp-block-post-title,
  .woocommerce-checkout .wp-block-post-title {
    max-width: 100%; }
  
  .woocommerce-account .addresses .title {
    display: flex;
    align-items: center; }
    .woocommerce-account .addresses .title .edit {
      margin-bottom: 0; }
  
  .wc-block-attribute-filter-list .wc-block-components-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%; }
  
  .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    transform: scale(1);
    transform-origin: bottom left; }
  
  .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:not(:checked) + .wc-block-components-checkbox__mark {
    transform: scale(0);
    display: flex; }
  
  .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    transition: 0.3s ease-in-out; }
    .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
      outline-color: var(--wp--preset--color--color-light); }
    .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
      background: var(--wp--preset--color--button-bg-color);
      border-color: transparent;
      transform: rotate(180deg);
      border-radius: 50%; }
      .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked + svg {
        fill: #fff; }
  
  .woocommerce form.checkout input[type='checkbox'] {
    appearance: none;
    background-color: var(--wp--preset--color--color-light);
    border: 1px solid var(--wp--preset--color--border-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
    height: 1.5em;
    font-size: 1rem;
    min-height: 1.5em;
    min-width: 1.5em;
    text-align: center;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    width: 1.5em; }
    .woocommerce form.checkout input[type='checkbox']:after {
      border-bottom: 2px solid var(--wp--preset--color--color-light);
      border-right: 2px solid var(--wp--preset--color--color-light);
      content: "";
      position: absolute;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      -moz-transform: rotate(45deg) scale(0);
      -o-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
      -webkit-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0);
      transform-origin: center left;
      height: 15px;
      top: 2px;
      right: 8px;
      width: 5px; }
    .woocommerce form.checkout input[type='checkbox']:checked {
      background-color: var(--wp--preset--color--button-bg-color);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      border-color: transparent;
      border-radius: 50%;
      color: var(--wp--preset--color--color-light); }
      .woocommerce form.checkout input[type='checkbox']:checked:after {
        -moz-transform: rotate(45deg) scale(1);
        -o-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        -webkit-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1); }
  
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce .woocommerce-breadcrumb a,
  .woocommerce .woocommerce-breadcrumb span {
    font-size: 14px; }
  
  ins.wc-block-components-product-price__value.is-discounted {
    background: transparent; }
  
  .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .wc-block-components-quantity-selector:after {
    border-color: var(--wp--preset--color--border-color); }
  
  .woocommerce #reviews .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .woocommerce #reviews .comment_container .star-rating {
      font-size: var(--wp--preset--font-size--body-default); }
  .woocommerce #reviews .commentlist {
    padding: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: var(--wp--preset--font-size--tiny); }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    width: 100%; }
  
  .description {
    font-size: var(--wp--preset--font-size--body-default); }
  
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: transparent;
    border: 0;
    width: 3.5rem;
    position: relative;
    height: 3.5rem; }
  
  .woocommerce-products-header__title.page-title {
    display: none; }
  
  .woocommerce h1.product_title.entry-title {
    font-size: var(--wp--preset--font-size--content-heading);
    text-transform: capitalize; }
  
  .woocommerce div.product .woocommerce-tabs .panel h2 + p,
  .woocommerce div.product .woocommerce-tabs .panel .description {
    max-width: 750px; }
  
  .woocommerce-page .cart-collaterals h2 {
    margin-top: 0; }
  
  .woocommerce-Tabs-panel h2 {
    font-size: var(--wp--preset--font-size--body-default);
    font-weight: var(--wp--custom--typography--font-weight--normal); }
  
  .woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    padding-top: 0; }
  
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation li a {
      background: var(--wp--preset--color--secondary-bg-color);
      border: 1px solid transparent;
      display: block;
      padding: 0.5rem; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) {
      margin-bottom: 5px; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
      background-color: transparent;
      border-color: var(--wp--preset--color--border-color);
      text-decoration: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
      background-color: transparent;
      border-color: var(--wp--preset--color--border-color);
      color: var(--wp--preset--color--hover-color);
      text-decoration: none; }
  
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 0.9rem;
    max-width: 760px; }
  
  .woocommerce .woocommerce-message {
    box-sizing: border-box; }
    .woocommerce .woocommerce-message a {
      float: right; }
  
  .woocommerce a.remove {
    color: var(--wp--preset--color--danger-color); }
    .woocommerce a.remove:hover, .woocommerce a.remove:focus {
      color: var(--wp--preset--color--color-light);
      background: var(--wp--preset--color--danger-color); }
  
  .woocommerce .woocommerce-message {
    box-sizing: border-box; }
    .woocommerce .woocommerce-message a {
      float: right; }
  
  .select2-results__options {
    font-size: var(--wp--preset--font-size--small); }
  
  .woocommerce-page .select2-container .select2-dropdown {
    padding: 0.9rem 0.7rem; }
  
  form.woocommerce-form.woocommerce-form-login.login {
    max-width: 630px;
    margin-inline: auto; }
  
  .woocommerce-account .woocommerce-notices-wrapper + h2 {
    text-align: center; }
  
  .woocommerce-form-register__submit {
    width: 100%; }
  
  .woocommerce-error {
    border-color: var(--wp--preset--color--danger-color); }
    .woocommerce-error:before {
      color: var(--wp--preset--color--danger-color); }
  
  .woocommerce-account main .woocommerce,
  .woocommerce-cart main .woocommerce,
  .woocommerce-checkout main .woocommerce {
    max-width: 1400px; }
  
  header.woocommerce-Address-title h3 {
    font-size: 1rem;
    margin-right: 0.5rem; }
  
  .woocommerce-page .woocommerce-customer-details address {
    padding: 0;
    width: 100%; }
  
  .woocommerce-notice--success {
    color: #2eab2e; }
  
  .product a .wc-block-grid__product-image {
    order: -1; }
  
  .woocommerce-order-overview__total strong {
    line-height: 1;
    display: inline-block; }
  
  .woocommerce-page ul.woocommerce-order-overview {
    padding: 1rem;
    background-color: var(--wp--preset--color--secondary-bg-color); }
  
  .woocommerce-table--order-details th {
    text-align: left; }
  
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table th {
    border: 1px solid var(--wp--preset--color--border-color);
    padding: 10px 20px; }
  
  .woocommerce-page table.shop_table {
    width: 100%; }
    .woocommerce-page table.shop_table .order_item a {
      text-decoration: none; }
    .woocommerce-page table.shop_table td,
    .woocommerce-page table.shop_table th {
      border: 1px solid var(--wp--preset--color--border-color);
      padding: 10px 20px; }
  
  .woocommerce-page table.shop_table thead th {
    background-color: var(--wp--preset--color--secondary-bg-color); }
  
  .woocommerce-order-details__title,
  .wp-block-woocommerce-legacy-template,
  .woocommerce-page h2.woocommerce-column__title {
    font-size: var(--wp--preset--font-size--large); }
  
  .wc-block-components-sidebar {
    padding: 2.2641509434% !important;
    background: var(--wp--preset--color--fade-red-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px; }
  
  .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block; }
  
  .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: var(--wp--preset--color--hover-color);
    color: var(--wp--preset--color--color-light);
    box-shadow: none;
    border: none;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    padding: 0; }
  
  .is-large .wc-block-components-sidebar .wc-block-components-panel {
    padding: 15px;
    background-color: var(--wp--preset--color--secondary-bg-color); }
  
  .woocommerce a.added_to_cart {
    margin-top: 0; }
  
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
  .wc-block-components-form .wc-block-components-text-input input[type=text],
  .wc-block-components-text-input input[type=text],
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-text-input input:-webkit-autofill,
  .wc-block-components-text-input.is-active input[type=email],
  .wc-block-components-text-input.is-active input[type=number],
  .wc-block-components-text-input.is-active input[type=tel],
  .wc-block-components-text-input.is-active input[type=text],
  .wc-block-components-text-input.is-active input[type=url] {
    padding: 1rem;
    max-height: 100%;
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--border-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--montserrat);
    color: var(--wp--preset--color--body-text);
    font-size: var(--wp--preset--font-size--upper-heading);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    line-height: var(--wp--custom--typography--line-height--heading-six);
    padding: calc(0.667em + 2px);
    outline: none;
    height: 55px;
    width: 100%; }
    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input input[type=text]:is(:hover, :focus),
    .wc-block-components-text-input input[type=text]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:is(:hover, :focus),
    .wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:is(:hover, :focus),
    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
    .wc-block-components-text-input input:-webkit-autofill:is(:hover, :focus),
    .wc-block-components-text-input.is-active input[type=email]:is(:hover, :focus),
    .wc-block-components-text-input.is-active input[type=number]:is(:hover, :focus),
    .wc-block-components-text-input.is-active input[type=tel]:is(:hover, :focus),
    .wc-block-components-text-input.is-active input[type=text]:is(:hover, :focus),
    .wc-block-components-text-input.is-active input[type=url]:is(:hover, :focus) {
      border-color: var(--wp--preset--color--hover-color); }
  
  .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
  .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border: 1px solid var(--wp--preset--color--border-color);
    box-shadow: none; }
  
  .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
  .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
  .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
  .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
  .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
  .wc-block-components-form .wc-block-components-text-input.is-active label,
  .wc-block-components-text-input input:-webkit-autofill + label,
  .wc-block-components-text-input.is-active label {
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    font-size: 12px;
    left: 18px; }
  
  table.woocommerce-table th {
    text-align: left; }
  
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table th {
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .wp-block-woocommerce-legacy-template {
    font-size: var(--wp--preset--font-size--large); }
  
  .woocommerce-page ul.woocommerce-order-overview {
    padding: 0.5em;
    border: 1px solid var(--wp--preset--color--border-color); }
  
  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address,
  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address {
    border: 1px solid var(--wp--preset--color--border-color);
    width: 100%; }
  
  .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text] {
    height: 100%;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px; }
  .wc-block-components-totals-coupon__form label {
    margin-bottom: 0; }
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    margin-top: 0; }
  
  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    line-height: 1; }
  
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  .wc-block-components-totals-item__value,
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: var(--wp--preset--font-size--body-default);
    font-weight: 400; }
  
  /* --- Footer
  -------------------------------------------------------- */
  .upper-footer {
    padding-bottom: var(--wp--custom--spacing--footer-gap);
    padding-top: var(--wp--custom--spacing--footer-gap); }
    .upper-footer .footer-title {
      font-weight: var(--wp--custom--typography--font-weight--bold);
      margin-bottom: var(--wp--custom--spacing--footer-title-gap);
      text-transform: capitalize;
      font-family: var(--wp--preset--font-family--notosansjp); }
      .upper-footer .footer-title.footer-site-title {
        font-family: var(--wp--preset--font-family--notosansjp);
        font-size: var(--wp--preset--font-size--large);
        line-height: 1;
        text-transform: capitalize; }
  
  .footer ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-icon svg,
  .footer ul.wp-block-page-list > li > .wp-block-navigation__submenu-icon svg {
    color: var(--wp--preset--color--color-light); }
  
  .upper-footer .wp-block-navigation__container,
  .upper-footer .wp-block-page-list {
    flex-direction: column;
    align-items: flex-start; }
  
  .input-wrap {
    position: absolute;
    right: 18px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
    .input-wrap:after {
      width: 12px;
      height: 12px;
      content: '';
      border-right: 2px solid var(--wp--preset--color--color-light);
      border-bottom: 2px solid var(--wp--preset--color--color-light);
      z-index: 99;
      position: absolute;
      top: 50%;
      left: 54%;
      transform: translate(-50%, -50%) rotate(315deg); }
    .input-wrap:before {
      width: 19px;
      height: 2px;
      background: var(--wp--preset--color--color-light);
      content: '';
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg); }
  
  .tnp.tnp-subscription-minimal input.tnp-submit {
    border: 0;
    font-size: var(--wp--preset--font-size--medium);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    height: 55px;
    margin: 0;
    position: relative;
    padding: 0 30px;
    text-transform: uppercase;
    text-indent: -99999px;
    z-index: 1; }
    .tnp.tnp-subscription-minimal input.tnp-submit:is(:hover, :focus) {
      border: 0;
      background-color: var(--wp--preset--color--hover-color);
      box-shadow: none; }
  
  .tnp.tnp-subscription-minimal form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  
  .tnp.tnp-subscription-minimal input.tnp-email {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--dark-color);
    font-family: var(--wp--preset--font-family--notosansjp);
    text-transform: capitalize;
    padding: 5px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    height: 70px;
    max-width: 100%;
    position: relative;
    padding-right: 60px;
    width: 100%;
    z-index: 1; }
    .tnp.tnp-subscription-minimal input.tnp-email::-webkit-input-placeholder {
      color: var(--wp--preset--color--dark-color);
      font-family: var(--wp--preset--font-family--notosansjp); }
    .tnp.tnp-subscription-minimal input.tnp-email::-moz-placeholder {
      /* Firefox 19+ */
      color: var(--wp--preset--color--dark-color);
      font-family: var(--wp--preset--font-family--notosansjp); }
    .tnp.tnp-subscription-minimal input.tnp-email:-ms-input-placeholder {
      /* IE 10+ */
      color: var(--wp--preset--color--dark-color);
      font-family: var(--wp--preset--font-family--notosansjp); }
    .tnp.tnp-subscription-minimal input.tnp-email:-moz-placeholder {
      /* Firefox 18- */
      color: var(--wp--preset--color--dark-color);
      font-family: var(--wp--preset--font-family--notosansjp); }
  
  .subscribe-section .wp-block-columns {
    margin-bottom: 0; }
  
  .footer-title + p a {
    text-decoration: none; }
  
  .wp-block-latest-posts__list li {
    overflow: hidden; }
    .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
      float: left;
      max-width: 60px;
      margin-right: 15px; }
  
  .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    width: 100%; }
  
  .wp-block-site-info .wp-block-social-link-anchor svg {
    font-size: var(--wp--preset--font-size--extra-large); }
  
  .footer p {
    margin: 0; }
  .footer .wp-block-navigation__container,
  .footer .wp-block-page-list {
    gap: 1rem; }
  
  .block-editor-block-list__layout .block-editor-block-list__block.footer {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
    position: relative;
    width: unset;
    z-index: 1; }
  
  .bottom-footer.wp-block-site-generator p a,
  .footer .wp-block-group .detail-list li,
  .footer .wp-block-group p,
  .footer .wp-block-group a,
  .bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > a,
  .upper-footer .wp-block-navigation .wp-block-navigation-item__content {
    opacity: 0.8; }
  
  .footer .wp-block-media-text {
    grid-template-columns: 20px 1fr !important;
    gap: 15px; }
  
  .wp-block-footer.wp-block-site-generator .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset;
    left: auto;
    padding: 0; }
    .wp-block-footer.wp-block-site-generator .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) svg {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  
  /* --- Block Media Quries
  -------------------------------------------------------- */
  /* --- > Media Queries
  -------------------------------------------------------- */
  /* --- > Min 600px
  -------------------------------------------------------- */
  @media screen and (min-width: 37.5em) {
    .header .wp-block-navigation__container,
    .header .wp-block-navigation ul,
    .header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-page-list {
      margin-left: auto;
      min-width: 450px; }
  
    .post-navigation-link-next {
      margin-top: 0; }
  
    .wc-block-grid.has-2-columns .wc-block-grid__products,
    .wc-block-grid.has-4-columns .wc-block-grid__products,
    .wc-block-grid.has-5-columns .wc-block-grid__products,
    .wc-block-grid.has-6-columns .wc-block-grid__products,
    .woocommerce ul.products.columns-2,
    .woocommerce-page ul.products.columns-2,
    .woocommerce .products.columns-4,
    .woocommerce .products.columns-5,
    .woocommerce .products.columns-6 {
      grid-template-columns: 1fr 1fr; }
  
    .nav-row > .wp-block-group {
      gap: 10px; }
  
    .wp-group-author figure.wp-block-image {
      margin-bottom: 0; } }
  /* --- > Min 601px
  -------------------------------------------------------- */
  @media screen and (min-width: 37.5625em) {
    .modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
      margin-right: 15px; }
  
    .contact-section .wp-block-columns {
      flex-direction: row; }
  
    .scroller-section .inner-wrap [class*=has-] ul.wc-block-grid__products .wc-block-grid__product {
      flex-basis: 40%; }
  
    .wp-block-post-content .wp-block-section.wp-mobile-icon-menu,
    .block-editor-page .wp-block-section.wp-mobile-icon-menu {
      display: block; }
  
    .woocommerce .products.columns-3,
    .wc-block-grid.has-3-columns .wc-block-grid__products {
      grid-template-columns: repeat(2, 1fr); }
  
    .woocommerce .products.columns-3 li:last-child,
    .wc-block-grid.has-3-columns .wc-block-grid__products li:last-child {
      grid-column: span 2; }
  
    .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
      margin: 0; }
  
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
      width: calc(20% - 1.54em); }
  
    .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% - 1.6em); }
  
    .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% - 1.2em); }
  
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
      padding-left: 0; }
  
    .is-stacked-on-mobile .wp-block-media-text__media {
      margin-bottom: 0; } }
  /* --- > Min 768px
  -------------------------------------------------------- */
  @media screen and (min-width: 48em) {
    .woocommerce-page ul.woocommerce-order-overview li {
      margin: 0; }
  
    .review-section .wc-block-components-review-list {
      grid-template-columns: 1fr 1fr; }
      .review-section .wc-block-components-review-list li {
        margin: 50px 0;
        padding-top: 4rem; }
        .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__image {
          height: 6.25rem;
          width: 6.25rem;
          top: -60px;
          left: 40px; }
  
    .hero-section ul li:before {
      height: 28px;
      width: 28px;
      font-size: 16px; }
  
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img {
      -moz-transform: scale(1.5) translateY(-30px);
      -o-transform: scale(1.5) translateY(-30px);
      -ms-transform: scale(1.5) translateY(-30px);
      -webkit-transform: scale(1.5) translateY(-30px);
      transform: scale(1.5) translateY(-30px); }
  
    .review-section .wc-block-components-review-list {
      grid-gap: var(--wp--custom--spacing--normal); }
  
    .main-front-page .block-editor-block-list__block.wp-block-section.wp-mobile-icon-menu,
    .editor-styles-wrapper .wp-block-post-content .wp-block-section.wp-mobile-icon-menu {
      display: block; }
  
    .media-content h2 {
      display: block; }
  
    .wp-block-section.feature-cat-section .wp-block-cover__inner-container {
      padding: 15%;
      padding-right: 30%; }
  
    .transparent-header.alignfull {
      background-color: transparent;
      bottom: auto; }
  
    .wp-block-columns.header-media-content {
      flex-direction: row; }
  
    .woocommerce-page .woocommerce-customer-details address {
      width: 70%; }
  
    html {
      font-size: 20px; }
  
    [class*="wp-container-"].site-section {
      gap: 1.5rem; }
  
    .woocommerce .products.columns-5,
    .wc-block-grid.has-5-columns .wc-block-grid__products {
      grid-template-columns: repeat(5, 1fr); }
  
    .woocommerce .products.columns-6,
    .wc-block-grid.has-6-columns .wc-block-grid__products {
      grid-template-columns: repeat(3, 1fr); }
  
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
      width: calc(25% - 1.5em); }
  
    .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
      left: 0;
      box-shadow: 0px 0 19px -9px var(--wp--preset--color--background); }
  
    .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container[aria-hidden="false"] {
      left: -100%;
      max-width: 320px; }
  
    .header .default-header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
      right: 0;
      left: auto; }
  
    .header .default-header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container[aria-hidden="false"] {
      right: -100%;
      left: auto;
      max-width: 320px; } }
  @media (min-width: 481px) and (max-width: 600px) {
    .wc-block-grid.has-3-columns .wc-block-grid__product {
      flex: 1 0 50%;
      max-width: 45%;
      padding: 0;
      margin: 0 0 24px; } }
  /* --- > Min 782px
  -------------------------------------------------------- */
  @media screen and (min-width: 48.875em) {
    .header-banner.wp-block-cover {
      display: flex;
      padding-left: var(--wp--custom--spacing--outer);
      padding-right: var(--wp--custom--spacing--outer);
      padding-top: 6.875rem;
      padding-bottom: 6.875rem; }
      .header-banner.wp-block-cover .wp-block-cover__inner-container {
        padding: 0;
        width: 100%; }
      .header-banner.wp-block-cover .wp-block-cover__image-background {
        position: absolute; }
  
    .offer-section .wp-block-columns .offer-content > div:first-child {
      margin-block-start: 0; }
  
    .offer-section .wp-block-columns {
      gap: 2rem; }
  
    .media-content {
      max-width: 800px; }
      .media-content p {
        max-width: 650px; }
  
    .wp-block-columns.header-media-content {
      flex-direction: column;
      flex-direction: row; }
  
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      top: 0; }
  
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
      width: calc(25% - 1.9em); }
  
    .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% - 1.8em); }
  
    .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% - 1.2em); }
  
    .wp-block-footer .wp-block-widget,
    .wp-block-footer .wp-block-widget:not(:last-child) {
      margin-bottom: 0; }
  
    .footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
      bottom: 100%;
      top: unset; }
  
    .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      bottom: 0; }
  
    .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
      margin-bottom: 3px;
      transform: rotate(180deg); } }
  /* --- >Min  1024px
  -------------------------------------------------------- */
  @media screen and (min-width: 64em) {
    .contact-content {
      padding-right: 30%; }
  
    .wp-block-section:nth-of-type(odd):after,
    .wp-block-section:nth-of-type(even):after {
      height: 50px;
      width: 190px; }
  
    .woocommerce .products.columns-3,
    .wc-block-grid.has-3-columns .wc-block-grid__products {
      grid-template-columns: repeat(3, 1fr); }
  
    .woocommerce .products.columns-3 li:last-child,
    .wc-block-grid.has-3-columns .wc-block-grid__products li:last-child {
      grid-column: span 1; }
  
    .header > .wp-block-group .right-section,
    .modern-header .header > .wp-block-group .right-section {
      gap: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  
    .admin-bar .header-media {
      height: calc(100vh - 32px); }
  
    .woocommerce .products.columns-6 {
      grid-template-columns: repeat(6, 1fr); }
  
    .wp-block-post-comments .comment-author .avatar {
      height: 100px;
      width: 100px; }
  
    .header .search-container form .wp-block-search__inside-wrapper input[type=search] {
      font-size: 36px; }
      .header .search-container form .wp-block-search__inside-wrapper input[type=search]::-webkit-input-placeholder {
        font-size: 36px; }
  
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item > a {
      margin-bottom: 0; }
  
    .wp-block-group.nav-row {
      gap: 10px; }
  
    [class*="wp-container-"].nav-social {
      display: flex; } }
  /* --- > Min 1200px
  -------------------------------------------------------- */
  @media screen and (min-width: 75em) {
    .header-banner.wp-block-cover {
      /* padding-top: 10.875rem;
      padding-bottom: 15.875rem; } */
      padding-top: 6.875rem;
      padding-bottom: 6.875rem; }
  
    .search-product:after {
      height: 150px;
      width: 570px;
      background: url(../images/shadow.png) no-repeat;
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  
    .wp-block-search.search-product .wp-block-search__inside-wrapper .wp-block-search__button {
      -moz-transform: rotate(280deg) scale(2);
      -o-transform: rotate(280deg) scale(2);
      -ms-transform: rotate(280deg) scale(2);
      -webkit-transform: rotate(280deg) scale(2);
      transform: rotate(280deg) scale(2); }
  
    .offer-section .wp-block-columns .offer-image.wp-block-column {
      flex-basis: 0%;
      /* margin-left: -70px; */
      order: inherit; }
    .offer-section .wp-block-columns .wp-block-column.offer-content {
      flex: 1; }
      .offer-section .wp-block-columns .wp-block-column.offer-content:first-child .content {
        text-align: right;
        flex-direction: row;
        justify-content: flex-start; }
  
    .header > div.wp-block-group.alignfull {
      gap: 1rem; }
  
    .search-toggle .search-product {
      bottom: auto;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      min-height: 480px; }
  
    .admin-bar .search-toggle .search-product {
      top: 32px; }
  
    .wp-block-woocommerce-customer-account a .icon + .label,
    .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon + .label {
      display: block;
      margin-left: 0; }
  
    .wp-block-woocommerce-customer-account .icon {
      display: none; }
  
    .search-product {
      -moz-transform: translateY(-150%);
      -o-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      -webkit-transform: translateY(-150%);
      transform: translateY(-150%); }
  
    .header .nav-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header .right-section .dummy-icon,
    .header .right-section .cart-row,
    .header .right-section .wp-block-woocommerce-customer-account {
      display: block; }
  
    .wp-block-section.wp-mobile-icon-menu {
      display: none; }
  
    .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container,
    .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container {
      padding: 0; }
  
    .woocommerce .products.columns-4,
    .wc-block-grid.has-4-columns .wc-block-grid__products {
      grid-template-columns: repeat(4, 1fr); }
  
    .banner .wp-block-cover,
    .banner .wp-block-cover-image {
      min-height: 430px; }
  
    .header-media {
      height: 100vh; }
  
    .wp-block-woocommerce-customer-account .label {
      display: block; }
  
    .header .wp-block-button.my-account a:before {
      top: 0; }
  
    .header .wp-block-button.my-account {
      width: auto; }
  
    .header .search-product {
      gap: 1rem;
      top: 0; }
      .header .search-product .wp-block-search__label {
        display: block;
        font-weight: var(--wp--custom--typography--font-weight--medium);
        font-size: var(--wp--preset--font-size--extra-small);
        color: var(--wp--preset--color--dark-color);
        margin: 0; }
  
    .wp-block-group .cart-row svg {
      top: 0; }
    .wp-block-group .cart-row .cart-text {
      display: block;
      font-weight: var(--wp--custom--typography--font-weight--medium);
      font-size: var(--wp--preset--font-size--extra-small);
      color: var(--wp--preset--color--dark-color); }
  
    .wp-block-woocommerce-customer-account svg {
      font-size: 0.9rem;
      margin-right: 0.1rem; }
  
    .wp-block-social-link-anchor svg {
      font-size: 1rem; } }
  @media screen and (max-width: 75em) {
    .wp-block-footer.wp-block-site-generator p a {
      padding: 0.65rem 0; }
  
    .is-style-pawscentral-button .wp-block-button__link {
      padding: 0.5rem 0; }
  
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
      padding-top: 0; }
  
    .admin-bar button.wp-block-navigation__responsive-container-close {
      top: 1rem; }
  
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
      gap: 0; } }
  /* --- > Min 1366px
  -------------------------------------------------------- */
  @media screen and (min-width: 85.375em) {
    .wp-block-section:nth-of-type(odd):after,
    .wp-block-section:nth-of-type(even):after {
      height: 22%;
          width: 50vw;
          opacity: .5; }
  
    .header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
    .header .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
      padding: 25px 5px; }
  
    .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category .wc-block-featured-category__wrapper {
      max-width: 310px;
      margin-left: auto;
      padding: 0; }
      .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category .wc-block-featured-category__wrapper:is(:hover, :focus) .wc-block-featured-category__background-image {
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
      .wp-block-section.feature-cat-section .wp-block-columns .wp-block-column .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__background-image {
        margin: 0;
        position: absolute; }
  
    .header {
      padding-top: 0;
      padding-bottom: 0; }
  
    .header > .wp-block-group .nav-row {
      justify-content: center; }
  
    .woocommerce-cart main .woocommerce {
      overflow: hidden;
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      .woocommerce-cart main .woocommerce .woocommerce-notices-wrapper {
        width: 100%; }
      .woocommerce-cart main .woocommerce .woocommerce-cart-form {
        width: 70%; }
      .woocommerce-cart main .woocommerce .cart-collaterals {
        margin-right: 0;
        width: 25%;
        margin-left: auto;
        padding-left: 5%; }
  
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
      width: 100%; }
  
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none; }
  
    .header > .wp-block-group {
      display: grid;
      grid-template-columns: 1fr 40% 1fr; }
      .header > .wp-block-group .nav-row {
        width: 100%; }
      .header > .wp-block-group .site-section {
        width: 100%; }
      .header > .wp-block-group .right-section {
        width: 100%; }
  
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block; }
  
    .wp-block-navigation .wp-block-navigation__submenu-container {
      opacity: 0;
      visibility: hidden; }
  
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container,
    .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
    .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
      -moz-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
      -o-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
      -webkit-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
      transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
      -moz-transform: translateY(25%);
      -o-transform: translateY(25%);
      -ms-transform: translateY(25%);
      -webkit-transform: translateY(25%);
      transform: translateY(25%);
      opacity: 0;
      box-shadow: 0px 0px 7px -5px rgba(34, 33, 33, 0.49);
      position: absolute;
      height: auto;
      min-width: 250px; }
      .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li,
      .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container li,
      .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li {
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0; }
        .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li a,
        .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container li a,
        .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li a {
          padding: 15px; }
  
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li:not(:last-child),
    .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li:not(:last-child) {
      border-bottom: 1px solid var(--wp--preset--color--border-color); }
  
    .footer .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container,
    .footer .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  
    .wp-block-navigation ul li.wp-block-navigation-item.has-child:hover ul.wp-block-navigation__submenu-container, .wp-block-navigation ul li.wp-block-navigation-item.has-child:focus ul.wp-block-navigation__submenu-container {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
      .wp-block-navigation ul li.wp-block-navigation-item.has-child:hover ul.wp-block-navigation__submenu-container li, .wp-block-navigation ul li.wp-block-navigation-item.has-child:focus ul.wp-block-navigation__submenu-container li {
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; }
  
    .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
      .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container li {
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; }
        .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container li:before {
          opacity: 0; }
  
    .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li ul.wp-block-navigation__submenu-container li {
      left: 0;
      transform: none; }
  
    .wp-block-navigation__responsive-container-content > ul > li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link,
    .wp-block-navigation__responsive-container-content > ul > li.wp-block-navigation-item.current-nav-item.wp-block-navigation-link {
      opacity: 1; }
  
    .header .wp-block-navigation__container,
    .header .wp-block-page-list {
      column-gap: 1rem;
      row-gap: 0; } }
  /* --- > Min 1400px
  -------------------------------------------------------- */
  @media screen and (min-width: 87.5em) {
    .scroller-section .inner-wrap [class*=has-] ul.wc-block-grid__products .wc-block-grid__product {
      flex-basis: 30%; } }
  /* --- > Min 1500px
  -------------------------------------------------------- */
  @media screen and (min-width: 93.75em) {
    .header > .wp-block-group {
      display: grid;
      grid-template-columns: 1fr 45% 1fr; } }
  /* --- > Min 1600px
  -------------------------------------------------------- */
  /* --- > Min 1920px
  -------------------------------------------------------- */
  /* --- Block Color
  -------------------------------------------------------- */
  /* --- Block Color
  -------------------------------------------------------- */
  input[type="button"],
  input[type="reset"],
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea,
  .header-media .media-content .wp-block-heading,
  .header-media .media-content p,
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
  .entry-meta a,
  td.product-name a,
  .woocommerce ul.products li.product .price,
  .wp-block-categories-list li,
  .wp-block-archives-list li,
  .content > .video-play:hover span,
  del.wc-block-components-product-price__regular,
  .wp-block-post-comments.is-style-pawscentral-post-comments input:not([type="submit"]):not([type="checkbox"]),
  .comment-form label,
  .is-style-pawscentral-button .wp-block-button__link,
  .tnp.tnp-subscription .tnp-field input[type="submit"],
  .tnp.tnp-subscription-minimal form,
  .wp-block-post-comments .comment-meta .fn,
  .comment-author .says,
  .wp-block-pullquote cite,
  a.comment-reply-link,
  .woocommerce div.product span.price,
  .wp-block-quote footer,
  .wp-block-post-navigation-link a,
  .wp-block-widget-area .wp-block-latest-posts__list > li > a,
  .wp-block-post-title,
  .form-submit input[type="submit"]:hover,
  .form-submit input[type="submit"]:focus,
  header .header-default .wp-block-button.my-account a.wp-block-button__link.wp-element-button,
  header .header-default .wp-block-button.my-account div.wp-block-button__link.wp-element-button,
  .wp-block-latest-posts a,
  .wp-block-post-excerpt__more-link,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link {
    color: var(--wp--preset--color--dark-color); }
  
  .without-transparent .wp-block-navigation__responsive-container-open svg {
    fill: var(--wp--preset--color--dark-color); }
  
  .wp-block-post-navigation-link .post-navigation-link__label svg,
  .header .wp-block-navigation__responsive-container-close svg,
  .header button:not(.wp-block-navigation__responsive-container-close):not(.wp-block-search__button) svg.cross {
    fill: var(--wp--preset--color--dark-color); }
  
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:before,
  .wp-block-post-excerpt__more-link:before {
    background-color: var(--wp--preset--color--dark-color); }
  
  .footer {
    background-color: var(--wp--preset--color--footer-bg-color); }
  
  /* Color Light */
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next,
  .wc-block-components-pagination__page:hover,
  .wc-block-components-pagination__page:focus,
  .wc-block-components-product-sale-badge span,
  .woocommerce #respond input#submit,
  .wc-block-components-pagination__page--active[disabled]:focus,
  .wc-block-components-pagination__page--active[disabled]:hover,
  .wc-block-pagination-page--active.wc-block-components-pagination__page--active,
  .woocommerce button.button,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .wc-block-product-search .wc-block-product-search__button,
  .woocommerce nav.woocommerce-pagination ul li span.current,
  .wp-block-navigation__responsive-container-close,
  .wp-block-query-pagination-previous:hover,
  .wp-block-query-pagination-previous:focus,
  .wp-block-query-pagination-next:hover,
  .wp-block-query-pagination-next:focus,
  .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
  .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
  .woocommerce span.onsale,
  .wc-block-grid__product .wc-block-grid__product-onsale span,
  input[type="button"],
  input[type="reset"],
  .tnp.tnp-subscription-minimal input.tnp-submit,
  .wp-block-navigation ul.wp-block-list > li > a,
  .upper-footer .footer-title,
  input[type="submit"],
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce .woocommerce-breadcrumb a,
  .wp-block-site-generator p a,
  .footer .wp-block-group .detail-list li,
  .banner .wp-block-post-title,
  .footer .wp-block-group p,
  .footer .wp-block-group a {
    color: var(--wp--preset--color--color-light); }
  
  .wp-block-query-pagination > .wp-block-query-pagination-previous:hover:before,
  .wp-block-query-pagination > .wp-block-query-pagination-previous:focus:before,
  .wp-block-query-pagination > .wp-block-query-pagination-next:hover:before,
  .wp-block-query-pagination > .wp-block-query-pagination-next:focus:before {
    border-color: var(--wp--preset--color--color-light); }
  
  .footer .wp-block-navigation__responsive-container-open svg {
    fill: var(--wp--preset--color--color-light); }
  
  /* HOVER COLOR */
  .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before,
  .wp-block-navigation__submenu-container .wp-block-navigation-item.current-nav-item .wp-block-navigation-item__content:before,
  .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
    background-color: var(--wp--preset--color--hover-color); }
  
  a:hover svg.icon,
  a:focus svg.icon {
    fill: var(--wp--preset--color--hover-color); }
  
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link:hover svg, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link:focus svg,
  .wp-block-social-links:not(.footer-social-icons) .wp-block-social-link:hover svg,
  .wp-block-social-links:not(.footer-social-icons) .wp-block-social-link:focus svg {
    fill: var(--wp--preset--color--hover-color); }
  
  .woocommerce ul.products li.product a:hover h2,
  .wp-block-page-list > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
  .wp-block-page-list > .wp-block-navigation-item.current-nav-item > .wp-block-navigation-item__content,
  a:hover .post-navigation-link__label,
  .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content,
  .wp-block-navigation__submenu-container .wp-block-navigation-item.current-nav-item .wp-block-navigation-item__content,
  .woocommerce-info::before,
  .woocommerce-message::before,
  .woocommerce ul.products li.product a:focus h2 {
    color: var(--wp--preset--color--hover-color); }
  
  .wpcf7 input:not([type="submit"]):not([type="checkbox"]):hover,
  .wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
  .wpcf7 textarea:hover,
  .wpcf7 textarea:focus {
    border-color: var(--wp--preset--color--hover-color); }
  
  /* Body Color */
  .wp-block-widget a,
  .wp-site-blocks figure figcaption,
  figure figcaption,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-post-navigation-link .post-navigation-link__label {
    color: var(--wp--preset--color--body-text); }
  
  /* Link hover color */
  a:hover, a:focus,
  .wp-block-widget a:hover,
  .wp-block-widget a:focus,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:hover,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:focus,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:hover,
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:focus,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a:hover,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a:focus,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a:hover,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-metadata a:focus,
  .wp-block-navigation__responsive-container-open:hover,
  .wp-block-navigation__responsive-container-open:focus,
  .wp-block-navigation__responsive-container-close:hover,
  .wp-block-navigation__responsive-container-close:focus,
  .wp-block-post-comments .comment-metadata a:hover,
  .wp-block-post-comments .comment-metadata a:focus,
  form .wpcf7-submit:hover,
  form .wpcf7-submit:focus,
  .price ins:hover,
  .price ins:focus,
  .wp-block-post-navigation-link a:hover,
  .wp-block-post-navigation-link a:focus,
  a.comment-reply-link:hover,
  a.comment-reply-link:focus,
  .wp-block-post-title a:hover,
  .wp-block-post-title a:focus,
  .post-navigation-link__label:hover,
  .post-navigation-link__label:focus,
  td.product-name a:hover,
  td.product-name a:focus,
  ins:hover,
  ins:focus,
  .wp-block-widget-area .wp-block-latest-posts__list > li > a:hover,
  .wp-block-widget-area .wp-block-latest-posts__list > li > a:focus,
  .single .taxonomy-category.wp-block-post-terms > a:hover,
  .single .taxonomy-category.wp-block-post-terms > a:focus,
  .entry-breadcrumbs span.breadcrumb a:hover,
  .entry-breadcrumbs span.breadcrumb a:focus,
  .wc-block-components-product-title a:hover,
  .wc-block-components-product-title a:focus,
  .woocommerce .woocommerce-breadcrumb a:hover,
  .woocommerce .woocommerce-breadcrumb a:focus,
  .single .taxonomy-post_tag.wp-block-post-terms > a:hover,
  .single .taxonomy-post_tag.wp-block-post-terms > a:focus,
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
  .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart:hover,
  .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart:focus,
  .wc-block-grid__product-title:hover,
  .wc-block-grid__product-title:focus {
    color: var(--wp--preset--color--hover-color); }
  
  .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover, .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus,
  .wp-block-site-title:hover,
  .wp-block-site-title:focus {
    color: var(--wp--preset--color--hover-color); }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--wp--preset--color--hover-color); }
  
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:before, .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:before,
  .wp-block-post-excerpt__more-link:hover:before,
  .wp-block-post-excerpt__more-link:focus:before {
    background-color: var(--wp--preset--color--hover-color); }
  
  .wp-block-button.is-style-pawscentral-button .wp-block-button__link:hover:after, .wp-block-button.is-style-pawscentral-button .wp-block-button__link:focus:after,
  .wp-block-post-excerpt__more-link:hover:after,
  .wp-block-post-excerpt__more-link:focus:after {
    border-color: var(--wp--preset--color--hover-color); }
  
  .wp-block-post-meta > div:hover a,
  .wp-block-post-meta > div:hover svg,
  .wp-block-post-meta > div:focus a,
  .wp-block-post-meta > div:focus svg {
    color: var(--wp--preset--color--hover-color);
    fill: var(--wp--preset--color--hover-color); }
  
  .wp-block-button.is-style-outline .has-background.wp-block-button__link:not(:hover) {
    border-color: inherit; }
  
  .wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:focus,
  form .wpcf7-submit:hover,
  form .wpcf7-submit:focus,
  form.wpcf7-form input[type="submit"]:hover,
  form.wpcf7-form input[type="submit"]:focus {
    border-color: var(--wp--preset--color--hover-color); }
  
  .wp-block-pullquote,
  .wp-block-pullquote.has-text-align-left:not(blockquote),
  .wp-block-pullquote.has-text-align-right:not(blockquote) {
    border-color: var(--wp--preset--color--button-bg-color); }
  
  /* Button Background Color */
  .tnp.tnp-subscription-minimal input.tnp-submit,
  .wp-block-navigation__container > .wp-block-navigation-item:before,
  .wc-block-components-pagination__page:hover,
  .wc-block-components-pagination__page:focus,
  .wc-block-pagination-page--active.wc-block-components-pagination__page--active,
  .wc-block-components-pagination__page--active[disabled]:focus,
  .wc-block-components-pagination__page--active[disabled]:hover,
  .wp-block-query-pagination > .wp-block-query-pagination-previous:hover,
  .wp-block-query-pagination > .wp-block-query-pagination-previous:focus,
  .wp-block-query-pagination > .wp-block-query-pagination-next:hover,
  .wp-block-query-pagination > .wp-block-query-pagination-next:focus,
  .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
  .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
  .wp-block-query-pagination-numbers .page-numbers:not(.dots).current,
  .wp-block-page-list > .wp-block-navigation-item:before,
  .wp-block-page-list > .wp-block-navigation-item a::before,
  .woocommerce nav.woocommerce-pagination ul li span.current,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .wc-proceed-to-checkout a.checkout-button.alt,
  .woocommerce #respond input#submit.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce button.button.alt.disabled,
  .woocommerce #respond input#submit,
  .wc-block-components-button:not(.is-link).outlined,
  .wp-block-woocommerce-mini-cart-contents .wc-block-components-button,
  .wc-block-product-search .wc-block-product-search__button {
    background: var(--wp--preset--color--button-bg-color); }
  
  .woocommerce .woocommerce-product-rating .star-rating,
  .wc-block-components-product-rating .wc-block-components-product-rating__stars,
  .woocommerce .star-rating,
  #reviews .star-rating {
    color: var(--wp--preset--color--yellow-color); }
  
  /* Button Background hover color */
  .wc-block-cart__submit-container .wp-element-button:hover, .wc-block-cart__submit-container .wp-element-button:focus,
  .woocommerce .woocommerce-cart-form .actions .button:hover,
  .woocommerce .woocommerce-cart-form .actions .button:focus,
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
  .wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button:hover,
  .wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button:focus,
  .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
  .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .wp-block-query-pagination-previous:hover,
  .wp-block-query-pagination-previous:focus,
  .wp-block-query-pagination-next:hover,
  .wp-block-query-pagination-next:focus,
  ul.products li.product .button:hover,
  ul.products li.product .button:focus,
  .wc-proceed-to-checkout a.checkout-button.alt:hover,
  .wc-proceed-to-checkout a.checkout-button.alt:focus,
  form.wpcf7-form input[type="submit"]:hover,
  form.wpcf7-form input[type="submit"]:focus,
  .woocommerce input[name=submit]:hover,
  .woocommerce input[name=submit]:focus,
  .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #review_form #respond .form-submit input:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt.disabled:focus,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled:focus,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:focus,
  .wc-block-components-button:not(.is-link):hover,
  .wc-block-components-button:not(.is-link):focus,
  .woocommerce .cart div.quantity .quantity-button--up:hover,
  .woocommerce .cart div.quantity .quantity-button--up:focus,
  .restore-item:hover,
  .restore-item:focus,
  .woocommerce .cart div.quantity .quantity-button--down:hover,
  .woocommerce .cart div.quantity .quantity-button--down:focus,
  .wc-block-product-search .wc-block-product-search__button:hover,
  .wc-block-product-search .wc-block-product-search__button:focus,
  .wrap button.wp-block-search__button.has-icon.wp-element-button:hover,
  .wrap button.wp-block-search__button.has-icon.wp-element-button:focus,
  .wp-block-button__link.is-style-outline:not(.has-background):hover,
  .wp-block-button__link.is-style-outline:not(.has-background):focus {
    background-color: var(--wp--preset--color--hover-color);
    border-color: var(--wp--preset--color--hover-color);
    box-shadow: inset 0px 0px 0px 2px var(--wp--preset--color--color-light);
    color: var(--wp--preset--color--color-light); }
  
  .wp-block-button__link:hover, .wp-block-button__link:focus,
  .wp-block-woocommerce-customer-account:hover,
  .wp-block-woocommerce-customer-account:focus {
    border-color: var(--wp--preset--color--hover-color);
    box-shadow: inset 0px 0px 0px 2px var(--wp--preset--color--color-light); }
  
  .wp-block-woocommerce-customer-account:hover, .wp-block-woocommerce-customer-account:focus {
    background-color: var(--wp--preset--color--hover-color); }
  
  /* Border Color */
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table,
  .woocommerce div.product div.images .flex-control-thumbs li,
  .single .taxonomy-category.wp-block-post-terms > a,
  .single .taxonomy-post_tag.wp-block-post-terms > a,
  .header .search-container form .wp-block-search__inside-wrapper button[type="submit"],
  .header .search-container form .wp-block-search__inside-wrapper input[type="search"],
  .header .search-container .wp-block-search__inside-wrapper input[type="search"],
  .woocommerce-info,
  .wc-block-product-search .wc-block-product-search__field input,
  .wc-block-product-search .wc-block-product-search__field,
  .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-billing-fields__field-wrapper select,
  select,
  .select2-container--default .select2-selection--single,
  .woocommerce .quantity .qty,
  .woocommerce table.variations select,
  .woocommerce-message,
  .woocommerce div.product .woocommerce-tabs ul.tabs::before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  form.woocommerce-ordering select,
  .wp-block-table td,
  .wp-block-table th,
  .wp-block-table thead,
  .tnp.tnp-subscription .tnp-field input[type="submit"],
  .tnp.tnp-subscription-minimal form,
  .wp-block-table .has-fixed-layout *,
  .wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
  .wp-block-search .wp-block-search__inside-wrapper,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
  .is-style-pawscentral-post-author-card,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond,
  .wpcf7 form,
  .wp-block-post-comments.is-style-pawscentral-post-comments .comment-respond,
  .is-style-pawscentral-post-author-card {
    border-color: var(--wp--preset--color--border-color); }
  
  .wc-block-components-product-price span,
  .wp-block-post-meta a,
  .bottom-footer .wp-block-navigation .wp-block-navigation__container:not(.wp-block-navigation__submenu-container) > div > a,
  .wp-block-site-generator p,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .product_meta,
  .woocommerce-variation-description {
    color: var(--wp--preset--color--secondary-text-color); }
  
  .wp-block-post-meta svg {
    fill: var(--wp--preset--color--secondary-text-color); }
  
  /* Secondary Background color */
  .wc-block-grid__product-image:before,
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
  .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
  pre,
  .is-style-pawscentral-post-author-card,
  .is-style-pawscentral-post-author-card,
  .wp-block-post-container,
  .single .taxonomy-category.wp-block-post-terms > a:hover,
  .single .taxonomy-category.wp-block-post-terms > a:focus,
  .single .taxonomy-post_tag.wp-block-post-terms > a:hover,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    background-color: var(--wp--preset--color--secondary-bg-color); }
  
  /* Title color */
  .wp-block-post-title a,
  .editor-styles-wrapper .wp-block-site-title a,
  .wc-block-grid__product-title,
  .wc-block-featured-product__description,
  .price ins,
  .price,
  .amount,
  .wc-block-featured-product .wc-block-featured-product__title,
  .wp-block-group.header .my-account .wp-block-button__link a,
  .wc-block-components-product-title a,
  .wc-block-components-review-list-item__author {
    color: var(--wp--preset--color--title-color); }
  
  
  /* Custom Styling */
  .wp-block-cover {
    background-color: #000;
  }
  .wp-block-cover__image-background {
    opacity: .4;
  }
  .footer .wp-block-navigation > ul > li.current-menu-item > .wp-block-navigation-item__content, .footer .wp-block-navigation > ul > li.current-nav-item > .wp-block-navigation-item__content, .footer .wp-block-navigation__container > ul > li.current-menu-item > .wp-block-navigation-item__content, .footer .wp-block-navigation__container > ul > li.current-nav-item > .wp-block-navigation-item__content, .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content, .footer .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item.current-nav-item > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--hover-color);
  }
  :root :where(.is-layout-flow) > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  /*# sourceMappingURL=style.css.map */
  