<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Compile: npm run dev */

/* Import Tailwind */

/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.max-h-\[320px\] {
  max-height: 320px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.w-full {
  width: 100%;
}

.resize {
  resize: both;
}

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.capitalize {
  text-transform: capitalize;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    touch-action: pan-y;
  }

.bx-wrapper img {
    max-width: 100%;
    display: block;
  }

.bxslider {
    margin: 0;
    padding: 0;
  }

ul.bxslider {
    list-style: none;
  }

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    background: #fafbfc !important;
  }

/** THEME
  ===================================*/

.bx-wrapper {

  }

.bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../img/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
  }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
  }

.bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('../img/bx_controls.png') no-repeat 0 -32px;
  }

.bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }

.bx-wrapper .bx-next {
    right: 10px;
    background: url('../img/bx_controls.png') no-repeat -43px -32px;
  }

.bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
  }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
  }

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../img/bx_controls.png') -86px -11px no-repeat;
    margin: 0 3px;
  }

.bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active,
  .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
  }

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('../img/bx_controls.png') -86px -44px no-repeat;
    margin: 0 3px;
  }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
  }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }

#productCarousel,
  #productCarousel &gt; div {
    background: #fafbfc !important;
  }

/* body.product-template-default.single.single-product #content {
    @apply mt-[120px];
} */

header.header {
  max-height: 90px !important;
}

#content {
  margin-top: 105px !important;
}

@media (min-width: 1024px) {

  #content {
    margin-top: 120px !important;
  }

  body.product-template-default.single.single-product .breadcrumb {
    margin-bottom: 25px;
  }
}

body.product-template-default.single.single-product .carousel__nav {
  display: none;
}

body.product-template-default.single.single-product .product_title {
    font-family: freight-big-pro, serif;
    font-size: 1.875rem !important;
    font-weight: 300 !important;
    line-height: 1.5rem !important;
}

@media (min-width: 1024px) {

  body.product-template-default.single.single-product .product_title {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

body.product-template-default.single.single-product .quantity,
body.product-template-default.single.single-product .stock {
  display: none;
}

body.product-template-default.single.single-product .price {
  padding-bottom: 1rem;
}

body.product-template-default.single.single-product .price .woocommerce-Price-amount {
    font-family: freight-big-pro, serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  body.product-template-default.single.single-product .price .woocommerce-Price-amount {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

body.product-template-default.single.single-product .xoo-wl-btn-container {
  margin-top: 2rem;
}

body.product-template-default.single.single-product .variations {
  margin-bottom: 0.75rem;
}

.added_to_cart {
  display: none !important;
}

body.product-template-default.single.single-product .single_add_to_cart_button {
  display: block;
  width: 100%;
  min-width: 50%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(181 143 75 / var(--tw-bg-opacity));
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  body.product-template-default.single.single-product .single_add_to_cart_button {
    display: inline-block;
    width: auto;
  }
}

body.product-template-default.single.single-product .single_add_to_cart_button {
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    font-family: freight-big-pro, serif;
}

body.product-template-default.single.single-product .single_add_to_cart_button span {
  position: relative;
  padding-left: 50px;
}

body.product-template-default.single.single-product .single_add_to_cart_button span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	height: 1px;
	width: 13px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.product-template-default.single.single-product .single_add_to_cart_button:after {
  position: absolute !important;
  right: -45px !important;
  margin-top: -30px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(181 143 75 / var(--tw-bg-opacity)) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
    font-size: 14px !important;
}

body.product-template-default.single.single-product .single_add_to_cart_button.loading:after {
  margin-top: 0px !important;
}

body.product-template-default.single.single-product .single_add_to_cart_button span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	display: block;
	height: 18px;
	width: 19px;
	background-size: cover;
    background: url(../img/icon-basket-white.svg) no-repeat center center;
}

.reset_variations {
  display: none !important;
}

.variable-item.variable-item--color {
  border-radius: 9999px !important;
  border-style: none !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    background: transparent !important;
}

.variable-item-span-button--color {
  position: relative !important;
  display: block !important;
  border-radius: 9999px !important;
}

.variable-item-span-button--color:after {
    content: "";
    pointer-events: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 0 !important;
    margin-top: -11px !important;
    margin-left: -11px !important;
    height: 22px !important;
    width: 22px !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(22 22 22 / var(--tw-border-opacity)) !important;
    opacity: 0.2 !important;
    background: transparent;
    transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.variable-item--color.selected .variable-item-span-button--color:after {
  opacity: 1 !important;
}

.variable-item-span-button--color &gt; img {
  height: 14px !important;
  width: 14px !important;
  border-radius: 9999px !important;
}

body.product-template-default.single.single-product .price .woocommerce-Price-amount {
  padding-bottom: 0.75rem;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
    /*
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    */
}

table.variations th.label {
  display: none !important;
}

.text-p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}

.tabs-container {
  padding-top: 1rem;
}

.tab {
  padding-top: 7px;
    font-size: 15px;
}

.list--tabs {
  margin-left: -16px;
}

.list--meta {
  margin-left: -15px;
}

.xoo-aff-input-icon {
  display: none !important;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select {
  border-radius: 0.25rem !important;
}

.sect--product .list--colors {
  margin-bottom: 1.5rem !important;
}

.invert {
    filter: none !important;
}

.carousel--full .carousel__content .slick-slide {
  width: 100% !important;
  max-width: 600px !important;
}

.carousel-product-thumbnail {
  margin-bottom: 0.125rem;
  width: 60px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.5rem;
  opacity: 0.8;
}

@media (min-width: 1024px) {

  .carousel-product-thumbnail {
    width: 96px;
  }
}

.carousel-product-thumbnail:not(.active) {
  cursor: pointer;
}

.carousel-product-thumbnail:not(.active):hover {
  opacity: 1;
}

.carousel-product-thumbnail &gt; a {
  display: block;
  height: 50px;
  width: 45px;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {

  .carousel-product-thumbnail &gt; a {
    height: 92px;
    width: 80px;
  }
}

.carousel-product-thumbnail.active {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  opacity: 1;
}

.for-sticky.sticky {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px) {

  .for-sticky.sticky {
    top: 68px;
    max-height: 90px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.for-sticky.sticky .for-sticky-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: 1148px;
}

.for-sticky.sticky .ppcp-messages {
  display: none;
}

.for-sticky.sticky .for-sticky-elements {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {

  .for-sticky.sticky .for-sticky-elements {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-bottom: 0px;
  }
}

.for-sticky.sticky .for-sticky-container .text-p {
  display: none;
}

.for-sticky.sticky .for-sticky-container .h2 {
  text-align: left;
    font-size: 28px;
    line-height: 30px;
}

.for-sticky.sticky .for-sticky-container .btn.btn--like,
.for-sticky.sticky .for-sticky-container .text-addon {
  display: none;
}

.for-sticky.sticky .for-sticky-elements form.cart {
  width: 100%;
}

@media (min-width: 1024px) {

  .for-sticky.sticky .for-sticky-elements form.cart {
    width: auto;
  }

  .for-sticky.sticky .for-sticky-elements form.cart button.button {
    position: relative;
    left: 140px;
  }

  .for-sticky.sticky .for-sticky-elements form.cart.variations_form button.button {
    position: relative;
    left: 84px;
  }

  .for-sticky.sticky .for-sticky-container .variations_form &gt; div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

body.product-template-default.single.single-product .for-sticky.sticky .xoo-wl-btn-container {
  margin-top: 0px !important;
}

body.product-template-default.single.single-product .text-addon {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(181 143 75 / var(--tw-text-opacity));
}

#filters {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#filters.is-open {
  background-color: transparent;
    z-index: 2 !important;
}

/* #filters.sticky {
    @apply fixed !important;
} */

.checkout-container-aside .coupon.form_monoline.active .icon_percent,
.checkout-container-aside .coupon.form_monoline.active .coupon--input,
.checkout-container-aside .coupon.form_monoline.active .monoline--submit {
    display: none;
}

.pic {
    mix-blend-mode: multiply;
}

.box--product__thumbnail {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  /*width:362px;
  height:362px;*/
  background-color: #fafbfc;
}

.box--product__thumbnail a {
  width: 100%;
}

body.search-results .btn--add-to-cart-container a.button.add_to_cart_button {
    font-family: freight-big-pro, serif;
    background-color: #B58F4B !important;
    color: #ffffff;
    line-height: 18px;
    padding: 10px;
    letter-spacing: .05em;
    width: 100%;
    display: block;
}

.box--product__thumbnail .pic {
  mix-blend-mode: multiply;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.box--product__thumbnail .btn--add-to-cart-container, .box--product__thumbnail .woocommerce a.checkout-button.button, .woocommerce .box--product__thumbnail a.checkout-button.button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}

.box--product__thumbnail .btn--add-to-cart-container.disabled, .box--product__thumbnail .woocommerce a.disabled.checkout-button.button, .woocommerce .box--product__thumbnail a.disabled.checkout-button.button {
  pointer-events: none;
  opacity: 0.8;
}

.box--product__thumbnail:hover .pic {
  transform: scale(1.05);
}

@media only screen and (min-width: 590px) {
  .box--product__thumbnail:hover .btn--add-to-cart-container, .box--product__thumbnail:hover .woocommerce a.checkout-button.button, .woocommerce .box--product__thumbnail:hover a.checkout-button.button {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.box--product__thumbnail .button.product_type_simple:not(.add_to_cart_button) {
  display: none;
}

.list.list--products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
}

@media (min-width: 1024px) {

  .list.list--products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
}

.list--products &gt; li {
  width: auto !important;
}

@media (min-width: 1024px) {

  .list--products &gt; li {
    min-width: 250px !important;
  }
}

@media (min-width: 1280px) {

  .list--products &gt; li {
    min-width: 360px !important;
  }
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span span.is-color {
  position: relative !important;
  top: 1px !important;
  left: 0px !important;
  display: inline-block !important;
  height: 15px !important;
  width: 15px !important;
  border-radius: 9999px !important;
}

#productCarousel .pic {
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  max-height: 520px;
  width: 300px;
}

@media (min-width: 1024px) {

  #productCarousel .pic {
    height: auto;
    width: auto;
  }
}

.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.menu-item:last-child .nav-container&gt;.nav&gt;li:last-child {
  display: block !important;
}

.nav-container.column .nav {
  display: flex;
  flex-direction: column;
}

/* Dropdown multicurrency switcher */

.wcml-dropdown.wcml_currency_switcher {
    margin: 0 !important;
}

.wcml-dropdown.wcml_currency_switcher li {
    background-color: transparent;
    border: none;
}

.nav--tools&gt;li.i-price[data-switch="true"] {
    width: 78px;
    margin-top: -14px;
    height: 18px;
}

.nav--tools&gt;li.i-price .wcml-dropdown.wcml_currency_switcher a {
    font-size: 13px;
}

@media (min-width: 1024px) {

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\[650px\] {
    max-height: 650px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:text-left {
    text-align: left;
  }
}</pre></body></html>