/* [project]/src/components/ButtonMobile/ButtonMobile.module.scss.module.css [app-client] (css) */
.ButtonMobile-module-scss-module__eIhnXG__root {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.ButtonMobile-module-scss-module__eIhnXG__content {
  height: 100%;
}

.ButtonMobile-module-scss-module__eIhnXG__button {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.ButtonMobile-module-scss-module__eIhnXG__background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ButtonMobile-module-scss-module__eIhnXG__textWrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ButtonMobile-module-scss-module__eIhnXG__text {
  letter-spacing: .07rem;
}

.ButtonMobile-module-scss-module__eIhnXG__type-cancel .ButtonMobile-module-scss-module__eIhnXG__background {
  background-color: #0000;
}

.ButtonMobile-module-scss-module__eIhnXG__type-cancel .ButtonMobile-module-scss-module__eIhnXG__text {
  opacity: .4;
}

.ButtonMobile-module-scss-module__eIhnXG__type-disabled .ButtonMobile-module-scss-module__eIhnXG__background {
  background-color: #999;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-white.ButtonMobile-module-scss-module__eIhnXG__type-confirm .ButtonMobile-module-scss-module__eIhnXG__background {
  background-color: #fff;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-white.ButtonMobile-module-scss-module__eIhnXG__type-cancel .ButtonMobile-module-scss-module__eIhnXG__text {
  color: #000;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-black.ButtonMobile-module-scss-module__eIhnXG__type-confirm .ButtonMobile-module-scss-module__eIhnXG__background {
  background-color: #000;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-black.ButtonMobile-module-scss-module__eIhnXG__type-cancel .ButtonMobile-module-scss-module__eIhnXG__text {
  color: #fff;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-purple.ButtonMobile-module-scss-module__eIhnXG__type-confirm .ButtonMobile-module-scss-module__eIhnXG__background {
  background-color: #673ab7;
}

.ButtonMobile-module-scss-module__eIhnXG__colorScheme-purple.ButtonMobile-module-scss-module__eIhnXG__type-cancel .ButtonMobile-module-scss-module__eIhnXG__text {
  color: #fff;
}

/* [project]/src/components/Price/Price.module.scss.module.css [app-client] (css) */
.Price-module-scss-module__ER8hCG__hasDiscount {
  opacity: .4;
  text-decoration: line-through;
}

.Price-module-scss-module__ER8hCG__currency-usd .Price-module-scss-module__ER8hCG__sign:before {
  content: "$";
}

.Price-module-scss-module__ER8hCG__currency-eur .Price-module-scss-module__ER8hCG__sign:before {
  content: "€";
}

.Price-module-scss-module__ER8hCG__currency-gbp .Price-module-scss-module__ER8hCG__sign:before {
  content: "£";
}

/* [project]/src/components/ButtonBuyMobile/ButtonBuyMobile.module.scss.module.css [app-client] (css) */
.ButtonBuyMobile-module-scss-module__vcCHgG__heightX2 {
  height: 60px;
}

.ButtonBuyMobile-module-scss-module__vcCHgG__text {
  letter-spacing: .07rem;
}

.ButtonBuyMobile-module-scss-module__vcCHgG__textPadded {
  padding-left: 1rem;
}

/* [project]/src/components/Dots/Dots.module.scss.module.css [app-client] (css) */
.Dots-module-scss-module__A8ApwW__root {
  display: flex;
}

.Dots-module-scss-module__A8ApwW__animated {
  margin-right: 14px;
}

.Dots-module-scss-module__A8ApwW__animated:last-child {
  margin-right: 0;
}

.Dots-module-scss-module__A8ApwW__dot {
  opacity: .4;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
}

.Dots-module-scss-module__A8ApwW__dot.Dots-module-scss-module__A8ApwW__current {
  opacity: 1;
}

.Dots-module-scss-module__A8ApwW__dot.Dots-module-scss-module__A8ApwW__black {
  background: #000;
}

.Dots-module-scss-module__A8ApwW__dot:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

/* [project]/src/components/OverlapSlider/OverlapSlider.module.scss.module.css [app-client] (css) */
.OverlapSlider-module-scss-module__c0E_LW__root {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.OverlapSlider-module-scss-module__c0E_LW__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.OverlapSlider-module-scss-module__c0E_LW__hidden {
  visibility: hidden;
}

.OverlapSlider-module-scss-module__c0E_LW__slidePreview {
  width: 100%;
  height: 100%;
}

.OverlapSlider-module-scss-module__c0E_LW__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.OverlapSlider-module-scss-module__c0E_LW__isHide {
  display: block;
}

.OverlapSlider-module-scss-module__c0E_LW__imageWrapper {
  width: 100%;
  height: 100%;
}

/* [project]/src/components/OverlapSliderMobile/OverlapSliderMobile.module.scss.module.css [app-client] (css) */
.OverlapSliderMobile-module-scss-module__wKcs3G__root {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* [project]/src/components/ProductPage/MobileContent/ProductGallery/ProductGallery.module.scss.module.css [app-client] (css) */
.ProductGallery-module-scss-module__nJC3ua__root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductGallery-module-scss-module__nJC3ua__dots {
  z-index: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}

/* [project]/src/components/Size/SizeItem/SizeItem.module.scss.module.css [app-client] (css) */
.SizeItem-module-scss-module__R1Z7aa__root {
  transition: opacity .2s;
}

@media (min-width: 750px) {
  .SizeItem-module-scss-module__R1Z7aa__root:not(.SizeItem-module-scss-module__R1Z7aa__active):hover {
    opacity: .4;
  }
}

@media (max-width: 750px) {
  .SizeItem-module-scss-module__R1Z7aa__root:not(.SizeItem-module-scss-module__R1Z7aa__active):active {
    opacity: .4;
  }
}

.SizeItem-module-scss-module__R1Z7aa__backgroundWrapper {
  z-index: 1;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SizeItem-module-scss-module__R1Z7aa__background {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-black .SizeItem-module-scss-module__R1Z7aa__background {
  background-color: #000;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-black .SizeItem-module-scss-module__R1Z7aa__size {
  color: #000;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-black.SizeItem-module-scss-module__R1Z7aa__active .SizeItem-module-scss-module__R1Z7aa__size {
  color: #fff;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-white .SizeItem-module-scss-module__R1Z7aa__background {
  background-color: #fff;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-white .SizeItem-module-scss-module__R1Z7aa__size {
  color: #fff;
}

.SizeItem-module-scss-module__R1Z7aa__colorScheme-white.SizeItem-module-scss-module__R1Z7aa__active .SizeItem-module-scss-module__R1Z7aa__size {
  color: #000;
}

.SizeItem-module-scss-module__R1Z7aa__size {
  z-index: 2;
  position: relative;
}

/* [project]/src/components/Size/Size.module.scss.module.css [app-client] (css) */
.Size-module-scss-module__tSwFTG__root {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 50px;
  display: flex;
}

@media (max-width: 750px) {
  .Size-module-scss-module__tSwFTG__root {
    align-items: center;
    min-height: 85px;
  }
}

.Size-module-scss-module__tSwFTG__text {
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.Size-module-scss-module__tSwFTG__mobileText {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 750px) {
  .Size-module-scss-module__tSwFTG__mobileText {
    margin-bottom: 5rem;
  }
}

.Size-module-scss-module__tSwFTG__title {
  display: inline-block;
}

.Size-module-scss-module__tSwFTG__guide {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.Size-module-scss-module__tSwFTG__sizeList {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: inline-flex;
}

.Size-module-scss-module__tSwFTG__item {
  cursor: pointer;
  position: relative;
}

@media (max-width: 750px) {
  .Size-module-scss-module__tSwFTG__item {
    margin-left: 4.8rem;
  }
}

.Size-module-scss-module__tSwFTG__item:first-child {
  margin-left: 0;
}

/* [project]/src/components/ProductPage/MobileContent/ConfirmSelection/ConfirmSelection.module.scss.module.css [app-client] (css) */
.ConfirmSelection-module-scss-module__IUwVnG__root {
  z-index: 12;
  background-color: #fff;
  width: 100%;
  min-height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ConfirmSelection-module-scss-module__IUwVnG__sizeWrapper {
  padding: 30px 25px 0;
}

.ConfirmSelection-module-scss-module__IUwVnG__confirmWrapper {
  width: 100%;
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ConfirmSelection-module-scss-module__IUwVnG__heightX2 {
  height: 60px;
}

.ConfirmSelection-module-scss-module__IUwVnG__heightX3 {
  height: 90px;
}

/* [project]/src/components/ProductPage/MobileContent/ProductDescription/ProductDescription.module.scss.module.css [app-client] (css) */
.ProductDescription-module-scss-module__Wnl5cW__root {
  padding: 4.9rem 25px;
}

.ProductDescription-module-scss-module__Wnl5cW__descriptionWrapper {
  margin-top: 2rem;
  margin-bottom: 4.7rem;
}

.ProductDescription-module-scss-module__Wnl5cW__descriptionWrapper:last-child {
  margin-bottom: 0;
}

.ProductDescription-module-scss-module__Wnl5cW__title {
  margin-bottom: 2.5rem;
}

/* [project]/src/components/ProductPage/MobileContent/MobileContent.module.scss.module.css [app-client] (css) */
.MobileContent-module-scss-module__ELcRWa__root {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.MobileContent-module-scss-module__ELcRWa__contentWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.MobileContent-module-scss-module__ELcRWa__isVisibleDescription .MobileContent-module-scss-module__ELcRWa__contentWrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.MobileContent-module-scss-module__ELcRWa__galleryWrapper {
  width: 100%;
  height: 100%;
  transition: height .3s;
  position: relative;
}

.MobileContent-module-scss-module__ELcRWa__isVisibleDescription .MobileContent-module-scss-module__ELcRWa__galleryWrapper {
  height: calc(50% + 12.5px);
}

.MobileContent-module-scss-module__ELcRWa__productDescriptionWrapper {
  padding-bottom: 60px;
}

.MobileContent-module-scss-module__ELcRWa__buttonBuyWrapper {
  backface-visibility: hidden;
  width: 100%;
  padding: 0 25px;
  transition-property: transform, padding;
  transition-duration: .3s;
  position: absolute;
  bottom: 90px;
  left: 0;
}

.MobileContent-module-scss-module__ELcRWa__isVisibleDescription .MobileContent-module-scss-module__ELcRWa__buttonBuyWrapper {
  padding: 0;
  transform: translate3d(0, 30px, 0);
}

/* [project]/src/components/ProductPage/DesktopContent/ProductHeader/ProductHeader.module.scss.module.css [app-client] (css) */
.ProductHeader-module-scss-module__IJ4wFG__root {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  padding: 50px 50px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductHeader-module-scss-module__IJ4wFG__isDisabled {
  pointer-events: none;
}

.ProductHeader-module-scss-module__IJ4wFG__wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ProductHeader-module-scss-module__IJ4wFG__btnWrapper {
  backface-visibility: hidden;
  width: 66.6667%;
  transition: transform .6s;
  display: flex;
  position: relative;
  top: 0;
  transform: translate3d(25%, 0, 0);
}

.ProductHeader-module-scss-module__IJ4wFG__btnWrapper.ProductHeader-module-scss-module__IJ4wFG__isVisibleBasket {
  transform: translate3d(0, 0, 0);
}

.ProductHeader-module-scss-module__IJ4wFG__btn {
  width: 50%;
}

.ProductHeader-module-scss-module__IJ4wFG__basketWrapper {
  justify-content: space-between;
  width: 16.6667%;
  min-width: 100px;
  display: flex;
}

.ProductHeader-module-scss-module__IJ4wFG__basketText {
  margin-left: 2rem;
}

/* [project]/src/components/ButtonBuy/ButtonBuy.module.scss.module.css [app-client] (css) */
.ButtonBuy-module-scss-module__VFmhVa__root {
  width: 100%;
  min-width: 100%;
  height: calc(100% + 50px);
  min-height: 100px;
  position: relative;
}

.ButtonBuy-module-scss-module__VFmhVa__button {
  width: 100%;
  height: 100%;
}

.ButtonBuy-module-scss-module__VFmhVa__priceWrapper {
  width: 100%;
  height: calc(41% - 20.5px);
}

.ButtonBuy-module-scss-module__VFmhVa__textWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.ButtonBuy-module-scss-module__VFmhVa__price {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ButtonBuy-module-scss-module__VFmhVa__leftText {
  position: absolute;
  top: 0;
  left: 0;
}

.ButtonBuy-module-scss-module__VFmhVa__centerText {
  position: absolute;
  top: 0;
  left: 50%;
}

.ButtonBuy-module-scss-module__VFmhVa__buttonWrapper {
  text-align: center;
  backface-visibility: hidden;
  width: 100%;
  height: calc(59% + 20.5px);
  position: relative;
}

@media (min-width: 750px) {
  .ButtonBuy-module-scss-module__VFmhVa__buttonWrapper:hover .ButtonBuy-module-scss-module__VFmhVa__buttonText {
    transform: translate3d(0, -100%, 0);
  }
}

@media (max-width: 750px) {
  .ButtonBuy-module-scss-module__VFmhVa__buttonWrapper:active .ButtonBuy-module-scss-module__VFmhVa__buttonText {
    transform: translate3d(0, -100%, 0);
  }
}

.ButtonBuy-module-scss-module__VFmhVa__buttonText {
  transition: transform .3s;
  position: relative;
}

.ButtonBuy-module-scss-module__VFmhVa__interactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.ButtonBuy-module-scss-module__VFmhVa__background {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ButtonBuy-module-scss-module__VFmhVa__gotItText {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.ButtonBuy-module-scss-module__VFmhVa__buyText {
  z-index: 2;
  width: 100%;
  height: 1.8rem;
  position: absolute;
  bottom: 50px;
  left: 0;
  overflow: hidden;
}

/* [project]/src/components/ProductPage/DesktopContent/ProductFooter/ProductFooter.module.scss.module.css [app-client] (css) */
.ProductFooter-module-scss-module__YQ-_sa__root {
  z-index: 9;
  pointer-events: none;
  width: 100%;
  padding: 0 50px 50px;
  position: absolute;
  bottom: .1px;
  left: 0;
}

.ProductFooter-module-scss-module__YQ-_sa__root.ProductFooter-module-scss-module__YQ-_sa__isVisible {
  pointer-events: all;
}

/* [project]/src/components/SlideSelector/SlideSelector.module.scss.module.css [app-client] (css) */
.SlideSelector-module-scss-module__1HjrOG__root {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.SlideSelector-module-scss-module__1HjrOG__count {
  letter-spacing: 5px;
  height: 100%;
  margin-left: 5.5rem;
  font-size: 1.2rem;
}

.SlideSelector-module-scss-module__1HjrOG__items {
  transition: transform .4s;
  display: block;
  position: absolute;
}

.SlideSelector-module-scss-module__1HjrOG__itemsWrapper {
  width: 100%;
  height: 350px;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, -150px, 0);
}

.SlideSelector-module-scss-module__1HjrOG__current {
  letter-spacing: 1rem;
  height: 2.8rem;
  position: absolute;
  top: -2px;
}

.SlideSelector-module-scss-module__1HjrOG__itemWrapper {
  width: 2.4rem;
  position: relative;
}

.SlideSelector-module-scss-module__1HjrOG__numbers {
  display: flex;
  position: absolute;
}

.SlideSelector-module-scss-module__1HjrOG__item {
  letter-spacing: 1rem;
  width: 2rem;
  height: 50px;
}

/* [project]/src/components/Sticky/Sticky.module.scss.module.css [app-client] (css) */
.Sticky-module-scss-module__2ll7lW__sticky {
  backface-visibility: hidden;
  will-change: transform;
  width: 200px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

/* [project]/src/components/OverlapSliderDesktop/OverlapSliderDesktop.module.scss.module.css [app-client] (css) */
.OverlapSliderDesktop-module-scss-module__Wew6ka__root {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__slide {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__slidePreview {
  width: 100%;
  height: 100%;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__sticky {
  z-index: 10;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__preview {
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__leftSide {
  cursor: pointer;
  width: 40%;
  height: 70%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__rightSide {
  cursor: pointer;
  width: 40%;
  height: 70%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__rightSideProduct {
  cursor: pointer;
  width: 30%;
  margin: auto;
  position: fixed;
  top: calc(12.5vh + 37.5px);
  bottom: calc(37.5vh + 12.5px);
  right: 0;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__isHide {
  display: block;
}

.OverlapSliderDesktop-module-scss-module__Wew6ka__imageWrapper {
  width: 100%;
  height: 100%;
}

/* [project]/src/components/ProductPage/DesktopContent/ProductGallery/ProductGallery.module.scss.module.css [app-client] (css) */
.ProductGallery-module-scss-module__7txcRW__root {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductGallery-module-scss-module__7txcRW__imageWrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductGallery-module-scss-module__7txcRW__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ProductGallery-module-scss-module__7txcRW__contentWrapper {
  align-items: flex-end;
  display: flex;
  position: absolute;
}

@media (min-width: 750px) {
  .ProductGallery-module-scss-module__7txcRW__contentWrapper {
    left: calc(16.6667% + 33.3333px);
  }
}

@media (max-width: 750px) {
  .ProductGallery-module-scss-module__7txcRW__contentWrapper {
    left: 50%;
  }
}

.ProductGallery-module-scss-module__7txcRW__contentWrapper {
  bottom: calc(37.5vh + 12.5px);
}

/* [project]/src/components/ProductPage/DesktopContent/ProductDescription/Title/Title.module.scss.module.css [app-client] (css) */
.Title-module-scss-module__FnqHbW__root {
  z-index: 3;
  pointer-events: none;
  display: flex;
  position: absolute;
  bottom: 50vh;
  left: 50vw;
  transform: translateX(-50%);
}

.Title-module-scss-module__FnqHbW__root.Title-module-scss-module__FnqHbW__isVisible {
  pointer-events: all;
}

.Title-module-scss-module__FnqHbW__section {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.Title-module-scss-module__FnqHbW__section.Title-module-scss-module__FnqHbW__isActive {
  cursor: default;
}

.Title-module-scss-module__FnqHbW__plus {
  cursor: default;
  padding: 0 2.4rem;
}

/* [project]/src/components/ProductPage/DesktopContent/ProductDescription/Section/Section.module.scss.module.css [app-client] (css) */
.Section-module-scss-module__XnS4Ua__sectionContainer {
  position: relative;
}

.Section-module-scss-module__XnS4Ua__sectionWrapper {
  display: inline-block;
  position: absolute;
  left: 0;
}

.Section-module-scss-module__XnS4Ua__fakeSection {
  opacity: 0;
  visibility: hidden;
}

.Section-module-scss-module__XnS4Ua__text {
  letter-spacing: .03rem;
  line-height: 2.8rem;
}

/* [project]/src/components/ProductPage/DesktopContent/ProductDescription/Description/Description.module.scss.module.css [app-client] (css) */
.Description-module-scss-module__by5vwW__root {
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.Description-module-scss-module__by5vwW__fullSize {
  width: 100%;
  height: 100%;
  position: relative;
}

.Description-module-scss-module__by5vwW__descriptionWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Description-module-scss-module__by5vwW__description {
  padding-bottom: calc(12.5vh + 37.5px);
}

.Description-module-scss-module__by5vwW__gradient {
  z-index: 9;
  background-image: linear-gradient(#fff 0% 60%, #fff0 100%);
  width: calc(100% - 50px);
  height: calc(25vh + 25px);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
}

.Description-module-scss-module__by5vwW__text {
  letter-spacing: .03rem;
  line-height: 2.8rem;
}

/* [project]/src/components/ProductPage/DesktopContent/ProductDescription/ProductDescription.module.scss.module.css [app-client] (css) */
.ProductDescription-module-scss-module__vdqsra__root {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductDescription-module-scss-module__vdqsra__background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ProductDescription-module-scss-module__vdqsra__socialLinks {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

/* [project]/src/components/ProductPage/DesktopContent/DesktopContent.module.scss.module.css [app-client] (css) */
.DesktopContent-module-scss-module__ZgIiGG__root {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

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