/* [project]/src/styles/custom-slider.css [app-client] (css) */
.tp-product-details-thumb-wrapper, .tp-product-details-main-slider {
  position: relative;
}

.tp-product-details-nav-prev, .tp-product-details-nav-next {
  z-index: 10 !important;
  text-align: center !important;
  cursor: pointer !important;
  background: #fffc !important;
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  transition: all .3s !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.tp-product-details-nav-prev {
  left: 20px !important;
}

.tp-product-details-nav-next {
  right: 20px !important;
}

.tp-product-details-nav-prev:hover, .tp-product-details-nav-next:hover {
  color: var(--tp-theme-primary) !important;
  background: #fff !important;
  box-shadow: 0 2px 5px #0000001a !important;
}

.tp-product-details-thumb-wrapper {
  margin-right: 0 !important;
}

.tp-product-details-nav-main-thumb, .tp-product-details-nav-main-thumb > .swiper, .tp-product-details-nav-main-thumb > .swiper > .swiper-wrapper {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tp-product-details-nav-main-thumb .swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex !important;
}

.tp-product-details-nav-main-thumb .swiper-slide img {
  object-fit: contain;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .tp-product-details-nav-main-thumb, .tp-product-details-nav-main-thumb > .swiper, .tp-product-details-nav-main-thumb > .swiper > .swiper-wrapper {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .tp-product-details-nav-main-thumb .swiper-slide img {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/thumbs.css [app-client] (css) */


/* [project]/node_modules/swiper/modules/free-mode.css [app-client] (css) */
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

/* [project]/src/components/product-details/product-slider-fix.css [app-client] (css) */
.product-main-swiper {
  position: relative;
}

.tp-product-details-thumb-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.tp-product-details-nav-btns {
  z-index: 10;
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tp-product-details-nav-prev, .tp-product-details-nav-next {
  pointer-events: auto;
  text-align: center;
  color: #000;
  cursor: pointer;
  background: #fffc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
}

.tp-product-details-nav-prev:hover, .tp-product-details-nav-next:hover {
  color: #fff;
  background: #de8043;
}

.tp-product-details-nav-prev {
  margin-left: 10px;
}

.tp-product-details-nav-next {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tp-product-details-nav-prev, .tp-product-details-nav-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .tp-product-details-nav-prev {
    margin-left: 5px;
  }

  .tp-product-details-nav-next {
    margin-right: 5px;
  }
}

/* [project]/src/components/common/BlurImage.module.css [app-client] (css) */
.BlurImage-module__hsMLFa__blurIMG {
  object-fit: cover;
  filter: blur(3px);
  opacity: .8;
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
}

.BlurImage-module__hsMLFa__finalIMG {
  object-fit: cover;
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.BlurImage-module__hsMLFa__finalIMG:hover {
  transform: scale(1.05);
}

.BlurImage-module__hsMLFa__container {
  background-color: #f8f9fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* [project]/src/components/hero-banner/home-banner-carousel.module.css [app-client] (css) */
.home-banner-carousel-module__yGIm1a__band {
  --s: 1;
  --dark: #14100c;
  --orange: #e0793c;
  --orange-2: #d16d31;
  background: var(--orange);
  width: 100%;
  height: 218px;
  font-family: var(--tp-ff-montserrat), sans-serif;
  position: relative;
  overflow: hidden;
}

.home-banner-carousel-module__yGIm1a__viewport {
  height: 100%;
  overflow: hidden;
}

.home-banner-carousel-module__yGIm1a__track {
  will-change: transform;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.45, 0, .15, 1);
  display: flex;
}

.home-banner-carousel-module__yGIm1a__slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner-carousel-module__yGIm1a__content {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.home-banner-carousel-module__yGIm1a__contentCenter {
  text-align: center;
  align-items: center;
}

.home-banner-carousel-module__yGIm1a__textCol {
  max-width: 840px;
}

.home-banner-carousel-module__yGIm1a__title, .home-banner-carousel-module__yGIm1a__subtitle, .home-banner-carousel-module__yGIm1a__btn, .home-banner-carousel-module__yGIm1a__note, .home-banner-carousel-module__yGIm1a__phone {
  font-family: var(--tp-ff-montserrat), sans-serif;
}

.home-banner-carousel-module__yGIm1a__title {
  color: #1c1a17;
  letter-spacing: -.01em;
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.28;
}

.home-banner-carousel-module__yGIm1a__titleOffer {
  max-width: 620px;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.2;
}

.home-banner-carousel-module__yGIm1a__subtitle {
  color: #3a2618;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.home-banner-carousel-module__yGIm1a__eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5b2b06;
  margin: 0 0 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  display: block;
}

.home-banner-carousel-module__yGIm1a__eyebrowLight {
  color: #f0d3bd;
}

.home-banner-carousel-module__yGIm1a__titleLight {
  color: #fff;
}

.home-banner-carousel-module__yGIm1a__actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  display: flex;
}

.home-banner-carousel-module__yGIm1a__btn {
  border: 1px solid var(--dark);
  background: var(--dark);
  color: #fff;
  border-radius: 3px;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.home-banner-carousel-module__yGIm1a__btn:hover, .home-banner-carousel-module__yGIm1a__btn:focus-visible {
  color: #fff;
  opacity: .88;
}

.home-banner-carousel-module__yGIm1a__btnGhost {
  color: var(--dark);
  background: none;
}

.home-banner-carousel-module__yGIm1a__btnGhost:hover, .home-banner-carousel-module__yGIm1a__btnGhost:focus-visible {
  color: var(--dark);
  opacity: 1;
  background: #14100c14;
}

.home-banner-carousel-module__yGIm1a__btnGhostLight {
  color: #fff;
  background: none;
  border-color: #fff;
}

.home-banner-carousel-module__yGIm1a__btnGhostLight:hover, .home-banner-carousel-module__yGIm1a__btnGhostLight:focus-visible {
  color: #fff;
  opacity: 1;
  background: #ffffff24;
}

.home-banner-carousel-module__yGIm1a__note {
  color: #3a2618;
  font-size: 13px;
}

.home-banner-carousel-module__yGIm1a__noteLight {
  color: #e7dcd3;
}

.home-banner-carousel-module__yGIm1a__phone {
  color: #fff;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.home-banner-carousel-module__yGIm1a__phone:hover, .home-banner-carousel-module__yGIm1a__phone:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.home-banner-carousel-module__yGIm1a__wedgeOrange, .home-banner-carousel-module__yGIm1a__wedgeDark {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.home-banner-carousel-module__yGIm1a__wedgeOrange {
  background: var(--orange-2);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
}

.home-banner-carousel-module__yGIm1a__wedgeDark {
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  background: #16130f;
}

.home-banner-carousel-module__yGIm1a__glow {
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle, #ffb97a66, #0000 68%);
  width: 620px;
  height: 620px;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
}

.home-banner-carousel-module__yGIm1a__ring {
  z-index: 1;
  opacity: .15;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}

.home-banner-carousel-module__yGIm1a__ring1 {
  width: 230px;
  height: 230px;
  top: -96px;
  left: -40px;
}

.home-banner-carousel-module__yGIm1a__ring2 {
  width: 140px;
  height: 140px;
  top: -18px;
  left: 96px;
}

.home-banner-carousel-module__yGIm1a__photo {
  z-index: 2;
  width: calc(var(--w) * var(--s));
  transform: translateY(var(--ty, 0)) rotate(var(--rot));
  filter: drop-shadow(0 16px 22px #14100c66);
  pointer-events: none;
  position: absolute;
}

.home-banner-carousel-module__yGIm1a__photoMotion {
  filter: url("#airbag-banner-motion");
  opacity: .7;
}

.home-banner-carousel-module__yGIm1a__svgDefs {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
}

.home-banner-carousel-module__yGIm1a__photoOnDark {
  filter: drop-shadow(0 18px 26px #00000080);
}

.home-banner-carousel-module__yGIm1a__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.home-banner-carousel-module__yGIm1a__fromLeft {
  left: calc(var(--x) * var(--s));
}

.home-banner-carousel-module__yGIm1a__fromRight {
  right: calc(var(--x) * var(--s));
}

.home-banner-carousel-module__yGIm1a__fromTop {
  top: calc(var(--y) * var(--s));
}

.home-banner-carousel-module__yGIm1a__fromBottom {
  bottom: calc(var(--y) * var(--s));
}

.home-banner-carousel-module__yGIm1a__fromMiddle {
  --ty: -50%;
  top: 50%;
}

.home-banner-carousel-module__yGIm1a__arrow {
  z-index: 5;
  width: 44px;
  height: 44px;
  color: var(--dark);
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 14px #14100c47;
}

.home-banner-carousel-module__yGIm1a__arrow:hover {
  background: #fff8f3;
}

.home-banner-carousel-module__yGIm1a__arrow:focus-visible {
  outline: 2px solid var(--dark);
  outline-offset: 2px;
}

.home-banner-carousel-module__yGIm1a__arrowPrev {
  left: 18px;
}

.home-banner-carousel-module__yGIm1a__arrowNext {
  right: 18px;
}

.home-banner-carousel-module__yGIm1a__arrow svg {
  width: 16px;
  height: 16px;
}

.home-banner-carousel-module__yGIm1a__indicators {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.home-banner-carousel-module__yGIm1a__indicatorsRow {
  pointer-events: auto;
  align-items: center;
  gap: 8px;
  display: flex;
}

.home-banner-carousel-module__yGIm1a__dot {
  cursor: pointer;
  background: #ffffff96;
  border: none;
  border-radius: 2px;
  width: 18px;
  height: 4px;
  padding: 0;
  transition: width .3s, background-color .3s;
}

.home-banner-carousel-module__yGIm1a__dotActive {
  background: var(--dark);
  width: 48px;
}

.home-banner-carousel-module__yGIm1a__dot:focus-visible {
  outline: 2px solid var(--dark);
  outline-offset: 3px;
}

.home-banner-carousel-module__yGIm1a__indicatorsOnDark .home-banner-carousel-module__yGIm1a__dot {
  background: #ffffff5c;
}

.home-banner-carousel-module__yGIm1a__indicatorsOnDark .home-banner-carousel-module__yGIm1a__dotActive {
  background: #fff;
}

.home-banner-carousel-module__yGIm1a__indicatorsOnDark .home-banner-carousel-module__yGIm1a__counter {
  color: #e7dcd3;
}

.home-banner-carousel-module__yGIm1a__counter {
  color: #3a2618;
  margin-left: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

@media (max-width: 1399px) {
  .home-banner-carousel-module__yGIm1a__band {
    --s: .86;
  }
}

@media (max-width: 1199px) {
  .home-banner-carousel-module__yGIm1a__band {
    --s: .78;
    height: 320px;
  }

  .home-banner-carousel-module__yGIm1a__photoEdge {
    display: none;
  }

  .home-banner-carousel-module__yGIm1a__slideBrand {
    --s: .5;
  }

  .home-banner-carousel-module__yGIm1a__contentCenter .home-banner-carousel-module__yGIm1a__textCol {
    max-width: 620px;
  }

  .home-banner-carousel-module__yGIm1a__title {
    font-size: 27px;
  }

  .home-banner-carousel-module__yGIm1a__titleOffer {
    max-width: 460px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .home-banner-carousel-module__yGIm1a__band {
    --s: .58;
  }

  .home-banner-carousel-module__yGIm1a__photoEdgeWide {
    display: none;
  }

  .home-banner-carousel-module__yGIm1a__textCol {
    max-width: 100%;
  }

  .home-banner-carousel-module__yGIm1a__titleOffer {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .home-banner-carousel-module__yGIm1a__band {
    height: 320px;
  }

  .home-banner-carousel-module__yGIm1a__photo, .home-banner-carousel-module__yGIm1a__glow, .home-banner-carousel-module__yGIm1a__wedgeOrange {
    display: none;
  }

  .home-banner-carousel-module__yGIm1a__wedgeDark {
    clip-path: none;
  }

  .home-banner-carousel-module__yGIm1a__title {
    font-size: 22px;
  }

  .home-banner-carousel-module__yGIm1a__titleOffer {
    max-width: 100%;
    font-size: 22px;
  }

  .home-banner-carousel-module__yGIm1a__subtitle {
    font-size: 13px;
  }

  .home-banner-carousel-module__yGIm1a__arrow {
    width: 36px;
    height: 36px;
  }

  .home-banner-carousel-module__yGIm1a__arrowPrev {
    left: 6px;
  }

  .home-banner-carousel-module__yGIm1a__arrowNext {
    right: 6px;
  }

  .home-banner-carousel-module__yGIm1a__textCol {
    padding: 0 38px;
  }
}

@media (max-width: 575px) {
  .home-banner-carousel-module__yGIm1a__title, .home-banner-carousel-module__yGIm1a__titleOffer {
    font-size: 19px;
  }

  .home-banner-carousel-module__yGIm1a__actions {
    gap: 10px;
  }

  .home-banner-carousel-module__yGIm1a__btn {
    height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-banner-carousel-module__yGIm1a__track, .home-banner-carousel-module__yGIm1a__dot {
    transition: none;
  }
}

/* [project]/node_modules/swiper/modules/grid.css [app-client] (css) */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

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