@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*
! tailwindcss v3.4.3 | 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;
}

html{
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

button,
  a,
  path,
  img,
  svg,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

button:disabled,
  a:disabled,
  path:disabled,
  img:disabled,
  svg:disabled,
  li:disabled,
  h1:disabled,
  h2:disabled,
  h3:disabled,
  h4:disabled,
  h5:disabled,
  h6:disabled{
  opacity: 0.5;
}

input,
  textarea,
  select{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
}

#handleMobileMenu.active .closeIcon{
  opacity: 1;
}

#handleMobileMenu:not(.active) .burgerIcon{
  opacity: 1;
}

#handleMobileMenu svg{
  position: absolute;
  opacity: 0;
}

header{
  position: sticky;
  top: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-backdrop-blur: blur(8px);
  -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);
}

#handleMobileTelMenu.active{
  --tw-rotate: 90deg;
  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, ::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:  ;
}

.title-page,
  .title-main{
  margin-bottom: 2rem;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
}

@media (min-width: 1200px){
  .title-page,
  .title-main{
    margin-bottom: 2.75rem;
    font-size: 3rem;
    line-height: 1;
    line-height: 62.4px;
  }
}

section:hover .title-page,
  section:hover .title-main{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

#upBlockHome .list ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#upBlockHome .list ul{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 20.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#upBlockHome .list ul::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

#upBlockHome .list ul::placeholder{
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  #upBlockHome .list ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  #upBlockHome .list ul{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 23.4px;
  }
}

#upBlockHome .list ul li{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

#upBlockHome .list ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  #upBlockHome .list ul li{
    gap: 1.25rem;
  }
}

#upBlockHome .list ul li::before{
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1200px){
  #upBlockHome .list ul li::before{
    height: 2.25rem;
    width: 2.25rem;
    background-size: 15px 15px;
  }
}

#upBlockHome .list ul li::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.53218 12.585C5.37617 12.5852 5.2217 12.5542 5.07789 12.4937C4.93409 12.4332 4.80386 12.3445 4.6949 12.2329L0.331327 7.76925C0.11586 7.5472 -0.00257158 7.24865 0.00208545 6.93927C0.00674248 6.6299 0.134107 6.33505 0.35616 6.11958C0.578213 5.90411 0.876765 5.78568 1.18614 5.79034C1.49551 5.79499 1.79036 5.92236 2.00583 6.14441L5.56492 9.785L13.0268 2.73477C13.2509 2.52192 13.5504 2.40673 13.8594 2.41453C14.1684 2.42232 14.4617 2.55244 14.6748 2.77632C14.888 3.0002 15.0035 3.29953 14.9961 3.60855C14.9888 3.91758 14.859 4.21103 14.6354 4.42446L6.33673 12.2655C6.11926 12.471 5.83135 12.5853 5.53218 12.585Z" fill="white"/></svg>');
}

.mainForm input,
  #questForm input{
  height: 2.75rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 18.2px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mainForm input:focus,
  #questForm input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 52 255 / var(--tw-border-opacity));
}

@media (min-width: 1200px){
  .mainForm input,
  #questForm input{
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 20.8px;
  }
}

#cityContact iframe{
  min-height: 400px;
  width: 100%;
}

@media (min-width: 1200px){
  #cityContact iframe{
    min-height: 691px;
  }
}

#cityContact .\!mapList li{
  display: none;
  opacity: 0;
}

#cityContact .mapList li{
  display: none;
  opacity: 0;
}

#cityContact .\!mapList li.visible{
  display: block;
  opacity: 1;
}

#cityContact .mapList li.visible{
  display: block;
  opacity: 1;
}

#cityContact .\!addressList button.active{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

#cityContact .addressList button.active{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

.productItem .badgeList{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

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

.productItem .badgeList li{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 13px;
}

@media (min-width: 1200px){
  .productItem .badgeList li{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 15.6px;
  }
}

.productItem .badgeList li.stock{
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1200px){
  #productInfo > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
}

#productInfo .item{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-shadow: 0px 2px 10px 0px #32324724;
  --tw-shadow-colored: 0px 2px 10px 0px 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: 1200px){
  #productInfo .item{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#productInfo .item h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 23.4px;
}

@media (min-width: 1200px){
  #productInfo .item h5{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 31.2px;
  }
}

#productInfo .item:hover h5{
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

#productInfo .stock{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#productInfo .stock.in{
  --tw-bg-opacity: 1;
  background-color: rgb(246 251 255 / var(--tw-bg-opacity));
}

#productInfo .stock.out{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 243 / var(--tw-bg-opacity));
}

#productInfo .stock span{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}

#productInfo .stock.in span{
  --tw-text-opacity: 1;
  color: rgb(6 165 108 / var(--tw-text-opacity));
}

#productInfo .stock.out span{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

#productInfo .stock svg{
  flex-shrink: 0;
}

#sortForm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 18.2px;
}

@media (min-width: 1200px){
  #sortForm{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 20.8px;
  }
}

#sortForm label{
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

#sortForm label:nth-child(2) span{
  display: none;
}

@media (min-width: 1200px){
  #sortForm label:nth-child(2) span{
    display: inline;
  }
}

#sortForm label input{
  flex-shrink: 0;
}

#sortForm label input[type="checkbox"]{
  height: 1.25rem;
  width: 1.25rem;
}

#reviewSlider nav{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#reviewSlider nav button{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
}

#reviewSlider nav button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.right-10{
  right: 2.5rem;
}

.right-5{
  right: 1.25rem;
}

.top-5{
  top: 1.25rem;
}

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

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

.order-last{
  order: 9999;
}

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

.-m-5{
  margin: -1.25rem;
}

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

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

.mt-14{
  margin-top: 3.5rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-5{
  height: 1.25rem;
}

.h-7{
  height: 1.75rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-126px\)\]{
  height: calc(100% - 126px);
}

.h-\[calc\(100\%-136px\)\]{
  height: calc(100% - 136px);
}

.h-full{
  height: 100%;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

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

.min-h-full{
  min-height: 100%;
}

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

.w-16{
  width: 4rem;
}

.w-5{
  width: 1.25rem;
}

.w-7{
  width: 1.75rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

.max-w-40{
  max-width: 10rem;
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-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-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

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

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 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));
}

.overflow-hidden{
  overflow: hidden;
}

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

.border{
  border-width: 1px;
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(61 52 255 / var(--tw-border-opacity));
}

.border-gray-ba{
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}

.border-gray-e7{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.bg-blue-06{
  --tw-bg-opacity: 1;
  background-color: rgb(6 15 96 / var(--tw-bg-opacity));
}

.bg-blue-0d{
  --tw-bg-opacity: 1;
  background-color: rgb(13 25 155 / var(--tw-bg-opacity));
}

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

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

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

.p-2{
  padding: 0.5rem;
}

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

.p-5{
  padding: 1.25rem;
}

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.leading-\[18\.2px\]{
  line-height: 18.2px;
}

.leading-\[18\.75px\]{
  line-height: 18.75px;
}

.leading-\[20\.8px\]{
  line-height: 20.8px;
}

.leading-\[23\.44px\]{
  line-height: 23.44px;
}

.leading-\[23\.4px\]{
  line-height: 23.4px;
}

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

.leading-\[31\.2px\]{
  line-height: 31.2px;
}

.leading-\[36\.4px\]{
  line-height: 36.4px;
}

.leading-\[46\.8px\]{
  line-height: 46.8px;
}

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

.text-blue-0d{
  --tw-text-opacity: 1;
  color: rgb(13 25 155 / var(--tw-text-opacity));
}

.text-gray-ba{
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

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

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

.opacity-0{
  opacity: 0;
}

.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-header{
  --tw-shadow: 0px 4px 4px 0px #00000026;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.container-main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1200px){
  .container-main{
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-full{
  position: relative;
  left: 50%;
  width: 100%;
  min-width: 100vw;
  --tw-translate-x: -50%;
  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));
}

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

@media (min-width: 1200px){
  .site-margin > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }
}

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

.main-btn{
  display: flex;
  height: 60px;
  width: 300px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-btn.red{
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
}

.main-btn.red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
}

.main-btn.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
}

.main-btn.blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
}

.site-container{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.container-conf input[type="checkbox"]:checked ~ .icon-checked{
  opacity: 1;
}

#btnTop.visible{
  z-index: 1;
  opacity: 1;
}

.hover-opacity:hover{
  opacity: 0.75;
}

.mobileMenu{
  position: fixed;
  inset: 0px;
  z-index: 2;
  display: none;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(13 25 155 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-behavior: allow-discrete;
  animation: fadeIn 0.5s ease-out;
}

@media (min-width: 1200px){
  .mobileMenu{
    display: none !important;
  }
}

address{
  font-style: normal;
}

.mobileMenu.open{
  display: block;
  opacity: 1;
}

.swiper-slide{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@keyframes fadeIn {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.modal{
  position: fixed;
  inset: 0px;
  z-index: 3;
  display: none;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.5);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-behavior: allow-discrete;
  animation: fadeIn 0.5s ease-out;
}

@media (min-width: 1200px){
  .modal{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modal.open{
  display: flex;
  opacity: 1;
}

.closeModal{
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  margin: -0.625rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}

@media (min-width: 1200px){
  .closeModal{
    top: 30px;
    right: 30px;
    margin: -30px;
    padding: 30px;
  }
}

.closeModal svg{
  height: 2.25rem;
  width: 2.25rem;
}

.closeModal:hover svg path{
  stroke: #f43f5e;
}

.min-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.min-scroll::-webkit-scrollbar-track {
  border-radius: 14px;
}

.min-scroll::-webkit-scrollbar-thumb {
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
}

.min-scroll::-webkit-scrollbar-thumb:window-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
}

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

/* MENU START */

.menu a{
  font-weight: 700;
  text-transform: uppercase;
}

.menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

.menu .current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

header .menu{
  display: flex;
  align-items: center;
  gap: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 20.8px;
}

footer .menu{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 117px;
       column-gap: 117px;
  row-gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 20.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  footer .menu{
    display: block;
  }

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

#mobileMenu .menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* MENU END */

/* PAGINATION START */

/* #pagination {
  @apply flex items-center gap-3 flex-wrap justify-center;
}

#pagination .page-numbers {
  @apply flex justify-center items-center xl:h-11 h-10 xl:w-11 w-10 flex-shrink-0 font-light text-lg leading-[21.09px] border border-black-54 text-black-54 hover:border-main hover:bg-main hover:text-white transition-all duration-300;
}

#pagination .page-numbers:hover svg path {
  @apply fill-white;
}

#pagination .page-numbers.current {
  @apply bg-main border-main text-white;
} */

/* PAGINATION END */

/* PAGINATION WOOCOMMERCE START */

.woocommerce-pagination{
  margin-top: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px){
  .woocommerce-pagination{
    margin-top: 3.5rem !important;
  }
}

.woocommerce-pagination ul.page-numbers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.woocommerce-pagination a.page-numbers:not(.dots),
.woocommerce-pagination span.page-numbers:not(.dots){
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.woocommerce-pagination a.page-numbers:not(.dots):hover,
.woocommerce-pagination span.page-numbers:not(.dots):hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 52 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

.woocommerce-pagination a.page-numbers.current,
.woocommerce-pagination span.page-numbers.current{
  --tw-border-opacity: 1;
  border-color: rgb(61 52 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(61 52 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-pagination a.page-numbers.current:hover,
.woocommerce-pagination span.page-numbers.current:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* PAGINATION WOOCOMMERCE END */

/* BREADCRUMB START */

#breadcrumb{
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 18.2px;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1200px){
  #breadcrumb{
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2.75rem;
    padding-top: 2.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 20.8px;
  }
}

#breadcrumb span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

#breadcrumb span span:last-child{
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

#breadcrumb span a:hover{
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

/* BREADCRUMB END */

/* START CONFIDITIONAL */

.privacy-policy-link:hover{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

/* END CONFIDITIONAL */

.first-letter\:uppercase::first-letter{
  text-transform: uppercase;
}

.last\:hidden:last-child{
  display: none;
}

.hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 31 31 / var(--tw-border-opacity));
}

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

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

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

.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

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

.hover\:shadow-2xl:hover{
  --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);
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.group:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(229 31 31 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:stroke-red{
  stroke: #E51F1F;
}

.group:hover .group-hover\:stroke-red-500{
  stroke: #ef4444;
}

.group\/select:hover .group-hover\/select\:text-red{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red{
  --tw-text-opacity: 1;
  color: rgb(229 31 31 / var(--tw-text-opacity));
}

.group\/item:hover .group-hover\/item\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(61 52 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1200px){
  .xl\:right-10{
    right: 2.5rem;
  }

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

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:h-full{
    height: 100%;
  }

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

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

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-\[27px\]{
    width: 27px;
  }

  .xl\:w-\[492px\]{
    width: 492px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

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

  .xl\:gap-5{
    gap: 1.25rem;
  }

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

  .xl\:gap-7{
    gap: 1.75rem;
  }

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

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

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

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

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

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

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

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

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

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

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

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

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

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

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

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

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

  .xl\:leading-\[20\.8px\]{
    line-height: 20.8px;
  }

  .xl\:leading-\[21\.09px\]{
    line-height: 21.09px;
  }

  .xl\:leading-\[23\.4px\]{
    line-height: 23.4px;
  }

  .xl\:leading-\[31\.2px\]{
    line-height: 31.2px;
  }

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

  .xl\:leading-\[93\.6px\]{
    line-height: 93.6px;
  }
}
