h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 959px) {
  h2 {
    font-size: 40px;
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 20px;
    margin-top: 32px;
  }
}
.sale-banner-body{
  width: 100%;
  height: 320px;
  border-radius: 24px;
  position: relative;
}
.sale-banner-body .title{
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  max-width: 70%;
}

.sale-banner-body .body{
  max-width: 80%;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #161822;
}

.sale-banner-body .body.small{
  font-size: 20px;
  line-height: 1.2;
  max-width: 100%;
}

.sale-banner-body .btn{
  text-align: center;
  padding: 13px 0;
  border-radius: 12px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #20232F;
  line-height: 1.2;
  width: 145px;
}

@media (max-width: 1024px){
  .sale-banner-body{
    height: 260px;
  }
  .sale-banner-body .title{
    font-size: 22px;
    max-width: 100%;
  }

  .sale-banner-body .body{
    font-size: 16px;
    margin-top: 20px;
  }

  .sale-banner-body .body.small{
    font-size: 16px;
  }

}

.package-bnr{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
}
.package-bnr .package-body{
  position: absolute;
  top: 40px;
  left: 30px;
}
.package-bnr .label{
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  width: 80px;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-bnr .title{
  margin-top: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.package-bnr .body{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  max-width: 60%;
}

.package-bnr .price{
  margin-top: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 1024px){
  .package-bnr .title{
    font-size: 22px;
  }
  .package-bnr .price{
    font-size: 22px;
  }
  .package-bnr img{
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
  }
  .package-bnr .body{
    font-size: 14px;
    max-width: 100%;
  }
  .package-bnr{
    height: 240px;
    padding-bottom: 15px;
  }
  .package-bnr .package-body{
    top: 30px;
    left: 30px;
    right: 30px;
  }

}

.collection-bnr{
  position: relative;
  display: block;
  height: 100%;

}
.collection-bnr .title{
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  max-width: 60%;
}

.collection-bnr .btn{
  border: 1px solid #fff;
  text-align: center;
  padding: 13px 0;
  border-radius: 12px;
  position: absolute;
  bottom: 40px;
  left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #2D2F39;
  line-height: 1.2;
  width: 145px;
}

@media (max-width: 1024px){
  .collection-bnr img{
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
  }
  .collection-bnr{
    height: 170px;
  }
  .collection-bnr .title{
    font-size: 24px;
    top: 25px;
  }
  .collection-bnr .btn{
    padding: 10px 0;
    bottom: 25px;
  }
}

.slideshow-home {
  max-width: 1360px;
  height: 410px;
  margin: 24px auto 0;
  padding: 0;
}
.slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li a img,
.slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li a video,
.slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li span img,
.slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li span video {
  width: 100%;
  height: 410px;
  border-radius: 24px;
}
.slideshow-default.uk-slideshow .slideshow-container{
  height: 410px;
}
.slideshow-home .home-h1 {
  position: absolute;
  left: -9999px;
}
@media (max-width: 959px) {
  .slideshow-home {
    margin: 24px auto 0;
  }
}
@media (max-width: 1024px) {
  .slideshow-home {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    height: 200px;
  }
  .slideshow-default.uk-slideshow .slideshow-container{
    height: 200px;
  }
  .slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li a img,
  .slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li a video,
  .slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li span img,
  .slideshow-default.uk-slideshow .slideshow-container .uk-slideshow-items > li span video {
    height: 200px;
    border-radius: 24px;
  }
}

@media (max-width: 959px) {
  .slider-cat {
    margin: 0 calc(var(--ph) * -1);
  }
}
@media (min-width: 960px) or (max-width: 1024px) {
  .slider-cat .uk-slider-items.slider-transform {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 959px) {
  .slider-cat .uk-slider-items {
    margin: 0 var(--ph) 0 calc(var(--ph) - 15px);
  }
}
@media (max-width: 1024px) {
  .slider-cat .uk-slider-items {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
.slider-cat .uk-slider-items > div {
  width: 16.6666666667%;
}
@media (max-width: 959px) {
  .slider-cat .uk-slider-items > div {
    width: 175px;
  }
}
@media (max-width: 1024px) {
  .slider-cat .uk-slider-items > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 799px) {
  .slider-cat .uk-slider-items > div {
    width: 50%;
  }
}
.slider-cat .uk-slider-items > div .uk-panel {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.slider-cat .uk-slider-items > div .uk-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  transition: background-color 0.3s;
  background-color: rgba(9, 10, 12, 0.2);
}
.slider-cat .uk-slider-items > div .uk-panel img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .slider-cat .uk-slider-items > div .uk-panel img {
    height: 180px;
  }
}
.slider-cat .uk-slider-items > div .uk-panel p {
  position: absolute;
  left: 16px;
  bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  transition: all 0.3s;
}
.slider-cat .uk-slider-items > div .uk-panel p:before {
  font-size: 0;
  transform: rotate(45deg) translate(-100%, 60%);
  transition: all 0.3s;
}
@media (pointer: fine) {
  .slider-cat .uk-slider-items > div .uk-panel:hover:before {
    background-color: rgba(70, 28, 0, 0.4);
  }
  .slider-cat .uk-slider-items > div .uk-panel:hover img {
    transform: scale(1.1);
  }
  .slider-cat .uk-slider-items > div .uk-panel:hover p {
    left: 20px;
    bottom: 24px;
  }
  .slider-cat .uk-slider-items > div .uk-panel:hover p:before {
    transform: rotate(0) translate(0);
    font-size: 16px;
  }
}

.block-collection {
  background-color: #f0f9fe;
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 959px) {
  .block-collection {
    margin-top: 48px;
    padding: 48px 0;
  }
}
@media (max-width: 1024px) {
  .block-collection {
    margin-top: 32px;
    padding: 0 0 32px;
  }
}
.block-collection .collection-bnr {
  position: relative;
  display: block;
  height: 100%;
  min-height: 480px;
  text-decoration: unset;
}
@media (max-width: 1024px) {
  .block-collection .collection-bnr {
    margin: 0 calc(var(--ph) * -1);
  }
}
.block-collection .collection-bnr img {
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .block-collection .collection-bnr img {
    border-radius: 0;
  }
}
.block-collection .collection-bnr .title {
  position: relative;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 48px 48px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  filter: drop-shadow(2px 4px 6px #555);
}
@media (max-width: 1429px) {
  .block-collection .collection-bnr .title {
    font-size: 3.2vw;
  }
}
@media (max-width: 959px) {
  .block-collection .collection-bnr .title {
    padding: 32px 0 0 32px;
    font-size: 4vw;
    max-width: 60%;
  }
}
@media (max-width: 1024px) {
  .block-collection .collection-bnr .title {
    font-size: 6.2vw;
    padding: 32px 16px 0;
    max-width: unset;
  }
}
.block-collection .collection-bnr .btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  margin: 24px 0 0 48px;
  padding: 20px 24px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0b0d0f;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 959px) {
  .block-collection .collection-bnr .btn {
    margin: 24px 0 0 32px;
  }
}
@media (max-width: 1024px) {
  .block-collection .collection-bnr .btn {
    font-size: 14px;
    margin: 16px 0 0 16px;
    padding: 13px 12px;
  }
}
.block-collection .collection-bnr:hover .btn {
  background-color: #22262d;
  color: #fff;
}
.block-collection .collection-bnr:active .btn {
  background-color: #0b0d0f;
}

.bnr-block-collection {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
}
@media (max-width: 959px) {
  .bnr-block-collection {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .bnr-block-collection {
    height: 196px;
  }
}
.bnr-block-collection:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 10, 12, 0.4);
  backdrop-filter: blur(2px);
  transition: backdrop-filter 0.3s;
}
.bnr-block-collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnr-block-collection > span {
  position: absolute;
  width: 100%;
  max-width: 1430px;
  margin-bottom: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .bnr-block-collection > span {
    margin-bottom: 32px;
  }
}
.bnr-block-collection > span p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: 0 0 8px;
}
@media (max-width: 959px) {
  .bnr-block-collection > span p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .bnr-block-collection > span p {
    height: 14px;
  }
}
.bnr-block-collection > span .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  max-width: 500px;
  margin: 0;
}
@media (max-width: 959px) {
  .bnr-block-collection > span .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .bnr-block-collection > span .title {
    font-size: 24px;
  }
}
.bnr-block-collection > span .btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  margin-top: 24px;
  padding: 20px 24px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0b0d0f;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1024px) {
  .bnr-block-collection > span .btn {
    padding: 13px 20px;
    font-size: 14px;
    margin-top: 16px;
  }
}
.bnr-block-collection:hover .btn {
  background-color: #22262d;
  color: #fff;
}
.bnr-block-collection:hover:before {
  backdrop-filter: blur(5px);
}
.bnr-block-collection:active .btn {
  background-color: #0b0d0f;
}

.slider-brands {
  position: relative;
}
.slider-brands:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #f0e7d8;
}
.slider-brands .uk-slider {
  padding: 40px 0;
}
@media (max-width: 959px) {
  .slider-brands .uk-slider {
    margin: 0 calc(var(--ph) * -1);
  }
}
.slider-brands .uk-slider .uk-slider-items {
  justify-content: space-between;
}
@media (max-width: 959px) {
  .slider-brands .uk-slider .uk-slider-items {
    margin: 0 var(--ph) 0 calc(var(--ph) - 20px);
  }
}
.slider-brands .uk-slider .uk-slider-items a {
  display: flex;
  align-items: center;
  filter: drop-shadow(2px 4px 6px transparent);
  transition: filter 0.3s;
}
.slider-brands .uk-slider .uk-slider-items a:hover {
  filter: drop-shadow(2px 4px 6px #fa7a35);
}

.block-news {
  margin-top: 80px;
  margin-bottom: 32px !important;
}
@media (max-width: 959px) {
  .block-news {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .block-news {
    margin-top: 32px;
  }
}
.block-news h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0b0d0f;
  text-align: center;
}
@media (max-width: 959px) {
  .block-news h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .block-news h2 {
    font-size: 24px;
    text-align: left;
  }
}
.block-news .uk-slider {
  border-radius: 12px;
}
@media (max-width: 959px) {
  .block-news .uk-slider {
    border-radius: 0;
    margin: 0 calc(var(--ph) * -1);
  }
}
@media (max-width: 959px) {
  .block-news .uk-slider .uk-slider-items {
    margin: 0 var(--ph) 0 calc(var(--ph) - 20px);
  }
}
@media (max-width: 1024px) {
  .block-news .uk-slider .uk-slider-items li {
    width: 230px;
  }
}
.block-news .uk-slider .uk-slider-items li a {
  text-decoration: unset;
}
.block-news .uk-slider .uk-slider-items li a .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 120%;
  border-radius: 12px;
  overflow: hidden;
}
.block-news .uk-slider .uk-slider-items li a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.block-news .uk-slider .uk-slider-items li a .text {
  margin-top: 16px;
}
.block-news .uk-slider .uk-slider-items li a .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #0b0d0f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  margin-bottom: 8px;
}
.block-news .uk-slider .uk-slider-items li a .text .hashtag {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fa7a35;
}
.block-news .uk-slider .uk-slider-items li a:hover .img img {
  transform: scale(1.1);
}

.block-comment {
  padding: 80px 0;
}
.block-comment h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0b0d0f;
  text-align: center;
}
@media (max-width: 1024px) {
  .block-comment h3 {
    font-size: 24px;
  }
}
.block-comment p {
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #0b0d0f;
}
@media (max-width: 1024px) {
  .block-comment p {
    margin-top: 16px;
    font-size: 18px;
  }
}
.block-comment p span {
  font-weight: 500;
  font-size: 18px;
  color: #838da1;
  display: block;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .block-comment p span {
    font-size: 16px;
  }
}

.bnr-footer {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 959px) {
  .bnr-footer {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .bnr-footer {
    height: 200px;
  }
}

/*# sourceMappingURL=home.css.map */
