/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./styles/Footer.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__x7vJd {
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.Footer_container__RzfQR {
  padding-left: 8.5%;
  padding-right: 8.5%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.Footer_column__uTh4D {
  width: 40%;
  padding-bottom: 45px;
}

.Footer_logo__9F3Kw {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
}

.Footer_item__i5Dz3 {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.Footer_item__i5Dz3 a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.Footer_dropdown__Od_Jp {
  display: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  -webkit-backdrop-filter: blur(140px);
          backdrop-filter: blur(140px);
  background: rgba(50, 57, 66, 0.6);
  top: -60px;
  left: 150px;
  white-space: nowrap;
  z-index: 100;
}

.Footer_item__i5Dz3:hover .Footer_dropdown__Od_Jp {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-1px);
  display: flex;
}
.Footer_item__i5Dz3:hover .Footer_dropdown__Od_Jp a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.Footer_social__cb1G5 {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}
.Footer_social__link__hS0VE {
  font-weight: 400;
  font-size: 14px;
  padding: 7px 34px 7px 19px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.Footer_social__link__hS0VE:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 19px;
  width: 10px;
  height: 10px;
  display: block;
  transition: transform 0.3s;
  background: url(/_next/static/media/arrow-up-right.46b07df8.svg) no-repeat center;
}
.Footer_social__link__hS0VE:hover:after {
  transform: rotate(45deg);
}

.Footer_email__xnP99 {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Footer_email__xnP99 img {
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
}
.Footer_email__xnP99:hover {
  text-decoration: underline;
}

.Footer_bottom__xXyBj {
  padding: 32px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Footer_bottom__link__9Kr9D {
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
.Footer_bottom__link__9Kr9D:hover {
  opacity: 1;
}
.Footer_bottom__links__pl5Ne {
  display: flex;
  align-items: center;
  gap: 32px;
}

.Footer_copyrights__8wb4a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.6;
}

.Footer_scrollBtn__ZwIqI {
  border-radius: 100%;
  background: rgba(50, 57, 66, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 8.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.Footer_scrollBtn__ZwIqI:hover {
  opacity: 0.6;
}

body > *:not(.Footer_scrollItem__2WRWx):not(header):not([data-popup]) {
  z-index: 2;
  position: relative;
}

.Footer_scrollItem__2WRWx {
  width: 368px;
  height: 368px;
  background: url(/_next/static/media/ball-start.ab481d7e.svg) no-repeat center/contain;
  transition: 0.3s linear;
  position: absolute;
  z-index: 1;
  animation: Footer_spin__JQYE4 10s linear infinite;
  pointer-events: none;
}
.Footer_scrollItemWrap__vyPHI {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1 !important;
  pointer-events: none;
}

@keyframes Footer_spin__JQYE4 {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1100px) {
  .Footer_footer__x7vJd {
    padding-top: 6vh;
  }
  .Footer_container__RzfQR {
    padding-left: 3%;
    padding-right: 3%;
  }
  .Footer_social__cb1G5 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .Footer_footer__x7vJd {
    padding-top: 60px;
  }
  .Footer_container__RzfQR {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .Footer_column__uTh4D {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
  }
  .Footer_column__uTh4D:nth-child(2) {
    border: 0;
  }
  .Footer_logo__9F3Kw {
    font-size: 16px;
  }
  .Footer_item__i5Dz3 {
    margin-bottom: 30px;
  }
  .Footer_dropdown__Od_Jp {
    left: 0;
    top: 100%;
    margin-top: 15px;
  }
  .Footer_item__i5Dz3:hover .Footer_dropdown__Od_Jp {
    position: relative;
  }
  .Footer_social__cb1G5 {
    margin-top: 30px;
    flex-wrap: wrap;
    max-width: 250px;
  }
  .Footer_social__link__hS0VE {
    font-size: 12px;
    padding: 6px 30px 6px 15px;
  }
  .Footer_social__link__hS0VE:after {
    top: 8px;
    right: 15px;
    width: 8px;
    height: 8px;
    background: url(/_next/static/media/arrow-up-right.46b07df8.svg) no-repeat center/cover;
  }
  .Footer_email__xnP99 {
    font-size: 14px;
  }
  .Footer_email__xnP99 img {
    width: 16px;
    height: 16px;
  }
  .Footer_bottom__xXyBj {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
  }
  .Footer_bottom__link__9Kr9D {
    font-size: 12px;
  }
  .Footer_copyrights__8wb4a {
    font-size: 12px;
  }
  .Footer_scrollBtn__ZwIqI {
    display: none;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./styles/Header.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__SQD4u {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.Header_container__dGdkP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8.5%;
  padding-right: 8.5%;
  max-width: 1440px;
  margin: 0 auto;
}

.Header_logo__0BY1u {
  font-size: 18px;
  white-space: nowrap;
  margin-right: 15px;
}

.Header_ico__cthie {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
}
.Header_ico__cthie:hover {
  background: transparent;
}
.Header_ico__cthie:hover img {
  filter: brightness(0) invert(1);
}

.Header_cartWrap__ptq6C {
  margin-left: 16px;
  position: relative;
}
.Header_cartWrap__ptq6C:hover > div {
  display: block;
}
.Header_cart__gIA_e span {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 100%;
  background: #927a62;
  font-weight: 700;
  font-size: 11px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .Header_container__dGdkP {
    padding-left: 3%;
    padding-right: 3%;
  }
  .Header_logo__0BY1u {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Header_header__SQD4u {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1f2329;
    z-index: 1001;
  }
  .Header_container__dGdkP {
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
  }
  .Header_logo__0BY1u {
    font-size: 12px;
  }
  .Header_cartWrap__ptq6C {
    margin-left: auto;
    position: static;
  }
  .Header_ico__cthie {
    position: relative;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./styles/Nav.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Nav_nav__3xWe_ {
  position: relative;
  display: flex;
  margin-left: auto;
  column-gap: 50px;
}

.Nav_item__NFiVs {
  font-size: 14px;
  padding: 20px 0;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.Nav_item__NFiVs:hover > a {
  color: rgba(255, 255, 255, 0.5);
}
.Nav_item__NFiVs:last-child {
  margin-left: auto;
}
.Nav_item__NFiVs.Nav_hasChild__5y7FW:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: 10px;
  transform: rotate(-135deg);
  margin-bottom: 3px;
}

.Nav_dropdown__CzGfg {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  -webkit-backdrop-filter: blur(140px);
          backdrop-filter: blur(140px);
  background: rgba(50, 57, 66, 0.6);
  top: 100%;
  left: -20px;
  white-space: nowrap;
  z-index: 100;
}

.Nav_item__NFiVs:hover .Nav_dropdown__CzGfg {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-1px);
}
.Nav_item__NFiVs:hover .Nav_dropdown__CzGfg a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.Nav_ico__05UV1 {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Nav_ico__05UV1:hover {
  background: transparent;
}
.Nav_ico__05UV1:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .Nav_nav__3xWe_ {
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Nav_nav__3xWe_ {
    column-gap: 30px;
    display: none;
    order: 3;
    overflow: auto;
  }
  .Nav_navToggler__wI7bd {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    order: 2;
    position: relative;
    cursor: pointer;
  }
  .Nav_navToggler__wI7bd:before, .Nav_navToggler__wI7bd:after {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
  }
  .Nav_navToggler__wI7bd:before {
    top: 11px;
  }
  .Nav_navToggler__wI7bd:after {
    bottom: 11px;
  }
  .Nav_open__xCzaT:after {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  .Nav_open__xCzaT:before {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
  }
  .Nav_active__iei5q {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2329;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    padding: 20px 0;
  }
  .Nav_item__NFiVs {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    text-transform: uppercase;
  }
  .Nav_item__NFiVs.Nav_hasChild__5y7FW:after {
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .Nav_ico__05UV1 {
    width: 100%;
    border-radius: 0;
    height: auto;
    background: transparent;
    justify-content: flex-start;
    margin-bottom: 20px;
    border: none;
  }
  .Nav_ico__05UV1 img {
    display: none;
  }
  .Nav_bottom__iDwXJ {
    margin-top: auto;
    padding: 40px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .Nav_email__BFTfm {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .Nav_email__BFTfm img {
    margin-right: 5px;
  }
  .Nav_social__BwSZn {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .Nav_social__link__H8KWj {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 34px 7px 19px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .Nav_social__link__H8KWj:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 19px;
    width: 10px;
    height: 10px;
    display: block;
    transition: right 0.3s;
    background: url(/_next/static/media/arrow-up-right.46b07df8.svg) no-repeat center;
  }
  .Nav_social__link__H8KWj:hover:after {
    right: 15px;
  }
  .Nav_dropdown__CzGfg {
    position: static;
    display: none;
    text-transform: none;
    background: none;
    padding: 30px 10px 0;
    gap: 30px;
    width: 100%;
  }
  .Nav_dropdown__CzGfg a {
    text-decoration: none;
  }
  .Nav_item__NFiVs:hover .Nav_dropdown__CzGfg {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .Nav_bottom__iDwXJ {
    display: none;
  }
  .Nav_icoText__NW3uC {
    display: none;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./styles/Cart.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Cart_block__bM1Vq {
  padding: 32px 24px;
  width: 493px;
  -webkit-backdrop-filter: blur(140px);
          backdrop-filter: blur(140px);
  background: rgba(50, 57, 66, 0.6);
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}

.Cart_active__q1Oid .Cart_block__bM1Vq {
  display: block;
}

.Cart_empty__xcvtT {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
}

.Cart_list__mzQAv {
  overflow: auto;
  max-height: 500px;
  padding-right: 13px;
}
.Cart_list__mzQAv::-webkit-scrollbar {
  width: 4px;
}
.Cart_list__mzQAv::-webkit-scrollbar-track {
  background: transparent;
}
.Cart_list__mzQAv::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
.Cart_list__mzQAv::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.Cart_product__Wl_PK {
  display: grid;
  grid-template-columns: 123px 1fr 30px;
  grid-gap: 24px;
  gap: 24px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.Cart_product__Wl_PK:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.Cart_productImg__xZB4L {
  width: 123px;
  height: 123px;
}
.Cart_productImg__xZB4L img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Cart_productTitle__c85Nc {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.Cart_productLabel__JHnuD {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 16px;
}
.Cart_productPrice__p9yeX {
  font-size: 16px;
}
.Cart_productPriceOld__V5_bQ {
  font-size: 16px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.64);
  margin-right: 10px;
}
.Cart_productPriceWrap__HiJe8 {
  display: flex;
  align-items: center;
}
.Cart_productDelete__J2QYH {
  cursor: pointer;
  align-self: center;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background: #fff url(/_next/static/media/delete-ico.4f7164aa.svg) no-repeat center;
}

.Cart_bottom__0byGW {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.Cart_sum__cLfyY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.Cart_sumPrice__9j4YB {
  font-weight: 700;
  font-size: 18px;
}

.Cart_submit__RPWrE {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 16px 35px;
  width: 100%;
  background: #927a62;
  margin-top: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Cart_block__bM1Vq {
    padding: 20px 15px;
    background: #1f2329;
    width: 100%;
  }
  .Cart_active__q1Oid.Cart_block__bM1Vq {
    display: block;
  }
  .Cart_empty__xcvtT {
    font-size: 12px;
  }
  .Cart_list__mzQAv {
    overflow: auto;
    max-height: calc(100vh - 223px);
    padding-right: 13px;
  }
  .Cart_product__Wl_PK {
    grid-template-columns: 75px 1fr 30px;
  }
  .Cart_productImg__xZB4L {
    width: 75px;
    height: 75px;
  }
  .Cart_productTitle__c85Nc {
    font-size: 14px;
  }
  .Cart_productLabel__JHnuD {
    font-size: 12px;
  }
  .Cart_productPrice__p9yeX {
    font-size: 16px;
  }
  .Cart_productPriceOld__V5_bQ {
    font-size: 14px;
  }
  .Cart_sum__cLfyY {
    font-size: 12px;
  }
  .Cart_sumPrice__9j4YB {
    font-size: 16px;
  }
  .Cart_submit__RPWrE {
    font-size: 14px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./styles/Category.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Category_container__a_CFM {
  padding: 100px 8.5% 100px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.Category_title__dqyBI {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.Category_buy__WnK_n {
  border-radius: 30px;
  padding: 12px 20px;
  background: #927a62;
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  color: #fff;
  cursor: pointer;
  text-transform: none;
}
.Category_buy__WnK_n span {
  font-weight: 700;
  margin-left: 5px;
}
.Category_buy__WnK_n img {
  margin-right: 7px;
  filter: invert(1);
}

.Category_list__kROLV {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.Category_item__zgZD_ {
  display: grid;
  grid-template-columns: 460px 1fr;
  position: relative;
}
.Category_itemImg__v6yos img {
  width: 100%;
  display: block;
}
.Category_itemContent__44_7X {
  padding: 64px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: rgba(50, 57, 66, 0.2);
}
.Category_itemSubtitle___YUNP {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 24px;
}
.Category_itemTitle__k5uc8 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.Category_itemText__DvBda {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 40px;
}
.Category_itemBtns__ttNyW {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Category_itemBuy__Fyzlx {
  border-radius: 30px;
  padding: 7px 17px;
  background: #927a62;
  border: 1px solid #927a62;
  font-weight: 400;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}
.Category_itemBuy__Fyzlx span {
  font-weight: 700;
  margin-left: 7px;
}
.Category_itemBuy__Fyzlx img {
  margin-right: 7px;
  filter: invert(1);
}
.Category_itemBuy__Fyzlx:hover {
  background: transparent;
}
.Category_itemBtn__Vfkq7 {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 34px 6px 19px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.Category_itemBtn__Vfkq7:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 19px;
  width: 10px;
  height: 10px;
  display: block;
  transition: transform 0.3s;
  will-change: transform;
  background: url(/_next/static/media/arrow-up-right.46b07df8.svg) no-repeat center;
}
.Category_itemBtn__Vfkq7:hover:after {
  transform: rotate(45deg);
}
.Category_itemLabel__teDf_ {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(53, 60, 76, 0.4);
  border-radius: 100px;
  padding: 5px 14px;
  position: absolute;
  top: 35px;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .Category_container__a_CFM {
    padding: 50px 15px 60px;
  }
  .Category_title__dqyBI {
    font-size: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .Category_buy__WnK_n {
    padding: 11px 16px;
    font-size: 14px;
    align-self: flex-start;
  }
  .Category_item__zgZD_ {
    grid-template-columns: 1fr;
  }
  .Category_itemContent__44_7X {
    padding: 20px;
  }
  .Category_itemSubtitle___YUNP {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .Category_itemTitle__k5uc8 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .Category_itemText__DvBda {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .Category_itemBtns__ttNyW {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .Category_itemBuy__Fyzlx {
    padding: 6px 15px;
    font-size: 12px;
    align-self: flex-start;
  }
  .Category_itemBuy__Fyzlx img {
    max-width: 14px;
  }
  .Category_itemBtn__Vfkq7 {
    font-size: 12px;
    padding: 6px 30px 6px 15px;
  }
  .Category_itemBtn__Vfkq7:after {
    top: 8px;
    right: 15px;
    width: 8px;
    height: 8px;
    background: url(/_next/static/media/arrow-up-right.46b07df8.svg) no-repeat center/cover;
  }
  .Category_itemLabel__teDf_ {
    font-size: 12px;
    top: 20px;
    left: 20px;
  }
}
