/*
Theme Name: Cenes Child
Theme URI: https://neuronthemes.com/cenes/landing
Template: cenes
Author: NeuronThemes
Author URI: https://neuronthemes.com
Description: Introducing Cenes, a true gem of a WordPress theme, crafted specifically for contemporary jewelry store websites. This elegant theme boasts a wide array of meticulously designed, highly customizable shop elements, including templates that beautifully showcase jewelry, earrings, gold accessories, bracelets, and more. Plus, with full compatibility for WooCommerce, YITH add-ons, and Elementor, Cenes empowers you to create an exceptional online store. Transform your eCommerce experience with Cenes today!
Tags: accessories store,boutique,clothing,clothing store,ecommerce,elementor,fashion,fashion store,jewelry,jewelry store,quick view,retail,wishlist,women fashion,woocommerce
Version: 1.0.0.1759606513
Updated: 2025-10-04 19:35:13

*/


/* --- WooCommerce Blocks: Checkout Order Summary --- */

/* Producttitel kleiner en netter */
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: 14px !important;   /* maak kleiner */
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 2px 0;
}

/* Prijzen in dezelfde schaal houden */
.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-order-summary-item__total-price {
  font-size: 14px !important;
  line-height: 1.2;
}

/* Productomschrijving verbergen (optioneel) */
.wc-block-components-product-metadata__description {
  display: none !important;
}

/* Zorg dat de hele kolom netjes uitlijnt */
.wc-block-components-order-summary-item__description {
  max-width: 200px;   /* of pas aan naar wens */
  overflow: hidden;
}

/* Woo Blocks – quantity input: vaste minimale breedte */
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
  min-width: 52px !important;
}

/* === Woo Blocks: verzendoptie – radio links, tekst+prijs rechts === */

/* Reset: label zelf niet meer als grid/flex, zodat radio niet opschuift */
.wc-block-components-totals-shipping .wc-block-components-radio-control__option{
  display: block !important;
}

/* Radio behoudt zijn plek */
.wc-block-components-totals-shipping .wc-block-components-radio-control__input{
  vertical-align: middle;
  margin: 0; /* hou default spacing */
}

/* Alleen de content (label+prijs) naast de radio zetten */
.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* schuif de content rechts van de radio; pas 28–34px naar smaak aan */
  margin-left: 30px !important;
}

/* Label links kan afbreken; prijs blijft compact rechts */
.wc-block-components-totals-shipping .wc-block-components-radio-control__label-group{
  flex: 1 1 auto; min-width: 0;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__description-group{
  flex: 0 0 auto; white-space: nowrap; text-align: right;
}



/* Zwarte achtergrond + witte tekst Home*/
a.add_to_cart_button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/* Tekst binnen de knop */
a.add_to_cart_button span {
  color: #fff !important;
}

/* Hover effect */
a.add_to_cart_button:hover {
  background: #222 !important;
  color: #fff !important;
}

/* Drop Down PDP */

/* --- WooCommerce Product Accordion (FÉAY) --- */
.wc-accordion {
  --acc-bg: #fff;
  --acc-border: #e5e7eb;
  --acc-text: #111827;
  --acc-muted: #6b7280;
  --acc-primary: #111827;
  --acc-radius: 12px;
  --acc-shadow: 0 6px 18px rgba(0,0,0,.06);
  --acc-transition: 220ms ease;
}

.wc-acc-item {
  background: var(--acc-bg);
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  margin: 10px 0;
  box-shadow: var(--acc-shadow);
  overflow: hidden;
}

.wc-acc-summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 16px 48px 16px 16px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--acc-primary);
  display: block;
  position: relative;
  transition: background var(--acc-transition);
}
.wc-acc-summary::-webkit-details-marker { display: none; }

/* Chevron rechts */
.wc-acc-summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--acc-primary);
  border-bottom: 2px solid var(--acc-primary);
  transform: translateY(-50%) rotate(-45deg);
  transition: transform var(--acc-transition);
}
.wc-acc-item[open] .wc-acc-summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.wc-acc-summary:hover {
  background: #f9fafb;
}

.wc-acc-content {
  color: var(--acc-text);
  padding: 0 16px 16px 16px;
  line-height: 1.6;
  font-size: 16 px;
  max-height: 0;
  opacity: 0;
  transition:
    max-height var(--acc-transition),
    opacity var(--acc-transition),
    padding-top var(--acc-transition);
}
.wc-acc-item[open] .wc-acc-content {
  padding-top: 8px;
  max-height: 1000px;
  opacity: 1;
}

.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ul li {
    list-style-type: disc !important;
    margin-left: 20px !important;
}



/* CCS STYLE Buttons */

    --bookly-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --bookly-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
    --bookly-color-red-50: oklch(97.1% 0.013 17.38);
    --bookly-color-red-100: oklch(93.6% 0.032 17.717);
    --bookly-color-red-500: oklch(63.7% 0.237 25.331);
    --bookly-color-red-600: oklch(57.7% 0.245 27.325);
    --bookly-color-red-700: oklch(50.5% 0.213 27.518);
    --bookly-color-red-800: oklch(44.4% 0.177 26.899);
    --bookly-color-amber-50: oklch(98.7% 0.022 95.277);
    --bookly-color-amber-100: oklch(96.2% 0.059 95.617);
    --bookly-color-amber-300: oklch(87.9% 0.169 91.605);
    --bookly-color-amber-900: oklch(41.4% 0.112 45.904);
    --bookly-color-green-500: oklch(72.3% 0.219 149.579);
    --bookly-color-green-700: oklch(52.7% 0.154 150.069);
    --bookly-color-emerald-50: oklch(97.9% 0.021 166.113);
    --bookly-color-emerald-100: oklch(95% 0.052 163.051);
    --bookly-color-emerald-800: oklch(43.2% 0.095 166.913);
    --bookly-color-sky-200: oklch(90.1% 0.058 230.902);
    --bookly-color-slate-50: oklch(98.4% 0.003 247.858);
    --bookly-color-slate-100: oklch(96.8% 0.007 247.896);
    --bookly-color-slate-200: oklch(92.9% 0.013 255.508);
    --bookly-color-slate-300: oklch(86.9% 0.022 252.894);
    --bookly-color-slate-400: oklch(70.4% 0.04 256.788);
    --bookly-color-slate-600: oklch(44.6% 0.043 257.281);
    --bookly-color-gray-100: oklch(96.7% 0.003 264.542);
    --bookly-color-gray-200: oklch(92.8% 0.006 264.531);
    --bookly-color-gray-300: oklch(87.2% 0.01 258.338);
    --bookly-color-gray-400: oklch(70.7% 0.022 261.325);
    --bookly-color-gray-500: oklch(55.1% 0.027 264.364);
    --bookly-color-gray-600: oklch(44.6% 0.03 256.802);
    --bookly-color-gray-800: oklch(27.8% 0.033 256.848);
    --bookly-color-black: #000;
    --bookly-color-white: #fff;
    --bookly-spacing: 0.25rem;
    --bookly-breakpoint-xl: 80rem;
    --bookly-container-3xs: 16rem;
    --bookly-container-2xs: 18rem;
    --bookly-container-xs: 20rem;
    --bookly-container-lg: 32rem;
    --bookly-text-xs: 0.75rem;
    --bookly-text-xs--line-height: calc(1 / 0.75);
    --bookly-text-sm: 0.875rem;
    --bookly-text-sm--line-height: calc(1.25 / 0.875);
    --bookly-text-base: 1rem;
    --bookly-text-base--line-height: calc(1.5 / 1);
    --bookly-text-lg: 1.125rem;
    --bookly-text-lg--line-height: calc(1.75 / 1.125);
    --bookly-text-xl: 1.25rem;
    --bookly-text-xl--line-height: calc(1.75 / 1.25);
    --bookly-text-2xl: 1.5rem;
    --bookly-text-2xl--line-height: calc(2 / 1.5);
    --bookly-text-3xl: 1.875rem;
    --bookly-text-3xl--line-height: calc(2.25 / 1.875);
    --bookly-text-4xl: 2.25rem;
    --bookly-text-4xl--line-height: calc(2.5 / 2.25);
    --bookly-font-weight-normal: 400;
    --bookly-font-weight-medium: 500;
    --bookly-font-weight-semibold: 600;
    --bookly-font-weight-bold: 700;
    --bookly-leading-normal: 1.5;
    --bookly-radius-lg: 0.5rem;
    --bookly-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --bookly-animate-spin: spin 1s linear infinite;
    --bookly-default-transition-duration: 150ms;
    --bookly-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --bookly-default-font-family: var(--bookly-font-sans);
    --bookly-default-mono-font-family: var(--bookly-font-mono);
    --bookly-color-default-border: var(--bookly-color-gray-200);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0,124,186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0,107,161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0,90,135;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122,0,223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-admin-border-width-focus: 1.5px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --iti-border-gray: #ccc;
    --iti-text-gray: #999;
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-border-color: var(--iti-border-gray);
    --iti-dialcode-color: var(--iti-text-gray);
    --iti-dropdown-bg: white;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-path-flags-1x: url("../img/flags.webp");
    --iti-path-flags-2x: url("../img/flags@2x.webp");
    --iti-path-globe-1x: url("../img/globe.webp");
    --iti-path-globe-2x: url("../img/globe@2x.webp");
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px;
    --bookly-css-version: "25.4";
    --flatsome-scroll-padding-top: calc(var(--flatsome--header--sticky-height, 0px) + var(--wp-admin--admin-bar--height, 0px));
    --wbk-bg-accent: #14B8A9;
    --wbk-font: "Ubuntu", sans-serif;
    --wbk-border-radius: 8px;
    --wbk-shadow: 0px 0px 16px 0px #3f3f4629;
    --wbk-button-border-radius: 8px;
    --wbk-bg-button-primary: #14B8A9;
    --wbk-bg-button-primary-hover: #11978C;
    --wbk-color-button-primary: #ffffff;
    --wbk-color-button-primary-hover: #F3FBFB;
    --wbk-bg-button-secondary: #edeff2;
    --wbk-bg-button-secondary-hover: #14B8A9;
    --wbk-color-button-secondary: #ffffff;
    --wbk-color-button-secondary-hover: #F3FBFB;
    --wbk-bg-button-inactive: #edeff3;
    --wbk-color-button-inactive: #ffffff;
    --wbk-bg-button-selected: #14B8A9;
    --wbk-bg-button-selected-hover: #11978C;
    --wbk-color-button-selected: #ffffff;
    --wbk-color-button-selected-hover: #F3FBFB;
    --wbk-bg-button-selected-selected: #ffffff;
    --wbk-color-button-selected-selected: #22292f;
    --wbk-bg-sidebar: #F9FAFB;
    --wbk-color-sidebar: #22292F;
    --wbk-color-border-selected: #14B8A9;
    --wbk-primary-50: #F3FBFB;
    --wbk-primary-text-50: #22292F;
    --wbk-primary-100: #E8F8F6;
    --wbk-primary-text-100: #22292F;
    --wbk-primary-200: #D0F1EE;
    --wbk-primary-text-200: #22292F;
    --wbk-primary-300: #B9EAE5;
    --wbk-primary-text-300: #22292F;
    --wbk-primary-400: #A1E3DD;
    --wbk-primary-text-400: #22292F;
    --wbk-primary-500: #14B8A9;
    --wbk-primary-text-500: #FFFFFF;
    --wbk-primary-600: #11978C;
    --wbk-primary-text-600: #FFFFFF;
    --wbk-primary-700: #0C6A62;
    --wbk-primary-text-700: #FFFFFF;
    --wbk-primary-800: #073C37;
    --wbk-primary-text-800: #FFFFFF;
    --wbk-primary-900: #020E0D;
    --wbk-primary-text-900: #FFFFFF;
    --wbk-primary-950: #000000;
    --wbk-primary-text-950: #FFFFFF;
    --wbk-primary-filter-500: none;
    --wbk-secondary-50: #FFFFFF;
    --wbk-secondary-text-50: #22292F;
    --wbk-secondary-100: #FEFFFF;
    --wbk-secondary-text-100: #22292F;
    --wbk-secondary-200: #FEFEFE;
    --wbk-secondary-text-200: #22292F;
    --wbk-secondary-300: #FDFEFE;
    --wbk-secondary-text-300: #22292F;
    --wbk-secondary-400: #FDFDFD;
    --wbk-secondary-text-400: #22292F;
    --wbk-secondary-500: #F9FAFB;
    --wbk-secondary-text-500: #22292F;
    --wbk-secondary-600: #E3E8ED;
    --wbk-secondary-text-600: #22292F;
    --wbk-secondary-700: #C5CFD8;
    --wbk-secondary-text-700: #22292F;
    --wbk-secondary-800: #A6B5C4;
    --wbk-secondary-text-800: #22292F;
    --wbk-secondary-900: #889CAF;
    --wbk-secondary-text-900: #22292F;
    --wbk-secondary-950: #728AA1;
    --wbk-secondary-text-950: #FFFFFF;
    --wbk-secondary-filter-500: hue-rotate(35.521472392638deg) saturate(25%) brightness(200%);
    --PhoneInput-color--focus: #03b2cb;
    --PhoneInputInternationalIconPhone-opacity: 0.8;
    --PhoneInputInternationalIconGlobe-opacity: 0.65;
    --PhoneInputCountrySelect-marginRight: 0.35em;
    --PhoneInputCountrySelectArrow-width: 0.3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: 0.45;
    --PhoneInputCountrySelectArrow-color: currentColor;
    --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);
    --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1);
    --primary-color: #ffd3e9;
    --fs-color-primary: #ffd3e9;
    --fs-color-secondary: #fc78c3;
    --fs-color-success: #627D47;
    --fs-color-alert: #b20000;
    --fs-color-base: #000000;
    --fs-experimental-link-color: #000000;
    --fs-experimental-link-color-hover: #111;
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, 0.8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px;
    --rounded-corners-radius: 16px;
    --color-add-to-cart-background: #333333;
    --color-add-to-cart-text: #FFFFFF;
    --color-add-to-cart-border: #333333;
    --color-add-to-cart-background-hover: #4F4F4F;
    --color-add-to-cart-text-hover: #FFFFFF;
    --color-add-to-cart-border-hover: #4F4F4F;
    --add-to-cart-rounded-corners-radius: 16px;
    --color-button-style-1-background: #333333;
    --color-button-style-1-text: #FFFFFF;
    --color-button-style-1-border: #333333;
    --color-button-style-1-background-hover: #4F4F4F;
    --color-button-style-1-text-hover: #FFFFFF;
    --color-button-style-1-border-hover: #4F4F4F;
    --color-button-style-2-background: #333333;
    --color-button-style-2-text: #FFFFFF;
    --color-button-style-2-border: #333333;
    --color-button-style-2-background-hover: #4F4F4F;
    --color-button-style-2-text-hover: #FFFFFF;
    --color-button-style-2-border-hover: #4F4F4F;
    --color-wishlist-table-background: #FFFFFF;
    --color-wishlist-table-text: #6d6c6c;
    --color-wishlist-table-border: #FFFFFF;
    --color-headers-background: #F4F4F4;
    --color-share-button-color: #FFFFFF;
    --color-share-button-color-hover: #FFFFFF;
    --color-fb-button-background: #39599E;
    --color-fb-button-background-hover: #595A5A;
    --color-tw-button-background: #45AFE2;
    --color-tw-button-background-hover: #595A5A;
    --color-pr-button-background: #AB2E31;
    --color-pr-button-background-hover: #595A5A;
    --color-em-button-background: #FBB102;
    --color-em-button-background-hover: #595A5A;
    --color-wa-button-background: #00A901;
    --color-wa-button-background-hover: #595A5A;
    --feedback-duration: 3s;
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--primary: #ffd3e9;
    --wp--preset--color--secondary: #fc78c3;
    --wp--preset--color--success: #627D47;
    --wp--preset--color--alert: #b20000;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    --flatsome--header--sticky-height: 70px;
    -webkit-font-smoothing: antialiased;
    color: var(--fs-color-base);
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;