/* alre-product.css */

body.single-product .wd-el-breadcrumbs {
  display: none;
}

.alre-360-thumb-badge {
  background: rgba(255, 255, 255, 0.8);
}
.alre-360-thumb-badge .wd-action-icon:before {
  color: rgb(235, 115, 0) !important;
  font-size: 28px !important;
  border: 1px solid rgb(235, 115, 0);
  padding: 0 10px;
  border-radius: 50%;
}

body.single-product .wd-carousel-item {
  border: 1px solid #eee;
}

body.single-product .wd-thumbs .wd-carousel-wrap {
  align-items: stretch;
}

body.single-product .wd-thumbs .wd-carousel-item {
  display: flex;
  border: 1px solid #eee;
}

body.single-product .wd-thumbs .wd-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single .wd-with-video {
  background: rgba(255, 255, 255, 0.8) !important;
}

body.single .wd-with-video:hover {
  opacity: .5;
}

body.single .wd-gallery-thumb .wd-with-video::before {
  color: rgb(235, 115, 0) !important;
  border: 2px solid rgb(235, 115, 0);
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

body.single .wd-play-video.wd-action-btn .wd-action-icon::before {
  color: rgb(235, 115, 0);
}

body.single .wd-play-video.wd-action-btn a {
  border: 1px solid rgb(235, 115, 0);
}

/* ---------------------------------------------------------------
   [alre_category_box] Shortcode
   --------------------------------------------------------------- */

.alre-category-box {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
              box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.alre-category-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.alre-category-box__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  z-index: 0;
}

.alre-category-box:hover .alre-category-box__bg {
  transform: scale(1.2);
}

.alre-category-box__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  z-index: 1;
}

.alre-category-box:hover .alre-category-box__overlay {
  background: linear-gradient(to top, rgba(235, 115, 0, 0.85) 0%, rgba(235, 115, 0, 0.4) 50%, rgba(235, 115, 0, 0.05) 100%);
}

.alre-category-box__inner {
  position: relative;
  z-index: 2;
  padding: 28px 24px 24px;
  width: 100%;
  color: #fff;
}

.alre-category-box__heading {
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.alre-category-box:hover .alre-category-box__heading {
  transform: translateY(-60px);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.alre-category-box__icon {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
}

.alre-category-box__icon--img {
  width: 56px;
  height: 56px;
  max-width: 56px;
  object-fit: contain;
  font-size: 0;
}

.alre-category-box__headline {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.alre-category-box__hover {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.2s ease,
              transform 0.2s ease;
}

.alre-category-box:hover .alre-category-box__hover {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s,
              transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.alre-category-box__subheadline {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.alre-category-box__mehr {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}

.alre-category-box__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}

/* [alre_youtube] */
.alre-youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.alre-youtube-wrap .alre-lazy-iframe {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.alre-youtube-wrap .alre-lazy-iframe span {
  font-size: 13px;
  opacity: 0.7;
}
.alre-youtube-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* [alre_lehrvideo] */
.alre-lehrvideo-wrap {
  position: relative;
  width: 100%;
  background: #000;
}
.alre-lehrvideo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
}

/* [alre_categories_grid] */
.alre-categories-grid {
  display: grid;
  gap: var(--wd-gutter-vertical, 30px);
}

/* [alre_category_menu] */
.alre-menu-group-row-items {
  display: grid;
  gap: var(--wd-gutter-vertical, 20px);
}
