.elementor-17161 .elementor-element.elementor-element-ccc0677{--display:flex;}@media(min-width:769px){.elementor-17161 .elementor-element.elementor-element-ccc0677{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-6d5ff3c */<style>
  :root {
    --yl-terracotta: #b5654b;
    --yl-terracotta-hover: #9c523a;
    --yl-terracotta-soft: rgba(181, 101, 75, 0.08);
    --yl-dark: #222222;
    --yl-muted: #666666;
    --yl-border: #ede8e3;
  }

  .yl-section {
    margin-bottom: 38px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }

  .yl-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 16px;
  }

  .yl-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: var(--yl-dark);
  }

  .yl-section-sub {
    font-size: 13.5px;
    color: var(--yl-muted);
    margin: 0;
  }

  .yl-carousel-controls {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .yl-c-arrow {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1.5px solid var(--yl-terracotta) !important;
    color: var(--yl-terracotta) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    line-height: 1 !important;
  }

  .yl-c-arrow:hover {
    border-color: var(--yl-terracotta) !important;
    color: #ffffff !important;
    background: var(--yl-terracotta) !important;
    transform: scale(1.08) !important;
    box-shadow: 0 4px 10px rgba(181, 101, 75, 0.22) !important;
  }

  .yl-c-arrow svg {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2 !important;
    pointer-events: none !important;
  }

  .yl-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 2px 14px 2px;
  }

  .yl-carousel::-webkit-scrollbar {
    height: 4px;
  }

  .yl-carousel::-webkit-scrollbar-thumb {
    background: #e2ded9;
    border-radius: 4px;
  }

  /* Карточка */
  .yl-prod-card {
    flex: 0 0 215px;
    scroll-snap-align: start;
    background: #ffffff !important;
    border-radius: 18px;
    padding: 12px;
    border: 1px solid #f2ede8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    position: relative;
  }

  .yl-prod-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(181, 101, 75, 0.12);
    border-color: rgba(181, 101, 75, 0.28);
  }

  /* Засеривание для товаров не в наличии */
  .yl-prod-card.is-out-of-stock {
    opacity: 0.6;
  }

  .yl-prod-card.is-out-of-stock .yl-prod-img-wrap img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }

  .yl-prod-card.is-out-of-stock .yl-add-to-cart-btn {
    background-color: #e5e5e5 !important;
    color: #999999 !important;
    cursor: not-allowed;
    pointer-events: none;
  }

  .yl-prod-card.is-out-of-stock .yl-add-to-cart-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .yl-prod-img-wrap {
    position: relative;
    width: 100%;
    height: 185px;
    background: #ffffff !important;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }

  .yl-prod-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .yl-prod-img-wrap img {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
  }

  .yl-prod-card:hover:not(.is-out-of-stock) .yl-prod-img-wrap img {
    transform: scale(1.06);
  }

  .yl-prod-like-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    background: transparent !important;
    border: none !important;
    color: var(--yl-terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    transition: transform 0.2s ease;
  }

  .yl-prod-like-btn:hover {
    transform: scale(1.15);
  }

  .yl-prod-like-btn svg {
    stroke: var(--yl-terracotta);
    fill: transparent;
    transition: all 0.25s ease;
  }

  .yl-prod-like-btn.is-liked svg {
    fill: var(--yl-terracotta);
    stroke: var(--yl-terracotta);
    animation: ylHeartPop 0.3s ease;
  }

  @keyframes ylHeartPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
  }

  .yl-prod-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }

  .yl-prod-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--yl-dark);
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    transition: color 0.2s ease;
  }

  .yl-prod-title:hover {
    color: var(--yl-terracotta);
  }

  .yl-prod-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }

  .yl-prod-prices {
    display: flex;
    flex-direction: column;
  }

  .yl-prod-current-price {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--yl-dark);
  }

  .yl-prod-old-price {
    font-size: 11px;
    color: #999999;
    text-decoration: line-through;
  }

  .yl-add-to-cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--yl-terracotta-soft);
    color: var(--yl-terracotta);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    padding: 0;
  }

  .yl-add-to-cart-btn:hover {
    background: var(--yl-terracotta);
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(181, 101, 75, 0.3);
  }

  @media (max-width: 768px) {
    .yl-prod-card {
      flex: 0 0 168px;
      padding: 10px;
    }
    .yl-prod-img-wrap {
      height: 145px;
    }
    .yl-prod-title {
      font-size: 12px;
      height: 32px;
    }
    .yl-prod-current-price {
      font-size: 13px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6221ad0 */:root {
  --yl-terracotta: #b5654b;
  --yl-terracotta-hover: #9c523a;
  --yl-terracotta-soft: rgba(181, 101, 75, 0.08);
  --yl-dark: #222222;
  --yl-muted: #666666;
  --yl-border: #ede8e3;
}

.yl-section {
  margin-bottom: 38px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.yl-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}

.yl-section-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #222222;
  color: var(--yl-dark, #222222);
}

.yl-section-sub {
  font-size: 13.5px;
  color: #666666;
  color: var(--yl-muted, #666666);
  margin: 0;
}

/* Контролы стрелок - чистая специфичность без !important */
.yl-section .yl-carousel-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.yl-section button.yl-c-arrow,
.yl-section .yl-c-arrow {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #b5654b;
  border-color: var(--yl-terracotta, #b5654b);
  color: #b5654b;
  color: var(--yl-terracotta, #b5654b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
}

.yl-section button.yl-c-arrow:hover,
.yl-section .yl-c-arrow:hover {
  border-color: #b5654b;
  border-color: var(--yl-terracotta, #b5654b);
  color: #ffffff;
  background: #b5654b;
  background: var(--yl-terracotta, #b5654b);
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(181, 101, 75, 0.22);
}

.yl-section .yl-c-arrow svg {
  width: 16px;
  height: 16px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  pointer-events: none;
}

/* Контейнер карусели */
.yl-section .yl-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 14px 2px;
  scrollbar-width: none; /* Firefox */
}

.yl-section .yl-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

/* Карточка товара */
.yl-section .yl-prod-card {
  flex: 0 0 215px;
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid #f2ede8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  position: relative;
}

.yl-section .yl-prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(181, 101, 75, 0.12);
  border-color: rgba(181, 101, 75, 0.28);
}

/* Стили для отсутствующих товаров */
.yl-section .yl-prod-card.is-out-of-stock {
  background: #f7f5f3;
  opacity: 0.65;
}

.yl-section .yl-prod-card.is-out-of-stock:hover {
  transform: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  border-color: #f2ede8;
}

.yl-section .yl-prod-card.is-out-of-stock .yl-add-to-cart-btn {
  pointer-events: none;
  opacity: 0.4;
  background: #e5e0dc;
  color: #888888;
}

.yl-section .yl-prod-card.is-out-of-stock .yl-prod-img-wrap img {
  filter: grayscale(40%);
}

.yl-section .yl-prod-img-wrap {
  position: relative;
  width: 100%;
  height: 185px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.yl-section .yl-prod-img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.yl-section .yl-prod-img-wrap img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.yl-section .yl-prod-card:hover .yl-prod-img-wrap img {
  transform: scale(1.06);
}

/* Кнопка лайка (избранное) */
.yl-section button.yl-prod-like-btn,
.yl-section .yl-prod-like-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: #b5654b;
  color: var(--yl-terracotta, #b5654b);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  transition: transform 0.2s ease;
}

.yl-section .yl-prod-like-btn:hover {
  transform: scale(1.15);
}

.yl-section .yl-prod-like-btn svg {
  stroke: #b5654b;
  stroke: var(--yl-terracotta, #b5654b);
  fill: transparent;
  transition: all 0.25s ease;
}

.yl-section .yl-prod-like-btn.is-liked svg {
  fill: #b5654b;
  fill: var(--yl-terracotta, #b5654b);
  stroke: #b5654b;
  stroke: var(--yl-terracotta, #b5654b);
  animation: ylHeartPop 0.3s ease;
}

@keyframes ylHeartPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.yl-section .yl-prod-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.yl-section .yl-prod-title {
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  color: var(--yl-dark, #222222);
  text-decoration: none;
  line-height: 1.35;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
  transition: color 0.2s ease;
}

.yl-section .yl-prod-title:hover {
  color: #b5654b;
  color: var(--yl-terracotta, #b5654b);
}

.yl-section .yl-prod-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.yl-section .yl-prod-prices {
  display: flex;
  flex-direction: column;
}

.yl-section .yl-prod-current-price {
  font-size: 14.5px;
  font-weight: 700;
  color: #222222;
  color: var(--yl-dark, #222222);
}

.yl-section .yl-prod-old-price {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through;
}

/* Кнопка "В корзину" */
.yl-section button.yl-add-to-cart-btn,
.yl-section .yl-add-to-cart-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(181, 101, 75, 0.08);
  background: var(--yl-terracotta-soft, rgba(181, 101, 75, 0.08));
  color: #b5654b;
  color: var(--yl-terracotta, #b5654b);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  padding: 0;
}

.yl-section .yl-add-to-cart-btn:hover {
  background: #b5654b;
  background: var(--yl-terracotta, #b5654b);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(181, 101, 75, 0.3);
}

@media (max-width: 768px) {
  .yl-section .yl-prod-card {
    flex: 0 0 168px;
    padding: 10px;
  }
  .yl-section .yl-prod-img-wrap {
    height: 145px;
  }
  .yl-section .yl-prod-title {
    font-size: 12px;
    height: 32px;
  }
  .yl-section .yl-prod-current-price {
    font-size: 13px;
  }
}/* End custom CSS */