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

/*# sourceMappingURL=components_0wd3p7t._.css.map*/