/* line 19, ../sass/all/base.scss */
.catalog-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 24, ../sass/all/base.scss */
.no-pd-top {
  padding-top: 0 !important;
}

/* line 28, ../sass/all/base.scss */
.no-pd-bot {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 33, ../sass/all/base.scss */
  .catalog-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 41, ../sass/all/base.scss */
  .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 49, ../sass/all/base.scss */
  .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 57, ../sass/all/base.scss */
  .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@keyframes gifstyle {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 11, ../sass/index/top-slider.scss */
.top-slider .top-slider-box {
  display: block;
}
/* line 17, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 23, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls .owl-nav {
  display: none;
}
/* line 27, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls .owl-dots {
  display: flex;
}
/* line 30, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E1C6C2;
  margin: 0 8px;
}
/* line 37, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #4E3F3B;
}
/* line 41, ../sass/index/top-slider.scss */
.top-slider .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #4E3F3B;
}
/* line 49, ../sass/index/top-slider.scss */
.top-slider .gifstyle-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation-name: gifstyle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* line 61, ../sass/index/top-slider.scss */
.top-slider-box-img {
  position: relative;
}
/* line 64, ../sass/index/top-slider.scss */
.top-slider-box-img img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 76, ../sass/index/top-slider.scss */
  .top-slider .owl-carousel .owl-controls {
    bottom: -20px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 90, ../sass/index/top-slider.scss */
  .top-slider .owl-carousel .owl-controls {
    bottom: -20px;
  }
  /* line 95, ../sass/index/top-slider.scss */
  .top-slider .owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    margin: 0 4px;
  }
}
/* line 6, ../sass/index/catalog-block.scss */
.catalog-block .section-title {
  text-align: center !important;
}

/* line 7, ../sass/shop/shop-tpl.scss */
.catalog-wr {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: 100%;
  padding-top: 35px;
}
/* line 15, ../sass/shop/shop-tpl.scss */
.catalog-wr.catalog-wr-slider {
  margin: 0;
}
/* line 23, ../sass/shop/shop-tpl.scss */
.catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 33, ../sass/shop/shop-tpl.scss */
.catalog-box {
  width: calc(100% / 4 - 40px);
  margin: 20px;
  position: relative;
}
/* line 38, ../sass/shop/shop-tpl.scss */
.catalog-box form {
  position: relative;
}
/* line 50, ../sass/shop/shop-tpl.scss */
.catalog-box:hover .catalog-box-img img.catalog-box-hover {
  opacity: 1;
  z-index: 2;
}

/* line 58, ../sass/shop/shop-tpl.scss */
.catalog-box-icons {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* line 67, ../sass/shop/shop-tpl.scss */
.catalog-box-icon {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58%;
  color: #fff;
  transition: background-color .15s ease;
  margin-bottom: 5px;
  font-size: 12px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}
/* line 85, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.new {
  background-color: #2ecc71;
}
/* line 89, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.hit {
  background-color: #f1c40f;
}
/* line 93, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.rec {
  background-color: #f88e31;
}
/* line 97, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.sale {
  background-color: #FE0000;
}

/* line 102, ../sass/shop/shop-tpl.scss */
.catalog-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  position: relative;
}
/* line 111, ../sass/shop/shop-tpl.scss */
.catalog-box-img picture {
  width: 100%;
}
/* line 115, ../sass/shop/shop-tpl.scss */
.catalog-box-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.4s cubic-bezier(0.245, 0.045, 0.355, 1) 0.1s;
  width: auto !important;
}
/* line 122, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
/* line 129, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover:nth-child(1) {
  display: none;
}
/* line 133, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover:nth-child(2) {
  display: block;
}

/* line 140, ../sass/shop/shop-tpl.scss */
.catalog-box-desc {
  margin-top: 15px;
}

/* line 144, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-brand {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 151, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin: 10px 0 5px;
}

/* line 158, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 164, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 170, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price small {
  font-weight: 400;
  font-size: 12px;
}
/* line 175, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price.old_price {
  font-size: 14px;
  margin-right: auto;
  margin-left: 8px;
  margin-top: -12px;
  position: relative;
}
/* line 182, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price.old_price:after {
  content: '';
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: red;
}

/* line 194, ../sass/shop/shop-tpl.scss */
.btn-na {
  font-size: 10px;
  display: block;
  width: 100px;
  text-align: center;
  color: #000000;
}
/* line 201, ../sass/shop/shop-tpl.scss */
.btn-na:hover {
  text-decoration: underline;
}

/* line 206, ../sass/shop/shop-tpl.scss */
.btn-add {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #E1C6C2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58%;
  margin-left: 20px;
  background-image: url(../img/shopping_bag1.svg);
  transition: background-color .15s ease;
}
/* line 219, ../sass/shop/shop-tpl.scss */
.btn-add:hover {
  background-color: #4E3F3B;
}

@media only screen and (max-width: 1499px) and (min-width: 1241px) {
  /* line 227, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 232, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 238, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 241, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 246, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 254, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 259, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 265, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 268, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 273, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 279, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 286, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  /* line 296, ../sass/shop/shop-tpl.scss */
  .catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
    top: 10px;
  }

  /* line 304, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 310, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 313, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 318, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 324, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 331, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 4vw);
    margin: 0 -2vw;
  }
  /* line 341, ../sass/shop/shop-tpl.scss */
  .catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
    top: 10px;
  }

  /* line 349, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 2 - 4vw);
    margin: 2vw;
    margin-bottom: 4vw;
  }

  /* line 355, ../sass/shop/shop-tpl.scss */
  .catalog-box-img {
    height: 50vw;
  }

  /* line 359, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc {
    margin-top: 10px;
  }

  /* line 363, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-brand {
    font-size: 11px;
  }

  /* line 367, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-title {
    font-size: 14px;
    margin: 4px 0 7px;
  }

  /* line 372, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 15px;
  }
  /* line 375, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price small {
    font-size: 7px;
  }
  /* line 379, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 10px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 384, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 390, ../sass/shop/shop-tpl.scss */
  .catalog-box-icons {
    flex-direction: row;
    left: 5px;
    top: 5px;
  }

  /* line 396, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon {
    font-size: 0;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-size: 80%;
  }
  /* line 403, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.new {
    background-image: url(../img/newss.svg);
  }
  /* line 407, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.hit {
    background-image: url(../img/hits.svg);
  }
  /* line 411, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.rec {
    background-image: url(../img/like_it_filled.svg);
  }
  /* line 415, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.sale {
    background-image: url(../img/coupon.svg);
  }

  /* line 420, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }

  /* line 425, ../sass/shop/shop-tpl.scss */
  .btn-add {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 350px) and (min-width: 120px) {
  /* line 434, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 12px;
  }
  /* line 437, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price small {
    font-size: 6px;
  }
  /* line 441, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 8px;
    margin-left: 3px;
  }
  /* line 445, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 6px;
  }
}
/* line 1, ../sass/index/catalog-grid.scss */
.catalog-grid {
  position: relative;
}

/* line 5, ../sass/index/catalog-grid.scss */
.catalog-grid-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 11, ../sass/index/catalog-grid.scss */
.catalog-grid-box {
  width: calc(100% / 3 - 7px);
  position: relative;
  height: 370px;
}
/* line 16, ../sass/index/catalog-grid.scss */
.catalog-grid-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.25);
  transition: all .2s ease-in-out;
  content: '';
}
/* line 27, ../sass/index/catalog-grid.scss */
.catalog-grid-box .img {
  width: 100%;
  height: 100%;
}
/* line 31, ../sass/index/catalog-grid.scss */
.catalog-grid-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 39, ../sass/index/catalog-grid.scss */
.catalog-grid-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 36px;
  z-index: 2;
  font-weight: 600;
  padding: 50px 25px;
}
@media (hover: hover) {
  /* line 53, ../sass/index/catalog-grid.scss */
  .catalog-grid-box:hover:after {
    background-color: rgba(17, 17, 17, 0);
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 62, ../sass/index/catalog-grid.scss */
  .catalog-grid-box {
    height: 305px;
  }
  /* line 65, ../sass/index/catalog-grid.scss */
  .catalog-grid-box p {
    font-size: 32px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 73, ../sass/index/catalog-grid.scss */
  .catalog-grid-box {
    height: 260px;
  }
  /* line 76, ../sass/index/catalog-grid.scss */
  .catalog-grid-box p {
    font-size: 24px;
    padding: 25px 18px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 84, ../sass/index/catalog-grid.scss */
  .catalog-grid-box {
    height: 260px;
    width: calc(100% / 2 - 5px);
  }
  /* line 88, ../sass/index/catalog-grid.scss */
  .catalog-grid-box p {
    font-size: 24px;
    padding: 25px 18px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 96, ../sass/index/catalog-grid.scss */
  .catalog-grid-box {
    height: 36vw;
    width: calc(100% / 2 - 5px);
  }
  /* line 100, ../sass/index/catalog-grid.scss */
  .catalog-grid-box p {
    font-size: 19px;
    padding: 18px 14px;
  }
}
