/* [project]/components/widgets/HorizontalSlider/HorizontalSlider.module.css [client] (css) */
.HorizontalSlider-module__7DseDq__arrow {
  cursor: pointer;
  fill: #e0e0e0;
  z-index: 10;
  align-items: center;
  width: 20px;
  height: calc(100% - 20px);
  transition: all .3s ease-out;
  display: flex;
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  box-shadow: inset -20px 0 20px -20px #00000080;
}

.HorizontalSlider-module__7DseDq__has-no-scrollbar .HorizontalSlider-module__7DseDq__arrow {
  height: calc(100% - 8px);
  top: calc(50% - 4px);
}

.HorizontalSlider-module__7DseDq__arrow:focus {
  outline: none;
}

.HorizontalSlider-module__7DseDq__arrow-left {
  padding-left: 5px;
  padding-right: 0;
  left: 0;
  box-shadow: inset 20px 0 20px -20px #00000080;
}

.HorizontalSlider-module__7DseDq__arrow-right {
  padding-left: 0;
  padding-right: 5px;
  left: auto;
  right: 0;
}

.HorizontalSlider-module__7DseDq__arrow svg {
  flex: 0 0 40px;
  width: 40px;
  height: 55px;
  padding: 10px 0;
}

.HorizontalSlider-module__7DseDq__arrow-left svg {
  transform: translateX(-10px);
}

.HorizontalSlider-module__7DseDq__arrow-right svg {
  transform: translateX(-20px);
}

.HorizontalSlider-module__7DseDq__arrow-disabled {
  fill: #ffffff80;
  box-shadow: none;
}

.HorizontalSlider-module__7DseDq__dots-container {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 24px;
}

.HorizontalSlider-module__7DseDq__dots-container.HorizontalSlider-module__7DseDq__has-no-scrollbar {
  bottom: 12px;
}

.HorizontalSlider-module__7DseDq__dot {
  background-color: #bbb;
  border-radius: 5px;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 5px;
  transition: all .3s ease-out;
  display: block;
}

.HorizontalSlider-module__7DseDq__dot:focus {
  outline: 1px solid #000;
}

.HorizontalSlider-module__7DseDq__dot-active {
  background-color: #717171;
  width: 20px;
}

@media (min-width: 1024px) {
  .HorizontalSlider-module__7DseDq__arrow {
    border-right: 1px solid #c6c6c6;
    box-shadow: inset -20px 0 20px -20px #00000040;
  }

  .HorizontalSlider-module__7DseDq__arrow-left {
    border-left: 1px solid #c6c6c6;
    border-right: none;
    box-shadow: inset 20px 0 20px -20px #00000040;
  }

  .HorizontalSlider-module__7DseDq__arrow.HorizontalSlider-module__7DseDq__arrow-disabled {
    box-shadow: none;
  }

  .HorizontalSlider-module__7DseDq__dots-container.HorizontalSlider-module__7DseDq__hide-dots-mobile {
    display: none;
  }
}

/* [project]/components/sidebar/Sidebar.module.css [client] (css) */
.Sidebar-module__cqDwya__root {
  z-index: 50;
  box-sizing: border-box;
  outline-offset: 2px;
  outline: 2px solid #0000;
  height: 100%;
  position: fixed;
  inset: 0;
}

.Sidebar-module__cqDwya__sidebar {
  background-color: var(--accent-0);
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  height: 100%;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch !important;
}

.Sidebar-module__cqDwya__backdrop {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: .4;
  -webkit-backdrop-filter: blur(.8px);
  z-index: 1;
  transition-duration: .1s;
  transition-timing-function: linear;
  position: absolute;
  inset: 0;
}

.Sidebar-module__cqDwya__cart {
  outline-offset: 2px;
  z-index: 2;
  outline: 2px solid #0000;
  justify-content: flex-end;
  width: calc(100% - 6rem);
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) and (min-height: 425px) {
  .Sidebar-module__cqDwya__cart {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .Sidebar-module__cqDwya__cart {
    top: var(--cart-top, 45px);
  }
}

/* [project]/components/widgets/Button/Button.module.css [client] (css) */
.Button-module__EYJtxq__root {
  cursor: pointer;
  background-color: var(--accent-9);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: var(--accent-0);
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-width: 1px;
  border-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  max-height: 64px;
  padding: 1.25rem 2.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.Button-module__EYJtxq__root:hover {
  border-color: var(--accent-9);
  background-color: var(--accent-6);
}

.Button-module__EYJtxq__root:focus {
  --tw-shadow: 0 0 0 2px var(--accent-2);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.Button-module__EYJtxq__root[data-active] {
  background-color: var(--accent-6);
}

.Button-module__EYJtxq__loading {
  cursor: not-allowed;
  border-color: var(--accent-2);
  background-color: var(--accent-1);
  color: var(--accent-3);
}

.Button-module__EYJtxq__slim {
  text-transform: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transform: none;
}

.Button-module__EYJtxq__ghost {
  border-width: 1px;
  border-color: var(--accent-2);
  background-color: var(--accent-0);
  color: var(--accent-9);
  font-size: .875rem;
  line-height: 1.25rem;
}

.Button-module__EYJtxq__ghost:hover {
  border-color: var(--accent-9);
  background-color: var(--accent-9);
  color: var(--accent-0);
}

.Button-module__EYJtxq__naked {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-offset: 2px;
  background-color: #0000;
  border-style: none;
  outline: 2px solid #0000;
  padding: 0;
  font-weight: 600;
}

.Button-module__EYJtxq__naked:hover, .Button-module__EYJtxq__naked:focus {
  background-color: #0000;
  border-style: none;
}

.Button-module__EYJtxq__disabled, .Button-module__EYJtxq__disabled:hover {
  cursor: not-allowed;
  border-color: var(--accent-2);
  background-color: var(--accent-1);
  color: var(--accent-4);
  filter: grayscale();
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* [project]/components/widgets/LoadingDots/LoadingDots.module.css [client] (css) */
.LoadingDots-module__xJWoPG__root {
  text-align: center;
  align-items: center;
  line-height: 1.75rem;
  display: inline-flex;
}

.LoadingDots-module__xJWoPG__root .LoadingDots-module__xJWoPG__dot {
  background-color: currentColor;
  border-radius: 9999px;
  width: .5rem;
  height: .5rem;
  margin: 0 2px;
  animation-name: LoadingDots-module__xJWoPG__blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.LoadingDots-module__xJWoPG__root .LoadingDots-module__xJWoPG__dot:nth-of-type(2) {
  animation-delay: .2s;
}

.LoadingDots-module__xJWoPG__root .LoadingDots-module__xJWoPG__dot:nth-of-type(3) {
  animation-delay: .4s;
}

@keyframes LoadingDots-module__xJWoPG__blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

/* [project]/components/cart/CartSidebarView/CartSidebarView.module.css [client] (css) */
.CartSidebarView-module__lU9uHa__root {
  min-height: 100vh;
}

.CartSidebarView-module__lU9uHa__root.CartSidebarView-module__lU9uHa__empty {
  background-color: var(--secondary);
  color: var(--text-secondary);
}

.CartSidebarView-module__lU9uHa__lineItemsList {
  border-color: var(--accent-2);
}

@media (min-width: 640px) {
  .CartSidebarView-module__lU9uHa__lineItemsList > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    border-color: var(--accent-2);
  }
}

/* [project]/components/cart/CartItem/CartItem.module.css [client] (css) */
.CartItem-module__I2Xpfq__quantity::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.CartItem-module__I2Xpfq__quantity::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* [project]/components/sidebar/SidebarLayout.module.css [client] (css) */
.SidebarLayout-module__CdUWYa__root {
  background: #fff;
  border-radius: 5px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.SidebarLayout-module__CdUWYa__header {
  z-index: 10;
  box-sizing: border-box;
  background-color: var(--accent-0);
  border-bottom: 1px solid silver;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.SidebarLayout-module__CdUWYa__container {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  display: flex;
}

@media (min-width: 1024px) {
  .SidebarLayout-module__CdUWYa__header {
    min-height: 74px;
  }
}

/* [next]/internal/font/google/inter_39fea6f2.module.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.0wxq9webf.ew4.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_39fea6f2-module__NV2iQW__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_39fea6f2-module__NV2iQW__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0s8rxor._.css.map*/