/** Shopify CDN: Minification failed

Line 967:8 Expected identifier but found whitespace
Line 967:10 Unexpected "{"
Line 967:20 Expected ":"
Line 1795:0 Unexpected "}"

**/
@font-face {
    font-family: 'Cormorant-Regular';
    src: url('{{ "CormorantGaramond-Regular.ttf" | asset_url }}') format('truetype');
}
@font-face {
    font-family: 'Cormorant-SemiBold';
    src:  url('{{ "CormorantGaramond-SemiBold.ttf" | asset_url }}') format('truetype');
}
@font-face {
    font-family: 'Gruppo-Regular';
    src: url('{{ "Gruppo-Regular.ttf" | asset_url }}') format('truetype');
}
a, p, .link{
  text-decoration:none;
  font-family:Poppins !important;
}
a:hover{
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family:Poppins;
    font-style: unset;
    font-weight: normal;
    letter-spacing: normal;
    color: unset;
    line-height: normal;
    word-break: normal;
    margin: 0px;
}
.list-menu--disclosure {
    width: 22rem !important;
    padding: 0rem 0 !important;
    background-color: #000000c9;
    border-radius: 15px !important;
}
.list-menu--disclosure li
{
    text-align: center; 
    vertical-align: middle;
}
/* .list-menu li header-menu #Details-HeaderMenu-1:hover ul{
    opacity: 1 !important;
    transform: translateY(0) !important;
    z-index: 1 !important;
} */
.submenu-img {
    float: right;
}
.submenu-img img{
    object-fit: contain;
    width: 211px;
    height: 320px;
    padding: 13px;
    margin: 0;
}
.header__submenu .header__menu-item {
    font-size: 18px;
    color: white;
    padding: .3rem 2rem;
}
.header__submenu  {
  width: 51rem !important;
  
}
.sub-sub-menu  {
  display: block;
  position:relative;
}
.header__icons {
    align-items: center;
}

 .sub-sub-menu {
  padding-left: 0px;
}
.sub-sub-menu .header__menu-item{
  font-size: 18px;
    color: white;
    padding: .3rem 2rem;
  text-decoration:none;
}
.coll_link_img
{
  position: absolute;
  right: 15px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(10px);
  border-radius: 15px;
  width: 238px;
  height: 240px;
  
}
.sub-sub-menu li:hover .coll_link_img{
  opacity: 1;
  pointer-events: auto; /* Image becomes interactable */
  transform: translateY(0);
}
.sub-sub-menu li{
  text-decoration: none;
  display: block;
}
/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: 0% auto;
  padding: 0;
  width: 30%;
  max-width: 800px;
  height: 100%;
}
#myVideo {
      position: fixed;
    right: 0;
    bottom: 0;
    min-width: 30%;
    width: 30%;
    top: 50%;
    left: 49.4%;
    transform: translate(-50%, -50%);
    height: 701px;
}
span.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 450px;
}
.openVideo_desk{
  display:block;
  color: rgba(18, 18, 18, .75);
  font-size: 1.4rem;
}
.localization-selector.link {
    color: rgba(18, 18, 18, .75) !important;
}
.chat-toggle{
  background-color: rgb(6 3 141) !important;
}
.round-btn
{
    display: flex;
    border-radius: 20px;
    width: 176px;
    background: #fff;
    color: #000;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}
#shopify-section-template--23281586372932__content_slider_jKn4XQ
{
  display:block;
}
#shopify-section-template--23281586372932__content_slider_AjCwpe
{
  display:none;
}
.content-slider-wrapper {
  overflow: hidden;
  position: relative;
  /* height:100vh; */
}

/* .content-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: inherit;
} */
.flickity-prev-next-button svg {
    height: 117% !important;
    left: 25%;
    top: 24%;
}
.flickity-prev-next-button.next svg {
    transform: rotate(178deg);
    transform-origin: 37% 25%;
}
.flickity-prev-next-button.next {
    right: 75px !important;
}
.flickity-prev-next-button.previous {
    left: 75px !important;
}
.flickity-prev-next-button {
    top: 43%;
}
.gallery-cell {
  width: 90%;
  height: auto;
  margin-right: 20px;
  counter-increment: gallery-cell;
}
.gallery-cell img{
  width: 100%;
  border-radius: 30px;
}
.content-slide {
  box-sizing: border-box;
  position: relative;
  /* text-align: center; */
}
.content-slide-text h2, .content-slide-text h4, .content-slide-text p{
  color:#fff;
}
.content-slide-text h2, h4{
  font-size:52px;
}
.content-slide-text h2{
  text-align: left;
}
.content-slide-text h4{
  opacity:0.5;
  text-align: right;
}
.content-slide-text p{
  font-size:20px;
  text-align: left;
  line-height: normal;
}
.arrow {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 23px 10px;
    cursor: pointer;
    border-radius: 8%;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
}
.pro-arrow {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 8%;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
}

.arrow-left {
  left: 10px; /* Positioning from the left edge */
}

.arrow-right {
  right: 10px; /* Positioning from the right edge */
}

.pro-arrow-left {
  left: 10px; /* Positioning from the left edge */
}

.pro-arrow-right {
  right: 10px; /* Positioning from the right edge */
}

.arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}
.pro-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}
.content-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.content-con{
  position:absolute;
  z-index:1;
  bottom:130px;
  display:flex;
  width: 100%;
  max-width: 172rem;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.content-slide-text {
  padding: 65px;
  width: 50%;
}
.products-side {
  overflow: hidden;
}
.product-slider {
  transition: transform 0.5s ease-in-out;
  display:flex;
  gap: 20px;
  width: 35%;
  text-align: center;
}


.products-side {
  padding: 20px;
  width: 50%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap:20px;
  position: relative;
}

.products-side a{
  display:block;
  width: 272px;
  height: 100%;
  background: #00000091;
  border-radius: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.products-side a img{
  width: 228px;
  height: 217px;
  border-radius: 20px;
}
.products-side a h3{
    color: white;
    padding: 5px;
    font-size: 20px;
}
.products-side a h4{
    color: white;
    padding: 10px;
    font-size: 24px;
  opacity: 0.4;
}
.mbl-des {
  display:none;
}
.footer-btn{
  position: absolute;
    bottom: 35px;
    padding: 0px 65px;
    display: flex;
    width: 172rem;
  left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.footer-btn .btn{
  font-size: 18px;
    color: #fff;
    padding: 0px 17px;
    border: 1px solid;
    border-radius: 20px;
    margin-right: 15px;
}
.content-slide-text  .btn{
  color: white;
    background: #3F9EFC;
    padding: 8px 12px;
    border-radius: 5px;
}


.custom-about-section {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 75%;
  margin: 0 auto;
  max-width: 172rem;
  padding: 10rem 0rem;
}

.custom-about-section .content {
  max-width: 50%;
}

.custom-about-section .main-image img {
  max-width: 100%;
  width: 636px;
    height: 566px;
    object-fit: cover;
    border-radius: 22px;
}

.custom-about-section .secondary-images {
  display: flex;
  gap: 10px;
   margin-top: 45px;
}

.custom-about-section .secondary-images img {
  width: 34%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.custom-about-section p{
  color: #000000;
  margin: 20px 0px;
}
.custom-about-section h4{
  color: #081159;
  font-size:36px;
}

.custom-about-section h6{
  color: #081159;
  opacity: 0.4;
  font-size:36px;
  margin: 0px;
  padding-left: 50px;
}

.custom-about-section a{
  color: #081159;
  font-size:26px;
}






.product-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D1D1D1A6;
  padding: 17px;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  z-index:1000;
  border-radius: 20px;
}
 .card__content:hover .des-des
{
 
  display: flex;
}
 .card h3,  .card p
{
  color:#081159;
}
 .card__information{
  text-align:center;
}
 .card__information .card-information{
  text-align:center;
}
 .product-hover-content h3
{
  font-size:26px;
}
 .product-hover-content p
{
  font-size:16px;
  line-height: normal;
  margin-bottom: 8px;
}
 .card__content:hover .product-image img {
  opacity: 0.3;
} 
.mycollection .title{
  color: #081159;
}
.mycollection .title:after{
  content:"Topseller";
  background-image: linear-gradient(to right, #081159, #2B3CCC,#020312);
  font-size:12px;
  color: white;
    padding: 5px 16px;
    border-radius: 7px;
}
.mycollection .subtitle{
  width:33%;
}
.mycollection .subtitle p{
  color: #A2A3AB;
    line-height: normal;
    font-size: 16px;
}
.opinew-product-page-stars-disable {
    display: block !important; 
}
.product-hover-content .product-meta
{
    font-size: 12px;
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}
.product-hover-content .product-meta .price-item
{
    color:#3BD430;
}
.product-hover-content .product-meta .product-badge
{
    background-color: white;
    border-radius: 11px;
    padding: 2px 6px;
}
.product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.product-actions .btn {
  width: 100%;
    background-color: white;
    text-align: center;
    border: 1px solid #081159;
    color: #081159;
    border-radius: 15px;
    padding: 0px 21px;
  text-decoration: none !important;
}
.product-actions .price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 66px;
}

.product-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 11px;
  width: 100%;
}
.product-quantity .qty{
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  width: 39%;
}
.product-quantity .product-form__buttons .product-form__submit{
   padding: 7px 24px;
    border-radius: 15px;
    height: auto;
    min-height: auto;
  
}

.product-quantity .qty .quantity {
    width: 94%;
    border-radius: 15px;
  min-height: auto;
}
.product-quantity .qty .quantity input {
  text-align: center;
    width: 50px;
    margin: 0 0px;
    padding: 5px;
    width: 100%;
    border-radius: 15px;
}
.product-quantity .qty .quantity__button{
    font-size: 20px;
    width: 20px;
}
.custom-subscription-section .container{
    position:relative;
}
.custom-subscription-section {
    padding: 10rem 0;
}
.custom-subscription-section .header-text {
    width: 45%;
    text-align: left;
    padding: 75px 0px 10px 40px;
}
.custom-subscription-section .products-side {
    width: 45%;
}
.custom-subscription-section .products-side a {
    background: #81818191;
}
.custom-subscription-section .header-text h2 {
    font-size:60px;
    color:#081159;
}
.custom-subscription-section .header-text h3 {
    font-size:60px;
    color: #081159;
    opacity: 0.4;
    text-align: end;
}
.custom-subscription-section .header-text p {
    font-size:22px;
    color: #343A40;
    opacity: 0.4;
  line-height: normal;
}
.custom-subscription-section .product-display {
    position: absolute;
    top: 0;
    z-index: -1;
    width:100%;
    height: -webkit-fill-available;
}
.custom-subscription-section .product-display img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: inherit;
    object-fit: cover;
}
.custom-subscription-section .header-text a.btn
{
  width: 45%;
    text-align: left;
    padding: 75px 0px 10px 40px;
}
.custom-faq-section {
    padding: 36px 0;
}
.custom-faq-section h2 {
  color:#081159;
  font-size:36px;
}
.custom-faq-section h5 {
    margin-bottom: 30px;
}
.custom-faq-section p {
    color:#fff;
}
.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.faq-question {
    width: 98%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 15px;
    outline: none;
    box-shadow: -4px 7px 19px -6px black;
    border-radius: 10px;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .arrow-icon {
    transition: transform 0.3s ease;
    font-size: 18px;
    transform: rotate(0deg); /* Initial state: arrow pointing right */
      display:block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.faq-answer.open {
    max-height: 300px;
  background-color: #1F265E;
      padding: 0px 15px;
    border-radius: 15px;
}
.faq-content {
    padding: 15px 0;
    display: flex;
    align-items: center;
    color: white;
    
}
.faq-content img {
    max-width: 240px;
    margin: 0 15px 0px 0px;
    height: 260px;
    border: 1px solid white;
    border-radius: 15px;
}
#shopify-section-template--23281586372932__featured_blog_TALr84
{
  width:50%;
  float:left;
}
#shopify-section-template--23281586372932__custom_faq_pA4DEq
{
  width:50%;
  float:right;
}
.article-card__excerpt {
  color: black;
}
.collection-list-wrapper .card__inner
{
  border-radius: 20px !important;
}
.collection-list-wrapper .grid--3-col-desktop .grid__item {
        width: calc(33.33% - 20px* 2 / 3);
        max-width: calc(33.33% - 38px* 2 / 3);
        margin: 10px;
    }
.collection-list-wrapper .card__inner .card__media img
{
  border-radius: 20px;
}

.collection-list-wrapper .title-wrapper-with-link {
  text-align:center;
  display: block;
}
.collection-list-wrapper .title-wrapper-with-link h2 {
  color:#081159;
  font-size:36px;
}
.collection-list-wrapper .sub_title p {
  color:#A2A3AB;
  font-size:16px;
}
.collection-list-wrapper .card .media {
    border-radius: 20px;
}
.collection-list-wrapper .card__information {
    display: block !important;
    text-align:left;
}
.collection-list-wrapper .card__inner .card__heading:last-child {
    display: none !important;
}
.collection-list-wrapper .card__content {
    display:none !important;
    grid-template-rows: auto !important;
    align-content: end !important;
    background-color: #ffffffb5;
    border-radius: 20px;
}
.collection-list-wrapper .card__inner:hover .card__content{
    display:block !important;
}
.collection-list-wrapper .card__information h3{
    color: #081159;
    font-size:26px;
}
.collection-list-wrapper .card__information h3{
    color: #081159;
    font-size:26px;
}
.collection-list-wrapper .card__information p .icon-wrap{
    width: 100%;
    display: block;
}
.collection-list-wrapper .card__information p .icon-wrap:after{
  content:'zum Kategorie';
  width: 143px;
  height: 29px;
  background: #081159;
  border-radius: 15px;
  color: white;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.collection-list-wrapper .card__information p .icon-wrap svg{
    display:none;
}
.blog .title-wrapper-with-link h2 {
  color:#081159;
  font-size:36px;
}
.blog .title-wrapper-with-link h5 {
  color:#A2A3AB;
  font-size:16px;
}
.blog .title-wrapper-with-link {
    display: block;
}
.blog ul.grid li .article-card-wrapper
  {
    border-radius: 20px;
    box-shadow: 0px 1px 9px -5px #00000082;
  }
  
.blog ul.grid li .article-card-wrapper .card__inner  
  {
    border-radius: 20px 20px 0px 0px;
  }
  
.blog ul.grid li .article-card-wrapper .article-card__image-wrapper
  {
    border-radius: 20px 20px 0px 0px;
  }
.blog__posts .article-card .card__information {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    text-align: left;
}
.blog__posts .article-card .card__information h3{
    font-size: 20px;
    color: #081159;
}
.blog__posts .article-card .card__information p{
    font-size: 12px;
    color: #545885;
}



.custom-faq-section h5{
  color:#A2A3AB;
  font-size:16px;
}
.article-card__info 
  {
    display:flex;
  }
.article-card__info .author-image
  {
    width: 69px;
    height: 62px;
  }
.article-card__info .author-image img
  {
    width: 100%;
  }


.article-card__info .author-content h5
  {
    font-size:12px;
    color:#081159;
  }
.article-card__info .author-content p
  {
    font-size:12px;
    color:#84869C;
  }
.custom-footer {
  background-color: #002366;
  color: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.custom-footer a{
  color:white;
}
.footer-logo {
  max-width: 185px; /* Adjust as needed */
  height: auto;
  margin-bottom: 10px;
}


.footer-section {
  margin: 10px;
  max-width: 181px;
}
.newsletter{
  width: 24%;
  max-width: 445px;
}
.newsletter p{
  font-size:12px;
}
.newsletter {
  display: flex;
  align-items: flex-start;
  background-color: #1F265E;
  padding: 10px;
  border-radius: 20px;
}

.newsletter-image {
  max-width: 137px;
  margin-right: 20px;
  border-radius: 20px;
}

.newsletter-text {
  flex: 1;
}
.support {
  max-width: 500px;
  width: 27%;
  
}
.support_content
{
  display:flex;
  align-items: center;
  background-color: white;
  border: 1px solid #1F265E;
  border-radius: 20px;
  padding: 10px 15px;
  gap: 10px;
}
.support p{
  font-size:18px;
  letter-spacing: 0.18px;
  line-height: normal;
  color: #081159;
  margin: 0px 0px;
}
.footer-section h4 {
  margin-bottom: 10px;
  font-size:22px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: {{ settings.footer_link_color | default: '#ffffff' }};
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section.newsletter form {
  display: flex;
}

.footer-section.newsletter input[type="email"] {
  padding: 5px;
  flex: 1;
  border-radius: 10px;
}

.footer-section.newsletter button {
  padding: 5px;
  background-color: #84869C !important;
  border: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
}

.footer-section.payment img {
  margin: 5px;
  max-width: 40px;
}

.footer-section.rating {
  text-align: center;
  background-color: white;
  border-radius: 20px;
  margin-top: 10px;
}

.footer-section.rating p {
  font-size: 18px;
  margin: 0px 0;
  color: #081159;
  line-height: normal;
}
.footer-section.rating img {
  margin-top: 10px;
}

.collection-hero--with-image{
        padding: 0px !important;
  }
.collection-hero--with-image .collection-hero__inner{
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    height: 500px;
    display: block;
    max-width: 100% !important;
  }
.collection-hero--with-image .collection-hero__inner .collection-hero__image-container{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    border-radius: 30px;
  }
.price--on-sale .price__container .price__sale
  {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
  }
.price__container .price-item--sale
  {
    color: #081159 ;
    font-size:40px;
  }
.price--on-sale .price__container .price-item--regular
  {
    color: #DE0909 !important;
    font-size:26px !important;
    
  }
.price__container .price-item--regular
  {
     color: #081159 ;
    font-size:40px;
    
  }
  .button, .shopify-challenge__button, .customer button {
   
    color: white !important;
    background-color: #081159 !important;
    border-radius: 10px;
}
  .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    display:none !important;
}
.product-form__buttons {
    max-width: 41rem;
}
.product__metafield
  {
    background-color: #EFEFEF;
    padding: 1px 15px;
    border-radius: 10px;
  }
.payment_logo
{
    max-width: 41rem;
}  
.related-products a
  {
    text-align:center;
  }
.related-products a img
  {
    display: block;
    margin: 0 auto;
  }
.related-products a h2
  {
    color:#10212B;
  }
.related-products p
  {
    text-align:center;
  }
/* .opw-main-content-container
  {
    display: flex;
  } */
 
/* .opw-main-content-container div
  {
    width:100%;
  } 
 .summary-card-container{
    width: 47% !important;
    margin-top: 1rem !important;
 }  */
.register_section
  {
    width:85%;
    display:block;
    margin:0 auto;
    padding: 70px 0px;
  }
.register-login-section {
  display: flex;
  justify-content: space-between;
  padding: 50px 90px;
  border: 2px solid #545885;
  border-radius: 10px;
}

.register-form, .login-form {
  width: 45%;
}
.register-login-section h2{
  font-size:32px;
  letter-spacing: 0px;
  color: #081159;
}
.register-login-section label{
  font-size:20px;
  letter-spacing: 0px;
  color: #1F265E;
}
.register-login-section button{
  background: #081159;
  border: 1px solid #081159;
  width:100%;
  padding: 10px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.register-login-section p{
 color: #1F265E;
  font-size:16px;
  text-align:center;
}
.info-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.info-box {
  width: 30%;
  text-align: center;
  border: 2px solid #1F265E;
  border-radius: 10px;
  padding: 10px;
}

.info-box img {
  max-width: 100px;
}

.info-box p {
  margin: 10px 0;
  color: #1F265E;
  font-size:16px;
}

.info-box h2 {
 color: #1F265E;
 font-size:19px;
}
.form-group input[type="email"], .form-group input[type="password"]
  {
    width: 100%;
    padding: 10px;
    border: 1px solid #081159;
    border-radius: 5px;
  }
.form-group
  {
   margin: 18px 0px;
}
  
/* .opw-widget-wrapper-default {
   position: absolute;
    top: 50%;
    width: calc(55% - 8px / 2) !important;
    max-width: 55% !important;
} */
  
.product--medium
  {
    position:relative;
  }
/* Popup Notification Styling */
.popup-notification {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  padding: 15px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  border-radius: 5px;
}

.popup-notification.show {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

/* Animation for smooth fade-in */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup-content {
  text-align: center;
}

.popup-content button {
  margin-top: 10px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.popup-content button:hover {
  background-color: #555;
}

.product-card-wrapper .media--transparent {
    background-color: white;
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}


.form-card {
    text-align: left
}


#videoModal .action-button {
    width: 94%;
    background: #1F265E;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    text-align: center;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}
.pro_cont{
  width:100%;
  display:flex;
  flex-wrap: wrap;
}
.pro_card{
    width: 44%;
    background-color: #fff;
    color: #081159;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid;
}
.pro_card h2{
  font-size: 18px;
}
.rh-chat {
      left: 50px !important;
      width: 8% !important;
      display: flex;
      align-items: center;
      text-align: center;
}
.rh-icon {
        display:none !important;
         }
.rh-chat-text {
        width: 100%;
        color: white;
        font-weight: bold;
         }
 .Avada-Joy_ButtonWidget.right {
    right: 121px !important;
   z-index: auto !important;
   
} 
.AvadaJoy-Launcher__Button{
  background-color: rgb(35, 52, 187) !important;
}
 .sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display:none; 
  transform: translate(0) !important;
  visibility: visible !important;
}


.bottom_icn{
  display:none;
}
  #customer_login_link
  {
    display: block;
    padding: 11px 11px;
    line-height: normal;
    margin-bottom: 0px;
    width: -webkit-fill-available;
    border-radius: 15px;
    background-color: #081159;
    color: white;
    text-align: center;
    text-decoration: none;
  }
.acc_link 
  {
    width: 45%;
    margin-top: 16px;
  }











  
@media only screen and (max-width: 768px) {

.acc_link 
  {
    width: 64%;
    margin-top: 16px;
  }
#ShopifyChat{
    z-index: 1 !important;
    height: 44px !important;;
}
.bottom_icn{
  display: flex;
}
.menu-drawer{
  top: 0 !important;
}
.header--mobile-center{
  position: fixed;
    bottom: 0;
    background-color: white;
}
.menu-drawer__utility-links {
    padding-left: 3.2rem !important;
}
.sidenav .closebtn {
  font-size: 36px;
  margin-left: 29px;
  color: black;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}
  .Avada-Joy_ButtonWidget.right {
    right: 85px !important;
    z-index: unset !important;
}
  .rh-chat {
    left: 17px !important;
    width: 42% !important;
}
#shopify-section-template--23281586372932__content_slider_jKn4XQ
{
  display:none;
}
#shopify-section-template--23281586372932__content_slider_AjCwpe
{
  display:block;
}
  .content-slide img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 800px;
    object-fit: cover;
    object-position: top;
  }
  .content-con { 
    display:block;
    top: 15px;
  }
  /* .flickity-prev-next-button {
    display:none;
} */
  .flickity-prev-next-button.previous {
    left: 22px !important;
}
  .flickity-prev-next-button.next {
    right: 22px !important;
}
  .flickity-prev-next-button {
    top: 40%;
}
  .flickity-prev-next-button{
    width: 35px;
  height: 35px;
  }
  .gallery-cell {
    margin-right: 10px;
}
  .content-slide-text {
    padding: 0px 15px;
    width: 100%;
    
  }
  .content-slide-text h2, h4 {
    font-size: 31px;
  }
  .products-side {
    width: 100%;
    margin-left: 30%;
    max-width: 69%;
    margin-top:70px;
  }
  .pro-arrow-left {
    left: 0px;
}
  .pro-arrow-right {
    right: 0px;
}
  .pro-arrow{
    padding: 7px 7px;
  }
  .content-slide-text p {
    font-size: 16px;
  }
  .footer-btn {
    padding: 3px 10px;
    width: 100%;
    display:block;
    gap: 10px;
    margin-bottom: -36px;
    text-align:center;
  }
  .footer-btn .btn {
    font-size: 13px;
    padding: 0 3.4%;
    margin-right: 0px;
  }
  .custom-about-section {
    display: block;
    padding: 5rem 1rem;
    width: 100%;
  }
  .custom-about-section .content {
    max-width: 100%;
  }
  .custom-about-section .secondary-images img {
    width: 31%;
    height: 88px;
  }
  .custom-about-section .main-image img {
    width: 100%;
    height: 347px;
    margin-top: 20px;
  }
  .mycollection .subtitle {
    width: 100%;
  }
  
.mycollection .grid--2-col-tablet-down .grid {
        display:block !important;
    }  
.mycollection .grid--2-col-tablet-down .grid__item {
        width: 100% !important;
        max-width:100% !important;
    }
  .product-hover-content.des-des {
    display: none !important;
}
  .product-hover-content.mbl-des {
    position: relative; 
    display: block;
    background-color: transparent;
    padding: 0px;
}
.product-hover-content.mbl-des .product-quantity {
    gap: 53%;
}
.product-hover-content.mbl-des .product-quantity .qty {
    width: 30%;
}
.product-hover-content.mbl-des .product-actions .price-sec {
    display: block;
}
.product-hover-content.mbl-des .product-actions .btn {
    display:block;
    padding: 11px 21px;
    line-height: 10px;
    margin-bottom: 14px;
    width: -webkit-fill-available;
}
.card__content {
    width: auto !important;
}
.card__information {
    grid-row-start: 1 !important;
}
  .card__content {
    display: block;
    text-align: left;
    padding: 10px 30px !important;
}
 .card__information, .card__information .card-information {
    text-align: unset;
}
 .card h3,  .card p {
    font-size: 18px;
}
 .product-hover-content p {
    margin-bottom: 20px;
    font-size: 16px;
}
.product-hover-content.mbl-des .product-form__buttons .product-form__submit {
      height: auto;
    min-height: auto;
    padding: 8px;
    border-radius: 15px;
    margin-bottom: 10px;
    }
.custom-subscription-section .header-text h2 {
    font-size: 33px;
}
.custom-subscription-section .header-text h3 {
    font-size: 33px;
}
  .custom-subscription-section .header-text {
    width: 100%;
    padding: 15px 20px;
}
.custom-subscription-section .products-side {
    width: 100%;
    margin-left: 0px;
}
.collection-list-wrapper .grid--3-col-desktop .grid{
    display:block;
}
.collection-list-wrapper .grid--3-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
  #shopify-section-template--23281586372932__featured_blog_TALr84 {
    width: 100%;
}
  #shopify-section-template--23281586372932__custom_faq_pA4DEq {
    width: 100%;
    padding: 0px 25px;
}
  .opw-main-content-container {
     display: block; 
}
.blog ul.grid
  {
    display:block !important;
  }
.summary-card-container {
    width: 100% !important;
    margin-top: 1rem !important;
}
.blog ul.grid li
  {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px 26px;
    box-sizing: border-box !important;
  }

.blog ul.grid li .article-card-wrapper
  {
    border-radius: 20px;
    box-shadow: 0px 1px 9px -5px #0000
  }
  
.blog ul.grid li .article-card-wrapper .card__inner  
  {
    border-radius: 20px 20px 0px 0px;
  }
  
.blog ul.grid li .article-card-wrapper .article-card__image-wrapper
  {
    border-radius: 20px 20px 0px 0px;
  }
.blog__posts .article-card .card__information {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.blog__posts .article-card .card__information h3{
    font-size: 20px;
    color: #081159;
}
.blog__posts .article-card .card__information p{
    font-size: 12px;
    color: #545885;
}
.blog .slider-buttons {
    display: none !important;
}
.faq-content {
  align-items: normal;
}
  .faq-content img {
    max-width: 167px;
    height: 168px;
}
  .newsletter {
    width: 100%;
}
  .support {
    width: 100%;
}
  .footer-section {
    margin: 10px;
    max-width: 100%;
    width: 100%;
}
  .register-login-section {
    display: block;
    padding: 30px 10px;
}
.register-form, .login-form {
    width: 100%;
    margin: 15px 0px;
}
.info-boxes {
    display: block;
} 
  .info-box {
    width: 100%;
    margin: 10px 0px;
}
  
.openVideo_desk{
  display:none;
}
.openVideo_mbl{
  display: flex;
  padding-left: 0.2rem;
  width: auto;
  color: black;
  justify-content: space-between;
  align-items: center;
  position: unset;
  border-radius: unset;
  background-color: transparent;
}
.openVideo_mbl svg{
  width: 20px;
  margin-right: 0.6rem;
}
  .modal-content {
    width: 70%;
}
  #myVideo {
    width: 70%;
}
  .products-side a{
  width: 215px;
}
.products-side a img{
  width: 170px;
}
    .product-slider {
    gap: 10px;
    width: 68%;
}
  .products-side a h3 {
    padding: 3px;
    font-size: 18px;
}
  .products-side a h4 {
    padding: 4px;
    font-size: 17px;
}
    
.opw-widget-wrapper-default {
   position: relative;
    top: 0px;
    width: 100% !important;
    max-width: 100% !important;
}
  .menu-drawer__navigation-container {
    display:block !important;
  }
  .menu-drawer__utility-links 
  {
    display: flex;
    flex-direction: column;
  }
  .menu-drawer__utility-links .menu-drawer__localization
  {
    display: flex;
    flex-flow: column-reverse;
  }
  .menu-drawer__utility-links a.menu-drawer__account
  {
    order: 2;
  }
  span.close {
  position: absolute;
  top: 0px;
  right: 13px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  line-height: normal;
}
  }
[dir="ltr"] .rating__caption {
    display: none;
  }
}
