@charset "UTF-8";
/*
Theme Name: Lensation
Theme URI: https://catchthemes.com/themes/lensation
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Lensation is a free photography WordPress block theme for full site editing. This block-based theme is perfect for photographers, photo bloggers, freelancers, and other creative photography-centric websites. However, it is a multipurpose theme and it offers a range of features and design options, so you can use Lensation Pro for all kinds of websites like corporate, personal blogs, portfolios, and more. This theme comes with a light color scheme. It is easy to use and fully responsive that looks awesome on all the screens. With Full Site Editing features, you can customize your site easily. The theme comes with simple and easy-to-use block patterns which let you drag and drop the blocks and build the content perfectly. There are 10 different block patterns, 11 FSE Templates, and 6 Template Parts available in this free version theme. Some of the block patterns are Hero Content, Contact Us, Header Media, Services, 404 Header, Archive Header, Blog Header, Default Footer, Footer Three Columns, and Recent Blog. All of the blocks, block patterns, templates, and template parts in Lensation are fully responsive, highly customizable, and adapt to all screen sizes beautifully. Download Lensation today and start building your site beautifully with blocks.
Version: 1.2
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lensation
Tags: blog, photography, 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.

Lensation is based on Catch FSE WordPress Theme, 2012-2023 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- Block Base
-------------------------------------------------------- */
/* --- 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: none; }

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--normal);
  padding: calc(0.667em + 2px) calc(1.333em + 2px); }

/*
 * 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-lensation-button) .wp-block-button__link:hover {
  opacity: 0.9; }

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Lensation 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,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-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) */
.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 */
/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
.wp-block-section.is-style-lensation-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-lensation-button .wp-block-button__link {
  border-radius: 0;
  padding: 0;
  border: none; }

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

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

/* --- 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; }

/* --- Block Quote Plain
-------------------------------------------------------- */
.wp-block-quote.is-style-plain:before {
  content: none; }

.wp-block-quote.is-style-plain {
  padding-top: 0; }

/* --- Block Theme
-------------------------------------------------------- */
/* --- 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 {
  transition: all 0.3s ease; }

.wp-block-column > .wp-block-group.wp-block-group-heading:last-child,
.wp-block-group.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--wp-block-heading-margin); }

.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

img {
  max-width: 100%;
  height: auto; }

footer .wp-block-image {
  margin-top: 0; }

.wp-block-section .is-flex-container,
.wp-block-section .wp-block-columns {
  gap: 0; }

.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-columns > .wp-block-column {
  margin-bottom: var(--wp--style--block-gap, 2em); }

.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:last-child,
.wp-block-columns > .wp-block-column:last-child {
  margin-bottom: 0; }

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--section-block-inner);
  padding-top: var(--wp--custom--spacing--section-block-inner);
  margin-top: 0; }

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

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

.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;
  font-size: 18px;
  font-size: 1.125rem; }

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0; }

.wp-block-categories-list a,
.wp-block-archives-list a {
  text-decoration: none; }

.wp-block-section .wp-block-columns .wp-block-columns {
  margin-bottom: 0; }

/* --- WP Block Header
-------------------------------------------------------- */
header .wp-block-buttons .wp-block-button__link,
header .wp-block-buttons .is-style-outline > :where(.wp-block-button__link),
header .wp-block-buttons :where(.wp-block-button__link).is-style-outline {
  padding: 9px 21px; }

.wp-site-blocks .main-site-header .wp-block-group.alignfull {
  gap: 0; }

.wp-block-group-heading h2 {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-weight: var(--wp--custom--typography--font-weight--extra-bold); }

.wp-site-blocks header {
  z-index: 7; }

.main-site-header {
  display: flex;
  align-items: center; }

p.wp-block-site-tagline {
  margin: 4px 0 0;
  font-size: 12px; }

.wp-block-site-logo + .main-site-title {
  display: none; }

.main-site-header .wp-block-navigation {
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  order: 3; }

.main-site-header .wp-header-cart {
  margin-block-end: 0;
  gap: 0;
  margin-block-start: 0;
  order: 1;
  margin: 0 !important; }

.wp-block-woocommerce-customer-account a {
  fill: var(--wp--preset--color--color-light) !important; }

.main-site-header .wp-header-search-social + .wp-block-navigation {
  margin-left: 0 !important; }

.main-site-header .wp-block-navigation ul,
.main-site-header .wp-container-6,
.main-site-header .site-header-buttons,
header .site-logo {
  gap: 0; }

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0; }

.site-logo {
  padding: 14px 0;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.wp-block-site-logo + .wp-block-site-title {
  display: none; }

header .wp-block-buttons .wp-block-button__link,
.main-site-header .wp-block-buttons > .wp-block-button,
.main-site-header .wp-block-buttons {
  gap: 0;
  height: 100%;
  margin: 0; }

.main-site-header .alignfull {
  align-items: initial; }

header .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center; }

.wp-block-navigation__responsive-container-open {
  align-items: center; }

.site-navigation button {
  margin-right: -15px; }

.has-vertical-header .wp-block-navigation__container {
  gap: 0; }

.site-navigation button.wp-block-navigation__responsive-container-close {
  height: auto;
  display: block;
  margin-top: -15px; }

.site-navigation button,
.wp-block-fse-pro-header-social,
.wp-block-fse-pro-header-social button,
.wp-block-fse-pro-header-search button,
.wp-block-fse-pro-header-search,
.site-header-buttons .wp-block-search {
  height: 100%; }

.wp-block-fse-pro-header-social button.social-container,
.wp-block-fse-pro-header-search button.search-container {
  padding: 14px;
  border-left: 1px solid; }

.wp-block-fse-pro-header-social .social-controller header.wp-block-template-part {
  position: relative; }

header .wp-block-fse-pro-header-social .social-container,
header .wp-block-fse-pro-header-search .search-container {
  right: -30px;
  width: calc(100% + 60px);
  left: -30px; }

header .wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px 15px; }

.site-header-buttons .search-container .wp-block-search__inside-wrapper {
  border: none; }

.social-container ul.wp-block-social-links {
  justify-content: center;
  font-size: 18px;
  gap: 14px; }

.site-header-buttons .search-container .wp-block-search__inside-wrapper input {
  border: none;
  padding: 12px 14px; }

.site-navigation button,
.wp-block-fse-pro-header-search .search-controller,
.wp-block-fse-pro-header-social .social-controller {
  padding: 10px;
  height: auto;
  width: auto;
  transition: all 0.4s; }

.site-header-buttons > * {
  border-left: 1px solid; }

.site-header-buttons > .wp-block-buttons {
  border-left: none; }

.site-header-buttons svg,
.site-header-buttons svg.cross.svg {
  width: 24px;
  height: 24px;
  fill: var(--wp--preset--color--foreground); }

.site-header-buttons button:hover svg,
.site-header-buttons button:hover svg.cross.svg {
  fill: var(--wp--preset--color--background); }

.wp-block-fse-pro-header-social .social-container,
.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links.is-style-logos-only .wp-social-link .wp-social-link-anchor {
  padding: 10px; }

footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-social-link-anchor {
  padding-left: 0;
  padding-top: 0; }

header.alignfull .wp-block-fse-pro-header-social .social-container,
header.alignfull .wp-block-fse-pro-header-search .search-container {
  right: 0px;
  width: 100%;
  left: 0px; }

.search-bar-navigation button.wp-block-navigation__responsive-container-open {
  margin-left: auto; }

.search-bar-navigation .wp-block-search {
  margin-left: auto;
  width: 100%;
  padding: 0; }

.main-site-header .site-navigation-row,
.main-site-header .site-logo {
  flex-wrap: nowrap; }

.wp-block-site-logo {
  width: 44px;
  height: 44px; }

.site-navigation.search-bar-navigation {
  width: -webkit-fill-available; }

.wp-site-blocks .site-header-buttons.header-with-searchbar {
  width: 100%;
  border-top: 1px solid;
  height: 49px; }

.site-header-buttons.header-with-searchbar .wp-block-search__button {
  padding: 8px 14px;
  margin: 0; }

.site-header-buttons .wp-block-fse-pro-header-search .wp-block-search__button:hover {
  opacity: 0.9; }

.wp-block-navigation .wp-block-navigation-item__content {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4px; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 10px 0; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: calc(0.2 * var(--wp--style--block-gap, 2em));
  padding-bottom: calc(0.7 * var(--wp--style--block-gap, 2em)); }

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  min-width: 250px;
  padding: 0.7em 0; }

.wp-block-footer .wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  min-width: 220px;
  padding: 0.7em 1em; }

.header-media h2 {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-weight: var(--wp--custom--typography--font-weight--extra-bold); }

.header-media-full-height .wp-block-cover {
  height: 75vh;
  justify-content: flex-start; }

.header-media-full-height .wp-block-cover .wp-block-cover__inner-container {
  max-width: 560px;
  padding-right: 21px; }

.wp-header-search-social.search-social-on-mobile {
  display: flex;
  align-items: center;
  margin-block-start: 0;
  margin-left: auto !important;
  margin-right: 0 !important; }

.wp-header-search-social.search-social-on-mobile .wp-block-fse-pro-header-search {
  margin-block-start: 0; }

.wp-header-search-social.search-social-on-mobile .wp-block-fse-pro-header-social .social-container,
.wp-header-search-social.search-social-on-mobile .wp-block-fse-pro-header-search .search-container {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747; }

.has-vertical-header .wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper input,
.has-vertical-header .wp-header-search-social .wp-block-search {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px; }

.wp-header-search-social.search-social-on-mobile .wp-block-search .wp-block-search__inside-wrapper input {
  padding-left: 30px;
  padding-right: 30px;
  border: none; }

.wp-header-search-social .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a {
  border-radius: 0; }

.wp-header-search-social .wp-block-social-links .wp-social-link svg {
  width: 1.3em;
  height: 1.3em; }

.wp-header-search-social.search-social-on-mobile .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  right: 5px; }

.wp-block-search .wp-block-search__input {
  background-color: var(--wp--preset--color--background); }

.admin-bar .wp-block-navigation__responsive-close {
  margin-top: 40px; }

.wp-block-navigation .wp-block-navigation-item__content span:focus-visible {
  outline: none; }

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title a {
  text-decoration: none;
  display: block; }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none; }

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

/* --- Block Navigation Footer
-------------------------------------------------------- */
.wp-block-footer.wp-block-site-generator .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: inherit; }

.wp-block-site-info p {
  font-weight: 500; }

footer .wp-block-image {
  margin-top: 0; }

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

.footer-dark .wp-block-footer.wp-block-widget-area {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--secondary-link); }

.footer-dark .wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--secondary-link); }

.footer-dark .wp-block-footer.wp-block-widget-area a {
  color: var(--wp--preset--color--color-light);
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.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 {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--body-text);
  border-top: 1px solid #474747; }

.wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-footer.wp-block-site-generator a {
  font-size: 14px; }

.footer-dark .wp-block-footer.wp-block-site-generator a:hover,
.footer-dark .wp-block-footer.wp-block-site-generator a:focus {
  color: var(--wp--preset--color--color-light); }

.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--color-light); }

.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--tertiary);
  border: 1px solid #474747; }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  background: linear-gradient(to right, var(--wp--preset--color--foreground), var(--wp--preset--color--foreground) 50%, var(--wp--preset--color--secondary-link) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  letter-spacing: normal;
  text-transform: normal;
  background-position: 100%;
  padding: 0; }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  background: linear-gradient(to right, var(--wp--preset--color--text-link), var(--wp--preset--color--text-link) 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  font-size: var(--wp--preset--font-size--medium);
  text-transform: normal;
  background-position: 100%;
  transition: background-position 0.3s ease; }

.site-newsletter .tnp-subscription-minimal input,
.site-newsletter .tnp-subscription-minimal input.tnp-email {
  border: 1px solid #474747; }

.wp-footer-site-identity #about {
  letter-spacing: 2.5px;
  line-height: 1.75; }

.wp-block-footer .wp-footer-site-identity * + * {
  margin-block-start: 0; }

.wp-block-footer ul.wp-block-social-links {
  margin-left: -10px;
  margin-bottom: -10px;
  gap: 0; }

.wp-block-footer .wp-block-navigation__container {
  display: block; }

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

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  font-weight: normal;
  display: block;
  width: 100%; }

/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--wp--preset--color--text-link);
  border-radius: 0;
  color: var(--wp--preset--color--background);
  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: calc(max(0.7rem, 0.75vw));
  padding-right: calc(max(1.5rem, 1.85vw));
  padding-bottom: calc(max(0.7rem, 0.75vw));
  padding-left: calc(max(1.5rem, 1.85vw));
  text-transform: uppercase;
  text-decoration: none;
  width: auto; }

.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wp-block-post-comments input[type="button"],
.wp-block-post-comments input[type="submit"] {
  border: 3px solid var(--wp--preset--color--foreground);
  background: transparent;
  color: var(--wp--preset--color--foreground); }

.wp-block-fse-pro-header-social button:hover, .wp-block-fse-pro-header-social button:focus,
.wp-block-fse-pro-header-search button:hover,
.wp-block-fse-pro-header-search button:focus,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="button"]:focus,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
.wp-block-post-comments input[type="button"]:hover,
.wp-block-post-comments input[type="button"]:focus,
.wp-block-post-comments input[type="submit"]:hover,
.wp-block-post-comments input[type="submit"]:focus {
  border: 3px solid transparent;
  color: #fff;
  opacity: 1; }

.wp-block-fse-pro-header-social button:hover, .wp-block-fse-pro-header-social button:focus,
.wp-block-fse-pro-header-search button:hover,
.wp-block-fse-pro-header-search button:focus {
  border: none;
  transform: scale(1.1); }

.wp-block-button.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link,
:where(.wp-block-button__link).is-style-outline {
  border: 3px solid var(--wp--preset--color--foreground); }
  .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus,
  .is-style-outline .wp-block-button__link:hover,
  .is-style-outline .wp-block-button__link:focus,
  :where(.wp-block-button__link).is-style-outline:hover,
  :where(.wp-block-button__link).is-style-outline:focus {
    border: 3px solid transparent; }

.wp-element-button,
.wp-block-button__link {
  overflow: hidden;
  position: relative; }

.wp-element-button::after,
.team-section .swiper-button::before,
.wp-block-button__link::after {
  background-color: var(--wp--preset--color--foreground);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(0deg);
  transform-origin: top left;
  transition: 0.3s transform ease-out;
  will-change: transform;
  z-index: -1;
  opacity: 0; }

.is-style-lensation-button .wp-block-button__link::after {
  display: none; }

.is-style-outline .wp-block-button__link::after {
  background-color: var(--wp--preset--color--text-link); }

.wp-element-button:hover,
.wp-block-button__link:hover {
  color: var(--wp--preset--color--background);
  transform: scale(1.07);
  will-change: transform;
  opacity: 1; }

.wp-element-button:hover:after,
.team-section .swiper-button:hover::before,
.wp-block-button__link:hover::after {
  transform: translate(0, 0);
  border-radius: 0;
  opacity: 1; }

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background: transparent;
  opacity: 1; }

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button:not(.is-style-lensation-button) .wp-block-button__link:hover {
  opacity: 1; }

.wp-block-button__link.is-style-outline:not(.has-background):hover {
  border-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 1; }

.wp-block-button__link.is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--border-color); }

.featured-content-columns .wp-block-button__link::after {
  background-color: transparent; }

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

.wp-block-query-pagination-numbers .page-numbers {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: 500;
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  width: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 14px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  border: none; }

.wp-block-query-pagination-numbers .page-numbers:last-child {
  margin-right: 0; }

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground); }

.wp-block-query-pagination > .wp-block-query-pagination-next:hover,
.wp-block-query-pagination > .wp-block-query-pagination-next:focus,
.wp-block-query-pagination > .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination > .wp-block-query-pagination-previous:focus {
  color: var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--text-link); }

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

.block-editor-block-list__block.wp-block.wp-block-post-container {
  position: static !important; }

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  color: var(--wp--preset--color--body-text);
  text-decoration: none; }

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: transparent;
  border: 1px solid;
  display: inline-block;
  margin-right: 7px;
  padding: 4px 14px; }

.single .taxonomy-category.wp-block-post-terms > .wp-block-post-terms__separator,
.single .taxonomy-post_tag.wp-block-post-terms > .wp-block-post-terms__separator {
  display: none; }

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  text-transform: uppercase; }

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

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

.wp-block-post-navigation-link a .post-navigation-link__title {
  margin-top: 14px;
  display: inline-block; }

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

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  opacity: 0; }

.wp-block-footer .wp-block-navigation .wp-block-page-list {
  gap: 0;
  display: block; }

.wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-page-list {
  display: flex;
  gap: inherit; }

.wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-page-list li {
  display: inline-flex;
  width: auto; }

ul.wp-block-page-list li {
  display: block;
  width: 100%; }

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-right: 7px;
  transition: all 0.4s;
  position: relative; }

.has-vertical-header .wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-right: 7px;
  transition: all 0.4s;
  position: absolute;
  right: 14px;
  top: 17px; }

.wp-block-navigation .wp-block-navigation__submenu-icon::before {
  content: "+";
  position: absolute;
  top: 6px;
  right: -7px;
  width: 15px;
  height: 15px;
  background-size: 100%;
  opacity: 0.6;
  font-size: 16px; }

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon::before {
  top: 4px;
  right: -18px; }

@-moz-document url-prefix() {
  .wp-block-navigation .wp-block-navigation__submenu-icon::before {
    top: 3px; } }
.wp-block-navigation .wp-block-navigation-item:hover > .wp-block-navigation__submenu-icon::before {
  opacity: 1;
  content: "−";
  font-weight: normal; }

.wp-block-site-generator .wp-block-navigation .wp-block-navigation__submenu-icon::before {
  font-size: 14px;
  font-weight: normal;
  right: -7px;
  top: 5px; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-title a {
  text-decoration: none; }

.wp-block-post-title + .wp-block-group.wp-block-post-meta {
  margin-block-start: 14px; }

.wp-block-post-template > li .wp-block-post-container {
  margin-top: 0;
  padding: var(--wp--custom--spacing--wp-post); }

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

.wp-block-post-container .wp-block-post-author {
  padding: 0;
  border: none; }

.wp-block-post-container .wp-block-post-author .wp-block-post-author__name {
  color: var(--wp--preset--color--body-text);
  font-weight: normal;
  font-size: var(--wp--preset--font-size--extra-small); }

.wp-block-post-container .wp-block-post-author .wp-block-post-author__content {
  padding-left: 0; }

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

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

a svg.icon {
  fill: var(--wp--preset--color--foreground); }

.wp-block-site-generator .wp-block-page-list .wp-block-pages-list__item,
.wp-block-post-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-button.is-style-lensation-button .wp-block-button__link,
.wp-block-post-excerpt__more-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  background: linear-gradient(to right, var(--wp--preset--color--text-link), var(--wp--preset--color--text-link) 50%, var(--wp--preset--color--foreground) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
  text-transform: uppercase; }

.wp-block-button.is-style-lensation-button .wp-block-button__link:hover,
.is-style-lensation-button button:hover,
.wp-block-post-excerpt__more-link:hover {
  background-position: 0 100%;
  transform: none; }

.featured-content-columns .wp-block-buttons,
.wp-block-post-excerpt__more-text {
  border-top: 1px solid;
  margin-top: 28px;
  padding-top: 21px; }

.is-style-lensation-button a::after,
.is-style-lensation-button button::after {
  display: none; }

.wp-block-post-template > li {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  margin-top: 0; }

.wp-site-blocks .wp-block-query-pagination {
  margin-top: var(--wp--custom--spacing--wp-comment-horizontal); }

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

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

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

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

.wp-block-post-container .wp-block-post-meta + .wp-block-post-title {
  margin-top: 14px; }

.wp-article-section .wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--heading-five); }

.wp-article-section .wp-block-post {
  position: relative; }

.wp-article-section .wp-block-post .taxonomy-category {
  position: absolute !important;
  right: 21px !important;
  top: 21px !important;
  margin: 0; }

.wp-article-section .wp-block-post .taxonomy-category a {
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.62; }

.wp-article-section .wp-block-post .taxonomy-category svg {
  display: none; }

.editor-styles-wrapper .wp-block-post-title + .wp-block-group.wp-block-post-meta,
.wp-block-post-container .block-editor-block-list__layout .block-editor-block-list__block {
  position: initial; }

.wp-article-section .wp-block-post-container .wp-block-post-excerpt__excerpt {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal; }

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-pullquote,
.wp-block-quote.has-text-align-right,
.wp-block-quote {
  border-color: var(--wp--preset--color--tertiary);
  font-style: italic; }

.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-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 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-color: var(--wp--preset--color--border-color); }

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent; }

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-search__inside-wrapper {
  position: relative; }

.wp-block-search {
  background-color: var(--wp--preset--color--primary);
  box-sizing: border-box;
  padding: 14px;
  position: relative; }

.header-with-searchbar .wp-block-search {
  border-left: none; }

.header-with-searchbar .wp-block-search__input {
  background-color: transparent;
  border: 0;
  color: var(--wp--preset--color--body-text);
  padding: 10px 14px; }

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

.wp-block-search__button {
  background-color: var(--wp--preset--color--text-link);
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1rem; }

.site-header-buttons .wp-block-search {
  padding: 0;
  width: 100%; }

.site-header-buttons .wp-block-search__inside-wrapper {
  height: 100% !important; }

.site-header-buttons .wp-block-search__inside-wrapper input {
  border: none;
  height: 100%;
  border-radius: 0;
  padding: 0 20px; }

.site-header-buttons .wp-block-search__button {
  text-align: center;
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  margin-left: 0;
  padding: 10px 14px;
  position: relative;
  right: auto;
  top: auto;
  height: 100%;
  transform: none;
  height: 100%;
  border: none;
  border-left: 1px solid;
  transition: all 0.4s; }

.wp-block-search__button:hover,
.site-header-buttons .wp-block-search__button:hover {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--foreground);
  opacity: 1; }

button.wp-block-search__button.has-icon svg {
  transform: rotate(270deg);
  transition: all 0.3s;
  width: 36px;
  height: 30px; }

.wp-block-fse-pro-header-search button.wp-block-search__button.has-icon {
  padding: 10px; }

.wp-block-navigation svg.minus {
  display: none; }

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  width: 14px;
  height: 14px;
  position: relative;
  top: -3px; }

header.alignfull .wp-block-fse-pro-header-social .social-container,
header.alignfull .wp-block-fse-pro-header-search .search-container {
  width: 100%;
  left: 0;
  right: 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: transparent;
  border-radius: 0;
  border: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  box-sizing: border-box;
  color: var(--wp--preset--color--body-text);
  padding: calc(0.667em + 2px);
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  width: 100%; }

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 0 0 14px;
  border: 1px solid var(--wp--preset--color--border-color); }

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 120px; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none; }

.wp-header-search-social .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 10px 21px;
  color: #fff;
  border: 1px solid #474747;
  border-radius: 32px; }

.wp-header-search-social .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border: 1px solid var(--wp--preset--color--text-link); }

.search-bar-navigation .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid;
  border-right: none; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 12px 14px; }

.wp-block-post-comments .comment-reply-title,
.form-submit.wp-block-button {
  text-align: center; }

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

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-cover-image,
.wp-block-cover {
  min-height: 320px; }

.wp-block-image .alignleft {
  margin-right: 2em; }

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

ul.wp-block-gallery {
  list-style-type: none; }

/* --- Block Widget
-------------------------------------------------------- */
.wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-widget-area strong {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-widget-area h2 {
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

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

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0; }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item.wp-block,
.wp-block-footer .wp-block-page-list .wp-block-pages-list__item,
.wp-block-widget-area .wp-block-navigation-item {
  margin-bottom: 21px; }

.wp-block-page-list .wp-block-navigation__submenu-container .wp-block-pages-list__item,
.wp-block-widget-area .wp-block-navigation__submenu-container wp-block-navigation-item,
.wp-block-site-generator .wp-block-navigation .submenu-container .wp-block-navigation-item,
.wp-block-footer .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item {
  margin-bottom: 14px; }

.wp-block-page-list .wp-block-pages-list__item:last-child,
.wp-block-site-generator .wp-block-navigation .submenu-container .wp-block-navigation-item:last-child,
.wp-block-footer .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child,
.wp-block-widget-area .wp-block-navigation-item:last-child {
  margin-bottom: 0; }

.wp-block-widget-area .wp-block-social-links li {
  margin-bottom: 0; }

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

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

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

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

.wp-block-sidebar h3,
.wp-block-sidebar > * h2 {
  border-bottom: 1px solid;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

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

.wp-block-sidebar .wp-block-latest-posts__list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.wp-block-widget-area .wp-block-latest-posts__list > li > a {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

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

.wp-block-widget-area li {
  margin-bottom: 14px; }

.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  position: relative;
  padding-left: 36px; }

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

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

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  padding-bottom: 35px;
  padding-top: 35px; }

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

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

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

.wp-block-footer.wp-block-site-generator,
.site-newsletter p {
  margin-top: 0; }

.site-newsletter form,
.site-newsletter .tnp-subscription-minimal form {
  position: relative;
  max-width: 360px; }

.site-newsletter form input,
.site-newsletter .tnp-subscription-minimal input.tnp-email {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 105px 10px 14px;
  display: inline-block;
  border: 1px solid #474747;
  background-color: transparent;
  color: var(--wp--preset--color--color-light);
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  /* line-height: 20px; */
  border-radius: 0px; }

body .tnp-subscription-minimal input.tnp-email {
  border: none;
  font-size: 16px; }

.site-newsletter .tnp-subscription-minimal input.tnp-submit {
  background: transparent;
  padding: 0;
  position: absolute;
  width: auto;
  right: 14px;
  top: 0px; }

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

main.wp-block-group > * + *,
.wp-block-section + .wp-block-section,
footer.wp-block-template-part {
  margin-top: 0; }

.section-tagline {
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 600;
  margin: 0 0 7px; }

.wp-block-column > .wp-block-group:last-child,
.wp-block-column:empty {
  margin: 0; }

.wp-block-column.wp-block-column-wrap {
  margin: 0; }

.wp-block-group.alignfull.wp-block-media-wrap {
  margin-top: 0; }

.service-section .is-stacked-on-mobile .wp-block-media-text__media,
.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 35px; }

header + .wp-block-group {
  margin: 0; }

.wp-block-post-template .wp-block-columns {
  margin-bottom: 0;
  gap: 0; }

.wp-block-section .wp-block-group-heading > * + *,
.wp-block-section .wp-block-heading-wrap > * + * {
  margin-top: 7px; }

.wp-block-column > * + * {
  margin-bottom: 0; }

.wp-block-separator {
  opacity: 1; }

.wp-block-cover .wp-block-query-title,
.wp-block-cover .wp-block-post-title {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: var(--wp--custom--typography--font-size--heading-one);
  max-width: 900px;
  margin: 0 auto; }

.wp-header-media-wrap .wp-block-heading-wrap {
  max-width: 760px; }

.wp-block-separator {
  border-bottom: 1px solid currentColor; }

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

body:not(.home).page-template-blank footer .wp-footer-has-border {
  border: none; }

.entry-content footer {
  margin-top: 0; }

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

.wp-block-post-template .wp-block-post-author {
  background-color: transparent;
  padding: 0; }

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

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

.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--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--foreground); }

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

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments .commentlist > li > .children > li article,
.wp-block-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 .commentlist > li:first-child > article {
  padding-top: 0; }

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

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

.wp-block-post-comments .comment-author {
  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 .comment-content {
  margin-top: 20px; }

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

.wp-block-post-comments .comment-metadata a {
  text-decoration: none;
  color: var(--wp--preset--color--body-text); }

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

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

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

.wp-block-post-comments .comment-respond {
  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); }

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

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

.wp-block-post-comments .comment-respond .comment-reply-title {
  margin-block-start: 0; }

.wp-block-post-comments textarea,
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  background-color: var(--wp--preset--color--background);
  border: 0;
  color: var(--wp--preset--color--body-text); }

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

.wp-block-post-comments .commentlist .comment:first-of-type {
  padding-left: 0; }

.wp-block-post-comments .commentlist .comment {
  list-style: none; }

/* --- WP Block Quote Style
-------------------------------------------------------- */
.wp-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--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0; }

.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
.wp-block-group .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-center {
  border: 0;
  position: relative;
  padding: 84px 0 0 0; }

.wp-block-quote:before {
  color: var(--wp--preset--color--quote-color);
  content: "\201C";
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 84px;
  font-size: 7rem;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 0;
  line-height: var(--wp--custom--typography--line-height--normal);
  position: absolute;
  margin-top: 5px;
  top: 0; }

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

.wp-block-quote.has-text-align-right:before {
  left: unset;
  right: 0; }

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

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

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

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

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

.wp-block-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);
  font-style: italic;
  margin-top: 0; }

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

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

.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] .wp-block-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--quote-color);
  padding: 0 0 0 1.75em; }

.wp-block-pullquote.alignright,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-right: 0.25em solid var(--wp--preset--color--quote-color);
  padding: 0 1.75em 0 0; }

.wp-block-quote cite,
.wp-block-pullquote cite {
  color: var(--wp--preset--color--body-text);
  font-family: var(--wp--preset--font-family--poppins);
  font-size: 16px;
  font-size: 1rem; }

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

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

.wp-block-table tfoot {
  border-top-color: var(--wp--preset--color--border-color); }

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

.wp-block-table table {
  border: 1px solid var(--wp--preset--color--border-color);
  text-align: left; }

.wp-block-table figcaption {
  margin-top: 14px;
  font-size: 16px;
  font-size: 1rem; }

/* --- WP Heading Margin When Heading Mixed With Content
-------------------------------------------------------- */
.header-media h2,
.hero-content.wp-block-group.wp-block-section .wp-block-group-heading,
.wp-block-section.promotional-video .wp-block-group-heading {
  margin-bottom: 21px; }

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

pre {
  white-space: normal; }

body .wp-block-code > code {
  font-family: "Courier New", Courier, monospace; }

/* --- WP Block Button Style
---------------------------------------------- */
/** pro plugin lensation header theme changes ***/
.header-dark .wp-block-navigation .wp-block-navigation__submenu-icon::before {
  filter: invert(1); }

.header-dark .wp-block-button:not(.is-style-lensation-button) .wp-block-button__link:hover {
  opacity: 1; }

.wp-block-image.alignright,
.wp-block-image.alignleft,
.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%; }

.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
  font-size: 16px;
  font-size: 1rem; }

/** breadcrumbs **/
.catch-breadcrumb.breadcrumb-area {
  margin-bottom: 0; }

#catch-breadcrumb nav {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  position: relative;
  padding: 21px var(--wp--custom--spacing--outer);
  font-size: 13px; }

.catch-breadcrumb.center .entry-breadcrumbs,
.catch-breadcrumb.center .woocommerce-breadcrumb {
  text-align: left; }

.log {
  display: none; }

/* --- Woocommerce
-------------------------------------------------------- */
/* --- 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 {
  background: transparent;
  border: 3px solid;
  border-radius: 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);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s;
  max-width: max-content; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
  .woocommerce a.added_to_cart.wc-forward:hover {
    border: 3px solid var(--wp--preset--color--background); }
  .woocommerce #respond input#submit:hover::after,
  .woocommerce a.button:hover::after,
  .woocommerce button.button:hover::after,
  .woocommerce input.button:hover::after,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover::after,
  .woocommerce a.added_to_cart.wc-forward:hover::after {
    background-color: var(--wp--preset--color--text-link); }

.woocommerce-notices-wrapper .wc-forward.wp-element-button:after {
  display: none; }

.woocommerce-notices-wrapper .wc-forward.wp-element-button:hover {
  transform: none;
  border: none; }

.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 {
  float: right;
  padding: 0 0 2px;
  border: none;
  border-bottom: 2px solid;
  background-color: transparent;
  overflow: visible;
  color: var(--wp--preset--color--foreground); }
  .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--text-link);
    transition: all 0.4s; }
  .woocommerce .woocommerce-error .button:hover,
  .woocommerce .woocommerce-info .button:hover,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce-page .woocommerce-error .button:hover,
  .woocommerce-page .woocommerce-info .button:hover,
  .woocommerce-page .woocommerce-message .button:hover {
    border-bottom: 2px solid;
    background-color: transparent;
    color: var(--wp--preset--color--text-link); }
  .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 #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.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,
.woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce a.added_to_cart.wc-forward:focus {
  border-color: transparent;
  opacity: 1; }

.woocommerce a.added_to_cart.wc-forward {
  border: 1px solid;
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  padding: 9px 21px;
  text-decoration: none;
  background: transparent;
  color: var(--wp--preset--color--foreground);
  position: relative;
  overflow: hidden; }
  .woocommerce a.added_to_cart.wc-forward::before {
    display: none; }
  .woocommerce a.added_to_cart.wc-forward:hover {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--color-light); }

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

.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);
  font-size: var(--wp--preset--font-size--product-heading);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  transition: all 0.3s ease-in-out;
  font-weight: var(--wp--custom--typography--font-weight--light); }

.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--text-link); }

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

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--semi-bold); }

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

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

.wp-block-button.wc-block-components-product-button,
.wc-block-grid__product .wc-block-grid__product-rating {
  display: block;
  clear: both;
  text-align: center; }

.wc-block-grid__product-rating .star-rating,
.wc-block-components-product-rating__stars,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  margin: 0 auto; }

.wc-block-grid__product .wc-block-grid__product-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,
.wc-block-components-product-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--wp--preset--color--foreground);
  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--bold); }

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;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-light);
  z-index: 1; }
  ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added:hover {
    background-color: var(--wp--preset--color--text-link); }
    ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added:hover:hover::before {
      background-color: transparent; }

.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;
  background-color: transparent; }

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

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

.woocommerce ul.products li.product a {
  width: -webkit-fill-available; }

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

ul.wc-block-grid__products li.wc-block-grid__product:hover a img,
.woocommerce ul.products li.product:hover a img {
  transform: translateY(-7px); }

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

.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::before {
  display: none; }

.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: 28px; }

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

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

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

.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;
  left: 14px;
  top: 14px;
  z-index: 1; }

.woocommerce ul.products li.product .onsale {
  left: 14px;
  right: auto;
  top: 14px;
  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--secondary);
  border: 1px solid var(--wp--preset--color--meta);
  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 {
  background: transparent;
  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 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: 12px;
  background-size: 12px;
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 10px 35px 10px 14px; }

.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--foreground);
  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);
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 15px; }

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 14px;
  display: block; }

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

legend {
  font-weight: var(--wp--custom--typography--font-weight--semi-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--semi-bold); }

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

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

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

.wc-block-grid .wc-block-grid__product-onsale {
  border-radius: 0;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  border: none;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.62; }

/* Styles for Product Single Page */
.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--text-link);
  border: 0;
  border-radius: 0px;
  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--semi-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: uppercase;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  position: relative; }
  .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    transform: scale(1.07);
    will-change: transform;
    opacity: 1; }
  .woocommerce #review_form #respond .form-submit input:after,
  .woocommerce #respond input#submit.alt:after,
  .woocommerce a.button.alt:after,
  .woocommerce button.button.alt:after,
  .woocommerce input.button.alt:after {
    background-color: var(--wp--preset--color--foreground);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(0deg);
    transform-origin: top left;
    transition: 0.3s transform ease-out;
    will-change: transform;
    z-index: -1; }
  .woocommerce #review_form #respond .form-submit input:hover::after, .woocommerce #review_form #respond .form-submit input:focus::after,
  .woocommerce #respond input#submit.alt:hover::after,
  .woocommerce #respond input#submit.alt:focus::after,
  .woocommerce a.button.alt:hover::after,
  .woocommerce a.button.alt:focus::after,
  .woocommerce button.button.alt:hover::after,
  .woocommerce button.button.alt:focus::after,
  .woocommerce input.button.alt:hover::after,
  .woocommerce input.button.alt:focus::after {
    transform: translate(0, 0); }

.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: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-light);
  opacity: 1;
  border: none; }

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

.woocommerce div.product form.cart div.quantity {
  margin-right: 15px; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.woocommerce .cart div.quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 90px;
  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--semi-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 div.product .quantity + .single_add_to_cart_button,
.woocommerce-page .input-text {
  border: none;
  min-height: 55px; }

.woocommerce-page .input-text {
  border: none;
  min-height: 50px;
  background: transparent;
  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; }

.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--semi-bold);
  margin-top: 0; }

.wc-block-grid__product-price.price {
  color: var(--wp--preset--color--foreground);
  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; }

.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);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  margin-bottom: 14px !important; }

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

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

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

.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-post-title,
.woocommerce-cart .header-media-inner-post .wp-block-post-title {
  color: var(--wp--preset--color--foreground) !important; }

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

/* 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; }

.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 {
  color: var(--wp--preset--color--meta);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

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

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

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

.woocommerce-Tabs-panel p {
  margin-top: 0; }

.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 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--semi-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;
  background-color: transparent; }

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

.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: var(--wp--preset--color--foreground);
  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: 100px; }

.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 button.button:disabled {
  background-color: var(--wp--preset--color--primary); }

.wp-block-main-header .wc-block-mini-cart__badge {
  background-color: var(--wp--preset--color--color-dark);
  border: none;
  color: #fff; }

.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--semi-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-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--primary);
  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[name="update_cart"] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  padding: 0 21px; }

.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:hover,
.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-light); }

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

.cart_totals > h2 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  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: var(--wp--preset--color--secondary);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: 14px 0;
  padding: 12px;
  text-align: center; }

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

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none; }

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

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

.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-message,
.woocommerce-info {
  border-left-color: var(--wp--preset--color--text-link); }

.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--semi-bold);
  margin-bottom: 21px;
  display: block; }

.woocommerce-page .wc_payment_method.payment_method_cod label {
  margin-bottom: 0.7rem;
  font-weight: var(--wp--custom--typography--font-weight--semi-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 */
.wp-block-woocommerce-customer-account,
.wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  margin-block-start: 0; }

.wc-block-mini-cart__button .wc-block-mini-cart__icon {
  width: 2em;
  height: 2em; }

.wc-block-mini-cart__badge,
.wp-header-search-social .wc-block-mini-cart__icon {
  fill: var(--wp--preset--color--color-light);
  color: var(--wp--preset--color--color-light); }

.wc-block-mini-cart__button:hover .wc-block-mini-cart__icon {
  color: var(--wp--preset-color--link-color);
  fill: var(--wp--preset-color--link-color); }

.wc-block-components-quantity-selector {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 14px 0 0;
  position: relative;
  width: 95px; }

.main-site-header .wc-block-mini-cart__button:hover:not([disabled]),
.main-site-header .wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus,
.wp-block-woocommerce-customer-account a:hover,
.wp-block-woocommerce-customer-account a:focus {
  color: var(--wp--preset--color--color-light) !important; }

.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained {
  background-color: var(--wp--preset--color--text-link);
  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: uppercase; }
  .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-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-color: var(--wp--preset--color--foreground);
  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: 50px 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; }

.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;
  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: uppercase;
  transition: all 0.4s; }

.wc-block-components-button:not(.is-link).contained,
.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 {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--background);
  transition: all 0.3s ease-in-out;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  position: relative;
  overflow: hidden; }

.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: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-light);
  border-color: transparent;
  color: var(--wp--preset--color--background);
  transform: scale(1.07);
  will-change: transform;
  opacity: 1; }

.wc-block-components-button:not(.is-link).contained:after {
  background-color: var(--wp--preset--color--foreground);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(0deg);
  transform-origin: top left;
  transition: 0.3s transform ease-out;
  will-change: transform;
  z-index: -1; }

.wc-block-components-button:not(.is-link).contained:hover:after {
  transform: translate(0, 0);
  border-radius: 0; }

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

.wp-block-button.wc-block-grid__product-add-to-cart {
  clear: both;
  margin: 0;
  text-align: center; }

/** 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; }
  .wp-block-section.wp-woocommerce-shipping .wp-block-image img {
    width: 50px; }

.wp-woocommerce-shipping > .wp-block-group > .wp-block-columns {
  border-top: 1px solid var(--wp--preset--color--border-color);
  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 {
  background: transparent;
  max-width: 1400px;
  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-weight: var(--wp--custom--typography--font-weight--semi-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;
  font-size: 0.65em;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  padding: 0 0.56em;
  text-transform: uppercase;
  background: var(--wp--preset--color--foreground);
  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 {
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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--body-text);
  border-radius: 0px; }

.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 var(--wp--preset--color--foreground); }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--foreground); }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff; }

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

.woocommerce-page .woocommerce-cart-form .actions .button {
  line-height: 1; }
  .woocommerce-page .woocommerce-cart-form .actions .button:hover {
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--text-link);
    border: 2px solid var(--wp--preset--color--text-link) !important; }

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

.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 .product-name a:hover {
    color: var(--wp--preset--color--text-link); }

.woocommerce table.shop_table,
.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;
  padding: 7px; }

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

/* 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: transparent;
  border-radius: 0;
  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: 0.8em;
  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; }

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 0;
  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--background);
  border: none; }

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: 0; }

.wc-block-components-textarea {
  background-color: transparent;
  border-radius: 0;
  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); }

/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 48%; } }
.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; }

.wc-block-components-shipping-calculator-address span.wc-block-components-button__text,
.woocommerce-page label,
.wc-block-components-totals-item__value,
.wc-block-checkout__sidebar .wc-block-components-product-name,
span.wc-block-components-radio-control__label,
span.wc-block-components-payment-method-label {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

.wc-block-components-shipping-calculator-address .wp-element-button {
  overflow: hidden;
  transition: all 0.4s; }

.wc-block-components-shipping-calculator-address .wp-element-button:hover span.wc-block-components-button__text {
  color: var(--wp--preset--color--color-light); }

.woocommerce-page label {
  font-weight: normal; }

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground); }

.woocommerce-page .woocommerce-customer-details address {
  padding: 1.5rem;
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce-page table.shop_table th {
  text-align: left;
  color: var(--wp--preset--color--foreground); }

.woocommerce-table--order-details tr {
  border: 1px solid var(--wp--preset--color--border-color); }

td.woocommerce-table__product-name.product-name a {
  text-decoration: none;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.woocommerce-order-details .woocommerce-order-details__title {
  font-size: var(--wp--preset--font-size--extra-large); }

.woocommerce-order section {
  margin-top: var(--wp--custom--spacing--section-pricing-content); }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Block Header Media & Text
-------------------------------------------------------- */
/* --- Block Header Media & Text
-------------------------------------------------------- */
.header-media.header-media-full-height {
  position: relative; }

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

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

/* 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; }

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0; }

/* header media top social and search */
.header-media .wp-header-search-social {
  position: absolute;
  right: 0;
  top: 21px;
  margin: 0;
  z-index: 1;
  align-items: center;
  margin-block-start: 0;
  display: flex;
  align-items: center; }

.header-media .wp-header-search-social .wp-block-fse-pro-header-search {
  display: none; }

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

.wp-header-search-social .wp-block-search {
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 32px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-block-start: 0; }

.search-social-on-mobile svg.search.svg,
.wp-block-social-links.is-style-logos-only .wp-social-link svg,
.header-media .wp-block-fse-pro-header-search svg,
.wp-header-search-social .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s; }

.wp-block-social-links + .wp-block-search {
  margin-left: 28px; }

.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  padding: 10px 10px;
  position: absolute;
  right: 0; }

.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  transform: scale(1.1); }

.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after {
  display: none; }

.wp-block-fse-pro-header-search button.wp-block-search__button:hover svg {
  transform: scale(1.1) rotate(270deg); }

.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper input {
  border-radius: 32px;
  border: 1px solid #474747;
  padding-left: 20px;
  padding-right: 35px; }

.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper input:focus {
  border-color: var(--wp--preset--color--text-link); }

.header-media .wp-block-fse-pro-header-search {
  margin-block-start: 0; }

.wp-block-fse-pro-header-search .search-container {
  width: 300px;
  right: 0;
  padding: 0;
  background: transparent; }

.header-media .wp-block-buttons .wp-block-button__link {
  border: 3px solid var(--wp--preset--color--color-light); }

/* --- Block Logo
-------------------------------------------------------- */
/* --- Block Logo
-------------------------------------------------------- */
.logo-columns figure.wp-block-image {
  margin-bottom: 0;
  text-align: center;
  margin-top: 0; }

/* --- Block Pricing
-------------------------------------------------------- */
/* --- Block Pricing
-------------------------------------------------------- */
.pricing-columns .wp-block-column {
  color: var(--wp--preset--color--foreground);
  padding-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-top: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-left: var(--wp--custom--spacing--wp-comment-vertical);
  padding-right: var(--wp--custom--spacing--wp-comment-vertical);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pricing-columns .wp-block-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: var(--wp--custom--spacing--section-pricing-content);
  margin-top: var(--wp--custom--spacing--section-pricing-content); }

.pricing-columns .wp-block-column {
  overflow: hidden; }

.pricing-columns .wp-block-column ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative; }

.pricing-columns .wp-block-column ul li:before {
  content: "\2713";
  left: 0;
  font-weight: 700;
  position: absolute; }

.pricing-columns sup,
.pricing-columns .package-amount {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.package-month {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

/* --- Block Sevices
-------------------------------------------------------- */
/* --- Service Default
-------------------------------------------------------- */
.wp-block-columns.service-columns > .wp-block-column {
  border-radius: 11px;
  padding-bottom: var(--wp--custom--spacing--wp-post);
  padding-top: var(--wp--custom--spacing--wp-post);
  padding-left: var(--wp--custom--spacing--normal);
  padding-right: var(--wp--custom--spacing--normal);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wp-service-block-columns .wp-block-column > * + * {
  margin-block-start: 14px;
  margin-block-end: 0; }

.wp-block-columns.wp-service-block-columns {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid; }

.wp-block-columns.wp-service-block-columns:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0; }

.wp-block-columns.wp-service-block-columns:last-child {
  border: none; }

.service-section .wp-block-media-text__content p a {
  font-weight: 600; }

.wp-block-column
> .wp-block-group.cta-horizontal-content.wp-block-group-heading:last-child {
  margin-bottom: 0; }

.wp-service-block-columns h4 {
  font-size: var(--wp--custom--typography--font-size--heading-five); }

/* --- Service Two
-------------------------------------------------------- */
.service-two-columns .wp-block-image img {
  width: 100px;
  height: 100px; }

/* --- Service Three
-------------------------------------------------------- */
.wp-block-columns.service-three-columns.wp-block-columns > .wp-block-column,
.wp-block-columns.service-four-columns.wp-block-columns > .wp-block-column {
  background-color: transparent;
  padding: 0; }

.service-three-columns .wp-block-image {
  margin-bottom: 0;
  margin-top: 0; }

/* --- Block Featured Content
-------------------------------------------------------- */
/* --- Featured Content Two
-------------------------------------------------------- */
.wp-block-columns.featured-content-two-columns
.wp-block-lensation-featured-content
.wp-block-image {
  margin-bottom: 0; }

/* --- Featured Content Three
-------------------------------------------------------- */
.wp-block-columns.featured-content-three-columns
.wp-block-lensation-featured-content
.wp-block-image {
  margin-bottom: 0; }

.featured-content-columns .wp-block-image {
  margin: 0; }

.wp-block-group-featured-content {
  padding: var(--wp--custom--spacing--wp-post);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.wp-block-lensation-featured-content .wp-block-image img {
  transition: all 0.5s ease; }

.wp-block-lensation-featured-content .wp-block-image:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transform: scale(1.1); }

.featured-content-columns .wp-block-buttons .wp-block-button__link {
  margin-top: 0; }

/* --- Block Testimonial
-------------------------------------------------------- */
/* --- Block Testimonial Default
-------------------------------------------------------- */
.wp-block-zenobia-testimonial .wp-block-column > h2 {
  margin-bottom: 0; }

.wp-block-zenobia-testimonial .wp-group-content {
  padding-top: 80px;
  position: relative; }

.wp-block-zenobia-testimonial .wp-group-content h2 {
  margin-bottom: 7px; }

.wp-block-zenobia-testimonial .wp-group-author figure img {
  width: 100px; }

.wp-block-zenobia-testimonial .wp-group-author .wp-block-columns > .wp-block-column:not(:last-child) {
  max-width: 100px; }

.wp-block-zenobia-testimonial.wp-block-section .wp-group-author figure {
  margin-bottom: 14px; }

/* Testimonial Quote */
.wp-block-zenobia-testimonial .wp-group-content:before {
  content: "\201D";
  font-size: 170px;
  font-size: 10.625rem;
  font-family: Arial;
  position: absolute;
  top: 0;
  line-height: 1;
  left: -7px;
  width: 100%; }

/* Testimonial Divider */
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots) {
  color: transparent;
  display: flex;
  height: 1em;
  overflow: hidden;
  position: relative; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots):before,
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots):after {
  background: currentColor;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: inherit;
  content: "";
  transform-origin: 100% calc(100% - 1px); }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots):before {
  border-right-width: 1px;
  transform: skewX(45deg);
  width: 50px; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots):after {
  border-left-width: 1px;
  transform: skewX(-45deg);
  width: calc(100% - 50px); }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots).is-style-default:before,
.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-dots).is-style-default:after {
  width: 50%; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: unset; }

.wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator.is-style-dots::before {
  padding-left: 0; }

.wp-group-author .wp-block-column > p {
  margin: 0; }

/* hr overwrite for Testimonial Section */
body .wp-block-columns:not(.testimonial-two-columns):not(.testimonial-three-columns) .wp-block-zenobia-testimonial .wp-block-separator {
  width: 100%;
  border-bottom: none;
  opacity: 1;
  background-color: transparent;
  margin-top: 1.5em;
  box-sizing: border-box; }

/* For Editor Style - hr style*/
.wp-block-zenobia-testimonial .block-editor-block-list__layout .block-editor-block-list__block:after {
  position: inherit; }

/* --- Block Testimonial Two
-------------------------------------------------------- */
.wp-group-author .wp-block-image {
  margin-bottom: 0;
  margin-top: 0; }

.wp-block-columns.testimonial-two-columns .wp-group-author figure.wp-block-image {
  margin-top: 14px;
  width: 80px; }

.wp-block-columns.testimonial-two-columns .wp-block-column .wp-group-content {
  padding-bottom: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-left: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-right: var(--wp--custom--spacing--testimonial-inner-gap);
  padding-top: 105px; }

.wp-block-columns.testimonial-two-columns .wp-block-zenobia-testimonial .wp-group-content:before {
  left: unset;
  top: 22px; }

.wp-block-columns.testimonial-two-columns .wp-block-zenobia-testimonial .wp-group-content:after {
  content: "";
  display: inline-block;
  left: 40px;
  position: absolute;
  bottom: -9px;
  top: unset;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.wp-block-columns.testimonial-two-columns .wp-block-zenobia-testimonial .wp-group-content:after {
  border-style: solid;
  border-width: 0 0 20px 20px;
  height: 0;
  width: 0; }

.wp-block-columns.testimonial-two-columns .wp-block-zenobia-testimonial .wp-group-content:after {
  border-color: transparent;
  border-bottom-color: var(--wp--preset--color--secondary); }

/* --- Block Testimonial Three
-------------------------------------------------------- */
.testimonial-three-columns .wp-block-zenobia-testimonial .wp-group-author figure img {
  border: 10px solid var(--wp--preset--color--tertiary); }

.testimonial-three-columns .wp-block-zenobia-testimonial .wp-group-content:before {
  font-size: 75px;
  font-size: 4.6875rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  height: 50px;
  width: 50px;
  line-height: 85px;
  border-radius: 50%; }

.testimonial-three-columns .wp-block-zenobia-testimonial {
  padding: var(--wp--custom--spacing--testimonial-inner-gap); }

.wp-testimonial-content {
  text-align: center;
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.75;
  max-width: 796px;
  margin: 0 auto;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.testimonial-slider .fse-slider-wrapper .swiper-button-prev {
  left: 0; }

.testimonial-slider .fse-slider-wrapper .swiper-button-next {
  right: 0; }

.testimonial-slider .fse-slider-wrapper .swiper-button:hover {
  background-color: transparent; }

.testimonial-slider .wp-block-group .fse-slider-wrapper {
  max-width: 1060px; }

.testimonial-slider .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: relative;
  margin-top: 35px;
  max-width: fit-content;
  margin: 35px auto 0; }

.testimonial-slider .swiper-pagination-bullets:before {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px; }

.testimonial-slider .swiper-pagination-bullets:after {
  content: counters(slides-num,".",decimal-leading-zero);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 5px;
  margin-left: 135px;
  position: relative;
  top: 5px; }

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: counters(slides-num,".",decimal-leading-zero);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle; }

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  background-image: none;
  color: var(--wp--preset--color--foreground);
  counter-increment: slides-num;
  display: inline-block;
  font-weight: 600;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none; }

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  position: absolute;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */ }

.testimonial-slider .fse-slider-wrapper .swiper-button-prev:after,
.testimonial-slider .fse-slider-wrapper .swiper-button-next:after {
  font-size: 28px; }

.testimonial-slider .fse-slider-wrapper .swiper-button {
  background-color: transparent;
  display: none;
  width: auto;
  z-index: 1; }

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: none; }

.testimonial-slider .swiper-pagination-bullets .swiper-pagination-bullet:before {
  font-weight: bold;
  color: var(--wp--preset--color--foreground);
  top: 0; }

/* --- Block Our Studio
-------------------------------------------------------- */
/* --- Block Our Studio
-------------------------------------------------------- */
.our-studio-section h4,
.what-we-do-section .entry-title {
  font-family: var(--wp--preset--font-family--source-sans-pro);
  font-weight: 700; }

.what-we-do-section h2 {
  font-size: var(--wp--custom--typography--font-size--post-title); }

.wp-block-studio-content-container .wp-block-column.wp-block-studio-content {
  border-bottom: 1px solid;
  padding-top: clamp(35px, 3.5vw, 42px);
  padding-bottom: clamp(35px, 3.5vw, 42px); }

.wp-block-studio-content-container
> .wp-block-columns:first-child
.wp-block-column.wp-block-studio-content {
  padding-top: 0; }

.wp-block-studio-content-container
> .wp-block-columns:last-child
.wp-block-column.wp-block-studio-content {
  border-bottom: none;
  padding-bottom: 0; }

.wp-block-studio-content-container .wp-block-columns.alignwide {
  margin: 0; }

.wp-block-column.wp-block-empty-container {
  margin: 0; }

/* --- Block Portfolio
-------------------------------------------------------- */
/* --- Block Portfolio
-------------------------------------------------------- */
.portfolio-section .wp-block-fse-pro-tabs {
  position: relative;
  max-width: 100%; }
  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs {
    width: auto;
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px; }
    .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs li {
      margin-right: 21px;
      margin-bottom: 14px; }
      .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs li.active a {
        border-bottom: 1px solid;
        background: transparent; }
    .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs a {
      padding: 0 0 5px;
      border: none;
      font-size: 16px;
      font-size: 1rem;
      font-weight: var(--wp--custom--typography--font-weight--medium); }
      .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs a:hover, .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs a:focus {
        border: none; }

.wp-block-fse-pro-tabs .wp-block-image {
  position: relative;
  overflow: hidden; }

.wp-block-fse-pro-tabs .wp-block-image figcaption {
  position: absolute;
  left: 0;
  bottom: -50px;
  margin: 0;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  right: 0;
  opacity: 0;
  transition: all 0.4s; }

.wp-block-fse-pro-tabs .wp-block-image:hover figcaption {
  bottom: 0;
  opacity: 1; }

.wp-block-fse-pro-tab .wp-block-column > * + * {
  margin-block-start: calc(1.67 * var(--wp--style--block-gap, 2em)); }

.portfolio-section .my-masonry-grid.layout-three .my-masonry-grid_column,
.portfolio-section .my-masonry-grid.layout-four .my-masonry-grid_column,
.portfolio-section .my-masonry-grid.layout-two .my-masonry-grid_column {
  padding: 0; }

/* --- Block Promotional Video
-------------------------------------------------------- */
/* --- Promotional Video
-------------------------------------------------------- */
.wp-block-section.promotional-video {
  padding-top: 0;
  padding-bottom: 0; }

.promotional-video .wp-block-cover {
  z-index: 11; }

.promotional-video .content > .video-play svg {
  overflow: hidden;
  position: relative;
  border-radius: 50%; }

.promotional-video .content > .video-play {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto; }

.promotional-video .content > .video-play::before {
  width: 100%;
  height: 100%;
  border: 3px solid;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s; }

.promotional-video .content > .video-play svg path {
  opacity: 0; }

.promotional-video .content > .video-play svg polygon {
  transition: all 0.4s;
  transform-origin: center; }

.promotional-video .content > .video-play:hover {
  transform: scale(1.1);
  transform-origin: center center; }

.promotional-video .content > .video-play:hover polygon {
  transform: scale(1.2); }

.promotional-video iframe.player {
  height: 360px;
  padding: 30px; }

.promotional-video video {
  height: auto;
  width: 100%; }

/* --- Block Contact Us
-------------------------------------------------------- */
/* --- Block Contact Us
-------------------------------------------------------- */
.contact-section .two-col .wp-block-col + .wp-block-col {
  margin-top: 14px; }

.wp-block-col {
  margin-block-end: 1em; }

.contact-section textarea,
.contact-section input[type="email"],
.contact-section input[type="text"] {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
  color: var(--wp--preset--color--foreground); }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Edge */
  color: var(--wp--preset--color--secondary-link);
  font-size: 15px;
  font-size: 0.9375rem; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--wp--preset--color--secondary-link);
  font-size: 15px;
  font-size: 0.9375rem; }

textarea:placeholder,
input::placeholder {
  color: var(--wp--preset--color--secondary-link);
  font-size: 15px;
  font-size: 0.9375rem; }

p.wp-block-note {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.87; }

input[type="submit"] {
  transition: all 0.4s; }

.contact-section form p {
  margin-block-start: 0; }

.contact-section .wp-single-contact-wrap {
  align-items: flex-start; }

.wp-single-contact-wrap .wp-block-image img {
  vertical-align: middle; }

.contact-section .wp-block-column + .wp-block-column {
  margin-top: 35px; }

.contact-section p strong {
  font-weight: 500; }

.wp-block-contact-info {
  font-size: 18px; }

.cta-section .wp-block-button.is-style-outline .wp-block-button__link,
.cta-section .is-style-outline .wp-block-button__link {
  border: 3px solid var(--wp--preset--color--color-light); }
  .cta-section .wp-block-button.is-style-outline .wp-block-button__link:hover, .cta-section .wp-block-button.is-style-outline .wp-block-button__link:focus,
  .cta-section .is-style-outline .wp-block-button__link:hover,
  .cta-section .is-style-outline .wp-block-button__link:focus {
    border: 3px solid transparent; }

/* --- Stats
-------------------------------------------------------- */
/* --- Stats
-------------------------------------------------------- */
.stat-block p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.62; }

/* --- Team
-------------------------------------------------------- */
/* --- Team
-------------------------------------------------------- */
.wp-team-detail .wp-team-name {
  font-size: --wp--preset--font-size--normal;
  line-height: 1.75; }
.wp-team-detail .wp-team-designation {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.62;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-block-start: 7px; }

.team-section .swiper-horizontal > .swiper-pagination-bullets,
.team-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: relative;
  margin-top: 35px; }

.team-section .fse-slider-wrapper {
  margin-top: -84px;
  padding-top: 85px; }

.team-section .fse-slider-wrapper .swiper-button {
  left: auto;
  right: 70px;
  top: 0;
  transform: none;
  margin: 0; }

.team-section .fse-slider-wrapper .swiper-button-next {
  right: 0; }

.team-section .fse-slider-wrapper .swiper-button {
  background: transparent;
  border: 1px solid;
  cursor: pointer;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 0;
  width: 56px;
  height: 56px;
  transition: all 0.5s ease;
  padding: 0;
  overflow: hidden; }

.team-section .fse-slider-wrapper .swiper-button-prev:after,
.team-section .fse-slider-wrapper .swiper-button-next:after {
  font-size: 18px;
  font-size: 1.125rem; }

.team-section .swiper-button.swiper-button-prev::before {
  left: 100%;
  transform: translate(100%, 0) rotate(0deg);
  transition: 0.4s ease-out; }

.team-section .swiper-button.swiper-button-prev:hover::before {
  left: 0%;
  transform: translate(0%, 0) rotate(0deg); }

.team-section .swiper-button.swiper-button-prev:hover,
.team-section .fse-slider-wrapper .swiper-button:hover {
  transform: scale(1.12);
  will-change: transform;
  border: 1px solid transparent; }

.team-section .wp-block-group-heading {
  position: relative;
  z-index: 2; }

.team-section .navigation-wrap {
  display: none; }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 480px
-------------------------------------------------------- */
@media screen and (min-width: 30em) {
  .wp-site-blocks .site-header-buttons.header-with-searchbar {
    width: auto;
    border-top: none;
    height: auto; }

  .header-with-searchbar {
    border-left: 1px solid; } }
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .team-section .navigation-wrap {
    display: block; }

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

  .wp-block-site-logo + .main-site-title,
  .wp-block-site-logo + .wp-block-site-title {
    display: block;
    margin: 0; }

  .main-site-header .site-logo {
    display: flex;
    flex-wrap: wrap; }

  .main-site-header .site-logo .wp-block-site-logo {
    margin-inline-end: 21px;
    width: 100%;
    margin-bottom: 14px; }

  .wp-block-contact-form-7-contact-form-selector .two-col {
    display: flex;
    justify-content: space-between;
    overflow: hidden; }

  .promotional-video iframe.player {
    height: 420px; }

  .main-site-header .site-navigation-row {
    flex-wrap: wrap; }

  .contact-section .two-col .wp-block-col + .wp-block-col {
    margin-top: 0; }

  .wp-block-contact-form-7-contact-form-selector .two-col .wp-block-col {
    width: 48%; }

  .site-logo .wp-block-site-logo + .wp-block-site-title a {
    padding-left: 14px; }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs {
    justify-content: flex-end; }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs li {
    margin-right: 0;
    margin-left: 28px; }

  header .wp-block-buttons .wp-block-button__link {
    padding: 14px 28px; }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; }

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

  header .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.7em 2.5em 0.7em 1.5em; }

  header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content::before {
    display: none; }

  .wp-block-navigation .wp-block-page-list li.has-child:hover > .wp-block-navigation__submenu-icon .minus,
  .wp-block-navigation .wp-block-navigation__container li.wp-block-navigation-submenu:hover > .wp-block-navigation__submenu-icon .minus {
    display: block; }

  .wp-block-navigation .wp-block-page-list li.has-child:hover > .wp-block-navigation__submenu-icon .plus,
  .wp-block-navigation .wp-block-navigation__container li.wp-block-navigation-submenu:hover > .wp-block-navigation__submenu-icon .plus {
    display: none; }

  .site-navigation.search-bar-navigation.wp-block-navigation {
    padding-right: 0; }

  .search-bar-navigation .wp-block-search {
    margin-left: auto;
    width: auto; }

  .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;
    position: fixed; }

  .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%; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 15%; }

  .hero-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    padding: 0 10%; }

  .hero-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 0; }

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

  .service-section .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    max-width: 700px; }

  .contact-section input[type="submit"] {
    float: right; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .promotional-video iframe.player {
    height: 480px; }

  .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-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((100% / 3) - 1.25em + (1.25em / 3)); }

  .wp-block-post-template.is-flex-container,
  .wp-block-query-loop.is-flex-container {
    flex-wrap: nowrap; }

  .site-header-buttons.header-with-searchbar .wp-block-search__button {
    padding: 8px 21px; }

  .wp-sidebar-on-right .wp-block-sidebar,
  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: calc(0.67 * var(--wp--custom--spacing--wp-block-sidebar)); }

  .wp-sidebar-on-left .wp-block-sidebar,
  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: calc(0.67 * 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-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 0%;
    top: unset;
    left: 100%; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    bottom: 0; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); }

  header.alignfull .wp-block-fse-pro-header-social .social-container,
  header.alignfull .wp-block-fse-pro-header-search .search-container,
  header .wp-block-fse-pro-header-social .social-container,
  header .wp-block-fse-pro-header-search .search-container {
    width: 320px;
    left: auto;
    right: 0;
    border: 1px solid; }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
    margin-right: 14px; }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
    transform: none; }

  .featured-content-columns .wp-block-buttons,
  .wp-block-post-excerpt__more-text {
    margin-top: 35px;
    padding-top: 28px; }

  .wp-service-block-columns > * + * {
    padding-left: 21px; }

  .testimonial-slider .fse-slider-wrapper .swiper-button {
    display: block; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:not(:first-child),
  .wp-block-columns.featured-content-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 2em); }

  .admin-bar .wp-block-navigation__responsive-close {
    margin-top: 30px; } }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .content > .video-play > span {
    padding-left: 14px; }

  .promotional-video iframe.player {
    height: 600px; }

  .team-section .fse-slider-wrapper {
    margin-top: -100px;
    padding-top: 100px; }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs {
    position: absolute;
    right: 0;
    top: -80px; }

  .header-media .wp-header-search-social {
    top: 35px; }

  .is-stacked-on-mobile .wp-block-media-text__media {
    padding-left: 0; }

  header .wp-block-buttons .wp-block-button__link {
    border: none;
    border-left: 1px solid; }

  .header-light .wp-block-buttons .is-style-outline .wp-block-button__link,
  .header-dark .wp-block-buttons .is-style-outline .wp-block-button__link,
  .header-dark .wp-block-buttonsm .is-style-outline .wp-block-button__link,
  .header-light .wp-block-buttons .is-style-outline.wp-block-button__link,
  .header-with-horizontal-nav .wp-block-buttons .is-style-outline .wp-block-button__link {
    border: 1px solid; }

  .site-header-buttons .wp-block-search__button {
    padding: 10px 35px; }

  .site-header-buttons .search-container .wp-block-search__button {
    padding: 10px 14px; }

  .wp-block-social-links.is-style-logos-only .wp-social-link .wp-social-link-anchor {
    padding: 12px; }

  .header-light .wp-block-buttons .is-style-lensation-button .wp-block-button__link,
  .header-dark .wp-block-buttons .is-style-lensation-button .wp-block-button__link,
  .header-with-horizontal-nav .wp-block-buttons .is-style-lensation-button .wp-block-button__link {
    padding: 0; }

  .site-header-buttons .is-style-outline > .wp-block-button__link:not(.has-background):hover {
    border-right: none; }

  .wp-block-buttons > .wp-block-button + .wp-block-button {
    margin-left: 14px; }

  .site-header-buttons .wp-block-buttons > .wp-block-button + .wp-block-button {
    margin-left: 0px; }

  .header-dark .wp-block-buttons .wp-block-button__link,
  .header-light .wp-block-buttons .wp-block-button__link,
  .header-with-horizontal-nav .wp-block-buttons .wp-block-button__link {
    padding: 14px 28px; }

  .site-header-buttons .wp-block-search__inside-wrapper input {
    padding: 0 21px;
    font-size: 20px;
    font-size: 1.25rem; }

  .site-header-buttons .wp-block-fse-pro-header-search .wp-block-search__inside-wrapper input {
    min-width: auto; }

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

  .contact-section .wp-block-column + .wp-block-column {
    margin-top: 0;
    padding-left: var(--wp--custom--spacing--outer); } }
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .wp-block-navigation .wp-block-navigation-item__content:hover,
  .wp-block-navigation .wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--color-light); }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs {
    top: -90px; }

  .header-media .wp-header-search-social .wp-block-fse-pro-header-search {
    display: block; }

  .team-section .fse-slider-wrapper {
    margin-top: -110px;
    padding-top: 110px; }

  .header-media .wp-header-search-social {
    display: flex; }

  .has-vertical-header .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    left: 100%;
    top: -10px;
    border: 1px solid #474747; }

  .has-vertical-header .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    top: -12px; }

  header .wp-block-group.alignfull {
    padding: 0; }

  .main-site-header .wp-header-cart {
    margin: 21px 20px 0 !important; }

  .has-vertical-header .main-site-header {
    height: 100vh;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0;
    align-items: flex-start; }

  .has-vertical-header .wp-block-navigation .wp-block-page-list,
  .has-vertical-header ul.wp-block-navigation__container {
    gap: 0;
    max-height: calc(100vh - 330px); }

  .has-vertical-header .wp-block-page-list .wp-block-pages-list__item {
    margin-bottom: 0; }

  .main-site-header .site-navigation-row {
    flex-wrap: nowrap; }

  .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: block;
    position: relative; }

  .main-site-header .wp-block-navigation {
    width: 100%;
    order: inherit; }

  .wp-block-navigation .wp-block-navigation-item__content {
    position: relative;
    background: linear-gradient(to right, #fff, #fff 50%, var(--wp--preset--color--secondary-link) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.6s ease;
    text-decoration: none; }

  .has-vertical-header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 12px 35px; }

  .promotional-video .content > .video-play svg {
    width: 70px;
    height: 70px; }

  .wp-block-navigation .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
  .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
  .wp-block-navigation .wp-block-navigation-item__content:hover {
    background-position: 0 100%; }

  header .wp-block-navigation .current-menu-item .wp-block-navigation-item__content::before,
  header .wp-block-navigation .wp-block-navigation-item__content:hover::before {
    opacity: 1;
    width: 25px; }

  header .wp-block-navigation .wp-block-navigation-item__content::before {
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: var(--wp--preset--color--text-link);
    height: 1px;
    width: 0;
    opacity: 0;
    transition: all 0.4s; }

  .block-editor-block-list__block.wp-block.wp-product-detail,
  main.block-editor-block-list__layout,
  footer.wp-block-template-part,
  body .wp-site-blocks main {
    position: relative;
    margin-left: 250px; }

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

  .block-editor-block-list__layout.wp-inner-post-header,
  .wp-site-blocks .wp-inner-post-header {
    margin-left: 250px !important;
    padding-left: 0; }

  .block-editor-block-list__layout.has-vertical-header,
  .has-vertical-header {
    border-right: 1px solid #474747;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; }

  .wp-site-blocks header .alignfull {
    margin: 0 !important; }

  .header-media-full-height .wp-block-cover {
    position: relative; }

  .header-media-full-height .wp-block-cover::after,
  .header-media-full-height .wp-block-cover::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
    z-index: 3;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem); }

  .header-media-full-height .wp-block-cover::after {
    background: black;
    background: linear-gradient(140deg, black 0%, rgba(25, 24, 24, 0.9) 58%, rgba(0, 212, 255, 0) 100%); }

  .header-media-full-height .wp-block-cover .has-background-dim:not([class*="-background-color"]) {
    background-color: transparent; }

  .header-media-full-height .wp-block-cover .wp-block-cover__inner-container {
    width: 40%;
    z-index: 5 !important; }

  .header-media-full-height .wp-block-cover {
    height: 100vh; }

  .has-vertical-header .site-logo {
    position: absolute;
    top: 42px;
    left: 35px;
    right: 35px; }

  .has-vertical-header .wp-block-navigation .wp-block-navigation-item__label,
  .has-vertical-header .wp-block-navigation .wp-block-navigation-item {
    display: block;
    width: 100%; }

  .wp-header-search-social.search-social-on-mobile {
    display: none; }

  ul.wp-block-navigation__submenu-container .wp-block-navigation-link .wp-block-navigation-item__content {
    margin: 0; }

  #catch-breadcrumb nav {
    left: 250px;
    padding-left: 28px;
    padding-right: 28px; } }
/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .promotional-video .wp-block-cover.alignfull {
    min-height: 520px; }

  .hero-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-right: 15%; }

  .contact-section .wp-block-column + .wp-block-column {
    padding-left: 0; }

  .contact-section.wp-block-group.wp-block-section .wp-block-group-heading {
    margin-bottom: 42px; }

  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 180px; }

  .my-masonry-grid .my-masonry-grid_column img {
    margin-bottom: calc(1.35 * var(--wp--style--block-gap, 2em)); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:not(:first-child),
  .wp-block-columns.featured-content-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: calc(1.35 * var(--wp--style--block-gap, 2em)); }

  .wp-inner-post-header .wp-block-cover {
    min-height: 400px; } }
/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  #catch-breadcrumb nav {
    left: 300px; }

  .has-vertical-header .site-logo {
    left: 42px;
    right: 42px; }

  .main-site-header .wp-header-cart {
    margin: 21px 30px 0 !important; }

  .wp-sidebar-on-right .wp-block-sidebar,
  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-sidebar-on-left .wp-block-sidebar,
  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar); }

  .site-header-buttons.header-with-searchbar .wp-block-search__button,
  .site-header-buttons .wp-block-search__button {
    padding: 28px 42px; }

  .my-masonry-grid {
    gap: 40px; }

  .my-masonry-grid .my-masonry-grid_column img {
    margin-bottom: calc(1.67 * var(--wp--style--block-gap, 2em)); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:not(:first-child),
  .wp-block-columns.featured-content-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: calc(1.67 * var(--wp--style--block-gap, 2em)); }

  .has-vertical-header .wp-block-navigation .wp-block-navigation__submenu-icon {
    right: 21px; }

  .has-vertical-header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 12px 42px; }

  .team-section .fse-slider-wrapper {
    margin-top: -120px;
    padding-top: 120px; }

  .wp-block-columns.wp-service-block-columns {
    padding-top: 35px;
    margin-top: 35px;
    margin-right: 25%; }

  .header-media h2,
  .hero-content.wp-block-group.wp-block-section .wp-block-group-heading,
  .wp-block-section.promotional-video .wp-block-group-heading {
    margin-bottom: 28px; }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs {
    top: -100px; }

  .site-header-buttons .wp-block-search__inside-wrapper input {
    min-width: 300px;
    padding: 12px 28px; }

  .portfolio-section .wp-block-fse-pro-tabs .container--tabs .nav-tabs li {
    margin-left: 35px; }

  .block-editor-block-list__block.wp-block.wp-product-detail,
  main.block-editor-block-list__layout,
  .wp-site-blocks .wp-block-top-header,
  footer.wp-block-template-part,
  body .wp-site-blocks main {
    margin-left: 300px; }

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

  .block-editor-block-list__layout.wp-inner-post-header .wp-site-blocks .wp-inner-post-header {
    margin-left: 300px !important; }

  .block-editor-block-list__layout.has-vertical-header,
  .has-vertical-header {
    width: 300px; }

  .promotional-video .wp-block-cover.alignfull {
    min-height: 640px; }

  .wp-block-footer .wp-block-footer-widget-area-columns {
    gap: var(--wp--custom--spacing--wp-block-heading-margin); } }
@media (min-width: 600px) and (max-width: 781px) {
  .what-we-do-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
  .wp-block-columns.wp-block-custom-column:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.wp-block-column-wrap:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0; }

  .wp-block-heading-wrap {
    max-width: 480px; }

  .wp-block-column.wp-block-empty-container {
    display: none; }

  .what-we-do-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even),
  .our-studio-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) {
    margin-left: 0; } }
@media (min-width: 782px) {
  .wp-header-search-social.search-social-on-mobile .wp-block-fse-pro-header-search .search-container {
    border: none; }

  .has-vertical-header .wp-header-search-social .wp-block-search {
    padding: 0; }

  .wp-header-search-social.search-social-on-mobile .wp-block-search .wp-block-search__inside-wrapper input {
    border-radius: 32px;
    border: 1px solid #474747;
    padding-left: 20px;
    padding-right: 35px; } }
@media (max-width: 1024px) {
  .service-section .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important; }

  .service-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    max-width: 400px; }

  .service-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2; }

  .contact-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important; }

  .contact-section .wp-block-columns {
    flex-wrap: wrap !important; } }
@media (max-width: 781px) {
  .wp-block-columns.stats-four-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important; }

  .wp-block-columns > .wp-block-column > .wp-block-buttons {
    justify-content: flex-start; } }
@media (max-width: 480px) {
  .wp-block-columns.stats-four-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important; } }
/* --- Block Color
-------------------------------------------------------- */
/* --- Block Color
-------------------------------------------------------- */
/* Background Color */
.wp-block-section:nth-child(2n),
.wp-block-section .wp-block-group-featured-content,
.wp-block-section .wp-block-post-template > li .wp-block-post-container,
.wp-block-fse-pro-tabs .wp-block-image figcaption,
body .tnp-subscription-minimal input.tnp-email,
.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column,
.header-dark .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.header-dark .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--background); }

.pricing-columns.pricing-two-columns.wp-block-columns > .wp-block-column.popular-package:after {
  border-bottom-color: var(--wp--preset--color--background); }

.header-dark .wp-block-navigation li.wp-block-navigation-submenu:hover,
.header-dark .wp-block-navigation li.wp-block-navigation-submenu:focus,
.header-dark .wp-block-navigation .wp-block-navigation-item:hover .wp-block-navigation-item__content,
.header-dark .wp-block-navigation .wp-block-navigation-item:focus .wp-block-navigation-item__content,
.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,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.site-header-buttons .wp-block-fse-pro-header-search .wp-block-search__button {
  color: var(--wp--preset--color--background); }

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

/* Foreground color */
header .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-testimonial-content,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.site-newsletter .tnp-subscription-minimal input.tnp-submit,
.wp-block-navigation li.wp-block-navigation-submenu:hover,
.wp-block-navigation li.wp-block-navigation-submenu:focus,
.wp-block-latest-posts li a,
.container--tabs .nav-tabs > li > a:hover,
.container--tabs .nav-tabs > li > a:focus,
.container--tabs .nav-tabs > li > a.active,
.header-dark .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.header-dark .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-post-navigation-link a,
.wp-block-post-comments .reply a,
.wp-block-fse-pro-tabs .wp-block-image figcaption,
.service-section .wp-block-media-text__content p a,
.wp-article-section .wp-block-post-title,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart table.wc-block-cart-items th,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus {
  color: var(--wp--preset--color--foreground); }

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

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body textarea:focus,
.wp-block-post-comments .comment-form textarea:focus,
.site-newsletter form input:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.site-newsletter .tnp-subscription-minimal input.tnp-email:focus {
  border-color: var(--wp--preset--color--text-link); }

.site-header-buttons .wp-block-fse-pro-header-search .wp-block-search__button {
  background-color: var(--wp--preset--color--foreground);
  border: none; }

/* Primary color */
#catch-breadcrumb nav,
.wp-block-section,
.wp-block-section:nth-child(2n) .wp-block-group-featured-content,
.wp-block-section:nth-child(2n) .wp-block-post-template > li .wp-block-post-container,
.wp-block-section:nth-child(2n) .wp-block-group-featured-content,
.wp-block-post-template > li .wp-block-post-container,
.wp-block-group-featured-content,
.wp-block-calendar table th,
.wp-block-post-comments .comment-respond,
.block-editor-block-list__layout > .wp-block > .wp-block:nth-child(2n) > .wp-block-section {
  background-color: var(--wp--preset--color--primary); }

/* Secondary Color */
.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 */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper input,
.wp-article-section .wp-block-post .taxonomy-category a,
.wp-block-fse-pro-header-social .social-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.main-site-header {
  background-color: var(--wp--preset--color--tertiary); }

/* Body color */
.blocks-gallery-caption,
.wp-block-image figcaption,
.wp-block-navigation:not(.has-background) .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.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--body-text); }

/* Link color */
a:hover, a:focus,
.wp-block-post-comments .reply a:hover,
.wp-block-post-comments .reply a:focus,
.wp-block-latest-posts li a:hover,
.wp-block-latest-posts li a:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-navigation-link a:hover,
.wp-block-post-navigation-link a:focus,
.wp-block-button.is-style-lensation-button .wp-block-button__link:hover,
.wp-block-button.is-style-lensation-button .wp-block-button__link:focus,
.taxonomy-category.wp-block-post-terms > a:hover,
.taxonomy-category.wp-block-post-terms > a:focus,
.service-section .wp-block-media-text__content p a:hover,
.service-section .wp-block-media-text__content p a:focus,
.testimonial-slider .fse-slider-wrapper .swiper-button:hover,
.testimonial-slider .fse-slider-wrapper .swiper-button:focus,
.container--tabs .nav-tabs > li > a:hover,
.container--tabs .nav-tabs > li > a:focus,
.container--tabs .nav-tabs > li.active > a:hover,
.container--tabs .nav-tabs > li.active > a:focus,
.footer-dark .site-newsletter .tnp-subscription-minimal input.tnp-submit:hover,
.footer-dark .site-newsletter .tnp-subscription-minimal input.tnp-submit: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-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus {
  color: var(--wp--preset--color--text-link); }

.section-tagline,
.wp-block-post-excerpt__more-link,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.promotional-video .wp-block-cover h6,
.container--tabs .nav-tabs > li.active > a,
.footer-dark .wp-block-footer.wp-block-site-generator a:hover,
.footer-dark .wp-block-footer.wp-block-site-generator a:focus,
.team-section .fse-slider-wrapper .swiper-button,
.wp-block-lensation-testimonial .wp-group-content:before,
.content > .video-play:hover span {
  color: var(--wp--preset--color--text-link); }

.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,
.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus {
  background: var(--wp--preset--color--text-link);
  border: 1px solid var(--wp--preset--color--text-link) !important;
  color: var(--wp--preset--color--color-light); }

input[type="submit"]:hover,
input[type="submit"]:focus,
.promotional-video .content > .video-play:hover::before,
.team-section .swiper-button::before,
.promotional-video .video-play svg:hover,
.promotional-video .video-play svg:focus,
.wp-article-section .wp-block-post .taxonomy-category a:hover,
.wp-article-section .wp-block-post .taxonomy-category a:focus {
  background-color: var(--wp--preset--color--text-link); }

a:hover svg.icon,
a:focus svg.icon,
.wp-header-search-social .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover svg,
.wp-header-search-social .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-header-search-social .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg,
.wp-block-social-links .wp-block-social-link:hover .wp-block-social-link-anchor svg,
.footer-dark .wp-block-social-links .wp-block-social-link:hover .wp-block-social-link-anchor svg,
.promotional-video .video-play path,
.wp-block-fse-pro-header-search button:hover svg,
.wp-block-fse-pro-header-search button:focus svg,
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg,
.content > .video-play:hover svg {
  fill: var(--wp--preset--color--text-link); }

.promotional-video .content > .video-play::before {
  border-color: var(--wp--preset--color--text-link); }

/* Secondary Link */
.footer-dark p,
.header-dark p,
.header-media-full-height .wp-block-cover .wp-block-cover__inner-container p,
.header-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.header-dark .wp-block-navigation__container,
.header-dark .is-style-outline > .wp-block-button__link:not(.has-text-color),
.header-with-horizontal-nav .wp-block-navigation__container,
.footer-dark .wp-block-footer.wp-block-site-generator,
.footer-dark .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.footer-dark .wp-block-footer.wp-block-site-generator a,
.header-light .wp-block-button.is-style-lensation-button .wp-block-button__link:hover,
.header-light .wp-block-button.is-style-lensation-button .wp-block-button__link:focus,
.header-dark .wp-block-button.is-style-lensation-button .wp-block-button__link:hover,
.header-dark .wp-block-button.is-style-lensation-button .wp-block-button__link:focus,
.container--tabs .nav-tabs > li > a {
  color: var(--wp--preset--color--secondary-link); }

/* Border Color */
.site-logo,
.site-header-buttons > *,
.site-newsletter form input,
.wp-block-separator,
.wp-block-calendar th,
.wp-block-calendar tbody td,
body:not(.home) .wp-site-blocks main,
.site-header-buttons .wp-block-search__inside-wrapper,
.site-header-buttons .wp-block-search__button,
.wp-block-studio-content-container .wp-block-column.wp-block-studio-content,
header .wp-block-buttons .wp-block-button__link,
.wp-block-lensation-testimonial .wp-block-separator,
.wp-site-blocks .wp-block-query-pagination,
.wp-block-sidebar .wp-block-latest-posts__list > li,
.wp-block-search__button,
.wp-block-fse-pro-header-social button,
.wp-block-fse-pro-header-search button,
header.alignfull .wp-block-fse-pro-header-social .social-container,
header.alignfull .wp-block-fse-pro-header-search .search-container,
header .wp-block-fse-pro-header-search .search-container,
header .wp-block-fse-pro-header-social .social-container,
body:not(.home) footer .wp-footer-has-border,
.wp-block-columns.wp-service-block-columns,
.wp-site-blocks .site-header-buttons.header-with-searchbar,
.wp-block-code,
.wp-block-post-excerpt__more-text,
.wp-block-tag-cloud > a,
.single .taxonomy-category.wp-block-post-terms > a,
.team-section .fse-slider-wrapper .swiper-button,
.single .taxonomy-post_tag.wp-block-post-terms > a,
.featured-content-columns .wp-block-buttons,
.wp-block-sidebar > * h2 {
  border-color: var(--wp--preset--color--border-color); }

.testimonial-slider .fse-slider-wrapper .swiper-button {
  color: var(--wp--preset--color--border-color); }

.swiper-pagination-bullets:before {
  background-color: var(--wp--preset--color--border-color); }

/* white color */
.wp-block-site-title,
.wp-block-navigation .current-menu-item > a,
p.wp-block-site-tagline,
.wp-header-search-social .wp-block-search .wp-block-search__inside-wrapper input,
.wp-footer-site-identity p,
.wp-block-button.is-style-fill .wp-block-button__link,
body .cta-section .wp-block-button .wp-block-button__link,
body .cta-section .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link,
.team-section .swiper-button:hover::after,
.header-media .is-style-outline > .wp-block-button__link:not(.has-text-color),
.header-media .wp-block-cover h2:not(.has-text-color),
.wc-block-mini-cart__button .wc-block-mini-cart__icon,
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.is-style-outline > .wp-block-button__link:not(.has-background):focus,
.footer-dark .site-newsletter .tnp-subscription-minimal input.tnp-submit,
.wp-article-section .wp-block-post .taxonomy-category.wp-block-post-terms > a,
.wp-block-navigation .wp-block-navigation__submenu-icon::before {
  color: var(--wp--preset--color--color-light); }

.wc-block-mini-cart__button .wc-block-mini-cart__icon,
.wp-header-search-social .wp-block-fse-pro-header-social svg,
.wp-header-search-social .wp-block-fse-pro-header-search svg,
.header-media .wp-block-fse-pro-header-search svg,
.wp-header-search-social .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.promotional-video .video-play polygon,
.wp-block-navigation__responsive-container-open svg,
.wp-block-social-links.is-style-circle-shape .wp-block-social-link .wp-block-social-link-anchor svg,
.footer-dark .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-navigation__responsive-container-close svg,
.wp-block-social-links.is-style-pill-shape .wp-block-social-link .wp-block-social-link-anchor svg {
  fill: var(--wp--preset--color--color-light); }

/*# sourceMappingURL=style.css.map */
