@charset "UTF-8";
/*!
Theme Name: Rosielle Kulik 2024
Theme URI: http://underscores.me/
Author: Jildert Viet
Author URI: https://jildertviet.com
Description: Custom theme: Rosielle Kulik 2024, developed by Jildert Viet
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: rosiellekulik2024
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.

Rosielle Kulik 2024 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
/*--------------------------------------------------------------


# Bootstrap
--------------------------------------------------------------*/
/* $body-bg: #000; */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body, #homePage .topBlockID .gallery #titleAndUrl .material {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.25rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .headerContainer header .term-description, #titleWithIntro p, #aboutPage .aboutPageIntro, #homePage .topBlockID p, header.site-header .site-title, .h6, h5, .addedToBasket .innerContainer .productOverview .productInfo .material, #productFilter #resetLink, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label, #singleProductPage .product .summary .titlePriceContainer .price, #singleProductPage .product .woocommerce-breadcrumb, .woocommerce-breadcrumb a, #homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a, #homePage .topBlockID .gallery #titleAndUrl a, footer .siteInfoContainer .site-info .designCredits #designer, footer .footerMenusContainer .footerMenus #addr, footer .footerMenusContainer .footerMenus a, .main-navigation ul li, button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
input[type=button],
input[type=reset],
input[type=submit], .h5, h4, footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a, .h4, h3, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, ul.productsList li h2, ul.productsList li .h2, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a, #subNav nav .menu-headersub-container > ul > li a, .h3, h2, #singleProductPage .product .summary h1, #singleProductPage .product .summary .h1, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, #singleProductPage .product .summary h1, #singleProductPage .product .summary .h1, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, #singleProductPage .product .summary h1, #singleProductPage .product .summary .h1, .h2 {
    font-size: 2rem;
  }
}

h3, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a, #subNav nav .menu-headersub-container > ul > li a, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
  #homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
  footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a, #subNav nav .menu-headersub-container > ul > li a, .h3 {
    font-size: 1.75rem;
  }
}

h4, footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, footer .siteInfoContainer .site-info #copyright,
  footer .siteInfoContainer .site-info a, .h4 {
    font-size: 1.5rem;
  }
}

h5, .addedToBasket .innerContainer .productOverview .productInfo .material, #productFilter #resetLink, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label, #singleProductPage .product .summary .titlePriceContainer .price, #singleProductPage .product .woocommerce-breadcrumb, .woocommerce-breadcrumb a, #homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a, #homePage .topBlockID .gallery #titleAndUrl a, footer .siteInfoContainer .site-info .designCredits #designer, footer .footerMenusContainer .footerMenus #addr, footer .footerMenusContainer .footerMenus a, .main-navigation ul li, button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
input[type=button],
input[type=reset],
input[type=submit], .h5 {
  font-size: 1.25rem;
}

h6, .headerContainer header .term-description, #titleWithIntro p, #aboutPage .aboutPageIntro, #homePage .topBlockID p, header.site-header .site-title, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button {
  border-radius: 0;
}

button:focus:not(:focus-visible), #singleProductPage .product .summary form.cart button:focus:not(:focus-visible), #singleProductPage .product .summary form.cart .wp-element-button:focus:not(:focus-visible), #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:focus:not(:focus-visible), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:focus:not(:focus-visible),
#singleProductPage .product .summary form.cart input:focus:not(:focus-visible),
#singleProductPage .product .summary form.cart select:focus:not(:focus-visible), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:focus:not(:focus-visible), .wp-element-button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
#singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart .wp-element-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.wp-element-button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), #singleProductPage .product .summary form.cart button:not(:disabled), #singleProductPage .product .summary form.cart .wp-element-button:not(:disabled), #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:not(:disabled), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:not(:disabled),
#singleProductPage .product .summary form.cart input:not(:disabled),
#singleProductPage .product .summary form.cart select:not(:disabled), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:not(:disabled), .wp-element-button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .site-main,
.site-header,
.site-footer, #singleProductPage,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .site-main,
  .site-header,
  .site-footer, #singleProductPage {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .site-main,
  .site-header,
  .site-footer, #singleProductPage {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .site-main,
  .site-header,
  .site-footer, #singleProductPage {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .site-main,
  .site-header,
  .site-footer, #singleProductPage {
    max-width: 1340px;
  }
}
@media (min-width: 2200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .site-main,
  .site-header,
  .site-footer, #singleProductPage {
    max-width: 2120px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1400px;
  --bs-breakpoint-xxl: 2200px;
}

.row, #singleProductPage .product .summary .descriptionContainer, #singleProductPage .product, .headerContainer header, .titleAndText, .imgFullWidth2, .mobileMenuActive #subNav nav .menu-headersub-container > ul, #subNav nav .menu-headersub-container > ul {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, #singleProductPage .product .summary .descriptionContainer > *, #singleProductPage .product > *, .headerContainer header > *, .titleAndText > *, .imgFullWidth2 > *, .mobileMenuActive #subNav nav .menu-headersub-container > ul > *, #subNav nav .menu-headersub-container > ul > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, #productFilter, #singleProductPage .product .summary .descriptionContainer .accordionItem, #singleProductPage .product .woocommerce-product-gallery,
#singleProductPage .product .summary, ul.productsList li, .headerContainer header .term-description, .headerContainer header h1, .headerContainer header .h1, .titleAndText .mainText, #titleWithIntro p, #titleWithIntro h1, #titleWithIntro .h1, .imgFullWidth2 figure, #subNav nav .menu-headersub-container > ul > li {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.3125rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.3125rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.625rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.625rem;
}

.g-3,
.gx-3,
.instaFeedContainer .InstagramFeed__feed .FeedGridLayout__grid {
  --bs-gutter-x: 1.25rem;
}

.g-3,
.gy-3,
#homePage .oneOfAKind,
#homePage .popularJewelryID {
  --bs-gutter-y: 1.25rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.875rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.875rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3.75rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3.75rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6.25rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6.25rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6.25rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6.25rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, ul.productsList li, #subNav nav .menu-headersub-container > ul > li {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5, #productFilter {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6, #singleProductPage .product .woocommerce-product-gallery,
  #singleProductPage .product .summary, .titleAndText .mainText, #titleWithIntro p {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, #titleWithIntro h1, #titleWithIntro .h1 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5, #titleWithIntro p {
    margin-left: 41.66666667%;
  }
  .offset-lg-6, .titleAndText .mainText {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6.25rem;
  }
}
@media (min-width: 2200px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6.25rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 2200px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none, header.site-header .searchDesktop {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .cky-consent-container .cky-consent-bar .cky-notice {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, #singleProductPage .product .summary form.cart, #homePage .featuredFullWidth .iconContainer .arrowUp {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center, .addedToBasket .innerContainer .productOverview .productInfo {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.3125rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.m-3 {
  margin: 1.25rem !important;
}

.m-4 {
  margin: 1.875rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.m-6 {
  margin: 3.75rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0, #homePage .cardsWithTitle h2, #homePage .cardsWithTitle #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .cardsWithTitle h1, #homePage .cardsWithTitle #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .cardsWithTitle .h1, #homePage .cardsWithTitle .h2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx-2, .woocommerce-breadcrumb .spacer {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-3, #singleProductPage .product .woocommerce-breadcrumb .spacer, #searchResults .searchResults .product .details {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-4 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-6 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3, #aboutPage .aboutPageIntro, #homePage .oneOfAKind, #homePage .waveQuoteID {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-5, .wp-block-woocommerce-empty-cart-block .wp-block-product-new, #homePage .topBlockID p {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-6, #searchResults .searchResults, #titleWithIntro p {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0, #searchResults .searchResults, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.3125rem !important;
}

.mt-2, #homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a, #homePage .popularJewelryID .details .price {
  margin-top: 0.625rem !important;
}

.mt-3, #singleProductPage, #searchResults .searchResults .product,
#searchResults .searchResults .page, #searchResults .searchResults h2, #searchResults .searchResults #singleProductPage .product .summary h1, #singleProductPage .product .summary #searchResults .searchResults h1, #searchResults .searchResults #singleProductPage .product .summary .h1, #singleProductPage .product .summary #searchResults .searchResults .h1, #searchResults .searchResults .h2, .titleAndText .mainText .titleAndParagraph p, #aboutPage, .instaFeed, #homePage, .site-main, #primary {
  margin-top: 1.25rem !important;
}

.mt-4, #homePage .topBlockID .gallery {
  margin-top: 1.875rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6, .titleAndText {
  margin-top: 3.75rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6.25rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0, #singleProductPage .product .summary form.cart .quantity {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.3125rem !important;
}

.me-2, #singleProductPage .product .summary form.cart button:before, #singleProductPage .product .summary form.cart .wp-element-button:before, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:before,
#singleProductPage .product .summary form.cart input:before,
#singleProductPage .product .summary form.cart select:before {
  margin-right: 0.625rem !important;
}

.me-3, .addedToBasket .innerContainer .productOverview .imgDivContainer, #singleProductPage .product .summary form.cart .single_variation, #subNav nav .menu-headersub-container > ul > li a:hover .dot {
  margin-right: 1.25rem !important;
}

.me-4 {
  margin-right: 1.875rem !important;
}

.me-5 {
  margin-right: 2.5rem !important;
}

.me-6 {
  margin-right: 3.75rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6.25rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .addedToBasket .innerContainer .productOverview .productInfo h3, .addedToBasket .innerContainer .productOverview .productInfo .h3, .addedToBasket .innerContainer .productOverview .productInfo #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li .addedToBasket .innerContainer .productOverview .productInfo a, .addedToBasket .innerContainer .productOverview .productInfo #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .addedToBasket .innerContainer .productOverview .productInfo h4, .addedToBasket .innerContainer .productOverview .productInfo #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details .addedToBasket .innerContainer .productOverview .productInfo .h4, .addedToBasket .innerContainer .productOverview .productInfo #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info .addedToBasket .innerContainer .productOverview .productInfo #copyright, .addedToBasket .innerContainer .productOverview .productInfo footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .addedToBasket .innerContainer .productOverview .productInfo #copyright,
.addedToBasket .innerContainer .productOverview .productInfo #homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info .addedToBasket .innerContainer .productOverview .productInfo a,
.addedToBasket .innerContainer .productOverview .productInfo footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .addedToBasket .innerContainer .productOverview .productInfo a, .addedToBasket .innerContainer .productOverview .productInfo ul.productsList li h2, ul.productsList li .addedToBasket .innerContainer .productOverview .productInfo h2, .addedToBasket .innerContainer .productOverview .productInfo ul.productsList li .h2, ul.productsList li .addedToBasket .innerContainer .productOverview .productInfo .h2, .addedToBasket .innerContainer .productOverview .productInfo ul.productsList li #singleProductPage .product .summary h1, ul.productsList li #singleProductPage .product .summary .addedToBasket .innerContainer .productOverview .productInfo h1, .addedToBasket .innerContainer .productOverview .productInfo #singleProductPage .product .summary ul.productsList li h1, #singleProductPage .product .summary ul.productsList li .addedToBasket .innerContainer .productOverview .productInfo h1, .addedToBasket .innerContainer .productOverview .productInfo ul.productsList li #singleProductPage .product .summary .h1, ul.productsList li #singleProductPage .product .summary .addedToBasket .innerContainer .productOverview .productInfo .h1, .addedToBasket .innerContainer .productOverview .productInfo #singleProductPage .product .summary ul.productsList li .h1, #singleProductPage .product .summary ul.productsList li .addedToBasket .innerContainer .productOverview .productInfo .h1, .addedToBasket .innerContainer .productOverview .productInfo .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .addedToBasket .innerContainer .productOverview .productInfo .wc-block-components-order-summary__button-text, #productFilter .topRow #filterCloseToggle, ul.productsList :last-child, .headerContainer header .term-description p, #searchResults .searchResults h2, #searchResults .searchResults #singleProductPage .product .summary h1, #singleProductPage .product .summary #searchResults .searchResults h1, #searchResults .searchResults #singleProductPage .product .summary .h1, #singleProductPage .product .summary #searchResults .searchResults .h1, #searchResults .searchResults .h2, #searchResults .numResults, #searchResults header h1, #searchResults header .h1, .titleAndText .mainText .titleAndParagraph:last-child, #aboutPage .aboutPageTitle, .instaFeed .titleContainer h2, .instaFeed .titleContainer #singleProductPage .product .summary h1, #singleProductPage .product .summary .instaFeed .titleContainer h1, .instaFeed .titleContainer #singleProductPage .product .summary .h1, #singleProductPage .product .summary .instaFeed .titleContainer .h1, .instaFeed .titleContainer .h2, #homePage .oneOfAKind .product .info h3, #homePage .oneOfAKind .product .info .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar #homePage .oneOfAKind .product .info .wc-block-components-order-summary__button-text, #homePage .oneOfAKind .product .info ul.productsList li h2, #homePage .oneOfAKind #singleProductPage .product .info ul.productsList li .summary h1, #singleProductPage #homePage .oneOfAKind .product .info ul.productsList li .summary h1, #homePage .oneOfAKind #singleProductPage .product .summary .info ul.productsList li h1, #singleProductPage #homePage .oneOfAKind .product .summary .info ul.productsList li h1, #homePage .oneOfAKind #singleProductPage .product .info ul.productsList li .summary .h1, #singleProductPage #homePage .oneOfAKind .product .info ul.productsList li .summary .h1, #homePage .oneOfAKind #singleProductPage .product .summary .info ul.productsList li .h1, #singleProductPage #homePage .oneOfAKind .product .summary .info ul.productsList li .h1, ul.productsList li #homePage .oneOfAKind .product .info h2, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .info .summary h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .info .summary h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .summary .info h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .summary .info h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .info .summary .h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .info .summary .h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .summary .info .h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .summary .info .h1, #homePage .oneOfAKind .product .info ul.productsList li .h2, ul.productsList li #homePage .oneOfAKind .product .info .h2, #homePage .oneOfAKind .product .info .h3, #homePage .oneOfAKind .product .info #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li #homePage .oneOfAKind .product .info a, #homePage .oneOfAKind .product .info .popularJewelryID .details h4, #homePage .popularJewelryID .details .oneOfAKind .product .info h4, #homePage .oneOfAKind .product .info .popularJewelryID .details .h4, #homePage .popularJewelryID .details .oneOfAKind .product .info .h4, #homePage .oneOfAKind .product .info .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info .oneOfAKind .product .info #copyright, footer .siteInfoContainer .site-info #homePage .oneOfAKind .product .info .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .oneOfAKind .product .info #copyright,
#homePage .oneOfAKind .product .info .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info .oneOfAKind .product .info a,
footer .siteInfoContainer .site-info #homePage .oneOfAKind .product .info .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .oneOfAKind .product .info a, #homePage .oneOfAKind h2, #homePage .oneOfAKind #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .oneOfAKind h1, #homePage .oneOfAKind #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .oneOfAKind .h1, #homePage .oneOfAKind .h2, #homePage .featuredFullWidth .icon h2, #homePage .featuredFullWidth .icon #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .featuredFullWidth .icon h1, #homePage .featuredFullWidth .icon #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .featuredFullWidth .icon .h1, #homePage .featuredFullWidth .icon .h2,
#homePage .featuredFullWidth .infoOverlay h2,
#homePage .featuredFullWidth .infoOverlay #singleProductPage .product .summary h1,
#singleProductPage .product .summary #homePage .featuredFullWidth .infoOverlay h1,
#homePage .featuredFullWidth .infoOverlay #singleProductPage .product .summary .h1,
#singleProductPage .product .summary #homePage .featuredFullWidth .infoOverlay .h1,
#homePage .featuredFullWidth .infoOverlay .h2, #homePage .popularJewelryID h2, #homePage .popularJewelryID #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .popularJewelryID h1, #homePage .popularJewelryID #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .popularJewelryID .h1, #homePage .popularJewelryID .h2, #homePage .topBlockID .gallery #titleAndUrl h3, #homePage .topBlockID .gallery #titleAndUrl .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar #homePage .topBlockID .gallery #titleAndUrl .wc-block-components-order-summary__button-text, #homePage .topBlockID .gallery #titleAndUrl ul.productsList li h2, #homePage .topBlockID .gallery #titleAndUrl ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .topBlockID .gallery #titleAndUrl ul.productsList li h1, #homePage .topBlockID .gallery #titleAndUrl ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .topBlockID .gallery #titleAndUrl ul.productsList li .h1, ul.productsList li #homePage .topBlockID .gallery #titleAndUrl h2, ul.productsList li #homePage .topBlockID .gallery #titleAndUrl #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li #homePage .topBlockID .gallery #titleAndUrl h1, ul.productsList li #homePage .topBlockID .gallery #titleAndUrl #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li #homePage .topBlockID .gallery #titleAndUrl .h1, #homePage .topBlockID .gallery #titleAndUrl ul.productsList li .h2, ul.productsList li #homePage .topBlockID .gallery #titleAndUrl .h2, #homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details h4, #homePage .popularJewelryID .details .topBlockID .gallery #titleAndUrl h4, #homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details .h4, #homePage .popularJewelryID .details .topBlockID .gallery #titleAndUrl .h4, #homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info .topBlockID .gallery #titleAndUrl #copyright, footer .siteInfoContainer .site-info #homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .topBlockID .gallery #titleAndUrl #copyright,
#homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info .topBlockID .gallery #titleAndUrl a,
footer .siteInfoContainer .site-info #homePage .topBlockID .gallery #titleAndUrl .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .topBlockID .gallery #titleAndUrl a, #homePage .topBlockID .gallery #titleAndUrl .h3, #homePage .topBlockID .gallery #titleAndUrl #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li #homePage .topBlockID .gallery #titleAndUrl a, #homePage .topBlockID h1 a, #homePage .topBlockID .h1 a,
#homePage .topBlockID p a,
#homePage .topBlockID .buttons a, header.site-header.mobileMenuActive .mobileMenuTitle {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2, .addedToBasket .innerContainer .productOverview .productInfo .material, ul.productsList li .material, #searchResults .searchResults .product .imgDivContainer .imgDiv {
  margin-bottom: 0.625rem !important;
}

.mb-3, #thankYouPage h1, #thankYouPage .h1, #singleProductPage .product .summary, #singleProductPage .product .woocommerce-breadcrumb, ul.productsList li .imgDiv, ul.productsList li, .woocommerce-breadcrumb, #searchResults .searchResults .product, #searchResults header, .cky-consent-container .cky-consent-bar .cky-notice-des, #aboutPage .imagesContainer, #homePage .cardsWithTitle h2, #homePage .cardsWithTitle #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .cardsWithTitle h1, #homePage .cardsWithTitle #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .cardsWithTitle .h1, #homePage .cardsWithTitle .h2, #homePage .oneOfAKind .product .imgContainer, #homePage .popularJewelryID .imgDivContainer .imgDiv, #homePage .topBlockID .gallery .slideContainer, #homePage .topBlockID .gallery .slideContainer .imagesContainer, #homePage, header {
  margin-bottom: 1.25rem !important;
}

.mb-4 {
  margin-bottom: 1.875rem !important;
}

.mb-5, #thankYouPage img, #productFilter .filterCat,
#productFilter .topRow,
#productFilter button,
#productFilter .wp-element-button,
#productFilter .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #productFilter .cky-btn,
#productFilter #singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart #productFilter button,
#productFilter #singleProductPage .product .summary form.cart .wp-element-button,
#singleProductPage .product .summary form.cart #productFilter .wp-element-button,
#productFilter #singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart #productFilter input,
#productFilter #singleProductPage .product .summary form.cart select,
#singleProductPage .product .summary form.cart #productFilter select, .headerContainer, .titleAndText .mainText .titleAndParagraph, .instaFeed {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3.75rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8, .titleAndText {
  margin-bottom: 6.25rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.3125rem !important;
}

.ms-2 {
  margin-left: 0.625rem !important;
}

.ms-3 {
  margin-left: 1.25rem !important;
}

.ms-4 {
  margin-left: 1.875rem !important;
}

.ms-5 {
  margin-left: 2.5rem !important;
}

.ms-6 {
  margin-left: 3.75rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0, #productFilter .topRow #filterCloseToggle, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon {
  padding: 0 !important;
}

.p-1, .instaFeedContainer .InstagramFeed__feed .FeedGridLayout__cell-content {
  padding: 0.3125rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.p-3, #productFilter .filterContainer {
  padding: 1.25rem !important;
}

.p-4 {
  padding: 1.875rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 3.75rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6.25rem !important;
}

.px-0, #homePage .topBlockID, .mobileMenuActive #subNav nav .menu-headersub-container > ul > li {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px-2, .imgFullWidth2 figure {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-3, ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2,
ul.productsList li p,
ul.productsList li .material,
ul.productsList li .price, ul.productsList li, .cky-consent-container .cky-consent-bar .cky-notice-des, .cky-consent-container .cky-consent-bar .cky-title, #homePage .oneOfAKind .product .info, #homePage .popularJewelryID .details {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-4 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-5, #subNav nav .menu-headersub-container > ul > li {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-6 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.py-0, #productFilter .filterCat,
#productFilter .topRow, #homePage .topBlockID .gallery, .mobileMenuActive #subNav nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-2, #singleProductPage .product .summary .descriptionContainer .accordionItem, footer .footerMenusContainer .footerMenus ul li {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3, ul.productsList, #aboutPage .paragraphs, #homePage .cardsWithTitle {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-4 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.3125rem !important;
}

.pt-2, #homePage .oneOfAKind .product .info .price {
  padding-top: 0.625rem !important;
}

.pt-3 {
  padding-top: 1.25rem !important;
}

.pt-4 {
  padding-top: 1.875rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3.75rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6.25rem !important;
}

.pe-0, #singleProductPage .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.3125rem !important;
}

.pe-2, #singleProductPage .product .summary .subInfo p:before, .headerContainer .filterButton:before, header.site-header .basket #basketIcon {
  padding-right: 0.625rem !important;
}

.pe-3, #homePage .topBlockID .gallery {
  padding-right: 1.25rem !important;
}

.pe-4 {
  padding-right: 1.875rem !important;
}

.pe-5, #singleProductPage .product .summary form.cart select {
  padding-right: 2.5rem !important;
}

.pe-6 {
  padding-right: 3.75rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6.25rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.3125rem !important;
}

.pb-2 {
  padding-bottom: 0.625rem !important;
}

.pb-3, .instaFeed .titleContainer, #homePage .popularJewelryID {
  padding-bottom: 1.25rem !important;
}

.pb-4 {
  padding-bottom: 1.875rem !important;
}

.pb-5, #titleWithIntro {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3.75rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6.25rem !important;
}

.ps-0, #singleProductPage .product .summary, ul.productsList {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.3125rem !important;
}

.ps-2 {
  padding-left: 0.625rem !important;
}

.ps-3 {
  padding-left: 1.25rem !important;
}

.ps-4 {
  padding-left: 1.875rem !important;
}

.ps-5, #singleProductPage .product .summary .descriptionContainer .accordionItem .name,
#singleProductPage .product .summary .descriptionContainer .accordionItem p, #homePage .topBlockID .gallery {
  padding-left: 2.5rem !important;
}

.ps-6, #aboutPage .imagesContainer {
  padding-left: 3.75rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6.25rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.3125rem !important;
}

.gap-2 {
  gap: 0.625rem !important;
}

.gap-3 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1.875rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gap-6 {
  gap: 3.75rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6.25rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.3125rem !important;
}

.row-gap-2 {
  row-gap: 0.625rem !important;
}

.row-gap-3 {
  row-gap: 1.25rem !important;
}

.row-gap-4 {
  row-gap: 1.875rem !important;
}

.row-gap-5 {
  row-gap: 2.5rem !important;
}

.row-gap-6 {
  row-gap: 3.75rem !important;
}

.row-gap-7 {
  row-gap: 5rem !important;
}

.row-gap-8 {
  row-gap: 6.25rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.3125rem !important;
}

.column-gap-2 {
  column-gap: 0.625rem !important;
}

.column-gap-3 {
  column-gap: 1.25rem !important;
}

.column-gap-4 {
  column-gap: 1.875rem !important;
}

.column-gap-5 {
  column-gap: 2.5rem !important;
}

.column-gap-6 {
  column-gap: 3.75rem !important;
}

.column-gap-7 {
  column-gap: 5rem !important;
}

.column-gap-8 {
  column-gap: 6.25rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1.875rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3.75rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.625rem !important;
  }
  .me-sm-3 {
    margin-right: 1.25rem !important;
  }
  .me-sm-4 {
    margin-right: 1.875rem !important;
  }
  .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-6 {
    margin-right: 3.75rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6.25rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1.875rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6.25rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6.25rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6.25rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6.25rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.3125rem !important;
  }
  .gap-sm-2 {
    gap: 0.625rem !important;
  }
  .gap-sm-3 {
    gap: 1.25rem !important;
  }
  .gap-sm-4 {
    gap: 1.875rem !important;
  }
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
  .gap-sm-6 {
    gap: 3.75rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 6.25rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 6.25rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.625rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.875rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 6.25rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .m-md-3 {
    margin: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1.875rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3.75rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.625rem !important;
  }
  .mt-md-3 {
    margin-top: 1.25rem !important;
  }
  .mt-md-4 {
    margin-top: 1.875rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3.75rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6.25rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.3125rem !important;
  }
  .me-md-2 {
    margin-right: 0.625rem !important;
  }
  .me-md-3 {
    margin-right: 1.25rem !important;
  }
  .me-md-4 {
    margin-right: 1.875rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-6 {
    margin-right: 3.75rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6.25rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-md-3 {
    margin-left: 1.25rem !important;
  }
  .ms-md-4 {
    margin-left: 1.875rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-6 {
    margin-left: 3.75rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6.25rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .p-md-3 {
    padding: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1.875rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3.75rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6.25rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.625rem !important;
  }
  .pt-md-3 {
    padding-top: 1.25rem !important;
  }
  .pt-md-4 {
    padding-top: 1.875rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-6 {
    padding-top: 3.75rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6.25rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-md-3 {
    padding-right: 1.25rem !important;
  }
  .pe-md-4 {
    padding-right: 1.875rem !important;
  }
  .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-6 {
    padding-right: 3.75rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6.25rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6.25rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-md-3 {
    padding-left: 1.25rem !important;
  }
  .ps-md-4 {
    padding-left: 1.875rem !important;
  }
  .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-6 {
    padding-left: 3.75rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6.25rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.3125rem !important;
  }
  .gap-md-2 {
    gap: 0.625rem !important;
  }
  .gap-md-3 {
    gap: 1.25rem !important;
  }
  .gap-md-4 {
    gap: 1.875rem !important;
  }
  .gap-md-5 {
    gap: 2.5rem !important;
  }
  .gap-md-6 {
    gap: 3.75rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 6.25rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-7 {
    row-gap: 5rem !important;
  }
  .row-gap-md-8 {
    row-gap: 6.25rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.625rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.875rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-6 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-7 {
    column-gap: 5rem !important;
  }
  .column-gap-md-8 {
    column-gap: 6.25rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block, header.site-header .searchDesktop {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row, .cky-consent-container .cky-consent-bar .cky-notice {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1.875rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3.75rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6.25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-5, #homePage .cardsWithTitle h2, #homePage .cardsWithTitle #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .cardsWithTitle h1, #homePage .cardsWithTitle #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .cardsWithTitle .h1, #homePage .cardsWithTitle .h2 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-7, .instaFeed, #homePage .oneOfAKind, #homePage .waveQuoteID {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0, #homePage .topBlockID .gallery {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-5, #searchResults .searchResults .product,
  #searchResults .searchResults .page {
    margin-top: 2.5rem !important;
  }
  .mt-lg-6, #singleProductPage, #searchResults .searchResults h2, #searchResults .searchResults #singleProductPage .product .summary h1, #singleProductPage .product .summary #searchResults .searchResults h1, #searchResults .searchResults #singleProductPage .product .summary .h1, #singleProductPage .product .summary #searchResults .searchResults .h1, #searchResults .searchResults .h2, #aboutPage, #homePage, .site-main, #primary {
    margin-top: 3.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-lg-3, header.site-header .iconContainer {
    margin-right: 1.25rem !important;
  }
  .me-lg-4 {
    margin-right: 1.875rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-6 {
    margin-right: 3.75rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6.25rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0, #singleProductPage .product .summary, .cky-consent-container .cky-consent-bar .cky-notice-des {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-5, #searchResults .searchResults .product, #searchResults header {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-6, #homePage .cardsWithTitle h2, #homePage .cardsWithTitle #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .cardsWithTitle h1, #homePage .cardsWithTitle #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .cardsWithTitle .h1, #homePage .cardsWithTitle .h2, #homePage .popularJewelryID h2, #homePage .popularJewelryID #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .popularJewelryID h1, #homePage .popularJewelryID #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .popularJewelryID .h1, #homePage .popularJewelryID .h2, header {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-7, ul.productsList li, .headerContainer {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0, .instaFeedContainer .InstagramFeed__feed .FeedGridLayout__cell-content {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1.875rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .p-lg-6, #productFilter .filterContainer {
    padding: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6.25rem !important;
  }
  .px-lg-0, .cky-consent-container .cky-consent-bar .cky-notice-des, .cky-consent-container .cky-consent-bar .cky-title {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-3, header.site-header .iconContainer .basket {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-5, ul.productsList li, #homePage .oneOfAKind .product {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-7, ul.productsList, #homePage .cardsWithTitle {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-6, #productFilter .filterContainer {
    padding-top: 3.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6.25rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-5, #singleProductPage .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding-right: 2.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-5, .instaFeed .titleContainer {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-7, #homePage .popularJewelryID {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6.25rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-5, #singleProductPage .product .summary {
    padding-left: 2.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6.25rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.3125rem !important;
  }
  .gap-lg-2 {
    gap: 0.625rem !important;
  }
  .gap-lg-3 {
    gap: 1.25rem !important;
  }
  .gap-lg-4 {
    gap: 1.875rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-6 {
    gap: 3.75rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6.25rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 6.25rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.625rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.875rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 6.25rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1.875rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3.75rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xl-3 {
    margin-right: 1.25rem !important;
  }
  .me-xl-4 {
    margin-right: 1.875rem !important;
  }
  .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-6 {
    margin-right: 3.75rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6.25rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1.875rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6.25rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6.25rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6.25rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xl-2 {
    gap: 0.625rem !important;
  }
  .gap-xl-3 {
    gap: 1.25rem !important;
  }
  .gap-xl-4 {
    gap: 1.875rem !important;
  }
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
  .gap-xl-6 {
    gap: 3.75rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 6.25rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 6.25rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 6.25rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.3125rem !important;
  }
  .m-xxl-2 {
    margin: 0.625rem !important;
  }
  .m-xxl-3 {
    margin: 1.25rem !important;
  }
  .m-xxl-4 {
    margin: 1.875rem !important;
  }
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-6 {
    margin: 3.75rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 6.25rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-8 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.3125rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 1.25rem !important;
  }
  .p-xxl-4 {
    padding: 1.875rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .p-xxl-6 {
    padding: 3.75rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 6.25rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-8 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-8 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6.25rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6.25rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xxl-2 {
    gap: 0.625rem !important;
  }
  .gap-xxl-3 {
    gap: 1.25rem !important;
  }
  .gap-xxl-4 {
    gap: 1.875rem !important;
  }
  .gap-xxl-5 {
    gap: 2.5rem !important;
  }
  .gap-xxl-6 {
    gap: 3.75rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 6.25rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 6.25rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.3125rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 6.25rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*--------------------------------------------------------------*/
/* $font__main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "DM Sans", sans-serif; */
/*--------------------------------------------------------------
# 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, #homePage .topBlockID .gallery #titleAndUrl .material {
  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, .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, .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, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-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, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-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, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, #singleProductPage .product .summary form.cart button::-moz-focus-inner, #singleProductPage .product .summary form.cart .wp-element-button::-moz-focus-inner, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn::-moz-focus-inner, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn::-moz-focus-inner,
#singleProductPage .product .summary form.cart input::-moz-focus-inner,
#singleProductPage .product .summary form.cart select::-moz-focus-inner, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn::-moz-focus-inner, .wp-element-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, #singleProductPage .product .summary form.cart button:-moz-focusring, #singleProductPage .product .summary form.cart .wp-element-button:-moz-focusring, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:-moz-focusring, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:-moz-focusring,
#singleProductPage .product .summary form.cart input:-moz-focusring,
#singleProductPage .product .summary form.cart select:-moz-focusring, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:-moz-focusring, .wp-element-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
--------------------------------------------- */
@font-face {
  font-family: "rosielleKulikIcons";
  src: url("./fonts/icons/fonts/rosielleKulikIcons.eot?f0t0ou");
  src: url("./fonts/icons/fonts/rosielleKulikIcons.eot?f0t0ou#iefix") format("embedded-opentype"), url("./fonts/icons/fonts/rosielleKulikIcons.ttf?f0t0ou") format("truetype"), url("./fonts/icons/fonts/rosielleKulikIcons.woff?f0t0ou") format("woff"), url("./fonts/icons/fonts/rosielleKulikIcons.svg?f0t0ou#rosielleKulikIcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=rosielleKulikIcon-],
[class*=" rosielleKulikIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rosielleKulikIcons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rosielleKulikIcon-check:before, #singleProductPage .product .summary .subInfo p:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e91a";
}

.rosielleKulikIcon-heart-outline:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e900";
}

.rosielleKulikIcon-heart-filled:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e901";
}

.rosielleKulikIcon-chevron-up:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e902";
}

.rosielleKulikIcon-chevron-right:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e903";
}

.rosielleKulikIcon-chevron-down:before, #singleProductPage .product .summary form.cart #downIcon:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e904";
}

.rosielleKulikIcon-chevron-left:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e905";
}

.rosielleKulikIcon-alert-circle:before, .woocommerce-error:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e906";
}

.rosielleKulikIcon-arrow-top-right-thin:before, #homePage .featuredFullWidth .iconContainer .arrowUp:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e907";
}

.rosielleKulikIcon-arrow-left-thin:before, #homePage .topBlockID .gallery #galleryButtons button.prev:before,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart input.prev:before,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons input.prev:before,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart select.prev:before,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons select.prev:before, #homePage .topBlockID .gallery #galleryButtons .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .prev.cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .topBlockID .gallery #galleryButtons .prev.cky-btn:before, #homePage .topBlockID .gallery #galleryButtons .prev.wp-element-button:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e908";
}

.rosielleKulikIcon-arrow-right-thin:before, #homePage .topBlockID .gallery #galleryButtons button.next:before,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart input.next:before,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons input.next:before,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart select.next:before,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons select.next:before, #homePage .topBlockID .gallery #galleryButtons .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .next.cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .topBlockID .gallery #galleryButtons .next.cky-btn:before, #homePage .topBlockID .gallery #galleryButtons .next.wp-element-button:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e909";
}

.rosielleKulikIcon-plus:before, #singleProductPage .product .summary .descriptionContainer .accordionItem.closed .icon:before, .headerContainer .filterButton:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90a";
}

.rosielleKulikIcon-minus:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90b";
}

.rosielleKulikIcon-close:before, #productFilter .topRow #filterCloseToggle:before, #singleProductPage .product .summary .descriptionContainer .accordionItem.opened .icon:before, header.site-header.mobileMenuActive #mobileMenuIcon:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90c";
}

.rosielleKulikIcon-menu:before, header.site-header #mobileMenuIcon:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90d";
}

.rosielleKulikIcon-radiobox-marked:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90e";
}

.rosielleKulikIcon-radiobox-blank:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e90f";
}

.rosielleKulikIcon-checkbox-marked:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e910";
}

.rosielleKulikIcon-shopping:before, #singleProductPage .product .summary form.cart button:before, #singleProductPage .product .summary form.cart .wp-element-button:before, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:before,
#singleProductPage .product .summary form.cart input:before,
#singleProductPage .product .summary form.cart select:before, header.site-header .basket #basketIcon:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e911";
}

.rosielleKulikIcon-checkbox-blank-outline:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e912";
}

.rosielleKulikIcon-search:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e913";
}

.rosielleKulikIcon-delete:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e914";
}

.rosielleKulikIcon-ring:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e915";
}

.rosielleKulikIcon-necklace:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e916";
}

.rosielleKulikIcon-earrings:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e917";
}

.rosielleKulikIcon-filter:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e918";
}

.rosielleKulikIcon-instagram:before, .instaFeed .titleContainer .instaIcon:before {
  font-family: "rosielleKulikIcons" !important;
  content: "\e919";
}

@font-face {
  font-family: "RosielleKulik";
  src: url("./fonts/rosiellekulik.ttf");
}
body, #homePage .topBlockID .gallery #titleAndUrl .material,
input,
select,
optgroup,
textarea,
button.label,
#singleProductPage .product .summary form.cart button.label,
#singleProductPage .product .summary form.cart .label.wp-element-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .label.cky-btn,
#singleProductPage .product .summary form.cart input.label,
#singleProductPage .product .summary form.cart select.label,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn,
.label.wp-element-button {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

h1, .h1,
h2,
#singleProductPage .product .summary h1,
#singleProductPage .product .summary .h1,
.h2,
h3,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text,
ul.productsList li h2,
ul.productsList li .h2,
#homePage .popularJewelryID .details h4,
#homePage .popularJewelryID .details .h4,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a,
#subNav nav .menu-headersub-container > ul > li a,
.h3,
h4,
footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a,
.h4,
h5,
.addedToBasket .innerContainer .productOverview .productInfo .material,
#productFilter #resetLink,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
#singleProductPage .product .summary .titlePriceContainer .price,
#singleProductPage .product .woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
#homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a,
#homePage .topBlockID .gallery #titleAndUrl a,
footer .siteInfoContainer .site-info .designCredits #designer,
footer .footerMenusContainer .footerMenus #addr,
footer .footerMenusContainer .footerMenus a,
.main-navigation ul li,
button,
#singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart .wp-element-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.wp-element-button,
input[type=button],
input[type=reset],
input[type=submit],
.h5,
h6,
.headerContainer header .term-description,
#titleWithIntro p,
#aboutPage .aboutPageIntro,
#homePage .topBlockID p,
header.site-header .site-title,
.h6 {
  clear: both;
}

h1, .h1,
h2,
#singleProductPage .product .summary h1,
#singleProductPage .product .summary .h1,
.h2,
h3,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text,
ul.productsList li h2,
ul.productsList li .h2,
#homePage .popularJewelryID .details h4,
#homePage .popularJewelryID .details .h4,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a,
#subNav nav .menu-headersub-container > ul > li a,
.h3,
h4,
footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a,
.h4,
h5,
.addedToBasket .innerContainer .productOverview .productInfo .material,
#productFilter #resetLink,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
#singleProductPage .product .summary .titlePriceContainer .price,
#singleProductPage .product .woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
#homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a,
#homePage .topBlockID .gallery #titleAndUrl a,
footer .siteInfoContainer .site-info .designCredits #designer,
footer .footerMenusContainer .footerMenus #addr,
footer .footerMenusContainer .footerMenus a,
.main-navigation ul li,
button,
#singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart .wp-element-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.wp-element-button,
input[type=button],
input[type=reset],
input[type=submit],
.h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #232322;
}

h1, .h1 {
  font-size: 5.625rem;
  letter-spacing: -0.225rem;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.625rem;
    letter-spacing: -0.07875rem;
    line-height: 1.1428571429;
  }
}

h2, #singleProductPage .product .summary h1, #singleProductPage .product .summary .h1, .h2 {
  font-size: 3rem;
  letter-spacing: -0.09rem;
  line-height: 1.1666666667;
}
@media (max-width: 575.98px) {
  h2, #singleProductPage .product .summary h1, #singleProductPage .product .summary .h1, .h2 {
    font-size: 1.75rem;
    letter-spacing: -0.0525rem;
    line-height: 1.3571428571;
  }
}

h3, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a, #subNav nav .menu-headersub-container > ul > li a, .h3 {
  font-size: 1.75rem;
  letter-spacing: -0.0525rem;
  line-height: 1.3571428571;
}
@media (max-width: 575.98px) {
  h3, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2, #homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
  #homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
  footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a, #subNav nav .menu-headersub-container > ul > li a, .h3 {
    font-size: 1.5rem;
    letter-spacing: -0.045rem;
    line-height: 1.4166666667;
  }
}

h4, footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a, .h4 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.125;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  h4, footer .siteInfoContainer .site-info #copyright,
  footer .siteInfoContainer .site-info a, .h4 {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
    line-height: 1.1666666667;
  }
}

h5, .addedToBasket .innerContainer .productOverview .productInfo .material, #productFilter #resetLink, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label, #singleProductPage .product .summary .titlePriceContainer .price, #singleProductPage .product .woocommerce-breadcrumb, .woocommerce-breadcrumb a, #homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a, #homePage .topBlockID .gallery #titleAndUrl a, footer .siteInfoContainer .site-info .designCredits #designer, footer .footerMenusContainer .footerMenus #addr, footer .footerMenusContainer .footerMenus a, .main-navigation ul li, button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
input[type=button],
input[type=reset],
input[type=submit], .h5 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.03375rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  h5, .addedToBasket .innerContainer .productOverview .productInfo .material, #productFilter #resetLink, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label,
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label, #singleProductPage .product .summary .titlePriceContainer .price, #singleProductPage .product .woocommerce-breadcrumb, .woocommerce-breadcrumb a, #homePage .featuredFullWidth .icon a,
  #homePage .featuredFullWidth .infoOverlay a, #homePage .topBlockID .gallery #titleAndUrl a, footer .siteInfoContainer .site-info .designCredits #designer, footer .footerMenusContainer .footerMenus #addr, footer .footerMenusContainer .footerMenus a, .main-navigation ul li, button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
  #singleProductPage .product .summary form.cart input,
  #singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
  input[type=button],
  input[type=reset],
  input[type=submit], .h5 {
    font-size: 1rem;
    letter-spacing: -0.03rem;
    line-height: 1.5;
  }
}

h6, .headerContainer header .term-description, #titleWithIntro p, #aboutPage .aboutPageIntro, #homePage .topBlockID p, header.site-header .site-title, .h6 {
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: -0.04rem;
  font-family: "RosielleKulik";
}
@media (max-width: 575.98px) {
  h6, .headerContainer header .term-description, #titleWithIntro p, #aboutPage .aboutPageIntro, #homePage .topBlockID p, header.site-header .site-title, .h6 {
    font-size: 1.625rem;
    letter-spacing: 0rem;
    line-height: 1.0769230769;
  }
}

body, #homePage .topBlockID .gallery #titleAndUrl .material {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.03375rem;
  line-height: 1.7777777778;
}
@media (max-width: 575.98px) {
  body, #homePage .topBlockID .gallery #titleAndUrl .material {
    font-size: 1rem;
    letter-spacing: -0.03rem;
    line-height: 1.625;
  }
}

p {
  /* margin-bottom: 1.5em; */
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, .mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

mark, .mark {
  padding: 0px;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
#page {
  /* overflow: hidden; */
  overflow-x: clip;
}

#primary {
  /* @extend .mt-6; */
  /* margin-top: 200px; */
}

.headerFill {
  height: 90px;
}

.site-main {
  /* @extend .mt-6; */
  /* margin-top: 200px; */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  margin: 0px;
  list-style-type: none;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #232322;
  /* &:visited { */
  /* color: $color__link-visited; */
  /* } */
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #232322;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .wp-element-button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 100px;
  background: #6196AD;
  /* line-height: 1; */
  padding: 1rem 2rem;
  min-height: 3.5rem;
  color: #fff;
  transition: background 0.5s;
}
button:hover, #singleProductPage .product .summary form.cart button:hover, #singleProductPage .product .summary form.cart .wp-element-button:hover, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:hover,
#singleProductPage .product .summary form.cart input:hover,
#singleProductPage .product .summary form.cart select:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:hover, .wp-element-button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #2c4a57;
  color: #fff;
}
button:before, #singleProductPage .product .summary form.cart button:before, #singleProductPage .product .summary form.cart .wp-element-button:before, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:before,
#singleProductPage .product .summary form.cart input:before,
#singleProductPage .product .summary form.cart select:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:before, .wp-element-button:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  line-height: 0;
  transform: translateY(1px);
  display: inline-block;
}

.roundButton, #homePage .topBlockID .gallery #galleryButtons button,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons input,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart select,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons select, #homePage .topBlockID .gallery #galleryButtons .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .topBlockID .gallery #galleryButtons .cky-btn, #homePage .topBlockID .gallery #galleryButtons .wp-element-button {
  padding: 0px;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-family: "rosielleKulikIcons";
  font-size: 1.5rem;
  font-weight: normal;
}

.wp-block-button.tertiary .wp-element-button {
  background: #CBDFE7;
  color: #486B7A !important;
}
.wp-block-button.tertiary .wp-element-button:hover {
  background: #E3EEF3;
}

.whiteButton {
  background: #fff;
  color: #486B7A;
  border: solid 1.2px #486B7A;
}
.whiteButton:hover {
  background: #fff;
  color: #2c4a57;
  border: solid 1.2px #6196AD;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
  position: relative;
}
header #underline {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
  bottom: 0px;
}

@media (max-width: 575.98px) {
  section.search {
    display: none;
  }
}

.searchMobile,
.searchDesktop {
  position: relative;
}
.searchMobile .searchIconContainer,
.searchDesktop .searchIconContainer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  align-content: center;
  padding-left: 16px;
}
.searchMobile .searchIconContainer .searchIcon,
.searchDesktop .searchIconContainer .searchIcon {
  font-family: "rosielleKulikIcons";
  font-size: 1.25rem;
  display: inline-block;
  color: #6196AD;
}
.searchMobile .searchIconContainer .searchIcon:after,
.searchDesktop .searchIconContainer .searchIcon:after {
  content: "\e913";
}
.searchMobile input,
.searchDesktop input {
  border: solid 1px #E1DDD0;
  background: rgba(242, 242, 240, 0.9019607843);
  height: 44px !important;
  padding-left: 36px !important;
  width: 100%;
}
@media (max-width: 575.98px) {
  .searchMobile .search,
  .searchDesktop .search {
    display: block;
  }
}

.main-navigation {
  /* @include media-breakpoint-down(sm) { */
  /*     display: none; */
  /* } */
}
.main-navigation ul li {
  display: inline;
  margin-bottom: 0px;
  text-decoration: none;
  padding: 10px 20px;
}
.main-navigation ul li .icon {
  display: none;
}
.main-navigation ul li a {
  transition: color 0.3s;
}
.main-navigation ul li:hover .icon,
.main-navigation ul li:hover a {
  color: #6196AD;
}
.main-navigation ul li:hover .icon:after,
.main-navigation ul li:hover a:after {
  color: #6196AD;
}
.main-navigation ul #menu-item-333 {
  position: relative;
}
.main-navigation ul #menu-item-333 .icon {
  display: inline;
  font-family: "rosielleKulikIcons";
  padding-left: 0.5rem;
  font-size: 1.4rem;
  transform: translateY(4px);
  display: inline-block;
  transition: color 0.3s;
}
.main-navigation ul #menu-item-333 .icon:after {
  content: "\e904";
}
.main-navigation ul #menu-item-333:hover .icon,
.main-navigation ul #menu-item-333:hover a {
  transition: color 0.3s;
  color: #6196AD;
}
.main-navigation ul #menu-item-333:hover .icon:after,
.main-navigation ul #menu-item-333:hover a:after {
  transition: color 0.3s;
  color: #6196AD;
}

#subNav {
  display: block;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 2;
  display: none;
}
@media (max-width: 575.98px) {
  #subNav {
    top: 80px;
  }
}
#subNav nav {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 2.25rem;
}
#subNav nav .bgFull {
  top: 0px;
}
#subNav nav .menu-item-has-children > a {
  display: none;
}
#subNav nav .menu-headersub-container > ul > li li {
  margin-bottom: 1.5rem;
}
#subNav nav .menu-headersub-container > ul > li a {
  color: #CBDFE7;
  margin-bottom: 0px;
}
#subNav nav .menu-headersub-container > ul > li a:hover {
  color: #fff;
}
#subNav nav .menu-headersub-container > ul > li a:hover .dot {
  display: inline-block;
}
#subNav nav .menu-headersub-container > ul > li a .dot {
  display: none;
  /* @extend .me-0; */
  /* transition: margin 1s ease-in-out; */
}
#subNav nav .menu-headersub-container > ul > li a .dot img {
  height: 12px;
  width: 12px;
}
#subNav nav ul {
  padding-left: 0px;
}
#subNav nav .menu li {
  position: relative;
}
#subNav nav .menu .seperator {
  border-right: solid 1px #2c4a57;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-bottom: 1.5rem;
}
#subNav .bgFull {
  background: #486B7A;
}

.mobileMenuActive #subNav nav {
  min-height: 100vh;
}
.mobileMenuActive #subNav nav .menu-headersub-container > ul {
  width: 100%;
  margin: auto;
}
.mobileMenuActive #subNav nav .menu-headersub-container > ul ul.sub-menu {
  padding-top: 48px;
}
.mobileMenuActive #subNav nav .menu-headersub-container > ul ul.sub-menu li {
  margin-bottom: 24px;
}
.mobileMenuActive #subNav nav .menu-headersub-container > ul ul.sub-menu li:last-child {
  margin-bottom: 0px;
}
.mobileMenuActive #subNav .seperator {
  /* display: none; */
  border-top: solid 1px #3D525B;
  border-right: solid 0px !important;
  /* position: absolute; */
  top: 0px;
  /* bottom: 0px; */
  left: 0px;
  margin: 24px 0px;
  z-index: -1;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.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;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

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

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-header {
  /* @extend .mt-7; */
}

header.site-header {
  height: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  header.site-header {
    height: 80px;
  }
}
header.site-header .bg {
  position: absolute;
  background: #fff;
  top: 0px;
  bottom: 0px;
  width: 200vw;
  margin-left: -50%;
  z-index: -1;
}
header.site-header .site-title {
  font-size: 2.25rem;
  line-height: 1.3888888889;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  header.site-header .site-title {
    font-size: 2.25rem !important;
  }
}
header.site-header .mobileMenuTitle {
  display: none;
}
header.site-header .iconContainer {
  display: flex;
  column-gap: 2rem;
}
header.site-header #basketIcon,
header.site-header #mobileMenuIcon {
  font-family: "rosielleKulikIcons";
}
header.site-header .basket,
header.site-header .mobileMenu {
  display: inline;
  align-content: center;
}
header.site-header .mobileMenu:hover {
  cursor: pointer;
}
header.site-header #mobileMenuIcon {
  color: #fff;
  padding: 6px;
  background: #6196AD;
  border-radius: 100px;
  font-size: 20px;
}
header.site-header .basket {
  display: flex;
}
header.site-header .basket #basketIcon {
  color: #6196AD;
  font-size: 1.5rem;
  display: inline-block;
  transform: translateY(-1px);
}
header.site-header .basket #basketNumber {
  align-content: center;
}
header.site-header .search input {
  height: 48px;
  padding: 0px 24px;
  border-radius: 100px;
}
header.site-header.mobileMenuActive {
  background: rgba(255, 255, 255, 0);
  background: #486B7A;
}
header.site-header.mobileMenuActive .mobileMenuTitle {
  display: block;
  color: #fff;
}
header.site-header.mobileMenuActive h2.site-title, header.site-header.mobileMenuActive #singleProductPage .product .summary h1.site-title, #singleProductPage .product .summary header.site-header.mobileMenuActive h1.site-title, header.site-header.mobileMenuActive #singleProductPage .product .summary .site-title.h1, #singleProductPage .product .summary header.site-header.mobileMenuActive .site-title.h1, header.site-header.mobileMenuActive .site-title.h2 {
  display: none;
}
header.site-header.mobileMenuActive .basket {
  color: #fff;
  display: flex;
}
header.site-header.mobileMenuActive .basket #basketIcon {
  color: #CBDFE7;
}
header.site-header.mobileMenuActive #underline {
  display: none;
}

#underline {
  background: #E1DDD0;
  height: 1px;
  width: 100vw;
}

footer .footerMenusContainer {
  min-height: 100px;
  position: relative;
}
footer .footerMenusContainer .bgFull {
  background: #2c4a57;
}
footer .footerMenusContainer .footerMenus {
  padding: 60px 0px;
  color: #fff;
  row-gap: 2.5rem;
}
footer .footerMenusContainer .footerMenus .menuTitle {
  color: #E3EEF3;
  text-transform: uppercase;
}
footer .footerMenusContainer .footerMenus #addr {
  color: #fff;
}
footer .footerMenusContainer .footerMenus a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.2px;
  text-decoration-color: #99C0CB;
}
footer .footerMenusContainer .footerMenus ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
footer .footerMenusContainer .footerMenus .menuTitle,
footer .footerMenusContainer .footerMenus #addr {
  margin-bottom: 20px;
}
footer .footerMenusContainer .footerMenus #addr {
  font-weight: normal;
}
footer .siteInfoContainer {
  position: relative;
  color: #fff;
}
footer .siteInfoContainer .site-info {
  padding: 20px 0px;
}
@media (max-width: 575.98px) {
  footer .siteInfoContainer .site-info {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
footer .siteInfoContainer .site-info #copyright,
footer .siteInfoContainer .site-info a {
  color: #fff;
  margin-bottom: 0px;
  display: inline;
}
@media (max-width: 575.98px) {
  footer .siteInfoContainer .site-info #copyright,
  footer .siteInfoContainer .site-info a {
    margin-bottom: 10px;
  }
}
footer .siteInfoContainer .site-info .designCredits #designer a {
  text-decoration: underline;
  text-decoration-color: #99C0CB;
  text-underline-offset: 8px;
}
footer .siteInfoContainer .bgFull {
  background: #486B7A;
}

.bgFull {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  z-index: -1;
}

.imgDiv {
  background-color: #eee;
}
.imgDiv::before {
  content: "";
  display: none;
}
.imgDiv img {
  aspect-ratio: 0.8;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}

.imgRounded, .addedToBasket .innerContainer .productOverview .imgDivContainer .imgDiv img, .wp-block-woocommerce-empty-cart-block .wp-block-product-new img, .imgDiv.heightTwo img, .imgDiv.heightOne img, #searchResults .searchResults .product .imgDivContainer .imgDiv img, #homePage .cardsWithTitle .card .imgDivContainer .imgDiv, #homePage .cardsWithTitle .card .imgDivContainer .imgDiv img, #homePage .featuredFullWidth .imgDiv img, #homePage .featuredFullWidth .imgDiv, #homePage .topBlockID .gallery .slideContainer .imgDiv, .imgDiv img {
  border-radius: 20px;
}

.imgFullWidth2 {
  margin: 28px 0px;
  position: relative;
}
.imgFullWidth2 .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}
.imgFullWidth2 figure {
  max-width: 100vw;
  width: 125%;
  /* @include coverBg(40%); */
}
.imgFullWidth2 figure img {
  border-radius: 10px;
  width: 100%;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: rgba(0, 0, 0, 0);
  background: rgba(242, 242, 240, 0.4);
  background: none;
  color: #232322;
}
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward,
.woocommerce-error .wc-forward {
  display: none !important;
}
.woocommerce-info:before, .woocommerce-info:after,
.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-error:before,
.woocommerce-error:after {
  display: none;
  content: "";
}

.woocommerce-error:before {
  content: "\e906";
  color: rgb(203, 0, 0);
  display: inline;
}

.woocommerce-info {
  display: inline;
  padding: 16px 32px;
  padding: 0px;
  /* border-radius: 100px; */
}

#homePage {
  /* margin-top: $headerHeight - 30px; */
  /* margin-top: 200px; */
}
#homePage button.label, #homePage #singleProductPage .product .summary form.cart button.label, #singleProductPage .product .summary form.cart #homePage button.label, #homePage #singleProductPage .product .summary form.cart .label.wp-element-button, #singleProductPage .product .summary form.cart #homePage .label.wp-element-button,
#homePage #singleProductPage .product .summary form.cart input.label,
#singleProductPage .product .summary form.cart #homePage input.label,
#homePage #singleProductPage .product .summary form.cart select.label,
#singleProductPage .product .summary form.cart #homePage select.label, #homePage .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .label.cky-btn, #homePage .label.wp-element-button {
  position: absolute;
  left: 28px;
  top: 28px;
  height: 44px;
  padding: 0px 28px;
  background: #fff;
  color: #232322 !important;
}
#homePage button.label:hover, #homePage #singleProductPage .product .summary form.cart button.label:hover, #singleProductPage .product .summary form.cart #homePage button.label:hover, #homePage #singleProductPage .product .summary form.cart .label.wp-element-button:hover, #singleProductPage .product .summary form.cart #homePage .label.wp-element-button:hover,
#homePage #singleProductPage .product .summary form.cart input.label:hover,
#singleProductPage .product .summary form.cart #homePage input.label:hover,
#homePage #singleProductPage .product .summary form.cart select.label:hover,
#singleProductPage .product .summary form.cart #homePage select.label:hover, #homePage .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .label.cky-btn:hover, #homePage .label.wp-element-button:hover {
  cursor: auto;
}
#homePage .topBlockID h1, #homePage .topBlockID .h1,
#homePage .topBlockID p,
#homePage .topBlockID .buttons {
  row-gap: 1.25rem;
}
@media (max-width: 575.98px) {
  #homePage .topBlockID h1, #homePage .topBlockID .h1,
  #homePage .topBlockID p,
  #homePage .topBlockID .buttons {
    margin-bottom: 32px;
  }
}
#homePage .topBlockID h1 a, #homePage .topBlockID .h1 a,
#homePage .topBlockID p a,
#homePage .topBlockID .buttons a {
  /* margin-bottom: 40px; */
  /* @extend .mb-3, .mb-lg-3; */
}
@media (max-width: 767.98px) {
  #homePage .topBlockID h1 a, #homePage .topBlockID .h1 a,
  #homePage .topBlockID p a,
  #homePage .topBlockID .buttons a {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #homePage .topBlockID h1, #homePage .topBlockID .h1 {
    /* width: 110%; */
  }
}
#homePage .topBlockID .buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #homePage .topBlockID .buttons {
    column-gap: 1.25rem;
  }
}
#homePage .topBlockID .buttons .wp-block-button {
  display: inline;
}
@media (max-width: 575.98px) {
  #homePage .topBlockID .buttons .wp-block-button {
    width: 100%;
  }
}
#homePage .topBlockID .gallery {
  display: block;
  /* @include media-breakpoint-down(md) { */
  /* margin-top: 0px; */
  /* } */
  /* margin-top: 0px; */
}
#homePage .topBlockID .gallery .slideContainer {
  position: relative;
}
#homePage .topBlockID .gallery .slideContainer #illustration {
  position: absolute;
  right: 0%;
  width: 80%;
  /* transform: rotateZ(-30deg); */
  top: -6%;
}
#homePage .topBlockID .gallery .slideContainer .swiper {
  /* width: 600px; */
  height: 100%;
}
#homePage .topBlockID .gallery .slideContainer .imgDiv {
  /* border-bottom-right-radius: 0; // */
}
#homePage .topBlockID .gallery .slideContainer .imgDiv.backgroundImg {
  /* border-radius: 0px; */
  display: none;
  position: absolute;
  top: -20px;
  bottom: calc(30% + 60px + 40px);
  right: 0px;
  width: 46%;
  z-index: -1;
}
@media (min-width: 1400px) {
  #homePage .topBlockID .gallery .slideContainer .imgDiv.backgroundImg {
    bottom: calc(30% + 40px);
  }
}
#homePage .topBlockID .gallery .slideContainer .productImage {
  margin-top: 110px;
  width: 74.0740740741%;
}
#homePage .topBlockID .gallery .slideContainer .imagesContainer {
  position: relative;
}
#homePage .topBlockID .gallery #titleAndUrl {
  display: inline-block;
}
#homePage .topBlockID .gallery #titleAndUrl a.linkUnderline {
  text-decoration: underline;
  text-decoration-color: #99C0CB;
  text-underline-offset: 8px;
}
#homePage .topBlockID .gallery #galleryButtons {
  margin-top: 20px;
  display: flex;
  column-gap: 0.625rem;
  position: relative;
  z-index: 1;
  float: right;
}
@media (min-width: 1400px) {
  #homePage .topBlockID .gallery #galleryButtons {
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  #homePage .topBlockID .gallery #galleryButtons {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
}
#homePage .topBlockID .gallery #galleryButtons button,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons input,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart select,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons select, #homePage .topBlockID .gallery #galleryButtons .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .topBlockID .gallery #galleryButtons .cky-btn, #homePage .topBlockID .gallery #galleryButtons .wp-element-button {
  background: none;
  border: solid 1px #486B7A;
  color: #6196AD;
}
#homePage .topBlockID .gallery #galleryButtons button.prev,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart input.prev,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons input.prev,
#homePage .topBlockID .gallery #galleryButtons #singleProductPage .product .summary form.cart select.prev,
#singleProductPage .product .summary form.cart #homePage .topBlockID .gallery #galleryButtons select.prev, #homePage .topBlockID .gallery #galleryButtons .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .prev.cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .topBlockID .gallery #galleryButtons .prev.cky-btn, #homePage .topBlockID .gallery #galleryButtons .prev.wp-element-button {
  /* @extend .me-3; */
}
#homePage .waveQuoteID {
  font-size: 1.5rem;
  font-family: "RosielleKulik";
}
@media (max-width: 575.98px) {
  #homePage .waveQuoteID {
    font-size: 2.75rem;
  }
}
#homePage button.label, #homePage #singleProductPage .product .summary form.cart button.label, #singleProductPage .product .summary form.cart #homePage button.label, #homePage #singleProductPage .product .summary form.cart .label.wp-element-button, #singleProductPage .product .summary form.cart #homePage .label.wp-element-button,
#homePage #singleProductPage .product .summary form.cart input.label,
#singleProductPage .product .summary form.cart #homePage input.label,
#homePage #singleProductPage .product .summary form.cart select.label,
#singleProductPage .product .summary form.cart #homePage select.label, #homePage .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .label.cky-btn, #homePage .label.wp-element-button {
  padding: 8px 20px;
  min-height: auto;
}
#homePage button.label:hover, #homePage #singleProductPage .product .summary form.cart button.label:hover, #singleProductPage .product .summary form.cart #homePage button.label:hover, #homePage #singleProductPage .product .summary form.cart .label.wp-element-button:hover, #singleProductPage .product .summary form.cart #homePage .label.wp-element-button:hover,
#homePage #singleProductPage .product .summary form.cart input.label:hover,
#singleProductPage .product .summary form.cart #homePage input.label:hover,
#homePage #singleProductPage .product .summary form.cart select.label:hover,
#singleProductPage .product .summary form.cart #homePage select.label:hover, #homePage .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .label.cky-btn:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .label.cky-btn:hover, #homePage .label.wp-element-button:hover {
  cursor: pointer;
}
#homePage .popularJewelryID h2, #homePage .popularJewelryID #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .popularJewelryID h1, #homePage .popularJewelryID #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .popularJewelryID .h1, #homePage .popularJewelryID .h2 {
  margin-bottom: 3.75rem;
}
#homePage .popularJewelryID .imgDivContainer {
  position: relative;
}
#homePage .popularJewelryID .imgDivContainer .imgDiv {
  border-radius: 10px;
  /* @include coverBg(100%); */
}
#homePage .popularJewelryID .details h4, #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a {
  padding-bottom: 4px;
}
#homePage .featuredFullWidth {
  margin: 28px 0px;
  /* width: calc(100% + 200px); */
  /* max-width: 100vw; */
  /* margin-left: -100px; */
  position: relative;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #homePage .featuredFullWidth {
    margin: 1.25rem 0px;
  }
}
#homePage .featuredFullWidth .overflowing {
  width: 125%;
  max-width: 100vw;
  position: relative;
}
#homePage .featuredFullWidth .imgDiv {
  border-radius: 10px;
  background-color: #eee;
}
#homePage .featuredFullWidth .imgDiv::before {
  content: "";
  display: none;
}
#homePage .featuredFullWidth .imgDiv img {
  aspect-ratio: 2.5;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  #homePage .featuredFullWidth .imgDiv {
    background-color: #eee;
  }
  #homePage .featuredFullWidth .imgDiv::before {
    content: "";
    display: none;
  }
  #homePage .featuredFullWidth .imgDiv img {
    aspect-ratio: 0.8;
    object-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
  }
}
#homePage .featuredFullWidth .icon,
#homePage .featuredFullWidth .infoOverlay {
  width: auto;
  color: #fff;
  position: absolute;
  padding: 32px 40px;
}
#homePage .featuredFullWidth .icon h2, #homePage .featuredFullWidth .icon #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .featuredFullWidth .icon h1, #homePage .featuredFullWidth .icon #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .featuredFullWidth .icon .h1, #homePage .featuredFullWidth .icon .h2,
#homePage .featuredFullWidth .infoOverlay h2,
#homePage .featuredFullWidth .infoOverlay #singleProductPage .product .summary h1,
#singleProductPage .product .summary #homePage .featuredFullWidth .infoOverlay h1,
#homePage .featuredFullWidth .infoOverlay #singleProductPage .product .summary .h1,
#singleProductPage .product .summary #homePage .featuredFullWidth .infoOverlay .h1,
#homePage .featuredFullWidth .infoOverlay .h2 {
  color: #fff;
}
@media (max-width: 575.98px) {
  #homePage .featuredFullWidth .icon,
  #homePage .featuredFullWidth .infoOverlay {
    padding: 1.25rem;
  }
}
#homePage .featuredFullWidth .icon a,
#homePage .featuredFullWidth .infoOverlay a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 8px;
}
#homePage .featuredFullWidth .infoOverlay {
  bottom: 0px;
}
#homePage .featuredFullWidth .iconContainer {
  position: absolute;
  top: 0px;
  right: 0.75rem;
  font-family: "rosielleKulikIcons";
  padding: 32px 40px;
  /* text-align: center; */
  /* display: flex; */
}
@media (max-width: 575.98px) {
  #homePage .featuredFullWidth .iconContainer {
    padding: 1.25rem;
  }
}
#homePage .featuredFullWidth .iconContainer .arrowUp {
  border: solid 1px rgba(242, 242, 240, 0.4);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
}
#homePage .oneOfAKind {
  /* margin: 100px 0px; */
}
#homePage .oneOfAKind .product .imgContainer {
  position: relative;
}
#homePage .oneOfAKind .product .imgContainer .imgDiv {
  /* @include coverBg(100%); */
  border-radius: 10px;
}
#homePage .oneOfAKind .product .imgContainer button:hover, #homePage .oneOfAKind #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .imgContainer .cky-btn:hover, #singleProductPage #homePage .oneOfAKind .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .imgContainer .cky-btn:hover, #homePage .oneOfAKind .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .imgContainer .summary form.cart .cky-btn:hover, #homePage .oneOfAKind .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .imgContainer .cky-btn:hover,
#homePage .oneOfAKind #singleProductPage .product .imgContainer .summary form.cart input:hover,
#singleProductPage #homePage .oneOfAKind .product .imgContainer .summary form.cart input:hover,
#homePage .oneOfAKind #singleProductPage .product .summary form.cart .imgContainer input:hover,
#singleProductPage #homePage .oneOfAKind .product .summary form.cart .imgContainer input:hover,
#homePage .oneOfAKind #singleProductPage .product .imgContainer .summary form.cart select:hover,
#singleProductPage #homePage .oneOfAKind .product .imgContainer .summary form.cart select:hover,
#homePage .oneOfAKind #singleProductPage .product .summary form.cart .imgContainer select:hover,
#singleProductPage #homePage .oneOfAKind .product .summary form.cart .imgContainer select:hover, #homePage .oneOfAKind .product .imgContainer .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #homePage .oneOfAKind .product .imgContainer .cky-btn:hover, #homePage .oneOfAKind .product .imgContainer .wp-element-button:hover {
  cursor: pointer;
}
#homePage .oneOfAKind .product .info h3, #homePage .oneOfAKind .product .info .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar #homePage .oneOfAKind .product .info .wc-block-components-order-summary__button-text, #homePage .oneOfAKind .product .info ul.productsList li h2, #homePage .oneOfAKind #singleProductPage .product .info ul.productsList li .summary h1, #singleProductPage #homePage .oneOfAKind .product .info ul.productsList li .summary h1, #homePage .oneOfAKind #singleProductPage .product .summary .info ul.productsList li h1, #singleProductPage #homePage .oneOfAKind .product .summary .info ul.productsList li h1, #homePage .oneOfAKind #singleProductPage .product .info ul.productsList li .summary .h1, #singleProductPage #homePage .oneOfAKind .product .info ul.productsList li .summary .h1, #homePage .oneOfAKind #singleProductPage .product .summary .info ul.productsList li .h1, #singleProductPage #homePage .oneOfAKind .product .summary .info ul.productsList li .h1, ul.productsList li #homePage .oneOfAKind .product .info h2, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .info .summary h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .info .summary h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .summary .info h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .summary .info h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .info .summary .h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .info .summary .h1, ul.productsList li #homePage .oneOfAKind #singleProductPage .product .summary .info .h1, #singleProductPage ul.productsList li #homePage .oneOfAKind .product .summary .info .h1, #homePage .oneOfAKind .product .info ul.productsList li .h2, ul.productsList li #homePage .oneOfAKind .product .info .h2, #homePage .oneOfAKind .product .info .h3, #homePage .oneOfAKind .product .info #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li #homePage .oneOfAKind .product .info a, #homePage .oneOfAKind .product .info .popularJewelryID .details h4, #homePage .popularJewelryID .details .oneOfAKind .product .info h4, #homePage .oneOfAKind .product .info .popularJewelryID .details .h4, #homePage .popularJewelryID .details .oneOfAKind .product .info .h4, #homePage .oneOfAKind .product .info .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info .oneOfAKind .product .info #copyright, footer .siteInfoContainer .site-info #homePage .oneOfAKind .product .info .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .oneOfAKind .product .info #copyright,
#homePage .oneOfAKind .product .info .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info .oneOfAKind .product .info a,
footer .siteInfoContainer .site-info #homePage .oneOfAKind .product .info .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .oneOfAKind .product .info a {
  padding-bottom: 4px;
}
#homePage .cardsWithTitle {
  /* margin: 100px 0px; */
}
#homePage .cardsWithTitle .cardsContainer {
  row-gap: 1.25rem;
}
#homePage .cardsWithTitle .card .imgDivContainer {
  position: relative;
}
#homePage .cardsWithTitle .card .imgDivContainer h3, #homePage .cardsWithTitle .card .imgDivContainer .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar #homePage .cardsWithTitle .card .imgDivContainer .wc-block-components-order-summary__button-text, #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li h2, #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li h1, #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li .h1, ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer h2, ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer h1, ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer .h1, #homePage .cardsWithTitle .card .imgDivContainer ul.productsList li .h2, ul.productsList li #homePage .cardsWithTitle .card .imgDivContainer .h2, #homePage .cardsWithTitle .card .imgDivContainer .h3, #homePage .cardsWithTitle .card .imgDivContainer #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li #homePage .cardsWithTitle .card .imgDivContainer a, #homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details h4, #homePage .popularJewelryID .details .cardsWithTitle .card .imgDivContainer h4, #homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details .h4, #homePage .popularJewelryID .details .cardsWithTitle .card .imgDivContainer .h4, #homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID .details footer .siteInfoContainer .site-info .cardsWithTitle .card .imgDivContainer #copyright, footer .siteInfoContainer .site-info #homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .cardsWithTitle .card .imgDivContainer #copyright,
#homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info .cardsWithTitle .card .imgDivContainer a,
footer .siteInfoContainer .site-info #homePage .cardsWithTitle .card .imgDivContainer .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details .cardsWithTitle .card .imgDivContainer a {
  padding: 32px 40px;
  position: absolute;
  bottom: 0px;
  color: #fff;
}
#homePage .cardsWithTitle .card .imgDivContainer .imgDiv {
  background-color: #eee;
}
#homePage .cardsWithTitle .card .imgDivContainer .imgDiv::before {
  content: "";
  display: none;
}
#homePage .cardsWithTitle .card .imgDivContainer .imgDiv img {
  aspect-ratio: 1.5151515152;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}

.instaFeed {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.instaFeed .titleContainer h2, .instaFeed .titleContainer #singleProductPage .product .summary h1, #singleProductPage .product .summary .instaFeed .titleContainer h1, .instaFeed .titleContainer #singleProductPage .product .summary .h1, #singleProductPage .product .summary .instaFeed .titleContainer .h1, .instaFeed .titleContainer .h2 {
  display: inline-block;
}
.instaFeed .titleContainer .instaIcon {
  float: right;
  min-height: auto;
  height: 40px;
  width: 40px;
}

@media (min-width: 992px) {
  .instaFeedContainer {
    margin-bottom: -20px;
  }
}
.instaFeedContainer .InstagramFeed__feed .FeedGridLayout__cell-content .FeedGridLayout__media-container {
  border-radius: 10px;
}
.instaFeedContainer p {
  display: none;
}

#aboutPage {
  /* @extend .mt-6; */
  /* margin-top: 200px; */
}
#aboutPage .paragraphs {
  display: flex;
  row-gap: 1.25rem;
  align-content: space-between;
  flex-wrap: wrap;
}
#aboutPage .paragraphs p {
  margin: 0px;
}
#aboutPage .imagesContainer {
  position: relative;
  padding-top: 110%;
}
#aboutPage .imagesContainer figure {
  margin: 0px;
}
#aboutPage .imagesContainer img {
  border-radius: 10px;
}
#aboutPage .imagesContainer #img0,
#aboutPage .imagesContainer #img1,
#aboutPage .imagesContainer #img2 {
  position: absolute;
}
#aboutPage .imagesContainer #img0 {
  width: 50%;
  right: 0px;
  top: 0px;
  z-index: 0;
}
@media (max-width: 575.98px) {
  #aboutPage .imagesContainer #img0 {
    width: 65%;
  }
}
#aboutPage .imagesContainer #img1 {
  width: 45%;
  /* left: $spacer * 4; */
  left: 15%;
  top: 1.25rem;
  z-index: -1;
  /* transform: rotateZ(-20deg); */
}
@media (max-width: 575.98px) {
  #aboutPage .imagesContainer #img1 {
    top: 0px;
    left: 5%;
  }
}
#aboutPage .imagesContainer #img2 {
  bottom: 0px;
  z-index: 1;
  width: 75%;
}
@media (max-width: 575.98px) {
  #aboutPage .imagesContainer #img2 {
    width: 85%;
    left: 0px;
  }
}

.titleAndText h2, .titleAndText #singleProductPage .product .summary h1, #singleProductPage .product .summary .titleAndText h1, .titleAndText #singleProductPage .product .summary .h1, #singleProductPage .product .summary .titleAndText .h1, .titleAndText .h2 {
  margin-bottom: 28px;
}
.titleAndText .mainText {
  /* display: flex; */
  /* align-content: space-between; */
}
.cky-btn-revisit-wrapper {
  display: none !important;
}

.cky-right {
  display: flex;
}

.cky-left {
  width: 60%;
}
@media (max-width: 575.98px) {
  .cky-left {
    width: 100%;
  }
}

.cky-consent-container {
  left: 50% !important;
  transform: translateX(-50%);
  width: calc(100vw - 1.25rem) !important;
  overflow: auto;
  /* top: $spacer * 0.5; */
  /* bottom: $spacer * 0.5 !important; */
  bottom: 28px !important;
  max-width: 1920px;
  border-radius: 10px !important;
  background: #CBDFE7;
}
@media (min-width: 992px) {
  .cky-consent-container {
    width: 90vw !important;
  }
}
@media (min-width: 992px) {
  .cky-consent-container .cky-consent-bar {
    padding: 32px 40px !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice {
  justify-content: space-between;
  display: flex;
}
.cky-consent-container .cky-consent-bar .cky-title {
  text-align: left;
  font-size: 3rem;
  letter-spacing: -0.09rem;
  line-height: 1.1666666667;
  font-weight: normal;
  /* @extend .mb-2, .mb-lg-3; */
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .cky-consent-container .cky-consent-bar .cky-title {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice-des p {
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.cky-consent-container .cky-consent-bar .cky-notice-des p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
  /* justify-content: right; */
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  /* @extend .flex-wrap, .flex-sm-nowrap; */
  flex-direction: row;
  /* flex-wrap: nowrap; */
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn {
  flex: none;
  width: auto;
  min-height: auto;
}
@media (max-width: 575.98px) {
  .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn {
    padding: 0.75rem 1.75rem;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn-reject {
  border: solid 1px;
  /* margin-right: $spacer; */
}

button.cky-show-desc-btn:not(:hover):not(:active), #singleProductPage .product .summary form.cart button.cky-show-desc-btn:not(:hover):not(:active), #singleProductPage .product .summary form.cart .cky-show-desc-btn.wp-element-button:not(:hover):not(:active), #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-show-desc-btn.cky-btn:not(:hover):not(:active), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-show-desc-btn.cky-btn:not(:hover):not(:active),
#singleProductPage .product .summary form.cart input.cky-show-desc-btn:not(:hover):not(:active),
#singleProductPage .product .summary form.cart select.cky-show-desc-btn:not(:hover):not(:active), .cky-show-desc-btn.wp-element-button:not(:hover):not(:active), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-show-desc-btn.cky-btn:not(:hover):not(:active) {
  color: #fff !important;
}

#searchResults header h1, #searchResults header .h1 {
  color: #6196AD;
}
#searchResults .numResults bold {
  font-weight: bold;
}
#searchResults .searchResults {
  /* @extend .mt-3, .mt-lg-6; */
}
#searchResults .searchResults .product .imgDivContainer {
  position: relative;
}
#searchResults .searchResults .product .imgDivContainer .imgDiv {
  border-radius: 10px;
  background-color: #eee;
}
#searchResults .searchResults .product .imgDivContainer .imgDiv::before {
  content: "";
  display: none;
}
#searchResults .searchResults .product .imgDivContainer .imgDiv img {
  aspect-ratio: 1.4285714286;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
#searchResults .searchResults .product .details h3, #searchResults .searchResults .product .details .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text, .wp-block-woocommerce-checkout .wc-block-checkout__sidebar #searchResults .searchResults .product .details .wc-block-components-order-summary__button-text, #searchResults .searchResults .product .details ul.productsList li h2, #searchResults .searchResults #singleProductPage .product .details ul.productsList li .summary h1, #singleProductPage #searchResults .searchResults .product .details ul.productsList li .summary h1, #searchResults .searchResults #singleProductPage .product .summary .details ul.productsList li h1, #singleProductPage #searchResults .searchResults .product .summary .details ul.productsList li h1, #searchResults .searchResults #singleProductPage .product .details ul.productsList li .summary .h1, #singleProductPage #searchResults .searchResults .product .details ul.productsList li .summary .h1, #searchResults .searchResults #singleProductPage .product .summary .details ul.productsList li .h1, #singleProductPage #searchResults .searchResults .product .summary .details ul.productsList li .h1, ul.productsList li #searchResults .searchResults .product .details h2, ul.productsList li #searchResults .searchResults #singleProductPage .product .details .summary h1, #singleProductPage ul.productsList li #searchResults .searchResults .product .details .summary h1, ul.productsList li #searchResults .searchResults #singleProductPage .product .summary .details h1, #singleProductPage ul.productsList li #searchResults .searchResults .product .summary .details h1, ul.productsList li #searchResults .searchResults #singleProductPage .product .details .summary .h1, #singleProductPage ul.productsList li #searchResults .searchResults .product .details .summary .h1, ul.productsList li #searchResults .searchResults #singleProductPage .product .summary .details .h1, #singleProductPage ul.productsList li #searchResults .searchResults .product .summary .details .h1, #searchResults .searchResults .product .details ul.productsList li .h2, ul.productsList li #searchResults .searchResults .product .details .h2, #searchResults .searchResults .product .details .h3, #searchResults .searchResults .product .details #subNav nav .menu-headersub-container > ul > li a, #subNav nav .menu-headersub-container > ul > li #searchResults .searchResults .product .details a, #searchResults .searchResults .product #homePage .popularJewelryID .details h4, #homePage .popularJewelryID #searchResults .searchResults .product .details h4, #searchResults .searchResults .product #homePage .popularJewelryID .details .h4, #homePage .popularJewelryID #searchResults .searchResults .product .details .h4, #searchResults .searchResults .product #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright, #homePage .popularJewelryID #searchResults .searchResults .product .details footer .siteInfoContainer .site-info #copyright, #searchResults .searchResults .product footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright, footer .siteInfoContainer .site-info #homePage .popularJewelryID #searchResults .searchResults .product .details #copyright,
#searchResults .searchResults .product #homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID #searchResults .searchResults .product .details footer .siteInfoContainer .site-info a,
#searchResults .searchResults .product footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID #searchResults .searchResults .product .details a {
  margin-bottom: 4px;
}
.curvesBg {
  position: relative;
}
.curvesBg .curvesBgContainer {
  background-image: url("./assets/rosielleKulikCurveBackground.svg");
  width: 100vw;
  max-width: 1920px;
  padding-top: 105%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: -2;
  transform: translateX(50vw) translateY(-20vw);
  opacity: 50%;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

#singleProductPage .quantity {
  display: flex;
  /* width: min-content; */
}
#singleProductPage .quantity input.qty {
  /* order: 1; */
  border-radius: 0px !important;
  width: 44px;
}
#singleProductPage .quantity .qtyControl {
  align-content: center;
  border: solid 1px;
  width: 56px;
  text-align: center;
}
#singleProductPage .quantity .qtyControl:hover {
  cursor: pointer;
}
#singleProductPage .quantity .qtyControl div {
  font-weight: 400;
  font-size: 1.5rem;
  color: #6196AD;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
#singleProductPage .quantity #leftControl {
  border-right: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  /* order: 0; */
  padding-left: 5px;
}
#singleProductPage .quantity #rightControl {
  border-left: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  /* order: 2; */
  padding-right: 5px;
}

.woocommerce-result-count {
  display: none;
}

.shopPage {
  position: relative;
}

.woocommerce-breadcrumb a {
  color: #232322 !important;
  text-decoration: underline;
  text-decoration-color: #99C0CB;
  text-decoration-thickness: 1.2px;
  text-underline-offset: 8px;
}
.woocommerce-breadcrumb .spacer {
  color: #6196AD;
}

.headerContainer {
  position: relative;
}
.headerContainer .filterButton {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 575.98px) {
  .headerContainer .filterButton {
    min-height: auto;
    height: 48px;
    padding: 0px 2rem;
    position: fixed;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
  }
}
.headerContainer header {
  height: auto;
}
.headerContainer header h1, .headerContainer header .h1 {
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .headerContainer header h1, .headerContainer header .h1 {
    margin-bottom: 20px;
  }
}
.headerContainer header .term-description {
  width: 80%;
}
.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  float: none;
  display: none;
}

.imgDiv.heightOne {
  background-color: #eee;
}
.imgDiv.heightOne::before {
  content: "";
  display: none;
}
.imgDiv.heightOne img {
  aspect-ratio: 1.1764705882;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
.imgDiv.heightTwo {
  background-color: #eee;
}
.imgDiv.heightTwo::before {
  content: "";
  display: none;
}
.imgDiv.heightTwo img {
  aspect-ratio: 0.9523809524;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}

ul.productsList {
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
}
ul.productsList li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
ul.productsList li .imgDiv {
  width: 100%;
  border-radius: 10px;
}
ul.productsList li h2, ul.productsList li #singleProductPage .product .summary h1, #singleProductPage .product .summary ul.productsList li h1, ul.productsList li #singleProductPage .product .summary .h1, #singleProductPage .product .summary ul.productsList li .h1, ul.productsList li .h2 {
  margin-bottom: 4px;
}
/* } */
#singleProductPage {
  margin-top: 3.75rem;
}
#singleProductPage .woocommerce-variation.single_variation {
  display: none !important;
}
#singleProductPage .subInfo,
#singleProductPage .descriptionContainer,
#singleProductPage .titlePriceContainer,
#singleProductPage .cart {
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  #singleProductPage .subInfo,
  #singleProductPage .descriptionContainer,
  #singleProductPage .titlePriceContainer,
  #singleProductPage .cart {
    margin-bottom: 20px;
  }
}
#singleProductPage .product {
  color: #232322;
}
#singleProductPage .product .woocommerce-breadcrumb a {
  color: #232322;
  text-decoration-color: #99C0CB;
}
#singleProductPage .product .woocommerce-breadcrumb .spacer {
  font-weight: 300;
  color: #6196AD;
}
#singleProductPage .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 7.5rem;
}
@media (max-width: 575.98px) {
  #singleProductPage .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    row-gap: 1.25rem;
  }
}
#singleProductPage .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
  border-radius: 10px;
}
#singleProductPage .product .summary .woocommerce-product-details__short-description p {
  margin-bottom: 28px;
}
#singleProductPage .product .summary .titlePriceContainer {
  /* @extend .align-items-center; */
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
#singleProductPage .product .summary .titlePriceContainer .product_title {
  /* @extend .me-auto; */
  margin-bottom: 0px;
}
#singleProductPage .product .summary .titlePriceContainer .price {
  color: #232322;
  margin-bottom: 0px;
}
#singleProductPage .product .summary .descriptionContainer .accordionItem {
  border-bottom: solid 1px #232322;
}
#singleProductPage .product .summary .descriptionContainer .accordionItem.closed p {
  display: none;
}
#singleProductPage .product .summary .descriptionContainer .accordionItem .name {
  position: relative;
}
#singleProductPage .product .summary .descriptionContainer .accordionItem .name .icon {
  align-content: center;
  bottom: 0px;
  top: 0px;
  position: absolute;
  left: 0px;
  font-family: "rosielleKulikIcons";
  color: #6196AD;
}
#singleProductPage .product .summary .descriptionContainer .accordionItem .name .icon:hover {
  cursor: pointer;
}
#singleProductPage .product .summary .subInfo {
  margin-bottom: 0px;
}
#singleProductPage .product .summary .subInfo p {
  display: inline-block;
  margin-right: 1.25rem;
}
#singleProductPage .product .summary .subInfo p:before {
  font-family: "rosielleKulikIcons";
  color: #6196AD;
}
#singleProductPage .product .summary .variations_form button, #singleProductPage .product .summary .variations_form form.cart button, #singleProductPage .product .summary form.cart .variations_form button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .variations_form .cky-btn,
#singleProductPage .product .summary .variations_form form.cart input,
#singleProductPage .product .summary form.cart .variations_form input,
#singleProductPage .product .summary .variations_form form.cart select,
#singleProductPage .product .summary form.cart .variations_form select, #singleProductPage .product .summary .variations_form .wp-element-button, #singleProductPage .product .summary .variations_form .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary .variations_form .cky-btn {
  /* order: 2; */
}
#singleProductPage .product .summary form.cart {
  /* @extend .row; */
  display: flex;
  flex-wrap: wrap;
  /* row-gap: $spacer; */
  /* column-gap: $spacer; */
  gap: 1.25rem;
  justify-content: flex-start;
}
#singleProductPage .product .summary form.cart table {
  margin-bottom: 0px;
}
#singleProductPage .product .summary form.cart .variations,
#singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart .wp-element-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select,
#singleProductPage .product .summary form.cart .quantity {
  /* width: auto; */
}
#singleProductPage .product .summary form.cart .variations input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart .variations input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart button input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart .wp-element-button input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn input::-webkit-outer-spin-button,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart input input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart select input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart button input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart .wp-element-button input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn input::-webkit-inner-spin-button,
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart input input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart select input::-webkit-inner-spin-button,
#singleProductPage .product .summary form.cart .quantity input::-webkit-outer-spin-button,
#singleProductPage .product .summary form.cart .quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
#singleProductPage .product .summary form.cart .variations input[type=number],
#singleProductPage .product .summary form.cart button input[type=number],
#singleProductPage .product .summary form.cart .wp-element-button input[type=number],
#singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn input[type=number],
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn input[type=number],
#singleProductPage .product .summary form.cart input input[type=number],
#singleProductPage .product .summary form.cart select input[type=number],
#singleProductPage .product .summary form.cart .quantity input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
#singleProductPage .product .summary form.cart .quantity {
  /* order: -1; */
}
#singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select {
  /* order: 2; */
}
@media (max-width: 575.98px) {
  #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn,
  #singleProductPage .product .summary form.cart input,
  #singleProductPage .product .summary form.cart select,
  #singleProductPage .product .summary form.cart input,
  #singleProductPage .product .summary form.cart select {
    padding: 0px 1.5625rem;
    height: 48px;
    min-height: auto;
  }
}
#singleProductPage .product .summary form.cart #downIcon {
  position: relative;
  z-index: -1;
  font-weight: 400;
  width: 0px;
  display: inline-block;
  transform: translateX(-40px);
  color: #6196AD;
}
#singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn, #singleProductPage .product .summary form.cart button,
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select {
  background: #6196AD;
  line-height: 1px;
}
#singleProductPage .product .summary form.cart button:before, #singleProductPage .product .summary form.cart .wp-element-button:before, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:before, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn:before, #singleProductPage .product .summary form.cart button:before,
#singleProductPage .product .summary form.cart input:before,
#singleProductPage .product .summary form.cart select:before {
  font-family: "rosielleKulikIcons";
}
#singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart select {
  background: rgba(255, 255, 255, 0);
  color: #2c4a57 !important;
  border: solid 1px #486B7A;
  line-height: 1rem;
}
#singleProductPage .product .summary form.cart input:hover,
#singleProductPage .product .summary form.cart select:hover {
  background: rgba(255, 255, 255, 0) !important;
}
#singleProductPage .product .summary form.cart input {
  padding: 0px 0.25rem;
}
#singleProductPage .product .summary form.cart select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
#singleProductPage .product .summary form.cart .single_variation {
  position: relative !important;
  display: inline-block;
}
#singleProductPage .product .summary form.cart .single_variation .in-stock {
  color: #232322;
}
#singleProductPage .product .summary form.cart .variations {
  /* @extend .col-12, .col-lg-4; */
  /* @extend .float-start; */
  /* order: 0; */
  width: auto;
}
#singleProductPage .product .summary form.cart .variations .label,
#singleProductPage .product .summary form.cart .variations .reset_variations {
  display: none !important;
  visibility: hidden !important;
}
#singleProductPage .product .summary form.cart .variations select {
  margin-right: 0px;
}
#singleProductPage .product .summary form.cart .variations option.attached {
  display: auto;
}
#singleProductPage .product .summary form.cart .woocommerce-variation {
  position: absolute;
}

#singleProductPage .product .summary form.cart::before,
#singleProductPage .product .summary form.cart::after {
  content: none;
}

/* .gpay-card-info-iframe, */
/* .gpay-card-info-iframe-fade-in { */
/* display: none; */
/* } */
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
  display: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar,
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  color: #232322;
  padding: 24px 32px;
  background: #E3EEF3;
  height: 100%;
  border-radius: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon {
  color: #232322 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__totals-title,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-family: "DM Sans", sans-serif !important;
  color: #232322 !important;
  font-size: 1.75rem !important;
  letter-spacing: -0.0525rem !important;
  line-height: 1.3571428571 !important;
  text-transform: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar #wc-block-components-totals-shipping__change-address__link,
.wp-block-woocommerce-cart .wc-block-components-sidebar #wc-block-components-totals-shipping__change-address__link {
  color: #232322;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-formatted-money-amount {
  font-weight: normal;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.125rem !important;
  font-weight: 700;
}
.wp-block-woocommerce-checkout .wc-block-cart__submit a span,
.wp-block-woocommerce-checkout .wp-block-woocommerce-proceed-to-checkout-block a span,
.wp-block-woocommerce-cart .wc-block-cart__submit a span,
.wp-block-woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a span {
  width: 100%;
  text-align: left;
}
.wp-block-woocommerce-checkout .wc-block-cart__submit a span:after,
.wp-block-woocommerce-checkout .wp-block-woocommerce-proceed-to-checkout-block a span:after,
.wp-block-woocommerce-cart .wc-block-cart__submit a span:after,
.wp-block-woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a span:after {
  float: right;
  font-family: "rosielleKulikIcons" !important;
  content: "\e909";
  color: #CBDFE7;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-title {
  /* @extend h4; */
  font-size: 1.75rem;
  letter-spacing: -0.0525rem;
  line-height: 1.3571428571;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  /* @extend body; */
  /* font-weight: 600; */
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .woocommerce-Price-amount {
  font-size: 1.125rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wp-block-button {
  display: none;
}

.wp-block-woocommerce-checkout h2, .wp-block-woocommerce-checkout .h2, .wp-block-woocommerce-checkout #singleProductPage .product .summary h1, #singleProductPage .product .summary .wp-block-woocommerce-checkout h1, .wp-block-woocommerce-checkout #singleProductPage .product .summary .h1, #singleProductPage .product .summary .wp-block-woocommerce-checkout .h1 {
  font-size: 3rem !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
  font-size: 3rem !important;
  letter-spacing: -0.09rem !important;
  line-height: 1.1666666667 !important;
  margin-bottom: 1.25rem !important;
}
.wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper button, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .wp-element-button, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .cky-btn, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper #singleProductPage .product .summary form.cart button, #singleProductPage .product .summary form.cart .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper button, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper #singleProductPage .product .summary form.cart .wp-element-button, #singleProductPage .product .summary form.cart .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .wp-element-button, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn, #singleProductPage .product .summary form.cart .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .cky-btn, .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .cky-btn, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #singleProductPage .product .summary form.cart .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper .cky-btn,
.wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper #singleProductPage .product .summary form.cart input,
#singleProductPage .product .summary form.cart .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper input,
.wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper #singleProductPage .product .summary form.cart select,
#singleProductPage .product .summary form.cart .wp-block-woocommerce-checkout .wc-block-components-address-form-wrapper select {
  color: #232322 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input label {
  transform: none !important;
  position: relative !important;
  display: block;
  color: #232322 !important;
  left: 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.4444444444 !important;
  font-weight: bold !important;
  margin-bottom: 0.5rem !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input input {
  padding: 16px 24px !important;
  background: rgba(242, 242, 240, 0.6) !important;
  border-radius: 100px !important;
  border: solid 1px #E1DDD0 !important;
}
.wp-block-woocommerce-checkout fieldset {
  padding-bottom: 40px !important;
  border-bottom: solid 1px #D9D9D9 !important;
  margin-top: 40px !important;
}
.wp-block-woocommerce-checkout fieldset#contact-fields {
  margin-top: 0px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  padding: 1rem 2rem !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button span {
  width: 100%;
  text-align: left;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button span:after {
  float: right;
  font-family: "rosielleKulikIcons" !important;
  content: "\e909";
  color: #CBDFE7;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  display: inline !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
  padding: 0px !important;
}
#productFilter {
  display: none;
  float: right;
  color: #fff;
}
@media (max-width: 575.98px) {
  #productFilter {
    position: absolute;
    left: 0px;
  }
}
#productFilter h2, #productFilter .h2, #productFilter #singleProductPage .product .summary h1, #singleProductPage .product .summary #productFilter h1, #productFilter #singleProductPage .product .summary .h1, #singleProductPage .product .summary #productFilter .h1,
#productFilter h3,
#productFilter .h3,
#productFilter #subNav nav .menu-headersub-container > ul > li a,
#subNav nav .menu-headersub-container > ul > li #productFilter a,
#productFilter #homePage .popularJewelryID .details h4,
#homePage .popularJewelryID .details #productFilter h4,
#productFilter #homePage .popularJewelryID .details .h4,
#homePage .popularJewelryID .details #productFilter .h4,
#productFilter #homePage .popularJewelryID .details footer .siteInfoContainer .site-info #copyright,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info #productFilter #copyright,
#productFilter footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #copyright,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #productFilter #copyright,
#productFilter #homePage .popularJewelryID .details footer .siteInfoContainer .site-info a,
#homePage .popularJewelryID .details footer .siteInfoContainer .site-info #productFilter a,
#productFilter footer .siteInfoContainer .site-info #homePage .popularJewelryID .details a,
footer .siteInfoContainer .site-info #homePage .popularJewelryID .details #productFilter a,
#productFilter .wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar #productFilter .wc-block-components-order-summary__button-text {
  color: #fff;
}
@media (max-width: 575.98px) {
  #productFilter .filterCat,
  #productFilter .topRow,
  #productFilter button,
  #productFilter .wp-element-button,
  #productFilter .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn,
  .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper #productFilter .cky-btn,
  #productFilter #singleProductPage .product .summary form.cart button,
  #singleProductPage .product .summary form.cart #productFilter button,
  #productFilter #singleProductPage .product .summary form.cart .wp-element-button,
  #singleProductPage .product .summary form.cart #productFilter .wp-element-button,
  #productFilter #singleProductPage .product .summary form.cart input,
  #singleProductPage .product .summary form.cart #productFilter input,
  #productFilter #singleProductPage .product .summary form.cart select,
  #singleProductPage .product .summary form.cart #productFilter select {
    min-height: auto;
    padding: 0.75rem 0rem;
    width: 100%;
    margin-bottom: 24px !important;
  }
}
#productFilter #resetLink {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.2px;
  text-decoration-color: #99C0CB;
  display: block;
}
#productFilter #resetLink:hover {
  cursor: pointer;
}
#productFilter label {
  display: block;
}
#productFilter .bgRight {
  background: #486B7A;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0px;
}
#productFilter .filterContainer {
  position: absolute;
  top: 0px;
  height: 100vh;
  overflow: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  #productFilter .filterContainer {
    width: 100%;
  }
}
#productFilter .bgRight,
#productFilter .filterContainer {
  z-index: 3;
}
#productFilter .topRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#productFilter .topRow h2, #productFilter .topRow .h2, #productFilter .topRow #singleProductPage .product .summary h1, #singleProductPage .product .summary #productFilter .topRow h1, #productFilter .topRow #singleProductPage .product .summary .h1, #singleProductPage .product .summary #productFilter .topRow .h1 {
  display: inline;
  margin: 0;
}
#productFilter .topRow #filterCloseToggle {
  position: absolute;
  right: 20px;
  height: 2.375rem;
  min-height: auto;
  width: 2.375rem;
}
#productFilter .topRow #filterCloseToggle:before {
  line-height: 2rem;
  transform: none;
  font-size: 1.5rem;
}

.addedToBasket .col-12, .addedToBasket #subNav nav .menu-headersub-container > ul > li, #subNav nav .addedToBasket .menu-headersub-container > ul > li, .addedToBasket .imgFullWidth2 figure, .imgFullWidth2 .addedToBasket figure, .addedToBasket #titleWithIntro h1, #titleWithIntro .addedToBasket h1, .addedToBasket #titleWithIntro .h1, #titleWithIntro .addedToBasket .h1, .addedToBasket #titleWithIntro p, #titleWithIntro .addedToBasket p, .addedToBasket .titleAndText .mainText, .titleAndText .addedToBasket .mainText, .addedToBasket .headerContainer header h1, .headerContainer header .addedToBasket h1, .addedToBasket .headerContainer header .h1, .headerContainer header .addedToBasket .h1, .addedToBasket .headerContainer header .term-description, .headerContainer header .addedToBasket .term-description, .addedToBasket ul.productsList li, ul.productsList .addedToBasket li, .addedToBasket #singleProductPage .product .woocommerce-product-gallery, #singleProductPage .product .addedToBasket .woocommerce-product-gallery,
.addedToBasket #singleProductPage .product .summary,
#singleProductPage .product .addedToBasket .summary, .addedToBasket #singleProductPage .product .summary .descriptionContainer .accordionItem, #singleProductPage .product .summary .descriptionContainer .addedToBasket .accordionItem, .addedToBasket #productFilter {
  position: relative;
}
.addedToBasket .bgOverlay {
  background: #C2BAAB;
  opacity: 80%;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.addedToBasket .innerContainer {
  position: absolute;
  width: 100%;
  z-index: 11;
  background: #fff;
  border-radius: 10px;
  padding: 32px 40px;
}
.addedToBasket .innerContainer .productOverview {
  display: flex;
  margin: 25px 0px;
}
.addedToBasket .innerContainer .productOverview .imgDivContainer {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.addedToBasket .innerContainer .productOverview .imgDivContainer .imgDiv {
  background-color: #eee;
  background: none;
}
.addedToBasket .innerContainer .productOverview .imgDivContainer .imgDiv::before {
  content: "";
  display: none;
}
.addedToBasket .innerContainer .productOverview .imgDivContainer .imgDiv img {
  aspect-ratio: 1;
  object-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
.addedToBasket .innerContainer .productOverview .productInfo {
  display: inline-block;
}
#thankYouPage {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media (max-width: 575.98px) {
  #thankYouPage {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#thankYouPage img {
  min-width: 200px;
}
@media (max-width: 575.98px) {
  #thankYouPage img {
    margin-bottom: 32px !important;
  }
}
.site-main {
  min-height: 80vh;
}

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