/*
! tailwindcss v3.1.8 | 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: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

body{
  z-index: 0;
}

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#app{
  position: relative;
}

.header-menu-margin li {
  margin-left: 2rem;
}

.header-menu-margin a:hover {
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

#pc-menu{
  top: 120%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.dropdown-menu{
  left: 100%;
  width: 40rem;
  outline: 1px solid #e0e0e0;
}

.pcmm_a.active .dropdown-menu{
  display: block;
}

.navbar-nav{
  outline: 1px solid #e0e0e0;
}

#cart, .popup-bg{
  background: #0b0b0b94;
}

.currency{
}

h1,  h2,  h3,  h4,  h5,  h6 {
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

h1 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

h3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h4,  h5 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-weight: 700;
}

footer a {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

.mm_item{
  border-bottom: 1px solid #e7e7e7;
}

#logo img{
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: left;
     object-position: left;
}

.input_active:focus{
  box-shadow: 0 0 0 2px #ffcf21;
}

.cart_h{
}

.cart_footer{
  box-shadow: 0px -2px 0 0 #e7e7e7;
}

.cart_list{
  height: 100%;
  padding-top: 4rem;
}

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

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

.breadcrumb li:not(:last-child):after{
  content: "/";
  vertical-align: middle;
  padding: 0 6px;
  color: #bdbdbd;
}

.filter_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.slide-price{
  height: 0.75rem;
  margin: 0 1.5rem 0 0;
}

.tag_link {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 239 206 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  font-size: 13px;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tag_link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 226 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .tag_link {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

#filter {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  #filter {
    position: relative;
    z-index: 0;
    height: 100%;
    overflow: visible;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mobile-filter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  padding-bottom: 50px;
}

.filter-header{
  box-shadow: 0 1px 3px 0 rgba(48,48,48,.2);
}

.mobile_filter_bottoms {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 30;
  display: flex;
  height: 50px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.product_tabs_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 3.5rem;
  z-index: 5;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 249 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .product_tabs_wrapper {
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.product_tab {
  margin-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .product_tab {
    margin-right: 1.25rem;
  }
}

.product_tab a {
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .product_tab a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.product_tab_active{
  border-bottom: 2px solid #ffcf21;
}

.product-image {
  display: flex;
  justify-content: center;
}

.productImageSwiperSwiper {
  margin-bottom: 2.5rem !important;
}

.productImageSwiperThumb  img {
  border-radius: 0.25rem;
}

.productImageSwiperThumb .swiper-slide-thumb-active img {
  border-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 207 33 / var(--tw-border-opacity));
}

.price-trade-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding: 1rem;
}

.price-info {
  display: flex;
}

.price-product-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#button-cart {
  margin-left: 1rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 33 / var(--tw-bg-opacity));
}

.prod_spec_info {
  margin-top: 1rem;
  display: flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 225 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.shipping-wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding: 1rem;
}

.shipping-header {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

.shipping-info {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

.shipping-info .all-shipping-info {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.shipping-info .all-shipping-info span {
  font-size: 1rem;
  line-height: 1.5rem;
}

.product-desc{
}

.product-desc ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.product-desc p {
  margin-bottom: 0.5rem;
}

.product-desc td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.review {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding: 1rem;
}

.rating-stars {
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}

.yellow-star {
  --tw-text-opacity: 1;
  color: rgb(255 207 33 / var(--tw-text-opacity));
}

.write-review a {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

input{
  height: 40px;
}

input,  textarea {
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 249 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input-field {
  display: flex;
  flex-direction: column;
}

.input-field label {
  margin-bottom: 0.25rem;
}

.form-p input:focus{
  box-shadow: 0 0 0 2px #ffcf21;
}

.form-p input.b-error-input{
  box-shadow: 0 0 0 1px #ef4444;
}

.form-p {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.form-p label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(143 155 171 / var(--tw-text-opacity));
}

.text-danger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-danger a,  form a,  .registered a {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.registered a {
  margin-left: 0.25rem;
}

.account-menu {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.account-menu a {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.account-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 226 159 / var(--tw-bg-opacity));
}

a.btn {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.alert-success {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.save-account-button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-form-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.radio-button__label {
  display: flex;
  height: 2rem;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.radio-button__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-button__input:checked+.radio-button__button {
  border-color: #ffcf21;
}

.radio-button__button {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  border-radius: 50%;
  transition: all .3s;
}

.radio-button__input:checked+.radio-button__button:before {
  opacity: 1;
}

.radio-button__button:before {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: #ffcf21;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: opacity .3s;
}

.radio-button_text {
  padding-left: 1rem;
}

.input-autocomplete {
  position: relative;
}

.input-autocomplete .autocomplete {
  position: absolute;
  z-index: 10;
  display: none;
  height: 16rem;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-autocomplete .autocomplete-active {
  display: block;
}

.input-autocomplete .autocomplete li {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.input-autocomplete .autocomplete li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 239 206 / var(--tw-bg-opacity));
}

.mobile-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

.checked-product-label {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 226 159 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 225 / var(--tw-bg-opacity));
}

.img-responsive {
  height: 189px;
}

@media (min-width: 640px) {
  .img-responsive {
    height: 296px;
  }
}

@media (min-width: 768px) {
  .img-responsive {
    height: 232px;
  }
}

@media (min-width: 1024px) {
  .img-responsive {
    height: 200px;
  }
}

@media (min-width: 1280px) {
  .img-responsive {
    height: 200px;
  }
}

@media (min-width: 1536px) {
  .img-responsive {
    height: 252px;
  }
}

.img-responsive{
  width: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-responsive-cat {
  height: 166px;
  width: 100%;
}

@media (min-width: 640px) {
  .img-responsive-cat {
    height: 296px;
  }
}

@media (min-width: 768px) {
  .img-responsive-cat {
    height: 236px;
  }
}

@media (min-width: 1024px) {
  .img-responsive-cat {
    height: 227px;
  }
}

@media (min-width: 1280px) {
  .img-responsive-cat {
    height: 230px;
  }
}

@media (min-width: 1536px) {
  .img-responsive-cat {
    height: 169px;
    width: 169px;
  }
}

.img-responsive-cat{
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 360px){
  .img-responsive {
    height: 136px;
  }

  .img-responsive-cat {
    height: 139px;
  }

  .price-buttons {
    display: flex;
    flex-direction: column;
  }

  #button-cart {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.5rem;
  }
}

.wishlist_link a {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.select-error .control-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.cat-description a {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.cat-description ul {
  margin-left: 2rem;
  list-style-type: disc;
}

.text-description ul {
  margin-left: 2rem;
  list-style-type: disc;
}

.text-description a {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.text-description p {
  padding-bottom: 1rem;
}

.text-description td {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.text-description table tr:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

*, ::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-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:  ;
}

::-webkit-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.\!container {
  width: 100% !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .\!container {
    max-width: 640px !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .\!container {
    max-width: 768px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .\!container {
    max-width: 1024px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .\!container {
    max-width: 1280px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .\!container {
    max-width: 1536px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[48px\] {
  top: 48px;
}

.bottom-\[-60px\] {
  bottom: -60px;
}

.right-\[-10px\] {
  right: -10px;
}

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

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

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

.m-0 {
  margin: 0px;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-\[4rem\] {
  height: 4rem;
}

.h-10 {
  height: 2.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[6\.5rem\] {
  height: 6.5rem;
}

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

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-14 {
  height: 3.5rem;
}

.h-screen {
  height: 100vh;
}

.h-20 {
  height: 5rem;
}

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

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

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

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

.min-h-\[3rem\] {
  min-height: 3rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-28 {
  width: 7rem;
}

.w-9 {
  width: 2.25rem;
}

.w-16 {
  width: 4rem;
}

.w-40 {
  width: 10rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-4 {
  width: 1rem;
}

.w-52 {
  width: 13rem;
}

.w-80 {
  width: 20rem;
}

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

.w-12 {
  width: 3rem;
}

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

.w-8 {
  width: 2rem;
}

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

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

.w-1\/5 {
  width: 20%;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

.border-b-\[15px\] {
  border-bottom-width: 15px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

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

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

.border-main-gray {
  --tw-border-opacity: 1;
  border-color: rgb(245 244 249 / var(--tw-border-opacity));
}

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

.border-main-light-color {
  --tw-border-opacity: 1;
  border-color: rgb(255 207 33 / var(--tw-border-opacity));
}

.border-link-hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 133 204 / var(--tw-border-opacity));
}

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

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

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-main-light-color {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 33 / var(--tw-bg-opacity));
}

.bg-link-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 133 204 / var(--tw-bg-opacity));
}

.bg-main-light-color-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 225 / var(--tw-bg-opacity));
}

.bg-main-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 249 / var(--tw-bg-opacity));
}

.bg-header-line {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}

.bg-main-light-color-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 226 159 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 72 / var(--tw-bg-opacity));
}

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

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.pb-\[6\.5rem\] {
  padding-bottom: 6.5rem;
}

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

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

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

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

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

.pr-14 {
  padding-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

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

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

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

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.leading-none {
  line-height: 1;
}

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

.text-link-hover {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

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

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(143 155 171 / var(--tw-text-opacity));
}

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

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

.text-header-line {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.text-main-light-color {
  --tw-text-opacity: 1;
  color: rgb(255 207 33 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

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

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

.outline {
  outline-style: solid;
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.mobile-menu-fade-enter-active {
  transition: all 0.2s ease-out;
}

.mobile-menu-fade-leave-active {
  transition: all 0.2s;
}

.mobile-menu-fade-enter-from,
.mobile-menu-fade-leave-to {
  transform: translateX(-100%);
}

.item {
  width: 100%;
  height: 30px;
  background-color: #f3f3f3;
  border: 1px solid #666;
  box-sizing: border-box;
}

/* 1. Оголошення переходу */

.fade-move,
.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/* 2. Оголошення входу і виходу зі стану */

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
  transform: scaleY(0.01) translate(30px, 0);
}

/* 3. Переконайтеся, що елементи, які вилучаються з потоку макету
      є видалені, щоб анімації були розраховані коректно. */

.fade-leave-active {
  position: absolute;
}

.download-area{
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.42);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cssload-container {
  width: 49px;
  height: 49px;
  text-align: center;
}

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #ffcf21;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100%{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100%{
    transform: rotate(360deg);
  }
}

.range-value{
}

.range-value.min{
  left: 0;
}

.range-value.max{
  right: 0;
}

.track-container{
  width: 100%;
  position: relative;
  cursor: pointer;
}

.track,
.track-highlight {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
}

.track{
  background-color: #ddd;
}

.track-highlight{
  background-color: #ffcf21;
  z-index: 2;
}

.track-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(-50% - 0.25rem);
  margin-right: -1rem;
  border: none;
  touch-action: pan-x;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,.32);
  transition: transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease;
}

.label-container {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 6px 3px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label-container:hover{
  background: #fff9e1;
  transition: 0.3s;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #D0D5DD;
  border-radius: 3px;
}

.label-container:hover .checkmark{
  border: 1px solid #8F9BAB;
}

span.checkmark + span,  span.checkmark + a{
  font-size: 1em;
  margin-left: 5px;
}

.label-container input:checked ~ .checkmark {
  background-color: #ffcf21;
}

.label-container .checked-checkmark {
  background-color: #ffcf21;
}

.label-container input:disabled ~ .checkmark {
  background-color: #e4e4e4;
  cursor: default;
}

.label-container input:disabled ~ span {
  cursor: default;
  color: #a6a5a5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-container input:checked ~ .checkmark:after {
  display: block;
}

.label-container .checked-checkmark:after {
  display: block;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.label-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.loading_anim{
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

.cat-loading {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.49);
  display: flex;
  justify-content: center;
}

.cat-loading-container {
  width: 100%;
  height: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.checkout-loader{
  height: 50px;
}

.cat-loading-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #ffcf21;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cat-load-spin 1s infinite linear;
  -o-animation: cat-load-spin 1s infinite linear;
  -ms-animation: cat-load-spin 1s infinite linear;
  -webkit-animation: cat-load-spin 1s infinite linear;
  -moz-animation: cat-load-spin 1s infinite linear;
}

.filter-loading-container {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.filter-loading-speeding-wheel {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cat-load-spin 1s infinite linear;
  -o-animation: cat-load-spin 1s infinite linear;
  -ms-animation: cat-load-spin 1s infinite linear;
  -webkit-animation: cat-load-spin 1s infinite linear;
  -moz-animation: cat-load-spin 1s infinite linear;
}

@keyframes cat-load-spin {
  100%{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cat-load-spin {
  100%{
    transform: rotate(360deg);
  }
}

.table-atr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100% !important;
  overflow: auto;
}

.table-atr td {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.swiper-slide-visible{
  cursor: pointer;
}

.product-image{
  cursor: pointer;
}

.cssload-input {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0.5rem;
  height: 40px;
  display: flex;
  justify-items: center;
  text-align: center;
}

.cssload-input-speeding-wheel {
  width: 25px;
  height: 25px;
  margin: auto;
  border: 3px solid #ffcf21;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-input-spin 1s infinite linear;
  -o-animation: cssload-input-spin 1s infinite linear;
  -ms-animation: cssload-input-spin 1s infinite linear;
  -webkit-animation: cssload-input-spin 1s infinite linear;
  -moz-animation: cssload-input-spin 1s infinite linear;
}

@keyframes cssload-input-spin {
  100%{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-input-spin {
  100%{
    transform: rotate(360deg);
  }
}

@keyframes cssload-spin {
  100%{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100%{
    transform: rotate(360deg);
  }
}

.image_category{
  display: flex;
  justify-content: center;
  position: relative;
}

.image_category:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  z-index: 0;
  border-color: #929292 transparent;
  border-width: 6px;
  -webkit-animation: cssload-spin 1.5s linear infinite;
          animation: cssload-spin 1.5s linear infinite;
}

picture{
  z-index: 1;
}

.swiper-button-next-product,
.swiper-button-prev-product
{
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #e7e7e7;
}

.swiper-button-next-product:after{
  margin-right: -3px
}

.swiper-button-prev-product:after{
  margin-left: -3px
}

.swiper-button-next-product:after,
.swiper-button-prev-product:after
{
  color: #303030;
  font-size: 20px;
}

.viber-link {
  margin-top: 10px;
  display: block;
}

.viber-link img {
  max-width: 35px;
}

#product-contacts {
  display: flex;
  align-items: center;
}

#product-contacts .viber {
  width: 40px;
}

#product-contacts img {
  max-width: 40px;
}

#viber-write-button {
  position: fixed;
  right: 20px;
  height: 55px;
  width: 55px;
  z-index: 1000;
  bottom: 70px;
}

#viber-write-button img {
  width: 40px;
  height: auto;
  margin-bottom: -2px;
}

#viber-write-button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #7360f2;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#mes-write-button {
  position: fixed;
  right: 10px;
  height: 55px;
  width: 55px;
  z-index: 49;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mes-write-button img {
  width: 40px;
  height: auto;
  margin-bottom: -2px;
}

#mes-write-button a.mes-open, #mes-write-button a.mes-close {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background: #ffcf21;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#mes-write-button a.mes-close {
  display: none;
}

#mes-write-button a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

#mes-write-button a.viber {
  background: #7360f2;
}

#mes-write-button a.whatsapp {
  margin-bottom: 5px;
  background: #58cb67;
}

#mes-write-button a.telegram {
  margin-bottom: 5px;
  background: #29b6f6;
}

#messengers {
  margin-bottom: 10px;
  display: none;
}

#mes-write-button.open-mess {
  bottom: 137px;
}

#mes-write-button.open-mess .mes-close {
  display: flex;
}

#mes-write-button.open-mess .mes-open {
  display: none;
}

#mes-write-button.open-mess #messengers {
  display: block;
}

.overflow-table {
  width: 100%;
  overflow: auto;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(238, 150, 3, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(238, 150, 3, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(238, 150, 3, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(238, 150, 3, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(238, 150, 3, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(238, 150, 3, 0);
  }
}

.last\:border-none:last-child {
  border-style: none;
}

.hover\:bg-main-light-color-hover:hover {
  background-color: rgba(255,207,33,0.70);
}

.hover\:bg-main-light-color-700:hover {
  background-color: rgba(255,207,33,0.7);
}

.hover\:bg-main-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 249 / var(--tw-bg-opacity));
}

.hover\:bg-gray-bottom:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.hover\:bg-main-light-color-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 226 159 / var(--tw-bg-opacity));
}

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

.hover\:text-main-light-color:hover {
  --tw-text-opacity: 1;
  color: rgb(255 207 33 / var(--tw-text-opacity));
}

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

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(59 59 72 / var(--tw-text-opacity));
}

.hover\:text-header-line:hover {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

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

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-link-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(82 133 204 / var(--tw-text-opacity));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.focus\:border-main-light-color:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 207 33 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-12 {
    height: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

  .lg\:rounded {
    border-radius: 0.25rem;
  }

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

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

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

  .lg\:pr-24 {
    padding-right: 6rem;
  }

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

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

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

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

@media (min-width: 1024px) {
  @media (min-width: 1280px) {
    .lg\:xl\:w-10 {
      width: 2.5rem;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:category-grid{
    grid-template-columns: repeat(8,minmax(0,1fr));
  }
}