/** Shopify CDN: Minification failed

Line 78:26 Expected "{" but found "#DP--template--15865684295768__design_pack_image_with_text_stack_m8dJhA"
Line 204:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Desktop styles */
.t4s-section-main-product {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Mobile styles using media query */
/* Assuming max-width of 768px for mobile devices, adjust as needed */
@media (max-width: 768px) {
  .t4s-section-main-product {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.t4s-flicky-slider .flickityt4s-page-dots {
  padding-inline-start: calc(var(--ts-gutter-x)/2);
  padding-inline-end: calc(var(--ts-gutter-x)/2);
  margin-inline-start: calc(-1 * (var(--space-dots)/2));
  margin-inline-end: calc(-1 * (var(--space-dots)/2));
  margin-top: 20px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px) {}

/*---------------- Header Weights -------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.t4s-section-title,
.t4s-title {
  font-weight: 400;
}

/*---------------- Misc Fixes -------------------*/
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart,
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
  text-transform: uppercase;
  letter-spacing: 0px;
}

/*---------------- Stella Blog Fixes -------------------*/

@media (max-width: 767px) {
  .dsgn-pck__grid--main {
    display: flex;
    flex-direction: column-reverse;
    /* Reverses the order of the grid's children */
  }
}

@media (max-width: 480px) #DP--template--15865684295768__design_pack_image_with_text_stack_m8dJhA .dsgn-pck__sizer {
  min-width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*---------------- Delivery text Fixes -------------------*/
.t4s-pr_delivery {
  font-size: 14px;
  color: #0a5531;
}

.t4s-sticky-atc__atc {
  color: #fff !important;
}

/* Star Rating Styles */
.t4s-pr__review--wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.t4s-pr__review--stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.t4s-pr__review--stars i {
  font-size: 13px;
  color: #000000;
}

.t4s-pr__review--count {
  font-size: 13px;
  color: #666;
  margin-left: 6px;
  font-family: 'Work Sans', sans-serif;
}

/* Slide-out Panel Styles */
.t4s-pr__review--slide-out {
  position: fixed;
  top: 0;
  right: -100%;
  width: 600px;
  height: 100%;
  background-color: white;
  transition: right 0.3s ease-in-out;
  z-index: 2147483647;
  overflow: auto;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .t4s-pr__review--slide-out {
    padding: 20px;
    right: -100%;
    width: 100%;
  }

  .t4s-pr__review--backdrop {
    display: none !important;
  }
}

.t4s-pr__review--slide-out.active {
  right: 0;
}

.t4s-pr__review--slide-out-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.t4s-pr__review--slide-out-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.t4s-pr__review--slide-out-close {
  cursor: pointer;
  font-size: 24px;
}

.t4s-pr__review--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2147483646;
  display: none;
}

.t4s-pr__review--backdrop.active {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.t4s-product__media-wrapper--sticky > div {
  @media (min-width: 767px) {
    position: sticky;
    top: 80px;
  }
}
/*START: Mobile Menü Kacheln (Ankermenü)*/
@media (max-width: 768px) { 
  .t4s-mb__menu .t4s-img_catk_mb {
      max-width: 100px;
      width: 100%;
      border-radius: 4px;
  }
}
  /*END: Mobile Menü Kacheln (Ankermenü)*/
}