.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6080506 .elementor-element.elementor-element-87932fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-6080506 .elementor-element.elementor-element-87932fa{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-1d63a25 *//* CATEGORY WRAPPER */
.boeck-category{
  overflow:hidden;
  border-radius:28px;
  background:#e6e9ee;
  position:relative;
}

/* HERO */
.boeck-category__hero{
  display:grid;
  grid-template-columns:1.45fr 1fr;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  min-height:330px;
  transition:border-radius .35s ease .12s;
}

/* ACTION IMAGE */
.boeck-category__hero-media{
  position:relative;
  z-index:1;
  min-height:330px;
}

.boeck-category__hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* HERO CONTENT */
.boeck-category__hero-content{
  background:#e30613;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;
  padding:30px 34px 36px 40px;
  gap:16px;
  position:relative;
  z-index:2;
}

/* BADGE / TITLE */
.boeck-category__badge{
  background:transparent;
  color:#fff;
  padding:0;
  font-weight:800;
  text-transform:uppercase;
  font-size:clamp(28px,2.5vw,34px);
  line-height:1;
  display:inline-block;
}

/* OVERLAPPING PRODUCT IMAGE */
.boeck-category__product-image{
  position:absolute;
  left:10%;
  top:60%;
  transform:translate(-50%,-50%);
  z-index:3;
  pointer-events:none;
  width:min(25vw, 300px);
  display:flex;
  justify-content:center;
  align-items:center;
}

.boeck-category__product-image img{
  width:100%;
  height:auto;
  display:block;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

.boeck-category__toggle,
.boeck-category__toggle.elementor-button {
     background: transparent !important;
  align-self:flex-end;
  margin-top:auto;
  border: 2px solid #ffffff !important;
  padding:14px 24px;
  min-height:52px;
  color: #ffffff !important;
  text-decoration:none;
  border-radius:12px;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  transition:background .25s ease, transform .25s ease, border-color .25s ease;
  background:transparent;
  line-height:1;
}

.boeck-category__toggle-text{
  font-weight:700;
  font-size:14px;
  line-height:1;
  display:inline-block;
}

.boeck-category__toggle-icon{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  flex-shrink:0;
  transform:translateY(1px);
  transition:transform .35s cubic-bezier(.4,0,.2,1);
  font-size:16px;
}

/* PRODUCTS AREA */
.boeck-category__products{
  background:#e6e9ee;
  padding:28px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  overflow:hidden;
  max-height:1200px;
  opacity:1;
  transition:
    max-height .5s ease,
    padding .4s ease,
    opacity .25s ease,
    border-radius .35s ease;
  border-radius:0 0 28px 28px;
}

/* CLOSED STATE */
.boeck-category.closed .boeck-category__products{
  max-height:0;
  padding-top:0;
  padding-bottom:0;
  opacity:0;
  border-radius:0;
}

.boeck-category.closed .boeck-category__hero{
  border-radius:20px;
}

.boeck-category.closed .boeck-category__toggle-icon{
  transform:rotate(180deg);
}

/* PRODUCT CARD */
.boeck-product-card{
  display:flex;
  align-items:center;
  gap:18px;
  background:#f5f5f5;
  border-radius:16px;
  padding:16px 22px;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition:.25s;
  cursor:pointer;
  min-width:0;
}

.boeck-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 30px rgba(0,0,0,.18);
}

.boeck-product-card__media{
  width:120px;
  min-width:120px;
  flex:0 0 120px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.boeck-product-card__media img{
  max-height:55px;
  max-width:100%;
  height:auto;
  width:auto;
  display:block;
}

.boeck-product-card__divider{
  width:3px;
  height:50px;
  background:#24367a;
  opacity:.25;
  margin-right:6px;
  border-radius:999px;
  flex-shrink:0;
}

.boeck-product-card__content{
  flex:1;
  min-width:0;
}

.boeck-product-card__title{
  font-weight:800;
  text-transform:uppercase;
  color:#24367a;
  font-size:clamp(14px,1.3vw,16px);
  line-height:1.15;
  display:block;
  word-break:break-word;
}

/* TABLET */
@media (max-width:1200px){

  .boeck-category__hero{
    grid-template-columns:1.2fr 1fr;
    min-height:290px;
  }

  .boeck-category__hero-media{
    min-height:290px;
  }

  .boeck-category__hero-content{
    padding:24px 24px 28px 28px;
  }

  .boeck-category__badge{
    font-size:clamp(24px,2.6vw,30px);
  }

  .boeck-category__product-image{
    left:5%;
    top:60%;
    width:min(30vw, 330px);
  }
}

@media (max-width:1024px){

  .boeck-category__hero{
    grid-template-columns:1fr;
    min-height:100px;
  }

  .boeck-category__hero-media{
    min-height:240px;
  }

  .boeck-category__hero-content{
    padding:24px 20px 24px 20px;
    gap:18px;
  }

  .boeck-category__badge{
    font-size:clamp(22px,6vw,28px);
  }

  .boeck-category__product-image{
    left:70%;
    top:30%;
    width:min(30vw, 330px);
  }

  .boeck-category__toggle{
    align-self:flex-start;
    min-height:48px;
    padding:12px 18px;
    font-size:13px;
  }

  .boeck-category__products{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    padding:18px;
    gap:14px;
  }

  .boeck-product-card{
    align-items:flex-start;
    gap:14px;
    padding:14px 16px;
  }

  .boeck-product-card__media{
    width:78px;
    min-width:78px;
    flex:0 0 78px;
    align-self:center;
  }

  .boeck-product-card__media img{
    max-height:48px;
  }

  .boeck-product-card__divider{
    width:0;
    height:auto;
    margin-right:0;
  }

  .boeck-product-card__content{
    padding-left:2px;
  }

  .boeck-product-card__title{
    font-size:14px;
    line-height:1.2;
  }
}

@media (max-width:768px){

  .boeck-category__hero-content{
    padding:44px 20px 24px 20px;
    gap:18px;
  }

  .boeck-category__products{
    grid-template-columns:1fr;
  }

  .boeck-product-card{
    align-items:center;
    gap:1px;
    padding:12px 14px;
    border-radius:10px;
  }

  .boeck-product-card__media{
    width:72px;
    min-width:72px;
    flex:0 0 72px;
  }

  .boeck-product-card__media img{
    max-height:44px;
  }

  .boeck-product-card__content{
    padding-left:4px;
  }

  .boeck-category__product-image{
    left:50%;
    top:-8%;
    width:min(50vw, 450px);
  }

  .boeck-product-card__title{
    font-size:13px;
    line-height:1.2;
  }

  .boeck-category__hero-media{
    position:relative;
    z-index:1;
    min-height:120px;
  }
}/* End custom CSS */