/*
Theme Name: 	   EazyShop
Text Domain: 	   eazyshop
Template: 		   shopire
Version:            1.1.38
Tested up to:       7.1
Requires at least:  4.7
Requires PHP:       5.6
Author:             WPFable
Author URI:         https://wpfable.com/
Theme URI:          https://wpfable.com/themes/eazyshop-free/
Description:        EazyShop is a fast, clean, lightweight theme. EazyShop is customizable and modern-looking free responsive WooCommerce WordPress theme for e-commerce stores like clothing, fashion, electronics, ebooks, dress store, sports shop, marketplace, multivendor, equipments or online products. Theme is compatible with Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack and other popular plugins. The theme is SEO friendly, WPML and RTL ready. Looking for a WooCommerce theme? Look no further! EazyShop Pro demo https://demos.wpfable.com/premium/eazyshop/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root {
    --wf-main-rgb: 225, 6, 0;
    --wf-main-color: #e10600;
    --wf-secondary-color: #111111;
    --nx-glass: rgba(5, 16, 42, 0.68);
    --nx-glass-strong: rgba(3, 12, 34, 0.78);
    --nx-glass-panel: rgba(5, 16, 42, 0.78);
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto;
}

body,
body.custom-background {
	background-image: none !important;
	background-color: #fff !important;
}

#page,
#content,
.site-content,
.site {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

.nx-bg-icons {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.nx-bg-icons__item {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: calc(26px * var(--s, 1));
	height: calc(26px * var(--s, 1));
	color: #c4c4c4;
	opacity: 0.34;
	transform: translate3d(0, 0, 0) rotate(var(--r, 0deg));
	animation: nx-float var(--t, 16s) ease-in-out var(--d, 0s) infinite;
	will-change: transform;
}

.nx-bg-icons__item svg {
	display: block;
	width: 100%;
	height: 100%;
}

@keyframes nx-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(var(--r, 0deg));
	}
	50% {
		transform: translate3d(var(--dx, 10px), var(--dy, -18px), 0) rotate(calc(var(--r, 0deg) + 8deg));
	}
}

@media (prefers-reduced-motion: reduce) {
	.nx-bg-icons__item {
		animation: none;
	}
}

.mobile-bottom-nav-wrapper,
.mobile-bottom-nav {
	display: none !important;
}

a:hover,
a:active,
a:focus {
	color: #111;
}

.nx-nav__cart:hover,
.nx-cart__submit:hover,
.nx-cart__empty-btn:hover,
.nx-cart__locate:hover,
.nx-home__incart-btn:hover {
	color: #111 !important;
}

.widget_search,
#search-1,
.wf_navbar-search-toggle,
.wf_search.search--header,
.header-search-form,
#wf_uptop,
.wf_uptop {
	display: none !important;
}

.wf_pagetitle {
	background-image: none !important;
}

.home #wf_pagetitle,
.home .wf_pagetitle {
	display: none !important;
}

.wf_navbar-list-right .wf_navbar-search-form {
    width: 100%;
}

/* Header--four */

.header--four .wf_mobilenav-topbar-content,
.header--four .wf_header-topbar,
.header--four .wf_navbar-wrapper {
    color: #fff;
    background-color: var(--wf-secondary-color);
}

.header--four .wf_mobilenav > .wf-container {
    border-bottom: 1px solid rgba(189, 189, 189, 0.4);
}

.header--four .wf_header-topbar {
    position: relative;
    border-bottom: 1px solid rgba(189, 189, 189, 0.4);
    z-index: 1;
}

.header--four .product-categories .wf_navbar-nav {
    color: var(--wf-secondary-color);
}

.header--four.wf_header .widget.widget_nav_menu a:not(:hover, :focus),
.header--four .woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active,
.header--four .woo-multi-currency.wmc-shortcode .wmc-current-currency {
    color: currentColor;
}

.header--four .product-categories .product-categories-btn {
    padding: 1.3rem 2rem;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.header--four .product-categories.active .product-categories-btn {
    border-radius: 6px 6px 0 0;
}

.header--four .product-categories .product-categories-btn::after {
    top: 44%;
    right: 2rem;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li a {
    line-height: 4.5rem;
}

.header--four .wf_navbar-wrapper {
    transition: all 0.2s ease-in-out;
}

.header--four .wf_navbar-wrapper.is--sticky.on {
    background-color: var(--wf-secondary-color);
}

.header--four .wf_navbar-menu {
    min-height: 6rem;
    padding-left: 1.6rem;
    justify-content: space-between;
}

.header--four button.wf_navbar-sidebar-toggle,
.header--four .wf_navbar-info-contact .contact__list i {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0.9rem;
    outline: none;
    border-radius: 6px;
}

.header--four button.wf_navbar-sidebar-toggle {
    border: 1px solid rgba(189, 189, 189, 0.4);
}

.header--four .wf_navbar-info-contact .contact__list i {
    font-size: 2rem;
    background-color: rgba(var(--wf-main-rgb), 0.2);
    color: var(--wf-main-color);
}

.header--four .wf_navbar-wrapper button.wf_navbar-sidebar-toggle,
.header--four .wf_navbar-wrapper .wf_navbar-info-contact .contact__list i {
    background-color: rgba(255, 255, 255, 0.15);
    --wf-secondary-color: #fff;
}

.header--four button.wf_navbar-sidebar-toggle .lines {
    transform: translateY(-1px);
}

.header--four .wf_navbar-menu .wf_navbar-nav .wf_navbar-mainmenu > .menu-item-has-children>a:after {
    border-color: currentColor;
}

.header--four .wf_navbar-list-right>li:not(:last-child) {
    margin-right: 1.8rem;
}

.header--four .wf_navbar-wrapper .wf_navbar-compare-item .wf_compare_btn,
.header--four .wf_navbar-wrapper .wf_navbar-favourite-item .wf_favourite_btn,
.header--four .wf_navbar-wrapper .wf_navbar-user-item .wf_user_btn,
.header--four .wf_navbar-wrapper .wf_navbar-cart-item .wf_navbar-cart-icon {
    width: 2.2rem;
    height: 2.2rem;
    outline: none;
    line-height: 1.3;
    color: #fff;
    font-size: 2rem;
}

.header--four .wf_navbar-wrapper .wf_navbar-compare-item .wf_compare_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-favourite-item .wf_favourite_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-user-item .wf_user_btn:after,
.header--four .wf_navbar-wrapper .wf_navbar-cart-item .wf_navbar-cart-icon:after,
.header--four .wf_navbar-wrapper .wf_navbar-search-item button.wf_navbar-search-toggle:after {
    display: none;
}

.header--four .header-search-form .header-search-button:focus {
    outline: 1px solid #fff;
    outline-offset: -3px;
}

.header--four .wf_navbar-compare-item .wf_compare_btn:focus,
.header--four .wf_navbar-favourite-item .wf_favourite_btn:focus,
.header--four .wf_navbar-user-item .wf_user_btn:focus,
.header--four .wf_navbar-cart-item .wf_navbar-cart-icon:focus {
    outline: 1px solid #fff;
    outline-offset: 3px;
}

.header--four .wf_navbar-right .shopire-wcwl-items-count,
.header--four .wf_navbar-right .cart_count {
    top: -12px;
    right: -10px;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.header--four .wf_navbar-wrapper .wf_navbar-menu .wf_navbar-right .wf_navbar-cart-item:after,
.header--four .wf_navbar-nav .wf_navbar-mainmenu>li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.7rem;
    position: absolute;
}

.header--four .wf_mobilenav .wf_navbar-cart-item a .cart_count {
    top: -11px;
    right: -9px;
}

.header--four .header-search-form {
    background-color: transparent;
    padding-right: 0;
}

.header--four .header-search-form .header-search-select-wrapper {
    float: left;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    border-right: none;
}

.header--four .header-search-form input.header-search-input {
    float: right;
    border-radius: 0 6px 6px 0;
	padding-right: 38px;
}

.header--four .header-search-form input.header-search-input:focus {
    border: none;
    outline-offset: -2px;
    outline: 1px solid;
}

.header--four .header-search-form .header-search-select {
    border-right: none;
    min-height: 4rem;
    height: 4rem;
}

.header--four .header-search-form .header-search-button {
    width: 3.8rem;
    height: 3.8rem;
    top: 2px;
    right: 3px;
    border-radius: 6px;
}

.header--four .header-search-form .search-wrapper svg {
    left: 88%;
}

@media (min-width: 62em) {
    .header--four .wf_header-widget .widget:not(:last-child):after {
        height: 2.5rem;
        margin-top: 0.4rem;
        background: rgba(189, 189, 189, 0.4);
    }
}

/* Slider Ten */

.wf_slider--ten .slider {
    border-radius: 1.5rem;
    overflow: hidden;
}

.wf_slider--ten.wf_slider_banner .wf_slider-content {
    padding: 1.8rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .wf_slider--ten.wf_slider_banner .wf_slider-content {
        padding: 6.5rem;
    }
}

.wf_slider--ten .banner-wrapper .banner-wrapper-item .wf-image img {
    height: 25.3rem;
}

.wf_slider--ten .wf_slider-content .subtitle {
    color: #fff;
    background-color: var(--wf-main-color);
    padding: 6px 26px;
    clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 0);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wf_slider--ten .banner-wrapper .banner-wrapper-item {
    border-radius: 8px;
}

.wf_slider--ten .banner-wrapper .banner-wrapper-item .wf-btn {
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
}

.wf_slider_banner {
    margin-top: 2.4rem;
}

.wf_slider_banner .last {
    display: none;
}

.wf_slider_banner .wf_owl_carousel,
.wf_slider_banner .wf_slider-item,
.wf_slider_banner .wf_slider-innercell,
.wf_slider_banner .wf_slider-item>img {
    max-height: 51rem;
    min-height: 51rem;
}

.wf_slider_banner .wf_slider-content {
    padding: 1.2rem;
    margin-bottom: 3rem;
}

.wf_slider_banner .wf_slider-content .title {
    font-size: 3.8rem;
}

.wf_slider_banner .wf_slider-content .subtitle {
    color: #fff;
    font-size: 1.8rem;
}

.banner-wrapper:not(.wf-row) {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 2.4rem;
}

.banner-wrapper .banner-wrapper-item .wf-image,
.banner-wrapper .banner-wrapper-item .wf-image a,
.banner-wrapper .banner-wrapper-item .wf-image img {
    height: 100%;
}

.banner-wrapper .banner-wrapper-item .wf-image img {
    object-fit: cover;
}

.banner-wrapper .banner-wrapper-item,
.wf-image {
    position: relative;
    overflow: hidden;
}

.banner-wrapper .banner-wrapper-item .wf-image a,
.banner-wrapper .banner-wrapper-item .wf-image img {
    width: 100%;
    display: inline-block;
}

.effect_1 .wf-image img {
    backface-visibility: hidden;
    filter: alpha(opacity = 100);
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.effect_1:focus-within .wf-image img,
.effect_1:hover .wf-image img {
    filter: alpha(opacity = 80);
    transform: scale3d(1.1, 1.1, 1);
}

.banner-wrapper .banner-wrapper-item .banner-wrapper-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    transform: translateY(0);
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}

.banner-wrapper .banner-wrapper-item:nth-child(3) .banner-wrapper-inner {
    text-align: center;
    justify-content: center;
}

.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info {
    padding: 2.6rem 2.4rem 0;
}

.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .subtitle {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.2rem;
}

.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .title {
    font-size: 2.2rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 2.4rem;
}

.banner-wrapper .banner-wrapper-item .banner-wrapper-inner .info .title a {
    color: #fff;
    text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
    text-decoration: none;
}

.wp-block-page-list {
    list-style: none;
    padding: 0;
}

.wp-block-page-list a {
    color: var(--wf-secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover, 
.wc-block-components-product-title a.wc-block-components-product-name:focus {
    color: var(--wf-main-color);
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
    color: var(--wf-main-color);
}

.wp-block-list {
    padding: 0;
}

.wc-block-components-product-name {
    color: var(--wf-secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.wp-block-list.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-details.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-verse.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
    padding: 1em;
}

.wp-block-archives {
    list-style: none;
    padding: 0;
}

.wp-block-archives-list a {
    font-weight: 600;
    color: var(--wf-secondary-color);
}

.wp-block-archives-list a:hover, 
.wp-block-archives-list a:focus {
    color: var(--wf-main-color);
}

.wp-block-page-list.has-background {
    padding: 1rem;
}

a.wp-block-button__link:hover, 
a.wp-block-button__link:focus {
    color: #fff;
    text-decoration: none;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--wf-main-color);
}

.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-comments li a:not(:hover, :focus) {
    color: var(--wf-secondary-color);
}

.wp-block-latest-comments li a {
    text-decoration:none;
}

.wf_footer ul.product_list_widget li .woocommerce-Price-amount {
    color: var(--wf-main-color);
}

.wf_footer ul.product_list_widget li {
    border-bottom: none;
}

.wf_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button) {
    background-color: var(--wf-secondary-color);
}

.wf_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button):hover,
.wf_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button):focus {
    background-color: var(--wf-secondary-color) !important;
}

.wf_footer .widget_shopping_cart a.checkout:hover, 
.wf_footer .widget_shopping_cart a.checkout:focus {
        background-color: var(--wf-main-color) !important;
}

.wf_footer .widget_shopping_cart span.amount {
    color: var(--wf-main-color);
}

.wf_footer .widget_shopping_cart li img {
   object-fit: contain !important;
   padding-right: 10px;
}

.wc-block-mini-cart__footer .wc-block-components-button {
    text-decoration: none;
}

.wf_footer .widget .wc-block-cart-link {
    color:#fff;
    background: var(--wf-main-color);
}

.wf_footer .widget .wc-block-cart-link:hover, 
.wf_footer .widget .wc-block-cart-link:focus {
    text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title h2 {
    font-size: 4rem;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    border-color: inherit;
    background: transparent
}

.wp-block-categories-list.has-background {
    padding: 1rem;
}

.wp-block-latest-comments.has-background {
    padding: 1rem;
}

.wp-block-file a {
    text-decoration: none;
}

.wp-block-file.has-background {
    padding: 1rem;
}

.woocommerce .summary .product_meta>span a {
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    color: var(--wf-secondary-color);
    font-size: 1.6rem;
    font-weight: 700;
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
    font-weight: 700;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 600;
}

.wp-block-woocommerce-customer-account.has-background {
    padding: 1rem;
}

.wp-block-woocommerce-customer-account a:focus {
    text-decoration: underline !important;
}

.wc-block-customer-account__link {
    text-decoration: none;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: 1.2rem !important;
}

.woocommerce ul.products li.product .product-single h3 a:focus {
    color: var(--wf-main-color);
}

.wp-block-list li a:not(:hover):not(:focus) {
    text-decoration: none;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    background-color: var(--wf-main-color);
}

/* Marketplace-style footer */
.nx-footer.wf_footer--one,
.nx-footer.wf_footer {
	width: auto !important;
	max-width: none !important;
	margin: 48px 24px 24px !important;
	background: rgba(5, 16, 42, 0.68) !important;
	color: #f2f2f2;
	padding: 48px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	overflow: hidden;
	font-family: Outfit, "Segoe UI", sans-serif;
	letter-spacing: 0.01em;
}

.nx-footer .footer-shape {
	display: none;
}

.nx-footer__inner {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 48px;
	display: grid;
	grid-template-columns: minmax(220px, 1.1fr) minmax(0, 2fr);
	gap: 48px 64px;
	align-items: start;
}

.nx-footer__logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 16px;
}

.nx-footer__logo .custom-logo-link,
.nx-footer__logo .custom-logo {
	display: block;
	max-width: 168px;
	height: auto;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.nx-footer__name {
	color: #f5f5f5;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
	text-decoration: none;
}

.nx-footer__desc {
	max-width: 34ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
}

.nx-footer__desc--ar {
	margin-top: 8px;
}

.nx-footer__cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.nx-footer__col h3 {
	margin: 0 0 16px;
	color: #f2f2f2;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.nx-footer__col h3.nx-bi {
	align-items: flex-start;
}

.nx-footer__col h3 .nx-bi__ar,
.nx-footer__col a .nx-bi__ar {
	color: rgba(255, 255, 255, 0.52);
	font-size: 12px;
	font-weight: 400;
}

.nx-footer__col a {
	display: inline-flex;
}

.nx-footer__copy-ar {
	margin-top: 4px;
}

.nx-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nx-footer__col li {
	margin: 0 0 10px;
}

.nx-footer__col a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: color 0.2s ease;
}

.nx-footer__col a:hover,
.nx-footer__col a:focus {
	color: #e10600;
	text-decoration: none;
}

.nx-footer__copy {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 20px 48px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(5, 16, 42, 0.42);
}

.nx-footer__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

@media (max-width: 900px) {
	.nx-footer.wf_footer--one,
	.nx-footer.wf_footer {
		margin: 36px 12px 16px !important;
		border-radius: 18px;
	}

	.nx-footer__inner,
	.nx-footer__copy {
		padding-left: 24px;
		padding-right: 24px;
	}

	.nx-footer__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.nx-footer__cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.nx-footer__cols {
		grid-template-columns: 1fr;
	}
}

.nx-wa {
	position: fixed;
	bottom: calc(18px + env(safe-area-inset-bottom, 0px));
	right: calc(18px + env(safe-area-inset-right, 0px));
	left: auto;
	z-index: 9990;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	font-family: Outfit, "Segoe UI", sans-serif;
}

.nx-wa__toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.nx-wa__toggle:hover {
	transform: scale(1.06);
}

.nx-wa.is-open .nx-wa__toggle {
	background: #111;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(17, 17, 17, 0.22);
}

.nx-wa__icon-open {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(18, 140, 70, 0.4));
	pointer-events: none;
	animation: nx-wa-float 3.6s ease-in-out infinite;
}

.nx-wa__toggle:hover .nx-wa__icon-open,
.nx-wa.is-open .nx-wa__icon-open {
	animation-play-state: paused;
}

@keyframes nx-wa-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-7px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nx-wa__icon-open {
		animation: none;
	}
}

.nx-wa__icon-close {
	position: relative;
	z-index: 1;
	color: #fff;
}

.nx-wa__toggle [hidden] {
	display: none !important;
}

.nx-wa__chat img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.nx-wa__panel[hidden] {
	display: none !important;
}

.nx-wa__panel {
	width: min(280px, calc(100vw - 36px));
	padding: 16px 16px 14px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(17, 17, 17, 0.16);
}

.nx-wa__hello {
	margin: 0 0 6px;
	color: #111;
	font-size: 15px;
	line-height: 1.35;
}

.nx-wa__hello .nx-bi__ar {
	display: block;
	margin-top: 2px;
	color: #8a8a8a;
	font-size: 12px;
}

.nx-wa__phone {
	margin: 0 0 12px;
	color: #555;
	font-size: 14px;
}

.nx-wa__chat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none !important;
}

.nx-wa__chat:hover {
	background: #1ebe5b;
	color: #fff !important;
}

.nx-wa__chat .nx-bi__ar {
	color: rgba(255, 255, 255, 0.85);
	font-size: 11px;
}

.nx-topad {
	display: block;
	width: 100%;
	line-height: 0;
	background: #fff;
}

.nx-topad img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.nx-topad--html {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 18px 22px;
	height: 60px;
	min-height: 60px;
	padding: 0 0 0 18px;
	overflow: hidden;
	background: linear-gradient(90deg, #e10600 0%, #c00500 16%, #05162a 38%, #030d1c 58%, #030d1c 100%);
	color: #fff;
	font-family: Outfit, "Segoe UI", sans-serif;
	line-height: 1.1;
	text-decoration: none !important;
}

.nx-topad--html:hover {
	color: #fff;
}

.nx-topad__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	gap: 2px;
}

.nx-topad__logo {
	display: flex;
	align-items: center;
	height: 28px;
}

.nx-topad__logo-img,
.nx-topad--html .nx-topad__logo img {
	display: block;
	width: auto;
	max-width: 110px;
	height: 28px;
	max-height: 28px;
	object-fit: contain;
	object-position: left center;
}

.nx-topad__sitename {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.nx-topad__event {
	color: #111;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.nx-topad__headline {
	flex: 0 1 auto;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.nx-topad__badge {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 54px;
	overflow: hidden;
	border-radius: 2px;
	line-height: 1;
	text-align: center;
	box-shadow: 0 1px 0 #c9a000;
}

.nx-topad__badge b {
	padding: 5px 0 4px;
	background: #111;
	color: #e10600;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.nx-topad__badge span {
	padding: 5px 0 4px;
	background: #e10600;
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.nx-topad__offers {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	justify-content: flex-end;
	gap: 18px;
	min-width: 0;
}

.nx-topad__offer,
.nx-topad__period {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.nx-topad__offer strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.nx-topad__period strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.nx-topad__offer small,
.nx-topad__period small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
	font-weight: 400;
}

.nx-topad__sep {
	width: 1px;
	height: 32px;
	background: rgba(255, 255, 255, 0.4);
}

.nx-topad__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	min-width: 148px;
	height: 60px;
	margin-inline-start: 8px;
	padding: 0 20px;
	background: #e10600;
	color: #fff;
	text-align: center;
}

.nx-topad__cta small {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.nx-topad__cta strong {
	margin-top: 3px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

@media (max-width: 1100px) {
	.nx-topad__offers,
	.nx-topad__badge {
		display: none;
	}
}

@media (max-width: 700px) {
	.nx-topad--html {
		gap: 10px;
		padding-left: 10px;
	}

	.nx-topad__event {
		display: none;
	}

	.nx-topad__headline {
		font-size: 13px;
		white-space: normal;
	}

	.nx-topad__cta {
		min-width: 108px;
		padding: 0 10px;
	}

	.nx-topad__cta strong {
		font-size: 13px;
	}
}

/* Transparent sticky navbar */
.nx-nav-spacer {
	width: 100%;
	min-height: 76px;
	pointer-events: none;
}

.nx-nav {
	position: fixed !important;
	top: 16px;
	left: 24px;
	right: 24px;
	z-index: 9998;
	width: auto;
	overflow: visible !important;
	background: rgba(5, 16, 42, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	font-family: Outfit, "Segoe UI", sans-serif;
	transition: top 0.3s ease, left 0.3s ease, right 0.3s ease, border-radius 0.3s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.nx-nav.is-mega-open {
	border-radius: 22px 22px 0 0;
	background: rgba(5, 16, 42, 0.74);
}

body.admin-bar .nx-nav {
	top: 48px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nx-nav {
		top: 62px;
	}
}

.nx-nav.is-scrolled,
.nx-nav.is-mobile-open {
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-color: transparent;
	background: rgba(3, 12, 34, 0.78);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
}

body.admin-bar .nx-nav.is-scrolled,
body.admin-bar .nx-nav.is-mobile-open {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nx-nav.is-scrolled,
	body.admin-bar .nx-nav.is-mobile-open {
		top: 46px;
	}
}

.nx-nav__bar {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	min-height: 68px;
	padding: 10px 28px;
}

.nx-nav__left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0;
}

.nx-nav__brand .custom-logo-link,
.nx-nav__brand .custom-logo {
	display: block;
	max-width: 132px;
}

.nx-nav__sitename {
	color: #f5f5f5;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
}

.nx-nav__links {
	display: flex;
	align-items: center;
	gap: 8px 28px;
}

.nx-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 0;
	color: #f2f2f2;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 0;
}

.nx-nav__link .nx-bi,
.nx-nav__cart .nx-bi,
.nx-nav__wa .nx-bi {
	align-items: flex-start;
}

.nx-nav__link .nx-bi__ar,
.nx-nav__cart .nx-bi__ar,
.nx-nav__wa .nx-bi__ar,
.nx-nav__mobile .nx-bi__ar {
	margin-top: 1px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
}

.nx-nav__cart .nx-bi__ar {
	color: #fff;
	opacity: 0.7;
}

.nx-nav__link:hover,
.nx-nav__link[aria-expanded="true"] {
	color: #e10600;
}

.nx-nav__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #e10600;
	color: #fff !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.nx-nav__cart svg {
	flex-shrink: 0;
}

.nx-nav__cart:hover {
	background: #c00500;
	color: #fff !important;
	transform: scale(1.08);
}

.nx-nav__count {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #1a1a1a;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.nx-nav__search {
	display: block;
	flex: 1 1 480px;
	min-width: 240px;
	max-width: none;
}

.nx-nav .nx-nav__search-field {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	padding: 0;
	overflow: visible;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.1);
}

.nx-nav input.nx-nav__search-input[type="search"],
.nx-nav input.nx-nav__search-input[type="search"]:focus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 56px !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 62px 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111 !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 56px !important;
	outline: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.nx-nav input.nx-nav__search-input[type="search"]::placeholder {
	color: #9a9a9a !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.nx-nav input.nx-nav__search-input[type="search"]::-webkit-search-decoration,
.nx-nav input.nx-nav__search-input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none !important;
}

.nx-nav .nx-nav__search-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ececec;
	color: #333;
	cursor: pointer;
}

.nx-nav .nx-nav__search-btn svg {
	display: block;
}

.nx-nav .nx-nav__search-btn:hover {
	background: #e2e2e2;
}

.nx-nav__search-drop[hidden] {
	display: none !important;
}

.nx-nav__search-drop {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 140;
	max-height: min(70vh, 520px);
	overflow: auto;
	padding: 12px 12px 14px;
	background: rgba(5, 16, 42, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	color: #f2f2f2;
}

.nx-nav__search-drop::-webkit-scrollbar {
	width: 8px;
}

.nx-nav__search-drop::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.nx-nav__search-label {
	margin: 8px 4px 8px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 12px;
}

.nx-nav__search-cats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.nx-nav__search-cat {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 88px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(5, 16, 42, 0.55);
	color: #f2f2f2;
	text-decoration: none;
}

.nx-nav__search-cat:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.nx-nav__search-cat-icon {
	display: none;
}

.nx-nav__search-cat-name {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-right: 16px;
	font-size: 14px;
	line-height: 1.25;
}

.nx-nav__search-cat-ar {
	color: rgba(255, 255, 255, 0.52);
	font-size: 12px;
}

.nx-nav__search-fleche {
	position: absolute;
	top: 12px;
	right: 10px;
	color: rgba(255, 255, 255, 0.5);
}

.nx-nav__search-cat:hover .nx-nav__search-fleche {
	color: #e10600;
}

.nx-nav__search-cat-thumbs {
	display: flex;
	gap: 6px;
	margin-top: auto;
}

.nx-nav__search-cat-thumbs img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.nx-nav__search-prods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.nx-nav__search-prod {
	display: flex;
	gap: 10px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(5, 16, 42, 0.55);
	color: #f2f2f2;
	text-decoration: none;
}

.nx-nav__search-prod:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.nx-nav__search-prod:hover .nx-nav__search-prod-title {
	color: #e10600;
}

.nx-nav__search-prod-img {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

.nx-nav__search-prod-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nx-nav__search-prod-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.nx-nav__search-prod-title {
	overflow: hidden;
	color: #f2f2f2;
	font-size: 13px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nx-nav__search-prod-ar {
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
}

.nx-nav__search-prod-price {
	margin-top: 2px;
	color: #e10600;
	font-size: 13px;
}

.nx-nav__search-empty {
	padding: 12px 10px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

.nx-nav__cart--icon {
	display: none;
	position: relative;
	width: 42px;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border-radius: 12px;
}

.nx-nav__cart--icon .nx-nav__count {
	position: absolute;
	top: -4px;
	right: -4px;
}

.nx-nav__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-left: 0;
}

@media (min-width: 901px) {
	.nx-nav__actions {
		display: none;
	}
}

.nx-nav__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 18px;
	border-radius: 999px;
	background: #e10600;
	color: #fff !important;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.nx-nav__wa svg {
	flex-shrink: 0;
}

.nx-nav__wa:hover {
	background: #c00500;
	color: #fff !important;
	transform: scale(1.08);
}

.nx-nav__wa .nx-bi__ar {
	color: #fff;
	opacity: 0.7;
}

.nx-nav__burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
}

.nx-nav__burger svg.nx-nav__burger-open,
.nx-nav__burger svg.nx-nav__burger-close {
	display: block;
}

.nx-nav__burger svg.nx-nav__burger-close,
.nx-nav__burger:not(.is-open) svg.nx-nav__burger-close {
	display: none !important;
}

.nx-nav__burger.is-open svg.nx-nav__burger-open {
	display: none !important;
}

.nx-nav__burger.is-open svg.nx-nav__burger-close {
	display: block !important;
}

.nx-mega[hidden] {
	display: none !important;
}

.nx-mega {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: auto;
	max-height: none;
	padding: 16px 20px 18px;
	background: rgba(5, 16, 42, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-top: 0;
	border-radius: 0 0 22px 22px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	overflow: visible;
	pointer-events: auto;
	z-index: 130;
}

.nx-mega__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px 14px;
	align-items: start;
}

.nx-mega__col {
	position: relative;
	z-index: 1;
}

.nx-mega__col:hover,
.nx-mega__col:focus-within {
	z-index: 3;
}

.nx-mega__col-head {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	padding: 8px 8px;
	border-radius: 12px;
	color: #f2f2f2;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
}

.nx-mega__col-head:hover,
.nx-mega__col:hover .nx-mega__col-head,
.nx-mega__col:focus-within .nx-mega__col-head {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.nx-mega__col-head .nx-mega__icon {
	margin-top: 2px;
}

.nx-mega__fleche {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.5);
	transition: transform 0.15s ease;
}

.nx-mega__col:hover .nx-mega__fleche,
.nx-mega__col:focus-within .nx-mega__fleche {
	transform: rotate(90deg);
	color: #e10600;
}

.nx-mega__subs {
	display: none;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 8px 12px 10px;
	position: absolute;
	top: calc(100% - 4px);
	left: 8px;
	min-width: 220px;
	background: rgba(3, 12, 34, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

.nx-mega__col:hover .nx-mega__subs,
.nx-mega__col:focus-within .nx-mega__subs {
	display: flex;
}

.nx-mega__col:nth-child(4n) .nx-mega__subs {
	left: auto;
	right: 8px;
}

.nx-mega__subs li + li {
	margin-top: 0;
}

.nx-mega__name {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	font-weight: 400;
}

.nx-mega__name-fr {
	font-weight: 400;
}

.nx-mega__name-ar {
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
}

.nx-mega__subs a {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 3px 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
}

.nx-mega__subs a:hover {
	color: #e10600;
}

.nx-mega__subs .nx-mega__icon {
	width: 18px;
	height: 18px;
	margin: 0;
}

.nx-mega__subs .nx-mega__icon svg {
	width: 18px;
	height: 18px;
}

.nx-mega__subs--nested {
	padding-left: 26px;
}

.nx-mega__subs--nested a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.nx-mega__icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: none;
	color: rgba(255, 255, 255, 0.55);
}

.nx-mega__icon svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
}

.nx-mega__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nx-nav__mobile {
	display: none;
}

@media (max-width: 900px) {
	.nx-nav-spacer {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
	}

	.nx-topad {
		display: none !important;
		margin-top: 0;
	}

	body:not(.has-nx-topad) #page,
	body.has-nx-topad #page {
		padding-top: 0 !important;
	}

	.nx-nav,
	.nx-nav.is-scrolled,
	.nx-nav.is-mobile-open,
	.nx-nav.is-mega-open,
	body.admin-bar .nx-nav,
	body.admin-bar .nx-nav.is-scrolled,
	body.admin-bar .nx-nav.is-mobile-open {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		z-index: 20 !important;
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		background: rgba(3, 11, 32, 0.94);
		box-shadow: none;
		backdrop-filter: blur(22px) saturate(160%);
		-webkit-backdrop-filter: blur(22px) saturate(160%);
	}

	body.admin-bar .nx-nav,
	body.admin-bar .nx-nav.is-scrolled,
	body.admin-bar .nx-nav.is-mobile-open {
		top: auto !important;
	}

	.nx-nav.is-scrolled,
	.nx-nav.is-mobile-open {
		box-shadow: none;
	}

	.nx-nav.is-mobile-open {
		max-height: none;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}

	body.admin-bar .nx-nav.is-mobile-open {
		max-height: none;
	}

	.nx-nav__bar {
		display: flex;
		gap: 10px;
		min-height: 60px;
		padding: 8px 12px;
	}

	.nx-nav__left {
		gap: 8px;
	}

	.nx-nav__brand .custom-logo-link,
	.nx-nav__brand .custom-logo {
		max-width: 108px;
	}

	.nx-nav__links {
		display: none;
	}

	.nx-nav__actions {
		display: flex;
		gap: 8px;
		margin-left: auto;
	}

	.nx-nav__cart--icon {
		display: inline-flex;
	}

	.nx-nav__mobile .nx-nav__cart {
		display: none;
	}

	.nx-nav__search {
		display: none !important;
	}

	.nx-nav .nx-nav__search-field,
	.nx-nav input.nx-nav__search-input[type="search"],
	.nx-nav input.nx-nav__search-input[type="search"]:focus {
		height: 44px !important;
		line-height: 44px !important;
	}

	.nx-nav input.nx-nav__search-input[type="search"],
	.nx-nav input.nx-nav__search-input[type="search"]:focus {
		padding: 0 48px 0 16px !important;
		font-size: 13px !important;
	}

	.nx-nav .nx-nav__search-btn {
		top: 4px;
		right: 4px;
		width: 36px;
		height: 36px;
	}

	.nx-nav__search-drop {
		left: 0;
		right: 0;
		max-height: min(62vh, 420px);
		border-radius: 18px;
	}

	.nx-nav__search-cats,
	.nx-nav__search-prods {
		grid-template-columns: 1fr;
	}

	.nx-nav__burger {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.nx-nav__mobile {
		display: flex;
		flex-direction: column;
		gap: 4px;
		padding: 8px 16px 20px;
	}

	.nx-nav__mobile[hidden] {
		display: none;
	}

	.nx-nav__mobile a,
	.nx-nav__mobile button {
		background: none;
		border: 0;
		color: #f2f2f2;
		font-family: inherit;
		font-size: 16px;
		text-align: left;
		text-decoration: none;
		padding: 10px 0;
		cursor: pointer;
	}

	.nx-nav__mobile .nx-nav__cart {
		width: fit-content;
		margin-top: 6px;
		padding: 8px 16px;
		background: #e10600;
		color: #fff !important;
	}

	.nx-nav__mobile-cats {
		display: flex;
		flex-direction: column;
		padding-left: 4px;
	}

	.nx-nav__mobile-subs {
		display: flex;
		flex-direction: column;
		padding: 0 0 8px 32px;
	}

	.nx-nav__mobile-subs a {
		color: rgba(255, 255, 255, 0.62);
		font-size: 14px;
		padding: 6px 0;
	}

	.nx-nav__mobile-cats a {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.nx-nav__mobile-cats .nx-mega__icon {
		width: 22px;
		height: 22px;
		margin: 0;
		background: none;
	}

	.nx-nav__mobile-cats .nx-mega__icon svg {
		width: 16px;
		height: 16px;
	}
}

#moderncart-floating-cart,
.moderncart-floating-cart-button,
.moderncart-floating-cart {
	display: none !important;
}

.nx-home,
.nx-home h1,
.nx-home h2,
.nx-home h3,
.nx-home strong {
	font-family: Outfit, "Segoe UI", sans-serif;
	font-weight: 400;
}

.nx-home {
	display: flex;
	flex-direction: column;
	width: min(1280px, calc(100% - 48px));
	margin: 12px auto 72px;
}

.nx-home__incart {
	order: 0;
	margin-bottom: 36px;
}

.nx-home__incart-head {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0 0 18px;
	color: #111;
	text-decoration: none;
}

.nx-home__incart-head .nx-home__browse-title {
	margin: 0;
}

.nx-home__incart-chevron {
	display: inline-flex;
	margin-top: 8px;
	color: #111;
}

.nx-home__incart-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.nx-home__incart-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 22px;
	width: min(360px, 100%);
	padding: 20px;
	background: rgba(5, 16, 42, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
}

.nx-home__incart-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.nx-home__incart-meta {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.nx-home__incart-logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.7);
}

.nx-home__incart-logo svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
}

.nx-home__incart-logo img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.nx-home__incart-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.nx-home__incart-name {
	color: #f5f5f5;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
}

.nx-home__incart-sub,
.nx-home__incart-sub .woocommerce-Price-amount,
.nx-home__incart-sub .amount {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 400;
}

.nx-home__incart-thumb {
	position: relative;
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 10px;
}

.nx-home__incart-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nx-home__incart-qty {
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 1;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	background: #111;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}

.nx-home__incart-btn {
	display: block;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #f2f2f2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.nx-home__incart-btn:hover {
	background: #e10600;
	color: #fff;
	transform: scale(1.06);
}

.nx-home__incart-btn:hover .nx-bi__ar {
	color: #fff;
	opacity: 0.7;
}

.nx-home__incart-btn .nx-bi {
	align-items: center;
}

.nx-home__incart-btn .nx-bi__ar {
	color: rgba(255, 255, 255, 0.52);
}

.nx-home__features {
	order: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
	width: 100%;
	position: relative;
}

.nx-home__products-section.nx-home__offers {
	order: 2;
}

.nx-home__browse {
	order: 3;
}

.nx-home__products-section {
	order: 4;
}

.nx-home__feat {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1536 / 942;
	border-radius: 22px;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
	color: #fff;
}

.nx-home__feat-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nx-home__feat-go {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	backdrop-filter: blur(8px);
}

.nx-home__feat:hover .nx-home__feat-go {
	background: #fff;
	color: #111;
}

.nx-home__browse {
	margin-top: 48px;
}

.nx-home__section-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin: 0 0 18px;
}

.nx-home__arrows {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nx-home__arrows[hidden] {
	display: none !important;
}

.nx-home__section-head .nx-home__browse-title {
	margin: 0;
}

.nx-home__section-go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 50%;
	background: #f0f0f1;
	color: #111;
	line-height: 0;
	text-decoration: none;
}

.nx-home__section-go svg {
	display: block;
	flex-shrink: 0;
	margin: 0;
}

.nx-home__section-go:hover {
	background: #e10600;
	color: #fff;
}

button.nx-home__section-go {
	border: 0;
	cursor: pointer;
	font: inherit;
	color: #111;
	font-weight: 400;
}

button.nx-home__section-go:disabled {
	opacity: 0.35;
	cursor: default;
	background: #f0f0f1;
}

.nx-home__browse-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 18px;
	color: #111;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.03em;
	text-align: left;
}

.nx-home__browse-ar {
	margin-top: 4px;
	color: #8a8a8a;
	font-size: 18px;
}

.nx-home__cats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-template-rows: repeat(2, auto);
	gap: 16px;
}

.nx-home__cat {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 250px;
	padding: 20px 16px 16px;
	border-radius: 22px;
	background: rgba(5, 16, 42, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	color: #f2f2f2;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nx-home__cat:hover {
	background: rgba(3, 12, 34, 0.78);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.nx-home__cat-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	color: #f5f5f5;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-align: left;
}

.nx-home__cat-ar {
	color: rgba(255, 255, 255, 0.52);
	font-size: 14px;
	font-weight: 400;
}

.nx-home__cat-thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.nx-home__cat-thumb {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.92);
	overflow: hidden;
}

.nx-home__cat-thumb img {
	width: 82%;
	height: 82%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.nx-home__cat:hover .nx-home__cat-thumb img {
	transform: scale(1.14);
}

.nx-home__products-section {
	margin-top: 56px;
}

.nx-home__products {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.nx-home__rail,
.nx-home__cats-box {
	position: relative;
}

.nx-home__rail {
	overflow: visible;
}

.nx-home__rail > .nx-home__arrows {
	position: absolute;
	inset: 0;
	z-index: 5;
	margin: 0;
	pointer-events: none;
}

.nx-home__rail > .nx-home__arrows .nx-home__section-go {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	pointer-events: auto;
	background: #fff;
	color: #111;
	line-height: 0;
	box-shadow: 0 4px 16px rgba(17, 17, 17, 0.16);
}

.nx-home__products-section.is-rail .nx-home__arrows .nx-home__section-go {
	top: 0;
	transform: translate(-50%, -50%);
}

.nx-home__products-section.is-rail [data-nx-rail-prev] {
	left: 0;
	transform: translate(-50%, -50%);
}

.nx-home__products-section.is-rail [data-nx-rail-next] {
	right: 0;
	left: auto;
	transform: translate(50%, -50%);
}

.nx-home__browse .nx-home__arrows .nx-home__section-go {
	top: 50%;
}

.nx-home__browse [data-nx-rail-prev] {
	left: 0;
	transform: translate(-50%, -50%);
}

.nx-home__browse [data-nx-rail-next] {
	right: 0;
	left: auto;
	transform: translate(50%, -50%);
}

.nx-home__rail > .nx-home__arrows .nx-home__section-go:hover {
	background: #fff;
	color: #111;
}

.nx-home__products-section.is-rail .nx-home__arrows .nx-home__section-go:hover,
.nx-home__browse .nx-home__arrows [data-nx-rail-prev]:hover {
	transform: translate(-50%, -50%) scale(1.08);
}

.nx-home__products-section.is-rail [data-nx-rail-next]:hover,
.nx-home__browse .nx-home__arrows [data-nx-rail-next]:hover {
	transform: translate(50%, -50%) scale(1.08);
}

.nx-home__rail .nx-home__products {
	display: flex;
	grid-template-columns: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.nx-home__rail .nx-home__products::-webkit-scrollbar {
	display: none;
}

.nx-home__rail .nx-home__product {
	flex: 0 0 calc((100% - 80px) / 6);
	min-width: 0;
	scroll-snap-align: start;
}

.nx-home__browse.is-rail .nx-home__cats {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	grid-template-columns: unset;
	grid-auto-columns: calc((100% - 64px) / 5);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.nx-home__browse.is-rail .nx-home__cats::-webkit-scrollbar {
	display: none;
}

.nx-home__browse.is-rail .nx-home__cat {
	scroll-snap-align: start;
	min-width: 0;
}

.nx-home__product {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.nx-home__product-img {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 20px;
	background: none;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.1);
}

.nx-home__product-photo {
	display: block;
	width: 100%;
	height: 100%;
}

.nx-home__product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.nx-home__product:hover .nx-home__product-img img {
	transform: scale(1.12);
}

.nx-home__product-sale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	padding: 4px 9px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}

.nx-home__product-cart {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(80, 80, 80, 0.38);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nx-home__product-cart:hover,
.nx-home__product-cart.is-added {
	background: #111;
	color: #e10600;
}

.nx-home__product-cart.is-busy {
	opacity: 0.7;
	cursor: wait;
}

.nx-product__stage .nx-product__cart-add {
	right: 12px;
	bottom: 12px;
	z-index: 3;
	width: 36px;
	height: 36px;
}

body.single-product button.nx-home__product-cart {
	display: grid !important;
	place-items: center !important;
	min-width: 0 !important;
	min-height: 0 !important;
	width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(80, 80, 80, 0.38) !important;
	color: #fff !important;
	box-shadow: none !important;
	line-height: 0 !important;
	font-weight: 400 !important;
}

body.single-product .nx-product__stage button.nx-home__product-cart {
	width: 36px !important;
	height: 36px !important;
}

body.single-product button.nx-home__product-cart:hover,
body.single-product button.nx-home__product-cart:focus,
body.single-product button.nx-home__product-cart.is-added {
	background: #111 !important;
	color: #e10600 !important;
	transform: none !important;
}

.nx-home__product-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	color: inherit;
	text-decoration: none;
	text-align: left;
}

.nx-home__product-brand {
	color: #111;
	font-size: 12px;
	font-weight: 400;
}

.nx-home__product-name {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.nx-home__product-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
}

.nx-home__product-stars {
	display: inline-flex;
	gap: 1px;
}

.nx-home__product-reviews {
	color: #555;
	font-size: 12px;
}

.nx-home__product-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
	font-size: 14px;
	font-weight: 400;
}

.nx-home__product-now,
.nx-home__product-now .woocommerce-Price-amount,
.nx-home__product-now .amount {
	color: #e10600 !important;
}

.nx-home__product-was,
.nx-home__product-was .woocommerce-Price-amount {
	color: #9a9a9a;
	font-size: 13px;
}

@media (max-width: 1100px) {
	.nx-home__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nx-home__rail .nx-home__product {
		flex-basis: calc((100% - 32px) / 3);
	}

}

@media (max-width: 980px) {
	.nx-home__cats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nx-home__browse.is-rail .nx-home__cats {
		grid-auto-columns: calc((100% - 16px) / 2);
	}

	.nx-cat__subs .nx-home__cats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.nx-home {
		width: calc(100% - 24px);
		margin: 8px auto 56px;
	}

	.nx-home__features {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nx-home__feat {
		aspect-ratio: 16 / 9;
	}

	.nx-home__browse-title,
	.nx-cat__head .nx-home__browse-title {
		font-size: 22px;
	}

	.nx-home__browse-ar {
		font-size: 15px;
	}

	.nx-home__browse,
	.nx-home__products-section {
		margin-top: 36px;
	}

	.nx-home__cat {
		min-height: 0;
		padding: 16px 12px 12px;
		border-radius: 18px;
	}

	.nx-home__cat-name {
		font-size: 16px;
		padding-right: 16px;
	}

	.nx-home__cat-ar {
		font-size: 12px;
	}

	.nx-home__browse [data-nx-rail-prev],
	.nx-home__products-section.is-rail [data-nx-rail-prev] {
		left: 10px;
		transform: translateY(-50%);
	}

	.nx-home__browse [data-nx-rail-next],
	.nx-home__products-section.is-rail [data-nx-rail-next] {
		right: 10px;
		transform: translateY(-50%);
	}

	.nx-home__browse .nx-home__arrows [data-nx-rail-prev]:hover,
	.nx-home__products-section.is-rail [data-nx-rail-prev]:hover {
		transform: translateY(-50%) scale(1.08);
	}

	.nx-home__browse .nx-home__arrows [data-nx-rail-next]:hover,
	.nx-home__products-section.is-rail [data-nx-rail-next]:hover {
		transform: translateY(-50%) scale(1.08);
	}
}

@media (max-width: 640px) {
	.nx-home {
		width: calc(100% - 20px);
	}

	.nx-home__cats,
	.nx-home__products,
	.nx-cat__subs .nx-home__cats {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.nx-home__rail .nx-home__product {
		flex-basis: calc((100% - 10px) / 2);
	}

	.nx-home__browse.is-rail .nx-home__cats {
		grid-auto-columns: calc((100% - 10px) / 2);
		gap: 10px;
	}

	.nx-home__feat {
		border-radius: 16px;
	}

	.nx-home__feat-go {
		right: 12px;
		bottom: 12px;
		width: 34px;
		height: 34px;
	}

	.nx-home__incart-card {
		width: 100%;
	}

	.nx-home__product-name {
		font-size: 13px;
	}

	.nx-home__product-img {
		border-radius: 16px;
	}
}

.woocommerce-cart .wf_pagetitle,
.woocommerce-cart #wf_pagetitle,
.woocommerce-order-received .wf_pagetitle,
.woocommerce-order-received #wf_pagetitle {
	display: none !important;
}

.nx-cart-page {
	width: min(1180px, calc(100% - 48px));
	margin: 24px auto 80px;
	padding-bottom: 32px;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-weight: 400;
}

.nx-cart__head {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 28px;
}

.nx-cart__title {
	margin: 0;
	color: #111;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.nx-cart__title .nx-bi__ar {
	margin-top: 4px;
	font-size: 20px;
}

.nx-cart__count {
	color: #9a9a9a;
	font-size: 16px;
}

.nx-cart__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
	gap: 48px;
	align-items: start;
}

.nx-cart__item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) auto;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
}

.nx-cart__thumb {
	display: block;
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 12px;
	background: #f4f4f5;
}

.nx-cart__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nx-cart__name {
	display: block;
	margin-bottom: 8px;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.nx-cart__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.nx-cart__now,
.nx-cart__now .amount,
.nx-cart__now .woocommerce-Price-amount {
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.nx-cart__was,
.nx-cart__was .amount {
	color: #9a9a9a;
	font-size: 14px;
}

.nx-cart__off {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 12px;
}

.nx-cart__controls {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nx-cart__qty {
	display: inline-flex;
	align-items: center;
	height: 36px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	background: #fff;
}

.nx-cart__qty-btn {
	width: 28px !important;
	height: 28px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	cursor: pointer;
}

.nx-cart__qty-btn:hover {
	background: #f4f4f5 !important;
	color: #111 !important;
}

.nx-cart__qty-input {
	width: 36px;
	height: 34px;
	padding: 0;
	border: 0;
	background: none;
	color: #111;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	-moz-appearance: textfield;
}

.nx-cart__qty-input::-webkit-outer-spin-button,
.nx-cart__qty-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.nx-cart__remove {
	color: #6b6b6b;
	font-size: 14px;
	text-decoration: underline;
}

.nx-cart__line,
.nx-cart__line .amount,
.nx-cart__line .woocommerce-Price-amount,
.nx-cart__row .amount,
.nx-cart__row .woocommerce-Price-amount,
.nx-cart__total .amount,
.nx-cart__total .woocommerce-Price-amount {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.nx-cart__row .amount,
.nx-cart__row .woocommerce-Price-amount {
	font-size: 14px;
}

.nx-cart__total .amount,
.nx-cart__total .woocommerce-Price-amount {
	font-size: 20px;
}

.nx-cart__summary {
	padding: 24px;
	background: #f4f4f5;
	border-radius: 20px;
}

.nx-cart__recap {
	margin: 0 0 18px;
	color: #111;
	font-size: 20px;
	font-weight: 400;
}

.nx-cart__recap .nx-bi__ar,
.nx-cart__row .nx-bi__ar,
.nx-cart__total .nx-bi__ar,
.nx-cart__field .nx-bi__ar,
.nx-cart__payinfo .nx-bi__ar,
.nx-cart__locate-help .nx-bi__ar {
	font-size: 12px;
}

.nx-cart__row,
.nx-cart__total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
	color: #111;
	font-size: 14px;
}

.nx-cart__total {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e0e0e0;
	font-size: 20px;
}

.nx-cart__payinfo {
	margin: 8px 0 22px;
	color: #8a8a8a;
	font-size: 13px;
}

.nx-cart__suggest {
	margin-top: 8px;
	padding-bottom: 8px;
}

.nx-cart__suggest .nx-home__products-section {
	order: 0;
	margin-top: 48px;
}

.nx-cart__form {
	display: flex;
	flex-direction: column;
}

.nx-cart__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 8px;
	color: #111;
	font-size: 12px;
}

.nx-cart__field input,
.nx-cart__field textarea {
	box-sizing: border-box;
	width: 100%;
	height: 36px !important;
	min-height: 36px !important;
	max-height: 36px !important;
	margin: 0 !important;
	padding: 6px 10px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #111 !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
}

.nx-cart__field textarea {
	height: 58px !important;
	min-height: 58px !important;
	max-height: none !important;
	resize: vertical;
}

.nx-cart__update,
.nx-cart__locate,
.nx-cart__submit,
.nx-cart__empty-btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0;
	padding: 0 12px !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.nx-cart__locate {
	margin-top: 2px;
	border: 1px solid #d4d4d4 !important;
	border-radius: 8px;
	background: #fff !important;
	color: #111 !important;
}

.nx-cart__locate:hover {
	border-color: #e10600 !important;
	background: #e10600 !important;
	color: #fff !important;
	transform: scale(1.06);
}

.nx-cart__locate-help {
	margin: 4px 0 10px;
	color: #8a8a8a;
	font-size: 11px;
}

.nx-cart__update {
	width: auto !important;
	margin: 16px 0 8px !important;
	border: 0 !important;
	border-radius: 8px;
	background: #e10600 !important;
	color: #fff !important;
}

.nx-cart__update:hover,
.nx-cart__update:focus {
	background: #e10600 !important;
	color: #fff !important;
	transform: scale(1.06);
}

.nx-cart__submit {
	margin-top: 4px;
	margin-bottom: 28px;
	border: 0 !important;
	border-radius: 8px;
	background: #e10600 !important;
	color: #fff !important;
}

.nx-cart__submit:hover,
.nx-cart__empty-btn:hover {
	background: #e10600 !important;
	color: #fff !important;
	transform: scale(1.06);
}

.nx-cart--empty {
	padding: 40px 0 72px;
}

.nx-cart__empty-text {
	color: #6b6b6b;
}

.nx-cart-page a.nx-cart__empty-btn,
a.nx-cart__empty-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 42px !important;
	height: auto !important;
	margin: 12px 0 40px !important;
	padding: 8px 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e10600 !important;
	color: #fff !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	overflow: visible !important;
	text-decoration: none !important;
	transition: transform 0.2s ease !important;
}

.nx-cart-page a.nx-cart__empty-btn:hover,
.nx-cart-page a.nx-cart__empty-btn:focus,
a.nx-cart__empty-btn:hover,
a.nx-cart__empty-btn:focus {
	background: #e10600 !important;
	color: #fff !important;
	font-weight: 400 !important;
	transform: scale(1.08) !important;
}

@media (max-width: 900px) {
	.nx-cart__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.nx-cart-page {
		width: calc(100% - 24px);
		margin-top: 16px;
	}

	.nx-cart__title {
		font-size: 28px;
	}

	.nx-cart__head {
		flex-wrap: wrap;
		gap: 6px 12px;
	}
}

@media (max-width: 640px) {
	.nx-cart-page {
		width: calc(100% - 20px);
	}

	.nx-cart__item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	.nx-cart__thumb {
		width: 72px;
		height: 72px;
	}

	.nx-cart__line {
		grid-column: 2;
		justify-self: start;
	}

	.nx-cart__summary {
		padding: 18px 16px;
	}

	.nx-cart__title {
		font-size: 24px;
	}
}

:root {
	--wf-main-rgb: 225, 6, 0;
	--wf-main-color: #e10600;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.cart_totals .wc-proceed-to-checkout a.checkout-button,
.xoo-wsc-ft-buttons-cont a.button,
.woocommerce ul.products li.product .product-action .button.add_to_cart_button {
	color: #111 !important;
	font-weight: 400 !important;
	overflow: visible;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:focus {
	color: #fff !important;
	background-color: #e10600 !important;
	transform: scale(1.06);
}

body.woocommerce-cart button.nx-cart__submit[type="submit"],
body.woocommerce-cart button.nx-cart__submit[type="submit"]:hover,
body.woocommerce-cart button.nx-cart__submit[type="submit"]:focus,
body.woocommerce-page button.nx-cart__submit[type="submit"],
body.woocommerce-page button.nx-cart__submit[type="submit"]:hover,
body.woocommerce-page button.nx-cart__submit[type="submit"]:focus {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	margin-top: 4px !important;
	margin-bottom: 28px !important;
	padding: 0 12px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #e10600 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	overflow: visible !important;
	text-transform: none !important;
	white-space: normal !important;
}

body.woocommerce-cart button.nx-cart__submit[type="submit"]:hover,
body.woocommerce-cart button.nx-cart__submit[type="submit"]:focus,
body.woocommerce-page button.nx-cart__submit[type="submit"]:hover,
body.woocommerce-page button.nx-cart__submit[type="submit"]:focus {
	background: #e10600 !important;
	color: #fff !important;
	transform: scale(1.06) !important;
}

.nx-cart-page .woocommerce-error,
.nx-cart-page .woocommerce-message,
.nx-cart-page .woocommerce-info {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 10px;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #111;
}

.nx-cart-page .woocommerce-error {
	background: #fff3f3;
	border: 1px solid #f0c2c2;
}

.nx-thanks-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 220px);
	width: min(720px, calc(100% - 48px));
	margin: 0 auto;
	padding: 40px 16px 80px;
}

.nx-thanks {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 520px;
	text-align: center;
	color: #111;
}

.nx-thanks__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: #e10600;
}

.nx-thanks__title {
	margin: 0 0 14px;
	color: #111;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.25;
}

.nx-thanks__text {
	margin: 0 0 28px;
	max-width: 36ch;
	color: #8a8a8a;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.nx-thanks__info {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 28px;
	padding: 18px 20px;
	background: #f7f7f7;
	border-radius: 16px;
	text-align: left;
}

.nx-thanks__order {
	margin: 0 0 14px;
	color: #111;
	font-size: 14px;
}

.nx-thanks__items {
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e8e8e8;
	list-style: none;
}

.nx-thanks__items li,
.nx-thanks__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 8px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.nx-thanks__items .amount,
.nx-thanks__items .woocommerce-Price-amount,
.nx-thanks__row .amount,
.nx-thanks__row .woocommerce-Price-amount {
	color: #333;
	font-weight: 700;
}

.nx-thanks__items li:last-child,
.nx-thanks__row:last-child {
	margin-bottom: 0;
}

.nx-thanks__row--total {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
	font-size: 16px;
}

.nx-thanks__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 28px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #111 !important;
	font-family: Outfit, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none !important;
	transition: transform 0.2s ease;
}

.nx-thanks__btn:hover,
.nx-thanks__btn:focus {
	background: #fff;
	color: #111 !important;
	font-weight: 400;
	transform: scale(1.08);
}

html:has(body.single-product),
body.single-product,
body.single-product #page,
body.single-product .site,
body.single-product .site-content {
	overflow: visible !important;
	overflow-x: clip !important;
}

body.single-product .wf_pagetitle,
body.single-product .woocommerce-breadcrumb,
body.single-product .wf_woo_pro_sidebar,
body.single-product .wf_woo_sidebar {
	display: none !important;
}

.nx-product {
	width: min(1180px, calc(100% - 48px));
	margin: 8px auto 72px;
	font-family: Outfit, "Segoe UI", sans-serif;
	color: #111;
}

.nx-product,
.nx-product h1,
.nx-product h2,
.nx-product strong {
	font-weight: 400;
}

.nx-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	gap: 36px;
	align-items: start;
}

.nx-product__media {
	position: sticky;
	top: 100px;
	width: min(100%, calc(100dvh - 124px));
}

body.admin-bar .nx-product__media {
	top: 132px;
	width: min(100%, calc(100dvh - 156px));
}

.nx-product__media.is-multi {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	width: min(100%, calc(64px + 12px + (100dvh - 124px)));
}

body.admin-bar .nx-product__media.is-multi {
	width: min(100%, calc(64px + 12px + (100dvh - 156px)));
}

.nx-product__stage {
	--nx-stage: calc(100dvh - 124px);
	position: relative;
	width: min(100%, var(--nx-stage));
	height: min(100%, var(--nx-stage));
	aspect-ratio: 1;
	max-width: var(--nx-stage);
	max-height: var(--nx-stage);
	border-radius: 28px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
}

body.admin-bar .nx-product__stage {
	--nx-stage: calc(100dvh - 156px);
}

.nx-product__stage img,
.nx-product__photo {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
}

.nx-product__photo:not(.nx-product__photo--empty) {
	cursor: zoom-in;
}

.nx-product__photo--empty {
	width: 100%;
	height: 100%;
	background: #ececee;
}

.nx-product__media.is-multi .nx-product__thumbs {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	max-height: calc(100dvh - 124px);
	overflow-y: auto;
	scrollbar-width: none;
}

.nx-product__media.is-multi .nx-product__thumbs::-webkit-scrollbar {
	display: none;
}

body.admin-bar .nx-product__media.is-multi .nx-product__thumbs {
	max-height: calc(100dvh - 156px);
}

.nx-product__thumb {
	width: 64px !important;
	height: 64px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 2px solid transparent !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(17, 17, 17, 0.08) !important;
	overflow: hidden;
	cursor: pointer;
}

.nx-product__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nx-product__thumb.is-active {
	border-color: #111 !important;
}

.nx-product__zoom {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(17, 17, 17, 0.88);
	cursor: zoom-out;
}

.nx-product__zoom-img {
	display: block;
	max-width: min(96vw, 1400px);
	max-height: 92vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
	cursor: zoom-out;
}

.nx-product__zoom-close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	cursor: pointer;
}

body.is-product-zoom {
	overflow: hidden;
}

html:has(body.is-product-zoom),
body.single-product.is-product-zoom {
	overflow: hidden !important;
	overflow-x: hidden !important;
}

body.single-product button.nx-product__zoom-close {
	display: grid !important;
	place-items: center !important;
	width: 44px !important;
	height: 44px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #111 !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

body.single-product button.nx-product__zoom-close:hover,
body.single-product button.nx-product__zoom-close:focus {
	background: #fff !important;
	color: #111 !important;
	transform: none !important;
}

body.single-product button.nx-product__gallery-go,
body.single-product button.nx-product__review-go {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 36px !important;
	height: 36px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 4px 16px rgba(17, 17, 17, 0.16) !important;
	color: #111 !important;
	font-weight: 400 !important;
	line-height: 0 !important;
	cursor: pointer;
}

body.single-product button.nx-product__gallery-go {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

body.single-product [data-nx-gallery-prev] {
	left: 12px;
}

body.single-product [data-nx-gallery-next] {
	right: 12px;
}

body.single-product button.nx-product__gallery-go:hover,
body.single-product button.nx-product__review-go:hover,
body.single-product button.nx-product__gallery-go:focus,
body.single-product button.nx-product__review-go:focus {
	background: #fff !important;
	color: #111 !important;
	transform: translateY(-50%) scale(1.08) !important;
}

body.single-product button.nx-product__review-go:hover,
body.single-product button.nx-product__review-go:focus {
	transform: scale(1.08) !important;
}

.nx-product__reviews-wrap {
	margin-top: 40px;
}

.nx-product__reviews {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.nx-product__reviews-track {
	flex: 1;
	min-width: 0;
}

.nx-product__review {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 18px;
	background: #6d7488;
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
	color: #fff;
}

.nx-product__review[hidden] {
	display: none !important;
}

.nx-product__review-avatar {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 12px;
	object-fit: cover;
}

.nx-product__review-body {
	min-width: 0;
}

.nx-product__review-body p,
.nx-product__review-quote {
	margin: 8px 0 0;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	line-height: 1.45;
}

.nx-product__review-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.nx-product__review-meta strong {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.nx-product__review .nx-product__stars svg path[fill="#e4e4e4"] {
	fill: #c5c8d2;
}

.nx-product__info {
	padding-top: 4px;
}

.nx-bi {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.nx-bi__ar {
	margin-top: 3px;
	color: #8a8a8a;
	font-size: 0.72em;
	font-weight: 400;
}

.nx-product__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 12px;
	color: #111;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.nx-product__title .nx-bi__ar {
	margin-top: 6px;
	color: #8a8a8a;
	font-size: 20px;
	font-weight: 400;
}

.nx-product__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #6b6b6b;
	font-size: 14px;
}

.nx-product__stars {
	display: inline-flex;
	gap: 2px;
}

.nx-product__ship {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 32px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 16px;
	background: #f0f0f1;
	color: #444;
	font-size: 13px;
}

.nx-product__ship .nx-bi__ar {
	color: #7a7a7a;
}

.nx-product__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 16px;
}

.nx-product__now,
.nx-product__now .amount,
.nx-product__now .woocommerce-Price-amount {
	color: #111;
	font-size: 28px;
	font-weight: 700;
}

.nx-product__was,
.nx-product__was .amount {
	color: #9a9a9a;
	font-size: 16px;
}

.nx-product__off {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 12px;
}

.nx-product__excerpt {
	margin: 0 0 16px;
	color: #555;
	font-size: 15px;
	line-height: 1.55;
}

.nx-product__excerpt p {
	margin: 0 0 8px;
}

.nx-product__hint {
	margin: 0 0 16px;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
}

.nx-product__order {
	margin: 0 0 14px;
}

.nx-product__order .nx-cart__field {
	margin-bottom: 6px;
}

.nx-product__order .nx-cart__field textarea {
	height: 44px !important;
	min-height: 44px !important;
}

@keyframes nx-cta-pop {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 8px 22px rgba(22, 163, 74, 0.38);
	}
	50% {
		transform: scale(1.045);
		box-shadow: 0 14px 34px rgba(22, 163, 74, 0.58);
	}
}

body.single-product .nx-product__order .nx-cart__submit,
body.single-product .nx-product__order button.nx-cart__submit[type="submit"],
body.single-product .nx-product__cta,
body.single-product a.nx-product__cta--wa {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: auto !important;
	min-height: 72px !important;
	margin-top: 10px !important;
	padding: 10px 16px !important;
	border: 0 !important;
	border-radius: 18px !important;
	background: #16a34a !important;
	box-shadow: 0 8px 22px rgba(22, 163, 74, 0.38) !important;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
}

body.single-product .nx-product__order .nx-cart__submit,
body.single-product .nx-product__order button.nx-cart__submit[type="submit"],
body.single-product .nx-product__cta:not(.nx-product__cta--wa) {
	animation: nx-cta-pop 1.7s ease-in-out infinite;
}

body.single-product .nx-product__cta .nx-bi {
	align-items: center;
	gap: 2px;
	text-align: center;
}

body.single-product .nx-product__cta .nx-bi span {
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

body.single-product .nx-product__cta .nx-bi__ar {
	margin-top: 2px;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	opacity: 1;
}

body.single-product .nx-product__order .nx-cart__submit:hover,
body.single-product .nx-product__order .nx-cart__submit:focus,
body.single-product .nx-product__cta:not(.nx-product__cta--wa):hover,
body.single-product .nx-product__cta:not(.nx-product__cta--wa):focus {
	background: #15803d !important;
	color: #fff !important;
	animation: none;
	transform: scale(1.05);
}

body.single-product a.nx-product__cta--wa {
	animation: none !important;
	text-decoration: none !important;
	box-sizing: border-box;
}

body.single-product a.nx-product__cta--wa:hover,
body.single-product a.nx-product__cta--wa:focus {
	background: #15803d !important;
	color: #fff !important;
	animation: none !important;
	transform: none !important;
}

.nx-product__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 4px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(225, 6, 0, 0.18);
	list-style: none;
}

.nx-product__trust li,
.nx-product__trust-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 4px 2px;
	color: #e10600;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.nx-product__trust-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: #e10600;
	filter: drop-shadow(0 10px 22px rgba(225, 6, 0, 0.4));
}

.nx-product__trust .nx-bi {
	align-items: center;
	text-align: center;
	color: #e10600;
}

.nx-product__trust .nx-bi__ar {
	color: #e10600;
	opacity: 0.86;
}

.nx-product__trust strong {
	color: #e10600;
	font-size: 13px;
	font-weight: 600;
}

.nx-product__form,
body.single-product .nx-product__form.cart {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	gap: 10px;
	margin: 0 0 14px;
}

.nx-product__qty-label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 2px;
	color: #111;
	font-size: 14px;
}

.nx-product__qty {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	border: 1px solid #e4e4e4;
	border-radius: 14px;
	background: #fff;
}

.nx-product__qty-btn {
	width: 52px !important;
	height: 46px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: none !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	cursor: pointer;
}

.nx-product__qty-btn:hover,
.nx-product__qty-btn:focus {
	background: #f4f4f5 !important;
	color: #111 !important;
	transform: none !important;
}

.nx-product__qty-input {
	flex: 1;
	width: auto;
	height: 46px;
	padding: 0;
	border: 0;
	background: none;
	color: #111;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	-moz-appearance: textfield;
}

.nx-product__qty-input::-webkit-outer-spin-button,
.nx-product__qty-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product button.nx-product__add,
body.single-product button.nx-product__buy,
body.single-product button.nx-product__tool {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 54px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 12px 18px !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	font-family: Outfit, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	overflow: visible !important;
	cursor: pointer;
	transition: transform 0.2s ease !important;
}

body.single-product button.nx-product__add .nx-bi,
body.single-product button.nx-product__buy .nx-bi,
body.single-product button.nx-product__tool .nx-bi {
	align-items: center;
	text-align: center;
}

body.single-product button.nx-product__add .nx-bi__ar {
	color: #fff;
	opacity: 0.7;
}

body.single-product button.nx-product__buy .nx-bi__ar {
	color: #fff;
	opacity: 0.7;
}

body.single-product button.nx-product__tool .nx-bi__ar {
	color: #8a8a8a;
}

.nx-product__reviews-wrap .nx-home__browse-title {
	margin: 0 0 12px;
	font-size: 22px;
}

body.single-product button.nx-product__add {
	border: 0 !important;
	background: #e10600 !important;
	color: #fff !important;
}

body.single-product button.nx-product__buy {
	border: 0 !important;
	background: #111 !important;
	color: #fff !important;
}

body.single-product button.nx-product__add:hover,
body.single-product button.nx-product__add:focus {
	background: #e10600 !important;
	color: #fff !important;
	transform: scale(1.02) !important;
}

body.single-product button.nx-product__buy:hover,
body.single-product button.nx-product__buy:focus {
	background: #111 !important;
	color: #fff !important;
	transform: scale(1.02) !important;
}

.nx-product__tools {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 4px 0 18px;
}

body.single-product button.nx-product__tool {
	gap: 8px;
	border: 1px solid #d8d8d8 !important;
	background: #fff !important;
	color: #111 !important;
}

body.single-product button.nx-product__tool:hover,
body.single-product button.nx-product__tool:focus {
	background: #fff !important;
	color: #111 !important;
	transform: scale(1.02) !important;
}

body.single-product button.nx-product__tool.is-saved {
	border-color: #111 !important;
}

body.single-product button.nx-product__tool.is-saved svg {
	fill: #111;
	stroke: #111;
}

.nx-product__oos {
	margin: 0 0 20px;
	color: #6b6b6b;
}

.nx-product__desc {
	display: block;
	width: 100%;
	margin: 40px 0 0;
	padding: 32px 0 0;
	border-top: 1px solid #ececec;
}

.nx-product__desc .nx-home__browse-title {
	margin: 0 0 16px;
}

.nx-product__desc-body {
	color: #444;
	font-size: 15px;
	line-height: 1.65;
}

.nx-product__desc-body p {
	margin: 0 0 12px;
}

.nx-product__order-again {
	width: min(560px, 100%);
	margin: 40px auto 0;
	padding: 28px 0 8px;
	border-top: 1px solid #ececec;
}

.nx-product__order-again .nx-cart__field,
.nx-product__order-again .nx-cart__field .nx-bi,
.nx-product__order-again .nx-product__cta .nx-bi {
	align-items: center;
	text-align: center;
}

.nx-product__order-again .nx-product__trust {
	justify-items: center;
}

.nx-product__more {
	width: 100%;
	margin: 56px 0 0;
}

.nx-product__more .nx-home__products-section {
	margin-top: 0;
}

.nx-product .woocommerce-message,
.nx-product .woocommerce-error,
.nx-product .woocommerce-info {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 10px;
	border-top: 0;
	background: #f4f4f5;
}

@media (max-width: 900px) {
	.nx-product {
		width: calc(100% - 24px);
		margin-top: 4px;
	}

	.nx-product__layout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.nx-product__media,
	body.admin-bar .nx-product__media {
		position: relative;
		top: auto;
	}

	.nx-product__media,
	body.admin-bar .nx-product__media,
	.nx-product__media.is-multi,
	body.admin-bar .nx-product__media.is-multi {
		width: 100%;
	}

	.nx-product__media.is-multi {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.nx-product__stage,
	body.admin-bar .nx-product__stage {
		--nx-stage: 100%;
		width: 100%;
		max-width: none;
		max-height: none;
		height: auto;
	}

	.nx-product__media.is-multi .nx-product__thumbs,
	body.admin-bar .nx-product__media.is-multi .nx-product__thumbs {
		flex-direction: row;
		flex-wrap: nowrap;
		order: 2;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.nx-product__media.is-multi .nx-product__stage {
		order: 1;
	}

	.nx-product__thumb {
		flex: 0 0 56px;
		width: 56px !important;
		height: 56px !important;
		border-radius: 12px !important;
	}

	.nx-product__title {
		font-size: 24px;
	}

	.nx-product__title .nx-bi__ar {
		font-size: 16px;
	}

	.nx-product__now,
	.nx-product__now .amount,
	.nx-product__now .woocommerce-Price-amount {
		font-size: 22px;
	}

	.nx-product__stage {
		border-radius: 20px;
	}

	.nx-product__desc,
	.nx-product__more {
		margin-top: 32px;
	}
}

@media (max-width: 640px) {
	.nx-product {
		width: calc(100% - 20px);
	}

	.nx-product__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product button.nx-product__add,
	body.single-product button.nx-product__buy,
	body.single-product button.nx-product__tool {
		min-height: 48px !important;
		font-size: 15px !important;
	}

	.nx-product__review {
		padding: 14px;
	}

	.nx-product__review-avatar {
		width: 44px;
		height: 44px;
	}
}

.nx-cat__trail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	margin: 0 0 18px;
	color: #8a8a8a;
	font-size: 13px;
}

.nx-cat__trail a {
	color: #666;
	text-decoration: none;
}

.nx-cat__trail a:hover {
	color: #111;
}

.nx-cat__head {
	margin-bottom: 8px;
}

.nx-cat__head .nx-home__browse-title {
	font-size: 32px;
}

.nx-cat__subs {
	order: 0;
	margin-top: 28px;
}

.nx-cat__subs .nx-home__cats {
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	grid-template-rows: none;
}

.nx-home__cat {
	position: relative;
}

.nx-cat__fleche,
.nx-home__cat .nx-mega__fleche {
	position: absolute;
	top: 22px;
	right: 18px;
	margin: 0;
}

.nx-cat .nx-home__products-section {
	order: 1;
}

.nx-cat__empty {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 36px 0 0;
	color: #8a8a8a;
	font-size: 15px;
}

body.tax-product_cat .dt-breadcrumb-section,
body.tax-product_cat .breadcrumb-section,
body.tax-product_cat .shopire-breadcrumb,
body.tax-product_cat .woocommerce-products-header,
body.search .dt-breadcrumb-section,
body.search .breadcrumb-section,
body.search .shopire-breadcrumb,
body.search .woocommerce-products-header {
	display: none !important;
}

.nx-search__empty {
	margin: 8px 0 8px;
}

.nx-search__empty .nx-cat__empty {
	margin-top: 8px;
	margin-bottom: 8px;
}

body.tax-product_cat .wf_pagetitle,
body.tax-product_cat #wf_pagetitle,
body.search .wf_pagetitle,
body.search #wf_pagetitle {
	display: none !important;
}

.nx-home__product-name,
.nx-nav__search-prod-title,
.nx-cart__name,
.nx-thanks__items li {
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.nx-thanks-page {
		width: calc(100% - 20px);
		min-height: auto;
		padding: 20px 0 56px;
	}

	.nx-thanks__title {
		font-size: 22px;
	}

	.nx-thanks__text {
		font-size: 14px;
	}

	.nx-thanks__info {
		padding: 14px 14px;
	}

	.nx-footer__inner,
	.nx-footer__copy {
		padding-left: 16px;
		padding-right: 16px;
	}

	.nx-footer__logo .custom-logo,
	.nx-footer__logo .custom-logo-link {
		max-width: 140px;
	}

	.nx-cat__trail {
		font-size: 12px;
	}

	.nx-search__empty .nx-cart__empty-btn,
	.nx-search__empty a.nx-cart__empty-btn {
		width: 100% !important;
	}

	.nx-topad img {
		min-height: 0;
	}
}

@media (max-width: 1100px) and (min-width: 901px) {
	.nx-nav__bar {
		gap: 12px;
		padding: 10px 16px;
	}

	.nx-nav__brand .custom-logo-link,
	.nx-nav__brand .custom-logo {
		max-width: 118px;
	}

	.nx-nav__links {
		gap: 8px 14px;
	}
}

@media (max-width: 640px) {
	.nx-nav__bar {
		display: flex;
		align-items: center;
		gap: 8px 10px;
		padding: 8px 12px;
	}

	.nx-nav__search {
		display: none !important;
	}

	.nx-nav__brand .custom-logo-link,
	.nx-nav__brand .custom-logo {
		max-width: 104px;
	}
}

@media (max-width: 520px) {
	.nx-nav__brand .custom-logo-link,
	.nx-nav__brand .custom-logo {
		max-width: 96px;
	}

	.nx-nav__sitename {
		font-size: 18px;
	}

	.nx-nav__mobile .nx-nav__cart {
		width: 100%;
		justify-content: center;
	}
}