/*
Theme Name: Sportspot
Theme URI: https://catchthemes.com/themes/sportspot
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Sportspot is a free sleek and responsive sports WordPress block theme. The theme is perfect for sports clothing stores, supplements stores, equipment stores, or any sort of sports shop. Also, it is great for sports blogs and sports nutrition blogs. It comes with a beautiful design that makes a favorable impression on your consumers. This theme lets you show the categories and products with rates, descriptions, and images. It helps you to create a website that relays all the necessary information in a visually engaging and intuitive package. Furthermore, it has a CTA button, making your website look elegant and more engaging for the users. There are 18+ block patterns, 15 Templates, and 10 Template Parts available in this theme. Some of the block patterns are 404 Header With Background, Archive Header With Background, Best Seller Product, Blog Header With Background, Featured Content, Footer, Footer With Three Columns, Header Media, Header With Cart Banner, Header With Cart, Hero Content, 404 Content, Logo, Post Header With Background, Search Header With Background, Shop Header, and many more. It is a highly customizable theme that includes beautiful sections to showcase your product in a way your audience will love. So, attract the users to your website.
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: sportspot
Tags: blog, portfolio, 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.

Sportspot is based on Catch FSE WordPress Theme, 2012-2023 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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
 */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

a {
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none; }

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px; }

.wp-block-file .wp-block-file__button {
  border-radius: 0 6px 6px 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--background);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--medium);
  padding: 16px; }

.wp-block-sidebar .wp-block-widget {
  padding: 30px;
  background: transparent;
  border: 1px solid var(--wp--preset--color--border-color); }

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * sportspot. 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
 */
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.banner .wp-block-cover__inner-container,
.slider .wp-block-cover,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

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

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding: 20px 35px; }

.wp-block-sidebar > * h2 {
  font-family: var(--wp--preset--font-family--russo-one);
  font-size: var(--wp--preset--font-size--content-heading); }

.wp-block-post-meta > *,
.wp-block-post-meta .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--extra-small); }

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

.wp-block-post-author__content .wp-block-post-author__name {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.wp-block-post-meta .wp-block-post-author__content .wp-block-post-author__name {
  font-family: var(--wp--preset--font-family--montserrat); }

[class*="wp-container-"] .wp-block-columns {
  gap: var(--wp--custom--spacing--section-heading); }
  [class*="wp-container-"] .wp-block-columns + .wp-block-columns {
    margin-top: var(--wp--custom--spacing--section-heading); }

.feature-content-section .wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: var(--wp--custom--spacing--section-heading); }

pre {
  white-space: pre-wrap;
  padding: 25px;
  box-sizing: border-box; }

/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-fse-pro-case-study a svg.icon {
  display: none; }

.wc-block-components-drawer__close-wrapper button {
  margin-top: 15px; }
  .wc-block-components-drawer__close-wrapper button:is(:hover, :focus) {
    border-color: transparent; }

h2.wc-block-mini-cart__title {
  font-size: var(--wp--preset--font-size--body-default); }

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

.wp-block-button.is-style-outline .has-background.wp-block-button__link:not(:hover) {
  border-color: inherit; }

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

.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:is(:focus, :hover) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0; }

.wc-block-cart__submit-container .wp-element-button,
.woocommerce-page .button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  position: relative;
  overflow: hidden; }
  .wc-block-cart__submit-container .wp-element-button:is(:hover, :focus),
  .woocommerce-page .button:is(:hover, :focus),
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:is(:hover, :focus) {
    border: 1px solid var(--wp--preset--color--hover-color);
    background: transparent;
    box-shadow: none;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px; }
  .wc-block-cart__submit-container .wp-element-button:after,
  .woocommerce-page .button:after,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after {
    content: "\2199";
    font-size: 30px;
    font-family: inherit;
    font-weight: 400;
    display: block;
    transition: 0.5s;
    position: absolute;
    opacity: 1;
    right: 23px;
    color: var(--wp--preset--color--title-color);
    top: 50%;
    -moz-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -o-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -ms-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -webkit-transform: translateY(-50%) rotate(226deg) scale(1.3);
    transform: translateY(-50%) rotate(226deg) scale(1.3); }

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added,
.wp-block-button__link.wp-element-button,
.wc-block-mini-cart__footer-actions .components-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-container .wp-element-button,
.woocommerce-page .button {
  position: relative;
  overflow: hidden; }
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:is(:hover, :focus):after,
  .wp-block-button__link.wp-element-button:is(:hover, :focus):after,
  .wc-block-mini-cart__footer-actions .components-button:is(:hover, :focus):after,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:is(:hover, :focus):after,
  .wc-block-cart__submit-container .wp-element-button:is(:hover, :focus):after,
  .woocommerce-page .button:is(:hover, :focus):after {
    color: var(--wp--preset--color--hover-color); }
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
  .wp-block-button__link.wp-element-button:after,
  .wc-block-mini-cart__footer-actions .components-button:after,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after,
  .wc-block-cart__submit-container .wp-element-button:after,
  .woocommerce-page .button:after {
    content: "\2199" !important;
    font-size: 30px;
    font-family: inherit;
    transition: 0.5s;
    position: absolute;
    opacity: 1;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -o-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -ms-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -webkit-transform: translateY(-50%) rotate(226deg) scale(1.3);
    transform: translateY(-50%) rotate(226deg) scale(1.3);
    right: 23px;
    font-weight: 400; }

.wp-block-button.is-style-sportspot-button .wp-block-button__link,
.wp-block-post-excerpt__more-link {
  text-decoration: none;
  border: none;
  position: relative;
  background: transparent;
  padding: 0;
  padding-right: 30px; }
  .wp-block-button.is-style-sportspot-button .wp-block-button__link:hover, .wp-block-button.is-style-sportspot-button .wp-block-button__link:focus,
  .wp-block-post-excerpt__more-link:hover,
  .wp-block-post-excerpt__more-link:focus {
    background: transparent;
    box-shadow: none;
    color: var(--wp--preset--color--hover-color);
    transform: none; }
    .wp-block-button.is-style-sportspot-button .wp-block-button__link:hover:after, .wp-block-button.is-style-sportspot-button .wp-block-button__link:focus:after,
    .wp-block-post-excerpt__more-link:hover:after,
    .wp-block-post-excerpt__more-link:focus:after {
      color: var(--wp--preset--color--hover-color); }
  .wp-block-button.is-style-sportspot-button .wp-block-button__link:after,
  .wp-block-post-excerpt__more-link:after {
    content: "\2199";
    font-size: 30px;
    font-family: inherit;
    transition: 0.5s;
    position: absolute;
    opacity: 1;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -o-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -ms-transform: translateY(-50%) rotate(226deg) scale(1.3);
    -webkit-transform: translateY(-50%) rotate(226deg) scale(1.3);
    transform: translateY(-50%) rotate(226deg) scale(1.3);
    right: 0;
    font-weight: 400; }

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

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-sportspot-post-author-card,
.is-style-sportspot-post-author-card {
  border: 0;
  padding: var(--wp--custom--spacing--section-heading); }

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

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

.is-style-sportspot-post-author-card.wp-block-post-author .wp-block-post-author__name,
.is-style-sportspot-post-author-card.wp-block-post-author .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--title-color);
  font-family: var(--wp--preset--font-family--russo-one); }

.wp-block-post-author__byline {
  font-size: inherit; }

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

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li > .children > li article,
.comment article,
.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li > article {
  padding-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }

.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li > article {
  padding-top: 0; }

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

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

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

.wp-block-group.wp-block-post-meta {
  gap: 1.75rem; }

.wp-block-group.post-navigation-link-container {
  margin-top: var(--wp--custom--spacing--wp-block-navigation-widget);
  margin-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }

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

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

.wp-block-post-comments .comment-author .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  height: 65px;
  float: left;
  margin-right: 21px;
  overflow: hidden;
  width: 65px; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  height: clamp(85px, 8vw, 150px);
  width: clamp(85px, 8vw, 150px); }

.wp-block-post-author__avatar {
  margin-right: clamp(21px, 3vw, 35px); }

.wp-block-post-author__name,
.wp-block-latest-comments__comment-author,
.wp-block-post-comments .comment-meta .fn,
.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-meta,
.comment-author .says {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-family: var(--wp--preset--font-family--russo-one);
  text-transform: capitalize; }

.wp-block-post-comments .comment-meta .fn {
  text-transform: capitalize; }

.comment-metadata,
.comment-metadata .edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 8px; }

.comment-respond {
  padding: clamp(45px, 7vw, 75px); }

.wp-block-post-comments #comments {
  font-size: var(--wp--preset--font-size--extra-large);
  margin-top: var(--wp--custom--spacing--wp-block-navigation-widget);
  margin-bottom: var(--wp--custom--spacing--wp-block-navigation-block); }

.comment-reply-title,
.logged-in-as,
.comment-notes {
  text-align: center; }

.woocommerce-Reviews .comment-notes {
  text-align: left; }

.wp-block-post-comments ul,
.wp-block-post-comments ol {
  list-style-type: none; }

.commentlist {
  margin-top: 0; }

.post-navigation-link__title {
  font-family: var(--wp--preset--font-family--russo-one);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

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

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

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

.wp-block-post-comments.is-style-sportspot-post-comments .comment-respond {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  padding-top: var(--wp--custom--spacing--wp-comment-vertical);
  padding-right: var(--wp--custom--spacing--wp-comment-horizontal);
  padding-bottom: var(--wp--custom--spacing--wp-comment-vertical);
  padding-left: var(--wp--custom--spacing--wp-comment-horizontal); }

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

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

.wp-block-post-comments.is-style-sportspot-post-comments .comment-respond .comment-form .logged-in-as a {
  text-decoration: underline; }

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

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

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

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

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

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 4.25em; }

.comment-body a {
  text-decoration: none; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  height: 65px;
  width: 65px; }

.wp-block-latest-comments.is-style-sportspot-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.is-style-sportspot-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 7px; }

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

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

.wp-block-quote.is-style-default:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote:not(.is-style-plain) {
  border: 0;
  position: relative;
  padding-top: 90px; }
  .wp-block-quote.is-style-default:not(.is-style-plain):before,
  .wp-block-quote.is-style-large:not(.is-style-plain):before,
  .wp-block-quote:not(.is-style-plain):before {
    color: var(--wp--preset--color--secondary-text-color);
    border-radius: 50%;
    content: "\201C";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110px;
    font-style: normal;
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: 1;
    left: var(--wp--custom--spacing--section-heading-gap);
    opacity: 0.2;
    text-align: center;
    position: absolute;
    top: var(--wp--custom--spacing--normal); }

.wp-block-quote.is-style-plain {
  background-color: transparent; }

.wp-block-pullquote.has-text-align-left:not(blockquote) {
  border-width: 0;
  border-left-width: 4px; }

.wp-block-pullquote.has-text-align-center {
  border-left: 0;
  border-right: 0; }

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%; }

.wp-block-pullquote.alignright.has-text-align-left,
.wp-block-pullquote.alignright.has-text-align-right {
  border: 0; }

.wp-block-pullquote.has-text-align-right:not(blockquote) {
  border-width: 0;
  border-right-width: 4px; }

.wp-block-quote.has-text-align-right:before,
.wp-block-quote.has-text-align-right.is-style-large:not(.is-style-plain):before,
.wp-block-quote.has-text-align-right:not(.is-style-plain):before {
  left: auto;
  right: var(--wp--custom--spacing--section-heading-gap); }

figure.wp-block-pullquote.alignleft:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-left blockquote {
  margin: 0;
  text-align: left; }

figure.wp-block-pullquote.alignright:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-right blockquote {
  margin: 0;
  text-align: right; }

figure.wp-block-pullquote.aligncenter blockquote,
figure.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center; }

figure.wp-block-pullquote.has-text-align-left blockquote,
figure.wp-block-pullquote.has-text-align-left p {
  margin-bottom: 0;
  margin-top: 0; }

.wp-block-quote {
  text-align: left; }
  .wp-block-quote.has-text-align-right {
    text-align: right; }
  .wp-block-quote.has-text-align-center {
    text-align: center; }

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

/* --- WP Block Seperator Style
-------------------------------------------------------- */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  opacity: 1;
  width: 80px; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    width: 80px; }

.section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0; }
  .section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    margin-left: 0;
    margin-top: 30px; }

/* --- WP Block Pullquote Style
-------------------------------------------------------- */
.wp-block-pullquote p {
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-top: 0;
  margin-bottom: 0; }

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

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] .wp-block-pullquote,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-bottom: 0;
  background-color: var(--wp--preset--color--secondary-bg-color);
  border-top: 0;
  position: relative;
  padding-top: 100px; }
  .wp-block-pullquote.alignleft:before,
  .wp-block-pullquote.alignright:before,
  .wp-block[data-align="left"] .wp-block-pullquote:before,
  .wp-block[data-align="right"] .wp-block-pullquote:before {
    color: var(--wp--preset--color--secondary-text-color);
    border-radius: 50%;
    content: "\201C";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: 1.4;
    opacity: 0.2;
    left: var(--wp--custom--spacing--section-heading-gap);
    text-align: center;
    position: absolute;
    top: 20px; }
  .wp-block-pullquote.alignleft blockquote,
  .wp-block-pullquote.alignright blockquote,
  .wp-block[data-align="left"] .wp-block-pullquote blockquote,
  .wp-block[data-align="right"] .wp-block-pullquote blockquote {
    margin: 0; }

.wp-block-pullquote.alignright:before {
  left: auto;
  right: var(--wp--custom--spacing--section-heading-gap); }

.wp-block-pullquote.has-text-align-center {
  padding-top: var(--wp--custom--spacing--normal); }
  .wp-block-pullquote.has-text-align-center:before {
    display: none; }

.wp-block-pullquote.alignleft,
.wp-block-pullquote.has-text-align-left,
.wp-block[data-align="left"] .wp-block-pullquote {
  margin-right: 0; }

.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-right,
.wp-block[data-align="right"] .wp-block-pullquote {
  margin-left: 0; }

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

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

.wp-block-table.is-style-sportspot-wp-table thead,
.wp-block-table.is-style-sportspot-wp-table thead {
  border-bottom-color: var(--wp--preset--color--border-color); }

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

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

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

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

/* --- WP Column Block Style
-------------------------------------------------------- */
.wp-block-column {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --- WP Block Search Style
-------------------------------------------------------- */
.wp-block-navigation__submenu-container {
  display: none; }

button[aria-expandd="true"] .wp-block-navigation__submenu-container {
  display: block; }

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

/* --- Block Theme
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
a svg.icon,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.wc-block-mini-cart__button,
svg,
.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type="submit"],
header svg,
.wp-block-social-links a,
.header svg,
.wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce ul.products li.product a h2,
.wp-block-navigation__responsive-container,
.wc-block-components-pagination__page,
.wp-block-post-excerpt__more-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.post-navigation-link__label,
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-button.is-style-sportspot-button .wp-block-button__link:before,
.wp-block-navigation .wp-block-navigation-item,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container,
.wp-block-post-excerpt__more-link:before,
.wp-block-navigation .wp-block-navigation__submenu-container li a:before,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wp-block-post-featured-image img {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

pre {
  background-color: var(--wp--preset--color--secondary-bg-color); }

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

.wp-block-columns > .wp-block-column:last-child {
  margin-bottom: 0; }

.wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap); }

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

.wp-block-table,
.wp-block-audio,
.wp-block-pullquote {
  margin-top: var(--wp--style--block-gap); }

.wp-block-latest-posts li a {
  text-decoration: none; }

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

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

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

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

.wp-block-media-text .wp-block-media-text__content {
  padding: 0; }

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

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

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

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

.wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding: 7px 10px; }
  .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content,
  .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    position: relative; }
    .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before,
    .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
      content: "";
      height: 1px;
      left: 0;
      right: auto;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      opacity: 0; }
    .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover,
    .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
      -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }
      .wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover:before,
      .wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover:before {
        opacity: 1;
        width: 9px; }

.wp-block-group .wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item a:before,
.wp-block-group .wp-block-navigation .wp-block-page-list .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item a:before {
  width: 9px; }

.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  transform: translateX(10px);
  -webki-ttransform: translateX(10px);
  -moz-transform: translateX(10px); }

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0; }

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  text-transform: capitalize; }

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-size: var(--wp--preset--font-size--medium); }

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

/* --- WP Block Button
-------------------------------------------------------- */
.comment-reply-title {
  font-family: var(--wp--preset--font-family--russo-one);
  font-size: var(--wp--preset--font-size--extra-large);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  margin-top: 0; }

.comment-content,
.comment-metadata,
.reply {
  padding-left: clamp(82px, 8vw, 128px); }

.comment-metadata {
  font-size: var(--wp--preset--font-size--tiny); }

.wp-block-post-comments .commentlist .depth-1.parent {
  padding-left: 0; }

.wp-block-post-comments input[type="submit"] {
  padding-right: clamp(1rem, 5vw, 1.5rem);
  margin-top: clamp(18px, 3.5vw, 24px);
  margin-top: 0; }
  .wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"]:hover {
    outline-color: transparent; }

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

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: 1px solid;
  overflow: hidden;
  position: relative; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding-top: 0.85rem;
  padding-right: 1.5rem;
  padding-bottom: 0.85rem;
  padding-left: 1.5rem;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px; }

.wp-block-button .wp-block-button__link.is-style-outline,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  padding-top: 0.85rem;
  padding-right: 60px;
  padding-bottom: 0.85rem;
  padding-left: 1.5rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  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);
  letter-spacing: 0.88px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }

.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  outline-color: transparent; }

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination.alignfull {
  justify-content: center;
  gap: 0; }

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: 10px; }

.wp-block-query-pagination > .wp-block-query-pagination-previous,
.wp-block-query-pagination > .wp-block-query-pagination-next {
  height: 40px;
  margin-bottom: 0;
  margin-inline-start: initial;
  text-indent: -99999px;
  width: 40px; }
  .wp-block-query-pagination > .wp-block-query-pagination-previous:before,
  .wp-block-query-pagination > .wp-block-query-pagination-next:before {
    content: "";
    height: 8px;
    width: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%) rotate(136deg);
    -o-transform: translate(-50%, -50%) rotate(136deg);
    -ms-transform: translate(-50%, -50%) rotate(136deg);
    -webkit-transform: translate(-50%, -50%) rotate(136deg);
    transform: translate(-50%, -50%) rotate(136deg); }

.wp-block-query-pagination > .wp-block-query-pagination-next:before {
  -moz-transform: translate(-50%, -50%) rotate(-136deg);
  -o-transform: translate(-50%, -50%) rotate(-136deg);
  -ms-transform: translate(-50%, -50%) rotate(-136deg);
  -webkit-transform: translate(-50%, -50%) rotate(-136deg);
  transform: translate(-50%, -50%) rotate(-136deg);
  border-left: 1px solid #000;
  border-right: 0;
  border-bottom: 1px solid #000; }

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0; }

.wp-block-query-pagination-numbers .page-numbers {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: 40px;
  text-decoration: none;
  text-align: center;
  width: 40px; }

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

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

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  color: var(--wp--preset--color--secondary-text-color);
  border: 0.5px solid;
  display: inline-block;
  font-size: 15px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0.65rem 0.85rem;
  text-transform: capitalize; }
  .single .taxonomy-category.wp-block-post-terms > a:hover, .single .taxonomy-category.wp-block-post-terms > a:focus,
  .single .taxonomy-post_tag.wp-block-post-terms > a:hover,
  .single .taxonomy-post_tag.wp-block-post-terms > a:focus {
    border-color: transparent; }

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

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  font-family: var(--wp--preset--font-family--montserrat);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-bottom: clamp(10px, 3vw, 17px);
  text-transform: uppercase; }
  .wp-block-post-navigation-link .post-navigation-link__label svg {
    width: 7px; }

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

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

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

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

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

svg.icon.icon-user {
  top: 0; }

.wp-block-post-navigation-link svg.icon {
  display: none; }

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

.post-navigation-link-previous svg.icon {
  padding-right: 7px; }

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

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

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

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

.featured-section .wp-block-post-template > li {
  margin-bottom: 0; }

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

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

.wp-block-post-comments ul,
.wp-block-post-comments ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.wp-block-sportspot-featured-content .wp-block-image .wp-block-image,
.wp-block-sportspot-featured-content .wp-block-image {
  position: relative; }
  .wp-block-sportspot-featured-content .wp-block-image .wp-block-image:before,
  .wp-block-sportspot-featured-content .wp-block-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .wp-block-sportspot-featured-content .wp-block-image .wp-block-image:hover:before,
  .wp-block-sportspot-featured-content .wp-block-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }

figure.wp-block-post-featured-image {
  position: relative; }
  figure.wp-block-post-featured-image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    filter: blur(2px); }
  figure.wp-block-post-featured-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.wp-block-post-author {
  text-transform: capitalize; }

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-left.is-style-large cite,
.wp-block-quote.has-text-align-left.is-style-large footer,
.wp-block-quote.has-text-align-left.is-large cite,
.wp-block-quote.has-text-align-left.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-right.is-style-large cite,
.wp-block-quote.has-text-align-right.is-style-large footer,
.wp-block-quote.has-text-align-right.is-large cite,
.wp-block-quote.has-text-align-right.is-large footer {
  text-align: right; }

.wp-block-quote.has-text-align-center.is-style-large cite,
.wp-block-quote.has-text-align-center.is-style-large footer,
.wp-block-quote.has-text-align-center.is-large cite,
.wp-block-quote.has-text-align-center.is-large footer {
  text-align: center; }

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

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

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

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

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

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

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-search {
  padding: 0; }
  .wp-block-search .wp-block-search__inside-wrapper {
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
      border-right: 0;
      border-radius: 6px 0 0 6px;
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      -o-border-radius: 6px 0 0 6px;
      height: 60px;
      padding: 0 20px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        outline: none; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
      cursor: pointer;
      margin: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
        transition: none; }

.wp-block-search__button-only.wp-block-search {
  box-shadow: none; }

.wp-block-search__no-button.wp-block-search .wp-block-search__input {
  border-radius: 6px;
  border-right: 1px solid var(--wp--preset--color--tertiary); }

.wp-block-column-sidebar .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: var(--wp--preset--color--tertiary); }
.wp-block-column-sidebar .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover,
.wp-block-column-sidebar .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: var(--wp--preset--color--hover-color); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  border-color: var(--wp--preset--color--tertiary); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover {
  border-color: var(--wp--preset--color--hover-color); }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus + .wp-block-search__button,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover + .wp-block-search__button {
    border-color: var(--wp--preset--color--hover-color); }

.best-seller-price-section .wc-block-grid__products,
.best-seller-price-section .wc-block-grid__products li a {
  cursor: url(./assets/images/arrow-drag.png), auto;
  transition: all 0.2s;
  will-change: transform;
  fill: #fff;
  user-select: none;
  width: 100%; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover {
  border-color: var(--wp--preset--color--hover-color); }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus + .wp-block-search__button,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus + input + .wp-block-search__button,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover + .wp-block-search__button,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover + input + .wp-block-search__button {
    border-color: var(--wp--preset--color--hover-color); }

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus),
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
  border-color: var(--wp--preset--color--hover-color); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background: transparent;
  box-shadow: none;
  border-left: 0; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus {
    border-color: var(--wp--preset--color--tertiary); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  border-color: var(--wp--preset--color--hover-color);
  border-left: 1px solid var(--wp--preset--color--hover-color); }

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus),
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
  background: transparent; }

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 0;
  padding: 0; }

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding: calc(0.667em + 2px);
  outline: none;
  width: 100%; }
  input[type="date"]:is(:hover, :focus),
  input[type="time"]:is(:hover, :focus),
  input[type="datetime-local"]:is(:hover, :focus),
  input[type="week"]:is(:hover, :focus),
  input[type="month"]:is(:hover, :focus),
  input[type="text"]:is(:hover, :focus),
  input[type="email"]:is(:hover, :focus),
  input[type="url"]:is(:hover, :focus),
  input[type="password"]:is(:hover, :focus),
  input[type="search"]:is(:hover, :focus),
  input[type="tel"]:is(:hover, :focus),
  input[type="number"]:is(:hover, :focus),
  textarea:is(:hover, :focus) {
    border-color: var(--wp--preset--color--hover-color); }

.wp-block-post-comments input:not([type="submit"]) {
  border: 1px solid transparent;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  background-color: var(--wp--preset--color--secondary-bg-color); }

.form-submit {
  text-align: center; }

.wp-block-post-comments textarea {
  border: 1px solid transparent;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  background-color: var(--wp--preset--color--secondary-bg-color); }

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  box-shadow: none; }

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--wp--preset--color--hover-color); }

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

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

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

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

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

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

.wp-block-post-excerpt__more-text {
  margin-top: 1.05rem; }

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

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

ul.wp-block-categories-list.wp-block-categories li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

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

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

.wp-block-sidebar .wp-block-archives-list > li,
.wp-block-sidebar .wp-block-categories-list > li {
  text-align: right;
  position: relative; }

.about .is-style-outline > .wp-block-button__link:not(.has-text-color) {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px; }

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

ul.wp-block-archives,
.wp-block-categories {
  padding-left: 1em; }

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

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

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

.wp-block-sidebar .wp-block-latest-posts__post-excerpt {
  padding-left: 75px; }

.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: 1.62;
  margin-top: 5px; }

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

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative; }
  .wp-block-footer.wp-block-site-generator:before {
    content: "";
    background: var(--wp--preset--color--color-light);
    height: 1px;
    left: -40vw;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 200vw; }

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

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

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

/* --- WP Block Sections
-------------------------------------------------------- */
body .is-layout-flex {
  gap: 2.4rem; }

body .wp-block-section {
  margin-block-start: 0;
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-top);
  z-index: 2; }

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

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] > .wp-block-pullquote,
.wp-block[data-align="right"] > .wp-block-pullquote,
[data-align="left"] > .wp-block-cover,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > .wp-block-embed,
.wp-block[data-align="right"] > .wp-block-embed {
  max-width: 390px;
  width: 100%; }

.wp-block-cover.alignleft,
[data-align="left"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"] > .wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em; }

.wp-block-cover.alignright,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignright,
.wp-block[data-align="right"] > .wp-block-embed {
  margin-left: 2em !important;
  margin-bottom: 1.5em; }

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

/* --- WP Block Calendar
-------------------------------------------------------- */
.wp-block-calendar tbody td#today {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-calendar table caption {
  margin-bottom: 7px; }

/* --- WP Block Slider
-------------------------------------------------------- */
.wp-block-group.section-heading {
  margin-bottom: var(--wp--custom--spacing--section-heading-gap);
  position: relative;
  text-align: center;
  z-index: 1; }

.wp-block-categories a,
.wp-block-archives a {
  font-size: var(--wp--preset--font-size--medium); }

.block-editor-block-list__layout main.block-editor-block-list__block {
  margin-top: 0;
  position: static; }

header + main,
main.site-main {
  position: relative;
  z-index: 1; }

h1.wp-block-heading {
  margin-bottom: 0.7rem; }

.entry-breadcrumbs span.breadcrumb span {
  color: var(--wp--preset--color--color-light);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--tiny); }
.entry-breadcrumbs span.breadcrumb a {
  color: var(--wp--preset--color--color-light);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--tiny); }

.banner .wp-block-cover__inner-container {
  text-align: center; }
  .banner .wp-block-cover__inner-container p {
    color: var(--wp--preset--color--dark-color); }

footer.wp-block-latest-comments__comment-meta a {
  text-decoration: none; }

.wp-block-latest-comments__comment-excerpt {
  margin-top: 14px; }

.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li:last-child > article,
.wp-block-post-comments.is-style-sportspot-post-comments .commentlist > li:last-child > article {
  border-bottom: 0; }

.wp-block-group.banner-without-bg {
  padding-top: var(--wp--custom--spacing--section-block-top); }

.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  font-size: 20px; }

[class*="wp-container-"] > .wp-block-group,
.home [class*="wp-container-"] > .wp-block-cover,
[class*="wp-container-"] > .entry-content {
  margin-top: 0; }

.wp-block-categories-list,
.wp-block-archives-list {
  text-align: right; }
  .wp-block-categories-list li,
  .wp-block-archives-list li {
    font-size: var(--wp--preset--font-size--medium); }

ins {
  text-decoration: none; }

.is-content-justification-left.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.search-product .wp-block-search__inside-wrapper {
  max-width: 550px; }

.header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px; }
  .header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button:hover, .header .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button:focus {
    background: transparent; }

.dummy-icon input {
  display: none; }

.search-toggle {
  height: 100vh;
  overflow: hidden; }
  .search-toggle .dummy-icon {
    z-index: 9; }
    .search-toggle .dummy-icon .wp-block-search__button {
      position: relative;
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; }
      .search-toggle .dummy-icon .wp-block-search__button svg {
        visibility: hidden;
        transition: none; }
    .search-toggle .dummy-icon .wp-block-search__button:after {
      content: "\00d7";
      font-size: 2rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .search-toggle .wp-block-search__button {
    z-index: 1; }
  .search-toggle .search-product {
    opacity: 1;
    -moz-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    visibility: visible;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }
    .search-toggle .search-product input[type="search"] {
      border: 0;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      background-color: var(--wp--preset--color--secondary-bg-color);
      opacity: 1;
      position: relative;
      visibility: visible; }

.search-product {
  box-sizing: border-box;
  opacity: 0;
  bottom: 0;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  left: 0;
  height: 100px;
  background-color: var(--wp--preset--color--foreground);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: fixed;
  padding: 2rem;
  visibility: hidden;
  width: 100%;
  z-index: 3; }

.banner .wp-block-cover,
.banner .wp-block-cover-image {
  min-height: 300px; }

.wp-mobile-icon-menu {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .wp-mobile-icon-menu .wp-block-ethreadwears-header-search .wp-block-search {
    padding: 0; }

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

/* Wp Block Heading Color Issue in Wp Block Cover After Wordpress 6.6.1 - For Frontend*/
/* Wp Block Heading Color Issue in Wp Block Cover After Wordpress 6.6.1 - For Frontend*/
:root .wp-block-cover:not(.wp-block-header-media-no-image) :where(.wp-font-size--body-default) {
  color: inherit; }

:root .wp-block-cover:not(.wp-block-header-media-no-image) :where(.wp-block-heading) {
  color: inherit; }
  :root .wp-block-cover:not(.wp-block-header-media-no-image) :where(.wp-block-heading) .wp-block-heading {
    color: inherit; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Header
-------------------------------------------------------- */
/* --- WP Block Header
-------------------------------------------------------- */
.header {
  padding-top: clamp(21px, 2vw, 30px);
  padding-bottom: clamp(21px, 2vw, 30px); }

.wp-block-cover.banner-wrapper .wp-block-cover__inner-container.block-editor-block-list__layout,
.wp-site-blocks header.block-editor-block-list__layout .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static; }

.wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--upper-heading); }

.block-editor-block-list__layout header.block-editor-block-list__block {
  position: static; }
  .block-editor-block-list__layout header.block-editor-block-list__block:before {
    z-index: 2; }

header .header-with-banner.transparent-header {
  left: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 9; }

.block-editor-block-list__block.transparent-header {
  left: 0;
  position: relative;
  right: auto;
  width: 100%;
  z-index: 9; }

header .transparent-header .header.block-editor-block-list__block {
  background-color: transparent; }

.transparent-header .header.block-editor-block-list__block {
  background-color: var(--wp--preset--color--footer-bg-color); }

.wp-site-blocks {
  position: relative; }

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

.header button.wp-block-navigation__responsive-container-open:is(:focus, :hover),
.transparent-header .header button.wp-block-navigation__responsive-container-open:is(:focus, :hover) {
  color: var(--wp--preset--color--hover-color); }
  .header button.wp-block-navigation__responsive-container-open:is(:focus, :hover) svg,
  .transparent-header .header button.wp-block-navigation__responsive-container-open:is(:focus, :hover) svg {
    fill: var(--wp--preset--color--hover-color); }

html.has-modal-open {
  overflow: auto; }

.nav-row > .wp-block-group {
  gap: 0; }

.wp-block-group.nav-row {
  gap: 0; }

.wp-block-group.site-title-section {
  gap: 0; }

.nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:hover svg, .nav-row .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-only) .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  fill: var(--wp--preset--color--foreground); }

.wp-block-social-links.is-style-circle-shape svg,
.wp-block-social-links.is-style-pill-shape svg {
  fill: var(--wp--preset--color--foreground); }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content {
  padding: 7px 13px;
  font-size: var(--wp--preset--font-size--medium); }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li .wp-block-navigation-item__content a {
    font-size: var(--wp--preset--font-size--medium); }

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 9px; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-bottom: 10px; }

[class*="wp-container-"].site-section {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1; }

.header .wp-block-social-links .wp-social-link a,
.header .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  padding: 9px; }

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

.is-menu-open.has-modal-open::-webkit-scrollbar {
  display: none; }

.admin-bar .search-container {
  margin-top: 46px; }

.header > div.wp-block-group.alignfull {
  padding-left: 0;
  padding-right: 0;
  gap: 0; }

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before {
  opacity: 1; }

.header {
  padding-left: 30px;
  padding-right: 30px; }

.header .search-product .wp-block-search__button {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding-right: 0;
  padding-left: 10px;
  padding-top: 0; }

.header .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation-item__content,
.header .wp-block-navigation .wp-block-page-list > li > .wp-block-navigation-item__content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 10px 5px; }

.wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > li.current-menu-item > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--hover-color); }

.wp-block-navigation__responsive-container-content > ul:hover > li, .wp-block-navigation__responsive-container-content > ul:focus > li,
ul.wp-block-page-list:hover > li,
ul.wp-block-page-list:focus > li {
  opacity: 0.5; }
  .wp-block-navigation__responsive-container-content > ul:hover > li:hover, .wp-block-navigation__responsive-container-content > ul:hover > li:focus, .wp-block-navigation__responsive-container-content > ul:focus > li:hover, .wp-block-navigation__responsive-container-content > ul:focus > li:focus,
  ul.wp-block-page-list:hover > li:hover,
  ul.wp-block-page-list:hover > li:focus,
  ul.wp-block-page-list:focus > li:hover,
  ul.wp-block-page-list:focus > li:focus {
    opacity: 1; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  gap: 0.5rem; }

.header > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open:hover svg, .wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open:focus svg {
  fill: var(--wp--preset--color--hover-color); }
.wp-block-group:not(.transparent-header) .header .wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--dark-color); }

.without-transparent .default-header.wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .without-transparent .default-header.wp-block-group .site-section,
  .without-transparent .default-header.wp-block-group .nav-row {
    width: auto; }

.header .site-title-section .wp-block-site-tagline {
  margin-block-start: 0;
  color: var(--wp--preset--color--color-light); }
.header .search-product .wp-block-search__label {
  display: none; }

.header .search-product .wp-block-search__label {
  color: var(--wp--preset--color--color-light); }

.wp-block-group .cart-row .cart-text {
  color: var(--wp--preset--color--color-light); }

.wp-block-group .cart-row:hover .cart-text,
.wp-block-group .cart-row:hover svg, .wp-block-group .cart-row:focus .cart-text,
.wp-block-group .cart-row:focus svg {
  color: var(--wp--preset--color--hover-color);
  fill: var(--wp--preset--color--hover-color); }

.transparent-header .wp-block-group .cart-row:hover .cart-text,
.transparent-header .wp-block-group .cart-row:hover svg, .transparent-header .wp-block-group .cart-row:focus .cart-text,
.transparent-header .wp-block-group .cart-row:focus svg {
  color: var(--wp--preset--color--hover-color);
  fill: var(--wp--preset--color--hover-color); }

.wp-block-group .cart-row {
  gap: 0; }
  .wp-block-group .cart-row .cart-text {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: none;
    pointer-events: none; }

.wp-block-group .cart-row,
.wp-block-search__label,
.cart-text {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.without-transparent .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--dark-color); }

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

.wp-block-woocommerce-customer-account svg {
  color: var(--wp--preset--color--hover-color);
  font-size: 1.2rem;
  margin: 0;
  top: -1px; }
.wp-block-woocommerce-customer-account a:hover, .wp-block-woocommerce-customer-account a:focus {
  text-decoration: none !important; }

.woocommerce-account .wp-block-woocommerce-customer-account a,
.woocommerce-account .wp-block-woocommerce-customer-account span,
.woocommerce-account .wp-block-woocommerce-customer-account svg {
  border-radius: 6px;
  background-color: var(--wp--preset--color--hover-color);
  border-color: transparent;
  color: var(--wp--preset--color--dark-color); }

.woocommerce-cart .wp-block-group .cart-row .cart-text {
  display: none; }

.wp-block-woocommerce-customer-account {
  text-align: center;
  border: 1px solid var(--wp--preset--color--hover-color);
  color: var(--wp--preset--color--hover-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase; }
  .wp-block-woocommerce-customer-account:is(:focus, :hover) {
    background: var(--wp--preset--color--button-bg-color) !important;
    border-color: transparent;
    color: var(--wp--preset--color--dark-color) !important; }
    .wp-block-woocommerce-customer-account:is(:focus, :hover) svg {
      color: var(--wp--preset--color--dark-color) !important; }

.wp-block-woocommerce-customer-account .icon {
  display: block; }
  .wp-block-woocommerce-customer-account .icon:is(:hover, :focus) {
    color: var(--wp--preset--color--hover-color); }

.wp-block-woocommerce-customer-account .label {
  display: none; }

.header > .wp-block-group .right-section {
  gap: 1rem; }

.transparent-header .header button.wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--color-light); }
.transparent-header .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
  color: var(--wp--preset--color--hover-color); }

.header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper {
  padding: 0; }
  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 3px;
    background-color: var(--wp--preset--color--button-bg-color);
    color: var(--wp--preset--color--dark-color);
    border: 1px solid transparent; }
    .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      min-height: 1rem;
      width: 1.5rem;
      height: 1.5rem;
      min-width: 1rem;
      transition: none; }
    .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
      color: var(--wp--preset--color--hover-color) !important;
      background: transparent !important;
      border: 1px solid var(--wp--preset--color--hover-color); }

.wp-block-woocommerce-customer-account a .icon {
  height: 18px;
  width: 18px; }

.search-product.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0; }
  .search-product.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
    transition: none; }
  .search-product.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
    border: 1px solid var(--wp--preset--color--hover-color); }

.close-menu svg {
  display: none; }
.close-menu:after {
  content: 'x';
  height: 1rem;
  line-height: 1rem;
  min-width: 1rem;
  width: 1rem; }

.header .right-section .dummy-icon,
.header .right-section .cart-row,
.header .right-section .wp-block-woocommerce-customer-account {
  display: none; }

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open:hover svg {
  color: var(--wp--preset--color--dark-color); }

.header-media .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static; }

.transparent-header.alignfull.header-with-cart .header {
  background-color: var(--wp--preset--color--background); }

.wp-site-blocks header.block-editor-block-list__layout .block-editor-block-list__block.transparent-header.header-with-cart {
  position: relative;
  width: auto; }

.transparent-header.header-with-cart {
  position: relative;
  width: auto; }
  .transparent-header.header-with-cart .header {
    background-color: var(--wp--preset--color--background); }

.dummy-icon.block-editor-block-list__block .components-resizable-box__container.wp-block-search__inside-wrapper {
  justify-content: end; }

.block-editor-block-list__block .wp-block-navigation {
  font-size: 18px; }

.block-editor-block-list__layout .block-editor-block-list__block.search-product {
  position: fixed; }

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none; }

.wp-block-site-logo + .site-title-section {
  align-items: flex-start;
  text-align: left; }

.modern-header .header > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modern-header .header > .wp-block-group .nav-row,
  .modern-header .header > .wp-block-group .site-section,
  .modern-header .header > .wp-block-group .right-section {
    width: auto; }

.header .has-modal-open {
  padding-bottom: 55px; }

.modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container,
.modern-header .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
  position: relative;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  box-shadow: none; }
  .modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li,
  .modern-header .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
    .modern-header .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li:before,
    .modern-header .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li:before {
      opacity: 0; }

.right-section .block-editor-block-list__block .wp-block-search__inside-wrapper {
  min-width: auto !important; }

/* --- Featured Content
-------------------------------------------------------- */
.wp-block-post-template li .wp-block-post-title {
  font-size: var(--wp--preset--font-size--inner-section-title);
  font-family: var(--wp--preset--font-family--russo-one);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  text-transform: capitalize; }
.wp-block-post-template li .wp-block-post-title {
  margin-top: 0.6rem; }

.wp-block-group.wp-block-post-meta > div {
  position: relative; }

.wp-block-group .wp-block-post-excerpt {
  margin-block-start: 1.05rem; }

.blog-section .wp-block-post-template,
.wp-block-post-template.alignfull {
  gap: var(--wp--custom--spacing--section-heading); }

.wp-block-post-template figure {
  margin-bottom: var(--wp--custom--spacing--extra-small); }

figure a,
.wp-block-post-title a {
  padding: 0; }

.wp-block-group.wp-block-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 7.5px; }

.w-block-widget a {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-group.wp-block-post-container {
  margin-top: 0;
  padding: var(--wp--custom--spacing--wp-comment-vertical) var(--wp--custom--spacing--normal); }

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

.wp-block-columns.wp-block-sidebar-on-left,
.wp-block-columns.wp-block-sidebar-on-right {
  gap: var(--wp--custom--spacing--section-block-bottom);
  justify-content: space-between; }

.wp-block-tag-cloud > a {
  border: 1px solid var(--wp--preset--color--border-color); }

.featured-section .wp-block-post-featured-image {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px; }
.featured-section .section-heading {
  text-align: left;
  margin-bottom: 0; }
.featured-section .wp-block-post-template li .wp-block-post-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: 1.58; }
  .featured-section .wp-block-post-template li .wp-block-post-title a {
    background-image: linear-gradient(transparent calc(98% - 1px), var(--wp--preset--color--title-color) 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.5s ease;
    transition: 0.5s ease; }
  .featured-section .wp-block-post-template li .wp-block-post-title:hover a {
    background-size: 100%; }

/* --- Contact
-------------------------------------------------------- */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

form.wpcf7-form label {
  color: var(--wp--preset--color--dark-color);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--medium); }
form.wpcf7-form input[type=submit] {
  border-color: var(--wp--preset--color--hover-color);
  color: var(--wp--preset--color--dark-color); }
form.wpcf7-form textarea {
  max-height: 120px; }
form.wpcf7-form br {
  display: none; }
form.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0; }
form.wpcf7-form p {
  margin: 20px 0;
  position: relative; }

.wp-block-sidebar .wp-block-search__input {
  background: transparent;
  border: 1px solid var(--wp--preset--color--tertiary); }

body .wp-block-social-links {
  gap: 9px; }

.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link {
  background-color: var(--wp--preset--color--hover-color);
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px; }
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link:is(:hover, :focus) {
    border-color: var(--wp--preset--color--hover-color);
    background: transparent; }
    .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link:is(:hover, :focus) svg {
      fill: var(--wp--preset--color--hover-color); }
  .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link button {
    overflow: hidden;
    padding: 0;
    position: relative;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .wp-block-social-link-anchor {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  padding: 0.5rem; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link .clone {
  padding: 0;
  position: absolute;
  -moz-transform: translateY(400%);
  -o-transform: translateY(400%);
  -ms-transform: translateY(400%);
  -webkit-transform: translateY(400%);
  transform: translateY(400%); }

.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .components-button,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a,
.wp-block-social-links.is-style-default .wp-social-link .components-button,
.wp-block-social-links.is-style-default .wp-social-link a {
  background-color: transparent; }

/* --- Product section
-------------------------------------------------------- */
.wc-block-grid__product .wc-block-grid__product-title {
  margin-bottom: 0.4rem;
  text-transform: capitalize; }
.wc-block-grid__product .wc-block-grid__product-price {
  margin-bottom: 0.4rem; }
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  line-height: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%; }

.wc-block-grid__products li {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .wc-block-grid__products li:hover, .wc-block-grid__products li:focus {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

li.product {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  li.product:hover, li.product:focus {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

.wp-block-sidebar .wp-block-widget > h2 {
  margin-bottom: var(--wp-custom-spacing--extra-small);
  padding-bottom: 0; }

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-category .wc-block-featured-product__description {
  max-width: 750px; }
.wc-block-featured-product .wp-block-button__link,
.wc-block-featured-category .wp-block-button__link {
  margin: 0; }

.wc-block-grid__products .star-rating {
  font-size: var(--wp--preset--font-size--body-default);
  margin-left: 0; }
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-family: var(--wp--preset--font-family--russo-one); }
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  text-align: left;
  margin-left: 0 !important; }

li.product .woocommerce-loop-product__title,
li.product .wp-block-post-title {
  font-size: var(--wp--preset--font-size--body-default);
  font-family: var(--wp--preset--font-family--russo-one);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  padding-top: 0; }

.wc-block-featured-category__title {
  text-transform: capitalize; }

.wc-block-reviews-by-product .wc-block-review-list-item__author {
  font-size: var(--wp--preset--font-size--body-default); }

.latest-product-section .section-heading,
.best-seller-section .section-heading {
  gap: 0.5rem;
  flex-wrap: wrap; }
.latest-product-section .wp-element-button,
.best-seller-section .wp-element-button {
  margin-top: 0; }

.wp-block-group.alignfull.best-seller-price-section {
  padding-right: 0; }
  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns {
    max-width: calc(100vw - (var(--wp--custom--spacing--outer))); }
    .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column:first-child {
      padding-left: 0;
      padding-right: var(--wp--custom--spacing--outer); }
  .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem; }
    .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products li {
      flex: 1 0 80%; }

.wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link:hover,
.wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title:hover,
.wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link:hover,
.wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__title:hover {
  color: var(--wp--preset--color--hover-color); }

.best-seller-price-section .wc-block-grid__products .wc-block-grid__product:is(:hover, :focus) img {
  transform: none !important; }

.wc-block-featured-product .wc-block-featured-product__wrapper {
  margin-bottom: 0.4rem;
  text-transform: capitalize; }
  .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__title {
    margin-bottom: 0.5rem; }
  .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__link {
    margin-top: 0.5rem; }
  .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__price {
    margin-bottom: 0.5rem; }

.best-seller-section .wp-block-columns {
  display: grid;
  gap: var(--wp--custom--spacing--normal);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.latest-product-section .wc-block-grid__products {
  display: grid;
  gap: var(--wp--custom--spacing--normal); }

/* --- Transitioned
-------------------------------------------------------- */
/* ==================================
           PROMO SECTION
=================================== */
.promotional-section .wp-block-columns .wp-block-column {
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  opacity: 0; }
.promotional-section .wp-block-columns .wp-block-column.promo-content {
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px); }
.promotional-section .wp-block-columns .wp-block-column.promo-image {
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px); }

.promotional-section.transition-element .wp-block-column {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  opacity: 1; }
.promotional-section.transition-element .wp-block-column.promo-image,
.promotional-section.transition-element .wp-block-column.promo-content {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.block-editor-block-list__block.promotional-section .wp-block-columns .wp-block-column {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* ==================================
           HERO SECTION
=================================== */
.hero-section.transition-element .wp-block-image img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.hero-section.transition-element .hero-content {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  z-index: 2; }

.block-editor-block-list__block.hero-section .wp-block-image img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.block-editor-block-list__block.hero-section .hero-content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* ==================================
           HEADDER MEDIA
=================================== */
.block-editor-block-list__block.header-media .header-image.wp-block-column {
  transform: none;
  opacity: 1; }
.block-editor-block-list__block.header-media .media-content h2:first-child,
.block-editor-block-list__block.header-media .media-content h2:nth-child(2),
.block-editor-block-list__block.header-media .media-content p,
.block-editor-block-list__block.header-media .media-content .wp-block-buttons .wp-block-button:nth-child(1),
.block-editor-block-list__block.header-media .media-content .wp-block-buttons .wp-block-button:nth-child(2) {
  transform: none;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/* ==================================
           feature-cat SECTION
=================================== */
.wp-block-section.feature-cat-section.transition-element .wp-block-column:first-child {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1; }

.wp-block-section.feature-cat-section.transition-element .wp-block-column:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1; }

.block-editor-block-list__block.wp-block-section.feature-cat-section .wp-block-column:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1; }

.block-editor-block-list__block.wp-block-section.feature-cat-section .wp-block-column:first-child {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1; }

/* --- Header Media
-------------------------------------------------------- */
.block-editor-block-list__block .media-content h2,
.block-editor-block-list__block .media-content .wp-block-button {
  transform: none;
  opacity: 1; }

.wp-block-social-links.header-social {
  position: absolute;
  left: 2%;
  top: 30%;
  gap: 1.5rem;
  transform: translateY(-50%);
  flex-direction: column; }
  .wp-block-social-links.header-social .wp-block-social-link .wp-block-social-link-anchor svg {
    fill: var(--wp--preset--color--color-light); }

.header-image.wp-block-column {
  text-align: center; }
  .header-image.wp-block-column img {
    height: 400px;
    object-fit: contain; }

.media-content h2 {
  overflow: hidden;
  margin: 0;
  display: inline-block; }
  .media-content h2:first-child {
    margin-right: 0.5rem;
    margin-bottom: 0; }
.media-content h2:first-child {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  opacity: 0;
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px); }
.media-content h2:nth-child(2) {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  transition-delay: 0.6s;
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
.media-content .wp-block-buttons {
  align-items: initial;
  margin-bottom: 0;
  margin-top: 1.75rem;
  gap: 1.15rem; }
  .media-content .wp-block-buttons .wp-block-button {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    transition-delay: 0.8s;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  .media-content .wp-block-buttons .wp-block-button:nth-child(1) {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  .media-content .wp-block-buttons .wp-block-button:nth-child(2) {
    transition-delay: 1s;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  .media-content .wp-block-buttons a {
    margin-top: 0; }
  .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:before {
    background-color: var(--wp--preset--color--hover-color); }
  .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
    border-color: var(--wp--preset--color--hover-color); }
  .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:is(:hover, :focus) {
    color: var(--wp--preset--color--hover-color); }
    .media-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:is(:hover, :focus):before {
      background-color: var(--wp--preset--color--hover-color); }
.media-content h2 {
  line-height: 1.222;
  margin-top: 0;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 2px; }
.media-content p {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  transition-delay: 0.8s;
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }

.wp-block-columns.header-media-content {
  flex-direction: column-reverse; }

.header-media {
  padding-bottom: 2rem;
  padding-top: 5rem;
  overflow: hidden;
  margin-top: 0; }
  .header-media .header-image.wp-block-column {
    margin-bottom: 0;
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.media-content h2 mark {
  animation: textAnim 0.5s ease-in-out infinite;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

/* --- Mobile Stick Icon Menu
-------------------------------------------------------- */
/* --- Mobile Sticky Icon Menus
-------------------------------------------------------- */
.wp-block-section.wp-mobile-icon-menu {
  background-color: var(--wp--preset--color--foreground);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .wp-block-section.wp-mobile-icon-menu .wp-block-columns {
    gap: 0; }
    .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column {
      flex-basis: 25% !important;
      height: 55px; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column > * {
        height: 100%; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button {
        position: relative; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-button.wp-home-button::before {
          position: absolute;
          width: 24px;
          height: 24px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all 0.4s;
          background: url(./assets/images/home-icon.svg) no-repeat center center;
          pointer-events: none;
          background-size: 100%;
          content: '';
          z-index: 9; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button {
        margin: 0;
        padding-right: clamp(1rem, 5vw, 1.5rem);
        background: transparent;
        border: none;
        text-indent: -9999px; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-element-button::after {
          display: none; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * {
        height: 100%;
        width: 100%; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge {
          justify-content: center; }
          .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
            background-color: var(--wp--preset--color--foreground);
            color: var(--wp--preset--color--color-light);
            height: 20px;
            min-width: 20px; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * .wc-block-mini-cart__badge {
          width: auto; }
        .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block * svg {
          width: 22px;
          height: 22px; }
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block a,
      .wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column button.wp-block-search__button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0; }

.wp-mobile-icon-menu .wp-block-search__button svg {
  min-height: 2em;
  min-width: 2em; }

/** sticky search for mobile  **/
.wp-mobile-icon-menu {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .wp-mobile-icon-menu .search-container {
    position: fixed;
    top: 0;
    height: calc(100vh - 55px);
    left: 0;
    padding-top: 50px; }

.wp-block-post-content .wp-block-section.wp-mobile-icon-menu {
  position: relative;
  bottom: auto; }
  .wp-block-post-content .wp-block-section.wp-mobile-icon-menu .wp-block-woocommerce-customer-account a {
    color: var(--wp--preset--color--dark-color) !important; }

.wp-mobile-icon-menu .wp-block-search .wp-block-search__label {
  text-transform: none;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  font-size: 16px; }

.wp-mobile-icon-menu .wp-block-woocommerce-customer-account a,
.wp-mobile-icon-menu .wp-block-search .wp-block-search__button {
  border: 0; }
.wp-mobile-icon-menu .cart-row {
  justify-content: center; }
  .wp-mobile-icon-menu .cart-row:is(:hover, :focus) svg.wc-block-mini-cart__icon {
    color: var(--wp--preset--color--dark-color); }

.wp-mobile-icon-menu .wp-block-search__input {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 6px;
  height: 50px; }

.wp-block-section:nth-child(2n-1).wp-mobile-icon-menu .wp-block-columns .wp-block-search button.wp-block-search__button,
.wp-mobile-icon-menu .wp-block-search button.wp-block-search__button {
  border-radius: 6px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  text-transform: uppercase;
  height: 55px; }

.wp-block-post-content .wp-mobile-icon-menu .search-container {
  position: relative;
  top: auto;
  height: auto;
  left: 0;
  padding-top: 0px;
  margin-top: 20px; }

.wp-block-post-content .wp-mobile-icon-menu .search-container .wp-block-search__button {
  margin-left: 1px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  background-color: var(--wp--preset--color--foreground); }

.wp-mobile-icon-menu .wp-block-woocommerce-customer-account .label {
  display: none; }

.wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account a {
  padding: 0; }

.wp-block-section.wp-mobile-icon-menu .wp-block-columns .wp-block-column .stat-block .wp-block-woocommerce-customer-account svg {
  width: 18px;
  height: 18px;
  color: var(--wp--preset--color--background); }

.wp- .cart-block {
  display: flex;
  align-items: center;
  justify-content: center; }

.wp-mobile-icon-menu .wp-block-column {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .wp-mobile-icon-menu .wp-block-column:is(:focus, :hover) {
    background-color: var(--wp--preset--color--hover-color); }
.wp-mobile-icon-menu .wp-block-column:not(:last-child) {
  border-right: 1px solid var(--wp--preset--color--border-color); }
.wp-mobile-icon-menu .wp-block-search {
  padding: 0; }
  .wp-mobile-icon-menu .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: transparent;
    color: var(--wp--preset--color--dark-color); }
    .wp-mobile-icon-menu .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:is(:hover, :focus) {
      background-color: transparent;
      color: var(--wp--preset--color--dark-color); }

.wp-mobile-icon-menu .wp-block-search.dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button {
  background: transparent; }
.wp-mobile-icon-menu .wp-block-button__link.wp-element-button:before {
  display: none; }

.wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
  border: 0; }

.wp-mobile-icon-menu .wp-block-search__inside-wrapper .wp-block-search__button svg {
  color: var(--wp--preset--color--dark-color); }
.wp-mobile-icon-menu .wp-block-search__inside-wrapper {
  height: 100%; }

.search-toggle .wp-mobile-icon-menu .dummy-icon .wp-block-search__button:after {
  color: var(--wp--preset--color--dark-color); }

/* --- Hero
-------------------------------------------------------- */
.hero-section {
  overflow: hidden; }
  .hero-section .wp-block-image img {
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }

.hero-section .hero-content {
  -moz-transform: translateX(20%);
  -o-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }

/* --- Woo
-------------------------------------------------------- */
.woocommerce-ordering select {
  background-color: transparent;
  padding: 0.6rem;
  border: 1px solid; }

.woocommerce a {
  text-decoration: none; }

.woocommerce-products-header__title.page-title {
  margin-top: 0px; }

.single-product.woocommerce span.onsale {
  right: auto;
  left: 1.5rem; }

.wc-block-components-product-sale-badge {
  border: 0;
  font-size: var(--wp--preset--font-size--extra-small);
  left: 0;
  line-height: 1;
  min-width: auto;
  min-height: auto;
  padding: 4px 11px;
  top: 0.5rem;
  right: auto;
  z-index: 1; }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  border: 0; }
  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:after {
    content: "";
    display: none; }

.woocommerce #respond input#submit {
  padding-right: clamp(1rem, 5vw, 1.5rem); }

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce-page .button,
.wc-block-cart__submit-container .wp-element-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: var(--wp--preset--color--button-bg-color);
  border: 1px solid var(--wp--preset--color--hover-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  color: var(--wp--preset--color--button-text-color);
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: auto;
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-top: 0.5rem;
  padding-top: clamp(0.5rem, 5vw, 0.85rem);
  padding-bottom: clamp(0.5rem, 5vw, 0.85rem);
  padding-left: clamp(1rem, 5vw, 1.5rem);
  padding-right: 50px;
  text-transform: uppercase;
  width: auto; }

del {
  opacity: 0.5;
  margin-right: 0.5em; }

address {
  word-break: break-all; }

.wp-block-button.wc-block-grid__product-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .wp-block-button.wc-block-grid__product-add-to-cart a.added_to_cart.wc-forward {
    font-size: 1rem;
    text-decoration: underline; }

.wc-block-grid__product {
  position: relative; }
  .wc-block-grid__product .wc-block-grid__product-onsale {
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    background-color: var(--wp--preset--color--danger-color);
    border: 0;
    right: 1.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.5rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: var(--wp--preset--font-size--extra-small);
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    min-width: auto;
    min-height: auto;
    line-height: 1;
    text-align: center;
    z-index: 2; }

.woocommerce .wc-block-grid .wc-block-grid__products .wc-block-components-product-button .add_to_cart_button {
  padding-right: 3rem; }

.woocommerce-page span.onsale {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: var(--wp--preset--color--danger-color);
  border: 0;
  border-radius: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1;
  left: 0;
  min-width: auto;
  min-height: auto;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  top: 1rem;
  z-index: 1; }
.woocommerce-page .added_to_cart.wc-forward {
  margin: 0; }
.woocommerce-page nav.woocommerce-pagination ul {
  border: 0; }
  .woocommerce-page nav.woocommerce-pagination ul li {
    border: 0; }
    .woocommerce-page nav.woocommerce-pagination ul li span,
    .woocommerce-page nav.woocommerce-pagination ul li a {
      border-radius: 0.4rem;
      padding: 0.75rem; }
    .woocommerce-page nav.woocommerce-pagination ul li:not(:last-child) {
      margin-right: 0.5rem; }
.woocommerce-page table.variations select {
  margin-bottom: 0.25rem;
  padding: 0.75rem; }
.woocommerce-page .single_variation_wrap input[type="number"],
.woocommerce-page table.cart td.actions .coupon .input-text {
  border-radius: 0;
  padding: 0.6rem; }
.woocommerce-page div.product span.price {
  font-size: var(--wp--preset--font-size--extra-large); }
.woocommerce-page #respond input#submit,
.woocommerce-page .woocommerce-message a {
  font-size: var(--wp--preset--font-size--medium);
  margin-top: 0; }
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
      background: transparent; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
        border-bottom: 4px solid;
        background-color: transparent; }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
      font-weight: var(--wp--custom--typography--font-weight--normal);
      font-size: var(--wp--preset--font-size--body-default);
      border-bottom: 4px solid transparent; }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
  padding: 15px; }
.woocommerce-page .woocommerce-input-wrapper textarea {
  border-radius: 0; }
.woocommerce-page .comment-form-comment textarea {
  border-radius: 0;
  min-height: 12.5rem; }

.woocommerce ul.products li.product .price {
  font-size: inherit; }

.woocommerce a.remove {
  color: var(--wp--preset--color--danger-color); }
  .woocommerce a.remove:hover, .woocommerce a.remove:focus {
    color: var(--wp--preset--color--color-light);
    background: var(--wp--preset--color--danger-color); }

.stock.out-of-stock,
.woocommerce-error::before {
  color: var(--wp--preset--color--danger-color); }

.woocommerce-error {
  border-color: var(--wp--preset--color--danger-color); }

.wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button {
  font-size: var(--wp--preset--font-size--small);
  text-transform: capitalize;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  min-height: auto;
  border: 1px solid transparent;
  padding-top: clamp(0.5rem, 5vw, 0.85rem);
  padding-bottom: clamp(0.5rem, 5vw, 0.85rem);
  padding-left: clamp(1rem, 5vw, 1.5rem); }

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

.woocommerce-page .woocommerce-cart-form #coupon_code {
  height: 69.88px; }

.woocommerce-cart .amount {
  font-size: var(--wp--preset--font-size--body-default); }

.amount,
.price,
.woocommerce div.product p.price {
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-size: var(--wp--preset--font-size--upper-heading); }

.woocommerce-variation-description,
.woocommerce-product-details__short-description {
  font-size: var(--wp--preset--font-size--body-default); }

.woocommerce ul.products li.product .button {
  box-sizing: border-box; }

.woocommerce ul.products li.product .price del {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--site-title); }

.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart tr.cart-subtotal {
  font-weight: 700; }
.woocommerce-cart table.cart .qty {
  height: 2.5rem; }

.woocommerce table.shop_table th {
  text-transform: uppercase; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: var(--wp--preset--font-size--medium); }

.woocommerce-page .woocommerce-cart-form .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.woocommerce-page .woocommerce-cart-form .product-thumbnail {
  width: 2.5rem; }

.woocommerce .woocommerce-cart-form .actions button[type=submit],
.woocommerce button.single_add_to_cart_button,
.woocommerce button[name=add-to-cart],
.woocommerce .woocommerce-cart-form #coupon_code,
.woocommerce .woocommerce-cart-form .actions .button,
.woocommerce button[type=submit]:not(.wp-block-search__button) {
  margin-top: 0;
  min-height: auto; }
.woocommerce .quantity .qty {
  height: 100%;
  min-width: 5.5rem;
  text-align: left; }

table.variations th {
  text-align: left;
  width: 3rem; }

.woocommerce div.product form.cart .variations label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  text-transform: uppercase; }

.woocommerce div.product div.images .flex-control-thumbs {
  background: var(--wp--preset--color--secondary-bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.5rem; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid; }

.woocommerce table.variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }

.product_meta {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--medium); }

.woocommerce.single-product div.product form.cart {
  gap: 1rem; }
  .woocommerce.single-product div.product form.cart:before {
    display: none; }
  .woocommerce.single-product div.product form.cart .quantity {
    float: none;
    width: 5.5rem; }

form.cart,
.variations_form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.variations_form.cart,
form.cart.grouped_form {
  display: block; }

form.cart.grouped_form input[type="number"] {
  height: 2.5rem; }

.select2-container--default .select2-selection--single {
  height: 2.75rem; }

.woocommerce-page .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
  height: auto;
  padding: 0.625rem 1.1rem; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--wp--preset--color--hover-color); }

.wc-block-components-button:not(.is-link).contained {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.woocommerce-checkout .wc-block-mini-cart,
.woocommerce-checkout .wp-block-group .cart-row .cart-text {
  display: none; }

.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link) {
  min-height: auto;
  padding-right: clamp(1rem, 5vw, 1.5rem); }

.woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1; }

.cart-empty {
  width: 100%; }

.transparent-header .wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
  color: var(--wp--preset--color--color-light); }

.transparent-header .wc-block-mini-cart__button .wc-block-mini-cart__amount {
  color: var(--wp--preset--color--color-light); }

.wc-block-mini-cart__button {
  cursor: pointer;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 11.25px; }
  .wc-block-mini-cart__button .wc-block-mini-cart__amount {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0;
    color: var(--wp--preset--color--dark-color);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
  .wc-block-mini-cart__button span.wc-block-mini-cart__badge {
    background-color: var(--wp--preset--color--hover-color);
    border: 0;
    color: var(--wp--preset--color--dark-color);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    height: 1.2em;
    min-width: 1.2em;
    margin-left: -6px;
    line-height: 1; }
  .wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
    font-size: 13px;
    color: var(--wp--preset--color--dark-color); }

.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none; }

ul.wc-block-grid__products {
  margin: 0; }
  ul.wc-block-grid__products a,
  ul.wc-block-grid__products ins {
    text-decoration: none; }
  ul.wc-block-grid__products .wc-block-grid__product {
    text-align: left;
    flex: auto; }
    ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
      position: relative;
      width: 100%;
      z-index: 1; }

.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: auto; }

.wc-block-grid__product {
  border: 0; }

.wc-block-sort-select__select {
  margin-bottom: 1rem;
  padding: 0.6rem 1.25rem; }

.wc-block-sort-select {
  display: flex;
  justify-content: flex-end; }

a.wc-block-components-product-name {
  text-decoration: none; }

.woocommerce-form-login__submit.wp-element-button {
  width: 100%; }

button.wc-block-pagination-page {
  border-radius: 8px;
  cursor: pointer;
  padding: 0.75rem 1rem; }

.wc-block-components-button:not(.is-link):focus {
  outline: none; }

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  margin: 0;
  left: auto;
  top: 1rem;
  right: 0; }

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

.wc-block-product-search .wc-block-product-search__button {
  margin: 0;
  border-radius: 0 2.25rem 2.25rem 0;
  padding: 0.75rem; }
.wc-block-product-search .wc-block-product-search__field {
  border-radius: 2.25rem 0 0 2.25rem;
  padding: 0.5rem; }

.wc-block-product-search .wc-block-product-search__field input {
  border-radius: 2.25rem 0 0 2.25rem; }

.components-base-control.wc-block-product-search__field.input-control {
  padding: 0; }

.wc-block-components-pagination {
  margin-top: 2.25rem; }

.wc-block-components-pagination__page:not(:last-child) {
  margin-right: 1rem; }

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-featured-product__title,
.wc-block-grid .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-featured-product .wc-block-grid__product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-grid__product-title,
.wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__title {
  font-size: var(--wp--preset--font-size--content-heading);
  font-family: var(--wp--preset--font-family--russo-one);
  margin-top: 1rem;
  font-weight: var(--wp--custom--typography--font-weight--normal); }
.wc-block-grid .wc-block-grid__products .wc-block-components-product-button,
.wc-block-featured-product .wc-block-components-product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.woocommerce button.button[type="submit"]:hover, .woocommerce button.button[type="submit"]:focus {
  transform: none; }

.wc-block-components-product-price span {
  font-size: var(--wp--preset--font-size--upper-heading); }

.woocommerce ul.products li.product .star-rating {
  margin-top: 1rem; }

.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:after {
  background: var(--wp--preset--gradient--overlay-bg); }
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title,
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price,
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price span,
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .amount {
  color: var(--wp--preset--color--dark-color); }
.latest-product-section .wc-block-grid .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus) {
  color: var(--wp--preset--color--dark-color);
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px; }

.wc-block-featured-product .wc-block-featured-product__background-image {
  position: relative;
  height: auto;
  z-index: 2; }

.wc-block-featured-product,
.wc-block-featured-product__wrapper {
  overflow: visible; }

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

.wc-block-grid__product-title,
.wc-block-featured-product__title {
  text-transform: capitalize; }

.wp-block-full-width .wc-block-grid .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  .wp-block-full-width .wc-block-grid .wc-block-grid__products li.wc-block-grid__product {
    border: 1px solid transparent; }
    .wp-block-full-width .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) {
      border-color: var(--wp--preset--color--border-color); }

.wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products,
.latest-product-section .wc-block-grid__products,
.wc-block-featured-product {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .background-dim__overlay,
  .latest-product-section .wc-block-grid__products .background-dim__overlay,
  .wc-block-featured-product .background-dim__overlay {
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px; }
  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product,
  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper,
  .latest-product-section .wc-block-grid__products li.wc-block-grid__product,
  .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper,
  .wc-block-featured-product li.wc-block-grid__product,
  .wc-block-featured-product .wc-block-featured-product__wrapper {
    max-width: 100%;
    margin: 0;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    padding: clamp(1rem, 5vw, 2rem);
    position: relative; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product img,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper img,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product img,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper img,
    .wc-block-featured-product li.wc-block-grid__product img,
    .wc-block-featured-product .wc-block-featured-product__wrapper img {
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wc-block-featured-product li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wc-block-featured-product li.wc-block-grid__product .wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:is(:hover, :focus),
    .wc-block-featured-product .wc-block-featured-product__wrapper .wp-block-button .wp-block-button__link:is(:hover, :focus) {
      border: 1px solid var(--wp--preset--color--hover-color);
      background: transparent; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:after,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:after,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:after,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:after,
    .wc-block-featured-product li.wc-block-grid__product:after,
    .wc-block-featured-product .wc-block-featured-product__wrapper:after {
      background-color: var(--wp--preset--color--background);
      bottom: 0;
      border-radius: 45px;
      -webkit-border-radius: 45px;
      -moz-border-radius: 45px;
      -o-border-radius: 45px;
      content: "";
      position: absolute;
      width: 100%;
      height: 70%;
      opacity: 0;
      -moz-transition: 0.5s cubic-bezier(0.52, 0.71, 0.59, 0.37);
      -o-transition: 0.5s cubic-bezier(0.52, 0.71, 0.59, 0.37);
      -webkit-transition: 0.5s cubic-bezier(0.52, 0.71, 0.59, 0.37);
      transition: 0.5s cubic-bezier(0.52, 0.71, 0.59, 0.37);
      left: 0;
      z-index: -1;
      top: 0; }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-featured-product__title,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product .wc-block-featured-product__title,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper .wc-block-featured-product__title,
    .wc-block-featured-product li.wc-block-grid__product .wc-block-featured-product__title,
    .wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__title {
      font-size: var(--wp--preset--font-size--content-heading); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) img,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) img {
      -moz-transform: scale(1.1) translateY(-30px);
      -o-transform: scale(1.1) translateY(-30px);
      -ms-transform: scale(1.1) translateY(-30px);
      -webkit-transform: scale(1.1) translateY(-30px);
      transform: scale(1.1) translateY(-30px); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title a,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price span,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__description,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .amount,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__title,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title a,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__price,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price span,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__description,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .added_to_cart,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .amount,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__title,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title a,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__price,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .price span,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__description,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .amount,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__title,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title a,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__price,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .price span,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__description,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .added_to_cart,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-components-product-rating__link,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) .amount,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__title,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-grid__product-title a,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .price,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__price,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .price span,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-featured-product__description,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .added_to_cart,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) .amount,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__title,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-grid__product-title a,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .price,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__price,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .price span,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-featured-product__description,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .added_to_cart,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .wc-block-components-product-rating__link,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) .amount {
      color: var(--wp--preset--color--color-light); }
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus):after,
    .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus):after,
    .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus):after,
    .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus):after,
    .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus):after,
    .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus):after {
      height: 100%;
      opacity: 1; }

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

.wc-block-all-products .wc-block-grid__products {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  .wc-block-all-products .wc-block-grid__products li.wc-block-grid__product {
    border: 1px solid transparent;
    max-width: 100%;
    margin: 0;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    padding: clamp(1rem, 5vw, 2rem);
    position: relative; }
    .wc-block-all-products .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) {
      border-color: var(--wp--preset--color--border-color); }
      .wc-block-all-products .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus):after {
        content: none; }
      .wc-block-all-products .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img {
        transform: none; }

.wc-block-featured-product .wc-block-featured-product__wrapper:after {
  z-index: 0; }

.woocommerce .products ul,
.woocommerce ul.products {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-gap: 30px; }
  .woocommerce .products ul:before,
  .woocommerce ul.products:before {
    display: none; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  cursor: pointer; }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:is(:hover, :focus) {
    color: var(--wp--preset--color--hover-color); }

.wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:after {
  content: none; }

.wp-block-sidebar .wc-block-grid .wc-block-grid__products {
  display: grid;
  grid-gap: 2rem; }
  .wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product {
    margin: 0;
    padding: 25px;
    border: 1px solid transparent;
    box-sizing: border-box; }
    .wp-block-sidebar .wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) {
      border-color: var(--wp--preset--color--border-color); }

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  margin: 0;
  padding: 25px;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -o-border-radius: 48px;
  border: 1px solid transparent;
  box-sizing: border-box;
  width: 100%; }
  .woocommerce ul.products[class*="columns-"] li.product:is(:hover, :focus),
  .woocommerce-page ul.products[class*="columns-"] li.product:is(:hover, :focus) {
    border-color: var(--wp--preset--color--border-color); }

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  background-color: transparent;
  max-width: 5rem;
  padding: 0.6rem; }

.wc-block-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse; }
  .wc-block-price-filter .wc-block-components-price-slider__actions {
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-top: var(--wp--custom--spacing--extra-small); }
    .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      width: 100%; }
      .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button:hover, .wc-block-price-filter .wc-block-components-price-slider__actions button.wc-block-filter-submit-button:focus {
        background-color: var(--wp--preset--color--hover-color); }

.wc-block-rating-filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.wc-block-filter-submit-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  width: 100%; }
  .wc-block-filter-submit-button:hover, .wc-block-filter-submit-button:focus {
    background-color: var(--wp--preset--color--hover-color); }

.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--wp--preset--color--border-color);
  height: 1px;
  top: 3px; }

.wc-block-components-price-slider__range-input-wrapper:before {
  background-color: var(--wp--preset--color--hover-color);
  opacity: 1;
  top: 3px; }

input[type="range"]::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--secondary-bg-color);
  border: 1px solid var(--wp--preset--color--button-bg-color); }

input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  border-radius: 50%;
  background-color: var(--wp--preset--color--secondary-bg-color);
  border: 1px solid var(--wp--preset--color--button-bg-color);
  cursor: ew-resize;
  height: 0.8rem;
  position: relative;
  width: 0.8rem;
  z-index: 999; }
  input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:focus {
    transform: scale(1.2);
    border: none;
    border-color: 1px solid #000;
    background-color: var(--wp--preset--color--hover-color); }

.home .wp-block-section:nth-child(odd) input[type="range"]::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--foreground);
  border: 1px solid var(--wp--preset--color--border-color); }

.home .wp-block-section:nth-child(even) input[type="range"]::-webkit-slider-thumb {
  background-color: var(--wp--preset--color--secondary-bg-color);
  border: 1px solid var(--wp--preset--color--border-color); }

.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper:hover {
  cursor: ew-resize; }

input[type="range"]::-moz-range-thumb {
  background-color: var(--wp--preset--color--button-bg-color);
  border: none;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: ew-resize;
  height: 0.8rem;
  position: relative;
  width: 0.8rem;
  z-index: 999; }
  input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:focus {
    transform: scale(1.2);
    border: 1px solid var(--wp--preset--color--border-color);
    background-color: var(--wp--preset--color--button-bg-color); }

.wp-block-woocommerce-product-categories ul {
  margin: 0; }
  .wp-block-woocommerce-product-categories ul li {
    margin-bottom: 0; }
    .wp-block-woocommerce-product-categories ul li:not(:last-child) a {
      margin-bottom: clamp(15px, 3vw, 20px); }
    .wp-block-woocommerce-product-categories ul li a {
      display: inline-block; }
  .wp-block-woocommerce-product-categories ul ul {
    padding-left: 25px; }

.woocommerce-account .wp-block-post-title,
.woocommerce-cart .wp-block-post-title,
.woocommerce-checkout .wp-block-post-title {
  max-width: 100%; }

.woocommerce-account .addresses .title {
  display: flex;
  align-items: center; }
  .woocommerce-account .addresses .title .edit {
    margin-bottom: 0; }

.wc-block-attribute-filter-list .wc-block-components-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 100%; }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  transform: scale(1);
  transform-origin: bottom left; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:not(:checked) + .wc-block-components-checkbox__mark {
  transform: scale(0);
  display: flex; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  transition: 0.3s ease-in-out; }
  .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    outline-color: var(--wp--preset--color--color-light); }
  .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
    background-color: var(--wp--preset--color--button-bg-color);
    border-color: transparent;
    transform: rotate(180deg);
    border-radius: 50%; }
    .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked + svg {
      fill: #fff; }

.woocommerce form.checkout input[type='checkbox'] {
  appearance: none;
  background: var(--wp--preset--color--color-light);
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  height: 1.5em;
  font-size: 1rem;
  min-height: 1.5em;
  min-width: 1.5em;
  text-align: center;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  width: 1.5em; }
  .woocommerce form.checkout input[type='checkbox']:after {
    border-bottom: 2px solid var(--wp--preset--color--color-light);
    border-right: 2px solid var(--wp--preset--color--color-light);
    content: "";
    position: absolute;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transform-origin: center left;
    height: 15px;
    top: 2px;
    right: 8px;
    width: 5px; }
  .woocommerce form.checkout input[type='checkbox']:checked {
    background-color: var(--wp--preset--color--button-bg-color);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: transparent;
    border-radius: 50%;
    color: var(--wp--preset--color--color-light); }
    .woocommerce form.checkout input[type='checkbox']:checked:after {
      -moz-transform: rotate(45deg) scale(1);
      -o-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
      -webkit-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1); }

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span {
  font-size: 14px; }

ins.wc-block-components-product-price__value.is-discounted {
  background: transparent; }

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

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

.woocommerce #reviews .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .woocommerce #reviews .comment_container .star-rating {
    font-size: var(--wp--preset--font-size--body-default); }
.woocommerce #reviews .commentlist {
  padding: 0; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: var(--wp--preset--font-size--tiny); }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  width: 100%; }

.description {
  font-size: var(--wp--preset--font-size--body-default); }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: 0;
  width: 3.5rem;
  position: relative;
  height: 3.5rem; }

.woocommerce-products-header__title.page-title {
  display: none; }

.woocommerce h1.product_title.entry-title {
  font-size: var(--wp--preset--font-size--content-heading); }

.woocommerce div.product .woocommerce-tabs .panel h2 + p,
.woocommerce div.product .woocommerce-tabs .panel .description {
  max-width: 750px; }

.woocommerce-page .cart-collaterals h2 {
  margin-top: 0; }

.woocommerce-Tabs-panel h2 {
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

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

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    background: var(--wp--preset--color--secondary-bg-color);
    border: 1px solid transparent;
    display: block;
    padding: 0.5rem; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 5px; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
    background-color: transparent;
    border-color: var(--wp--preset--color--border-color);
    text-decoration: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background-color: transparent;
    border-color: var(--wp--preset--color--border-color);
    color: var(--wp--preset--color--hover-color);
    text-decoration: none; }

.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 0.9rem; }

.woocommerce .woocommerce-message {
  box-sizing: border-box; }
  .woocommerce .woocommerce-message a {
    float: right; }

.woocommerce a.remove {
  color: var(--wp--preset--color--danger-color); }
  .woocommerce a.remove:hover, .woocommerce a.remove:focus {
    color: var(--wp--preset--color--color-light);
    background: var(--wp--preset--color--danger-color); }

.woocommerce .woocommerce-message {
  box-sizing: border-box; }
  .woocommerce .woocommerce-message a {
    float: right; }

.select2-results__options {
  font-size: var(--wp--preset--font-size--small); }

.woocommerce-page .select2-container .select2-dropdown {
  padding: 0.9rem 0.7rem; }

form.woocommerce-form.woocommerce-form-login.login {
  max-width: 630px;
  margin-inline: auto; }

.woocommerce-account .woocommerce-notices-wrapper + h2 {
  text-align: center; }

.woocommerce-form-register__submit {
  width: 100%; }

.woocommerce-error {
  border-color: var(--wp--preset--color--danger-color); }
  .woocommerce-error:before {
    color: var(--wp--preset--color--danger-color); }

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

header.woocommerce-Address-title h3 {
  font-size: 1rem;
  margin-right: 0.5rem; }

.woocommerce-page .woocommerce-customer-details address {
  width: 100%; }

.woocommerce-notice--success {
  color: #2eab2e; }

.product a .wc-block-grid__product-image {
  order: -1; }

.woocommerce-order-overview__total strong {
  line-height: 1;
  display: inline-block; }

.woocommerce-page ul.woocommerce-order-overview {
  padding: 1rem;
  background-color: var(--wp--preset--color--secondary-bg-color); }

.woocommerce-table--order-details th {
  text-align: left; }

.woocommerce-page ul.woocommerce-order-overview {
  list-style: none; }

.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 10px 20px; }

.woocommerce-page table.shop_table {
  width: 100%; }
  .woocommerce-page table.shop_table .order_item a {
    text-decoration: none; }
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table th {
    border: 1px solid var(--wp--preset--color--border-color);
    padding: 10px 20px; }

.woocommerce-page table.shop_table thead th {
  background-color: var(--wp--preset--color--secondary-bg-color); }

.woocommerce-order-details__title,
.wp-block-woocommerce-legacy-template,
.woocommerce-page h2.woocommerce-column__title {
  font-size: var(--wp--preset--font-size--large); }

.woocommerce a.added_to_cart {
  margin-top: 0; }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding: 1rem;
  max-height: 100%;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--montserrat);
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding: calc(0.667em + 2px);
  outline: none;
  height: 55px;
  width: 100%; }
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input input[type=text]:is(:hover, :focus),
  .wc-block-components-text-input input[type=text]:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:is(:hover, :focus),
  .wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:is(:hover, :focus),
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:is(:hover, :focus),
  .wc-block-components-text-input input:-webkit-autofill:is(:hover, :focus),
  .wc-block-components-text-input.is-active input[type=email]:is(:hover, :focus),
  .wc-block-components-text-input.is-active input[type=number]:is(:hover, :focus),
  .wc-block-components-text-input.is-active input[type=tel]:is(:hover, :focus),
  .wc-block-components-text-input.is-active input[type=text]:is(:hover, :focus),
  .wc-block-components-text-input.is-active input[type=url]:is(:hover, :focus) {
    border-color: var(--wp--preset--color--hover-color); }

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 1px solid var(--wp--preset--color--border-color);
  box-shadow: none; }

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 12px;
  left: 18px; }

table.woocommerce-table th {
  text-align: left; }

.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-woocommerce-legacy-template {
  font-size: var(--wp--preset--font-size--large); }

.woocommerce-page ul.woocommerce-order-overview {
  padding: 0.5em;
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address,
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address {
  border: 1px solid var(--wp--preset--color--border-color);
  width: 100%; }

.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text] {
  height: 100%; }
.wc-block-components-totals-coupon__form label {
  margin-bottom: 0; }
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  margin-top: 0; }

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  line-height: 1; }

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: var(--wp--preset--font-size--body-default);
  font-weight: 400; }

/* --- Footer
-------------------------------------------------------- */
.upper-footer {
  padding-bottom: var(--wp--custom--spacing--footer-gap);
  padding-top: var(--wp--custom--spacing--footer-gap); }
  .upper-footer .detail .wp-block-group {
    gap: 0;
    width: 100%; }
    .upper-footer .detail .wp-block-group figure {
      margin-right: 1.5rem;
      width: 49px; }
    .upper-footer .detail .wp-block-group .wp-block-heading {
      color: var(--wp--preset--color--color-light);
      font-size: var(--wp--preset--font-size--upper-heading);
      margin-bottom: 0; }
    .upper-footer .detail .wp-block-group p {
      font-size: var(--wp--preset--font-size--upper-heading); }
  .upper-footer .footer-title {
    font-weight: var(--wp--custom--typography--font-weight--bold);
    margin-bottom: calc(var(--wp--custom--spacing--wp-outer) + 3px);
    text-transform: capitalize;
    font-family: var(--wp--preset--font-family--russo-one); }
    .upper-footer .footer-title.footer-site-title {
      font-family: var(--wp--preset--font-family--russo-one);
      font-size: var(--wp--preset--font-size--large);
      line-height: 1;
      text-transform: uppercase; }

.four-columns .wp-block-columns,
.logo-section .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.input-wrap {
  position: relative; }
  .input-wrap:after, .input-wrap:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    opacity: 1;
    z-index: 9; }
  .input-wrap:before {
    display: block;
    background-color: var(--wp--preset--color--color-light);
    height: 0.1rem;
    border-radius: 1px;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 1rem; }
  .input-wrap:after {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.125rem solid var(--wp--preset--color--color-light);
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    margin-left: 10px;
    margin-bottom: 2px;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(55%) rotate(45deg) translateX(-150%);
    -o-transform: translateY(55%) rotate(45deg) translateX(-150%);
    -ms-transform: translateY(55%) rotate(45deg) translateX(-150%);
    -webkit-transform: translateY(55%) rotate(45deg) translateX(-150%);
    transform: translateY(55%) rotate(45deg) translateX(-150%); }

.tnp.tnp-subscription-minimal input.tnp-submit {
  border: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 55px;
  position: relative;
  padding: 0 30px;
  text-transform: uppercase;
  text-indent: -99999px;
  z-index: 1; }

.tnp.tnp-subscription-minimal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tnp.tnp-subscription-minimal input.tnp-email {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--secondary-text-color);
  height: 55px;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }
  .tnp.tnp-subscription-minimal input.tnp-email::-webkit-input-placeholder {
    color: var(--wp--preset--color--secondary-text-color); }
  .tnp.tnp-subscription-minimal input.tnp-email::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--wp--preset--color--secondary-text-color); }
  .tnp.tnp-subscription-minimal input.tnp-email:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--wp--preset--color--secondary-text-color); }
  .tnp.tnp-subscription-minimal input.tnp-email:-moz-placeholder {
    /* Firefox 18- */
    color: var(--wp--preset--color--secondary-text-color); }

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

.footer-title + p a {
  text-decoration: none; }

.wp-block-latest-posts__list li {
  overflow: hidden; }
  .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    float: left;
    max-width: 60px;
    margin-right: 15px; }

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%; }

.wp-block-site-info .wp-block-social-link-anchor svg {
  font-size: var(--wp--preset--font-size--extra-large); }

.footer p {
  margin: 0; }
.footer .wp-block-navigation__container,
.footer .wp-block-page-list {
  text-transform: capitalize;
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-size: var(--wp--preset--font-size--upper-heading);
  gap: 0.8rem; }

.wp-block-site-generator .wp-block-navigation-item .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--extra-small); }

.wp-block-group.wp-block-site-info {
  gap: 1rem; }

.footer {
  overflow: hidden; }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > Min 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .header .wp-block-navigation__container,
  .header .wp-block-navigation ul,
  .header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-page-list {
    margin-left: auto;
    min-width: 450px; }

  .review-section .wc-block-components-review-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

  .best-seller-section .wp-block-columns {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

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

  .wc-block-grid.has-2-columns .wc-block-grid__products,
  .wc-block-grid.has-4-columns .wc-block-grid__products,
  .wc-block-grid.has-5-columns .wc-block-grid__products,
  .wc-block-grid.has-6-columns .wc-block-grid__products,
  .woocommerce ul.products.columns-2,
  .woocommerce-page ul.products.columns-2,
  .woocommerce .products.columns-4,
  .woocommerce .products.columns-5,
  .woocommerce .products.columns-6 {
    grid-template-columns: 1fr 1fr; }

  .nav-row > .wp-block-group {
    gap: 10px; }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; } }
/* --- > Min 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-block-post-content .wp-block-section.wp-mobile-icon-menu,
  .block-editor-page .wp-block-section.wp-mobile-icon-menu {
    display: block; }

  .woocommerce .products.columns-3,
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr); }

  .woocommerce .products.columns-3 li:last-child,
  .wc-block-grid.has-3-columns .wc-block-grid__products li:last-child {
    grid-column: span 2; }

  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
    margin: 0; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1.54em); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1.6em); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 1.2em); }

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

  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0; } }
/* --- > Min 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .woocommerce-page ul.woocommerce-order-overview li {
    margin: 0; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products li:last-child {
    margin-right: 20px; }

  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
  .wp-block-columns:not(.wp-block-sidebar) .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img,
  .latest-product-section .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) img,
  .latest-product-section .wc-block-grid__products .wc-block-featured-product__wrapper:is(:hover, :focus) img,
  .wc-block-featured-product li.wc-block-grid__product:is(:hover, :focus) img,
  .wc-block-featured-product .wc-block-featured-product__wrapper:is(:hover, :focus) img {
    -moz-transform: scale(1.2) translateY(-30px);
    -o-transform: scale(1.2) translateY(-30px);
    -ms-transform: scale(1.2) translateY(-30px);
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px); }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products li {
    flex: 1 0 55%; }

  .wp-block-social-links.header-social {
    top: 60%; }

  .review-section .wc-block-components-review-list {
    grid-gap: var(--wp--custom--spacing--normal); }
    .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__info {
      bottom: -100px; }
    .review-section .wc-block-components-review-list li .wc-block-components-review-list-item__image {
      height: 6.5rem;
      width: 6.5rem;
      margin-inline: auto; }

  .main-front-page .block-editor-block-list__block.wp-block-section.wp-mobile-icon-menu,
  .editor-styles-wrapper .wp-block-post-content .wp-block-section.wp-mobile-icon-menu {
    display: block; }

  .media-content h2 {
    display: block; }

  .wp-block-section.feature-cat-section .wp-block-cover__inner-container {
    padding: 15%;
    padding-right: 30%; }

  .transparent-header.alignfull {
    background-color: transparent;
    bottom: auto; }

  .wp-block-columns.header-media-content {
    flex-direction: row; }

  .promotional-section.wp-block-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1; }
  .promotional-section.wp-block-section .wp-block-columns {
    flex-direction: row; }
    .promotional-section.wp-block-section .wp-block-columns .wp-block-column p {
      padding-right: 10%; }
    .promotional-section.wp-block-section .wp-block-columns .wp-block-column img {
      width: auto; }

  .woocommerce-page .woocommerce-customer-details address {
    width: 70%; }

  html {
    font-size: 20px; }

  .woocommerce .products.columns-5,
  .wc-block-grid.has-5-columns .wc-block-grid__products {
    grid-template-columns: repeat(5, 1fr); }

  .woocommerce .products.columns-6,
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.5em); }

  .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    left: 0;
    box-shadow: 0px 0 19px -9px var(--wp--preset--color--background); }

  .header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container[aria-hidden="false"] {
    left: -100%;
    max-width: 320px; }

  .header .default-header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    right: 0;
    left: auto; }

  .header .default-header .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container[aria-hidden="false"] {
    right: -100%;
    left: auto;
    max-width: 320px; } }
@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 45%;
    padding: 0;
    margin: 0 0 24px; } }
/* --- > Min 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column {
    flex-basis: 50%; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products li {
    flex: 1 0 85%; }

  .best-seller-price-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.scroller {
    margin-top: 2.5rem; }

  .promotional-section.wp-block-section {
    padding-bottom: 0;
    padding-top: 0; }

  .wp-block-group.alignfull.best-seller-price-section {
    padding-right: 0; }

  .media-content p {
    max-width: 520px; }

  .promotional-section.wp-block-section .wp-block-columns .wp-block-column p {
    padding-right: 20%; }

  .wp-block-columns.header-media-content {
    flex-direction: column;
    flex-direction: row; }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    top: -7px; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.9em); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1.8em); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 1.2em); }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child) {
    margin-bottom: 0; }

  .footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

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

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); } }
/* --- >Min  1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .header-image.wp-block-column img {
    height: 674px; }

  .woocommerce .products.columns-3,
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr); }

  .woocommerce .products.columns-3 li:last-child,
  .wc-block-grid.has-3-columns .wc-block-grid__products li:last-child {
    grid-column: span 1; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column:first-child {
    padding-right: 0; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column:first-child {
    padding-left: 40px; }

  .header > .wp-block-group .right-section {
    gap: 1.4rem; }

  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.3rem; }

  .admin-bar .header-media {
    height: calc(100vh - 32px); }

  .woocommerce .products.columns-6 {
    grid-template-columns: repeat(6, 1fr); }

  .wp-block-post-comments .comment-author .avatar {
    height: 100px;
    width: 100px; }

  .header .search-container form .wp-block-search__inside-wrapper input[type=search] {
    font-size: 36px; }
    .header .search-container form .wp-block-search__inside-wrapper input[type=search]::-webkit-input-placeholder {
      font-size: 36px; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item > a {
    margin-bottom: 0; }

  .content > .video-play > span {
    padding-left: 14px; }

  .wp-block-group.nav-row {
    gap: 10px; }

  [class*="wp-container-"].nav-social {
    display: flex; } }
/* --- > Min 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .header {
    padding-inline: 70px; }

  .header > div.wp-block-group.alignfull {
    gap: 1.4rem; }

  ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-icon svg,
  ul.wp-block-page-list > li > .wp-block-navigation__submenu-icon svg,
  .wp-block-navigation__container > div > .wp-block-navigation__submenu-icon svg,
  .wp-block-page-list > div > .wp-block-navigation__submenu-icon svg {
    color: var(--wp--preset--color--color-light); }

  footer ul.wp-block-navigation__container > li > .wp-block-navigation__submenu-icon svg,
  footer ul.wp-block-page-list > li > .wp-block-navigation__submenu-icon svg {
    color: var(--wp--preset--color--tertiary); }

  .admin-bar .search-toggle .search-product {
    top: 32px; }

  .wp-block-woocommerce-customer-account a .icon + .label,
  .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon + .label {
    display: block;
    margin-left: 0; }

  .search-toggle .search-product {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: auto; }

  .search-product {
    -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%); }

  .header .nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header .right-section .dummy-icon,
  .header .right-section .cart-row,
  .header .right-section .wp-block-woocommerce-customer-account {
    display: block; }

  .wp-block-section.wp-mobile-icon-menu {
    display: none; }

  .wp-block-group .header .wp-block-navigation .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation-item .wp-block-navigation__submenu-container {
    padding: 7px 0; }

  .woocommerce .products.columns-4,
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr); }

  .banner .wp-block-cover,
  .banner .wp-block-cover-image {
    min-height: 430px; }

  .header-media {
    height: 100vh; }

  .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover, .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
  .wp-block-navigation li > .wp-block-navigation-item__content:hover,
  .wp-block-navigation li > .wp-block-navigation-item__content:focus,
  .wp-block-navigation__submenu-container a:hover,
  .wp-block-navigation__submenu-container a:focus {
    color: var(--wp--preset--color--hover-color); }

  .wp-block-woocommerce-customer-account .label {
    display: block; }

  .header .wp-block-button.my-account a:before {
    top: 0; }

  .header .wp-block-button.my-account {
    width: auto; }

  .header .search-product {
    gap: 1rem;
    height: 150px; }
    .header .search-product .wp-block-search__label {
      display: block;
      font-weight: var(--wp--custom--typography--font-weight--medium);
      font-size: var(--wp--preset--font-size--extra-small);
      color: var(--wp--preset--color--dark-color);
      margin: 0; }

  .wp-block-group .cart-row svg {
    top: 0; }
  .wp-block-group .cart-row .cart-text {
    display: block;
    font-weight: var(--wp--custom--typography--font-weight--medium);
    font-size: var(--wp--preset--font-size--extra-small);
    color: var(--wp--preset--color--dark-color); }

  .transparent-header .wp-block-group .cart-row .cart-text {
    color: var(--wp--preset--color--color-light); }

  .wp-block-woocommerce-customer-account svg {
    font-size: 0.9rem;
    margin-right: 0.1rem; }

  .wp-block-social-link-anchor svg {
    font-size: 1rem; } }
@media screen and (max-width: 75em) {
  footer a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    padding: 0.55rem 0; }

  .wp-block-footer.wp-block-site-generator p a {
    padding: 0.65rem 0; }

  .is-style-sportspot-button .wp-block-button__link {
    padding: 0.5rem 0; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0; }

  .admin-bar button.wp-block-navigation__responsive-container-close {
    top: 1rem; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0; } }
/* --- > Min 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content {
    color: inherit; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block; }

  .wp-block-woocommerce-customer-account a {
    padding: 0.75rem 1.08rem; }

  .header .dummy-icon.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.8rem 0.8rem; }

  .hero-section .hero-content {
    padding-right: 12%; }

  .header-image.wp-block-column img {
    height: 852px; }

  .wp-block-woocommerce-customer-account {
    font-size: var(--wp--preset--font-size--medium); }

  .header-media .header-image.wp-block-column {
    transition: 0.5s ease-in-out; }

  .woocommerce-cart main .woocommerce {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .woocommerce-cart main .woocommerce .woocommerce-notices-wrapper {
      width: 100%; }
    .woocommerce-cart main .woocommerce .woocommerce-cart-form {
      width: 70%; }
    .woocommerce-cart main .woocommerce .cart-collaterals {
      margin-right: 0;
      width: 25%;
      margin-left: auto;
      padding-left: 5%; }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none; }

  .modern-header .header > .wp-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modern-header .header > .wp-block-group .nav-row,
    .modern-header .header > .wp-block-group .right-section {
      width: auto; }

  .header > .wp-block-group {
    display: grid;
    grid-template-columns: 1fr 40% 1fr; }
    .header > .wp-block-group .nav-row {
      width: 100%; }
    .header > .wp-block-group .site-section {
      width: 100%; }
    .header > .wp-block-group .right-section {
      width: 100%; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    opacity: 0;
    visibility: hidden; }

  .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container,
  .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
    -moz-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
    -o-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
    -webkit-transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.3, 0.17, 0.32, 1.28);
    -moz-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    box-shadow: 0px 0px 7px -5px rgba(34, 33, 33, 0.49);
    background-color: var(--wp--preset--color--foreground);
    position: absolute;
    height: auto;
    min-width: 250px; }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li,
    .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container li {
      -moz-transform: translateY(-10%);
      -o-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      opacity: 0; }

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

  .footer .wp-block-navigation .wp-block-navigation__responsive-container-content ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container,
  .footer .wp-block-navigation ul li.wp-block-navigation-item.has-child ul.wp-block-navigation__submenu-container {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .wp-block-navigation ul li.wp-block-navigation-item.has-child:hover ul.wp-block-navigation__submenu-container, .wp-block-navigation ul li.wp-block-navigation-item.has-child:focus ul.wp-block-navigation__submenu-container {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    .wp-block-navigation ul li.wp-block-navigation-item.has-child:hover ul.wp-block-navigation__submenu-container li, .wp-block-navigation ul li.wp-block-navigation-item.has-child:focus ul.wp-block-navigation__submenu-container li {
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }

  .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container li {
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
      .wp-block-navigation ul li.wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container li:before {
        opacity: 0; }

  .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item,
  .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a,
  .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item,
  .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a {
    position: relative; }
    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover:before, .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:hover:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:focus:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:hover:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:focus:before,
    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:hover:before,
    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:focus:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:hover:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:focus:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:hover:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:focus:before {
      opacity: 1;
      width: calc(100% - 10px); }
    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:before,
    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:before,
    .wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:before {
      background: var(--wp--preset--color--color-light);
      bottom: -3px;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      content: "";
      height: 2px;
      opacity: 0;
      left: 0;
      right: 0;
      position: absolute;
      width: 0;
      margin: 0 auto; }

  .wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item > .wp-block-navigation-item__content:hover:before, .wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item > .wp-block-navigation-item__content:focus:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item a:hover:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item a:focus:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:hover:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:focus:before,
  .wp-block-group .header .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > li > .wp-block-navigation-item__content:hover:before,
  .wp-block-group .header .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > li > .wp-block-navigation-item__content:focus:before {
    opacity: 1;
    width: calc(100% - 10px); }
  .wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item > .wp-block-navigation-item__content:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item a:before,
  .wp-block-group .header .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link a:before,
  .wp-block-group .header .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > li > .wp-block-navigation-item__content:before {
    background: var(--wp--preset--color--hover-color);
    bottom: -3px;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    margin: 0 auto; }

  .wp-block-navigation__responsive-container .wp-block-navigation-link a:before,
  .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item:before,
  .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-link.wp-block-navigation-item.current-menu-item a:before,
  .wp-block-navigation .wp-block-navigation__responsive-container ul:not(.wp-block-navigation__submenu-container) > li.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:before {
    opacity: 1;
    width: calc(100% - 10px); }

  .wp-block-navigation__responsive-container-content > ul > li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link {
    opacity: 1; }

  .header ul.wp-block-navigation__container,
  .header .wp-block-page-list {
    column-gap: 1.75em;
    row-gap: 0; } }
/* --- > Min 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .header-image.wp-block-column img {
    height: 768px; } }
/* --- > Min 1500px
-------------------------------------------------------- */
@media screen and (min-width: 93.75em) {
  .header-image.wp-block-column img {
    height: 686px; }

  .header > .wp-block-group {
    grid-template-columns: 1fr 45% 1fr; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-column.scroller .wc-block-grid__products li {
    flex: 1 0 47%; }

  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column:first-child {
    padding-left: 50px; } }
/* --- > Min 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-group.alignfull.best-seller-price-section .wp-block-columns .wp-block-column:first-child {
    padding-left: 145px; } }
/* --- > Min 1920px
-------------------------------------------------------- */
@media screen and (min-width: 120em) {
  .header-image.wp-block-column img {
    height: 900px; } }
/* --- > MAX 1024px
-------------------------------------------------------- */
@media screen and (max-width: 64em) {
  footer a.wp-block-pages-list__item__link.wp-block-navigation-item__content {
    padding: 11px 0; }

  .wp-block-footer.wp-block-site-generator p a {
    padding: 13px 0; } }
/* --- Block Color
-------------------------------------------------------- */
/* --- Block Color
-------------------------------------------------------- */
/* Foreground color */
.wp-block-section:nth-child(odd) .wc-block-grid .wc-block-grid__products li.wc-block-grid__product,
.wp-block-section:nth-child(odd) .wc-block-grid .wc-block-grid__products li.wc-block-grid__product,
.wp-block-section:nth-child(odd) .wc-block-featured-product .wc-block-featured-product__wrapper,
.wp-block-section:nth-child(odd) .wc-block-review-list-item__text {
  background-color: var(--wp--preset--color--foreground); }

.entry-meta a,
td.product-name a,
.woocommerce ul.products li.product .price,
.wp-block-categories-list li,
.wp-block-archives-list li,
.content > .video-play:hover span,
del.wc-block-components-product-price__regular,
.wp-block-post-comments.is-style-sportspot-post-comments input:not([type="submit"]):not([type="checkbox"]),
.comment-form label,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.tnp.tnp-subscription-minimal form,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says,
.wp-block-pullquote cite,
a.comment-reply-link,
.woocommerce div.product span.price,
.wp-block-quote footer,
.wp-block-post-navigation-link a,
.wp-block-widget-area .wp-block-latest-posts__list > li > a,
.wp-block-post-title,
.is-style-sportspot-button .wp-block-button__link,
.wp-block-button.is-style-sportspot-button .wp-block-button__link,
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus,
.wp-block-latest-posts a,
.without-transparent .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  color: var(--wp--preset--color--dark-color); }

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.without-transparent .wp-block-navigation__responsive-container-open svg,
.wp-block-post-navigation-link .post-navigation-link__label svg,
.header .wp-block-navigation__responsive-container-close svg,
.transparent-header .header button:not(.wp-block-navigation__responsive-container-close):not(.wp-block-search__button) svg.cross {
  fill: var(--wp--preset--color--dark-color); }

.wp-block-button.is-style-sportspot-button .wp-block-button__link:before,
.wp-block-post-excerpt__more-link:before {
  background-color: var(--wp--preset--color--dark-color); }

.footer {
  background-color: var(--wp--preset--color--footer-bg-color); }

/* Color Light */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wc-block-components-product-sale-badge span,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.wc-block-product-search .wc-block-product-search__button,
.woocommerce nav.woocommerce-pagination ul li span.current,
.wp-block-navigation__responsive-container-close,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
.woocommerce span.onsale,
.wc-block-grid__product .wc-block-grid__product-onsale span,
input[type="button"],
input[type="reset"],
.banner .wp-block-post-title,
.media-content h2,
.tnp.tnp-subscription-minimal input.tnp-submit,
.wp-block-navigation ul.wp-block-list > li > a,
.upper-footer .footer-title {
  color: var(--wp--preset--color--color-light); }

.woocommerce #respond input#submit,
input[type="submit"],
header .header-with-cart .wp-block-button.my-account a.wp-block-button__link.wp-element-button,
header .header-with-cart .wp-block-button.my-account div.wp-block-button__link.wp-element-button,
.wp-block-woocommerce-mini-cart-checkout-button-block,
.wp-block-post-excerpt__more-link,
.woocommerce button.button,
.wc-block-components-button:not(.is-link).outlined {
  color: var(--wp--preset--color--button-text-color); }

.wp-block-query-pagination > .wp-block-query-pagination-previous:hover:before,
.wp-block-query-pagination > .wp-block-query-pagination-previous:focus:before,
.wp-block-query-pagination > .wp-block-query-pagination-next:hover:before,
.wp-block-query-pagination > .wp-block-query-pagination-next:focus:before {
  border-color: var(--wp--preset--color--color-light); }

.wp-block-quote cite,
.footer .wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--color-light); }

/* Tertiary Color */
.bottom-footer.wp-block-site-generator p a,
.footer .wp-block-group p,
.footer .wp-block-group a,
.bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > .wp-block-navigation-item__content,
.upper-footer .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--tertiary); }

/* HOVER COLOR */
.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content:before,
.wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
  background-color: var(--wp--preset--color--hover-color); }

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

.wp-block-navigation ul > li > .wp-block-navigation-item__content:hover + button svg,
.wp-block-navigation ul > li > .wp-block-navigation-item__content:focus + button svg,
.wp-block-navigation ul > li.current-menu-item > .wp-block-navigation-item__content + button svg {
  stroke: var(--wp--preset--color--hover-color); }

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link:hover svg, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link:focus svg {
  fill: var(--wp--preset--color--hover-color); }

.woocommerce ul.products li.product a:hover h2,
.wp-block-page-list > .wp-block-navigation-item.current-menu-item > a,
a:hover .post-navigation-link__label,
.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce p.stars:hover a::before,
p.stars:hover a::before,
.woocommerce ul.products li.product a:focus h2 {
  color: var(--wp--preset--color--hover-color); }

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):hover,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  border-color: var(--wp--preset--color--hover-color); }

/* Body Color */
input[type="button"],
input[type="reset"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.wp-block-widget a,
.wp-site-blocks figure figcaption,
figure figcaption,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-navigation .wp-block-navigation__submenu-icon,
.price ins,
.price,
.wp-block-post-navigation-link .post-navigation-link__label,
.amount {
  color: var(--wp--preset--color--body-text); }

/* Link hover color */
a:hover, a:focus,
.wp-block-widget a:hover,
.wp-block-widget a:focus,
.wp-block-button.is-style-sportspot-button .wp-block-button__link:hover:hover,
.wp-block-button.is-style-sportspot-button .wp-block-button__link:hover:focus,
.wp-block-button.is-style-sportspot-button .wp-block-button__link:focus:hover,
.wp-block-button.is-style-sportspot-button .wp-block-button__link:focus:focus,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-metadata a:focus,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-metadata a:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
.price ins:hover,
.price ins:focus,
.wp-block-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-navigation-link a:hover,
.wp-block-post-navigation-link a:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus,
.post-navigation-link__label:hover,
.post-navigation-link__label:focus,
.wp-block-site-generator p a:hover,
.wp-block-site-generator p a:focus,
ins:hover,
ins:focus,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:hover,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:focus,
.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.entry-breadcrumbs span.breadcrumb a:hover,
.entry-breadcrumbs span.breadcrumb a:focus,
.footer-title + p a:hover,
.footer-title + p a:focus,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
td.product-name a:hover,
td.product-name a:focus,
.bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > a:hover,
.bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
.wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content > .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:focus,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart:hover,
.wc-block-grid .wc-block-grid__products li.wc-block-grid__product:is(:hover, :focus) .added_to_cart:focus,
.wc-block-grid__product-title:hover,
.wc-block-grid__product-title:focus {
  color: var(--wp--preset--color--hover-color); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item,
.wp-block-navigation__responsive-container:not(.is-menu-open):not(.has-modal-open) ul:not(.wp-block-navigation__submenu-container) > .wp-block-navigation-item.current-menu-item {
  color: var(--wp--preset--color--hover-color); }

.wp-block-button.is-style-sportspot-button .wp-block-button__link:hover:before, .wp-block-button.is-style-sportspot-button .wp-block-button__link:focus:before,
.wp-block-post-excerpt__more-link:hover:before,
.wp-block-post-excerpt__more-link:focus:before {
  background-color: var(--wp--preset--color--hover-color); }

.wp-block-button.is-style-sportspot-button .wp-block-button__link:hover:after, .wp-block-button.is-style-sportspot-button .wp-block-button__link:focus:after,
.wp-block-post-excerpt__more-link:hover:after,
.wp-block-post-excerpt__more-link:focus:after {
  border-color: var(--wp--preset--color--hover-color); }

.wp-block-post-meta > div:hover a,
.wp-block-post-meta > div:hover svg,
.wp-block-post-meta > div:focus a,
.wp-block-post-meta > div:focus svg {
  color: var(--wp--preset--color--hover-color);
  fill: var(--wp--preset--color--hover-color); }

.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form input[type="submit"]:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus {
  border-color: var(--wp--preset--color--hover-color); }

/* Button Background Color */
.tnp.tnp-subscription-minimal input.tnp-submit,
.woocommerce nav.woocommerce-pagination ul li span.current,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.wc-proceed-to-checkout a.checkout-button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link).outlined,
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button,
.wc-block-product-search .wc-block-product-search__button {
  background-color: var(--wp--preset--color--button-bg-color); }

.woocommerce .woocommerce-product-rating .star-rating,
#reviews .star-rating {
  color: var(--wp--preset--color--button-bg-color); }

/* Button Background hover color */
.woocommerce .woocommerce-cart-form .actions .button:hover, .woocommerce .woocommerce-cart-form .actions .button:focus,
.wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button:hover,
.wp-block-woocommerce-mini-cart-contents a.components-button.wc-block-components-button.wp-element-button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
ul.products li.product .button:hover,
ul.products li.product .button:focus,
.wc-proceed-to-checkout a.checkout-button.alt:hover,
.wc-proceed-to-checkout a.checkout-button.alt:focus,
form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form input[type="submit"]:focus,
.woocommerce input[name=submit]:hover,
.woocommerce input[name=submit]:focus,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce .cart div.quantity .quantity-button--up:hover,
.woocommerce .cart div.quantity .quantity-button--up:focus,
.restore-item:hover,
.restore-item:focus,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus,
.wc-block-cart__submit-container .wp-element-button:hover,
.wc-block-cart__submit-container .wp-element-button:focus,
.woocommerce .cart div.quantity .quantity-button--down:hover,
.woocommerce .cart div.quantity .quantity-button--down:focus,
.wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:focus,
.wrap button.wp-block-search__button.has-icon.wp-element-button:hover,
.wrap button.wp-block-search__button.has-icon.wp-element-button:focus,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):focus {
  border-color: var(--wp--preset--color--hover-color);
  color: var(--wp--preset--color--hover-color);
  background: transparent;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px; }

/* Border Color */
.woocommerce table.shop_table td,
.woocommerce table.shop_table,
.woocommerce div.product div.images .flex-control-thumbs li,
.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a,
.header .search-container form .wp-block-search__inside-wrapper button[type="submit"],
.header .search-container form .wp-block-search__inside-wrapper input[type="search"],
.header .search-container .wp-block-search__inside-wrapper input[type="search"],
.woocommerce-info,
.wc-block-product-search .wc-block-product-search__field input,
.wc-block-product-search .wc-block-product-search__field,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper select,
textarea,
select,
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
.woocommerce table.variations select,
.woocommerce-message,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
form.woocommerce-ordering select,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.tnp.tnp-subscription-minimal form,
.wp-block-table .has-fixed-layout *,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.is-style-sportspot-post-author-card,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-respond,
.wpcf7 form,
.wp-block-post-comments.is-style-sportspot-post-comments .comment-respond,
.is-style-sportspot-post-author-card,
form.wpcf7-form textarea,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]) {
  border-color: var(--wp--preset--color--border-color); }

.wc-block-components-product-price span,
.wp-block-post-meta a,
.bottom-footer .wp-block-navigation .wp-block-navigation__container:not(.wp-block-navigation__submenu-container) > div > a,
.wp-block-site-generator p,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.product_meta,
.woocommerce-variation-description,
.wp-block-post-author__content .wp-block-post-author__name {
  color: var(--wp--preset--color--secondary-text-color); }

.wp-block-post-meta svg {
  fill: var(--wp--preset--color--secondary-text-color); }

.wp-block-navigation__container > .wp-block-navigation-item:before,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.wp-block-query-pagination > .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination > .wp-block-query-pagination-previous:focus,
.wp-block-query-pagination > .wp-block-query-pagination-next:hover,
.wp-block-query-pagination > .wp-block-query-pagination-next:focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current,
.wp-block-page-list > .wp-block-navigation-item:before,
.wp-block-page-list > .wp-block-navigation-item a::before {
  background-color: var(--wp--preset--color--background); }

/* Secondary Background color */
.wp-block-section:nth-child(odd),
.wp-block-section:nth-child(even) .wc-block-review-list-item__text,
.wp-block-section:nth-child(even) .wc-block-grid .wc-block-grid__products li.wc-block-grid__product,
.wp-block-section:nth-child(even) .wc-block-featured-product .wc-block-featured-product__wrapper,
.wc-block-grid__product-image:before,
.wp-block-section:nth-child(even) .wc-block-grid__products .wc-block-grid__product-image:before,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
pre,
.is-style-sportspot-post-author-card,
.is-style-sportspot-post-author-card,
.wp-block-post-container,
.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--wp--preset--color--secondary-bg-color); }

/* Title color */
.wp-block-post-title a,
.wc-block-grid__product-title,
.wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__title,
.wp-block-group:not(.transparent-header) .header .my-account .wp-block-button__link a,
.wc-block-components-product-title a,
.wc-block-components-review-list-item__author {
  color: var(--wp--preset--color--title-color); }

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