/*
Theme Name:   Fonto Fizz
Description:  Fonto Fizz
Author:       Aleksander Makowski

Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  fontofizz
*/

/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-4 {
  bottom: 1rem;
}

.left-\[50vw\] {
  left: 50vw;
}

.top-0 {
  top: 0px;
}

.top-\[-17vh\] {
  top: -17vh;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-auto {
  grid-column: auto;
}

.m-auto {
  margin: auto;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-1\/2 {
  width: 50%;
}

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

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

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

.w-3\/4 {
  width: 75%;
}

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

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

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

.w-\[40\%\] {
  width: 40%;
}

.w-\[5vh\] {
  width: 5vh;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.grow {
  flex-grow: 1;
}

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

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 60s linear infinite;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[18vh\] {
  row-gap: 18vh;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-\[\#FFE703\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 231 3 / var(--tw-border-opacity));
}

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

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

.bg-\[\#FFE703\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 3 / var(--tw-bg-opacity));
}

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

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.p-10 {
  padding: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.py-\[4vh\] {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[10vh\] {
  padding-bottom: 10vh;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

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

.\!text-\[\.9rem\] {
  font-size: .9rem !important;
}

.\!text-\[1\.5rem\] {
  font-size: 1.5rem !important;
}

.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-\[\.9rem\] {
  font-size: .9rem;
}

.text-\[2\.8rem\] {
  font-size: 2.8rem;
}

.text-\[24px\] {
  font-size: 24px;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-\[24px\] {
  line-height: 24px !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[\.9rem\] {
  line-height: .9rem;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[2\.8rem\] {
  line-height: 2.8rem;
}

.text-\[\#FFE703\] {
  --tw-text-opacity: 1;
  color: rgb(255 231 3 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

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

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

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

@font-face {
  font-family: 'gramatikaregular';

  src: url('font/Gramatika-Regular.woff2') format('woff2'),
         url('font/Gramatika-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

$yellow: #FFE703;

body {
  background-color: #000 !important;
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

#footer-sitemap {
  a:visited {
    color: $yellow !important;
  }
}

.woocommerce-product-gallery__image.flex-active-slide {
  max-height: 800px;
}

.woocommerce-product-gallery--with-images
 {
  max-width: 800px !important;
}

.woocommerce-product-gallery {
  position: relative !important;
}

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

.flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  pointer-events: none;
  li {
    background: black;
    color: $yellow;
    padding: 5px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    border: 1px solid $yellow;
    transition: all 0.5s;
    &:hover {
      background: $yellow;
      border: 1px solid black;
      color: black;
    }
  }
  a.flex-prev,
  a.flex-next {
    font-size: 0;
    pointer-events: auto;
  }
  a.flex-prev::before {
    content: '←';
    font-size: 2rem;
    position: relative;
    top: 5px;
  }
  a.flex-next::before {
    content: '→';
    font-size: 2rem;
    position: relative;
    top: 5px;
  }
}

.category-filter {
  font-size: 1.5rem !important;
}

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

.button {
  text-rendering:optimizeLegibility;
}

.rotate {
  display: inline-block;
  animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#page * {
  font-family: 'gramatikaregular', sans-serif !important;
  letter-spacing: unset !important;
  //background-color: black !important;
}

a {
  transition: all 0.3s;
  //border-bottom: 1px solid rgba($color: #000000, $alpha:0);
  &:hover {
    transition: all 0.3s;
    //opacity: 0.5;
    //border-bottom: 1px solid black;
  }
}

.content-wrapper {
  margin-bottom: unset !important;
  margin-top: -37px !important;
  section:first-of-type {
    position: relative;
    padding-top: calc(-64)px;
  }
}

.woocommerce-cart .content-wrapper, .woocommerce-checkout .content-wrapper{
  background:$yellow !important;
}

.container {
  padding-right: 0;
  padding-left: 0;
  max-width: unset !important;
}

section {
  padding-right: 0px;
  padding-left: 0px;
  width: 100vw;
}

#products {
  width: 100vw;
}

.text-column {
  padding-right: 300px;
  padding-left: 300px;
}

.home .product, .archive .product {
  transition: all .5s ease;
  &:hover {
    transform: translateY(10px);
    transform:  scale(1.05);
    transition: all .5s ease;
  }
}

.row {
  margin-right: unset;
  margin-left: unset;
}

.site-main {
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-main.no-sidebar, .no-sidebar .site-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
}

.columns-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  /* Adjust gap between columns as needed */
}

.single_add_to_cart_button::after {
  content: '';
  /* Replace with the correct code point in hexadecimal */
  font-family: 'gramatikaregular' !important;
  margin-left: 8px;
  /* Adjust spacing as needed */
}

.single-product {
  .botiga-single-addtocart-wrapper {
    width: 100% !important;
  }
  form.cart .quantity {
    height: 60px !important;
    max-width: 100% !important;
    border-radius: 100px !important;
  }
  @media (min-width: 1025px) {
    form.cart .quantity {
      height: 60px !important;
      max-width: 100% !important;
      border-radius: 100px !important;
    }
  }
  button.single_add_to_cart_button.button.alt {
    width: 100% !important;
    margin-top: 10px !important;
    height: 60px !important;
    border: 1px !important;
  }
}

/* ABOUT */

.page-template-template-about {
  background: black !important;
}

/*COLUMNS*/

.left, .right, .single-column {
  padding-bottom: 10vh;
  padding-top: 10vh;
}

/*CHECKOUT*/

.wc-block-components-title.wc-block-components-title {
  font-size: 2rem !important;
  text-transform: uppercase;
}

.wc-block-components-checkout-step__description {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/*Menu*/

.site-branding {
  display: flex;
}

.custom-logo {
  height: 25px !important;
}

@media (min-width: 992px) {
  .bhfb-main_header_row {
    min-height: unset;
    height: 64px;
  }
}

.bhfb-header, .bhfb-main_header_row {
  background-color: $yellow;
  border-bottom: unset !important;
  transition: unset;
  webkit-transition: unset;
  .container-fluid {
    border-bottom: 1px solid black;
  }
}

.bhfb-footer, .bhfb-below_footer_row {
  background-color: black;
  min-height: unset;
  padding-top: 10px;
  color: $yellow !important;
  padding-bottom: 10px;
  h4 {
    color: $yellow;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h4 {
    line-height: 1.25rem;
  }
  @media (max-width: 1025px) {
     {
      h4 {
        line-height: 1.45rem;
      }
    }
  }
  @media (max-width: 1025px) {
     {
      h4 {
        line-height: 1.45rem;
      }
    }
  }
}

.bhfb .main-navigation a.botiga-dropdown-link {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media (max-width: 1025px) {
   {
    .bhfb .main-navigation a.botiga-dropdown-link {
      line-height: 1.45rem;
    }
    .bhfb .main-navigation a.botiga-dropdown-link {
      line-height: 1.45rem;
    }
  }
}

/* Cart */

.bhfb-component-woo_icons .site-header-cart .count-number, .bhfb-component-woo_icons .header-wishlist-icon .count-number {
  border-color: black;
  background-color: $yellow;
  color: black;
}

#footer-contact {
  //min-height: 95vh;
  background: black;
  color: $yellow;
  form {
    background: $yellow;
    width:-moz-max-content;
    width:max-content
  }
  form {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  form {
    input {
      background: $yellow;
      color: black !important;
      padding: none;
      margin: none;
      border: 0;
      &::-moz-placeholder {
        color: black;
      }
      &::placeholder {
        color: black;
      }
      &::-moz-placeholder {
        text-transform: uppercase;
      }
      &::placeholder {
        text-transform: uppercase;
      }
    }
    input[type=submit] {
      border-radius: 0;
      padding: none;
      margin: none;
      border: 0;
    }
    input[type=submit] {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
}

section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

h1,h2,h3,h4,h5 {
  color: inherit;
}

.back-to-top {
  background-color: $yellow;
  border-color: black;
  border: 1px solid black !important;
  svg {
    stroke: black !important;
  }
}

#marquee {
  background: $yellow;
  span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.sticker-container {
  position: relative;
  //height: auto;
  //width: 315px;
  /* Adjust as needed */
  z-index: 10;
  transition: all 0.5s ease;
  /* Smooth transition */
}

.sticker-container2 {
  position: sticky;
  height: auto;
  top: 30vh;
  /* Adjust as needed */
  width: 500px;
  /* Adjust as needed */
  left: 20vh;
  z-index: 10;
  transition: top 0.5s ease;
  /* Smooth transition */
}

.sticker {
  width: 315px;
  /* Adjust as needed */
  height: auto;
}

.sticker2 {
  width: 600px;
  height: auto;
}

#rotating-hero-image {
  position: absolute;
  top: 42vh;
  right: -7vh;
  height: 20%;
}

@media (min-width: 768px) {
  #rotating-hero-image {
    top: 2vh;
    left: -25vh;
    height: 25%;
  }
}

#about {
  min-height: 100vh;
  .button {
    text-transform: uppercase;
  }
  .button {
    background: black;
    color: $yellow
  }
  .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .button {
    border: 1px solid black;
    &:hover {
      background: $yellow;
      color: black;
    }
  }
}

#shop-link {
  min-height: 100vh;
  background: black;
  color: $yellow;
  .button {
    text-transform: uppercase;
  }
  .button {
    background: $yellow;
    color: black
  }
  .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .button {
    border: 1px solid black;
    &:hover {
      background: black;
      color: $yellow;
      border-color: $yellow;
    }
  }
}

.loop-image-wrap {
  img {
    width: 100%;
    height: auto;
  }
}

.loop-button-wrap a {
  border-radius: 100px !important;
  text-transform: uppercase !important;
  line-height: 2rem;
}

.add_to_cart_button {
  text-transform: unset !important;
  width: -moz-max-content;
  width: max-content;
}

.button {
  padding: 0.5rem 2rem !important;
}

.black {
  background-color: black;
  color: $yellow !important;
  .price {
    color: black !important;
  }
  .button {
    text-transform: uppercase;
  }
  .button {
    background: $yellow !important;
    color: black !important;
    border: 1px solid black;
    &:hover {
      background: black !important;
      color: $yellow !important;
      border-color: $yellow;
    }
  }
}

.yellow {
  background-color: $yellow;
  color: black;
  .button {
    text-transform: uppercase;
  }
  .button {
    background: black;
    color: $yellow;
    border: 1px solid black;
    &:hover {
      background: $yellow;
      color: black;
    }
  }
}

section {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media (max-width: 1025px) {
   {
    section {
      line-height: 1.45rem;
    }
    section {
      line-height: 1.45rem;
    }
  }
}

.content-wrapper {
  margin-top: 0px;
}

/*SHOP*/

.woocommerce-notices-wrapper+.products {
  margin-top: unset;
}

.archive {
  .content-wrapper {
    margin-bottom: 0px;
  }
}

/* ANIMATION */

.c-scroll-rotate {
  transform: rotate(1turn) !important;
  transition: transform 3s cubic-bezier(.38,.005,.215,1);
}

/* SINGLE PRODUCT */

/*Footer*/

.archive, .single-product  {
  #go-to-shop-button {
    display: none;
  }
}

/* CART */

.woocommerce-cart, .woocommerce-checkout {
  #shop-link {
    display: none;
  }
}

tr.wc-block-cart-items__header span {
  font-size: 1.5rem !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 36px 16px 36px 0px !important;
}

a.wc-block-components-product-name {
  font-size: 1.5rem;
  line-height: 2rem;
}

.wc-block-components-product-metadata__description {
  font-size: 1rem;
  line-height: 1.75rem;
}

.botiga-quantity-minus, .botiga-quantity-plus, .botiga-single-addtocart-wrapper input, .botiga-single-addtocart-wrapper .quantity {
  color: $yellow !important;
  border-color: $yellow !important;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
  border-radius: 0;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-radius: 0;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1 !important;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 1.5rem !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  border: 1px solid black;
}

.wc-block-components-totals-coupon.wc-block-components-panel button {
  background: none;
  color: black;
}

button.wc-block-cart-item__remove-link {
  font-size: 1rem !important;
}

button#wc-block-components-totals-shipping__change-address__link {
  color: black;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  font-size: 1.5rem;
}

.wp-block-woocommerce-cart-order-summary-totals-block span {
  font-size: 1.25rem;
}

.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  font-size: 1rem;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  background: white;
}

.wc-block-components-quantity-selector {
  border-radius: 100px !important;
  //background: white!important;
  border: 1px solid;
}

.wc-block-cart__submit-container {
  width: -moz-fit-content;
  width: fit-content;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  border: solid 1px black;
  background: $yellow;
  transition: all 0.5s;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border: solid 1px black;
  transition: all 0.5s;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid black;
  border-radius: 0;
}

.products {
  opacity: 1;
  transition: opacity 150ms ease !important;
}

.products.fade-out {
  opacity: 0;
}

.products.fade-in {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}

button.wc-block-components-address-form__address_2-toggle {
  background: none;
  color: black;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid black !important;
  border-radius: 0px !important;
}

td.wc-block-cart-item__product {
  width: 400px;
}

th.wc-block-cart-items__header-image {
  text-align: left;
}

a.wc-block-components-product-name {
  font-size: 3rem;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  font-size: 2rem;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus, button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus  {
  border-radius: 100px;
  background: none !important;
  color: black !important;
}

.wc-block-components-quantity-selector {
  font-size: 1.2rem !important;
  border-width: 2px;
}

li.products {
  padding: 0 !important;
}

.btn-yellow {
  text-transform: uppercase !important;
  background: $yellow !important;
  color: black !important;
  font-size: 1.25rem;
  line-height: 1.25rem
}

@media (max-width: 1025px) {
   {
    .btn-yellow {
      line-height: 1.45rem;
    }
    .btn-yellow {
      line-height: 1.45rem;
    }
  }
}

.btn-yellow {
  border: 1px solid black;
  border-radius: 100px;
  &:hover {
    background: black !important;
    color: $yellow !important;
  }
}

#menu-footer-menu {
  a  {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: $yellow;
  }
}

/* PRODUCT OVERLAY */

.overlay-image {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s;
}

.added_to_cart {
  display: none;
}

li.product {
  padding: unset !important;
  overflow: hidden;
}

.product:hover {
  cursor: pointer;
  .overlay-image {
    opacity: 1;
    transition: all 0.3s;
  }
}

.product-content {
  padding: 30px;
}

.add_to_cart_button {
  position: relative !important;
  z-index: 100;
}

.wc-block-components-text-input input

{
  border-radius: 0px !important;
}

.wc-block-components-combobox-control {
  border-radius: 0px !important;
}

input#components-form-token-input-0 {
  border-radius: 0px !important;
}

.small-rotating-image {
  display: block;
}

@media (min-width: 768px) {
  .small-rotating-image {
    display: none;
  }
}

/* ROTATOR */

/* Style for word containers to maintain natural word wrapping */

.word-container {
  display: inline;
  /* Allow natural text wrapping for words */
}

/* Style for the individual letter spans */

.rotating-text span {
  display: inline-block;
  transition: transform 0.3s ease;
  /* Smooth transition for rotation */
}

/* Ensure each letter span is inline-block to allow rotation and translation */

.rotating-letter {
  display: inline-block;
  transform: rotate(var(--rotation)) translateY(0px);
  /* Initial rotation and no translation */
  transition: transform 0.3s ease;
  /* Smooth transition for rotation and translation */
}

/* On hover, apply both new random rotation and Y translation */

.rotating-text:hover .rotating-letter {
  transform: rotate(var(--new-rotation)) translateY(var(--translate-y));
  /* Rotate and translate vertically */
  transition: transform 0.3s ease;
  /* Smooth transition for the new rotation and translation */
}

.rotating-text:hover .word-container {
  //transform: scale(1.1);
  /* Rotate and scale up each word slightly */
  transition: transform 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
}

.archive .content-wrapper, .single-product .content-wrapper{
  background-color: $yellow;
}

.single-product {
  a.wc-forward:not(.checkout-button) {
    color: $yellow;
    opacity: 0;
  }
}

input[type=text]:focus {
  box-shadow: unset !important;
}

input[type=text] {
  box-shadow: unset !important;
  border: unset !important;
}

button.single_add_to_cart_button.button.alt {
  border-radius: 100px;
}

.single-product.no-single-breadcrumbs .woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: unset !important;
  margin-top: unset !important;
}

.single-product .woocommerce-notices-wrapper {
  margin-bottom: unset !important;
  border-bottom: 1px black solid;
}

.single_add_to_cart_button.added:after {
  content: '';
  /* Replace with the correct code point in hexadecimal */
  font-family: 'gramatikaregular' !important;
  margin-left: 8px;
  /* Adjust spacing as needed */
  position: relative;
  top: 1px;
  margin-left: .5em;
  line-height: 1em;
  display: inline-block;
  width: auto;
  height: auto;
}

.added_to_cart .wc-forward {
  display: none !important;
}

.woocommerce-message {
  padding-right: 40px;
  padding-left: 40px;
  a {
    margin-left: 10px;
  }
}

#rotating-logo {
  display: block;
}

a.button, .button, .checkout-button, .wp-block-button__link, .wc-block-components-button, ul.products li.product .button, .wpforms-block:not(.wpforms-render-modern) .wpforms-submit, .widget_product_search button, .search-submit, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid !important;
}

.list-revert {
  ol {
    list-style: decimal;
    left: 15px;
    position: relative;
  }
  ul {
    list-style: disc;
    position: relative;
    li {
      padding-bottom: 2px !important;
    }
  }
}

/*ROZMIAR SELECT*/

table.variations {
  margin: 0 !important;
  text-align: center !important;
  select {
    background: black;
    border: 2px solid;
    border-radius: 100px;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    /* for modern browsers */
    width: 100%;
    /* optional: makes it stretch to the cell width */
    display: block;
    /* to make centering more consistent */
    margin: 0 auto;
    /* horizontal centering if you use fixed width */
    &:focus {
      border-color: $yellow;
      color: $yellow;
    }
  }
  option {
    text-align: center;
  }
}

td.value {
  text-transform: uppercase;
}

/*MOBILE*/

.bhfb.bhfb-mobile_offcanvas.botiga-offcanvas-menu.toggled {
  background: $yellow;
}

.mobile-offcanvas-menu-content {
  .botiga-dropdown-link {
    font-size: 3rem !important;
    line-height: 4rem;
  }
}

header.bhfb.bhfb-header.bhfb-mobile {
  position: fixed;
  z-index: 999;
  .bhfb-main_header_row {
    min-height: 64px !important;
  }
}

@media (max-width: 2100px) {
  .text-column {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 1025px) {
  .container.content-wrapper {
    padding-top: 3rem;
  }

  #kubus {
    background-image: url(https://fonto.urlop.studio/wp-content/uploads/2025/07/Kubus-mobile.png) !important;
    background-position: center center !important;
    height: 50vh;
    overflow: hidden !important;
    position: relative;
    top: -1px;
  }

  .category-filter {
    padding: 0.5rem 1.5rem !important
  }

  #poznaj {
    height: 120vh;
    background-size: 100% !important;
  }

  #puszki {
    padding-top: 0;
    padding-bottom: 0;
    .flex.flex-col.gap-y-6 {
      row-gap: 0 !important;
    }
  }

  #kolo {
    padding-bottom: 5vh;
  }

  #puszki, #kolo {
    .image {
      aspect-ratio: 1;
      height: unset !important;
    }
    gap: 0.9rem !important;
  }

  div#napoje {
    padding-bottom: 0;
  }

  #dosklepu  {
    padding-bottom: 0vh !important;
    padding-top: 3vh !important;
  }

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

  .left, .right, .single-column {
    padding-bottom: 5vh;
    padding-top: 5vh;
  }

  .text-5xl {
    font-size: 3rem;
    line-height: 1.1 !important;
  }

  #intro, #about-intro {
    padding-top: 12vh;
  }

  #about-intro {
    grid-gap: 5rem;
  }

  #wlepa {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .archive {
    ul.products li.product {
      padding: 10px;
      overflow: hidden;
      .loop-button-wrap {
        display: none;
      }
      .add_to_cart_button {
        transform: scale(1);
        //font-size: .8rem !important;
        display: none;
      }
    }
  }

  body {
    overflow-x: hidden !important;
    width: 100vw;
  }

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

  section {
    width: 100vw;
    overflow-x: visible !important;
  }

  #products {
    overflow-x: scroll !important;
    background: $yellow !important;
    &::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for a cleaner look */
    }
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper {
    margin-top: 0 !important;
  }

  section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-column, .wordpress-cart .content-wrapper, .wordpress-checkout .content-wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  div#footer-sitemap {
    padding-right: unset;
    padding-left: unset;
  }

  .woocommerce-cart, .woocommerce-checkout {
    .content-wrapper {
      padding-left: 40px;
      padding-right: 40px;
    }
    .content-wrapper {
      overflow-x: hidden !important;
      width: 100vw;
    }
    background: $yellow !important;
  }

  .woocommerce-cart {
    .wc-block-components-product-metadata, .wc-block-cart-items__header-total, .wc-block-components-product-price, .wp-block-woocommerce-cart-order-summary-coupon-form-block {
      display: none;
    }
    .wc-block-cart__submit-button {
      text-transform: uppercase !important;
      background: black;
      color: $yellow
    }
    .wc-block-cart__submit-button {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .wc-block-cart__submit-button {
      line-height: 1.25rem;
    }
    @media (max-width: 1025px) {
       {
        .wc-block-cart__submit-button {
          line-height: 1.45rem;
        }
      }
    }
    @media (max-width: 1025px) {
       {
        .wc-block-cart__submit-button {
          line-height: 1.45rem;
        }
      }
    }
    .wc-block-cart__submit-button {
      border: 1px solid black;
      border-radius: 100px;
      &:hover {
        background: $yellow;
        color: black;
      }
    }
    a.wc-block-components-product-name {
      font-size: 1.5rem;
    }
  }

  #primary {
    padding-top: 5vh !important;
  }

  .archive .main-row {
    padding-top: 5vh !important;
  }

  .home #primary {
    padding-top: 0 !important;
  }

  #rotating-logo {
    display: none;
  }

  #footer-sitemap {
    ul li {
      padding-bottom: 1px;
    }
    .text-xl {
      line-height: 1.45rem;
    }
  }

  #footer-contact {
    background-position: top !important;
    background-size: 355% !important;
    input[type=text] {
      border-radius: 0;
      padding: none;
      margin: none;
      border: 0;
      font-size: 20px;
      width: 150px;
    }
    input[type=submit] {
      border-radius: 0;
      padding: none;
      margin: none;
      border: 0;
      font-size: 10px;
    }
  }
}

.home {
  #primary {
    background: black !important;
  }
}

/* General grid setup for desktop */

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 400px);
  /* 4 columns, each 200px wide */
  grid-gap: 16px;
  /* Space between columns */
}

/* Make grid horizontally scrollable on mobile */

@media (max-width: 767px) {
  /* Adjust breakpoint if needed */

  .grid-container {
    display: grid;
    transform: scale(1);
    grid-template-columns: repeat(4, 275px) !important;
    /* Same fixed column width */
    grid-gap: 16px;
    overflow-x: scroll !important;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent wrapping */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on mobile */
  }

  .grid-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for a cleaner look */
  }

  a.button.product_type_simple {
    display: none !important;
  }

  .category-filter {
    font-size: 0.9rem !important;
  }

  .category-buttons {
    gap: 0.2rem !important;
  }

  #single-product .content-wrapper section:first-of-type {
    position: relative;
    padding-top: 64px;
    top: -20px !important;
  }

  .home .product, .archive .product {
    transition: all .5s ease;
    &:hover {
      transform:  unset;
      transition: all .5s ease;
    }
    .loop-button-wrap {
      transform: scale(1);
      //display: none !important;
    }
  }
}

@media (min-width: 640px) {
  .sm\:left-\[10vh\] {
    left: 10vh;
  }

  .sm\:top-\[-40px\] {
    top: -40px;
  }

  .sm\:top-\[30vh\] {
    top: 30vh;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-\[30vh\] {
    width: 30vh;
  }

  .sm\:w-\[315px\] {
    width: 315px;
  }

  .sm\:w-\[40vh\] {
    width: 40vh;
  }
}

@media (min-width: 768px) {
  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:top-\[unset\] {
    top: unset;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[94vh\] {
    height: 94vh;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

  .md\:w-2\/4 {
    width: 50%;
  }

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

  .md\:w-\[400px\] {
    width: 400px;
  }

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:p-28 {
    padding: 7rem;
  }

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

  .md\:py-\[5vh\] {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

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

  .md\:pb-\[5vh\] {
    padding-bottom: 5vh;
  }

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

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

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

  .md\:\!text-\[1\.2rem\] {
    font-size: 1.2rem !important;
  }

  .md\:\!text-\[2\.2rem\] {
    font-size: 2.2rem !important;
  }

  .md\:\!text-\[2rem\] {
    font-size: 2rem !important;
  }

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

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

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-6\/12 {
    width: 50%;
  }

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

@media (min-width: 1280px) {
  .xl\:w-4\/12 {
    width: 33.333333%;
  }

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

  .xl\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-3\/12 {
    width: 25%;
  }
}

.\[\&_img\]\:max-w-none img {
  max-width: none;
}

.\[\&_li\]\:mx-1 li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.\[\&_li\]\:w-max li {
  width: -moz-max-content;
  width: max-content;
}

