/*
Theme Name: Sophia Pro
Description: A clean, modern multipurpose WordPress block theme with extended features for beauty brands, service providers, and online stores. Includes advanced layouts, gallery templates, landing pages, full WooCommerce support, and fast performance.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Author: WP Custom Themes
Author URI: https://wpcustomthemes.com
Theme URI: https://wpcustomthemes.com/wordpress-themes/sophia
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sophia-pro
Tags: e-commerce, blog, education, full-site-editing, block-patterns, block-styles, custom-colors, custom-header, custom-logo, featured-images, translation-ready, right-sidebar, one-column, style-variations, wide-blocks
WC requires at least: 7.0
WC tested up to: 10.4.2


Sophia WordPress Theme, Copyright 2025 WP Custom Themes
Sophia is distributed under the terms of the GNU General Public License v3.0 or later.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Group Style
-------------------------------------------------------- */
.wp-block-section.is-style-padding-0 {
  padding-bottom: 0;
  padding-top: 0;
}

/* --- WP Block Columns Style
-------------------------------------------------------- */
body .wp-block-columns.is-style-have-gap-0 {
  gap: 0 !important;
}

/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button .wp-block-button__link,
.wp-block-post-excerpt__more-link {
  text-decoration: none;
  position: relative;
  width: auto;
}

.wp-block-button.is-style-plain,
.wp-block-post-excerpt__more-link {
  text-decoration: underline;
  position: relative;
  color: var(--wp--preset--color--button-color);
  padding-right: 25px;
  transition: all 0.4s;
  display: inline-block;
}

.wp-block-button.is-style-plain:hover,
.wp-block-post-excerpt__more-link:hover {
  text-decoration: none;
}

.wp-block-button.is-style-plain:after,
.wp-block-button.is-style-plain:before,
.wp-block-post-excerpt__more-link:after,
.wp-block-post-excerpt__more-link:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  opacity: 1;
  right: 0;
}

.wp-block-button.is-style-plain:hover::after,
.wp-block-button.is-style-plain:hover::before,
.wp-block-post-excerpt__more-link:hover::after,
.wp-block-post-excerpt__more-link:hover::before {
  right: -5px;
}

.wp-block-button.is-style-plain:before,
.wp-block-post-excerpt__more-link:before {
  display: block;
  background-color: var(--wp--preset--color--button-color);
  height: 0.1rem;
  border-radius: 1px;
  top: 25px;
  width: 1rem;
}

.wp-block-button.is-style-plain:after,
.wp-block-post-excerpt__more-link:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0.125rem solid var(--wp--preset--color--button-color);
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  margin-left: 10px;
  margin-bottom: 2px;
  top: 21px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-editor-block-list__block .wp-block-post-excerpt__more-link:after,
.block-editor-block-list__block .wp-block-post-excerpt__more-link::before {
  display: none;
}

.wp-block-button.is-style-plain .wp-block-button__link {
  border: none;
  color: var(--wp--preset--color--button-color);
  position: relative;
  padding: 0;
  padding-bottom: 3px;
  background-color: transparent;
}

.wp-block-button.is-style-plain .wp-block-button__link::before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--wp--preset--color--button-color);
  bottom: 0;
  right: 0;
  left: auto;
  transition: all 0.4s;
}

.wp-block-button.is-style-plain .wp-block-button__link.has-title-color::before {
  background-color: var(--wp--preset--color--title);
}

.wp-block-button.is-style-plain .wp-block-button__link.has-title-color:hover::before {
  background-color: var(--wp--preset--color--button-color) !important;
}

.wp-block-button.is-style-plain .wp-block-button__link.has-title-color:hover {
  color: var(--wp--preset--color--button-color) !important;
}

.wp-block-button.is-style-plain .wp-block-button__link:hover::before {
  width: 0;
}

.wp-block-button.is-style-plain:has(.has-title-color):before {
  background-color: var(--wp--preset--color--title);
}

.wp-block-button.is-style-plain:has(.has-title-color):hover:before {
  background-color: var(--wp--preset--color--button-color);
}

.wp-block-button.is-style-plain:has(.has-title-color):after {
  border: 0.125rem solid var(--wp--preset--color--title);
  border-bottom: 0;
  border-left: 0;
}

.wp-block-button.is-style-plain:has(.has-title-color):hover:after {
  border: 0.125rem solid var(--wp--preset--color--button-color);
  border-bottom: 0;
  border-left: 0;
}

.wp-block-button.is-style-plain .wp-block-button__link .wp-block-button.is-style-plain .has-text-color:hover,
.wp-block-button.is-style-plain .has-text-color:focus {
  color: var(--wp--preset--color--link-color) !important;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-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--button-color);
  transform: none;
}

.is-style-outline .wp-element-button {
  padding-top: clamp(12px, 2.5vw, 16px);
  padding-right: clamp(21px, 2.5vw, 35px);
  padding-bottom: clamp(12px, 2.5vw, 16px);
  padding-left: clamp(21px, 2.5vw, 35px);
  display: block;
}

.is-style-outline .wp-element-button.has-text-color:hover,
.is-style-outline .wp-element-button.has-text-color:focus {
  background-color: var(--wp--preset--color--link-color);
  border-color: var(--wp--preset--color--link-color);
  color: var(--wp--preset--color--light) !important;
}

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-post-author-card,
.wp-block-group.post-navigation-link-container,
.wp-block-comments {
  max-width: 780px;
}

.wp-block-comments {
  padding-top: var(--wp--custom--spacing--wp-block-post);
  margin-top: var(--wp--custom--spacing--extra-small);
  border-top: 1px solid var(--wp--preset--color--border-color-light);
}

.wp-block-comments .wp-block-comments-title {
  font-size: clamp(24px, 2.85vw, 36px);
  margin-top: 0;
}

.wp-block-comments .wp-block-comment-author-name {
  color: var(--wp--preset--color--secondary-text);
}

.wp-block-comments .wp-block-comment-author-name a {
  text-decoration: none;
}

.wp-block-comments .wp-block-comment-content {
  margin-top: 14px;
}

.wp-block-comments .wp-block-comment-content p {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--body-default) !important;
}

.wp-block-comments .wp-block-comment-edit-link a,
.wp-block-comments .wp-block-comment-reply-link a {
  color: var(--wp--preset--color--body-text);
}

.wp-block-comments .wp-block-comment-edit-link a:hover,
.wp-block-comments .wp-block-comment-edit-link a:focus,
.wp-block-comments .wp-block-comment-reply-link a:hover,
.wp-block-comments .wp-block-comment-reply-link a:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-comment-template ol,
.wp-block-comment-template li:not(:first-child) {
  margin-top: 42px;
}

.wp-block-post-comments .commentlist>li>.children>li article,
.comment article,
.wp-block-post-comments .commentlist>li>.children>li article,
.wp-block-post-comments .commentlist>li>article {
  padding-bottom: var(--wp--custom--spacing--wp-block-navigation-block);
}

.wp-block-post-comments .commentlist>li>article {
  padding-top: 0;
}

.wp-block-post-comments .commentlist .comment-body>*:last-child,
.wp-block-post-comments .comment-respond>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>P:last-of-type,
.wp-block-post-comments .commentlist .comment-body>*:last-child,
.wp-block-post-comments .comment-respond>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>*:last-child,
.wp-block-post-comments .comment-respond .comment-form>P:last-of-type {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-author,
.wp-block-post-comments .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.75;
  margin-bottom: 7px;
}

.wp-block-post-comments .comment-content,
.wp-block-post-comments .comment-content {
  margin-top: 20px;
}

.wp-block-group.wp-block-post-meta {
  gap: 25px;
}

.wp-block-post-meta .wp-block-post-author {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.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 .comment-metadata,
.wp-block-post-comments .comment-metadata {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.62;
}

.wp-block-post-comments .comment-metadata a,
.wp-block-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, 125px);
  width: clamp(85px, 8vw, 125px);
}

.wp-block-post-author__avatar {
  margin-right: clamp(21px, 3vw, 35px);
}

.wp-block-post-author__name,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--regular);
  text-transform: capitalize;
}

.wp-block-post-comments .comment-meta .fn {
  text-transform: uppercase;
}

.comment-metadata,
.comment-metadata .edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 8px;
}

.comment-reply-title {
  font-family: var(--wp--preset--font-family--merriweather);
  font-size: var(--wp--preset--font-size--post-title);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  margin-top: 0;
}

label {
  color: var(--wp--preset--color--title);
  font-size: var(--wp--preset--font-size--medium-small);
  margin-bottom: 7px;
  display: block;
}

p.logged-in-as {
  color: var(--wp--preset--color--title);
  margin-bottom: 28px;
}

.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);
}

.wp-block-post-comments ul,
.wp-block-post-comments ol {
  list-style-type: none;
}

.commentlist {
  margin-top: 0;
}

.wp-block-post-comments .comment-metadata>*:not(:last-child),
.wp-block-post-comments .comment-metadata>*:not(:last-child) {
  padding-right: 10px;
}

.wp-block-post-comments .reply,
.wp-block-post-comments .reply {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-post-comments .reply a,
.wp-block-post-comments .reply a {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-decoration: none;
  text-transform: uppercase;
}

.wp-block-post-comments .comment-respond,
.wp-block-post-comments .comment-respond {
  margin-top: var(--wp--custom--spacing--normal);
}

.wp-block-post-comments .comment-respond .comment-form,
.wp-block-post-comments .comment-respond .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading);
}

.wp-block-post-comments .comment-respond .comment-form a,
.wp-block-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent,
.wp-block-post-comments .comment-respond .comment-form a,
.wp-block-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--extra-small);
  text-decoration: none;
}

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments,
.wp-block-latest-comments {
  margin-top: 0;
  padding: 0;
}

.wp-block-latest-comments a,
.wp-block-latest-comments a {
  text-decoration: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-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 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt>*:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt>*:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-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 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.wp-block-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 .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author,
.wp-block-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: 1.75;
}

/* --- WP Block Quote Style
-------------------------------------------------------- */
.wp-block-quote p,
.wp-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--merriweather);
  font-size: var(--wp--custom--typography--font-size--heading-four);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: 1.4;
  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),
.wp-block-quote:not(.is-style-plain) {
  background-color: var(--wp--preset--color--peach-puff);
  border-left: 5px solid var(--wp--preset--color--chocolate-dim);
  position: relative;
  padding: 35px;
  position: relative;
}

.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: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: var(--wp--custom--spacing--section-heading-gap);
}

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;
}

.wp-block-quote {
  text-align: left;
}

.wp-block-quote.has-text-align-right {
  text-align: right;
  border-left: 0;
  border-right: 0;
}

.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.is-style-default:not(.has-text-align-left):not(.has-text-align-right):before {
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote footer {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-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 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-four);
  line-height: 1.4;
  font-family: var(--wp--preset--font-family--merriweather);
  margin-top: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size---medium-small);
  text-transform: none;
}

.wp-block-pullquote {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 5px solid var(--wp--preset--color--chocolate-dim);
  border-bottom: 5px solid var(--wp--preset--color--chocolate-dim);
}

.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: none;
  position: relative;
}

.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.alignleft,
.wp-block-pullquote.has-text-align-left,
.wp-block[data-align="left"] .wp-block-pullquote {
  margin-right: 0;
  padding-right: 35px;
  padding-left: 20px;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-right,
.wp-block[data-align="right"] .wp-block-pullquote {
  margin-left: 0;
  padding-left: 35px;
  padding-right: 20px;
}

/* --- WP Block Table Style
-------------------------------------------------------- */
.wp-block-table td,
.wp-block-table th,
.wp-block-table td,
.wp-block-table th {
  border-color: var(--wp--preset--color--border-color);
  padding: 0.5em 1.4em;
}

.wp-block-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center),
.wp-block-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left;
}

.wp-block-table thead,
.wp-block-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 th,
.wp-block-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground);
}

.wp-block-table table,
.wp-block-table table {
  border: 1px solid var(--wp--preset--color--border-color);
}

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted,
.wp-block-preformatted,
.wp-block-verse {
  background-color: var(--wp--preset--color--peach-puff);
  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-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-site-blocks>*+* {
  margin-block-start: 0;
}

/* --- Block Theme
-------------------------------------------------------- */
/* --- BASE STYLE
-------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

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.
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--button-color);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  padding: 16px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
  background-color: var(--wp--preset--color--button-color-secondary);
}

.wp-block-column-sidebar .wp-block-sidebar {
  padding: 28px;
  position: relative;
  z-index: 3;
}

.wp-block-sidebar .wp-block-widget:not(:last-child) {
  padding-bottom: 14px;
}

.wp-block-sidebar.product-sidebar .wp-block-widget {
  background-color: transparent;
  padding: 0;
}

/*
 * Responsive menu container padding.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding: 20px 35px;
}

.wp-block-post-meta>*,
.wp-block-post-meta .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--medium-small);
}

.wp-block-post-terms__separator {
  display: none;
}

.wp-block-post-template .wp-block-post-featured-image {
  margin: 0;
}

.wp-block-post-author__content .wp-block-post-author__name a {
  text-decoration: none;
}

.wp-block-post-author__content .wp-block-post-author__name a:hover,
.wp-block-post-author__content .wp-block-post-author__name a:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-post-author__content .wp-block-post-author__name {
  font-weight: var(--wp--custom--font-weight--regular);
  top: 4px;
  position: relative;
}

.wp-post-author-card .wp-block-post-author__content .wp-block-post-author__name {
  color: var(--wp--preset--color--link-color);
  font-size: var(--wp--preset--font-size--large);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  font-family: var(--wp--preset--font-family--merriweather);
}

.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;
}

.no-sidebar-full-width .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size);
}

.no-sidebar-full-width .is-layout-constrained> :where(.wp-block-group-heading) {
  max-width: 900px;
}

.no-sidebar-medium-width .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1090px;
}

.wp-block-sidebar-on-left .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wp-block-sidebar-on-right .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}

.no-sidebar-medium-width .wp-block-header-media :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size) !important;
}

/* --- Theme Style
-------------------------------------------------------- */
a,
.content>.video-play:hover span,
.content>.video-play svg,
a svg.icon,
#myBtn:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.swiper-pagination-bullet,
.wc-block-mini-cart__button,
svg,
.team-section .wp-block-column,
.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type="submit"],
input[type="button"],
input[type="reset"],
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,
.services .wp-block-columns .wp-block-column:not(.section-heading),
.servicess .wp-block-columns .wp-block-column:not(.section-heading),
.wc-block-components-pagination__page,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
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,
.swiper-pagination span,
.slider-content *,
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-button .wp-block-button__link:before,
.wp-block-navigation .wp-block-navigation-item,
.service-section .wp-block-column,
.team-section .wp-block-column figure:before,
.team-section .plus-icon,
.social-lists,
.gallery-section .container--tabs .nav-tabs li a:before,
.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,
.wp-block-post-featured-image img {
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

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;
}

.wp-block-post-header {
  padding-top: var(--wp--custom--spacing--main-block-gap);
  padding-bottom: var(--wp--custom--spacing--wp-block-post);
}

.wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap);
}

.wp-block-post-header+.wp-block-section,
.wp-block-post-header+main {
  padding-top: var(--wp--custom--spacing--wp-block-post);
}

.wp-block-post-header+.wp-block-section.wp-block-featured-articles {
  padding-top: 0;
  padding-bottom: var(--wp--custom--spacing--wp-block-post);
}

.wp-site-blocks main {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home) .wp-site-blocks main:has(.wp-block-post-content > .wp-block-section:last-child) {
  padding-bottom: 0;
}

.wp-block-post-header+main .wp-block-featured-articles {
  padding-top: 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;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: var(--wp--custom--spacing--block-content-gap) var(--wp--custom--spacing--outer);
}

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.wp-block-columns.wp-block-sidebar-on-left,
.wp-block-columns.wp-block-sidebar-on-right {
  gap: var(--wp--custom--spacing--wp-block-sidebar);
  justify-content: space-between;
}

.wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
  position: relative;
}

.wp-block-group-heading.wp-archive-heading {
  max-width: 1000px;
}

.wp-block-group-heading.wp-archive-heading p {
  max-width: 780px;
}

.wp-block-group-heading .wp-block-query-title {
  margin-bottom: 0;
}

.is-layout-constrained>.alignwide.no-sidebar-medium,
.no-sidebar-medium .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.no-sidebar-medium.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--custom--layout--medium-size) !important;
}

.is-root-container.alignwide:where(.is-layout-flow)> :not(.alignleft):not(.alignright) {
  max-width: 780px;
}

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title a {
  text-decoration: none;
}

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):hover:after,
.wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):focus:after,
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):after {
  width: calc(100% - 10px);
  left: 5px;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none;
  color: var(--wp--preset--color--link-color);
}

.wp-footer-widgets .wp-block-navigation .wp-block-navigation-item a:hover,
.wp-footer-widgets .wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none;
  color: var(--wp--preset--color--soft-terracotta);
}

.wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before {
  opacity: 1;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding: 7px 10px;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  position: relative;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item a:before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  right: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item a:hover {
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item a:hover:before {
  width: 9px;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item a:before {
  width: 9px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-weight: var(--wp--custom--font-weight--normal);
  text-transform: none;
}

.wp-block-centered-menu .wp-block-navigation {
  text-align: center;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  width: 12px;
  height: 12px;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  height: .8em;
  margin-left: .45em;
  width: .8em;
}

/* --- WP Block Button
-------------------------------------------------------- */
.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"] {
  border: 0;
  margin-top: clamp(18px, 3.5vw, 24px);
}

.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;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--button-color);
  color: var(--wp--preset--color--button-color);
  overflow: hidden;
  position: relative;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):focus {
  background-color: var(--wp--preset--color--button-color) !important;
  color: var(--wp--preset--color--light) !important;
}

.wc-block-mini-cart__empty-cart-wrapper .wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background-color: var(--wp--preset--color--button-color);
  border-radius: 32px;
  border-color: var(--wp--preset--color--button-color);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--light);
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: var(--wp--custom--font-weight--medium);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  margin-top: 0.8rem;
  padding-top: clamp(12px, 2.5vw, 16px);
  padding-right: clamp(21px, 2.5vw, 35px);
  padding-bottom: clamp(12px, 2.5vw, 16px);
  padding-left: clamp(21px, 2.5vw, 35px);
}

.wc-block-mini-cart__empty-cart-wrapper .wp-element-button:hover,
.wc-block-mini-cart__empty-cart-wrapper .wp-element-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 {
  background: transparent;
  box-shadow: none;
  color: var(--wp--preset--color--button-color);
  transform: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wp-element-button {
  border-radius: 10px;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  cursor: pointer;
  line-height: 60px;
  position: relative;
  text-decoration: none;
  height: 60px;
  padding-inline: 15px;
}

.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-post-excerpt__more-link {
  text-transform: capitalize;
}

.contact-section.wp-block-section {
  padding-bottom: 0;
}

.header-light .wp-block-button__link:hover:after,
.header-light .wp-block-button__link:focus:after,
.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  outline-color: transparent;
}

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wc-block-pagination,
.woocommerce .woocommerce-pagination ul.page-numbers,
.wp-block-query-pagination {
  gap: 0;
  background-color: var(--wp--preset--color--background);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: max-content;
  box-shadow: 0px 4px 4px 0px #9C9C9C0F;
  border: 0.4px solid var(--wp--preset--color--border-color);
  overflow: hidden;
  margin-top: var(--wp--custom--spacing--group-heading-bottom-gap);
  margin-left: 0 !important;
  box-shadow: 0px 4px 4px 0px #9C9C9C0F;
}

.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;
}

.woocommerce nav.woocommerce-pagination {
  text-align: left;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers,
.wp-block-query-pagination-numbers .page-numbers {
  box-sizing: border-box;
  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;
  height: 60px;
  text-decoration: none;
  text-align: center;
  width: 60px;
}

.wc-block-pagination .wc-block-pagination-page {
  height: 60px;
  text-decoration: none;
  text-align: center;
  width: 60px;
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.wc-block-pagination .wc-block-pagination-page:hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
}

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.wc-block-pagination .wc-block-pagination-page.wc-block-components-pagination__page--active,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--light);
  background-color: var(--wp--preset--color--button-color);
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  margin-top: 0;
}

/* --- 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--medium-small);
  text-decoration: none;
  text-transform: capitalize;
}

.taxonomy-category.wp-block-post-terms>a,
.single .taxonomy-post_tag.wp-block-post-terms>a {
  color: var(--wp--preset--color--title);
  background-color: var(--wp--preset--color--soft-peach);
  border: 1px solid var(--wp--preset--color--soft-peach);
  border-radius: 26px;
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0.25rem 0.65rem;
  text-transform: capitalize;
}

.taxonomy-category.wp-block-post-terms>a:hover,
.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: 1px solid var(--wp--preset--color--link-color);
  background-color: transparent;
  color: var(--wp--preset--color--link-color);
}

.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-weight: var(--wp--custom--font-weight--regular);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-bottom: 7px;
  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-navigation-link a:hover,
.wp-block-post-navigation-link a:focus {
  color: var(--wp--preset--color--link-color);
}

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-container {
  padding: var(--wp--custom--spacing--wp-block-post) !important;
}

.is-root-container.wp-block-post-content-is-layout-flow {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.page.woocommerce-checkout.woocommerce-order-received,
.page-template-blog,
.blog,
.page,
.archive,
.single {
  background-color: var(--wp--preset--color--body-background) !important;
}

.page.woocommerce-checkout.woocommerce-order-received::before,
.page-template-blog::before,
.blog::before,
.page::before,
.archive::before,
.single::before {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  content: '';
  background-image: var(--wp--preset--gradient--gradient-bg-color) !important;
  display: block;
  z-index: -1;
}

body:has(.has-dark-background) .wp-block-header,
body:has(.wp-block-header-media) .wp-block-header,
body.home .wp-block-header {
  background-color: var(--wp--preset--color--body-background-deep) !important;
}

body.single .wp-block-header.has-body-background-deep-background-color,
body.archive .wp-block-header.has-body-background-deep-background-color,
body.page .wp-block-header.has-body-background-deep-background-color,
body.wp-singular .wp-block-header.has-body-background-deep-background-color {
  background-color: transparent !important;
}

.editor-styles-wrapper .is-root-container.alignwide {
  max-width: var(--wp--style--global--content-size);
}

.archive::before,
.blog:has(.wp-block-featured-articles)::before {
  height: 120%;
}

body.search,
body.error404 {
  background-color: var(--wp--preset--color--body-background-deep);
}

.wp-block-post-title a {
  text-decoration: none;
}

.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
  color: var(--wp--preset--color--link-color);
}

.block-editor-block-list__block.wp-block-post-title.editor-post-title,
.single .wp-block-post-title {
  font-size: var(--wp--preset--font-size--huge);
  font-family: var(--wp--preset--font-family--merriweather);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  line-height: 1.3;
}

.wp-block-post-header .wp-block-post-title {
  font-weight: var(--wp--custom--font-weight--bold);
}

.wp-block-post-template .wp-block-post-meta>* {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

svg.icon {
  fill: var(--wp--preset--color--body-text);
  height: 14px;
  margin-right: 7px;
  position: relative;
  top: 2px;
  width: 14px;
}

svg.icon.icon-calendar,
svg.icon.icon-user {
  width: 24px;
  height: 24px;
  top: 4px;
  margin-right: 3px;
}

.archive svg.icon.icon-user {
  top: 5px;
}

svg.icon.icon-calendar {
  top: 6px;
}

.wp-block-post-navigation-link svg.icon {
  display: none;
}

.post-navigation-link-next svg.icon {
  padding-left: 7px;
}

.post-navigation-link-previous svg.icon {
  padding-right: 7px;
}

a svg.icon {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-post-excerpt>*:last-child {
  margin-bottom: 0;
}

.wp-block-post-excerpt__excerpt {
  font-size: 15px;
}

.wp-block-post-template>li {
  margin-bottom: var(--wp--custom--spacing--normal);
  box-shadow: 0px 0px 80px -15px #8E848526;
  border-radius: 10px;
  overflow: hidden;
}

.search-results .wp-block-post-template>li {
  box-shadow: none;
  background: transparent !important;
  position: relative;
}

.search-results .wp-block-post-template>li:hover {
  box-shadow: none;
}

.search-results .wp-block-post-template>li::before {
  display: none;
}

.search-results .wp-block-post-template>li:last-child>div {
  border: none;
}

.search-results .wp-block-post-template>li .wp-block-post-excerpt {
  margin-block-start: 14px;
}

.wp-block-post-featured-image {
  overflow: hidden;
}

.wp-block-post-featured-image:hover a img {
  transform: scale(1.05);
}

.wp-block-post-comments ul,
.wp-block-post-comments ol {
  list-style-type: none;
  padding: 0;
}

figure.wp-block-post-featured-image a {
  position: relative;
}

figure.wp-block-post-featured-image a: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 a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.wp-block-group-heading .wp-block-post-author {
  background-color: transparent;
  width: 100%;
  align-items: center;
}

p.wp-block-post-author__bio:empty {
  display: none;
}

.wp-block-group-heading .wp-post-author-card {
  max-width: 1040px;
}

.wp-block-post-author__bio {
  font-size: var(--wp--preset--font-size--body-small);
  line-height: 1.5;
  margin-top: 21px;
}

.wp-block-post-content .wp-block-post-author {
  background-color: transparent;
}

.header-media-inner-post {
  padding-top: var(--wp--custom--spacing--block-footer-gap);
  padding-bottom: var(--wp--custom--spacing--wp-block-post);
}

.header-media-inner-post .wp-block-cover {
  padding: 0;
}

/* --- 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-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-quote.is-style-large cite {
  color: var(--wp--preset--color--title);
  font-weight: var(--wp--custom--font-weight--regular);
  font-size: var(--wp--preset--font-size--medium-small);
}

/* --- 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.4em 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;
}

.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--wp--preset--color--background);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px;
  border: none;
  border: 1px solid var(--wp--preset--color--border-color);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 10px;
  border: none;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  cursor: pointer;
  margin: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-search-wrapper .wp-block-search__inside-wrapper {
  position: relative;
  padding: 0;
  border-radius: 0;
  margin-top: 28px;
}

.wp-block-search-wrapper .wp-block-search__inside-wrapper::before {
  position: absolute;
  left: 22px;
  top: 19px;
  content: '';
  background: url(assets/images/search.svg) no-repeat;
  width: 20px;
  height: 24px;
  background-size: 100%;
}

.wp-block-search-wrapper .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-left: 60px;
  height: 60px;
  font-size: var(--wp--preset--font-size--normal);
}

.wp-block-search-wrapper .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: 0;
  padding-inline: 30px;
}

.wp-block-search-wrapper .wp-block-query {
  max-width: 1020px;
  margin: var(--wp--custom--spacing--section-block-bottom) auto 0 !important;
}

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
.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],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.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,
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--background);
  border: 1px solid var(--wp--preset--color--border-color);
  box-sizing: border-box;
  border-radius: 5px;
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--normal) !important;
  font-weight: var(--wp--custom--font-weight--normal) !important;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding: calc(0.667em + 2px);
  outline: none;
  width: 100%;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:hover,
.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]:hover,
.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]:hover,
.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]:hover,
.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]:hover,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:hover,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:hover,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:hover,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:hover,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:hover,
.wc-block-components-text-input input[type=url]:focus,
.woocommerce form .form-row .input-text:hover,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:hover,
.woocommerce form .form-row select:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.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:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid var(--wp--preset--color--button-color);
}

.wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder,
.wc-block-components-form .wc-block-components-text-input input[type=number]::placeholder,
.wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder,
.wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder,
.wc-block-components-form .wc-block-components-text-input input[type=url]::placeholder,
.wc-block-components-text-input input[type=email]::placeholder,
.wc-block-components-text-input input[type=number]::placeholder,
.wc-block-components-text-input input[type=tel]::placeholder,
.wc-block-components-text-input input[type=text]::placeholder,
.wc-block-components-text-input input[type=url]::placeholder,
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]::placeholder,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input::placeholder,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input::placeholder,
input[type="date"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="week"]::placeholder,
input[type="month"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  font-size: var(--wp--preset--font-size--body-small) !important;
}

textarea {
  max-height: 140px;
  resize: none;
  font-family: var(--wp--preset--font-family--switzer);
}

.wp-block-post-comments input:not([type="submit"]) {
  border: 1px solid transparent;
  background-color: var(--wp--preset--color--foreground);
}

.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,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]:focus,
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--link-color);
  box-shadow: none;
}

.wp-block-widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px;
  border-radius: 5px;
}

/* --- 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 * {
  line-height: var(--wp--custom--typography--line-height--heading-five);
}

.wp-block-widget-area a {
  text-decoration: none;
  transition: all 0.2s;
}

.wp-block-widget-area h2 {
  font-family: var(--wp--preset--font-family--switzer);
  font-weight: var(--wp--custom--font-weight--bold);
  text-transform: capitalize;
  line-height: 1.65;
}

.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;
  font-size: 14px !important;
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}

.wp-block-tag-cloud>a:hover,
.wp-block-tag-cloud>a:focus {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
}

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0;
}

ul.wp-block-categories-list.wp-block-categories li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.wp-block-widget-area li {
  margin-bottom: 14px;
  padding-left: 20px;
  position: relative;
}

.wp-block-widget-area li:last-child {
  margin-bottom: 0;
}

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.wp-block-widget-area li:before {
  width: 5px;
  height: 5px;
  background-color: var(--wp--preset--color--foreground);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.wp-block-widget-area .wp-block-latest-posts li {
  padding: 0;
}

.wp-block-widget-area .wp-block-latest-posts li::before {
  opacity: 0;
}

.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;
}

/* --- Block Widget Sidebar
-------------------------------------------------------- */
.wp-block-sidebar .wp-block-latest-posts__list>li:not(:last-child) {
  margin-bottom: 21px;
}

.wp-block-widget-area a {
  color: var(--wp--preset--color--title);
}

.wp-block-widget-area a:hover,
.wp-block-widget-area a:focus {
  color: var(--wp--preset--color--link-color);
}

.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--small);
  line-height: 1.62;
  margin-top: 7px;
  color: var(--wp--preset--color--secondary-text);
}

.wp-block-widget-area .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__featured-image~.wp-block-latest-posts__post-date {
  margin-left: 91px;
}

/* --- WP Block Sections
-------------------------------------------------------- */
.wp-block-section {
  margin-block-start: 0;
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: 0;
  z-index: 2;
}

.wp-block-section.wp-stats-with-image-on-left+.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-bottom);
}

.wp-block-section.wp-cta-section+.wp-block-section.wp-stats-with-image-on-left,
.wp-block-section.wp-stats-with-image-on-left+.wp-block-section.wp-cta-section {
  margin-top: var(--wp--custom--spacing--section-block-bottom);
}

.wp-block-section+.wp-block-section {
  padding-top: 0;
}

.wp-block-section:has(.wp-block-float-shape)+.wp-block-section,
.wp-block-section.has-secondary-background-color,
.wp-cta-section+.wp-block-section,
.wp-block-section.wp-block-cover+.wp-block-section,
.wp-block-section.wp-block-icons-with-text+.wp-block-section,
.wp-block-section.wp-block-header-media+.wp-block-section:not(.wp-cta-section) {
  padding-top: var(--wp--custom--spacing--section-block-top);
}

.wp-block-section.wp-block-landing-header,
.wp-block-section.wp-block-header-media {
  padding-top: var(--wp--custom--spacing--main-block-gap-medium);
}

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap-medium);
  margin-top: 0;
}

body:not(.home) .wp-site-blocks main main {
  padding-top: 0;
  padding-bottom: 0;
}

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--title-color);
  font-weight: var(--wp--custom--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-code>code {
  border-color: var(--wp--preset--color--border-color);
}

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.75;
  font-style: italic;
}

/* --- Scroll Animation
------------------------------------------ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

body.home .wp-block-group-heading.animate-element p,
body.home .animate-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.home .animate-element.wp-block-group-heading {
  transition: none;
}

/* Wrap line for masking */
body.home .animate-element.wp-block-group-heading .animate-line {
  display: block;
  position: relative;
  overflow: hidden;
  /* hides movement outside */
}

/* Inner span does the movement */
body.home .animate-element.wp-block-group-heading .animate-line span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) rotate(1deg);
  transition: all 0.4s cubic-bezier(0.01, 0.29, 0.71, 0.92);
}

/* Animate state */
body.home .animate-element.animate.wp-block-group-heading .animate-line span {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* Stagger delays */
body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(1) span {
  transition-delay: 0.2s !important;
}

body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(2) span {
  transition-delay: 0.4s !important;
}

body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(3) span {
  transition-delay: 0.6s !important;
}

body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(4) span {
  transition-delay: 0.8s !important;
}

body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(5) span {
  transition-delay: 1s !important;
}

body.home .animate-element.animate.wp-block-group-heading .animate-line:nth-child(6) span {
  transition-delay: 1.2s !important;
}

body.home .wp-block-group-heading.animate-element.animate p,
body.home .animate-element.animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s !important;
}

body.home .wp-block-group-heading.animate-element p {
  transition-delay: 1s;
}

body.home .service-card.animate-element.animate.delay1,
body.home .treatment-card.animate-element.animate.delay1 {
  transition-delay: 0.4s !important;
}

body.home .service-card.animate-element.animate.delay2,
body.home .treatment-card.animate-element.animate.delay2 {
  transition-delay: 0.5s !important;
}

body.home .service-card.animate-element.animate.delay3,
body.home .treatment-card.animate-element.animate.delay3 {
  transition-delay: 0.6s !important;
}

body.home .service-card.animate-element.animate.delay4,
body.home .treatment-card.animate-element.animate.delay4 {
  transition-delay: 0.7s !important;
}

body.home .service-card.animate-element.animate.delay5,
body.home .treatment-card.animate-element.animate.delay5 {
  transition-delay: 0.8s !important;
}

body.home .service-card.animate-element.animate.delay6,
body.home .treatment-card.animate-element.animate.delay6 {
  transition-delay: 0.9s !important;
}

body.home .service-card.animate-element.animate.delay7,
body.home .treatment-card.animate-element.animate.delay7 {
  transition-delay: 1s !important;
}

body.home .service-card.animate-element.animate.delay8,
body.home .treatment-card.animate-element.animate.delay8 {
  transition-delay: 1.1s !important;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-in-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-in-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.scale-in.animate {
  opacity: 1;
  transform: scale(1);
}

.wp-block-heading span {
  display: block;
}

/** hero section animation **/
body.home .wp-block-header-media-cover .wp-block-heading,
body.home .wp-block-header-media.self-created-masked-image .wp-block-heading {
  opacity: 0;
}

body.home .show .wp-block-header-media-cover .wp-block-heading,
body.home .block-editor-block-list__block.wp-block-header-media.self-created-masked-image .wp-block-heading,
body.home .wp-block-header-media.self-created-masked-image.show .wp-block-heading {
  opacity: 1;
}

body.home .wp-block-header-media .wp-block-buttons,
body.home .wp-block-header-media .wp-star-reviews,
body.home .wp-block-header-media .wp-block-heading+p,
body.home .wp-block-header-media .wp-block-heading .animate-line span {
  opacity: 0;
  transform: translateY(100%) rotate(3deg);
  transition: all 0.4s cubic-bezier(0.01, 0.29, 0.71, 0.92);
}

body.home .wp-block-header-media .wp-block-buttons,
body.home .wp-block-header-media .wp-star-reviews,
body.home .wp-block-header-media .wp-block-heading+p {
  transform: translateY(100%) rotate(0);
}

body.home .wp-block-header-media.show .wp-block-heading .animate-line {
  position: relative;
  overflow: hidden;
}

body.home .wp-block-header-media.show .wp-star-reviews {
  transition-delay: none;
}

body.home .wp-block-header-media.show .wp-block-buttons,
body.home .wp-block-header-media.show .wp-star-reviews,
body.home .wp-block-header-media.show .wp-block-heading+p,
body.home .wp-block-header-media.show .wp-block-heading .animate-line span {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  transition-delay: 0 !important;
}

body.home .wp-block-header-media.show .wp-block-heading .animate-line span {
  transition-delay: 0.4s !important;
}

body.home .wp-block-header-media.show .wp-block-heading .animate-line:nth-child(2) span {
  transition-delay: 0.6s !important;
}

body.home .wp-block-header-media.show .wp-block-heading+p,
body.home .wp-block-header-media.show .wp-block-heading .animate-line:nth-child(3) span {
  transition-delay: 0.8s !important;
}

body.home .wp-block-header-media.show .wp-block-buttons,
body.home .wp-block-header-media.show .wp-block-heading .animate-line:nth-child(4) span {
  transition-delay: 1s !important;
}

body.home .wp-block-header-media.show .wp-block-heading .animate-line:nth-child(5) span {
  transition-delay: 1.2s !important;
}

body.home .wp-block-header-media .wp-centered-hero-image {
  opacity: 0;
  transform: scale(0.8) translateY(40px);
  transition: all 0.8s ease-out;
  transition-delay: 1.2s;
}

body.home .wp-block-header-media.show .wp-centered-hero-image {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Initial hidden state */
body.home .wp-circle-float-image {
  opacity: 0;
  transform: scale(0.6) translateY(60px);
  transition: opacity 1.2s ease-out, transform 0.8s ease-out;
}

/* Animate on parent .show */
body.home .wp-block-header-media.show .wp-circle-float-image {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Add float animation after fade-in */
body.home .wp-block-header-media.show .wp-circle-float-image.image-first {
  animation: floatUpDown 2s ease-in-out 1;
  transition-delay: 1.8s;
}

body.home .wp-block-header-media.show .wp-circle-float-image.image-second {
  animation: floatUpDown 2.5s ease-in-out 1;
  transition-delay: 2s;
}

body.home .wp-block-header-media.show .wp-circle-float-image.image-third {
  animation: floatUpDown 3s ease-in-out 1;
  transition-delay: 2.2s;
}

/* Keyframes for bobbing effect */
@keyframes floatUpDown {

  0%,
  100% {
    transform: scale(1) translateY(0);
  }

  50% {
    transform: scale(1.03) translateY(-10px);
  }
}

/** text with round images animation **/
body.home .wp-round-images .animate-element {
  transform: none;
}

body.home .wp-round-images .wp-round-image {
  opacity: 0;
  transition-delay: 1.2s;
  transition: all 0.8s ease-out;
}

body.home .wp-round-images .wp-round-image {
  transition-delay: 0.8s;
}

body.home .wp-round-images.animate .wp-round-image {
  opacity: 1;
}

.block-editor-block-list__block.wp-block-header-media .wp-block-buttons,
.block-editor-block-list__block.wp-block-header-media .wp-star-reviews,
.block-editor-block-list__block.wp-block-header-media .wp-block-heading+p,
.block-editor-block-list__block.wp-block-header-media .wp-centered-hero-image,
.block-editor-block-list__block.wp-circle-float-image,
.block-editor-block-list__block.wp-round-images .wp-round-image,
.wp-block-group-heading.animate-element p.block-editor-block-list__block,
.block-editor-block-list__block .animate-element {
  opacity: 1;
  transform: none;
  transition: none;
}

/** CTA clippath animation **/
body.home .section-has-animation.wp-cta-section {
  -webkit-clip-path: inset(0 0 100% 0);
  /* remove round */
  clip-path: inset(0 0 100% 0);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.8s;
}

body.home .block-editor-block-list__block.section-has-animation.wp-cta-section,
body.home .section-has-animation.wp-cta-section.clip-animate {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

body.home .wp-cta-section .wp-block-media-text .wp-block-media-text__media {
  overflow: hidden;
}

body.home .wp-cta-section .wp-block-media-text .wp-block-media-text__media img {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: .8s;
  opacity: 0;
  transform: scale(1.2);
}

body.home .block-editor-block-list__block.wp-cta-section .wp-block-media-text.wp-block-media-text__media img,
body.home .wp-cta-section .wp-block-media-text.animate .wp-block-media-text__media img {
  transform: scale(1);
  opacity: 1;
}

main:has(:last-child.wp-insta-gallery-block-section) {
  padding-bottom: 0 !important;
}

body:not(.home) .wp-block-post-header,
body:not(.home) main .wp-block-post-content #team-data+.team-container,
body:not(.home) main .wp-block-post-content .wp-block-section:not(.wp-block-header-media):first-child {
  background: transparent !important;
}

.page-template-page-no-title main:has(.wp-block-header-media) {
  padding-top: 0 !important;
}

.wp-site-blocks main .wp-block-post-content>.header-media-inner-post {
  background-color: transparent !important;
}

.wp-site-blocks main>.wp-block-post-content>.wp-block-landing-header:first-child {
  background-color: transparent !important;
  padding-top: 0 !important;
}

.wp-site-blocks .header-media-inner-post+main {
  padding-top: 0 !important;
}

body .wp-site-blocks main>.wp-block-post-content>.header-media-inner-post.has-dark-background {
  padding-top: var(--wp--custom--spacing--section-block-top) !important;
}

body.page-template-page-no-title:has(.header-media-inner-post.has-dark-bg) .wp-block-header,
.wp-site-blocks main>.wp-block-post-content>.header-media-inner-post.has-dark-bg {
  background-color: var(--wp--preset--color--body-background-deep) !important;
}

body .wp-site-blocks main:has(.header-media-inner-post),
body:has(.has-dark-bg) .wp-site-blocks main,
body:not(.home) .wp-site-blocks main .wp-block-post-header {
  padding-top: 0 !important;
}

/* --- Block Woocommerce 
-------------------------------------------------------- */
.wc-block-mini-cart__badge {
  font-size: var(--wp--preset--font-size--tiny);
  background-color: var(--wp--preset--color--link-color);
}

.woocommerce-page :where(.wp-element-button, .wp-block-button__link),
.woocommerce-page .wp-block-woocommerce-empty-cart-block p a,
.woocommerce-page .wc-block-cart__submit-container .wp-element-button,
.woocommerce-page .wc-block-components-totals-coupon__form .wp-element-button,
.woocommerce-page .wc-block-checkout__actions_row .wp-element-button .woocommerce-cart-form .actions .button,
.woocommerce-page .restore-item,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce-page a.button,
.woocommerce-page button.single_add_to_cart_button,
.woocommerce-page button[name=add-to-cart],
.woocommerce-page button[type=submit]:not(.wp-block-search__button),
.woocommerce-page input[name=submit],
.woocommerce-page button.button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.alt,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled] {
  background-color: var(--wp--preset--color--button-color) !important;
  border: 1px solid var(--wp--preset--color--button-color) !important;
  color: var(--wp--preset--color--light) !important;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--font-weight--medium);
  height: auto;
  line-height: 1.75;
  margin-top: 0.5rem;
  padding-top: clamp(0.75rem, 1vw, 0.825rem);
  padding-right: clamp(1.25rem, 2vw, 3rem);
  padding-bottom: clamp(0.75rem, 1vw, 0.825rem);
  padding-left: clamp(1.25rem, 2vw, 3rem);
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.4s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.woocommerce-page :where(.wp-element-button, .wp-block-button__link):hover,
.woocommerce-page :where(.wp-element-button, .wp-block-button__link):focus,
.woocommerce-page .wp-block-woocommerce-empty-cart-block p a:hover,
.woocommerce-page .wp-block-woocommerce-empty-cart-block p a:focus,
.woocommerce-page .wc-block-cart__submit-container .wp-element-button:hover,
.woocommerce-page .wc-block-cart__submit-container .wp-element-button:focus,
.woocommerce-page .wc-block-components-totals-coupon__form .wp-element-button:hover,
.woocommerce-page .wc-block-components-totals-coupon__form .wp-element-button:focus,
.woocommerce-page .wc-block-checkout__actions_row .wp-element-button .woocommerce-cart-form .actions .button:hover,
.woocommerce-page .wc-block-checkout__actions_row .wp-element-button .woocommerce-cart-form .actions .button:focus,
.woocommerce-page .restore-item:hover,
.woocommerce-page .restore-item:focus,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button:hover,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button:focus,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:focus,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page button.single_add_to_cart_button:hover,
.woocommerce-page button.single_add_to_cart_button:focus,
.woocommerce-page button[name=add-to-cart]:hover,
.woocommerce-page button[name=add-to-cart]:focus,
.woocommerce-page button[type=submit]:not(.wp-block-search__button):hover,
.woocommerce-page button[type=submit]:not(.wp-block-search__button):focus,
.woocommerce-page input[name=submit]:hover,
.woocommerce-page input[name=submit]:focus,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.alt:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.alt:focus,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button:disabled:focus,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:focus {
  color: var(--wp--preset--color--button-color) !important;
  background-color: transparent !important;
}

/** Product Listing Page **/
.wc-block-components-product-sale-badge {
  background: var(--wp--preset--color--link-color);
  border: none;
  color: var(--wp--preset--color--background);
}

select.wc-block-sort-select__select.wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 100%;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='9.71' viewBox='0 0 16 9.71'><path d='M7.776,18.136.655,11.015a.879.879,0,0,1,0-1.244l.831-.831a.879.879,0,0,1,1.242,0L8.4,14.583l5.67-5.643a.879.879,0,0,1,1.242,0l.831.831a.879.879,0,0,1,0,1.244L9.02,18.136A.879.879,0,0,1,7.776,18.136Z' transform='translate(-0.398 -8.683)' fill='%23646262'/></svg>");
  background-size: 16px 6px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-color: transparent;
  font-size: 15px !important;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  word-wrap: normal;
  line-height: 1.3;
  min-width: 160px;
  padding: 10px 14px;
  color: var(--wp--preset--color--body-text);
  border: none;
}

.wc-block-product-template .wc-block-components-product-price {
  font-size: 18px !important;
  font-weight: var(--wp--custom--font-weight--medium);
}

.wc-block-product-template .wp-element-button {
  font-size: 16px !important;
  border: 1px solid var(--wp--preset--color--link-color);
}

.wc-block-product-template .wp-element-button:hover,
.wc-block-product-template .wp-element-button:focus {
  border: 1px solid var(--wp--preset--color--link-color);
}

.wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
  width: calc(50% - 0.625em);
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-components-product-image.wc-block-grid__product-image.wp-block-woocommerce-product-image {
  overflow: hidden;
  margin-bottom: 21px !important;
}

.wc-block-components-product-image img,
.wc-block-grid__products .wc-block-grid__product-image img {
  transition: all 0.4s;
}

.wc-block-product-template>li.wc-block-product,
.wp-block-woocommerce-related-products .wp-block-post-template>li,
.wc-block-grid__products .wc-block-grid__product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--wp--preset--color--background);
  border: 0.5px solid #EEDCD0;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 65px !important;
  transition: all 0.4s;
}

.wc-block-product-template>li.wc-block-product:hover,
.wp-block-woocommerce-related-products .wp-block-post-template>li:hover,
.wc-block-grid__products .wc-block-grid__product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 20px 50px 0px;
}

.wc-block-product-template>li.wc-block-product:hover .wc-block-components-product-image img,
.wp-block-woocommerce-related-products .wp-block-post-template>li:hover .wc-block-components-product-image img,
.wc-block-grid__products .wc-block-grid__product:hover .wc-block-components-product-image img,
.woocommerce ul.products li.product:hover .wc-block-components-product-image img,
.woocommerce-page ul.products li.product:hover .wc-block-components-product-image img {
  transform: scale(1.05);
}

.woocommerce-page ul.products li a .woocommerce-loop-product__title:hover {
  color: var(--wp--preset--color--link-color);
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link,
.wp-block-button.wc-block-components-product-button .wp-block-button__link,
.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button,
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 50px;
  line-height: 1;
  font-size: 15px !important;
  margin-bottom: 0;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link.added,
.wp-block-button.wc-block-components-product-button .wp-block-button__link.added,
.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link.added,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button.added,
.woocommerce ul.products li.product .button.added {
  background-color: var(--wp--preset--color--chocolate-dim);
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
.wp-block-button.wc-block-components-product-button .wp-block-button__link:focus,
.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link:hover,
.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link:focus,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button:hover,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  background-color: var(--wp--preset--color--chocolate-dim) !important;
  color: var(--wp--preset--color--light) !important;
  border-color: var(--wp--preset--color--chocolate-dim) !important;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link::after,
.wp-block-button.wc-block-components-product-button .wp-block-button__link::after,
.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link::after,
.woocommerce-page .wc-block-grid .wc-block-grid__products .wc-block-components-product-button button::after,
.woocommerce ul.products li.product .button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23fff' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 5v14m-7-7h14'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link.added::after {
  background-image: none;
}

.block-components-totals-item__label,
.woocommerce ul.products li.product .price ins {
  font-weight: 500;
}

.products-block-post-template .wp-block-post .wp-block-woocommerce-product-price,
.products-block-post-template .wp-block-post .wp-block-post-title,
.wc-block-grid__products .wc-block-components-product-title,
.wc-block-grid__products .wp-block-woocommerce-product-price,
.woocommerce ul.products li.product .price,
.wc-block-components-product-rating.wc-block-grid__product-rating,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-inline: 25px;
  font-family: var(--wp--preset--font-family--switzer);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--medium);
  text-align: left;
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 0;
}

.wp-block-woocommerce-all-products button.wc-block-pagination-page.wc-block-components-pagination__page.wc-block-components-pagination-page--arrow {
  display: none;
}

.wc-block-components-product-sale-badge,
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale,
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
  border-radius: 10px;
  padding: 4px 10px;
  line-height: 1;
  height: auto;
  min-height: auto;
  top: 20px !important;
  left: 15px !important;
  right: auto !important;
  position: absolute;
  font-weight: 400;
  border: none;
  text-transform: capitalize;
  z-index: 5;
}

.woocommerce a.added_to_cart {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: var(--wp--preset--color--button-color);
  border: 1px solid var(--wp--preset--color--button-color);
  box-sizing: border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}

.woocommerce a.added_to_cart:hover {
  background-color: var(--wp--preset--color--button-color);
  color: var(--wp--preset--color--color-light);
}

.wc-block-grid__products {
  margin: 0;
}

button.wp-block-button__link.wp-element-button.add_to_cart_button+span {
  display: none;
}

.woocommerce-page .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:has(span[class]) {
  background-color: var(--wp--preset--color--chocolate-dim) !important;
}

.wc-block-product-template.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
  padding-inline: 25px;
}

.wc-block-product-template.is-flex-container {
  gap: 2.25em 1.25rem;
}

.wp-block-shop-with-us .wp-block-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  position: relative;
  top: 5px;
}

/** Sidebar Products CSS **/
.wp-block-template-part+.wp-block-template-part {
  margin: 0;
}

.wp-sidebar-popup .wp-block-group.wp-block-widget-area.wp-block-sidebar {
  position: fixed;
  top: 0px;
  left: -100px;
  background: var(--wp--preset--color--body-background);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 80px -15px #8E848526;
  border-radius: 10px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  overflow: auto;
  width: 100%;
}

.sidebar-open .wp-sidebar-popup .wp-block-group.wp-block-widget-area.wp-block-sidebar {
  opacity: 1;
  visibility: visible;
  left: 0px;
}

.woocommerce .woocommerce-ordering select {
  position: relative;
  top: -20px;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
  box-shadow: none;
  border: none;
  color: var(--wp--preset--color--link-color);
  outline: none;
}

.woocommerce .woocommerce-ordering select:focus-visible {
  box-shadow: none;
  outline: none;
}

.woocommerce .woocommerce-ordering select option {
  color: var(--wp--preset--color--body-text);
}

.wp-filter-button {
  position: relative;
}

.wp-filter-button .wp-element-button {
  background-color: transparent !important;
  border-radius: 32px !important;
  border: 1.5px dashed !important;
  color: var(--wp--preset--color--foreground) !important;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-size: 14px;
}

.wp-filter-button .wp-element-button:hover:before {
  filter: invert(1);
}

.wp-filter-button .wp-element-button:before {
  width: 20px;
  content: '';
  margin-right: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='20' viewBox='0 0 29 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0578 19.2013C19.9078 19.2013 21.4378 17.8113 21.6778 16.0313L28.0078 16.0313C28.2878 16.0313 28.5078 15.8113 28.5078 15.5313C28.5078 15.2513 28.2878 15.0313 28.0078 15.0313L21.6778 15.0313C21.4278 13.2413 19.9078 11.8613 18.0578 11.8613C16.2078 11.8613 14.6778 13.2513 14.4378 15.0313L0.497803 15.0313C0.217802 15.0313 -0.00219741 15.2513 -0.00219743 15.5313C-0.00219744 15.8113 0.217802 16.0313 0.497803 16.0313L14.4378 16.0313C14.6878 17.8213 16.2078 19.2013 18.0578 19.2013ZM15.3878 15.5213C15.3878 14.0513 16.5878 12.8513 18.0578 12.8513C19.5278 12.8513 20.7278 14.0513 20.7278 15.5213C20.7278 16.9913 19.5278 18.1913 18.0578 18.1913C16.5878 18.1913 15.3878 16.9913 15.3878 15.5213Z' fill='black'/%3E%3Cpath d='M11.5578 4.96884L28.0078 4.96884C28.2878 4.96884 28.5078 4.74884 28.5078 4.46884C28.5078 4.18884 28.2878 3.96884 28.0078 3.96884L11.5578 3.96884C11.3078 2.17884 9.78781 0.798827 7.93781 0.798827C6.0878 0.798827 4.55781 2.18884 4.31781 3.96884L0.497803 3.96884C0.217802 3.96884 -0.00219741 4.18884 -0.00219743 4.46884C-0.00219744 4.74884 0.217802 4.96884 0.497803 4.96884L4.31781 4.96884C4.56781 6.75884 6.0878 8.13882 7.9378 8.13882C9.78781 8.13882 11.3178 6.74884 11.5578 4.96884ZM5.26782 4.46884C5.26782 2.99884 6.46781 1.79883 7.93781 1.79883C9.4078 1.79883 10.6078 2.99884 10.6078 4.46884C10.6078 5.93884 9.4078 7.13882 7.9378 7.13882C6.46781 7.13882 5.26782 5.93884 5.26782 4.46884Z' fill='black'/%3E%3C/svg%3E");
}

.wp-block-sidebar .wp-block-search__button {
  background-color: var(--wp--preset--color--search-icon-bg);
}

.wp-block-sidebar .wp-block-search__button:hover,
.wp-block-sidebar .wp-block-search__button:focus {
  background-color: var(--wp--preset--color--button-color);
}

.wp-block-search__button svg {
  transform: scaleX(-1);
}

.wp-price-tags-row .wc-block-components-product-sale-badge {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 18px;
}

.wp-single-product-column .wp-price-tags-row .wc-block-components-product-sale-badge {
  position: static;
}

.wp-price-tags-row .wc-block-components-product-sale-badge .wc-block-components-product-sale-badge__text:after {
  content: '!';
}

.wp-block-woocommerce-product-image-gallery .onsale {
  display: none;
}

.wp-block-woocommerce-product-meta a {
  text-decoration: none;
}

.wp-shopping-features-list p,
.wp-block-woocommerce-product-meta {
  opacity: 0.9;
}

.wp-block-button.wp-sidebar-close-btn,
.woocommerce .wp-product-category-with-sidebar .woocommerce-result-count,
.wp-product-category-with-sidebar .woocommerce-products-header,
.wp-product-category-with-sidebar nav.woocommerce-breadcrumb {
  display: none;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls,
.wc-block-components-price-slider {
  margin-bottom: 0;
}

.sidebar-open .wp-block-button.wp-sidebar-close-btn {
  display: block;
}

.wp-block-buttons.wp-filter-button+.content-area {
  margin: -21px 0 0 0;
}

.wp-block-button.wp-sidebar-close-btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: none !important;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--border-color-light) !important;
  background-position: center;
  background-size: 28px;
  text-indent: -9999px;
  border: none;
  overflow: hidden;
  position: absolute;
  padding: 0;
  right: 20px;
  top: 30px;
}

.wp-block-button.wp-sidebar-close-btn a:hover,
.wp-block-button.wp-sidebar-close-btn a:focus {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--tan-brown) !important;
  background-position: center;
  background-size: 28px;
}

.wp-block-widget-area .wc-block-product-categories-list li.active a::after {
  opacity: 1;
  visibility: visible;
}

.wp-block-widget-area .wc-block-product-categories-list li a {
  padding-left: 15px;
}

.wp-block-widget-area .wc-block-product-categories-list li a::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid var(--wp--preset--color--border-color);
  background-color: var(--wp--preset--color--background);
  border-radius: 5px;
  top: 2px;
  position: absolute;
  left: 0;
  display: inline-block;
}

.wp-block-widget-area .wc-block-product-categories-list li a::after {
  position: absolute;
  width: 10px;
  height: 6px;
  left: 5px;
  top: 7px;
  content: '';
  border-bottom: 1.5px solid var(--wp--preset--color--button-color);
  border-left: 1.5px solid var(--wp--preset--color--button-color);
  transform: rotate(316deg);
  opacity: 0;
  visibility: hidden;
}

.wp-block-widget-area .wc-block-product-categories-list li:hover span,
.wp-block-widget-area .wc-block-product-categories-list li.active span,
.wp-block-widget-area .wc-block-product-categories-list li.active a {
  color: var(--wp--preset--color--button-color);
}

.wp-block-widget-area .wc-block-product-categories-list li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--wp--preset--color--table-heading-color);
  height: 4px;
  top: 0;
}

.wc-block-components-price-slider__range-input-wrapper:before {
  background-color: var(--wp--preset--color--background);
  opacity: 1;
  top: 0;
  height: 4px;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 0 rgba(173, 173, 173, 0.3);
}

.wc-block-components-price-slider__range-input-wrapper {
  background-color: var(--wp--preset--color--secondary);
  margin: 35px 0;
}

input[type="range" i]:focus,
input[type="range" i]:focus-visible,
input[type="range" i] {
  color: var(--wp--preset--color--range-color) !important;
  background-color: var(--wp--preset--color--range-color) !important;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  border-radius: 50%;
  background-color: var(--wp--preset--color--background);
  border: 3px solid var(--wp--preset--color--table-heading-color);
  cursor: ew-resize;
  height: 25px;
  position: relative;
  width: 25px;
  z-index: 999;
  top: -10px;
}

input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-webkit-slider-thumb:focus {
  border-color: 3px solid var(--wp--preset--color--background) !important;
  background-color: var(--wp--preset--color--table-heading-color) !important;
}

.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper:hover {
  cursor: ew-resize;
}

.wc-block-price-filter label {
  color: var(--wp--preset--color--secondary-text-color);
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 1px solid var(--wp--preset--color--body-background-deep) !important;
  border-radius: 5px !important;
  text-align: center;
  max-width: 80px !important;
}

.wp-product-category-with-sidebar {
  justify-content: space-between;
}

.wc-block-components-product-sort-select {
  display: flex;
  justify-content: flex-end;
}

.block-editor-block-list__block.wp-block.alignleft.wp-block-woocommerce-product-sale-badge,
li.wc-block-product .block-editor-block-list__layout,
.wp-block-woocommerce-product-template .block-editor-block-list__block.wp-block-woocommerce-product-button,
.wp-block-woocommerce-product-template .wp-block-button.wc-block-components-product-button,
.wp-block-woocommerce-product-template .block-editor-block-list__block .components-disabled {
  position: static;
}

.block-editor-block-list__block.wp-block-woocommerce-product-summary>.wc-block-components-product-summary {
  padding-inline: 0 !important;
}

.wp-block-woocommerce-product-template .block-editor-block-list__block.wp-block-woocommerce-product-button .wp-element-button {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: var(--wp--preset--color--button-color) !important;
  height: 50px !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: normal !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wp-block-woocommerce-product-template .block-editor-block-list__block.wp-block-woocommerce-product-button .wp-element-button:hover {
  background: var(--wp--preset--color--chocolate-dim) !important;
}

/** Product Single Page **/
.wc-block-components-notice-banner {
  font-size: var(--wp--preset--font-size--normal);
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 16px;
}

.wp-custom-my-account .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  display: block;
}

.woocommerce-notices-wrapper {
  z-index: 3;
  position: relative;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: var(--wp--preset--color--background);
  border: none;
  border-radius: 10px;
  border: 1px solid #3EA34B;
  outline: none;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  border: none !important;
  opacity: 1;
  font-size: var(--wp--preset--font-size--body-default);
}

.wc-block-components-notice-banner.is-success>.wc-block-components-notice-banner__content .wc-forward {
  border: none !important;
  border-bottom: 1px solid #053C0C !important;
  opacity: 1;
  font-size: var(--wp--preset--font-size--body-default);
  color: #053C0C !important;
  text-decoration: none;
  border-radius: 0;
}

.wc-block-components-notice-banner.is-success>.wc-block-components-notice-banner__content .wc-forward:hover {
  color: var(--wp--preset--color--button-color) !important;
  border-bottom: 1px solid transparent !important;
}

p.comment-form-cookies-consent label {
  display: inline-block;
}

.woocommerce .wp-block-woocommerce-product-collection>h2,
.wp-block-woocommerce-product-details .woocommerce-Tabs-panel h2 {
  font-size: var(--wp--preset--font-size--post-title);
}

.wp-block-woocommerce-product-collection,
.wp-block-woocommerce-product-details {
  margin-top: var(--wp--custom--spacing--normal);
}

.woocommerce select:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.woocommerce table.variations tr td select {
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--input-border-color);
  cursor: pointer;
}

.wp-block-woocommerce-add-to-cart-form .variations_button {
  display: block;
}

.wc-block-attribute-filter ul li {
  padding: 0;
}

.wc-block-attribute-filter .wc-block-components-checkbox label {
  font-size: 16px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 3 !important;
}

body.woocommerce :where(.wp-element-button, .wp-block-button__link),
.woocommerce div.product form.cart .wp-element-button {
  background-color: var(--wp--preset--color--button-color);
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--button-color);
  font-weight: var(--wp--custom--font-weight--medium);
}

body.woocommerce :where(.wp-element-button, .wp-block-button__link):hover,
body.woocommerce :where(.wp-element-button, .wp-block-button__link):focus,
.woocommerce div.product form.cart .wp-element-button:hover,
.woocommerce div.product form.cart .wp-element-button:focus {
  background-color: transparent;
  color: var(--wp--preset--color--link-color);
}

.block-editor-block-list__block .wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wp-block-woocommerce-product-meta .wp-block-post-terms.taxonomy-product_brand {
  margin-top: 14px;
}

.wp-block-woocommerce-product-meta .wp-block-post-terms {
  margin-top: 14px;
}

.wp-block-woocommerce-product-meta .wp-block-post-terms a:hover {
  color: var(--wp--preset--color--button-color);
}

.wp-block-woocommerce-product-meta>.wp-block-group {
  flex-wrap: wrap;
}

.wp-block-woocommerce-product-meta>.wp-block-group {
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--button-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--font-weight--medium);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border-radius: 32px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-right: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  background-color: var(--wp--preset--color--background);
}

body .woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 20px -5px 0;
  padding: 0;
}

body .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left !important;
}

body .woocommerce div.product div.images .flex-control-thumbs li {
  width: 20% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--wp--preset--color--foreground) !important;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--wp--preset--color--background);
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 900px;
}

.wp-block-woocommerce-product-meta .wp-block-post-terms span {
  font-weight: var(--wp--custom--font-weight--medium);
}

.wp-block-group.wp-shopping-features {
  border-top: 1px solid var(--wp--preset--color--border-color-light);
  padding-top: 28px;
  margin-top: 42px;
}

.woocommerce.single-product .wp-block-woocommerce-add-to-cart-form form.cart,
.woocommerce.single-product div.product form.cart .button {
  display: block;
  width: 100%;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.woocommerce.single-product div.product form.cart .button {
  border: 8px;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce.single-product div.product form.cart .button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23fff' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 5v14m-7-7h14'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.woocommerce.single-product div.product form.cart .button:hover,
.woocommerce.single-product div.product form.cart .button:focus {
  background-color: var(--wp--preset--color--chocolate-dim) !important;
  color: var(--wp--preset--color--light) !important;
  border-color: var(--wp--preset--color--chocolate-dim) !important;
}

body.woocommerce table.shop_attributes th {
  font-weight: 500;
  padding: 8px 20px;
  text-align: left;
}

body.woocommerce table.shop_attributes td {
  padding: 8px 20px;
  font-style: normal;
}

.wp-single-product-column .wc-block-components-product-rating.wc-block-grid__product-rating {
  padding-inline: 0;
  margin-bottom: 7px;
}

del {
  opacity: 0.4;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}

.qty-btn {
  background: transparent;
  border: 1px solid var(--wp--preset--color--input-border-color);
  padding: 4px 10px;
  font-size: 22px;
  cursor: pointer;
  user-select: none;
}

.woocommerce div.product form.cart div.quantity button {
  background-color: transparent;
  width: 45px;
}

.woocommerce div.product form.cart div.quantity button:hover,
.woocommerce div.product form.cart div.quantity button:focus {
  background-color: var(--wp--preset--color--background);
}

.quantity {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product form.cart div.quantity {
  gap: 0;
  height: 45px;
  margin: 14px 0 21px;
}

.woocommerce div.product form.cart div.quantity .qty {
  margin-right: 0;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--input-border-color);
  background-color: transparent;
  background-color: transparent;
  border-right: none;
  border-left: none;
  width: 3.25em;
}

button.qty-btn.qty-plus {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

button.qty-btn.qty-minus {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  background-color: var(--wp--preset--color--tab-bg);
  max-width: max-content;
  border-radius: 32px;
  padding: 12px 12px 5px !important;
  box-sizing: border-box;
}

.wp-block-woocommerce-product-details .woocommerce-Tabs-panel h2 {
  display: none;
}

.wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button {
  margin: 0;
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-size: 0.65em;
}

.wc-block-components-product-rating__reviews_count a.woocommerce-review-link {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.single .wc-block-components-product-rating+.wp-block-post-title {
  margin-top: 7px;
}

.single-product .wp-block-post-excerpt__excerpt {
  font-size: 18px;
}

.wp-shopping-features-list .wp-block-image img {
  object-fit: contain !important;
}

.wp-block-list.wp-block-check-list,
.woocommerce-tabs.wc-tabs-wrapper ul {
  padding: 0;
  margin: 28px 0;
}

.wp-block-list.wp-block-check-list li,
.woocommerce-tabs.wc-tabs-wrapper ul li {
  list-style: none;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}

.wp-block-list.wp-block-check-list li::before,
.woocommerce-tabs.wc-tabs-wrapper ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--wp--preset--color--button-color-secondary);
  border-radius: 50%;
}

.wp-block-list.wp-block-check-list li:after,
.woocommerce-tabs.wc-tabs-wrapper ul li:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 6px;
  top: 8px;
  transform: rotate(45deg);
  border-radius: 1px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px -5px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 5px;
  box-sizing: border-box;
  width: 20%;
}

.pswp__bg {
  background-color: rgba(236, 236, 236, 0.8) !important;
  backdrop-filter: blur(15px) !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: transparent !important;
}

button.pswp__button {
  filter: invert(1) !important;
}

.pswp__counter {
  color: #000 !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left !important;
}

/** Mini Cart CSS **/
.wp-block-woocommerce-mini-cart-contents {
  background-color: var(--wp--preset--color--background);
}

h2.wc-block-mini-cart__title {
  color: var(--wp--preset--color--link-color);
  margin: 35px 30px -32px;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background-color: var(--wp--preset--color--light-gray);
}

.wc-block-components-quantity-selector {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--light-gray);
}

.wc-block-components-product-badge {
  border: none;
  background-color: var(--wp--preset--color--body-background-deep);
  border-radius: 12px;
  padding: 2px 10px;
  font-weight: normal;
}

.wc-block-components-product-badge span {
  font-weight: 600;
}

.wc-block-components-quantity-selector:after {
  border: none !important;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus:hover,
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus:focus {
  outline: none;
  box-shadow: none;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus:hover,
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus:focus {
  outline: none;
  box-shadow: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-mini-cart__footer .wc-block-components-formatted-money-amount {
  color: var(--wp--preset--color--tan-brown);
}

.wp-block-woocommerce-related-products {
  margin-top: var(--wp--custom--spacing--wp-block-sidebar);
}

.wc-block-components-button.wc-block-components-drawer__close {
  background-color: var(--wp--preset--color--light-gray) !important;
  padding: 0.45em !important;
  right: 20px;
  top: 30px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  border: none !important;
}

.wc-block-components-button.wc-block-components-drawer__close:hover {
  background-color: var(--wp--preset--color--button-color) !important;
}

.wc-block-components-button.wc-block-components-drawer__close:hover svg {
  fill: var(--wp--preset--color--light);
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--light-gray) !important;
  padding-bottom: 21px;
  margin-bottom: 21px;
}

.wc-block-mini-cart__items {
  padding: 16px 30px 0;
  box-shadow: 0px 0px 80px -15px #8E848526;
}

.wc-block-mini-cart__footer {
  padding: 30px;
}

.wc-block-mini-cart__footer:after {
  border: none;
}

.wc-block-components-drawer {
  left: calc(100% - 20px);
  background-color: transparent;
  top: 30px;
}

.wp-block-woocommerce-mini-cart-contents {
  height: calc(100% - 60px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 80px -15px rgba(142, 132, 133, 0.15);
}

.wc-block-components-drawer:after {
  opacity: 0;
}

.wc-block-components-product-price {
  display: block;
  font-weight: 500;
}

.wc-block-cart-item__total .wc-block-components-product-price {
  line-height: 1.4;
}

button.wc-block-cart-item__remove-link {
  text-decoration: none !important;
}

button.wc-block-cart-item__remove-link:hover {
  color: var(--wp--preset--color--link-color) !important;
}

button.wc-block-cart-item__remove-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2213%22%20viewBox%3D%220%200%2011%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6.9375%2010.625C6.82031%2010.625%206.75%2010.5547%206.75%2010.4375V4.0625C6.75%203.96875%206.82031%203.875%206.9375%203.875H7.3125C7.40625%203.875%207.5%203.96875%207.5%204.0625V10.4375C7.5%2010.5547%207.40625%2010.625%207.3125%2010.625H6.9375ZM3.1875%2010.625C3.07031%2010.625%203%2010.5547%203%2010.4375V4.0625C3%203.96875%203.07031%203.875%203.1875%203.875H3.5625C3.65625%203.875%203.75%203.96875%203.75%204.0625V10.4375C3.75%2010.5547%203.65625%2010.625%203.5625%2010.625H3.1875ZM10.3125%202C10.4062%202%2010.5%202.09375%2010.5%202.1875V2.5625C10.5%202.67969%2010.4062%202.75%2010.3125%202.75H9.75V11.375C9.75%2012.0078%209.23438%2012.5%208.625%2012.5H1.875C1.24219%2012.5%200.75%2012.0078%200.75%2011.375V2.75H0.1875C0.0703125%202.75%200%202.67969%200%202.5625V2.1875C0%202.09375%200.0703125%202%200.1875%202H2.625L3.39844%200.96875C3.60938%200.6875%203.9375%200.5%204.3125%200.5H6.1875C6.53906%200.5%206.86719%200.6875%207.07812%200.96875L7.875%202H10.3125ZM4.00781%201.41406L3.5625%202H6.9375L6.46875%201.41406C6.39844%201.32031%206.30469%201.27344%206.1875%201.25H4.3125C4.17188%201.27344%204.07812%201.32031%204.00781%201.41406ZM9%2011.375V2.75H1.5V11.375C1.5%2011.5859%201.66406%2011.75%201.875%2011.75H8.625C8.8125%2011.75%209%2011.5859%209%2011.375ZM5.0625%2010.625C4.94531%2010.625%204.875%2010.5547%204.875%2010.4375V4.0625C4.875%203.96875%204.94531%203.875%205.0625%203.875H5.4375C5.53125%203.875%205.625%203.96875%205.625%204.0625V10.4375C5.625%2010.5547%205.53125%2010.625%205.4375%2010.625H5.0625Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

body .wc-block-components-drawer__screen-overlay {
  background-color: rgba(236, 236, 236, 0.8);
  backdrop-filter: blur(15px);
}

body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  padding: .3em 0;
}

/** Cart page CSS **/
.woocommerce-account .wp-block-post-title,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: var(--wp--style--global--wide-size);
  font-size: var(--wp--preset--font-size--huge-post-title);
  font-family: var(--wp--preset--font-family--merriweather);
}

.woocommerce-account .woocommerce,
.woocommerce-account .wp-block-post-title {
  max-width: 1000px !important;
}

.wc-block-components-product-name {
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: var(--wp--custom--font-weight--medium);
  text-decoration: none;
}

.wc-block-components-product-name:hover,
.wc-block-components-product-name:focus {
  color: var(--wp--preset--color--link-color);
}

.woocommerce-cart .wc-block-components-product-name {
  font-size: var(--wp--preset--font-size--normal);
}

.wc-block-cart .wc-block-cart__totals-title,
thead th {
  font-size: var(--wp--preset--font-size--body-small);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  margin: 0 !important;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
.wp-block-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  visibility: visible !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
  opacity: 0;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:hover,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 500;
  text-transform: capitalize;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 600;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header {
  background-color: var(--wp--preset--color--table-heading-color);
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  padding: 16px 20px;
}

.is-medium .wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile .wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row,
.is-small .wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row {
  padding-inline: 0px;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block !important;
  margin-top: 0;
}

.wc-block-cart .wc-block-cart-items tbody {
  background-color: var(--wp--preset--color--background);
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 40px -10px #6F6F6F1A;
  align-self: baseline;
  background-color: var(--wp--preset--color--background);
}

.wc-block-cart table.wc-block-cart-items {
  margin: 0;
}

.wp-block-group.alignwide.wp-block-cart-header {
  flex-wrap: wrap;
  gap: 0 2.5rem;
}

.wp-block-cart-header p {
  position: relative;
  padding-left: 35px;
  line-height: 1.35;
}

.wc-block-components-sidebar-layout>.block-editor-inner-blocks>.block-editor-block-list__layout {
  justify-content: space-between;
}

.wp-block-cart-header p::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(assets/images/security-icon.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 7px;
  transform: translateY(-50%);
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: none !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 28px 0 28px 30px;
  vertical-align: top;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--border-color-light);
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  color: var(--wp--preset--color--secondary-text);
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 120px;
  padding-right: 0;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  justify-content: space-between;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child,
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 30px;
}

.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
  margin: 0 0 0px;
}

.wc-block-components-sidebar {
  margin-top: 30px;
  width: 35%;
  background: #fff;
  padding: clamp(30px, 3.5vw, 42px) !important;
  border-radius: 15px;
  align-self: flex-start;
  box-shadow: 0px 0px 40px -10px #6F6F6F1A;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: var(--wp--preset--font-size--post-title);
  text-transform: capitalize;
  font-weight: 500;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  font-size: var(--wp--preset--font-size--extra-large);
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  font-size: 20px;
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto1 0.2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 5em;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
  font-size: var(--wp--preset--font-size--medium) !important;
  font-weight: 500;
}

.wp-block-product-new .wc-block-grid__product .wc-block-grid__product-price {
  margin: 0 auto 12px;
  font-size: 18px;
  padding: 0 25px;
}

.wp-block-product-new .wc-block-grid__product .wc-block-grid__product-title {
  padding: 0 25px;
}

.wp-block-product-new.wp-block-woocommerce-product-new li.wc-block-grid__product {
  text-align: left;
}

.wp-block-product-new.wp-block-woocommerce-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
}

.wp-block-product-new.wp-block-woocommerce-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart a {
  width: 100%;
  border-radius: 0;
}

.wp-block-product-new.wp-block-woocommerce-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart a:hover {
  border: 1px solid var(--wp--preset--color--chocolate-dim) !important;
  background-color: var(--wp--preset--color--chocolate-dim) !important;
  color: var(--wp--preset--color--background) !important;
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}

.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) .wp-block-inner-page-title {
  display: none;
}

.woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) .wp-site-blocks main {
  padding-top: 0;
}

.wp-block-woocommerce-empty-cart-block h2 {
  font-size: var(--wp--preset--font-size--section-title);
  margin-bottom: 21px;
}

/** Checkout Page Css **/
.woocommerce-checkout .wp-site-blocks {
  overflow-x: hidden;
}

.woocommerce-checkout.page::before {
  display: none;
}

.wc-block-components-sidebar-layout {
  justify-content: space-between;
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus-visible,
.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border-color: var(--wp--preset--color--button-color) !important;
  border-width: 1px !important;
  outline: none;
}

.wc-block-components-product-metadata__description p {
  color: var(--wp--preset--color--secondary-text);
  font-size: var(--wp--preset--font-size--medium-small);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  font-size: var(--wp--preset--font-size--body-default);
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid var(--wp--preset--color--border-color);
}

.wc-block-components-checkout-return-to-cart-button {
  font-weight: 500;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--wp--preset--color--button-color);
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 64px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  max-width: 64px;
  width: 64px;
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--peach-puff);
  height: 64px;
  object-fit: contain;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: var(--wp--preset--color--button-color);
  color: var(--wp--preset--color--light);
  min-width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: none;
}

.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-radius: 4px;
  box-shadow: inset 0 0 0 1.5px var(--wp--preset--color--border-color);
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  background-color: var(--wp--preset--color--body-background);
  margin-top: 14px;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  width: 100%;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-checkout-order-summary__title-price {
  font-size: var(--wp--preset--font-size--post-title);
  color: var(--wp--preset--color--button-color);
}

.wp-block-woocommerce-checkout-order-summary-block span.wc-block-components-checkout-order-summary__title-icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-bottom: 1px solid rgba(18, 18, 18, 0.11);
  border-top: 1px solid rgba(18, 18, 18, 0.11);
  cursor: pointer;
  padding: 20px 0;
}

.wp-block-checkout-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 42px;
  background: transparent;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid var(--wp--preset--color--border-color);
}

.wc-block-components-textarea {
  border: 1px solid var(--wp--preset--color--border-color);
}

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
  box-shadow: none;
  color: inherit;
  border: 1px solid var(--wp--preset--color--border-color);
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}

.wc-block-components-title.wc-block-components-title {
  font-family: var(--wp--preset--font-family--switzer);
  font-size: var(--wp--preset--font-size--section-title-medium);
  line-height: 1.5;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: var(--wp--custom--font-weight--medium);
  line-height: 1.5;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: var(--wp--preset--font-size--post-title);
  color: var(--wp--preset--color--tan-brown);
  font-weight: var(--wp--custom--font-weight--medium);
  text-transform: capitalize;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: 60px;
}

.select2-container .select2-selection--single {
  height: 60px;
  display: block;
  border: 1px solid var(--wp--preset--color--border-color);
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid var(--wp--preset--color--border-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--button-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--body-text);
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  background-color: #fff;
}

.woocommerce-page .select2-container .select2-results__option {
  font-size: 16px;
}

.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.25rem 1.1rem;
  height: 60px;
  font-size: 16px;
}

.wp-block-woocommerce-mini-cart-footer-block :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--button-color);
  border: 2px solid var(--wp--preset--color--button-color) !important;
}

.wp-block-woocommerce-mini-cart-footer-block :where(.wp-element-button, .wp-block-button__link):hover,
.wp-block-woocommerce-mini-cart-footer-block :where(.wp-element-button, .wp-block-button__link):focus {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--button-color) !important;
  color: var(--wp--preset--color--button-color);
}

.wp-block-woocommerce-mini-cart-footer-block .wc-block-components-button:not(.is-link).outlined {
  border: 1px solid var(--wp--preset--color--button-color) !important;
  color: var(--wp--preset--color--button-color) !important;
  font-size: var(--wp--preset--font-size--body-default) !important;
  background-color: transparent !important;
}

.wp-block-woocommerce-mini-cart-footer-block .wc-block-components-button:not(.is-link).outlined:hover,
.wp-block-woocommerce-mini-cart-footer-block .wc-block-components-button:not(.is-link).outlined:focus {
  box-shadow: none;
  background-color: var(--wp--preset--color--button-color) !important;
  color: var(--wp--preset--color--light) !important;
}

.wp-block-post-title {
  margin-block-start: 0 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
  border-radius: 32px;
  line-height: 1.5;
  min-height: 55px;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  top: 0.52em;
  left: .9625em;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  top: 1.85rem;
  left: .9625em;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.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=password],
.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],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.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=password],
.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-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=password],
.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],
.wc-blocks-components-select .wc-blocks-components-select__select {
  padding-inline: .9625em;
  height: 60px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  border-radius: 42px;
}

.wc-block-components-text-input.wc-block-components-address-form__email {
  margin-top: 32px !important;
}

/** Order Confirmation Page **/
.wp-block-woocommerce-order-confirmation-status h1 {
  margin: 0 0 7px;
}

.wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__key {
  font-weight: 600;
}

.wc-block-order-confirmation-totals table thead th {
  border-top: 0;
  background-color: var(--wp--preset--color--tertiary);
  font-weight: 500;
}

.wc-block-order-confirmation-totals table tfoot th,
.wc-block-order-confirmation-totals table thead {
  font-weight: 500;
}

td.wc-block-order-confirmation-totals__product a:hover {
  color: var(--wp--preset--color--link-color);
}

.wc-block-order-confirmation-totals table td,
.wc-block-order-confirmation-totals table th {
  padding: 16px 30px;
}

.wc-block-order-confirmation-status::before {
  content: '';
  width: 70px;
  height: 70px;
  background: url(assets/images/order-tick.svg) no-repeat;
  display: block;
  background-size: contain;
  margin-bottom: 14px;
}

/** Search Result Page **/
.search-results .woocommerce .woocommerce-ordering select {
  top: 0;
}

.search .wp-block-query-title,
.search-no-results .wp-block-query-title,
.search-results .wp-block-query-title {
  position: relative;
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
  font-size: 16px;
  position: relative;
}

.search-no-results .wp-block-search {
  max-width: 1000px;
}

.search-no-results .wp-block-woocommerce-product-collection-no-results,
.search-no-results .wp-block-woocommerce-product-collection {
  margin-top: 0;
}

.search :where(.wp-block-query-title) {
  margin-bottom: var(--wp--custom--spacing--wp-block-post);
}

/** My Account Page **/
.woocommerce form.woocommerce-ResetPassword .form-row-first {
  margin: 0 auto 14px !important;
  width: 100%;
  max-width: 500px;
  float: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: clamp(28px, 5vw, 42px);
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  background: var(--wp--preset--color--peach-puff);
}

.woocommerce form.login {
  padding: clamp(28px, 5vw, 56px);
}

.woocommerce form.login,
.woocommerce form.register {
  max-width: 480px;
}

.woocommerce-account.woocommerce-page main {
  text-align: center;
}

.woocommerce-account.woocommerce-page.logged-in main,
.woocommerce-account.woocommerce-page.woocommerce-dashboard main {
  text-align: left;
}

.woocommerce-Address {
  border: 1px solid var(--wp--preset--color--border-color-light);
  padding: 30px;
  box-sizing: border-box;
}

header.woocommerce-Address-title.title h2 {
  margin-top: 0;
}

form.woocommerce-form.woocommerce-form-login.login {
  margin: 0 auto;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 80px -15px rgba(142, 132, 133, 0.15);
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 65%;
}

header.woocommerce-Address-title.title h2 {
  font-size: var(--wp--preset--font-size--post-title);
  line-height: 1.38;
  font-family: var(--wp--preset--font-family--switzer);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: center;
}

.woocommerce-account:not(.logged-in) .wp-block-post-content h2::before {
  content: 'My Account';
  font-family: var(--wp--preset--font-family--switzer);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M3.19625 14.4845C4.04625 13.873 4.94817 13.3894 5.902 13.0337C6.85583 12.6779 7.8885 12.5 9 12.5C10.1115 12.5 11.1442 12.6779 12.098 13.0337C13.0518 13.3894 13.9538 13.873 14.8038 14.4845C15.4641 13.8012 15.9952 12.9942 16.397 12.0635C16.799 11.1327 17 10.1115 17 9C17 6.78333 16.2208 4.89583 14.6625 3.3375C13.1042 1.77917 11.2167 1 9 1C6.78333 1 4.89583 1.77917 3.3375 3.3375C1.77917 4.89583 1 6.78333 1 9C1 10.1115 1.201 11.1327 1.603 12.0635C2.00483 12.9942 2.53592 13.8012 3.19625 14.4845ZM9.0005 9.5C8.15783 9.5 7.44708 9.21075 6.86825 8.63225C6.28942 8.05375 6 7.34317 6 6.5005C6 5.65783 6.28925 4.94708 6.86775 4.36825C7.44625 3.78942 8.15683 3.5 8.9995 3.5C9.84217 3.5 10.5529 3.78925 11.1318 4.36775C11.7106 4.94625 12 5.65683 12 6.4995C12 7.34217 11.7107 8.05292 11.1322 8.63175C10.5538 9.21058 9.84317 9.5 9.0005 9.5ZM9 18C7.74483 18 6.56983 17.7663 5.475 17.299C4.38017 16.8317 3.42758 16.1929 2.61725 15.3828C1.80708 14.5724 1.16833 13.6198 0.701 12.525C0.233667 11.4302 0 10.2552 0 9C0 7.74483 0.233667 6.56983 0.701 5.475C1.16833 4.38017 1.80708 3.42758 2.61725 2.61725C3.42758 1.80708 4.38017 1.16833 5.475 0.700999C6.56983 0.233666 7.74483 0 9 0C10.2552 0 11.4302 0.233666 12.525 0.700999C13.6198 1.16833 14.5724 1.80708 15.3828 2.61725C16.1929 3.42758 16.8317 4.38017 17.299 5.475C17.7663 6.56983 18 7.74483 18 9C18 10.2552 17.7663 11.4302 17.299 12.525C16.8317 13.6198 16.1929 14.5724 15.3828 15.3828C14.5724 16.1929 13.6198 16.8317 12.525 17.299C11.4302 17.7663 10.2552 18 9 18ZM9 17C9.92183 17 10.8289 16.8388 11.7212 16.5163C12.6134 16.1939 13.3845 15.7526 14.0345 15.1923C13.3845 14.6704 12.6326 14.2579 11.7788 13.9548C10.9249 13.6516 9.99867 13.5 9 13.5C8.00133 13.5 7.07183 13.6484 6.2115 13.9453C5.35133 14.2421 4.60267 14.6578 3.9655 15.1923C4.6155 15.7526 5.38658 16.1939 6.27875 16.5163C7.17108 16.8388 8.07817 17 9 17ZM9 8.5C9.5615 8.5 10.0352 8.30708 10.4212 7.92125C10.8071 7.53525 11 7.0615 11 6.5C11 5.9385 10.8071 5.46475 10.4212 5.07875C10.0352 4.69292 9.5615 4.5 9 4.5C8.4385 4.5 7.96475 4.69292 7.57875 5.07875C7.19292 5.46475 7 5.9385 7 6.5C7 7.0615 7.19292 7.53525 7.57875 7.92125C7.96475 8.30708 8.4385 8.5 9 8.5Z' fill='%233A3A3A'/></svg>") no-repeat left center;
  background-size: 18px;
  font-size: 18px;
  height: 38px;
  width: max-content;
  margin: 0 auto;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.logged-in .wp-account-login-title,
.logged-in .wp-login-form-image-col {
  display: none;
}

.logged-in .wp-block-group.wp-custom-my-account.wp-block-section .wp-block-group.wp-login-form {
  margin-top: 0;
}

.wp-block-group.wp-custom-my-account.wp-block-section .wp-block-group.wp-login-form {
  position: relative;
  z-index: 99;
}

.wp-login-form-image-col+.wp-block-column .block-editor-warning {
  display: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 0;
  margin-right: 21px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--medium);
  font-size: var(--wp--preset--font-size--body-default);
  border: 1px solid var(--wp--preset--color--foreground);
  padding: 14px 25px;
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(assets/images/account-tab-icon-1.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 5px;
  transition: all 0.4s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2) a::before {
  background: url(assets/images/account-tab-icon-2.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(3) a::before {
  background: url(assets/images/account-tab-icon-3.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(4) a::before {
  background: url(assets/images/account-tab-icon-4.svg) no-repeat;
  background-size: contain;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(5) a::before {
  background: url(assets/images/account-tab-icon-5.svg) no-repeat;
  background-size: contain;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  position: absolute;
  right: 0;
  top: -95px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  border: none;
  padding: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:focus {
  background-color: transparent !important;
  outline: none;
  color: var(--wp--preset--color--button-color);
  border: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover::before,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:focus::before {
  filter: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(6) a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: black;
  /* Default icon color */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0001 25.1923C16.1992 25.1923 17.3632 24.9953 18.492 24.6013C19.6207 24.2074 20.6373 23.6106 21.5416 22.811C20.5989 22.0873 19.5727 21.5319 18.4629 21.1448C17.3531 20.7577 16.1987 20.5641 14.9998 20.5641C13.8008 20.5641 12.6412 20.7497 11.521 21.1207C10.4008 21.4917 9.38529 22.0552 8.47445 22.811C9.3682 23.6106 10.3795 24.2074 11.5082 24.6013C12.637 24.9953 13.8009 25.1923 15.0001 25.1923ZM17.6395 14.4329L16.8791 13.6723C17.1339 13.4373 17.3281 13.1545 17.4616 12.8238C17.5952 12.4932 17.662 12.1551 17.662 11.8095C17.662 11.0738 17.4022 10.4462 16.8826 9.92664C16.3632 9.40727 15.7357 9.14758 15.0001 9.14758C14.6545 9.14758 14.3163 9.21164 13.9857 9.33977C13.6551 9.4681 13.3722 9.66498 13.137 9.93039L12.3766 9.17008C12.7208 8.81695 13.119 8.54862 13.5713 8.36508C14.0236 8.18154 14.5034 8.08977 15.0107 8.08977C16.0378 8.08977 16.9127 8.45112 17.6354 9.17383C18.3583 9.89675 18.7198 10.7717 18.7198 11.7988C18.7198 12.3061 18.628 12.7859 18.4445 13.2382C18.2609 13.6903 17.9926 14.0885 17.6395 14.4329ZM24.4023 21.1957L23.6573 20.4345C24.1487 19.6038 24.5274 18.7345 24.7932 17.8263C25.0592 16.9182 25.1923 15.9761 25.1923 15.0001C25.1923 12.1613 24.2033 9.75289 22.2254 7.77477C20.2473 5.79685 17.8388 4.80789 15.0001 4.80789C14.024 4.80789 13.082 4.9382 12.1738 5.19883C11.2657 5.45945 10.398 5.84779 9.5707 6.36383L8.80445 5.59789C9.73341 4.98664 10.7203 4.52591 11.7651 4.2157C12.8101 3.90529 13.8884 3.75008 15.0001 3.75008C16.5563 3.75008 18.0188 4.04539 19.3876 4.63602C20.7563 5.22664 21.947 6.0282 22.9595 7.0407C23.972 8.0532 24.7735 9.24383 25.3641 10.6126C25.9548 11.9813 26.2501 13.4438 26.2501 15.0001C26.2501 16.1117 26.0949 17.1901 25.7845 18.2351C25.4742 19.2799 25.0135 20.2667 24.4023 21.1957ZM14.9907 26.2501C13.4382 26.2501 11.9791 25.954 10.6135 25.362C9.24789 24.7697 8.0582 23.9676 7.04445 22.9557C6.0307 21.9436 5.2282 20.7535 4.63695 19.3854C4.0457 18.0173 3.75008 16.5555 3.75008 15.0001C3.75008 13.6961 3.96414 12.4296 4.39227 11.2004C4.82039 9.97122 5.46018 8.85289 6.31164 7.84539L2.35352 3.87195L3.11383 3.11133L27.2788 27.2766L26.5185 28.037L7.05602 8.58977C6.31581 9.51331 5.75602 10.52 5.37664 11.6098C4.99747 12.6996 4.80789 13.8297 4.80789 15.0001C4.80789 16.3272 5.05112 17.5957 5.53758 18.8057C6.02424 20.0159 6.71956 21.0983 7.62352 22.0529C8.72393 21.2981 9.89539 20.685 11.1379 20.2135C12.3804 19.7423 13.6678 19.5066 15.0001 19.5066C16.1592 19.5066 17.2864 19.6909 18.3816 20.0595C19.4766 20.428 20.5156 20.9173 21.4985 21.5273L22.9495 22.9785C21.8903 24.0537 20.6732 24.8678 19.2982 25.4207C17.9232 25.9736 16.4874 26.2501 14.9907 26.2501Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0001 25.1923C16.1992 25.1923 17.3632 24.9953 18.492 24.6013C19.6207 24.2074 20.6373 23.6106 21.5416 22.811C20.5989 22.0873 19.5727 21.5319 18.4629 21.1448C17.3531 20.7577 16.1987 20.5641 14.9998 20.5641C13.8008 20.5641 12.6412 20.7497 11.521 21.1207C10.4008 21.4917 9.38529 22.0552 8.47445 22.811C9.3682 23.6106 10.3795 24.2074 11.5082 24.6013C12.637 24.9953 13.8009 25.1923 15.0001 25.1923ZM17.6395 14.4329L16.8791 13.6723C17.1339 13.4373 17.3281 13.1545 17.4616 12.8238C17.5952 12.4932 17.662 12.1551 17.662 11.8095C17.662 11.0738 17.4022 10.4462 16.8826 9.92664C16.3632 9.40727 15.7357 9.14758 15.0001 9.14758C14.6545 9.14758 14.3163 9.21164 13.9857 9.33977C13.6551 9.4681 13.3722 9.66498 13.137 9.93039L12.3766 9.17008C12.7208 8.81695 13.119 8.54862 13.5713 8.36508C14.0236 8.18154 14.5034 8.08977 15.0107 8.08977C16.0378 8.08977 16.9127 8.45112 17.6354 9.17383C18.3583 9.89675 18.7198 10.7717 18.7198 11.7988C18.7198 12.3061 18.628 12.7859 18.4445 13.2382C18.2609 13.6903 17.9926 14.0885 17.6395 14.4329ZM24.4023 21.1957L23.6573 20.4345C24.1487 19.6038 24.5274 18.7345 24.7932 17.8263C25.0592 16.9182 25.1923 15.9761 25.1923 15.0001C25.1923 12.1613 24.2033 9.75289 22.2254 7.77477C20.2473 5.79685 17.8388 4.80789 15.0001 4.80789C14.024 4.80789 13.082 4.9382 12.1738 5.19883C11.2657 5.45945 10.398 5.84779 9.5707 6.36383L8.80445 5.59789C9.73341 4.98664 10.7203 4.52591 11.7651 4.2157C12.8101 3.90529 13.8884 3.75008 15.0001 3.75008C16.5563 3.75008 18.0188 4.04539 19.3876 4.63602C20.7563 5.22664 21.947 6.0282 22.9595 7.0407C23.972 8.0532 24.7735 9.24383 25.3641 10.6126C25.9548 11.9813 26.2501 13.4438 26.2501 15.0001C26.2501 16.1117 26.0949 17.1901 25.7845 18.2351C25.4742 19.2799 25.0135 20.2667 24.4023 21.1957ZM14.9907 26.2501C13.4382 26.2501 11.9791 25.954 10.6135 25.362C9.24789 24.7697 8.0582 23.9676 7.04445 22.9557C6.0307 21.9436 5.2282 20.7535 4.63695 19.3854C4.0457 18.0173 3.75008 16.5555 3.75008 15.0001C3.75008 13.6961 3.96414 12.4296 4.39227 11.2004C4.82039 9.97122 5.46018 8.85289 6.31164 7.84539L2.35352 3.87195L3.11383 3.11133L27.2788 27.2766L26.5185 28.037L7.05602 8.58977C6.31581 9.51331 5.75602 10.52 5.37664 11.6098C4.99747 12.6996 4.80789 13.8297 4.80789 15.0001C4.80789 16.3272 5.05112 17.5957 5.53758 18.8057C6.02424 20.0159 6.71956 21.0983 7.62352 22.0529C8.72393 21.2981 9.89539 20.685 11.1379 20.2135C12.3804 19.7423 13.6678 19.5066 15.0001 19.5066C16.1592 19.5066 17.2864 19.6909 18.3816 20.0595C19.4766 20.428 20.5156 20.9173 21.4985 21.5273L22.9495 22.9785C21.8903 24.0537 20.6732 24.8678 19.2982 25.4207C17.9232 25.9736 16.4874 26.2501 14.9907 26.2501Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  top: 10px;
  transition: background-color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(6) a:hover::before {
  background-color: var(--wp--preset--color--button-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus:before,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
  filter: invert(1);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 25px;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-top: 21px;
  position: relative;
  max-width: 980px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 56px;
  max-width: 980px;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  max-width: max-content;
  border-radius: 32px !important;
  padding: 0.75rem 1rem;
  line-height: 1;
  box-sizing: border-box;
  margin: 0 !important;
  display: inline-block;
  font-size: 15px;
}

.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  padding: 1em 30px;
}

.woocommerce table.shop_table thead th {
  font-weight: 500;
}

.wc-block-components-notice-banner.is-info {
  background-color: #fff;
}

.woocommerce-account:not(.logged-in) .wp-block-post-title {
  display: none;
}

.woocommerce-account.logged-in .wp-block-post-title {
  display: block;
}

.woocommerce-account:not(.logged-in) .wp-block-post-content h2,
.woocommerce-account:not(.logged-in) .wp-block-post-content {
  margin-top: 0;
  margin-block-start: 0;
}

.out-of-stock-wrapper {
  display: flex;
  align-items: center;
  color: #f11e1e;
}

.out-of-stock-wrapper::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23f11e1e' viewBox='0 -960 960 960'><path d='M620-520q25 0 42.5-17.5T680-580q0-25-17.5-42.5T620-640q-25 0-42.5 17.5T560-580q0 25 17.5 42.5T620-520Zm-280 0q25 0 42.5-17.5T400-580q0-25-17.5-42.5T340-640q-25 0-42.5 17.5T280-580q0 25 17.5 42.5T340-520Zm140 100q-68 0-123.5 38.5T276-280h66q22-37 58.5-58.5T480-360q43 0 79.5 21.5T618-280h66q-25-63-80.5-101.5T480-420Zm0 340q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Z'/></svg>");
}

/** Woocommerce Filter Color **/
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  left: -1px;
  z-index: 9;
  fill: #fff;
}

.wp-filter-by-size .wc-block-attribute-filter li,
.wp-filter-by-color .wc-block-attribute-filter li {
  position: relative;
  margin-right: 14px;
  display: block !important;
}

.wp-filter-by-size .wc-block-attribute-filter li::before,
.wp-filter-by-color .wc-block-attribute-filter li::before {
  display: none;
}

.wp-filter-by-size .wc-block-attribute-filter li input,
.wp-filter-by-color .wc-block-attribute-filter li input {
  position: absolute !important;
  opacity: 0;
  top: 0;
}

.wp-filter-by-size .wc-block-attribute-filter li input:checked~.wc-block-components-checkbox__label::before,
.wp-filter-by-color .wc-block-attribute-filter li input:checked~.wc-block-components-checkbox__label::before {
  border: 1px solid var(--wp--preset--color--primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label,
.wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label {
  margin-left: 35px;
}

.wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label:before,
.wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label:before {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--wp--preset--color--border-color);
  transition: all 0.4s;
  display: block;
  border-radius: 50%;
}

.wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label:hover:before {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label::before,
.wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  left: 0;
  top: 0;
  background: var(--wp--preset--color--background);
  font-size: 16px;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}

.wp-block-widget-area .wc-block-components-checkbox {
  margin-top: 0;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="orange"]~.wc-block-components-checkbox__label::before {
  background-color: #F2A43A;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="white"]~.wc-block-components-checkbox__label::before {
  background-color: white;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="purple"]~.wc-block-components-checkbox__label::before {
  background-color: purple;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="blue"]~.wc-block-components-checkbox__label::before {
  background-color: #0B38BB;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="gray"]~.wc-block-components-checkbox__label::before {
  background-color: gray;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="green"]~.wc-block-components-checkbox__label::before {
  background-color: #0A630A;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="red"]~.wc-block-components-checkbox__label::before {
  background-color: #E4041F;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="black"]~.wc-block-components-checkbox__label::before {
  background-color: black;
}

.wp-filter-by-color .wc-block-attribute-filter li input[value="yellow"]~.wc-block-components-checkbox__label::before {
  background-color: yellow;
}

/** custom login page **/
.woocommerce-account:not(.logged-in) .wp-block-group.wp-custom-my-account.wp-block-section .wp-login-form .woocommerce h2 {
  display: none;
}

.woocommerce-page form .form-row label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-account.logged-in .wp-block-post-title,
.wp-block-group.wp-custom-my-account.wp-block-section h2.wp-block-heading.has-huge-post-title-font-size {
  font-size: clamp(26px, 3.5vw, 48px) !important;
  font-weight: bold;
}

.wp-block-group.wp-custom-my-account.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-bottom) !important;
}

.wp-block-group.wp-custom-my-account.wp-block-section br {
  display: none;
}

.wp-block-group.wp-custom-my-account.wp-block-section .wp-login-form form.woocommerce-form.woocommerce-form-login.login {
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.wp-block-group.wp-custom-my-account.wp-block-section button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  width: 100%;
  line-height: 1;
  border-radius: 32px;
  min-height: 55px;
  max-height: 60px;
}

.wp-block-group.wp-custom-my-account.wp-block-section figure.wp-block-image.size-full.wp-account-login-image img {
  box-shadow: 0px 0px 80px 0px #55505040;
  border-radius: 10px;
}

.wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image {
  padding-right: 40px;
  position: relative;
}

.wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image::before {
  content: '';
  width: 160px;
  height: 160px;
  background: url(assets/images/login-shape.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.wp-block-group.wp-custom-my-account.wp-block-section .wp-block-group.wp-login-form {
  margin-top: 50px;
}

.wp-block-latest-product-slider .is-product-collection-layout-carousel .wc-block-product {
  min-width: 46.5%;
}

.wp-block-woocommerce-product-collection:has(.is-product-collection-layout-carousel) :where(.wc-block-next-previous-buttons.wc-block-next-previous-buttons) {
  display: block;
}

.wc-block-featured-category__title {
  font-size: var(--wp--preset--font-size--extra-large);
}

.wc-block-featured-category__description p {
  line-height: 1.5;
}

.wc-block-featured-category__title,
.wc-block-featured-category__description {
  color: inherit;
  max-width: 768px;
}

.wp-block-button.wc-block-components-product-button {
  display: flex;
  flex-direction: row;
}

a.added_to_cart.wc_forward {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

a.added_to_cart.wc_forward:hover {
  color: var(--wp--preset--color--chocolate-dim);
}

.wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--chocolate-dim);
  border: 1px solid var(--wp--preset--color--chocolate-dim);
  color: var(--wp--preset--color--color-light);
}

.wc-block-next-previous-buttons {
  margin-top: -20px !important;
  position: relative;
  z-index: 3;
}

.wc-block-next-previous-buttons button:hover svg {
  color: var(--wp--preset--color--chocolate-dim);
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
}

.wc-block-grid__product .wc-block-grid__product-title:hover,
.wc-block-grid__product .wc-block-grid__product-title:focus {
  color: var(--wp--preset--color--link-color);
}

.wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}

.wc-block-product-new .wc-block-grid__product-price {
  font-size: 18px;
}

.wp-block-woocommerce-product-meta .wp-block-post-terms a {
  margin: 0 3px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ---
-------------------------------------------------------- */
.wp-block-contact-info-with-form .contact-columns .wp-site-icon-holder {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-contact-info-with-form .contact-columns .contact-form {
  padding: clamp(30px, 4.5vw, 56px) clamp(30px, 4.5vw, 70px);
}

.wp-block-contact-info-with-form .contact-columns .contact-form input[type=number],
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=email],
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=tel],
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=text],
.wp-block-contact-info-with-form .contact-columns .contact-form textarea {
  background-color: var(--wp--preset--color--input-bg);
  border: 1px solid var(--wp--preset--color--border-color-light);
}

.wp-block-contact-info-with-form .contact-columns .contact-form input[type=number]:hover,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=number]:focus,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=email]:hover,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=email]:focus,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=tel]:hover,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=tel]:focus,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=text]:hover,
.wp-block-contact-info-with-form .contact-columns .contact-form input[type=text]:focus,
.wp-block-contact-info-with-form .contact-columns .contact-form textarea:hover,
.wp-block-contact-info-with-form .contact-columns .contact-form textarea:focus {
  border: 1px solid var(--wp--preset--color--link-color);
}

.contact-information .wp-block-social-links {
  gap: 0.5rem;
}

.contact-information .wp-block-social-links .wp-social-link a {
  padding: 16px 20px;
}

.contact-information .wp-block-social-links .wp-social-link a svg {
  height: 14px;
  width: 14px;
}

.wp-block-group.wp-block-business-hour-table {
  max-width: 460px;
  margin-left: 0 !important;
}

.content-on-right .contact-form {
  margin-bottom: 28px !important;
}

.wp-contact-info-four-columns .wp-block-group.wp-site-icon-holder {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
}

.wp-contact-info-four-columns .wp-block-group-content {
  max-width: 80%;
  margin-inline: auto;
}

.wp-contact-info-four-columns .wp-block-group-content a {
  text-decoration: none;
}

.wp-contact-info-four-columns .wp-block-group-content a:hover,
.wp-contact-info-four-columns .wp-block-group-content a:focus {
  color: var(--wp--preset--color--link-color);
}

/* ---
-------------------------------------------------------- */
.wp-gallery-block-section .wp-block-gallery .wp-block-image {
  overflow: hidden;
  border-radius: 10px;
}

.wp-gallery-block-section .wp-block-gallery .wp-block-image .wp-element-caption {
  opacity: 0;
  visibility: hidden;
  font-family: var(--wp--preset--font-family--switzer);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 500;
  bottom: -20px;
  transition: all 0.4s;
  position: absolute !important;
}

.wp-gallery-block-section .wp-block-gallery .wp-block-image:hover .wp-element-caption {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/** Instagram block CSS **/
.wp-insta-block-cols .wp-block-image {
  width: 100%;
}

.wp-insta-block-cols a {
  position: relative;
  width: 100%;
  display: block;
}

.wp-insta-block-cols a:hover::before {
  opacity: 1;
  visibility: visible;
}

.wp-insta-block-cols a:hover::after {
  visibility: visible;
  opacity: 0.2;
}

.wp-insta-block-cols a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--dark);
  content: '';
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}

.wp-insta-block-cols a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true' focusable='false'><path d='M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z'/></svg>");
  filter: invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 9;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

/* ---
-------------------------------------------------------- */
.accordion {
  width: 100%;
  max-width: 1090px !important;
  margin: 0 auto;
}

.accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  gap: 0;
  box-shadow: 0px 0px 40px -10px rgba(111, 111, 111, 0.1);
  margin-top: 0;
  padding: 0;
}

.accordion .accordion-item:has(.accordion-header.active) {
  box-shadow: 0px 0px 80px -15px rgba(142, 132, 133, 0.15);
}

.accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 22px 70px 22px 30px;
  text-align: left;
  font-size: 18px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.accordion .accordion-item .accordion-header::before {
  position: absolute;
  right: 32px;
  top: 25px;
  content: '';
  border-right: 2px solid var(--wp--preset--color--foreground);
  border-bottom: 2px solid var(--wp--preset--color--foreground);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.4s;
}

.accordion .accordion-item .accordion-header.active::before {
  right: 32px;
  top: 32px;
  transform: rotate(225deg);
}

.accordion .accordion-item .accordion-header:hover h2,
.accordion .accordion-item .accordion-header.active h2 {
  color: var(--wp--preset--color--button-color-secondary);
}

.accordion .accordion-item .accordion-header h2 {
  font-size: clamp(18px, 2.5vw, 22px) !important;
}

.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background-color: #fff;
  padding: 0 30px 0;
}

.accordion .accordion-item .accordion-content p {
  margin: 0 0 14px;
}

.accordion .accordion-item .accordion-content p:last-of-type {
  margin: 0 0 35px;
}

.accordion .accordion-item .accordion-content.block-editor-block-list__block {
  max-height: initial;
  padding: 0 30px 0;
  margin: 0 auto !important;
}

/* ---
-------------------------------------------------------- */
.wp-cta-section .wp-block-media-text {
  max-width: 100% !important;
}

.wp-cta-section .wp-block-media-text .wp-block-media-text__media {
  height: 100% !important;
}

.wp-cta-section .wp-block-media-text .wp-block-media-text__media img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.wp-cta-section .wp-block-media-text .wp-block-media-text__content {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  max-width: 860px;
}

/* ---
-------------------------------------------------------- */
body.admin-bar:has(.wp-block-header-media-cover) .wp-block-header {
  top: 32px;
}

header.block-editor-block-list__block:has(.header-transparent) {
  position: absolute !important;
  width: 100%;
  z-index: 999;
  min-height: 110px;
}

body:has(.wp-block-header-media-cover) .wp-block-header {
  position: absolute;
  background: transparent !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

body:has(.wp-block-header-media-cover) .wp-block-header::before {
  display: none;
}

body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__responsive-container-open svg {
  fill: #fff;
}

body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-image.wp-header-phone img,
body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-woocommerce-customer-account.is-style-custom-account a {
  filter: invert(1) brightness(10);
}

body:has(.wp-block-header-media-cover) .wp-block-header .wc-block-mini-cart.is-style-custom-cart .wc-block-mini-cart__button {
  background: url(assets/images/shopping-cart-white.svg) no-repeat;
  background-size: 30px;
  background-position: center;
  padding: 6px;
}

.wp-block-group.wp-block-site-logo-wrapper {
  gap: 1rem;
}

.wp-block-header {
  z-index: 8;
  position: relative;
}

.wp-block-header::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(assets/images/top-splash.svg);
  background-size: contain;
  background-position: top right;
  width: 130px;
  height: 200px;
  z-index: -1;
  opacity: 0.6;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
}

.wp-block-header .wp-block-button.is-style-fill .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--button-color-secondary) !important;
  background: var(--wp--preset--color--button-color-secondary) !important;
}

.wp-block-header .wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-header .wp-block-button.is-style-fill .wp-block-button__link:focus {
  background: var(--wp--preset--color--body-background-deep) !important;
  border: 1px solid var(--wp--preset--color--button-color) !important;
}

.wp-block-header .wp-block-button .wp-block-button__link {
  margin: 0;
}

.wp-block-header .wp-block-group:not(.wp-top-float-splash) {
  position: relative;
  z-index: 9;
}

.wp-block-woocommerce-customer-account.is-style-custom-account a {
  background: url(assets/images/user-thin.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  padding: 6px;
}

.wp-block-woocommerce-customer-account.is-style-custom-account a svg {
  opacity: 0;
}

.wp-block-woocommerce-customer-account.is-style-custom-account a span {
  display: none;
}

.wc-block-mini-cart.is-style-custom-cart .wc-block-mini-cart__button {
  background: url(assets/images/shopping-cart.svg) no-repeat;
  background-size: 30px;
  background-position: center;
  padding: 6px;
}

.wc-block-mini-cart.is-style-custom-cart .wc-block-mini-cart__button svg {
  opacity: 0;
}

.wp-header-phone {
  height: 42px;
  position: relative;
  top: 2px;
}

.wp-header-phone a {
  padding: 7px 9px;
  width: 42px;
  height: 42px;
  display: inline-block !important;
  box-sizing: border-box;
}

.wp-block-navigation__container .wp-block-navigation-item:hover>.wp-block-navigation-item__content {
  color: var(--wp--preset--color--button-color);
}

.wp-block-navigation-submenu:hover .wp-block-navigation__submenu-icon svg {
  stroke: var(--wp--preset--color--button-color);
}

.wp-block-image.wp-header-phone .components-resizable-box__container {
  display: table;
  width: 42px !important;
  height: 42px !important;
}

.wp-header-search .wp-element-button:hover,
.wp-block-header-right .wp-block-woocommerce-customer-account:hover,
.wp-block-header-right .wp-block-woocommerce-mini-cart:hover,
.wp-block-header-right .wp-header-phone a:hover {
  animation: pulse 0.6s ease;
  animation-iteration-count: 1;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.search main,
.error404 main {
  position: relative;
}

.search main:before,
.error404 main:before {
  width: 450px;
  height: 450px;
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  background: url(assets/images/right-splash.svg) no-repeat;
  background-size: 100%;
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
}

.wp-block-float-svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  padding: 0;
}

.block-editor-block-list__block.wp-block-float-svg {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

.block-editor-block-list__block.wp-header-page-top {
  opacity: 0;
  height: 0;
}

/** Mega Menu CSS **/
.wp-block-mega-menu {
  box-shadow: 20px 24px 26px -12px #4F4C4C57;
}

.wp-block-mega-menu .wp-menu-block .wp-block-page-list {
  padding: 0;
  list-style: none;
}

.wp-block-mega-menu .wp-menu-block .wp-block-page-list li:not(:last-child) {
  margin-bottom: 11px;
}

.wp-block-mega-menu .wp-menu-block .wp-block-page-list li a {
  text-decoration: none;
}

.wp-block-mega-menu .wp-menu-block .wp-block-page-list li a:hover,
.wp-block-mega-menu .wp-menu-block .wp-block-page-list li a:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-mega-menu .wp-block-button .wp-block-button__link {
  margin: 0;
}

.wp-block-mega-menu .wp-block-button .wp-block-button__link::after {
  width: 24px !important;
  height: 15px !important;
  content: '' !important;
  transition: all 0.4s !important;
  transition: all 0.4s;
  background: url(assets/images/submenu-arrow.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  filter: invert(1);
  margin-left: 35px;
  position: relative;
  top: 2px !important;
}

.wp-block-mega-menu .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--link-color) !important;
  color: var(--wp--preset--color--light);
}

/** header seaerch CSS **/
.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 0;
  font-size: var(--wp--preset--font-size--normal);
}

.wp-search-container .wp-block-search__button svg {
  fill: var(--wp--preset--color--button-color);
  width: 32px;
  height: 32px;
}

.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
  font-size: clamp(20px, 3.5vw, 32px) !important;
}

.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  font-size: clamp(20px, 3.5vw, 32px) !important;
}

.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  font-size: clamp(20px, 3.5vw, 38px) !important;
  line-height: 1;
}

.wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--border-color);
}

.wp-search-container .wp-block-search .wp-block-search__inside-wrapper {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--wp--preset--color--border-color);
}

.wp-block-group.wp-search-container {
  position: fixed !important;
  left: 0;
  top: -100%;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 999;
  margin: 0;
  padding: 35px 0 56px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.search-open .wp-block-group.wp-search-container {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.wp-block-group.wp-search-container form {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 7%;
}

.wp-block-header .wp-block-buttons.wp-search-close {
  display: block;
  text-align: right;
  margin-bottom: 23px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-right: 20px;
}

.wp-block-header .wp-block-buttons.wp-search-close .wp-block-button {
  padding-right: 30px;
  font-size: 14px;
}

.wp-block-header .wp-block-buttons.wp-search-close .wp-block-button::after,
.wp-block-header .wp-block-buttons.wp-search-close .wp-block-button::before {
  display: block;
  background-color: var(--wp--preset--color--button-color);
  height: 0.1rem;
  border-radius: 1px;
  top: 12px;
  width: 1.5rem;
  transform: rotate(45deg);
  right: 0;
}

.wp-block-header .wp-block-buttons.wp-search-close .wp-block-button::after {
  transform: rotate(135deg);
  border: none;
}

.wp-block-header .wp-block-buttons.wp-search-close .wp-block-button__link::before {
  display: none;
}

.wp-header-search-toggle .wp-block-button {
  padding: 7px;
  display: flex;
  align-items: center;
}

.wp-header-search-toggle .wp-block-button::before,
.wp-header-search-toggle .wp-block-button::after {
  display: none;
}

.wp-header-search-toggle .wp-block-button .wp-block-button__link {
  font-size: 0px;
  background: url(assets/images/hdr-search-icon.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-color: transparent !important;
  border: none !important;
}

.wp-header-search-toggle .wp-block-button .wp-block-button__link::before {
  display: none;
}

body.woocommerce-page .wp-block-header .wp-search-container .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--button-color) !important;
}

body.woocommerce-page .wp-block-header .wp-search-container .wp-block-button .wp-block-button__link,
body.woocommerce-page .wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-header-search-toggle .wp-block-button .wp-block-button__link,
.wp-header-search-toggle .wp-search-container .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent !important;
  border: none !important;
}

.wp-block-header .wp-header-search-toggle .wp-block-buttons {
  display: block;
}

/* ---
-------------------------------------------------------- */
.wp-block-landing-header .wp-block-heading .last-item {
  display: block;
  color: var(--wp--preset--color--button-color-secondary);
}

.wp-block-landing-header .wp-header-main-image {
  position: relative;
  margin-top: 35px;
}

.wp-block-landing-header .wp-header-main-image .main-image-wrapper {
  padding-inline: 10%;
  margin: 0;
}

.wp-block-landing-header .wp-header-main-image .main-image-wrapper img {
  min-height: 350px;
  object-fit: cover;
}

.wp-block-landing-header .wp-header-main-image .wp-float-card {
  position: absolute;
  top: 10%;
  padding: 14px 21px;
  box-shadow: 0px 0px 80px -15px rgba(142, 132, 133, 0.25);
  margin: 0;
}

.wp-block-landing-header .wp-header-main-image .wp-float-card.card-2 {
  right: 0%;
  left: auto;
  bottom: 10%;
  top: auto;
}

/* ---
-------------------------------------------------------- */
.wp-footer-widgets {
  padding-top: var(--wp--custom--spacing--block-footer-gap);
  padding-bottom: var(--wp--custom--spacing--block-footer-gap);
}

.wp-footer-widgets .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  position: relative;
  padding: 3px 0;
}

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-top: 0;
  padding-top: var(--wp--custom--spacing--block-footer-gap);
  position: relative;
}

.wp-block-footer.wp-block-site-generator:before {
  content: "";
  background: var(--wp--preset--color--dark-color);
  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-site-generator a:hover,
.wp-block-footer.wp-block-site-generator a:focus {
  color: var(--wp--preset--color--link-color);
}

.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-footer-widgets .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  color: var(--wp--preset--color--title);
}

.wp-footer-widgets .wp-block-navigation.is-vertical {
  gap: 0.45rem;
}

.wp-footer-widgets .wp-block-navigation.is-horizontal {
  gap: 2.45rem;
}

.wp-block-buttons.back-to-top {
  position: absolute;
  right: 0;
  top: -60px;
  margin: 0;
}

/** top scroll button **/
.back-to-top .wp-element-button {
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
  padding: 10px 22px 10px 45px;
  background-color: var(--wp--preset--color--background) !important;
  border: none !important;
  color: var(--wp--preset--color--foreground) !important;
  font-size: 16px;
  padding: 10px 22px 10px 45px;
}

.back-to-top .wp-element-button::before {
  content: '';
  background: url(assets/images/arrow-top.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  /* stays centered */
  opacity: 1;
  left: 18px;
  pointer-events: none;
}

/* Animation */
@keyframes floatUpSmooth {
  0% {
    transform: translateY(-50%);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.wp-block-footer:not(.bottom-footer).wp-block-site-generator>div {
  gap: 0.25rem 0.5rem;
}

/* Trigger the animation on hover */
.back-to-top .wp-element-button:hover::before {
  animation: floatUpSmooth 1.2s ease-in-out infinite;
}

.wp-block-footer-phone,
.wp-block-footer-location {
  display: flex;
}

.wp-block-footer-phone svg,
.wp-block-footer-location svg {
  width: 38px;
  flex-shrink: 0;
  margin-right: 21px !important;
  height: 38px;
  fill: var(--wp--preset--color--soft-terracotta);
}

.wp-block-footer-phone .wp-text-group,
.wp-block-footer-location .wp-text-group {
  flex: 1;
  margin: 0;
}

.wp-block-footer-phone svg {
  position: relative;
  top: -4px;
}

/* ---
-------------------------------------------------------- */
/* --- Header Media
-------------------------------------------------------- */
.wp-block-header-media {
  overflow: hidden;
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover {
  height: 100vh;
  padding: 0;
  position: relative;
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover::after {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  z-index: 3;
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.72) 0%, rgba(33, 31, 31, 0) 100%);
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover .wp-block-cover__inner-container {
  position: absolute;
  bottom: 12%;
  top: auto;
  transform: none;
  left: auto;
  z-index: 9;
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover .wp-block-cover__inner-container .wp-block-button.is-style-plain .wp-block-button__link::before,
.wp-block-header-media .wp-block-cover.wp-block-header-media-cover .wp-block-cover__inner-container .wp-block-button.is-style-plain:before {
  background-color: var(--wp--preset--color--light);
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover .wp-block-cover__inner-container .wp-block-button.is-style-plain:after {
  border: 0.125rem solid var(--wp--preset--color--light);
  border-bottom: 0;
  border-left: 0;
}

.wp-block-header-media .wp-block-cover.wp-block-header-media-cover .heading-content-wrapper>* {
  max-width: 900px;
}

.wp-block-header-media.has-cover-image .alignwide>* {
  max-width: var(--wp--style--global--wide-size);
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.wp-block-header-media .alignwide>* {
  max-width: 1000px;
  margin-inline: auto;
}

.wp-block-header-media .wp-block-star-ratings {
  line-height: 1;
}

.wp-block-header-media .wp-block-cover__image-background {
  position: relative;
}

.wp-block-header-media .wp-block-cover__inner-container {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
}

.wp-block-header-media .wp-hero-image-wrapper {
  position: relative;
  margin-top: 42px;
  background-size: 125%;
  background-position: center bottom;
}

.wp-block-header-media .wp-hero-image-wrapper::before {
  content: '';
  background: url(assets/images/right-splash.svg);
  width: 60vw !important;
  height: 60vw;
  background-size: 100%;
  position: absolute;
  top: -35%;
  left: -15%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
}

.wp-block-header-media .wp-hero-image-wrapper .wp-centered-hero-image {
  width: 64vw !important;
  height: 32vw;
  border-top-left-radius: 32vw;
  border-top-right-radius: 32vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 auto !important;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-centered-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image {
  position: absolute;
  width: 13vw !important;
  height: 13vw;
  background-color: var(--wp--preset--color--icon-bg);
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
  z-index: 1;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image figure {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image figure>* {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-first {
  top: 0vw;
  left: -1vw;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-second {
  top: -4vw;
  right: 6vw;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-third {
  top: auto;
  right: -4vw;
  bottom: 4vw;
}

.wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 600px) {
  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-second {
    top: -5vw;
    right: 7vw;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-third {
    right: -3vw;
    bottom: 4vw;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-first {
    top: -1vw;
    left: 0vw;
  }
}

@media (min-width: 768px) {
  .wp-block-header-media .wp-hero-image-wrapper {
    margin-top: 56px;
  }

  .wp-block-header-media .wp-hero-image-wrapper::before {
    width: 40vw !important;
    height: 40vw;
  }
}

@media (min-width: 1366px) {
  .wp-block-header-media .wp-hero-image-wrapper {
    margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .wp-block-header-media .wp-hero-image-wrapper .wp-centered-hero-image {
    width: 918px !important;
    height: 459px;
    border-top-left-radius: 459px;
    border-top-right-radius: 459px;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-first {
    top: 0vw;
    left: -1vw;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-second {
    top: -4vw;
    right: 5.5vw;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image.image-third {
    right: -3vw;
    bottom: 4vw;
  }

  .wp-block-header-media .wp-hero-image-wrapper .wp-circle-float-image {
    width: 195px !important;
    height: 195px;
  }
}

/** header with masked iage **/
.wp-block-header-media.self-created-masked-image .wp-hero-image-wrapper .wp-centered-hero-image {
  border-radius: 0;
  overflow: initial;
}

.wp-block-header-media.self-created-masked-image .wp-hero-image-wrapper .wp-centered-hero-image .wp-block-image {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.wp-block-header-media.self-created-masked-image .wp-hero-image-wrapper .wp-centered-hero-image .wp-block-image img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  align-self: flex-end;
}

.wp-block-header-media.self-created-masked-image .wp-hero-image-wrapper .wp-centered-hero-image .wp-block-image>div {
  height: 100%;
}

/** landing page hero section **/
.wp-block-landing-header {
  position: relative;
  overflow: hidden;
}

.wp-block-landing-header::before {
  content: '';
  background: url(assets/images/right-splash.svg);
  width: 30vw !important;
  height: 60vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
  min-width: 400px !important;
  opacity: 0.3;
}

.wp-block-landing-header .wp-block-column {
  position: relative;
  z-index: 3;
}

.header-media-inner-post.category-header .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first {
  top: 0;
}

/* ---
-------------------------------------------------------- */
.wp-block-entry-content {
  padding: var(--wp--custom--spacing--extra-small) !important;
}

.wp-block-featured-articles .wp-block-post-group {
  height: 100%;
  overflow: hidden;
  background-color: var(--wp--preset--color--background);
}

.wp-block-featured-articles .wp-block-post-group .wp-block-entry-content a {
  text-decoration: none;
}

.wp-block-featured-articles .wp-block-post-group .wp-block-entry-content a:hover,
.wp-block-featured-articles .wp-block-post-group .wp-block-entry-content a:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-featured-articles :where(.is-layout-grid) {
  gap: 0;
}

/* ---
-------------------------------------------------------- */
.header-media-inner-post .wp-block-cover .wp-block-cover__inner-container,
.wp-block-group.wp-block-header-images {
  position: initial;
}

.header-media-inner-post .wp-block-cover {
  overflow: visible;
  min-height: auto !important;
}

.header-media-inner-post .wp-block-cover .wp-block-group.wp-block-inner-media-wrapper {
  position: relative;
  z-index: 99;
}

.header-media-inner-post .wp-block-cover .wp-block-group.wp-block-inner-media-wrapper>* {
  padding-inline: 5%;
}

.header-media-inner-post .wp-block-group.wp-block-header-images {
  margin: 0;
}

.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first,
.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-second {
  width: 13vw;
  position: absolute;
  max-width: 195px;
  z-index: 1;
  margin: 0;
}

.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first>img,
.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-second>img {
  border-radius: 50%;
  overflow: hidden;
}

.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first {
  left: -3%;
  bottom: 5%;
}

.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first::before {
  content: '';
  background: url(assets/images/right-splash.svg);
  width: 40vw !important;
  height: 40vw;
  background-size: 100%;
  position: absolute;
  top: -115%;
  left: -15%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
  z-index: -1;
  max-width: 600px;
}

.header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-second {
  right: -3%;
  top: 5%;
}

/* ---
-------------------------------------------------------- */
.wp-block-columns.wp-main-col.is-layout-flex {
  gap: 1.5rem !important;
  flex-wrap: wrap !important;
}

.full-link-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.full-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  /* allows clicking the image link */
  transition: border-color 0.3s ease;
}

.full-link-card figure {
  overflow: hidden;
}

.full-link-card figure a,
.full-link-card figure image,
.full-link-card figure img {
  display: block;
  transition: all 0.4s;
}

.full-link-card:hover {
  background: var(--wp--preset--color--chocolate-dim) !important;
}

.full-link-card:hover figure img {
  transform: scale(1.04);
}

.full-link-card:hover::after {
  border-color: var(--wp--preset--color--chocolate-dim);
}

.full-link-card:hover .wp-block-heading a::before {
  transform: translateX(5px);
}

.full-link-card .wp-block-heading {
  padding: 0 !important;
}

.full-link-card .wp-block-heading a {
  padding: var(--wp--preset--spacing--24);
  position: relative;
  padding-right: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.full-link-card .wp-block-heading a::before {
  content: "";
  position: absolute;
  right: 24px;
  width: 21px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(0);
  transition: transform 0.35s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath d='M19.8047 6.75781L14.1797 12.3828C13.9453 12.6172 13.5156 12.6172 13.2812 12.3828C13.0469 12.1484 13.0469 11.7188 13.2812 11.4844L17.8516 6.91406H0.625C0.273438 6.91406 0 6.64062 0 6.28906C0 5.97656 0.273438 5.66406 0.625 5.66406H17.8516L13.2812 1.13281C13.0469 0.898438 13.0469 0.46875 13.2812 0.234375C13.5156 0 13.9453 0 14.1797 0.234375L19.8047 5.85938C20.0391 6.09375 20.0391 6.52344 19.8047 6.75781Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.full-link-card .wp-block-heading a:hover {
  color: var(--wp--preset--color--light) !important;
}

/* ---
-------------------------------------------------------- */
.scrolling-text-section {
  overflow-x: hidden;
}

.scrolling-texts {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.scrolling-texts-inner {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}

.scrolling-texts-inner p {
  display: inline-block;
  margin-right: 2rem;
  flex-shrink: 0;
  margin-top: 0;
}

.scrolling-texts-inner p:last-child {
  margin-right: 0;
}

/* Pause animation on hover */
.scrolling-texts:hover .scrolling-texts-inner {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.wp-block-section.scrolling-text-section:last-of-type {
  padding-bottom: var(--wp--custom--spacing--block-content-gap);
}

/* ---
-------------------------------------------------------- */
.wp-block-services .wp-block-post-group {
  height: 100%;
  background-color: var(--wp--preset--color--background);
  box-shadow: 0px 0px 80px -15px #8E848526;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.wp-block-services .wp-block-post-group p {
  font-size: var(--wp--preset--font-size--body-small);
}

.wp-block-services .wp-block-post-group:hover {
  transform: translateY(-6px);
  box-shadow: 0px 50px 120px -35px #685c5d26;
}

.wp-block-services .wp-block-post-group a {
  text-decoration: none;
}

.wp-block-services .wp-block-post-group a:hover,
.wp-block-services .wp-block-post-group a:focus {
  color: var(--wp--preset--color--link-color);
}

.wp-block-image img {
  width: 100%;
  display: block;
}

.wp-block-icons-with-text .wp-block-float-shape figure {
  overflow: hidden;
}

.wp-block-icons-with-text .wp-block-float-shape figure img {
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
  opacity: 0.6;
}

.wp-block-dot-pattern .wp-block-float-shape figure {
  overflow: hidden;
}

.wp-block-dot-pattern .wp-block-float-shape figure img {
  filter: drop-shadow(0 1000px 0 var(--wp--preset--color--shape-bg));
  transform: translateY(-1000px);
  opacity: 0.6;
}

/** certification and standards **/
.certification-badge {
  transition: all 0.4s;
}

.certification-badge.variant-2 {
  background-color: var(--wp--preset--color--table-heading-color) !important;
}

.certification-badge.variant-3 {
  background-color: var(--wp--preset--color--tab-bg) !important;
}

.certification-badge:hover {
  transform: scale(1.05);
}

/** treatment benefits **/
.wp-num-block {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 60px;
}

.media-has-shadow {
  box-shadow: 0px 0px 80px 0px #55505040;
  border-radius: 10px;
}

.wp-block-service-single-header {
  position: relative;
}

/* ---
-------------------------------------------------------- */
.treatment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  width: 139px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.treatment-card:hover {
  transform: scale(1.05);
}

.treatment-image {
  position: relative;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.treatment-card:hover .treatment-image {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.treatment-card a {
  text-decoration: none;
}

.treatment-card:hover a,
.treatment-card:focus a {
  color: var(--wp--preset--color--link-color);
}

.treatment-card .treatment-image img {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.treatment-card:hover .treatment-image img {
  transform: scale(1.1);
  filter: brightness(1.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.treatment-card.treatment-flipped .treatment-image img {
  transform: rotate(180deg) scaleY(-1);
}

.treatment-card.treatment-flipped:hover .treatment-image img {
  transform: rotate(180deg) scaleY(-1.1);
  filter: brightness(1.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.treatment-card .treatment-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease-out;
}

.treatment-card:hover .treatment-image::after {
  border-color: rgbaa(149, 78, 38, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.treatments-grid {
  gap: 0 !important;
  align-items: flex-start;
  margin-top: -30px !important;
}

.treatments-grid>div {
  width: 50%;
  text-align: center;
  padding: 28px 15px 0;
}

/** icons with texts css**/
.wp-block-group.wp-block-float-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80%;
}

.wp-block-heading-content {
  max-width: var(--wp--style--global--content-size);
}

/* ---
-------------------------------------------------------- */
.wp-stats-with-image-on-left {
  max-width: 1680px;
  margin-inline: auto !important;
  overflow: hidden;
}

.wp-stats-with-image-on-left .wp-block-media-text {
  max-width: 100%;
}

.wp-stats-with-image-on-left .wp-block-media-text .wp-block-media-text__media {
  height: 100% !important;
}

.wp-stats-with-image-on-left .wp-block-media-text .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
}

.is-style-padding-0 {
  padding: 0 !important;
}

.wp-stats-with-image-on-left .wp-block-group-heading {
  margin: 0;
}

#team-data+.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-bottom) !important;
}

.wp-block-group.wp-block-booking {
  box-shadow: 0 0 80px -15px rgba(142, 132, 133, 0.15);
}

/* ---
-------------------------------------------------------- */
.wp-block-text-with-round-images .wp-block-columns {
  flex-direction: column-reverse;
}

.wp-block-text-with-round-images::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 400px;
  height: 200px;
  background-color: var(--wp--preset--color--body-background-deep);
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  opacity: 0.4;
}

.wp-block-text-with-round-images .wp-round-images {
  position: inherit;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.wp-block-text-with-round-images .wp-round-images .wp-round-image {
  margin: 0 !important;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-one {
  position: relative;
  left: -36px;
}

.wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-two {
  position: relative;
  margin-top: 50px !important;
}

.wp-block-text-with-round-images .wp-round-images .wp-round-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-icons-with-text .wp-block-group-heading * {
  max-width: 1200px;
}

.wp-block-icons-with-text .wp-block-column .wp-block-heading {
  font-size: var(--wp--preset--font-size--post-title);
}

.wp-block-icons-with-text .wp-site-icon-holder {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  z-index: 3;
}

.wp-block-icons-with-text .wp-site-icon-holder figure {
  margin: 0;
}

.wp-block-icons-with-text .wp-site-icon-holder figure img {
  width: 35px !important;
  height: 35px !important;
  object-fit: contain;
}

/* ---
-------------------------------------------------------- */
.wp-block-package-column {
  transition: all 0.4s;
}

.wp-block-package-column:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  transform: translateY(-5px);
}

.wp-block-package-column p {
  margin-bottom: 21px;
}

.wp-block-package-column .wp-block-list {
  padding: 0;
  margin: 0;
}

.wp-block-package-column .wp-block-list li {
  margin-top: 10px;
  opacity: 0.925;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.wp-block-package-column .wp-block-list li::before {
  position: absolute;
  left: 5px;
  top: 5px;
  content: '';
  width: 6px;
  height: 12px;
  border-bottom: 1.5px solid green;
  border-right: 1.5px solid green;
  transform: rotate(45deg);
}

.wp-block-package-column .wp-block-list.wp-block-not-available {
  opacity: 0.5;
  position: relative;
}

.wp-block-package-column .wp-block-list.wp-block-not-available li {
  position: relative;
}

.wp-block-package-column .wp-block-list.wp-block-not-available li:before {
  content: '';
  width: 16px;
  height: 1px;
  background: red;
  position: absolute;
  top: 13px;
  left: 0;
  transform: rotate(135deg);
  border: none;
}

.wp-block-package-column .wp-block-list.wp-block-not-available li:after {
  content: '';
  width: 16px;
  height: 1px;
  background: red;
  position: absolute;
  top: 13px;
  left: 0;
  transform: rotate(45deg);
}

.wp-block-package-column .wp-element-button:hover {
  background-color: transparent !important;
}

.wp-professional-block {
  position: relative;
}

.wp-professional-block .wp-block-group.wp-block-package-heading {
  position: initial;
}

.wp-professional-block .wp-float-title {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px !important;
}

.wp-professional-block .wp-block-heading {
  margin: 0;
}

.wp-professional-block .wp-float-title+.wp-block-heading {
  margin-top: 7px;
}

/* --- Block Media Quries
-------------------------------------------------------- */
body {
  display: block;
}

/* --- > 480px
-------------------------------------------------------- */
@media screen and (min-width: 30em) {

  .wc-block-grid.has-4-columns .wc-block-grid__product,
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 calc(50% - (1rem / 2));
    /* Subtract total horizontal gap per item */
    max-width: calc(50% - (1rem / 2));
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n),
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd),
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n),
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding: 0;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__products,
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: flex;
    gap: 1rem;
  }

  .wp-block-columns.wp-main-col .wp-block-column {
    flex: 0 0 calc(50% - 0.75rem) !important;
  }

  .woo-policy-features .is-layout-flex.wp-block-columns {
    gap: 1.5rem !important;
  }
}

/* --- > 600px
-------------------------------------------------------- */
@media screen and (max-width: 37.5em) {
  .wp-block-site-logo+.wp-block-site-identity {
    display: none;
  }

  .wc-block-components-drawer {
    left: 100%;
    top: 0;
  }

  .wp-block-woocommerce-mini-cart-contents {
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 80px -15px rgba(142, 132, 133, 0.15);
  }

  .admin-bar .wc-block-components-drawer__content {
    height: 100%;
    margin-top: 0;
  }

  .wc-block-product-template li .wp-block-post-title,
  .wc-block-product-template li .wc-block-components-product-summary,
  .wc-block-product-template.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
    padding-inline: 15px !important;
  }

  .wc-block-product-template li .has-medium-font-size {
    font-size: 17px !important;
  }

  .wc-block-product-template li .wp-block-button span,
  .wc-block-product-template li .wp-block-button {
    font-size: 14px !important;
  }

  html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
    font-size: 15px;
  }

  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-right: 20px;
  }

  .woocommerce-cart .wc-block-components-product-name {
    font-size: var(--wp--preset--font-size--body-default);
  }

  .wp-stats-with-image-on-left .has-post-title-font-size {
    font-size: 18px !important;
  }

  .wp-stats-with-image-on-left .has-huge-post-title-font-size {
    font-size: 34px !important;
  }

  .wp-price-tags-row .wc-block-components-product-sale-badge {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 11px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }

  .back-to-top .wp-element-button {
    margin: 0;
    padding: 10px 22px 10px 45px;
    font-size: 14px;
  }

  .wp-block-buttons.back-to-top {
    top: -55px;
  }

  .wp-block-query-pagination-numbers .page-numbers {
    width: 45px;
    height: 45px;
  }

  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next {
    line-height: 45px;
    height: 45px;
    padding-inline: 10px;
  }

  .wp-block-query-pagination-numbers .page-numbers.dots {
    width: 30px;
  }

  .wp-block-columns.alignwide.upper-footer {
    gap: 2rem;
  }

  .upper-footer :where(.is-layout-flow)>* {
    margin-block-start: 1rem;
  }

  .wp-footer-widgets .wp-block-navigation.is-horizontal {
    gap: 2.45rem;
    margin-bottom: 21px;
  }

  .wp-block-group.wp-star-reviews {
    gap: 0.5rem;
  }

  .wp-block-group.wp-star-reviews p {
    font-size: var(--wp--preset--font-size--medium-small) !important;
  }

  .wp-block-site-logo img {
    height: 60px;
    /* object-fit: contain; */
    width: auto;
  }

  .wp-block-header>.is-layout-flex {
    gap: 1rem;
  }

  .wp-block-header-media .wp-block-buttons {
    gap: 0.5rem 1.5rem;
  }

  .wp-post-author-card .wp-block-post-author {
    flex-direction: column;
    gap: 1rem;
  }

  .wp-block-site-info {
    gap: 1.5rem;
  }
}

/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .treatments-grid>div {
    width: 33.3333%;
  }

  .wc-block-next-previous-buttons {
    margin-top: -105px !important;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-block-group.wp-login-form {
    padding-left: 25px;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image {
    padding-right: 40px;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image::before {
    content: '';
    width: 160px;
    height: 160px;
    background: url(assets/images/login-shape.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .wp-block-woocommerce-product-details {
    margin-top: 56px;
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(50% - 0.625em);
  }

  .header-media-inner-post .wp-block-cover .wp-block-group.wp-block-inner-media-wrapper>* {
    padding-inline: 15%;
  }

  .has-4-col.wp-block-columns {
    flex-wrap: wrap !important;
  }

  .has-4-col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset;
    flex: 0 0 calc(50% - 0.75em) !important;
  }

  .columns-4.wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive .wp-block-post-template>li {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--wp--preset--color--background);
    position: relative;
  }

  .archive .wp-block-post-template>li>.wp-block-group {
    padding-bottom: 14px !important;
  }
}

/* --- > 640px
-------------------------------------------------------- */
@media screen and (max-width: 40em) {

  .wp-block-header .wp-block-buttons,
  .wp-block-header .wp-block-woocommerce-customer-account {
    display: none;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    margin-left: -0.75rem;
  }
}

@media screen and (max-width: 758px) {
  .wp-block-sidebar-on-left .wp-block-column.wp-block-column-sidebar {
    order: 2;
  }

  .wp-stats-with-image-on-left .wp-block-columns+.wp-block-columns {
    margin-block-start: 35px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    max-width: 100%;
  }

  .wp-block-column.wp-block-package-column.wp-professional-block {
    padding-top: 42px !important;
    margin-top: 21px;
  }

  html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
    font-size: 16px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 0;
  }

  html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
    border-left-width: 0px;
    display: inline-block;
    margin-bottom: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (max-width: 1199px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .has-icon .accordion-content {
    margin-left: 80px;
  }

  .wp-block-columns.wp-main-col .wp-block-column {
    flex: 0 0 calc(33% - 1rem) !important;
  }
}

/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: var(--wp--custom--spacing--section-block-top) var(--wp--custom--spacing--outer);
  }

  .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product {
    padding-left: 0;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
    width: 60%;
  }

  .comment-respond.has-text-align-left.wp-block-post-comments-form {
    margin-top: 56px;
  }

  .wp-block-landing-header .wp-header-main-image {
    margin-top: 0;
  }

  .wp-block-contact-info-with-form.has-business-hours .content-on-right .contact-form {
    margin-bottom: 0 !important;
  }

  .wp-block-contact-info-with-form.has-business-hours .content-on-right .wp-block-group-heading {
    padding-top: 0;
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(33.3333% - 0.84em);
  }

  .wp-block-landing-header p {
    max-width: 560px;
  }

  .left-content-right-media .wp-block-columns,
  .left-media-right-content .wp-block-columns {
    gap: 3rem !important;
    align-items: center !important;
  }

  .wp-block-contact-info-with-form .wp-block-group-heading {
    padding-right: 10%;
    padding-top: clamp(30px, 4.5vw, 56px);
  }

  .wp-block-contact-info-with-form .content-on-right .wp-block-group-heading {
    padding-left: 10%;
    padding-right: 0%;
    padding-top: clamp(30px, 4.5vw, 56px);
  }

  body.sidebar-open::before {
    width: 100%;
    height: 100%;
    background-color: rgba(236, 236, 236, 0.8);
    z-index: 9;
    background-image: none !important;
    opacity: 1;
    position: fixed;
    backdrop-filter: blur(5px);
  }

  .wp-sidebar-popup .wp-block-group.wp-block-widget-area.wp-block-sidebar {
    max-width: 435px;
    top: 30px;
    height: calc(100% - 60px);
  }

  .sidebar-open .wp-sidebar-popup .wp-block-group.wp-block-widget-area.wp-block-sidebar {
    opacity: 1;
    visibility: visible;
    left: 30px;
    top: 30px;
  }

  .has-4-col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex: 0 0 calc(50% - 1em) !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 23.5%;
    margin-right: 1.5%;
    margin-left: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    padding: 0;
    border: none;
    margin: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block span.wc-block-components-checkout-order-summary__title-icon {
    display: none;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100% !important;
    top: 0;
    border-radius: 12px !important;
    box-shadow: 0px 24px 26px -12px #4F4C4C57 !important;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    display: none;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    width: 100%;
    background: #fff;
  }

  .treatments-grid>div {
    width: 25%;
  }

  .wp-block-header::before {
    width: 170px;
    height: 250px;
    opacity: 0.8;
  }

  .wp-block-group.alignfull.no-margin-top.header-media-inner-post.shop-header .wp-block-cover {
    padding-bottom: 70px;
  }

  .wp-block-post-template.is-layout-grid,
  .is-layout-flex.wp-block-columns {
    gap: 2rem !important;
  }

  .wp-block-columns.wp-block-sidebar-on-right,
  .wp-block-columns.wp-block-sidebar-on-left {
    gap: 3.5rem !important;
  }

  .archive .wp-block-post-template>li .wp-block-post-meta,
  .wp-block-featured-articles .wp-block-group.wp-block-post-meta {
    position: absolute;
    bottom: 40px;
  }

  .wp-block-featured-articles .wp-block-post-group {
    position: relative;
    padding-bottom: 50px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image {
    position: absolute;
    width: 120px;
    height: 120px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-one {
    left: -70px;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product,
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 calc(33.333% - (2em / 3));
    /* Subtract total horizontal gap per item */
    max-width: calc(33.333% - (2rem / 3));
  }
}

/* --- > 991px
-------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .header-media-inner-post .wp-block-group.wp-block-header-images {
    display: none;
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }

  .wp-block-sidebar-on-left.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .wp-block-sidebar-on-right.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-sidebar-on-right.wp-block-columns,
  .wp-block-sidebar-on-left.wp-block-columns {
    flex-wrap: wrap !important;
  }

  #wp-block-package-content {
    max-width: 600px;
    margin: 0 auto;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    overflow: auto;
    padding-bottom: 14px;
    margin-bottom: 0;
  }

  .wp-block-columns.wp-block-package-columns {
    display: block;
  }

  .wp-block-columns.wp-block-package-columns>.wp-block-column:not(:last-child) {
    margin-bottom: 42px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 21px;
  }

  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    top: -63px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 7px 15px;
    display: flex;
    width: max-content;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-right: 7px;
  }
}

/* --- > 991px
-------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .wp-block-text-with-round-images::before {
    left: auto;
    transform: none;
    right: 5%;
  }

  .wp-block-text-with-round-images .wp-block-columns {
    flex-direction: row;
  }
}

/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .wc-block-next-previous-buttons {
    margin-top: -120px !important;
  }

  .wp-block-column-sidebar .wp-block-sidebar {
    padding: 42px;
  }

  .wp-block-columns.wp-main-col .wp-block-column {
    flex: 1 !important;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section {
    margin-bottom: var(--wp--custom--spacing--section-block-bottom);
  }

  .wp-menu-block {
    padding: 42px !important;
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em);
  }

  .left-content-right-media .wp-block-columns,
  .left-media-right-content .wp-block-columns {
    gap: 5rem !important;
  }

  .wp-block-columns.wp-single-product-column {
    gap: 3rem !important;
  }

  .wp-filter-button .wp-element-button:before {
    width: 28px;
    height: 28px;
  }

  .wp-block-checkout-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 55%;
  }

  .wp-filter-button .wp-element-button {
    background-color: transparent !important;
    border-radius: 32px !important;
    border: 1.5px dashed !important;
    color: var(--wp--preset--color--foreground) !important;
    display: flex;
    align-items: center;
    padding: 12px 26px;
    font-size: 16px;
  }

  .wp-filter-button .wp-element-button:hover,
  .wp-filter-button .wp-element-button:focus {
    background-color: var(--wp--preset--color--button-color) !important;
    color: var(--wp--preset--color--background) !important;
    border: 1.5px dashed var(--wp--preset--color--button-color) !important;
  }

  .woocommerce-checkout.woocommerce-order-received main::before {
    display: none;
  }

  .woocommerce-checkout main::before {
    position: absolute !important;
    width: 40%;
    height: 100%;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    content: '';
    z-index: -1;
    right: 0;
    box-shadow: 0px 0px 80px -15px #8E848526;
  }

  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    width: 35%;
    box-sizing: border-box;
    padding-left: 5%;
    position: relative;
    padding-top: 0 !important;
  }

  .wp-block-group.alignfull.no-margin-top.header-media-inner-post.shop-header .wp-block-cover {
    padding-bottom: 100px;
  }

  .header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first {
    left: 0%;
  }

  .header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-second {
    right: 0%;
  }

  .header-media-inner-post .wp-block-group.wp-block-header-images figure.wp-block-image.wp-block-header-image-first::before {
    left: -64%;
  }

  .columns-4.wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .treatments-grid>div {
    width: 20%;
  }

  .wp-block-post-template li {
    transition: all 0.4s;
  }

  .wp-block-post-template li:hover,
  .wp-block-post-template li:focus {
    transform: translateY(-6px);
    box-shadow: 0px 50px 120px -35px #685c5d26;
  }

  .wp-block-post-template li .wp-block-post-wrapper {
    display: flex;
  }

  .wp-block-text-with-round-images::before {
    width: 520px;
    height: 260px;
    border-bottom-left-radius: 260px;
    border-bottom-right-radius: 260px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image {
    position: absolute;
    width: 160px;
    height: 160px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-one {
    left: -105px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-two {
    top: 20%;
    right: 5%;
    margin-top: 70px !important;
  }

  .wp-block-post-template li .wp-block-post-featured-image {
    flex: 0 0 35%;
  }

  .wp-block-post-template li .wp-block-post-container {
    flex: 0 0 65%;
  }

  .wp-block-post-template li:not(.has-post-thumbnail) .wp-block-post-container {
    flex: 0 0 100%;
  }

  .has-4-col.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}

/* --- > 1199px
-------------------------------------------------------- */
@media screen and (max-width: 74.9375em) {
  .wp-block-header .wp-block-navigation {
    order: 3;
    margin-left: 0;
  }

  .wp-block-header .wp-block-header-right {
    margin-left: auto;
    margin-right: 0;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container li {
    padding: 7px 0;
  }

  .wp-block-columns.wp-product-category-with-sidebar {
    display: block;
  }
}

/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {

  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__container>.current-menu-item>.wp-block-navigation-item__content,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation .wp-block-navigation__submenu-icon,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation-item__content {
    color: var(--wp--preset--color--light) !important;
  }

  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__container>.current-menu-item>.wp-block-navigation-item__content:hover,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation .wp-block-navigation__submenu-icon:hover,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--link-color) !important;
  }

  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__submenu-container .wp-block-navigation__container>.current-menu-item>.wp-block-navigation-item__content,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__submenu-container .wp-block-navigation .wp-block-navigation__submenu-icon,
  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    color: var(--wp--preset--color--title) !important;
  }

  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation {
    color: var(--wp--preset--color--light) !important;
  }

  body:has(.wp-block-header-media-cover) .wp-block-header .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-submenu .wp-block-navigation-item__content {
    color: var(--wp--preset--color--title) !important;
  }

  .wc-block-next-previous-buttons {
    margin-top: -145px !important;
  }

  .wp-block-header .wp-block-navigation__container {
    gap: 2.5rem;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    margin: 20px -10px !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0 10px;
  }

  .wc-block-grid.has-3-columns .wc-block-grid__products {
    gap: 2rem 1.5rem;
  }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-buttons.wp-filter-button,
  .wp-product-category-with-sidebar.wp-sidebar-on-right .wp-block-buttons.wp-filter-button,
  .wp-product-category-with-sidebar.wp-sidebar-on-right .wp-sidebar-close-btn,
  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-sidebar-close-btn {
    display: none;
  }

  .wp-sidebar-popup.wp-sidebar-on-left .wp-block-group.wp-block-widget-area.wp-block-sidebar,
  .wp-sidebar-popup.wp-sidebar-on-right .wp-block-group.wp-block-widget-area.wp-block-sidebar {
    max-width: initial;
    top: 0;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    padding: 0;
    left: 0;
    overflow: initial;
  }

  .wp-sidebar-on-right .wp-filter-title,
  .wp-sidebar-on-left .wp-filter-title {
    font-size: 20px !important;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    margin-top: 0;
  }

  .wp-sidebar-on-right .wp-filter-title::before,
  .wp-sidebar-on-left .wp-filter-title::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 28px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='20' viewBox='0 0 29 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0578 19.2013C19.9078 19.2013 21.4378 17.8113 21.6778 16.0313L28.0078 16.0313C28.2878 16.0313 28.5078 15.8113 28.5078 15.5313C28.5078 15.2513 28.2878 15.0313 28.0078 15.0313L21.6778 15.0313C21.4278 13.2413 19.9078 11.8613 18.0578 11.8613C16.2078 11.8613 14.6778 13.2513 14.4378 15.0313L0.497803 15.0313C0.217802 15.0313 -0.00219741 15.2513 -0.00219743 15.5313C-0.00219744 15.8113 0.217802 16.0313 0.497803 16.0313L14.4378 16.0313C14.6878 17.8213 16.2078 19.2013 18.0578 19.2013ZM15.3878 15.5213C15.3878 14.0513 16.5878 12.8513 18.0578 12.8513C19.5278 12.8513 20.7278 14.0513 20.7278 15.5213C20.7278 16.9913 19.5278 18.1913 18.0578 18.1913C16.5878 18.1913 15.3878 16.9913 15.3878 15.5213Z' fill='black'/%3E%3Cpath d='M11.5578 4.96884L28.0078 4.96884C28.2878 4.96884 28.5078 4.74884 28.5078 4.46884C28.5078 4.18884 28.2878 3.96884 28.0078 3.96884L11.5578 3.96884C11.3078 2.17884 9.78781 0.798827 7.93781 0.798827C6.0878 0.798827 4.55781 2.18884 4.31781 3.96884L0.497803 3.96884C0.217802 3.96884 -0.00219741 4.18884 -0.00219743 4.46884C-0.00219744 4.74884 0.217802 4.96884 0.497803 4.96884L4.31781 4.96884C4.56781 6.75884 6.0878 8.13882 7.9378 8.13882C9.78781 8.13882 11.3178 6.74884 11.5578 4.96884ZM5.26782 4.46884C5.26782 2.99884 6.46781 1.79883 7.93781 1.79883C9.4078 1.79883 10.6078 2.99884 10.6078 4.46884C10.6078 5.93884 9.4078 7.13882 7.9378 7.13882C6.46781 7.13882 5.26782 5.93884 5.26782 4.46884Z' fill='black'/%3E%3C/svg%3E");
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 calc(33.333% - (3em / 3));
    max-width: calc(33.333% - (3rem / 3));
  }

  .wp-block-site-logo .fallback-logo {
    width: 205px !important;
  }

  .wp-block-header-right {
    gap: 0.5rem;
  }

  .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    position: relative;
    padding: 5px 0;
  }

  .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content::before {
    content: "";
    border-bottom: 2px solid var(--wp--preset--color--text-link);
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
  }

  .wp-block-navigation__submenu-container {
    position: relative;
    background: transparent !important;
    /* let the pseudo-element handle visual background */
    border-radius: 12px;
    box-shadow: 0px 24px 26px -12px #4F4C4C57;
    min-width: 260px !important;
    left: 0 !important;
    z-index: 10;
    padding: 0;
  }

  .wp-block-navigation__submenu-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: white;
    /* or match your background */
    border-radius: 12px;
    z-index: -1;
    pointer-events: none;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding-inline: 15px !important;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child {
    padding-top: 15px;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
    padding-bottom: 15px;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 10px 50px 10px 15px !important;
    border-radius: 5px;
    position: relative;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__content::before {
    position: absolute !important;
    left: auto !important;
    top: 50% !important;
    width: 24px !important;
    height: 15px !important;
    content: '' !important;
    transition: all 0.4s !important;
    transform: translateY(-50%) !important;
    right: 15px !important;
    opacity: 0;
    transition: all 0.4s;
    background: url(assets/images/submenu-arrow.svg) no-repeat;
    background-size: 100%;
    display: block;
    opacity: 0;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--title) !important;
    background-color: var(--wp--preset--color--body-background-deep);
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover::before,
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover::after,
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus::before,
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus::after {
    opacity: 1;
  }

  .wp-block-text-with-round-images::before {
    width: 600px;
    height: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-two {
    margin-top: 100px !important;
    right: 0%;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-one {
    left: -90px;
  }

  .wp-block-header .wp-block-buttons.wp-search-close {
    margin-bottom: 42px;
  }

  .wp-block-group.wp-social-container {
    padding: 35px 0 70px;
  }

  .wp-social-container .wp-block-search__button svg {
    width: 38px;
    height: 38px;
  }
}

/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .wp-block-text-with-round-images::before {
    width: 650px;
    height: 325px;
    border-bottom-left-radius: 325px;
    border-bottom-right-radius: 325px;
  }

  .wp-block-header-media.has-cover-image .alignwide>* {
    padding-inline: 0;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image {
    padding-right: 50px;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image::before {
    content: '';
    width: 200px;
    height: 200px;
    bottom: -50px;
  }

  .wp-block-column.wp-block-package-column {
    padding-inline: 42px 42px 56px !important;
  }

  .wp-block-landing-header::before {
    opacity: 0.3;
    top: -12%;
    width: 40vw !important;
  }

  .wp-block-woocommerce-product-details {
    margin-top: 70px;
  }

  .columns-4.wp-block-post-template {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wp-block-header::before {
    width: 210px;
    height: 338px;
  }

  .treatments-grid>div {
    width: 12.5%;
  }

  .accordion .accordion-item .accordion-header {
    padding: 28px 70px 28px 40px;
  }

  .accordion .accordion-item .accordion-header::before {
    top: 35px;
    right: 40px;
  }

  .accordion .accordion-item .accordion-header.active::before {
    top: 40px;
    right: 42px;
  }

  .accordion .accordion-item .accordion-content {
    padding: 0 40px 0;
  }

  .contact-information>.wp-block-group:not(:last-child) {
    margin-bottom: 42px;
  }

  .wp-block-columns.wp-single-product-column {
    gap: 5rem !important;
  }

  .wp-block-section .media-on-left .wp-block-media-text__content {
    padding-right: 15%;
  }

  .wp-block-section .media-on-right .wp-block-media-text__content {
    padding-left: 15%;
    padding-right: 10%;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image {
    position: absolute;
    width: 190px;
    height: 190px;
  }

  .wp-block-header-media .wp-block-buttons {
    gap: 2rem;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__products {
    gap: 2rem 1.5rem;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 calc(25% - (4.5em / 4));
    max-width: calc(25% - (4.5rem / 4));
  }
}

/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .wc-block-next-previous-buttons {
    margin-top: -165px !important;
  }

  .wp-block-landing-header .wp-header-main-image .main-image-wrapper {
    padding-right: 0;
  }

  .wp-block-landing-header .wp-header-main-image .wp-float-card.card-2 {
    right: -10%;
  }

  .wp-star-reviews+.wp-star-reviews {
    margin-left: 30px;
  }
}

/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-header>.wp-block-group {
    gap: 0;
  }

  .wp-block-landing-header::before {
    width: 30vw !important;
    opacity: 0.6;
  }

  .woocommerce-checkout main::before {
    width: 42%;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image {
    padding-right: 60px;
  }

  .wp-block-group.wp-custom-my-account.wp-block-section .wp-account-login-image::before {
    content: '';
    width: 240px;
    height: 240px;
    bottom: -60px;
  }

  .wp-block-column.wp-block-package-column .wp-block-list {
    padding-inline: 15px !important;
  }

  .wp-block-site-logo-wrapper,
  .wp-block-header-right {
    width: 22%;
  }

  .left-content-right-media .wp-block-columns,
  .left-media-right-content .wp-block-columns {
    gap: 7rem !important;
  }

  .wp-block-header .wp-block-navigation {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    gap: 0.5rem 2.5rem;
  }

  .wp-block-section .media-on-right .wp-block-media-text__content {
    padding-left: 20%;
  }

  .wp-block-text-with-round-images::before {
    width: 752px;
    height: 376px;
    border-bottom-left-radius: 376px;
    border-bottom-right-radius: 376px;
    right: auto;
    left: 55%;
  }

  .wp-block-group.alignfull.wp-block-header.header-transparent {
    padding-inline: 50px !important;
  }

  .wp-block-header .wp-block-navigation {
    width: 56%;
    padding: 0 30px;
    box-sizing: border-box;
    gap: 0.5rem 2.5rem;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-two {
    margin-top: 160px !important;
    right: -15%;
  }

  .wp-block-text-with-round-images .wp-round-images .wp-round-image.round-image-one {
    left: -70px;
  }

  .wp-block-group.alignfull.wp-block-header.header-transparent {
    padding-inline: 70px !important;
  }
}

/* --- > 1824px
-------------------------------------------------------- */
@media only screen and (min-width: 120em) {

  .wp-block-site-logo-wrapper,
  .wp-block-header-right {
    width: 25%;
  }

  .wp-block-header .wp-block-navigation {
    width: 50%;
    gap: 0.5rem 3rem;
  }

  .wp-block-section .media-on-right .wp-block-media-text__content {
    padding-left: 25%;
  }
}

/* --- > 1920px
-------------------------------------------------------- */