/** 
 * big-in-fabric.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */

/* Font includes */

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&display=swap'); */

/* 0. Tailwind includes */

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.14 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
  }
}

.main-menu-item-left {
  white-space: nowrap;
  padding-top:10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.main-menu-item-left:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.active-top-menu-item {
  background-color: #ededed;
}

.top-menu .mainmenu-cat-title {
  margin-bottom: 0.5rem;
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-menu .mainmenu-cat-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.category-subcat-container {
  width: 100%;
  position: relative;
}

.category-subcat-main-title {
  width: 100%;
  height: 10px;
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin-bottom: 40px;
}

.category-subcat-main-title span {
  background-color: white;
  padding: 3px 12px;
  text-transform: uppercase;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #555;
  font-weight: 500;
}

.category-subcat-items-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: left;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.category-subcat-main-title i.scroll-icon {
  display: none;
  opacity: .65;
}

.category-subcat-main-title i.scroll-icon.show {
  display: inline-block;
}

.category-subcat-items {
  padding: 7px 15px;
  background-color: white;
  color: #999999;
  font-weight: 500;
  transition: color .15s linear;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 10px 0px 10px;
  &:hover {
    border: 1px solid var(--bif-mint);
    color: #777;
  }
}

.product-card-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 640px) {
  .product-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .product-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .product-card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .product-card-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-card {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .product-card {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}

.product-card {
  opacity: 0;
  animation: fadeInProductCard 1s ease-in forwards;
}

@keyframes fadeInProductCard {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-card:hover .product-card-title {
  text-decoration-color: #374151;
}

.product-card.hover-brighten:hover .product-card-img {
  filter: brightness(1.07);
}

.product-card:hover .swatches {
  transform: translateY(0%);
}

@media (min-width: 1024px) {
  .product-card-container-limiter .product-card:nth-child(4n) {
    display: none;
  }
}

@media (min-width: 1280px) {
  .product-card-container-limiter .product-card:nth-child(4n) {
    display: inline-flex;
  }
}

.product-card-sale {
  position: absolute;
  z-index: 10;
  margin-top: 0px;
  margin-left: 0px;
  border-bottom-right-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* background-color: #ff4900; */
  background-color: #f4875b;
  box-shadow: 2px 2px 3px 0px #00000061;
}

.product-card-img {
  /* background-image: url('https://picsum.photos/350'); */
  position: relative;
  height: 100%;
  width: 40%;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .product-card-img {
    height: auto;
    width: 100%;
    border-radius: 0px;
    border-top-right-radius: 1.5rem;
  }
}

.product-card-img {
  aspect-ratio: 100/85;
  transition: all .15s ease-in-out;
}

.product-card-img:hover {
  cursor: pointer;
}

.product-card-img.loading {
  background: url('https://example.com/loading-icon.gif') no-repeat center center;
  background-size: contain;
  /* Adjust based on your loader image's aspect ratio */
}

.blog-card-img {
  aspect-ratio: 100/60;
  height: 100%;
  width: 40%;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .blog-card-img {
    height: auto;
    width: 100%;
    border-radius: 0px;
    border-top-right-radius: 1.5rem;
  }
}

.product-card-body, .blog-card-body {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -3rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0px 3px 20px rgba(84, 84, 84, 0.32);
  box-shadow:0 3px 20px rgba(84, 84, 84, 0.32);
}

@media (min-width: 640px) {
  .product-card-body, .blog-card-body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .product-card-body, .blog-card-body {
    padding: 1rem;
  }
}

.product-card-body, .blog-card-body {
  display: flex;
  align-content: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-grow:1;
}

.blog-card-body {
  padding: 1.5rem;
}

.product-card-title, .blog-card-title {
  position: relative;
  display: block;
  width: auto;
  padding-bottom: 0.25rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-card-title:hover, .blog-card-title:hover {
  color: var(--bif-mint);
}

@media (min-width: 640px) {
  .product-card-title, .blog-card-title {
    padding-bottom: 1.5rem;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .product-card-title, .blog-card-title {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1024px) {
  .product-card-title, .blog-card-title {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0.75rem;
  }
}

.product-card-title {
  transition: all .2s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  position: relative;
}

.product-card-subcats {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  height: 100%;
}

.product-card-subcats a:link, .product-card-subcats a:visited {
  color: #666;
  margin: 0 5px 10px 0;
  transition: all .2s linear;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2px 7px;
}

.product-card-subcats a:hover, .product-card-subcats a:active {
  color: var(--bif-mint);
  border-color: #333;
  color: #333;
  background-color:white;
}

.product-count {
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 14px;
  display: inline-block;
  color: #777;
  padding: 4px 25px;
  border-radius: 14px;
}

.product-card-title:hover {
  text-decoration-color: var(--bif-mint) !important;
}

.blog-card-title {
  margin-left: -0px;
  margin-right: -0px;
  width: 100%;
  text-align: left;
}

@media (min-width: 640px) {
  .blog-card-title {
    margin-left: -0px;
    margin-right: -0px;
  }
}

.blog-card-subtitle {
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.product-card-usp-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .product-card-usp-container {
    width: 100%;
  }
}

.product-card-usp {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-bottom-width: 1px;
  border-style: dashed;
  padding-bottom: 0.25rem;
  --tw-border-opacity: 1;
  /* border-color: rgb(221 221 221 / var(--tw-border-opacity)); */
  border-color: #eee;
}

@media (min-width: 640px) {
  .product-card-usp {
    margin-bottom: 0.75rem;
    width: auto;
    padding-bottom: 0.5rem;
  }
}

.product-card-usp:last-child {
  border-bottom:0;
}

.product-card-usp div {
  line-height: 22px;
}

.product-card-price {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .product-card-price {
    margin-top: 1.25rem;
    justify-content: center;
  }
}

.product-card-price {
  color: #1a1a1a;
}

.product-card .swatches {
  --swatch-size: 24px;
  --swatch-gap: 6px;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: auto;
  margin-top: -46px;
  background-color: white;
  padding: 10px 5px 10px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  max-width: calc(100% - 20px);
  flex-direction: row;
  position: relative;
  z-index: 1;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
  line-height: 16px;
  min-height: calc(var(--swatch-size) + 12px);
}

.product-card .swatches a {
  padding-right: 0;
  width: var(--swatch-size);
  height: var(--swatch-size);
  max-height: var(--swatch-size);
  flex: 0 0 var(--swatch-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-card .swatches a:last-child {
  padding-right:0;
}

.product-card .swatches a span {
  display: inline-block;
  width: var(--swatch-size);
  height: var(--swatch-size);
  text-decoration: none;
  color: inherit;
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.product-page .swatches a span {
  background-color: var(--swatch-color);
  padding: 3px;
  box-sizing: content-box;
  background-clip: content-box;
  min-width: 35px;
  /*		margin-right: 5px;
*/
  border: 3px solid transparent;
  position: relative;
  height: 100%;
}

.product-page .swatches a.active span {
  border-color: var(--swatch-border-color);
}

.product-page .swatches a:not(.active):hover span:after {
  content: '';
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top:0;
  left:0;
  border: 3px solid var(--swatch-border-color);
  border-radius: 100%;
  box-sizing: content-box;
  animation: borderRipple .75s linear infinite;
}

/* category page swatch previews */

.swatches-with-nav {
  --swatch-size: 24px;
  --swatch-gap: 6px;
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
}

.swatches-viewport {
  overflow: hidden;
  flex: 1;
  min-height: auto;
  margin-left:1px;
  position: relative;
}

.swatches-slider {
  display: flex;
  gap: var(--swatch-gap);
  transition: transform 0.3s ease-in-out;
  /* width: " . ($totalPages * 100) . "%; */
  height: 100%;
}

.swatches-slider > a {
  /* width: calc(100% / " . ($totalPages * 10) . "); */
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swatch-size);
  height: var(--swatch-size);
  flex-shrink: 0;
}

.swatches-slider > a > span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

.swatch-nav {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #374151;
  flex-shrink: 0;
}

.swatch-nav-prev {
  margin:0 5px 0 0;
}

.swatch-nav-next {
  margin-left:5px;
}

.swatch-nav:hover:not(:disabled) {
  background: #e5e7eb;
  border-color: #9ca3af;
}

.swatch-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f9fafb;
}

.swatch-nav svg {
  width: 16px;
  height: 16px;
}

.products-sort {
  /* background-image: none; */
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 35px 5px 10px;
  width: auto;
  transition: border-color .3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button.filter {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 15px 5px 10px;
  width: auto;
  transition: border-color .3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button.filter:hover {
  border-color: var(--bif-mint);
  background-color: var(--bif-mint);
  color: white;
  & i {
    filter: invert(1);
  }
}

.products-sort option {
  background-color: white;
  color: #333;
}

.products-sort option:hover {
  background-color: #f0f0f0;
  /* Highlight on hover */
}

.products-sort:focus {
  border-color: var(--bif-mint);
}

.fs-dropdown.open {
  z-index: 1;
}

/* product page = pp */

.pp-description {
  overflow: hidden;
  margin-bottom: 16px;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.pp-description b, .pp-description strong {
  font-weight: bold;
}

.pp-description p {
  margin-bottom: 12px;
}

.pp-description p:last-child{
  margin-bottom: 0px;
}

.pp-description a:link, .pp-description a:visited {
  text-decoration: underline;
}

.pp-description a:hover, .pp-description a:active {
  color: var(--bif-mint);
  text-decoration: none;
}

.pp-iconen {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  justify-content: flex-end;
}

.pp-keurmerken, .pp-wasvoorschriften {
  display: block;
  position: relative;
}

.pp-keurmerken span, .pp-wasvoorschriften span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.pp-wasvoorschriften span {
  margin-bottom: 20px;
}

.pp-keurmerken {
  border-right:1px dashed #d3d3d3;
  margin-right: 20px;
  padding-right: 20px;
}

.pp-keurmerken div, .pp-wasvoorschriften div {
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  background-position: bottom;
}

.pp-keurmerken div:last-child, .pp-wasvoorschriften div:last-child {
  margin-right: 0px;
}

.pp-keurmerken div {
  width: 45px;
  height: 45px;
}

.pp-wasvoorschriften div {
  width: 35px;
  height: 35px;
}

.aantalLabel, .priceLabel {
  display: block;
  white-space: nowrap;
  padding-bottom: 1rem;
}

.amount-wrapper, .price-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.amount-wrapper:hover .amountInput {
  border-color: var(--bif-mint);
}

.amountMinPlus {
  background-color: #dfdfdf;
  color: white;
  display:inline-block;
  font-weight: bold;
  font-size: 20px;
  font-family: monospace;
  transition: all .2s linear;
  outline: 0;
  height: 100%;
  width: 40px;
  position: relative;
}

.amountMinPlus:hover {
  background-color: var(--bif-mint);
}

.amountMinPlus.amountMin {
  border-top-left-radius:15px;
}

.amountMinPlus.amountPlus {
  border-bottom-right-radius:15px;
}

.amountInput {
  display: inline-block;
  width: 75px;
  text-align: center;
  border-width: 1px;
  border-color: #dfdfdf;
  height: 40px;
  box-sizing: content-box;
  outline:0;
  transition: all .2s linear;
  box-sizing: border-box;
}

.amountInput::-webkit-outer-spin-button,
	.amountInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amountInput {
  -moz-appearance: textfield;
}

/* The animation code */

@keyframes borderRipple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

#amount-wrapper-schuimrubber input[type="number"], #amount-wrapper-schuimrubber select {
  width: 100px;
  border-radius: 15px 0;
  padding: 10px;
  border: 1px solid #cecece;
  color: darkslategray;
}

#amount-wrapper-schuimrubber select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px 10px 0;
}

#amount-wrapper-schuimrubber .times {
  height: -webkit-fill-available;
  padding: 12px 5px;
  align-content: end;
  color: #cecece;
}

#product-page-main-image {
  box-shadow: 0px 3px 20px rgba(84, 84, 84, 0.32);
  box-shadow:0 3px 20px rgba(84, 84, 84, 0.32);
  border-top-right-radius:35px;
  overflow: hidden;
  transition: all .15s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
  background-size: cover;
  aspect-ratio: 1/1;
}

/* Footer */

.footer-column {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-items: start;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .footer-column {
    width: 50%;
    align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer-column {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .footer-column {
    width: 25%;
  }
}

a.bif-button:hover::before,a .FormBuilder button:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.bif-button:hover::after,a .FormBuilder button:hover::after {
  right: 29px;
}

.bif-button, .FormBuilder button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

a.bif-button:hover::before,a .FormBuilder button:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.bif-button:hover::after,a .FormBuilder button:hover::after {
  right: 29px;
}

.bif-button::before, .FormBuilder button::before{
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
  z-index: 10;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.bif-button::after, .FormBuilder button::after {
  position: absolute;
  top: 1.25rem;
  right: 2.25rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.bif-button:hover, .FormBuilder button:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .bif-button, .FormBuilder button {
    margin-left: 0px;
    margin-right: 0px;
  }
}

a.bif-button-rev:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.bif-button-rev:hover::after {
  right: 29px;
}

.bif-button-rev {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

a.bif-button-rev:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.bif-button-rev:hover::after {
  right: 29px;
}

.bif-button-rev::before {
  position: absolute;
  top: 1.25rem;
  left: 2.25rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.bif-button-rev::after {
  position: absolute;
  top: 1.25rem;
  left: 2.5rem;
  z-index: 10;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.bif-button-rev:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .bif-button-rev {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Place the arrow in front via ::before, flip it to point backwards //////////*/

.bif-button-rev::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 19px;
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(45deg);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 20;
  background-color: var(--bif-mint);
}

.bif-button-rev::after {
  content: '';
  background-color: black;
  position: absolute;
  top: 19px;
  left: 34px;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 10;
}

/* 888lksjdflkjfd88888 */

a.bif-button-rev:hover::before {
  left: 34px;
  background-color: white;
}

a.bif-button-rev:hover::after  {
  left: 29px;
}

a.button-green:hover::before, .FormBuilder button:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.button-green:hover::after, .FormBuilder button:hover::after {
  right: 29px;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-header {
  position: relative;
  width: 100%;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.06);
}

.accordion-header:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion-header {
  padding-right: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  position: relative;
}

.accordion-header:not(.open)::after {
  content: '';
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 18px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  background-image: url("../icons/solid/chevron-right.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
  transform: rotate(0deg);
}

.accordion-item.open .accordion-header::after {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  /* Rotate the icon when the item is open */
}

.accordion-content {
  line-height: 1.5rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease-out;
}

.accordion-item.open .accordion-content {
  grid-template-rows: 1fr;
}

.accordion-content-inner {
  min-height: 0;
  padding:0 20px;
  transition: all 0.35s ease-out;
  opacity: 0;
}

.accordion-item.open .accordion-content-inner {
  padding: 20px;
  opacity: 1;
}

.block-title {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.block-title a.back-arrow {
  border: 2px solid black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding-right: 3px;
  transition: all .15s linear;
  & i {
    transition: all .15s linear;
  }
  &:hover {
    border-color: var(--bif-mint);
    background-color: white;
  }
  &:hover i {
    filter: brightness(0) saturate(100%) invert(84%) sepia(9%) saturate(822%) hue-rotate(110deg) brightness(94%) contrast(89%);
  }
}

.breadcrumb {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #333;
  font-weight: 500;
  transition: all .15s ease-in-out;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: var(--bif-mint);
  text-decoration: none;
}

.breadcrumb span {
  font-weight: 300;
  color: #333;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-left-14 {
  left: -3.5rem;
}

.-left-28 {
  left: -7rem;
}

.-left-40 {
  left: -10rem;
}

.-right-32 {
  right: -8rem;
}

.-top-10 {
  top: -2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-20 {
  right: 5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-8 {
  top: 2rem;
}

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

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mt-2 {
  margin-top: 0.5rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mr-0 {
  margin-right: -0px;
}

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

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-lvh {
  height: 100lvh;
}

.h-screen {
  height: 100vh;
}

.min-h-80 {
  min-height: 20rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9\/12 {
  width: 75%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-screen {
  width: 100vw;
}

.min-w-60 {
  min-width: 15rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1500px\] {
  max-width: 1500px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-\[1fr_1fr_1fr_1fr\] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-rows-\[150px\] {
  grid-template-rows: 150px;
}

.grid-rows-\[\] {
  grid-template-rows: ;
}

.grid-rows-\[__\] {
  grid-template-rows: ;
}

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-items-start {
  place-items: start;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.\!bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-6 {
  padding-left: 1.5rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.\!font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-black {
  text-decoration-color: #000;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bif-darker {
  --tw-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.shadow-bif {
  box-shadow: 0px 3px 20px rgba(84, 84, 84, 0.32);
}

.\[grid-template-areas\:\'1_2_3_4\'\] {
  grid-template-areas: '1 2 3 4';
}

.\[grid-template-areas\:\'header-block-img_header-block-title\'\] {
  grid-template-areas: 'header-block-img header-block-title';
}

/* 1. Enable page-transitions */

/* @view-transition {
    navigation: auto;
} */

/* 2. Global Safety: Prevent the "Frozen Screen" and z-index issues */

/* ::view-transition {
    z-index: 1 !important;
} */

/* 
/* Target the group (the movement) 
::view-transition-group(.product-card-transition) {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: inherit;
}

/* Target the fading/scaling snapshots 
::view-transition-old(.product-card-transition) {
    animation: scale-down 2s forwards;
}

::view-transition-new(.product-card-transition) {
    animation: scale-up 2s forwards;
}

@keyframes scale-down {
    to { transform: scale(0.9); opacity: 0; }
}

@keyframes scale-up {
    from { transform: scale(0.6); opacity: 0; }
}

/* Allow clicks to pass through the transition layer at all times 
::view-transition,
::view-transition-group(*),
::view-transition-old(*),
::view-transition-new(*) {
    pointer-events: none !important;
} */

/*********************************************************************
 * 1. General HTML thags
 *
 */

* {
}

/* CSS for fade-in transition */

:root {
  --bif-mint: #9ad1c0;
  --light-gray: #F8F8F8;
  --body-opacity: 1;
}

html {
  overscroll-behavior-block:none;
  scroll-behavior: smooth;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
}

body {
  opacity: var(--body-opacity);
  transition: opacity .5s ease-in-out;
  /* Adjust the duration as needed */
}

body[data-barba="wrapper"] {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

[data-barba="container"] {
  position: relative;
  background-color: white;
  z-index: 99999;
}

/* transition classes */

.trans-shadow {
  transition: box-shadow .15s linear;
}

/* container setup */

section {
  max-width: 100vw;
  /* overflow-x: hidden; */
}

.container {
  max-width: 1500px !important;
  /* Set your desired max-width */
  width: 100% !important;
  /* Ensure it takes full width */
}

/* modals */

.bif-shadow {
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.06);
}

.bif-shadow-hover {
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.06);
  transition: all .3s ease-in-out;
}

.bif-shadow-hover:hover {
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.25);
}

.shadow-bif-darker {
  box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}

.closebutton {
  transition: all;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../img/icon_close_1px.svg');
  display: block;
}

.closebutton:hover {
  background-image: url('../../../img/icon_close_2px.svg ');
}

.footer-link {
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position:0 100%;
  background-image: linear-gradient(#9ad1c0 0 0);
  transition: background-size .3s,background-position 0s .3s;
  margin-bottom: 6px;
  padding-bottom: 4px;
  letter-spacing: .7px;
}

.footer-link:hover {
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: linear-gradient(#9ad1c0 0 0);
  color: #9ad1c0;
}

.strikethrough:after {
  content: '';
  width: 108%;
  left: -4%;
  margin-top: calc(.125em / 2* -1);
  position: absolute;
  right: 0;
  top: 60%;
  transform: rotate(-10deg);
  border-radius: 4px;
  height: 2.25px;
  background-color: red;
}

.strikethrough {
  position: relative;
}

.hover-dark-mint:hover {
  background-color: #76cfa8;
}

.bif-radius-bl {
  border-bottom-left-radius: 40px;
}

.hover-green-shadow:hover {
  box-shadow:0 3px 20px#9ad1c0 !important;
}

.homepage-cat-img {
  background-size: 100%;
  transition: background-size .3s ease-in-out;
  background-position: center center;
  min-height: 100px;
}

group:hover .homepage-cat-image {
  background-size: 105%;
}

*,
::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.
7. Disable tap highlights on iOS
*/

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

#preload {
  display: none;
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
  outline: 0;
}

/*
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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s !important;
  transition: background-color 9999s ease-in-out 0s !important;
  -webkit-text-fill-color: inherit !important;
  background-color: inherit !important;
  box-shadow: 0 0 0px 1000px inherit inset !important;
}

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

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: var(--bif-mint);
  background-color: #e6e6e6;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']:hover {
  background-color: #ccc;
}

[type='checkbox']{
  border-radius: 3px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 0;
  outline-offset: 0;
  --tw-ring-inset: 0;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: none;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: 0px 3px 20px #9ad1c060;
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: var(--bif-mint);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.border-BigInFabric-Black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-BigInFabric-Lightgray{
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.border-BigInFabric-MenuHover{
  --tw-border-opacity: 1;
  /* border-color: rgb(221 221 221 / var(--tw-border-opacity)); */
  border-color: #eee;
}

.bg-BigInFabric-Black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-BigInFabric-Coverblack{
  background-color: #0b0b0bb3;
}

.bg-BigInFabric-Lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-BigInFabric-Mint{
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

.text-BigInFabric-Mint{
  --tw-text-opacity: 1;
  color: var(--bif-mint);
}

.text-BigInFabric-Black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-BigInFabric-Gray {
  color: #666666d9;
}

.text-BigInFabric-MenuHover{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;
}

body{
  --tw-bg-opacity: 1;
  background-color: white;
}

body, html {
  min-height: 100vh;
}

.text a {
  transition: all .3s ease-in-out;
}

.text a:link, .text a:visited {
  color: #333;
  text-decoration: underline;
}

.text a:hover, .text a:active {
  color: var(--bif-mint);
  text-decoration: none;
}

.shadow-bif {
  box-shadow:0 3px 20px rgba(84, 84, 84, 0.32);
}

.shadow-bif-darker {
  box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}

.closebutton {
  transition: all;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../../img/icon_close_1px.svg');
  display: block;
}

.closebutton:hover {
  background-image: url('../../../img/icon_close_2px.svg ');
}

.footer-link {
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position:0 100%;
  background-image: linear-gradient(#9ad1c0 0 0);
  transition: background-size .3s,background-position 0s .3s;
  margin-bottom: 6px;
  padding-bottom: 4px;
  letter-spacing: .7px;
}

.footer-link:hover {
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: linear-gradient(#9ad1c0 0 0);
  color: #9ad1c0;
}

.cat-prod-list-item-img {
  width: 100%;
  background-image: url('https://picsum.photos/350');
  background-repeat: no-repeat;
  aspect-ratio: 100/85;
  background-position: center center;
  border-top-right-radius: 40px;
  background-size: cover;
}

.hover-dark-mint:hover {
  background-color: #76cfa8;
}

a.button-green:hover::before {
  background-color: #ffffff;
  right: 34px;
}

a.button-green:hover::after {
  right: 29px;
}

.bif-radius-bl {
  border-bottom-left-radius: 40px;
}

.hover-green-shadow:hover {
  box-shadow:0 3px 20px#9ad1c0 !important;
}

.homepage-cat-image:group-hover {
  background-size: 105%;
}

.homepage-cat-image {
  background-size: 100%;
  transition: background-size .3s ease-in-out;
  background-position: center center;
}

group.homepage-cat-image:hover {
  background-image: url('https://www.big-in-fabric.nl/wp-content/uploads/2023/07/4A25-scaled-247x296.jpg');
}

.before\:bg-BigInFabric-Mint::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

.after\:bg-BigInFabric-Black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:border-BigInFabric-Mint:hover{
  --tw-border-opacity: 1;
  border-color: rgb(154 209 192 / var(--tw-border-opacity));
}

.hover\:bg-BigInFabric-Lightgray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.hover\:bg-BigInFabric-MenuHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.hover\:bg-BigInFabric-Mint:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

.top-menu {
  box-shadow:0 2px 5px rgba(0,0,0,.2);
  position: relative;
}

.top-menu, .top-menu-usp {
  z-index: 20;
}

.top-menu-usp {
  height: 44px;
}

.top-menu.scrolled  {
  position: sticky;
  top: 0;
}

.top-menu .logo-text, .top-menu .logo-icon {
  transition: all .3s ease-in-out;
}

.top-menu .logo-text  {
  opacity: 1;
}

.top-menu .logo-icon  {
  opacity: 0;
  position: absolute;
  top: 0;
}

.top-menu .logo {
  position: relative;
  width: 176px;
}

.top-menu.scrolled .logo-text  {
  opacity: 0;
  max-width: 80px;
}

.top-menu.scrolled .logo-icon  {
  opacity: 1;
  max-width: 80px;
}

.top-menu .input-search-confirm {
  &:hover i {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
}

#ajaxResults {
  position: relative;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  max-height: 40vh;
  overflow: auto;
  opacity: 0;
  box-shadow: 3px 8px 9px -2px rgba(0, 0, 0, .4);
  background: rgba(0, 0, 0, 10);
  background: linear-gradient(rgba(128, 128, 128, 0.19) 0%, rgba(255, 255, 255, 1) 6px);
}

#ajaxResults a {
  width: 100%;
  padding: 3px 10px 7px 7px;
  display: inline-block;
  border-bottom: 1px solid rgba(0,0,0,.04);
  transition: all .15s linear;
  position: relative;
  &:hover span.title {
    color: black;
  }
  &:first-child {
    padding-top: 6px;
  }
  &:last-child {
    border-bottom:0px;
  }
  & span.blog {
    border:1px solid #ffe4c430;
    transition: all .15s linear;
  }
  &.blog:hover {
    background-color: #ffe4c430;
    & span.type {
      border:1px solid #bca18680;
    }
  }
  & span.product {
    border:1px solid #9ad1c0;
    transition: all .15s linear;
  }
  &.product:hover {
    background-color: #9ad1c030;
    & span.type {
      border:1px solid #cbf3e790;
    }
  }
  & span.categorie {
    border:1px solid #add8e630;
    transition: all .15s linear;
  }
  &.categorie:hover {
    background-color: #add8e630;
    & span.type {
      border:1px solid #699cac90;
    }
  }
}

@keyframes ajaxResultFadeInMove {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animate opacity on #ajaxResults a */

#ajaxResults a {
  transition: opacity .6s;
  opacity: 1;
}

#ajaxResults a > * {
  animation: ajaxResultFadeInMove 1s ease;
}

.ajaxSearchNoResults {
  width: 100%;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  transition: all .15s linear;
  font-size: 14.5px;
}

#ajaxResults a span.type {
  color: #333;
  border-radius: 4px;
  padding: 3px;
  width: 75px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  margin-right: 10px;
}

#ajaxResults a span.title {
  color: #333;
  padding: 3px;
  display: inline-block;
  font-size: 14.5px;
}

#ajaxResults a span.type.base-product {
  background-color: #9ad1c0;
  color: #cbf3e7;
}

#ajaxResults a span.type.base-category, 
#ajaxResults a span.type.base-subcategory,
#ajaxResults a span.type.base-products {
  background-color:#add8e6;
  color:#699cac;
}

#ajaxResults a span.type.bif-blog,
#ajaxResults a span.type.bif-blogs {
  background-color:linen;
  color: #bca186;
}

.top-menu .cart-button, .top-menu .account-button, .top-menu .search-button, .top-menu .menu-button {
  display: flex;
  flex-direction: row;
  position: relative;
  border: 3px dashed transparent;
  border-radius: 100%;
  padding: 7px;
  color: #333;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  &:hover {
    border: 3px dashed var(--bif-mint);
    border-color: var(--bif-mint);
    color:var(--bif-mint);
  }
  &:hover .topMenuCartCount {
    background-color: white;
    border-color: var(--bif-mint);
    color: var(--bif-mint);
  }
}

.top-menu .cart-button:hover, .top-menu .search-button:hover {
  cursor: pointer;
}

.top-menu #productenDropdown {
  position: absolute;
  background-color: var(--light-gray);
  margin-top: 0;
  transition: all 0.2s;
  width: 100%;
  max-width: 1470px;
  z-index: 10;
  height: 75vh;
  max-height: 75vh;
  box-shadow:0 3px 20px rgba(84, 84, 84, 0.32);
  border-bottom-left-radius: 25px;
  overflow: hidden;
}

.top-menu #productenDropdown section {
  height: 75vh;
}

.top-menu #productenDropdown ul.dropdownColumns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  max-height: calc(75vh - 72px);
  overflow-x: scroll;
  overflow-y: hidden;
}

.top-menu #productenDropdown .dropdownColumns li {
  text-align: left;
  width: auto;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  min-height: auto;
  height: auto;
}

.top-menu #productenDropdown .dropdownColumns li a {
  display: block;
  padding: 0 5px;
  margin: 0;
  line-height: 24px;
}

@media screen and(min-width:767px) {
  .top-menu .search-button {
    display: none;
  }
}

.top-menu .menu-button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  margin-bottom: 7px;
  margin-left: 10px;
  &:hover {
    border: 0;
    color: var(--bif-mint);
    fill: var(--bif-mint);
  }
  &:hover .fa-bars,
	&:hover i {
    color: var(--bif-mint);
  }
}

.top-menu .menu-button i {
  width: 22px;
  height: 22px;
}

.top-menu .topMenuCartCount {
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: inherit;
  color: #333;
  background-color: #ececec;
  padding:0 0.3rem 0 .3rem;
  border-radius: 0.75rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #ececec;
}

.top-menu .cart-bounce {
  animation: cartBounce 0.5s;
}

@keyframes cartBounce {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
    background-color: var(--bif-mint);
    border-color:var(--bif-mint);
    color:white;
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    background-color: #ececec;
    border-color: #ececec;
    color: #333;
  }
}

/* Accordion Q&A FAQ Repeater field item group */

/*
.accordion-content.open {
  max-height: 1000px;
}

.accordion-content a:link, .accordion-content a:visited {
	color: #111;
	text-decoration: underline;
}


.accordion-content a:hover, .accordion-content a:active {
	color: var(--bif-mint);
	text-decoration: none;
}




.accordion-header.open::after {
  transform: rotate(90deg);
}




.accordion-content.open {
  	max-height: 1000px; 
	transition: all .3s ease-in-out;
}

.accordion-header.open::after {
  transform: rotate(90deg); 
}

.accordion-header::after {
  content: '\f078'; 
  font-family: 'Font Awesome 5 Free'; 
  transition: transform 0.3s ease-out; 
}

*/

/* BLOG */

.frame img {
  border:solid 2px;
  border-bottom-color:#ffe;
  border-left-color:#eed;
  border-right-color:#eed;
  border-top-color:#ccb;
  max-height:330px;
  max-width:100%;
}

.frame {
  background-color:#b2bab7;
  border:solid 4vmin #eee;
  border-bottom-color:#fff;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  display:inline-block;
  padding:3vmin;
  position:relative;
  text-align:center;
}

.frame-title {
  margin-top: 25px;
  font-size: 18px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: lighter;
  color: white;
}

.p-margins p {
  margin-bottom: 25px !important;
}

.FormBuilder * {
  font-family: 'Open sans' sans-serif;
}

.FormBuilder label {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
}

.FormBuilder input, .FormBuilder textarea {
  border: 1px solid #ccc;
  border-radius:10px0 10px0;
  margin-bottom: 25px;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  min-width: 500px;
  max-width: 100%;
  box-shadow: none;
  transition: box-shadow .3s ease-in-out;
}

.FormBuilder input:focus, .FormBuilder textarea:focus {
  outline: none !important;
  box-shadow: 2px 5px 10px rgba(84, 84, 84, 0.15);
  border-color: var(--bif-mint);
}

.FormBuilder .alert {
  font-size: 18px;
  line-height: 28px;
}

.oldPrice {
  padding:0 4px;
  margin-right: 10px;
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

.price {
  font-weight: 700;
  font-size: 22px;
}

#price {
  white-space: nowrap;
}

.priceSup {
  font-size: 12px;
  transform: translateY(-4px);
  display: inline-block;
}

.perEenheid {
  font-size: 14px;
  margin-left: 10px;
}

.bg-BigInFabric-Black i {
  filter: invert(1);
}

/* Multiselect dropdown */

.fs-wrap {
  width: 100%;
  position: relative;
}

.fs-label {
  border: 1px solid #ccc;
  padding: 8px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
}

.fs-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  overflow-y: auto;
  display: none;
  /* z-index: 1000; */
}

.fs-option label {
  width: 100%;
  display: block;
  padding: 8px 10px;
}

.fs-dropdown.open {
  display: block;
}

.fs-option {
  border-bottom: 1px solid #eee;
}

.fs-option:hover {
  background-color: #f0f0f0;
}

.fs-option input {
  margin-right: 10px;
  border-radius: 3px;
  outline: 0;
  --tw-ring-color:none;
}

.fs-option input:focus-visible, .fs-option input:active {
  outline: 0;
  --tw-ring-color:none;
  border:none;
}

/* dual dail range slider */

.range-slider {
  width: 100%;
  position: relative;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-size: 15px;
}

.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #999;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.slider-track {
  position: absolute;
  height: 4px;
  top: 6px;
  background: #ddd;
  width: 100%;
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 4px;
  top: 6px;
  background: var(--bif-mint);
  z-index: 2;
}

.filter-container {
  max-width: 1500px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin-top: -135px;
  transition: margin-top .15s linear;
  /* view-transition-name: filter-menu; */
}

.filter-container.open {
  margin-top: 0;
  /* z-index: 999; */
  position: relative;
}

/* 2. Tell the browser NOT to animate the menu, just let it sit there */

/* ::view-transition-group(filter-menu) {
    animation: none; */

/* Ensure it stays above the transition root layer */

/* z-index: 10000; 
} */

/* 3. Force the global transition layer to stay back */

/* ::view-transition {
    z-index: 1 !important;
} */

.filter-section {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 15px;
  & label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* CART */

#cartPage .cart-items {
  position: relative;
  overflow-y: scroll;
}

#cartPage .cart-item {
  position: relative;
}

#checkoutBreadcrumbs .checkoutStep {
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  & span {
    transition: background-color .2s linear, color .2s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    border-radius: 100%;
    background-color: var(--bif-mint);
    color: #fff;
  }
  & a {
    transition: color .2s linear;
    display: flex;
    align-items: center;
  }
  margin-right: 20px;
}

#checkoutBreadcrumbs .checkoutStep:not(.active) {
  color: #9ca3af;
  font-weight: 500;
  & span {
    background-color: #9ca3af;
    color: white;
    display: flex;
    align-items: center;
  }
}

#checkoutBreadcrumbs .checkoutStep.active {
  color: #333;
  font-weight: 700;
  & span {
    background-color: var(--bif-mint);
    color: white;
  }
}

#cartPage .cart-item .product-remove a {
  position: absolute;
  right: -10px;
  background-color: white;
  top: -10px;
  color: black;
  border: none;
  font-size: 18px !important;
  font-weight: 400;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  z-index: 2;
  text-align: center;
  line-height: 23px;
  transition: all .15s linear;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.06);
  &:hover {
    background-color: red;
    color: white;
  }
}

#cartPage .cart-item .product-thumbnail a img {
  max-height:150px;
  aspect-ratio: 1;
}

#cartPage .cart-item .product-name {
  line-height: 24px;
}

#cartPage .cart-item .product-title {
  font-size: 17px;
  color:black;
  font-weight: bold;
}

#cartPage .cart-item .product-price {
  color: #111;
  font-weight: 500;
  white-space: nowrap;
}

#cartPage .cart-item .product-quantity {
  background-color: white;
  border-radius:0 10px;
}

#cartPage .cart-item .quantity input[type=button] {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
  text-transform: none;
  background-color: #9ad1c0;
  border-bottom-left-radius: 15px;
  color: #aaa;
  height: 40px;
  padding-top:0;
  text-shadow: none;
  padding:5px 15px;
  background-color: #fff;
  border: 0;
  box-shadow: unset;
  &:hover {
    background-color: var(--bif-mint);
    color: white;
  }
}

#cartPage .cart-item .quantity input.minus {
  border-bottom-left-radius:10px;
}

#cartPage .cart-item .quantity input.plus {
  border-bottom-left-radius: 0;
  border-top-right-radius:10px;
}

#cartPage .cart-item .quantity .qty, #cartPage input.cartPageAmount {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0;
  font-size: 1em;
  max-width: 2.5em;
  text-align: center;
  width: 2.5em;
}

#cartPage .cart-item .quantity .qty::-webkit-outer-spin-button, #cartPage .cart-item .quantity .qty::-webkit-inner-spin-button, 
#cartPage input.cartPageAmount .qty::-webkit-outer-spin-button, #cartPage input.cartPageAmount::-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 */
}

#cartPage .cart-item .price {
  font-size: 17px !important;
}

/* Customer details */

#checkout-details-form .inputHolder {
  position: relative;
}

#checkout-details-form .inputHolder input[type="text"],
#checkout-details-form .inputHolder input[type="email"],
#checkout-details-form .inputHolder textarea {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 10px 0 10px 0;
  padding: 20px 20px 5px 20px;
  line-height: 35px;
}

#checkout-details-form .checkboxHolder input[type="checkbox"] {
  padding: 15px;
  border-radius: 10px 0 10px 0;
  border: 0;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

#checkout-details-form .inputHolder label {
  position: absolute;
  top: 5px;
  left: calc(1.25rem);
  font-size: 13px;
  color: var(--colors-colorSubtext);
  pointer-events: none;
  touch-action: manipulation;
  cursor: text;
  transition: transform 0.15s ease-in-out, 
	width 0.15s ease-in-out, 
	opacity 0.15s ease-in-out,
	color 0.15s linear;
  transform-origin: left bottom;
  transform: translate(0px, 16px) scale(1.16667);
}

#checkout-details-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* When input inside .inputHolder is focused OR has content, transform the sibling label */

/* Use :not(:placeholder-shown) for non-empty detection; and restrict :valid to required fields only */

#checkout-details-form .inputHolder input:not([required]):not(:-moz-placeholder-shown) ~ label, #checkout-details-form .inputHolder textarea:not([required]):not(:-moz-placeholder-shown) ~ label {
  transform: none;
}

#checkout-details-form .inputHolder input:focus ~ label,
#checkout-details-form .inputHolder input[required]:focus ~ label,
#checkout-details-form .inputHolder textarea:focus-visible ~ label,
#checkout-details-form .inputHolder input[required]:valid ~ label,
#checkout-details-form .inputHolder input:not([required]):not(:placeholder-shown) ~ label,
#checkout-details-form .inputHolder textarea:not([required]):not(:placeholder-shown) ~ label {
  transform: none;
}

#checkout-details-form .inputHolder:has(input:not(:-moz-placeholder-shown):invalid) label {
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  color: red !important;
  transform: none;
}

#checkout-details-form .inputHolder:has(input:not(:placeholder-shown):invalid) label {
  transition: all .15s linear;
  color: red !important;
  transform: none;
}

#checkout-details-form .inputHolder:has(input:not(:-moz-placeholder-shown):valid) label:before {
  content: ' ';
  background-image: url("../icons/solid/check.svg");
  position: relative;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  color: green;
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
  filter: invert(89%) sepia(14%) saturate(589%) hue-rotate(108deg) brightness(90%) contrast(85%);
}

#checkout-details-form .inputHolder:has(input:not(:placeholder-shown):valid) label:before {
  content: ' ';
  background-image: url("../icons/solid/check.svg");
  position: relative;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  color: green;
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
  filter: invert(89%) sepia(14%) saturate(589%) hue-rotate(108deg) brightness(90%) contrast(85%);
}

#checkout-details-form .inputHolder input:focus,
#checkout-details-form .inputHolder textarea:focus,
#checkout-details-form .inputHolder select:focus
{
  box-shadow: 0px 3px 20px #9ad1c060;
  outline: none;
}

.loader_icon {
  width: 35px;
  height: 35px;
  left: calc(50% - 20px);
  margin-top:10px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #dedede;
  position: sticky;
  animation:
	  l20-1 0.8s infinite linear alternate,
	  l20-2 1.6s infinite linear;
}

@keyframes l20-1{
  0%    {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )
  }

  12.5% {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )
  }

  25%   {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )
  }

  50%   {
    clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )
  }

  62.5% {
    clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )
  }

  75%   {
    clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )
  }

  100%  {
    clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )
  }
}

@keyframes l20-2{
  0%    {
    transform:scaleY(1)  rotate(0deg)
  }

  49.99%{
    transform:scaleY(1)  rotate(135deg)
  }

  50%   {
    transform:scaleY(-1) rotate(0deg)
  }

  100%  {
    transform:scaleY(-1) rotate(-135deg)
  }
}

/* edit page button */

#adminTools {
  position:fixed;
  right:165px;
  bottom:0px;
  width:50px;
  text-align:center;
  z-index: 10;
}

#adminTools .copyUrl {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding: 13px 18px;
  background-color: lavender;
  border-radius: 8px 8px 0 0;
  color: white;
  -webkit-text-fill-color: white;
  transition: background .15s, color .15s, -webkit-text-fill-color .15s, filter .15s;
  box-shadow: 2px 4px 1px 1px rgba(0,0,0,.4);
  &:hover {
    background-color: #9ad1c0;
  }
}

#adminTools .editPage {
  position:fixed;
  right:95px;
  bottom:0px;
  width:50px;
  text-align:center;
  box-shadow: 2px 4px 1px 1px rgba(0,0,0,.4);
  width: -moz-min-content;
  width: min-content;
  background-color: beige;
  display: block;
  padding: 14px 30px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all .15s linear;
  &:hover {
    background-color: #9ad1c0;
    /* color: white; */
  }
}

@media screen and(max-width: 767px) {
  .top-menu .search-button {
    display: inline-block !important;
  }
}

/* SIDECART */

.cart-underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent black */
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.cart-underlay.show {
  animation: showCartOverlay .3s forwards;
}

/* Keyframes for fade-in */

@keyframes showCartOverlay {
  0% {
    opacity: 0;
    z-index: -1;
  }

  1% {
    z-index: 50;
    /* Bring it to the foreground almost immediately */
  }

  100% {
    opacity: 1;
    z-index: 50;
  }
}

.cart-underlay.hide {
  animation: hideCartOverlay .3s forwards;
}

/* Keyframes for fade-in */

@keyframes hideCartOverlay {
  0% {
    opacity: 1;
    z-index: 50;
  }

  99% {
    z-index: 50;
    /* Bring it to the foreground almost immediately */
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

.offcanvas-cart {
  position: fixed;
  top: 0;
  right: -450px;
  /* Hidden by default */
  width: 450px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: right .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas-cart.open {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  font-weight: 600;
}

.cart-header h2 {
  margin: 0;
}

.close-cart {
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  font-weight: 200;
  color: #aaa;
  transition: all .2s;
}

.close-cart:hover {
  color: #333;
}

.offcanvas-cart .cart-items {
  position: absolute;
  top: 75px;
  bottom: 75px;
  overflow:scroll;
}

.offcanvas-cart .cart-items-content {
  overflow-y: scroll;
  max-height: 76.5vh;
  padding: 0 5px;
}

.offcanvas-cart .cart-items .products-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: 300;
  letter-spacing: 2px;
  text-rendering: optimizelegibility;
  padding: 15px;
}

/* Cart Items Styling */

.offcanvas-cart .cart-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  gap: 15px;
}

.offcanvas-cart .cart-item:last-child {
  border-bottom: none;
}

.offcanvas-cart .cart-item-image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  flex-shrink: 0;
  background-origin: content-box;
  position:relative;
}

.offcanvas-cart .cart-item-image::after {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #ccc;
  top: -4px;
  left: -4px;
  border-radius: 4px;
}

.offcanvas-cart .cart-item-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  min-width: 0;
  /* Allow text to wrap */
  align-items: center;
}

.offcanvas-cart .cart-item-header {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 2px;
  align-content: flex-start;
  && span {
    text-align: left;
    line-height: 22px;
    font-weight: 300;
    color: #333;
    && b {
      font-weight:400;
    }
  }
}

.offcanvas-cart .cart-item-amount {
  font-weight: 600;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
  font-weight:normal;
  min-width:40px;
  text-align: left;
  display: inline-block;
}

.offcanvas-cart .cart-item-title {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  flex: 1;
  text-align:left;
  font-weight:bold;
}

.offcanvas-cart .cart-item-link {
  text-decoration: none;
  color: #333;
}

.offcanvas-cart .cart-item-link:hover {
  color: var(--bif-mint);
  text-decoration: none;
}

.offcanvas-cart .cart-item-price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 4px;
  text-align:left;
}

.offcanvas-cart .cart-item-remove {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.offcanvas-cart .cart-item-remove:hover {
  background-color: red;
  color: white;
  transform: scale(1.1);
}

.cart-footer {
  padding: 16px;
  border-top: 1px solid #ddd;
  width: 100%;
}

.checkout-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.checkout-btn:hover {
  background-color: #0056b3;
}

/* === Reviews Styling === */

.reviews-title {
  background-color: #237abf;
  display: inline-block;
  padding: 10px 27px;
  vertical-align: top;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0px 0 20px 0;
  position: relative;
}

#reviews-carousel {
  position: relative;
}

.reviews::before, .reviews::after {
  content:'';
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: inset 4px 0px 5px -6px #00000087;
}

.reviews::after {
  left: auto;
  right: 0;
  box-shadow: inset -4px 0px 5px -6px #00000087;
}

.review {
  background: #fff;
  padding: 28px 22px 22px 22px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 3px 20px rgba(84, 84, 84, 0.32);
  border-radius: 0px 20px;
}

.review .name {
  font-weight: 700;
  font-size: 1.1em;
  color: #222;
  margin-bottom: 5px;
}

.review .date {
  font-size: 0.95em;
  color: #999;
  margin-bottom: 12px;
}

.review .rating {
  color: #e78411;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 12px;
}

.review .snippet {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .reviews {
    gap: 20px;
  }

  .review {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
    gap: 16px;
  }

  .review {
    padding: 18px 12px 14px 12px;
    font-size: 0.98em;
  }
}

/* === Review Stars Styling === */

.stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  align-items: center;
}

.stars .text-rating {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 6px;
}

.stars .star {
  font-size: 1em;
  color: #e0e0e0;
  transition: color 0.2s;
  line-height: 1;
}

.stars .star.filled {
  color: var(--orange);
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.read-more, .read-less {
  position: relative;
  width: 100%;
  text-align: center;
  background: white;
  display: block;
  font-size: 18px;
  font-family: math;
  height: 20px;
  color: #777;
  &:hover {
    color: var(--orange);
  }
}

.hover\:text-mint:hover {
  color: var(--bif-mint);
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:right-10::before {
  content: var(--tw-content);
  right: 2.5rem;
}

.before\:top-5::before {
  content: var(--tw-content);
  top: 1.25rem;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-9::after {
  content: var(--tw-content);
  right: 2.25rem;
}

.after\:top-5::after {
  content: var(--tw-content);
  top: 1.25rem;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

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

.hover\:bg-bif-mint:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 209 192 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-bif-mint:hover {
  --tw-text-opacity: 1;
  color: rgb(154 209 192 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-mint:hover {
  color: var(--bif-mint);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:decoration-white:hover {
  text-decoration-color: #fff;
}

.hover\:decoration-solid:hover {
  text-decoration-style: solid;
}

.hover\:decoration-2:hover {
  text-decoration-thickness: 2px;
}

.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bg-bif-down:hover {
  background-color: #72b39f;
}

.focus\:shadow-bif-mint:focus {
  --tw-shadow-color: #9ad1c0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:shadow-bif-mint:focus {
  box-shadow: 0px 3px 20px rgb(154 209 192 / 0.5);;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 0.75rem;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:flex-row {
  flex-direction: row;
}

@media (min-width: 640px) {
  .sm\:visible {
    visibility: visible;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

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

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:h-24 {
    height: 6rem;
  }

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

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

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

  .lg\:w-full {
    width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

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

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

@media (min-width: 1536px) {
  .\32xl\:overflow-hidden {
    overflow: hidden;
  }
}
