@charset "UTF-8";
/*
Theme Name: High Life
Theme URI: https://catchthemes.com/themes/high-life
Author: Catch Themes
Author URI: https://catchthemes.com
Description: High Life is a beautiful and vibrant free electronics WordPress eCommerce block theme. The theme is ideal for tech stores, gadgets and mobile stores, digital stores, multivendor shops, and any other electrical appliance-related sites. Its clean style makes the theme a good fit for selling electronics and also can be used for any other eCommerce niche. The theme is beautifully designed that will encourage visitors to purchase and review high-end products. This eCommerce theme lets you manage your electronics store and transform the offline market into a spacious digitalized eCommerce platform. The High Life is the theme that you need to set up your online electronics store and reach new heights in the business. There are 17+ block patterns, 17 Templates, and 11 Template Parts. Some of the block patterns are 404 Header, Archive Post Header, Blog Header, Featured Category, Footer Three Columns, Header Media, Header With Cart Banner, Hero Content With Collage Images, Hidden 404, Latest Products, Post Header, Quick Contact Form, Search Header, Shop Header, Sidebar Products, Trending Products, and many more. The theme has a powerful and user-friendly customizer panel that enhances your developing experience. It has clean and secure theme codes. And, the theme has speed optimized page, making it load faster.
Tested up to: 6.8
Requires at least: 5.9
Requires PHP: 7.4
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: high-life
Tags: e-commerce, blog, portfolio, one-column, two-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing, threaded-comments, wide-blocks, translation-ready

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

High Life is based on Catch FSE WordPress Theme, 2012-2022 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- 1
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch; }

a:hover,
a:focus {
  text-decoration-style: dashed; }

a:active {
  text-decoration: none; }

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  text-decoration-style: solid; }

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(.667em + 2px) calc(1.333em + 2px); }

.wp-block-sidebar .wp-block-widget {
  background: transparent;
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  border-radius: 10px;
  padding: 30px; }

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button:not(.is-style-button) .wp-block-button__link:hover {
  opacity: 1; }

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * High Life Pro. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks .wp-block-section,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset; }

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit; }

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer); }

/* (Custom) - Added this code to make group and cover full width in editor which has alignfull class(after 6.0) */
body > .is-root-container:not(.wp-site-blocks),
body > .is-root-container:not(.wp-site-blocks) .wp-block-group.alignfull,
body > .is-root-container:not(.wp-site-blocks) .wp-block-cover.alignfull {
  padding-left: 0;
  padding-right: 0; }

.is-root-container {
  display: flow-root; }

:root {
  overflow-x: hidden; }

.is-root-container main.main-front-page,
.is-root-container main.main-front-page + footer {
  margin-block-start: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* End */
/* --- 2
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Group Style
-------------------------------------------------------- */
.wp-block-section.is-style-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

/* --- WP Block Columns Style
-------------------------------------------------------- */
.wp-block-columns.is-style-have-gap-0 {
  gap: 0; }

/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-button .wp-block-button__link:hover,
.wp-block-button.is-style-button .wp-block-button__link:focus {
  color: var(--wp--preset--color--text-link); }

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background: transparent !important; }

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

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-post-author-card {
  background-color: var(--wp--preset--color--tertiary);
  padding: var(--wp--custom--spacing--extra-small); }

.is-style-post-author-card.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px; }

.is-style-post-author-card.wp-block-post-author .wp-block-post-author__bio {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  line-height: var(--wp--custom--typography--line-height--heading-six); }

.is-style-post-author-card.wp-block-post-author .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--foreground); }

.is-style-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar {
  border-radius: 50%; }

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments li {
  list-style-type: none; }

.wp-block-post-comments.is-style-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments.is-style-post-comments .commentlist > li > article {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal); }

.wp-block-post-comments.is-style-post-comments .commentlist > li:last-child > article {
  border: none; }

.wp-block-post-comments.is-style-post-comments .commentlist .comment-body > *:last-child,
.wp-block-post-comments.is-style-post-comments .comment-respond > *:last-child,
.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form > *:last-child,
.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form > P:last-of-type {
  margin-bottom: 0; }

.wp-block-post-comments.is-style-post-comments .comment-meta {
  font-size: 1em; }

.wp-block-post-comments.is-style-post-comments .comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-bottom: 7px; }

.wp-block-post-comments.is-style-post-comments .comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 21px; }

.wp-block-post-comments.is-style-post-comments .comment-content {
  margin-left: 81px;
  margin-top: 20px; }

.wp-block-post-comments.is-style-post-comments .comment-metadata {
  color: var(--wp--preset--color--meta);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62; }

.wp-block-post-comments.is-style-post-comments .comment-metadata a,
.wp-block-post-comments.is-style-post-comments .comment-author .fn .url {
  text-decoration: none; }

.wp-block-post-comments.is-style-post-comments .comment-metadata a {
  color: var(--wp--preset--color--meta); }

.wp-block-post-comments.is-style-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-post-comments .comment-metadata a:focus,
.wp-block-post-comments.is-style-post-comments .comment-author .fn .url:hover,
.wp-block-post-comments.is-style-post-comments .comment-author .fn .url:focus {
  color: var(--wp--preset--color--button-color); }

.wp-block-post-comments.is-style-post-comments .comment-metadata > *:not(:last-child) {
  padding-right: 10px; }

.wp-block-post-comments.is-style-post-comments .reply {
  font-size: var(--wp--preset--font-size--small);
  margin-left: 81px; }

.wp-block-post-comments.is-style-post-comments .reply a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-post-comments.is-style-post-comments .reply a:hover,
.wp-block-post-comments.is-style-post-comments .reply a:focus {
  color: var(--wp--preset--color--button-color); }

.wp-block-post-comments.is-style-post-comments .comment-respond {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  margin-top: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--wp-comment-vertical);
  padding-right: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
  padding-left: var(--wp--custom--spacing--wp-comment-horizontal);
  text-align: center; }

.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form a,
.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments.is-style-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--extra-small);
  text-decoration: none; }

.wp-block-post-comments.is-style-post-comments textarea:focus,
.wp-block-post-comments.is-style-post-comments input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground); }

.form-submit.wp-block-button {
  text-align: center; }

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments.is-style-latest-comments {
  margin-top: 0;
  padding: 0; }

.wp-block-latest-comments.is-style-latest-comments a {
  text-decoration: none; }

.wp-block-latest-comments.is-style-latest-comments .wp-block-latest-comments__comment {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
  margin-bottom: 0; }

.wp-block-latest-comments.is-style-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-latest-comments.is-style-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-top: 20px; }

.wp-block-latest-comments.is-style-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  margin-top: 7px; }

.wp-block-latest-comments.is-style-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

/* --- WP Block Quote Style
-------------------------------------------------------- */
.wp-block-quote.is-style-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-top: 0; }

.wp-block-quote.is-style-block-quote,
.wp-block-quote.is-style-block-quote.has-text-align-left,
.wp-block-quote.is-style-block-quote.has-text-align-right,
.wp-block-quote.is-style-block-quote.has-text-align-center {
  border: 0;
  position: relative;
  padding: 105px 35px 35px 35px;
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-quote.is-style-block-quote:before {
  color: var(--wp--preset--color--pantone-blue);
  content: "\201C";
  display: block;
  float: left;
  font-family: Arial;
  font-size: clamp(100px, 7.5vw, 130px);
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 0;
  line-height: 1;
  position: absolute;
  margin-top: 0;
  top: 25px; }

.wp-block-quote.is-style-block-quote.has-text-align-left:before {
  left: unset;
  transform: none; }

.wp-block-quote.is-style-block-quote.has-text-align-right:before {
  left: unset;
  right: 35px; }

.wp-block-quote.is-style-block-quote.has-text-align-center:before {
  left: 50%;
  transform: translateX(-50%); }

.wp-block-quote.is-style-block-quote cite,
.wp-block-quote.is-style-block-quote footer {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-quote.is-style-block-quote.is-style-large,
.wp-block-quote.is-style-block-quote.is-large {
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Pullquote Style
-------------------------------------------------------- */
.wp-block-pullquote.is-style-pullquote {
  border-bottom-color: var(--wp--preset--color--pantone-blue);
  border-top-color: var(--wp--preset--color--pantone-blue);
  padding: 1.75em 0; }

.wp-block-pullquote.is-style-pullquote blockquote {
  margin: 0; }

.wp-block-pullquote.is-style-pullquote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-top: 0; }

.wp-block-pullquote.is-style-pullquote cite,
.wp-block-pullquote.is-style-pullquote footer,
.wp-block-pullquote.is-style-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size--small);
  text-transform: none; }

.wp-block-pullquote.is-style-pullquote.alignleft,
.wp-block-pullquote.is-style-pullquote.alignright,
.wp-block[data-align="left"] .wp-block-pullquote.is-style-pullquote,
.wp-block[data-align="right"] .wp-block-pullquote.is-style-pullquote {
  border-bottom: 0;
  border-top: 0; }

.wp-block-pullquote.is-style-pullquote.alignleft,
.wp-block[data-align="left"] .wp-block-pullquote.is-style-pullquote {
  border-left: 4px solid var(--wp--preset--color--pantone-blue);
  padding: 0 0 0 1.75em; }

.wp-block-pullquote.is-style-pullquote.alignright,
.wp-block[data-align="right"] .wp-block-pullquote.is-style-pullquote {
  border-right: 4px solid var(--wp--preset--color--pantone-blue);
  padding: 0 1.75em 0 0; }

/* --- WP Block Table Style
-------------------------------------------------------- */
.wp-block-table.is-style-wp-table td,
.wp-block-table.is-style-wp-table th {
  border-color: var(--wp--preset--color--border-color);
  padding: 0.5em 1.4em; }

.wp-block-table.is-style-wp-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

.wp-block-table.is-style-wp-table thead {
  border-bottom: 0; }

.wp-block-table tfoot {
  border-top: 0; }

.wp-block-table.is-style-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-wp-table table {
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-table.is-style-wp-table td {
  border-bottom: 0;
  border-top: 0; }

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted,
.wp-block-verse.is-style-wp-verse {
  background-color: var(--wp--preset--color--tertiary);
  box-sizing: border-box;
  font-family: 'Courier Prime', monospace;
  padding: var(--wp--custom--spacing--extra-small);
  overflow: auto;
  word-wrap: break-word; }

/* --- 3
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  transition: all 0.5s ease; }

.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
  position: relative; }

.wp-block-section .wp-block-group-heading h2 {
  font-size: var(--wp--preset--font-size--section-heading); }

.wp-block-group-heading h6,
.wp-block-cover .wp-block-group-heading h6 {
  color: var(--wp--preset--color--text-link); }

@media screen and (max-width: 48.8125em) {
  .wp-block-group-heading .wp-block-buttons {
    justify-content: flex-start; } }
.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

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);
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  margin-top: 0; }

body > .is-root-container main {
  padding-left: 0 !important;
  padding-right: 0 !important; }

body.home .wp-site-blocks main {
  margin-top: 0; }

body:not(.home) .wp-site-blocks main main,
.wp-site-blocks main main {
  padding: 0; }

body.search-toggle::before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  opacity: 0.7;
  z-index: 2;
  cursor: url(assets/images/cancel-close.png), auto; }

.error404 main .wp-block-search,
.single.post-template-default main .wp-block-template-part {
  margin-bottom: 1.75em; }

.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; }

.no-margin-top {
  margin-top: 0; }

.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 21px; }

.is-stacked-on-mobile .wp-block-media-text__media img {
  display: block;
  border-radius: 10px; }

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.page-template-front .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.wp-block-section-content h2 {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-post-template.is-flex-container {
  gap: 2.4em; }

/* For case study mobile view */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.case-study-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 50% !important; } }
ul li::marker {
  color: var(--wp--preset--color--text-link); }

.header-media-inner-post .wp-block-cover__inner-container {
  max-width: 920px; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header .page-title {
  display: none; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header {
  margin-bottom: 0; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header .page-title + .term-description p {
  margin-block-start: 0; }

.header-media-inner-post .wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--heading-one);
  line-height: var(--wp--custom--typography--line-height--heading-one);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

#to_top_scrollup {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-light);
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
  visibility: hidden; }

#to_top_scrollup:hover,
#to_top_scrollup:focus {
  background: var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  border-radius: 50%; }

/* --- WP Block Header
-------------------------------------------------------- */
header {
  position: static !important; }

header:before {
  z-index: 2 !important;
  max-height: 150px; }

.wp-block-main-header .wp-block-buttons .is-style-outline > :where(.wp-block-button__link),
.wp-block-main-header .wp-block-buttons :where(.wp-block-button__link).is-style-outline {
  padding: 9px 28px; }

header .wp-block-buttons .wp-block-button__link {
  margin-top: 0; }

.woocommerce-account .wp-site-blocks .wp-block-main-header,
.woocommerce-checkout .wp-site-blocks .wp-block-main-header,
.woocommerce-cart .wp-site-blocks .wp-block-main-header,
.single-product .wp-site-blocks .wp-block-main-header {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  z-index: 99; }

.wp-block-main-header .wp-block-group .wp-block-buttons.wp-block-account .wp-block-button .wp-block-button__link {
  padding: 0.75em 0.6em;
  background-color: transparent;
  color: var(--wp--preset--color--color-light);
  position: relative;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  background-size: 100%;
  text-indent: -900px;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .wp-block-main-header .wp-block-group .wp-block-buttons.wp-block-account .wp-block-button .wp-block-button__link::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(./assets/images/user-account.svg) no-repeat center center;
    background-size: 100%;
    transition: all 0.4s ease; }
  .wp-block-main-header .wp-block-group .wp-block-buttons.wp-block-account .wp-block-button .wp-block-button__link::after {
    display: none; }
  .wp-block-main-header .wp-block-group .wp-block-buttons.wp-block-account .wp-block-button .wp-block-button__link:hover::before {
    opacity: 0.6; }

.woocommerce-account .header-transparent .wp-block-main-header .wp-block-group .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  filter: none; }

.header-transparent .wp-block-main-header .wp-block-group .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  filter: invert(1); }

.wp-header-right .wp-block-high-life-header-search,
.wp-header-right .wp-block-buttons.wp-block-account {
  display: none; }

.wp-block-main-header .wp-block-high-life-header-search button:hover svg {
  opacity: 0.6; }

.search-toggle .wp-block-main-header::before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  opacity: 0.7;
  z-index: 2; }

.woocommerce div.product form.cart button.single_add_to_cart_button {
  min-height: 55px;
  font-size: var(--wp--preset--font-size--normal); }

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title {
  text-transform: capitalize;
  line-height: 1.31; }

.wp-block-site-title a {
  text-decoration: none;
  color: var(--wp--preset--color--foreground); }

.wp-block-site-title a:hover,
.wp-block-site-title a:focus {
  color: var(--wp--preset--color--button-color); }

.wp-block-site-tagline {
  opacity: 0.6; }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
@media screen and (max-width: 74.9375em) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
    padding-bottom: 0; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0; } }
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none; }

.wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0; }

.wp-block-navigation .wp-block-navigation__submenu-container {
  padding: 7px 0; }

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  z-index: 4;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  top: 100%;
  padding: 14px 7px;
  transition: all 0.4s;
  min-width: 240px;
  height: auto; }

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 240px !important; }

.wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container {
  top: 100%; }

.wp-block-centered-menu .wp-block-navigation {
  text-align: center; }

.wp-block-navigation .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--regular); }

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--secondary); }

.header-transparent .wp-block-navigation-submenu .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  stroke: var(--wp--preset--color--primary); }

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: 0;
  right: auto; }

.wp-block-main-header .wp-block-fse-pro-header-search,
.wp-block-main-header .wp-block-fse-pro-icons {
  display: none; }

body .wp-block-main-header .is-layout-flex {
  gap: 0; }

.wp-block-main-header .wp-block-navigation,
.wp-block-main-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  margin-left: auto; }

.wp-block-main-header .wp-block-navigation .wp-block-navigation {
  margin: 0; }

/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-button {
  background-image: var(--wp--preset--gradient--button-bg-color);
  transform: skew(-15deg);
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex !important;
  transition: all 0.4s; }
  .wp-block-button .wp-block-button__link {
    transform: skew(15deg); }
  .wp-block-button.is-style-button, .wp-block-button.is-style-button:hover {
    background-image: none;
    overflow: initial; }
  .wp-block-button.is-style-outline {
    background-image: none;
    border: 2px solid var(--wp--preset--color--pantone-blue); }
  .wp-block-button:hover {
    background-image: var(--wp--preset--gradient--hover-button-bg-color);
    transform: skew(-15deg); }
  .wp-block-button .wp-element-button {
    transform: skew(15deg);
    display: block; }

.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.tnp-subscription-minimal form input.tnp-submit {
  background-color: transparent;
  background-image: var(--wp--preset--gradient--button-bg-color);
  border-radius: 10px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding-top: max(0.7rem, 0.75vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.75vw);
  padding-left: max(1.5rem, 1.85vw);
  text-transform: capitalize;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin: 0; }
  .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
  .wp-block-button .wp-block-button__link:hover,
  .wp-block-button .wp-block-button__link:focus,
  .wp-block-query-pagination-previous:hover,
  .wp-block-query-pagination-previous:focus,
  .wp-block-query-pagination-next:hover,
  .wp-block-query-pagination-next:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
  .wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
  .tnp-subscription-minimal form input.tnp-submit:hover,
  .tnp-subscription-minimal form input.tnp-submit:focus {
    background: transparent;
    color: var(--wp--preset--color--color-light);
    background-image: var(--wp--preset--gradient--hover-button-bg-color); }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-image: var(--wp--preset--gradient--button-bg-color);
  border-radius: 10px; }

.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 1px solid; }

.wp-block-button__link,
.tnp-subscription-minimal form input.tnp-submit {
  transition: all 0.3s ease-in-out; }

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tnp-subscription-minimal form input.tnp-submit:hover,
.tnp-subscription-minimal form input.tnp-submit:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
  border-color: transparent;
  background-image: var(--wp--preset--gradient--hover-button-bg-color);
  color: var(--wp--preset--color--color-light);
  opacity: 1; }

.is-style-button.wp-block-button .wp-block-button__link,
.is-style-button .wp-block-button__link {
  position: relative;
  padding: 0 0 2px;
  display: flex;
  align-items: center;
  margin: 0;
  background-color: transparent;
  overflow: visible;
  background-image: none;
  color: var(--wp--preset--color--pantone-blue); }
  .is-style-button.wp-block-button .wp-block-button__link::after,
  .is-style-button .wp-block-button__link::after {
    display: none; }
  .is-style-button.wp-block-button .wp-block-button__link:hover, .is-style-button.wp-block-button .wp-block-button__link:focus,
  .is-style-button .wp-block-button__link:hover,
  .is-style-button .wp-block-button__link:focus {
    background-color: transparent;
    color: var(--wp--preset--color--pantone-blue);
    background-image: none; }

.is-style-button .wp-block-button__link::before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--wp--preset--color--pantone-blue);
  transition: all 0.4s; }

.is-style-button .wp-block-button__link:hover::before {
  width: 30px; }

/* --- WP Block Mobile Toggle Icon
-------------------------------------------------------- */
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  height: 28px;
  width: 28px; }

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  padding: 7px; }

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0; }

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child {
  margin-inline-start: initial; }

.wp-block-query-pagination-numbers .page-numbers {
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 10px;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: var(--wp--custom--spacing--wp-block-page-numbers);
  font-weight: var(--wp--custom--typography--font-weight--regular); }

.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--color-light);
  background: var(--wp--preset--color--text-link); }

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.wp-block-post-terms__separator {
  display: none; }

.wp-block-post-meta,
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-author p,
.wp-block-post-date a {
  color: var(--wp--preset--color--meta);
  font-size: 12px;
  font-weight: var(--wp--custom--typography--font-weight--normal);
  text-decoration: none;
  text-transform: capitalize; }

.single-post .taxonomy-post_tag.wp-block-post-terms::before,
.single-post .taxonomy-category.wp-block-post-terms:before {
  content: 'Category:';
  margin-right: 14px;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.single-post .taxonomy-post_tag.wp-block-post-terms::before {
  content: 'Tags:'; }

.wp-block-post-meta .wp-block-post-author .icon-user {
  top: 0; }

.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a,
.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 4px 14px; }

.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a:hover,
.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a:focus,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a:hover,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a:focus,
.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus {
  background: var(--wp--preset--color--button-color);
  color: var(--wp--preset--color--color-light);
  border: 1px solid var(--wp--preset--color--button-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 {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  text-transform: uppercase;
  margin-bottom: 7px; }

.post-navigation-link-next {
  margin-top: 21px; }

.wp-block-post-navigation-link a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  display: block; }

.wp-block-post-navigation-link a .post-navigation-link__title,
.wp-block-post-navigation-link a .post-navigation-link__title {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1.7px), currentColor 1px);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: 0 95%;
  padding-bottom: 5px; }

.wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--body-text);
  margin-top: -3px; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.is-flex-container.wp-block-post-template .wp-block-post-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two); }

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

.wp-block-post-template .wp-block-post-title a {
  color: var(--wp--preset--color--foreground); }

.wp-block-post-template .wp-block-post-meta > * {
  align-items: center; }

.wp-block-post-template .wp-block-post-meta svg {
  display: none; }

.post-navigation-link-next svg.icon {
  padding-left: 7px;
  padding-right: 0; }

svg.icon {
  fill: var(--wp--preset--color--body-text);
  height: 14px;
  margin-right: 7px;
  width: 14px;
  position: relative;
  top: 2px; }

.wp-block-post-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-post-excerpt__more-link {
  margin-top: 8px; }

.wp-block-post-template > li {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.wp-block-latest-posts .wp-block-post-template > li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.wp-block-post-featured-image {
  overflow: hidden; }

.wp-block-post-featured-image a {
  position: relative;
  height: auto; }

.wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.05); }

.wp-block-post-author {
  text-transform: capitalize; }

.wp-block-post-featured-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3));
  z-index: 1;
  transition: opacity 0.3s ease-in-out; }

.wp-block-post-featured-image a:hover::before {
  opacity: 1; }

/* --- 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.is-style-large p,
.wp-block-quote.is-large p {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-quote.is-style-plain {
  color: var(--wp--preset--color--foreground); }

.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: 10px; }

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  text-transform: capitalize;
  color: var(--wp--preset--color--foreground);
  opacity: 0.6; }

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--secondary); }

.wp-block-table.is-style-stripes {
  border-bottom: 0; }

.wp-block-table.is-style-stripes thead {
  border: 0;
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 0.5em 1.4em; }

.wp-block-table.is-style-stripe th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-search {
  box-sizing: border-box;
  padding: 21px; }

.wp-block-main-header .wp-block-search .wp-block-search__input {
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--color-dark);
  padding: 7px 21px;
  font-size: var(--wp--custom--typography--font-size--heading-six); }

.wp-block-search button.wp-block-search__button {
  border-radius: 10px; }

.entry-content.wp-block-post-content .wp-block-search button.wp-block-search__button,
.header-media-inner-post .wp-block-search button.wp-block-search__button {
  width: auto;
  margin-left: 10px; }

.wp-block-search__input:focus {
  color: var(--wp--preset--color--foreground); }

.wp-block-search__button {
  background-image: var(--wp--preset--gradient--button-bg-color);
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.wp-block-main-header .wp-block-high-life-header-search button.wp-block-search__button.has-icon,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon {
  background: transparent;
  padding: 0; }
  .wp-block-main-header .wp-block-high-life-header-search button.wp-block-search__button.has-icon::after,
  .wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon::after {
    display: none; }

.wp-block-main-header .wp-block-high-life-header-search button.wp-block-search__button.has-icon svg,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  font-size: 20px; }

.wp-block-sidebar .wp-block-search {
  padding: 0; }

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
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--tertiary);
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  padding: calc(0.667em + 2px);
  font-family: var(--wp--preset--font-family--hind);
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  width: 100%;
  box-sizing: border-box;
  outline-offset: -2px; }

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--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--wp--preset--color--border-color);
  overflow: hidden;
  border: none; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: calc(0.5em + 0.5px); }

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

/* --- WP Block Contact Form 7
-------------------------------------------------------- */
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
  resize: none;
  max-height: 160px; }

.wpcf7-form .two-col .wp-block-col,
.wpcf7-form > p {
  margin-top: 14px; }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 14px; }

.woocommerce form .form-row label,
.comment-respond label,
.wpcf7-form label {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: capitalize;
  margin-bottom: 7px;
  text-align: left; }

.comment-form-cookies-consent label {
  display: inline;
  font-weight: normal; }

.comment-form-comment {
  margin-top: 35px; }

/* --- WP Block Embed
-------------------------------------------------------- */
.wp-block-embed {
  margin-top: var(--wp--style--block-gap); }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image .alignleft {
  margin-right: 2em; }

.wp-block-image .alignright {
  margin-left: 2em; }

/* --- Block Widget
-------------------------------------------------------- */
.wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.75;
  font-weight: var(--wp--custom--typography--font-weight--regular);
  max-width: 100%; }

.wp-block-widget-area .wp-block-site-title a {
  font-size: 24px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-widget-area a {
  text-decoration: none; }

.wp-block-search .wp-block-search__label,
.wp-block-widget-area h3,
.wp-block-widget-area h2 {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground);
  text-transform: capitalize;
  margin-bottom: 21px; }

.wp-block-tag-cloud > a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none;
  border: 1px solid; }

.wp-block-column-sidebar .wp-block-widget-area ul,
.wp-block-column-sidebar ul.wp-block-archives,
.wp-block-column-sidebar .wp-block-categories ul {
  list-style: none;
  padding-left: 0; }

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed; }

.wp-block-widget-area li:after {
  clear: both; }

.wp-block-column-sidebar .wp-block-archives-list > li,
.wp-block-column-sidebar .wp-block-categories-list > li {
  text-align: left; }

.wp-block-column-sidebar .wp-block-archives-list > li > a,
.wp-block-column-sidebar .wp-block-categories-list > li > a {
  float: left; }

/* --- Block Widget Sidebar
-------------------------------------------------------- */
body .is-layout-flex > .wp-block-column-sidebar {
  margin-top: 42px; }

.wp-block-sidebar .wp-block-widget a {
  color: var(--wp--preset--color--foreground); }

.wp-block-sidebar .wp-block-widget .wp-block-archives li,
.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px; }

.woocommerce-info a,
.woocommerce table.shop_table .product-name a,
.wp-block-sidebar .wc-block-product-categories-list li a,
.wp-block-sidebar .wp-block-widget .wp-block-archives li a,
.wp-block-sidebar .wp-block-widget .wp-block-categories li a,
.wp-block-sidebar .wp-block-widget .wp-block-latest-posts__list a.wp-block-latest-posts__post-title {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1.5px), currentColor 1px);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: 0 95%;
  padding-bottom: 3px; }
  .woocommerce-info a:hover,
  .woocommerce table.shop_table .product-name a:hover,
  .wp-block-sidebar .wc-block-product-categories-list li a:hover,
  .wp-block-sidebar .wp-block-widget .wp-block-archives li a:hover,
  .wp-block-sidebar .wp-block-widget .wp-block-categories li a:hover,
  .wp-block-sidebar .wp-block-widget .wp-block-latest-posts__list a.wp-block-latest-posts__post-title:hover {
    background-size: 100% 95%;
    color: var(--wp--preset--color--pantone-blue); }

.wp-block-sidebar .wc-block-product-categories-list li a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.wp-block-sidebar .wp-block-widget .wp-block-archives li:last-child,
.wp-block-sidebar .wp-block-widget .wp-block-categories li:last-child {
  margin-bottom: 0; }

.wp-block-sidebar .wp-block-widget .wp-block-archives li:before,
.wp-block-sidebar .wp-block-widget .wp-block-categories li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  background-image: url("assets/images/folder.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%; }

.wp-block-sidebar > *:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget); }

.wp-block-sidebar > * h2 {
  margin-bottom: 21px; }

.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 21px;
  padding-bottom: 21px; }

.wp-block-widget-area .wp-block-latest-posts__list > li > a {
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.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--tiny);
  line-height: 1.62;
  margin-top: 5px; }

/* --- Block Footer style
-------------------------------------------------------- */
footer .wp-block-image {
  margin-top: 0; }

footer > * + * {
  margin-block-start: 0 !important; }

.wp-block-footer {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.footer-dark {
  background-color: var(--wp--preset--color--night-rider);
  color: var(--wp--preset--color--meta); }

.footer-dark a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--color-light);
  text-decoration: none; }

.footer-dark .wp-block-footer.wp-block-widget-area a,
.footer-dark .wp-block-footer .wp-block-site-tagline {
  color: var(--wp--preset--color--color-light); }

.footer-dark .wp-block-footer .wp-block-site-tagline {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-top: 4px; }

.footer-dark .wp-block-footer.wp-block-widget-area a:hover,
.footer-dark .wp-block-footer.wp-block-widget-area a:focus {
  color: var(--wp--preset--color--text-link); }

.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--meta);
  padding: 0; }

.footer-dark .wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--meta); }

.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-open,
.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-close,
.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content,
.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:hover,
.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--button-color); }

.footer-dark h1,
.footer-dark h2,
.footer-dark h3,
.footer-dark h4,
.footer-dark h5,
.footer-dark h6 {
  color: var(--wp--preset--color--color-light); }

.footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--night-rider); }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  font-size: 16px;
  font-weight: var(--wp--custom--typography--font-weight--regular);
  text-transform: none; }
  .wp-block-footer .wp-block-navigation .wp-block-navigation-item__content::after {
    display: none; }

.wp-block-footer .wp-block-navigation .wp-block-page-list,
.wp-block-footer .wp-block-navigation__container {
  display: block;
  margin-top: -7px; }

.wp-block-footer.wp-block-footer.wp-block-site-generator .wp-block-page-list,
.wp-block-footer.wp-block-footer.wp-block-site-generator .wp-block-navigation__container {
  display: flex; }

.block-editor-block-list__block.custom-cursor {
  display: none; }

/* --- Block Widget Footer
-------------------------------------------------------- */
.wp-block-footer-widget-area-columns {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical); }

.wp-block-footer.wp-block-site-generator > .wp-block-group {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  padding-bottom: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--wp--preset--color--border-color); }

.wp-block-site-info > p a {
  color: var(--wp--preset--color--color-light); }

.wp-block-site-info > p a:hover,
.wp-block-site-info > p a:focus {
  color: var(--wp--preset--color--text-link); }

.wp-block-widget-area.footer-dark > .wp-block-group {
  border-bottom: 1px solid var(--wp--preset--color--night-rider); }

.wp-block-footer.wp-block-site-generator a {
  text-decoration: none; }

.wp-block-footer .wp-block-widget:not(:last-child),
.wp-block-footer .wp-block-widget > *:not(:last-child),
.wp-block-footer .wp-block-latest-posts__list > li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--tiny); }

.wp-block-widget-area .wp-block-widget figure {
  line-height: 0;
  margin-bottom: 0; }

/* --- WP Block Sections
-------------------------------------------------------- */
.wp-block-section {
  padding-top: var(--wp--custom--spacing--section-block-top);
  padding-bottom: var(--wp--custom--spacing--section-block-top); }

.wp-block-section + .wp-block-section,
.page-template-blank .wp-site-blocks footer,
.page-template-front .wp-site-blocks footer,
footer.wp-block-template-part {
  margin-top: 0; }

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin: 0.15em 0.15em 0 -0.07em;
  font-size: 5em; }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-cover-image,
.wp-block-cover {
  min-height: 320px;
  transition: all 0.3s ease-in-out; }

.header-media-inner-post .wp-block-cover {
  padding-top: 6rem;
  padding-bottom: 3.5rem; }

.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: 320px;
  width: 100%; }

.wp-block-cover.alignleft,
.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] > .wp-block-pullquote,
[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,
.wp-block-pullquote.alignright,
.wp-block[data-align="right"] > .wp-block-pullquote,
[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 {
  color: var(--wp--preset--color--body-text);
  border-color: var(--wp--preset--color--border-color); }

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  opacity: 0.6; }

/* --- WP Block Calendar
-------------------------------------------------------- */
.wp-block-calendar table th {
  border-color: var(--wp--preset--color--border-color);
  background-color: var(--wp--preset--color--secondary); }

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-calendar tbody td#today {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-calendar table caption {
  color: var(--wp--preset--color--foreground);
  margin-bottom: 7px; }

/* --- WP Block Header Search and Social (Toggle)
-------------------------------------------------------- */
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-social .social-container,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-search .search-container {
  left: -30px;
  right: -30px;
  width: calc(100% + 60px); }

.wp-block-main-header {
  position: relative;
  padding: 0 20px;
  z-index: 3;
  background-color: var(--wp--preset--color--secondary); }

body:not(.home) .wp-block-main-header.header-with-cart {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent; }

.wp-block-main-header.header-transparent {
  background-color: transparent; }

.has-modal-open .wp-block-main-header {
  z-index: 9; }

.wp-block-fse-pro-header-social .social-container {
  background: var(--wp--preset--color--secondary); }

.wp-block-fse-pro-header-search svg:hover,
.wp-block-fse-pro-header-search svg:focus,
.wp-block-fse-pro-header-social svg:hover,
.wp-block-fse-pro-header-social svg:focus {
  fill: var(--wp--preset--color--foreground); }

.wp-block-fse-pro-header-search .wp-block-search {
  padding: 0; }

/* New for Social and Search */
.search-container .wp-block-search__button {
  margin-left: 1px; }

.wp-block-main-header .wp-block-main-header-container,
.wp-block-main-header .wp-block-social-search-container {
  gap: 0; }

.wp-block-high-life-header-search .wp-block-search,
.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  left: 0;
  padding: 21px 30px; }

.wp-block-high-life-header-search .search-container {
  padding: 30px; }

.wp-mobile-icon-menu .wp-block-high-life-header-search .wp-block-search {
  padding: 0; }

a:hover svg.icon,
a:focus svg.icon,
.fse-pro-icons svg:hover,
.fse-pro-icons svg:focus,
.content > .video-play:hover svg,
.fse-pro-icons a:hover svg,
.fse-pro-icons a:focus svg,
.wc-block-mini-cart__button:hover path,
.wc-block-mini-cart__button:focus path,
.wp-block-fse-pro-header-search .search-controller:hover svg,
.wp-block-fse-pro-header-search .search-controller:focus svg,
.wp-block-fse-pro-header-social .social-controller:hover svg,
.wp-block-fse-pro-header-social .social-controller:focus svg,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-social-link a:hover,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-social-link a:focus {
  color: var(--wp--preset--color--button-color);
  fill: var(--wp--preset--color--button-color); }

.wp-header-right .wp-block-woocommerce-customer-account,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground); }

.wp-header-right .wp-block-woocommerce-customer-account:hover,
.wp-header-right .wp-block-woocommerce-customer-account:focus {
  opacity: 0.6; }

.wp-header-right .wp-block-woocommerce-customer-account {
  display: none;
  padding: 0; }

.wp-header-right.wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
  display: block; }

.header-transparent .fse-pro-icons:hover svg,
.header-transparent .fse-pro-icons:focus svg,
.header-transparent .wc-block-mini-cart__button:hover svg,
.header-transparent .wc-block-mini-cart__button:focus svg,
.header-transparent .wp-block-fse-pro-header-search .search-controller:hover svg,
.header-transparent .wp-block-fse-pro-header-search .search-controller:focus svg,
.header-transparent .wp-block-fse-pro-header-social .social-controller:hover svg,
.header-transparent .wp-block-fse-pro-header-social .social-controller:focus svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light);
  opacity: 0.6; }

.header-with-search-cart .header-inner-wrapper {
  width: 100%; }

.components-resizable-box__container.wp-block-search__inside-wrapper {
  min-width: auto !important; }

@keyframes smoothScrollBack {
  0% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0px); } }
/* Fadein For Menu */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* --- WP Block Slider
-------------------------------------------------------- */
.fse-slider-wrapper {
  overflow: hidden;
  position: relative; }

.fse-slider-wrapper .tns-outer {
  position: relative; }

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--color-light);
  font-size: var(--wp--preset--font-size--content-heading);
  left: 50%;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transform-origin: top;
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease;
  padding: 15px;
  box-sizing: border-box; }

.fse-slider-wrapper .tns-item.tns-slide-active .wp-block-image figcaption {
  opacity: 1;
  transition-delay: 0.2s;
  visibility: visible; }

/* Sliding Testimonial */
.sliding-testimonial {
  max-width: 600px; }

/* Nan Arrows */
.tns-control > button {
  background: var(--wp--preset--color--border-color);
  border: 0;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.tns-control > button.tns-prev {
  left: -50px; }

.tns-control > button.tns-next {
  right: -50px; }

.tns-control > button > span {
  display: none; }

.tns-control > button:before {
  content: "";
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.2rem 0.2rem 0 0; }

.tns-control > button.tns-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 4px; }

.tns-control > button.tns-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 4px; }

.tns-control > button:hover,
.tns-control > button:focus {
  background: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground); }

/* Nav Dots */
.tns-nav > button {
  border: 0;
  background-color: var(--wp--preset--color--border-color);
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
  width: 10px;
  border-radius: 100%;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0; }

.tns-nav > button:hover,
.tns-nav > button:focus {
  background-color: var(--wp--preset--color--foreground); }

.tns-nav > button.tns-nav-active {
  background-color: var(--wp--preset--color--foreground); }

.tns-nav {
  line-height: 0;
  text-align: center; }

/* Dots Positions */
.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  bottom: 28px;
  position: absolute;
  width: 100%; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav {
  text-align: left;
  left: 28px; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  right: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-top: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav {
  margin-left: 28px;
  text-align: left; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav {
  text-align: center; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-right: 28px;
  text-align: right; }

/* --- WP Block The Newsletter Plugin
-------------------------------------------------------- */
.site-newsletter {
  text-align: center; }

.site-newsletter .tnp-subscription-minimal {
  margin-top: 35px; }

.tnp-subscription-minimal form input.tnp-submit {
  border-radius: 5px;
  display: block;
  width: auto;
  margin: 28px auto 0 auto;
  padding: 11px 24px; }

.tnp-subscription-minimal form input.tnp-email {
  background-color: var(--wp--preset--color--color-light);
  border-color: transparent;
  max-width: 100%;
  padding: 13px;
  color: var(--wp--preset--color--body-text);
  width: 100%;
  display: block;
  border-radius: 5px; }

.tnp-subscription-minimal form input.tnp-email:focus {
  color: var(--wp--preset--color--color-dark); }

input[type="submit"] {
  border: none; }

/* --- WP Block The Newsletter Plugin For Footer
-------------------------------------------------------- */
.wp-block-footer .tnp-subscription-minimal form {
  position: relative;
  display: flex; }

.wp-block-footer .tnp-subscription-minimal input.tnp-submit {
  width: auto;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  color: var(--wp--preset--color--text-link);
  padding-left: 0;
  padding-right: 15px;
  position: absolute;
  right: 0;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  background-image: none;
  height: 50px;
  line-height: 1; }

.wp-block-footer .tnp-subscription-minimal input.tnp-submit:hover,
.wp-block-footer .tnp-subscription-minimal input.tnp-submit:focus {
  background-image: none;
  color: var(--wp--preset--color--foreground); }

.wp-block-footer .wp-block-tnp-minimal {
  padding: 0 !important; }

.wp-block-footer .tnp-subscription-minimal form input.tnp-email {
  background-color: transparent;
  padding: 14px 100px 14px 14px;
  color: var(--wp--preset--color--foreground);
  opacity: 1;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 10px;
  font-size: var(--wp--preset--font-size--small);
  margin: 0; }
  .wp-block-footer .tnp-subscription-minimal form input.tnp-email:hover, .wp-block-footer .tnp-subscription-minimal form input.tnp-email:focus {
    border: 1px solid var(--wp--preset--color--text-link); }

.wp-block-footer ul.wp-block-social-links {
  margin-left: -16px; }

.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  margin: 0 7px; }

.wp-block-footer.footer-dark .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light); }

.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  color: var(--wp--preset--color--button-color);
  fill: var(--wp--preset--color--button-color); }

/* --- WP Block Breadcumb
-------------------------------------------------------- */
.breadcrumb-area {
  font-size: var(--wp--preset--font-size--tiny); }

.breadcrumb-area a {
  text-decoration: none;
  position: relative;
  padding: 2px 0; }
  .breadcrumb-area a::before {
    position: absolute;
    width: 0%;
    height: 1px;
    content: '';
    background-color: currentColor;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s; }
  .breadcrumb-area a:hover::before {
    width: 100%; }

.woocommerce-cart .header-media-inner-post .breadcrumb-area a:hover,
.woocommerce-cart .header-media-inner-post .breadcrumb-area a:focus,
.breadcrumb-area a:hover,
.breadcrumb-area a:focus {
  color: var(--wp--preset--color--text-link); }

.breadcrumb span.breadcrumb-current {
  opacity: 0.7; }

.header-media-inner-post .wp-block-post-title + .breadcrumb-area,
.header-media-inner-post + .breadcrumb-area {
  margin: 7px 0 0 0; }

/* --- WP Block Sidebar
-------------------------------------------------------- */
.wp-block-columns.wp-block-sidebar-on-right,
.wp-block-columns.wp-block-sidebar-on-left {
  gap: 0; }

.wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 15px;
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 10px;
  position: relative;
  height: 56px;
  width: 56px; }
  .wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus {
    background-image: var(--wp--preset--gradient--hover-button-bg-color); }

/* Increased Anchor Space To 42px */
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  padding: 7px; }

ul.wp-block-social-links {
  gap: 0; }

.wp-block-fse-pro-header-social .social-container {
  padding: 11px; }

.wp-block-fse-pro-header-social .social-controller,
.wp-block-fse-pro-header-search .search-controller,
.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  padding: 9px 3px;
  width: auto;
  height: auto; }

.wp-block-woocommerce-customer-account a {
  justify-content: center;
  align-items: center;
  padding: 12px; }

.wp-block-woocommerce-customer-account a .icon + .label:empty {
  margin: 0; }

.wc-block-mini-cart__button .wc-block-mini-cart__icon,
.wp-block-woocommerce-customer-account a .icon {
  width: 26px;
  height: 26px;
  margin: 0; }

.wp-block-high-life-header-search .social-controller svg,
.wp-block-high-life-header-search .search-controller svg,
.wp-block-fse-pro-header-social .social-controller svg,
.wp-block-fse-pro-header-search .search-controller svg,
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 24px;
  height: 24px; }

.wp-block-main-header .fse-pro-icons a {
  display: flex;
  padding: 8px; }

footer .wp-block-navigation .wp-block-navigation-item__content,
footer .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding-bottom: 7px;
  padding-top: 7px; }

.simple-audio-player .simp-controls button {
  height: 42px;
  padding: 10px;
  width: 42px; }

@media screen and (max-width: 1200px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 7px 0; } }
.wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button svg {
  width: 22px;
  height: 22px; }

.wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button {
  display: inline-block;
  line-height: 0px;
  height: auto;
  width: auto;
  padding: 10px; }

/** CSS IF THERE IF PRODUCT SEARCH POPUP ***/
.wp-block-main-header form.wp-block-search__button-outside.wp-block-search__icon-button.dummy-icon.wp-block-search {
  display: none; }

.search-product .wp-block-search__inside-wrapper {
  max-width: 1400px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: block; }

.wp-header-right .wp-block-search .wp-block-search__label {
  max-width: 1400px;
  display: block;
  font-size: var(--wp--custom--typography--font-size--heading-six);
  margin: 0 0 14px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-transform: capitalize; }

.dummy-icon .wp-block-search__button {
  padding: 5px;
  background-color: transparent;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
  background-image: none; }
  .dummy-icon .wp-block-search__button::after {
    display: none; }
  .dummy-icon .wp-block-search__button svg {
    transition: none; }

.dummy-icon input {
  display: none; }

.search-toggle .search-popup .wp-block-search__button {
  z-index: 1;
  position: absolute;
  right: 14px;
  top: 10px; }
  .search-toggle .search-popup .wp-block-search__button:hover {
    background-color: transparent; }

.search-toggle .wp-block-search__button {
  z-index: 1; }
.search-toggle .search-product {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  visibility: visible;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .search-toggle .search-product input[type="search"] {
    border: none;
    opacity: 1;
    position: relative;
    padding: 0 14px;
    visibility: visible;
    box-sizing: border-box;
    background: var(--wp--preset--color--foreground);
    height: 56px;
    border-radius: 8px;
    margin-bottom: 14px; }
    .search-toggle .search-product input[type="search"]:focus {
      border: none; }

.search-toggle .wp-block-search button.wp-block-search__button {
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center; }

.search-toggle .search-product.wp-block-search button.wp-block-search__button:before {
  content: 'Search'; }

.search-toggle .wp-block-group.alignfull.wp-block-section.wp-block-popular-products.wp-product-showcase.is-layout-constrained {
  padding: 0;
  max-width: 1400px;
  width: 100%; }

.search-toggle .search-popup {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  visibility: visible;
  margin-block-start: 0;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }

.search-container .dummy-icon.wp-block-search {
  margin-block-start: 0;
  padding: 0; }

.wp-header-right .wp-block-search__button svg {
  fill: var(--wp--preset--color--foreground);
  width: 32px;
  height: 32px; }

.wp-header-right .search-product .wp-block-search__button svg {
  fill: var(--wp--preset--color--color-light); }

.search-product.wp-block-search {
  transform: translateX(-50%);
  transition: all 0.4s;
  max-width: 720px;
  position: absolute;
  box-sizing: border-box;
  top: 80%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  left: 50%;
  padding: 30px; }

.search-toggle .search-product.wp-block-search {
  opacity: 1;
  visibility: visible;
  top: 0%;
  margin-block-start: 0;
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  padding: 30px; }

.dummy-icon.wp-block-search {
  box-sizing: border-box;
  padding: 0; }

.search-product.wp-block-search .wp-block-search button.wp-block-search__button {
  background: transparent;
  padding: 0; }

.block-editor-block-list__block .wp-block-search button.wp-block-search__button {
  margin: 0;
  margin-left: auto; }

/* --- 4
-------------------------------------------------------- */
/* --- Block Woo-Commerce
-------------------------------------------------------- */
/* Styles for Product Listing Page */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce a.added_to_cart.wc-forward,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  border-radius: 0;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
  background-image: none; }

.woocommerce a.button,
.wp-block-button .wp-element-button.add_to_cart_button {
  transform: none;
  background-image: var(--wp--preset--gradient--button-bg-color);
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 1;
  display: box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .woocommerce a.button:hover, .woocommerce a.button:focus,
  .wp-block-button .wp-element-button.add_to_cart_button:hover,
  .wp-block-button .wp-element-button.add_to_cart_button:focus {
    background-image: var(--wp--preset--gradient--hover-button-bg-color); }

.woocommerce ul.products li.product .button {
  display: block; }

.woocommerce ul.products li.product a.added_to_cart.wc-forward,
a.added_to_cart.wc-forward {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: capitalize;
  margin: 14px 14px;
  display: inline-block;
  text-decoration: underline;
  padding: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
  color: var(--wp--preset--color--text-link); }
  .woocommerce ul.products li.product a.added_to_cart.wc-forward:hover,
  a.added_to_cart.wc-forward:hover {
    text-decoration-style: dashed;
    color: var(--wp--preset--color--button-color); }
  .woocommerce ul.products li.product a.added_to_cart.wc-forward::before,
  a.added_to_cart.wc-forward::before {
    display: none; }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus {
  background: transparent; }

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  border: none;
  float: right;
  padding: 0 0 2px;
  background-color: transparent;
  overflow: visible;
  color: var(--wp--preset--color--foreground);
  position: relative; }
  .woocommerce .woocommerce-error .button::before,
  .woocommerce .woocommerce-info .button::before,
  .woocommerce .woocommerce-message .button::before,
  .woocommerce-page .woocommerce-error .button::before,
  .woocommerce-page .woocommerce-info .button::before,
  .woocommerce-page .woocommerce-message .button::before {
    display: none; }
  .woocommerce .woocommerce-error .button::after,
  .woocommerce .woocommerce-info .button::after,
  .woocommerce .woocommerce-message .button::after,
  .woocommerce-page .woocommerce-error .button::after,
  .woocommerce-page .woocommerce-info .button::after,
  .woocommerce-page .woocommerce-message .button::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--wp--preset--color--button-color);
    transition: all 0.4s; }
  .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-error .button:hover,
  .woocommerce .woocommerce-info .button:focus,
  .woocommerce .woocommerce-info .button:hover,
  .woocommerce .woocommerce-message .button:focus,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce-page .woocommerce-error .button:focus,
  .woocommerce-page .woocommerce-error .button:hover,
  .woocommerce-page .woocommerce-info .button:focus,
  .woocommerce-page .woocommerce-info .button:hover,
  .woocommerce-page .woocommerce-message .button:focus,
  .woocommerce-page .woocommerce-message .button:hover {
    background-color: transparent;
    color: var(--wp--preset--color--button-color); }
  .woocommerce .woocommerce-error .button:hover::after,
  .woocommerce .woocommerce-info .button:hover::after,
  .woocommerce .woocommerce-message .button:hover::after,
  .woocommerce-page .woocommerce-error .button:hover::after,
  .woocommerce-page .woocommerce-info .button:hover::after,
  .woocommerce-page .woocommerce-message .button:hover::after {
    width: 30px; }

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:hover,
.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:focus,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:focus {
  color: var(--wp--preset--color--color-light);
  opacity: 1;
  background-image: var(--wp--preset--gradient--hover-button-bg-color); }

.wp-block-featured-category .wp-block-woocommerce-featured-category .wc-block-featured-category__title,
.wp-thumbnail-product .wp-product-cateogry-block .wc-block-featured-category__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  transition: all 0.3s ease-in-out; }

.wc-block-grid__products li:hover .wc-block-components-product-title a,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  color: var(--wp--preset--color--pantone-blue); }

.wc-block-components-product-title a,
.wc-block-components-product-price__value,
.woocommerce ul.products li.product .price {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-decoration: none; }

.wc-block-components-product-price__value,
.woocommerce ul.products li.product .price {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce ul.products li.product .price del {
  font-weight: normal; }

.woocommerce .products .star-rating {
  margin: 0 auto 0.5em;
  text-align: left; }

.wc-block-components-product-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--medium); }

ul.wc-block-grid__products h2.wc-block-components-product-title.wc-block-grid__product-title {
  margin: 0;
  padding: 0.5em 0;
  line-height: var(--wp--custom--typography--line-height--heading-four);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added {
  opacity: 1;
  visibility: visible; }

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

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
  left: auto;
  transform: none;
  background-image: none;
  position: relative; }

.woocommerce ul.products li.product .button.added {
  opacity: 1;
  visibility: visible; }

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  text-align: center; }

ul.wc-block-grid__products li.wc-block-grid__product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .button {
  opacity: 1;
  visibility: visible; }

ul.wc-block-grid__products li.wc-block-grid__product a img,
.woocommerce ul.products li.product a img {
  background-color: var(--wp--preset--color--primary);
  transition: all 0.4s;
  border: 1px solid transparent; }

.woocommerce ul.products li:hover a img,
ul.wc-block-grid__products li:hover a img {
  border: 1px solid var(--wp--preset--color--button-color); }

.wp-block-button.wc-block-components-product-button:before {
  content: "";
  display: table;
  table-layout: fixed; }

.woocommerce .woocommerce-result-count {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--foreground); }

.woocommerce .woocommerce-products-header {
  margin-bottom: 21px; }

.woocommerce .wp-product-category-with-sidebar ul.products {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap; }

.woocommerce .wp-product-category-with-sidebar ul.products::before {
  display: none; }

.woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
.woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
  width: 100%; }

.wp-product-cateogry-block .wc-block-grid__product-rating .star-rating {
  margin: 0 auto; }

.wp-block-button.wc-block-components-product-button:after {
  clear: both; }

.wc-block-grid__product .wc-block-grid__product-rating {
  margin-bottom: 14px; }

.wc-block-grid__product-rating {
  color: inherit; }

.wc-block-grid__product {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent; }

.wc-block-grid__products {
  margin: 0 -10px 0; }

body .wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  border: none;
  padding: 0; }

body .wc-block-grid .wc-block-grid__product-onsale,
body .wc-block-grid__product-image .wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
  background-color: #ef3636;
  color: var(--wp--preset--color--color-light);
  font-size: 0.7em;
  padding: 0.3em 0.7em;
  border: 0;
  line-height: 1.5;
  text-transform: uppercase;
  min-height: auto;
  min-width: auto;
  font-weight: 700;
  border-radius: 0px;
  top: 14px;
  z-index: 1; }

.woocommerce ul.products li.product .onsale {
  top: 2px;
  margin: 0;
  font-size: var(--wp--preset--font-size--tiny);
  z-index: 1; }

.wc-block-mini-cart-items .wc-block-components-product-price__value {
  font-size: inherit; }

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.wc-block-components-product-sort-select {
  text-align: right;
  margin-bottom: 24px; }

.wc-block-components-sort-select__select,
.wc-block-sort-select__select.wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select,
.value #pa_color,
.value #pa_size,
.value #logo {
  background-color: var(--wp--preset--color--tertiary);
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  padding: 14px 35px 14px 14px;
  outline: 0;
  font-size: 16px;
  font-size: 1rem; }
  .wc-block-components-sort-select__select:hover, .wc-block-components-sort-select__select:focus,
  .wc-block-sort-select__select.wc-block-components-sort-select__select:hover,
  .wc-block-sort-select__select.wc-block-components-sort-select__select:focus,
  .woocommerce .woocommerce-ordering select:hover,
  .woocommerce .woocommerce-ordering select:focus,
  .value #pa_color:hover,
  .value #pa_color:focus,
  .value #pa_size:hover,
  .value #pa_size:focus,
  .value #logo:hover,
  .value #logo:focus {
    border: 1px solid var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--foreground); }

.wc-block-components-product-sort-select .wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M362.7 203.9l-159.1 144c-6.125 5.469-15.31 5.469-21.44 0L21.29 203.9C14.73 197.1 14.2 187.9 20.1 181.3C26.38 174.4 36.5 174.5 42.73 180.1L192 314.5l149.3-134.4c6.594-5.877 16.69-5.361 22.62 1.188C369.8 187.9 369.3 197.1 362.7 203.9z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 15px;
  background-size: 12px; }

.wc-block-components-sort-select__select option,
.wc-block-components-product-sort-select option,
.woocommerce .woocommerce-ordering select option,
.value #pa_color option,
.value #pa_size option,
.value #logo option {
  color: var(--wp--preset--color--body-text);
  background-color: var(--wp--preset--color--tertiary);
  font-size: 16px;
  font-size: 1rem; }

.summary .variations a.reset_variations {
  position: absolute;
  left: 100%; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  background-color: var(--wp--preset--color--secondary);
  padding: 15px; }

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: var(--wp--preset--color--body-text);
  padding: 10px 14px;
  display: block; }

fieldset {
  padding: 30px;
  border: 1px solid var(--wp--preset--color--border-color); }

legend {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground); }

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
  color: var(--wp--preset--color--text-link); }

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0; }

.woocommerce-account main .woocommerce {
  max-width: 1400px; }

.woocommerce-MyAccount-content .woocommerce-info {
  margin-top: 0; }

/* Styles for Product Single Page */
.woocommerce-cart .wp-block-main-header,
.woocommerce-checkout .wp-block-main-header,
.woocommerce-account .wp-block-main-header,
.single-product .wp-block-main-header {
  position: relative !important; }

.woocommerce.single-product .section-wrapper,
.woocommerce.single-product #main {
  max-width: 1200px;
  margin: 0 auto; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1; }

.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--wp--preset--color--button-color);
  background-image: var(--wp--preset--gradient--button-bg-color);
  border: 0;
  border-radius: 10px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding-top: max(0.7rem, 0.75vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.75vw);
  padding-left: max(1.5rem, 1.85vw);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  border-color: transparent;
  background-image: var(--wp--preset--gradient--button-bg-hover-color);
  color: var(--wp--preset--color--color-light);
  opacity: 1; }

.woocommerce .form-submit.wp-block-button {
  text-align: left; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0; }

.woocommerce .cart div.quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 100px;
  background-color: var(--wp--preset--color--background); }
  .woocommerce .cart div.quantity input[type=number] {
    width: 100%;
    margin: 0;
    min-height: 55px;
    font-size: 18px;
    color: var(--wp--preset--color--foreground); }
  .woocommerce .cart div.quantity .quantity-up, .woocommerce .cart div.quantity .quantity-down {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: var(--wp--preset--color--body-text);
    cursor: pointer;
    left: auto;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    padding: 5px 14px;
    font-size: var(--wp--custom--typography--font-size--heading-five); }
    .woocommerce .cart div.quantity .quantity-up:hover, .woocommerce .cart div.quantity .quantity-down:hover {
      color: var(--wp--preset--color--foreground); }
  .woocommerce .cart div.quantity .quantity-down {
    right: auto;
    left: 0; }

.woocommerce .product_meta {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground);
  margin-top: 35px; }

.woocommerce .product_meta > span {
  display: block;
  padding: 5px 0; }

.woocommerce .product_meta > span span,
.woocommerce .product_meta > span a {
  font-weight: normal;
  color: var(--wp--preset--color--body-text); }

.woocommerce .product_meta .sku {
  color: var(--wp--preset--color--body-text); }

.woocommerce-page .input-text {
  border: none;
  min-height: 50px;
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 0.7rem 1.1rem; }

.woocommerce-review-link,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.posted_in a {
  text-decoration: none;
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-three);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  margin-top: 0; }

.woocommerce.single-product div.product p.price del {
  font-weight: 400;
  font-size: var(--wp--custom--typography--font-size--heading-four); }

.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__background {
  opacity: 0; }

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.woocommerce .star-rating span::before {
  color: var(--wp--preset--color--button-color); }

.woocommerce div.product .product_title {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: var(--wp--custom--typography--line-height--heading-two);
  margin-bottom: 14px !important; }

.woocommerce-review-link {
  font-size: 14px;
  font-size: 0.875rem; }

.woocommerce-page .comment-form-cookies-consent label {
  display: inline-block;
  font-weight: normal;
  text-transform: none; }

.woocommerce #review_form #respond {
  max-width: 900px; }

.wocommerce-page .form-submit.wp-block-button {
  text-align: left; }

.wp-product-detail {
  margin-block-start: 0; }

.wp-product-detail .woocommerce-message {
  margin-top: 0; }

.summary form.cart.grouped_form .group_table {
  margin-bottom: 28px; }

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

.woocommerce-page .summary form.cart label {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  min-width: 60px;
  display: inline-block; }

.woocommerce-page .summary form.cart label a {
  background: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  padding: 7px 14px;
  border-radius: 4px; }

body ins {
  text-decoration: none; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  font-size: var(--wp--preset--font-size--medium); }

.woocommerce-checkout .header-media-inner-post .wp-block-cover,
.woocommerce-cart .header-media-inner-post .wp-block-cover,
.single-product .header-media-inner-post .wp-block-cover {
  min-height: auto;
  padding: 0; }

.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__image-background,
.woocommerce-checkout .wp-block-cover .wp-block-cover__background,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__image-background,
.woocommerce-cart .wp-block-cover .wp-block-cover__background,
.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.single-product .header-media-inner-post .wp-block-post-title,
.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__image-background {
  display: none; }

.single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
  margin: 35px 0 -21px; }

.single-product .header-media-inner-post .wp-block-cover__inner-container {
  max-width: 100%; }

.single-product .header-media-inner-post .wp-block-post-title + .breadcrumb-area {
  margin: 0; }

.woocommerce.single-product .header-media-inner-post .wp-block-cover {
  padding-top: 0; }

.woocommerce-checkout .header-media-inner-post .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .wp-block-cover__inner-container {
  padding-top: 35px; }

.woocommerce-checkout .header-media-inner-post .breadcrumb-area a,
.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-checkout .header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .breadcrumb-area a,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: var(--wp--preset--color--foreground); }

body.woocommerce-checkout .wp-site-blocks main,
body.woocommerce-cart .wp-site-blocks main {
  padding-top: var(--wp--custom--spacing--extra-small); }

/* Single Page Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin-right: 28px;
  padding: 0;
  margin-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: transparent;
  z-index: 0;
  background-color: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 30px 0 0;
  background: transparent;
  max-width: var(--wp--style--global--content-size); }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  height: 2px;
  border-radius: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: none; }

.woocommerce-Tabs-panel h2,
.related.products > h2 {
  font-size: var(--wp--custom--typography--font-size--heading-three);
  margin-bottom: 28px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: capitalize;
  color: var(--wp--preset--color--foreground); }

.woocommerce-Tabs-panel h2 {
  font-size: var(--wp--custom--typography--font-size--heading-four);
  margin-bottom: 14px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground); }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--button-color); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  left: 0;
  width: 100%;
  background: var(--wp--preset--color--button-color); }

.woocommerce-Tabs-panel p {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--upper-heading); }

.woocommerce #reviews #comments ol.commentlist li .meta strong {
  color: var(--wp--preset--color--foreground); }

.woocommerce .woocommerce-product-attributes.shop_attributes {
  border-top: 1px dotted var(--wp--preset--color--border-color);
  text-align: left; }

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: 1px dotted var(--wp--preset--color--border-color);
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 400; }

.woocommerce div.product .related.products {
  clear: both; }

.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  padding: 0; }

.woocommerce table.shop_attributes th {
  color: var(--wp--preset--color--foreground); }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: var(--wp--preset--color--border-color); }

.woocommerce-Reviews .commentlist {
  padding-left: 0; }

.woocommerce-Reviews .comment-respond .comment-reply-title {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

.woocommerce-Reviews .comment-form {
  background-color: var(--wp--preset--color--background);
  padding: 0px; }

.woocommerce #review_form #respond textarea {
  height: auto; }

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  text-align: left;
  position: relative; }

table.variations {
  color: var(--wp--preset--color--foreground);
  text-transform: capitalize; }

.woocommerce-variation.single_variation {
  border-top: 1px solid var(--wp--preset--color--border-color);
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding: 21px 0;
  margin-bottom: 42px; }

.woocommerce button.button.alt.disabled {
  background-color: var(--wp--preset--color--text-link); }

.wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:first-child {
  order: 2; }

.wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:last-child {
  order: 1; }

.wp-block-widget-area .wc-block-featured-category h2,
.wp-block-widget-area .wc-block-featured-product h2 {
  font-size: var(--wp--custom--typography--font-size--heading-four);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: capitalize;
  padding-bottom: 0; }

.wp-block-widget-area .wc-block-featured-category span.woocommerce-Price-amount.amount,
.wp-block-widget-area .wc-block-featured-product span.woocommerce-Price-amount.amount {
  font-size: var(--wp--custom--typography--font-size--heading-four); }

.wp-block-sidebar .wp-block-widget a.wp-block-button__link {
  color: var(--wp--preset--color--color-light); }

.wp-block-sidebar .wp-block-widget .wc-block-featured-product,
.wp-block-sidebar .wp-block-widget .wc-block-featured-category {
  min-height: 360px !important; }

.wp-block-sidebar .wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: auto;
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-sidebar .wc-block-grid__no-products button {
  border: none;
  background-color: transparent;
  color: var(--wp--preset--color--text-link);
  text-decoration: underline;
  padding: 0;
  font-weight: 600;
  cursor: pointer; }

.wp-block-sidebar .wc-block-grid__no-products button:hover,
.wp-block-sidebar .wc-block-grid__no-products button:focus {
  background-color: transparent;
  color: var(--wp--preset--color--foreground); }

.wc-block-featured-product__wrapper {
  padding-top: var(--wp--custom--spacing--section-block-bottom);
  padding-bottom: var(--wp--custom--spacing--section-block-bottom); }

.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__wrapper {
  padding-top: 0;
  padding-bottom: 0; }

/* Woocommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  font-size: 0.875rem; }

.woocommerce .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
  color: var(--wp--preset--color--text-link); }

/* Woocommerce Pagination */
.wc-block-pagination.wc-block-components-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: var(--wp--custom--spacing--group-heading-bottom-gap); }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: 40px;
  line-height: 40px;
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wc-block-components-pagination__page:not(.toggle):hover,
.wc-block-components-pagination__page:not(.toggle):focus,
.wc-block-components-pagination__page--active[disabled],
.wc-block-components-pagination__page--active[disabled]:hover,
.wc-block-components-pagination__page--active[disabled]:focus {
  color: var(--wp--preset--color--color-light);
  background: var(--wp--preset--color--text-link); }

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page:not(.toggle),
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: 40px;
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  font-weight: var(--wp--custom--typography--font-weight--regular); }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page.wc-block-pagination-page--active {
  color: var(--wp--preset--color--color-light); }

ul.wc-block-grid__products li {
  margin: 0 0 15px 0; }

ul.wc-block-grid__products li > *:not(.wp-block-button) {
  text-align: center;
  text-decoration: none; }

.wp-block-sidebar ul.wc-block-grid__products li {
  margin: 0; }

.wp-block-sidebar ul.wc-block-grid__products h2.wc-block-components-product-title.wc-block-grid__product-title {
  line-height: 1.75;
  font-size: var(--wp--preset--font-size--small);
  padding-top: 0; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-image: var(--wp--preset--gradient--hover-button-bg-color);
  color: var(--wp--preset--color--color-light); }

/* Checkout Cart */
.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse; }

.woocommerce .woocommerce-cart-form .cart div.quantity {
  width: 80px; }

.woocommerce-page .woocommerce-cart-form .cart .input-text {
  font-size: var(--wp--preset--font-size--small) !important;
  padding: 7px 14px;
  min-height: 40px !important; }

.woocommerce .woocommerce-cart-form .cart div.quantity .quantity-up, .woocommerce .woocommerce-cart-form .cart div.quantity .quantity-down,
.woocommerce .woocommerce-cart-form .cart div.quantity .quantity-down {
  font-size: var(--wp--preset--font-size--small); }

.woocommerce table.shop_table a {
  text-decoration: none; }

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce-cart table.cart th,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce .cart_totals table.shop_table tbody tr th {
  padding-left: 0; }

.woocommerce a.remove {
  font-weight: 300;
  color: var(--wp--preset--color--meta) !important; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: var(--wp--preset--color--foreground) !important; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  background-color: var(--wp--preset--color--secondary);
  padding: 35px;
  margin-top: 35px; }

.woocommerce strong.product-quantity {
  font-weight: 500; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent; }

.woocommerce-page .woocommerce-cart-form .actions .button[disabled] {
  cursor: no-drop; }
  .woocommerce-page .woocommerce-cart-form .actions .button[disabled]:hover, .woocommerce-page .woocommerce-cart-form .actions .button[disabled]:focus {
    background-color: transparent;
    color: var(--wp--preset--color--foreground);
    border: 1px solid var(--wp--preset--color--border-color);
    opacity: 0.5; }

.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"][aria-disabled="true"] {
  cursor: no-drop; }
  .woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"][aria-disabled="true"]:hover, .woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"][aria-disabled="true"]:focus {
    background-color: transparent;
    color: var(--wp--preset--color--background); }
  .woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"][aria-disabled="true"]::before {
    display: none; }

.woocommerce-page .woocommerce-cart-form #coupon_code {
  width: 165px;
  font-size: 18px;
  font-size: 1.125rem; }

.woocommerce-page .woocommerce-cart-form #coupon_code:focus {
  border: 1px solid var(--wp--preset--color--button-color); }

.cart_totals > h2 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid var(--wp--preset--color--border-color); }

.woocommerce form .form-row textarea {
  min-height: 10em; }
  .woocommerce form .form-row textarea:focus {
    border-color: var(--wp--preset--color--text-link);
    color: var(--wp--preset--color--foreground);
    outline: none; }

.shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button {
  background-color: transparent;
  font-size: var(--wp--preset--font-size--small);
  margin: 14px 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid;
  font-weight: var(--wp--custom--typography--font-weight--bold); }
  .shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button:hover, .shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button:focus {
    border-bottom: 1px solid transparent; }

.select2-container--default .select2-selection--single {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 8px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px; }

.select2-results__option {
  padding: 7px 14px;
  font-size: 16px; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-dropdown .select2-results {
  background-color: var(--wp--preset--color--secondary); }

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-light); }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground); }

.select2-search--dropdown {
  padding: 0; }

.select2-dropdown {
  border: 1px solid var(--wp--preset--color--border-color); }

/* Billing and Shipping */
.woocommerce-grouped-product-list a {
  text-decoration: none; }

h2.woocommerce-column__title {
  margin-bottom: 14px; }

.woocommerce-message:before,
.woocommerce-info:before {
  color: var(--wp--preset--color--button-color); }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--body-text);
  margin-top: 21px;
  font-size: var(--wp--preset--font-size--medium);
  border-top: none;
  border-left: 5px solid; }

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  border-left-color: var(--wp--preset--color--button-color); }

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: none; }

#customer_details {
  margin-bottom: 28px; }

#customer_details h3,
.checkout.woocommerce-checkout h3 {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

.woocommerce-page .wc_payment_method label {
  margin-bottom: 0.7rem;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground); }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  margin-top: 56px; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--wp--preset--color--border-color); }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid;
  padding: 1rem 1.5rem; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--wp--preset--color--primary); }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--wp--preset--color--primary);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

.woocommerce-checkout #payment div.form-row {
  padding: 1rem 1.5rem; }

label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  text-transform: none;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--small);
  padding-left: 30px;
  position: relative;
  cursor: pointer; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:hover span::before {
    border: 1px solid var(--wp--preset--color--foreground); }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--wp--preset--color--meta);
    content: "";
    transition: all 0.2s; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.checked:after {
    opacity: 1; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.checked:before {
    background-color: var(--wp--preset--color--foreground); }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    display: inline-block;
    content: "";
    vertical-align: -0.125em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDcwLjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE5MiAzMzguNyA0MjUuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    opacity: 0; }

.woocommerce-checkout #payment div.payment_box p:first-child {
  margin-block-start: 0; }

.woocommerce-privacy-policy-text p {
  font-size: var(--wp--preset--font-size--small); }

/* Mini Cart */
.wc-block-components-quantity-selector {
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 14px 0 0;
  position: relative;
  width: 95px; }

.wc-block-mini-cart__empty-cart-wrapper .wp-block-button,
.components-button.wc-block-components-button.wp-element-button {
  transform: none;
  display: block;
  margin: 0 auto; }

.wc-block-mini-cart__empty-cart-wrapper .wp-block-button {
  display: flex !important;
  width: max-content; }

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link),
.wc-block-components-checkout-return-to-cart-button {
  border-radius: 10px;
  background-image: var(--wp--preset--gradient--button-bg-color);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding: 14px clamp(28px, 3.5vw, 4px);
  min-height: auto; }

.wp-block-woocommerce-proceed-to-checkout-block .components-button.wc-block-components-button.wp-element-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-image: var(--wp--preset--gradient--button-bg-color); }

.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained {
  background-image: var(--wp--preset--gradient--button-bg-color);
  color: var(--wp--preset--color--color-light);
  position: relative;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  text-transform: capitalize;
  border-radius: 10px; }
  .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained::after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent); }
  .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:hover::after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }

.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover,
.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:hover,
.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:focus {
  background-image: var(--wp--preset--gradient--hover-button-bg-color);
  color: var(--wp--preset--color--color-light);
  opacity: 1; }

.wc-block-components-drawer,
.wp-block-woocommerce-mini-cart-contents {
  background-color: var(--wp--preset--color--secondary);
  border: 0; }

h2.wc-block-mini-cart__title {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  margin-bottom: 21px;
  display: block;
  margin: 35px 25px 0; }

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus) {
  box-shadow: none; }

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  text-decoration: none; }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
  border-top: 1px solid var(--wp--preset--color--border-color);
  padding: 21px 0; }

.wc-block-mini-cart__footer {
  border-top: 1px solid var(--wp--preset--color--border-color); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 7px; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
  color: var(--wp--preset--color--text-link);
  opacity: 1;
  text-decoration: none; }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  padding-right: 21px; }

.wc-block-mini-cart__button {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--body-text);
  transition: all 0.3s ease-in-out;
  position: relative; }

.wc-block-mini-cart__button:hover:not([disabled]),
.wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus {
  cursor: pointer;
  color: var(--wp--preset--color--text-link);
  opacity: 1; }

.wc-block-components-drawer .components-modal__header .components-button {
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.wc-block-components-drawer .components-modal__header .components-button:hover,
.wc-block-components-drawer .components-modal__header .components-button:focus {
  color: var(--wp--preset--color--text-link); }

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value,
.wc-block-components-totals-item__label {
  color: var(--wp--preset--color--foreground); }

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
  border: 1px solid var(--wp--preset--color--border-color);
  box-shadow: none;
  border-radius: 10px;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  text-transform: capitalize;
  transition: all 0.4s; }

.wc-block-components-button:not(.is-link).contained:hover,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:active:hover,
.wc-block-components-button:not(.is-link).contained:active:focus,
.wc-block-components-button:not(.is-link).contained:disabled:hover,
.wc-block-components-button:not(.is-link).contained:disabled:focus,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button:focus {
  background-image: var(--wp--preset--gradient--hover-button-bg-color);
  color: var(--wp--preset--color--color-light);
  border-color: transparent; }

.wp-block-woocommerce-mini-cart-shopping-button-block {
  margin: 0 auto; }

/* --- Block Hand Picked Products
-------------------------------------------------------- */
.wc-block-grid__product-onsale {
  position: absolute;
  top: 14px;
  z-index: 1 !important; }

.wp-block-button.wc-block-grid__product-add-to-cart {
  clear: both;
  background-image: none;
  transform: none;
  gap: 0; }

/** prudct with three category columns **/
.wp-product-cateogry-block .wc-block-featured-category__wrapper {
  padding: 42px;
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-bottom);
  background-color: var(--wp--preset--color--primary); }

.wp-product-cateogry-block .wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  opacity: 0; }

.wp-product-category-thumbnail {
  display: none; }

.wp-product-cateogry-block > .alignfull {
  gap: 30px; }

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--wp--preset--color--text-link);
  height: 3px; }

/** woocommerce shipping feature **/
.wp-block-section.wp-woocommerce-shipping {
  text-align: center;
  padding: 0; }
  .wp-block-section.wp-woocommerce-shipping .wp-block-image img {
    width: 50px;
    filter: invert(1); }

.wp-woocommerce-shipping > .wp-block-group > .wp-block-columns {
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical); }

.wp-site-blocks .wp-block-section:last-child.wp-woocommerce-shipping {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid; }

.wp-block-section.wp-woocommerce-shipping .wp-block-column p {
  margin-top: 7px; }

/** latest product section **/
.wp-latest-products-block .wc-block-grid__product {
  text-align: center; }

.wc-block-grid__products .wc-block-grid__product-image img {
  transition: all 0.4s; }

.wp-latest-products-block .wc-block-grid__product-link {
  text-decoration: none; }

.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  line-height: var(--wp--custom--typography--line-height--heading-five);
  text-decoration: none; }

.wp-latest-products-block .wc-block-grid__product .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--content-heading);
  color: var(--wp--preset--color--meta);
  font-weight: normal; }

.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title {
  margin: 28px 0 0; }

/** woocommerce mini cart **/
.wc-block-mini-cart__shopping-button a {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding-top: max(0.7rem, 0.73vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.73vw);
  padding-left: max(1.5rem, 1.85vw);
  text-transform: uppercase; }

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 25px; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
  text-decoration: underline; }

.wc-block-components-product-badge {
  border: none;
  padding: 0 0.56em;
  text-transform: capitalize;
  background: var(--wp--preset--color--button-color);
  color: var(--wp--preset--color--color-light); }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  padding-top: 7px;
  display: flex; }

.wc-block-components-quantity-selector:after {
  border: 1px solid var(--wp--preset--color--border-color); }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1;
  min-width: 25px !important; }
  .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: none;
    color: var(--wp--preset--color--foreground); }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background-color: var(--wp--preset--color--secondary); }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding-bottom: 0 !important;
  margin: 0 !important; }

li.wc-block-product-categories-list-item {
  list-style: none; }

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium); }

/** woocommerece sidebar css **/
.wp-product-category-with-sidebar .wp-block-sidebar {
  margin-top: 35px; }

.wp-product-category-with-sidebar .wc-block-featured-product__title {
  color: inherit;
  padding: 0 35px;
  margin: 0; }

.wp-block-sidebar .wc-block-grid.has-2-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-3-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-4-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-f-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: none;
  max-width: 100%; }

.wp-block-sidebar .wc-block-grid__products .wc-block-grid__product-image {
  width: 70px;
  float: left;
  margin-right: 21px; }

.wp-block-sidebar ul.products li.product a img,
.wp-block-sidebar .wc-block-grid__products .wc-block-grid__product-image img {
  transition: all 0.4s;
  height: auto; }

body .wp-product-category-with-sidebar .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%; }

.wp-block-sidebar .wc-block-sort-select,
.wp-block-sidebar .wc-block-grid__product-rating,
.wp-block-sidebar .wc-block-grid__product-onsale,
.wp-block-sidebar .wp-block-button.wc-block-grid__product-add-to-cart {
  display: none; }

.wp-block-sidebar .wc-block-grid__product {
  padding: 0 0 21px;
  border: none; }

.wp-block-sidebar .wc-block-grid__product:last-child {
  padding-bottom: 0; }

.wp-block-sidebar .wc-block-grid__product-price.price {
  font-size: 14px;
  margin: 0;
  color: var(--wp--preset--color--meta); }

.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title,
.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title a {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.75;
  text-transform: none;
  margin-bottom: 7px; }

.wp-block-sidebar .wc-block-grid .wc-block-grid__product:hover .wc-block-grid__product-image img {
  transform: scale(1.05); }

.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title:hover,
.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: var(--wp--preset--color--text-link); }

.wp-block-sidebar .wc-block-components-product-price__value {
  font-size: 16px; }

.wp-block-sidebar .wc-block-grid__products {
  display: block;
  margin: 0;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 28px;
  scrollbar-color: var(--wp--preset--color--text-link) var(--wp--preset--color--border-color) !important;
  scrollbar-width: thin !important; }

.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar {
  width: 5px; }

/* Track */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--wp--preset--color--primary);
  opacity: 0.1; }

/* Handle */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
  border-radius: 10px; }

/* Handle on hover */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--body-text); }

.wp-block-sidebar .wc-block-pagination.wc-block-components-pagination {
  display: none; }

.wc-block-components-price-slider__actions > span {
  margin-top: -28px;
  display: inline-block; }

.wc-block-product-categories > ul.wc-block-product-categories-list {
  padding: 0; }
  .wc-block-product-categories > ul.wc-block-product-categories-list ul {
    padding: 14px 0 0; }

.wc-block-product-categories ul.wc-block-product-categories-list li {
  margin-bottom: 14px;
  position: relative;
  font-size: var(--wp--preset--font-size--small); }

.wc-block-product-categories ul.wc-block-product-categories-list li ul {
  padding-left: 28px;
  padding-top: 21px; }

.wp-block-sidebar .wc-block-components-review-list-item__item {
  margin: 0 0 21px; }

.wp-block-sidebar .wc-block-components-review-list-item__info {
  margin-bottom: 14px; }

.wp-block-sidebar .wp-block-widget .wc-block-components-review-list-item__product a {
  color: var(--wp--preset--color--foreground);
  font-weight: 600; }

.wp-block-sidebar .wc-block-components-review-list.wc-block-components-review-list {
  padding: 0; }

.wc-block-price-slider {
  position: relative;
  margin-top: 28px; }

.wc-block-price-filter__amount.wc-block-price-filter__amount--max {
  left: 60px; }
  .wc-block-price-filter__amount.wc-block-price-filter__amount--max::before {
    content: "-"; }

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 50% !important;
  width: auto;
  border: none;
  background: transparent;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  padding: 10px;
  border-radius: 0 !important;
  border: 1px solid; }

.wc-block-components-price-slider {
  display: flex;
  flex-wrap: wrap; }

.wc-block-price-filter__controls.wc-block-components-price-slider__controls {
  max-width: 100%;
  position: relative;
  gap: 15px;
  margin-top: 0;
  order: 1; }

.wc-block-components-price-slider__range-input-wrapper {
  width: 100%;
  order: 2;
  height: 3px;
  z-index: 1; }

.wc-block-components-price-slider__actions {
  order: 3;
  margin-top: 14px; }

button.wc-block-components-filter-reset-button span {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wp--preset--color--text-link);
  display: block; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid var(--wp--preset--color--text-link);
  background-color: var(--wp--preset--color--color-light);
  cursor: pointer;
  margin-top: 0px;
  position: relative;
  top: -8px; }

input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid var(--wp--preset--color--text-link);
  background-color: var(--wp--preset--color--color-light);
  cursor: pointer;
  margin-top: 0px;
  position: relative;
  top: -8px; }

input[type="range"]::-moz-range-thumb:hover {
  background-color: var(--wp--preset--color--text-link);
  border: 3px solid var(--wp--preset--color--text-link); }

input[type="range"]::-webkit-slider-thumb:hover {
  background-color: var(--wp--preset--color--text-link);
  border: 3px solid var(--wp--preset--color--text-link); }

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
  line-height: 1; }

.wp-block-sidebar .wc-block-components-checkbox {
  margin-top: 7px; }

.wp-block-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid var(--wp--preset--color--pantone-blue);
  border-radius: 0px;
  background-color: transparent; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline-offset: 0;
  outline: none; }

.wp-block-sidebar .wc-block-components-checkbox label:hover .wc-block-components-checkbox__input,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  border: 1px solid vvar(--wp--preset--color--pantone-blue);
  background-color: var(--wp--preset--color--pantone-blue); }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff;
  left: -1px;
  top: -1px; }

.wc-block-attribute-filter li:hover .wc-block-components-checkbox .wc-block-components-checkbox__label {
  color: var(--wp--preset--color--foreground); }

/** cart page css **/
.woocommerce-checkout .wc-block-mini-cart.wp-block-woocommerce-mini-cart,
.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  visibility: visible !important; }

body .wc-block-components-text-input input[type=text],
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  color: var(--wp--preset--color--color-light);
  font-size: var(--wp--preset--font-size--upper-heading);
  background-color: var(--wp--preset--color--tertiary); }

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--color-light); }

.wc-block-components-totals-coupon .components-button.wc-block-components-button.wp-element-button,
.wc-block-components-shipping-calculator-address .components-button.wc-block-components-button.wp-element-button {
  background-color: transparent;
  background-image: none;
  border: 1px solid;
  margin-top: 21px;
  width: 100%; }
  .wc-block-components-totals-coupon .components-button.wc-block-components-button.wp-element-button:hover, .wc-block-components-totals-coupon .components-button.wc-block-components-button.wp-element-button:focus,
  .wc-block-components-shipping-calculator-address .components-button.wc-block-components-button.wp-element-button:hover,
  .wc-block-components-shipping-calculator-address .components-button.wc-block-components-button.wp-element-button:focus {
    border: 1px solid transparent;
    background-image: var(--wp--preset--gradient--hover-button-bg-color); }

.wc-block-components-spinner {
  left: 0;
  top: 0; }

.wc-block-components-totals-coupon-link,
.wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address__link {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  margin: 14px 0 0;
  display: block;
  color: var(--wp--preset--color--foreground); }
  .wc-block-components-totals-coupon-link:hover,
  .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address__link:hover {
    text-decoration: none;
    color: var(--wp--preset--color--text-link); }

.wc-block-components-totals-coupon__form {
  display: block; }

.wc-block-cart .wc-block-cart-items td,
.wc-block-components-totals-wrapper,
.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid var(--wp--preset--color--border-color); }

/** checkout page css **/
.woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
  max-height: 60px;
  object-fit: contain; }

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: var(--wp--preset--color--body-text); }

.woocommerce-cart .header-media-inner-post .wp-block-post-title {
  margin: 0 auto; }

.woocommerce table.shop_table .product-name a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--wp--preset--color--foreground); }

.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid var(--wp--preset--color--border-color);
  border-left: none;
  border-right: none;
  font-size: 18px;
  font-size: 1.125rem; }

.woocommerce table.shop_table {
  border-top: none; }

tr.woocommerce-cart-form__cart-item.cart_item {
  transition: all 0.4s; }

tr.woocommerce-cart-form__cart-item.cart_item:hover {
  background-color: var(--wp--preset--color--secondary); }

table.shop_table.woocommerce-checkout-review-order-table {
  max-width: 600px;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

.woocommerce-page table.woocommerce-checkout-review-order-table td,
.woocommerce-page table.woocommerce-checkout-review-order-table th {
  padding: 1rem 1.5rem; }

.woocommerce-checkout .wp-block-post-title,
.woocommerce-cart main .woocommerce {
  max-width: 1400px; }

cart-collaterals .cart_totals .shop_table td {
  padding-left: 0;
  padding-right: 0; }

.shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

.woocommerce-page .cart-collaterals h2 {
  font-size: var(--wp--custom--typography--font-size--heading-five); }

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #21a921;
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  margin-block-start: 1.5em; }

/** Styling for account login & register **/
.woocommerce-account .header-transparent.alignfull,
.woocommerce-account .header-transparent {
  position: relative !important;
  width: auto; }

.woocommerce-account .header-transparent .wp-block-site-tagline,
.woocommerce-account .header-transparent .wp-block-site-title a {
  color: var(--wp--preset--color--foreground); }

.woocommerce-account .header-transparent .wp-block-main-header {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.woocommerce-account .header-media-inner-post {
  display: none; }

.woocommerce-account .is-layout-flow .entry-content.wp-block-post-content {
  margin-block-start: 0; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  text-transform: capitalize;
  display: inline-block;
  font-weight: normal;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  cursor: pointer; }

.lost_reset_password p,
.woocommerce form .form-row,
form.woocommerce-form.woocommerce-form-register.register p,
.wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block,
.woocommerce .woocommerce-LostPassword.lost_password {
  font-size: var(--wp--preset--font-size--medium); }

form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text p {
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: var(--wp--custom--typography--line-height--extra-small); }

.lost_reset_password,
.woocommerce form.register,
form.woocommerce-form.woocommerce-form-login.login {
  max-width: 500px;
  margin: 0 auto;
  padding: var(--wp--custom--spacing--testimonial-inner-gap);
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce #customer_login .col-2 {
  margin-top: var(--wp--custom--spacing--testimonial-inner-gap); }

.woocommerce-lost-password .woocommerce h3,
.woocommerce-account .woocommerce h2 {
  text-align: center;
  margin-bottom: 28px;
  font-size: var(--wp--custom--typography--font-size--heading-three);
  line-height: var(--wp--custom--typography--line-height--heading-three); }

.woocommerce form.lost_reset_password .form-row {
  width: 100%; }

.woocommerce-account .addresses .title h3 {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  line-height: var(--wp--custom--typography--line-height--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.woocommerce-Address {
  font-size: var(--wp--preset--font-size--medium);
  background-color: var(--wp--preset--color--primary);
  padding: 35px;
  box-sizing: border-box; }

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.wc-block-components-address-card,
.woocommerce-Address,
address {
  word-break: break-all;
  background-color: var(--wp--preset--color--tertiary); }

.woocommerce-checkout .woocommerce-order-details {
  margin: 60px 0; }

.woocommerce-page table.shop_table {
  text-align: left; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.woocommerce-Button.button {
  background-image: var(--wp--preset--gradient--button-bg-color); }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
  .woocommerce button.woocommerce-Button.button:hover,
  .woocommerce button.woocommerce-Button.button:focus {
    background-image: var(--wp--preset--gradient--hover-button-bg-color); }

body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity,
.wc-block-mini-cart__badge,
.wc-block-components-order-summary-item__quantity {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-light);
  border: none;
  font-size: .875rem;
  box-shadow: none; }

.woocommerce-page table.shop_table tr:nth-child(even) {
  background-color: var(--wp--preset--color--secondary); }

.wp-block-woocommerce-legacy-template {
  font-size: var(--wp--custom--typography--font-size--heading-three);
  line-height: var(--wp--custom--typography--line-height--heading-three); }

.woocommerce-order-details__title {
  font-size: var(--wp--custom--typography--font-size--heading-four);
  line-height: var(--wp--custom--typography--line-height--heading-four); }

.woocommerce .woocommerce-MyAccount-content a.button {
  width: max-content; }

.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button {
  background-image: none;
  background: transparent;
  border: 1px solid;
  padding: 7px 30px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button:focus {
    background-image: var(--wp--preset--gradient--button-bg-color);
    border: 1px solid transparent; }

/** woocommerce notice messages  **/
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner {
  background-color: var(--wp--preset--color--tertiary) !important; }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button,
.wc-block-components-notice-banner {
  color: var(--wp--preset--color--color-light) !important; }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button {
  border-radius: 0;
  color: var(--wp--preset--color--text-link) !important;
  opacity: 1; }
  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus {
    border-bottom: 2px solid; }

.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] {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--color-light); }
  .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 {
    background-color: var(--wp--preset--color--tertiary);
    color: var(--wp--preset--color--color-light); }

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  padding-left: 0;
  padding-right: 0; }

.wp-block-widget:has(.wc-blocks-filter-wrapper[hidden]) {
  display: none; }

.wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
  width: 100%;
  margin-top: 21px !important; }

/* After Wordpress 6.6.1 */
.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"] {
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  font-size: 18px;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--roboto);
  height: auto;
  max-height: inherit; }

.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  box-shadow: none;
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

.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 {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-family: var(--wp--preset--font-family--roboto); }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"] {
  box-shadow: none;
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

.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 {
  height: auto;
  max-height: inherit;
  padding: 1.5em .8em .5em;
  font-size: 18px; }

body .wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  left: 1.2em;
  top: 0.5em;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  font-size: 18px; }

body .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input: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="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:autofill,
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.5em .8em .5em;
  border-radius: 10px; }

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 10px;
  height: auto; }

body .wc-blocks-components-select .wc-blocks-components-select__container select {
  color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--tertiary); }

body .wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--wp--preset--color--foreground); }

body .wc-blocks-components-select .wc-blocks-components-select__container select option {
  font-size: var(--wp--preset--font-size--small); }

.wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: var(--wp--preset--color--foreground); }

.wc-block-components-address-card,
.wc-block-components-notice-banner,
.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,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:first-child:after,
.wc-block-components-radio-control--highlight-checked:after {
  border-radius: 10px; }

.wc-block-components-textarea {
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  font-size: 18px;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--roboto); }

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background-color: var(--wp--preset--color--tertiary);
  color: #fff; }

/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 48%; } }
.wc-block-components-totals-item__value {
  color: var(--wp--preset--color--foreground); }

.wc-block-product-template.wc-block-product-template {
  row-gap: 42px; }

.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 {
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--text-link); }

.woocommerce-page .woocommerce-column__title,
.woocommerce-page .woocommerce-customer-details h2,
.woocommerce-page .woocommerce-thankyou-order-received {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: 500; }

.woocommerce-page .woocommerce-customer-details address {
  padding: 1.5rem; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ---
-------------------------------------------------------- */
/* --- Block Header Media & Text
-------------------------------------------------------- */
.wp-block-custom-header-media h2 {
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  line-height: var(--wp--custom--typography--line-height--huge-post-title); }

.content > .video-play {
  display: flex;
  align-items: center; }

.content > .video-play,
.content.has-text-align-center > .video-play {
  justify-content: center;
  text-decoration: none; }

.content.has-text-align-left > .video-play {
  justify-content: flex-start; }

.content.has-text-align-right > .video-play {
  justify-content: flex-end; }

.content > .video-play > span {
  display: inline-block;
  padding-left: 7px; }

.modal.active .close {
  left: unset;
  top: 50px;
  right: 50px; }

.wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
.wp-block-featured-slider .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 0; }

.wp-block-custom-header-media-with-title-and-nav .content span,
.wp-block-custom-header-media-with-video .content span,
.wp-block-custom-header-media .content span {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  transition: all 0.3s ease-in-out; }

.wp-block-custom-header-media-with-title-and-nav .video-play:hover span,
.wp-block-custom-header-media-with-video .video-play:hover span,
.wp-block-custom-header-media .video-play:hover span {
  letter-spacing: 1px; }

/* When Media Left and Right */
.wp-block-media-text:not(.is-stacked-on-mobile).has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0; }

/* --- Block Header Media & Text With Title and Navigation
-------------------------------------------------------- */
.wp-block-custom-header-media-with-video .content svg,
.wp-block-custom-header-media-with-video .content span,
.wp-block-custom-header-media-with-title-and-nav .content svg,
.wp-block-custom-header-media-with-title-and-nav .content span,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-search .search-controller svg,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-social .social-controller svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light); }

.wp-block-custom-header-media-with-title-and-nav .wp-block-site-title a,
.wp-block-custom-header-media-with-title-and-nav .wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--color-light); }

.wp-block-custom-header-media-with-title-and-nav .wp-block-site-title a:hover,
.wp-block-custom-header-media-with-title-and-nav .wp-block-site-title a:focus,
.wp-block-custom-header-media-with-title-and-nav .wp-block-navigation__responsive-container-open:hover,
.wp-block-custom-header-media-with-title-and-nav .wp-block-navigation__responsive-container-open:focus,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-search .search-controller:hover svg,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-social .social-controller:hover svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link); }

.wp-block-cover.wp-block-custom-header-media-with-title-and-nav .block-editor-block-list__layout {
  width: auto; }

.wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
  padding-bottom: 10px; }

.wp-block-custom-header-media-with-title-and-nav.wp-block-section {
  padding-top: 0; }

.wp-block-custom-header-media-with-title-and-nav .wp-block-main-header .wp-block-button__link,
.wp-block-main-header .wp-block-button__link {
  margin-top: 0; }

.wp-block-custom-header-media-with-title-and-nav .content > .video-play > span {
  padding-left: 14px; }

/* For Wp Custom Block - Popup Video Overlay Issues */
.wp-block-custom-header-media-with-title-and-nav .wp-block-social-search-container {
  z-index: 3; }

.wp-block-custom-header-media-with-title-and-nav {
  z-index: 2; }

.wp-block-custom-header-media-with-video.wp-block-cover .wp-block-cover__inner-container,
.wp-block-custom-header-media-with-title-and-nav.wp-block-cover .wp-block-cover__inner-container {
  z-index: inherit; }

.wp-block-custom-header-media-with-video .wp-block-media-text__media,
.wp-block-custom-header-media-with-title-and-nav .wp-block-media-text__media {
  z-index: 2; }

.wp-block-custom-header-media-with-video .wp-block-media-text__content > *:not(.wp-block-buttons),
.wp-block-custom-header-media-with-video .wp-block-media-text__content .wp-block-buttons .wp-block-button,
.wp-block-custom-header-media-with-title-and-nav .wp-block-media-text__content > *:not(.wp-block-buttons),
.wp-block-custom-header-media-with-title-and-nav .wp-block-media-text__content .wp-block-buttons .wp-block-button {
  position: relative;
  z-index: 2; }

.wp-block-custom-header-media-with-video .wp-block-fse-pro-popup-video .content,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-popup-video .content {
  position: relative; }

/* --- Block Header Transparent
-------------------------------------------------------- */
header .header-transparent {
  position: absolute !important;
  width: 100% !important;
  z-index: 10;
  transition: all 0.4s; }

.header-media-inner-post,
.wp-block-featured-slider.wp-block-section,
.wp-block-custom-header-media.wp-block-section {
  margin: 0 auto !important;
  padding: 0; }

.wp-block-custom-header-media .wp-block-cover__inner-container {
  position: relative;
  padding: var(--wp--custom--spacing--outer);
  box-sizing: border-box; }

.wp-block-custom-header-media {
  position: relative; }
  .wp-block-custom-header-media::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.2s; }
  .wp-block-custom-header-media.show::before {
    height: 0; }

.block-editor-block-list__block.wp-block-custom-header-media::before {
  display: none !important; }

.wp-block-custom-header-media .wp-block-cover__image-background {
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0.4s; }

.wp-block-custom-header-media.show .wp-block-cover__image-background {
  transform: scale(1); }

.wp-block-custom-header-media .wp-block-media-text__content {
  margin-top: 70px;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
  transition-delay: 1.2s;
  opacity: 0; }

.block-editor-block-list__block.wp-block-custom-header-media .wp-block-media-text__content {
  margin-top: 0;
  opacity: 1; }

.wp-block-custom-header-media.show .wp-block-media-text__content {
  margin-top: 0;
  opacity: 1; }

.block-editor-block-list__block.wp-block-main-header {
  padding: 0 30px; }

/* ---
-------------------------------------------------------- */
/* --- Block About Us
-------------------------------------------------------- */
.wp-block-cover.alignfull.wp-block-section.wp-block-hero-content + .wp-block-cover.alignfull.wp-block-section.wp-block-deal-of-the-day,
.wp-block-cover.alignfull.wp-block-section.wp-block-deal-of-the-day + .wp-block-cover.alignfull.wp-block-section.wp-block-hero-content {
  margin-top: 0; }

.wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
  width: 50%; }

.wp-block-hero-content .is-stacked-on-mobile .wp-block-media-text__media {
  margin: 0; }

@media screen and (max-width: 48em) {
  .wp-block-cover.wp-block-hero-content {
    flex-direction: column; }

  .wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
    position: static;
    width: 100%; } }
.wp-block-section.wp-block-hero-content:nth-child(2n-1),
.wp-block-section.wp-block-hero-content {
  padding: 0; }

/* ---
-------------------------------------------------------- */
/* --- Block Hero Content
-------------------------------------------------------- */
.wp-block-section.wp-hero-content .wp-block-group-heading,
.wp-block-section.wp-hero-content-with-collage-images .wp-block-group-heading {
  margin-bottom: 28px;
  position: relative; }

.wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 100% !important; }

.wp-block-media-text .wp-block-media-text__content {
  grid-column: 1;
  padding: 7% 5%; }

body .wp-block-image-collage .is-layout-flex {
  display: flex;
  flex-wrap: nowrap !important; }

.wp-block-image-collage .wp-block-image {
  border-radius: 10px;
  overflow: hidden; }

/* ---
-------------------------------------------------------- */
/* --- Block How It Works
-------------------------------------------------------- */
.wp-block-how-it-work .wp-block-column h2 + p {
  margin-top: 7px; }

.wp-block-how-it-work .wp-block-column .wp-block-image {
  margin-bottom: var(--wp--custom--spacing--tiny); }

.wp-block-how-it-work .wp-block-section-content {
  padding: var(--wp--custom--spacing--wp-comment-vertical) 28px;
  background-color: var(--wp--preset--color--background);
  border-radius: 10px;
  transition: all 0.5s ease;
  height: 100%; }

.wp-block-how-it-work .wp-block-section-content:hover,
.wp-block-how-it-work .wp-block-section-content:focus {
  background-color: var(--wp--preset--color--text-link); }

.wp-block-how-it-work .wp-block-section-content:hover *,
.wp-block-how-it-work .wp-block-section-content:focus * {
  color: var(--wp--preset--color--color-light); }

.wp-block-how-it-work .wp-block-section-content:hover .wp-block-image img,
.wp-block-how-it-work .wp-block-section-content:focus .wp-block-image img {
  filter: brightness(100); }

/* ---
-------------------------------------------------------- */
/* --- Block Team
-------------------------------------------------------- */
/* --- Block Team
-------------------------------------------------------- */
.wp-block-team .wp-block-column .wp-block-image {
  text-align: center; }

.wp-block-team .wp-block-column .wp-block-image img {
  max-width: 200px;
  width: 100%; }

/* --- Block Team Slider
-------------------------------------------------------- */
.wp-block-team .wp-block-section-content h2,
.wp-block-team-slider .wp-block-section-content h2 {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.75;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

/* Slider Buttons Above The Wrapper */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 100; }

.wp-block-team-slider .fse-slider-wrapper,
.wp-block-logo-slider .fse-slider-wrapper,
.wp-block-team-slider .block-editor-block-list__block.fse-pro-slider,
.wp-block-logo-slider .block-editor-block-list__block.fse-pro-slider {
  margin-top: -110px;
  padding-top: 110px; }

.wp-block-logo-slider .fse-slider-wrapper,
.wp-block-logo-slider .block-editor-block-list__block.fse-pro-slider {
  padding-top: 130px; }

.wp-block-team-slider .navigation-wrap,
.wp-block-logo-slider .navigation-wrap {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  gap: 10px; }

.wp-block-team-slider .swiper-button-next,
.wp-block-team-slider .swiper-button-prev,
.wp-block-logo-slider .swiper-button-prev,
.wp-block-logo-slider .swiper-button-next {
  position: initial;
  transform: none;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

.fse-pro-slider .swiper-button-prev:hover,
.fse-pro-slider .swiper-button-prev:focus,
.fse-pro-slider .swiper-button-next:hover,
.fse-pro-slider .swiper-button-next:focus,
.fse-slider-wrapper .swiper-button-prev:hover,
.fse-slider-wrapper .swiper-button-prev:focus,
.fse-slider-wrapper .swiper-button-next:hover,
.fse-slider-wrapper .swiper-button-next:focus,
.wp-block-team-slider .swiper-button-prev:hover,
.wp-block-team-slider .swiper-button-prev:focus,
.wp-block-team-slider .swiper-button-next:hover,
.wp-block-team-slider .swiper-button-next:focus,
.wp-block-logo-slider .swiper-button-prev:hover,
.wp-block-logo-slider .swiper-button-prev:focus,
.wp-block-logo-slider .swiper-button-next:hover,
.wp-block-logo-slider .swiper-button-next:focus {
  border-color: transparent;
  background: var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

.wp-block-team-slider .wp-block-group-heading,
.wp-block-logo-slider .wp-block-group-heading {
  position: relative;
  z-index: 1;
  padding-right: 130px; }

/* ---
-------------------------------------------------------- */
/* --- Block Logo
-------------------------------------------------------- */
.wp-block-logo .wp-block-column .wp-block-image {
  text-align: center; }

.wp-block-logo .wp-block-group-heading + div {
  margin-top: var(--wp--custom--spacing--wp-comment-horizontal); }

/* ---
-------------------------------------------------------- */
/* --- Block Episode
-------------------------------------------------------- */
.wp-block-episode .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static; }

.wp-block-episode .wp-block-cover .block-editor-block-list__layout {
  width: auto; }

.wp-block-episode-content-container {
  position: absolute;
  bottom: clamp(28px, 2vw, 35px);
  left: clamp(28px, 2vw, 35px);
  right: clamp(28px, 2vw, 35px);
  width: calc(100% - clamp(28px, 2vw, 35px)); }

.wp-block-episode .wp-block-post-date svg {
  display: none; }

.wp-block-episode-date {
  border: 1px solid var(--wp--preset--color--meta);
  padding: 14px;
  text-align: center; }

.wp-block-episode-date .wp-block-post-date + .wp-block-post-date {
  margin-top: 3px; }

.wp-block-episode .wp-block-post-date:nth-child(1) {
  color: var(--wp--preset--color--color-light);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  font-size: clamp(16px, 1vw, 18px);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  text-transform: uppercase; }

.wp-block-episode .wp-block-post-date:nth-child(2) {
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--color-light);
  line-height: 1; }

.wp-block-episode-title p:not(.has-text-color) {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-episode-title h2:not(.has-text-color) {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-episode-title p + h2 {
  margin-top: 1px; }

.wp-block-episode .wp-block-cover .wp-block-cover__background {
  transition: opacity 0.3s ease-out; }

.wp-block-episode .wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.3;
  transition: opacity 0.3s ease-out; }

.wp-block-episode .wp-block-cover {
  overflow: hidden; }

.wp-block-episode .wp-block-cover .wp-block-cover__image-background {
  transition: 0.3s ease-out; }

.wp-block-episode .wp-block-cover:hover .wp-block-cover__image-background {
  transform: scale(1.05); }

/* ---
-------------------------------------------------------- */
/* --- Block Podcast
-------------------------------------------------------- */
/* --- Block Featured Podcast
-------------------------------------------------------- */
.wp-block-podcast-title p {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-featured-podcast .wp-block-section-content h2 {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.75;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  margin-top: 0; }

.wp-block-featured-podcast .wp-block-image {
  overflow: hidden; }

.wp-block-featured-podcast .wp-block-image img {
  opacity: 1;
  transition: opacity 0.35s;
  transition: 0.3s; }

.wp-block-featured-podcast .wp-block-image:hover img,
.wp-block-featured-podcast .wp-block-image:focus img {
  transform: scale(1.05);
  opacity: 0.6; }

.wp-block-featured-podcast .wp-block-group-heading .wp-block-button .wp-block-button__link {
  margin-top: 0; }

.wp-block-featured-podcast .content > .video-play {
  margin-top: 0; }

@media screen and (max-width: 48.8125em) {
  .wp-block-featured-podcast .wp-block-group-heading .wp-block-buttons {
    justify-content: flex-start; } }
/* --- Block Favourite Podcast
-------------------------------------------------------- */
.wp-block-favourite-podcast .wp-block-cover .wp-block-cover__background {
  transition: opacity 0.3s ease-out; }

.wp-block-favourite-podcast .wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.3;
  transition: opacity 0.3s ease-out; }

.wp-block-favourite-podcast .wp-block-cover {
  overflow: hidden; }

.wp-block-favourite-podcast .wp-block-cover .wp-block-cover__image-background {
  transition: 0.3s ease-out; }

.wp-block-favourite-podcast .wp-block-cover:hover .wp-block-cover__image-background {
  transform: scale(1.05); }

.wp-block-favourite-podcast .wp-block-section-content .icon {
  fill: var(--wp--preset--color--text-link);
  width: 16px;
  height: 16px; }

.wp-block-featured-podcast .content .video-play svg,
.wp-block-favourite-podcast .content .video-play svg {
  display: none; }

.wp-block-featured-podcast .content .video-play:before,
.wp-block-featured-podcast .content .video-play:after,
.wp-block-favourite-podcast .content .video-play:before,
.wp-block-favourite-podcast .content .video-play:after {
  content: "";
  border: 2px solid var(--wp--preset--color--foreground);
  position: absolute;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px; }

.wp-block-featured-podcast .content .video-play,
.wp-block-favourite-podcast .content .video-play {
  background: var(--wp--preset--color--color-light);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto; }

.wp-block-featured-podcast .content .video-play {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--wp--preset--color--border-color);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--wp--preset--color--border-color);
  box-shadow: inset 0px 0px 0px 1px var(--wp--preset--color--border-color);
  width: 50px;
  height: 50px; }

.wp-block-featured-podcast .content .video-play:hover,
.wp-block-favourite-podcast .content .video-play:hover {
  background: var(--wp--preset--color--text-link);
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px transparent;
  box-shadow: inset 0px 0px 0px 1px transparent; }

.wp-block-featured-podcast .content .video-play:hover span,
.wp-block-favourite-podcast .content .video-play:hover span {
  border-left-color: var(--wp--preset--color--color-light); }

.wp-block-featured-podcast .content .video-play span,
.wp-block-favourite-podcast .content .video-play span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid var(--wp--preset--color--color-dark);
  border-bottom: 15px solid transparent;
  margin-top: 0;
  text-indent: -9999px;
  padding: 0; }

.wp-block-featured-podcast .content .video-play span {
  border-top: 8px solid transparent;
  border-left: 10px solid var(--wp--preset--color--foreground);
  border-bottom: 8px solid transparent; }

/* Hover Annimation */
.wp-block-featured-podcast .content .video-play:before,
.wp-block-favourite-podcast .content .video-play:before {
  border: 2px solid transparent; }

.wp-block-featured-podcast .content .video-play:before,
.wp-block-featured-podcast .content .video-play:after,
.wp-block-favourite-podcast .content .video-play:before,
.wp-block-favourite-podcast .content .video-play:after {
  border-radius: 100%;
  opacity: 0; }

.wp-block-featured-podcast .content .video-play:hover::before,
.wp-block-favourite-podcast .content .video-play:hover::before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }

.wp-block-featured-podcast .content .video-play:hover::after,
.wp-block-favourite-podcast .content .video-play:hover::after {
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom-width: 2px;
  border-top-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, opacity 0.3s;
  opacity: 0.8; }

/* For Wp Custom Block - Popup Video Overlay Issues */
/* .wp-block-favourite-podcast .wp-block-cover .wp-block-cover__inner-container {
    z-index: inherit;
}

.wp-block-favourite-podcast .wp-block-fse-pro-popup-video .content {
    position: relative;
}
 */
/* ---
-------------------------------------------------------- */
/* --- Block CTA
-------------------------------------------------------- */
.wp-block-section.wp-block-cta {
  padding-top: var(--wp--custom--spacing--section-block-top);
  padding-bottom: var(--wp--custom--spacing--section-block-top); }

.wp-block-cta .wp-block-button__link {
  transform: skew(15deg); }

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading,
.wp-block-cta .wp-block-group-heading {
  border-left: 0;
  padding-left: 0; }

.wp-block-cta .wp-block-group-heading {
  margin: 0 auto 35px; }

/* --- Block CTA With Video
-------------------------------------------------------- */
.wp-block-cta-with-video .content .video-play svg,
.wp-block-cta-just-video .content .video-play svg {
  display: none; }

.wp-block-cta-with-video .content {
  margin-top: 3em;
  padding-bottom: 26px; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  content: "";
  border: 1px solid var(--wp--preset--color--text-link);
  position: absolute;
  border-radius: 50%;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px; }

.wp-block-cta-with-video .content .video-play,
.wp-block-cta-just-video .content .video-play {
  background: var(--wp--preset--color--text-link);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto; }

.wp-block-cta-with-video .content .video-play:hover,
.wp-block-cta-just-video .content .video-play:hover {
  background: var(--wp--preset--color--secondary); }

.wp-block-cta-with-video .content .video-play:hover span,
.wp-block-cta-just-video .content .video-play:hover span {
  border-left-color: var(--wp--preset--color--color-dark); }

.wp-block-cta-with-video .content .video-play span,
.wp-block-cta-just-video .content .video-play span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid var(--wp--preset--color--color-dark);
  border-bottom: 15px solid transparent;
  margin-top: 0;
  text-indent: -9999px;
  padding: 0; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:before {
  border: 1px solid transparent; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  border-radius: 100%;
  transition: 0.3s; }

.wp-block-cta-with-video .content .video-play:hover::before,
.wp-block-cta-with-video .content .video-play:focus::before,
.wp-block-cta-with-video .content .video-play:hover::after,
.wp-block-cta-with-video .content .video-play:focus::after,
.wp-block-cta-just-video .content .video-play:hover::before,
.wp-block-cta-just-video .content .video-play:focus::before,
.wp-block-cta-just-video .content .video-play:hover::after,
.wp-block-cta-just-video .content .video-play:focus::after {
  border-radius: 100%;
  border-color: var(--wp--preset--color--color-light); }

/* For Wp Custom Block - Popup Video Overlay Issues */
.wp-block-cta-with-video.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cta-just-video.wp-block-cover .wp-block-cover__inner-container {
  z-index: inherit; }

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading {
  position: relative;
  z-index: 2; }

.wp-block-cta-with-video .wp-block-fse-pro-popup-video .content,
.wp-block-cta-just-video .wp-block-fse-pro-popup-video .content {
  position: relative; }

/* ---
-------------------------------------------------------- */
/* --- New Collection
-------------------------------------------------------- */
.wp-block-new-collection.wp-block-section {
  padding: 0; }
  .wp-block-new-collection.wp-block-section .wp-block-column {
    position: relative; }
  .wp-block-new-collection.wp-block-section .wp-block-column:first-child {
    margin-top: 70px;
    opacity: 0;
    transition: all 0.8s; }
  .wp-block-new-collection.wp-block-section .wp-block-column:last-child {
    margin-top: -120px;
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.8s; }
  .wp-block-new-collection.wp-block-section.transition-element .wp-block-column:first-child,
  .wp-block-new-collection.wp-block-section.transition-element .wp-block-column:last-child {
    margin-top: 0;
    opacity: 1; }
  .wp-block-new-collection.wp-block-section .wp-block-product-category {
    padding-top: var(--wp--custom--spacing--section-block-top);
    padding-bottom: var(--wp--custom--spacing--section-block-top);
    height: 100%; }
  .wp-block-new-collection.wp-block-section .wc-block-product-categories-list {
    max-height: 280px;
    padding-right: 35px;
    overflow: auto;
    padding-top: 7px;
    margin-bottom: 0; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories-list::-webkit-scrollbar {
      width: 4px; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories-list::-webkit-scrollbar-track {
      background-color: var(--wp--preset--color--border-color);
      opacity: 0.1; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories-list::-webkit-scrollbar-thumb {
      background: var(--wp--preset--color--background);
      opacity: 0; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories-list::-webkit-scrollbar-thumb:hover {
      background: var(--wp--preset--color--background); }
  .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li {
    font-size: var(--wp--preset--font-size--normal);
    margin: 0;
    position: relative; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li:last-child a {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li a {
      display: block;
      padding-right: 56px;
      z-index: 3;
      position: relative;
      text-decoration: none;
      border-bottom: 1px solid;
      padding-bottom: 14px;
      margin-bottom: 14px; }
    .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
      float: right;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      line-height: 1;
      background-color: var(--wp--preset--color--foreground);
      color: var(--wp--preset--color--background);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: var(--wp--preset--font-size--medium);
      position: absolute;
      top: -3px;
      right: 0;
      z-index: 1; }
      .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count::before, .wp-block-new-collection.wp-block-section .wc-block-product-categories ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count::after {
        display: none; }
  .wp-block-new-collection.wp-block-section .wp-block-cover {
    height: 100%; }

body .wp-block-section + .wp-block-new-collection {
  background: var(--wp--preset--color--primary); }

body .wp-block-section:not(:nth-child(2n-1)) + .wp-block-new-collection {
  background: var(--wp--preset--color--secondary); }

.wp-block-new-collection.wp-block-section .wp-block-columns .wp-block-columns .wp-block-column {
  margin: 0;
  top: 0; }

.block-editor-block-list__block.wp-block-new-collection.wp-block-section .wp-block-column {
  margin: 0;
  top: 0;
  opacity: 1; }

/* ---
-------------------------------------------------------- */
/* --- Block featured Content
-------------------------------------------------------- */
.wp-block-hero-content.wp-block-section .wp-block-group-heading {
  margin-bottom: 21px; }

/* ---
-------------------------------------------------------- */
/* --- Block featured Category
-------------------------------------------------------- */
.block-editor-block-list__block > .wp-block-column:first-child .wp-block-woocommerce-featured-category {
  height: 100%; }

.wp-block-featured-category .wp-block-woocommerce-featured-category .wc-block-featured-category__title,
.wp-block-featured-category .wp-block-woocommerce-featured-category .wc-block-featured-category__description {
  color: var(--wp--preset--color--foreground); }
.wp-block-featured-category .wp-block-woocommerce-featured-category .wc-block-featured-category__description p {
  font-size: 18px;
  font-size: 1.125rem; }

.wp-block-featured-category .wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  opacity: 0; }

.wp-block-featured-category .wc-block-product-category .wc-block-grid__products {
  flex-wrap: nowrap;
  overflow-x: scroll;
  display: flex;
  cursor: grab;
  margin-bottom: 21px;
  padding-left: 7px;
  padding-right: 30px; }

.wp-block-featured-category .wc-block-product-category .wc-block-grid__products.active li {
  transform: scale(0.97); }

/* width */
.wp-block-featured-category .wc-block-product-category .wc-block-grid__products::-webkit-scrollbar {
  height: 3px; }

/* Track */
.wp-block-featured-category .wc-block-product-category .wc-block-grid__products::-webkit-scrollbar-track {
  background-color: var(--wp--preset--color--border-color);
  height: 3px; }

/* Handle */
.wp-block-featured-category .wc-block-product-category .wc-block-grid__products::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--foreground);
  border-radius: 0;
  height: 2px; }

/* Handle on hover */
.wp-block-featured-category .wc-block-product-category .wc-block-grid__products::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--button-color); }

.wp-block-featured-category ul.wc-block-grid__products li.wc-block-grid__product a img {
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-featured-category ul.wc-block-grid__products li.wc-block-grid__product a:hover img {
  border: 1px solid var(--wp--preset--color--button-color); }

.wp-block-featured-category .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  margin-left: 0 !important; }

/* --- Block featured Collection
-------------------------------------------------------- */
.wp-block-featured-collections .wc-block-featured-category {
  align-content: flex-start;
  align-items: flex-start;
  transition: all 0.4s; }
  .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper {
    padding-top: 28px;
    overflow: initial; }
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__description,
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link,
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__price,
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__title,
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__variation {
      padding: 5px 20px 0; }
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__link {
      padding-top: 15px; }
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__title {
      font-size: var(--wp--custom--typography--font-size--heading-three);
      line-height: var(--wp--custom--typography--line-height--heading-three); }
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .is-style-button .wp-block-button__link {
      color: inherit; }
    .wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__wrapper .is-style-button .wp-block-button__link::before {
      left: 50%;
      transform: translateX(-50%);
      background-color: currentColor; }

.wp-block-featured-collections .wc-block-featured-category:hover {
  transform: scale(1.05); }

.wp-block-product-category .wc-block-featured-category .wc-block-featured-category__background-image,
.wp-block-featured-collections .wc-block-featured-category .wc-block-featured-category__background-image {
  transform: scale(1.13);
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s; }

.wp-block-product-category .wc-block-featured-category:hover .wc-block-featured-category__background-image,
.wp-block-featured-collections .wc-block-featured-category:hover .wc-block-featured-category__background-image {
  transform: scale(1); }

/** product category css **/
.wp-block-product-category .wc-block-featured-category .wc-block-featured-category__title {
  font-size: var(--wp--custom--typography--font-size--heading-four); }

.wp-block-product-category .wc-block-featured-category__wrapper {
  width: 85%;
  max-width: 440px; }

.wc-block-featured-category__description:empty {
  padding: 0; }

/* --- end of custom cursor --- */
.custom-cursor {
  position: absolute;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  margin-block-start: 0 !important;
  z-index: 9999;
  transition: all 0.00003s ease-in-out;
  animation: pulse 0.5s cubic-bezier(0.51, 0, 0.4, 0.5) alternate infinite;
  transform: translate(-50%, -50%) scale(1); }

.custom-cursor.grabber-on {
  background: url(./assets/images/drag-icon.png) no-repeat;
  background-size: 100%;
  width: 90px;
  height: 51px;
  animation: cubic-bezier(0.51, 0, 0.4, 0.9); }

.wp-block-featured-category .wc-block-grid__product {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 28px;
  transition: all 0.4s; }

.wp-block-featured-category .wc-block-grid__product .wc-block-grid__product-rating,
.wp-block-featured-category .wc-block-grid__product .wp-block-button {
  width: 100%;
  order: 3; }

.btn-wrap {
  order: 2;
  display: flex;
  width: 100%;
  justify-content: space-between; }

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

.btn-wrap .wc-block-grid__product-price.price {
  margin: 0;
  min-width: 80px;
  text-align: right;
  padding-left: 21px; }

.wp-block-featured-category .wc-block-grid__product .wc-block-grid__product-rating + .wp-block-button a {
  margin-top: 0; }

.wp-block-featured-category .wp-block-columns .wp-block-column:first-child .wc-block-featured-category {
  height: 100%; }

.wp-block-featured-category .wc-block-featured-category {
  min-height: 260px !important;
  border-radius: 10px; }
  .wp-block-featured-category .wc-block-featured-category:hover .wc-block-featured-category__background-image {
    transform: scale(1.05); }
  .wp-block-featured-category .wc-block-featured-category .wc-block-featured-category__background-image {
    object-position: center right !important;
    transition: all 0.4s; }
  .wp-block-featured-category .wc-block-featured-category .wc-block-featured-category__description {
    max-width: 240px;
    margin: 0 auto; }
  .wp-block-featured-category .wc-block-featured-category .wc-block-featured-category__title {
    font-size: var(--wp--custom--typography--font-size--heading-four);
    line-height: var(--wp--custom--typography--line-height--heading-four); }

.wp-block-featured-category .wc-block-featured-category.has-left-content .wc-block-featured-category__description {
  margin-right: auto;
  margin-left: 0; }

.wp-block-featured-category .wc-block-featured-category.has-right-content .wc-block-featured-category__description {
  margin-left: auto;
  margin-right: 0; }

.wp-block-column .wc-block-featured-category:not(:last-child) {
  margin-bottom: 1.5rem !important; }

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  padding: 0 30px 16px; }

/* ---
-------------------------------------------------------- */
/* --- Block Testimonials
-------------------------------------------------------- */
.wp-block-testimonials .wp-group-content {
  text-align: center; }

.wp-block-testimonials .wp-group-content:before {
  left: 0; }

.wp-block-testimonials .wp-group-author {
  margin-top: clamp(35px, 2.2vw, 42px); }

.wp-block-testimonials .wp-group-author p {
  margin-top: 1px; }

.wp-block-testimonials .wp-block-fse-pro-slider,
.wp-block-testimonials .fse-slider-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-testimonials .wp-block-image {
  background-image: url("assets/images/testimonials-small-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }

.wp-block-testimonials .wp-group-content > h2,
.wp-block-testimonials .wp-group-content > p,
.wp-block-testimonials .wp-group-author .wp-block-image,
.wp-block-testimonials .wp-group-author .wp-block-image + div {
  opacity: 0;
  left: 80px;
  visibility: hidden; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > h2,
.wp-block-testimonials .swiper-slide-active .wp-group-content > p,
.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image,
.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image + div {
  left: 0;
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: all 1s ease; }

.wp-block-testimonials .wp-group-content:before {
  opacity: 0;
  transition: all 1s ease;
  visibility: hidden; }

.wp-block-testimonials .swiper-slide-active .wp-group-content:before {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > h2 {
  transition-delay: .2s; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > p {
  transition-delay: .4s; }

.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image {
  transition-delay: .6s; }

.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image + div {
  transition-delay: .8s; }

/* --- Block Client's Testimonials
-------------------------------------------------------- */
.wp-block-clients-testimonial .wp-block-testimonial {
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  padding: var(--wp--custom--spacing--wp-comment-vertical);
  border-radius: 10px;
  margin-top: -15px;
  position: relative; }

.wp-block-clients-testimonial .wp-group-content {
  position: relative; }

.wp-block-clients-testimonial .horizontal-outside-slider-bottom-left .swiper-pagination {
  margin-left: 0;
  margin-top: 28px;
  text-align: center; }

.wp-block-clients-testimonial .wp-block-testimonial h4 {
  font-size: var(--wp--custom--typography--font-size--upper-heading); }

.wp-block-clients-testimonial .block-editor-block-list__block .components-resizable-box__container {
  height: 100% !important; }

.wp-block-clients-testimonial .wp-testimonial-product-image .wp-block-image {
  height: 100%;
  border-radius: 10px;
  overflow: hidden; }
  .wp-block-clients-testimonial .wp-testimonial-product-image .wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.wp-block-clients-testimonial .wp-block-columns .wp-block-columns {
  gap: 0; }

.wp-block-clients-testimonial .fse-slider-wrapper .wp-block-image {
  text-align: left; }

.wp-block-clients-testimonial .wp-block-testimonial .wp-block-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover; }

.wp-block-clients-testimonial .wp-block-columns .wp-block-columns .wp-group-author {
  margin-top: 35px;
  align-items: center !important;
  display: flex;
  gap: 20px; }

.wp-block-clients-testimonial .wp-block-columns .wp-block-columns .wp-group-author h6 {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-testimonial .wp-group-author > .wp-block-column:not(:last-child) {
  max-width: 85px; }

/* ---
-------------------------------------------------------- */
/* --- Block Slider
-------------------------------------------------------- */
/* --- Block Default Slider Styles
-------------------------------------------------------- */
/* Slider Nav Dots */
.swiper-pagination-bullets {
  z-index: 1; }

.swiper-pagination-bullet {
  transition: all 0.5s ease; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet {
  background-color: var(--wp--preset--color--border-color);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.6;
  position: relative; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--text-link);
  opacity: 1; }

.vertical-left-top > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-center > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-bottom > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-top > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-center > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-bottom > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0; }

.vertical-left-top .swiper-pagination.swiper-pagination-bullets,
.vertical-left-center .swiper-pagination.swiper-pagination-bullets,
.vertical-left-bottom .swiper-pagination.swiper-pagination-bullets,
.vertical-right-top .swiper-pagination.swiper-pagination-bullets,
.vertical-right-center .swiper-pagination.swiper-pagination-bullets,
.vertical-right-bottom .swiper-pagination.swiper-pagination-bullets {
  width: auto; }

.vertical-left-top .swiper-pagination,
.vertical-left-center .swiper-pagination,
.vertical-left-bottom .swiper-pagination,
.vertical-right-top .swiper-pagination,
.vertical-right-center .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  display: flex;
  flex-direction: column; }

.vertical-left-top .swiper-pagination,
.vertical-left-bottom .swiper-pagination {
  left: 28px; }

.vertical-left-top .swiper-pagination,
.vertical-right-top .swiper-pagination {
  align-items: flex-start;
  top: 28px; }

.vertical-right-top .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  left: auto;
  right: 28px; }

.vertical-left-bottom .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  align-items: flex-end;
  bottom: 28px; }

.vertical-left-center .swiper-pagination {
  left: 28px; }

.vertical-right-center .swiper-pagination {
  right: 28px;
  left: auto; }

.vertical-left-center .swiper-pagination,
.vertical-right-center .swiper-pagination {
  align-items: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%); }

.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider {
  display: block; }

.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-left + .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-center + .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-right + .swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-outside-slider-bottom-center .swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination {
  position: static;
  margin-top: 14px;
  width: auto; }

.horizontal-outside-slider-bottom-left .swiper-pagination {
  margin-left: 28px;
  text-align: left; }

.horizontal-outside-slider-bottom-right .swiper-pagination {
  margin-right: 28px;
  text-align: right; }

.horizontal-inside-slider-bottom-left .swiper-pagination {
  text-align: left;
  left: 14px; }

.horizontal-inside-slider-bottom-right .swiper-pagination {
  text-align: right;
  right: 14px;
  left: auto; }

/* Active Nav Dots Animation */
.wp-block-featured-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px; }

.wp-block-featured-slider .swiper-horizontal > .swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  bottom: 50px; }

.wp-block-featured-slider .swiper-pagination span {
  border-radius: 0;
  counter-increment: slides-num;
  border: 0;
  height: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto; }

.wp-block-featured-slider .swiper-pagination span:before {
  content: "0" counter(slides-num);
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--foreground); }

.wp-block-featured-slider .swiper-pagination span.swiper-pagination-bullet-active:before {
  font-weight: var(--wp--custom--typography--font-weight--semibold); }

.wp-block-featured-slider .swiper-pagination span:after {
  height: 1px;
  right: 30px;
  margin-left: 7px;
  opacity: 1;
  content: '';
  top: 56%;
  transition: all 0.6s;
  width: 0px;
  background-color: var(--wp--preset--color--foreground); }

.wp-block-featured-slider .swiper-pagination span.swiper-pagination-bullet-active:after {
  width: 50px; }

/* --- Block Featured Slider
-------------------------------------------------------- */
main .wp-block-featured-slider > * + * {
  margin-block-start: 0; }

.wp-block-featured-slider {
  position: relative; }

.wp-block-featured-slider.wp-block-section:nth-child(2n-1) {
  background-color: transparent; }

.wp-block-featured-slider .wp-block-media-text .wp-block-media-text__media {
  display: none; }

.wp-block-featured-slider .wp-block-fse-pro-slides > .wp-block-cover {
  padding-bottom: var(--wp--custom--spacing--section-block-top);
  padding-top: var(--wp--custom--spacing--section-block-top); }

.wp-block-featured-slider .wp-block-fse-pro-popup-video {
  text-align: center; }

.wp-block-featured-slider .content {
  display: inline-block; }

.wp-block-featured-slider .content > .video-play svg {
  fill: var(--wp--preset--color--color-light);
  color: var(--wp--preset--color--color-light);
  background-color: var(--wp--preset--color--color-dark);
  border-radius: 50%;
  border-color: transparent; }

.wp-block-featured-slider .content > .video-play:hover svg,
.wp-block-featured-slider .content > .video-play:focus svg {
  background-color: var(--wp--preset--color--color-light); }

.wp-block-embed-video {
  display: none; }

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed {
  max-width: 360px;
  margin-top: 28px;
  min-height: auto;
  min-width: auto; }

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed iframe {
  border-radius: 10px; }

.wp-block-featured-slider .wp-block-media-text__content > h6,
.wp-block-custom-header-media .wp-block-media-text__content > h6,
.wp-block-custom-header-media .wp-block-media-text__content > h6 {
  margin-bottom: 7px; }

/* Content Effect */
.wp-block-featured-slider .wp-block-media-text__content > * {
  opacity: 0;
  position: relative;
  transition: .6s;
  transition-delay: .5s;
  transform: translateX(-50px);
  z-index: 2; }

.wp-block-featured-slider .wp-block-media-text__content h6 {
  transition-delay: .4s; }

.wp-block-featured-slider .wp-block-media-text__content h2 {
  transition-delay: .5s;
  font-size: var(--wp--custom--typography--font-size--huge-post-title); }

.wp-block-featured-slider .wp-block-media-text__content p {
  transition-delay: .6s; }

.wp-block-featured-slider .wp-block-media-text__content .wp-block-buttons {
  transition-delay: .7s; }

.wp-block-featured-slider .wp-block-media-text__content .wp-block-embed-video {
  transition-delay: .8s; }

.wp-block-featured-slider .wp-block-media-text__content.block-editor-block-list__layout > *,
.wp-block-featured-slider .swiper-slide-active .wp-block-media-text__content > * {
  opacity: 1;
  transform: translateY(0); }

/* Social Inside Slider */
.social-inside-slider {
  position: absolute;
  bottom: 28px;
  left: 20px;
  z-index: 2; }

.social-inside-slider ul.wp-block-social-links {
  gap: 5px;
  flex-direction: row; }

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  color: var(--wp--preset--color--color-light);
  border-radius: 50%; }

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-dark); }

/* Scroll Inside Slider */
.wp-block-scroll-down {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  position: absolute;
  right: clamp(8px, 3.5vw, 63px);
  bottom: clamp(28px, 3.5vw, 63px);
  z-index: 2;
  width: auto; }

.wp-block-scroll-down a:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.125rem solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 8px;
  transition: 0.3s;
  vertical-align: middle; }

.wp-block-scroll-down a {
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 3px;
  color: var(--wp--preset--color--color-light);
  position: relative;
  margin-block-start: 0 !important; }

.wp-block-scroll-down a:hover,
.wp-block-scroll-down a:focus {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-dark); }

/* For Editor */
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout,
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static; }

/* ---
-------------------------------------------------------- */
/* --- Block Contact
-------------------------------------------------------- */
/* --- Block Quick Contact
-------------------------------------------------------- */
.wp-block-section.wp-block-quick-contact .wp-block-group-heading {
  margin-bottom: 0; }

.wp-block-section.wp-block-quick-contact.wp-block-cover {
  min-height: auto; }

@media screen and (max-width: 48.8125em) {
  .wp-block-quick-contact .wp-block-column .wp-block-buttons {
    justify-content: flex-start; } }
@media screen and (min-width: 600px) {
  .wp-block-quick-contact .wp-block-media-text .wp-block-media-text__content {
    grid-row: 2; } }
@media screen and (min-width: 768px) {
  .wp-block-quick-contact .wp-block-media-text .wp-block-media-text__content {
    grid-row: 1; } }
/* ---
-------------------------------------------------------- */
/* --- Block Services
-------------------------------------------------------- */
/* --- Block Featured Services
-------------------------------------------------------- */
.wp-block-services-list {
  background-color: var(--wp--preset--color--primary);
  padding: var(--wp--custom--spacing--section-pricing-content);
  transition: all 0.5s ease-in-out; }

.wp-block-services-list:hover {
  background-color: var(--wp--preset--color--text-link);
  border-radius: 16px; }

.wp-block-services-list:hover h2 {
  color: var(--wp--preset--color--color-dark); }

.wp-block-services-list:hover .fse-pro-icons svg {
  color: var(--wp--preset--color--color-dark);
  fill: var(--wp--preset--color--color-dark); }

.wp-block-services-list .fse-pro-icons svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link);
  transition: all 0.3s ease-in-out; }

.wp-block-featured-services .wp-block-cover__inner-container .wp-block-media-text__content > .wp-block-columns:last-child {
  margin-bottom: 0; }

.wp-block-featured-services .wp-block-media-text .wp-block-media-text__media:before {
  content: "";
  background-color: var(--wp--preset--color--text-link);
  top: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20%;
  left: 0; }

.wp-block-our-strength .wp-block-section-content .wp-block-column .wp-block-buttons > .wp-block-button {
  position: relative;
  text-indent: 999999px;
  padding: 0;
  width: 22px;
  height: 22px;
  padding: 10px;
  background: transparent;
  text-align: right;
  margin-left: auto;
  transform: rotate(315deg);
  top: 15px;
  right: -10px;
  transition: all 0.4s;
  cursor: pointer;
  overflow: inherit;
  background-image: none; }
  .wp-block-our-strength .wp-block-section-content .wp-block-column .wp-block-buttons > .wp-block-button .wp-element-button {
    background-image: none; }

.wp-block-our-strength .wp-block-section-content .wp-block-column .wp-block-buttons > .wp-block-button:before {
  width: 25px;
  height: 2px;
  background: var(--wp--preset--color--pantone-blue);
  content: '';
  position: absolute;
  z-index: 1;
  right: 0; }

.wp-block-our-strength .wp-block-section-content .wp-block-column .wp-block-buttons > .wp-block-button::after {
  width: 12px;
  height: 12px;
  content: '';
  border-right: 2px solid var(--wp--preset--color--pantone-blue);
  border-bottom: 2px solid var(--wp--preset--color--pantone-blue);
  z-index: 99;
  position: absolute;
  transform: rotate(315deg);
  top: 4px;
  right: 0; }

.wp-block-our-strength .wp-block-section-content:last-child {
  border-bottom: none; }

.wp-block-our-strength .wp-block-group:hover > .wp-block-section-content:not(:hover) {
  opacity: 0.3; }

.wp-block-our-strength .wp-block-group .wp-block-section-content {
  opacity: 1;
  transition: all 0.4s;
  border-color: var(--wp--preset--color--border-color); }

.wp-block-our-strength .wp-block-group .wp-block-section-content:hover {
  animation: pulse timing-function delay iteration-count direction fill-mode; }

.wp-block-our-strength .wp-block-group .wp-block-section-content:hover .wp-block-button {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: finite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation: pulse-animation 1s finite; }

@-webkit-keyframes blinker {
  0% {
    transform: scale(1) rotate(315deg); }
  50% {
    transform: scale(1.2) rotate(315deg); }
  100% {
    transform: scale(1) rotate(315deg); } }
@-moz-keyframes blinker {
  0% {
    transform: scale(1) rotate(315deg); }
  50% {
    transform: scale(1.2) rotate(315deg); }
  100% {
    transform: scale(1) rotate(315deg); } }
@keyframes blinker {
  0% {
    transform: scale(1) rotate(315deg); }
  50% {
    transform: scale(1.2) rotate(315deg); }
  100% {
    transform: scale(1) rotate(315deg); } }
.wp-block-our-strength > .wp-block-group:first-child {
  top: 40px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.4s; }

.wp-block-our-strength > .wp-block-group:last-child {
  top: 120px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.9s; }

.wp-block-our-strength.transition-element > .wp-block-group {
  top: 0;
  opacity: 1; }

.block-editor-block-list__block.wp-block-our-strength .wp-block-group {
  top: 0;
  opacity: 1; }

/* ---
-------------------------------------------------------- */
/* --- Block Stats
-------------------------------------------------------- */
.wp-block-stats .wp-block-stats-content h2:before {
  content: "";
  border-bottom: 5px solid var(--wp--preset--color--text-link);
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: clamp(7px, 1vw, 13px);
  left: 0;
  z-index: -1; }

.wp-block-stats .wp-block-stats-content h2 {
  font-size: clamp(40px, 4.5vw, 70px);
  line-height: 1.3;
  position: relative;
  display: inline-block; }

.wp-block-stats .wp-block-stats-content > * + * {
  margin-block-start: 7px; }

.wp-block-stats .wp-block-stats-content p {
  opacity: 0.5;
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-stats .wp-block-column {
  text-align: center; }

/* ---
-------------------------------------------------------- */
/* --- Block Portfolio
-------------------------------------------------------- */
.wp-block-heading-has-columns {
  max-width: 730px; }

/* ---
-------------------------------------------------------- */
.wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
  position: relative;
  width: auto;
  height: 160px;
  object-fit: contain !important;
  margin: 28px 0;
  transition: all 0.4s; }

.wp-featured-product-slider .fse-slider-wrapper .swiper-button-next {
  right: 0; }

.wp-featured-product-slider .fse-slider-wrapper .swiper-button-prev {
  left: 0; }

.wp-featured-product-slider .fse-slider-wrapper .swiper-button-next,
.wp-featured-product-slider .fse-slider-wrapper .swiper-button-prev {
  color: var(--wp--preset--color--color-light);
  background-color: transparent; }

.wp-featured-product-slider .fse-slider-wrapper .swiper-button-next:hover,
.wp-featured-product-slider .fse-slider-wrapper .swiper-button-next:focus,
.wp-featured-product-slider .fse-slider-wrapper .swiper-button-prev:hover,
.wp-featured-product-slider .fse-slider-wrapper .swiper-button-prev:focus {
  color: #333;
  background-color: var(--wp--preset--color--color-light); }

.wp-featured-product-slider .wc-block-featured-product__price {
  font-size: var(--wp--preset--font-size--product-heading);
  font-weight: 700; }

.wp-featured-product-slider .wc-block-featured-product__price del {
  font-size: var(--wp--preset--font-size--content-heading);
  opacity: 0.9; }

.wp-featured-product-slider .fse-slider-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.wp-featured-product-slider .wc-block-featured-product:hover img.wc-block-featured-product__background-image {
  transform: none; }

.wp-featured-product-slider .wc-block-featured-product img.wc-block-featured-product__background-image {
  transform: scale(0.8);
  transition: all 0.8s ease; }

.wp-featured-product-slider .swiper-slide-active img.wc-block-featured-product__background-image {
  transform: scale(1.05); }

/* ---
-------------------------------------------------------- */
/* --- Featured Products
-------------------------------------------------------- */
.wp-thumbnail-product {
  padding: 0; }
  .wp-thumbnail-product .wp-block-columns {
    gap: 0 30px; }
  .wp-thumbnail-product .wc-block-grid__products {
    margin: 0; }

.wp-product-category-thumbnail {
  height: 100%; }
  .wp-product-category-thumbnail .wp-block-cover {
    height: 100%; }

.wp-thumbnail-product .wc-block-featured-category,
.wp-thumbnail-product .wp-product-cateogry-block {
  height: 100%; }

.wp-block-group.alignfull.wp-thumbnail-product {
  margin: 30px !important;
  max-width: 100% !important;
  background-color: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wc-block-featured-category__description p {
  margin: 0;
  line-height: 1.75; }

/* --- three column product showcase **/
.wc-block-grid__product .wc-block-grid__product-title,
.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__title {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  padding-left: 0;
  padding-right: 0; }

.wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title:hover {
  color: var(--wp--preset--color--text-link) !important; }

.wc-block-grid__product del,
.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__price del {
  font-weight: var(--wp--custom--typography--font-weight--regular);
  opacity: 0.5; }

.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__description p {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-product-cateogry-block .wc-block-featured-category .wc-block-featured-category__description,
.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__description {
  color: var(--wp--preset--color--body-text); }

.wp-product-cateogry-block .wc-block-featured-category .wc-block-featured-category__background-image,
.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image {
  position: relative;
  object-fit: contain !important;
  margin: 0 0 21px;
  transition: all 0.4s;
  background-color: var(--wp--preset--color--primary); }

.wp-block-latest-products .wc-block-grid__product:hover .wc-block-grid__product-image img,
.wp-product-cateogry-block .wc-block-featured-category:hover img.wc-block-featured-category__background-image,
.wp-thumbnail-product .wc-block-product-category:hover img,
.wc-block-featured-product:hover img.wc-block-featured-product__background-image {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

.wp-product-showcase .wc-block-featured-product.has-background-dim .background-dim__overlay:before {
  opacity: 0; }

.wp-thumbnail-product .wp-block-columns .wp-product-category-thumbnail {
  overflow: hidden; }

.wp-thumbnail-product .wp-block-columns .wp-product-category-thumbnail img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-box-shadow: 21px 22px 0px 7px #ebebeb;
  -moz-box-shadow: 21px 22px 0px 7px #ebebeb;
  box-shadow: 21px 22px 0px 7px #ebebeb; }

.wp-thumbnail-product .wp-block-columns:hover .wp-product-category-thumbnail img {
  transform: scale(1); }

.wp-block-group-heading + .wp-product-cateogry-block {
  margin-block-start: 0; }

.wc-block-featured-product {
  align-content: flex-start;
  min-height: auto !important; }

.wp-on-sale-products.wp-block-section .wp-block-group-heading,
.wp-product-showcase.wp-block-section .wp-block-group-heading {
  margin-bottom: 35px; }

.wc-block-featured-product__link .wp-block-buttons > .wp-block-button {
  line-height: 0; }

/* ---
-------------------------------------------------------- */
/* --- Our Studio
-------------------------------------------------------- */
.wp-block-our-identity .wp-block-image {
  position: relative;
  transition: all 0.8s;
  left: 50px;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
  transform-origin: left; }
.wp-block-our-identity .wp-block-group-heading + .wp-block-image {
  left: 150px;
  transition-delay: 0.4s; }
.wp-block-our-identity.transition-element .wp-block-image {
  left: 0;
  opacity: 1;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); }
.wp-block-our-identity.transition-element .wp-block-group-heading + .wp-block-image {
  left: 0; }
.wp-block-our-identity .wp-block-column:last-child .wp-block-section-content {
  top: 70px;
  opacity: 0;
  transition: all 0.4s; }
.wp-block-our-identity.transition-element .wp-block-column:last-child .wp-block-section-content {
  top: 0;
  opacity: 1; }

.block-editor-block-list__block.wp-block-our-identity .wp-block-column .wp-block-section-content,
.block-editor-block-list__block.wp-block-our-identity .wp-block-image {
  opacity: 1;
  left: 0;
  top: 0; }

.block-editor-block-list__block.wp-block-our-identity .wp-block-image {
  clip-path: none; }

/* ---
-------------------------------------------------------- */
/* --- Block Product Reviews
-------------------------------------------------------- */
.wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
  padding: 0;
  gap: 1.5rem; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
  padding: var(--wp--custom--spacing--wp-comment-vertical);
  box-sizing: border-box;
  margin-bottom: 0; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:not(:first-child) {
  margin-top: calc(1.666666666666667 * var(--wp--style--block-gap, 2em)); }

.wp-product-review-section .wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--content-heading);
  color: var(--wp--preset--color--foreground); }

.wp-product-review-section .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: 0.8em; }

.wp-product-review-section .wc-block-components-review-list-item__product {
  margin-right: 14px; }

.wp-product-review-section .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
  font-weight: 500;
  order: 4;
  margin-top: 7px;
  font-size: var(--wp--preset--font-size--small); }

/* ---
-------------------------------------------------------- */
/* --- Latest Posts
-------------------------------------------------------- */
.wp-block-latest-posts .wp-block-query .wp-block-post-featured-image {
  margin-bottom: var(--wp--custom--spacing--testimonial-inner-gap); }
.wp-block-latest-posts .wp-block-query .wp-block-post-date svg {
  display: none; }
.wp-block-latest-posts .wp-block-query .wp-block-post-date + .wp-block-post-title {
  margin-top: 14px; }
.wp-block-latest-posts .wp-block-query .wp-block-read-more {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding: 0 0 2px;
  display: flex;
  align-items: center;
  margin-block-start: 1.5rem;
  background-color: transparent;
  color: var(--wp--preset--color--foreground); }
  .wp-block-latest-posts .wp-block-query .wp-block-read-more::before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--wp--preset--color--button-color);
    transition: all 0.4s; }
  .wp-block-latest-posts .wp-block-query .wp-block-read-more:hover::before {
    width: 30px; }

/* ---
-------------------------------------------------------- */
/* --- Mobile Sticky Icon Menus
-------------------------------------------------------- */
.wp-block-section:nth-child(2n-1).wp-mobile-icon-menu,
.wp-block-section.wp-mobile-icon-menu {
  background-image: var(--wp--preset--gradient--testimonial-bg-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns,
  .wp-block-section.wp-mobile-icon-menu .wp-block-columns {
    gap: 0; }
    .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column,
    .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column {
      flex-basis: 25% !important;
      height: 55px; }
      .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column > *,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column > * {
        height: 100%; }
      .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block {
        height: 100%; }
        .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button,
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button {
          position: relative;
          transform: none;
          background-color: transparent;
          background-image: none;
          margin: 0; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-shop-button::before,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-shop-button::before {
            position: absolute;
            width: 22px;
            height: 22px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(./assets/images/shop-icon.svg) no-repeat center center;
            background-size: 100%;
            transition: all 0.4s;
            filter: invert(1);
            content: ''; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-home-button::before,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-home-button::before {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: all 0.4s;
            background: url(./assets/images/home-icon.svg) no-repeat center center;
            background-size: 100%;
            content: '';
            filter: invert(1); }
        .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button,
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button {
          margin: 0;
          background-image: none;
          text-indent: -9999px;
          transform: none; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button::after,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button::after {
            display: none; }
        .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-search__button,
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-search__button {
          margin: 0; }
        .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block *,
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * {
          height: 100%;
          width: 100%;
          padding: 0; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge {
            justify-content: center; }
            .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge,
            .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
              background-color: var(--wp--preset--color--foreground);
              color: var(--wp--preset--color--color-light);
              height: 20px;
              min-width: 20px; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__badge,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__badge {
            width: auto; }
          .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * svg,
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * svg {
            width: 22px;
            height: 22px; }
      .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column .fse-pro-icons,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .fse-pro-icons {
        width: 100%; }
      .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column a,
      .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-column button,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column a,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: none; }

/** sticky search for mobile  **/
.wp-mobile-icon-menu .search-container {
  position: fixed;
  top: 0;
  height: calc(100vh - 55px);
  left: 0;
  padding-top: 50px; }

.wp-block-post-content .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu,
.wp-block-post-content .wp-block-section.wp-mobile-icon-menu {
  position: relative !important;
  bottom: auto !important; }

.wp-mobile-icon-menu .wp-block-search .wp-block-search__label {
  text-transform: none;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  font-size: 16px; }

.wp-mobile-icon-menu .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 12px; }

.wp-mobile-icon-menu .wp-block-fse-pro-header-search .search-container {
  background-color: var(--wp--preset--color--background);
  padding-left: 20px;
  padding-right: 20px; }

.wp-mobile-icon-menu .wp-block-search__input {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 6px;
  height: 50px; }

.wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-search button.wp-block-search__button,
.wp-mobile-icon-menu .wp-block-search button.wp-block-search__button {
  border-radius: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  text-transform: uppercase;
  height: 55px;
  margin: 0; }

.wp-block-post-content .wp-mobile-icon-menu .search-container {
  position: relative;
  top: auto;
  height: auto;
  left: 0;
  padding-top: 0px;
  margin-top: 20px; }

.wp-block-post-content .wp-mobile-icon-menu .search-container .wp-block-search__button {
  margin-left: 1px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  background-color: var(--wp--preset--color--foreground); }

.wp-mobile-icon-menu .wp-block-woocommerce-customer-account .label {
  display: none; }

.wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account a {
  padding: 0; }

.wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account svg {
  width: 26px;
  height: 26px;
  color: var(--wp--preset--color--foreground); }

.search-toggle .wp-mobile-icon-menu .dummy-icon .wp-block-search__button {
  position: relative; }
  .search-toggle .wp-mobile-icon-menu .dummy-icon .wp-block-search__button svg {
    display: none; }
  .search-toggle .wp-mobile-icon-menu .dummy-icon .wp-block-search__button:before {
    content: "×";
    font-size: 3rem;
    display: block;
    font-weight: 300;
    position: relative;
    top: 5px; }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > 5
-------------------------------------------------------- */
/* --- > 360px
-------------------------------------------------------- */
@media screen and (min-width: 22.5em) {
  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-plauseward {
    justify-content: flex-start;
    width: auto; }

  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-tracker {
    display: flex; } }
/* --- > 480px
-------------------------------------------------------- */
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    max-width: 100%; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    margin-left: auto;
    min-width: 450px; }

  .wp-on-sale-products .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%; }

  .wc-block-grid__product {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }

  .wc-block-grid__products {
    margin: 0 -15px 0; }

  #to_top_scrollup {
    visibility: visible; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    height: 4px; }

  .wp-block-main-header {
    padding: 0 30px; }

  .wp-block-featured-category .wc-block-grid .wc-block-grid__product {
    flex: 1 0 33.333% !important;
    max-width: 33.333333%; }

  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 2) - 30px + (30px / 2));
    margin-left: 0;
    margin-right: 0; }

  .post-navigation-link-next {
    margin-top: 0; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: 100%; }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; }

  header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 0 5px; }

  header .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.5em 1em; }

  .wp-block-columns.testimonial-columns.testimonial-three-columns > .wp-block-column:not(:last-child) {
    margin-bottom: 0px; }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 0; }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 35px; }

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

  .wpcf7-form .two-col .wp-block-col,
  .wpcf7-form > p {
    margin-top: 28px; }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0; }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%; }

  .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; }

  .wp-block-slider-with-video .wp-block-fse-pro-slides > .wp-block-cover {
    min-height: 45vh; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-featured-product-slider .wc-block-featured-product__wrapper {
    padding: 56px 0; }

  .wc-block-featured-category__description,
  .wc-block-featured-category__link,
  .wc-block-featured-category__price,
  .wc-block-featured-category__title,
  .wc-block-featured-category__variation {
    padding: 0 48px 16px; }

  .wp-product-cateogry-block .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 47.5% !important; }

  .wp-block-post-content .wp-block-section.wp-mobile-icon-menu,
  .block-editor-page .wp-block-section.wp-mobile-icon-menu {
    display: block; }

  .wp-block-deal-of-the-day .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 8%; }

  .wp-block-deal-of-the-day .wp-block-media-text .wp-block-media-text__content,
  .wp-block-deal-of-the-day .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content,
  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding: 7% var(--wp--custom--spacing--outer) 7%; }

  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0; }

  .fse-slider-wrapper:hover .tns-control > button.tns-prev,
  .fse-slider-wrapper:focus .tns-control > button.tns-prev {
    left: 30px; }

  .fse-slider-wrapper:hover .tns-control > button.tns-next,
  .fse-slider-wrapper:focus .tns-control > button.tns-next {
    right: 30px; }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-prev {
    left: 50px; }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-next {
    right: 50px; }

  .wp-block-featured-slider-with-video .wp-block-media-text .wp-block-media-text__media {
    display: block; }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before,
  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    bottom: 0;
    width: 30%;
    height: 100%; }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before {
    left: 0; }

  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    left: auto;
    right: 0; } }
/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .catch-breadcrumb .sep {
    padding: 5px 10px; }

  .wp-block-trending-products .wp-block-columns .wp-block-column:first-child .wc-block-featured-category {
    object-position: center center !important; }

  .wp-block-featured-category .wc-block-featured-category {
    align-content: flex-end;
    padding-bottom: 45px; }

  .wp-block-featured-category .wc-block-featured-category__wrapper {
    align-content: flex-end; }

  .wp-block-clients-testimonial .wp-block-columns .wp-block-columns {
    display: block; }

  .wp-hero-content-with-collage-images .wp-block-text-content {
    padding-left: 4%;
    padding-right: 2%;
    box-sizing: border-box; }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 15% 10%; }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 50% 1fr !important; }

  .wp-block-media-text .wp-block-media-text__content {
    grid-column: 2; }

  .wp-header-right .search-product .wp-block-search__button svg {
    fill: var(--wp--preset--color--color-dark); }

  .search-toggle .search-product.wp-block-search button.wp-block-search__button:before {
    display: none; }

  .wp-block-featured-slider.wp-block-section,
  .wp-block-custom-header-media.wp-block-section {
    height: 100vh; }

  .search-toggle .search-product input[type="search"] {
    padding: 0 20px;
    height: 70px;
    border-radius: 8px;
    margin-bottom: 0; }

  .wp-block-search.search-product button.wp-block-search__button {
    margin: 0;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: auto;
    right: 0;
    top: 50%;
    background: transparent;
    color: #000;
    transform: translateY(-50%); }

  .search-toggle .search-product.wp-block-search {
    background-color: transparent;
    top: 140px;
    background-image: none;
    padding: 0; }

  .wp-block-main-header form.wp-block-search__button-outside.wp-block-search__icon-button.dummy-icon.wp-block-search {
    display: block; }

  .wp-header-right .wp-block-search .wp-block-search__label {
    display: none; }

  .woocommerce #customer_login .col-2 {
    margin-top: 0; }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:first-child {
    order: 1; }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:last-child {
    order: 2; }

  .wp-on-sale-products .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 33.333%;
    max-width: 33.3333%; }

  .woocommerce .woocommerce-breadcrumb span {
    padding: 0 7px; }

  .wp-block-section.wp-woocommerce-shipping {
    text-align: initial; }

  .wp-block-deal-of-the-day .wp-block-media-text,
  .wp-block-hero-content .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: auto 50% !important; }

  .wp-product-cateogry-block .wc-block-featured-category .wc-block-featured-category__background-image,
  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 0 0 28px; }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 484px; }

  .wp-header-right .wp-block-woocommerce-customer-account,
  .wp-header-right .wp-block-high-life-header-search,
  .wp-header-right .wp-block-buttons.wp-block-account,
  .wp-block-main-header .wp-block-fse-pro-header-search,
  .wp-block-main-header .wp-block-fse-pro-icons {
    display: block; }

  .wp-block-section.wp-mobile-icon-menu {
    display: none; }

  .main-front-page .block-editor-block-list__block.wp-block-section.wp-mobile-icon-menu,
  .editor-styles-wrapper .wp-block-post-content .wp-block-section.wp-mobile-icon-menu {
    display: block; }

  .wp-block-high-life-header-search .search-container {
    padding: 0;
    left: 0; }

  .wp-block-main-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    margin-left: 0; }

  .wp-header-right {
    justify-content: flex-end; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 1.2em); }

  .wp-block-post-template.is-flex-container,
  .wp-block-query-loop.is-flex-container {
    gap: 2.4em; }

  .wp-featured-product-slider {
    padding: 21px 0; } }
/* --- > min-width 782px max-width 782
-------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 782px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0; } }
/* --- > max-width 782px
-------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .wp-block-our-strength .wp-block-columns {
    position: relative; }

  .wp-block-our-strength .wp-block-column:not(.wp-block-button-column) {
    padding-right: 50px; }

  .wp-block-our-strength .wp-block-column.wp-block-button-column {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: auto; }

  .search-product.wp-block-search {
    position: fixed;
    top: 0;
    height: 100%;
    padding-top: 42px; }

  .admin-bar .search-product.wp-block-search {
    padding-top: 70px; }

  .wp-block-featured-slider .wp-block-cover img.wp-block-cover__image-background,
  .wp-block-cover.wp-block-custom-header-media img.wp-block-cover__image-background {
    position: relative;
    display: block;
    min-height: 280px;
    object-position: right; }

  .wp-block-featured-slider.wp-block-section .wp-block-cover,
  .wp-block-custom-header-media.wp-block-section {
    display: block;
    padding: 0; }

  .wp-block-featured-slider.wp-block-section .wp-block-cover .wp-block-media-text,
  .wp-block-custom-header-media .wp-block-media-text {
    display: flex; }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    max-width: 100%; }

  .wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
  .wp-block-featured-slider .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    text-align: center; }

  .wp-block-custom-header-media.wp-block-section:nth-child(2n-1),
  .wp-block-custom-header-media.wp-block-section {
    background-color: transparent; }

  .wp-block-featured-slider .wp-block-buttons,
  .wp-block-custom-header-media .wp-block-buttons {
    justify-content: center; }

  .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 0; }

  .wp-block-featured-slider.wp-block-section h2,
  .wp-block-custom-header-media h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4 !important; }

  .wp-block-featured-slider .swiper-horizontal > .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    padding-bottom: 24px; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-high-life-header-search,
  .wp-block-fse-pro-header-search {
    position: initial; }

  .wp-block-main-header .wp-block-group.wp-header-right {
    gap: 0.5rem;
    margin-left: 0.5rem; }

  .wp-block-custom-header-media .wp-block-cover__inner-container {
    padding: var(--wp--custom--spacing--outer); }

  body .is-layout-flex > .wp-block-column-sidebar {
    margin-top: 0; }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding: 15% var(--wp--custom--spacing--outer) 15%; }

  .wp-block-deal-of-the-day .wp-block-media-text .wp-block-media-text__content,
  .wp-block-deal-of-the-day .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-top: var(--wp--custom--spacing--extra-small);
    padding-bottom: var(--wp--custom--spacing--extra-small); }

  .wp-block-site-title {
    font-size: 32px;
    font-size: 2rem; }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: flex;
    flex-wrap: wrap; }

  .wp-product-category-with-sidebar .wp-block-widget {
    padding-left: 30px;
    padding-right: 30px; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 30px;
    flex-wrap: wrap;
    display: flex; }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 21px; }

  .wc-block-components-review-list-item__info {
    display: block; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 3) - 30px + (30px / 3)); }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:not(:first-child) {
    margin-top: 0; }

  .wp-product-category-thumbnail {
    display: block; }

  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    top: -8px; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    bottom: unset; }

  .wp-block-main-header .wp-block-fse-pro-header-search .search-container,
  .wp-block-main-header .wp-block-fse-pro-header-social .social-container {
    left: auto;
    right: 0; }

  .wp-block-high-life-header-search .search-container form,
  .wp-block-main-header .wp-block-fse-pro-header-search .search-container form {
    max-width: 1365px;
    margin: 0 auto; }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    top: -7px !important; }

  .wp-block-main-header .wp-block-fse-pro-header-social .social-container {
    width: 320px; }

  div.wp-block-columns {
    gap: calc(1.25 * var(--wp--style--block-gap, 2em)); }

  .wp-block-columns .wp-block-columns {
    gap: var(--wp--style--block-gap, 2em); }

  div.wp-block-columns + div.wp-block-columns {
    margin-block-start: calc(1.25 * var(--wp--style--block-gap)); }

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

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 20px; }

  .wp-block-music-playlist .simple-audio-player {
    margin: 0 0 0 auto; }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 8px 28px; }

  .wp-block-sticky-music-playlist .simp-random {
    display: flex; }

  .wp-block-sticky-music-playlist .simple-audio-player .simp-controls .simp-time {
    display: flex; }

  .wp-block-slider-with-video .wp-block-fse-pro-slides > .wp-block-cover {
    min-height: 60vh; }

  .wp-block-quick-contact .wp-block-column .wp-block-buttons .wp-block-button__link {
    margin-top: 0; }

  .wp-block-quick-contact .wp-block-columns {
    align-items: center !important; }

  .wp-block-stats .wp-block-column {
    text-align: left; }

  .wp-block-sidebar-on-left.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child),
  .wp-block-sidebar-on-right.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: calc(1.666666666666667 * var(--wp--style--block-gap, 2em)); }

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    right: auto; } }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-image img {
    max-width: 100%; }

  .wp-block-section.wp-woocommerce-shipping h5 {
    font-size: 18px; }

  .wp-product-review-section .wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
    font-size: 22px; }

  .wp-block-section.wp-block-deal-of-the-day .wp-block-group-heading h2,
  .wp-block-section.wp-block-hero-content .wp-block-group-heading h2 {
    font-size: 36px; } }
/* --- > 783px
-------------------------------------------------------- */
@media screen and (min-width: 48.9375em) {
  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 3) - 30px + (30px / 3)); } }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .woocommerce div.product form.cart div.quantity {
    margin-right: 15px; }

  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    margin: 42px 0 -49px; }

  .wp-on-sale-products .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%; }

  .wp-block-section.wp-woocommerce-shipping .wp-block-image img {
    width: auto; }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding: 7% var(--wp--custom--spacing--outer) 7%; }

  .summary form.cart.grouped_form .group_table {
    margin-bottom: 35px; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 340px; }

  .wp-featured-product-slider .wc-block-featured-product__wrapper {
    padding: 56px 0; }

  .content > .video-play > span {
    padding-left: 14px; }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 42px; }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 75px; }

  .wpcf7-form .two-col {
    display: flex;
    justify-content: space-between;
    overflow: hidden; }

  .wpcf7-form .two-col .wp-block-col {
    width: 48%; }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 538px; }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0; }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%; }

  .wp-block-slider-with-video .wp-block-fse-pro-slides > .wp-block-cover {
    min-height: 75vh; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.3333% - 1.6em); }

  .wp-block-cover.alignfull.wp-block-section.wp-block-deal-of-the-day {
    padding-top: var(--wp--custom--spacing--outer);
    padding-bottom: var(--wp--custom--spacing--outer); }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }

  .wp-block-post-comments.is-style-post-comments .comment-author img {
    width: 80px;
    height: 80px;
    margin-right: 28px; }

  .wp-block-post-comments.is-style-post-comments .reply,
  .wp-block-post-comments.is-style-post-comments .comment-content {
    margin-left: 108px; } }
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .wp-block-main-header {
    padding: 0 50px; }

  .wp-block-new-collection.wp-block-section + .wp-block-section > .wp-block-group {
    padding-top: var(--wp--custom--spacing--section-block-bottom); }

  .wp-block-new-collection .wp-block-column.is-layout-flow:last-of-type {
    position: relative;
    top: 70px; }

  .wp-block-new-collection.wp-block-section .wc-block-product-categories-list {
    max-height: 290px;
    margin-top: -21px; }

  .search-toggle .wp-block-search.dummy-icon button.wp-block-search__button {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .wp-block-featured-category .wc-block-grid .wc-block-grid__product {
    flex: 1 0 30% !important;
    max-width: 30%; }

  .wp-block-main-header form.wp-block-search__button-outside.wp-block-search__icon-button.dummy-icon.wp-block-search {
    margin-left: 14px; }

  .wp-block-search.dummy-icon .wp-block-search__button {
    height: 45px;
    width: 140px;
    border-radius: 8px;
    background-image: var(--wp--preset--gradient--button-bg-color);
    display: flex;
    padding-right: 25px;
    justify-content: flex-end;
    background-size: cover;
    transform: skew(-15deg); }
    .wp-block-search.dummy-icon .wp-block-search__button:hover {
      background-image: var(--wp--preset--gradient--hover-button-bg-color); }

  .wp-header-right .dummy-icon .wp-block-search__button svg {
    transform: rotate(270deg);
    transition: none;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    z-index: 9;
    fill: var(--wp--preset--color--color-light);
    position: relative;
    transform: skew(15deg); }

  .dummy-icon .wp-block-search__button:before {
    content: 'Search';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%) skew(15deg);
    color: var(--wp--preset--color--color-light);
    transition: all 0.4s;
    font-size: var(--wp--preset--font-size--medium); }

  .search-toggle .wp-block-search button.wp-block-search__button {
    opacity: 0.6; }

  .wp-block-main-header .wp-block-group.wp-header-right {
    margin: 0; }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-woocommerce-all-products,
  .wp-product-category-with-sidebar.wp-sidebar-on-left .content-area {
    padding-left: 40px; }

  .wp-product-category-with-sidebar.wp-sidebar-on-right .wp-block-woocommerce-all-products {
    padding-right: 40px; }

  .woocommerce div.product .quantity + .single_add_to_cart_button {
    width: 280px;
    max-width: 100%; }

  .wp-block-woocommerce-all-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%; }

  .open-search .header-transparent .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content) {
    color: var(--wp--preset--color--text-link);
    fill: var(--wp--preset--color--text-link); }

  .open-search .header-transparent .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:after {
    border-bottom-color: var(--wp--preset--color--text-link); }

  .wp-block-navigation .wp-block-page-list,
  .wp-block-navigation__container {
    gap: 0 28px !important;
    justify-content: center; }

  .wp-block-fse-pro-header-search .search-container,
  .wp-block-fse-pro-header-social .social-container {
    padding: 21px 30px; }

  .wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg {
    font-size: 24px; }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 28px; }

  .open-search .header-transparent .wp-block-navigation .wp-block-navigation-item__content {
    color: var(--wp--preset--color--foreground); }

  .open-search .header-transparent .wp-block-navigation .wp-block-navigation-item__content:hover {
    color: var(--wp--preset--color--text-link); }

  .open-search .header-transparent .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: var(--wp--preset--color--foreground); }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: block;
    margin: 0; }

  .wp-product-category-with-sidebar .wp-block-widget {
    width: 100%; }

  .wp-product-category-with-sidebar {
    flex-direction: initial; }

  .wc-block-components-review-list-item__info {
    display: grid; }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 0; }

  body .wp-header-right,
  .wp-block-group.wp-site-logo {
    width: 30%; }

  body .wp-block-main-header .wp-block-navigation {
    width: 40%; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 400px; }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 592px; }

  .wp-block-cta-with-video .content .video-play,
  .wp-block-cta-just-video .content .video-play {
    width: 100px;
    height: 100px; }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: flex; }

  .tnp-subscription-minimal form input.tnp-submit {
    padding: 15px 35px; }

  .tnp-subscription-minimal form input.tnp-email {
    padding: 17px; }

  .wp-block-subscribe > .wp-block-columns {
    align-items: center !important; }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 30px; }

  .social-and-toggle-search .wp-block-social-search-container .social-controller {
    display: none; }

  .social-and-toggle-search .wp-block-social-search-container .social-container {
    background: transparent;
    display: block !important;
    padding: 0;
    position: static;
    width: auto; }

  .wp-block-main-header .wp-block-main-header-container {
    gap: var(--wp--style--block-gap, 0.5em); }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 10px 34px; }

  .wp-block-sticky-music-playlist .simp-volume,
  .wp-block-music-playlist .simp-volume {
    display: flex; }

  .wp-block-services-list .fse-pro-icons svg {
    height: 50px;
    width: 50px; }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
    color: var(--wp--preset--color--color-light); }

  .wp-block-navigation .wp-block-navigation-item__content {
    position: relative; }

  .wp-block-navigation .wp-block-navigation-item__content:after {
    content: "";
    border-bottom: 2px solid var(--wp--preset--color--button-color);
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all 0.4s ease; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation-item__content:after {
    border-bottom: 2px solid var(--wp--preset--color--color-light); }

  .wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):after {
    right: 10px; }

  .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-footer .wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):after {
    right: 0; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):hover:after,
  .wp-block-footer .wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):focus:after {
    width: 100%;
    left: 0; }

  .wp-block-navigation .wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--foreground); }

  .wp-block-embed-video {
    display: block; }

  .social-inside-slider ul.wp-block-social-links {
    flex-direction: column; }

  .social-inside-slider {
    left: 9px; }

  .open-search .header-transparent .wp-block-navigation .wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container .wp-block-navigation-item__content):hover {
    color: var(--wp--preset--color--text-link); }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%; }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 45%; }

  .wp-block-site-generator .wp-block-fse-pro-header-social .social-controller svg,
  .wp-block-site-generator .wp-block-fse-pro-header-search .search-controller svg,
  .wp-block-site-generator .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 36px;
    height: 36px; }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 15%; }

  .woocommerce-checkout .header-media-inner-post .wp-block-cover__inner-container,
  .woocommerce-cart .header-media-inner-post .wp-block-cover__inner-container {
    padding-top: 35px; }

  .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
    margin: 0 0 21px; }

  .wp-block-featured-category .wc-block-featured-category {
    min-height: 320px !important;
    padding-bottom: 60px; } }
/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .wp-block-clients-testimonial .wp-block-columns .wp-block-columns {
    display: flex; }

  .wp-block-clients-testimonial .wp-block-testimonial {
    margin-top: 0;
    margin-left: -15px;
    padding: var(--wp--custom--spacing--testimonial-inner-gap); }

  .wp-header-right .dummy-icon .wp-block-search__button svg {
    width: 36px;
    height: 36px; }

  .wp-block-post-comments.is-style-post-comments .comment-author img {
    width: 100px;
    height: 100px;
    margin-right: 35px; }

  .wp-block-post-comments.is-style-post-comments .reply,
  .wp-block-post-comments.is-style-post-comments .comment-content {
    margin-left: 135px; }

  .wp-product-cateogry-block .wc-block-featured-category .wc-block-featured-category__background-image,
  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 0 0 35px; }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 13%; }

  .wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 20%; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%; }

  .wp-block-site-generator .wp-block-social-links + p {
    margin-top: 35px; }

  .woocommerce-cart main .woocommerce {
    display: flex;
    flex-wrap: wrap; }

  .woocommerce-notices-wrapper {
    width: 100%; }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 30%;
    padding-left: 56px;
    margin-left: auto; }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    margin-top: 0; }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
    max-height: 60px;
    width: 80px; }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail {
    width: 80px; }

  form.woocommerce-cart-form {
    width: 65%; }

  .wp-product-category-thumbnail .wp-block-cover {
    min-height: 680px; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 40px; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 3) - 40px + (40px / 3)); }

  .fse-slider-wrapper .swiper-button-prev:after,
  .fse-slider-wrapper .swiper-button-next:after {
    font-size: 28px; }

  .wp-featured-product-slider {
    padding: 70px 0; }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 56px 0; }

  .wp-block-cover.wp-block-cta {
    min-height: 520px; }

  div.wp-block-columns {
    gap: calc(1.666666 * var(--wp--style--block-gap, 2em)); }

  div.wp-block-columns + div.wp-block-columns {
    margin-block-start: calc(1.666666 * var(--wp--style--block-gap)); }

  .wp-block-column .wc-block-featured-category:not(:last-child) {
    margin-bottom: calc(1.666666 * var(--wp--style--block-gap)) !important; }

  .wp-block-cta-with-video.wp-block-cover,
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 646px; }

  .wp-block-slider-with-video .wp-block-fse-pro-slides > .wp-block-cover {
    min-height: 85vh; }

  .my-masonry-grid {
    gap: 40px; }

  .my-masonry-grid .my-masonry-grid_column img {
    margin-bottom: 40px; }

  .my-masonry-grid .my-masonry-grid_column img:last-child {
    margin-bottom: 0; }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 42px 0 0; }

  .wp-block-columns .wp-block-image-collage .wp-block-columns {
    gap: 3.5rem; }

  .wp-block-image-collage .wp-block-image {
    margin-bottom: 3.5rem; }

  .wp-block-image-collage .wp-block-image:last-child {
    margin-bottom: 0; } }
/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .wp-hero-content-with-collage-images .wp-block-text-content {
    padding-right: 5%; }

  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0; }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 15% 10% 15% 15%; }

  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }

  .woocommerce-checkout .header-media-inner-post .wp-block-cover__inner-container,
  .woocommerce-cart .header-media-inner-post .wp-block-cover__inner-container {
    padding-top: 42px; }

  .wp-block-main-header {
    padding: 0 70px; }

  .wp-block-deal-of-the-day .wp-block-media-text .wp-block-media-text__content,
  .wp-block-deal-of-the-day .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content,
  .wp-block-hero-content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-top: var(--wp--custom--spacing--section-block-bottom);
    padding-bottom: var(--wp--custom--spacing--section-block-bottom); } }
/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 15%; }

  .wp-block-main-header {
    padding: 0 100px; }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 15%; }

  .wp-block-navigation .wp-block-navigation-item__content {
    font-size: var(--wp--preset--font-size--upper-heading); }

  .wp-block-new-collection.wp-block-section .wc-block-product-categories-list {
    max-height: 300px; }

  .wp-block-new-collection.wp-block-section .wp-block-product-category {
    padding-left: 13%; }

  .woocommerce-checkout .header-media-inner-post .wp-block-cover__inner-container,
  .woocommerce-cart .header-media-inner-post .wp-block-cover__inner-container {
    padding-top: 56px; }

  .wp-thumbnail-product .wp-product-category-thumbnail .wp-block-cover {
    min-height: 700px; }

  .wp-block-navigation .wp-block-page-list,
  .wp-block-navigation__container {
    gap: 0 35px !important; }

  .wp-block-rounded-read-more .wp-block-button__link {
    height: 120px;
    width: 120px;
    font-size: 45px;
    font-size: 2.8125rem; }

  .wp-featured-product-slider {
    padding: 84px 0; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 460px; }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 360px;
    margin: 42px 0; }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 10px 36px; }

  .wp-block-music-playlist .simp-random {
    display: flex; }

  .wp-block-sticky-music-playlist .simp-player > .simp-display .simp-info {
    display: flex; }

  .wp-block-slider-with-video .wp-block-fse-pro-slides > .wp-block-cover {
    min-height: 90vh; }

  .social-inside-slider {
    bottom: 63px;
    left: 28px; }

  .wp-block-cover.wp-block-cta {
    min-height: 600px; } }
/* --- > 1920px
-------------------------------------------------------- */
@media screen and (min-width: 120em) {
  .wp-block-new-collection.wp-block-section .wp-block-product-category {
    padding-left: 26.5%; }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 12px 42px; }

  .wp-block-music-playlist .simp-repeat,
  .wp-block-music-playlist .simp-shide {
    display: flex;
    flex-direction: column; }

  .social-inside-slider {
    left: 63px; } }
/* --- Block Color
-------------------------------------------------------- */
/* --- 6
-------------------------------------------------------- */
/* Foreground color */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.wp-block-navigation .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content,
.wp-block-navigation__responsive-container .wp-block-navigation-link a,
.woocommerce ul#shipping_method li,
.woocommerce .cart_totals p,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.wc-block-mini-cart__button,
.wp-block-main-header .is-style-outline > .wp-block-button__link:not(.has-text-color),
.open-search .header-transparent .wp-block-site-title a,
.open-search .header-transparent .wp-block-site-tagline,
.open-search .header-transparent .wp-block-navigation__responsive-container-open,
.open-search .header-transparent .wc-block-mini-cart__button:hover svg,
.open-search .header-transparent .wc-block-mini-cart__button,
.open-search .header-transparent .wp-block-fse-pro-header-search .search-controller svg,
.woocommerce.single-product div.product p.price del,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--foreground); }

.open-search .header-transparent .wc-block-mini-cart__button:hover svg,
.open-search .header-transparent .wp-block-fse-pro-header-search .search-controller svg,
.open-search .header-transparent .fse-pro-icons svg,
.fse-pro-icons svg,
.wp-block-fse-pro-header-search svg {
  fill: var(--wp--preset--color--foreground); }

/* Background Color */
.open-search .header-transparent,
.wp-block-section:nth-child(2n-1).wp-block-clients-testimonial .wp-block-testimonial,
.wp-block-section:nth-child(2n-1) .service-columns.wp-block-columns > .wp-block-column,
.wp-block-section:nth-child(2n-1) .wp-block-rounded-read-more .wp-block-button__link,
.wp-block-section:nth-child(2n-1).wp-block-music-playlist .simple-audio-player,
.wp-block-section:nth-child(2n-1) .wc-block-review-list.wc-block-components-review-list li {
  background-color: var(--wp--preset--color--background); }

/* Primary color */
.wp-block-section:nth-child(2n-1),
.wp-block-section .wc-block-review-list.wc-block-components-review-list li,
.wp-thumbnail-product .wp-product-cateogry-block,
.woocommerce div.product div.images.woocommerce-product-gallery {
  background-color: var(--wp--preset--color--primary); }

/* Secondary Color */
.wp-block-section,
.service-columns.wp-block-columns > .wp-block-column,
.pricing-columns.wp-block-columns > .wp-block-column {
  background-color: var(--wp--preset--color--secondary); }

/* Tertiary Color */
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--tertiary); }

/* Arrow Wood Color */
.wp-block-section:nth-child(2n-1).wp-featured-product-slider,
.wp-featured-product-slider {
  background-color: var(--wp--preset--color--primary); }

/* Body color */
.wp-block-footer.wp-block-site-generator a,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: var(--wp--preset--color--body-text); }

/* Meta color */
.footer-dark .wp-block-footer.wp-block-site-generator a,
.footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.footer-dark .wc-block-product-categories ul.wc-block-product-categories-list li::before,
.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--meta); }

/* Link color */
a:hover,
a:focus,
.header-transparent .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.header-transparent .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus,
.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
.woocommerce .product_meta > span a:hover,
.woocommerce .product_meta > span a:focus,
.wp-block-footer.wp-block-site-generator a:hover,
.wp-block-footer.wp-block-site-generator a:focus,
.wp-block-footer.wp-block-site-generator.footer-dark a:hover,
.wp-block-footer.wp-block-site-generator.footer-dark a:focus,
.footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover,
.footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:focus,
.footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus,
.wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-navigation__responsive-container .wp-block-navigation-link a:focus,
.wp-block-post a:hover,
.wp-block-post a:focus,
.woocommerce table.shop_table .product-name a:hover,
.woocommerce table.shop_table .product-name a:focus,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:hover,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:focus,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:focus,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.wc-block-mini-cart__shopping-button a,
.content > .video-play:hover span {
  color: var(--wp--preset--color--text-link); }

.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus {
  background-color: var(--wp--preset--color--text-link);
  border: 1px solid var(--wp--preset--color--text-link); }

a:hover svg.icon,
a:focus svg.icon,
.fse-pro-icons svg:hover,
.fse-pro-icons svg:focus,
.content > .video-play:hover svg {
  fill: var(--wp--preset--color--text-link); }

.wc-block-mini-cart__shopping-button a {
  border-color: var(--wp--preset--color--text-link); }

/* Border Color */
.wp-block-table table td,
.wp-block-testimonial .wp-block-separator,
.woocommerce .woocommerce-result-count,
.wp-site-blocks .wp-block-section:last-child.wp-woocommerce-shipping,
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
body:not(.home) footer > div:first-child,
.wp-block-sidebar > *:not(:last-child) {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-testimonial .wp-group-content:before,
.wp-block-separator {
  color: var(--wp--preset--color--border-color); }

/* Light Color */
.wp-block-fse-pro-header-search .wp-block-search__inside-wrapper svg,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
  color: var(--wp--preset--color--color-light); }

/*# sourceMappingURL=style.css.map */
