/*!
Theme Name: Abacus Plus
Theme URI: http://underscores.me/
Author: Abacus Plus
Author URI: http://www.abacusplus.ba
Description: Custom Theme Developed by Abacus Plus Team
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abacusplus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Abacus Plus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --base-White: #FFFCF9FF;
  --base-Black: #05090DFF;
  --primary-50: #FFF6F1FF;
  --secondary-50: #DAFFE9FF;
  --secondary-100: #D2FFE4FF;
  --secondary-200: #A5FFC9FF;
  --secondary-300: #77FFAEFF;
  --secondary-400: #4AFF93FF;
  --secondary-500: #1DFF78FF;
  --secondary-600: #17CC60FF;
  --secondary-700: #119948FF;
  --secondary-800: #0C6630FF;
  --secondary-900: #063318FF;
  --accent-50: #EFE4FFFF;
  --accent-100: #E4D2FFFF;
  --accent-200: #C9A5FFFF;
  --accent-300: #AE77FFFF;
  --accent-400: #934AFFFF;
  --accent-500: #781DFFFF;
  --accent-600: #6017CCFF;
  --accent-700: #481199FF;
  --accent-800: #300C66FF;
  --accent-900: #180633FF;
  --neutral-50: #F3F6FCFF;
  --neutral-100: #E7EEF7FF;
  --neutral-200: #C9DBEEFF;
  --neutral-300: #9ABDDFFF;
  --neutral-400: #649ACCFF;
  --neutral-500: #407DB7FF;
  --neutral-600: #2F639AFF;
  --neutral-700: #274F7DFF;
  --neutral-800: #244468FF;
  --neutral-900: #223B58FF;
  --neutral-950: #1A2B42FF;
  --primary-100: #FFE4D2FF;
  --primary-200: #FFC9A5FF;
  --primary-300: #FFAE77FF;
  --primary-400: #FF934AFF;
  --primary-500: #FF781DFF;
  --primary-600: #CC6017FF;
  --primary-700: #994811FF;
  --primary-800: #66300CFF;
  --primary-900: #331806FF;
  --red-50: #FEF3F2FF;
  --red-100: #FEE4E2FF;
  --red-200: #FFCDC9FF;
  --red-300: #FDAAA4FF;
  --red-400: #F97970FF;
  --red-500: #F04438FF;
  --red-600: #DE3024FF;
  --red-700: #BB241AFF;
  --red-800: #9A221AFF;
  --red-900: #80231CFF;
  --red-950: #460D09FF;
  --yellow-50: #FFFBEDFF;
  --yellow-100: #FFF7D4FF;
  --yellow-200: #FFEBA8FF;
  --yellow-300: #FFDA71FF;
  --yellow-400: #FFBF38FF;
  --yellow-500: #FDA712FF;
  --yellow-600: #F79009FF;
  --yellow-700: #C56A09FF;
  --yellow-800: #9D530FFF;
  --yellow-900: #7E4510FF;
  --yellow-950: #442106FF;
  --green-50: #ECFDF3FF;
  --green-100: #D1FADFFF;
  --green-200: #A8F2C6FF;
  --green-300: #6FE6A7FF;
  --green-400: #36D183FF;
  --green-500: #12B76AFF;
  --green-600: #079455FF;
  --green-700: #057747FF;
  --green-800: #075E3AFF;
  --green-900: #074D32FF;
  --green-950: #022C1CFF;
  --size-unit--20: -20px;
  --size-unit--19: -19px;
  --size-unit--18: -18px;
  --size-unit--17: -17px;
  --size-unit--16: -16px;
  --size-unit--15: -15px;
  --size-unit--14: -14px;
  --size-unit--13: -13px;
  --size-unit--12: -12px;
  --size-unit--11: -11px;
  --size-unit--10: -10px;
  --size-unit--9: -9px;
  --size-unit--8: -8px;
  --size-unit--7: -7px;
  --size-unit--6: -6px;
  --size-unit--5: -5px;
  --size-unit--4: -4px;
  --size-unit--3: -3px;
  --size-unit--2: -2px;
  --size-unit--1: -1px;
  --size-unit-0: 0px;
  --size-unit-1: 1px;
  --size-unit-2: 2px;
  --size-unit-3: 3px;
  --size-unit-4: 4px;
  --size-unit-5: 5px;
  --size-unit-6: 6px;
  --size-unit-7: 7px;
  --size-unit-8: 8px;
  --size-unit-9: 9px;
  --size-unit-10: 10px;
  --size-unit-11: 11px;
  --size-unit-12: 12px;
  --size-unit-13: 13px;
  --size-unit-14: 14px;
  --size-unit-15: 15px;
  --size-unit-16: 16px;
  --size-unit-17: 17px;
  --size-unit-18: 18px;
  --size-unit-19: 19px;
  --size-unit-20: 20px;
  --size-unit-21: 21px;
  --size-unit-22: 22px;
  --size-unit-23: 23px;
  --size-unit-24: 24px;
  --size-unit-25: 25px;
  --size-unit-26: 26px;
  --size-unit-27: 27px;
  --size-unit-28: 28px;
  --size-unit-29: 29px;
  --size-unit-30: 30px;
  --size-unit-31: 31px;
  --size-unit-32: 32px;
  --size-unit-33: 33px;
  --size-unit-34: 34px;
  --size-unit-35: 35px;
  --size-unit-36: 36px;
  --size-unit-37: 37px;
  --size-unit-38: 38px;
  --size-unit-39: 39px;
  --size-unit-40: 40px;
  --size-unit-41: 41px;
  --size-unit-42: 42px;
  --size-unit-43: 43px;
  --size-unit-44: 44px;
  --size-unit-45: 45px;
  --size-unit-46: 46px;
  --size-unit-47: 47px;
  --size-unit-48: 48px;
  --size-unit-49: 49px;
  --size-unit-50: 50px;
  --size-unit-51: 51px;
  --size-unit-52: 52px;
  --size-unit-53: 53px;
  --size-unit-54: 54px;
  --size-unit-55: 55px;
  --size-unit-56: 56px;
  --size-unit-57: 57px;
  --size-unit-58: 58px;
  --size-unit-59: 59px;
  --size-unit-60: 60px;
  --size-unit-61: 61px;
  --size-unit-62: 62px;
  --size-unit-63: 63px;
  --size-unit-64: 64px;
  --size-unit-66: 66px;
  --size-unit-67: 67px;
  --size-unit-68: 68px;
  --size-unit-69: 69px;
  --size-unit-70: 70px;
  --size-unit-71: 71px;
  --size-unit-72: 72px;
  --size-unit-73: 73px;
  --size-unit-74: 74px;
  --size-unit-75: 75px;
  --size-unit-76: 76px;
  --size-unit-77: 77px;
  --size-unit-78: 78px;
  --size-unit-79: 79px;
  --size-unit-80: 80px;
  --size-unit-81: 81px;
  --size-unit-82: 82px;
  --size-unit-83: 83px;
  --size-unit-84: 84px;
  --size-unit-85: 85px;
  --size-unit-86: 86px;
  --size-unit-87: 87px;
  --size-unit-88: 88px;
  --size-unit-89: 89px;
  --size-unit-90: 90px;
  --size-unit-91: 91px;
  --size-unit-92: 92px;
  --size-unit-93: 93px;
  --size-unit-94: 94px;
  --size-unit-95: 95px;
  --size-unit-96: 96px;
  --size-unit-97: 97px;
  --size-unit-98: 98px;
  --size-unit-99: 99px;
  --size-unit-100: 100px;
  --size-unit-112: 871px;
  --size-unit-128: 128px;
  --size-unit-144: 144px;
  --size-unit-160: 160px;
  --size-unit-176: 176px;
  --size-unit-192: 192px;
  --size-unit-208: 208px;
  --size-unit-224: 224px;
  --size-unit-240: 240px;
  --size-unit-256: 256px;
  --size-unit-288: 288px;
  --size-unit-320: 320px;
  --size-unit-384: 384px;
  --size-unit-640: 640px;
  --size-unit-768: 768px;
  --size-unit-1024: 1024px;
  --size-unit-1280: 1280px;
  --size-unit-1536: 1536px;
  --size-unit-9999: 9999px;
  --spacing-spacing: 0px;
  --spacing-44: var(--size-unit-176);
  --spacing-10: var(--size-unit-40);
  --spacing-28: var(--size-unit-112);
  --spacing-48: var(--size-unit-192);
  --spacing-56: var(--size-unit-224);
  --spacing-40: var(--size-unit-160);
  --spacing-3-5: var(--size-unit-14);
  --spacing-32: var(--size-unit-128);
  --spacing-36: var(--size-unit-144);
  --spacing-52: var(--size-unit-208);
  --spacing-16: var(--size-unit-64);
  --spacing-2-5: var(--size-unit-10);
  --spacing-14: var(--size-unit-56);
  --spacing-9: var(--size-unit-36);
  --spacing-11: var(--size-unit-44);
  --spacing-0-5: var(--size-unit-2);
  --spacing-60: var(--size-unit-240);
  --spacing-1: var(--size-unit-4);
  --spacing-1-5: var(--size-unit-6);
  --spacing-24: var(--size-unit-96);
  --spacing-6: var(--size-unit-24);
  --spacing-2: var(--size-unit-8);
  --spacing-3: var(--size-unit-12);
  --spacing-4: var(--size-unit-16);
  --spacing-5: var(--size-unit-20);
  --spacing-20: var(--size-unit-80);
  --spacing-0: var(--size-unit-0);
  --spacing-7: var(--size-unit-28);
  --spacing-8: var(--size-unit-32);
  --spacing-12: var(--size-unit-48);
  --spacing-64: var(--size-unit-256);
  --spacing-72: var(--size-unit-288);
  --spacing-80: var(--size-unit-320);
  --spacing-96: var(--size-unit-384);
  --radius-rounded-none: var(--size-unit-0);
  --radius-rounded-sm: var(--size-unit-2);
  --radius-rounded-lg: var(--size-unit-8);
  --radius-rounded: var(--size-unit-4);
  --radius-rounded-md: var(--size-unit-6);
  --radius-rounded-2xl: var(--size-unit-16);
  --radius-rounded-xl: var(--size-unit-12);
  --radius-rounded-3xl: var(--size-unit-24);
  --radius-rounded-4xl: var(--size-unit-32);
  --radius-rounded-full: var(--size-unit-9999);
  --border-width-border-1: var(--size-unit-1);
  --border-width-border-0: var(--size-unit-0);
  --border-width-border-2: var(--size-unit-2);
  --border-width-border-4: var(--size-unit-4);
  --border-width-border-6: var(--size-unit-6);
  --border-width-border-8: var(--size-unit-8);
  --breakpoints-sm: var(--size-unit-640);
  --breakpoints-md: var(--size-unit-768);
  --breakpoints-lg: var(--size-unit-1024);
  --breakpoints-xl: var(--size-unit-1280);
  --breakpoints-2xl: var(--size-unit-1536);
}

.light-mode {
  --surface-primary-default: var(--base-White);
  --surface-primary-hover: var(--neutral-50);
  --surface-primary-focus: var(--neutral-100);
  --surface-primary-pressed: var(--neutral-200);
  --surface-primary-disabled: var(--neutral-50);
  --surface-secondary-default: var(--neutral-500);
  --surface-secondary-subtle: var(--neutral-200);
  --surface-secondary-hover: var(--neutral-400);
  --surface-secondary-focus: var(--neutral-500);
  --surface-secondary-pressed: var(--neutral-700);
  --surface-secondary-disabled: var(--neutral-50);
  --surface-brand-default: var(--primary-500);
  --surface-brand-subtle: var(--primary-100);
  --surface-brand-hover: var(--primary-600);
  --surface-brand-focus: var(--primary-700);
  --surface-brand-pressed: var(--primary-800);
  --surface-brand-disabled: var(--primary-50);
  --surface-accent-default: var(--accent-200);
  --surface-accent-hover: var(--accent-300);
  --surface-accent-focus: var(--accent-400);
  --surface-accent-pressed: var(--accent-500);
  --surface-accent-disabled: var(--accent-50);
  --surface-invert-default: var(--base-Black);
  --surface-invert-hover: var(--neutral-950);
  --surface-invert-focus: var(--neutral-900);
  --surface-invert-pressed: var(--neutral-800);
  --surface-invert-disabled: var(--neutral-50);
  --border-primary-default: var(--neutral-100);
  --border-primary-hover: var(--neutral-200);
  --border-primary-focus: var(--neutral-300);
  --border-primary-pressed: var(--neutral-400);
  --border-primary-disabled: var(--neutral-100);
  --border-secondary-default: var(--neutral-950);
  --border-secondary-hover: var(--neutral-700);
  --border-secondary-focus: var(--neutral-600);
  --border-secondary-pressed: var(--neutral-500);
  --border-secondary-disabled: var(--neutral-100);
  --border-brand-default: var(--primary-500);
  --border-brand-hover: var(--primary-700);
  --border-brand-focus: var(--primary-600);
  --border-brand-pressed: var(--primary-500);
  --border-brand-disabled: var(--primary-100);
  --border-accent-default: var(--accent-200);
  --border-accent-hover: var(--accent-700);
  --border-accent-focus: var(--accent-600);
  --border-accent-pressed: var(--accent-500);
  --border-accent-disabled: var(--accent-100);
  --border-invert-default: var(--neutral-800);
  --border-invert-hover: var(--neutral-700);
  --border-invert-focus: var(--neutral-600);
  --border-invert-pressed: var(--neutral-500);
  --border-invert-disabled: var(--neutral-100);
  --border-success-default: var(--green-800);
  --border-success-hover: var(--green-700);
  --border-success-focus: var(--green-600);
  --border-success-pressed: var(--green-500);
  --border-success-disabled: var(--neutral-100);
  --border-error-default: var(--red-800);
  --border-error-hover: var(--red-700);
  --border-error-focus: var(--red-600);
  --border-error-pressed: var(--red-500);
  --border-error-disabled: var(--red-100);
  --border-warning-default: var(--yellow-800);
  --border-warning-hover: var(--yellow-700);
  --border-warning-focus: var(--yellow-600);
  --border-warning-pressed: var(--yellow-500);
  --border-warning-disabled: var(--yellow-100);
  --text-primary-default: var(--base-Black);
  --text-primary-hover: var(--neutral-950);
  --text-primary-focus: var(--neutral-900);
  --text-primary-pressed: var(--neutral-800);
  --text-primary-disabled: var(--neutral-200);
  --text-secondary-default: var(--neutral-950);
  --text-brand-default: var(--primary-500);
  --text-brand-hover: var(--primary-700);
  --text-brand-focus: var(--primary-600);
  --text-brand-pressed: var(--primary-500);
  --text-brand-disabled: var(--primary-200);
  --text-secondary-hover: var(--neutral-400);
  --text-secondary-focus: var(--neutral-500);
  --text-secondary-pressed: var(--neutral-600);
  --text-secondary-disabled: var(--neutral-200);
  --text-accent-default: var(--accent-800);
  --text-accent-hover: var(--accent-700);
  --text-accent-focus: var(--accent-600);
  --text-accent-pressed: var(--accent-500);
  --text-accent-disabled: var(--accent-200);
  --text-invert-default: var(--base-White);
  --text-invert-hover: var(--neutral-200);
  --text-invert-focus: var(--neutral-300);
  --text-invert-pressed: var(--neutral-400);
  --text-invert-disabled: var(--neutral-100);
  --text-success-default: var(--green-300);
  --text-success-hover: var(--green-400);
  --text-success-focus: var(--green-500);
  --text-success-pressed: var(--green-700);
  --text-success-disabled: var(--green-100);
  --text-error-default: var(--red-800);
  --text-error-hover: var(--red-700);
  --text-error-focus: var(--red-600);
  --text-error-pressed: var(--red-500);
  --text-error-disabled: var(--red-100);
  --text-warning-default: var(--yellow-800);
  --text-warning-hover: var(--yellow-700);
  --text-warning-focus: var(--yellow-600);
  --text-warning-pressed: var(--yellow-500);
  --text-warning-disabled: var(--yellow-100);
  --surface-success-default: var(--green-100);
  --surface-success-hover: var(--green-200);
  --surface-success-focus: var(--green-300);
  --surface-success-pressed: var(--green-500);
  --surface-success-disabled: var(--neutral-50);
  --surface-error-default: var(--red-100);
  --surface-error-hover: var(--red-200);
  --surface-error-focus: var(--red-300);
  --surface-error-pressed: var(--red-500);
  --surface-error-disabled: var(--neutral-50);
  --surface-warning-default: var(--yellow-100);
  --surface-warning-hover: var(--yellow-200);
  --surface-warning-focus: var(--yellow-300);
  --surface-warning-pressed: var(--yellow-500);
  --surface-warning-disabled: var(--neutral-50);
  --icon-primary-default: var(--base-Black);
  --icon-primary-hover: var(--neutral-800);
  --icon-primary-focus: var(--neutral-700);
  --icon-primary-pressed: var(--neutral-600);
  --icon-primary-disabled: var(--neutral-100);
  --icon-secondary-default: var(--neutral-950);
  --icon-brand-default: var(--primary-500);
  --icon-brand-hover: var(--primary-700);
  --icon-brand-focus: var(--primary-600);
  --icon-brand-pressed: var(--primary-500);
  --icon-brand-disabled: var(--primary-100);
  --icon-accent-default: var(--accent-800);
  --icon-accent-hover: var(--accent-700);
  --icon-accent-focus: var(--accent-600);
  --icon-accent-pressed: var(--accent-500);
  --icon-accent-disabled: var(--accent-100);
  --icon-secondary-hover: var(--neutral-400);
  --icon-secondary-focus: var(--neutral-500);
  --icon-secondary-pressed: var(--neutral-600);
  --icon-secondary-disabled: var(--neutral-100);
  --icon-invert-default: var(--base-White);
  --icon-invert-hover: var(--neutral-100);
  --icon-invert-focus: var(--neutral-200);
  --icon-invert-pressed: var(--neutral-300);
  --icon-invert-disabled: var(--neutral-100);
  --icon-success-default: var(--green-300);
  --icon-success-hover: var(--green-400);
  --icon-success-focus: var(--green-500);
  --icon-success-pressed: var(--green-700);
  --icon-success-disabled: var(--green-100);
  --icon-error-default: var(--red-800);
  --icon-error-hover: var(--red-700);
  --icon-error-focus: var(--red-600);
  --icon-error-pressed: var(--red-500);
  --icon-error-disabled: var(--red-100);
  --icon-warning-default: var(--yellow-800);
  --icon-warning-hover: var(--yellow-700);
  --icon-warning-focus: var(--yellow-600);
  --icon-warning-pressed: var(--yellow-500);
  --icon-warning-disabled: var(--yellow-100);
}

.w-100 {
  font-weight: 100;
}

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

.dflex {
  display: flex;
}

.dfcolumn {
  flex-direction: column;
}

.aistart {
  align-items: flex-start;
}

.aicenter {
  align-items: center;
}

.aiend {
  align-items: flex-end;
}

.jcbetween {
  justify-content: space-between;
}

.jccenter {
  justify-content: center;
}

.jcend {
  justify-content: flex-end;
}

.dgrid {
  display: grid;
}

.gtc-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gtc-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.gap-60 {
  gap: 60px;
}

.gap-64 {
  gap: 64px;
}

.gap-82 {
  gap: 82px;
}

.gap-96 {
  gap: 96px;
}

.gap-100 {
  gap: 100px;
}

.gap-128 {
  gap: 128px;
}

.gap-48-24 {
  gap: 48px 24px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Playfair Display", serif;
  margin: 0;
  color: var(--text-primary-default);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: unset;
}

h1 {
  font-size: 5.75rem;
  line-height: 80px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 57.6px;
  }
}

h1.h1-pages {
  font-size: 4.5rem;
  line-height: 79.2px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  h1.h1-pages {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

h1.h1-product {
  font-size: 3rem;
  line-height: 57.6px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  h1.h1-product {
    font-size: 2rem;
    line-height: 40.6px;
  }
}
@media (max-width: 767px) {
  h1.h1-product {
    font-size: 1.75rem;
    line-height: 34px;
  }
}

h2 {
  font-size: 3.75rem;
  line-height: 56px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  h2 {
    font-size: 2.5rem;
    line-height: 48.6px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

h3 {
  font-size: 3rem;
  line-height: 57.6px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  h3 {
    font-size: 2rem;
    line-height: 40.6px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
    line-height: 34px;
  }
}

h4 {
  font-size: 2.25rem;
  line-height: 43.2px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  h4 {
    font-size: 1.75rem;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}

h5 {
  font-size: 1.875rem;
  line-height: 36px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  h5 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}

h6 {
  font-size: 1.5rem;
  line-height: 28.8px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  h6 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}

p {
  margin: 0;
  font-size: 1rem;
  line-height: 22.4px;
  font-family: "Nunito Sans", sans-serif;
  color: var(--text-primary-default);
}

.p-l {
  font-size: 1.125rem;
  line-height: 23.4px;
}
@media (max-width: 767px) {
  .p-l {
    font-size: 1rem;
    line-height: 22.4px;
  }
}

.p-s {
  font-size: 0.875rem;
  line-height: 18.2px;
}

.p-xs {
  font-size: 0.75rem;
  line-height: 15.6px;
}

.p-xl {
  font-size: 1.25rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .p-xl {
    font-size: 1rem;
    line-height: 22.4px;
  }
}

/* Elements
--------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}

body {
  background: var(--surface-primary-default);
}

.overflow-hidden body, .overflow-hidden html {
  overflow: hidden;
}

.home .wp-block-columns {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  background-size: 120%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .home .wp-block-columns {
    background-size: 150%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .home .wp-block-columns {
    background-size: 250%;
  }
}
@media (max-width: 767px) {
  .home .wp-block-columns {
    background-size: 815%;
  }
}
.home .wp-block-columns .wp-block-column {
  background-color: transparent;
}
.home .wp-block-columns .wp-block-column .for-you {
  margin-top: -100px;
  background-image: none;
}
.home .wp-block-columns .wp-block-column .explore {
  background-image: none;
}
.home .coming-soon {
  margin-top: -28px;
}

.page-id-1013 .wp-block-columns {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  background-size: 120%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .page-id-1013 .wp-block-columns {
    background-size: 150%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .page-id-1013 .wp-block-columns {
    background-size: 250%;
  }
}
@media (max-width: 767px) {
  .page-id-1013 .wp-block-columns {
    background-size: 815%;
  }
}
.page-id-1013 .wp-block-columns .wp-block-column {
  background-color: transparent;
}
.page-id-1013 .wp-block-columns .wp-block-column .for-you {
  margin-top: -100px;
  background-image: none;
}
.page-id-1013 .wp-block-columns .wp-block-column .newsletter {
  background-image: none;
}
.page-id-1013 .wp-block-columns .wp-block-column .newsletter__illustration {
  background-position: center top;
}
@media (max-width: 767px) {
  .page-id-1013 .recognized {
    padding: 0 0 64px 0;
  }
}
.page-id-1013 .recognized__divider {
  top: -127px;
}

.page-id-1023 .wp-block-columns {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  background-size: 120%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .page-id-1023 .wp-block-columns {
    background-size: 150%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .page-id-1023 .wp-block-columns {
    background-size: 250%;
  }
}
@media (max-width: 767px) {
  .page-id-1023 .wp-block-columns {
    background-size: 815%;
  }
}
.page-id-1023 .wp-block-columns .wp-block-column {
  background-color: transparent;
}
.page-id-1023 .wp-block-columns .wp-block-column .for-you {
  margin-top: -100px;
  background-image: none;
  padding: 100px 0;
}
.page-id-1023 .wp-block-columns .wp-block-column .for-you__wrapper__stb__st p {
  padding: 2px 19px;
}
@media (max-width: 767px) {
  .page-id-1023 .wp-block-columns .wp-block-column .for-you:first-child {
    padding: 64px 0;
  }
}
.page-id-1023 .members {
  padding: 64px 0 100px;
}
@media (max-width: 767px) {
  .page-id-1023 .members {
    padding: 0 0 64px 0;
  }
}
@media (max-width: 767px) {
  .page-id-1023 .members__divider {
    top: -127px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

table {
  margin: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
.button {
  display: flex;
  width: fit-content;
  align-items: center;
}

.btn-sm {
  padding: var(--spacing-2) var(--spacing-4);
  font-size: 1rem;
  line-height: 100%;
  gap: var(--spacing-1-5);
}

.btn-md {
  padding: var(--spacing-2-5) var(--spacing-4);
  font-size: 1rem;
  line-height: 20.8px;
  gap: var(--spacing-2);
}

.primary-button {
  border-radius: 8px;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border: 2px solid var(--border-brand-default);
}
.primary-button:hover {
  background-color: var(--surface-brand-hover);
  border: 2px solid var(--surface-brand-hover);
}

.secondary-button {
  color: var(--text-brand-default);
  border-radius: 8px;
  border: 2px dashed var(--border-brand-default);
  background: var(--surface-primary-default);
}
.secondary-button svg {
  transition: 0.3s ease-in-out;
}
.secondary-button svg path {
  transition: 0.3s ease-in-out;
}
.secondary-button:hover {
  color: var(--text-brand-hover);
  background-color: transparent;
  border: 2px dashed var(--border-brand-hover);
}

.link-button {
  color: var(--text-primary-default);
}
.link-button svg {
  transition: 0.3s ease-in-out;
}
.link-button svg path {
  transition: 0.3s ease-in-out;
}
.link-button:hover {
  color: var(--text-brand-default);
}

input[type=email], input[type=text], select, textarea, input[type=tel],
input[type=password] {
  padding: 10px 14px 10px 44px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 18.2px;
  color: var(--text-secondary-default);
  border-radius: 8px;
  background-color: var(--surface-primary-default);
  background-repeat: no-repeat;
  background-position: 14px center;
  transition: all 0.3s ease-in-out;
}
input[type=email]::placeholder, input[type=text]::placeholder, select::placeholder, textarea::placeholder, input[type=tel]::placeholder,
input[type=password]::placeholder {
  color: var(--text-secondary-default);
  transition: all 0.3s ease-in-out;
}
input[type=email]:hover, input[type=text]:hover, select:hover, textarea:hover, input[type=tel]:hover,
input[type=password]:hover {
  border-radius: 8px;
  border: 2px dashed var(--border-brand-hover);
  background-color: var(--surface-primary-hover);
  color: var(--text-secondary-hover);
}
input[type=email]:hover::placeholder, input[type=text]:hover::placeholder, select:hover::placeholder, textarea:hover::placeholder, input[type=tel]:hover::placeholder,
input[type=password]:hover::placeholder {
  color: var(--text-secondary-hover);
}
input[type=email]:focus, input[type=text]:focus, select:focus, textarea:focus, input[type=tel]:focus,
input[type=password]:focus {
  outline: 0;
  border-radius: 8px;
  border: 2px dashed var(--border-brand-focus);
  background-color: var(--surface-primary-focus);
  color: var(--text-secondary-focus);
}
input[type=email]:focus::placeholder, input[type=text]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder, input[type=tel]:focus::placeholder,
input[type=password]:focus::placeholder {
  color: var(--text-secondary-focus);
}

textarea {
  padding: 10px 14px;
  border: 2px dashed var(--border-brand-default);
}
@media (max-width: 767px) {
  textarea {
    width: inherit;
  }
}

select {
  appearance: none;
  padding: 10px 14px;
  border: 2px dashed var(--border-brand-default);
  cursor: pointer;
  background-image: url("/wp-content/uploads/2025/12/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}

input[type=submit] {
  all: unset;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: var(--spacing-2-5) var(--spacing-4);
  font-size: 1rem;
  line-height: 20.8px;
  gap: var(--spacing-2);
  border-radius: 8px;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
}
input[type=submit]:hover {
  background-color: var(--surface-brand-hover);
}

input[type=email] {
  background-image: url("/wp-content/uploads/2025/12/pero.svg");
  border: 2px dashed var(--border-brand-default);
}

input[type=password] {
  border: 2px dashed var(--border-brand-default);
}

input[type=text] {
  background-image: url("/wp-content/uploads/2025/12/Group-39923.svg");
  border: 2px dashed var(--border-brand-default);
}
input[type=text]:hover {
  border: 2px dashed var(--border-brand-hover);
}
input[type=text]:focus {
  border: 2px dashed var(--border-brand-focus);
}

input[type=tel] {
  border: 2px dashed var(--border-brand-default);
}
input[type=tel]:hover {
  border: 2px dashed var(--border-brand-hover);
}
input[type=tel]:focus {
  border: 2px dashed var(--border-brand-focus);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header__tagline {
  padding: 6px 0;
  background: var(--surface-brand-subtle);
}
.site-header__main {
  padding: 16px 0 24px;
}
.site-header__main__wrapper__logo a img {
  width: 120px;
}
@media (max-width: 767px) {
  .site-header__main__wrapper__logo a img {
    width: 70px;
  }
}
.site-header__main__wrapper__search {
  position: relative;
}
@media (max-width: 767px) {
  .site-header__main__wrapper__search {
    display: none;
  }
}
.site-header__main__wrapper__search input {
  width: 431px;
}
.site-header__main__wrapper__search button {
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 2px solid var(--border-brand-default) !important;
}
.site-header__main__wrapper__search button:hover {
  border: 2px solid var(--surface-brand-hover) !important;
}
.site-header__main__wrapper__search .product-search-dropdown {
  position: absolute;
  left: 0;
  top: 50px;
  width: calc(100% - 106.95px);
  z-index: 3;
  border: 2px dashed var(--border-brand-default);
  border-radius: 8px;
  background-color: var(--surface-primary-default);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-img {
  width: 65px;
  height: 85px;
  overflow: hidden;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-title {
  font-size: 1rem;
  line-height: 22.4px;
  font-family: "Nunito Sans", sans-serif;
  color: var(--text-primary-default);
  font-weight: 700;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-uid {
  font-size: 0.75rem;
  line-height: 15.6px;
  color: var(--text-primary-default);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price {
  display: flex;
  flex-direction: column;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price .woocommerce-Price-amount {
  color: var(--text-secondary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price del {
  text-decoration: none;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price del .woocommerce-Price-amount {
  color: var(--text-secondary-disabled);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: line-through;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price ins {
  text-decoration: none;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-list .ps-item .ps-meta .ps-price ins span {
  color: var(--text-secondary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.site-header__main__wrapper__search .product-search-dropdown .ps-empty {
  font-size: 1rem;
  line-height: 22.4px;
  font-family: "Nunito Sans", sans-serif;
  color: var(--text-primary-default);
  font-weight: 500;
}
.site-header__main__wrapper__ctas .profile, .site-header__main__wrapper__ctas .cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: var(--surface-brand-default);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.site-header__main__wrapper__ctas .profile:hover, .site-header__main__wrapper__ctas .cart-icon:hover {
  background-color: var(--surface-brand-hover);
}
.site-header__main__wrapper__ctas .profile .xoo-wsc-sc-count, .site-header__main__wrapper__ctas .cart-icon .xoo-wsc-sc-count {
  top: -14px;
}
.site-header__main__wrapper__ctas__menu-icon {
  display: none !important;
  background-color: transparent !important;
  border-radius: 8px;
  border: 2px dashed var(--border-brand-default);
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.site-header__main__wrapper__ctas__menu-icon__bar1, .site-header__main__wrapper__ctas__menu-icon__bar3 {
  width: 22px;
  height: 2px;
  background-color: var(--surface-brand-default);
  transition: all 0.3s ease-in-out;
  top: 0;
  position: relative;
}
.site-header__main__wrapper__ctas__menu-icon__bar2 {
  position: relative;
  left: 2px;
  width: 18px;
  height: 2px;
  background-color: var(--surface-brand-default);
  transition: opacity 0.15s ease-in-out 0.15s;
}
@media (max-width: 767px) {
  .site-header__main__wrapper__ctas__menu-icon {
    display: flex !important;
  }
}
.site-header__main__wrapper__ctas .bars-active .site-header__main__wrapper__ctas__menu-icon__bar1 {
  transform: rotate(45deg);
  top: 7px;
  transition: all 0.3s ease-in-out;
  bottom: auto;
}
.site-header__main__wrapper__ctas .bars-active .site-header__main__wrapper__ctas__menu-icon__bar2 {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.site-header__main__wrapper__ctas .bars-active .site-header__main__wrapper__ctas__menu-icon__bar3 {
  transform: rotate(-45deg);
  top: -7px;
  transition: all 0.3s ease-in-out;
}
.site-header__navigation {
  padding: 16px 0;
}
@media (max-width: 767px) {
  .site-header__navigation {
    display: none;
  }
}
.site-header__navigation__nav .menu-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .site-header__navigation__nav .menu-items {
    gap: 16px;
  }
}
.site-header__navigation__nav .menu-items li a {
  color: var(--text-primary-default);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23.4px;
  padding: 4px 26px 4px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .site-header__navigation__nav .menu-items li a {
    font-size: 0.875rem;
  }
}
.site-header__navigation__nav .menu-items li a:hover {
  color: var(--text-brand-default);
}
.site-header__navigation__nav .menu-items .current-menu-item a {
  color: var(--text-brand-default);
}
.site-header__navigation__nav .menu-items .menu-item-has-children {
  position: relative;
}
.site-header__navigation__nav .menu-items .menu-item-has-children a {
  padding: 4px 58px 4px 0;
  background-image: url("/wp-content/uploads/2025/12/StateClosed.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 26px) center;
}
.site-header__navigation__nav .menu-items .menu-item-has-children .sub-menu {
  display: none;
  border-radius: 8px 8px 0 0;
  background: var(--primary-200);
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 27px;
  left: 0;
  width: 162px;
  z-index: 1;
}
.site-header__navigation__nav .menu-items .menu-item-has-children .sub-menu::after {
  content: url("/wp-content/uploads/2025/12/Frame-123522.svg");
  position: absolute;
  left: 0;
  bottom: -9px;
}
.site-header__navigation__nav .menu-items .menu-item-has-children .sub-menu li a {
  padding: 4px 26px 4px 0;
  background: none;
  display: block;
}
.site-header__navigation__nav .menu-items .menu-item-has-children:hover a {
  background-image: url("/wp-content/uploads/2025/12/StateOpen.svg");
}
.site-header__navigation__nav .menu-items .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.site-header__mobile-navigation {
  background-color: var(--surface-primary-default);
  padding: 72px 24px 0;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999999;
  transition: left 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-header__mobile-navigation {
    display: none;
  }
}
.site-header__mobile-navigation__close {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 2px dashed var(--border-brand-default);
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__mobile-navigation__close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--surface-brand-default);
}
.site-header__mobile-navigation__close span:first-child {
  transform: rotate(45deg);
}
.site-header__mobile-navigation__close span:last-child {
  transform: rotate(-45deg);
}
.site-header__mobile-navigation__nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 0;
}
.site-header__mobile-navigation__nav .menu-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-header__mobile-navigation__nav .menu-items li a {
  color: var(--text-primary-default);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 23.4px;
  padding: 4px 26px 4px 0;
}
@media (max-width: 767px) {
  .site-header__mobile-navigation__nav .menu-items li a {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.site-header__mobile-navigation__nav .menu-items li a:hover {
  color: var(--text-brand-default);
}
.site-header__mobile-navigation__nav .menu-items .current-menu-item a {
  color: var(--text-brand-default);
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children {
  position: relative;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children a {
  padding: 4px 58px 4px 0;
  background-image: url("/wp-content/uploads/2025/12/StateClosed.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 26px) center;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children .sub-menu {
  display: none;
  border-radius: 8px 8px 0 0;
  background: var(--primary-200);
  padding: 0 24px;
  overflow: hidden;
  flex-direction: column;
  margin: 12px 0 0 0;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children .sub-menu::after {
  content: url("/wp-content/uploads/2025/12/Frame-12351233.svg");
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children .sub-menu li a {
  padding: 4px 26px 4px 0;
  background: none;
  display: block;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children .sub-menu li {
  margin-bottom: 24px;
}
.site-header__mobile-navigation__nav .menu-items .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.site-header__mobile-navigation__nav .menu-items .is-open a {
  background-image: url("/wp-content/uploads/2025/12/StateOpen.svg");
}
.site-header__mobile-navigation__nav .menu-items .is-open .sub-menu {
  display: flex !important;
}
.site-header__mobile-navigation__search {
  background-color: var(--surface-primary-default);
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.site-header__mobile-navigation__search input {
  flex: 1 1 auto;
  min-width: 0;
}
.site-header__mobile-navigation__search button {
  border: 2px solid var(--border-brand-default) !important;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 420px) {
  .site-header__mobile-navigation__search {
    flex-direction: column;
  }
}
.site-header .mm-active {
  left: 0;
}

.site-footer {
  padding: 80px 0 32px;
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: 120%;
}
@media (max-width: 767px) {
  .site-footer {
    background-size: 245%;
    padding: 32px 0;
  }
}
.site-footer__leaf {
  background-image: url(/wp-content/uploads/2025/12/FooterLisce.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .site-footer__leaf {
    background-position: left center;
    background-size: 215%;
  }
}
@media (max-width: 767px) {
  .site-footer__leaf {
    display: none;
  }
}
.site-footer .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .site-footer__wrapper__main {
    flex-direction: column;
    gap: 64px;
  }
}
.site-footer__wrapper__main__lds {
  max-width: 585px;
}
.site-footer__wrapper__main__lds img {
  width: 183px;
}
@media (max-width: 767px) {
  .site-footer__wrapper__main__lds img {
    width: 120px;
  }
}
.site-footer__wrapper__main__lds__socials a img {
  width: 34px;
}
.site-footer__wrapper__main__bl {
  max-width: 218px;
}
.site-footer__wrapper__main__bl__links a {
  color: var(--text-primary-default);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23.4px;
}
.site-footer__wrapper__main__bl__links a:hover {
  color: var(--text-brand-default);
}
.site-footer__wrapper__main__support {
  max-width: 186px;
}
.site-footer__wrapper__main__support__links a {
  color: var(--text-primary-default);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23.4px;
}
.site-footer__wrapper__main__support__links a:hover {
  color: var(--text-brand-default);
}
.site-footer__wrapper__divider {
  background-color: var(--border-invert-default);
  width: 100%;
  height: 3px;
  position: relative;
}
.site-footer__wrapper__divider__bird1 {
  position: absolute;
  left: 47%;
  top: -67px;
  z-index: 2;
}
@media (max-width: 767px) {
  .site-footer__wrapper__divider__bird1 {
    top: -33px;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper__divider__bird1 svg {
    width: 48.669px;
    height: 37.962px;
  }
}
.site-footer__wrapper__divider__bird2 {
  position: absolute;
  z-index: 2;
  top: -67px;
  left: 74%;
}
@media (max-width: 767px) {
  .site-footer__wrapper__divider__bird2 {
    top: -33px;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper__divider__bird2 svg {
    width: 55.793px;
    height: 40.35px;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper__copyright {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.site-footer__wrapper__copyright p a {
  color: var(--text-brand-default);
}
.site-footer__wrapper__copyright p a:hover {
  color: var(--text-brand-hover);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* TI WooCommerce Wishlist
--------------------------------------------- */
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close, .tinv-wishlist tfoot .button,
.tinv-wishlist .tinv-wishlist-clear .button, .tinv-wishlist button[name=tinvwl-apply],
.tinv-wishlist input[name=tinvwl-apply], .tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view, .tinv-wishlist .tinv-wishlist-empty a, .tinv-wishlist button[name=tinvwl-add-to-cart],
.tinv-wishlist button[name=tinvwl-cart-all],
.tinv-wishlist input[name=tinvwl-add-to-cart],
.tinv-wishlist input[name=tinvwl-cart-all], .tinv-wishlist .tinvwl-table-manage-list .product-action .button,
.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close i,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close i, .tinv-wishlist tfoot .button i,
.tinv-wishlist .tinv-wishlist-clear .button i, .tinv-wishlist button[name=tinvwl-apply] i,
.tinv-wishlist input[name=tinvwl-apply] i, .tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view i,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view i, .tinv-wishlist .tinv-wishlist-empty a i, .tinv-wishlist button[name=tinvwl-add-to-cart] i,
.tinv-wishlist button[name=tinvwl-cart-all] i,
.tinv-wishlist input[name=tinvwl-add-to-cart] i,
.tinv-wishlist input[name=tinvwl-cart-all] i, .tinv-wishlist .tinvwl-table-manage-list .product-action .button i,
.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt i,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart] i {
  font-size: 1rem;
}

.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view, .tinv-wishlist .tinv-wishlist-empty a, .tinv-wishlist button[name=tinvwl-add-to-cart],
.tinv-wishlist button[name=tinvwl-cart-all],
.tinv-wishlist input[name=tinvwl-add-to-cart],
.tinv-wishlist input[name=tinvwl-cart-all], .tinv-wishlist .tinvwl-table-manage-list .product-action .button,
.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart] {
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border: 2px solid var(--border-brand-default);
}
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view:hover, .tinv-wishlist .tinv-wishlist-empty a:hover, .tinv-wishlist button[name=tinvwl-add-to-cart]:hover,
.tinv-wishlist button[name=tinvwl-cart-all]:hover,
.tinv-wishlist input[name=tinvwl-add-to-cart]:hover,
.tinv-wishlist input[name=tinvwl-cart-all]:hover, .tinv-wishlist .tinvwl-table-manage-list .product-action .button:hover,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart]:hover {
  background-color: var(--surface-brand-hover);
  border-color: var(--surface-brand-hover);
  color: var(--text-invert-default);
}

.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close, .tinv-wishlist tfoot .button,
.tinv-wishlist .tinv-wishlist-clear .button, .tinv-wishlist button[name=tinvwl-apply],
.tinv-wishlist input[name=tinvwl-apply] {
  background: var(--surface-primary-default);
  color: var(--text-brand-default);
  border: 2px dashed var(--border-brand-default);
}
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close:hover, .tinv-wishlist tfoot .button:hover,
.tinv-wishlist .tinv-wishlist-clear .button:hover, .tinv-wishlist button[name=tinvwl-apply]:hover,
.tinv-wishlist input[name=tinvwl-apply]:hover {
  border-color: var(--border-brand-hover);
  color: var(--text-brand-hover);
  background-color: transparent;
}

.tinv-wishlist {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media (max-width: 1200px) {
  .tinv-wishlist {
    padding: 50px 16px 80px;
  }
}
.tinv-wishlist h2.tinvwl-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--text-primary-default);
}
.tinv-wishlist .tinvwl-table-manage-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px dashed var(--border-brand-default);
  border-radius: 16px;
  overflow: hidden;
}
.tinv-wishlist .tinvwl-table-manage-list thead tr {
  background: var(--surface-brand-subtle);
}
.tinv-wishlist .tinvwl-table-manage-list thead tr th {
  padding: 14px 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-brand-default);
  border-bottom: 2px dashed var(--border-brand-default);
  border-right: 1px dashed var(--border-brand-default);
  text-align: left;
}
.tinv-wishlist .tinvwl-table-manage-list thead tr th:last-child {
  border-right: 0;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr {
  border-bottom: 1px dashed var(--border-brand-default);
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr:last-child {
  border-bottom: 0;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr td {
  padding: 16px;
  vertical-align: middle;
  border-right: 1px dashed var(--border-brand-default);
  color: var(--text-primary-default);
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr td:last-child {
  border-right: 0;
}
.tinv-wishlist .tinvwl-table-manage-list tfoot td {
  padding: 16px;
}
.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
  width: 72px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .tinvwl-remove,
.tinv-wishlist .tinvwl-table-manage-list .product-remove button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--text-brand-default);
  font-size: 1.25rem;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .tinvwl-remove:hover,
.tinv-wishlist .tinvwl-table-manage-list .product-remove button:hover {
  color: var(--text-brand-hover);
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button,
.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart] {
  border: 2px solid var(--border-brand-default);
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button .tinvwl-txt,
.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt .tinvwl-txt,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-add-to-cart] .tinvwl-txt {
  display: inline;
}
.tinv-wishlist .tinvwl-table-manage-list .product-stock .stock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.tinv-wishlist .tinvwl-table-manage-list .product-cb {
  width: 40px;
  text-align: center;
}
.tinv-wishlist .tinv-lists-nav,
.tinv-wishlist .tinv-list-action,
.tinv-wishlist tfoot .tinv-list-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.tinv-wishlist select[name=tinvwl-action],
.tinv-wishlist .tinv-wishlist-clear select {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 36px 10px 14px;
  border-radius: 8px;
  border: 2px dashed var(--border-brand-default);
  background: var(--surface-primary-default) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23FF781D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: var(--text-brand-default);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  min-width: 160px;
  transition: border-color 0.2s;
}
.tinv-wishlist select[name=tinvwl-action]:hover, .tinv-wishlist select[name=tinvwl-action]:focus,
.tinv-wishlist .tinv-wishlist-clear select:hover,
.tinv-wishlist .tinv-wishlist-clear select:focus {
  border-color: var(--border-brand-hover);
  outline: 0;
}
.tinv-wishlist .tinv-wishlist-empty {
  padding: 48px 24px;
  text-align: center;
  color: var(--text-primary-default);
}
.tinv-wishlist .tinv-wishlist-empty p {
  font-size: 1.125rem;
}
.tinv-wishlist .tinv-wishlist-empty a {
  margin-top: 16px;
}

.tinvwl_added_to_wishlist.tinv-modal,
.tinv-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open,
.tinv-modal.tinv-modal-open {
  display: block;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-overlay,
.tinv-modal .tinv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 13, 0.45);
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-table,
.tinv-modal .tinv-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-cell,
.tinv-modal .tinv-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner,
.tinv-modal .tinv-modal-inner {
  display: inline-block;
  background: var(--surface-primary-default);
  border-radius: 16px;
  border: 2px dashed var(--border-brand-default);
  padding: 40px 32px 32px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 40px rgba(255, 120, 29, 0.12);
}
@media (max-width: 480px) {
  .tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner,
  .tinv-modal .tinv-modal-inner {
    padding: 32px 20px 24px;
  }
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner i[class*=tinvwl],
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner i[class*=ftinvwl],
.tinv-modal .tinv-modal-inner i[class*=tinvwl],
.tinv-modal .tinv-modal-inner i[class*=ftinvwl] {
  font-size: 2.5rem;
  color: var(--icon-brand-default);
  display: block;
  margin-bottom: 12px;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinv-txt,
.tinv-modal .tinv-modal-inner .tinv-txt {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary-default);
  margin-bottom: 24px;
  line-height: 1.5;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button {
  width: 100%;
  display: flex;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_view {
  width: 100%;
  justify-content: center;
}
.tinvwl_added_to_wishlist.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close,
.tinv-modal .tinv-modal-inner .tinvwl-buttons-group .button.tinvwl_button_close {
  width: 100%;
  justify-content: center;
}

.tinv-wraper.tinv-wishlist {
  padding: 0;
  max-width: none;
  margin: 0;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button,
.tinv-wraper.tinv-wishlist .tinvwl-wishlist-btn,
.tinv-wraper.tinv-wishlist a.tinvwl_button_view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-brand-default);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button i,
.tinv-wraper.tinv-wishlist .tinvwl-wishlist-btn i,
.tinv-wraper.tinv-wishlist a.tinvwl_button_view i {
  font-size: 1.1rem;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:hover,
.tinv-wraper.tinv-wishlist .tinvwl-wishlist-btn:hover,
.tinv-wraper.tinv-wishlist a.tinvwl_button_view:hover {
  color: var(--text-brand-hover);
}
.tinv-wraper.tinv-wishlist .tinvwl-tooltip {
  font-size: 0.8125rem;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border-radius: 6px;
  padding: 4px 10px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}
.screen-reader-text:focus {
  /*background-color: $color__background-screen;*/
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  /*color: $color__text-screen;*/
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/* Website SCSS
--------------------------------------------- */
.homepage-hero {
  padding: 64px 0 110px;
  background-color: var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 48px 0 24px;
  }
}
@media (max-width: 767px) {
  .homepage-hero__wrapper {
    flex-direction: column;
  }
}
.homepage-hero__wrapper__content {
  max-width: 652px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .homepage-hero__wrapper__content {
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .homepage-hero__wrapper__content {
    gap: 24px;
  }
}
.homepage-hero__wrapper__content__title-brief h1 {
  display: ruby;
}
.homepage-hero__wrapper__content__icon1 {
  position: absolute;
  left: 0;
  top: -50px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .homepage-hero__wrapper__content__icon1 {
    top: -25px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .homepage-hero__wrapper__content__icon1 svg {
    width: 60.7px;
    height: 31.438px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .homepage-hero__wrapper__content__icon2 svg {
    width: 46.266px;
    height: 38.065px;
  }
}
@media (max-width: 767px) {
  .homepage-hero__wrapper__content__ctas {
    flex-direction: column;
  }
  .homepage-hero__wrapper__content__ctas .primary-button, .homepage-hero__wrapper__content__ctas .secondary-button {
    width: 100%;
    justify-content: center;
  }
}
.homepage-hero__wrapper__content__ctas .secondary-button svg {
  fill: var(--icon-brand-default);
}
.homepage-hero__wrapper__content__ctas .secondary-button:hover svg {
  fill: var(--icon-brand-hover);
}
.homepage-hero__wrapper img {
  width: 612px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .homepage-hero__wrapper img {
    max-width: calc(50% - 16px);
  }
}

.products-grid {
  padding: 50px 0 80px;
}
@media (max-width: 767px) {
  .products-grid {
    padding: 64px 0 24px;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .products-grid__wrapper__content__tabs {
    overflow-x: scroll;
  }
  .products-grid__wrapper__content__tabs::-webkit-scrollbar {
    display: none;
  }
}
.products-grid__wrapper__content__tabs__tab {
  padding: 16px 32px;
  background-color: transparent;
  color: var(--text-secondary-default);
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .products-grid__wrapper__content__tabs__tab {
    min-width: max-content;
  }
}
.products-grid__wrapper__content__tabs__tab h6 {
  transition: all 0.3s ease-in-out;
}
.products-grid__wrapper__content__tabs__tab:hover {
  background-color: var(--surface-brand-subtle);
}
.products-grid__wrapper__content__tabs__tab:hover h6 {
  color: var(--text-brand-default);
}
.products-grid__wrapper__content__tabs .tab-active {
  background: var(--surface-brand-subtle);
}
.products-grid__wrapper__content__tabs .tab-active:hover h6 {
  color: var(--text-secondary-default);
}
.products-grid__wrapper__content__products [role=tabpanel] {
  padding: 24px;
  background-color: var(--surface-brand-subtle);
  border-radius: 0 16px 16px 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .products-grid__wrapper__content__products [role=tabpanel] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .products-grid__wrapper__content__products [role=tabpanel] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .products-grid__wrapper__content__products [role=tabpanel] {
    padding: 24px 16px;
  }
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--surface-primary-default);
  cursor: pointer;
  border: 2px solid var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:nth-child(5), .products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:nth-child(6), .products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:nth-child(7), .products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:nth-child(8) {
    display: none;
  }
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__image {
  position: relative;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__image p {
  background-image: url("/wp-content/uploads/2025/12/Group122313.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-invert-default);
  padding: 2px 24px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform-origin: top right;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__image img {
  border-radius: 12px;
  width: 100%;
  height: 254.95px;
  object-fit: contain;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content {
  height: 100%;
  justify-content: space-between;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content h6 {
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content h6 {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content__cta p del {
  display: none;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content__cta p ins {
  text-decoration: none;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content__cta a {
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: var(--surface-brand-default);
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content__cta a:hover {
  background-color: var(--surface-brand-hover);
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product__content__cta .added_to_cart {
  display: none !important;
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__image p {
  transform: rotate(-15deg);
}
.products-grid__wrapper__content__products [role=tabpanel] .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__content h6 {
  color: var(--text-brand-default);
}
.products-grid__wrapper__content__products [role=tabpanel][hidden], .products-grid__wrapper__content__products .hidden {
  display: none !important;
}
.products-grid__wrapper__content__products > div:not(#panel-0) {
  border-radius: 16px;
}
.products-grid__wrapper__content__products .tabpanel-content {
  display: flex;
}
.products-grid__wrapper__content__products__text {
  width: 100%;
}
.products-grid__wrapper__ctas .secondary-button svg {
  fill: var(--icon-brand-default);
}
.products-grid__wrapper__ctas .secondary-button:hover svg {
  fill: var(--icon-brand-hover);
}

.for-you {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
  background-size: 120%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .for-you {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .for-you {
    background-size: 400%;
  }
}
.for-you__divider {
  background-image: url("/wp-content/uploads/2025/12/Frame-1235.svg");
  position: absolute;
  top: -72px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 6;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__divider {
    top: -56px;
  }
}
@media (max-width: 767px) {
  .for-you__divider {
    top: -10px;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
.for-you__leaf1 {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__leaf1 img {
    width: 160px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .for-you__leaf1 img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .for-you__leaf1 img {
    width: 100px;
  }
}
.for-you__leaf2 {
  position: absolute;
  z-index: 4;
  left: 80px;
  top: 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__leaf2 img {
    width: 110px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .for-you__leaf2 img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .for-you__leaf2 img {
    width: 50px;
  }
}
.for-you__leaf3 {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__leaf3 img {
    width: 160px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
  .for-you__leaf3 img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .for-you__leaf3 img {
    width: 100px;
  }
}
.for-you__wrapper__stb__st p, .for-you__wrapper__stb__st h2 {
  text-align: center;
}
.for-you__wrapper__stb__st h2 {
  max-width: 700px;
}
.for-you__wrapper__stb__st p {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 4px 19px;
}
.for-you__wrapper__stb p {
  text-align: center;
  max-width: 650px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__wrapper__cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .for-you__wrapper__cards {
    flex-direction: column;
  }
}
.for-you__wrapper__cards__card {
  flex: 1;
  background-color: var(--surface-primary-default);
  border-radius: 16px;
  padding: 24px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .for-you__wrapper__cards__card {
    flex: auto;
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .for-you__wrapper__cards__card {
    width: 100%;
  }
}
.for-you__wrapper__cards__card:hover {
  background-size: 60%;
}
.for-you__wrapper__cards__card:hover .for-you__wrapper__cards__card__bcta a svg {
  transform: rotate(-45deg);
}
.for-you__wrapper__cards__card img {
  height: 174px;
  width: fit-content;
}
.for-you__wrapper__cards__card .p-s {
  background-image: url("/wp-content/uploads/2025/12/Group122313.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 4px 19px;
  width: 88px;
  text-align: center;
}
.for-you__wrapper__cards__card:first-child {
  background-image: url("/wp-content/uploads/2025/12/Dynamic-Abstract-Graphics-02-1.svg");
}
.for-you__wrapper__cards__card:nth-child(2) {
  background-image: url("/wp-content/uploads/2025/12/Dynamic-Abstract-Graphics-04-1.svg");
}
.for-you__wrapper__cards__card:last-child {
  background-image: url("/wp-content/uploads/2025/12/Dynamic-Abstract-Graphics-12-1.svg");
}
.for-you__wrapper__cards__card__bcta a {
  padding: 12px;
}
.for-you__wrapper__cards__card__bcta a svg path {
  fill: var(--icon-brand-default);
}
.for-you__wrapper__cards__card__bcta a:hover svg path {
  fill: var(--icon-brand-hover);
}

.page-id-1013 .for-you__divider {
  display: none;
}
.page-id-1013 .newsletter__divider {
  display: none;
}

.page-id-1023 .for-you__divider, .page-id-1023 .recognized__divider {
  display: none;
}
.page-id-1023 .for-you__leaf1, .page-id-1023 .for-you__leaf2, .page-id-1023 .for-you__leaf3, .page-id-1023 .recognized__leaf1, .page-id-1023 .recognized__leaf2, .page-id-1023 .recognized__leaf3 {
  display: none;
}

.explore {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
  background-size: 120%;
}
@media (max-width: 767px) {
  .explore {
    background-size: 515%;
    padding: 64px 0 96px;
  }
}
.explore__wrapper__content__stb .p-s {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 4px 19px;
  text-align: center;
}
.explore__wrapper__content__stb__tb h2, .explore__wrapper__content__stb__tb p {
  text-align: center;
}
.explore__wrapper__content__stb__tb h2 {
  max-width: 700;
}
.explore__wrapper__content__stb__tb p {
  max-width: 650px;
}
@media (max-width: 767px) {
  .explore__wrapper__content__ctas {
    flex-direction: column;
    width: 100%;
  }
  .explore__wrapper__content__ctas .primary-button, .explore__wrapper__content__ctas .secondary-button {
    width: 100%;
    justify-content: center;
  }
}
.explore__wrapper__content__ctas .primary-button svg {
  position: relative;
  top: -2px;
}
.explore__wrapper__content__ctas .secondary-button svg {
  fill: var(--icon-brand-default);
}
.explore__wrapper__content__ctas .secondary-button:hover svg {
  fill: var(--icon-brand-hover);
}
@media (max-width: 767px) {
  .explore__wrapper__cards {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .explore__wrapper__cards__card {
    width: 100%;
  }
}
.explore__wrapper__cards__card__tb h5, .explore__wrapper__cards__card__tb p {
  text-align: center;
}
.explore__wrapper__cards__card:nth-child(2n) {
  position: relative;
  top: 64px;
}
@media (max-width: 767px) {
  .explore__wrapper__cards__card:nth-child(2n) {
    top: 0;
  }
}

.coming-soon {
  padding: 100px 0;
  background-color: var(--surface-secondary-default);
  position: relative;
}
@media (max-width: 767px) {
  .coming-soon {
    padding: 64px 0;
  }
}
.coming-soon__divider {
  background-image: url("/wp-content/uploads/2025/12/Frame-1236-blue.svg");
  position: absolute;
  top: -40px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 6;
  background-size: 100%;
}
@media (max-width: 767px) {
  .coming-soon__divider {
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
.coming-soon__stars {
  background-image: url(/wp-content/uploads/2025/12/DolaziUskoroZvijezdeSVG.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95%;
  position: absolute;
  top: -220px;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 7;
}
@media (max-width: 767px) {
  .coming-soon__stars {
    background-size: 135%;
    height: 350px;
    top: -40px;
  }
}
.coming-soon .container {
  position: relative;
  z-index: 8;
}
@media (max-width: 767px) {
  .coming-soon__wrapper {
    gap: 32px;
  }
}
.coming-soon__wrapper__top .p-s {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 3px 19px;
  text-align: center;
}
.coming-soon__wrapper__top h2, .coming-soon__wrapper__top .p-l {
  color: var(--text-invert-default);
  text-align: center;
}
.coming-soon__wrapper__top h2 {
  max-width: 700px;
}
.coming-soon__wrapper__top .p-l {
  max-width: 650px;
}
@media (max-width: 767px) {
  .coming-soon__wrapper__bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .coming-soon__wrapper__bottom img {
    max-width: calc(50% - 12px);
  }
}
.coming-soon__wrapper__bottom__content__card {
  background-color: #244468;
  padding: 24px;
  border-radius: 8px;
}
.coming-soon__wrapper__bottom__content__card__tb h5, .coming-soon__wrapper__bottom__content__card__tb p {
  color: var(--text-invert-default);
}
.coming-soon__wrapper__bottom__content__card a {
  padding: 0;
  color: var(--text-invert-default);
}
.coming-soon__wrapper__bottom__content__card a svg path {
  fill: var(--icon-invert-default);
}
.coming-soon__wrapper__bottom__content__card a:hover svg path {
  fill: var(--icon-brand-default);
}

.newsletter {
  padding: 300px 0 370px;
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: 120%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .newsletter {
    padding: 180px 0 230px;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding: 100px 0 124px;
  }
}
.newsletter__illustration {
  background-image: url(/wp-content/uploads/2025/12/Layer-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .newsletter__illustration {
    background-size: 240%;
  }
}
.newsletter__divider {
  background-image: url("/wp-content/uploads/2025/12/Frame-1236-blue.svg");
  position: absolute;
  top: -72px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 4;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .newsletter__divider {
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
.newsletter .container {
  position: relative;
  z-index: 3;
}
.newsletter__wrapper__content h2, .newsletter__wrapper__content p {
  text-align: center;
}
.newsletter__wrapper__content h2 {
  max-width: 700px;
}
.newsletter__wrapper__content p {
  max-width: 650px;
}
.newsletter__wrapper .fluentform fieldset {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .newsletter__wrapper .fluentform fieldset {
    flex-direction: column;
    width: 100%;
  }
}
.newsletter__wrapper .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
  border: 2px dashed var(--border-brand-default);
  background-image: none;
  padding: 10px 14px;
}
@media (max-width: 767px) {
  .newsletter__wrapper .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
    width: 100%;
  }
}
.newsletter__wrapper .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control:hover {
  border: 2px dashed var(--border-brand-hover);
}
.newsletter__wrapper .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control:focus {
  outline: 0;
  border: 2px dashed var(--border-brand-focus);
}
.newsletter__wrapper .fluentform .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 16px 10px 44px;
  font-size: 1rem;
  line-height: 20.8px;
  border-radius: 8px;
  background: var(--surface-brand-default);
  background-image: url("/wp-content/uploads/2025/12/Icon.svg");
  background-repeat: no-repeat;
  background-position: 16px center;
  color: var(--text-invert-default);
  border: 2px solid var(--border-brand-default);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.newsletter__wrapper .fluentform .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit:hover {
  background-color: var(--surface-brand-hover);
  border: 2px solid var(--surface-brand-hover);
}
@media (max-width: 767px) {
  .newsletter__wrapper .fluentform .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit {
    min-width: max-content;
  }
}

.recognized {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .recognized {
    padding: 28px 0 100px;
  }
}
@media (max-width: 767px) {
  .recognized {
    padding: 64px 0;
  }
}
.recognized__divider {
  background-image: url(/wp-content/uploads/2025/12/Frame-1235.svg);
  position: absolute;
  top: -72px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 6;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .recognized__divider {
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
@media (max-width: 767px) {
  .recognized__wrapper {
    gap: 48px;
  }
}
.recognized__wrapper h2 {
  text-align: center;
  max-width: 700px;
}
.recognized__wrapper__content__cards {
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .recognized__wrapper__content__cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .recognized__wrapper__content__cards {
    flex-direction: column;
  }
}
.recognized__wrapper__content__cards__card {
  padding: 40px 24px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  width: 18%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .recognized__wrapper__content__cards__card {
    flex: auto;
    width: calc(33% - 14px);
  }
}
@media (max-width: 767px) {
  .recognized__wrapper__content__cards__card {
    width: 100%;
  }
}
.recognized__wrapper__content__cards__card h6 {
  text-align: center;
  height: 57.59px;
}
@media (max-width: 767px) {
  .recognized__wrapper__content__cards__card h6 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .recognized__wrapper__content__tags {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.recognized__wrapper__content__tags p {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-invert-default);
  padding: 6px 19px 4px 19px;
}
@media (max-width: 767px) {
  .recognized__wrapper__content__tags p {
    flex: auto;
    text-align: center;
  }
}

.shop-hero {
  background: var(--surface-brand-subtle);
  padding: 50px 0;
}
.shop-hero__wrapper {
  max-width: 658px;
}
.shop-hero__wrapper p {
  max-width: 570px;
}

.shop-archive {
  padding: 50px 0 100px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .shop-archive__wrapper {
    flex-direction: column;
  }
}
.shop-archive__wrapper__filters {
  max-width: 319px;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .shop-archive__wrapper__filters {
    display: none;
  }
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-header {
  padding: 6px 16px;
  border-radius: 8px;
  background: var(--primary-200);
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-header button {
  width: 100%;
  border: 0;
  clear: both;
  font-family: "Playfair Display", serif;
  margin: 0;
  color: var(--text-primary-default);
  font-weight: 700;
  line-height: 28.8px;
  padding: 16px 0;
  background-color: transparent;
  cursor: pointer;
  background-image: url("/wp-content/uploads/2025/12/StateClosed.svg");
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-header button a {
  color: unset;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-header .is-open {
  background-image: url("/wp-content/uploads/2025/12/StateOpen.svg");
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-panel {
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-panel.is-collapsed {
  max-height: 0;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body {
  border-radius: 0 0 8px 8px;
  background: var(--surface-brand-subtle);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% - 16px);
  margin: 0 auto;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label {
  color: var(--text-secondary-default);
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.8px;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border: 1px solid var(--border-secondary-default);
  background: var(--surface-primary-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label input[type=checkbox]::before {
  opacity: 0;
  content: url("/wp-content/uploads/2025/12/check.svg");
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label input[type=checkbox]:checked {
  border: 1px solid var(--border-brand-default);
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label input[type=checkbox]:checked::before {
  opacity: 1;
}
.shop-archive__wrapper__filters__filter .accordion .accordion-item .accordion-body label span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 18.2px;
  padding: 2px 8px;
  border-radius: 8px;
  border: 1px dashed var(--border-brand-default);
}
.shop-archive__wrapper__product-content {
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .shop-archive__wrapper__product-content__results-sort .js-results-text {
    display: none;
  }
}
.shop-archive__wrapper__product-content__results-sort__filter-btn {
  display: none;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .shop-archive__wrapper__product-content__results-sort__filter-btn {
    display: flex;
  }
  .shop-archive__wrapper__product-content__results-sort__filter-btn p {
    font-weight: 600;
  }
}
.shop-archive__wrapper__product-content__results-sort select {
  width: 200px;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product {
  width: calc(33.33% - 16px);
  padding: 24px;
  border-radius: 16px;
  background-color: var(--surface-primary-default);
  cursor: pointer;
  border: 2px solid var(--surface-brand-subtle);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product {
    width: calc(50% - 12px);
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product {
    width: 100%;
    display: flex !important;
  }
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__image {
  position: relative;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__image p {
  background-image: url("/wp-content/uploads/2025/12/Group122313.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-invert-default);
  padding: 2px 24px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform-origin: top right;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__image img {
  border-radius: 12px;
  width: 100%;
  height: 254.95px;
  object-fit: contain;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content {
  height: 100%;
  justify-content: space-between;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content h6 {
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content h6 {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content__cta p del {
  display: none;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content__cta p ins {
  text-decoration: none;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content__cta button {
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: var(--surface-brand-default);
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content__cta button:hover {
  background-color: var(--surface-brand-hover);
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product__content__cta .added_to_cart {
  display: none !important;
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__image p {
  transform: rotate(-15deg);
}
.shop-archive__wrapper__product-content .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__content h6 {
  color: var(--text-brand-default);
}
.shop-archive__wrapper #js-shop-products.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.shop-archive__pagination ul {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.shop-archive__pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-default);
  font-weight: 600;
}
.shop-archive__pagination ul li .page-numbers:hover {
  background-color: var(--surface-brand-hover);
  color: var(--text-invert-default);
}
.shop-archive__pagination ul li .current {
  color: var(--text-invert-default);
  background-color: var(--surface-brand-default);
}
.shop-archive__pagination ul li .current:hover {
  color: var(--text-invert-default);
  background-color: var(--surface-brand-default);
}
.shop-archive__mobile-filter {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: var(--surface-primary-default);
  padding: 24px 16px;
  transition: left 0.3s ease-in-out;
}
.shop-archive__mobile-filter .shop-archive__wrapper__filters {
  display: flex;
  max-width: 100%;
  height: calc(100% - 112.8px);
  overflow-y: scroll;
}
.shop-archive__mobile-filter .shop-archive__wrapper__filters::-webkit-scrollbar {
  display: none;
}
.shop-archive__mobile-filter .shop-archive__wrapper__filters .accordion .accordion-header {
  font-size: 1.125rem;
  line-height: 28.8px;
}
.shop-archive__mobile-filter .shop-archive__wrapper__filters .accordion .accordion-header .accordion-button {
  padding: 4px 0;
}
.shop-archive__mobile-filter__ctas .btn-md {
  justify-content: center;
  padding: 8px;
  font-size: 0.875rem;
  width: calc(50% - 12px);
}
.shop-archive__mobile-filter__ctas .primary-button {
  border: 0;
}
.shop-archive .filters-open {
  left: 0;
}

.product-details {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .product-details__wrapper__tabs {
    overflow-x: scroll;
  }
  .product-details__wrapper__tabs::-webkit-scrollbar {
    display: none;
  }
}
.product-details__wrapper__tabs__tab {
  padding: 16px 32px;
  background-color: transparent;
  color: var(--text-secondary-default);
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28.8px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .product-details__wrapper__tabs__tab {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .product-details__wrapper__tabs__tab {
    min-width: max-content;
  }
}
.product-details__wrapper__tabs__tab:hover {
  background-color: var(--surface-brand-subtle);
}
.product-details__wrapper__tabs__tab:hover:not(.tab-active) {
  color: var(--text-brand-default);
}
.product-details__wrapper__tabs .tab-active {
  background: var(--surface-brand-subtle);
}
.product-details__wrapper__content__reviews {
  border-radius: 0 16px 16px 16px;
  background: var(--surface-brand-subtle);
  padding: 24px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .product-details__wrapper__content__reviews .woocommerce-reviews {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating label {
  font-size: 0.875rem;
  color: var(--text-secondary-default);
  font-weight: 400;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars button {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars button svg path {
  fill: var(--base-White);
  stroke: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars .is-active svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars button:hover ~ button svg path {
  fill: var(--base-White);
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .star-rating__stars:hover button svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-rating .stars {
  display: none;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-comment {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-comment {
    width: 100%;
  }
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .comment-form-comment label {
  color: var(--text-primary-default);
  font-weight: 500;
  font-size: 1rem;
}
.product-details__wrapper__content__reviews .woocommerce-reviews__form .form-note {
  font-size: 0.875rem;
  color: var(--text-secondary-default);
  font-weight: 400;
  margin-bottom: 8px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 2px dashed var(--border-brand-default);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars button {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars button svg path {
  fill: var(--base-White);
  stroke: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars .is-active svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars button:hover ~ button svg path {
  fill: var(--base-White);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__average .star-rating__stars:hover button svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__summary .woocommerce-reviews__count {
  font-size: 1.125rem;
  color: var(--text-secondary-default);
  font-weight: 400;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list {
  padding-top: 24px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 307px;
  overflow-y: scroll;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist::-webkit-scrollbar {
  width: 8px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist::-webkit-scrollbar-track {
  background: var(--border-primary-default);
  border-radius: 6px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist::-webkit-scrollbar-thumb {
  background: var(--border-brand-default);
  border-radius: 6px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content img {
  border-radius: 100%;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars button {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars button svg path {
  fill: var(--base-White);
  stroke: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars .is-active svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars button:hover ~ button svg path {
  fill: var(--base-White);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content .star-rating__stars:hover button svg path {
  fill: var(--yellow-500);
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-details__wrapper__content__reviews .woocommerce-reviews .woocommerce-rightside .woocommerce-reviews__list .commentlist .comment-review__i-content__content p span {
  color: var(--text-secondary-default);
}
.product-details__wrapper__content__related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-radius: 16px;
  background: var(--surface-brand-subtle);
  padding: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .product-details__wrapper__content__related {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product-details__wrapper__content__related {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--surface-primary-default);
  cursor: pointer;
  border: 2px solid var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .product-details__wrapper__content__related .products-grid__wrapper__content__products__product:nth-child(5), .product-details__wrapper__content__related .products-grid__wrapper__content__products__product:nth-child(6), .product-details__wrapper__content__related .products-grid__wrapper__content__products__product:nth-child(7), .product-details__wrapper__content__related .products-grid__wrapper__content__products__product:nth-child(8) {
    display: none;
  }
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__image {
  position: relative;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__image p {
  background-image: url("/wp-content/uploads/2025/12/Group122313.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-invert-default);
  padding: 2px 24px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform-origin: top right;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__image img {
  border-radius: 12px;
  width: 100%;
  height: 254.95px;
  object-fit: contain;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content {
  height: 100%;
  justify-content: space-between;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content h6 {
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  line-height: 26px;
}
@media (max-width: 767px) {
  .product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content h6 {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content__cta p del {
  display: none;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content__cta p ins {
  text-decoration: none;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content__cta button {
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: var(--surface-brand-default);
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content__cta button:hover {
  background-color: var(--surface-brand-hover);
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product__content__cta .added_to_cart {
  display: none !important;
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__image p {
  transform: rotate(-15deg);
}
.product-details__wrapper__content__related .products-grid__wrapper__content__products__product:hover .products-grid__wrapper__content__products__product__content h6 {
  color: var(--text-brand-default);
}
.product-details__wrapper__content .tab-panel {
  display: none;
}
.product-details__wrapper__content .is-active {
  display: block;
}
.product-details__wrapper__content .tab-panel.is-active[data-panel=related] {
  display: grid;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none !important;
}
.woocommerce-checkout .woocommerce {
  padding: 50px 0;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .woocommerce-checkout .woocommerce {
    padding: 50px 16px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .woocommerce .custom-checkout {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details {
  padding: 32px;
  background-color: var(--surface-brand-subtle);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details {
    padding: 16px;
    margin: 0 -16px;
    border-radius: 0;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details h6 {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items-total {
  padding: 16px;
  background-color: var(--surface-primary-default);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items-total {
    padding: 0;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__remove {
  color: #FF781D;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  line-height: 1;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__thumb-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__thumb {
  width: 72px;
  height: 81px;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__thumb img {
  width: 72px;
  height: 81px;
  object-fit: cover;
  transform: scale(1.5);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price .woocommerce-Price-amount {
  color: var(--text-secondary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price del {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price del .woocommerce-Price-amount {
  color: var(--text-secondary-disabled);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18.2px;
  text-decoration: line-through;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price ins {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__price ins span {
  color: var(--text-secondary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__name a {
  color: var(--text-primary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty {
  display: flex;
  border-radius: 10px;
  border: 1px dashed var(--border-brand-default);
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty {
    display: none;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty .qty-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40.8px;
  text-align: center;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty .quantity {
  border-left: 1px dashed var(--border-brand-default);
  border-right: 1px dashed var(--border-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty .quantity input {
  width: 57px;
  height: 40.8px;
  border: 0;
  padding: 8px 0;
  text-align: center;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty .quantity input::-webkit-inner-spin-button, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-items .checkout-item__qty .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon__row {
    flex-direction: column;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon input {
  flex: 1;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon input {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon .apply-coupon-btn {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: var(--spacing-2-5) var(--spacing-4);
  font-size: 1rem;
  line-height: 20.8px;
  gap: var(--spacing-2);
  border-radius: 8px;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border: 2px solid var(--border-brand-default);
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon .apply-coupon-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-coupon .apply-coupon-btn:hover {
  background-color: var(--surface-brand-hover);
  border: 2px solid var(--surface-brand-hover);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals__row .label {
  color: var(--text-primary-default);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals__row .label {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals__row .value span bdi {
  color: var(--text-primary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .order-total .label {
  color: var(--text-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .order-total .value span bdi {
  color: var(--text-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .cart-discount .value {
  color: var(--text-primary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .cart-discount .value a {
  color: var(--text-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .checkout-totals__shipping {
  color: var(--text-primary-default);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .checkout-totals__shipping {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .checkout-totals__shipping ul li {
  color: var(--text-primary-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .checkout-totals .checkout-totals__shipping ul li label span bdi {
  color: var(--text-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  background-color: var(--surface-primary-default);
  padding: 16px;
  border-radius: 8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type=radio] {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid var(--border-secondary-default);
  background: var(--surface-primary-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type=radio]::before {
  content: "";
  background: var(--icon-brand-default);
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type=radio]:checked::before {
  opacity: 1;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  width: calc(100% - 32px);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
  padding: 8px;
  border-radius: 8px;
  border: 1px dashed var(--border-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box p {
  color: var(--text-brand-default);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 15.6px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 32px;
  border-top: 1px dashed var(--border-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-secondary-default);
  line-height: 18.2px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p a {
  color: var(--text-secondary-default);
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button[type=submit] {
  padding: var(--spacing-2-5) var(--spacing-4);
  font-size: 1rem;
  line-height: 20.8px;
  gap: var(--spacing-2);
  border-radius: 8px;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__order-details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button[type=submit]:hover {
  background-color: var(--surface-brand-hover);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details {
    order: 2;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details {
    padding-top: 0;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper p label {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input {
  width: 100%;
  padding: 10px 14px;
  background-image: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_first_name_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_first_name_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_country_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper strong {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 26px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_address_1_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_postcode_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_state_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 {
  color: var(--text-secondary-default);
  font-family: "Nunito Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border: 1px solid var(--border-secondary-default);
  background: var(--surface-primary-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 label input[type=checkbox]::before {
  opacity: 0;
  content: url("/wp-content/uploads/2025/12/check.svg");
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 label input[type=checkbox]:checked {
  border: 1px solid var(--border-brand-default);
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields h3 label input[type=checkbox]:checked::before {
  opacity: 1;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper p label {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper p .woocommerce-input-wrapper input {
  width: 100%;
  padding: 10px 14px;
  background-image: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper strong {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 26px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_state_field, .woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_email_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-additional-fields {
  margin-top: 24px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-additional-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-additional-fields__field-wrapper p label {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details #customer_details .woocommerce-additional-fields__field-wrapper p .woocommerce-input-wrapper textarea {
  width: 100%;
  padding: 10px 14px;
  background-image: none;
}
.woocommerce-checkout .woocommerce .custom-checkout .form-checkout__wrapper__billing-details .checkout-inline-error-message {
  color: var(--text-brand-default);
}

.shop-banner {
  background-image: url("/wp-content/uploads/2025/12/99742c98cb52db8ec29fc730bc013b3380e52a4d-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 64px 80px;
  position: relative;
  overflow: hidden;
  background-size: 120%;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .shop-banner {
    display: none;
  }
}
.shop-banner__wrapper__content {
  max-width: 523px;
}

.product-single {
  padding: 50px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .product-single__wrapper {
    flex-direction: column;
  }
}
.product-single__wrapper__content-left {
  width: calc(50% - 24.5px);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .product-single__wrapper__content-left {
    width: 100%;
  }
}
.product-single__wrapper__content-left__gallery {
  height: 601px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-single__wrapper__content-left__gallery {
    height: 300px;
  }
}
.product-single__wrapper__content-left__gallery__thumbs {
  overflow-y: scroll;
  height: 100%;
}
.product-single__wrapper__content-left__gallery__thumbs::-webkit-scrollbar {
  display: none;
}
.product-single__wrapper__content-left__gallery__thumbs__thumb {
  border-radius: 8px;
  width: 91px;
  height: 108px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .product-single__wrapper__content-left__gallery__thumbs__thumb {
    width: 48px;
    height: 48px;
  }
}
.product-single__wrapper__content-left__gallery__thumbs__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product-single__wrapper__content-left__gallery__main {
  flex: 1;
}
.product-single__wrapper__content-left__gallery__main__main-link__main-img {
  width: 100%;
  height: 601px;
  object-fit: contain;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .product-single__wrapper__content-left__gallery__main__main-link__main-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .product-single__wrapper__content-left__features {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.product-single__wrapper__content-left__description__content p {
  padding-bottom: 16px;
}
.product-single__wrapper__content-left__description__content p:last-child {
  padding-bottom: 0;
}
.product-single__wrapper__divider {
  background: var(--border-brand-default);
  width: 1px;
  height: -webkit-fill-available;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .product-single__wrapper__divider {
    width: 100%;
    height: 1px;
  }
}
.product-single__wrapper__content-right {
  flex: 1;
}
.product-single__wrapper__content-right__main__top__cti .p-s {
  background-image: url(/wp-content/uploads/2025/12/Group.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-invert-default);
  padding: 4px 19px;
  text-align: center;
  width: fit-content;
}
.product-single__wrapper__content-right__main__tags {
  flex-wrap: wrap;
  gap: 8px;
}
.product-single__wrapper__content-right__main__tags__tag {
  color: var(--icon-brand-focus);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 23.4px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  padding: 8px 16px;
}
.product-single__wrapper__content-right__price h5 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.product-single__wrapper__content-right__price h6 {
  color: var(--text-secondary-disabled);
  text-decoration: line-through;
}
.product-single__wrapper__content-right__price del {
  color: var(--text-secondary-disabled);
  text-decoration: line-through;
}
.product-single__wrapper__content-right__price ins {
  text-decoration: none;
}
.product-single__wrapper__content-right .variations_form {
  margin: 0;
}
.product-single__wrapper__content-right .variations_form .variations {
  width: 100%;
  margin-bottom: 16px;
}
.product-single__wrapper__content-right .variations_form .variations select {
  width: 100%;
}
.product-single__wrapper__content-right .variations_form .single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-single__wrapper__content-right .grouped_form {
  margin: 0;
}
.product-single__wrapper__content-right .grouped_form .group_table {
  width: 100%;
  margin-bottom: 16px;
}
.product-single__wrapper__content-right__cart {
  margin: 0;
}
@media (max-width: 767px) {
  .product-single__wrapper__content-right__cart {
    flex-wrap: wrap;
  }
}
.product-single__wrapper__content-right__cart__quantity {
  border-radius: 10px;
  border: 1px dashed var(--border-brand-default);
}
.product-single__wrapper__content-right__cart__quantity .qty-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40.8px;
  text-align: center;
}
.product-single__wrapper__content-right__cart__quantity .quantity {
  border-left: 1px dashed var(--border-brand-default);
  border-right: 1px dashed var(--border-brand-default);
}
.product-single__wrapper__content-right__cart__quantity .quantity input {
  width: 57px;
  height: 40.8px;
  border: 0;
  padding: 8px 0;
  text-align: center;
  background-color: transparent;
}
.product-single__wrapper__content-right__cart__quantity .quantity input::-webkit-inner-spin-button, .product-single__wrapper__content-right__cart__quantity .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.product-single__wrapper__content-right__cart button {
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  flex: 1;
  justify-content: center;
}
.product-single__wrapper__content-right__cart button:hover {
  border: 0;
}
.product-single__wrapper__content-right .product-addon {
  background: var(--surface-brand-subtle);
  padding: 24px 16px;
  border-radius: 16px;
  border: 2px dashed var(--border-brand-default);
}
@media (max-width: 767px) {
  .product-single__wrapper__content-right .product-addon {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-single__wrapper__content-right .product-addon__title-brief {
    width: 100%;
  }
}
.product-single__wrapper__content-right .product-addon__wrap {
  flex: 1;
}
@media (max-width: 767px) {
  .product-single__wrapper__content-right .product-addon__wrap {
    width: 100%;
  }
}
.product-single__wrapper__content-right .product-addon__wrap .packaging-addon__preview {
  width: 100px;
  height: 100px;
}
.product-single__wrapper__content-right .product-addon__wrap .packaging-addon__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product-single__wrapper__content-right .product-addon__wrap .packaging-addon-form {
  flex: 1;
}
.product-single__wrapper__content-right .product-addon__wrap .packaging-addon-form .primary-button {
  width: 100%;
  justify-content: center;
  border: 0;
  outline: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.product-single__wrapper__content-right .product-addon__wrap .packaging-addon-form .primary-button:hover {
  border: 0;
}
.product-single__wrapper__content-right__payment-share__payment img {
  height: 24px;
}
.product-single__wrapper__content-right__payment-share__socials__wrap a {
  border-radius: 8px;
  border: 2px dashed var(--border-brand-default);
  padding: 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.product-single__wrapper__content-right__payment-share__socials__wrap a svg path {
  fill: var(--icon-brand-default);
  transition: all 0.3s ease-in-out;
}
.product-single__wrapper__content-right__payment-share__socials__wrap a:hover {
  border: 2px dashed var(--border-brand-hover);
}
.product-single__wrapper__content-right__payment-share__socials__wrap a:hover svg path {
  fill: var(--icon-brand-hover);
}

.btn-inner {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.xoo-wsc-ft-btn-continue, .xoo-wsc-ft-btn-checkout {
  all: unset !important;
  display: flex !important;
  width: inherit !important;
  align-items: center !important;
  padding: var(--spacing-2-5) var(--spacing-4) !important;
  font-size: 1rem !important;
  line-height: 20.8px !important;
  gap: var(--spacing-2) !important;
  justify-content: center !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.xoo-wsc-ft-btn-continue {
  color: var(--text-brand-default) !important;
  border-radius: 8px !important;
  border: 2px dashed var(--border-brand-default) !important;
  background: var(--surface-primary-default) !important;
}
.xoo-wsc-ft-btn-continue .btn-inner svg {
  transition: 0.3s ease-in-out !important;
}
.xoo-wsc-ft-btn-continue .btn-inner svg path {
  transition: 0.3s ease-in-out !important;
  fill: var(--text-brand-default) !important;
}
.xoo-wsc-ft-btn-continue:hover {
  color: var(--text-brand-hover) !important;
  background-color: transparent !important;
  border: 2px dashed var(--border-brand-hover) !important;
}
.xoo-wsc-ft-btn-continue:hover .btn-inner svg path {
  fill: var(--text-brand-hover) !important;
}

.xoo-wsc-ft-btn-checkout {
  border-radius: 8px !important;
  background: var(--surface-brand-default) !important;
  color: var(--text-invert-default) !important;
  border: 2px solid var(--border-brand-default) !important;
}
.xoo-wsc-ft-btn-checkout:hover {
  background-color: var(--surface-brand-hover) !important;
  border: 2px solid var(--surface-brand-hover) !important;
}

.xoo-wsc-ft-totals {
  padding: 0 !important;
}
.xoo-wsc-ft-totals .xoo-wsc-ft-totals__shipping .w-700, .xoo-wsc-ft-totals .xoo-wsc-ft-totals__grand-total .w-700 {
  color: var(--text-brand-default) !important;
}

.woocommerce-shipping-methods {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-shipping-methods li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border-brand-default);
  background: var(--surface-primary-default);
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce-shipping-methods li input[type=radio]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--surface-brand-default);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.woocommerce-shipping-methods li input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.woocommerce-shipping-methods li label {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  color: var(--text-primary-default);
  line-height: 1.4;
}
.woocommerce-shipping-methods li label .woocommerce-Price-amount {
  color: var(--text-brand-default);
  font-weight: 700;
}

.xoo-wsc-header {
  padding: 16px 16px 0 16px !important;
  border-bottom: 0 !important;
  background-color: var(--base-White) !important;
}
.xoo-wsc-header .xoo-wsch-text {
  margin: 0 !important;
  color: var(--text-primary-default);
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
}
@media (max-width: 767px) {
  .xoo-wsc-header .xoo-wsch-text {
    font-size: 1.25rem;
    line-height: 28px;
  }
}

.xoo-wsc-body {
  background-color: var(--base-White) !important;
  padding: 32px 16px !important;
}
@media (max-width: 767px) {
  .xoo-wsc-body .spar-cart-rewards-box {
    margin-bottom: 20px !important;
  }
}
.xoo-wsc-body .xoo-wsc-empty-cart {
  padding: 0 !important;
  height: 100% !important;
  justify-content: center !important;
  gap: 16px !important;
}
.xoo-wsc-body .xoo-wsc-empty-cart span {
  margin-bottom: 0 !important;
}
.xoo-wsc-body .xoo-wsc-empty-cart .xoo-wsc-btn {
  all: unset !important;
  display: flex !important;
  width: inherit !important;
  align-items: center !important;
  padding: var(--spacing-2-5) var(--spacing-4) !important;
  font-size: 1rem !important;
  line-height: 20.8px !important;
  gap: var(--spacing-2) !important;
  justify-content: center !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  background: var(--surface-brand-default) !important;
  color: var(--text-invert-default) !important;
  border: 2px solid var(--border-brand-default) !important;
}
.xoo-wsc-body .xoo-wsc-empty-cart .xoo-wsc-btn:hover {
  background-color: var(--surface-brand-hover) !important;
  border: 2px solid var(--surface-brand-hover) !important;
}
.xoo-wsc-body .xoo-wsc-product {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  gap: 16px !important;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-sum-col {
  padding: 0 !important;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-sum-col .variation dt {
  display: none !important;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-sum-col .variation dd {
  margin: 0 !important;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-sum-col .variation dd p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-img-col {
  overflow: hidden;
  width: 72px;
  height: 81px;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-img-col a {
  width: 72px;
  height: 81px;
  display: block;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-img-col a img {
  width: 72px;
  height: 81px;
  object-fit: contain;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-pprice .amount {
  font-weight: 700;
  text-decoration: none;
  color: var(--text-secondary-default);
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-pprice del .amount {
  color: var(--text-secondary-disabled);
  font-size: 0.875rem;
  line-height: 18.2px;
  text-decoration-line: line-through;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-pprice ins {
  text-decoration: none;
}
.xoo-wsc-body .xoo-wsc-product .xoo-wsc-pprice ins .amount {
  color: var(--text-secondary-default);
  font-size: 1rem;
  line-height: 20.8px;
}

.xoo-wsc-footer {
  padding: 16px !important;
  border-radius: 16px 16px 0 0 !important;
  background: var(--surface-brand-subtle) !important;
  box-shadow: none !important;
}
.xoo-wsc-footer .product-single__wrapper__content-left__features__single img {
  width: 40px;
  height: 40px;
}
.xoo-wsc-footer .amount {
  font-size: 1rem !important;
}
.xoo-wsc-footer .product-single__wrapper__content-left__features__single__content p span {
  font-size: 0.75rem !important;
  line-height: 15.6px;
}

.dashboard-navigation {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .dashboard-navigation {
    max-width: 100%;
  }
}
.dashboard-navigation__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: var(--spacing-3) var(--spacing-4);
  background-color: transparent;
  color: var(--text-primary-default);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 31.2px;
}
@media (max-width: 767px) {
  .dashboard-navigation__list a {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.dashboard-navigation__list a svg path {
  stroke: var(--icon-primary-default);
}
.dashboard-navigation__list a:hover {
  background-color: var(--surface-brand-subtle);
}
.dashboard-navigation__list .nav-active {
  color: var(--text-brand-focus);
  background-color: var(--surface-brand-subtle);
}
.dashboard-navigation__list .nav-active svg path {
  stroke: var(--text-brand-focus);
}

.woocommerce-dashboard .woocommerce, .woocommerce-edit-account .woocommerce, .woocommerce-orders .woocommerce,
.woocommerce-view-order .woocommerce, .woocommerce-edit-address .woocommerce, .woocommerce-account .woocommerce,
.woocommerce-order-recieved .woocommerce {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  display: flex;
  align-items: flex-start;
  gap: 100px 24px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .woocommerce-dashboard .woocommerce, .woocommerce-edit-account .woocommerce, .woocommerce-orders .woocommerce,
  .woocommerce-view-order .woocommerce, .woocommerce-edit-address .woocommerce, .woocommerce-account .woocommerce,
  .woocommerce-order-recieved .woocommerce {
    padding: 64px 16px;
    gap: 48px 24px;
  }
}

.wc-myaccount {
  flex: 1;
}
.wc-myaccount__wrapper__nav {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wc-myaccount__wrapper__nav__single__icon {
  width: 100%;
  height: 234px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
}
.wc-myaccount__wrapper__nav__single__icon svg path {
  stroke: var(--icon-brand-default);
}
.wc-myaccount__wrapper form.edit-account {
  padding: 24px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper form.edit-account {
    padding: 24px 16px;
  }
}
.wc-myaccount__wrapper form.edit-account .form-row {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper form.edit-account .form-row {
    width: 100%;
  }
}
.wc-myaccount__wrapper form.edit-account .form-row label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20.8px;
}
.wc-myaccount__wrapper form.edit-account .form-row label span {
  color: var(--icon-brand-default);
}
.wc-myaccount__wrapper form.edit-account .form-row input {
  background-image: none;
  padding: 10px 14px;
}
.wc-myaccount__wrapper form.edit-account .form-row #account_display_name_description {
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper form.edit-account .form-row #account_display_name_description {
    line-height: 14px;
  }
}
.wc-myaccount__wrapper form.edit-account .clear {
  display: none;
}
.wc-myaccount__wrapper form.edit-account fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border: 0;
  padding: 0;
}
.wc-myaccount__wrapper form.edit-account fieldset .form-row {
  width: calc(33.333% - 11px);
}
@media (max-width: 767px), (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .wc-myaccount__wrapper form.edit-account fieldset .form-row {
    width: 100%;
  }
}
.wc-myaccount__wrapper form.edit-account fieldset .form-row span {
  position: relative;
}
.wc-myaccount__wrapper form.edit-account fieldset .form-row span input {
  width: 100%;
}
.wc-myaccount__wrapper form.edit-account fieldset .form-row span button {
  display: none;
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper form.edit-account p {
    width: 100%;
  }
}
.wc-myaccount__wrapper form.edit-account .woocommerce-Button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wc-myaccount__wrapper form.edit-account .woocommerce-Button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .dashboard-title {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .col-1-2 {
    flex-direction: column;
  }
}
.woocommerce-account .u-column1, .woocommerce-account .u-column2 {
  width: 50%;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column1, .woocommerce-account .u-column2 {
    width: 100%;
  }
}
.woocommerce-account .u-column1 form, .woocommerce-account .u-column2 form {
  flex-wrap: wrap;
  gap: 16px 10px;
  justify-content: flex-end;
  align-items: flex-end;
}
.woocommerce-account .u-column1 form .form-row, .woocommerce-account .u-column2 form .form-row {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column1 form .form-row, .woocommerce-account .u-column2 form .form-row {
    width: 100%;
  }
}
.woocommerce-account .u-column1 form .form-row label, .woocommerce-account .u-column2 form .form-row label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20.8px;
}
.woocommerce-account .u-column1 form .form-row label span, .woocommerce-account .u-column2 form .form-row label span {
  color: var(--icon-brand-default);
}
.woocommerce-account .u-column1 form .form-row input, .woocommerce-account .u-column2 form .form-row input {
  background-image: none;
  padding: 10px 14px;
  width: 100%;
}
.woocommerce-account .u-column1 form .form-row .show-password-input, .woocommerce-account .u-column2 form .form-row .show-password-input {
  display: none;
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme input, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme input {
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border: 1px solid var(--border-secondary-default);
  background: var(--surface-primary-default);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme input::before, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme input::before {
  opacity: 0;
  content: url("/wp-content/uploads/2025/12/check.svg");
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme input:checked, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme input:checked {
  border: 1px solid var(--border-brand-default);
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme input:checked::before, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme input:checked::before {
  opacity: 1;
}
.woocommerce-account .u-column1 form .form-row .woocommerce-form-login__rememberme span, .woocommerce-account .u-column2 form .form-row .woocommerce-form-login__rememberme span {
  width: calc(100% - 32px);
  color: var(--text-primary-default);
}
.woocommerce-account .u-column1 form .woocommerce-LostPassword, .woocommerce-account .u-column2 form .woocommerce-LostPassword {
  width: calc(50% - 5px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column1 form .woocommerce-LostPassword, .woocommerce-account .u-column2 form .woocommerce-LostPassword {
    width: 100%;
    justify-content: flex-start;
  }
}
.woocommerce-account .u-column1 form .woocommerce-LostPassword a, .woocommerce-account .u-column2 form .woocommerce-LostPassword a {
  color: var(--text-brand-default);
}
.woocommerce-account .u-column1 form .woocommerce-LostPassword a:hover, .woocommerce-account .u-column2 form .woocommerce-LostPassword a:hover {
  color: var(--text-brand-hover);
}
.woocommerce-account .u-column1 form button[type=submit], .woocommerce-account .u-column2 form button[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column1 form button[type=submit], .woocommerce-account .u-column2 form button[type=submit] {
    width: 100%;
    justify-content: center;
  }
}
.woocommerce-account .u-column1 form .woocommerce-privacy-policy-text, .woocommerce-account .u-column2 form .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-account .u-column1 .woocommerce-form-register .form-row, .woocommerce-account .u-column2 .woocommerce-form-register .form-row {
  width: 100%;
  align-items: flex-end;
}
.woocommerce-account .u-column1 .woocommerce-form-register .woocommerce-form-row--wide, .woocommerce-account .u-column2 .woocommerce-form-register .woocommerce-form-row--wide {
  align-items: flex-start;
}
.woocommerce-account .u-column1 .woocommerce-form-register button, .woocommerce-account .u-column2 .woocommerce-form-register button {
  margin-top: 0 !important;
}
.woocommerce-account .u-column2 {
  border-left: 1px dashed var(--border-brand-default);
  padding-left: 24px;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column2 {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px dashed var(--border-brand-default);
  }
}
.woocommerce-account .u-column1 {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .woocommerce-account .u-column1 {
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.woocommerce-account .woocommerce-error:focus-visible {
  outline: 0;
}
.woocommerce-account .woocommerce-error li {
  padding: 8px;
  border-radius: 8px;
  border: 1px dashed var(--red-600);
  background: var(--red-300);
  color: var(--red-600);
}

.woocommerce-lost-password form {
  width: 100%;
}
.woocommerce-lost-password form .clear {
  display: none;
}
.woocommerce-lost-password form .form-row {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .woocommerce-lost-password form .form-row {
    width: 100%;
  }
}
.woocommerce-lost-password form .form-row label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20.8px;
}
.woocommerce-lost-password form .form-row label span {
  color: var(--icon-brand-default);
}
.woocommerce-lost-password form .form-row input {
  background-image: none;
  padding: 10px 14px;
  width: 100%;
}
.woocommerce-lost-password form .form-row .password-input input {
  background-image: none;
  padding: 10px 14px;
}
.woocommerce-lost-password form .form-row .password-input button {
  display: none;
}
.woocommerce-lost-password form .form-row button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px), (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .tbl-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 767px), (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  table {
    width: 200%;
  }
}
table thead tr {
  border-radius: 16px 16px 0 0;
}
table thead tr th {
  border-top: 1px dashed var(--border-brand-default);
  border-left: 1px dashed var(--border-brand-default);
  background: var(--surface-brand-subtle);
  text-align: left;
  padding: 16px;
  color: var(--text-brand-hover);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18.2px;
}
table thead tr th:first-child {
  border-radius: 16px 0 0 0;
}
table thead tr th:last-child {
  border-radius: 0 16px 0 0;
  border-right: 1px dashed var(--border-brand-default);
}
table tbody tr td {
  border-top: 1px dashed var(--border-brand-default);
  border-left: 1px dashed var(--border-brand-default);
  background-color: transparent;
  text-align: left;
  padding: 16px;
  color: var(--text-primary-default);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 23.4px;
}
@media (max-width: 767px) {
  table tbody tr td {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
table tbody tr td a {
  color: var(--text-primary-default);
}
table tbody tr td a:hover {
  color: var(--text-brand-hover);
}
table tbody tr td:last-child {
  border-right: 1px dashed var(--border-brand-default);
}
table tbody tr:last-child td {
  border-bottom: 1px dashed var(--border-brand-default);
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
table tbody tr:last-child td .status-processing {
  color: var(--text-secondary-default);
}
table tbody tr:last-child td .status-completed {
  color: var(--border-success-default);
}
table tbody tr:last-child td .status-cancelled {
  color: var(--text-error-default);
}

.wc-order-details__wrapper__top__payment {
  border-radius: 8px;
  border: 1px dashed var(--border-brand-default);
  padding: 8px;
}
.wc-order-details__wrapper__top__payment p {
  color: var(--text-brand-default);
}
.wc-order-details__wrapper__divider {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed var(--border-brand-default);
}
.wc-order-details__wrapper h6:not(.wc-order-details__wrapper__top h6) {
  font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 767px) {
  .woocommerce-order-received .wc-thankyou {
    flex-direction: column;
  }
}
.woocommerce-order-received .shipped_via {
  display: none;
}
.woocommerce-order-received .wc-order-details__wrapper__top h6 {
  font-family: "Playfair Display", serif;
}
.woocommerce-order-received .woocommerce-order {
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 0 0 64px 0;
  }
}
.woocommerce-order-received .woocommerce-order p {
  color: #075E3A;
  font-family: "Nunito Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 31.2px;
  padding: 48px;
  border-radius: 8px;
  border: 4px dashed var(--border-success-default);
  background: var(--surface-success-default);
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order p {
    padding: 24px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.woocommerce-order-received .wc-order-details {
  max-width: 910px;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-order-received .wc-order-details {
    max-width: 100%;
  }
}
.woocommerce-order-received .wc-order-details__wrapper__addresses {
  flex: 1;
}
@media (max-width: 767px) {
  .woocommerce-order-received .wc-order-details__wrapper__addresses {
    width: 100%;
  }
}
.woocommerce-order-received .wc-order-details__wrapper__addresses__single {
  padding: 24px;
  border-radius: 8px;
  border: 1px dashed var(--border-brand-default);
  background: var(--surface-brand-subtle);
}

.wc-my-address__wrapper {
  gap: 120px;
}
@media (max-width: 767px), (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .wc-my-address__wrapper {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }
}
.wc-my-address__wrapper__single .is-box {
  width: 245px;
  height: 245px;
  border-radius: 8px;
  border: 4px dashed var(--border-primary-disabled);
}
.wc-my-address__wrapper__single .is-box svg path {
  stroke: var(--border-primary-disabled);
  transition: all 0.3s ease-in-out;
}
.wc-my-address__wrapper__single .is-box:hover {
  border: 4px dashed var(--border-brand-default);
}
.wc-my-address__wrapper__single .is-box:hover svg path {
  stroke: var(--border-brand-default);
}
.wc-my-address__wrapper__single__content p, .wc-my-address__wrapper__single__content h6 {
  text-align: center;
}

.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper {
  gap: 16px 24px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(50% - 12px);
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20.8px;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row label span {
  color: var(--icon-brand-default);
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper .form-row input {
  background-image: none;
  padding: 10px 14px;
  width: 100%;
}
.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper #shipping_country_field, .woocommerce-edit-address form .woocommerce-address-fields__field-wrapper #billing_country_field {
  display: none;
}
.woocommerce-edit-address form .woocommerce-address-fields button[type=submit] {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.dashboard-title {
  width: 100%;
}

.default-hero {
  background-color: var(--surface-secondary-default);
  padding: 64px 0 110px;
  position: relative;
}
@media (max-width: 767px) {
  .default-hero {
    padding: 48px 0 24px;
  }
}
.default-hero__stars {
  background-image: url("/wp-content/uploads/2025/12/DolaziUskoroZvijezdeSVG.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 135%;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.default-hero .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .default-hero__wrapper {
    flex-direction: column;
  }
}
.default-hero__wrapper__content {
  flex: 1;
}
.default-hero__wrapper__content .p-s {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 3px 19px;
  text-align: center;
  width: fit-content;
}
.default-hero__wrapper__content h1, .default-hero__wrapper__content .p-l {
  color: var(--text-invert-default);
}
.default-hero__wrapper img {
  width: calc(50% - 24px);
}
@media (max-width: 767px) {
  .default-hero__wrapper img {
    width: 100%;
  }
}

.members {
  padding: 28px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .members {
    padding: 64px 0;
  }
}
.members__divider {
  background-image: url(/wp-content/uploads/2025/12/Frame-1235.svg);
  position: absolute;
  top: -72px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 6;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .members__divider {
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
.members__wrapper__content h2, .members__wrapper__content p {
  text-align: center;
}
.members__wrapper__members {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .members__wrapper__members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .members__wrapper__members {
    grid-template-columns: repeat(1, 1fr);
  }
}
.members__wrapper__members__single img {
  max-height: 322px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 129px 135px 141px 201px;
}
.members__wrapper__members__single h6, .members__wrapper__members__single p {
  text-align: center;
}
.members__wrapper__members__single .p-s {
  color: var(--text-brand-default);
  text-transform: uppercase;
}

.page-template-contact .members__divider {
  display: none;
}

.text-hero {
  padding: 50px 0;
  background-color: var(--surface-brand-subtle);
}
.text-hero__wrapper__content {
  max-width: 658px;
  width: 100%;
}

.contact-form {
  padding: 50px 0 100px;
  background-color: var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .contact-form {
    padding: 50px 0 64px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .contact-form__wrapper {
    flex-direction: column;
  }
}
.contact-form__wrapper__content {
  max-width: 549px;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .contact-form__wrapper__content {
    max-width: 100%;
  }
}
.contact-form__wrapper__content a {
  color: var(--text-primary-default);
}
.contact-form__wrapper__form {
  flex: 1;
}
.contact-form__wrapper__form form:not(.fluentform) {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-form__wrapper__form form:not(.fluentform) p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
}
.contact-form__wrapper__form form:not(.fluentform) p br {
  display: none;
}
.contact-form__wrapper__form form:not(.fluentform) p label {
  width: calc(50% - 5px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-form__wrapper__form form:not(.fluentform) p label {
    width: 100%;
  }
}
.contact-form__wrapper__form form:not(.fluentform) p label span:not(.wpcf7-form-control-wrap) {
  color: var(--text-brand-default);
}
.contact-form__wrapper__form form:not(.fluentform) p label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.contact-form__wrapper__form form:not(.fluentform) p label .wpcf7-form-control-wrap input, .contact-form__wrapper__form form:not(.fluentform) p label .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-image: none;
  padding: 10px 14px;
}
.contact-form__wrapper__form form:not(.fluentform) .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-form__wrapper__form .fluentform fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 10px;
}
.contact-form__wrapper__form .fluentform .ff-el-group {
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .contact-form__wrapper__form .fluentform .ff-el-group {
    width: 100%;
  }
}
.contact-form__wrapper__form .fluentform .ff-el-group:has(textarea), .contact-form__wrapper__form .fluentform .ff-el-group.ff_submit_btn_wrapper {
  width: 100%;
}
.contact-form__wrapper__form .fluentform .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: var(--spacing-2-5) var(--spacing-4);
  font-size: 1rem;
  line-height: 20.8px;
  gap: var(--spacing-2);
  border-radius: 8px;
  background: var(--surface-brand-default);
  color: var(--text-invert-default);
  border: 2px solid var(--border-brand-default);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.contact-form__wrapper__form .fluentform .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit:hover {
  background-color: var(--surface-brand-hover);
  border: 2px solid var(--surface-brand-hover);
}
.contact-form__wrapper__form .fluentform .ff-el-group .ff-el-input--label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.contact-form__wrapper__form .fluentform .ff-el-group .ff-el-input--label label span {
  color: var(--text-brand-default);
}
.contact-form__wrapper__form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control {
  width: 100%;
  background-image: none;
  padding: 10px 14px;
  border: 2px dashed var(--border-brand-default);
}
.contact-form__wrapper__form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control:hover {
  border: 2px dashed var(--border-brand-hover);
}
.contact-form__wrapper__form .fluentform .ff-el-group .ff-el-input--content .ff-el-form-control:focus {
  outline: 0;
  border: 2px dashed var(--border-brand-focus);
}
.contact-form__wrapper__form .fluentform .ff-errors-in-stack {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-template-bilt .contact-form {
  background-color: transparent;
}

.map-block {
  padding: 100px 0;
  background-color: var(--surface-secondary-default);
  position: relative;
}
@media (max-width: 767px) {
  .map-block {
    padding: 64px 0;
  }
}
.map-block__divider {
  background-image: url("/wp-content/uploads/2025/12/Frame-1236-blue.svg");
  position: absolute;
  top: -28px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .map-block__divider {
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
.map-block__stars {
  background-image: url(/wp-content/uploads/2025/12/DolaziUskoroZvijezdeSVG.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95%;
  position: absolute;
  top: -300px;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .map-block__stars {
    background-size: 135%;
    height: 350px;
    top: -40px;
  }
}
.map-block .container {
  position: relative;
  z-index: 3;
}
.map-block .map-is-google .acf-map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .map-block .map-is-google .acf-map {
    height: 350px;
  }
}
.map-block__wrapper__content {
  max-width: 700px;
}
.map-block__wrapper__content h2, .map-block__wrapper__content p {
  text-align: center;
  color: var(--text-invert-default);
}
.map-block__wrapper img {
  width: 100%;
  border-radius: 16px;
  border: 4px dashed var(--border-brand-default);
  height: 640px;
  object-fit: cover;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .map-block__wrapper img {
    height: 350px;
  }
}

.bilt-hero {
  background: var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .bilt-hero__wrapper {
    flex-direction: column-reverse;
  }
}
.bilt-hero__wrapper__logos {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .bilt-hero__wrapper__logos img {
    height: 82px;
  }
}
.bilt-hero__wrapper__nav .menu-items {
  display: flex;
  align-items: center;
}
.bilt-hero__wrapper__nav .menu-items li a {
  padding: 16px 32px;
  border-radius: 16px 16px 0 0;
  background-color: transparent;
  color: var(--text-primary-default);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28.8px;
  font-family: "Playfair Display", serif;
  display: block;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .bilt-hero__wrapper__nav .menu-items li a {
    font-size: 1.25rem;
    line-height: 28px;
    padding: 8px 24px;
    border-radius: 8px 8px 0 0;
  }
}
.bilt-hero__wrapper__nav .menu-items li a:hover {
  color: var(--text-brand-default);
}
.bilt-hero__wrapper__nav .menu-items .current-menu-item a {
  background: var(--surface-primary-default);
}
.bilt-hero__wrapper__nav .menu-items .current-menu-item a:hover {
  color: var(--text-primary-default);
}
@media (max-width: 767px) {
  .bilt-hero__wrapper__nav .desktop-menu {
    display: none;
  }
}
.bilt-hero__wrapper__nav .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .bilt-hero__wrapper__nav .bilt-mobile-dropdown {
    margin: 0 -16px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .bilt-hero__wrapper__nav .bilt-mobile-dropdown {
    display: none;
  }
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown__toggle {
  all: unset;
  font-size: 1.25rem;
  line-height: 28px;
  padding: 16px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background-color: var(--surface-primary-default);
  border-top: 1px solid var(--border-brand-default);
  border-bottom: 1px solid var(--border-brand-default);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown__chevron .closed {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown__chevron .open {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown button[aria-expanded=true] .bilt-mobile-dropdown__chevron .closed {
  z-index: 1;
  opacity: 0;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown button[aria-expanded=true] .bilt-mobile-dropdown__chevron .open {
  z-index: 2;
  opacity: 1;
}
.bilt-hero__wrapper__nav .bilt-mobile-dropdown__panel {
  background-color: var(--surface-primary-default);
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .bilt-hero__wrapper__nav .bilt-mobile-dropdown__panel .mobile-menu {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 186.03px);
  }
  .bilt-hero__wrapper__nav .bilt-mobile-dropdown__panel .mobile-menu li {
    width: 100%;
  }
  .bilt-hero__wrapper__nav .bilt-mobile-dropdown__panel .mobile-menu li a {
    font-size: 1.25rem;
    line-height: 28px;
    padding: 16px;
    width: 100%;
    border-bottom: 1px solid var(--border-brand-default);
  }
}

.text-block {
  padding: 64px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .text-block__wrapper {
    flex-direction: column;
  }
}
.text-block__wrapper__content {
  max-width: 652px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .text-block__wrapper__content {
    max-width: 100%;
  }
}
.text-block__wrapper__content__brief p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 24px;
}
.text-block__wrapper__content__brief p:last-child {
  margin-bottom: 0;
}
.text-block__wrapper__content__brief ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
.text-block__wrapper__content__brief ul:last-child {
  margin-bottom: 0;
}
.text-block__wrapper__content__brief ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 16px;
}
.text-block__wrapper__content__brief ul li:last-child {
  margin-bottom: 0;
}
.text-block__wrapper__note {
  flex: 1;
  padding: 24px;
  border-radius: 8px;
  border: 2px dashed var(--border-brand-default);
  background: var(--surface-brand-subtle);
}
.text-block__wrapper__note h6, .text-block__wrapper__note p {
  color: var(--text-brand-focus);
}
.text-block__cards {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .text-block__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-block__cards__single {
  padding: 24px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
}

.partners {
  padding: 64px 0;
}
.partners__wrapper__content {
  max-width: 652px;
}
.partners__wrapper__cards {
  flex-wrap: wrap;
}
.partners__wrapper__cards__single {
  min-width: calc(20% - 20px);
  max-width: calc(20% - 20px);
  padding: 40px 24px;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .partners__wrapper__cards__single {
    flex: auto;
    min-width: calc(33% - 14px);
    max-width: calc(33% - 14px);
  }
}
@media (max-width: 767px) {
  .partners__wrapper__cards__single {
    max-width: 100%;
    min-width: 100%;
  }
}
.partners__wrapper__cards__single h6 {
  text-align: center;
  height: 57.59px;
}
@media (max-width: 767px) {
  .partners__wrapper__cards__single h6 {
    height: auto;
  }
}

.bilt-cat {
  padding: 64px 0 100px;
}
@media (max-width: 767px) {
  .bilt-cat {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__featured {
    flex-direction: column;
  }
}
.bilt-cat__wrapper__posts__featured__image {
  width: 556px;
  height: 316px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .bilt-cat__wrapper__posts__featured__image {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__featured__image {
    width: 100%;
    border-radius: 16px 16px 0 0;
    height: 241px;
  }
}
.bilt-cat__wrapper__posts__featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.bilt-cat__wrapper__posts__featured__image__tag {
  color: var(--text-invert-default);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 18.2px;
  padding: 8px 12px;
  background-color: var(--surface-brand-default);
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__featured__image__tag {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.bilt-cat__wrapper__posts__featured__content {
  flex: 1;
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__featured__content {
    padding: 12px 24px 24px 24px;
  }
}
.bilt-cat__wrapper__posts__featured__content p {
  color: var(--text-secondary-default);
}
.bilt-cat__wrapper__posts__featured__content h6 {
  width: fit-content;
}
.bilt-cat__wrapper__posts__featured__content h6:hover a {
  color: var(--text-brand-default);
}
.bilt-cat__wrapper__posts__featured:hover .bilt-cat__wrapper__posts__featured__image img {
  transform: scale(1.4);
}
.bilt-cat__wrapper__posts__others {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .bilt-cat__wrapper__posts__others {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__others {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bilt-cat__wrapper__posts__others__single__image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  height: 241px;
  width: 100%;
}
.bilt-cat__wrapper__posts__others__single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.bilt-cat__wrapper__posts__others__single__image__tag {
  color: var(--text-invert-default);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 18.2px;
  padding: 8px 12px;
  background-color: var(--surface-brand-default);
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
}
@media (max-width: 767px) {
  .bilt-cat__wrapper__posts__others__single__image__tag {
    font-size: 1rem;
    line-height: 22.4px;
  }
}
.bilt-cat__wrapper__posts__others__single__content {
  flex: 1;
  padding: 12px 24px 24px 24px;
}
.bilt-cat__wrapper__posts__others__single__content p {
  color: var(--text-secondary-default);
}
.bilt-cat__wrapper__posts__others__single__content h6 {
  width: fit-content;
}
.bilt-cat__wrapper__posts__others__single__content h6:hover a {
  color: var(--text-brand-default);
}
.bilt-cat__wrapper__posts__others__single:hover .bilt-cat__wrapper__posts__others__single__image img {
  transform: scale(1.4);
}

.contact-card {
  padding: 64px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .contact-card__wrapper {
    flex-direction: column;
  }
}
.contact-card__wrapper__content {
  max-width: 640px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .contact-card__wrapper__content {
    max-width: 100%;
  }
}
.contact-card__wrapper__person {
  flex: 1;
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  padding: 32px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .contact-card__wrapper__person {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-card__wrapper__person {
    padding: 24px;
    flex-direction: column;
  }
}
.contact-card__wrapper__person img {
  height: 150px;
}
@media (max-width: 767px) {
  .contact-card__wrapper__person img {
    height: auto;
  }
}
.contact-card__wrapper__person__content__np h6, .contact-card__wrapper__person__content__np p {
  color: var(--text-brand-hover);
}
.contact-card__wrapper__person__content__socials a {
  color: var(--text-brand-hover);
}

.post-hero {
  padding: 50px 0;
  background: var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .post-hero__wrapper__top {
    flex-direction: column;
  }
}
.post-hero__wrapper__top h1 {
  width: calc(50% - 24px);
}
@media (max-width: 767px) {
  .post-hero__wrapper__top h1 {
    width: 100%;
  }
}
.post-hero__wrapper__top img {
  width: calc(50% - 24px);
  height: 238px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-hero__wrapper__top img {
    width: 100%;
  }
}
.post-hero__wrapper__bottom__author img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-hero__wrapper__bottom__socials {
    display: none;
  }
}
.post-hero__wrapper__bottom__socials a svg path {
  fill: var(--text-brand-default);
  transition: all 0.3s ease-in-out;
}
.post-hero__wrapper__bottom__socials a:hover svg path {
  fill: var(--text-brand-hover);
}

.post-body {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .post-body {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .post-body__wrapper {
    flex-direction: column;
  }
}
.post-body__wrapper__info {
  width: 368px;
  position: sticky;
  top: 32px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .post-body__wrapper__info {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .post-body__wrapper__info {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.post-body__wrapper__info .image {
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .post-body__wrapper__info .image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .post-body__wrapper__info .image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .post-body__wrapper__info h5 {
    display: none;
  }
}
.post-body__wrapper__info__socials a svg path {
  fill: var(--text-brand-default);
  transition: all 0.3s ease-in-out;
}
.post-body__wrapper__info__socials a:hover svg path {
  fill: var(--text-brand-hover);
}
.post-body__wrapper__info__contact a {
  color: var(--text-primary-default);
}
.post-body__wrapper__info__contact a:hover {
  color: var(--text-brand-default);
}
.post-body__wrapper__content {
  flex: 1;
}
.post-body__wrapper__content p {
  padding-bottom: 24px;
}
.post-body__wrapper__content p:last-child {
  padding-bottom: 0;
}
.post-body__wrapper__content h2 {
  font-size: 1.875rem;
  line-height: 36px;
  padding: 24px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .post-body__wrapper__content h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .post-body__wrapper__content h2 {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}
.post-body__wrapper__content h3 {
  font-size: 1.5rem;
  line-height: 28.8px;
  padding: 24px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .post-body__wrapper__content h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.post-body__wrapper__content figure img {
  border-radius: 16px;
  width: 100%;
}

.related-posts {
  background: var(--surface-brand-subtle);
  padding: 100px 0;
}
@media (max-width: 767px) {
  .related-posts {
    padding: 64px 0;
  }
}
.related-posts__wrapper__posts {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .related-posts__wrapper__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .related-posts__wrapper__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.related-posts .bilt-cat__wrapper__posts__others__single__content {
  background-color: var(--surface-primary-default);
  border-radius: 0 0 16px 16px;
}

.single-autori-i-prevodioci .post-body__wrapper__content h2:first-child {
  padding: 0 0 24px 0;
}

.blog-page {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .blog-page {
    padding: 64px 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .blog-page__wrapper__tabs {
    overflow-x: scroll;
  }
  .blog-page__wrapper__tabs::-webkit-scrollbar {
    display: none;
  }
}
.blog-page__wrapper__tabs__tab {
  all: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 16px 32px;
  border-radius: 16px 16px 0 0;
  background-color: transparent;
  color: var(--text-primary-default);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28.8px;
}
.blog-page__wrapper__tabs__tab:hover {
  color: var(--text-brand-default);
  background-color: var(--surface-brand-subtle);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .blog-page__wrapper__tabs__tab {
    min-width: max-content;
  }
}
@media (max-width: 767px) {
  .blog-page__wrapper__tabs__tab {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.blog-page__wrapper__tabs .tab-active {
  background-color: var(--surface-brand-subtle);
}
.blog-page__wrapper__panel {
  border-radius: 0 16px 16px 16px;
  background: var(--surface-brand-subtle);
  padding: 24px;
}
.blog-page__wrapper__panel .bilt-cat__wrapper__posts__others__single__content {
  background-color: var(--surface-primary-default);
  border-radius: 0 0 16px 16px;
}

.partneri-projekta {
  padding: 64px 0;
}
.partneri-projekta__wrapper .grupe .partner {
  border-radius: 8px;
  background: var(--surface-brand-subtle);
  padding: 24px;
}
.partneri-projekta__wrapper .grupe .partner .tip-partnera {
  color: var(--text-invert-default);
  background-color: var(--surface-brand-default);
  padding: 8px 12px;
  border-radius: 16px;
  width: fit-content;
}
.partneri-projekta__wrapper .grupe .partner h6 {
  font-family: "Nunito Sans", sans-serif;
}
.partneri-projekta__wrapper .grupe .partner a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary-default);
}
.partneri-projekta__wrapper .grupe .partner a svg path {
  stroke: var(--text-secondary-default);
}

.banner {
  padding: 0 0 100px 0;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .banner {
    padding: 0 0 64px 0;
  }
}
.banner__wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__wrapper__content {
  padding: 185.5px 100px;
  border-radius: 16px;
  max-width: 719px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .banner__wrapper__content {
    padding: 100px 64px;
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .banner__wrapper__content {
    padding: 48px 24px;
    max-width: 100%;
  }
}

.project-timeline {
  padding: 64px 0 100px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .project-timeline {
    padding: 64px 0;
  }
}
.project-timeline__wrapper .top-content .oznaka {
  color: var(--text-invert-default);
  padding: 12px;
  border-radius: 100%;
  background-color: var(--surface-brand-default);
}
.project-timeline__wrapper .top-content .status {
  padding: 4px 10px;
  border-radius: 8px;
}
.project-timeline__wrapper .top-content .status span {
  text-transform: uppercase;
  line-height: 17.2px;
}
.project-timeline__wrapper .top-content .status-zavrsena {
  background-color: var(--border-success-default);
}
.project-timeline__wrapper .top-content .status-zavrsena span {
  color: var(--text-success-default);
}
.project-timeline__wrapper .top-content .status-u-toku {
  background-color: var(--surface-brand-subtle);
}
.project-timeline__wrapper .top-content .status-u-toku span {
  color: var(--text-brand-hover);
}
.project-timeline__wrapper .top-content .status-predstojeca {
  background-color: var(--surface-secondary-subtle);
}
.project-timeline__wrapper .top-content .status-predstojeca span {
  color: var(--text-secondary-default);
}
.project-timeline__wrapper .content {
  padding: 24px;
  border-radius: 8px;
  background-color: var(--surface-brand-subtle);
  margin-left: 74px;
  position: relative;
}
.project-timeline__wrapper .content::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 0px;
  height: 100%;
  width: 0px;
  border: 1px dashed var(--border-brand-default);
}
.project-timeline__wrapper .content h6 {
  font-family: "Nunito Sans", sans-serif;
}
.project-timeline__wrapper .content .datum-zavrsetka span {
  line-height: 22.4px;
  color: var(--text-secondary-default);
}
.project-timeline__wrapper .content p {
  color: var(--text-secondary-default);
}

.project-results {
  padding: 64px 0 100px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .project-results {
    padding: 64px 0;
  }
}
.project-results__wrapper__content {
  max-width: 650px;
}
.project-results__wrapper__cards {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .project-results__wrapper__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .project-results__wrapper__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-results__wrapper__cards__single {
  padding: 24px;
  border-radius: 8px;
  background-color: var(--surface-brand-subtle);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .project-results__wrapper__cards__single {
    padding: 24px 16px;
  }
}
.project-results__wrapper__cards__single .p-s {
  padding: 8px 12px;
  border-radius: 16px;
  background-color: var(--surface-brand-default);
  color: var(--text-invert-default);
  width: fit-content;
}
.project-results__wrapper__cards__single h6 {
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: -8px;
}
.project-results__wrapper__cards__single .p-l {
  color: var(--text-secondary-default);
}
.project-results__wrapper__cards__single .information {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8px;
}
.project-results__wrapper__cards__single .information .p-l {
  color: var(--text-primary-default);
}
.project-results__wrapper__cards__single .information .w-500 {
  color: var(--text-secondary-default);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .project-results__wrapper__cards__single .cta-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .project-results__wrapper__cards__single .cta-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.project-results__wrapper__cards__single .cta-wrapper .secondary-button {
  font-size: 1.125rem;
  line-height: 23.4px;
}
@media (max-width: 767px) {
  .project-results__wrapper__cards__single .cta-wrapper .secondary-button {
    font-size: 1rem;
    line-height: 22.4px;
    width: 100%;
    justify-content: center;
  }
}
.project-results__wrapper__cards__single .cta-wrapper .secondary-button svg path {
  stroke: var(--icon-brand-default);
}
.project-results__wrapper__cards__single .cta-wrapper .secondary-button:hover svg path {
  stroke: var(--text-brand-hover);
}
@media (max-width: 767px) {
  .project-results__wrapper__cards__single .cta-wrapper .primary-button {
    width: 100%;
    justify-content: center;
  }
}

.container-block {
  padding: 24px 0;
}
.container-block .container p,
.container-block .container ul,
.container-block .container ol {
  font-size: 1rem;
  line-height: 22.4px;
  margin: 0 0 24px;
}
.container-block .container ul,
.container-block .container ol {
  padding-left: 24px;
}
.container-block .container li {
  margin-bottom: 8px;
}
.container-block .container li:last-child {
  margin-bottom: 0;
}
.container-block .container h1,
.container-block .container h2,
.container-block .container h3,
.container-block .container h4,
.container-block .container h5,
.container-block .container h6 {
  font-weight: 600;
  margin: 0 0 24px;
}
.container-block .container h1:not(:first-child),
.container-block .container h2:not(:first-child),
.container-block .container h3:not(:first-child),
.container-block .container h4:not(:first-child),
.container-block .container h5:not(:first-child),
.container-block .container h6:not(:first-child) {
  margin-top: 48px;
}
.container-block .container h1 {
  font-size: 2.5rem;
  line-height: 48.6px;
}
@media (max-width: 767px) {
  .container-block .container h1 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.container-block .container h2 {
  font-size: 1.875rem;
  line-height: 36px;
}
@media (max-width: 767px) {
  .container-block .container h2 {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}
.container-block .container h3 {
  font-size: 1.5rem;
  line-height: 28.8px;
}
@media (max-width: 767px) {
  .container-block .container h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.container-block .container h4 {
  font-size: 1.25rem;
  line-height: 26px;
}
.container-block .container h5 {
  font-size: 1.125rem;
  line-height: 23.4px;
}
.container-block .container h6 {
  font-size: 1rem;
  line-height: 22.4px;
}

.search-page {
  padding: 64px 0 100px;
}
@media (max-width: 767px) {
  .search-page {
    padding: 48px 0 64px;
  }
}
.search-page__eyebrow .p-s {
  background-image: url("/wp-content/uploads/2025/12/Group.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--text-invert-default);
  padding: 3px 19px;
  text-align: center;
  width: fit-content;
}
.search-page__header {
  max-width: 760px;
}
.search-page__header h1 {
  font-size: 3rem;
  line-height: 57.6px;
}
.search-page__header h1 span {
  color: var(--text-brand-default);
}
@media (max-width: 767px) {
  .search-page__header h1 {
    font-size: 2rem;
    line-height: 40.6px;
  }
}
.search-page__header .p-l {
  color: var(--text-secondary-default);
  max-width: 620px;
}
.search-page__form {
  padding: 24px;
  border-radius: 16px;
  background: var(--surface-brand-subtle);
}
@media (max-width: 767px) {
  .search-page__form {
    align-items: stretch;
    flex-direction: column;
  }
}
.search-page__form input[type=search] {
  flex: 1;
  padding: 17px 20px;
  border: 1px solid var(--border-brand-subtle);
  border-radius: 8px;
  background: var(--surface-primary-default);
  font-size: 1rem;
  line-height: 22.4px;
  color: var(--text-primary-default);
}
.search-page__filters {
  flex-wrap: wrap;
}
.search-page__filters__item {
  padding: 10px 16px;
  border: 1px solid var(--border-secondary-default);
  border-radius: 999px;
  color: var(--text-secondary-default);
  transition: all 0.3s ease-in-out;
}
.search-page__filters__item:hover {
  border-color: var(--border-brand-default);
  color: var(--text-brand-default);
}
.search-page__filters__item.is-active {
  border-color: var(--border-brand-default);
  background: var(--surface-brand-subtle);
  color: var(--text-brand-default);
}
.search-page__results {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .search-page__results {
    padding-top: 32px;
  }
}
.search-page__results__item {
  width: calc(33.333% - 16px);
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .search-page__results__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .search-page__results__item {
    width: 100%;
  }
}
.search-page__results__item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-brand-subtle);
  transition: transform 0.3s ease-in-out;
}
.search-page__results__item__link:hover {
  transform: translateY(-4px);
}
.search-page__results__item__media {
  aspect-ratio: 16/10;
  background: var(--surface-secondary-subtle);
  height: 280px;
  object-fit: contain;
}
.search-page__results__item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-page__results__item__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #05090D;
}
.search-page__results__item__placeholder svg {
  width: 48px;
  height: 48px;
}
.search-page__results__item__placeholder__dot {
  font-size: 3rem;
  line-height: 1;
}
.search-page__results__item__content {
  flex: 1;
  padding: 24px;
}
.search-page__results__item__content h3 {
  font-size: 1.5rem;
  line-height: 28.8px;
}
@media (max-width: 767px) {
  .search-page__results__item__content h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.search-page__results__item__content p {
  color: var(--text-secondary-default);
}
.search-page__results__item__type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface-primary-default);
  color: var(--text-brand-default);
}
.search-page__results__item__type:visited, .search-page__results__item__type:hover, .search-page__results__item__type:focus {
  color: var(--text-brand-default);
}
.search-page__results__item__type .p-s {
  color: var(--text-brand-default);
}
.search-page__results__item__type__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: #05090D;
  height: 20px;
  width: 20px;
}
.search-page__results__item__type__icon svg {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.search-page__pagination {
  padding-top: 48px;
}
.search-page__pagination ul {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-page__pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-default);
  font-weight: 600;
}
.search-page__pagination ul li .page-numbers:hover {
  background-color: var(--surface-brand-hover);
  color: var(--text-invert-default);
}
.search-page__pagination ul li .current {
  color: var(--text-invert-default);
  background-color: var(--surface-brand-default);
}
.search-page__pagination ul li .current:hover {
  color: var(--text-invert-default);
  background-color: var(--surface-brand-default);
}
.search-page__empty {
  max-width: 620px;
  padding: 48px 0 0;
}
.search-page__empty p {
  color: var(--text-secondary-default);
}

.privacy-section {
  padding: 64px 0 100px;
}
@media (max-width: 1200px) and (min-width: 768px) and (orientation: portrait), (max-width: 767px) {
  .privacy-section {
    padding: 64px 0;
  }
}
.privacy-section .container h2, .privacy-section .container h3, .privacy-section .container h4, .privacy-section .container h5, .privacy-section .container h6 {
  font-weight: 600;
  padding: 48px 0 24px;
}
.privacy-section .container h2:first-child, .privacy-section .container h3:first-child, .privacy-section .container h4:first-child, .privacy-section .container h5:first-child, .privacy-section .container h6:first-child {
  padding: 0 0 24px 0;
}
.privacy-section .container h2 {
  font-size: 2.5rem;
}
.privacy-section .container h3 {
  font-size: 2rem;
}
.privacy-section .container h4 {
  font-size: 1.5rem;
}
.privacy-section .container h5 {
  font-size: 1.25rem;
}
.privacy-section .container p {
  padding-bottom: 16px;
}
.privacy-section .container p:last-child {
  padding-bottom: 0;
}

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