

/* Start:/local/templates/deus/blocks/product/style.min.css?17405674053715*/
.product{padding:55px 0 0 0}.product-article{margin-bottom:30px}.product-inner{overflow:hidden}.product-grid{width:calc(100% + 32px);display:flex;flex-wrap:wrap}.product-card{width:calc((100% / 3) - 32px);margin:0 32px 80px 0}.product-card-top{background-color:#f9f7f2;display:flex;justify-content:flex-start;align-items:flex-end;position:relative;height:340px;width:100%;padding:20px}.product-card-preview{width:220px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-cart-taste{display:flex;align-items:center}.product-cart-taste img{margin-right:10px;width:32px;height:32px}.product-card-counter{display:flex;align-items:center;justify-content:space-between;width:100%}.product-card-counter i{font-size:24px}.product-card-counter .btn{display:flex;align-items:center;justify-content:center;width:125px}.product-card-actions{display:flex;width:100%}@media (max-width:768px){.product-card{width:calc((100% / 2) - 32px);margin:0 32px 32px 0}.product{padding:30px 0 0 0}}@media (max-width:480px){.product-card{width:calc((100% / 1) - 32px)}.product-card-counter .btn{width:96px}}.product-card.product-card-promo{width:calc((100% / 2) - 32px);margin:0 32px 32px 0;padding:32px;background-color:#f9f7f2;position:relative}.product-card.product-card-promo .product-card-preview{width:330px;position:relative;transform:none;left:inherit;right:inherit}.product-card.product-card-promo .product-card-top{display:flex;align-items:center;justify-content:center;height:fit-content;padding:0;background-color:transparent}.product-card.product-card-promo .product-card-badges{position:absolute;left:20px;top:20px;display:flex;z-index:2}.product-card.product-card-promo .product-card-badges .badge{width:fit-content}.product-card.product-card-promo .product-card-badges .badge:not(:last-child){margin-right:8px}.product-card.product-card-promo .product-card-actions .btn{display:flex;align-items:center;width:200px;justify-content:center}.product-card.product-card-promo .product-card-actions .btn i{font-size:24px;margin-right:12px}.product-card.product-card-promo .product-card-article,.product-card.product-card-promo .product-card-bottom{display:flex;flex-direction:column;align-items:center;text-align:center}.product-card.product-card-promo .product-card-article .color-picker-mark:last-child{margin:0 0 10px 0}.product-card.product-card-promo .product-cart-color{margin-bottom:10px}.product-card.product-card-promo .product-cart-color p{margin-bottom:10px}.product-card.product-card-promo .product-card-prices{display:flex;align-items:center}.product-card.product-card-promo .product-card-prices del{margin-left:20px;color:#b1b0b6}.product-card.product-card-promo .product-card-actions{display:flex;justify-content:center}.product-card.product-card-promo .product-card-top .color-picker{display:none}@media (max-width:768px){.product-card.product-card-promo{width:calc((100% / 1) - 32px);margin:0 32px 32px 0;background-color:transparent;padding:0}.product-card.product-card-promo .product-card-top{height:340px;display:flex;align-items:flex-end;justify-content:flex-start;padding:20px;background-color:#f9f7f2}.product-card.product-card-promo .product-card-top .color-picker{display:flex}.product-card.product-card-promo .product-card-bottom .product-cart-color{display:none}.product-card.product-card-promo .product-card-preview{width:220px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card.product-card-promo .product-card-article{text-align:left;width:100%;display:flex;align-items:flex-start}.product-card.product-card-promo .product-card-prices del{margin-left:12px}.product-card.product-card-promo .product-card-bottom .btn{width:100%}}
/* End */


/* Start:/local/templates/deus/blocks/badges/style.min.css?1740567405329*/
.badge{padding:4px 8px;border-radius:3px;letter-spacing:.2px;font-size:12px;line-height:16px}.badge_pic{background-color:transparent!important;padding:0;position:relative;display:flex}.badge_pic .badge__text{position:absolute;width:100%;height:100%;text-align:center;line-height:24px}.badge_pic .badge__bg{height:24px;width:auto}
/* End */


/* Start:/local/templates/deus/blocks/tabs/style.css?17760712203197*/
.tabs {
  display: flex;
  align-items: center;
  width: 100%;
}

.tabs-link {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 320px;
  background-color: #ffffff;
}

.tabs-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.tabs-link span {
  color: var(--slate);
  font-size: 16px;
  line-height: 24px;
  transition: font-family 0.2s ease;
}

.tabs-link.is-active::after,
.tabs-link.active::after {
  background-color: var(--dark-slate);
}

.tabs-link:hover::after {
  background-color: var(--dark-slate);
}

.tabs-link.is-active span,
.tabs-link.active span {
  font-weight: 700;
}

.tabs-link:hover span {
  font-weight: 700;
}

.tabs-link.is-active,
.tabs-link.active {
  color: var(--slate);
}

/* tabs xl */
.tabs.tabs-xl .tabs-link {
  width: 240px;
}

/* tabs xl */
.tabs.tabs-sm .tabs-link {
  width: 200px;
}

/* tabs-fit-width */
.tabs.tabs-fit-width .tabs-link {
  width: auto;
  padding: 16px 32px;
}

/* tabs-full-width */
.tabs.tabs-full-width .tabs-link {
  width: 100%;
}

/* tabs vertical */
.tabs.tabs-vertical .tabs-link {
  width: auto;
  padding: 20px 0px;
  border-bottom: 0;
}

.tabs.tabs-vertical .tabs-link span {
  letter-spacing: 0.2px;
  line-height: 20px;
  font-size: 14px;
  padding: 0 32px;
}

.tabs.tabs-vertical .tabs-link:not(:last-child) span {
  border-right: 1px solid var(--slate);
}

/* tabs in page */
.tabs.tabs-in-page {
  flex-direction: column;
  width: auto;
  align-items: flex-start;
}

.tabs.tabs-in-page .tabs-link {
  border: none;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 26px;
  transition: 0.2s background-color ease, 0.2s box-shadow ease;
}

.tabs.tabs-in-page .tabs-link i {
  font-size: 24px;
  margin-right: 20px;
  color: var(--slate);
}

.tabs.tabs-in-page .tabs-link.is-active,
.tabs.tabs-in-page .tabs-link.active {
  background-color: var(--soft-white);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.06);
}

.tabs.tabs-in-page .tabs-link:hover {
  background-color: var(--soft-white);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 400px) {
  .tabs.tabs-in-page .tabs-link {
    width: auto;
  }
}

/* tabs section */
.tabs-section {
  justify-content: center;
  box-shadow: 0px -1px 0px 0px var(--slate-t-15) inset;
}

.tabs-section .tabs-link {
  background-color: transparent;
  width: 200px;
}

.tabs-section .tabs-link:not(:last-child) {
  margin: 0 24px 0 0;
}

@media (max-width: 768px) {
  .tabs-section-block .container {
      padding: 0;
  }

  .tabs.tabs-section .tabs-link span {
      font-size: 14px;
      line-height: 20px;
  }

  .tabs.tabs-section .tabs-link {
      width: fit-content;
      padding: 16px 24px;
      flex-shrink: 0;
  }

  .tabs.tabs-section .tabs-link:not(:last-child) {
      margin: 0 0 0 0;
  }
}

@media (max-width: 425px) {
  .tabs-section {
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .tabs-section::-webkit-scrollbar {
      display: none;
  }
}
/* End */
/* /local/templates/deus/blocks/product/style.min.css?17405674053715 */
/* /local/templates/deus/blocks/badges/style.min.css?1740567405329 */
/* /local/templates/deus/blocks/tabs/style.css?17760712203197 */
