/** Shopify CDN: Minification failed

Line 614:1 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.grid-product__title.h6, .product-single__title{
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
}
span.own-pink-sub-value {
    border-radius: 15px;
    padding: 4px 6px;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
}
.cart__subtotal-wrapper {
    margin-bottom: 9px;
}
.btn-square-small.js-drawer-close, .btn-square-small.qty-adjust{
      display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-square-small.qty-adjust *{
  line-height: 1 !important;
}
.include-text p {
    font-size: 12px;
    line-height: 13px;
    opacity: 0.7;
    margin-bottom: 20px;
}
.bullet-points-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
    padding-top: 20px;
}
.bullet-points-list li svg{
    margin-right: 5px;
}
.icon-area{
    border-radius: 10px;
}
.icons-area .icon-area:not(:last-child){
    margin-bottom: 10px;
}
.icons-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px;
}
.icon {
    flex: 0 0 15%;
}
.content-area {
    flex: 0 0 calc(85% - 20px);
}
.icons-flex .content-area p:first-child{
    margin-bottom: 5px !important;
}
.icons-flex .content-area p:last-child{
    margin-bottom: 0 !important;
}
.icons-area {
    margin-top: 20px;
}
.bg-area-text {
    padding: 5px 7px;
    width: fit-content;
    margin-bottom: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.LikingBadge {
/*     margin-top: 20px; */
    padding: 7px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}

.shipping-badge p{
  margin-bottom: 0 !important;
}


.LikingBadge__Images {
    flex: 0 0 9%;
    position: relative;
}
.LikingBadge__Images img:first-child{
    position: absolute;
    left: 0;
    width: 25px;
    border-radius: 50%;
    left: 0;
    top: -10px;
}
.LikingBadge__Images img:last-child{
    position: absolute;
    right: 0;
    width: 25px;
    border-radius: 50%;
    top: -10px;
}
p.LikingBadge__Text {
    flex: 0 0 calc(91% - 10px);
    font-size: 10px;
    margin-bottom: 0;
  text-align: left;
}
.template-product *:not(.material-icons-outlined,.material-icons, i):not(.jdgm-star){
  font-family: 'Montserrat', sans-serif !important;
}
.tru-image {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.tru-icon-text{
    background: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tru-icon-text span{
  font-size: 15px;
}
.tru-icon-text span.text-span{
  font-size: 11px;
}
.ed-payment-bar-pdp {
    margin-top: 20px;
}
.content-area p {
    font-size: 14px;
    line-height: 20px;
}
.icons-flex span{
  font-size: 37px;
}
.shipping-badge{
  display: flex;
  align-items: baseline;
}
/* ================ sections styles ============== */
.line-heart, .question-mark{
  display: flex;
  justify-content: center;
}
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.icon-heading {
    text-align: center;
    color: #ff909b;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.line-heart img {
    margin: 0 auto;
}

.icons-flex {
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-content-width {
    width: 100%;
    max-width: 17%;
    text-align: center;
}

.icon-image img {
    margin: 0 auto;
    height: 80px;
    object-fit: none;
}

.story-content-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.story-width {
    width: 100%;
    max-width: 48%;
}

.story-width {
    text-align: center;
}

.story-width h4 {
    font-weight: 400;
    padding-bottom: 10px;
}

.story-width h2 {
    letter-spacing: 1px;
    color: #ff909b;
    padding-bottom: 25px;
}

.story-width p {
    font-weight: 300;
}

.line-heart {
    margin-bottom: 50px;
    position: relative;
}

section.icons-section {
    margin: 50px 0;
}

/* Faqs css start here */

.accordion .accordion-item {
    border-bottom: 1px solid #ff909b40;
}

/* .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  }
   */
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: black;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    /* color: gray; */
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 0;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
.cart-top__text svg path{
  stroke: green;
}
.not-reversing svg path{
  fill: red !important;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    /* border: 1px solid; */
    /* border-radius: 22px; */
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

/* .accordion button[aria-expanded='true'] {
    color: #03b5d2;
  } */
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: min-content;
    transition: all 200ms linear;
    /* will-change: opacity, max-height; */
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s all ease;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0;
}

span.accordion-title i {
    font-size: 15px;
    margin-right: 15px;
    color: #ff909b;
}

section.faqs {
    background: #fff5f7;
    padding: 50px 0;
}

.faqs-heading {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.question-mark span img {
    margin: 0 auto;
}
.line-heart::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 160px;
    height: 1px;
    top: 25px;
    left: 32%;
}
.line-heart::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 160px;
    height: 1px;
    top: 25px;
    right: 32%;
}
.icon-content-width p {
    color: #B1B1B0;
}
.question-mark {
    position: relative;
}
.question-mark::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 160px;
    height: 1px;
    top: 20px;
    left: 32%;
}
.question-mark::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 160px;
    height: 1px;
    top: 20px;
    right: 32%;
}
.influencer-videos-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.girl-video {
    width: 100%;
    max-width: 23%;
    position: relative;
}

.girl-video img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}

.girl-video a {
    position: absolute;
    top: 40%;
    left: 40%;
    color: #fff;
    font-size: 20px;
    background: #c7c7c773;
    border-radius: 100%;
}

.girl-video span i {
    padding: 25px;
}

section.influencer {
    background: #fff5f7;
    padding: 30px 0;
}
.influencer-text-content {
    text-align: center;
}

.influencer-text-content img {
    margin: 0 auto 30px;
}

.influencer-text-content h5 {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.top-text p{
  margin-bottom: 0 !important;
}
.influencer-text-content h1 {
    letter-spacing: 3px;
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
}
p.black-text {
    font-weight: 600;
    font-size: 25px;
}
p.red-text {
    font-weight: 600;
    font-size: 16px;
}
.stars-holder{
      margin-bottom: 20px;
}
.payment-methods-list.payment-methods-list--auto svg {
    width: 10%;
    height: auto;
}
.payment-methods-list.payment-methods-list--auto {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
/* ==== collapse description ===== */
.pdp-desc_collapsing {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 20px;
    margin-bottom: 0;
  cursor: pointer;
}
.pdp-desc_collapsing svg{
  transition: all 0.4s ease;
}
#productDescription.show_desc{
  display: block !important;
}
.pdp-desc_collapsing.move_down svg{
  transform: rotate(180deg);
} 
.cart-top__text {
    padding: 8px 16px 8px 36px;
    background: #f8f6f3;
    color: #000;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cart-item .cart_savings-wrapper{
  margin-top: 5px;
}
.not-reversing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 16px;
    font-size: 12px;
}
.drawer__footer p.text-center{
  display: none !Important;
}
.cart__total-price-info {
    margin-bottom: 36px;
}
/* ====== end collapse description ==== */
@media only screen and (max-width: 1100px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
    .line-heart::before {
        left: 27%;
    }
    .line-heart::after {
        right: 27%;
    }
    .question-mark::before{
        left: 27%;
    }
    .question-mark::after{
        right: 27%;
    }
  p.black-text {
      font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
    .icon-content-width {
        width: 100%;
        max-width: 25%;
        text-align: center;
    }
    .story-width {
        width: 100%;
        max-width: 40%;
    }
    .line-heart {
        margin-bottom: 0;
    }
    .icon-image img {
        margin: 0 auto;
    }    
    .icon-content-width p {
        font-size: 13px;
        word-break: break-all ;
    }
}
@media only screen and (max-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
    .story-width {
        width: 100%;
        max-width: 100%;
    }
    .story-width img {
        margin: 0 auto;
    }
    .line-heart::before {
        left: 20%;
    }
    .line-heart::after {
        right: 20%;
    }
    .question-mark::before{
        left: 20%;
    }
    .question-mark::after{
        right: 20%;
    }
}{
  color: #FFD700 !important;
  text-shadow: 0 0 4px rgba(255, 215, 0, 0.6);
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

/* Hover-Effekt */
.jdgm-star.jdgm--on:hover {
  transform: scale(1.2);
}
/* ✨ Edler Goldschimmer für Judge.me Sterne */
.jdgm-star.jdgm--on {
  color: #FFD700 !important; /* klassisches Gold */
  text-shadow: 0 0 4px rgba(255, 215, 0, 0.6); /* dezenter Glow */
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.jdgm-star.jdgm--on:hover {
  transform: scale(1.2);
}

/* Sterne in der Vorschau ebenfalls einfärben */
.jdgm-preview-badge .jdgm-star.jdgm--on {
  color: #FFD700 !important;
  text-shadow: 0 0 4px rgba(255, 215, 0, 0.6);
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .story-width img {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .icon-content-width {
        width: 100%;
        max-width: 47%;
        text-align: center;
    }
    .icons-flex {
        gap: 15px;
    }
    section.faqs {
        margin: 40px 0;
        padding: 40px 0;
    }
    .line-heart::before {
        left: 15%;
        width: 25%;
    }
    .line-heart::after {
        right: 15%;
        width: 25%;
    }
    .question-mark::before{
        left: 15%;
        width: 25%;
    }
    .question-mark::after{
        right: 15%;
        width: 25%;
    }
    .influencer-videos-flex {
        gap: 20px;
    }
    .girl-video {
        width: 100%;
        max-width: 46%;
        position: relative;
    }
    .influencer-text-content h1 {
        letter-spacing: 2px;
        font-size: 20px;
    }
    .influencer-text-content h5 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .icons-section h1{
      font-size: 20px;
    }
    .girl-video span i {
      padding: 15px;
  }
  section.icons-section{
    margin-bottom: 0;
  }
  .line-heart {
      margin-bottom: 0;
  }
  .LikingBadge__Images img:last-child, .LikingBadge__Images img:first-child{
    width: 16px;
  }
  .icons-flex{
    padding: 0 15px 15px 15px;
  }
}
/* ============= circle section css ============ */
.image-box-flex {
  display: flex;
  gap: 30px;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.circle-image img {
  border-radius: 100%;
}

/* .circle-image img {
  width: 70px;
  height: 70px;
} */

.image-box-content .image-box-flex:nth-child(even) {
  margin: 15px 0;
}
.btn--add-to-cart .button-cart-icon{
  display: none !important;
}
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.dummy-data {
  margin: 20px 0 30px;
  text-align: center;
  width: 100%;
  max-width: max-content;
}
.dummy-data h3,.dummy-data span  {
  background: bisque;
  font-size: 16px;
 
    font-weight: 400;   
}
.dummy-data span {
    display: inline-block;
    padding: 2px 5px;
}
.style-text-content .dummy-data:first-child {
  transform: rotate(-2deg);
}
.style-text-content .dummy-data:nth-child(2) {
  margin-left: auto;
  transform: rotate(1deg);
}
.style-text-content .dummy-data:nth-child(3) {
  transform: rotate(5deg);
}
.style-text-content .dummy-data:nth-child(4) {
  transform: rotate(-2deg);
}
.style-text-content .dummy-data:nth-child(5) {
  transform: rotate(3deg);
}
.style-text-content .dummy-data:nth-child(6) {
  transform: rotate(-2deg);
}
.style-text-content .dummy-data:nth-child(7) {
  transform: rotate(1deg);
}
.style-text-content .dummy-data:nth-child(8) {
  transform: rotate(-2deg);
}
.dummy-data h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 2px 5px;
}
.circle-image {
  width: 100%;
  max-width: 20.1%;
}
section.Image-box {
    padding: 60px 0;
}
.circle-image img {
  margin: 0 auto;
}
.style-text-content {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}
.image-box-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.circle-image:nth-child(n + 5) {
  max-width: 20%;
}
.circle-image:nth-child(n + 10) {
  max-width: 20%;
}
.drawer__footer .tru-icon-text{
  padding: 8px;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding:0 15px;
  }
  .style-text-content {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.image-box-content {
  width: 100%;
  max-width: 80%;
}
.dummy-data {
  margin: 20px auto 30px;
  text-align: center;
}
}
@media only screen and (max-width: 767px) {
/* .circle-image img {
  width: 60px;
  height: 60px;
} */
.image-box-content {
  width: 100%;
  max-width: 100%;
}
.image-box-content {
  gap: 15px 0;
}
.style-text-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
  section.Image-box {
    padding: 20px 0;
}
  .icons-flex {
    padding: 15px 15px;
    align-items: center;
}
}
@media(max-width: 640px){
  .tru-icon-text span.text-span{
      font-size: 2.5vw !Important;
  }
  .icons-flex span {
    font-size: 37px;
}
  .bg-area-text {
    padding: 9px 5px;
    font-size: 12px;
    letter-spacing: 0;
    border-left-width: 5px !important;
}
  .tru-icon-text span{
  font-size: 12px;
}
  .tru-image{
    gap: 5px;
  }
  .tru-icon-text{
    gap: 3px;
  }
  .tru-image{
    justify-content: center;
  }
  .LikingBadge{
    margin-left: -16px;
    margin-right: -16px;
  }
  .product-single-divider{
    margin-top: 0 !important;
  }
  .content-area {
      flex: 0 0 calc(90% - 20px);
  }
  .icon {
      flex: 0 0 10%;
  }
  .icons-flex{
    gap: 10px;
  }
  section.faqs {
    margin: 0;
    padding: 20px 0 40px;
}
  .section-description{
    padding-bottom: 0 !Important;
  }
  .LikingBadge{
    margin-top: 20px;
  }
  .product-single-divider{
    display: none !important;
  }
  .header *{
    height: auto !important;
  }
}
@media(max-width: 480px){
  .content-area {
      flex: 0 0 calc(90% - 27px);
  }
  .content-area p {
      font-size: 12px;
      line-height: 18px;
  }
  .icons-flex {
      gap: 5px;
  }
}