:root {
	--theme-width: 1360px;
	--theme-padding: 32px;
	--theme-screen-padding: 40px;
	--theme-radius: 8px;

	--theme-body-font: Outfit, sans-serif;
	--theme-body-font-size: 16px;
	--theme-body-font-weight: 400;
	--theme-body-letter-spacing: -0.02em;
	--theme-body-line-height: 1.5;
	--theme-body-text-align: start;

	--theme-heading-font: Outfit, sans-serif;
	--theme-heading-font-weight: 500;
	--theme-heading-letter-spacing: -0.02em;
	--theme-heading-line-height: 1.5;

	--theme-brand-font: Outfit, sans-serif;
	--theme-brand-font-size: 34px;
	--theme-brand-font-weight: 600;
	--theme-brand-image: 32px;
	--theme-brand-image-mobile: 28px;

	--theme-primary-menu-font: Outfit, sans-serif;
	--theme-primary-menu-font-size: 17px;
	--theme-primary-menu-font-weight: 500;
	--theme-primary-menu-letter-spacing: -0.02em;
	--theme-primary-menu-text-transform: none;

	--theme-slider-font: 18px;
	--theme-slider-navigation: 52px;
	--theme-slider-navigation-font: 28px;
	--theme-slider-dots: 6px;
	--theme-slider-dots-gap: 6px;

	--theme-drawer-width: 380px;
	--theme-drawer-padding: 24px;
	--theme-drawer-menu-font-size: 18px;
	--theme-drawer-menu-font-weight: 600;
	--theme-drawer-menu-padding: 13px;
	--theme-drawer-menu-arrow-size: 16px;
	--theme-drawer-sub-menu-font-size: 16px;
	--theme-drawer-sub-menu-font-weight: 400;
	--theme-drawer-sub-menu-padding: 10px;
	--theme-drawer-secondary-menu-font-size: 14px;
	--theme-drawer-secondary-menu-font-weight: 500;
	--theme-drawer-secondary-menu-padding: 10px;
	--theme-drawer-category-menu-font-size: 15px;
	--theme-drawer-category-menu-font-weight: 500;
	--theme-drawer-category-menu-padding: 16px;

	--theme-product-name-font: Outfit, sans-serif;
	--theme-product-price-font: Outfit, sans-serif;

	--theme-overlay-opacity: 0.2;

	--theme-footer-margin: 30px;
	--theme-footer-margin-desktop: 60px;

	--theme-ease-time-slow: 0.5s;
	--theme-ease-time-fast: 0.2s;
	--theme-ease-primary: cubic-bezier(0.7, 0, 0.3, 1);
	--theme-ease-secondary: cubic-bezier(0.3, 1, 0.3, 1);
	--theme-ease-in: cubic-bezier(0.4, 0, 1, 1);
	--theme-ease-out: cubic-bezier(0, 0, 0.2, 1);
	--theme-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
	--theme-animate-spin: spin 1s linear infinite;
	--theme-animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
	--theme-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	--theme-animate-bounce: bounce 1s infinite;

	--colors-white: 255, 255, 255;
	--colors-black: 0, 0, 0;

	--colors-page-content-background: 255, 255, 255;

	--colors-primary-background: 224, 26, 43;
	--colors-primary-foreground: 255, 255, 255;
	--colors-secondary-background: 230, 134, 0;
	--colors-secondary-foreground: 255, 255, 255;

	--colors-sub-menu-background: 255, 255, 255;
	--colors-sub-menu-foreground: 0, 0, 0;
	--colors-sub-menu-accent: 224, 26, 43;
	--colors-sub-menu-border: var(--color-gray-200);
	--colors-sub-menu-border-inner: var(--color-gray-100);

	--colors-drawer-background: 255, 255, 255;
	--colors-drawer-color: 0, 0, 0;
	--colors-drawer-border: var(--color-gray-200);

	--colors-gray-50: var(--color-gray-50);
	--colors-gray-100: var(--color-gray-100);
	--colors-gray-200: var(--color-gray-200);
	--colors-gray-300: var(--color-gray-300);
	--colors-gray-400: var(--color-gray-400);
	--colors-gray-500: var(--color-gray-500);
	--colors-gray-600: var(--color-gray-600);
	--colors-gray-700: var(--color-gray-700);
	--colors-gray-800: var(--color-gray-800);
	--colors-gray-900: var(--color-gray-900);
	--colors-gray-950: var(--color-gray-950);

	--colors-red-light: var(--color-rose-50);
	--colors-red: var(--color-rose-600);
	--colors-red-dark: var(--color-rose-950);
	--colors-green-light: var(--color-green-50);
	--colors-green: var(--color-green-500);
	--colors-green-dark: var(--color-green-950);
	--colors-orange-light: var(--color-orange-50);
	--colors-orange: var(--color-orange-500);
	--colors-orange-dark: var(--color-orange-950);
	--colors-yellow-light: var(--color-yellow-50);
	--colors-yellow: var(--color-yellow-400);
	--colors-yellow-dark: var(--color-yellow-950);
	--colors-blue-light: var(--color-sky-50);
	--colors-blue: var(--color-sky-500);
	--colors-blue-dark: var(--color-sky-950);

	--form-button-font: Outfit, sans-serif;
	--form-button-font-size-sm: 13px;
	--form-button-font-size-base: 14px;
	--form-button-font-size-lg: 15px;
	--form-button-font-weight: 600;
	--form-button-letter-spacing: -0.02em;
	--form-button-text-transform: none;
	--form-button-size-sm: 36px;
	--form-button-size-base: 42px;
	--form-button-size-lg: 48px;

	--form-input-font: Outfit, sans-serif;
	--form-input-font-size-sm: 13px;
	--form-input-font-size-base: 14px;
	--form-input-font-size-lg: 15px;
	--form-input-font-weight: 500;
	--form-input-letter-spacing: -0.02em;
	--form-input-text-transform: none;
	--form-input-size-sm: 36px;
	--form-input-size-base: 42px;
	--form-input-size-lg: 48px;

	--form-checkbox-size: 16px;

	--form-label-font-size: 13px;
	--form-label-font-weight: 500;

	--form-quantity-size-sm: 34px;
	--form-quantity-size-base: 42px;
	--form-quantity-size-lg: 48px;
	--form-quantity-font-size-sm: 14px;
	--form-quantity-font-size-base: 15px;
	--form-quantity-font-size-lg: 16px;
	--form-quantity-disabled-opacity: 0.2;

	--tracking-tighter: -0.05em;
	--tracking-tight: -0.025em;
	--tracking-normal: 0em;
	--tracking-wide: 0.025em;
	--tracking-wider: 0.05em;
	--tracking-widest: 0.1em;

	--leading-none: 1.1;
	--leading-tight: 1.25;
	--leading-snug: 1.375;
	--leading-normal: 1.5;
	--leading-relaxed: 1.625;
	--leading-loose: 2;

	--shadow-2xs: 0 1px rgba(0, 0, 0, 0.0509803922);
	--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.0509803922);
	--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1019607843), 0 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1019607843), 0 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
	--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.2509803922);

	--radius-none: 0;
	--radius-xs: 0.125rem;
	--radius-sm: 0.25rem;
	--radius-md: 0.375rem;
	--radius-lg: 0.5rem;
	--radius-xl: 0.75rem;
	--radius-2xl: 1rem;
	--radius-3xl: 1.5rem;
	--radius-4xl: 2rem;
	--radius-theme: var(--theme-radius);
	--radius-full: 624.9375rem;

	--text-2xs: 10px;
	--text-xs: 12px;
	--text-sm: 14px;
	--text-base: 16px;
	--text-lg: 18px;
	--text-xl: 20px;
	--text-2xl: 24px;
	--text-3xl: 30px;
	--text-4xl: 36px;
	--text-5xl: 40px;
	--text-6xl: 48px;
	--text-7xl: 56px;
	--text-8xl: 66px;
	--text-9xl: 72px;
	--text-10xl: 86px;
	--text-11xl: 96px;
	--text-12xl: 116px;
	--text-13xl: 126px;
	--text-14xl: 136px;
	--text-15xl: 146px;
	--text-16xl: 156px;

	--color-slate-50: 248, 250, 252;
	--color-slate-100: 241, 245, 249;
	--color-slate-200: 226, 232, 240;
	--color-slate-300: 203, 213, 225;
	--color-slate-400: 148, 163, 184;
	--color-slate-500: 100, 116, 139;
	--color-slate-600: 71, 85, 105;
	--color-slate-700: 51, 65, 85;
	--color-slate-800: 30, 41, 59;
	--color-slate-900: 15, 23, 42;
	--color-slate-950: 2, 6, 23;
	--color-gray-50: 249, 250, 251;
	--color-gray-100: 243, 244, 246;
	--color-gray-200: 229, 231, 235;
	--color-gray-300: 209, 213, 219;
	--color-gray-400: 156, 163, 175;
	--color-gray-500: 107, 114, 128;
	--color-gray-600: 75, 85, 99;
	--color-gray-700: 55, 65, 81;
	--color-gray-800: 31, 41, 55;
	--color-gray-900: 17, 24, 39;
	--color-gray-950: 3, 7, 18;
	--color-zinc-50: 250, 250, 250;
	--color-zinc-100: 244, 244, 245;
	--color-zinc-200: 228, 228, 231;
	--color-zinc-300: 212, 212, 216;
	--color-zinc-400: 161, 161, 170;
	--color-zinc-500: 113, 113, 122;
	--color-zinc-600: 82, 82, 91;
	--color-zinc-700: 63, 63, 70;
	--color-zinc-800: 39, 39, 42;
	--color-zinc-900: 24, 24, 27;
	--color-zinc-950: 9, 9, 11;
	--color-neutral-50: 250, 250, 250;
	--color-neutral-100: 245, 245, 245;
	--color-neutral-200: 229, 229, 229;
	--color-neutral-300: 212, 212, 212;
	--color-neutral-400: 163, 163, 163;
	--color-neutral-500: 115, 115, 115;
	--color-neutral-600: 82, 82, 82;
	--color-neutral-700: 64, 64, 64;
	--color-neutral-800: 38, 38, 38;
	--color-neutral-900: 23, 23, 23;
	--color-neutral-950: 10, 10, 10;
	--color-stone-50: 250, 250, 249;
	--color-stone-100: 245, 245, 244;
	--color-stone-200: 231, 229, 228;
	--color-stone-300: 214, 211, 209;
	--color-stone-400: 168, 162, 158;
	--color-stone-500: 120, 113, 108;
	--color-stone-600: 87, 83, 78;
	--color-stone-700: 68, 64, 60;
	--color-stone-800: 41, 37, 36;
	--color-stone-900: 28, 25, 23;
	--color-stone-950: 12, 10, 9;
	--color-red-50: 254, 242, 242;
	--color-red-100: 254, 226, 226;
	--color-red-200: 254, 205, 205;
	--color-red-300: 252, 165, 165;
	--color-red-400: 248, 113, 113;
	--color-red-500: 239, 68, 68;
	--color-red-600: 220, 38, 38;
	--color-red-700: 185, 28, 28;
	--color-red-800: 153, 27, 27;
	--color-red-900: 127, 29, 29;
	--color-red-950: 77, 14, 14;
	--color-orange-50: 255, 247, 237;
	--color-orange-100: 255, 237, 213;
	--color-orange-200: 254, 215, 170;
	--color-orange-300: 253, 186, 116;
	--color-orange-400: 251, 146, 60;
	--color-orange-500: 249, 115, 22;
	--color-orange-600: 234, 88, 12;
	--color-orange-700: 194, 65, 12;
	--color-orange-800: 154, 52, 18;
	--color-orange-900: 124, 45, 18;
	--color-orange-950: 67, 20, 7;
	--color-amber-50: 255, 251, 235;
	--color-amber-100: 254, 243, 199;
	--color-amber-200: 253, 230, 138;
	--color-amber-300: 252, 211, 77;
	--color-amber-400: 251, 191, 36;
	--color-amber-500: 245, 158, 11;
	--color-amber-600: 217, 119, 6;
	--color-amber-700: 180, 83, 9;
	--color-amber-800: 146, 64, 14;
	--color-amber-900: 120, 53, 15;
	--color-amber-950: 69, 26, 3;
	--color-yellow-50: 254, 252, 232;
	--color-yellow-100: 254, 249, 195;
	--color-yellow-200: 254, 240, 138;
	--color-yellow-300: 253, 224, 71;
	--color-yellow-400: 250, 204, 21;
	--color-yellow-500: 234, 179, 8;
	--color-yellow-600: 202, 138, 4;
	--color-yellow-700: 161, 98, 7;
	--color-yellow-800: 133, 77, 14;
	--color-yellow-900: 113, 63, 18;
	--color-yellow-950: 66, 32, 6;
	--color-lime-50: 247, 254, 231;
	--color-lime-100: 236, 252, 203;
	--color-lime-200: 217, 249, 157;
	--color-lime-300: 190, 242, 100;
	--color-lime-400: 163, 230, 53;
	--color-lime-500: 132, 204, 22;
	--color-lime-600: 101, 163, 13;
	--color-lime-700: 77, 124, 15;
	--color-lime-800: 63, 98, 18;
	--color-lime-900: 54, 83, 20;
	--color-lime-950: 26, 46, 5;
	--color-green-50: 240, 253, 244;
	--color-green-100: 220, 252, 231;
	--color-green-200: 187, 247, 208;
	--color-green-300: 134, 239, 172;
	--color-green-400: 74, 222, 128;
	--color-green-500: 34, 197, 94;
	--color-green-600: 22, 163, 74;
	--color-green-700: 21, 128, 61;
	--color-green-800: 22, 101, 52;
	--color-green-900: 20, 83, 45;
	--color-green-950: 5, 46, 22;
	--color-emerald-50: 236, 253, 245;
	--color-emerald-100: 209, 250, 229;
	--color-emerald-200: 167, 243, 208;
	--color-emerald-300: 110, 231, 183;
	--color-emerald-400: 52, 211, 153;
	--color-emerald-500: 16, 185, 129;
	--color-emerald-600: 5, 150, 105;
	--color-emerald-700: 4, 120, 87;
	--color-emerald-800: 6, 95, 70;
	--color-emerald-900: 6, 78, 59;
	--color-emerald-950: 2, 44, 34;
	--color-teal-50: 240, 253, 250;
	--color-teal-100: 204, 251, 241;
	--color-teal-200: 153, 246, 228;
	--color-teal-300: 94, 234, 212;
	--color-teal-400: 45, 212, 191;
	--color-teal-500: 20, 184, 166;
	--color-teal-600: 13, 148, 136;
	--color-teal-700: 15, 118, 110;
	--color-teal-800: 17, 94, 89;
	--color-teal-900: 19, 78, 74;
	--color-teal-950: 4, 47, 46;
	--color-cyan-50: 236, 254, 255;
	--color-cyan-100: 207, 250, 254;
	--color-cyan-200: 165, 243, 252;
	--color-cyan-300: 103, 232, 249;
	--color-cyan-400: 34, 211, 238;
	--color-cyan-500: 6, 182, 212;
	--color-cyan-600: 8, 145, 178;
	--color-cyan-700: 14, 116, 144;
	--color-cyan-800: 21, 94, 117;
	--color-cyan-900: 22, 78, 99;
	--color-cyan-950: 8, 51, 68;
	--color-sky-50: 240, 249, 255;
	--color-sky-100: 224, 242, 254;
	--color-sky-200: 186, 230, 253;
	--color-sky-300: 125, 211, 252;
	--color-sky-400: 56, 189, 248;
	--color-sky-500: 14, 165, 233;
	--color-sky-600: 2, 132, 199;
	--color-sky-700: 3, 105, 161;
	--color-sky-800: 7, 89, 133;
	--color-sky-900: 12, 74, 110;
	--color-sky-950: 8, 47, 73;
	--color-blue-50: 239, 246, 255;
	--color-blue-100: 219, 234, 254;
	--color-blue-200: 191, 219, 254;
	--color-blue-300: 147, 197, 253;
	--color-blue-400: 96, 165, 250;
	--color-blue-500: 59, 130, 246;
	--color-blue-600: 37, 99, 235;
	--color-blue-700: 29, 78, 216;
	--color-blue-800: 30, 64, 175;
	--color-blue-900: 30, 58, 138;
	--color-blue-950: 23, 37, 84;
	--color-indigo-50: 238, 242, 255;
	--color-indigo-100: 224, 231, 255;
	--color-indigo-200: 199, 210, 254;
	--color-indigo-300: 165, 180, 252;
	--color-indigo-400: 129, 140, 248;
	--color-indigo-500: 99, 102, 241;
	--color-indigo-600: 79, 70, 229;
	--color-indigo-700: 67, 56, 202;
	--color-indigo-800: 55, 48, 163;
	--color-indigo-900: 49, 46, 129;
	--color-indigo-950: 30, 27, 75;
	--color-violet-50: 245, 243, 255;
	--color-violet-100: 237, 233, 254;
	--color-violet-200: 221, 214, 254;
	--color-violet-300: 196, 181, 253;
	--color-violet-400: 167, 139, 250;
	--color-violet-500: 139, 92, 246;
	--color-violet-600: 124, 58, 237;
	--color-violet-700: 109, 40, 217;
	--color-violet-800: 91, 33, 182;
	--color-violet-900: 76, 29, 149;
	--color-violet-950: 46, 16, 101;
	--color-purple-50: 250, 245, 255;
	--color-purple-100: 243, 232, 255;
	--color-purple-200: 233, 213, 255;
	--color-purple-300: 216, 180, 254;
	--color-purple-400: 192, 132, 252;
	--color-purple-500: 168, 85, 247;
	--color-purple-600: 147, 51, 234;
	--color-purple-700: 126, 34, 206;
	--color-purple-800: 107, 33, 168;
	--color-purple-900: 88, 28, 135;
	--color-purple-950: 59, 7, 100;
	--color-fuchsia-50: 253, 244, 255;
	--color-fuchsia-100: 250, 232, 255;
	--color-fuchsia-200: 245, 208, 254;
	--color-fuchsia-300: 240, 171, 252;
	--color-fuchsia-400: 232, 121, 249;
	--color-fuchsia-500: 217, 70, 239;
	--color-fuchsia-600: 192, 38, 211;
	--color-fuchsia-700: 162, 28, 175;
	--color-fuchsia-800: 134, 25, 143;
	--color-fuchsia-900: 112, 26, 117;
	--color-fuchsia-950: 74, 4, 78;
	--color-pink-50: 253, 242, 248;
	--color-pink-100: 252, 231, 243;
	--color-pink-200: 251, 207, 232;
	--color-pink-300: 249, 168, 212;
	--color-pink-400: 244, 114, 182;
	--color-pink-500: 236, 72, 153;
	--color-pink-600: 219, 39, 119;
	--color-pink-700: 190, 24, 93;
	--color-pink-800: 157, 23, 77;
	--color-pink-900: 131, 24, 67;
	--color-pink-950: 80, 7, 36;
	--color-rose-50: 255, 241, 242;
	--color-rose-100: 255, 228, 230;
	--color-rose-200: 254, 205, 211;
	--color-rose-300: 253, 164, 175;
	--color-rose-400: 251, 113, 133;
	--color-rose-500: 244, 63, 94;
	--color-rose-600: 225, 29, 72;
	--color-rose-700: 190, 18, 60;
	--color-rose-800: 159, 18, 57;
	--color-rose-900: 136, 19, 55;
	--color-rose-950: 76, 5, 25;
}

/*------------------------------------
	Clearfix
------------------------------------*/
	/* --- Default border clearfix --- */
	*,
	:after,
	:before {
		border: 0 solid #e5e7eb;
	}

	/* --- Html clearfix --- */
	html {
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overscroll-behavior-y: contain;
	}

	/* --- Body clearfix --- */
	body {
		font-family: var(--theme-body-font);
		font-size: var(--theme-body-font-size);
		font-weight: var(--theme-body-font-weight);
		line-height: var(--theme-body-line-height);
		letter-spacing: var(--theme-body-letter-spacing);
		text-align: var(--theme-body-text-align);
	}

	body.drawer-open,
	body.popup-enable {
		overflow: hidden;
	}

	/* --- Image clearfix --- */
	img {
		max-width: 100%;
		height: auto;
		image-rendering: -webkit-optimize-contrast;
	}

	/* --- Heading clearfix --- */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: var(--theme-heading-font);
		font-weight: var(--theme-heading-font-weight);
		letter-spacing: var(--theme-heading-letter-spacing);
		line-height: var(--theme-heading-line-height);
	}

	/* --- A clearfix --- */
	a {
		color: rgb(var(--colors-primary-background));
		text-decoration: none;
	}

	/* Code clearfix */
	code {
		-webkit-margin-end: 0.125rem;
		margin-inline-end: 0.125rem;
		-webkit-margin-start: 0.0625rem;
		margin-inline-start: 0.0625rem;
	}

	/* Pre clearfix */
	pre {
		font-size: 0.875rem !important;
		line-height: 1.7 !important;
		-webkit-margin-before: 0;
		margin-block-start: 0;
		-webkit-margin-after: 0;
		margin-block-end: 0;
		padding: 1.25rem;
		background-color: rgb(var(--colors-gray-50));
		border-radius: var(--theme-radius);
		white-space: pre-line;
	}

	pre code {
		font-size: inherit !important;
		line-height: inherit !important;
	}

	/* ol clearfix */
	ol li+li {
		margin-top: 0.375rem;
	}

	/* No resize */
	.no-resize {
		resize: none;
	}

	em {
		display: block;
		font-size: var(--text-xs);
		margin-block: 0.125rem;
	}

	/* --- Container clearfix --- */
	.container {
		max-width: var(--theme-width);
		margin: 0 auto;
	}

	@media screen and (min-width: 1024.02px) {
		.container {
			--bs-gutter-x: var(--theme-padding);
			padding-left: var(--theme-screen-padding);
			padding-right: var(--theme-screen-padding);
		}
	}

	.container.max-w-wide {
		max-width: 118.75rem;
	}

	/* --- Row clearfix --- */
	@media screen and (min-width: 1024.02px) {
		.row {
			--bs-gutter-x: var(--theme-padding);
		}
	}

	/* --- Page content clearfix --- */
	.page-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		min-height: 100dvh;
		background-color: rgb(var(--colors-page-content-background));
	}

	.page-content > * {
		width: 100%;
	}

	.page-content .main-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	@media screen and (min-width: 1024.02px) {
		body[class*="boxed-layout"] .page-content {
			margin-inline: auto;
			max-width: var(--theme-width);
			box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
		}
	}

	/* Page inner */
	.page-inner {
		--page-inner-gap: 30px;
		--page-inner-secondary-width: 300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-inner {
			gap: 0;
		}
	}

	.page-inner>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.page-inner>*.primary-content {
			width: calc(100% - var(--page-inner-secondary-width));
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}

		.page-inner>*.primary-content.order-1 {
			-webkit-padding-end: calc(var(--theme-padding) * 2);
			padding-inline-end: calc(var(--theme-padding) * 2);
		}

		.page-inner>*.primary-content.order-2 {
			-webkit-padding-start: calc(var(--theme-padding) * 2);
			padding-inline-start: calc(var(--theme-padding) * 2);
		}

		.page-inner>*.secondary-content {
			width: var(--page-inner-secondary-width);
		}
	}

	.page-inner>*.secondary-content.sticky {
		top: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-inner.reverse {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.page-inner.reverse>*.primary-content {
			-webkit-padding-start: calc(var(--theme-padding) * 2);
			padding-inline-start: calc(var(--theme-padding) * 2);
			-webkit-padding-end: 0;
			padding-inline-end: 0;
		}
	}

	.page-inner:not(:has(.secondary-content)) .primary-content {
		padding-inline: 0;
	}

	/* --- Overlay block clearfix --- */
	.overlay-block {
		display: grid;
	}

	.overlay-block>* {
		grid-column: 1;
		grid-row: 1;
	}

	/* Text decoration none */
	.decoration-none {
		text-decoration: none;
	}

	/* Table */
	table:not(.shop_table):not(.woocommerce-grouped-product-list):not(.variations):not(.woocommerce-product-attributes) {
		width: 100%;
		margin-bottom: 1.25rem;
		border: 1px solid rgb(var(--colors-gray-200));
	}

	table:not(.shop_table):not(.woocommerce-grouped-product-list):not(.variations):not(.woocommerce-product-attributes) thead {
		background-color: rgb(var(--colors-gray-50));
	}

	table:not(.shop_table):not(.woocommerce-grouped-product-list):not(.variations):not(.woocommerce-product-attributes) tr th,
	table:not(.shop_table):not(.woocommerce-grouped-product-list):not(.variations):not(.woocommerce-product-attributes) tr td {
		padding: 0.375rem 0.75rem;
		border-top: 1px solid rgb(var(--colors-gray-200));
		-webkit-border-end: 1px solid rgb(var(--colors-gray-200));
		border-inline-end: 1px solid rgb(var(--colors-gray-200));
	}

	/* Blockquote */
	blockquote {
		--blockquote-width: 768px;
		--blockquote-size-mobile: 22px;
		--blockquote-size-desktop: 28px;
		max-width: var(--blockquote-width);
		margin-inline: auto;
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		blockquote {
			margin-top: 1.875rem;
		}
	}

	blockquote p {
		font-size: var(--blockquote-size-mobile);
		font-weight: 500;
	}

	@media screen and (min-width: 1024.02px) {
		blockquote p {
			font-size: var(--blockquote-size-desktop);
		}
	}

	blockquote cite {
		font-size: var(--text-sm);
		font-style: normal;
		color: rgb(var(--colors-gray-500));
	}

	html[dir=rtl] .accordion-button::after {
		margin-left: 0;
		margin-right: auto;
	}

/*------------------------------------
	Global
------------------------------------*/
	/* Brand */
	.brand {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.brand a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: currentColor;
		text-decoration: none;
	}

	.brand a .brand-text {
		font-family: var(--theme-brand-font);
		font-size: var(--theme-brand-font-size);
		font-weight: var(--theme-brand-font-weight);
	}

	.brand a img {
		height: var(--theme-brand-image-mobile);
	}

	.header:not(.header-color-style-2,.header-color-style-4) .brand a .dark {
		display: none;
	}

	.header-color-style-2 .brand a .light,
	.header-color-style-4 .brand a .light {
		display: none;
	}

	.header.is-transparent .brand a .light {
		display: none;
	}

	.header.is-transparent .brand a .dark {
		display: block;
	}

	.header.is-transparent:hover .brand a .light {
		display: block;
	}

	.header.is-transparent:hover .brand a .dark {
		display: none;
	}

	@media screen and (min-width: 1024.02px) {
		.brand a img {
			height: var(--theme-brand-image);
		}
	}

	/* Preloader */
	.preloader {
		--size: 36px;
		--duration: 550ms;
		--border-width: 1px;
		--color: color-rgb(black);
		width: var(----size, 2.25rem);
		height: var(----size, 2.25rem);
		border: var(--border-width, 1px) solid transparent;
		border-inline-start-color: var(--color);
		border-radius: 50%;
		vertical-align: middle;
		-webkit-animation: rotate var(--duration, 550ms) infinite linear;
		animation: rotate var(--duration, 550ms) infinite linear;
	}

	.preloader-pseudo:after {
		content: "";
		width: var(----size, 2.25rem);
		height: var(----size, 2.25rem);
		border: var(--border-width, 1px) solid transparent;
		border-inline-start-color: var(--color);
		border-radius: 50%;
		vertical-align: middle;
		-webkit-animation: rotate var(--duration, 550ms) infinite linear;
		animation: rotate var(--duration, 550ms) infinite linear;
	}

	/* Link border animation */
	.reversed-link {
		--link-leading: 1.3;
		--reversed-link-gap: min(100%, 1.6em);
		--transform-origin-start: left;
		--transform-origin-end: right;
		--transition-time: .55s;
		--transition-timing-function: cubic-bezier(.3, 1, .3, 1);
		line-height: var(--link-leading);
		background: -webkit-gradient(linear, , from(currentColor), to(currentColor)) 0 var(--reversed-link-gap)/0 1px no-repeat;
		background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) 0 var(--reversed-link-gap)/0 1px no-repeat;
		background-position-x: var(--transform-origin-end);
		-webkit-transition: background-size var(--transition-time) var(--transition-timing-function), color 0s step-end, background-color 0s step-end, border-color 0s step-end, outline-color 0s step-end;
		transition: background-size var(--transition-time) var(--transition-timing-function), color 0s step-end, background-color 0s step-end, border-color 0s step-end, outline-color 0s step-end;
	}

	@media (hover: hover) and (pointer: fine) {
		.reversed-link:hover {
			background-position-x: var(--transform-origin-start);
			background-size: 100% 1px;
		}
	}

	/* Link border animation alt */
	.reversed-link-alt {
		--link-leading: 1.3;
		--reversed-link-gap: min(100%, 1.6em);
		--transform-origin-start: left;
		--transform-origin-end: right;
		--transition-time: .55s;
		--transition-timing-function: cubic-bezier(.3, 1, .3, 1);
		line-height: var(--link-leading);
		background: -webkit-gradient(linear, , from(currentColor), to(currentColor)) 0 var(--reversed-link-gap)/100% 1px no-repeat;
		background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) 0 var(--reversed-link-gap)/100% 1px no-repeat;
		background-position-x: var(--transform-origin-start);
		-webkit-transition: background-size var(--transition-time) var(--transition-timing-function), color 0s step-end, background-color 0s step-end, border-color 0s step-end, outline-color 0s step-end;
		transition: background-size var(--transition-time) var(--transition-timing-function), color 0s step-end, background-color 0s step-end, border-color 0s step-end, outline-color 0s step-end;
	}

	@media (hover: hover) and (pointer: fine) {
		.reversed-link-alt:hover {
			background-position-x: var(--transform-origin-end);
			background-size: 0 1px;
		}
	}

	/* Custom colors */
	.custom-background {
		background-color: var(--background-color);
	}

	.custom-color {
		color: var(--color);
	}

	.custom-gradient {
		background: -webkit-gradient(linear, , from(var(--grandient-start-color)), to(var(--grandient-end-color)));
		background: linear-gradient(to var(--grandient-direction), var(--grandient-start-color), var(--grandient-end-color));
	}

	/* Custom width */
	.width {
		width: var(--w);
	}

	@media screen and (min-width: 1024.02px) {
		.lg\:width {
			width: var(--w-lg);
		}
	}

	@media screen and (min-width: 576.02px) {
		.sm\:width {
			width: var(--w-sm);
		}
	}

	/* Custom height */
	.height {
		height: var(--h);
	}

	@media screen and (min-width: 1024.02px) {
		.lg\:height {
			height: var(--h-lg);
		}
	}

	@media screen and (min-width: 576.02px) {
		.sm\:height {
			height: var(--h-sm);
		}
	}

	/* Link */
	.link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: var(--form-button-font);
		font-size: var(--form-button-font-size-base);
		font-weight: var(--form-button-font-weight);
		text-decoration: none;
		color: currentColor;
	}

	.link.size-sm {
		font-size: var(--form-button-font-size-sm);
	}

	.link.size-lg {
		font-size: var(--form-button-font-size-lg);
	}

	/* Wrap link */
	.wrap-link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		z-index: 10;
	}

	/* Image hover effect */
	.hover-zoom {
		--transition: var(--theme-ease-primary);
		--transition-duration: var(--theme-ease-time-slow);
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-transition-timing-function: var(--transition);
		transition-timing-function: var(--transition);
		-webkit-transition-duration: var(--transition-duration);
		transition-duration: var(--transition-duration);
	}

	.hover-zoom:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.hover-zoom-rotate:hover {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	/* Marquee */
	.marquee-wrapper {
		--marquee-duration: 50s;
		--marquee-direction: normal;
		position: relative;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.marquee-wrapper .marquee-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		-webkit-animation: marquee-horizontal linear infinite;
		animation: marquee-horizontal linear infinite;
		-webkit-animation-duration: var(--marquee-duration);
		animation-duration: var(--marquee-duration);
		-webkit-animation-direction: var(--marquee-direction);
		animation-direction: var(--marquee-direction);
	}

	.marquee-wrapper .marquee-inner.pause-on-hover:hover {
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}

	.marquee-wrapper .marquee-inner .marquee-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.marquee-wrapper .marquee-inner.animation-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		-webkit-animation: marquee-vertical linear infinite;
		animation: marquee-vertical linear infinite;
		-webkit-animation-duration: var(--marquee-duration);
		animation-duration: var(--marquee-duration);
		-webkit-animation-direction: var(--marquee-direction);
		animation-direction: var(--marquee-direction);
	}

	.marquee-wrapper .marquee-inner.animation-vertical .marquee-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* GDPR */
	.gdpr {
		z-index: 101;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		pointer-events: none;
		-webkit-transition: all 0.3s var(--theme-ease-secondary);
		transition: all 0.3s var(--theme-ease-secondary);
	}

	.gdpr-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.gdpr-inner {
			gap: 1.25rem;
		}
	}

	.gdpr-inner p {
		font-size: var(--text-sm);
		line-height: 0;
		margin-bottom: 0;
	}

	.gdpr-inner p .link {
		font-size: inherit;
	}

	.gdpr.style-1 .gdpr-inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0.625rem;
	}

	.gdpr.style-2 {
		left: 2rem;
		bottom: 2rem;
		max-width: 21.25rem;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	.gdpr.style-2 .gdpr-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.gdpr.style-2 .gdpr-inner {
			padding: 2rem;
			gap: 2rem;
		}
	}

	.gdpr.style-2 .gdpr-inner p {
		line-height: inherit;
	}

	.gdpr.gdpr-show {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		pointer-events: auto;
	}

	.gdpr.gdpr-hidden {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		pointer-events: none;
		transition: 0;
	}

	/* Close button */
	.close-button {
		--close-icon-size: 20px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.close-button a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: currentColor;
		text-decoration: none;
	}

	.close-button a svg {
		width: var(--close-icon-size);
		height: var(--close-icon-size);
	}

	/* Empty content */
	.empty {
		--empty-icon: 56px;
		--empty-title: 18px;
		--empty-description: 12px;
		text-align: center;
	}

	.empty svg {
		width: var(--empty-icon);
		height: auto;
		margin-bottom: 2.25rem;
	}

	.empty .empty-content .entry-title {
		font-size: var(--empty-title);
		font-weight: 600;
	}

	.empty .empty-content p {
		font-size: var(--empty-description);
		opacity: 0.5;
		margin-bottom: 0;
	}

	.empty .empty-content a {
		width: 100%;
		margin-top: 1.25rem;
	}

	/* Newsletter form */
	.newsletter-form form .mc4wp-form-fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
		margin-bottom: 0.875rem;
	}

	/* Form privacy */
	.form-privacy p {
		margin-bottom: 0;
	}

	/* Newsletter module */
	.newsletter-module .column {
		max-width: 28.75rem;
	}

	.newsletter-module .column.newsletter-form a {
		font-weight: 600;
		color: currentColor;
		text-decoration: none;
	}

	/* Page header */
	.page-header {
		position: relative;
		text-align: center;
		margin-bottom: 1.25rem;
		z-index: 1;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header {
			margin-bottom: 4.125rem;
		}
	}

	body.woocommerce-account.not-logged .page-header {
		display: none;
	}

	.page-header .page-header-inner {
		padding-block: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header .page-header-inner {
			padding-block: 4.125rem;
		}
	}

	.page-header:has(.page-header-background) .page-header-inner {
		padding-block: 2.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header:has(.page-header-background) .page-header-inner {
			padding-block: 7.875rem;
		}
	}

	.page-header .entry-subtitle {
		font-size: var(--text-sm);
	}

	@media screen and (min-width: 1024.02px) {
		.page-header .entry-subtitle {
			font-size: var(--text-base);
			margin-bottom: 0.375rem;
		}
	}

	.page-header .entry-title {
		font-size: var(--text-4xl);
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header .entry-title {
			font-size: var(--text-9xl);
		}
	}

	.page-header .entry-description {
		max-width: 62rem;
		margin-inline: auto;
		margin-top: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header .entry-description {
			margin-top: 1.25rem;
		}
	}

	.page-header .entry-description p {
		font-size: var(--text-base);
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.page-header .entry-description p {
			font-size: var(--text-lg);
		}
	}

	.page-header .page-header-background {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		z-index: -1;
	}

	.page-header.style-1 .page-header-inner {
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	.woocommerce-order-received .page-header {
		display: none;
	}

	/* Pagination */
	.pagination,
	.woocommerce-pagination,
	.pagination-wrap {
		--pagination-text-size: 13px;
		--pagination-size: 40px;
		--pagination-radius: var(--theme-radius);
		--pagination-color: rgb(var(--colors-black));
		--pagination-background-color: transparent;
		--pagination-border-color: transparent;
		--pagination-active-color: rgb(var(--colors-white));
		--pagination-active-background-color: rgb(var(--colors-primary-background));
		--pagination-active-border-color: transparent;
		--pagination-hover-color: rgb(var(--colors-black));
		--pagination-hover-background-color: rgb(var(--colors-gray-100));
		--pagination-hover-border-color: transparent;
		margin-top: 2.25rem;
	}

	@media screen and (min-width: 576.02px) {

		.pagination,
		.woocommerce-pagination,
		.pagination-wrap {
			margin-top: 4.125rem;
		}
	}

	.pagination ul,
	.woocommerce-pagination ul,
	.pagination-wrap ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0.25rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pagination ul li a,
	.woocommerce-pagination ul li a,
	.pagination-wrap ul li a {
		text-decoration: none;
		color: currentColor;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.pagination ul li>*,
	.woocommerce-pagination ul li>*,
	.pagination-wrap ul li>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--pagination-text-size);
		font-weight: 600;
		line-height: 1rem;
		width: 2.125rem;
		height: 2.125rem;
		color: var(--pagination-color);
		background-color: var(--pagination-background-color);
		border-radius: var(--pagination-radius);
		border: 1px solid var(--pagination-border-color);
	}

	@media screen and (min-width: 768.02px) {

		.pagination ul li>*,
		.woocommerce-pagination ul li>*,
		.pagination-wrap ul li>* {
			width: var(--pagination-size);
			height: var(--pagination-size);
		}
	}

	.pagination ul li>*:not(.current):hover,
	.pagination ul li>*:not(.prev):hover,
	.pagination ul li>*:not(.next):hover,
	.pagination ul li>*:not(.dots):hover,
	.woocommerce-pagination ul li>*:not(.current):hover,
	.woocommerce-pagination ul li>*:not(.prev):hover,
	.woocommerce-pagination ul li>*:not(.next):hover,
	.woocommerce-pagination ul li>*:not(.dots):hover,
	.pagination-wrap ul li>*:not(.current):hover,
	.pagination-wrap ul li>*:not(.prev):hover,
	.pagination-wrap ul li>*:not(.next):hover,
	.pagination-wrap ul li>*:not(.dots):hover {
		color: var(--pagination-hover-color);
		background-color: var(--pagination-hover-background-color);
		border-color: var(--pagination-hover-border-color);
	}

	.pagination ul li>*.dots,
	.woocommerce-pagination ul li>*.dots,
	.pagination-wrap ul li>*.dots {
		font-size: calc(var(--pagination-text-size) + 0.1875rem);
		line-height: calc(var(--pagination-text-size) + 0.1875rem);
		background-color: transparent !important;
	}

	.pagination ul li>*.prev,
	.pagination ul li>*.next,
	.woocommerce-pagination ul li>*.prev,
	.woocommerce-pagination ul li>*.next,
	.pagination-wrap ul li>*.prev,
	.pagination-wrap ul li>*.next {
		font-size: 1.25rem;
		background-color: transparent !important;
		width: auto;
	}

	@media screen and (min-width: 768.02px) {

		.pagination ul li>*.prev,
		.pagination ul li>*.next,
		.woocommerce-pagination ul li>*.prev,
		.woocommerce-pagination ul li>*.next,
		.pagination-wrap ul li>*.prev,
		.pagination-wrap ul li>*.next {
			font-size: 1.5rem;
		}
	}

	.pagination ul li>*.current,
	.woocommerce-pagination ul li>*.current,
	.pagination-wrap ul li>*.current {
		color: var(--pagination-active-color) !important;
		background-color: var(--pagination-active-background-color) !important;
		border-color: var(--pagination-active-border-color) !important;
	}

	.gloria-pagination-load_more nav.woocommerce-pagination,
	.gloria-pagination-infinite nav.woocommerce-pagination {
		display: none;
	}

	/* Accordion */
	.accordion {
		--accordion-button-size: 24px;
		--bs-accordion-color: rgb(var(--colors-black));
		--bs-accordion-bg: rgb(var(--colors-white));
		--bs-accordion-border-color: rgb(var(--colors-gray-200));
		--bs-accordion-btn-color: rgb(var(--colors-black));
		--bs-accordion-btn-bg: rgb(var(--colors-white));
		--bs-accordion-active-bg: rgb(var(--colors-white));
		--bs-accordion-active-color: rgb(var(--colors-black));
		--bs-accordion-btn-padding-y: 1.25rem;
	}

	.accordion .accordion-item {
		border: 0;
	}

	.accordion .accordion-item button {
		font-size: var(--text-base);
		font-weight: 600;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-inline: 0;
		border-bottom: 1px solid var(--bs-accordion-border-color);
	}

	@media screen and (min-width: 1024.02px) {
		.accordion .accordion-item button {
			font-size: var(--accordion-button-size);
		}
	}

	.accordion .accordion-item .accordion-body {
		padding-inline: 0;
	}

	.order-tracking .order-result {
		border-top: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-tracking .order-result {
			margin-top: 2.5rem;
			padding-top: 2.5rem;
		}
	}

	.mfp-bg.ferrano-quickview-popup {
		z-index: 997;
	}

	.mfp-wrap.ferrano-quickview-popup {
		z-index: 998;
	}

	.mfp-zoom-in {
		/* start state */
		/* animate in */
		/* animate out */
	}

	.mfp-with-anim {
		opacity: 0;
		transition: all 0.2s ease-in-out;
		transform: scale(0.8);
	}

	.mfp-bg {
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.mfp-ready .mfp-with-anim {
		opacity: 1;
		transform: scale(1);
	}

	.mfp-ready.mfp-bg {
		opacity: 0.8;
	}

	.mfp-removing .mfp-with-anim {
		transform: scale(0.8);
		opacity: 0;
	}

	.mfp-removing.mfp-bg {
		opacity: 0;
	}

	/* Quickview */
	.quickview {
		--quickview-width: 1024px;
		position: relative;
		max-width: var(--quickview-width);
		background-color: rgb(var(--colors-white));
		margin-left: auto;
		margin-right: auto;
		padding: 1.25rem;
		border-radius: var(--theme-radius);
	}

	@media screen and (min-width: 768.02px) {
		.quickview {
			padding: 2rem;
		}
	}

	.quickview .mfp-close {
		font-size: 1.5rem;
		padding: 0;
		background-color: transparent !important;
	}

	.quickview .single-product-wrappe .product-media.horizontal-default .thumbs-slider {
		display: none;
	}

	/* Partner logo */
	.partner-logo {
		--logo-height: 86px;
		--logo-padding-inline: 0;
		position: relative;
	}

	.partner-logo a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-inline: var(--logo-padding-inline);
		width: 100%;
	}

	.partner-logo a>* {
		height: var(--logo-height);
	}

	/* Module header */
	.module-header {
		--row-gap: 16px;
		--column-gap: 10px;
		--inner-column-gap: 20px;
		--title-font-size-mobile: 24px;
		--title-font-size-desktop: 36px;
		--title-font-weight: 600;
		--description-font-size: 16px;
		--description-font-weight: 400;
		--description-color: rgb(var(--colors-gray-600));
		--module-offset: 30px;
		--module-padding: 20px;
		--module-border-color: rgb(var(--colors-gray-200));
		--module-border-width: 1px;
		--module-tab-gap: 30px;
		row-gap: var(--row-gap);
		-webkit-column-gap: var(--column-gap);
		-moz-column-gap: var(--column-gap);
		column-gap: var(--column-gap);
		margin-bottom: var(--module-offset);
		padding-bottom: var(--module-padding);
		border-bottom: var(--module-border-width) solid var(--module-border-color);
	}

	.module-header .column {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--inner-column-gap);
	}

	.module-header.flex-row.justify-between .column {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex: 1;
	}

	.module-header.align-center .column {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.module-header .entry-title {
		font-size: var(--title-font-size-mobile);
		font-weight: var(--title-font-weight);
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.module-header .entry-title {
			font-size: var(--title-font-size-desktop);
		}
	}

	.module-header .entry-description p {
		font-size: var(--description-font-size);
		font-weight: var(--description-font-weight);
		color: var(--description-color);
		margin-bottom: 0;
	}

	.module-header .module-tab-content {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.375rem;
	}

	@media screen and (min-width: 1024.02px) {
		.module-header .module-tab-content {
			gap: var(--module-tab-gap);
		}
	}

	@media screen and (max-width: 1023.98px) {
		.module-header .tab-wrapper {
			flex: 100%;
		}
	}

	.module-header.flex-col .column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

/*------------------------------------
	Form
------------------------------------*/
	/* Form Input */
	input[type=color],
	input[type=date],
	input[type=datetime-local],
	input[type=datetime],
	input[type=email],
	input[type=month],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=time],
	input[type=url],
	input[type=week],
	textarea,
	select,
	.form-control,
	.form-select,
	.select2-selection,
	.select2-container .select2-selection--multiple,
	.select2-container--default .select2-selection--single,
	.wp-block-woocommerce-checkout .has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		font-family: var(--form-input-font);
		font-size: var(--form-input-font-size-base);
		font-weight: var(--form-input-font-weight);
		letter-spacing: var(--form-input-letter-spacing);
		text-transform: var(--form-input-text-transform);
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: var(--theme-ease-time-fast);
		transition-duration: var(--theme-ease-time-fast);
	}

	input[type=color]:not(.style-none),
	input[type=date]:not(.style-none),
	input[type=datetime-local]:not(.style-none),
	input[type=datetime]:not(.style-none),
	input[type=email]:not(.style-none),
	input[type=month]:not(.style-none),
	input[type=number]:not(.style-none),
	input[type=password]:not(.style-none),
	input[type=search]:not(.style-none),
	input[type=tel]:not(.style-none),
	input[type=text]:not(.style-none),
	input[type=time]:not(.style-none),
	input[type=url]:not(.style-none),
	input[type=week]:not(.style-none),
	textarea:not(.style-none),
	select:not(.style-none),
	.form-control:not(.style-none),
	.form-select:not(.style-none),
	.select2-selection:not(.style-none) {
		height: var(--form-input-size-base);
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		outline: 2px solid transparent;
		outline-offset: 1px;
		padding-block: 0.25rem;
		-webkit-padding-start: calc(var(--form-input-size-base) / 3.1);
		padding-inline-start: calc(var(--form-input-size-base) / 3.1);
		-webkit-padding-end: calc(var(--form-input-size-base) / 3.1);
		padding-inline-end: calc(var(--form-input-size-base) / 3.1);
	}

	input[type=color]:not(.style-none)::-webkit-input-placeholder,
	input[type=date]:not(.style-none)::-webkit-input-placeholder,
	input[type=datetime-local]:not(.style-none)::-webkit-input-placeholder,
	input[type=datetime]:not(.style-none)::-webkit-input-placeholder,
	input[type=email]:not(.style-none)::-webkit-input-placeholder,
	input[type=month]:not(.style-none)::-webkit-input-placeholder,
	input[type=number]:not(.style-none)::-webkit-input-placeholder,
	input[type=password]:not(.style-none)::-webkit-input-placeholder,
	input[type=search]:not(.style-none)::-webkit-input-placeholder,
	input[type=tel]:not(.style-none)::-webkit-input-placeholder,
	input[type=text]:not(.style-none)::-webkit-input-placeholder,
	input[type=time]:not(.style-none)::-webkit-input-placeholder,
	input[type=url]:not(.style-none)::-webkit-input-placeholder,
	input[type=week]:not(.style-none)::-webkit-input-placeholder,
	textarea:not(.style-none)::-webkit-input-placeholder,
	select:not(.style-none)::-webkit-input-placeholder,
	.form-control:not(.style-none)::-webkit-input-placeholder,
	.form-select:not(.style-none)::-webkit-input-placeholder,
	.select2-selection:not(.style-none)::-webkit-input-placeholder {
		color: rgb(var(--colors-gray-400));
	}

	input[type=color]:not(.style-none)::-moz-placeholder,
	input[type=date]:not(.style-none)::-moz-placeholder,
	input[type=datetime-local]:not(.style-none)::-moz-placeholder,
	input[type=datetime]:not(.style-none)::-moz-placeholder,
	input[type=email]:not(.style-none)::-moz-placeholder,
	input[type=month]:not(.style-none)::-moz-placeholder,
	input[type=number]:not(.style-none)::-moz-placeholder,
	input[type=password]:not(.style-none)::-moz-placeholder,
	input[type=search]:not(.style-none)::-moz-placeholder,
	input[type=tel]:not(.style-none)::-moz-placeholder,
	input[type=text]:not(.style-none)::-moz-placeholder,
	input[type=time]:not(.style-none)::-moz-placeholder,
	input[type=url]:not(.style-none)::-moz-placeholder,
	input[type=week]:not(.style-none)::-moz-placeholder,
	textarea:not(.style-none)::-moz-placeholder,
	select:not(.style-none)::-moz-placeholder,
	.form-control:not(.style-none)::-moz-placeholder,
	.form-select:not(.style-none)::-moz-placeholder,
	.select2-selection:not(.style-none)::-moz-placeholder {
		color: rgb(var(--colors-gray-400));
	}

	input[type=color]:not(.style-none):-ms-input-placeholder,
	input[type=date]:not(.style-none):-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none):-ms-input-placeholder,
	input[type=datetime]:not(.style-none):-ms-input-placeholder,
	input[type=email]:not(.style-none):-ms-input-placeholder,
	input[type=month]:not(.style-none):-ms-input-placeholder,
	input[type=number]:not(.style-none):-ms-input-placeholder,
	input[type=password]:not(.style-none):-ms-input-placeholder,
	input[type=search]:not(.style-none):-ms-input-placeholder,
	input[type=tel]:not(.style-none):-ms-input-placeholder,
	input[type=text]:not(.style-none):-ms-input-placeholder,
	input[type=time]:not(.style-none):-ms-input-placeholder,
	input[type=url]:not(.style-none):-ms-input-placeholder,
	input[type=week]:not(.style-none):-ms-input-placeholder,
	textarea:not(.style-none):-ms-input-placeholder,
	select:not(.style-none):-ms-input-placeholder,
	.form-control:not(.style-none):-ms-input-placeholder,
	.form-select:not(.style-none):-ms-input-placeholder,
	.select2-selection:not(.style-none):-ms-input-placeholder {
		color: rgb(var(--colors-gray-400));
	}

	input[type=color]:not(.style-none)::-ms-input-placeholder,
	input[type=date]:not(.style-none)::-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none)::-ms-input-placeholder,
	input[type=datetime]:not(.style-none)::-ms-input-placeholder,
	input[type=email]:not(.style-none)::-ms-input-placeholder,
	input[type=month]:not(.style-none)::-ms-input-placeholder,
	input[type=number]:not(.style-none)::-ms-input-placeholder,
	input[type=password]:not(.style-none)::-ms-input-placeholder,
	input[type=search]:not(.style-none)::-ms-input-placeholder,
	input[type=tel]:not(.style-none)::-ms-input-placeholder,
	input[type=text]:not(.style-none)::-ms-input-placeholder,
	input[type=time]:not(.style-none)::-ms-input-placeholder,
	input[type=url]:not(.style-none)::-ms-input-placeholder,
	input[type=week]:not(.style-none)::-ms-input-placeholder,
	textarea:not(.style-none)::-ms-input-placeholder,
	select:not(.style-none)::-ms-input-placeholder,
	.form-control:not(.style-none)::-ms-input-placeholder,
	.form-select:not(.style-none)::-ms-input-placeholder,
	.select2-selectiont:not(.style-none)::-ms-input-placeholder {
		color: rgb(var(--colors-gray-400));
	}

	input[type=color]:not(.style-none)::placeholder,
	input[type=date]:not(.style-none)::placeholder,
	input[type=datetime-local]:not(.style-none)::placeholder,
	input[type=datetime]:not(.style-none)::placeholder,
	input[type=email]:not(.style-none)::placeholder,
	input[type=month]:not(.style-none)::placeholder,
	input[type=number]:not(.style-none)::placeholder,
	input[type=password]:not(.style-none)::placeholder,
	input[type=search]:not(.style-none)::placeholder,
	input[type=tel]:not(.style-none)::placeholder,
	input[type=text]:not(.style-none)::placeholder,
	input[type=time]:not(.style-none)::placeholder,
	input[type=url]:not(.style-none)::placeholder,
	input[type=week]:not(.style-none)::placeholder,
	textarea:not(.style-none)::placeholder,
	select:not(.style-none)::placeholder,
	.form-control:not(.style-none)::placeholder,
	.form-select:not(.style-none)::placeholder,
	.select2-selection:not(.style-none)::placeholder {
		color: rgb(var(--colors-gray-400));
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=color]:not(.style-none):hover,
		input[type=date]:not(.style-none):hover,
		input[type=datetime-local]:not(.style-none):hover,
		input[type=datetime]:not(.style-none):hover,
		input[type=email]:not(.style-none):hover,
		input[type=month]:not(.style-none):hover,
		input[type=number]:not(.style-none):hover,
		input[type=password]:not(.style-none):hover,
		input[type=search]:not(.style-none):hover,
		input[type=tel]:not(.style-none):hover,
		input[type=text]:not(.style-none):hover,
		input[type=time]:not(.style-none):hover,
		input[type=url]:not(.style-none):hover,
		input[type=week]:not(.style-none):hover,
		textarea:not(.style-none):hover,
		select:not(.style-none):hover,
		.form-control:not(.style-none):hover,
		.form-select:not(.style-none):hover,
		.select2-selection:not(.style-none):hover {
			border-color: rgba(var(--colors-gray-300), 0.8);
		}
	}

	input[type=color]:not(.style-none):focus-within,
	input[type=date]:not(.style-none):focus-within,
	input[type=datetime-local]:not(.style-none):focus-within,
	input[type=datetime]:not(.style-none):focus-within,
	input[type=email]:not(.style-none):focus-within,
	input[type=month]:not(.style-none):focus-within,
	input[type=number]:not(.style-none):focus-within,
	input[type=password]:not(.style-none):focus-within,
	input[type=search]:not(.style-none):focus-within,
	input[type=tel]:not(.style-none):focus-within,
	input[type=text]:not(.style-none):focus-within,
	input[type=time]:not(.style-none):focus-within,
	input[type=url]:not(.style-none):focus-within,
	input[type=week]:not(.style-none):focus-within,
	textarea:not(.style-none):focus-within,
	select:not(.style-none):focus-within,
	.form-control:not(.style-none):focus-within,
	.form-select:not(.style-none):focus-within,
	.select2-selection:not(.style-none):focus-within {
		border-color: rgb(var(--colors-primary-background));
		outline-color: rgba(var(--colors-primary-background), 0.14);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	input[type=color]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=date]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=datetime-local]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=datetime]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=email]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=month]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=number]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=password]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=search]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=tel]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=text]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=time]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=url]:not(.style-none):focus-within::-webkit-input-placeholder,
	input[type=week]:not(.style-none):focus-within::-webkit-input-placeholder,
	textarea:not(.style-none):focus-within::-webkit-input-placeholder,
	select:not(.style-none):focus-within::-webkit-input-placeholder,
	.form-control:not(.style-none):focus-within::-webkit-input-placeholder,
	.form-select:not(.style-none):focus-within::-webkit-input-placeholder,
	.select2-selection:not(.style-none):focus-within::-webkit-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none):focus-within::-moz-placeholder,
	input[type=date]:not(.style-none):focus-within::-moz-placeholder,
	input[type=datetime-local]:not(.style-none):focus-within::-moz-placeholder,
	input[type=datetime]:not(.style-none):focus-within::-moz-placeholder,
	input[type=email]:not(.style-none):focus-within::-moz-placeholder,
	input[type=month]:not(.style-none):focus-within::-moz-placeholder,
	input[type=number]:not(.style-none):focus-within::-moz-placeholder,
	input[type=password]:not(.style-none):focus-within::-moz-placeholder,
	input[type=search]:not(.style-none):focus-within::-moz-placeholder,
	input[type=tel]:not(.style-none):focus-within::-moz-placeholder,
	input[type=text]:not(.style-none):focus-within::-moz-placeholder,
	input[type=time]:not(.style-none):focus-within::-moz-placeholder,
	input[type=url]:not(.style-none):focus-within::-moz-placeholder,
	input[type=week]:not(.style-none):focus-within::-moz-placeholder,
	textarea:not(.style-none):focus-within::-moz-placeholder,
	select:not(.style-none):focus-within::-moz-placeholder,
	.form-control:not(.style-none):focus-within::-moz-placeholder,
	.form-select:not(.style-none):focus-within::-moz-placeholder,
	.select2-selection:not(.style-none):focus-within::-moz-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=date]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=datetime]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=email]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=month]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=number]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=password]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=search]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=tel]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=text]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=time]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=url]:not(.style-none):focus-within:-ms-input-placeholder,
	input[type=week]:not(.style-none):focus-within:-ms-input-placeholder,
	textarea:not(.style-none):focus-within:-ms-input-placeholder,
	select:not(.style-none):focus-within:-ms-input-placeholder,
	.form-control:not(.style-none):focus-within:-ms-input-placeholder,
	.form-select:not(.style-none):focus-within:-ms-input-placeholder,
	.select2-selection:not(.style-none):focus-within:-ms-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=date]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=datetime]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=email]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=month]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=number]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=password]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=search]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=tel]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=text]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=time]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=url]:not(.style-none):focus-within::-ms-input-placeholder,
	input[type=week]:not(.style-none):focus-within::-ms-input-placeholder,
	textarea:not(.style-none):focus-within::-ms-input-placeholder,
	select:not(.style-none):focus-within::-ms-input-placeholder,
	.form-control:not(.style-none):focus-within::-ms-input-placeholder,
	.form-select:not(.style-none):focus-within::-ms-input-placeholder,
	.select2-selection:not(.style-none):focus-within::-ms-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none):focus-within::placeholder,
	input[type=date]:not(.style-none):focus-within::placeholder,
	input[type=datetime-local]:not(.style-none):focus-within::placeholder,
	input[type=datetime]:not(.style-none):focus-within::placeholder,
	input[type=email]:not(.style-none):focus-within::placeholder,
	input[type=month]:not(.style-none):focus-within::placeholder,
	input[type=number]:not(.style-none):focus-within::placeholder,
	input[type=password]:not(.style-none):focus-within::placeholder,
	input[type=search]:not(.style-none):focus-within::placeholder,
	input[type=tel]:not(.style-none):focus-within::placeholder,
	input[type=text]:not(.style-none):focus-within::placeholder,
	input[type=time]:not(.style-none):focus-within::placeholder,
	input[type=url]:not(.style-none):focus-within::placeholder,
	input[type=week]:not(.style-none):focus-within::placeholder,
	textarea:not(.style-none):focus-within::placeholder,
	select:not(.style-none):focus-within::placeholder,
	.form-control:not(.style-none):focus-within::placeholder,
	.form-select:not(.style-none):focus-within::placeholder,
	.select2-selection:not(.style-none):focus-within::placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).style-filled,
	input[type=date]:not(.style-none).style-filled,
	input[type=datetime-local]:not(.style-none).style-filled,
	input[type=datetime]:not(.style-none).style-filled,
	input[type=email]:not(.style-none).style-filled,
	input[type=month]:not(.style-none).style-filled,
	input[type=number]:not(.style-none).style-filled,
	input[type=password]:not(.style-none).style-filled,
	input[type=search]:not(.style-none).style-filled,
	input[type=tel]:not(.style-none).style-filled,
	input[type=text]:not(.style-none).style-filled,
	input[type=time]:not(.style-none).style-filled,
	input[type=url]:not(.style-none).style-filled,
	input[type=week]:not(.style-none).style-filled,
	textarea:not(.style-none).style-filled,
	select:not(.style-none).style-filled,
	.form-control:not(.style-none).style-filled,
	.form-select:not(.style-none).style-filled,
	.select2-selection:not(.style-none).style-filled {
		background-color: rgb(var(--colors-gray-100));
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=color]:not(.style-none).style-filled:hover,
		input[type=date]:not(.style-none).style-filled:hover,
		input[type=datetime-local]:not(.style-none).style-filled:hover,
		input[type=datetime]:not(.style-none).style-filled:hover,
		input[type=email]:not(.style-none).style-filled:hover,
		input[type=month]:not(.style-none).style-filled:hover,
		input[type=number]:not(.style-none).style-filled:hover,
		input[type=password]:not(.style-none).style-filled:hover,
		input[type=search]:not(.style-none).style-filled:hover,
		input[type=tel]:not(.style-none).style-filled:hover,
		input[type=text]:not(.style-none).style-filled:hover,
		input[type=time]:not(.style-none).style-filled:hover,
		input[type=url]:not(.style-none).style-filled:hover,
		input[type=week]:not(.style-none).style-filled:hover,
		textarea:not(.style-none).style-filled:hover,
		select:not(.style-none).style-filled:hover,
		.form-control:not(.style-none).style-filled:hover,
		.form-select:not(.style-none).style-filled:hover,
		.select2-selection:not(.style-none).style-filled:hover {
			background-color: rgba(var(--colors-gray-200), 0.3);
		}
	}

	input[type=color]:not(.style-none).style-filled:focus-within,
	input[type=date]:not(.style-none).style-filled:focus-within,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within,
	input[type=datetime]:not(.style-none).style-filled:focus-within,
	input[type=email]:not(.style-none).style-filled:focus-within,
	input[type=month]:not(.style-none).style-filled:focus-within,
	input[type=number]:not(.style-none).style-filled:focus-within,
	input[type=password]:not(.style-none).style-filled:focus-within,
	input[type=search]:not(.style-none).style-filled:focus-within,
	input[type=tel]:not(.style-none).style-filled:focus-within,
	input[type=text]:not(.style-none).style-filled:focus-within,
	input[type=time]:not(.style-none).style-filled:focus-within,
	input[type=url]:not(.style-none).style-filled:focus-within,
	input[type=week]:not(.style-none).style-filled:focus-within,
	textarea:not(.style-none).style-filled:focus-within,
	select:not(.style-none).style-filled:focus-within,
	.form-control:not(.style-none).style-filled:focus-within,
	.form-select:not(.style-none).style-filled:focus-within,
	.select2-selection:not(.style-none).style-filled:focus-within {
		outline-color: rgba(var(--colors-gray-200), 0.6);
		background-color: rgba(var(--colors-gray-200), 0.3);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	input[type=color]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=date]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=datetime]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=email]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=month]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=number]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=password]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=search]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=tel]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=text]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=time]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=url]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	input[type=week]:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	textarea:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	select:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	.form-control:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	.form-select:not(.style-none).style-filled:focus-within::-webkit-input-placeholder,
	.select2-selection:not(.style-none).style-filled:focus-within::-webkit-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=date]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=datetime]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=email]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=month]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=number]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=password]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=search]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=tel]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=text]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=time]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=url]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	input[type=week]:not(.style-none).style-filled:focus-within::-moz-placeholder,
	textarea:not(.style-none).style-filled:focus-within::-moz-placeholder,
	select:not(.style-none).style-filled:focus-within::-moz-placeholder,
	.form-control:not(.style-none).style-filled:focus-within::-moz-placeholder,
	.form-select:not(.style-none).style-filled:focus-within::-moz-placeholder,
	.select2-selection:not(.style-none).style-filled:focus-within::-moz-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=date]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=datetime]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=email]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=month]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=number]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=password]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=search]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=tel]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=text]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=time]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=url]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	input[type=week]:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	textarea:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	select:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	.form-control:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	.form-select:not(.style-none).style-filled:focus-within:-ms-input-placeholder,
	.select2-selection:not(.style-none).style-filled:focus-within:-ms-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=date]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=datetime]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=email]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=month]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=number]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=password]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=search]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=tel]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=text]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=time]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=url]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	input[type=week]:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	textarea:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	select:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	.form-control:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	.form-select:not(.style-none).style-filled:focus-within::-ms-input-placeholder,
	.select2-selection:not(.style-none).style-filled:focus-within::-ms-input-placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=date]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=datetime-local]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=datetime]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=email]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=month]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=number]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=password]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=search]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=tel]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=text]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=time]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=url]:not(.style-none).style-filled:focus-within::placeholder,
	input[type=week]:not(.style-none).style-filled:focus-within::placeholder,
	textarea:not(.style-none).style-filled:focus-within::placeholder,
	select:not(.style-none).style-filled:focus-within::placeholder,
	.form-control:not(.style-none).style-filled:focus-within::placeholder,
	.form-select:not(.style-none).style-filled:focus-within::placeholder,
	.select2-selection:not(.style-none).style-filled:focus-within::placeholder {
		color: rgb(var(--colors-gray-300));
	}

	input[type=color]:not(.style-none).rounded-full,
	input[type=date]:not(.style-none).rounded-full,
	input[type=datetime-local]:not(.style-none).rounded-full,
	input[type=datetime]:not(.style-none).rounded-full,
	input[type=email]:not(.style-none).rounded-full,
	input[type=month]:not(.style-none).rounded-full,
	input[type=number]:not(.style-none).rounded-full,
	input[type=password]:not(.style-none).rounded-full,
	input[type=search]:not(.style-none).rounded-full,
	input[type=tel]:not(.style-none).rounded-full,
	input[type=text]:not(.style-none).rounded-full,
	input[type=time]:not(.style-none).rounded-full,
	input[type=url]:not(.style-none).rounded-full,
	input[type=week]:not(.style-none).rounded-full,
	textarea:not(.style-none).rounded-full,
	select:not(.style-none).rounded-full,
	.form-control:not(.style-none).rounded-full,
	.form-select:not(.style-none).rounded-full,
	.select2-selection:not(.style-none).rounded-full {
		border-radius: 62.4375rem;
	}

	input[type=color]:not(.style-none).rounded-none,
	input[type=date]:not(.style-none).rounded-none,
	input[type=datetime-local]:not(.style-none).rounded-none,
	input[type=datetime]:not(.style-none).rounded-none,
	input[type=email]:not(.style-none).rounded-none,
	input[type=month]:not(.style-none).rounded-none,
	input[type=number]:not(.style-none).rounded-none,
	input[type=password]:not(.style-none).rounded-none,
	input[type=search]:not(.style-none).rounded-none,
	input[type=tel]:not(.style-none).rounded-none,
	input[type=text]:not(.style-none).rounded-none,
	input[type=time]:not(.style-none).rounded-none,
	input[type=url]:not(.style-none).rounded-none,
	input[type=week]:not(.style-none).rounded-none,
	textarea:not(.style-none).rounded-none,
	select:not(.style-none).rounded-none,
	.form-control:not(.style-none).rounded-none,
	.form-select:not(.style-none).rounded-none,
	.select2-selection:not(.style-none).rounded-none {
		border-radius: 0;
	}

	input[type=color]:not(.style-none).style-minimal,
	input[type=date]:not(.style-none).style-minimal,
	input[type=datetime-local]:not(.style-none).style-minimal,
	input[type=datetime]:not(.style-none).style-minimal,
	input[type=email]:not(.style-none).style-minimal,
	input[type=month]:not(.style-none).style-minimal,
	input[type=number]:not(.style-none).style-minimal,
	input[type=password]:not(.style-none).style-minimal,
	input[type=search]:not(.style-none).style-minimal,
	input[type=tel]:not(.style-none).style-minimal,
	input[type=text]:not(.style-none).style-minimal,
	input[type=time]:not(.style-none).style-minimal,
	input[type=url]:not(.style-none).style-minimal,
	input[type=week]:not(.style-none).style-minimal,
	textarea:not(.style-none).style-minimal,
	select:not(.style-none).style-minimal,
	.form-control:not(.style-none).style-minimal,
	.form-select:not(.style-none).style-minimal,
	.select2-selection:not(.style-none).style-minimal {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		border-radius: 0;
		border-inline: 0;
		border-top: 0;
		padding-inline: 0;
		outline: 0;
	}

	input[type=color].size-sm,
	input[type=date].size-sm,
	input[type=datetime-local].size-sm,
	input[type=datetime].size-sm,
	input[type=email].size-sm,
	input[type=month].size-sm,
	input[type=number].size-sm,
	input[type=password].size-sm,
	input[type=search].size-sm,
	input[type=tel].size-sm,
	input[type=text].size-sm,
	input[type=time].size-sm,
	input[type=url].size-sm,
	input[type=week].size-sm,
	textarea.size-sm,
	select.size-sm,
	.form-control.size-sm,
	.form-select.size-sm,
	.select2-selection.size-sm {
		font-size: var(--form-input-font-size-sm);
		height: var(--form-input-size-sm);
		-webkit-padding-start: calc(var(--form-input-size-sm) / 2.8);
		padding-inline-start: calc(var(--form-input-size-sm) / 2.8);
		-webkit-padding-end: calc(var(--form-input-size-sm) / 2.8);
		padding-inline-end: calc(var(--form-input-size-sm) / 2.8);
	}

	@media screen and (min-width: 1024.02px) {

		input[type=color].size-lg,
		input[type=date].size-lg,
		input[type=datetime-local].size-lg,
		input[type=datetime].size-lg,
		input[type=email].size-lg,
		input[type=month].size-lg,
		input[type=number].size-lg,
		input[type=password].size-lg,
		input[type=search].size-lg,
		input[type=tel].size-lg,
		input[type=text].size-lg,
		input[type=time].size-lg,
		input[type=url].size-lg,
		input[type=week].size-lg,
		textarea.size-lg,
		select.size-lg,
		.form-control.size-lg,
		.form-select.size-lg,
		.select2-selection.size-lg {
			font-size: var(--form-input-font-size-lg);
			height: var(--form-input-size-lg);
			-webkit-padding-start: calc(var(--form-input-size-lg) / 2.8);
			padding-inline-start: calc(var(--form-input-size-lg) / 2.8);
			-webkit-padding-end: calc(var(--form-input-size-lg) / 2.8);
			padding-inline-end: calc(var(--form-input-size-lg) / 2.8);
		}
	}

	input[type=color].style-none,
	input[type=date].style-none,
	input[type=datetime-local].style-none,
	input[type=datetime].style-none,
	input[type=email].style-none,
	input[type=month].style-none,
	input[type=number].style-none,
	input[type=password].style-none,
	input[type=search].style-none,
	input[type=tel].style-none,
	input[type=text].style-none,
	input[type=time].style-none,
	input[type=url].style-none,
	input[type=week].style-none,
	textarea.style-none,
	select.style-none,
	.form-control.style-none,
	.form-select.style-none,
	.select2-selection.style-none {
		height: auto;
		-webkit-padding-start: 0;
		padding-inline-start: 0;
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
	}

	/* Form Select */
	select,
	.wp-block-woocommerce-checkout .has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: transparent;
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'><path d='m6 9 6 6 6-6'/></svg>");
		background-repeat: no-repeat;
		background-position: right 0.625rem center;
		-webkit-padding-end: 2.375rem !important;
		padding-inline-end: 2.375rem !important;
		cursor: pointer;
	}

	select.size-sm {
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'><path d='m6 9 6 6 6-6'/></svg>");
	}

	select.size-lg {
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'><path d='m6 9 6 6 6-6'/></svg>");
	}

	select.field-content {
		field-sizing: content;
		width: auto;
	}

	html[dir=rtl] select {
		background-position: left 0.625rem center;
	}

	.select2-container .select2-selection--multiple,
	.select2-container--default span.select2-selection--single,
	.select2-container span.select2-selection--single {
		height: auto;
	}

	.select2-dropdown {
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	.select2-container--default .select2-search--dropdown .select2-search__field {
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	.select2-container .select2-selection--single,
	.select2-container--default .select2-selection--single {
		display: flex;
		align-items: center;
	}

	span.select2-container .select2-selection--single .select2-selection__arrow,
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
		position: absolute;
		top: 1px;
		right: 1px;
		width: 20px;
		height: 100%;
		top: 3px;
		padding-inline: 10px;
	}

	.select2-container .select2-selection--single .select2-selection__rendered,
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 0;
	}

	.select2-search--dropdown {
		padding-inline: 0.75rem;
		padding-block: 0.5rem;
	}

	.select2-results__option {
		font-family: var(--form-input-font);
		font-size: var(--form-input-font-size-base);
		font-weight: var(--form-input-font-weight);
		letter-spacing: var(--form-input-letter-spacing);
		text-transform: var(--form-input-text-transform);
		padding-inline: 0.75rem;
	}

	.select2-container--default .select2-results__option[aria-selected=true],
	.select2-container--default .select2-results__option[data-selected=true] {
		background-color: rgb(var(--colors-gray-100));
	}

	.select2-container--default .select2-results__option--highlighted[aria-selected],
	.select2-container--default .select2-results__option--highlighted[data-selected] {
		background-color: rgb(var(--colors-gray-900));
		color: #fff
	}

	/* Form Button */
	.btn,
	.button,
	input[type=submit],
	.submit {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0.375rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-family: var(--form-button-font);
		font-size: var(--form-button-font-size-base);
		font-weight: var(--form-button-font-weight);
		letter-spacing: var(--form-button-letter-spacing);
		text-transform: var(--form-button-text-transform);
		text-decoration: none;
		list-style: none;
		color: currentColor;
		white-space: nowrap;
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform, -webkit-transform;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: var(--theme-ease-time-fast);
		transition-duration: var(--theme-ease-time-fast);
	}

	.btn:not(.style-none),
	.button:not(.style-none),
	input[type=submit]:not(.style-none),
	.submit:not(.style-none) {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-gray-200));
		height: var(--form-button-size-base);
		-webkit-padding-start: calc(var(--form-button-size-base) / 2.3);
		padding-inline-start: calc(var(--form-button-size-base) / 2.3);
		-webkit-padding-end: calc(var(--form-button-size-base) / 2.3);
		padding-inline-end: calc(var(--form-button-size-base) / 2.3);
		border: 1px solid transparent;
		border-radius: var(--theme-radius);
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none):hover,
		.button:not(.style-none):hover,
		input[type=submit]:not(.style-none):hover,
		.submit:not(.style-none):hover {
			background-color: rgba(var(--colors-gray-200), 0.8);
		}
	}

	.btn:not(.style-none).style-outline,
	.button:not(.style-none).style-outline,
	input[type=submit]:not(.style-none).style-outline,
	.submit:not(.style-none).style-outline {
		background-color: rgb(var(--colors-white));
		border-color: rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).style-outline:hover,
		.button:not(.style-none).style-outline:hover,
		input[type=submit]:not(.style-none).style-outline:hover,
		.submit:not(.style-none).style-outline:hover {
			background-color: rgba(var(--colors-gray-100), 0.6);
		}
	}

	.btn:not(.style-none).variant-primary,
	.button:not(.style-none).variant-primary,
	input[type=submit]:not(.style-none).variant-primary,
	.submit:not(.style-none).variant-primary {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-primary:hover,
		.button:not(.style-none).variant-primary:hover,
		input[type=submit]:not(.style-none).variant-primary:hover,
		.submit:not(.style-none).variant-primary:hover {
			background-color: rgba(var(--colors-primary-background), 0.86);
		}
	}

	.btn:not(.style-none).variant-primary.style-outline,
	.button:not(.style-none).variant-primary.style-outline,
	input[type=submit]:not(.style-none).variant-primary.style-outline,
	.submit:not(.style-none).variant-primary.style-outline {
		color: rgb(var(--colors-primary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-primary-background));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-primary.style-outline:hover,
		.button:not(.style-none).variant-primary.style-outline:hover,
		input[type=submit]:not(.style-none).variant-primary.style-outline:hover,
		.submit:not(.style-none).variant-primary.style-outline:hover {
			color: rgb(var(--colors-primary-foreground));
			background-color: rgb(var(--colors-primary-background));
		}
	}

	.btn:not(.style-none).variant-secondary,
	.button:not(.style-none).variant-secondary,
	input[type=submit]:not(.style-none).variant-secondary,
	.submit:not(.style-none).variant-secondary {
		color: rgb(var(--colors-secondary-foreground));
		background-color: rgb(var(--colors-secondary-background));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-secondary:hover,
		.button:not(.style-none).variant-secondary:hover,
		input[type=submit]:not(.style-none).variant-secondary:hover,
		.submit:not(.style-none).variant-secondary:hover {
			background-color: rgba(var(--colors-secondary-background), 0.86);
		}
	}

	.btn:not(.style-none).variant-secondary.style-outline,
	.button:not(.style-none).variant-secondary.style-outline,
	input[type=submit]:not(.style-none).variant-secondary.style-outline,
	.submit:not(.style-none).variant-secondary.style-outline {
		color: rgb(var(--colors-secondary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-secondary-background));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-secondary.style-outline:hover,
		.button:not(.style-none).variant-secondary.style-outline:hover,
		input[type=submit]:not(.style-none).variant-secondary.style-outline:hover,
		.submit:not(.style-none).variant-secondary.style-outline:hover {
			color: rgb(var(--colors-secondary-foreground));
			background-color: rgb(var(--colors-secondary-background));
		}
	}

	.btn:not(.style-none).variant-black,
	.button:not(.style-none).variant-black,
	input[type=submit]:not(.style-none).variant-black,
	.submit:not(.style-none).variant-black {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-black:hover,
		.button:not(.style-none).variant-black:hover,
		input[type=submit]:not(.style-none).variant-black:hover,
		.submit:not(.style-none).variant-black:hover {
			background-color: rgba(var(--colors-black), 0.8);
		}
	}

	.btn:not(.style-none).variant-black.style-outline,
	.button:not(.style-none).variant-black.style-outline,
	input[type=submit]:not(.style-none).variant-black.style-outline,
	.submit:not(.style-none).variant-black.style-outline {
		color: rgb(var(--colors-black));
		background-color: transparent;
		border-color: rgb(var(--colors-black));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-black.style-outline:hover,
		.button:not(.style-none).variant-black.style-outline:hover,
		input[type=submit]:not(.style-none).variant-black.style-outline:hover,
		.submit:not(.style-none).variant-black.style-outline:hover {
			color: rgb(var(--colors-white));
			background-color: rgb(var(--colors-black));
		}
	}

	.btn:not(.style-none).variant-white,
	.button:not(.style-none).variant-white,
	input[type=submit]:not(.style-none).variant-white,
	.submit:not(.style-none).variant-white {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-white:hover,
		.button:not(.style-none).variant-white:hover,
		input[type=submit]:not(.style-none).variant-white:hover,
		.submit:not(.style-none).variant-white:hover {
			background-color: rgba(var(--colors-white), 0.95);
		}
	}

	.btn:not(.style-none).variant-white.style-outline,
	.button:not(.style-none).variant-white.style-outline,
	input[type=submit]:not(.style-none).variant-white.style-outline,
	.submit:not(.style-none).variant-white.style-outline {
		color: rgb(var(--colors-white));
		background-color: transparent;
		border-color: rgb(var(--colors-white));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-white.style-outline:hover,
		.button:not(.style-none).variant-white.style-outline:hover,
		input[type=submit]:not(.style-none).variant-white.style-outline:hover,
		.submit:not(.style-none).variant-white.style-outline:hover {
			color: rgb(var(--colors-black));
			background-color: rgb(var(--colors-white));
		}
	}

	.btn:not(.style-none).variant-blue,
	.button:not(.style-none).variant-blue,
	input[type=submit]:not(.style-none).variant-blue,
	.submit:not(.style-none).variant-blue {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-blue));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-blue:hover,
		.button:not(.style-none).variant-blue:hover,
		input[type=submit]:not(.style-none).variant-blue:hover,
		.submit:not(.style-none).variant-blue:hover {
			background-color: rgba(var(--colors-blue), 0.86);
		}
	}

	.btn:not(.style-none).variant-blue.style-outline,
	.button:not(.style-none).variant-blue.style-outline,
	input[type=submit]:not(.style-none).variant-blue.style-outline,
	.submit:not(.style-none).variant-blue.style-outline {
		color: rgb(var(--colors-blue));
		background-color: transparent;
		border-color: rgb(var(--colors-blue));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-blue.style-outline:hover,
		.button:not(.style-none).variant-blue.style-outline:hover,
		input[type=submit]:not(.style-none).variant-blue.style-outline:hover,
		.submit:not(.style-none).variant-blue.style-outline:hover {
			color: rgb(var(--colors-white));
			background-color: rgb(var(--colors-blue));
		}
	}

	.btn:not(.style-none).variant-green,
	.button:not(.style-none).variant-green,
	input[type=submit]:not(.style-none).variant-green,
	.submit:not(.style-none).variant-green {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-green));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-green:hover,
		.button:not(.style-none).variant-green:hover,
		input[type=submit]:not(.style-none).variant-green:hover,
		.submit:not(.style-none).variant-green:hover {
			background-color: rgba(var(--colors-green), 0.86);
		}
	}

	.btn:not(.style-none).variant-green.style-outline,
	.button:not(.style-none).variant-green.style-outline,
	input[type=submit]:not(.style-none).variant-green.style-outline,
	.submit:not(.style-none).variant-green.style-outline {
		color: rgb(var(--colors-green));
		background-color: transparent;
		border-color: rgb(var(--colors-green));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-green.style-outline:hover,
		.button:not(.style-none).variant-green.style-outline:hover,
		input[type=submit]:not(.style-none).variant-green.style-outline:hover,
		.submit:not(.style-none).variant-green.style-outline:hover {
			color: rgb(var(--colors-white));
			background-color: rgb(var(--colors-green));
		}
	}

	.btn:not(.style-none).variant-red,
	.button:not(.style-none).variant-red,
	input[type=submit]:not(.style-none).variant-red,
	.submit:not(.style-none).variant-red {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-red));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-red:hover,
		.button:not(.style-none).variant-red:hover,
		input[type=submit]:not(.style-none).variant-red:hover,
		.submit:not(.style-none).variant-red:hover {
			background-color: rgba(var(--colors-red), 0.86);
		}
	}

	.btn:not(.style-none).variant-red.style-outline,
	.button:not(.style-none).variant-red.style-outline,
	input[type=submit]:not(.style-none).variant-red.style-outline,
	.submit:not(.style-none).variant-red.style-outline {
		color: rgb(var(--colors-red));
		background-color: transparent;
		border-color: rgb(var(--colors-red));
	}

	@media (hover: hover) and (pointer: fine) {

		.btn:not(.style-none).variant-red.style-outline:hover,
		.button:not(.style-none).variant-red.style-outline:hover,
		input[type=submit]:not(.style-none).variant-red.style-outline:hover,
		.submit:not(.style-none).variant-red.style-outline:hover {
			color: rgb(var(--colors-white));
			background-color: rgb(var(--colors-red));
		}
	}

	.btn:not(.style-none).variant-custom,
	.button:not(.style-none).variant-custom,
	input[type=submit]:not(.style-none).variant-custom,
	.submit:not(.style-none).variant-custom {
		color: var(--custom-foreground);
		background-color: var(--custom-background);
	}

	.btn:not(.style-none).rounded-full,
	.button:not(.style-none).rounded-full,
	input[type=submit]:not(.style-none).rounded-full,
	.submit:not(.style-none).rounded-full {
		border-radius: var(--radius-full);
	}

	.btn:not(.style-none).rounded-none,
	.button:not(.style-none).rounded-none,
	input[type=submit]:not(.style-none).rounded-none,
	.submit:not(.style-none).rounded-none {
		border-radius: 0;
	}

	.btn.size-xs,
	.button.size-xs,
	input[type=submit].size-xs,
	.submit.size-xs {
		--form-button-font-size-sm: 13px;
		--form-button-size-sm: 32px;
		font-size: var(--form-button-font-size-sm);
		height: var(--form-button-size-sm);
		-webkit-padding-start: calc(var(--form-button-size-sm) / 2.4);
		padding-inline-start: calc(var(--form-button-size-sm) / 2.4);
		-webkit-padding-end: calc(var(--form-button-size-sm) / 2.4);
		padding-inline-end: calc(var(--form-button-size-sm) / 2.4);
	}

	.btn.size-sm,
	.button.size-sm,
	input[type=submit].size-sm,
	.submit.size-sm {
		font-size: var(--form-button-font-size-sm);
		height: var(--form-button-size-sm);
		-webkit-padding-start: calc(var(--form-button-size-sm) / 2.3);
		padding-inline-start: calc(var(--form-button-size-sm) / 2.3);
		-webkit-padding-end: calc(var(--form-button-size-sm) / 2.3);
		padding-inline-end: calc(var(--form-button-size-sm) / 2.3);
	}

	@media screen and (min-width: 1024.02px) {

		.btn.size-lg,
		.button.size-lg,
		input[type=submit].size-lg,
		.submit.size-lg {
			font-size: var(--form-button-font-size-lg);
			height: var(--form-button-size-lg);
			-webkit-padding-start: calc(var(--form-button-size-lg) / 2);
			padding-inline-start: calc(var(--form-button-size-lg) / 2);
			-webkit-padding-end: calc(var(--form-button-size-lg) / 2);
			padding-inline-end: calc(var(--form-button-size-lg) / 2);
		}
	}

	.btn.style-none,
	.button.style-none,
	input[type=submit].style-none,
	.submit.style-none {
		height: auto;
		-webkit-padding-start: 0;
		padding-inline-start: 0;
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}

	.btn:disabled,
	.button:disabled,
	input[type=submit]:disabled,
	.submit:disabled {
		opacity: 0.4;
		pointer-events: none;
	}

	/* Form Label */
	label {
		display: block;
		font-size: var(--form-label-font-size);
		font-weight: var(--form-label-font-weight);
		width: 100%;
	}

	label:not(.checkbox-label) {
		margin-bottom: 0.375rem;
	}

	label.woocommerce-form__label-for-checkbox {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.5rem;
	}

	label.radio {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.5rem;
	}

	/* Form Textarea */
	textarea {
		min-height: 5.625rem;
		padding-block: 0.5rem !important;
	}

	textarea.size-sm {
		min-height: 3.5rem;
	}

	textarea.size-lg {
		min-height: 9.125rem;
	}

	/* Form Checkbox */
	input[type=checkbox],
	input.checkbox,
	.form-control[type=checkbox],
	.form-control.checkbox {
		--check-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
		width: var(--form-checkbox-size);
		height: var(--form-checkbox-size);
	}

	input[type=checkbox]:not(.style-none),
	input.checkbox:not(.style-none),
	.form-control[type=checkbox]:not(.style-none),
	.form-control.checkbox:not(.style-none) {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid rgb(var(--colors-gray-300));
		border-radius: calc(var(--theme-radius) / 2);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		outline: 2px solid transparent;
		outline-offset: 1px;
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=checkbox]:not(.style-none):hover,
		input.checkbox:not(.style-none):hover,
		.form-control[type=checkbox]:not(.style-none):hover,
		.form-control.checkbox:not(.style-none):hover {
			border-color: rgba(var(--colors-gray-400), 0.6);
		}
	}

	input[type=checkbox]:not(.style-none):checked,
	input.checkbox:not(.style-none):checked,
	.form-control[type=checkbox]:not(.style-none):checked,
	.form-control.checkbox:not(.style-none):checked {
		color: rgb(var(--colors-primary-foreground));
		background-image: var(--check-icon);
		background-color: rgb(var(--colors-primary-background));
		border-color: rgb(var(--colors-primary-background));
		background-repeat: no-repeat;
		background-position: center;
		background-size: var(--form-checkbox-size) var(--form-checkbox-size);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	input[type=checkbox]:not(.style-none):focus-within,
	input.checkbox:not(.style-none):focus-within,
	.form-control[type=checkbox]:not(.style-none):focus-within,
	.form-control.checkbox:not(.style-none):focus-within {
		outline-color: rgba(var(--colors-primary-background), 0.2);
	}

	input[type=checkbox]:not(.style-none).style-filled,
	input.checkbox:not(.style-none).style-filled,
	.form-control[type=checkbox]:not(.style-none).style-filled,
	.form-control.checkbox:not(.style-none).style-filled {
		background-color: rgb(var(--colors-gray-200));
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=checkbox]:not(.style-none).style-filled:hover,
		input.checkbox:not(.style-none).style-filled:hover,
		.form-control[type=checkbox]:not(.style-none).style-filled:hover,
		.form-control.checkbox:not(.style-none).style-filled:hover {
			background-color: rgba(var(--colors-gray-200), 0.8);
		}
	}

	input[type=checkbox]:not(.style-none).style-filled:checked,
	input.checkbox:not(.style-none).style-filled:checked,
	.form-control[type=checkbox]:not(.style-none).style-filled:checked,
	.form-control.checkbox:not(.style-none).style-filled:checked {
		background-color: rgb(var(--colors-primary-background));
		border-color: rgb(var(--colors-primary-background));
	}

	/* Form Radio */
	input[type=radio],
	input.radio,
	.form-control[type=radio],
	.form-control.radio {
		--radio-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
		width: var(--form-checkbox-size);
		height: var(--form-checkbox-size);
	}

	input[type=radio]:not(.style-none),
	input.radio:not(.style-none),
	.form-control[type=radio]:not(.style-none),
	.form-control.radio:not(.style-none) {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid rgb(var(--colors-gray-300));
		border-radius: 50%;
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		outline: 2px solid transparent;
		outline-offset: 1px;
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=radio]:not(.style-none):hover,
		input.radio:not(.style-none):hover,
		.form-control[type=radio]:not(.style-none):hover,
		.form-control.radio:not(.style-none):hover {
			border-color: rgba(var(--colors-gray-400), 0.6);
		}
	}

	input[type=radio]:not(.style-none):checked,
	input.radio:not(.style-none):checked,
	.form-control[type=radio]:not(.style-none):checked,
	.form-control.radio:not(.style-none):checked {
		color: rgb(var(--colors-primary-foreground));
		background-image: var(--radio-icon);
		background-color: rgb(var(--colors-primary-background));
		border-color: rgb(var(--colors-primary-background));
		background-repeat: no-repeat;
		background-position: center;
		background-size: var(--form-checkbox-size) var(--form-checkbox-size);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	input[type=radio]:not(.style-none):focus-within,
	input.radio:not(.style-none):focus-within,
	.form-control[type=radio]:not(.style-none):focus-within,
	.form-control.radio:not(.style-none):focus-within {
		outline-color: rgba(var(--colors-primary-background), 0.2);
	}

	input[type=radio]:not(.style-none).style-filled,
	input.radio:not(.style-none).style-filled,
	.form-control[type=radio]:not(.style-none).style-filled,
	.form-control.radio:not(.style-none).style-filled {
		background-color: rgb(var(--colors-gray-200));
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	@media (hover: hover) and (pointer: fine) {

		input[type=radio]:not(.style-none).style-filled:hover,
		input.radio:not(.style-none).style-filled:hover,
		.form-control[type=radio]:not(.style-none).style-filled:hover,
		.form-control.radio:not(.style-none).style-filled:hover {
			background-color: rgba(var(--colors-gray-200), 0.8);
		}
	}

	input[type=radio]:not(.style-none).style-filled:checked,
	input.radio:not(.style-none).style-filled:checked,
	.form-control[type=radio]:not(.style-none).style-filled:checked,
	.form-control.radio:not(.style-none).style-filled:checked {
		background-color: rgb(var(--colors-primary-background));
		border-color: rgb(var(--colors-primary-background));
	}

	/* Form Quantity */
	.quantity {
		--qty-size: var(--form-quantity-size-base);
		--qty-font-size: var(--form-quantity-font-size-base);
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		line-height: 1;
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		overflow: hidden;
	}

	.quantity input.qty {
		font-size: var(--qty-font-size);
		width: auto;
		text-align: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		width: calc(var(--qty-size) / 1.5);
		height: var(--qty-size);
	}

	.quantity .quantity-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(var(--qty-size) / 1.2);
		background-color: rgb(var(--colors-white));
		height: var(--qty-size);
		cursor: pointer;
	}

	.quantity .quantity-button>* {
		width: calc(var(--qty-size) / 2.1);
		height: calc(var(--qty-size) / 2.1);
	}

	.quantity .quantity-button.disabled {
		pointer-events: none;
		cursor: not-allowed;
	}

	.quantity .quantity-button.disabled>* {
		opacity: var(--form-quantity-disabled-opacity);
	}

	.quantity.variant-input.style-2,
	.quantity.variant-input.style-4,
	.quantity.variant-input.style-6 {
		border-radius: 7.5rem;
	}

	.quantity.variant-input.style-3 input,
	.quantity.variant-input.style-4 input {
		width: var(--qty-size);
	}

	.quantity.variant-input.style-3 .quantity-button.minus,
	.quantity.variant-input.style-4 .quantity-button.minus {
		-webkit-border-end: 1px solid rgb(var(--colors-gray-200));
		border-inline-end: 1px solid rgb(var(--colors-gray-200));
	}

	.quantity.variant-input.style-3 .quantity-button.plus,
	.quantity.variant-input.style-4 .quantity-button.plus {
		-webkit-border-start: 1px solid rgb(var(--colors-gray-200));
		border-inline-start: 1px solid rgb(var(--colors-gray-200));
	}

	.quantity.variant-input.style-5,
	.quantity.variant-input.style-6 {
		border-color: currentColor;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.quantity.variant-input.style-5 input,
	.quantity.variant-input.style-6 input {
		width: var(--qty-size);
	}

	.quantity.variant-input.style-5 .quantity-button.minus,
	.quantity.variant-input.style-6 .quantity-button.minus {
		-webkit-border-end: 1px solid currentColor;
		border-inline-end: 1px solid currentColor;
	}

	.quantity.variant-input.style-5 .quantity-button.plus,
	.quantity.variant-input.style-6 .quantity-button.plus {
		-webkit-border-start: 1px solid currentColor;
		border-inline-start: 1px solid currentColor;
	}

	.quantity.variant-input.style-7,
	.quantity.variant-input.style-8,
	.quantity.variant-input.style-9 {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.quantity.variant-input.style-7 input,
	.quantity.variant-input.style-8 input,
	.quantity.variant-input.style-9 input {
		width: var(--qty-size);
	}

	.quantity.variant-input.style-7 .quantity-button,
	.quantity.variant-input.style-8 .quantity-button,
	.quantity.variant-input.style-9 .quantity-button {
		width: var(--qty-size);
		border-radius: 50%;
	}

	.quantity.variant-input.style-7 .quantity-button {
		background-color: rgb(var(--colors-gray-100));
	}

	.quantity.variant-input.style-8 .quantity-button {
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	.quantity.variant-input.style-9 .quantity-button {
		border: 1px solid currentColor;
	}

	.quantity.variant-select label {
		position: relative;
		margin-bottom: 0;
	}

	.quantity.variant-select select {
		font-size: var(--qty-font-size);
		text-align: center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: none;
		height: var(--qty-size);
		-webkit-padding-start: 1rem;
		padding-inline-start: 1rem;
		-webkit-padding-end: calc(var(--qty-size) * 1.2) !important;
		padding-inline-end: calc(var(--qty-size) * 1.2) !important;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.quantity.variant-select .select-trigger {
		position: absolute;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: 0;
		inset-inline-end: 0;
		width: calc(var(--qty-size) / 1.2);
		height: var(--qty-size);
		-webkit-border-start: 1px solid rgb(var(--colors-gray-200));
		border-inline-start: 1px solid rgb(var(--colors-gray-200));
		border-start-end-radius: var(--theme-radius);
		border-end-end-radius: var(--theme-radius);
		pointer-events: none;
	}

	.quantity.variant-select .select-trigger>* {
		width: calc(var(--qty-size) / 2.8);
		height: calc(var(--qty-size) / 2.8);
	}

	.quantity.variant-select .select-trigger>* path {
		stroke-width: 1.8;
	}

	.quantity.variant-select.style-2 .select-trigger {
		background-color: rgb(var(--colors-gray-50));
	}

	.quantity.variant-select.style-3 {
		border-color: currentColor;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.quantity.variant-select.style-3 .select-trigger {
		border-inline-start-color: currentColor;
	}

	.quantity.size-sm {
		--qty-size: var(--form-quantity-size-sm);
		--qty-font-size: var(--form-quantity-font-size-sm);
	}

	.quantity.size-sm svg path {
		stroke-width: 1.8;
	}

	.quantity.size-sm.variant-select select {
		-webkit-padding-start: 0.875rem;
		padding-inline-start: 0.875rem;
	}

	.quantity.size-sm.variant-select .select-trigger>* {
		width: calc(var(--qty-size) / 2.7);
		height: calc(var(--qty-size) / 2.7);
	}

	.quantity.size-lg {
		--qty-size: var(--form-quantity-size-lg);
		--qty-font-size: var(--form-quantity-font-size-lg);
	}

	.quantity.size-lg .quantity-button>* {
		width: calc(var(--qty-size) / 2.2);
		height: calc(var(--qty-size) / 2.2);
	}

	.quantity.size-lg.variant-select select {
		-webkit-padding-start: 1.125rem;
		padding-inline-start: 1.125rem;
	}

	.quantity.size-lg.variant-select .select-trigger>* {
		width: calc(var(--qty-size) / 2.9);
		height: calc(var(--qty-size) / 2.9);
	}

/*------------------------------------
	Components
------------------------------------*/
	/* Module Banner */
	.banner {
		position: relative;
		overflow: hidden;
	}

	.banner.banner-overlay {
		display: grid;
	}

	.banner.banner-overlay>* {
		grid-column: 1;
		grid-row: 1;
	}

	.banner.banner-overlay .banner-content {
		position: relative;
		z-index: 1;
	}

	.banner .banner-content .banner-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.banner.banner-overlay .banner-content .banner-text>*,
	.banner.banner-overlay .banner-content .banner-text p {
		margin-bottom: 0;
	}

	.banner.banner-default.half .banner-content {
		background-color: var(--banner-content, rgb(var(--colors-gray-50)));
	}

	@media screen and (min-width: 1024.02px) {
		.banner.banner-default.half {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.banner.banner-default.half>*:not(.wrap-link) {
			width: 50%;
		}
	}

	.banner .banner-content.items-stretch .banner-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.banner .banner-content.justify-center {
		text-align: center;
	}

	.banner .banner-content.justify-center .banner-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner .banner-content.justify-end {
		text-align: end;
	}

	.banner .banner-content.justify-end .banner-text {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.banner .banner-media {
		height: var(--h);
	}

	@media screen and (min-width: 576.02px) {
		.banner .banner-media {
			height: var(--h-sm);
		}
	}

	@media screen and (min-width: 1024.02px) {
		.banner .banner-media {
			height: var(--h-lg);
		}
	}

	.banner .banner-media img,
	.banner .banner-media video,
	.banner .banner-media audio,
	.banner .banner-media embed,
	.banner .banner-media iframe {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.banner .banner-media.overlay {
		--overlay-opacity: 0.2;
		position: relative;
	}

	.banner .banner-media.overlay::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		background-color: rgba(0, 0, 0, var(--overlay-opacity));
	}

	@media (hover: hover) and (pointer: fine) {
		.banner:has(.wrap-link):hover .reversed-link {
			background-position-x: var(--transform-origin-start);
			background-size: 100% 1px;
		}

		.banner:has(.wrap-link):hover .reversed-link-alt {
			background-position-x: var(--transform-origin-end);
			background-size: 0 1px;
		}
	}

	/* Discount banner */
	.discount-banner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 1.25rem;
		padding: 2rem 1.25rem;
		color: rgb(var(--colors-red));
		background-color: rgb(var(--colors-red-light));
		border: 1px solid rgba(var(--colors-red), 0.1);
	}

	@media screen and (min-width: 1024.02px) {
		.discount-banner {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 1.25rem 2rem;
		}
	}

	.discount-banner .column {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 1;
	}

	.discount-banner .discount-code {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: rgb(var(--colors-red));
		background-color: rgb(var(--colors-white));
		border: 1px dashed rgb(var(--colors-red));
		padding: 0.5rem 0.75rem;
	}

	.discount-banner.dark {
		color: rgb(var(--colors-red-light));
		background-color: rgb(var(--colors-red));
	}

	.discount-banner .pattern {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		overflow: hidden;
	}

	.discount-banner .pattern img,
	.discount-banner .pattern svg {
		opacity: .1;
	}

	/* Module Badge */
	.badge {
		--badge-font-size: 11px;
		--badge-font-weight: 600;
		--badge-padding-x: 8px;
		--badge-padding-y: 6px;
		--badge-radius: var(--theme-radius);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--badge-font-size);
		font-weight: var(--badge-font-weight);
		line-height: 1;
		padding-block: var(--badge-padding-y);
		padding-inline: var(--badge-padding-x);
		color: rgb(var(--colors-gray-50));
		background-color: rgb(var(--colors-gray-400));
		outline: 1px solid transparent;
		cursor: default;
	}

	.badge.style-light {
		color: rgb(var(--colors-gray-500));
		background-color: rgb(var(--colors-gray-100));
	}

	.badge.style-outline {
		color: rgb(var(--colors-gray-500));
		outline-color: rgb(var(--colors-gray-300));
		background-color: transparent;
	}

	.badge.color-primary {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	.badge.color-primary.style-light {
		color: rgb(var(--colors-primary-background));
		background-color: rgba(var(--colors-primary-background), 0.1);
	}

	.badge.color-primary.style-outline {
		color: rgb(var(--colors-primary-background));
		outline-color: rgb(var(--colors-primary-background));
		background-color: transparent;
	}

	.badge.color-secondary {
		color: rgb(var(--colors-secondary-foreground));
		background-color: rgb(var(--colors-secondary-background));
	}

	.badge.color-secondary.style-light {
		color: rgb(var(--colors-secondary-background));
		background-color: rgba(var(--colors-secondary-background), 0.1);
	}

	.badge.color-secondary.style-outline {
		color: rgb(var(--colors-secondary-background));
		outline-color: rgb(var(--colors-secondary-background));
		background-color: transparent;
	}

	.badge.color-green {
		color: rgb(var(--colors-green-light));
		background-color: rgb(var(--colors-green));
	}

	.badge.color-green.style-light {
		color: rgb(var(--colors-green));
		background-color: rgb(var(--colors-green-light));
	}

	.badge.color-green.style-outline {
		color: rgb(var(--colors-green));
		outline-color: rgb(var(--colors-green));
		background-color: transparent;
	}

	.badge.color-red {
		color: rgb(var(--colors-red-light));
		background-color: rgb(var(--colors-red));
	}

	.badge.color-red.style-light {
		color: rgb(var(--colors-red));
		background-color: rgb(var(--colors-red-light));
	}

	.badge.color-red.style-outline {
		color: rgb(var(--colors-red));
		outline-color: rgb(var(--colors-red));
		background-color: transparent;
	}

	.badge.color-orange {
		color: rgb(var(--colors-orange-light));
		background-color: rgb(var(--colors-orange));
	}

	.badge.color-orange.style-light {
		color: rgb(var(--colors-orange));
		background-color: rgb(var(--colors-orange-light));
	}

	.badge.color-orange.style-outline {
		color: rgb(var(--colors-orange));
		outline-color: rgb(var(--colors-orange));
		background-color: transparent;
	}

	.badge.color-blue {
		color: rgb(var(--colors-blue-light));
		background-color: rgb(var(--colors-blue));
	}

	.badge.color-blue.style-light {
		color: rgb(var(--colors-blue));
		background-color: rgb(var(--colors-blue-light));
	}

	.badge.color-blue.style-outline {
		color: rgb(var(--colors-blue));
		outline-color: rgb(var(--colors-blue));
		background-color: transparent;
	}

	.badge.color-black {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.badge.color-black.style-light {
		color: rgb(var(--colors-black));
		background-color: rgba(var(--colors-black), 0.12);
	}

	.badge.color-black.style-outline {
		color: rgb(var(--colors-black));
		outline-color: rgb(var(--colors-black));
		background-color: transparent;
	}

	.badge.color-white {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
	}

	.badge.color-white.style-light {
		color: rgb(var(--colors-white));
		background-color: rgba(var(--colors-white), 0.2);
	}

	.badge.color-white.style-outline {
		color: rgb(var(--colors-white));
		outline-color: rgb(var(--colors-white));
		background-color: transparent;
	}

	.badge.rounded-default {
		border-radius: var(--badge-radius);
	}

	.badge.rounded-full {
		border-radius: 62.4375rem;
	}

	/* Module Countdown */
	.countdown {
		--countdown-size: 36px;
		--countdown-font-size: 14px;
		--countdown-gap: 2px;
		--countdown-item-gap: 10px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: var(--countdown-gap);
		font-size: var(--countdown-font-size);
	}

	.countdown .countdown-item {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--countdown-item-gap, 0.1875rem);
		font-weight: 600;
	}

	.countdown .countdown-item .countdown-text {
		font-size: calc(var(--countdown-font-size) - 2px);
		font-weight: 400;
		line-height: calc(var(--countdown-font-size) + 1px);
	}

	.countdown .countdown-item .countdown-time {
		line-height: 1;
	}

	.countdown .countdown-separator {
		margin-inline: 0.25rem;
	}

	.countdown:not(.style-row):not(.style-column) .countdown-item {
		width: var(--countdown-size);
		height: var(--countdown-size);
		border: 1px solid transparent;
		background-color: rgb(var(--colors-gray-100));
		gap: calc(var(--countdown-gap) / 2);
	}

	.countdown:not(.style-row):not(.style-column).variant-outline .countdown-item {
		background-color: transparent;
		border-color: rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.countdown:not(.style-row):not(.style-column).color-black .countdown-item {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.countdown:not(.style-row):not(.style-column).color-black.variant-outline .countdown-item {
		color: rgb(var(--colors-black));
		background-color: transparent;
		border-color: rgb(var(--colors-black));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown:not(.style-row):not(.style-column).color-white .countdown-item {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
	}

	.countdown:not(.style-row):not(.style-column).color-white.variant-outline .countdown-item {
		color: rgb(var(--colors-white));
		background-color: transparent;
		border-color: rgb(var(--colors-white));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown:not(.style-row):not(.style-column).color-primary .countdown-item {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	.countdown:not(.style-row):not(.style-column).color-primary.variant-outline .countdown-item {
		color: rgb(var(--colors-primary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-primary-background));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown:not(.style-row):not(.style-column).color-secondary .countdown-item {
		color: rgb(var(--colors-secondary-foreground));
		background-color: rgb(var(--colors-secondary-background));
	}

	.countdown:not(.style-row):not(.style-column).color-secondary.variant-outline .countdown-item {
		color: rgb(var(--colors-secondary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-secondary-background));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown:not(.style-row):not(.style-column).rounded-default .countdown-item {
		border-radius: var(--theme-radius);
	}

	.countdown:not(.style-row):not(.style-column).rounded-full .countdown-item {
		border-radius: 624.9375rem;
	}

	.countdown.style-row .countdown-item .countdown-time,
	.countdown.style-column .countdown-item .countdown-time {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--countdown-size);
		height: var(--countdown-size);
		gap: calc(var(--countdown-gap) / 2);
	}

	.countdown.style-row.rounded-default .countdown-time,
	.countdown.style-column.rounded-default .countdown-time {
		border-radius: var(--theme-radius);
	}

	.countdown.style-row.rounded-full .countdown-time,
	.countdown.style-column.rounded-full .countdown-time {
		border-radius: 624.9375rem;
	}

	.countdown.style-row:not(.color-none) .countdown-time,
	.countdown.style-column:not(.color-none) .countdown-time {
		background-color: rgb(var(--colors-gray-100));
		border: 1px solid transparent;
	}

	.countdown.style-row:not(.color-none).variant-outline .countdown-time,
	.countdown.style-column:not(.color-none).variant-outline .countdown-time {
		background-color: transparent;
		border-color: rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.countdown.style-row:not(.color-none).color-black .countdown-time,
	.countdown.style-column:not(.color-none).color-black .countdown-time {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.countdown.style-row:not(.color-none).color-black.variant-outline .countdown-time,
	.countdown.style-column:not(.color-none).color-black.variant-outline .countdown-time {
		color: rgb(var(--colors-black));
		background-color: transparent;
		border-color: rgb(var(--colors-black));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown.style-row:not(.color-none).color-white .countdown-time,
	.countdown.style-column:not(.color-none).color-white .countdown-time {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
	}

	.countdown.style-row:not(.color-none).color-white.variant-outline .countdown-time,
	.countdown.style-column:not(.color-none).color-white.variant-outline .countdown-time {
		color: rgb(var(--colors-white));
		background-color: transparent;
		border-color: rgb(var(--colors-white));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown.style-row:not(.color-none).color-primary .countdown-time,
	.countdown.style-column:not(.color-none).color-primary .countdown-time {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	.countdown.style-row:not(.color-none).color-primary.variant-outline .countdown-time,
	.countdown.style-column:not(.color-none).color-primary.variant-outline .countdown-time {
		color: rgb(var(--colors-primary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-primary-background));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown.style-row:not(.color-none).color-secondary .countdown-time,
	.countdown.style-column:not(.color-none).color-secondary .countdown-time {
		color: rgb(var(--colors-secondary-foreground));
		background-color: rgb(var(--colors-secondary-background));
	}

	.countdown.style-row:not(.color-none).color-secondary.variant-outline .countdown-time,
	.countdown.style-column:not(.color-none).color-secondary.variant-outline .countdown-time {
		color: rgb(var(--colors-secondary-background));
		background-color: transparent;
		border-color: rgb(var(--colors-secondary-background));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.countdown.style-row .countdown-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.countdown.style-row.color-none .countdown-time {
		width: var(--countdown-font-size);
	}

	.countdown.style-column .countdown-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.countdown.style-column .countdown-item .countdown-text {
		font-size: calc(var(--countdown-font-size) - 5px);
	}

	.countdown.style-column .countdown-separator {
		display: none;
	}

	.countdown.style-column.color-none .countdown-time {
		height: calc(var(--countdown-size) / 2);
	}

	/* Module Social media */
	.social-media {
		--social-size: 36px;
		--social-font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.1875rem;
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.social-media a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--social-font-size);
		text-decoration: none;
		color: currentColor;
		width: var(--social-size);
		height: var(--social-size);
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.social-media a svg {
		height: auto;
		width: var(--social-font-size)
	}

	.social-media a i::before {
		margin: 0;
	}

	.social-media:has(a span) {
		gap: 0.125rem;
	}

	.social-media:has(a span) a {
		gap: 0.25rem;
	}

	.social-media:has(a span) a {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding-inline: 1.125rem;
	}

	.social-media:has(a span) span {
		font-size: var(--text-2xs);
		font-weight: 600;
		text-transform: uppercase;
	}

	.social-media.align-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.social-media.rounded-default a {
		border-radius: var(--theme-radius);
	}

	.social-media.rounded-full a {
		border-radius: 6.1875rem;
	}

	.social-media.color-default a {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	.social-media.color-default a:hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.social-media.color-default-light a {
		background-color: rgb(var(--colors-gray-50));
	}

	.social-media.color-default-light a:hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.social-media.color-black a {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.social-media.color-black a:hover {
		opacity: 0.8;
	}

	.social-media.color-black-light a {
		color: rgb(var(--colors-white));
		background-color: rgba(var(--colors-black), 0.1);
	}

	.social-media.color-black-light a:hover {
		background-color: rgba(var(--colors-black), 0.24);
	}

	.social-media.color-white a {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
	}

	.social-media.color-white a:hover {
		opacity: 0.8;
	}

	.social-media.color-white-light a {
		background-color: rgba(var(--colors-white), 0.2);
	}

	.social-media.color-white-light a:hover {
		background-color: rgba(var(--colors-white), 0.3);
	}

	.social-media.color-gray a {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-gray-500));
	}

	.social-media.color-gray a:hover {
		opacity: 0.8;
	}

	.social-media.color-gray-light a {
		color: rgb(var(--colors-gray-600));
		background-color: rgb(var(--colors-gray-200));
	}

	.social-media.color-gray-light a:hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.social-media.bg-social a.alipay {
		color: #fff;
		background-color: rgb(0, 113, 252);
	}

	.social-media.bg-social a.alipay:hover {
		background-color: rgba(0, 113, 252, 0.8);
	}

	.social-media.bg-social a.amazon {
		color: #fff;
		background-color: rgb(255, 153, 0);
	}

	.social-media.bg-social a.amazon:hover {
		background-color: rgba(255, 153, 0, 0.8);
	}

	.social-media.bg-social a.amazon-pay {
		color: #fff;
		background-color: rgb(255, 153, 0);
	}

	.social-media.bg-social a.amazon-pay:hover {
		background-color: rgba(255, 153, 0, 0.8);
	}

	.social-media.bg-social a.ebay {
		color: #fff;
		background-color: rgb(229, 50, 56);
	}

	.social-media.bg-social a.ebay:hover {
		background-color: rgba(229, 50, 56, 0.8);
	}

	.social-media.bg-social a.paypal {
		color: #fff;
		background-color: rgb(0, 48, 135);
	}

	.social-media.bg-social a.paypal:hover {
		background-color: rgba(0, 48, 135, 0.8);
	}

	.social-media.bg-social a.stripe {
		color: #fff;
		background-color: rgb(81, 103, 252);
	}

	.social-media.bg-social a.stripe:hover {
		background-color: rgba(81, 103, 252, 0.8);
	}

	.social-media.bg-social a.shopify {
		color: #fff;
		background-color: rgb(150, 191, 72);
	}

	.social-media.bg-social a.shopify:hover {
		background-color: rgba(150, 191, 72, 0.8);
	}

	.social-media.bg-social a.google {
		color: #fff;
		background-color: rgb(234, 67, 53);
	}

	.social-media.bg-social a.google:hover {
		background-color: rgba(234, 67, 53, 0.8);
	}

	.social-media.bg-social a.google-play {
		color: #fff;
		background-color: rgb(234, 67, 53);
	}

	.social-media.bg-social a.google-play:hover {
		background-color: rgba(234, 67, 53, 0.8);
	}

	.social-media.bg-social a.google-wallet {
		color: #fff;
		background-color: rgb(234, 67, 53);
	}

	.social-media.bg-social a.google-wallet:hover {
		background-color: rgba(234, 67, 53, 0.8);
	}

	.social-media.bg-social a.dhl {
		color: #fff;
		background-color: rgb(255, 205, 0);
	}

	.social-media.bg-social a.dhl:hover {
		background-color: rgba(255, 205, 0, 0.8);
	}

	.social-media.bg-social a.ups {
		color: #fff;
		background-color: rgb(53, 28, 21);
	}

	.social-media.bg-social a.ups:hover {
		background-color: rgba(53, 28, 21, 0.8);
	}

	.social-media.bg-social a.fedex {
		color: #fff;
		background-color: rgb(255, 0, 0);
	}

	.social-media.bg-social a.fedex:hover {
		background-color: rgba(255, 0, 0, 0.8);
	}

	.social-media.bg-social a.gratipay {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.gratipay:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.apple {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.apple:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.apple-pay {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.apple-pay:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.px {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.px:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.instagram {
		color: #fff;
		background-color: rgb(225, 48, 108);
	}

	.social-media.bg-social a.instagram:hover {
		background-color: rgba(225, 48, 108, 0.8);
	}

	.social-media.bg-social a.facebook {
		color: #fff;
		background-color: rgb(24, 119, 242);
	}

	.social-media.bg-social a.facebook:hover {
		background-color: rgba(24, 119, 242, 0.8);
	}

	.social-media.bg-social a.facebook-f {
		color: #fff;
		background-color: rgb(24, 119, 242);
	}

	.social-media.bg-social a.facebook-f:hover {
		background-color: rgba(24, 119, 242, 0.8);
	}

	.social-media.bg-social a.twitter,
	.social-media.bg-social a.x-twitter {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.twitter:hover,
	.social-media.bg-social a.x-twitter:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.linkedin {
		color: #fff;
		background-color: rgb(0, 119, 181);
	}

	.social-media.bg-social a.linkedin:hover {
		background-color: rgba(0, 119, 181, 0.8);
	}

	.social-media.bg-social a.linkedin-in {
		color: #fff;
		background-color: rgb(0, 119, 181);
	}

	.social-media.bg-social a.linkedin-in:hover {
		background-color: rgba(0, 119, 181, 0.8);
	}

	.social-media.bg-social a.pinterest {
		color: #fff;
		background-color: rgb(189, 8, 28);
	}

	.social-media.bg-social a.pinterest:hover {
		background-color: rgba(189, 8, 28, 0.8);
	}

	.social-media.bg-social a.pinterest-p {
		color: #fff;
		background-color: rgb(189, 8, 28);
	}

	.social-media.bg-social a.pinterest-p:hover {
		background-color: rgba(189, 8, 28, 0.8);
	}

	.social-media.bg-social a.reddit {
		color: #fff;
		background-color: rgb(255, 87, 34);
	}

	.social-media.bg-social a.reddit:hover {
		background-color: rgba(255, 87, 34, 0.8);
	}

	.social-media.bg-social a.snapchat {
		color: #fff;
		background-color: rgb(255, 255, 0);
	}

	.social-media.bg-social a.snapchat:hover {
		background-color: rgba(255, 255, 0, 0.8);
	}

	.social-media.bg-social a.tiktok {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.tiktok:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.youtube {
		color: #fff;
		background-color: rgb(255, 0, 0);
	}

	.social-media.bg-social a.youtube:hover {
		background-color: rgba(255, 0, 0, 0.8);
	}

	.social-media.bg-social a.dailymotion {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.dailymotion:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.vimeo {
		color: #fff;
		background-color: rgb(26, 183, 234);
	}

	.social-media.bg-social a.vimeo:hover {
		background-color: rgba(26, 183, 234, 0.8);
	}

	.social-media.bg-social a.whatsapp {
		color: #fff;
		background-color: rgb(37, 211, 102);
	}

	.social-media.bg-social a.whatsapp:hover {
		background-color: rgba(37, 211, 102, 0.8);
	}

	.social-media.bg-social a.behance {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.behance:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.figma {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.figma:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.soundcloud {
		color: #fff;
		background-color: rgb(255, 88, 0);
	}

	.social-media.bg-social a.soundcloud:hover {
		background-color: rgba(255, 88, 0, 0.8);
	}

	.social-media.bg-social a.slack {
		color: #fff;
		background-color: rgb(224, 21, 99);
	}

	.social-media.bg-social a.slack:hover {
		background-color: rgba(224, 21, 99, 0.8);
	}

	.social-media.bg-social a.dribbble {
		color: #fff;
		background-color: rgb(244, 86, 255);
	}

	.social-media.bg-social a.dribbble:hover {
		background-color: rgba(244, 86, 255, 0.8);
	}

	.social-media.bg-social a.medium {
		color: #fff;
		background-color: rgb(0, 0, 0);
	}

	.social-media.bg-social a.medium:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.social-media.bg-social a.product-hunt {
		color: #fff;
		background-color: rgb(255, 87, 34);
	}

	.social-media.bg-social a.product-hunt:hover {
		background-color: rgba(255, 87, 34, 0.8);
	}

	.social-media.bg-social a.twitch {
		color: #fff;
		background-color: rgb(100, 65, 164);
	}

	.social-media.bg-social a.twitch:hover {
		background-color: rgba(100, 65, 164, 0.8);
	}

	.social-media.bg-social a.discord {
		color: #fff;
		background-color: rgb(88, 101, 242);
	}

	.social-media.bg-social a.discord:hover {
		background-color: rgba(88, 101, 242, 0.8);
	}

	.social-media.bg-social a.skype {
		color: #fff;
		background-color: rgb(0, 175, 240);
	}

	.social-media.bg-social a.skype:hover {
		background-color: rgba(0, 175, 240, 0.8);
	}

	.social-media.bg-social a.telegram {
		color: #fff;
		background-color: rgb(0, 136, 204);
	}

	.social-media.bg-social a.telegram:hover {
		background-color: rgba(0, 136, 204, 0.8);
	}

	.social-media.bg-social a.viber {
		color: #fff;
		background-color: rgb(89, 38, 124);
	}

	.social-media.bg-social a.viber:hover {
		background-color: rgba(89, 38, 124, 0.8);
	}

	.social-media.bg-social a.vk {
		color: #fff;
		background-color: rgb(69, 102, 142);
	}

	.social-media.bg-social a.vk:hover {
		background-color: rgba(69, 102, 142, 0.8);
	}

	.social-media.bg-social a.airbnb {
		color: #fff;
		background-color: rgb(253, 92, 99);
	}

	.social-media.bg-social a.airbnb:hover {
		background-color: rgba(253, 92, 99, 0.8);
	}

	.social-media.bg-social a.odnoklassniki {
		color: #fff;
		background-color: rgb(237, 129, 43);
	}

	.social-media.bg-social a.odnoklassniki:hover {
		background-color: rgba(237, 129, 43, 0.8);
	}

	.social-media.bg-social a.mastodon {
		color: #fff;
		background-color: rgb(97, 94, 248);
	}

	.social-media.bg-social a.mastodon:hover {
		background-color: rgba(97, 94, 248, 0.8);
	}

	.social-media.bg-social a.meetup {
		color: #fff;
		background-color: rgb(224, 57, 62);
	}

	.social-media.bg-social a.meetup:hover {
		background-color: rgba(224, 57, 62, 0.8);
	}

	.social-media.bg-social a.bluesky {
		color: #fff;
		background-color: rgb(16, 131, 254);
	}

	.social-media.bg-social a.bluesky:hover {
		background-color: rgba(16, 131, 254, 0.8);
	}

	.social-media.bg-social a.spotify {
		color: #fff;
		background-color: rgb(30, 215, 96);
	}

	.social-media.bg-social a.spotify:hover {
		background-color: rgba(30, 215, 96, 0.8);
	}

	.social-media.bg-social-light a.alipay {
		color: rgb(0, 113, 252);
		background-color: rgba(0, 113, 252, 0.1);
	}

	.social-media.bg-social-light a.alipay:hover {
		background-color: rgba(0, 113, 252, 0.2);
	}

	.social-media.bg-social-light a.amazon {
		color: rgb(255, 153, 0);
		background-color: rgba(255, 153, 0, 0.1);
	}

	.social-media.bg-social-light a.amazon:hover {
		background-color: rgba(255, 153, 0, 0.2);
	}

	.social-media.bg-social-light a.amazon-pay {
		color: rgb(255, 153, 0);
		background-color: rgba(255, 153, 0, 0.1);
	}

	.social-media.bg-social-light a.amazon-pay:hover {
		background-color: rgba(255, 153, 0, 0.2);
	}

	.social-media.bg-social-light a.ebay {
		color: rgb(229, 50, 56);
		background-color: rgba(229, 50, 56, 0.1);
	}

	.social-media.bg-social-light a.ebay:hover {
		background-color: rgba(229, 50, 56, 0.2);
	}

	.social-media.bg-social-light a.paypal {
		color: rgb(0, 48, 135);
		background-color: rgba(0, 48, 135, 0.1);
	}

	.social-media.bg-social-light a.paypal:hover {
		background-color: rgba(0, 48, 135, 0.2);
	}

	.social-media.bg-social-light a.stripe {
		color: rgb(81, 103, 252);
		background-color: rgba(81, 103, 252, 0.1);
	}

	.social-media.bg-social-light a.stripe:hover {
		background-color: rgba(81, 103, 252, 0.2);
	}

	.social-media.bg-social-light a.shopify {
		color: rgb(150, 191, 72);
		background-color: rgba(150, 191, 72, 0.1);
	}

	.social-media.bg-social-light a.shopify:hover {
		background-color: rgba(150, 191, 72, 0.2);
	}

	.social-media.bg-social-light a.google {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.1);
	}

	.social-media.bg-social-light a.google:hover {
		background-color: rgba(234, 67, 53, 0.2);
	}

	.social-media.bg-social-light a.google-play {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.1);
	}

	.social-media.bg-social-light a.google-play:hover {
		background-color: rgba(234, 67, 53, 0.2);
	}

	.social-media.bg-social-light a.google-wallet {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.1);
	}

	.social-media.bg-social-light a.google-wallet:hover {
		background-color: rgba(234, 67, 53, 0.2);
	}

	.social-media.bg-social-light a.dhl {
		color: rgb(255, 205, 0);
		background-color: rgba(255, 205, 0, 0.1);
	}

	.social-media.bg-social-light a.dhl:hover {
		background-color: rgba(255, 205, 0, 0.2);
	}

	.social-media.bg-social-light a.ups {
		color: rgb(53, 28, 21);
		background-color: rgba(53, 28, 21, 0.1);
	}

	.social-media.bg-social-light a.ups:hover {
		background-color: rgba(53, 28, 21, 0.2);
	}

	.social-media.bg-social-light a.fedex {
		color: rgb(255, 0, 0);
		background-color: rgba(255, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.fedex:hover {
		background-color: rgba(255, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.gratipay {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.gratipay:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.apple {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.apple:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.apple-pay {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.apple-pay:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.px {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.px:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.instagram {
		color: rgb(225, 48, 108);
		background-color: rgba(225, 48, 108, 0.1);
	}

	.social-media.bg-social-light a.instagram:hover {
		background-color: rgba(225, 48, 108, 0.2);
	}

	.social-media.bg-social-light a.facebook {
		color: rgb(24, 119, 242);
		background-color: rgba(24, 119, 242, 0.1);
	}

	.social-media.bg-social-light a.facebook:hover {
		background-color: rgba(24, 119, 242, 0.2);
	}

	.social-media.bg-social-light a.facebook-f {
		color: rgb(24, 119, 242);
		background-color: rgba(24, 119, 242, 0.1);
	}

	.social-media.bg-social-light a.facebook-f:hover {
		background-color: rgba(24, 119, 242, 0.2);
	}

	.social-media.bg-social-light a.twitter,
	.social-media.bg-social-light a.x-twitter {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.twitter:hover,
	.social-media.bg-social-light a.x-twitter:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.linkedin {
		color: rgb(0, 119, 181);
		background-color: rgba(0, 119, 181, 0.1);
	}

	.social-media.bg-social-light a.linkedin:hover {
		background-color: rgba(0, 119, 181, 0.2);
	}

	.social-media.bg-social-light a.linkedin-in {
		color: rgb(0, 119, 181);
		background-color: rgba(0, 119, 181, 0.1);
	}

	.social-media.bg-social-light a.linkedin-in:hover {
		background-color: rgba(0, 119, 181, 0.2);
	}

	.social-media.bg-social-light a.pinterest {
		color: rgb(189, 8, 28);
		background-color: rgba(189, 8, 28, 0.1);
	}

	.social-media.bg-social-light a.pinterest:hover {
		background-color: rgba(189, 8, 28, 0.2);
	}

	.social-media.bg-social-light a.pinterest-p {
		color: rgb(189, 8, 28);
		background-color: rgba(189, 8, 28, 0.1);
	}

	.social-media.bg-social-light a.pinterest-p:hover {
		background-color: rgba(189, 8, 28, 0.2);
	}

	.social-media.bg-social-light a.reddit {
		color: rgb(255, 87, 34);
		background-color: rgba(255, 87, 34, 0.1);
	}

	.social-media.bg-social-light a.reddit:hover {
		background-color: rgba(255, 87, 34, 0.2);
	}

	.social-media.bg-social-light a.snapchat {
		color: rgb(255, 255, 0);
		background-color: rgba(255, 255, 0, 0.1);
	}

	.social-media.bg-social-light a.snapchat:hover {
		background-color: rgba(255, 255, 0, 0.2);
	}

	.social-media.bg-social-light a.tiktok {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.tiktok:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.youtube {
		color: rgb(255, 0, 0);
		background-color: rgba(255, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.youtube:hover {
		background-color: rgba(255, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.dailymotion {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.dailymotion:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.vimeo {
		color: rgb(26, 183, 234);
		background-color: rgba(26, 183, 234, 0.1);
	}

	.social-media.bg-social-light a.vimeo:hover {
		background-color: rgba(26, 183, 234, 0.2);
	}

	.social-media.bg-social-light a.whatsapp {
		color: rgb(37, 211, 102);
		background-color: rgba(37, 211, 102, 0.1);
	}

	.social-media.bg-social-light a.whatsapp:hover {
		background-color: rgba(37, 211, 102, 0.2);
	}

	.social-media.bg-social-light a.behance {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.behance:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.figma {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.figma:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.soundcloud {
		color: rgb(255, 88, 0);
		background-color: rgba(255, 88, 0, 0.1);
	}

	.social-media.bg-social-light a.soundcloud:hover {
		background-color: rgba(255, 88, 0, 0.2);
	}

	.social-media.bg-social-light a.slack {
		color: rgb(224, 21, 99);
		background-color: rgba(224, 21, 99, 0.1);
	}

	.social-media.bg-social-light a.slack:hover {
		background-color: rgba(224, 21, 99, 0.2);
	}

	.social-media.bg-social-light a.dribbble {
		color: rgb(244, 86, 255);
		background-color: rgba(244, 86, 255, 0.1);
	}

	.social-media.bg-social-light a.dribbble:hover {
		background-color: rgba(244, 86, 255, 0.2);
	}

	.social-media.bg-social-light a.medium {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.social-media.bg-social-light a.medium:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.social-media.bg-social-light a.product-hunt {
		color: rgb(255, 87, 34);
		background-color: rgba(255, 87, 34, 0.1);
	}

	.social-media.bg-social-light a.product-hunt:hover {
		background-color: rgba(255, 87, 34, 0.2);
	}

	.social-media.bg-social-light a.twitch {
		color: rgb(100, 65, 164);
		background-color: rgba(100, 65, 164, 0.1);
	}

	.social-media.bg-social-light a.twitch:hover {
		background-color: rgba(100, 65, 164, 0.2);
	}

	.social-media.bg-social-light a.discord {
		color: rgb(88, 101, 242);
		background-color: rgba(88, 101, 242, 0.1);
	}

	.social-media.bg-social-light a.discord:hover {
		background-color: rgba(88, 101, 242, 0.2);
	}

	.social-media.bg-social-light a.skype {
		color: rgb(0, 175, 240);
		background-color: rgba(0, 175, 240, 0.1);
	}

	.social-media.bg-social-light a.skype:hover {
		background-color: rgba(0, 175, 240, 0.2);
	}

	.social-media.bg-social-light a.telegram {
		color: rgb(0, 136, 204);
		background-color: rgba(0, 136, 204, 0.1);
	}

	.social-media.bg-social-light a.telegram:hover {
		background-color: rgba(0, 136, 204, 0.2);
	}

	.social-media.bg-social-light a.viber {
		color: rgb(89, 38, 124);
		background-color: rgba(89, 38, 124, 0.1);
	}

	.social-media.bg-social-light a.viber:hover {
		background-color: rgba(89, 38, 124, 0.2);
	}

	.social-media.bg-social-light a.vk {
		color: rgb(69, 102, 142);
		background-color: rgba(69, 102, 142, 0.1);
	}

	.social-media.bg-social-light a.vk:hover {
		background-color: rgba(69, 102, 142, 0.2);
	}

	.social-media.bg-social-light a.airbnb {
		color: rgb(253, 92, 99);
		background-color: rgba(253, 92, 99, 0.1);
	}

	.social-media.bg-social-light a.airbnb:hover {
		background-color: rgba(253, 92, 99, 0.2);
	}

	.social-media.bg-social-light a.odnoklassniki {
		color: rgb(237, 129, 43);
		background-color: rgba(237, 129, 43, 0.1);
	}

	.social-media.bg-social-light a.odnoklassniki:hover {
		background-color: rgba(237, 129, 43, 0.2);
	}

	.social-media.bg-social-light a.mastodon {
		color: rgb(97, 94, 248);
		background-color: rgba(97, 94, 248, 0.1);
	}

	.social-media.bg-social-light a.mastodon:hover {
		background-color: rgba(97, 94, 248, 0.2);
	}

	.social-media.bg-social-light a.meetup {
		color: rgb(224, 57, 62);
		background-color: rgba(224, 57, 62, 0.1);
	}

	.social-media.bg-social-light a.meetup:hover {
		background-color: rgba(224, 57, 62, 0.2);
	}

	.social-media.bg-social-light a.bluesky {
		color: rgb(16, 131, 254);
		background-color: rgba(16, 131, 254, 0.1);
	}

	.social-media.bg-social-light a.bluesky:hover {
		background-color: rgba(16, 131, 254, 0.2);
	}

	.social-media.bg-social-light a.spotify {
		color: rgb(30, 215, 96);
		background-color: rgba(30, 215, 96, 0.1);
	}

	.social-media.bg-social-light a.spotify:hover {
		background-color: rgba(30, 215, 96, 0.2);
	}

	.social-media.color-social a.alipay {
		color: rgb(0, 113, 252);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 113, 252, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.alipay:hover {
		background-color: rgba(0, 113, 252, 0.08);
	}

	.social-media.color-social a.amazon {
		color: rgb(255, 153, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 153, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.amazon:hover {
		background-color: rgba(255, 153, 0, 0.08);
	}

	.social-media.color-social a.amazon-pay {
		color: rgb(255, 153, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 153, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.amazon-pay:hover {
		background-color: rgba(255, 153, 0, 0.08);
	}

	.social-media.color-social a.ebay {
		color: rgb(229, 50, 56);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(229, 50, 56, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.ebay:hover {
		background-color: rgba(229, 50, 56, 0.08);
	}

	.social-media.color-social a.paypal {
		color: rgb(0, 48, 135);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 48, 135, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.paypal:hover {
		background-color: rgba(0, 48, 135, 0.08);
	}

	.social-media.color-social a.stripe {
		color: rgb(81, 103, 252);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(81, 103, 252, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.stripe:hover {
		background-color: rgba(81, 103, 252, 0.08);
	}

	.social-media.color-social a.shopify {
		color: rgb(150, 191, 72);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(150, 191, 72, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.shopify:hover {
		background-color: rgba(150, 191, 72, 0.08);
	}

	.social-media.color-social a.google {
		color: rgb(234, 67, 53);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.google:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social a.google-play {
		color: rgb(234, 67, 53);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.google-play:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social a.google-wallet {
		color: rgb(234, 67, 53);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.google-wallet:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social a.dhl {
		color: rgb(255, 205, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 205, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.dhl:hover {
		background-color: rgba(255, 205, 0, 0.08);
	}

	.social-media.color-social a.ups {
		color: rgb(53, 28, 21);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(53, 28, 21, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.ups:hover {
		background-color: rgba(53, 28, 21, 0.08);
	}

	.social-media.color-social a.fedex {
		color: rgb(255, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.fedex:hover {
		background-color: rgba(255, 0, 0, 0.08);
	}

	.social-media.color-social a.gratipay {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.gratipay:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.apple {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.apple:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.apple-pay {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.apple-pay:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.px {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.px:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.instagram {
		color: rgb(225, 48, 108);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(225, 48, 108, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.instagram:hover {
		background-color: rgba(225, 48, 108, 0.08);
	}

	.social-media.color-social a.facebook {
		color: rgb(24, 119, 242);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(24, 119, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.facebook:hover {
		background-color: rgba(24, 119, 242, 0.08);
	}

	.social-media.color-social a.facebook-f {
		color: rgb(24, 119, 242);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(24, 119, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.facebook-f:hover {
		background-color: rgba(24, 119, 242, 0.08);
	}

	.social-media.color-social a.twitter,
	.social-media.color-social a.x-twitter {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.twitter:hover,
	.social-media.color-social a.x-twitter:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.linkedin {
		color: rgb(0, 119, 181);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 119, 181, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.linkedin:hover {
		background-color: rgba(0, 119, 181, 0.08);
	}

	.social-media.color-social a.linkedin-in {
		color: rgb(0, 119, 181);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 119, 181, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.linkedin-in:hover {
		background-color: rgba(0, 119, 181, 0.08);
	}

	.social-media.color-social a.pinterest {
		color: rgb(189, 8, 28);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(189, 8, 28, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.pinterest:hover {
		background-color: rgba(189, 8, 28, 0.08);
	}

	.social-media.color-social a.pinterest-p {
		color: rgb(189, 8, 28);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(189, 8, 28, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.pinterest-p:hover {
		background-color: rgba(189, 8, 28, 0.08);
	}

	.social-media.color-social a.reddit {
		color: rgb(255, 87, 34);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 87, 34, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.reddit:hover {
		background-color: rgba(255, 87, 34, 0.08);
	}

	.social-media.color-social a.snapchat {
		color: rgb(255, 255, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 255, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.snapchat:hover {
		background-color: rgba(255, 255, 0, 0.08);
	}

	.social-media.color-social a.tiktok {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.tiktok:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.youtube {
		color: rgb(255, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.youtube:hover {
		background-color: rgba(255, 0, 0, 0.08);
	}

	.social-media.color-social a.dailymotion {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.dailymotion:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.vimeo {
		color: rgb(26, 183, 234);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(26, 183, 234, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.vimeo:hover {
		background-color: rgba(26, 183, 234, 0.08);
	}

	.social-media.color-social a.whatsapp {
		color: rgb(37, 211, 102);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(37, 211, 102, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.whatsapp:hover {
		background-color: rgba(37, 211, 102, 0.08);
	}

	.social-media.color-social a.behance {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.behance:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.figma {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.figma:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.soundcloud {
		color: rgb(255, 88, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 88, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.soundcloud:hover {
		background-color: rgba(255, 88, 0, 0.08);
	}

	.social-media.color-social a.slack {
		color: rgb(224, 21, 99);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(224, 21, 99, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.slack:hover {
		background-color: rgba(224, 21, 99, 0.08);
	}

	.social-media.color-social a.dribbble {
		color: rgb(244, 86, 255);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(244, 86, 255, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.dribbble:hover {
		background-color: rgba(244, 86, 255, 0.08);
	}

	.social-media.color-social a.medium {
		color: rgb(0, 0, 0);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.medium:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social a.product-hunt {
		color: rgb(255, 87, 34);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(255, 87, 34, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.product-hunt:hover {
		background-color: rgba(255, 87, 34, 0.08);
	}

	.social-media.color-social a.twitch {
		color: rgb(100, 65, 164);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(100, 65, 164, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.twitch:hover {
		background-color: rgba(100, 65, 164, 0.08);
	}

	.social-media.color-social a.discord {
		color: rgb(88, 101, 242);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(88, 101, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.discord:hover {
		background-color: rgba(88, 101, 242, 0.08);
	}

	.social-media.color-social a.skype {
		color: rgb(0, 175, 240);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 175, 240, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.skype:hover {
		background-color: rgba(0, 175, 240, 0.08);
	}

	.social-media.color-social a.telegram {
		color: rgb(0, 136, 204);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 136, 204, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.telegram:hover {
		background-color: rgba(0, 136, 204, 0.08);
	}

	.social-media.color-social a.viber {
		color: rgb(89, 38, 124);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(89, 38, 124, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.viber:hover {
		background-color: rgba(89, 38, 124, 0.08);
	}

	.social-media.color-social a.vk {
		color: rgb(69, 102, 142);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(69, 102, 142, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.vk:hover {
		background-color: rgba(69, 102, 142, 0.08);
	}

	.social-media.color-social a.airbnb {
		color: rgb(253, 92, 99);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(253, 92, 99, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.airbnb:hover {
		background-color: rgba(253, 92, 99, 0.08);
	}

	.social-media.color-social a.odnoklassniki {
		color: rgb(237, 129, 43);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(237, 129, 43, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.odnoklassniki:hover {
		background-color: rgba(237, 129, 43, 0.08);
	}

	.social-media.color-social a.mastodon {
		color: rgb(97, 94, 248);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(97, 94, 248, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.mastodon:hover {
		background-color: rgba(97, 94, 248, 0.08);
	}

	.social-media.color-social a.meetup {
		color: rgb(224, 57, 62);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(224, 57, 62, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.meetup:hover {
		background-color: rgba(224, 57, 62, 0.08);
	}

	.social-media.color-social a.bluesky {
		color: rgb(16, 131, 254);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(16, 131, 254, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.bluesky:hover {
		background-color: rgba(16, 131, 254, 0.08);
	}

	.social-media.color-social a.spotify {
		color: rgb(30, 215, 96);
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(30, 215, 96, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social a.spotify:hover {
		background-color: rgba(30, 215, 96, 0.08);
	}

	.social-media.color-social-light a.alipay {
		color: rgb(0, 113, 252);
		background-color: rgba(0, 113, 252, 0.05);
		border: 1px solid rgba(0, 113, 252, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.alipay:hover {
		background-color: rgba(0, 113, 252, 0.08);
	}

	.social-media.color-social-light a.amazon {
		color: rgb(255, 153, 0);
		background-color: rgba(255, 153, 0, 0.05);
		border: 1px solid rgba(255, 153, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.amazon:hover {
		background-color: rgba(255, 153, 0, 0.08);
	}

	.social-media.color-social-light a.amazon-pay {
		color: rgb(255, 153, 0);
		background-color: rgba(255, 153, 0, 0.05);
		border: 1px solid rgba(255, 153, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.amazon-pay:hover {
		background-color: rgba(255, 153, 0, 0.08);
	}

	.social-media.color-social-light a.ebay {
		color: rgb(229, 50, 56);
		background-color: rgba(229, 50, 56, 0.05);
		border: 1px solid rgba(229, 50, 56, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.ebay:hover {
		background-color: rgba(229, 50, 56, 0.08);
	}

	.social-media.color-social-light a.paypal {
		color: rgb(0, 48, 135);
		background-color: rgba(0, 48, 135, 0.05);
		border: 1px solid rgba(0, 48, 135, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.paypal:hover {
		background-color: rgba(0, 48, 135, 0.08);
	}

	.social-media.color-social-light a.stripe {
		color: rgb(81, 103, 252);
		background-color: rgba(81, 103, 252, 0.05);
		border: 1px solid rgba(81, 103, 252, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.stripe:hover {
		background-color: rgba(81, 103, 252, 0.08);
	}

	.social-media.color-social-light a.shopify {
		color: rgb(150, 191, 72);
		background-color: rgba(150, 191, 72, 0.05);
		border: 1px solid rgba(150, 191, 72, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.shopify:hover {
		background-color: rgba(150, 191, 72, 0.08);
	}

	.social-media.color-social-light a.google {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.05);
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.google:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social-light a.google-play {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.05);
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.google-play:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social-light a.google-wallet {
		color: rgb(234, 67, 53);
		background-color: rgba(234, 67, 53, 0.05);
		border: 1px solid rgba(234, 67, 53, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.google-wallet:hover {
		background-color: rgba(234, 67, 53, 0.08);
	}

	.social-media.color-social-light a.dhl {
		color: rgb(255, 205, 0);
		background-color: rgba(255, 205, 0, 0.05);
		border: 1px solid rgba(255, 205, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.dhl:hover {
		background-color: rgba(255, 205, 0, 0.08);
	}

	.social-media.color-social-light a.ups {
		color: rgb(53, 28, 21);
		background-color: rgba(53, 28, 21, 0.05);
		border: 1px solid rgba(53, 28, 21, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.ups:hover {
		background-color: rgba(53, 28, 21, 0.08);
	}

	.social-media.color-social-light a.fedex {
		color: rgb(255, 0, 0);
		background-color: rgba(255, 0, 0, 0.05);
		border: 1px solid rgba(255, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.fedex:hover {
		background-color: rgba(255, 0, 0, 0.08);
	}

	.social-media.color-social-light a.gratipay {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.gratipay:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.apple {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.apple:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.apple-pay {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.apple-pay:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.px {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.px:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.instagram {
		color: rgb(225, 48, 108);
		background-color: rgba(225, 48, 108, 0.05);
		border: 1px solid rgba(225, 48, 108, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.instagram:hover {
		background-color: rgba(225, 48, 108, 0.08);
	}

	.social-media.color-social-light a.facebook {
		color: rgb(24, 119, 242);
		background-color: rgba(24, 119, 242, 0.05);
		border: 1px solid rgba(24, 119, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.facebook:hover {
		background-color: rgba(24, 119, 242, 0.08);
	}

	.social-media.color-social-light a.facebook-f {
		color: rgb(24, 119, 242);
		background-color: rgba(24, 119, 242, 0.05);
		border: 1px solid rgba(24, 119, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.facebook-f:hover {
		background-color: rgba(24, 119, 242, 0.08);
	}

	.social-media.color-social-light a.twitter,
	.social-media.color-social-light a.x-twitter {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.twitter:hover,
	.social-media.color-social-light a.x-twitter:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.linkedin {
		color: rgb(0, 119, 181);
		background-color: rgba(0, 119, 181, 0.05);
		border: 1px solid rgba(0, 119, 181, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.linkedin:hover {
		background-color: rgba(0, 119, 181, 0.08);
	}

	.social-media.color-social-light a.linkedin-in {
		color: rgb(0, 119, 181);
		background-color: rgba(0, 119, 181, 0.05);
		border: 1px solid rgba(0, 119, 181, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.linkedin-in:hover {
		background-color: rgba(0, 119, 181, 0.08);
	}

	.social-media.color-social-light a.pinterest {
		color: rgb(189, 8, 28);
		background-color: rgba(189, 8, 28, 0.05);
		border: 1px solid rgba(189, 8, 28, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.pinterest:hover {
		background-color: rgba(189, 8, 28, 0.08);
	}

	.social-media.color-social-light a.pinterest-p {
		color: rgb(189, 8, 28);
		background-color: rgba(189, 8, 28, 0.05);
		border: 1px solid rgba(189, 8, 28, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.pinterest-p:hover {
		background-color: rgba(189, 8, 28, 0.08);
	}

	.social-media.color-social-light a.reddit {
		color: rgb(255, 87, 34);
		background-color: rgba(255, 87, 34, 0.05);
		border: 1px solid rgba(255, 87, 34, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.reddit:hover {
		background-color: rgba(255, 87, 34, 0.08);
	}

	.social-media.color-social-light a.snapchat {
		color: rgb(255, 255, 0);
		background-color: rgba(255, 255, 0, 0.05);
		border: 1px solid rgba(255, 255, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.snapchat:hover {
		background-color: rgba(255, 255, 0, 0.08);
	}

	.social-media.color-social-light a.tiktok {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.tiktok:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.youtube {
		color: rgb(255, 0, 0);
		background-color: rgba(255, 0, 0, 0.05);
		border: 1px solid rgba(255, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.youtube:hover {
		background-color: rgba(255, 0, 0, 0.08);
	}

	.social-media.color-social-light a.dailymotion {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.dailymotion:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.vimeo {
		color: rgb(26, 183, 234);
		background-color: rgba(26, 183, 234, 0.05);
		border: 1px solid rgba(26, 183, 234, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.vimeo:hover {
		background-color: rgba(26, 183, 234, 0.08);
	}

	.social-media.color-social-light a.whatsapp {
		color: rgb(37, 211, 102);
		background-color: rgba(37, 211, 102, 0.05);
		border: 1px solid rgba(37, 211, 102, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.whatsapp:hover {
		background-color: rgba(37, 211, 102, 0.08);
	}

	.social-media.color-social-light a.behance {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.behance:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.figma {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.figma:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.soundcloud {
		color: rgb(255, 88, 0);
		background-color: rgba(255, 88, 0, 0.05);
		border: 1px solid rgba(255, 88, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.soundcloud:hover {
		background-color: rgba(255, 88, 0, 0.08);
	}

	.social-media.color-social-light a.slack {
		color: rgb(224, 21, 99);
		background-color: rgba(224, 21, 99, 0.05);
		border: 1px solid rgba(224, 21, 99, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.slack:hover {
		background-color: rgba(224, 21, 99, 0.08);
	}

	.social-media.color-social-light a.dribbble {
		color: rgb(244, 86, 255);
		background-color: rgba(244, 86, 255, 0.05);
		border: 1px solid rgba(244, 86, 255, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.dribbble:hover {
		background-color: rgba(244, 86, 255, 0.08);
	}

	.social-media.color-social-light a.medium {
		color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.05);
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.medium:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.social-media.color-social-light a.product-hunt {
		color: rgb(255, 87, 34);
		background-color: rgba(255, 87, 34, 0.05);
		border: 1px solid rgba(255, 87, 34, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.product-hunt:hover {
		background-color: rgba(255, 87, 34, 0.08);
	}

	.social-media.color-social-light a.twitch {
		color: rgb(100, 65, 164);
		background-color: rgba(100, 65, 164, 0.05);
		border: 1px solid rgba(100, 65, 164, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.twitch:hover {
		background-color: rgba(100, 65, 164, 0.08);
	}

	.social-media.color-social-light a.discord {
		color: rgb(88, 101, 242);
		background-color: rgba(88, 101, 242, 0.05);
		border: 1px solid rgba(88, 101, 242, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.discord:hover {
		background-color: rgba(88, 101, 242, 0.08);
	}

	.social-media.color-social-light a.skype {
		color: rgb(0, 175, 240);
		background-color: rgba(0, 175, 240, 0.05);
		border: 1px solid rgba(0, 175, 240, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.skype:hover {
		background-color: rgba(0, 175, 240, 0.08);
	}

	.social-media.color-social-light a.telegram {
		color: rgb(0, 136, 204);
		background-color: rgba(0, 136, 204, 0.05);
		border: 1px solid rgba(0, 136, 204, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.telegram:hover {
		background-color: rgba(0, 136, 204, 0.08);
	}

	.social-media.color-social-light a.viber {
		color: rgb(89, 38, 124);
		background-color: rgba(89, 38, 124, 0.05);
		border: 1px solid rgba(89, 38, 124, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.viber:hover {
		background-color: rgba(89, 38, 124, 0.08);
	}

	.social-media.color-social-light a.vk {
		color: rgb(69, 102, 142);
		background-color: rgba(69, 102, 142, 0.05);
		border: 1px solid rgba(69, 102, 142, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.vk:hover {
		background-color: rgba(69, 102, 142, 0.08);
	}

	.social-media.color-social-light a.airbnb {
		color: rgb(253, 92, 99);
		background-color: rgba(253, 92, 99, 0.05);
		border: 1px solid rgba(253, 92, 99, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.airbnb:hover {
		background-color: rgba(253, 92, 99, 0.08);
	}

	.social-media.color-social-light a.odnoklassniki {
		color: rgb(237, 129, 43);
		background-color: rgba(237, 129, 43, 0.05);
		border: 1px solid rgba(237, 129, 43, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.odnoklassniki:hover {
		background-color: rgba(237, 129, 43, 0.08);
	}

	.social-media.color-social-light a.mastodon {
		color: rgb(97, 94, 248);
		background-color: rgba(97, 94, 248, 0.05);
		border: 1px solid rgba(97, 94, 248, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.mastodon:hover {
		background-color: rgba(97, 94, 248, 0.08);
	}

	.social-media.color-social-light a.meetup {
		color: rgb(224, 57, 62);
		background-color: rgba(224, 57, 62, 0.05);
		border: 1px solid rgba(224, 57, 62, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.meetup:hover {
		background-color: rgba(224, 57, 62, 0.08);
	}

	.social-media.color-social-light a.bluesky {
		color: rgb(16, 131, 254);
		background-color: rgba(16, 131, 254, 0.05);
		border: 1px solid rgba(16, 131, 254, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.bluesky:hover {
		background-color: rgba(16, 131, 254, 0.08);
	}

	.social-media.color-social-light a.spotify {
		color: rgb(30, 215, 96);
		background-color: rgba(30, 215, 96, 0.05);
		border: 1px solid rgba(30, 215, 96, 0.2);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.social-media.color-social-light a.spotify:hover {
		background-color: rgba(30, 215, 96, 0.08);
	}

	/* Module Iconbox */
	.iconbox {
		--icon-size: 22px;
		--icon-svg: 82%;
		--icon-gap: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.iconbox {
			gap: var(--icon-gap, 1.5rem);
		}
	}

	.iconbox .iconbox-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--icon-size);
		height: var(--icon-size);
	}

	.iconbox .iconbox-icon>* {
		width: var(--icon-svg);
		height: auto;
	}

	.iconbox .iconbox-detail {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.iconbox .iconbox-detail>* {
		margin-bottom: 0;
	}

	.iconbox .iconbox-detail .entry-title a {
		color: currentColor;
	}

	/* Module Slider */
	.slider-wrapper .slider {
		position: relative;
	}

	.slider-wrapper .slider .slider-preloader {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		z-index: 10;
	}

	.slider-wrapper .slider:not(.swiper-initialized)>*:not(.slider-preloader) {
		opacity: 0;
		visibility: hidden;
	}

	.slider-wrapper .slider.swiper-initialized>*.slider-preloader {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.slider-wrapper .slider.swiper-initialized>*.slider-preloader .preloader {
		-webkit-animation: none;
		animation: none;
	}

	.slider-wrapper .slider .swiper-pagination {
		bottom: 1.25rem;
	}

	.slider-wrapper .swiper-pagination {
		--slider-dots: var(--theme-slider-dots);
		--slider-dots-gap: var(--theme-slider-dots-gap);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: var(--slider-dots);
		color: rgb(var(--colors-black));
		z-index: 6;
		/* &.swiper-pagination-bullets {
		gap: var(--slider-dots-gap);
		bottom: rem(36);
		.swiper-pagination-bullet {
			all: unset;
			font-size: text(xs);
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: underline;
			text-underline-offset: rem(4);
			text-decoration-color: transparent;
			cursor: pointer;
			opacity: .4;
			&.swiper-pagination-bullet-active {
			opacity: 1;
			text-decoration-color: currentColor;
			}
		}
		} */
	}

	.slider-wrapper .swiper-pagination.color-white {
		color: rgb(var(--colors-white));
	}

	.slider-wrapper .swiper-pagination.color-primary {
		color: rgb(var(--colors-primary-background));
	}

	.slider-wrapper .swiper-pagination .swiper-pagination-bullet {
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		width: var(--slider-dots);
		height: var(--slider-dots);
		margin: 0 calc(var(--slider-dots-gap) / 2);
		background: currentColor;
	}

	.slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
		--swiper-pagination-bullet-inactive-opacity: 0.3;
	}

	.slider-wrapper .swiper-pagination.style-2 .swiper-pagination-bullet {
		--swiper-pagination-bullet-inactive-opacity: 1;
	}

	.slider-wrapper .swiper-pagination.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: none;
		outline: 2px solid currentColor;
	}

	.slider-wrapper .swiper-pagination.style-3 .swiper-pagination-bullet {
		--swiper-pagination-bullet-inactive-opacity: 1;
	}

	.slider-wrapper .swiper-pagination.style-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		background: none;
		border: 1px solid currentColor;
	}

	.slider-wrapper .swiper-button-next,
	.slider-wrapper .swiper-button-prev {
		--slider-navigation-size: var(--theme-slider-navigation);
		--slider-navigation-font-size: var(--theme-slider-font);
		--swiper-navigation-sides-offset: calc(var(--slider-navigation-size) / 2);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--slider-navigation-size);
		height: var(--slider-navigation-size);
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, visibility, transform, -webkit-transform;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}

	.slider-wrapper .swiper-button-next::after,
	.slider-wrapper .swiper-button-prev::after {
		font-size: var(--slider-navigation-font-size);
	}

	.slider-wrapper .swiper-button-next.swiper-button-next,
	.slider-wrapper .swiper-button-prev.swiper-button-next {
		-webkit-padding-start: 0.1875rem;
		padding-inline-start: 0.1875rem;
	}

	.slider-wrapper .swiper-button-next.swiper-button-prev,
	.slider-wrapper .swiper-button-prev.swiper-button-prev {
		-webkit-padding-end: 0.1875rem;
		padding-inline-end: 0.1875rem;
	}

	.slider-wrapper .swiper-button-next.color-transparent-white,
	.slider-wrapper .swiper-button-prev.color-transparent-white {
		color: rgb(var(--colors-black));
		background-color: rgba(var(--colors-white), 0.5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	.slider-wrapper .swiper-button-next.color-transparent-black,
	.slider-wrapper .swiper-button-prev.color-transparent-black {
		color: rgb(var(--colors-white));
		background-color: rgba(var(--colors-black), 0.2);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	.slider-wrapper .swiper-button-next.style-wide,
	.slider-wrapper .swiper-button-prev.style-wide {
		height: calc(var(--slider-navigation-size) * 2);
		margin-top: calc(var(--slider-navigation-size) * -1);
	}

	.slider-wrapper .swiper-button-next.position-stick,
	.slider-wrapper .swiper-button-prev.position-stick {
		--swiper-navigation-sides-offset: 0;
	}

	.slider-wrapper .swiper-button-next.position-stick.rounded-theme.swiper-button-prev,
	.slider-wrapper .swiper-button-prev.position-stick.rounded-theme.swiper-button-prev {
		border-start-start-radius: 0;
		border-end-start-radius: 0;
	}

	.slider-wrapper .swiper-button-next.position-stick.rounded-theme.swiper-button-next,
	.slider-wrapper .swiper-button-prev.position-stick.rounded-theme.swiper-button-next {
		border-start-end-radius: 0;
		border-end-end-radius: 0;
	}

	.slider-wrapper .swiper-button-next.on-hover,
	.slider-wrapper .swiper-button-prev.on-hover {
		opacity: 0;
	}

	.slider-wrapper .swiper-button-next.on-hover.swiper-button-next,
	.slider-wrapper .swiper-button-prev.on-hover.swiper-button-next {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
		pointer-events: inherit;
	}

	.slider-wrapper .swiper-button-next.on-hover.swiper-button-prev,
	.slider-wrapper .swiper-button-prev.on-hover.swiper-button-prev {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		pointer-events: inherit;
	}

	.slider-wrapper:hover .on-hover {
		opacity: 1;
	}

	.slider-wrapper:hover .on-hover.swiper-button-disabled {
		opacity: 0.3;
	}

	.slider-wrapper:hover .on-hover.swiper-button-next {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.slider-wrapper:hover .on-hover.swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.slider-wrapper .slider-controls .swiper-pagination {
		position: relative;
		padding-top: 1rem;
		bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.slider-wrapper .slider-controls .swiper-pagination {
			padding-top: 1.875rem;
		}
	}

	.slider-wrapper .slider-controls .swiper-button-next.position-half,
	.slider-wrapper .slider-controls .swiper-button-prev.position-half {
		--swiper-navigation-sides-offset: calc((var(--slider-navigation-size) / 2) * -1);
	}

	.slider-wrapper .slider-controls .swiper-button-next.position-out,
	.slider-wrapper .slider-controls .swiper-button-prev.position-out {
		--swiper-navigation-sides-offset: calc(var(--slider-navigation-size) * -1);
	}

	.slider-wrapper:has(.slider-controls .swiper-pagination) .slider .swiper-pagination {
		height: 0;
	}

	.slider-wrapper:has(.slider-controls .swiper-button-prev) .slider .swiper-button-prev {
		display: none;
	}

	.slider-wrapper:has(.slider-controls .swiper-button-next) .slider .swiper-button-next {
		display: none;
	}

	/* Module Tab */
	.tab-wrapper {
		--tab-gap: 16px;
		--tab-gap-lg: 24px;
		--tab-font-size: 13px;
		--tab-font-size-lg: 16px;
		--tab-padding-block: 10px;
		--tab-padding-inline: 18px;
	}

	.tab-wrapper ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--tab-gap);
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.tab-wrapper ul a {
		color: currentColor;
		text-decoration: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.tab-wrapper ul:not(.style-1) a {
		font-size: var(--tab-font-size);
		font-weight: 600;
	}

	@media screen and (min-width: 1024.02px) {
		.tab-wrapper ul:not(.style-1) a {
			font-size: var(--tab-font-size-lg);
		}
	}

	@media screen and (min-width: 1024.02px) {
		.tab-wrapper ul.style-1 {
			gap: calc(var(--tab-gap) * 2);
		}
	}

	.tab-wrapper ul.style-1 a {
		font-size: 1.25rem;
		font-weight: 600;
		color: rgb(var(--colors-gray-400));
	}

	.tab-wrapper ul.style-1 a sup {
		font-size: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.tab-wrapper ul.style-1 a {
			font-size: 1.5rem;
		}

		.tab-wrapper ul.style-1 a sup {
			font-size: 0.875rem;
		}
	}

	.tab-wrapper ul.style-1 a:hover {
		color: rgb(var(--colors-gray-600));
	}

	.tab-wrapper ul.style-1 a.active {
		color: rgb(var(--colors-black));
	}

	@media screen and (min-width: 1024.02px) {
		.tab-wrapper ul {
			gap: var(--tab-gap-lg);
		}
	}

	.tab-wrapper ul.style-2 a {
		color: rgb(var(--colors-gray-400));
	}

	.tab-wrapper ul.style-2 a:hover {
		color: rgb(var(--colors-gray-600));
	}

	.tab-wrapper ul.style-2 a.active {
		color: rgb(var(--colors-black));
	}

	.tab-wrapper ul.style-3 {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.tab-wrapper ul.style-3 {
			height: 100%;
		}
	}

	.tab-wrapper ul.style-3 li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}

	.tab-wrapper ul.style-3 li+li::before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background-color: currentColor;
		opacity: 0.2;
		margin-inline: 1.25rem;
	}

	.tab-wrapper ul.style-3 li a {
		position: relative;
		height: 100%;
		color: rgb(var(--colors-gray-400));
	}

	.tab-wrapper ul.style-3 li a:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		bottom: 0;
		inset-inline-start: 0;
		background-color: currentColor;
		opacity: 0;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.tab-wrapper ul.style-3 li a:hover {
		color: rgb(var(--colors-gray-600));
	}

	.tab-wrapper ul.style-3 li a.active {
		color: rgb(var(--colors-black));
	}

	.tab-wrapper ul.style-3 li a.active::after {
		opacity: 1;
	}

	.tab-wrapper ul.style-4 a {
		padding-inline: var(--tab-padding-inline);
		padding-block: var(--tab-padding-block);
		border-radius: 6.1875rem;
	}

	.tab-wrapper ul.style-4 a:hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.tab-wrapper ul.style-4 a.active {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	.tab-wrapper ul.style-5 a {
		padding-inline: var(--tab-padding-inline);
		padding-block: var(--tab-padding-block);
		border-radius: 6.1875rem;
		border: 1px solid rgb(var(--colors-gray-200));
	}

	.tab-wrapper ul.style-5 a:hover {
		border-color: rgba(var(--colors-primary-background), 0.3);
	}

	.tab-wrapper ul.style-5 a.active {
		color: rgb(var(--colors-primary-background));
		background-color: rgba(var(--colors-primary-background), 0.06);
		border-color: rgba(var(--colors-primary-background), 0.3);
	}

	.tab-wrapper ul.style-6 {
		background-color: rgb(var(--colors-gray-100));
		border-radius: 6.1875rem;
		padding: 0.25rem;
	}

	.tab-wrapper ul.style-6 li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tab-wrapper ul.style-6 a {
		color: rgb(var(--colors-gray-400));
		padding-inline: var(--tab-padding-inline);
		padding-block: var(--tab-padding-block);
		border-radius: 6.1875rem;
	}

	.tab-wrapper ul.style-6 a:hover {
		color: rgb(var(--colors-gray-600));
	}

	.tab-wrapper ul.style-6 a.active {
		color: rgb(var(--colors-black));
		background-color: rgb(var(--colors-white));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	/* Module Category */
	.category-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.category-box {
			gap: 1rem;
		}
	}

	.category-box a {
		text-decoration: none;
	}

	.category-box a:not(.link) {
		color: currentColor;
	}

	.category-box .category-detail>*+* {
		margin-top: .25rem;
	}

	.category-box .description {
		font-size: var(--text-sm);
	}

	.category-box .description p:last-child {
		margin-bottom: 0;
	}

	.category-box .category-media img.rounded-theme {
		border-radius: var(--theme-radius);
	}

	.category-box .category-media img.rounded-full {
		border-radius: 50%;
	}

	.category-box .sub-categories ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.category-box .sub-categories ul li+li {
		margin-top: 0.125rem;
	}

	.category-box .sub-categories ul li a {
		font-size: var(--text-sm);
	}

	.category-box.style-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	@media screen and (min-width: 1024.02px) {
		.category-box.style-1 {
			padding: 1.25rem;
			text-align: center;
		}
	}

	.category-box.style-1 .category-detail {
		text-align: center;
	}

	.category-box.style-1 .category-detail .category-name {
		font-size: var(--text-sm);
		font-weight: 600;
		line-height: 1;
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.category-box.style-1 .category-detail .category-name {
			font-size: var(--text-base);
		}
	}

	.category-box.style-1 .category-detail .category-name sup {
		font-size: var(--text-2xs);
		font-weight: 400;
	}

	.category-box.style-1 .category-detail span {
		font-size: var(--text-xs);
		opacity: 0.5;
	}

	.category-box.style-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.category-box.style-2 .category-detail {
		text-align: center;
	}

	.category-box.style-2 .category-detail .category-name {
		font-size: var(--text-sm);
		font-weight: 600;
		line-height: 1;
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.category-box.style-2 .category-detail .category-name {
			font-size: var(--text-base);
		}
	}

	.category-box.style-2 .category-detail span {
		font-size: var(--text-xs);
		opacity: 0.5;
		display: block;
	}

	.category-box.style-3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1rem;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	@media screen and (min-width: 1024.02px) {
		.category-box.style-3 {
			padding: 1.25rem;
		}
	}

	.category-box.style-3 .category-detail .category-name {
		font-size: var(--text-base);
		font-weight: 600;
		line-height: 1;
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.category-box.style-3 .category-detail .category-name {
			font-size: var(--text-xl);
		}
	}

	.category-box.style-3 .category-detail .category-name sup {
		font-size: var(--text-2xs);
		font-weight: 400;
	}

	.category-box.style-3 .category-detail span {
		font-size: var(--text-xs);
		opacity: 0.5;
	}

	.category-box.style-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0;
	}

	.category-box.style-4>* {
		width: 100%;
	}

	.category-box.style-4>*.category-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0.625rem;
		padding: 1rem 0;
	}

	@media screen and (min-width: 768.02px) {
		.category-box.style-4>* {
			width: 50%;
		}

		.category-box.style-4>*.category-media {
			max-width: 12.5rem;
		}

		.category-box.style-4>*.category-detail {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			padding: 2rem;
			gap: 1.25rem;
		}
	}

	.category-box.style-4 .category-media a {
		width: 100%;
		height: 100%;
	}

	.category-box.style-4 .category-media a img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.category-box.style-4 .category-name {
		font-size: var(--text-base);
		margin-bottom: 0;
	}

	/* Module Notification */
	.woocommerce-NoticeGroup .woocommerce-error,
	.notification {
		--notification-icon: 32px;
		--notification-size: var(--text-sm);
		--notification-progress: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: var(--notification-size);
		padding: 1.25rem;
		border-radius: var(--theme-radius);
		background-color: rgb(var(--colors-gray-100));
	}

	.woocommerce-NoticeGroup .woocommerce-error {
		display: block;
	}

	@media screen and (max-width: 575.98px) {
		.woocommerce-NoticeGroup .woocommerce-error,
		.notification {
			--notification-icon: 24px;
			padding: .75rem;
		}
	}

	.woocommerce-NoticeGroup .woocommerce-error,
	.notification.style-wide,
	.woocommerce-form-coupon-toggle .notification,
	.woocommerce-notices-wrapper .notification {
		margin-bottom: 2rem;
	}

	.notification .notification-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	.notification .notification-header .notification-column {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.375rem;
	}

	.notification .notification-header .notification-title {
		font-size: inherit;
		font-weight: 600;
		margin-bottom: 0;
	}

	.notification .notification-header p {
		margin-bottom: 0;
	}

	.notification .notification-progress {
		position: relative;
		width: 100%;
		height: var(--notification-progress);
		border-radius: 5.625rem;
		background-color: rgba(var(--colors-black), 0.08);
		margin-top: 1rem;
	}

	.notification .notification-progress span {
		position: absolute;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		background-color: currentColor;
		border-radius: 5.625rem;
	}

	.notification .notification-list {
		position: relative;
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 1.25rem 0 0;
	}

	.notification .notification-list::before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		top: 0;
		inset-inline-start: 0;
		background-color: currentColor;
		opacity: 0.2;
	}

	.notification .notification-list li {
		font-size: inherit;
	}

	.notification .notification-list li+li {
		margin-top: 0.125rem;
	}

	@media screen and (min-width: 768.02px) {
		.notification.style-wide .notification-header .notification-column:nth-child(1) {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			gap: 1rem;
		}
	}

	.notification.style-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 1rem;
		max-width: 26.625rem;
		background-color: rgb(var(--colors-white));
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-sm);
		box-shadow: var(--shadow-sm);
	}

	@media screen and (min-width: 768.02px) {
		.notification.style-box {
			gap: 1.5rem;
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
		}
	}

	.notification.style-box .notification-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--notification-icon);
		height: var(--notification-icon);
		border: 2px solid currentColor;
		border-radius: 50%;
	}

	@media screen and (max-width: 575.98px) {
		.notification.style-box .notification-icon {
			display: none;
		}
	}

	.notification.style-box .notification-icon>* {
		width: 66%;
		height: auto;
	}

	.notification.style-box .notification-header {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	@media screen and (min-width: 768.02px) {
		.notification.style-box .notification-header {
			gap: 1.5rem;
		}
	}

	.notification.style-box .notification-header .notification-title {
		font-size: var(--text-base);
		font-weight: 700;
	}

	.notification.style-box .notification-header p {
		color: rgb(var(--colors-gray-600));
	}

	.notification.style-box .notification-header .notification-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.notification.style-box .notification-column {
		width: 100%;
	}

	.notification.color-green {
		color: rgb(var(--colors-green-light));
		background-color: rgb(var(--colors-green));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.notification.color-green-light {
		color: rgb(var(--colors-green-dark));
		background-color: rgb(var(--colors-green-light));
		border: 1px solid rgba(var(--colors-green), 0.3);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.notification.color-green-light .notification-progress {
		color: rgb(var(--colors-green));
	}

	.notification.color-green-light .notification-icon {
		color: rgb(var(--colors-green));
	}

	.notification.color-green-light.style-box {
		color: rgb(var(--colors-green-dark));
	}

	.notification.color-green-light.style-box .notification-header .notification-title {
		color: rgb(var(--colors-green));
	}

	.notification.color-green-light.style-box .notification-header p {
		color: currentColor;
	}

	.notification.color-green.style-box .notification-header p {
		color: currentColor;
	}

	.notification.color-red {
		color: rgb(var(--colors-red-light));
		background-color: rgb(var(--colors-red));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.notification.color-red-light {
		color: rgb(var(--colors-red-dark));
		background-color: rgb(var(--colors-red-light));
		border: 1px solid rgba(var(--colors-red), 0.3);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.notification.color-red-light .notification-progress {
		color: rgb(var(--colors-red));
	}

	.notification.color-red.style-box .notification-header p {
		color: currentColor;
	}

	/* Sale notification */
	.sale-notification {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0.75rem;
		max-width: 20rem;
		background-color: rgb(var(--colors-white));
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		border-radius: var(--theme-radius);
	}

	.sale-notification .sale-notification-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0.625rem;
	}

	.sale-notification .sale-notification-header>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.375rem;
	}

	.sale-notification .sale-notification-header>*:nth-child(2) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sale-notification .sale-notification-header .notification-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.125rem;
		height: 1.125rem;
		border-radius: 0.25rem;
		color: rgba(var(--colors-orange), 0.8);
		background-color: rgba(var(--colors-orange), 0.1);
	}

	.sale-notification .sale-notification-header .notification-icon svg {
		width: 0.75rem;
		height: 0.75rem;
	}

	.sale-notification .sale-notification-header .notification-title {
		font-size: var(--text-xs);
		font-weight: 700;
		margin-bottom: 0;
		color: rgb(var(--colors-gray-500));
	}

	.sale-notification .sale-notification-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.sale-notification .sale-notification-detail>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sale-notification .sale-notification-detail>*:not(.product-thumbnail) {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.sale-notification .sale-notification-detail>*:not(.product-thumbnail) p {
		font-size: var(--text-sm);
		margin-bottom: 0;
	}

	.sale-notification .sale-notification-detail>*:not(.product-thumbnail) p strong,
	.sale-notification .sale-notification-detail>*:not(.product-thumbnail) p a {
		font-weight: 700;
		color: rgb(var(--colors-orange));
	}

	.sale-notification .sale-notification-detail>*.product-thumbnail {
		width: 3.5rem;
	}

	.sale-notification .sale-notification-detail>*.product-thumbnail a {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: var(--theme-radius);
	}

	/* Module Text Hover */
	.text-hover-image {
		--height: 350px;
		--height-md: 560px;
		--height-lg: 760px;
		--duration: var(--theme-ease-time-fast);
		--transition: var(--theme-ease-in);
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1rem;
		height: var(--height);
		z-index: 1;
	}

	.text-hover-image.rounded-theme {
		border-radius: var(--theme-radius);
		overflow: hidden;
	}

	@media screen and (min-width: 768.02px) {
		.text-hover-image {
			height: var(--height-md);
			gap: 2.375rem;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.text-hover-image {
			height: var(--height-lg);
			gap: 3.875rem;
		}
	}

	.text-hover-image.color-dark {
		color: rgb(var(--colors-black));
	}

	.text-hover-image.color-light {
		color: rgb(var(--colors-white));
	}

	.text-hover-image .text-item .text a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 1;
		color: currentColor;
		text-decoration: none;
		opacity: 0.5;
		-webkit-transition: all var(--duration) var(--transition);
		transition: all var(--duration) var(--transition);
	}

	.text-hover-image .text-item .text a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 0.0625rem;
		bottom: -0.375rem;
		inset-inline-start: 0;
		background-color: currentColor;
		opacity: 0;
		-webkit-transition: opacity 0.1s var(--transition);
		transition: opacity 0.1s var(--transition);
	}

	@media screen and (min-width: 1024.02px) {
		.text-hover-image .text-item .text sup {
			font-size: 34%;
			line-height: 1.8;
		}
	}

	.text-hover-image .text-item .text-image {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		-webkit-transition: all var(--duration) var(--transition);
		transition: all var(--duration) var(--transition);
		opacity: 0;
		z-index: -1;
		pointer-events: none;
	}

	.text-hover-image .text-item .text-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.text-hover-image .text-item.active .text a {
		opacity: 1;
	}

	.text-hover-image .text-item.active .text a::before {
		opacity: 1;
	}

	.text-hover-image .text-item.active .text-image {
		opacity: 1;
	}

	/* Module Before After */
	.before-after-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.before-after-slider-container {
		--position: 50%;
		position: relative;
		width: 100%;
	}

	.before-after-slider-container .slider-image-before,
	.before-after-slider-container .slider-image-after {
		display: block;
		width: 100%;
		pointer-events: none;
	}

	.before-after-slider-container .slider-image-before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
	}

	.before-after-slider-handle {
		position: absolute;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: 0;
		inset-inline-start: var(--position);
		width: 0.1875rem;
		height: 100%;
		color: rgb(var(--colors-gray-300));
		background-color: rgb(var(--colors-white));
		cursor: ew-resize;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.before-after-slider-handle svg {
		position: absolute;
		z-index: 1;
		width: 1.25rem;
		height: 1.25rem;
		pointer-events: none;
	}

	.before-after-slider-handle::before {
		content: "";
		position: absolute;
		top: 50%;
		inset-inline-start: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2.25rem;
		height: 4.125rem;
		border-radius: 6.1875rem;
		background-color: rgb(var(--colors-white));
		-webkit-box-shadow: var(--shadow-sm);
		box-shadow: var(--shadow-sm);
	}

	.before-after-slider-handle:hover {
		color: rgb(var(--colors-gray-400));
	}

	.before-after-slider-labels {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		top: 1.25rem;
		width: 100%;
		padding: 0 1.25rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		pointer-events: none;
	}

	.before-after-slider-labels .slider-label {
		font-size: var(--text-sm);
		font-weight: 600;
		background-color: rgba(var(--colors-white), 0.7);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		padding: 0.3125rem 0.625rem;
	}

	.before-after-slider.rtl .slider-image-before {
		clip-path: polygon(100% 0, var(--position) 0, var(--position) 100%, 100% 100%);
	}

	/* Module Timeline */
	.timeline {
		position: relative;
	}

	.timeline .timeline-item {
		margin-inline: -1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.timeline .timeline-item {
			margin-inline: calc(var(--theme-padding) * -1);
		}
	}

	.timeline .timeline-item>* {
		width: 100%;
		padding-inline: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.timeline .timeline-item>* {
			width: 50%;
			padding-inline: var(--theme-padding);
		}
	}

	.timeline .timeline-years .swiper-slide {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.timeline .timeline-years .swiper-slide::before,
	.timeline .timeline-years .swiper-slide::after {
		content: "";
		position: absolute;
		width: 50%;
		height: 1px;
		inset-inline-start: 0;
		background-color: rgb(var(--colors-primary-background));
		top: 0.625rem;
		z-index: -1;
		opacity: 0;
	}

	.timeline .timeline-years .swiper-slide::after {
		inset-inline-start: auto;
		inset-inline-end: 0;
	}

	.timeline .timeline-years .timeline-year-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		gap: 0.625rem;
		cursor: pointer;
	}

	.timeline .timeline-years .timeline-year-item .dot {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.25rem;
		height: 1.25rem;
		border-radius: 50%;
		border: 1px solid rgb(var(--colors-gray-300));
		background-color: rgb(var(--colors-white));
	}

	.timeline .timeline-years .timeline-year-item .dot::before {
		content: "";
		position: absolute;
		width: 0.75rem;
		height: 0.75rem;
		background-color: rgb(var(--colors-primary-background));
		border-radius: 50%;
		opacity: 0;
	}

	.timeline .timeline-years .timeline-year-item .year {
		font-size: var(--text-sm);
		font-weight: 500;
	}

	.timeline .timeline-years .swiper-slide-thumb-active::before {
		opacity: 1;
	}

	.timeline .timeline-years .swiper-slide:has(~ .swiper-slide-thumb-active)::after,
	.timeline .timeline-years .swiper-slide:has(~ .swiper-slide-thumb-active)::before {
		opacity: 1;
	}

	.timeline .timeline-years .swiper-slide-thumb-active .dot {
		border-color: rgb(var(--colors-primary-background));
	}

	.timeline .timeline-years .swiper-slide-thumb-active .dot::before {
		opacity: 1;
	}

	.timeline .timeline-years .swiper-slide-thumb-active .year {
		color: rgb(var(--colors-primary-background));
	}

	.swiper-timeline-line::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		top: 0.625rem;
		z-index: -1;
		opacity: 0.1;
	}

	/* Module Testimonial */
	.testimonial {
		--testimonial-width: 820px;
		--testimonial-sign-height: 26px;
	}

	.testimonial .testimonial-stars {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.125rem;
		color: rgb(var(--colors-yellow));
	}

	.testimonial .testimonial-stars svg {
		width: 0.9375rem;
		height: auto;
	}

	.testimonial .testimonial-author .author-detail p {
		font-size: 0.9375rem;
		font-weight: 600;
		margin-bottom: 0.125rem;
	}

	.testimonial.style-1 {
		text-align: center;
		max-width: var(--testimonial-width);
		margin-inline: auto;
	}

	.testimonial.style-1 .testimonial-stars {
		margin-top: 1rem;
	}

	.testimonial.style-1 .testimonial-author {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.75rem;
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.testimonial.style-1 .testimonial-author {
			margin-top: 3.5rem;
		}
	}

	.testimonial.style-1 .testimonial-author img,
	.testimonial.style-1 .testimonial-author svg {
		width: auto;
		height: var(--testimonial-sign-height);
	}

	.testimonial.style-2 .testimonial-stars {
		margin-bottom: 1rem;
	}

	.testimonial.style-2 .testimonial-author {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.25rem;
	}

	.testimonial.style-2 .testimonial-author .author-avatar {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 2.625rem;
		height: 2.625rem;
		overflow: hidden;
		border-radius: 50%;
	}

	@media screen and (min-width: 1024.02px) {
		.testimonial.style-2 .testimonial-author .author-avatar {
			width: 3.5rem;
			height: 3.5rem;
		}
	}

	.testimonial.style-2 .testimonial-author .author-detail {
		line-height: 1;
	}

	.testimonial.style-3 .testimonial-author {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.25rem;
		margin-bottom: 1.5rem;
	}

	.testimonial.style-3 .testimonial-author .author-avatar {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 2.625rem;
		height: 2.625rem;
		overflow: hidden;
		border-radius: 50%;
	}

	@media screen and (min-width: 1024.02px) {
		.testimonial.style-3 .testimonial-author .author-avatar {
			width: 3.5rem;
			height: 3.5rem;
		}
	}

	.testimonial.style-3 .testimonial-author .author-detail {
		line-height: 1;
	}

	.testimonial.style-3 .testimonial-stars {
		margin-top: 1rem;
	}

	/* Module Popup */
	.popup-screen {
		--popup-width: 992px;
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		top: 0;
		padding-inline: 1rem;
		inset-inline-start: 0;
		pointer-events: none;
		z-index: 100;
	}

	.popup-screen .popup-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-inline: 1rem;
		max-width: var(--popup-width);
		width: 100%;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.6s var(--theme-ease-secondary);
		transition: all 0.6s var(--theme-ease-secondary);
	}

	.popup-screen .popup-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		background-color: rgba(0, 0, 0, var(--theme-overlay-opacity));
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.8s var(--theme-ease-secondary);
		transition: 0.8s var(--theme-ease-secondary);
		-webkit-transition-property: opacity, visibility, background-color;
		transition-property: opacity, visibility, background-color;
	}

	.popup-screen.active {
		pointer-events: auto;
	}

	.popup-screen.active .popup-overlay {
		opacity: 1;
		visibility: visible;
	}

	.popup-screen.active .popup-body {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.popup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup .popup-inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 0;
		border-radius: var(--theme-radius);
		width: 100%;
		overflow: hidden;
	}

	@media screen and (min-width: 1024.02px) {
		.popup .popup-inner {
			row-gap: 1rem;
		}
	}

	.popup .popup-inner .popup-column {
		position: relative;
		width: 100%;
	}

	@media screen and (min-width: 768.02px) {
		.popup .popup-inner .popup-column {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	.popup.popup-newsletter .popup-image {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
	}

	.popup.popup-newsletter .popup-image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	@media screen and (min-width: 576.02px) {
		.popup.popup-newsletter .popup-image {
			position: absolute;
		}

		.popup.popup-newsletter .popup-image img {
			position: absolute;
			top: 0;
			inset-inline-start: 0;
		}
	}

	.popup.popup-newsletter .popup-newsletter-content {
		text-align: center;
		padding: 2.25rem 1.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-newsletter .popup-newsletter-content {
			padding: 4.125rem 2.625rem;
		}
	}

	.popup.popup-newsletter .popup-newsletter-content .entry-description {
		max-width: 20.625rem;
		margin-inline: auto;
	}

	.popup.popup-newsletter .popup-newsletter-content .mc4wp-form .mc4wp-form-fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.5rem;
		margin-bottom: 1.25rem;
	}

	.popup.popup-newsletter .popup-newsletter-content .mc4wp-form .form-privacy label {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.popup.popup-newsletter .popup-newsletter-content .mc4wp-form .form-privacy .privacy-text {
		text-align: start;
	}

	.popup.popup-newsletter .popup-newsletter-content .mc4wp-form .form-privacy .privacy-text a {
		color: currentColor;
		text-decoration: underline;
	}

	.popup.popup-newsletter .popup-newsletter-content .close-popup {
		margin-top: 1.125rem;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-newsletter .popup-newsletter-content .close-popup {
			margin-top: 1.75rem;
		}
	}

	.popup.popup-campaign .entry-description {
		max-width: 20.625rem;
		margin-inline: auto;
	}

	.popup.popup-campaign .popup-column {
		padding: 0.875rem;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-campaign .popup-column {
			padding: 1.5rem;
		}
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-campaign .popup-campaign-detail {
			padding-block: 2.625rem;
		}
	}

	.popup.popup-campaign .popup-campaign-products {
		padding: 1.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-campaign .popup-campaign-products {
			padding: 2rem;
		}
	}

	.popup.popup-login .popup-image {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
	}

	.popup.popup-login .popup-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.popup.popup-login .popup-login-content {
		text-align: center;
		padding: 2.25rem 1.25rem;
		width: 100%;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-login .popup-login-content {
			padding: 4.125rem 2.625rem;
		}
	}

	.popup.popup-login .popup-login-content form {
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.popup.popup-login .popup-login-content form {
			margin-bottom: 2.625rem;
		}
	}

	.popup.popup-login .popup-login-content form .woocommerce-form__label-for-checkbox {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 1rem;
	}

	.popup.popup-login .popup-login-content form button:not(.show-password-input) {
		width: 100%;
	}

	/* Wishlist */
	a.is-in-wishlist>svg {
		fill: currentColor;
	}

	.wishlist-wrapper .product-thumbnail img {
		max-width: 70px;
		border-radius: var(--theme-radius);
	}

	.wishlist-wrapper .empty {
		--empty-title: 24px;
		--empty-description: 14px;
		--empty-icon: 96px;
		max-width: 30rem;
		margin-inline: auto;
	}

	.wishlist-table {
		width: 100%;
		table-layout: auto;
		/* default ama net olsun */
	}

	.wishlist-table td,
	.wishlist-table th {
		white-space: nowrap;
		/* auto olanlar içerik kadar */
		padding: 0.625rem 1.25rem;
	}

	.wishlist-table .product-name {
		white-space: normal;
		/* sarmalansın */
		width: 100%;
		/* kalan alanı kaplasın */
	}

	/* Compare */
	.compare-wrapper .empty {
		--empty-title: 24px;
		--empty-description: 14px;
		--empty-icon: 96px;
		max-width: 30rem;
		margin-inline: auto;
	}

	.compare-wrapper {
		overflow-x: auto;
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: mandatory;
	}

	.compare-wrapper .compare-products {
		--compare-font-size: 14px;
		--compare-th-width: 160px;
		--compare-td-width: 230px;
		--action-hover-background: rgb(var(--colors-primary-background));
		--action-hover-color: rgb(var(--colors-primary-foreground));
		position: relative;
		table-layout: fixed;
		display: table;
		font-size: var(--compare-font-size);
		width: 100%;
		border-collapse: collapse;
	}

	.compare-wrapper .compare-products tr th,
	.compare-wrapper .compare-products tr td {
		padding: 0.75rem;
		vertical-align: top;
		-webkit-box-shadow: inset 0 1px 0 rgb(var(--colors-gray-200));
		box-shadow: inset 0 1px 0 rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {

		.compare-wrapper .compare-products tr th,
		.compare-wrapper .compare-products tr td {
			padding: 1rem;
		}
	}

	.compare-wrapper .compare-products tr th {
		position: sticky;
		font-weight: 600;
		width: var(--compare-th-width);
		inset-inline-start: 0;
		background-color: rgb(var(--colors-white));
		z-index: 1;
	}

	.compare-wrapper .compare-products tr td {
		width: var(--compare-td-width);
	}

	.compare-wrapper .compare-products tr:first-child th,
	.compare-wrapper .compare-products tr:first-child td {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.compare-wrapper .compare-products.style-1 tr th {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.compare-wrapper .compare-products .product {
		position: relative;
	}

	.compare-wrapper .product .product-thumbnail {
		margin: 0;
	}

	.compare-wrapper .compare-products .product .product-remove {
		position: absolute;
		top: 0.375rem;
		inset-inline-start: 0.375rem;
		z-index: 1;
	}

	.compare-wrapper .compare-products .product .product-remove a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.5rem;
		height: 1.5rem;
		background-color: rgb(var(--colors-white));
		color: rgb(var(--colors-black));
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: 50%;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.compare-wrapper .compare-products .product .product-remove a svg {
		width: 1rem;
		height: auto;
	}

	.compare-wrapper .compare-products .product .product-remove a:hover {
		background-color: var(--action-hover-background);
		border-color: var(--action-hover-background);
		color: var(--action-hover-color);
	}

	@media screen and (min-width: 1024.02px) {
		.compare-wrapper.style-2 {
			padding: 2.5rem;
			border-radius: var(--theme-radius);
			background-color: rgb(var(--colors-white));
			-webkit-box-shadow: var(--shadow-2xl);
			box-shadow: var(--shadow-2xl);
		}
	}

	.compare-wrapper.style-3 .compare-products tr:nth-child(even) {
		background-color: rgb(var(--colors-gray-50));
	}

	.compare-wrapper.style-3 .compare-products tr:nth-child(even) th {
		background-color: rgba(var(--colors-yellow), 0.1);
	}

	.compare-wrapper.style-3 .compare-products tr:nth-child(odd) th {
		background-color: rgba(var(--colors-yellow), 0.05);
	}

	.compare-wrapper.style-3 .compare-products tr:first-child th {
		background-color: transparent;
	}

	/* Module Product Grid */
	.product-grid {
		--grid-banner-width: 300px;
		--grid-gap: 20px;
		--grid-border: #E5E7EB;
		position: relative;
	}

	.product-grid .grid-products {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .grid-products {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			gap: var(--grid-gap);
		}
	}

	.product-grid .product-grid-inner {
		gap: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .product-grid-inner {
			gap: var(--grid-gap);
		}
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .grid-products {
			gap: var(--grid-gap);
		}
	}

	.product-grid .grid-row+.grid-row {
		margin-top: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .grid-row+.grid-row {
			margin-top: 0;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .grid-categories {
			width: var(--grid-categories-width);
		}
	}

	.product-grid .grid-categories .entry-title {
		margin-bottom: 0.75rem;
	}

	.product-grid .grid-categories ul {
		list-style: none;
		margin: 0 0 1.25rem;
		padding: 0;
	}

	.product-grid .grid-categories ul li+li {
		margin-top: 0.25rem;
	}

	.product-grid .grid-categories ul li a {
		font-size: var(--text-sm);
		color: currentColor;
		text-decoration: none;
	}

	.product-grid.bordered {
		position: relative;
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid.bordered {
			border: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
		}

		.product-grid.bordered .product-grid-inner {
			gap: 0;
		}

		.product-grid.bordered .grid-banner {
			position: relative;
			overflow: hidden;
		}

		.product-grid.bordered .grid-banner:not(.padding) .banner {
			border-radius: 0;
		}

		.product-grid.bordered .grid-products {
			gap: 0;
		}

		.product-grid.bordered .grid-products>* {
			padding: var(--grid-bordered-gap, 0.625rem);
		}

		.product-grid.bordered .grid-products>*+* {
			-webkit-border-start: 1px solid rgb(var(--colors-gray-200));
			border-inline-start: 1px solid rgb(var(--colors-gray-200));
		}

		.product-grid.bordered .grid-row+.grid-row {
			border-top: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
		}

		/*.product-grid.bordered .grid-categories {
		padding: 1rem;
		}*/
	}

	@media screen and (min-width: 1024.02px) and (min-width: 1024.02px) {

		/*.product-grid.bordered .grid-categories {
		padding: 1.5rem;
		}*/
		.product-grid.bordered .grid-categories+.grid-banner.padding {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}

		.product-grid.bordered .grid-categories.border-right {
			-webkit-border-end: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
			border-inline-end: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
		}

		.product-grid.bordered .grid-categories.border-left {
			-webkit-border-start: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
			border-inline-start: 1px solid var(--grid-border, rgb(var(--colors-gray-200)));
		}
	}

	.product-grid .grid-banner {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.product-grid .grid-banner {
			width: var(--grid-banner-width);
		}

		.product-grid .grid-banner.padding {
			padding: 1rem;
		}
	}

/*------------------------------------
	Navigation
------------------------------------*/
	.navigation .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navigation .menu a:not(.link):not(.wrap-link) {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: currentColor;
		line-height: 1.1;
		text-decoration: none;
		gap: 0.375rem;
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: var(--theme-ease-time-fast);
		transition-duration: var(--theme-ease-time-fast);
	}

	.navigation.navigation-horizontal {
		--menu-gap: 0.625rem;
		--dropdown-icon-size: 1rem;
		--sub-menu-font-size: 0.9375rem;
		--sub-menu-font-weight: 400;
		--sub-menu-width: 12.5rem;
		--sub-menu-border-radius: var(--theme-radius);
		--sub-menu-link-padding-y: 0.4375rem;
		--sub-menu-link-padding-x: 1.5rem;
		--sub-menu-shadow: var(--shadow-sm);
	}

	.navigation.navigation-horizontal .menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: var(--menu-gap);
	}

	.navigation.navigation-horizontal .menu a svg {
		width: var(--dropdown-icon-size);
		height: auto;
	}

	.navigation.navigation-horizontal .menu .menu-item:not(.mega-menu) {
		position: relative;
	}

	.navigation.navigation-horizontal .menu .sub-menu {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: calc(var(--sub-menu-link-padding-y) * 2) 0;
		top: 100%;
		inset-inline-start: calc((var(--sub-menu-link-padding-x) + 2px) * -1);
		min-width: var(--sub-menu-width);
		color: rgb(var(--colors-sub-menu-foreground));
		background-color: rgb(var(--colors-sub-menu-background));
		border: 1px solid rgb(var(--colors-sub-menu-border));
		border-radius: var(--sub-menu-border-radius);
		-webkit-box-shadow: var(--sub-menu-shadow);
		box-shadow: var(--sub-menu-shadow);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.navigation.navigation-horizontal .menu .submenu-width-auto .sub-menu {
		--sub-menu-width: auto;
	}

	.navigation.navigation-horizontal .menu .submenu-width-auto .sub-menu li a {
		width: max-content;
	}

	.navigation.navigation-horizontal .menu .sub-menu li {
		white-space: nowrap;
	}

	.navigation.navigation-horizontal .menu .sub-menu li a {
		font-size: var(--sub-menu-font-size);
		font-weight: var(--sub-menu-font-weight);
		padding-block: var(--sub-menu-link-padding-y);
		padding-inline: var(--sub-menu-link-padding-x);
		width: 100%;
	}

	.navigation.navigation-horizontal .menu .sub-menu li .menu-desc {
		padding-block: var(--sub-menu-link-padding-y);
		padding-inline: var(--sub-menu-link-padding-x);
		margin-top: -10px
	}

	.navigation.navigation-horizontal .menu .sub-menu li a svg {
		-webkit-margin-start: auto;
		margin-inline-start: auto;
		width: var(--sub-menu-font-size);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.navigation.navigation-horizontal .menu .sub-menu .sub-menu {
		top: 0;
		inset-inline-start: calc(100% + 1px);
		margin-top: calc((var(--sub-menu-link-padding-y) + var(--sub-menu-link-padding-y)) * -1);
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: var(--theme-width);
		margin: auto;
		padding-inline: var(--theme-screen-padding);
		padding-top: var(--sub-menu-link-padding-x);
		padding-bottom: calc(var(--sub-menu-link-padding-x) / 1.73);
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-products,
	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .banner {
		width: 18.75rem;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .banner .link {
		font-family: var(--form-button-font);
		font-size: var(--form-button-font-size-base);
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-products {
		-webkit-padding-end: 1.25rem;
		padding-inline-end: 1.25rem;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-products .products {
		gap: 2.875rem;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .product .product-title a {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: var(--product-name-line-clamp);
		font-family: inherit;
		font-size: inherit;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-nav>* {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-nav>*>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-nav>* .menu-item-has-children>a {
		font-size: calc(var(--sub-menu-font-size) + 1px);
		font-weight: 600;
		margin-bottom: 1.375rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu .mega-sub-menu-inner .sub-menu-nav>* .menu-item-has-children .menu-item-has-children {
		margin-top: 1.375rem;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu) {
		--sub-menu-link-padding-x: 2.625rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: calc(var(--theme-width) - var(--theme-screen-padding) * 2);
		width: 100%;
		margin: 0 auto;
		padding-top: calc(var(--sub-menu-link-padding-x) / 1.3);
		padding-bottom: calc(var(--sub-menu-link-padding-x) / 1.73);
		inset-inline: 0;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu.mega-sub-menu {
		width: 100%;
		inset-inline-start: 0;
		border-radius: 0;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-1>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-2>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-3>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-4>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-5>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.navigation.navigation-horizontal .menu .mega-menu.mega-menu-columns-6>.sub-menu:not(.mega-sub-menu)>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666%;
		flex: 0 0 16.6666%;
		max-width: 16.6666%;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu)>li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		padding-inline: var(--sub-menu-link-padding-x);
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu)>li a {
		padding-inline: 0;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu) .menu-item-has-children>a {
		font-size: calc(var(--sub-menu-font-size) + 1px);
		font-weight: 600;
		margin-bottom: 1.375rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu) .menu-item-has-children>a>svg {
		display: none;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu:not(.mega-sub-menu) .menu-item-has-children .menu-item-has-children {
		margin-top: 1.375rem;
	}

	.navigation.navigation-horizontal .menu .mega-menu>.sub-menu .sub-menu {
		position: relative;
		top: 0;
		inset-inline-start: 0;
		padding: 0;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
	}

	.navigation.navigation-horizontal .menu .menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.navigation.navigation-horizontal .menu .menu-item-has-children:hover>.sub-menu .sub-menu {
		pointer-events: auto;
	}

	.navigation.navigation-vertical .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	html[dir=rtl] .navigation.navigation-horizontal .menu .sub-menu li a svg {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

/*------------------------------------
	Category Menu
------------------------------------*/
	.navigation.category-menu {
		--category-menu-font-size: 14px;
		--category-menu-font-weight: 500;
		--category-menu-letter-spacing: -0.02em;
		--category-menu-text-transform: none;
		--category-menu-gap: 16px;
		--category-menu-icon-size: 22px;
		--category-menu-arrow-size: 16px;
		--category-menu-width: 320px;
		--category-padding-x: 20px;
		--category-padding-y: 14px;
		--category-sub-menu-gap: 0.25rem;
		--category-sub-menu-padding: 38px;
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.navigation.category-menu {
			min-width: var(--category-menu-width);
		}
	}

	.navigation.category-menu li {
		white-space: nowrap;
	}

	.navigation.category-menu a:not(.link):not(.wrap-link) {
		font-size: var(--category-menu-font-size);
		font-weight: var(--category-menu-font-weight);
		letter-spacing: var(--category-menu-letter-spacing);
		text-transform: var(--category-menu-text-transform);
		gap: var(--category-menu-gap);
	}

	.navigation.category-menu a:not(.link):not(.wrap-link) svg {
		width: var(--category-menu-icon-size);
		height: var(--category-menu-icon-size);
	}

	.navigation.category-menu a:not(.link):not(.wrap-link) .menu-arrow {
		width: var(--category-menu-arrow-size);
		height: var(--category-menu-arrow-size);
		-webkit-margin-start: auto;
		margin-inline-start: auto;
	}

	.navigation.category-menu a:not(.link):not(.wrap-link) .badge {
		-webkit-margin-start: auto;
		margin-inline-start: auto;
	}

	.navigation.category-menu a:not(.link):not(.wrap-link) .badge+.menu-arrow {
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}

	.navigation.category-menu>.menu>li>a {
		width: 100%;
		padding-inline: var(--category-padding-x);
		padding-block: var(--category-padding-y);
	}

	@media screen and (min-width: 1024.02px) {
		.navigation.category-menu>.menu>li>.sub-menu {
			position: absolute;
			width: 100%;
			top: -1px;
			bottom: 0;
			inset-inline-start: 100%;
			padding-block: calc(var(--category-sub-menu-padding) - 6px);
			padding-inline: var(--category-sub-menu-padding);
			overflow: hidden;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
			transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		}

		.navigation.category-menu>.menu>li>.sub-menu li {
			-webkit-padding-start: 0 !important;
			padding-inline-start: 0 !important;
		}

		.navigation.category-menu>.menu>li>.sub-menu li .sub-menu {
			padding: 0;
		}

		.navigation.category-menu>.menu>li>.sub-menu li+.menu-item-has-children {
			margin-top: 1.5rem;
		}

		.navigation.category-menu>.menu>li>.sub-menu li.menu-item-has-children>a {
			height: auto;
			pointer-events: none;
			opacity: 0.3;
		}

		.navigation.category-menu>.menu>li>.sub-menu li.menu-item-has-children>a>svg {
			display: none;
		}

		.navigation.category-menu>.menu>li>.sub-menu li.menu-item-has-children>.sub-menu {
			margin-top: 0.625rem;
		}

		.navigation.category-menu>.menu>li>.sub-menu.mega-sub-menu {
			width: calc(var(--category-menu-width) * 2);
		}

		.navigation.category-menu>.menu>li>.sub-menu.mega-sub-menu .column .navigation {
			-webkit-padding-end: 1rem;
			padding-inline-end: 1rem;
		}

		.navigation.category-menu>.menu>li>.sub-menu.mega-sub-menu .column.stretch-start {
			margin-top: calc((var(--category-sub-menu-padding)) * -1);
			margin-bottom: calc((var(--category-sub-menu-padding)) * -1);
			-webkit-margin-start: calc((var(--category-sub-menu-padding)) * -1);
			margin-inline-start: calc((var(--category-sub-menu-padding)) * -1);
		}

		.navigation.category-menu>.menu>li>.sub-menu.mega-sub-menu .column.stretch-end {
			margin-top: calc((var(--category-sub-menu-padding)) * -1);
			margin-bottom: calc((var(--category-sub-menu-padding)) * -1);
			-webkit-margin-end: calc((var(--category-sub-menu-padding)) * -1);
			margin-inline-end: calc((var(--category-sub-menu-padding)) * -1);
		}
	}

	@media screen and (min-width: 1024.02px) {
		.navigation.category-menu>.menu>li:hover>.sub-menu {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
		}
	}

	.navigation.category-menu .category-products {
		padding: 1.75rem;
	}

	.navigation.category-menu .category-products .products {
		--products-gap: 42px;
	}

	.navigation.category-menu .category-products .product-body {
		min-width: 0;
	}

	.navigation.category-menu .category-products .product-body .product-title {
		white-space: break-spaces;
	}

	.navigation.category-menu .category-products .product-body .product-title a {
		all: unset;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: var(--product-name-line-clamp);
		color: currentColor;
		text-decoration: underline;
		text-decoration-color: transparent;
		text-underline-offset: 0.25rem;
		cursor: pointer;
	}

	.navigation.category-menu .category-products .product-body .product-title a:hover {
		text-decoration-color: currentColor;
	}

	.navigation.category-menu .sub-menu {
		list-style: none;
		margin: 0;
		padding-inline: var(--category-padding-x);
		-webkit-padding-after: calc(var(--category-padding-y) * 1.5);
		padding-block-end: calc(var(--category-padding-y) * 1.5);
	}

	.navigation.category-menu .sub-menu li+li {
		margin-top: var(--category-sub-menu-gap);
	}

	.navigation.category-menu .sub-menu li a {
		font-weight: 400;
	}

	.navigation.category-menu:has(svg):not(.menu-arrow) .menu>li>.sub-menu>li {
		-webkit-padding-start: calc(var(--category-menu-icon-size) + var(--category-menu-gap));
		padding-inline-start: calc(var(--category-menu-icon-size) + var(--category-menu-gap));
	}

/*------------------------------------
	Mobile Menu
------------------------------------*/
	.mobile-menu {
		--mobile-menu-color: rgb(var(--colors-black));
		--mobile-menu-label-color: rgb(var(--colors-gray-400));
		--mobile-menu-background: rgb(var(--colors-white));
		--mobile-menu-border: rgb(var(--colors-gray-100));
		--mobile-menu-shadow: var(--shadow-sm);
		--mobile-menu-radius: 18px;
		--mobile-menu-padding-x: 24px;
		--mobile-menu-padding-y: 12px;
		--mobile-menu-icon-size: 20px;
		--mobile-menu-gap: 8px;
		--mobile-menu-label-size: 10px;
		--mobile-menu-label-weight: 600;
		--mobile-menu-label-transform: uppercase;
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		bottom: -1px;
		inset-inline-start: 0;
		z-index: 100;
	}

	@media screen and (min-width: 768.02px) {
		.mobile-menu {
			display: none;
		}
	}

	.mobile-menu .mobile-menu-inner {
		width: 100%;
		color: var(--mobile-menu-color);
		background-color: var(--mobile-menu-background);
		border-top: 1px solid var(--mobile-menu-border);
		-webkit-box-shadow: var(--mobile-menu-shadow);
		box-shadow: var(--mobile-menu-shadow);
		border-start-start-radius: var(--mobile-menu-radius);
		border-start-end-radius: var(--mobile-menu-radius);
		padding-inline: var(--mobile-menu-padding-x);
		-webkit-transition: all 0.6s var(--theme-ease-secondary);
		transition: all 0.6s var(--theme-ease-secondary);
	}

	.mobile-menu .mobile-menu-inner ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-menu .mobile-menu-inner ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		text-align: center;
	}

	.mobile-menu .mobile-menu-inner ul a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: var(--mobile-menu-gap);
		color: currentColor;
		text-decoration: none;
		padding-block: var(--mobile-menu-padding-y);
	}

	.mobile-menu .mobile-menu-inner ul a svg,
	.mobile-menu .mobile-menu-inner ul a img {
		width: var(--mobile-menu-icon-size);
		height: auto;
	}

	.mobile-menu .mobile-menu-inner ul a .mobile-menu-label {
		font-size: var(--mobile-menu-label-size);
		font-weight: var(--mobile-menu-label-weight);
		text-transform: var(--mobile-menu-label-transform);
		color: var(--mobile-menu-label-color);
	}

	@media screen and (max-width: 1023.98px) {
		body.drawer-open .mobile-menu .mobile-menu-inner {
			-webkit-transform: translateY(calc(100% + 0.625rem));
			transform: translateY(calc(100% + 0.625rem));
		}
	}

	@media screen and (max-width: 575.98px) {
		.mobile-menu .mobile-menu-inner ul a .mobile-menu-label {
			max-width: 55px;
		}
	}

/*------------------------------------
	Drawer
------------------------------------*/
	.drawer {
		--drawer-translate-x: -100%;
		--drawer-menu-border-inner: transparent;
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		pointer-events: none;
		z-index: 1000;
	}

	.drawer .drawer-inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: var(--theme-drawer-width);
		height: 100%;
		color: rgb(var(--colors-drawer-color));
		background-color: rgb(var(--colors-drawer-background));
		overflow-y: auto;
		-webkit-transition: -webkit-transform 0.6s var(--theme-ease-secondary);
		transition: -webkit-transform 0.6s var(--theme-ease-secondary);
		transition: transform 0.6s var(--theme-ease-secondary);
		transition: transform 0.6s var(--theme-ease-secondary), -webkit-transform 0.6s var(--theme-ease-secondary);
		-webkit-transform: translate(calc(var(--drawer-translate-x) * 1));
		transform: translate(calc(var(--drawer-translate-x) * 1));
		z-index: 1;
	}

	.drawer .drawer-inner>* {
		width: 100%;
	}

	.drawer .drawer-inner .drawer-inner-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding-inline: var(--theme-drawer-padding);
		padding-block: 1rem;
		border-bottom: 1px solid rgb(var(--colors-drawer-border));
	}

	.drawer .drawer-inner .drawer-inner-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		padding-block: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .drawer-inner-footer {
		padding-inline: var(--theme-drawer-padding);
		padding-block: var(--theme-drawer-padding);
		border-top: 1px solid rgb(var(--colors-drawer-border));
	}

	.drawer .drawer-inner .drawer-inner-footer .copyright {
		font-size: var(--text-xs);
	}

	.drawer .drawer-inner .drawer-inner-footer .copyright a {
		text-decoration: none;
	}

	.drawer .drawer-inner .drawer-inner-footer .copyright p:last-child {
		margin-bottom: 0;
	}

	.drawer .drawer-inner .drawer-inner-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.drawer .drawer-inner .navigation {
		width: 100%;
	}

	.drawer .drawer-inner .navigation .menu a {
		font-size: var(--theme-drawer-menu-font-size);
		font-weight: var(--theme-drawer-menu-font-weight);
		width: 100%;
		padding-inline: var(--theme-drawer-padding);
		padding-block: var(--theme-drawer-menu-padding);
	}

	.drawer .drawer-inner .navigation .menu .dropdown-icon-wrapper {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		cursor: pointer;
	}

	.drawer .drawer-inner .navigation .menu .dropdown-icon-wrapper svg {
		width: var(--theme-drawer-menu-arrow-size);
		height: var(--theme-drawer-menu-arrow-size);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}

	.drawer .drawer-inner .navigation .menu .menu-item-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-padding-end: var(--theme-drawer-padding);
		padding-inline-end: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .navigation .menu .menu-item-wrapper a {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.drawer .drawer-inner .navigation .menu .sub-menu {
		list-style: none;
		-webkit-padding-start: var(--theme-drawer-padding);
		padding-inline-start: var(--theme-drawer-padding);
		margin: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.3s ease-in-out;
		transition: max-height 0.3s ease-in-out;
	}

	.drawer .drawer-inner .navigation .menu .sub-menu a {
		font-size: var(--theme-drawer-sub-menu-font-size);
		font-weight: var(--theme-drawer-sub-menu-font-weight);
		padding-block: var(--theme-drawer-sub-menu-padding);
	}

	.drawer .drawer-inner .navigation .menu li.active>.menu-item-wrapper>.dropdown-icon-wrapper svg {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.drawer .drawer-inner .navigation.drawer-menu .menu>li+li {
		border-top: 1px solid var(--drawer-menu-border-inner);
	}

	.drawer .drawer-inner .navigation.drawer-secondary-menu a,
	.drawer .drawer-inner .navigation.drawer-secondary-menu .sub-menu a {
		font-size: var(--theme-drawer-secondary-menu-font-size);
		font-weight: var(--theme-drawer-secondary-menu-font-weight);
		padding-block: var(--theme-drawer-secondary-menu-padding);
	}

	.drawer .drawer-inner .navigation.category-menu a {
		font-size: var(--theme-drawer-category-menu-font-size);
		font-weight: var(--theme-drawer-category-menu-font-weight);
		padding-block: var(--theme-drawer-category-menu-padding);
	}

	.drawer .drawer-inner .navigation.category-menu a .menu-arrow {
		display: none;
	}

	.drawer .drawer-inner .navigation.category-menu .sub-menu {
		position: relative;
		width: 100% !important;
		top: 0;
		inset-inline-start: 0;
		-webkit-padding-start: var(--theme-drawer-padding);
		padding-inline-start: var(--theme-drawer-padding);
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		padding-block: 0;
		margin-top: 0 !important;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.drawer .drawer-inner .navigation.category-menu .sub-menu .menu-item-has-children {
		margin-top: 0;
	}

	.drawer .drawer-inner .navigation.category-menu .sub-menu .sub-menu {
		-webkit-padding-start: var(--theme-drawer-padding);
		padding-inline-start: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .navigation+.navigation {
		margin-top: 1.5rem;
	}

	.drawer .drawer-inner .drawer-contact {
		margin-top: auto;
	}

	.drawer .drawer-inner .drawer-contact ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.drawer .drawer-inner .drawer-contact ul li {
		font-size: var(--text-sm);
		padding-inline: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .drawer-contact ul li+li {
		margin-top: 1rem;
	}

	.drawer .drawer-inner .drawer-contact ul li span {
		display: block;
		opacity: 0.4;
		margin-bottom: 0.125rem;
	}

	.drawer .drawer-inner .drawer-contact ul li p {
		margin-bottom: 0;
	}

	.drawer .drawer-inner .drawer-contact ul li a {
		font-weight: 500;
		color: currentColor;
		text-decoration: none;
	}

	.drawer .drawer-inner .search-wrapper {
		padding-inline: var(--theme-drawer-padding);
		width: 100%;
	}

	.drawer .drawer-inner .search-wrapper .search-tags {
		--tags-padding-x: 8px;
		--tags-padding-y: 12px;
		--tags-size: 12px;
		--tags-radius: 8px;
		--tags-border-width: 1px;
		--tags-border: #E5E7EB;
		--tags-shadow: var(--shadow-2xs);
		margin-top: 1rem;
	}

	.drawer .drawer-inner .search-wrapper .search-tags span {
		display: block;
		font-size: var(--text-sm);
		font-weight: 600;
		opacity: 0.4;
		margin-bottom: 0.625rem;
	}

	.drawer .drawer-inner .search-wrapper .search-tags ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.375rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.drawer .drawer-inner .search-wrapper .search-tags ul a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--tags-size);
		font-weight: 500;
		line-height: 1;
		color: currentColor;
		text-decoration: none;
		padding-block: var(--tags-padding-x);
		padding-inline: var(--tags-padding-y);
		border: var(--tags-border-width) solid var(--tags-border);
		border-radius: var(--tags-radius);
		-webkit-box-shadow: var(--tags-shadow);
		box-shadow: var(--tags-shadow);
	}

	.drawer .drawer-inner .drawer-products {
		margin-top: auto;
		padding-top: 1.5rem;
		padding-inline: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .drawer-products span.title {
		display: block;
		font-size: var(--text-sm);
		font-weight: 600;
		opacity: 0.4;
		margin-bottom: 1.25rem;
	}

	.drawer .drawer-inner .cart-wrapper {
		padding-inline: var(--theme-drawer-padding);
		width: 100%;
	}

	.drawer .drawer-inner *+.drawer-products {
		margin-inline: var(--theme-drawer-padding);
		padding-inline: 0;
	}

	.drawer .drawer-inner *+.drawer-products span.title {
		font-size: .75rem;
		text-transform: uppercase;
	}

	.drawer .drawer-inner .cart-wrapper .notification {
		--notification-progress: 5px;
		--notification-size: 12px;
		margin-bottom: 1.25rem;
	}

	.drawer .drawer-inner .cart-wrapper .notification .notification-progress {
		margin-top: 0.75rem;
	}

	.drawer .drawer-inner .cart-wrapper .cart-prices {
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		border-top: 1px solid rgb(var(--colors-drawer-border));
	}

	.drawer .drawer-inner .cart-wrapper .cart-prices>p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: var(--text-sm);
	}

	.drawer .drawer-inner .cart-wrapper .cart-prices>p strong {
		font-weight: 500;
	}

	.drawer .drawer-inner .cart-wrapper .cart-prices>p .amount {
		font-weight: 600;
	}

	.drawer .drawer-inner .cart-wrapper .cart-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.625rem;
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		border-top: 1px solid rgb(var(--colors-drawer-border));
	}

	.drawer .drawer-inner .cart-wrapper .cart-buttons>* {
		width: 100%;
	}

	.drawer .drawer-inner .cart-wrapper .cart-products {
		--cart-price-size: 14px;
	}

	.drawer .drawer-inner .cart-wrapper .cart-products .product-quantity {
		font-size: var(--cart-price-size);
		opacity: 0.5;
	}

	.drawer .drawer-inner .cart-wrapper .cart-products .product {
		--product-price-size: var(--cart-price-size);
	}

	.drawer .drawer-inner .cart-wrapper .cart-products .product .product-remove a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.125rem;
		height: 1.125rem;
		border: 1px solid rgb(var(--colors-drawer-border));
		border-radius: 50%;
	}

	.drawer .drawer-inner .cart-wrapper .cart-products .product .product-remove a svg {
		width: 0.875rem;
		height: auto;
	}

	.drawer .drawer-inner .fiilter-products {
		padding-inline: var(--theme-drawer-padding);
	}

	.drawer .drawer-inner .empty {
		padding-top: 3.5rem;
	}

	.drawer .drawer-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		background-color: rgba(0, 0, 0, var(--theme-overlay-opacity));
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.8s var(--theme-ease-secondary);
		transition: 0.8s var(--theme-ease-secondary);
		-webkit-transition-property: opacity, visibility, background-color;
		transition-property: opacity, visibility, background-color;
	}

	.drawer.cart-drawer,
	.drawer.search-drawer {
		--drawer-translate-x: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.drawer.cart-drawer .drawer-inner,
	.drawer.search-drawer .drawer-inner {
		inset-inline-start: auto;
		inset-inline-end: 0;
	}

	.drawer.active {
		--drawer-translate-x: 0;
		pointer-events: auto;
	}

	.drawer.active .drawer-overlay {
		opacity: 1;
		visibility: visible;
	}

	html[dir=rtl] .drawer {
		--drawer-translate-x: 100%;
	}

	html[dir=rtl] .drawer.cart-drawer,
	html[dir=rtl] .drawer.search-drawer {
		--drawer-translate-x: -100%;
	}

	html[dir=rtl] .drawer.cart-drawer .drawer-inner,
	html[dir=rtl] .drawer.search-drawer .drawer-inner {
		inset-inline-start: 0;
		inset-inline-end: auto;
	}

	html[dir=rtl] .drawer.active {
		--drawer-translate-x: 0;
	}

	html[dir=rtl] .drawer .drawer-inner .navigation .menu .sub-menu {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}

/*------------------------------------
	Widgets
------------------------------------*/
	.widget .wp-block-heading,
	.widget .widget-title {
		font-size: var(--widget-title);
		font-weight: var(--widget-title-weight);
		margin-bottom: var(--widget-title-margin);
	}

	.widget ul:not([class]),
	.widget ul:not([class]) ul,
	.widget nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0.375rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.widget ul:not([class]) ul {
		margin-top: 0.375rem;
		padding-left: 0.5rem;
	}

	.widget nav ul a {
		color: currentColor;
		text-underline-offset: 0.3125rem;
		text-decoration-color: transparent;
	}

	.widget nav ul a:hover {
		text-decoration-color: currentColor;
	}

	.woocommerce-widget-layered-nav-dropdown,
	.woocommerce-product-search,
	.wp-block-woocommerce-product-categories,
	.wp-block-search__inside-wrapper,
	.search-form-widget {
		gap: 0.375rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.woocommerce-widget-layered-nav-dropdown button,
	.woocommerce-product-search button,
	.wp-block-woocommerce-product-categories button,
	.wp-block-search__inside-wrapper button,
	.search-form-widget button {
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
		font-size: var(--form-button-font-size-sm);
		-webkit-padding-start: calc(var(--form-button-size-sm) / 2.3);
		padding-inline-start: calc(var(--form-button-size-sm) / 2.3);
		-webkit-padding-end: calc(var(--form-button-size-sm) / 2.3);
		padding-inline-end: calc(var(--form-button-size-sm) / 2.3);
		font-weight: var(--form-button-font-weight);
		letter-spacing: var(--form-button-letter-spacing);
		text-transform: var(--form-button-text-transform);
		text-decoration: none;
		border-radius: var(--theme-radius);
	}

	.widget_product_tag_cloud a,
	.widget_tag_cloud a {
		font-size: var(--widget-font-size) !important;
	}

	.widget_product_tag_cloud .tagcloud,
	.widget_tag_cloud .tagcloud {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.125rem 0.5rem;
	}

	.widget .widget-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 1rem;
	}

	.widget .widget-contact .contact-item:not(.contact-social) a {
		color: currentColor;
		text-decoration: none;
	}

	.widget .widget-contact .contact-item.contact-phone span {
		display: block;
	}

	.widget .widget-contact .contact-item.contact-phone a {
		font-size: 1.125rem;
		font-weight: 600;
		letter-spacing: -0.03em;
	}

	@media screen and (min-width: 1024.02px) {
		.widget .widget-contact .contact-item.contact-phone a {
			font-size: 1.625rem;
		}
	}

	.widget .widget-contact .contact-item.contact-social span {
		display: block;
		margin-bottom: 0.25rem;
	}

	.product_list_widget,
	.wc-block-product-categories-list,
	.wp-block-page-list,
	.wp-block-page-list ul,
	.wp-block-categories-list,
	.wp-block-archives-list,
	.wp-block-latest-posts__list,
	.wc-block-review-list,
	.wp-block-latest-comments,
	.widget_rating_filter,
	.widget .woocommerce-widget-layered-nav-list,
	.widget_layered_nav ul,
	.product-categories,
	.product-categories ul,
	.widget .widget-checkbox-list,
	.widget .menu,
	.widget .menu li ul {
		--check-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.widget_rating_filter li,
	.widget .woocommerce-widget-layered-nav-list li,
	.widget_layered_nav li,
	.widget .widget-checkbox-list li,
	.widget .menu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.widget .menu li {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.widget .menu li ul,
	.wp-block-page-list ul,
	.wc-block-product-categories-list ul,
	.product-categories ul {
		padding-left: 1rem;
	}

	.wc-block-review-list li,
	.wp-block-latest-comments li {
		margin: 0;
	}

	.wp-block-categories-list li+li,
	.wp-block-archives-list li+li,
	.wp-block-latest-posts__list li+li,
	.wc-block-review-list li+li,
	.wp-block-latest-comments li+li {
		margin: 0.625rem 0 0;
	}

	.product_list_widget li+li,
	.widget .woocommerce-widget-layered-nav-list li+li,
	.widget_layered_nav li+li,
	.widget .widget-checkbox-list li+li,
	.widget .menu li+li,
	.widget .menu li ul,
	.wp-block-page-list li+li,
	.wp-block-page-list li ul,
	.wc-block-product-categories-list li+li .wc-block-product-categories-list li ul,
	.product-categories li ul,
	.product-categories li+li {
		margin-top: 0.5rem;
	}

	.widget_rating_filter li a,
	.widget .woocommerce-widget-layered-nav-list li a,
	.widget_layered_nav li a,
	.widget .widget-checkbox-list li a,
	.widget .menu li a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		gap: 0.625rem;
		color: currentColor;
		text-decoration: none;
	}

	.widget .gloria-attribute-widget-list.list-type-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	.widget .gloria-attribute-widget-list.list-type-inline li {
		margin: 0;
	}

	.widget .gloria-attribute-widget-list.list-type-inline .count,
	.widget .gloria-attribute-widget-list.list-type-inline .term-name {
		display: none;
	}

	.widget .gloria-attribute-widget-list li a .color-selector {
		position: initial;
	}

	.widget .widget-checkbox-list li a label {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		font-weight: inherit;
		font-size: inherit;
	}

	not(.footer) .widget_brand_nav li a::before,
	not(.footer) .widget .woocommerce-widget-layered-nav-list:not(.gloria-attribute-widget-list.colors-enabled) li a::before,
	not(.footer) .widget .widget-checkbox-list li a::before,
	not(.footer) .widget .menu li a::before {
		content: "";
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--form-checkbox-size);
		height: var(--form-checkbox-size);
		border: 1px solid rgb(var(--colors-gray-300));
		border-radius: calc(var(--theme-radius) / 2);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		outline: 2px solid transparent;
		outline-offset: 1px;
	}

	.widget .woocommerce-widget-layered-nav-list li .count,
	.widget .widget-checkbox-list li a .count,
	.widget .menu li a .count {
		-webkit-margin-start: auto;
		margin-inline-start: auto;
		opacity: 0.6;
	}

	.widget_brand_nav li a:hover::before,
	.widget .woocommerce-widget-layered-nav-list li a:hover::before,
	.widget .widget-checkbox-list li a:hover::before,
	.widget .menu li a:hover::before {
		border-color: rgba(var(--colors-gray-400), 0.6);
	}

	.widget_brand_nav li.chosen>a,
	.widget .woocommerce-widget-layered-nav-list li.chosen>a,
	.widget .woocommerce-widget-layered-nav-list li.active>a,
	.widget .widget-checkbox-list li.active>a,
	.widget .menu li.active a {
		color: rgb(var(--colors-primary-background));
	}

	.widget_brand_nav li.chosen>a::before,
	.widget .woocommerce-widget-layered-nav-list li.chosen>a::before,
	.widget .woocommerce-widget-layered-nav-list li.active>a::before,
	.widget .widget-checkbox-list li.active>a::before,
	.widget .menu li.active a::before {
		color: rgb(var(--colors-primary-foreground));
		background-image: var(--check-icon);
		background-color: rgb(var(--colors-primary-background));
		border-color: rgb(var(--colors-primary-background));
		background-repeat: no-repeat;
		background-position: center;
		background-size: var(--form-checkbox-size) var(--form-checkbox-size);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.widget.widget_ferrano_product_categories .woocommerce-widget-layered-nav-list li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.widget .woocommerce-widget-layered-nav-list :not(:has(.count)) .toggle {
		-webkit-margin-start: auto;
		margin-inline-start: auto;

	}

	.widget .woocommerce-widget-layered-nav-list .toggle svg {
		width: var(--form-checkbox-size);
		height: var(--form-checkbox-size);
	}

	.widget .woocommerce-widget-layered-nav-list li ul {
		display: none;
		overflow: hidden;
		flex: 1;
		margin: 0.4rem 0 0 0;
		padding: 0 0 0 1.5rem;
	}

	.widget_rating_filter {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.widget_rating_filter li {
		width: 100%;
	}

	.widget_rating_filter li .star-rating {
		display: inline;
		margin-right: auto;
	}

	.active-filters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: .35rem;
	}

	.active-filters a {
		color: currentColor;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: .15rem;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		border: 1px solid rgb(var(--colors-gray-200));
		padding: 6px 10px;
		border-radius: 50px;
		color: rgb(var(--colors-black), 0.6);
	}

	.active-filters li.clear a {
		background-color: rgb(var(--colors-primary-background), 0.1);
		border-color: rgb(var(--colors-primary-background), 0.3);
		color: rgb(var(--colors-primary-background));
	}

	.active-filters a:hover {
		color: currentColor;
		background-color: rgb(var(--colors-gray-100));
		-webkit-transition: all 0.s ease;
		transition: all 0.1s ease;
	}

	.active-filters span.remove {
		line-height: 0;
	}

	.active-filters span.label {
		line-height: 1;
	}

	.active-filters svg {
		width: .9rem;
		height: .9rem;
	}

	.product_list_widget li>*:not(a) {
		font-size: var(--text-xs);
	}

	.product_list_widget li>a {
		font-weight: 500;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: .35rem;
	}

	.product_list_widget li img {
		width: 30px;
		height: auto;
		border-radius: calc(var(--theme-radius, 0) / 2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	}

	.widget .price_slider_wrapper .price_slider_amount {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.25rem;
	}

	.widget .price_slider_wrapper .price_slider_amount>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.widget .price_slider_wrapper .price_slider_amount>*.separator {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 1.25rem 0.625rem 0;
	}

	.widget .price_slider_wrapper .price_slider_amount>* .price-placeholder {
		display: block;
		font-size: 0.75rem;
		color: rgb(var(--colors-gray-400));
		margin-bottom: 0.25rem;
	}

	.widget .price_slider_wrapper .price_slider_amount>* input {
		height: 2.375rem;
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.widget .price_slider_wrapper .ui-widget-content {
		position: relative;
		height: 0.1875rem;
		background-color: rgb(var(--colors-gray-200));
		border-radius: 0.625rem;
		margin-bottom: 1.25rem;
	}

	.widget .price_slider_wrapper .ui-widget-content .ui-slider-range {
		position: absolute;
		display: block;
		width: 100%;
		height: 0.1875rem;
		border: 0;
		border-radius: 0.625rem;
		background-color: rgb(var(--colors-gray-500));
		z-index: 1;
	}

	.widget .price_slider_wrapper .ui-widget-content .ui-slider-handle {
		position: absolute;
		width: 0.875rem;
		height: 0.875rem;
		background-color: rgb(var(--colors-gray-900));
		border-radius: 50%;
		top: -0.375rem;
		left: 0;
		margin: 0;
		outline: 0;
		z-index: 1;
		cursor: pointer;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	.widget .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.widget .price_slider_wrapper .price_slider_bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.widget .price_slider_wrapper .price_slider_bottom .price_label {
		font-size: var(--text-sm);
		font-weight: 600;
		margin-right: auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.widget .price_slider_wrapper .price_slider_bottom .clear {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-margin-end: 1.25rem;
		margin-inline-end: 1.25rem;
	}

	.widget .price_slider_wrapper .price_slider_bottom button {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: 2.375rem;
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.wc-block-product-categories-list--has-images {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
		margin: 0;
	}

	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item+.wc-block-product-categories-list-item {
		margin-top: 0.5rem;
	}

	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
		margin: 0;
		padding-left: 1rem;
		margin-top: 0.5rem;
	}

	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul li+li {
		margin-top: 0.5rem;
	}

	.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
		margin-left: 0;
	}

	.widget {
		--widget-margin: 40px;
		--widget-title: 16px;
		--widget-title-weight: 600;
		--widget-title-margin: 20px;
		--widget-font-size: 14px;
		font-size: var(--widget-font-size);
		margin-bottom: var(--widget-margin);
	}

	.widget:last-child {
		margin-bottom: 0;
	}

/*------------------------------------
	WooCommerce Mini Cart – Default CSS
------------------------------------*/
	/* Mini cart wrapper */
	.woocommerce-mini-cart {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 14px;
		line-height: 1.5;
	}

	/* Product list */
	.woocommerce-mini-cart.cart_list li {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 12px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.woocommerce-mini-cart.cart_list li:last-child {
		border-bottom: none;
	}

	/* Product thumbnail */
	.woocommerce-mini-cart .attachment-woocommerce_thumbnail {
		width: 30px;
		height: auto;
		flex-shrink: 0;
		display: inline;
		border-radius: calc(var(--theme-radius, 0) / 2);
	}

	/* Product name */
	.woocommerce-mini-cart a:nth-child(2) {
		font-weight: 500;
		margin: 0;
		flex: 1;
		display: flex;
		align-items: center;
		gap: .35rem;
	}

	/* Quantity & price */
	.woocommerce-mini-cart .quantity {
		display: block;
		font-size: 13px;
		border: 0;
		box-shadow: none;
	}

	/* Remove link */
	.woocommerce-mini-cart .remove {
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		color: #999;
	}

	.woocommerce-mini-cart .remove:hover {
		color: #000;
	}

	/* Subtotal */
	.woocommerce-mini-cart__total {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 12px;
		margin-top: 12px;
		font-weight: 600;
	}

	/* Buttons wrapper */
	.woocommerce-mini-cart__buttons {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 12px;
	}

	/* Buttons */
	.woocommerce-mini-cart__buttons a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 14px;
		text-decoration: none;
		font-weight: 500;
	}

	/* Checkout button */
	/* Empty cart message */
	.woocommerce-mini-cart__empty-message {
		text-align: center;
		padding: 20px 0;
	}

/*------------------------------------
	Announcement
------------------------------------*/
	.announcement {
		--announcement-bg: #E01A2B;
		--announcement-color: #FFF;
		--announcement-padding: 8px;
		--announcement-font-size: 13px;
		--announcement-pattern-opacity: 0.1;
		position: relative;
		font-size: var(--announcement-font-size);
		color: var(--announcement-color);
		background-color: var(--announcement-bg);
		text-align: center;
	}

	.announcement .announcement-inner {
		position: relative;
		padding-block: var(--announcement-padding);
		z-index: 1;
	}

	.announcement p {
		margin-bottom: 0;
	}

	.announcement .announcement-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	.announcement .announcement-text .btn,
	.announcement .announcement-text .button {
		height: 1.625rem;
	}

	.announcement .btn.size-xs,
	.announcement .button.size-xs {
		--form-button-size-sm: 24px;
		font-size: var(--text-xs);
	}

	.announcement .marquee-wrapper .marquee-inner .marquee-item>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	.announcement .slider-wrapper .slider {
		--theme-slider-navigation: 32px;
		--theme-slider-font: 14px;
		--swiper-navigation-size: var(--theme-slider-navigation);
		padding-inline: var(--theme-slider-navigation);
	}

	.announcement .slider-wrapper .slider .swiper-button-prev,
	.announcement .slider-wrapper .slider .swiper-button-next {
		--swiper-navigation-sides-offset: 0;
		color: currentColor;
		top: 50%;
	}

	.announcement .announcement-pattern {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		opacity: var(--announcement-pattern-opacity);
		pointer-events: none;
		overflow: hidden;
	}

	.announcement .announcement-pattern>* {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.announcement .countdown .countdown-item {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

/*------------------------------------
	Header
------------------------------------*/
	/* Header global */
	.header {
		position: relative;
		z-index: 20;
		--topbar-height: 2.5rem;
		--main-height-desktop: 4.75rem;
	}

	.header .header-row.border-full {
		border-bottom: 1px solid;
	}

	.header .header-row.border-content .header-inner {
		border-bottom: 1px solid;
	}

	.header:has(.is-searchable) .header-topbar,
	.header:has(.is-searchable) .header-main {
		z-index: 0;
	}

	.header:has(.is-searchable) .header-navbar {
		z-index: -1;
	}

	.header .action-button.with-label.vertical {
		--action-font-size: 12px;
		--action-gap: 4px;
	}

	.header.header-color-style-2 .header-topbar {
		--topbar-accent: rgb(var(--colors-gray-300));
		--topbar-foreground: rgb(var(--colors-gray-400));
		--topbar-background: rgb(var(--colors-black));
		--topbar-border: rgb(var(--colors-gray-800));
	}

	.header.header-color-style-2 .header-main {
		--main-accent: rgb(var(--colors-gray-700));
		--main-foreground: rgb(var(--colors-white));
		--main-background: rgb(var(--colors-black));
		--main-border: rgb(var(--colors-gray-200));
	}

	.header.header-color-style-2 .header-main .search-form {
		--search-background: rgb(var(--colors-white));
	}

	.header.header-color-style-2 .header-main .search-form .search-addon-dropdown {
		--addon-background: rgb(var(--colors-gray-200));
	}

	.header.header-color-style-3 .search-form {
		--search-background: rgb(var(--colors-white));
		--search-border-color: rgb(var(--colors-primary-background));
		--search-button-foreground: rgb(var(--colors-primary-background));
		--search-border-width: 2px;
	}

	.header.header-color-style-3 .search-form .search-addon-dropdown {
		--addon-background: rgb(var(--colors-gray-100));
	}

	.header.header-color-style-3 .action-button {
		--action-font-size: 12px;
		--action-gap: 4px;
	}

	.header.header-color-style-4 .header-topbar {
		--topbar-accent: rgb(var(--colors-primary-foreground));
		--topbar-foreground: rgb(var(--colors-primary-foreground));
		--topbar-background: rgb(var(--colors-primary-background));
		--topbar-border: rgba(255, 255, 255, 0.2);
	}

	.header.header-color-style-4 .header-main {
		--main-accent: rgb(var(--colors-primary-foreground));
		--main-foreground: rgb(var(--colors-primary-foreground));
		--main-background: rgb(var(--colors-primary-background));
		--main-border: rgba(255, 255, 255, .2);
	}

	.header.header-color-style-4 .header-main .navigation.primary-menu {
		--primary-menu-accent-color: rgb(var(--colors-primary-foreground));
	}

	.header.header-color-style-4 .header-main .action-button {
		--action-count-foreground: rgb(var(--colors-primary-background));
		--action-count-background: rgb(var(--colors-white));
	}

	.header.header-color-style-4 .header-navbar {
		--navbar-height: 4.75rem;
		--navbar-gap: 1rem;
	}

	.header .header-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		opacity: 0;
		visibility: hidden;
		z-index: 6;
	}

	.header.menu-on-hover .header-overlay {
		opacity: 1;
		visibility: visible;
	}

	/* Sticky header */
	.header.sticky {
		top: 0;
	}

	.admin-bar .header.sticky {
		top: 32px;
	}

	@media (max-width: 782px) {
		.admin-bar .header.sticky {
			top: 46px;
		}
	}

	@media (max-width: 600px) {
		.admin-bar .header.sticky {
			top: 0;
		}
	}

	/*.header.sticky:has(.header-topbar) {
	top: calc(var(--topbar-height) * -1);
	}*(

	/* Transparent header */
	.header.is-transparent {
		--transparent-color: #fff;
		z-index: 10;
	}

	.header.is-transparent .header-topbar,
	.header.is-transparent .header-main,
	.header.is-transparent .header-navbar {
		width: 100%;
		-webkit-transition: background-color 0.2s ease, color 0.2s ease;
		transition: background-color 0.2s ease, color 0.2s ease;
		z-index: 3;
	}

	.header.is-transparent .header-main+.header-navbar {
		top: calc(var(--main-height-desktop) + var(--topbar-height, 0));
		z-index: 2;
	}

	.header.is-transparent .header-overlay {
		z-index: 0;
	}

	.header.is-transparent .action-button .action-link .action-icon {
		-webkit-transition: background-color 0.05s ease, color 0.2s ease;
		transition: background-color 0.05s ease, color 0.2s ease;
	}

	.header.is-transparent .navigation .menu a:not(.link):not(.wrap-link) {
		-webkit-transition: all 0.2s ease, color 0.2s ease !important;
		transition: all 0.2s ease, color 0.2s ease !important;
	}

	.header.is-transparent .brand a {
		position: relative;
	}

	.header.is-transparent .brand a img {
		-webkit-transition: opacity 0.2s ease, color 0.2s ease;
		transition: opacity 0.2s ease, color 0.2s ease;
	}

	.header.is-transparent .brand a .light-logo {
		position: absolute;
		top: 0;
		inset-inline-start: 0;
		opacity: 0;
	}

	.header.is-transparent .action-button {
		--action-background: transparent;
		--action-border: transparent;
		-webkit-transition: background-color 0.3s ease, color 0.3s ease;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.header.is-transparent:not(:hover):not(.is-sticky) .action-button {
		--action-foreground: var(--transparent-color);
	}

	.header.is-transparent:not(:hover):not(.is-sticky) .header-topbar,
	.header.is-transparent:not(:hover):not(.is-sticky) .header-main,
	.header.is-transparent:not(:hover):not(.is-sticky) .header-navbar {
		background-color: transparent;
		color: var(--transparent-color);
	}

	.header.is-transparent:not(:hover):not(.is-sticky) .header-main .custom-button svg path,
	.header.is-transparent:not(:hover):not(.is-sticky) .header-navbar .custom-button svg path {
		stroke: currentColor;
	}

	.header.is-transparent:not(:hover):not(.is-sticky) .brand .dark-logo {
		opacity: 0;
	}

	.header.is-transparent:not(:hover):not(.is-sticky) .brand .light-logo {
		opacity: 1;
	}

	.announcement+.header.absolute {
		margin-top: 43px;
	}

	/* Header topbar */
	.header-topbar {
		--topbar-accent: rgb(var(--colors-gray-700));
		--topbar-foreground: rgb(var(--colors-gray-500));
		--topbar-background: rgb(var(--colors-gray-100));
		--topbar-border: rgb(var(--colors-gray-200));
		--topbar-height: 2.5rem;
		--topbar-gap: 1.5rem;
		--topbar-font-size: 0.8125rem;
		--topbar-font-weight: 500;
		position: relative;
		font-size: var(--topbar-font-size);
		font-weight: var(--topbar-font-weight);
		color: var(--topbar-foreground);
		background-color: var(--topbar-background);
		z-index: 10;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	.header-topbar.header-row,
	.header-topbar .header-inner {
		border-color: var(--topbar-border) !important;
	}

	.header-topbar .header-inner,
	.header-topbar .navigation .menu>li>a {
		height: var(--topbar-height);
	}

	.header-topbar .header-inner,
	.header-topbar .column {
		gap: var(--topbar-gap);
	}

	.header-topbar .navigation {
		--dropdown-icon-size: 0.8125rem;
		--menu-gap: var(--topbar-gap);
		--sub-menu-font-size: var(--topbar-font-size);
		--sub-menu-width: 6.25rem;
		--sub-menu-link-padding-y: 0.3125rem;
		--sub-menu-link-padding-x: 1.125rem;
	}

	.header-topbar .navigation .menu>li>a {
		color: currentColor;
	}

	.header-topbar .navigation .menu>li>a:hover {
		color: var(--topbar-accent);
	}

	.header-topbar .header-text p {
		margin-bottom: 0;
	}

	/* Header main */
	.header-main {
		--main-accent: rgb(var(--colors-gray-700));
		--main-foreground: rgb(var(--colors-black));
		--main-background: rgb(var(--colors-white));
		--main-border: rgb(var(--colors-gray-200));
		--main-height: 3.5rem;
		--main-height-desktop: 4.75rem;
		--main-gap: 1.5rem;
		position: relative;
		color: var(--main-foreground);
		background-color: var(--main-background);
		z-index: 9;
	}

	.header-main .header-inner,
	.header-main .navigation .menu>li>a {
		height: var(--main-height);
	}

	@media screen and (min-width: 1024.02px) {

		.header-main .header-inner,
		.header-main .navigation .menu>li>a {
			height: var(--main-height-desktop);
		}
	}

	.header-main .header-inner,
	.header-main .column {
		gap: var(--main-gap);
	}

	.header-main.header-row,
	.header-main .header-inner {
		border-color: var(--main-border) !important;
	}

	.header-main .action-buttons {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: calc(var(--main-gap) / 1.5);
	}

	/* Header Navbar */
	.header-navbar {
		--navbar-font-size: var(--theme-primary-menu-font-size);
		--navbarfont-weight: var(--theme-primary-menu-font-weight);
		--navbarletter-spacing: var(--theme-primary-menu-letter-spacing);
		--navbar-color: rgb(var(--colors-black));
		--navbar-background: rgb(var(--colors-white));
		--navbar-border: rgb(var(--colors-gray-200));
		--navbar-height: 3.5rem;
		--navbar-svg: 1.125rem;
		--navbar-gap: 2.25rem;
		position: relative;
		font-family: var(--theme-primary-menu-font);
		font-size: var(--theme-primary-menu-font-size);
		font-weight: var(--theme-primary-menu-font-weight);
		letter-spacing: var(--theme-primary-menu-letter-spacing);
		text-transform: var(--theme-primary-menu-text-transform);
		color: var(--navbar-color);
		background-color: var(--navbar-background);
		z-index: 8;
	}

	.header-main+.header-navbar {
		border-top-width: 1px;
		border-top-style: solid;
	}

	.header-navbar.header-row,
	.header-navbar .header-inner {
		border-color: var(--navbar-border) !important;
	}

	.header-navbar .header-inner,
	.header-navbar .navigation .menu>li>a,
	.header-navbar .category-button>a,
	.header-navbar .custom-button>a {
		height: var(--navbar-height);
	}

	.header-navbar .header-inner,
	.header-navbar .column {
		gap: var(--navbar-gap);
	}

	.header-navbar .custom-button>a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.375rem;
		color: currentColor;
		text-decoration: none;
	}

	.header-navbar .custom-button>a svg {
		width: var(--theme-primary-menu-font-size);
		height: auto;
		-webkit-margin-start: 0.25rem;
		margin-inline-start: 0.25rem;
	}

	.header-navbar .custom-button .icon img {
		max-height: 22px;
		width: auto
	}

	.header-navbar .custom-button .custom-button-dropdown {
		position: absolute;
		top: 100%;
		inset-inline-start: 0;
		width: 100%;
		background-color: rgb(var(--colors-sub-menu-background));
		border-block: 1px solid rgb(var(--colors-sub-menu-border));
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.header-navbar .custom-button .custom-button-dropdown .custom-button-dropdown-inner {
		max-width: var(--theme-width);
		margin-inline: auto;
		padding-inline: var(--theme-screen-padding);
		padding-block: 2.625rem;
	}

	.header-navbar .custom-button:hover .custom-button-dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	/* Header action buttons */
	.action-button {
		--action-size: 32px;
		--action-svg: 24px;
		--action-gap: 12px;
		--action-sub: 12px;
		--action-font-size: 14px;
		--action-border: var(--main-background);
		--action-foreground: var(--main-foreground);
		--action-background: var(--main-background);
		--action-count-size: 17px;
		--action-count-foreground: rgb(var(--colors-primary-foreground));
		--action-count-background: rgb(var(--colors-primary-background));
		--action-dropdown-width: 300px;
		--action-dropdown-color: rgb(var(--colors-black));
		--action-dropdown-background: rgb(var(--colors-white));
		--action-dropdown-border: rgb(var(--colors-gray-200));
		--action-dropdown-border-radius: var(--theme-radius);
		--action-dropdown-shadow: var(--shadow-xs);
		--action-dropdown-offset: 6px;
		--action-dropdown-paddin: 16px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.action-button .action-link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: currentColor;
		text-decoration: none;
		gap: var(--action-gap);
	}

	.action-button .action-link .action-icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--action-size);
		height: var(--action-size);
		color: var(--action-foreground);
		background-color: var(--action-background);
		border: 1px solid var(--action-border);
	}

	.action-button .action-link .action-icon svg {
		width: var(--action-svg);
		height: auto;
	}

	.action-button .action-link .action-icon .action-count {
		position: absolute;
		top: -0.0625rem;
		inset-inline-end: -0.1875rem;
	}

	.action-button .action-link .action-detail {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-weight: 600;
		line-height: 1.2;
	}

	.action-button .action-link .action-detail span:not(.action-count) {
		font-size: var(--action-sub);
		opacity: 0.4;
	}

	.action-button .action-link .action-detail p {
		font-size: var(--action-font-size);
		margin-bottom: 0;
	}

	.action-button .action-link .action-detail p span:not(.action-count) {
		opacity: 1;
		font-size: var(--action-font-size);
	}

	.action-button .action-link .action-count {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 0.6875rem;
		font-weight: 700;
		min-width: var(--action-count-size);
		height: var(--action-count-size);
		padding-inline: 0.125rem;
		color: var(--action-count-foreground);
		background-color: var(--action-count-background);
		border-radius: 50%;
	}

	.action-button.text .action-detail {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0.375rem;
	}

	.action-button.text .action-detail .action-count {
		line-height: 1;
		-webkit-margin-start: 0.375rem;
		margin-inline-start: 0.375rem;
	}

	.action-button.has-dropdown {
		position: relative;
	}

	.action-button .action-dropdown {
		position: absolute;
		width: var(--action-dropdown-width);
		top: 100%;
		padding-top: var(--action-dropdown-offset);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		right: 0;
	}

	.action-button .action-dropdown[data-align=star] {
		inset-inline-start: 0;
	}

	t .action-button .action-dropdown[data-align=end] {
		inset-inline-end: 0;
	}

	.action-button .action-dropdown[data-align=center] {
		inset-inline-start: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.action-button .action-dropdown .action-dropdown-inner {
		color: var(--action-dropdown-color);
		background-color: var(--action-dropdown-background);
		border: 1px solid var(--action-dropdown-border);
		border-radius: var(--action-dropdown-border-radius);
		-webkit-box-shadow: var(--action-dropdown-shadow);
		box-shadow: var(--action-dropdown-shadow);
		padding: var(--action-dropdown-paddin);
	}

	.action-button .account-dropdown {
		padding-top: 1rem;
	}

	.action-button .empty {
		padding-top: 1.125rem;
	}

	.action-button .action-cart-items .cart-prices {
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		border-top: 1px solid var(--action-dropdown-border);
	}

	.action-button .action-cart-items .cart-prices>p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: var(--text-sm);
	}

	.action-button .action-cart-items .cart-prices>p strong {
		font-weight: 500;
	}

	.action-button .action-cart-items .cart-prices>p .amount {
		font-weight: 600;
	}

	.action-button .action-cart-items .cart-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.375rem;
		margin-top: 1.25rem;
		padding-top: 1.25rem;
		border-top: 1px solid var(--action-dropdown-border);
	}

	.action-button .action-cart-items .cart-buttons>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.action-button .action-cart-items .cart-buttons>* {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	.action-button .action-cart-items .cart-products {
		--cart-price-size: 14px;
		max-height: 290px;
		overflow-y: auto;
	}

	.action-button .action-cart-items .cart-products .product-quantity {
		font-size: var(--cart-price-size);
		opacity: 0.5;
	}

	.action-button .action-cart-items .cart-products .product {
		--product-price-size: var(--cart-price-size);
	}

	.action-button .action-cart-items .cart-products .product .product-remove a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.125rem;
		height: 1.125rem;
		border: 1px solid var(--action-dropdown-border);
		border-radius: 50%;
	}

	.action-button .action-cart-items .cart-products .product .product-remove a:hover {
		color: var(--action-count-foreground);
		background-color: var(--action-count-background);
		border-color: var(--action-count-background);
	}

	.action-button .action-cart-items .cart-products .product .product-remove a svg {
		width: 0.875rem;
		height: auto;
	}

	.action-button.vertical .action-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.action-button:hover .action-dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	html[dir=rtl] .action-button .action-dropdown[data-align=center] {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	/* Header search */
	.search-form {
		--search-height-mobile: 42px;
		--search-height-desktop: 48px;
		--search-border-radius-mobile: 0.375rem;
		--search-border-radius-desktop: var(--theme-radius);
		--search-background: rgb(var(--colors-gray-100));
		--search-foreground: rgb(var(--colors-black));
		--search-button-background: transparent;
		--search-button-foreground: rgb(var(--colors-black));
		--search-border-color: transparent;
		--search-border-width: 2px;
		--search-focus-background: rgb(var(--colors-white));
		--search-focus-border-color: rgb(var(--colors-primary-background));
		position: relative;
		width: 100%;
	}

	.search-form .form-search {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: var(--search-border-radius-mobile);
		border: var(--search-border-width) solid var(--search-border-color);
		height: var(--search-height-mobile);
		color: var(--search-foreground);
		background-color: var(--search-background);
		z-index: 2;
	}

	@media screen and (min-width: 1024.02px) {
		.search-form .form-search {
			height: var(--search-height-desktop);
			border-radius: var(--search-border-radius-desktop);
		}
	}

	.search-form .form-search .search-input {
		color: var(--search-foreground);
		background-color: transparent;
		height: 100%;
		-webkit-padding-start: 0.875rem;
		padding-inline-start: 0.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.search-form .form-search .search-input {
			-webkit-padding-start: 1rem;
			padding-inline-start: 1rem;
		}
	}

	.search-form .form-search button {
		all: unset;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: var(--search-button-foreground);
		background-color: var(--search-button-background);
		border-radius: var(--search-border-radius-mobile);
		width: var(--search-height-mobile);
		height: 100%;
		cursor: pointer;
	}

	.search-form .form-search button svg {
		width: 1.25rem;
		height: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.search-form .form-search button svg {
			width: 1.4375rem;
			height: 1.4375rem;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.search-form .form-search button {
			width: var(--search-height-desktop);
		}
	}

	.search-form .search-addon-dropdown {
		--addon-font-size: 14px;
		--addon-font-weight: 500;
		--addon-padding-block: 8px;
		--addon-padding-inline: 14px;
		--addon-value-width: 140px;
		--addon-border-radius: var(--search-border-radius-mobile);
		--addon-background: rgb(var(--colors-white));
		--addon-foreground: rgb(var(--colors-black));
		--addon-focus-background: rgb(var(--colors-gray-100));
		--addon-shadow: var(--shadow-xs);
		position: relative;
		-webkit-margin-start: 0.25rem;
		margin-inline-start: 0.25rem;
	}

	.search-form .search-addon-dropdown .search-addon-placeholder {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: var(--form-input-font-size-base);
		font-weight: 500;
		line-height: 1;
		white-space: nowrap;
		gap: 0.5rem;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		height: calc(var(--search-height-desktop) - 12px);
		color: var(--addon-foreground);
		background-color: var(--addon-background);
		border-radius: var(--addon-border-radius);
		-webkit-box-shadow: var(--addon-shadow);
		box-shadow: var(--addon-shadow);
		padding-inline: 0.75rem;
		cursor: pointer;
	}

	.search-form .search-addon-dropdown .search-addon-placeholder svg {
		width: 0.875rem;
		height: 0.875rem;
	}

	.search-form .search-addon-dropdown .search-addon-placeholder .search-addon-value {
		max-width: var(--addon-value-width);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu {
		position: absolute;
		display: none;
		top: calc(100% + 7px);
		inset-inline-start: 0;
		padding: 0.25rem;
		color: rgb(var(--colors-sub-menu-foreground));
		background-color: rgb(var(--colors-sub-menu-background));
		border: 1px solid rgb(var(--colors-sub-menu-border));
		border-radius: var(--search-border-radius-desktop);
		max-height: 300px;
		overflow-y: auto;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		gap: 0.125rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 1.25rem;
		font-size: var(--addon-font-size);
		font-weight: var(--addon-font-weight);
		padding-block: var(--addon-padding-block);
		padding-inline: var(--addon-padding-inline);
		white-space: nowrap;
		cursor: pointer;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul li::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		background-color: currentColor;
		opacity: 0;
		border-radius: calc(var(--theme-radius, 0) / 2);
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul li p {
		margin-bottom: 0;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul li span {
		font-size: calc(var(--addon-font-size) - 2px);
		opacity: 0.3;
	}

	.search-form .search-addon-dropdown .search-addon-dropdown-menu ul li:hover::before {
		opacity: 0.03;
	}

	.search-form .search-addon-dropdown+.search-input {
		-webkit-padding-start: 1.125rem;
		padding-inline-start: 1.125rem;
	}

	.search-form .search-addon-dropdown.open .search-addon-dropdown-menu {
		display: block;
	}

	.search-form .search-form-result {
		position: absolute;
		display: none;
		width: 100%;
		top: calc(100% + 0.125rem);
		inset-inline-start: 0;
		color: rgb(var(--colors-sub-menu-foreground));
		background-color: rgb(var(--colors-sub-menu-background));
		border: 1px solid rgb(var(--colors-sub-menu-border));
		border-radius: var(--search-border-radius-desktop);
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		padding: 1rem 1rem;
	}

	.search-form .search-form-result:is(:empty) {
		display: none !important;
	}

	@media screen and (min-width: 1024.02px) {
		.search-form:has(.search-form-overlay) {
			z-index: 100;
		}

		.search-form:has(.search-form-overlay) .search-form-inner {
			position: relative;
		}

		.search-form:has(.search-form-overlay) .search-form-inner::before {
			content: "";
			position: absolute;
			display: none;
			top: -0.375rem;
			bottom: -0.375rem;
			inset-inline: -0.375rem;
			border-radius: var(--search-border-radius-desktop);
			background-color: rgb(var(--colors-white));
			z-index: 0;
		}

		.search-form:has(.search-form-overlay) .search-form-result {
			border: 0;
			top: calc(100% + 0.0625rem);
			width: auto;
			inset-inline: -0.375rem;
			border-start-end-radius: 0;
			border-start-start-radius: 0;
		}

		.search-form:has(.search-form-overlay) .search-form-overlay {
			position: fixed;
			display: none;
			width: 100%;
			height: 100%;
			top: 0;
			inset-inline-start: 0;
			background-color: rgba(0, 0, 0, var(--theme-overlay-opacity));
			z-index: -1;
		}

		.search-form:has(.search-form-overlay).is-searchable .search-form-inner::before {
			display: block;
		}

		.search-form:has(.search-form-overlay).is-searchable .search-form-overlay {
			display: block;
		}
	}

	.search-form.is-searchable .form-search {
		background-color: var(--search-focus-background);
		border-color: var(--search-focus-border-color);
	}

	.search-form.is-searchable .search-addon-dropdown .search-addon-placeholder {
		background-color: var(--addon-focus-background);
	}

	.search-form.is-searchable .search-form-result {
		display: block;
	}

	.search-form .search-widget {
		--search-widget-heading-font-size: 15px;
		--search-widget-font-size: 13px;
		padding-bottom: 0.25rem;
	}

	.search-form .search-widget+.search-widget {
		margin-top: 1.25rem;
	}

	.search-form .search-widget .search-widget-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0.75rem;
		padding-inline: 0.625rem;
		padding-top: 0.25rem;
	}

	.search-form .search-widget .search-widget-header p {
		font-size: var(--search-widget-heading-font-size);
		font-weight: 500;
		margin-bottom: 0;
	}

	.search-form .search-widget .search-widget-header a {
		font-size: var(--text-2xs);
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
		color: currentColor;
		opacity: 0.4;
	}

	.search-form .search-widget .search-widget-header a:hover {
		opacity: 0.6;
	}

	.search-form .search-widget .search-widget-body ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.search-form .search-widget .search-widget-body ul a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: var(--search-widget-font-size);
		text-decoration: none;
		width: 100%;
		gap: 0.5rem;
		color: currentColor;
	}

	.search-form .search-widget .search-widget-body ul a svg {
		width: calc(var(--text-sm) + 1px);
	}

	.search-form .search-widget .search-widget-body ul.widget-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.search-form .search-widget .search-widget-body ul.widget-list li+li {
		border-top: 1px solid rgb(var(--colors-sub-menu-border-inner));
	}

	.search-form .search-widget .search-widget-body ul.widget-list li a {
		position: relative;
		padding-block: 0.5rem;
		padding-inline: 0.625rem;
	}

	.search-form .search-widget .search-widget-body ul.widget-list li a svg {
		opacity: 0.5;
	}

	.search-form .search-widget .search-widget-body ul.widget-list li a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		border-radius: calc(var(--search-border-radius-desktop) / 2);
		background-color: currentColor;
		opacity: 0;
	}

	.search-form .search-widget .search-widget-body ul.widget-list li a:hover::before {
		opacity: 0.03;
	}

	.search-form .search-widget .search-widget-body ul.widget-tag {
		gap: 0.25rem;
		padding-inline: 0.25rem;
	}

	.search-form .search-widget .search-widget-body ul.widget-tag a {
		position: relative;
		border: 1px solid rgb(var(--colors-sub-menu-border));
		padding-block: 0.25rem;
		padding-inline: 0.625rem;
		height: 100%;
		border-radius: var(--search-border-radius-mobile);
		-webkit-box-shadow: var(--shadow-2xs);
		box-shadow: var(--shadow-2xs);
	}

	.search-form .search-widget .search-widget-body ul.widget-tag a.featured {
		color: rgb(var(--colors-orange-dark));
		background-color: rgb(var(--colors-orange-light));
		border-color: rgb(var(--colors-orange), 0.3);
	}

	.search-form .search-widget .search-widget-body ul.widget-tag a.featured svg {
		color: rgb(var(--colors-orange));
	}

	.search-form .search-widget .search-widget-body ul.widget-tag a:hover:not(.featured) {
		color: rgb(var(--colors-sub-menu-accent));
		border-color: rgb(var(--colors-sub-menu-accent));
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* Header Primary Menu */
	.navigation.primary-menu {
		--menu-gap: 2.25rem;
		--dropdown-icon-size: var(--theme-primary-menu-font-size);
		--primary-menu-padding-x: 0;
		--primary-menu-padding-y: 0;
		--primary-menu-color: rgb(var(--colors-black));
		--primary-menu-accent-color: rgb(var(--colors-black));
		--primary-menu-background: transparent;
		--primary-menu-accent-background: transparent;
	}

	.navigation.primary-menu .menu a {
		font-family: var(--theme-primary-menu-font);
		font-size: var(--theme-primary-menu-font-size);
		font-weight: var(--theme-primary-menu-font-weight);
		letter-spacing: var(--theme-primary-menu-letter-spacing);
		text-transform: var(--theme-primary-menu-text-transform);
		color: var(--primary-menu-color);
		background-color: var(--primary-menu-background);
		padding-inline: var(--primary-menu-padding-x);
		padding-block: var(--primary-menu-padding-x);
		gap: 0.5rem;
	}

	.navigation.primary-menu .menu a svg {
		width: var(--theme-primary-menu-font-size);
		height: auto;
	}

	.navigation.primary-menu .menu a:hover,
	.navigation.primary-menu .menu a.active {
		color: var(--primary-menu-accent-color);
		background-color: var(--primary-menu-accent-background);
	}

	.navigation.primary-menu .menu .sub-menu a:hover {
		color: rgb(var(--colors-sub-menu-accent));
	}

	/* Header category button */
	.category-button {
		--dropdown-link-width: auto;
		--dropdown-icon: var(--theme-primary-menu-font-size);
		--dropdown-padding-start: 0;
		--dropdown-padding-end: 2rem;
		position: relative;
	}

	.category-button>a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: var(--navbar-font-size);
		font-weight: var(--navbarfont-weight);
		letter-spacing: var(--navbarletter-spacing);
		color: currentColor;
		text-decoration: none;
		width: var(--dropdown-link-width);
		-webkit-padding-start: var(--dropdown-padding-start);
		padding-inline-start: var(--dropdown-padding-start);
		-webkit-padding-end: var(--dropdown-padding-end);
		padding-inline-end: var(--dropdown-padding-end);
		gap: 0.625rem;
	}

	.category-button>a svg {
		width: var(--dropdown-icon);
		height: var(--dropdown-icon);
	}

	.category-button .category-button-dropdown {
		position: absolute;
		top: 100%;
		inset-inline-start: 0;
		border-start-start-radius: 0;
		border-start-end-radius: 0;
	}

	.category-button .category-button-dropdown .category-menu .menu>li>.sub-menu {
		border-start-start-radius: 0;
		border-start-end-radius: 0;
	}

	.category-button .category-button-dropdown.hidden-menu {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.category-button:hover .category-button-dropdown.hidden-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.category-menu-style {
		--category-style-color: rgb(var(--colors-black));
		--category-style-background: rgb(var(--colors-white));
		--category-style-border-color: rgb(var(--colors-gray-200));
		--category-style-line-border-color: rgb(var(--colors-gray-200));
		--category-style-shadow: var(--shadow-xs);
		--category-style-border-width: 1px;
		--category-style-rounded: var(--theme-radius);
		color: var(--category-style-color);
		background-color: var(--category-style-background);
		border: var(--category-style-border-width) solid var(--category-style-border-color);
		border-radius: var(--category-style-rounded);
	}

	.category-menu-style .category-menu>.menu>li+li {
		border-top: 1px solid var(--category-style-line-border-color);
	}

	@media screen and (min-width: 1024.02px) {
		.category-menu-style .category-menu>.menu>li>.sub-menu {
			color: var(--category-style-color);
			background-color: var(--category-style-background);
			border: var(--category-style-border-width) solid var(--category-style-border-color);
			border-radius: var(--category-style-rounded);
		}
	}

/*------------------------------------
	Footer
------------------------------------*/
	/* Footer global */
	.footer {
		position: relative;
		margin-top: var(--theme-footer-margin);
	}

	@media screen and (min-width: 1024.02px) {
		.footer {
			margin-top: var(--theme-footer-margin-desktop);
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-newsletter {
			padding-bottom: calc(var(--newsletter-padding) + var(--mobile-height, 0));
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-copyright {
			padding-bottom: calc(var(--copyright-padding) + var(--mobile-height, 0));
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-custom {
			padding-bottom: calc(var(--footer-custom-padding) + var(--mobile-height, 0));
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-iconbox {
			padding-bottom: calc(var(--iconbox-padding) + var(--mobile-height, 0));
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-widgets {
			padding-bottom: calc(var(--widgets-padding) + var(--mobile-height, 0));
		}
	}

	@media screen and (max-width: 575.98px) {
		.footer>*:last-child.footer-contact {
			padding-bottom: calc(var(--contact-padding) + var(--mobile-height, 0));
		}
	}

	.footer .app-buttons {
		--icon-height: 2rem;
	}

	.footer .app-buttons .app-icon {
		width: auto;
		height: var(--icon-height);
	}

	/* Footer newsletter */
	.footer-newsletter {
		--newsletter-background: rgb(var(--colors-white));
		--newsletter-foreground: rgb(var(--colors-black));
		--newsletter-foreground-second: rgb(var(--colors-gray-500));
		--newsletter-border: rgb(var(--colors-gray-200));
		--newsletter-padding: 32px;
		--newsletter-padding-desktop: 56px;
		--newsletter-gap: 20px;
		border-top: 1px solid var(--newsletter-border);
		background-color: var(--newsletter-background);
		color: var(--newsletter-foreground);
		padding-block: var(--newsletter-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-newsletter {
			padding-block: var(--newsletter-padding-desktop);
		}
	}

	.footer-newsletter .footer-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		gap: var(--newsletter-gap);
	}

	.footer-newsletter .footer-inner .footer-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 28.75rem;
	}

	@media screen and (min-width: 768.02px) {
		.footer-newsletter .footer-inner .footer-column.newsletter-form {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
		}
	}

	.footer-newsletter .footer-inner .footer-column p {
		color: var(--newsletter-foreground-second);
	}

	.footer-newsletter .footer-inner .footer-column p a {
		font-weight: 500;
		text-decoration: none;
		color: var(--newsletter-foreground);
	}

	/* Footer iconbox */
	.footer-iconboxes {
		--iconbox-background: rgb(var(--colors-black));
		--iconbox-foreground: rgb(var(--colors-white));
		--iconbox-foreground-second: rgb(var(--colors-gray-500));
		--iconbox-border: rgb(var(--colors-gray-600));
		--iconbox-padding: 16px;
		--iconbox-padding-desktop: 32px;
		--iconbox-gap: 20px;
		border-top: 1px solid var(--iconbox-border);
		background-color: var(--iconbox-background);
		color: var(--iconbox-foreground);
		padding-block: var(--iconbox-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-iconboxes {
			padding-block: var(--iconbox-padding-desktop);
		}
	}

	/* Footer widgets */
	.footer-widgets {
		--widgets-background: rgb(var(--colors-black));
		--widgets-foreground: rgb(var(--colors-white));
		--widgets-foreground-second: rgb(var(--colors-gray-400));
		--widgets-border: rgb(var(--colors-gray-700));
		--widgets-text-border: rgb(var(--colors-gray-600));
		--widgets-padding: 30px;
		--widgets-padding-desktop: 48px;
		--widgets-gap: 20px;
		border-top: 1px solid var(--widgets-border);
		background-color: var(--widgets-background);
		color: var(--widgets-foreground);
		padding-block: var(--widgets-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-widgets {
			padding-block: var(--widgets-padding-desktop);
		}
	}

	.footer-widgets .footer-inner {
		gap: 1.5rem;
	}

	@media screen and (min-width: 768.02px) {
		.footer-widgets .footer-inner {
			gap: 0;
			margin-inline: -1.25rem;
		}

		.footer-widgets .footer-inner .footer-column {
			padding-inline: 1.25rem;
		}
	}

	.footer-widgets nav ul li a {
		color: var(--widgets-foreground-second);
		text-decoration: underline;
		text-decoration-color: transparent;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.footer-widgets nav ul li a:hover {
		text-decoration-color: var(--widgets-text-border);
	}

	.footer-widgets .widget-contact span {
		font-size: 0.8125rem;
		color: var(--widgets-foreground-second);
	}

	.footer-widgets .widget-contact a {
		text-decoration: underline !important;
		text-decoration-color: transparent !important;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.footer-widgets .widget-contact a:hover {
		text-decoration-color: currentColor !important;
	}

	/* Footer contact */
	.footer-contact {
		--contact-background: rgb(var(--colors-black));
		--contact-foreground: rgb(var(--colors-white));
		--contact-foreground-second: rgb(var(--colors-gray-400));
		--contact-border: rgb(var(--colors-gray-700));
		--contact-text-border: rgb(var(--colors-gray-600));
		--contact-padding: 30px;
		--contact-padding-desktop: 48px;
		--contact-gap: 20px;
		border-top: 1px solid var(--contact-border);
		background-color: var(--contact-background);
		color: var(--contact-foreground);
		padding-block: var(--contact-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-contact {
			padding-block: var(--contact-padding-desktop);
		}
	}

	.footer-contact p {
		color: var(--contact-foreground-second);
	}

	/* Footer copyright */
	.footer-copyright {
		--copyright-background: rgb(var(--colors-black));
		--copyright-foreground: rgb(var(--colors-white));
		--copyright-foreground-second: rgb(var(--colors-gray-400));
		--copyright-border: rgb(var(--colors-gray-700));
		--copyright-text-border: rgb(var(--colors-gray-600));
		--copyright-padding: 16px;
		--copyright-padding-desktop: 24px;
		--copyright-gap: 20px;
		--copyright-font-size: 13px;
		font-size: var(--copyright-font-size);
		border-top: 1px solid var(--copyright-border);
		background-color: var(--copyright-background);
		color: var(--copyright-foreground);
		padding-block: var(--copyright-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-copyright {
			padding-top: var(--copyright-padding-desktop);
			padding-bottom: calc(var(--copyright-padding-desktop) * 2);
		}
	}

	.footer-copyright p {
		color: var(--copyright-foreground-second);
		margin-bottom: 0;
	}

	.footer-copyright a {
		font-weight: 600;
		text-decoration: none;
		color: var(--copyright-foreground);
	}

	.footer-copyright .footer-card-icons svg,
	.footer-copyright .footer-card-icons img {
		max-height: 20px;
		width: auto;
	}

	/* Footer custom */
	.footer-custom {
		--footer-custom-background: rgb(var(--colors-black));
		--footer-custom-foreground: rgb(var(--colors-white));
		--footer-custom-foreground-second: rgb(var(--colors-gray-400));
		--footer-custom-border: rgb(var(--colors-gray-700));
		--footer-custom-text-border: rgb(var(--colors-gray-600));
		--footer-custom-padding: 16px;
		--footer-custom-padding-desktop: 24px;
		--footer-custom-gap: 20px;
		--footer-custom-font-size: 13px;
		font-size: var(--footer-custom-font-size);
		border-top: 1px solid var(--footer-custom-border);
		background-color: var(--footer-custom-background);
		color: var(--footer-custom-foreground);
		padding-block: var(--footer-custom-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-custom {
			padding-top: var(--footer-custom-padding-desktop);
			padding-bottom: calc(var(--footer-custom-padding-desktop) * 2);
		}
	}

	.footer-custom p {
		color: var(--footer-custom-foreground-second);
		margin-bottom: 0;
	}

	.footer-custom a {
		font-weight: 600;
		text-decoration: none;
		color: var(--footer-custom-foreground);
	}

	/* Footer social */
	.footer-socials {
		--socials-background: rgb(var(--colors-black));
		--socials-foreground: rgb(var(--colors-white));
		--socials-foreground-second: rgb(var(--colors-gray-400));
		--socials-border: rgb(var(--colors-gray-700));
		--socials-text-border: rgb(var(--colors-gray-600));
		--socials-padding: 20px;
		--socials-padding-desktop: 32px;
		--socials-gap: 20px;
		border-top: 1px solid var(--socials-border);
		background-color: var(--socials-background);
		color: var(--socials-foreground);
		padding-block: var(--socials-padding);
	}

	@media screen and (min-width: 1024.02px) {
		.footer-socials {
			padding-block: var(--socials-padding-desktop);
		}
	}

	.footer-socials .social-label {
		font-size: var(--text-sm);
		font-weight: 500;
		-webkit-margin-end: 0.625rem;
		margin-inline-end: 0.625rem;
	}

	.footer-socials p {
		color: var(--socials-foreground-second);
	}

/*------------------------------------
	WooCommerce
------------------------------------*/
	.woocommerce .elementor-lightbox {
		display: none !important;
	}

	.woocommerce-store-notice {
		--announcement-bg: #E01A2B;
		--announcement-color: #FFF;
		--announcement-padding: 8px;
		--announcement-font-size: 13px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		text-align: center;
		padding: var(--announcement-padding);
		font-size: var(--announcement-font-size);
		color: var(--announcement-color);
		background-color: var(--announcement-bg);
		margin: 0;
	}

	.woocommerce-store-notice a {
		color: currentColor;
		font-weight: 600;
	}

	.wc-empty-cart-message {
		display: none;
	}

	.added_to_cart.wc-forward {
		opacity: 0;
		visibility: hidden;
		text-transform: capitalize;
	}

	.added_to_cart.wc-forward.is-ready {
		opacity: 1;
		visibility: visible;
	}

	/* WooCommerce product slideshow */
	.product-slideshow {
		position: relative;
		width: 100%;
	}

	.product-slideshow .product-slideshow-viewport {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		gap: 4px;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.product-slideshow .product-slideshow-viewport::-webkit-scrollbar {
		display: none;
	}

	.product-slideshow .product-slideshow-viewport .product-slideshow-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		scroll-snap-align: center;
	}

	.product-slideshow .product-slideshow-viewport .product-slideshow-item img {
		width: 100%;
		height: auto;
		display: block;
	}

	.product-slideshow .product-slideshow-viewport.is-scrolling {
		-ms-scroll-snap-type: none;
		scroll-snap-type: none;
	}

	.product-slideshow .slideshow-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 5;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		border: none;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-slideshow .slideshow-arrow.is-prev {
		inset-inline-start: 12px;
	}

	.product-slideshow .slideshow-arrow.is-next {
		inset-inline-end: 12px;
	}

	.product-slideshow .slideshow-arrow.is-disabled {
		opacity: 0.3;
	}

	@media screen and (min-width: 1024.02px) {
		.product-slideshow .slideshow-arrow {
			opacity: 0;
			visibility: hidden;
		}

		.product-slideshow:hover .slideshow-arrow {
			visibility: visible;
		}

		.product-slideshow:hover .slideshow-arrow:not(.is-disabled) {
			opacity: 1;
		}

		.product-slideshow:hover .slideshow-arrow.is-disabled {
			opacity: 0.3;
		}
	}

	/* WooCommerce product */
	.product {
		--product-price-font: var(--theme-product-price-font);
		--product-price-size: 16px;
		--product-price-weight: 600;
		--product-price-letter-spacing: -0.02em;
		--product-price-color: rgb(var(--colors-black));
		--product-price-sale-color: rgb(var(--colors-gray-500));
		--product-name-font: var(--theme-product-name-font);
		--product-name-size: 14px;
		--product-name-weight: 500;
		--product-name-letter-spacing: -0.01em;
		--product-name-line-clamp: 2;
		--product-filled-color: rgb(var(--colors-white));
		--product-border-color: rgb(var(--colors-gray-200));
		--product-rating-star-size: 13px;
		--product-rating-size: 12px;
		--product-rating-star: rgb(var(--colors-yellow));
		--product-action-size: 32px;
		--product-action-icon-size: 20px;
		--product-action-color: rgb(var(--colors-black));
		--product-action-background: rgb(var(--colors-white));
		--product-action-border: rgb(var(--colors-gray-200));
		--product-secondary-image-duration: .3s;
		--product-category-size: 12px;
		--product-category-weight: 700;
		--product-category-color: rgb(var(--colors-gray-500));
		--product-category-transform: uppercase;
		--product-brand-size: 13px;
		--product-brand-weight: 600;
		--product-brand-color: rgb(var(--colors-gray-500));
		--product-brand-transform: none;
		--product-gap: 16px;
		--product-body-gap: 16px;
		--product-body-header-gap: 6px;
		--product-body-cart-gap: 10px;
		--product-fade-content: 16px;
		--product-fade-background: rgb(var(--colors-white));
		--product-fade-border: rgb(var(--colors-gray-200));
		--product-skue-size: 13px;
		--product-desc-size: 13px;
		position: relative;
	}

	.product .product-thumbnail {
		position: relative;
		overflow: hidden;
		margin-bottom: var(--product-gap);
	}

	.product .product-thumbnail .product-badge {
		position: absolute;
		top: 0.625rem;
		inset-inline-start: 0.625rem;
		pointer-events: none;
		z-index: 1;
		text-transform: uppercase;
		display: flex;
		gap: var(--product-body-header-gap);
	}

	.product .product-thumbnail .product-actions {
		--action-hover-background: rgb(var(--colors-primary-background));
		--action-hover-color: rgb(var(--colors-primary-foreground));
		position: absolute;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.25rem;
		top: 0.625rem;
		inset-inline-end: 0.625rem;
		z-index: 1;
	}

	.product .product-thumbnail .product-actions>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.product .product-thumbnail .product-actions>* a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-decoration: none;
		width: var(--product-action-size);
		height: var(--product-action-size);
		border-radius: 50%;
		color: var(--produc-action-color);
		background-color: var(--product-action-background);
		border: 1px solid var(--product-action-border);
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.product .product-thumbnail .product-actions>* a:hover,
	.product .product-thumbnail .product-actions>* a.added,
	.product .product-thumbnail .product-actions>* a.is-in-wishlist {
		background-color: var(--action-hover-background);
		color: var(--action-hover-color);
		border-color: transparent;
	}

	.product .product-thumbnail .product-actions>* a>*:not(.spinner-border) {
		width: var(--product-action-icon-size);
		height: auto;
	}

	.product .product-thumbnail .product-actions>* a>.spinner-border {
		width: calc(var(--product-action-icon-size) * 0.90);
		height: calc(var(--product-action-icon-size) * 0.90);
	}

	.product .product-thumbnail .product-media a {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: var(--theme-radius);
	}

	.quickview .product .product-media a {
		pointer-events: inherit;
	}

	.product .product-thumbnail .product-media a .secondary-media {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		opacity: 0;
		-webkit-transition: all var(--product-secondary-image-duration) ease-in-out;
		transition: all var(--product-secondary-image-duration) ease-in-out;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.product .product-thumbnail .add-to-cart {
		position: absolute;
		font-size: var(--text-xs);
		text-transform: uppercase;
		height: 2.5rem;
		bottom: 0;
		inset-inline-start: 0;
		color: rgb(var(--colors-black));
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}

	.product .product-thumbnail .added_to_cart {
		display: none;
	}

	@media screen and (min-width: 1024.02px) {
		.product .product-thumbnail .add-to-cart {
			-webkit-transform: translateY(100%);
			transform: translateY(100%);
		}
	}

	.product .product-thumbnail .add-to-cart:hover {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.product .price-wrapper {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	.product .price-wrapper+.product-progress {
		margin-top: 0.625rem;
	}

	.product .product-brand ul,
	.product .product-category ul {
		margin: 0;
		padding: 0;
	}

	.product .product-brand ul li:not(:last-child):after,
	.product .product-category ul li:not(:last-child):after {
		content: ',';
		display: inline;
		margin-right: .125rem;
	}

	.product .product-category,
	.product .product-category ul,
	.product .product-category a {
		font-size: var(--product-category-size);
		font-weight: var(--product-category-weight);
		text-transform: var(--product-category-transform);
		color: var(--product-category-color);
		text-decoration: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.product .product-category a:hover {
		opacity: 0.8;
	}

	.product .product-title {
		font-family: var(--product-name-font);
		font-size: var(--product-name-size);
		font-weight: var(--product-name-weight);
		letter-spacing: var(--product-name-letter-spacing);
		margin-bottom: 0;
	}

	.product .product-title a {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: var(--product-name-line-clamp);
		color: currentColor;
	}

	.product .product-title a:not(.reversed) {
		text-decoration: underline;
		text-decoration-color: transparent;
		text-underline-offset: 0.25rem;
	}

	.product .product-title a:not(.reversed):hover {
		text-decoration-color: currentColor;
	}

	.product .product-title a.reversed {
		text-decoration: none;
	}

	.product .product-title a.reversed .reversed-link {
		--transition-time: .85s;
	}

	.product .product-desc {
		font-size: var(--product-desc-size);
		color: rgb(var(--colors-gray-500));
	}

	.product .product-desc p:last-child {
		margin-bottom: 0;
	}

	.product .posted_in,
	.product .product-brand {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.product .posted_in ul,
	.product .product-brand ul {
		margin: 0;
	}

	.product .posted_in ul li:not(:last-child):after .product .product-brand ul li:not(:last-child):after {
		content: ',';
		display: inline;
		margin-right: .25rem;
	}

	.product .posted_in a:first-child,
	.product .posted_in a+a,
	.product .product-brand a+a {
		margin-left: 2px;
	}

	.product .posted_in,
	.product .posted_in a,
	.product .posted_in ul li,
	.product .product-brand,
	.product .product-brand ul li,
	.product .product-brand a {
		font-size: var(--product-brand-size);
		font-weight: var(--product-brand-weight);
		text-transform: var(--product-brand-transform);
		color: var(--product-brand-color);
		text-decoration: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.product .posted_in a:hover,
	.product .product-brand a:hover {
		opacity: 0.8;
	}

	.product .product-variant {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0.375rem;
	}

	.product .product-variant .product-variant-color {
		margin-block: 0.25rem;
	}

	.product .product-variant .product-variant-color ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		list-style: none;
		gap: 0.375rem;
		margin: 0;
		padding: 0;
	}

	.product .product-variant .product-variant-color ul .color {
		width: 0.75rem;
		height: 0.75rem;
		border-radius: 50%;
		cursor: pointer;
		outline: 1px solid transparent;
		outline-offset: 0.125rem;
	}

	.product .product-variant .product-variant-color ul .color.active {
		outline-color: rgba(0, 0, 0, 0.4);
	}

	.product .product-variant .product-variant-size ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.product .product-variant .product-variant-size ul.style-1 {
		gap: 0.375rem;
	}

	.product .product-variant .product-variant-size ul.style-1 a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
		color: currentColor;
		text-decoration: none;
	}

	.product .product-variant .product-variant-size ul.style-1 a.out-of-stock {
		opacity: 0.3;
		pointer-events: none;
	}

	.product .product-variant .product-variant-size ul.style-1 a.out-of-stock::before {
		content: "";
		position: absolute;
		width: 0.0625rem;
		height: 100%;
		background-color: currentColor;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	.product .product-variant .product-variant-size ul.style-2 {
		gap: 0.125rem;
	}

	.product .product-variant .product-variant-size ul.style-2 a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
		color: currentColor;
		text-decoration: none;
		padding-inline: 0.375rem;
		padding-block: 0.125rem;
		border-radius: 0.25rem;
	}

	.product .product-variant .product-variant-size ul.style-2 a:not(.out-of-stock) {
		background-color: rgb(var(--colors-white));
		border: 1px solid rgba(0, 0, 0, 0.15);
	}

	.product .product-variant .product-variant-size ul.style-2 a.out-of-stock {
		opacity: 0.4;
		pointer-events: none;
	}

	.product .shipping-detail p {
		font-size: var(--text-xs);
		font-weight: 500;
		margin-bottom: 0;
		opacity: 0.6;
	}

	.product .product-stock {
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
	}

	.product .product-stock.low-stock {
		color: rgb(var(--colors-red));
	}

	.product .product-stock p {
		margin-bottom: 0;
	}

	.product .product-stock.dynamic-colors.in-stock {
		color: rgb(var(--colors-green));
	}

	.product .product-stock.dynamic-colors.out-of-stock {
		color: rgb(var(--colors-red));
	}

	.product .add-to-cart:not(.only-icon) {
		width: 100%;
	}

	.product .add-to-cart.only-icon {
		width: 2.25rem;
		height: 2.25rem;
		padding: 0;
	}

	.product .add-to-cart.only-icon svg {
		width: 1.25rem;
		height: auto;
	}

	@media screen and (min-width: 1024.02px) {
		.product .add-to-cart.only-icon {
			width: 2.5rem;
			height: 2.5rem;
		}

		.product .add-to-cart.only-icon svg {
			width: 1.375rem;
		}
	}

	.product .product-extra ul {
		padding-inline: 1.25rem;
	}

	.product .product-extra ul:last-child {
		margin-bottom: 0;
	}

	.product .product-extra ul li {
		font-size: var(--text-xs);
	}

	.product .product-extra ul li+li {
		margin-top: 0.125rem;
	}

	.product .product-footer-cart,
	.product .product-body-cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		gap: 0.5rem;
	}

	.product .product-footer-cart .add-to-cart,
	.product .product-body-cart .add-to-cart,
	.product .product-footer-cart .added_to_cart,
	.product .product-body-cart .added_to_cart {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.product .product-price-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.product .product-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		gap: var(--product-body-gap);
	}

	.product .product-body-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		gap: var(--product-body-header-gap);
	}

	.product .product-cart-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		gap: var(--product-body-cart-gap);
	}

	.product .product-meta .shipping-detail+.product-stock {
		margin-top: 0.25rem;
	}

	.product .product-sku {
		color: rgb(var(--colors-gray-500));
	}

	.product .product-sku .sku {
		color: rgb(var(--colors-black));
	}

	.product .product-box-cart {
		width: 100%;
	}

	.product .product-box-cart .produduct-cart-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product .product-box-cart .produduct-cart-wrapper .price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product .product-footer {
		margin-top: 0.75rem;
	}

	.product .product-footer>*+* {
		margin-top: 1rem;
	}

	.product .product-footer:has(.product-footer-cart) {
		padding-top: 0.75rem;
		border-top: 1px solid rgba(var(--colors-black), 0.1);
	}

	.product .product-progress {
		position: relative;
		width: 100%;
	}

	.product .product-progress .progress {
		position: relative;
		width: 100%;
		height: 0.25rem;
		border-radius: 1.25rem;
		background-color: rgba(0, 0, 0, 0.08);
		margin-bottom: 0.375rem;
	}

	.product .product-progress .progress span {
		position: absolute;
		height: 100%;
		top: 0;
		inset-inline-start: 0;
		border-radius: 1.25rem;
		background-color: rgb(var(--colors-primary-background));
	}

	.product .product-progress .progress-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 0.8125rem;
	}

	.product .product-fade-wrapper {
		position: absolute;
		display: none;
		top: calc(var(--product-fade-content) * -1);
		bottom: calc((var(--product-fade-content) + var(--footer-height, 0)) * -1);
		inset-inline: calc(var(--product-fade-content) * -1);
		border-radius: var(--theme-radius);
		background-color: var(--product-fade-background);
		border: 1px solid transparent;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}

	.product .product-fade-wrapper.style-1 {
		border-color: var(--product-fade-border);
	}

	.product .product-fade-wrapper.style-2 {
		border-color: currentColor;
	}

	.product .product-fade-wrapper.style-3 {
		border-color: var(--product-fade-border);
		-webkit-box-shadow: var(--shadow-2xl);
		box-shadow: var(--shadow-2xl);
	}

	@media screen and (min-width: 1024.02px) {
		.product .product-fade-wrapper {
			display: block;
		}
	}

	.product .product-sku {
		font-size: var(--product-skue-size);
	}

	.product .product-sku .sku {
		font-weight: 600;
	}

	@media screen and (min-width: 1024.02px) {
		.product:has(.product-fade-wrapper) .product-footer {
			position: absolute;
			width: 100%;
			opacity: 0;
			visibility: hidden;
		}
	}

	.product.actions-dynamic .product-thumbnail .product-actions .product-button {
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform, opacity;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform, opacity, -webkit-transform;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}

	.product.actions-dynamic .product-thumbnail .product-actions .product-button:not(:first-child) {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		opacity: 0;
	}

	.product.actions-dynamic .product-thumbnail .product-actions .product-button:nth-child(2) {
		-webkit-transition-delay: 0.07s;
		transition-delay: 0.07s;
	}

	.product.actions-dynamic .product-thumbnail .product-actions .product-button:nth-child(3) {
		-webkit-transition-delay: 0.12s;
		transition-delay: 0.12s;
	}

	.product.actions-dynamic-all .product-thumbnail .product-actions .product-button {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		opacity: 0;
		-webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-transform;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform, opacity;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform, opacity, -webkit-transform;
		-webkit-transition-timing-function: var(--theme-ease-in-out);
		transition-timing-function: var(--theme-ease-in-out);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}

	.product.actions-dynamic-all .product-thumbnail .product-actions .product-button:nth-child(2) {
		-webkit-transition-delay: 0.07s;
		transition-delay: 0.07s;
	}

	.product.actions-dynamic-all .product-thumbnail .product-actions .product-button:nth-child(3) {
		-webkit-transition-delay: 0.12s;
		transition-delay: 0.12s;
	}

	.product.product-list {
		--product-list-thumbnail: 56px;
		--product-list-thumbnail-rounded: 50%;
		--product-list-gap: 20px;
		--product-body-gap: 8px;
	}

	.product.product-list .product-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--product-list-gap);
	}

	.product.product-list .product-inner .product-thumbnail {
		margin-bottom: 0;
	}

	.product.product-list .product-inner .product-thumbnail .product-media a {
		width: var(--product-list-thumbnail);
		border-radius: var(--product-list-thumbnail-rounded);
	}

	.product.product-list .product-inner .product-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		width: auto;
	}

	.product.product-list .product-inner .product-body .product-rating {
		margin-bottom: 0.25rem;
	}

	.product.product-list.list-large {
		--product-list-thumbnail-large: 35%;
		--product-list-thumbnail: 100%;
		--product-list-thumbnail-rounded: var(--radius-theme);
		--product-list-gap: 20px;
	}

	@media screen and (min-width: 1024.02px) {
		.product.product-list.list-large {
			--product-list-gap: 30px;
			--product-name-size: 20px;
			--product-price-size: 22px;
		}
	}

	.product.product-list.list-large .product-thumbnail {
		width: var(--product-list-thumbnail-large);
	}

	.product.product-list.list-large .add-to-cart {
		margin-top: 0.625rem;
	}

	.product.product-list.list-large .product-excerpt {
		font-size: var(--text-sm);
		margin-top: 0.625rem;
		color: rgb(var(--colors-gray-500));
	}

	.product:hover .product-thumbnail .product-media .secondary-media {
		opacity: 1;
	}

	@media screen and (min-width: 1024.02px) {
		.product:hover .product-thumbnail .add-to-cart {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}

	.product:hover.actions-dynamic .product-thumbnail .product-actions .product-button:not(:first-child) {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.product:hover.actions-dynamic-all .product-thumbnail .product-actions .product-button {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.product:hover:has(.product-fade-wrapper) {
		z-index: 2;
	}

	.product:hover:has(.product-fade-wrapper) .product-footer {
		opacity: 1;
		visibility: visible;
	}

	.product:hover:has(.product-fade-wrapper) .product-fade-wrapper {
		opacity: 1;
		visibility: visible;
	}

	/* Star rating */
	.star-rating {
		--icon-size: 13px;
		--icon-color: rgb(var(--colors-gray-300));
		--icon-active-color: rgb(var(--colors-yellow));
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.star-rating svg {
		width: var(--icon-size);
		height: auto;
		fill: var(--icon-color);
	}

	.star-rating svg.filled {
		fill: var(--icon-active-color);
	}

	/* Product rating */
	.product-rating {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		gap: 0.375rem;
	}

	.product-rating .rating-score {
		font-size: var(--product-rating-size);
		line-height: 1;
	}

	.product-rating .rating-score .score {
		font-weight: 600;
	}

	.product-rating .rating-score .total-rating {
		-webkit-margin-start: 0.125rem;
		margin-inline-start: 0.125rem;
		opacity: 0.5;
	}

	.product-rating.black .star-rating {
		--icon-active-color: rgb(var(--colors-black));
	}

	/* Price */
	.price {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		font-family: var(--product-price-font);
		font-size: var(--product-price-size);
		font-weight: var(--product-price-weight);
		letter-spacing: var(--product-price-letter-spacing);
		line-height: 1.1;
		color: var(--product-price-color);
		gap: 0.25rem;
	}

	.price ins {
		text-decoration: none;
	}

	.price del {
		font-size: 80%;
		font-weight: 500;
		line-height: 1.24;
		color: var(--product-price-sale-color);
	}

	/* Price unit */
	.price-unit {
		font-size: var(--text-xs);
		opacity: 0.5;
	}

	/* sticky cart */
	.product-sticky-cart {
		--padding: 20px;
		--thumbnail-width: 46px;
		--thumbnail-border-radius: 50%;
		--product-title-font-size: 16px;
		--product-title-font-weight: 600;
		--product-title-width: 480px;
		--product-price-font-size: 18px;
		position: fixed;
		width: 100%;
		bottom: 0;
		inset-inline-start: 0;
		background-color: rgb(var(--colors-white));
		border-top: 1px solid rgb(var(--colors-gray-200));
		padding-block: var(--padding);
		z-index: 10;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-box-shadow: var(--shadow-2xl);
		box-shadow: var(--shadow-2xl);
		-webkit-transition: all 0.4s var(--theme-ease-secondary);
		transition: all 0.4s var(--theme-ease-secondary);
	}

	.product-sticky-cart .product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-sticky-cart .product>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1rem;
	}

	.product-sticky-cart .product>*:first-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		gap: 1.25rem;
	}

	.product-sticky-cart .product-thumbnail {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--thumbnail-width);
		height: auto;
		border-radius: var(--thumbnail-border-radius);
		margin-bottom: 0;
	}

	.product-sticky-cart .product-title {
		font-size: var(--product-title-font-size);
		font-weight: var(--product-title-font-weight);
		margin-bottom: 0;
		max-width: var(--product-title-width);
	}

	.product-sticky-cart .price {
		--product-price-size: var(--product-price-font-size);
	}

	.product-sticky-cart.active {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	/* WooCommerce products */
	.products {
		--products-gap: 32px;
	}

	.products:not(.no-gap) {
		gap: var(--products-gap);
		row-gap: 1.625rem;
	}

	.products.listing {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: var(--products-gap);
	}

	.products.listing .product {
		width: 100%;
	}

	.shop-products-wrapper.is-loading .products {
		display: none !important;
	}

	/* WooCommerce cart */
	.cart-wrapper {
		--cart-font-size: 14px;
		--cart-total-width: 320px;
		--cart-thumbnail-width: 76px;
		--cart-thumbnail-radius: var(--theme-radius);
	}

	.cart-wrapper .empty {
		--empty-title: 24px;
		--empty-description: 14px;
		--empty-icon: 96px;
		max-width: 30rem;
		margin-inline: auto;
		padding-block: 1.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper .empty {
			padding-block: 3.5rem;
		}
	}

	.cart-wrapper.for-woocoomerce {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--theme-padding);
	}

	.cart-wrapper.for-woocoomerce>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce>*.cart-form-wrapper {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-end: 1.25rem;
			padding-inline-end: 1.25rem;
		}

		.cart-wrapper.for-woocoomerce>*.cart-collaterals {
			width: var(--cart-total-width);
		}
	}

	.cart-wrapper.for-woocoomerce .shop_table {
		font-size: var(--cart-font-size);
		width: 100%;
	}

	.cart-wrapper.for-woocoomerce .shop_table thead th {
		display: none;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr {
		position: relative;
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td {
		padding: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce .shop_table tbody tr td {
			padding: 1rem;
		}
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-thumbnail {
		width: var(--cart-thumbnail-width);
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-thumbnail a {
		position: relative;
		display: block;
		width: 3.5rem;
		border-radius: var(--cart-thumbnail-radius);
		overflow: hidden;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-thumbnail a {
			width: var(--cart-thumbnail-width);
		}
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-name a {
		font-weight: 600;
		color: currentColor;
		text-decoration: none;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-price {
		display: none;
		color: rgb(var(--colors-gray-500));
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-price {
			display: table-cell;
		}
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-quantity {
		width: 0;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-subtotal {
		display: none;
		font-weight: 600;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-subtotal {
			display: table-cell;
		}
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-remove {
		width: 0;
		padding: 0;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-remove a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.25rem;
		height: 1.25rem;
		background-color: rgb(var(--colors-white));
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: 0.25rem;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.product-remove a svg {
		width: 0.875rem;
		height: 0.875rem;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td:first-child {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td:last-child {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions {
		padding-block: 1.25rem;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions .actions-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions .actions-wrapper .coupon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.375rem;
		-webkit-margin-end: auto;
		margin-inline-end: auto;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions .actions-wrapper .coupon label {
		display: none;
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions .actions-wrapper .coupon button {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.cart-wrapper.for-woocoomerce .shop_table tbody tr td.actions .actions-wrapper .empty-cart-button {
		-webkit-margin-start: 0.375rem;
		margin-inline-start: 0.375rem;
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals>h2 {
		font-size: 1.125rem;
		font-weight: 600;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals>h2 {
			font-size: 1.25rem;
		}
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr th,
	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr td {
		padding-block: 0.5rem;
		vertical-align: top;
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr:not(.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr:first-child) {
		border-top: 0;
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr:first-child th,
	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .shop_table tr:first-child td {
		padding-top: 1.25rem;
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
		margin-top: 0.625rem;
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
		width: 100%;
		color: rgb(var(--colors-primary-foreground));
		background-color: rgb(var(--colors-primary-background));
	}

	.cart-wrapper.for-woocoomerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
		opacity: 0.9;
	}

	.cart-wrapper.for-global {
		--cart-thumbnail-width: 126px;
		--cart-thumbnail-radius: var(--theme-radius);
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--theme-padding);
	}

	.cart-wrapper.for-global>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-global>*.cart-detail {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-end: 1.25rem;
			padding-inline-end: 1.25rem;
		}

		.cart-wrapper.for-global>*.cart-total {
			width: var(--cart-total-width);
		}
	}

	.cart-wrapper.for-global .shop-table {
		font-size: var(--text-sm);
		width: 100%;
	}

	.cart-wrapper.for-global .shop-table th,
	.cart-wrapper.for-global .shop-table td {
		padding: 0.75rem;
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-global .shop-table td.product-detail .product {
			gap: 1.5rem;
		}
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-thumbnail {
		position: relative;
		width: 4.125rem;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-global .shop-table td.product-detail .product .product-thumbnail {
			width: var(--cart-thumbnail-width);
		}
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-thumbnail a {
		position: relative;
		display: block;
		width: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		overflow: hidden;
		border-radius: var(--cart-thumbnail-radius);
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-name {
		font-size: var(--text-sm);
		font-weight: 600;
		max-width: 23.75rem;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-name a {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-decoration: none;
		color: currentColor;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.25rem;
		margin-bottom: 0.75rem;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-cart .product-variant {
		font-size: var(--text-xs);
		font-weight: 600;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-cart .product-quantity>span {
		font-size: var(--text-xs);
		font-weight: 600;
		opacity: 0.5;
		-webkit-margin-end: 0.375rem;
		margin-inline-end: 0.375rem;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.125rem;
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-actions a {
		font-size: var(--text-sm);
		font-weight: 600;
		text-decoration: none;
		color: rgb(var(--colors-gray-500));
	}

	.cart-wrapper.for-global .shop-table td.product-detail .product .product-info .product-actions a:hover {
		color: rgb(var(--colors-gray-700));
	}

	.cart-wrapper.for-global .shop-table td.product-subtotal,
	.cart-wrapper.for-global .shop-table td.product-total {
		display: none;
		font-size: var(--text-sm);
	}

	@media screen and (min-width: 1024.02px) {

		.cart-wrapper.for-global .shop-table td.product-subtotal,
		.cart-wrapper.for-global .shop-table td.product-total {
			display: table-cell;
		}
	}

	.cart-wrapper.for-global .shop-table td.product-subtotal .product-quantity {
		color: rgb(var(--colors-gray-500));
	}

	.cart-wrapper.for-global .shop-table td.product-total {
		font-weight: 700;
	}

	.cart-wrapper.for-global .shop-table td:first-child {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.cart-wrapper.for-global .shop-table td:last-child {
		-webkit-padding-end: 0;
		padding-inline-end: 0;
	}

	.cart-wrapper.for-global .cart-total>h2 {
		font-size: 1.125rem;
		font-weight: 600;
	}

	@media screen and (min-width: 1024.02px) {
		.cart-wrapper.for-global .cart-total>h2 {
			font-size: 1.25rem;
		}
	}

	.cart-wrapper.for-global .cart-total table {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.cart-wrapper.for-global .cart-total table tr th {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.cart-wrapper.for-global .cart-total table tr td {
		font-weight: 500;
		text-align: end;
	}

	.cart-wrapper.for-global .cart-total table tr:not(.total) th,
	.cart-wrapper.for-global .cart-total table tr:not(.total) td {
		border-top: 0;
		padding-block: 0.5rem;
	}

	.cart-wrapper.for-global .cart-total table tr.total th,
	.cart-wrapper.for-global .cart-total table tr.total td {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.cart-wrapper.for-global .cart-total table tr.total td {
		font-size: var(--text-lg);
		font-weight: 700;
	}

	/* WooCommerce Checkout */
	.checkout-wrapper {
		--checkout-order-review-width: 320px;
		--checkout-table-font: 14px;
		--checkout-payment-title-font: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--theme-padding);
	}

	.checkout-wrapper>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.checkout-wrapper>*#customer_details {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-end: calc(var(--theme-padding) * 2);
			padding-inline-end: calc(var(--theme-padding) * 2);
		}

		.checkout-wrapper>*.order-review-wrapper {
			width: var(--checkout-order-review-width);
		}
	}

	.checkout-wrapper #customer_details>* {
		width: 100%;
	}

	@media screen and (min-width: 768.02px) {

		.checkout-wrapper #customer_details .woocommerce-billing-fields>h3,
		.checkout-wrapper #customer_details .woocommerce-additional-fields>h3 {
			font-size: var(--text-2xl);
			margin-bottom: 0.625rem;
		}
	}

	.checkout-wrapper #customer_details .woocommerce-billing-fields__field-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-inline: -0.625rem;
	}

	.checkout-wrapper #customer_details .woocommerce-billing-fields__field-wrapper>* {
		width: 100%;
		padding-inline: 0.625rem;
	}

	@media screen and (min-width: 768.02px) {

		.checkout-wrapper #customer_details .woocommerce-billing-fields__field-wrapper>*#billing_first_name_field,
		.checkout-wrapper #customer_details .woocommerce-billing-fields__field-wrapper>*#billing_last_name_field {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	@media screen and (min-width: 768.02px) {
		.checkout-wrapper .order-review-wrapper>h3 {
			font-size: var(--text-2xl);
			margin-bottom: 0.625rem;
		}
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table {
		font-size: var(--checkout-table-font);
		width: 100%;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table thead {
		display: none;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr td {
		padding-block: 0.625rem;
		vertical-align: top;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr td.product-name {
		-webkit-padding-end: 0.625rem;
		padding-inline-end: 0.625rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr td .product-quantity {
		font-weight: 400;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr td:last-child {
		text-align: end;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr:first-child td {
		padding-top: 1.125rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tbody tr:last-child td {
		padding-bottom: 1.125rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr th,
	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td {
		padding-block: 0.375rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr td {
		text-align: end;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr:first-child>* {
		padding-top: 1.125rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr:last-child>* {
		padding-bottom: 1.125rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.order-total td {
		font-size: var(--text-base);
	}

	@media screen and (min-width: 1024.02px) {
		.checkout-wrapper .order-review-wrapper .woocommerce-checkout-review-order .shop_table tfoot tr.order-total td {
			font-size: var(--text-xl);
		}
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment {
		padding-top: 1.25rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods {
		font-size: var(--checkout-table-font);
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li+li {
		margin-top: 0.75rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
		margin-top: 0.25rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label {
		font-size: var(--checkout-payment-title-font);
		font-weight: 600;
		text-transform: capitalize;
		width: auto;
		-webkit-padding-start: 0.625rem;
		padding-inline-start: 0.625rem;
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
		font-size: var(--text-xs);
		color: rgb(var(--colors-gray-600));
		flex: 0 0 100%
	}

	.checkout-wrapper .order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li .payment_box p:last-child {
		margin-bottom: 0;
	}

	.checkout-wrapper .order-review-wrapper .place-order {
		margin-top: 1.25rem;
	}

	.checkout-wrapper .order-review-wrapper .place-order .woocommerce-privacy-policy-text {
		font-size: var(--text-xs);
		color: rgb(var(--colors-gray-600));
	}

	.checkout-wrapper .order-review-wrapper .place-order .woocommerce-privacy-policy-text a {
		font-weight: 600;
		color: rgb(var(--colors-black));
	}

	.checkout-wrapper .order-review-wrapper .place-order .validate-required label {
		display: inline-block;
	}

	.checkout-wrapper .order-review-wrapper .place-order .validate-required label input {
		position: relative;
		top: 0.1875rem;
	}

	.checkout-wrapper .order-review-wrapper .place-order .validate-required label .woocommerce-terms-and-conditions-checkbox-text {
		-webkit-padding-start: 0.75rem;
		padding-inline-start: 0.75rem;
	}

	.checkout-wrapper .order-review-wrapper .place-order .validate-required label .woocommerce-terms-and-conditions-checkbox-text a {
		font-weight: 600;
		color: currentColor;
	}

	.checkout-wrapper .order-review-wrapper .place-order .validate-required label .required {
		color: rgb(var(--colors-red));
	}

	.checkout_coupon.woocommerce-form-coupon {
		margin-bottom: 2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.5rem;
		width: 100%;
	}

	.checkout_coupon.woocommerce-form-coupon>p {
		margin: 0;
	}

	.checkout_coupon.woocommerce-form-coupon>p:first-child {
		flex: auto;
	}

	@media screen and (max-width: 1023.98px) {
		.checkout_coupon.woocommerce-form-coupon {
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
	}

	.woocommerce-shipping-methods {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	/* WooCommerce My Account */
	.woocommerce-my-account {
		--account-navigation-width: 320px;
		position: relative;
	}

	.woocommerce-my-account .my-account-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner {
			gap: var(--theme-padding);
		}
	}

	.woocommerce-my-account .my-account-inner>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner>*.my-account-navigation {
			width: var(--account-navigation-width);
		}

		.woocommerce-my-account .my-account-inner>*.woocommerce-MyAccount-content {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 2.625rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
		margin-bottom: 1.25rem;
		cursor: pointer;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner .my-account-navigation-mobile {
			display: none;
		}
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation ul {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.125rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner .my-account-navigation ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	}

	@media screen and (max-width: 1023.98px) {
		.woocommerce-my-account .my-account-inner .my-account-navigation ul {
			margin-bottom: 1.25rem;
		}

		.woocommerce-my-account .my-account-inner .my-account-navigation ul.active {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: var(--text-sm);
		font-weight: 500;
		gap: 1rem;
		padding-block: 0.625rem;
		padding-inline: 1.125rem;
		color: currentColor;
		text-decoration: none;
		border-radius: var(--theme-radius);
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		text-transform: capitalize;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner .my-account-navigation ul li a {
			font-size: var(--text-base);
		}
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation ul li a svg {
		width: 1.25rem;
		height: 1.25rem;
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation ul li a:hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.woocommerce-my-account .my-account-inner .my-account-navigation ul li.is-active>a {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-black));
	}

	.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content {
		font-size: var(--text-sm);
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content {
			font-size: var(--text-base);
		}
	}

	.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content a:not(.button) {
		font-weight: 600;
		color: rgb(var(--colors-primary-background));
	}


	.woocommerce-table,
	.woocommerce-orders-table,
	.woocommerce-order-downloads table {
		font-size: 0.875rem;
		width: 100%;
	}

	.woocommerce-table thead th,
	.woocommerce-orders-table thead th,
	.woocommerce-order-downloads table thead th {
		font-size: var(--text-xs);
		text-transform: uppercase;
		opacity: 0.4;
	}

	.woocommerce-table th,
	.woocommerce-table td,
	.woocommerce-orders-table th,
	.woocommerce-orders-table td,
	.woocommerce-order-downloads table th,
	.woocommerce-order-downloads table td {
		padding-block: 0.625rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	.woocommerce-table .woocommerce-orders-table__cell-order-status,
	.woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
	.woocommerce-order-downloads table .woocommerce-orders-table__cell-order-status {
		font-size: 0.6875rem;
		font-weight: 600;
		text-transform: uppercase;
	}

	.woocommerce-table .woocommerce-orders-table__cell-order-actions a,
	.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
	.woocommerce-order-downloads table .woocommerce-orders-table__cell-order-actions a {
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
		height: 2.25rem;
		color: currentColor !important;
	}

	.woocommerce-table .woocommerce-Price-amount,
	.woocommerce-orders-table .woocommerce-Price-amount,
	.woocommerce-order-downloads table .woocommerce-Price-amount {
		font-weight: 600;
	}

	.woocommerce-table .woocommerce-MyAccount-downloads-file,
	.woocommerce-orders-table .woocommerce-MyAccount-downloads-file,
	.woocommerce-order-downloads table .woocommerce-MyAccount-downloads-file {
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
		height: 2.25rem;
		color: currentColor !important;
	}

	.woocommerce-order-details {
		margin-top: 1.875rem;
	}

	.woocommerce-order-details .woocommerce-order-details__title {
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.woocommerce-order-details table {
		font-size: 0.875rem;
		width: 100%;
	}

	.woocommerce-order-details table th,
	.woocommerce-order-details table td {
		padding-block: 0.75rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	.woocommerce-order-details table th a,
	.woocommerce-order-details table td a {
		color: currentColor !important;
	}

	.woocommerce-order-details table th {
		font-size: var(--text-xs);
		font-weight: 700;
		text-transform: uppercase;
	}

	.woocommerce-order-details .wc-item-meta {
		margin-top: 0.375rem;
	}

	.woocommerce-order-details .woocommerce-Price-amount {
		font-weight: 600;
	}

	.woocommerce-order-details .product-quantity {
		font-weight: 400;
	}

	.woocommerce-order-details .order-again {
		margin-top: 0.5rem;
	}

	.woocommerce-customer-details {
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-customer-details {
			margin-top: 3.75rem;
		}
	}

	.woocommerce-customer-details .woocommerce-columns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-customer-details .woocommerce-columns {
			grid-template-columns: 1fr 1fr;
			gap: 2.5rem;
		}
	}

	.woocommerce-customer-details .woocommerce-columns>* {
		width: 100%;
	}

	.woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
		font-size: 1.25rem;
	}

	.woocommerce-customer-details .woocommerce-columns address {
		font-size: 0.875rem;
		color: rgb(var(--colors-gray-600));
	}

	.woocommerce-Addresses {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Addresses {
			grid-template-columns: 1fr 1fr;
			gap: 2.5rem;
		}
	}

	.woocommerce-Addresses>* {
		width: 100%;
	}

	.woocommerce-Addresses header h2 {
		font-size: 1.25rem;
	}

	.woocommerce-Addresses header a {
		display: inline-block;
		font-size: var(--text-xs);
		margin-bottom: 1.25rem;
	}

	.woocommerce-Addresses address {
		font-size: 0.875rem;
		color: rgb(var(--colors-gray-600));
	}

	.login-form-wrapper {
		position: relative;
		max-width: 25rem;
		margin-inline: auto;
		margin-block: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.login-form-wrapper {
			margin-block: 5.625rem;
		}
	}

	.login-form-wrapper .login-form-header {
		text-align: center;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.login-form-wrapper .login-form-header {
			margin-bottom: 3.5rem;
		}
	}

	.login-form-wrapper .woocommerce-form .lost-password {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0.75rem;
	}

	.login-form-wrapper .woocommerce-form .lost-password .woocommerce-LostPassword {
		font-size: var(--form-label-font-size);
		font-weight: 500;
	}

	.login-form-wrapper .woocommerce-form .lost-password .woocommerce-LostPassword a {
		color: currentColor;
		text-decoration: none;
	}

	.login-form-wrapper .woocommerce-form .woocommerce-button {
		width: 100%;
	}

	.login-form-wrapper .woocommerce-form {
		font-size: var(--text-xs);
	}

	.login-form-wrapper .woocommerce-form .woocommerce-privacy-policy-text {
		text-align: center;
	}

	.login-form-wrapper .woocommerce-form .woocommerce-privacy-policy-text a {
		font-weight: 600;
		color: currentColor;
	}

	.woocommerce-form .woocommerce-password-strength {
		margin-top: .5rem;
	}

	.woocommerce-form .woocommerce-password-strength.strong {
		color: rgb(var(--colors-green));
	}

	.woocommerce-form .woocommerce-password-strength.good {
		color: rgb(var(--colors-orange));
	}

	.woocommerce-form .woocommerce-password-strength.short {
		color: rgb(var(--colors-yellow));
	}

	.woocommerce-form .woocommerce-password-strength.bad {
		color: rgb(var(--colors-red));
	}

	.password-input {
		position: relative;
		display: block;
	}

	.password-input .show-password-input {
		position: absolute;
		background-color: transparent;
		width: var(--form-input-size-base);
		height: var(--form-input-size-base);
		cursor: pointer;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.password-input .show-password-input svg {
		height: 1rem;
		width: 1rem;
	}

	.login-form-wrapper .login-action {
		font-size: var(--text-sm);
		text-align: center;
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.login-form-wrapper .login-action {
			margin-top: 2.25rem;
		}
	}

	.login-form-wrapper .login-action a {
		font-weight: 600;
		color: currentColor;
		text-decoration: none;
	}

	.lost_reset_password>p {
		font-size: .925rem;
	}

	/* WooCommerce Order Confirm */
	.order-confirm {
		text-align: center;
		margin-block: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm {
			margin-block: 5.625rem;
		}
	}

	.order-confirm.style-1 .check-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 4.125rem;
		height: 4.125rem;
		border-radius: 50%;
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-green));
		margin-bottom: 1.25rem;
	}

	.order-confirm.style-1 .check-icon svg {
		width: 2.25rem;
		height: auto;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm.style-1 .check-icon {
			width: 7.875rem;
			height: 7.875rem;
			margin-bottom: 3rem;
		}

		.order-confirm.style-1 .check-icon svg {
			width: 6rem;
		}
	}

	.order-confirm.style-1 .order-confirm-header {
		max-width: 55rem;
		margin-inline: auto;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm.style-1 .order-confirm-header {
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm .woocommerce-order-downloads {
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm .woocommerce-order-downloads {
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm .payment-detail {
		border-block: 1px solid rgb(var(--colors-gray-200));
		padding-block: 1rem;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm .payment-detail {
			padding-block: 1.875rem;
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm .payment-detail ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.25rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.order-confirm .payment-detail ul li {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm .payment-detail ul li {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	.order-confirm .payment-detail ul li>span {
		font-size: var(--text-sm);
		font-weight: 500;
		color: rgb(var(--colors-gray-400));
	}

	.order-confirm .payment-detail ul li p {
		font-size: var(--text-base);
		font-weight: 600;
		margin-bottom: 0;
	}

	.order-confirm .payment-detail ul li p a {
		color: currentColor;
		text-decoration: none;
	}

	.order-confirm .order-detail .order-detail-header {
		max-width: 55rem;
		margin-inline: auto;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm .order-detail .order-detail-header {
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm .order-detail .shop_table {
		font-size: var(--text-sm);
		max-width: 62rem;
		width: 100%;
		margin-inline: auto;
		text-align: initial;
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
	}

	.order-confirm .order-detail .shop_table thead {
		display: none;
	}

	.order-confirm .order-detail .shop_table tbody tr+tr {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.order-confirm .order-detail .shop_table tbody tr td:nth-child(2) {
		text-align: end;
	}

	.order-confirm .order-detail .shop_table tfoot tr {
		border-top: 1px solid rgb(var(--colors-gray-200));
		background-color: rgb(var(--colors-gray-100));
	}

	.order-confirm .order-detail .shop_table tfoot td {
		text-align: end;
	}

	.order-confirm .order-detail .shop_table tr>* {
		padding-inline: 1.5rem;
		padding-block: 1rem;
	}

	.order-confirm.style-2 .check-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 4.125rem;
		height: 4.125rem;
		border-radius: 50%;
		color: rgb(var(--colors-green));
		border: 1px solid rgb(var(--colors-green));
		margin-bottom: 1.25rem;
	}

	.order-confirm.style-2 .check-icon svg {
		width: 2.25rem;
		height: auto;
	}

	.order-confirm.style-2 .order-confirm-header {
		max-width: 55rem;
		margin-inline: auto;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm.style-2 .order-confirm-header {
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm.style-2 .order-number {
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.order-confirm.style-2 .order-number {
			margin-bottom: 5.625rem;
		}
	}

	.order-confirm.style-2 .order-number p {
		font-size: var(--text-sm);
		color: rgb(var(--colors-gray-500));
		margin-bottom: 0.25rem;
	}

	.order-confirm.style-2 .order-number h4 {
		font-weight: 600;
	}

	.order-confirm.style-2 .order-action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.25rem;
	}

	/* WooCommerce default */
	.before-shop-loop {
		--font-size: 13px;
		--select-font-size: 14px;
		--view-button-size: 32px;
		--view-button-icon-size: 18px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0.75rem;
		font-size: var(--font-size);
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.before-shop-loop {
			margin-bottom: 1.875rem;
		}
	}

	.before-shop-loop .column {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.before-shop-loop .column {
			gap: 1.125rem;
		}
	}

	.before-shop-loop .woocommerce-result-count {
		display: none;
		color: rgb(var(--colors-gray-500));
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.before-shop-loop .woocommerce-result-count {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
	}

	.before-shop-loop .filter-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1;
		gap: 0.375rem;
		color: currentColor;
		font-weight: 600;
		text-decoration: none;
	}

	.before-shop-loop .filter-button svg {
		width: calc(var(--font-size) + 0.125rem);
		height: auto;
	}

	@media screen and (min-width: 1024.02px) {
		.before-shop-loop .filter-button.mobile-only {
			display: none;
		}
	}

	.before-shop-loop .sorting-wrapper {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	.before-shop-loop .sorting-wrapper>*,
	.before-shop-loop .sorting-wrapper>* form {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.5rem;
		margin-bottom: 0;
	}

	.before-shop-loop .sorting-wrapper label {
		margin-bottom: 0;
	}

	.before-shop-loop .sorting-wrapper>*>span,
	.before-shop-loop .sorting-wrapper label {
		display: none;
		color: rgb(var(--colors-gray-400));
	}

	@media screen and (min-width: 768.02px) {

		.before-shop-loop .sorting-wrapper>*>span,
		.before-shop-loop .sorting-wrapper label {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
	}

	.before-shop-loop .sorting-wrapper>* select {
		font-size: var(--select-font-size);
		height: calc(var(--view-button-size) + 0.125rem);
		field-sizing: content;
	}

	.before-shop-loop .product-views-buttons {
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.375rem;
	}

	@media screen and (min-width: 768.02px) {
		.before-shop-loop .product-views-buttons {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
		}
	}

	.before-shop-loop .product-views-buttons a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: var(--view-button-size);
		height: var(--view-button-size);
		color: currentColor;
		text-decoration: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.before-shop-loop .product-views-buttons a svg {
		width: var(--view-button-icon-size);
		height: auto;
	}

	.before-shop-loop .product-views-buttons.rounded-default a {
		border-radius: var(--theme-radius);
	}

	.before-shop-loop .product-views-buttons.rounded-full a {
		border-radius: 50%;
	}

	.before-shop-loop .product-views-buttons.style-1 a {
		background-color: rgb(var(--colors-white));
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
	}

	.before-shop-loop .product-views-buttons.style-1 a.active {
		color: rgb(var(--colors-gray-500));
		background-color: rgb(var(--colors-gray-200));
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.before-shop-loop .product-views-buttons.style-1 a:not(.active):hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.before-shop-loop .product-views-buttons.style-2 a.active {
		color: rgb(var(--colors-white));
		background-color: rgb(var(--colors-gray-400));
	}

	.before-shop-loop .product-views-buttons.style-2 a:not(.active):hover {
		background-color: rgb(var(--colors-gray-100));
	}

	.before-shop-loop.style-1 {
		padding-bottom: 1.25rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	.before-shop-loop.style-2 {
		padding: 1rem;
		background-color: rgb(var(--colors-gray-100));
		border-radius: var(--theme-radius);
	}

	@media screen and (min-width: 1024.02px) {
		.before-shop-loop.style-2 {
			padding: 1rem 1.5rem;
		}
	}

	/* --- Breadcrumb styles --- */
	.woocommerce-breadcrumb {
		margin-block: 0.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-breadcrumb {
			margin-block: 1.25rem;
		}
	}

	.woocommerce-breadcrumb ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0.75rem;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.woocommerce-breadcrumb ul li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.woocommerce-breadcrumb ul a {
		position: relative;
		color: rgb(var(--colors-gray-400));
		text-decoration: none;
	}

	.woocommerce-breadcrumb ul a::after {
		content: "|";
		margin-inline: 0.375rem;
	}

	/* WooCommerce single */
	.single-product-wrappe {
		--product-title-size-mobile: 24px;
		--product-title-size-desktop: 30px;
		--product-title-weight: 600;
		--product-price-mobile: 18px;
		--product-price-desktop: 24px;
		--product-stock-size: 11px;
		--product-stock-radius: 6px;
		--product-short-description-size: 16px;
		--grouped-product-thumbnail: 56px;
		--grouped-product-thumbnail-radius: 50%;
		--variations-label-width: 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe {
			gap: var(--theme-padding);
		}
	}

	.single-product-wrappe .column.sticky {
		top: 0.625rem;
	}

	.single-product-wrappe .product-single-header .product-category {
		margin-bottom: 0.375rem;
	}

	.single-product-wrappe .product-single-header .product-title {
		font-size: var(--product-title-size-mobile);
		font-weight: var(--product-title-weight);
		margin-bottom: 0.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-single-header .product-title {
			font-size: var(--product-title-size-desktop);
			margin-bottom: 1rem;
		}
	}

	.single-product-wrappe .product-single-header .product-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.75rem;
		margin-bottom: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-single-header .product-meta {
			gap: 1.5rem;
			row-gap: .5rem;
		}
	}

	.single-product-wrappe .product-single-header .product-meta>* {
		width: auto;
	}

	.single-product-wrappe .product-single-header .product-meta>*:is(:empty) {
		display: none;
	}

	.single-product-wrappe .product-single-header .product-meta>*.posted_in {
		font-size: 0;
	}

	.single-product-wrappe .product-single-header .product-meta>*.product-sku {
		color: rgb(var(--colors-gray-500));
	}

	.single-product-wrappe .product-single-header .product-meta>*.product-sku .sku {
		color: rgb(var(--colors-black));
	}

	.single-product-wrappe *+.post-share {
		margin-top: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe *+.post-share {
			margin-top: 1.5rem;
		}
	}

	.single-product-wrappe .post-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	.single-product-wrappe .post-share>span {
		font-size: var(--text-sm);
		font-weight: 600;
		opacity: 0.4;
	}

	.single-product-wrappe .product-price-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
		margin-bottom: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-price-wrapper {
			gap: 1.5rem;
			margin-bottom: 1rem;
		}
	}

	.woocommerce-variation-price .price,
	.single-product-wrappe .product-price-wrapper .price {
		--product-price-size: var(--product-price-mobile);
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-variation-price .price,
		.single-product-wrappe .product-price-wrapper .price {
			--product-price-size: var(--product-price-desktop);
		}

		.woocommerce-variation-price .price del,
		.single-product-wrappe .product-price-wrapper .price del {
			line-height: 1.1;
		}
	}

	.woocommerce-variation-price+.woocommerce-variation-availability {
		margin-top: .5rem;
	}

	.product-stock-data,
	.single-product-wrappe .product-price-wrapper .product-stock-data {
		font-size: var(--product-stock-size);
		text-transform: uppercase;
		padding: 0.25rem 0.5rem;
		background-color: rgb(var(--colors-gray-50));
		border-radius: var(--product-stock-radius);
		border: 1px solid rgb(var(--colors-gray-200));
		display: inline;
		margin: 0;
	}

	.product-stock-data.in-stock,
	.single-product-wrappe .product-price-wrapper .product-stock-data.in-stock {
		color: rgb(var(--colors-green));
		background-color: rgb(var(--colors-green-light));
		border-color: rgb(var(--colors-green));
	}

	.product-stock-data.out-of-stock,
	.single-product-wrappe .product-price-wrapper .product-stock-data.out-of-stock {
		color: rgb(var(--colors-red));
		background-color: rgb(var(--colors-red-light));
		border-color: rgb(var(--colors-red));
	}

	.single-product-wrappe .product-stock {
		margin-bottom: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-stock {
			margin-bottom: 1.25rem;
		}
	}

	.single-product-wrappe .sale-countdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1rem;
		border: 1px solid rgb(var(--colors-orange), .20);
		padding: .75rem;
		background-color: rgb(var(--colors-orange-light));
		border-radius: var(--theme-radius);
		margin-bottom: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .sale-countdown {
			margin-bottom: 1.25rem;
		}
	}

	.single-product-wrappe .product-cart-activity {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: .75rem;
		border: 1px solid rgb(var(--colors-gray-200));
		padding: .75rem;
		background-color: rgb(var(--colors-gray-100), .5);
		border-radius: var(--theme-radius);
		margin-bottom: 0.625rem;
		font-size: 0.875rem;
	}

	.single-product-wrappe .product-cart-activity svg {
		color: rgb(var(--colors-primary-background));
		width: 1.125rem;
		height: auto;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-cart-activity {
			margin-bottom: 1.25rem;
		}
	}

	.single-product-wrappe .same-day-shipping {
		margin-bottom: 0.625rem;
		font-size: 0.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .same-day-shipping {
			margin-bottom: 1.25rem;
		}
	}

	.woocommerce-variation-description,
	.single-product-wrappe .woocommerce-product-details__short-description {
		font-size: var(--product-short-description-size);
		color: rgb(var(--colors-gray-600));
		margin-bottom: 0.625rem;
	}

	.woocommerce-variation-description:empty {
		display: none !important;
	}

	.woocommerce-variation-price:empty {
		display: none !important;
	}

	@media screen and (min-width: 1024.02px) {

		.woocommerce-variation-description,
		.single-product-wrappe .woocommerce-product-details__short-description {
			margin-bottom: 1.875rem;
		}
	}

	.single-product-wrappe form.cart {
		margin-bottom: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe form.cart {
			margin-bottom: 1.5rem;
		}
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list {
		width: 100%;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td {
		padding: 0.75rem;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td .product-title {
		max-width: 15rem;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td:first-child {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td:last-child {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__thumbnail a {
		position: relative;
		display: block;
		overflow: hidden;
		width: var(--grouped-product-thumbnail);
		border-radius: var(--grouped-product-thumbnail-radius);
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price {
		display: none;
		text-align: end;
	}

	.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price>*+* {
		margin-left: .5rem;
	}

	@media screen and (min-width: 768.02px) {
		.single-product-wrappe form.cart .woocommerce-grouped-product-list tr td.woocommerce-grouped-product-list-item__price {
			display: table-cell;
		}
	}

	.single-product-wrappe form.cart .variations {
		width: 100%;
	}

	.single-product-wrappe form.cart .variations tr {
		vertical-align: middle;
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.single-product-wrappe form.cart .variations tr>* {
		padding: 1rem 0.75rem;
	}

	.single-product-wrappe form.cart .variations tr th {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
		width: var(--variations-label-width);
	}

	.single-product-wrappe form.cart .variations tr th label {
		margin-bottom: 0;
	}

	.single-product-wrappe form.cart .variations tr td {
		vertical-align: bottom;
	}

	.single-product-wrappe form.cart .variations .image-selector {
		display: flex;
		gap: 5px;
	}

	.single-product-wrappe form.cart .variations .image-selector .image {
		cursor: pointer;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
		padding: 0.125rem;
		border-radius: var(--theme-radius);
		outline: 1px solid transparent;
		offset: 0.125rem;
	}

	.single-product-wrappe form.cart .variations .image-selector .image img {
		border-radius: var(--theme-radius);
		height: 2rem;
		width: auto;
	}

	.single-product-wrappe form.cart .variations .image-selector .image.active {
		outline-color: rgb(var(--colors-gray-600));
	}

	.single-product-wrappe form.cart .variations .image-selector .image:not(.active):hover {
		outline-color: rgb(var(--colors-gray-400));
	}

	.woocommerce div.product form.cart .reset_variations {
		padding-block: .75rem;
	}

	.woocommerce div.product form.cart .reset_variations[style*="hidden"] {
		display: none !important;
	}

	.single-product-wrappe .product-progress .progress {
		height: .5rem;
	}

	.color-selector {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
		top: 0.25rem;
	}

	.color-selector .color {
		position: relative;
		display: block;
		width: 1.375rem;
		height: 1.375rem;
		border-radius: 50%;
		outline: 1px solid transparent;
		outline-offset: 0.125rem;
		cursor: pointer;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.color-selector .color.active {
		outline-color: rgb(var(--colors-gray-600));
	}

	.color-selector .color:not(.active):hover {
		outline-color: rgb(var(--colors-gray-400));
	}

	.single-product-wrappe form.cart .variations .size-selector {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.25rem;
	}

	.single-product-wrappe form.cart .variations .size-selector .size {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: var(--text-xs);
		font-weight: 600;
		padding-inline: 0.5rem;
		height: 2rem;
		border-radius: var(--theme-radius);
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xs);
		box-shadow: var(--shadow-xs);
		cursor: pointer;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.single-product-wrappe form.cart .variations .size-selector .size:hover {
		border-color: rgb(var(--colors-gray-300));
		background-color: rgb(var(--colors-gray-50));
	}

	.single-product-wrappe form.cart .variations .size-selector .size.active {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: rgb(var(--colors-black));
		color: rgb(var(--colors-white));
		border-color: transparent;
	}

	.single-product-wrappe form.cart .variations+.cart-actions {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.single-product-wrappe form.cart .cart-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.375rem;
		padding-top: 1.25rem;
		margin-bottom: 0.625rem;
	}

	.single-product-wrappe form.cart .cart-actions .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.single-product-wrappe form.cart>.button {
		width: 100%;
	}

	.single-product-wrappe .product-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: var(--text-sm);
		gap: 0.75rem;
		margin-bottom: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-actions {
			gap: 1.75rem;
			margin-bottom: 1.5rem;
		}
	}

	.single-product-wrappe .product-actions a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: currentColor;
		text-decoration: none;
		gap: 0.5rem;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.single-product-wrappe .product-actions a:hover {
		color: rgb(var(--colors-primary-background));
	}

	.single-product-wrappe .product-actions a img,
	.single-product-wrappe .product-actions a svg {
		width: 1.125rem;
		height: auto;
	}

	.single-product-wrappe .product-actions a .spinner-border {
		width: 1rem;
		height: 1rem;
	}

	.single-product-wrappe .product-icons {
		font-size: var(--text-sm);
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
		margin-bottom: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-icons {
			margin-bottom: 1.5rem;
		}
	}

	.single-product-wrappe .product-icons .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
		padding-inline: 1.25rem;
		padding-block: 0.75rem;
	}

	.single-product-wrappe .product-icons .item img,
	.single-product-wrappe .product-icons .item svg {
		width: 1rem;
		height: auto;
	}

	.single-product-wrappe .product-icons .item+.item {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.single-product-wrappe .product-media {
		position: relative;
	}

	.single-product-wrappe .product-media .slider-wrapper {
		max-width: 100%;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .swiper-slide {
		border: 1px solid transparent;
		cursor: pointer;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .swiper-slide .thumbnail-slider-item {
		position: relative;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .thumbnail-slider-item img {
		width: 100%;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .thumbnail-slider-item.video-thumbnail img {
		aspect-ratio: 1 / 1;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .thumbnail-slider-item.video-thumbnail svg {
		color: #ffffff;
		position: absolute;
		height: 30px;
		width: 30px;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .thumbnail-slider-item.video-thumbnail a:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		inset-inline-start: 0;
		background-color: rgb(var(--colors-black));
		opacity: .2;
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .swiper-slide.swiper-slide-thumb-active {
		border-color: rgb(var(--colors-gray-700));
	}

	.single-product-wrappe .product-media .slider-wrapper .thumbs-slider .swiper-slide.swiper-slide-thumb-active img {
		opacity: 0.5;
	}

	.single-product-wrappe .product-media.horizontal-default .thumbs-slider {
		margin-top: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-media.vertical-default .slider-wrapper {
			-webkit-padding-start: 5.125rem;
			padding-inline-start: 5.125rem;
		}

		.single-product-wrappe .product-media.vertical-default .slider-wrapper .thumbs-slider {
			position: absolute;
			top: 0;
			inset-inline-start: 0;
		}

		.single-product-wrappe .product-media.vertical-default .slider-wrapper .thumbs-slider .swiper-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			gap: 0.25rem;
		}

		.single-product-wrappe .product-media.vertical-default .slider-wrapper .thumbs-slider .swiper-slide {
			width: 4.125rem !important;
		}

		.single-product-wrappe .product-media.vertical-default .slider-wrapper .thumbs-slider .thumbnail-slider-item {
			max-width: 4.125rem;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-media.vertical-inner .thumbs-slider {
			position: absolute;
			top: 1rem;
			inset-inline-start: 1rem;
		}

		.single-product-wrappe .product-media.vertical-inner .thumbs-slider .swiper-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			gap: 0.25rem;
		}

		.single-product-wrappe .product-media.vertical-inner .thumbs-slider .swiper-slide {
			width: 4.125rem !important;
		}

		.single-product-wrappe .product-media.vertical-inner .thumbs-slider .thumbnail-slider-item {
			max-width: 4.125rem;
		}
	}

	.single-product-wrappe .product-media .product-actions {
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe .product-media .product-actions {
			margin-top: 1.875rem;
		}
	}

	.single-product-wrappe .product-media .media-wrapper .entry-media {
		width: 100%;
	}

	@media screen and (max-width: 1023.98px) {
		.single-product-wrappe .product-media .media-wrapper {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			overflow-x: auto;
			-ms-scroll-snap-type: x mandatory;
			scroll-snap-type: x mandatory;
			-webkit-overflow-scrolling: touch;
		}

		.single-product-wrappe .product-media .media-wrapper :not(.col) .entry-media {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 86%;
			flex: 0 0 86%;
			scroll-snap-align: center;
		}
	}

	.single-product-wrappe .product-media .video-player-icon {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
		z-index: 1;
	}

	.single-product-wrappe .product-media:not(.vertical-default, .vertical-inner) .thumbs-slider+.video-player-icon {
		bottom: 8rem;
	}

	.video-player-icon a {
		text-transform: uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		padding-left: 20px;
		height: 60px;
		min-width: 60px;
		border-radius: 30px;
		background: rgb(var(--colors-white));
		box-shadow: 0 0 5px rgb(0 0 0 / 8%);
		color: currentColor;
		text-decoration: none;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.video-player-icon span {
		overflow: hidden;
		padding: 0;
		max-width: 0;
		white-space: nowrap;
		font-size: .75rem;
		font-weight: 600;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	.video-player-icon a:hover span {
		max-width: 280px;
		padding-left: 10px;
		padding-right: 20px;
		overflow: visible;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}


	.video-player-icon svg {
		min-width: 25px;
		width: 25px;
		height: 25px;
	}

	.single-product-wrappe .product-tab.accordion {
		--accordion-button-size: 18px;
	}

	.single-product-wrappe.style-1>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-1>* {
			width: auto;
		}

		.single-product-wrappe.style-1>*.product-media {
			max-width: 50%;
		}

		.single-product-wrappe.style-1>*.product-detail {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-start: 0.625rem;
			padding-inline-start: 0.625rem;
		}
	}

	.single-product-wrappe.style-1 .product-meta {
		padding-bottom: 0.625rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-1 .product-meta {
			padding-bottom: 1.25rem;
			margin-bottom: 1.25rem;
		}
	}

	.single-product-wrappe.style-2>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-2>* {
			width: auto;
		}

		.single-product-wrappe.style-2>*.product-media {
			max-width: 55%;
		}

		.single-product-wrappe.style-2>*.product-detail {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-start: 0.625rem;
			padding-inline-start: 0.625rem;
		}
	}

	.single-product-wrappe.style-2>* .product-meta {
		padding-bottom: 0.625rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-2>* .product-meta {
			padding-bottom: 1.25rem;
			margin-bottom: 1.25rem;
		}
	}

	.single-product-wrappe.style-3 .product-sidebar {
		display: none;
	}

	.single-product-wrappe.style-3>* {
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-3>* {
			width: auto;
		}

		.single-product-wrappe.style-3>*.product-media {
			max-width: 40%;
		}

		.single-product-wrappe.style-3>*.product-detail {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-padding-start: 0.625rem;
			padding-inline-start: 0.625rem;
		}

		.single-product-wrappe.style-3>*.product-sidebar {
			display: block;
			-ms-flex-item-align: start;
			align-self: flex-start;
			width: 19.75rem;
			background-color: rgb(var(--colors-gray-50));
			border-radius: var(--theme-radius);
			padding: 1.25rem;
		}

		.single-product-wrappe.style-3>*.product-sidebar .product-icons {
			border: 0;
			border-radius: 0;
		}

		.single-product-wrappe.style-3>*.product-sidebar .product-icons .item {
			padding-inline: 0;
		}
	}

	.single-product-wrappe.style-3>* .product-meta {
		padding-bottom: 0.625rem;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-wrappe.style-3>* .product-meta {
			padding-bottom: 1.25rem;
			margin-bottom: 1.25rem;
		}
	}

	.product-set {
		margin-top: 2.5rem;
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.product-set {
			margin-top: 4.125rem;
			margin-bottom: 3rem;
		}
	}

	.product-set .product-set-header {
		margin-bottom: 1.25rem;
	}

	.product-set .product-set-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-set .product-set-body>* {
		width: 100%;
		padding: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.product-set .product-set-body>* {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			padding: 1.5rem;
		}
	}

	.product-set .product-set-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0.625rem;
		padding: 0.75rem;
	}

	@media screen and (min-width: 1024.02px) {
		.product-set .product-set-footer {
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			gap: 1.25rem;
			padding: 1rem 1.5rem;
		}
	}

	.product-set .product-set-footer .label {
		font-size: var(--text-sm);
		font-weight: 600;
		color: rgb(var(--colors-gray-500));
	}

	.product-set .product-set-footer .price {
		font-size: 1.25rem;
		font-weight: 700;
		color: rgb(var(--colors-primary-background));
	}

	@media screen and (min-width: 1024.02px) {
		.product-set .product-set-footer .price {
			font-size: 1.5rem;
		}
	}

	.product-set .product-set-inner.style-1 {
		border: 1px solid rgb(var(--colors-gray-200));
		border-radius: var(--theme-radius);
	}

	.product-set .product-set-inner.style-1 .product-set-body .item+.item {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.product-set .product-set-inner.style-1 .product-set-body .item+.item {
			border-top: 0;
			border-left: 1px solid rgb(var(--colors-gray-200));
		}
	}

	.product-set .product-set-inner.style-1 .product-set-footer {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	.product-set .product-set-inner.style-2 {
		background-color: rgb(var(--colors-orange-light));
		border-radius: var(--theme-radius);
	}

	.product-set .product-set-inner.style-2 .product-set-body {
		padding: 0.5rem;
		gap: 0.5rem;
	}

	.product-set .product-set-inner.style-2 .product-set-body .item {
		background-color: rgb(var(--colors-white));
		border-radius: var(--theme-radius);
	}

	.single-product-tabs-wrapper {
		margin-top: 1.875rem;
	}

	@media screen and (min-width: 768.02px) {
		.single-product-tabs-wrapper {
			margin-top: 2.875rem;
		}
	}

	.single-product-tabs-wrapper .wc-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.125rem;
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-tabs-wrapper .wc-tabs {
			gap: 2rem;
		}
	}

	.single-product-tabs-wrapper .wc-tabs li a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0.625rem;
		font-size: 1.125rem;
		font-weight: 700;
		text-decoration: none;
		color: rgb(var(--colors-gray-400));
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.single-product-tabs-wrapper .wc-tabs li a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 0.0625rem;
		background-color: currentColor;
		bottom: 0;
		left: 0;
		opacity: 0;
	}

	.single-product-tabs-wrapper .wc-tabs li a:hover {
		color: rgb(var(--colors-black));
	}

	@media screen and (min-width: 1024.02px) {
		.single-product-tabs-wrapper .wc-tabs li a {
			font-size: 1.5rem;
		}
	}

	.single-product-tabs-wrapper .wc-tabs li.active a {
		color: rgb(var(--colors-black));
	}

	.single-product-tabs-wrapper .wc-tabs li.active a::before {
		opacity: 1;
	}

	.single-product-tabs-wrapper .woocommerce-Tabs-panel {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.single-product-tabs-wrapper .woocommerce-Tabs-panel>h2 {
		display: none;
	}

	.woocommerce-product-attributes {
		width: 100%;
	}

	.woocommerce-product-attributes tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0.625rem;
	}

	.woocommerce-product-attributes tbody tr {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		font-size: 0.875rem;
		width: 100%;
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 768.02px) {
		.woocommerce-product-attributes tbody tr {
			width: 49%;
		}

		.accordion .woocommerce-product-attributes tbody tr {
			width: 100%;
		}
	}

	.woocommerce-product-attributes tbody tr>* {
		padding-bottom: 0.75rem;
	}

	.woocommerce-product-attributes tbody tr th {
		font-weight: 600;
		min-width: 12.5rem;
	}

	.woocommerce-product-attributes tbody tr td p {
		margin-bottom: 0;
	}

	.woocommerce-Reviews {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}

		.accordion-body .woocommerce-Reviews {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
	}

	.woocommerce-Reviews>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews>* {
			width: 49%;
		}

		.accordion-body .woocommerce-Reviews>* {
			width: 100%;
		}
	}

	.woocommerce-Reviews .product-review-average {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
		margin-bottom: 1rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .product-review-average {
			gap: 1.875rem;
			margin-bottom: 1.5rem;
		}
	}

	.woocommerce-Reviews .product-review-average .entry-title {
		font-size: 1.625rem;
		font-weight: 600;
		margin-bottom: 0;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .product-review-average .entry-title {
			font-size: 3rem;
		}
	}

	.woocommerce-Reviews .product-review-average .review-stars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.woocommerce-Reviews .product-review-average .review-stars .product-rating {
		margin-bottom: 0.25rem;
	}

	.woocommerce-Reviews .product-review-average .review-stars .review-stars-description p {
		font-size: 0.8125rem;
		margin-bottom: 0;
		color: rgb(var(--colors-gray-500));
	}

	.woocommerce-Reviews .product-reviews-summary {
		margin-bottom: 1.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .product-reviews-summary {
			margin-bottom: 2rem;
		}
	}

	.woocommerce-Reviews .product-reviews-summary .review-summary-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .product-reviews-summary .review-summary-item {
			gap: 1.25rem;
		}
	}

	.woocommerce-Reviews .product-reviews-summary .review-summary-item+.review-summary-item {
		margin-top: 0.625rem;
	}

	.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-progress {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		min-width: 15.625rem;
		max-width: 23.75rem;
		height: 0.25rem;
		border-radius: 0.625rem;
		background-color: rgb(var(--colors-gray-200));
	}

	.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-progress span {
		display: block;
		height: 100%;
		border-radius: inherit;
		background-color: var(--colors-yellow);
	}

	.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-count {
		font-size: 0.8125rem;
		font-weight: 500;
	}

	.woocommerce-Reviews .review-summary-item {
		opacity: 1;
		transition: opacity .25s ease;
		cursor: pointer;
	}

	.woocommerce-Reviews .review-summary:has(.review-summary-item.active) .review-summary-item {
		opacity: .35;
	}

	.woocommerce-Reviews .review-summary .review-summary-item.active {
		opacity: 1 !important;
	}

	.woocommerce-Reviews .comment-respond .comment-reply-title {
		font-size: 1.25rem;
		font-weight: 500;
		letter-spacing: -0.03em;
		margin-bottom: 1rem;
		display: block;
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .comment-respond .comment-reply-title {
			font-size: 1.625rem;
			margin-bottom: 1.5rem;
		}

		.accordion-body .woocommerce-Reviews .comment-respond .comment-reply-title {
			font-size: 1.25rem;
			margin-bottom: 1rem;
		}
	}

	.woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
		font-size: 0.8125rem;
		margin-bottom: 1rem;
		color: rgb(var(--colors-gray-500));
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
			font-size: 0.875rem;
			margin-bottom: 1.5rem;
		}
	}

	.woocommerce-Reviews .comment-respond .comment-form .comment-form-comment label,
	.woocommerce-Reviews .comment-respond .comment-form .comment-form-author label,
	.woocommerce-Reviews .comment-respond .comment-form .comment-form-email label {
		font-size: 0.8125rem;
		font-weight: 500;
		margin-bottom: 0.5rem;
	}

	.woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 0.8125rem;
		gap: 0.5rem;
	}

	.woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent label {
		margin-bottom: 0;
	}

	.woocommerce-Reviews .comment-respond .comment-form .form-submit input {
		width: 100%;
		background-color: rgb(var(--colors-primary-background));
		color: rgb(var(--colors-primary-foreground));
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating label {
		font-size: 0.8125rem;
		font-weight: 500;
		margin-bottom: 0.75rem;
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating select {
		margin-bottom: 1.25rem;
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating .stars>span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating .stars>span a {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 0;
		color: currentColor;
		text-decoration: none;
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating .stars>span a>* {
		--icon-color: color-rgb(black);
	}

	.woocommerce-Reviews .comment-respond .comment-form-rating .stars>span a>*:hover {
		--icon-color: var(--product-rating-star);
	}

	@media screen and (min-width: 1024.02px) {
		.woocommerce-Reviews #comments {
			-webkit-padding-start: 1.25rem;
			padding-inline-start: 1.25rem;
		}

		.accordion-body .woocommerce-Reviews #comments {
			-webkit-padding-start: 0;
			padding-inline-start: 0;
		}
	}

	/* Wrapper */
	p.stars {
		display: inline-block;
	}

	/* Star link reset */
	p.stars a {
		position: relative;
		text-indent: -9999px;
		/* yazıyı gizle */
		width: 22px;
		height: 22px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
	}

	/* Star icon */
	p.stars a::before {
		content: "\2605";
		/* ★ */
		font-size: 22px;
		color: rgb(var(--colors-gray-200));
		text-indent: 0;
		transition: color 0.3s;
	}

	.star-1 {
		order: 1;
	}

	.star-2 {
		order: 2;
	}

	.star-3 {
		order: 3;
	}

	.star-4 {
		order: 4;
	}

	.star-5 {
		order: 5;
	}

	p.stars a.active,
	p.stars a.hover {
		color: var(--product-rating-star);
	}

	p.stars a.active::before,
	p.stars a.hover::before {
		color: var(--product-rating-star);
	}

	.woocommerce-Reviews #comments .woocommerce-Reviews-title {
		font-size: 1.25rem;
		font-weight: 500;
		letter-spacing: -0.03em;
		margin-bottom: 1rem;
	}

	@media screen and (min-width: 768.02px) {
		.woocommerce-Reviews #comments .woocommerce-Reviews-title {
			font-size: 1.625rem;
			margin-bottom: 1.5rem;
		}

		.accordion-body .woocommerce-Reviews #comments .woocommerce-Reviews-title {
			font-size: 1.25rem;
		}
	}

	.woocommerce-Reviews #comments .commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 1.25rem;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating span::before {
		color: var(--colors-yellow);
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1;
		gap: 0.375rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__published-date {
		font-size: 0.75rem;
		color: rgb(var(--colors-gray-500));
	}

	.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-size: 0.875rem;
		margin-top: 0.75rem;
		flex: 0 0 100%;
	}

	/* Related products */
	.related-products {
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.related-products {
			margin-top: 3.5rem;
		}
	}

/*------------------------------------
	Blog
------------------------------------*/
	.post {
		--post-title-md: 30px;
		--post-title-lg: 56px;
		--post-title-weight: 600;
		--post-meta-gap: 18px;
		--post-meta-size: 13px;
		--post-meta-weight: 500;
		position: relative;
	}

	.post .post-header {
		margin-bottom: 0.875rem;
	}

	.post .post-category {
		margin-bottom: 0.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.post .post-category {
			margin-bottom: 0.625rem;
		}
	}

	.post .post-category ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		color: rgb(var(--colors-gray-500));
	}

	.post .post-category ul li:not(:last-child):after {
		content: ',';
		margin-right: 3px;
	}

	.post .post-category a {
		font-size: var(--text-xs);
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		color: rgb(var(--colors-gray-500));
	}

	.post .post-title {
		font-size: 1.5rem;
		font-weight: var(--post-title-weight);
		margin-bottom: 0.375rem;
		word-break: break-word;
	}

	@media screen and (min-width: 768.02px) {
		.post .post-title {
			font-size: var(--post-title-md);
			line-height: 1.3;
			margin-bottom: 0.875rem;
		}
	}

	.post .post-title a {
		color: currentColor;
		text-decoration: underline;
		text-underline-offset: 0.3125rem;
		text-decoration-thickness: 0.0625rem;
		text-decoration-color: transparent;
		-webkit-transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
		transition: all var(--theme-ease-time-fast) var(--theme-ease-in-out);
	}

	@media screen and (min-width: 1024.02px) {
		.post .post-title a {
			text-decoration-thickness: 0.125rem;
		}
	}

	.post .post-title a:hover {
		text-decoration-color: currentColor;
	}

	.post .post-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: var(--post-meta-size);
		font-weight: var(--post-meta-weight);
		gap: var(--post-meta-gap);
	}

	.post .post-meta .post-meta-item {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.25rem;
		margin: 0;
		padding: 0;
	}

	.post .post-meta .post-meta-item svg {
		width: calc(var(--post-meta-size) + 0.125rem);
		height: auto;
	}

	.post .post-meta .post-meta-item:not(.post-author) {
		gap: 0.375rem;
	}

	.post .post-meta .post-meta-item a {
		color: currentColor;
		text-decoration: none;
	}

	.post .post-meta .post-meta-item.post-author {
		color: rgb(var(--colors-gray-400));
	}

	.post .post-meta .post-meta-item.post-author a {
		font-weight: 600;
		color: rgb(var(--colors-black));
	}

	.post .post-meta .post-meta-item.post-author img {
		width: calc(var(--post-meta-size) + 0.25rem);
		height: auto;
		border-radius: 50%;
	}

	.post .post-thumbnail {
		margin-bottom: 0.625rem;
	}

	.post .post-thumbnail a {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.post .post-thumbnail img {
		border-radius: var(--theme-radius);
	}

	.post .post-excerpt {
		font-size: 0.875rem;
	}

	@media screen and (min-width: 768.02px) {
		.post .post-excerpt {
			font-size: 1rem;
		}
	}

	.post-grid-large .post {
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 768.02px) {
		.post-grid-large .post {
			margin-bottom: 3rem;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.post-grid-large .post {
			margin-bottom: 3.5rem;
		}
	}

	@media screen and (min-width: 768.02px) {

		.post-grid-large .post .post-header,
		.post-grid-large .post .post-thumbnail {
			margin-bottom: 1.875rem;
		}
	}

	@media screen and (min-width: 768.02px) {
		.post-grid-large .post .post-title {
			font-size: var(--post-title-lg);
			line-height: 1.3;
			margin-bottom: 1.25rem;
		}
	}

	.post-grid-large .post.featured-post {
		padding: 1.25rem;
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xl);
		box-shadow: var(--shadow-xl);
		border-radius: var(--theme-radius);
	}

	@media screen and (min-width: 1024.02px) {
		.post-grid-large .post.featured-post {
			padding: 2.5rem;
		}
	}

	@media screen and (min-width: 768.02px) {
		.post-grid-small .post {
			margin-bottom: 3rem;
		}
	}

	.post-grid-small .post.featured-post {
		padding: 1.25rem;
		border: 1px solid rgb(var(--colors-gray-200));
		-webkit-box-shadow: var(--shadow-xl);
		box-shadow: var(--shadow-xl);
		border-radius: var(--theme-radius);
	}

	@media screen and (min-width: 1024.02px) {
		.post-grid-small .post.featured-post {
			padding: 1.875rem;
		}
	}

	.post-grid-small .post .post-excerpt {
		font-size: 0.875rem;
	}

	.post-listing {
		--post-gap: 20px;
		--post-thumbnail: 66px;
		--post-thumbnail-radius: 50%;
		--post-title: 14px;
		--post-line-height: 1.4;
	}

	.post-listing .post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: var(--post-gap);
		margin-bottom: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-listing .post {
			margin-bottom: 1.875rem;
		}
	}

	.post-listing .post .post-thumbnail {
		margin-bottom: 0;
	}

	.post-listing .post .post-thumbnail a {
		width: var(--post-thumbnail);
		border-radius: var(--post-thumbnail-radius);
	}

	.post-listing .post .post-title {
		font-size: var(--post-title);
		line-height: var(--post-line-height);
		margin-bottom: 0.375rem;
	}

	.post-listing .post .post-title a {
		text-underline-offset: 0.1875rem;
		text-decoration-thickness: 0.0625rem;
	}

	.post-single {
		--post-title: 66px;
	}

	.post-single>.post-header,
	.post-single>.post-thumbnail {
		margin-bottom: 0.5rem;
	}

	@media screen and (min-width: 1024.02px) {

		.post-single>.post-header,
		.post-single>.post-thumbnail {
			margin-bottom: 1.875rem;
		}
	}

	.post-single>.post-thumbnail {
		position: relative;
		overflow: hidden;
		border-radius: var(--theme-radius);
	}

	.post-single>.post-header .post-title {
		font-size: var(--text-2xl);
	}

	@media screen and (min-width: 1024.02px) {
		.post-single>.post-header .post-title {
			font-size: var(--post-title);
		}
	}

	.post-single>.post-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.625rem;
	}

	@media screen and (min-width: 768.02px) {
		.post-single>.post-body {
			gap: 1.25rem;
		}
	}

	@media screen and (min-width: 1024.02px) {
		.post-single>.post-body {
			gap: 1.875rem;
		}
	}

	.post-single>.post-body>* {
		width: 100%;
	}

	.post-single>.post-body>*.post-share {
		width: auto;
	}

	@media screen and (min-width: 768.02px) {

		.post-single>.post-body>*.post-content {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}

		.post-single>.post-body>*.post-share {
			position: sticky;
			-ms-flex-item-align: start;
			align-self: flex-start;
			top: 0.625rem;
		}

		.post-single>.post-body>*.post-share .social-media {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}

		.post-single>.post-body>*.post-share .social-media .comment svg {
			width: 1.25rem;
			height: auto;
		}
	}

	.post-single>.post-body .post-content {
		font-size: var(--text-base);
	}

	@media screen and (min-width: 768.02px) {
		.post-single>.post-body .post-content {
			font-size: var(--text-lg);
			line-height: 1.6;
		}
	}

	.post-single>.post-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 1.25rem;
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single>.post-footer {
			margin-top: 1.875rem;
		}
	}

	.post-single>.post-footer>* {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.625rem;
	}

	.post-single>.post-footer>*>span {
		font-size: var(--text-sm);
		font-weight: 600;
		opacity: 0.4;
	}

	.post-single>.post-footer .tags {
		--tag-size: 14px;
		--tag-weight: 600;
		--tag-color: rgb(var(--colors-black));
		--tag-border: rgb(var(--colors-gray-200));
		--tag-background: rgb(var(--colors-white));
		--tag-padding-x: 10px;
		--tag-padding-y: 6px;
		--tag-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.25rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.post-single>.post-footer .tags li a {
		font-size: var(--tag-size);
		font-weight: var(--tag-weight);
		text-decoration: none;
		color: var(--tag-color);
		padding-inline: var(--tag-padding-x);
		padding-block: var(--tag-padding-y);
		background-color: var(--tag-background);
		border: 1px solid var(--tag-border);
		border-radius: var(--tag-radius);
		display: block;
	}

	.post-single .post-author-bio {
		--author-font-size: 18px;
		--author-description-size: 14px;
		--author-gap: 24px;
		--author-padding: 24px;
		--author-radius: 8px;
		--author-color: rgb(var(--colors-black));
		--author-background: rgb(var(--colors-gray-100));
		--author-border: transparent;
		--author-avatar-sm: 66px;
		--author-avatar-lg: 86px;
		--author-avatar-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: var(--author-gap);
		margin-top: 1.25rem;
		padding: var(--author-padding);
		color: var(--author-color);
		background-color: var(--author-background);
		border: 1px solid var(--author-border);
		border-radius: var(--author-radius);
	}

	@media screen and (min-width: 1024.02px) {
		.post-single .post-author-bio {
			margin-top: 2.5rem;
		}
	}

	.post-single .post-author-bio .post-author-avatar {
		position: relative;
		width: var(--author-avatar-sm);
		height: var(--author-avatar-sm);
		overflow: hidden;
		border-radius: var(--author-avatar-radius);
	}

	@media screen and (min-width: 1024.02px) {
		.post-single .post-author-bio .post-author-avatar {
			width: var(--author-avatar-lg);
			height: var(--author-avatar-lg);
		}
	}

	.post-single .post-author-bio .post-author-detail {
		width: 100%;
	}

	@media screen and (min-width: 768.02px) {
		.post-single .post-author-bio .post-author-detail {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}
	}

	.post-single .post-author-bio .post-author-detail span {
		font-size: var(--text-xs);
		opacity: 0.4;
	}

	.post-single .post-author-bio .post-author-detail .author {
		font-size: var(--author-font-size);
		font-weight: 600;
	}

	.post-single .post-author-bio .post-author-detail .author a {
		color: currentColor;
		text-decoration: none;
	}

	.post-single .post-author-bio .post-author-detail p {
		font-size: var(--author-description-size);
		margin-bottom: 0;
	}

	.post-single .post-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		gap: 0.5rem;
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single .post-navigation {
			margin-top: 2.5rem;
		}
	}

	.post-single .post-navigation>* {
		width: 100%;
		padding-block: 2.5rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single .post-navigation>* {
			width: auto;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
		}

		.post-single .post-navigation>*.prev-post {
			text-align: start;
		}

		.post-single .post-navigation>*.next-post {
			text-align: end;
		}
	}

	.post-single .post-navigation>* a {
		color: currentColor;
		text-decoration: none;
	}

	.post-single .post-navigation>* a span {
		font-size: var(--text-xs);
		font-weight: 600;
		text-transform: uppercase;
		opacity: 0.4;
	}

	.post-single .post-navigation>* a p {
		font-size: var(--text-base);
		font-weight: 600;
		margin-bottom: 0;
	}

	.post-single .post-navigation.style-bordered {
		border-top: 1px solid rgb(var(--colors-gray-200));
		border-bottom: 1px solid rgb(var(--colors-gray-200));
	}

	.post-single .post-navigation.style-bordered .next-post {
		border-top: 1px solid rgb(var(--colors-gray-200));
	}

	@media screen and (min-width: 1024.02px) {
		.post-single .post-navigation.style-bordered .next-post {
			border-top: 0;
		}

		.post-single .post-navigation.style-bordered .prev-post+.next-post {
			-webkit-border-start: 1px solid rgb(var(--colors-gray-200));
			border-inline-start: 1px solid rgb(var(--colors-gray-200));
		}
	}

	.post-single>.post-comments {
		margin-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single>.post-comments {
			margin-top: 2.5rem;
		}
	}

	.post-single>.post-comments .comment-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.post-single>.post-comments .comment-list .comment .comment-body {
		padding: 0.0625rem;
		margin-bottom: 0.9375rem;
	}

	@media screen and (min-width: 768.02px) {
		.post-single>.post-comments .comment-list .comment .comment-body {
			margin-bottom: 2.25rem;
		}
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta {
		margin-bottom: 0.0625rem;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta .avatar {
		float: left;
		width: 4.75rem;
		height: 4.75rem;
		margin-right: 1.25rem;
		border-radius: 50%;
	}

	@media screen and (min-width: 768.02px) {
		.post-single>.post-comments .comment-list .comment .comment-body .comment-meta .avatar {
			width: 5.375rem;
			height: 5.375rem;
			margin-right: 2.5rem;
		}
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta b {
		float: left;
		font-size: 0.875rem;
		font-weight: 600;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta b a {
		color: currentColor;
		text-decoration: none;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
		float: left;
		line-height: 1.2;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-meta .comment-metadata>* {
		font-size: 0.75rem;
		font-weight: 500;
		text-decoration: none;
		color: currentColor;
		margin-left: 0.9375rem;
		opacity: 0.5;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-content {
		margin-top: 1.875rem;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .comment-content p {
		font-size: 0.875rem;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .reply {
		padding-left: 6rem;
	}

	.post-single>.post-comments .comment-list .comment .comment-body .reply a+a {
		margin-left: 0.9375rem;
	}

	@media screen and (min-width: 768.02px) {
		.post-single>.post-comments .comment-list .comment .comment-body .reply {
			padding-left: 7.875rem;
		}
	}

	.post-single>.post-comments .comment-list .comment .comment-body .reply a {
		font-size: 0.875rem;
		font-weight: 600;
		text-decoration: none;
		color: rgb(var(--colors-black));
	}

	.post-single>.post-comments .comment-list ul,
	.post-single>.post-comments .comment-list ol {
		list-style: none;
	}

	@media screen and (min-width: 1024.02px) {

		.post-single>.post-comments .comment-list ul,
		.post-single>.post-comments .comment-list ol {
			-webkit-padding-start: 4.125rem;
			padding-inline-start: 4.125rem;
		}
	}

	.post-single>.post-comments .entry-title {
		font-size: 1.25rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
	}

	.post-single>.post-comments .comment-respond .comment-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -0.3125rem;
		margin-right: -0.3125rem;
	}

	.post-single>.post-comments .comment-respond .comment-form>.comment-notes,
	.post-single>.post-comments .comment-respond .comment-form>.logged-in-as {
		font-size: 0.875rem;
		font-weight: 500;
	}

	.post-single>.post-comments .comment-respond .comment-form>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}

	@media screen and (min-width: 768.02px) {

		.post-single>.post-comments .comment-respond .comment-form>*.comment-form-author,
		.post-single>.post-comments .comment-respond .comment-form>*.comment-form-email {
			width: 50%;
		}
	}

	.post-single>.post-comments .comment-respond .comment-form>* label {
		display: block;
		font-size: 0.8125rem;
		font-weight: 500;
		margin-bottom: 0.375rem;
	}

	.post-single>.post-header+.post-body {
		border-top: 1px solid rgb(var(--colors-gray-200));
		padding-top: 1.25rem;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single>.post-header+.post-body {
			padding-top: 2.5rem;
		}
	}

	.post-single.style-2>.post-header,
	.post-single.style-2>.post-body,
	.post-single.style-2 .post-footer,
	.post-single.style-2 .post-author-bio,
	.post-single.style-2 .post-navigation,
	.post-single.style-2>.post-comments {
		max-width: 64rem;
		margin-inline: auto;
	}

	@media screen and (min-width: 1024.02px) {
		.post-single.style-2>.post-thumbnail {
			margin-inline: -11.25rem;
		}
	}

	.post-thumbnail {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-height: 18.75rem;
		overflow: hidden;
	}

	@media screen and (min-width: 1024.02px) {
		.post-thumbnail {
			max-height: 47.5rem;
		}
	}

	.post .post-thumbnail img,
	.post-thumbnail img {
		position: relative;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.page-top-margin {
		position: relative;
		margin-top: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.page-top-margin {
			margin-top: -20%;
		}

		.page-top-margin::before {
			content: "";
			position: absolute;
			inset-inline: -5rem;
			top: -5rem;
			bottom: 0;
			background-color: rgb(var(--colors-white));
			border-start-start-radius: var(--theme-radius);
			border-start-end-radius: var(--theme-radius);
		}
	}

	.related-posts {
		margin-top: 1.875rem;
	}

	@media screen and (min-width: 1024.02px) {
		.related-posts {
			margin-top: 6rem;
		}
	}

/*------------------------------------ 
	Back to Top
------------------------------------*/
	.back-to-top {
		--position: 20px;
		--background: #fff;
		--stroke-width: 6;
		--stroke-background: #e5e7eb;
		--stroke-progress: rgb(var(--colors-primary-background));
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: var(--position);
		inset-inline-end: var(--position);
		background: var(--background);
		border: none;
		border-radius: 50%;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding: 0;
		z-index: 999;
		width: 42px;
		height: 42px;
	}

	.back-to-top.visible {
		opacity: 1;
		visibility: visible;
	}

	.back-to-top .progress-ring {
		position: absolute;
		top: 0;
		inset-inline-start: 0;
	}

	.back-to-top .progress-ring__bg,
	.back-to-top .progress-ring__progress {
		fill: none;
		stroke-width: var(--stroke-width);
		stroke-linecap: round;
	}

	.back-to-top .progress-ring__bg {
		stroke: var(--stroke-background);
	}

	.back-to-top .progress-ring__progress {
		stroke: var(--stroke-progress);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: center;
		transform-origin: center;
		stroke-dasharray: 283;
		stroke-dashoffset: 283;
	}

	.back-to-top .icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 28px;
		font-weight: bold;
	}

/*------------------------------------ 
	404 Not Found Page
------------------------------------*/
	.not-found {
		--width: 662px;
		--spacing: 42px;
		--spacing-md: 56px;
		--spacing-lg: 72px;
		--title-size: 128px;
		--title-size-md: 160px;
		--title-size-lg: 192px;
		--subtitle-size: 24px;
		--subtitle-size-md: 32px;
		--subtitle-size-lg: 44px;
		--description-size: 16px;
		--description-size-md: 18px;
		--description-size-lg: 20px;
		text-align: center;
		padding-block: var(--spacing);
		max-width: var(--width);
		margin-inline: auto;
	}

	@media screen and (min-width: 768.02px) {
		.not-found {
			--spacing: var(--spacing-md);
			--title-size: var(--title-size-md);
			--subtitle-size: var(--subtitle-size-md);
			--description-size: var(--description-size-md);
		}
	}

	@media screen and (min-width: 1024.02px) {
		.not-found {
			--spacing: var(--spacing-lg);
			--title-size: var(--title-size-lg);
			--subtitle-size: var(--subtitle-size-lg);
			--description-size: var(--description-size-lg);
		}
	}

	.not-found .entry-title {
		font-size: var(--title-size);
		font-weight: 600;
		line-height: 1;
		margin: 0;
	}

	.not-found .entry-subtitle {
		font-size: var(--subtitle-size);
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: calc(var(--spacing) / 4);
		color: var(--color-text-secondary);
		font-weight: 500;
	}

	.not-found .entry-description {
		font-size: var(--description-size);
		line-height: 1.6;
		color: var(--color-text-secondary);
		max-width: 569px;
		margin-inline: auto;
		margin-bottom: calc(var(--spacing) / 2);
		opacity: 0.6;
	}

/*------------------------------------ 
	WordPress Core
------------------------------------*/
	.alignleft {
		float: left;
		margin: 0.375rem 1.5rem 1.5rem 0;
	}

	.alignright {
		float: right;
		margin: 0.375rem 0 1.5rem 1.5rem;
	}

	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 0.375rem 1.5rem 1.5rem 0;
	}

	.wp-caption {
		max-width: 100%;
		margin-bottom: 1.5rem;
		text-align: center;
	}

	.wp-caption img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.wp-caption-text {
		font-size: 0.875rem;
		color: currentColor;
		margin-top: 0.5rem;
	}

	.gallery-caption {
		font-size: 0.875rem;
		color: currentColor;
		text-align: center;
	}

	.bypostauthor {
		position: relative;
	}

	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
		/* Many screen reader and browser combinations announce broken words as they would appear visually. */
	}

	.screen-reader-text:focus {
		background-color: rgb(var(--colors-gray-100));
		clip: auto !important;
		clip-path: none;
		color: currentColor;
		display: block;
		font-size: 1em;
		height: auto;
		left: .125rem;
		line-height: normal;
		padding: 1rem 1.5rem 1rem;
		text-decoration: none;
		top: .5rem;
		width: auto;
		z-index: 100000;
	}

/*------------------------------------ 
	Menu Icons
------------------------------------*/
	/* Inline icon alignment */
	.navigation .menu a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	/* Right icon ordering */
	.navigation .menu .pos-right {
		order: 2;
	}

	.navigation .menu .pos-left {
		order: 0;
	}

	/* Icon base style */
	.navigation .menu a .menu-icon {
		display: inline-block;
		vertical-align: middle;
		max-height: 16px;
		width: 16px;
		transition: opacity 0.20s ease-in-out;
		pointer-events: none;
	}

	.navigation.primary-menu .menu a .menu-icon {
		max-height: 22px;
	}

	.navigation.category-menu .menu a .menu-icon {
		max-height: 22px;
	}

	.navigation.primary-menu .sub-menu a .menu-icon {
		max-height: 18px;
	}

	/* NORMAL ICON (default visible) */
	.navigation .menu a .main-icon {
		opacity: 1;
		display: block;
	}

	/* HOVER ICON (default hidden) */
	.navigation .menu a .hover-icon {
		opacity: 0;
		display: none;
	}

	/* If hover: normal disappears */
	.navigation .menu li:hover>a.has-hover-icon .main-icon,
	.navigation .menu a.has-hover-icon:hover .main-icon {
		opacity: 0;
		display: none;
	}

	/* If hover is present: hover icon appears */
	.navigation .menu li:hover>a.has-hover-icon .hover-icon,
	.navigation .menu a.has-hover-icon:hover .hover-icon {
		opacity: 1;
		display: block;
	}

	/* SVG compatibility */
	.navigation .menu a .icon-svg svg,
	.navigation .menu a .icon-svg {
		max-height: 16px;
		width: auto;
		line-height: 1;
	}

	.navigation.primary-menu .menu a .icon-svg svg,
	.navigation.primary-menu .menu a .icon-svg,
	.navigation.category-menu .menu a .icon-svg svg,
	.navigation.category-menu .menu a .icon-svg,
	.navigation.drawer-menu .menu a .icon-svg svg,
	.navigation.drawer-menu .menu a .icon-svg {
		max-height: 22px;
	}

	.navigation.primary-menu .sub-menu a .icon-svg svg,
	.navigation.primary-menu .sub-menu a .icon-svg {
		max-height: 18px;
	}

/*------------------------------------ 
	Woo Notifications
------------------------------------*/
	#wc-notifications {
		position: fixed;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		gap: 12px;
		pointer-events: none;
		max-width: 27rem;
	}

	@media screen and (max-width: 575.98px) {
		#wc-notifications {
			max-width: 20rem;
		}
	}

	#wc-notifications.pos-bottom-right {
		right: 1rem;
		bottom: 1rem;
	}

	#wc-notifications.pos-bottom-left {
		left: 1rem;
		bottom: 1rem;
	}

	.wc-notification {
		pointer-events: auto;
		opacity: 0;
		transform: translateY(12px) scale(0.97);
		transition: opacity .3s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
	}

	.wc-notification.is-visible {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.wc-notification.is-hiding {
		opacity: 0;
		transform: translateY(6px) scale(0.95);
	}