body.home {
    overflow-x: hidden;
  }
  body.home .top-section {
    margin-top: 62px;
    position: relative;
  }
  body.home .top-section .third .top span, body.home .top-section .third .bottom span {
    position: absolute;
    bottom: 16px;
    left: 19px;
    margin-top: 19px;
    font-size: 14px;
    color: #086AE5;
    letter-spacing: -0.14px;
  }
  body.home .top-section, body.home .category-middle-block {
    display: flex;
    height: 547px;
    overflow: hidden;
  }
  body.home .top-section .top-section-link, body.home .category-middle-block .top-section-link {
    display: flex;
    width: 64%;
  }
  body.home .top-section .top-section-link .first, body.home .category-middle-block .top-section-link .first {
    width: 54%;
  }
  body.home .top-section .top-section-link .second, body.home .category-middle-block .top-section-link .second {
    width: 46%;
  }
  body.home .top-section .first, body.home .category-middle-block .first {
    width: 34%;
  }
  body.home .top-section .first h2, body.home .category-middle-block .first h2 {
    position: absolute;
    font-size: 52px;
    line-height: 54px;
    color: #fff;
    top: 380px;
    left: 111px;
    white-space: nowrap;
  }
  body.home .top-section .first .button, body.home .category-middle-block .first .button {
    position: absolute;
    top: 450px;
    width: 190px;
    text-transform: capitalize;
    left: 111px;
    letter-spacing: -1px;
  }
  body.home .top-section .second, body.home .category-middle-block .second {
    width: 30%;
  }
  body.home .top-section .third, body.home .category-middle-block .third {
    width: 36%;
    margin-left: 12px;
  }
  body.home .top-section .third .top, body.home .category-middle-block .third .top {
    border-radius: 12px 0px 0px 12px;
  }
  body.home .top-section .third .top, body.home .top-section .third .bottom, body.home .category-middle-block .third .top, body.home .category-middle-block .third .bottom {
    display: block;
    height: calc((100% - 12px) / 2);
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body.home .top-section .third .top .title-block, body.home .top-section .third .bottom .title-block, body.home .category-middle-block .third .top .title-block, body.home .category-middle-block .third .bottom .title-block {
    position: absolute;
    bottom: 46px;
    left: 19px;
  }
  body.home .top-section .third .top .title-block p, body.home .top-section .third .bottom .title-block p, body.home .category-middle-block .third .top .title-block p, body.home .category-middle-block .third .bottom .title-block p {
    font-size: 12px;
    line-height: 18px;
    color: #808992;
    text-transform: lowercase;
    letter-spacing: -0.48px;
  }
  body.home .top-section .third .top .title-block h3, body.home .top-section .third .bottom .title-block h3, body.home .category-middle-block .third .top .title-block h3, body.home .category-middle-block .third .bottom .title-block h3 {
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 24px;
    color: #282828;
  }
  body.home .top-section .third .top img, body.home .top-section .third .bottom img, body.home .category-middle-block .third .top img, body.home .category-middle-block .third .bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.home .top-section .third .bottom, body.home .category-middle-block .third .bottom {
    margin-top: 12px;
    border-radius: 12px 0px 0px 12px;
  }
  body.home .top-section .first img, body.home .top-section .second img, body.home .category-middle-block .first img, body.home .category-middle-block .second img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  body.home .category-middle-block {
    margin: 92px 0;
  }
  body.home .category-middle-block .top-section-block {
    position: relative;
  }
  body.home .category-middle-block .third {
    margin-left: 0;
    margin-right: 12px;
  }
  body.home .category-middle-block .third .top, body.home .category-middle-block .third .bottom {
    border-radius: 0px 12px 12px 0px;
  }
  body.home .category-middle-block .third .top .title-block, body.home .category-middle-block .third .top a, body.home .category-middle-block .third .bottom .title-block, body.home .category-middle-block .third .bottom a {
    left: 28px;
  }
  body.home .category-middle-block .third .top .title-block, body.home .category-middle-block .third .bottom .title-block {
    bottom: 58px;
  }
  body.home .category-middle-block .third .top a, body.home .category-middle-block .third .bottom a {
    position: absolute;
    margin-top: 19px;
    font-size: 14px;
    color: #086AE5;
    letter-spacing: -0.14px;
    bottom: 28px;
  }
  body.home .section-blocks {
    display: flex;
    gap: 42px;
    justify-content: space-around;
    max-width: 1200px;
    margin: 92px auto 0;
    padding-bottom: 92px;
  }
  body.home .section-blocks .item {
    border-radius: 12px;
    border: 1px solid #CEE1FA;
    padding: 23px 0 24px;
    display: flex;
    align-items: center;
    width: 256px;
    flex: 1;
    justify-content: center;
  }
  body.home .section-blocks .item div:first-child {
    display: flex;
    align-items: center;
  }
  body.home .section-blocks .item .text-block {
    margin-left: 12px;
    white-space: nowrap;
  }
  body.home .section-blocks .item .text-block p {
    font-size: 12px;
    line-height: 12px;
    color: #808992;
    margin-top: 0;
  }
  body.home .section-blocks .item .text-block h3 {
    letter-spacing: -1.36px;
  }
  body.home .section-blocks .item.first {
    flex-direction: column;
    align-items: flex-start;
    padding: 23px 32px 24px;
  }
  body.home .section-blocks .item.first .top-block {
    display: flex;
    align-items: center;
  }
  body.home .section-blocks .item.first p {
    font-size: 14px;
  }
  body.home .section-blocks .item.first p + * {
    margin-left: 9px;
  }
  body.home .section-blocks .item img {
    min-width: 40px;
  }
  body.home .section-blocks.hide-tab {
    margin-top: 0;
  }
  body.home .section-blocks .show-tab {
    display: none;
  }
  body.home .jdgm-preview-badge .jdgm-star {
    font-size: 12px;
    line-height: 12px;
    padding: 0 1px 0 0 !important;
  }
  body.home .collection-section {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    overflow: auto;
  }
  body.home .collection-section .shop-link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.home .collection-section .products-block > * {
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.3s;
  }
  body.home .collection-section .products-block > *.hover {
    top: -16px;
  }
  body.home .collection-section .products-block > *.hover .shop-link {
    display: flex;
    align-items: center;
  }
  body.home .collection-section .products-block > *.hover .shop-link a {
    color: #086AE5;
  }
  body.home .collection-section .products-block > *.hover .shop-link a:hover {
    text-decoration: underline;
  }
  body.home .collection-section .text-block {
    min-width: 282px;
  }
  body.home .collection-section .text-block h1 {
    font-weight: 500;
  }
  body.home .collection-section .text-block a {
    margin-top: 18px;
    padding: 10px 30px;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s linear;
    text-transform: capitalize;
  }
  body.home .collection-section .text-block a:hover {
    box-shadow: 0px 45px 13px 0px rgba(148, 148, 148, 0), 0px 29px 12px 0px rgba(148, 148, 148, 0.03), 0px 16px 12px 0px rgba(148, 148, 148, 0.09), 0px 7px 7px 0px rgba(148, 148, 148, 0.16), 0px 2px 4px 0px rgba(148, 148, 148, 0.18);
  }
  body.home .collection-section .products-block {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }
  body.home .collection-section .product {
    min-width: 282px;
  }
  body.home .collection-section .product img {
    height: 377px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
  }
  body.home .collection-section .product .star {
    position: absolute;
    top: 382px;
    color: #FFD302;
  }
  body.home .collection-section .product .star .jdgm-prev-badge__text {
    visibility: visible;
    color: #808992;
    margin-left: 3px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.48px;
  }
  body.home .collection-section .product .product-name {
    height: 22px;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: -0.56px;
    margin-top: 23px;
  }
  body.home .collection-section .product .product-name a {
    color: #282828;
  }
  body.home .collection-section .product .price {
    margin-top: 4px;
  }
  body.home .collection-section .product .price .amount {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-weight: 600;
  }
  
  @media (max-width: 1023px) {
    body.home .top-section {
      margin-top: 35px;
    }
    body.home .hide-tab {
      display: none !important;
    }
    body.home h1 {
      font-size: 1.75rem;
      line-height: 2rem;
    }
    body.home .top-section, body.home .category-middle-block {
      height: 318px;
    }
    body.home .top-section .first h2, body.home .category-middle-block .first h2 {
      font-size: 28px;
      line-height: 32px;
      font-weight: 500;
      top: 176px;
      left: 29px;
    }
    body.home .top-section .first .button, body.home .category-middle-block .first .button {
      top: 228px;
      width: 190px;
      left: 29px;
    }
    body.home .section-blocks {
      gap: 8px;
      margin-top: 64px;
      padding-bottom: 64px;
    }
    body.home .section-blocks .item {
      flex-direction: column;
      align-items: start;
      padding: 20px;
      width: 25%;
    }
    body.home .section-blocks .item .text-block {
      margin: 12px 0 0;
      white-space: normal;
    }
    body.home .section-blocks .item.first {
      max-height: -moz-fit-content;
      max-height: fit-content;
      display: flex;
      justify-content: center;
      gap: 9px;
      align-items: center;
    }
    body.home .section-blocks .item.first::-webkit-scrollbar {
      display: none;
    }
    body.home .section-blocks .show-tab {
      display: flex;
    }
    body.home .section-blocks .show-desktop {
      display: none !important;
    }
    body.home .collection-section {
      scrollbar-width: none;
      -ms-overflow-style: none;
      width: calc(100% + 24px);
    }
    body.home .collection-section .text-block {
      min-width: 357px;
    }
    body.home .collection-section .text-block a {
      text-align: center;
    }
    body.home .collection-section .product img {
      border-radius: 12px;
    }
    body.home .top-section .third .bottom, body.home .category-middle-block .third .bottom {
      margin-top: 8px;
    }
    body.home .category-middle-block {
      margin: 64px 0;
    }
    body.home .product-slider h1 {
      font-size: 22px;
      line-height: 28px;
    }
    body.home .people-also-like {
      display: flex;
      flex-wrap: nowrap;
      overflow: auto;
      margin-top: 27px;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding-bottom: 64px;
    }
    body.home .people-also-like > * + * {
      margin-left: 24px;
    }
    body.home .people-also-like::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 767px) {
    body.home .section-blocks {
      flex-wrap: nowrap;
      overflow: auto;
      justify-content: flex-start;
      margin-top: 32px;
      padding-bottom: 32px;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    body.home .section-blocks::-webkit-scrollbar {
      display: none;
    }
    body.home .section-blocks .item {
      min-width: 213px;
      width: 213px;
      min-height: 133px;
    }
    body.home .top-section {
      margin-top: 44px;
    }
    body.home .top-section .top-section-link {
      width: 100%;
    }
    body.home .top-section .top-section-link .first {
      width: 55%;
      height: 234px;
    }
    body.home .top-section .top-section-link .second {
      width: 50%;
      height: 234px;
    }
    body.home .top-section, body.home .category-middle-block {
      flex-wrap: wrap;
      height: auto;
    }
    body.home .top-section .first, body.home .category-middle-block .first {
      width: 55%;
      height: 234px;
    }
    body.home .top-section .first h2, body.home .category-middle-block .first h2 {
      top: 121px;
      left: 16px;
    }
    body.home .top-section .first .button, body.home .category-middle-block .first .button {
      top: 169px;
      left: 16px;
    }
    body.home .top-section .second, body.home .category-middle-block .second {
      width: 45%;
      height: 234px;
    }
    body.home .top-section .third, body.home .category-middle-block .third {
      width: calc(100% - 32px);
      margin: 32px 16px 0 16px;
    }
    body.home .top-section .third .bottom, body.home .category-middle-block .third .bottom {
      margin-top: 24px;
    }
    body.home .top-section .third .top, body.home .top-section .third .bottom, body.home .category-middle-block .third .top, body.home .category-middle-block .third .bottom {
      border-radius: 12px;
      height: 185px;
    }
    body.home .collection-section {
      flex-direction: column;
      align-items: flex-start;
      width: calc(100% + 16px);
    }
    body.home .collection-section .text-block {
      min-width: calc(100% - 32px);
    }
    body.home .collection-section .text-block a {
      width: 100%;
    }
    body.home .collection-section .products-block {
      gap: 15px;
      overflow: auto;
      width: 100%;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    body.home .collection-section .products-block::-webkit-scrollbar {
      display: none;
    }
    body.home .category-middle-block {
      margin: 0 0 64px;
    }
    body.home .category-middle-block .first, body.home .category-middle-block .second {
      display: none;
    }
    body.home .category-middle-block .third .top a, body.home .category-middle-block .third .bottom a {
      bottom: 20px;
      left: 20px;
    }
    body.home .category-middle-block .third .top .title-block, body.home .category-middle-block .third .bottom .title-block {
      left: 20px;
      bottom: 50px;
    }
    body.home .people-also-like {
      margin-top: 14px;
      padding-bottom: 32px;
    }
    body.home .people-also-like > * + * {
      margin-left: 13px;
    }
  }
  /*# sourceMappingURL=homepage.css.map */
  