/** Shopify CDN: Minification failed

Line 191:0 Unexpected "="
Line 262:0 Expected "}" to go with "{"

**/
/* Header Code for desktop device */
@media (min-width: 1024px) {
  .m-header__inner {
    display: flex;
    justify-content: center;
  }

  /* Make only the left part visible */
  .m-header__left {
    display: block;
    width: 100%;  /* Adjust width to be full width of its container */
    text-align: center;  /* Center the content inside the left section */
  }

  /* Hide the other elements */
  .m-header__center, 
  .m-header__right {
    display: none;
  }

  /* Make sure the left header part stays at the center */
  .m-header__left .m-header__menu {
    margin: 0 auto;  /* Ensure menu is centered */
  }
  
  .m-header__center{
    display: none;
}

#shopify-section-sections--25484667420959__header m-header.m-header.m\:block .m-header__desktop {
    display: block !important;
}
.m-header__right.m\:w-5\/12 {
    display: none;
}
.m-header__center.m\:w-2\/12 {
    display: none !important;
}
}

/* Menu Mobile device */
@media only screen and (max-width: 1023px) {
#shopify-section-sections--25484667420959__header m-header.m-header.m\:block .m-header__desktop {
    display: block !important;
}

.m-header__left.m\:w-5\/12 {
    display: block !important;
    width: 100% !important;
}

.m-header__right.m\:w-5\/12 {
    display: none !important;
}

.m-header__center.m\:w-2\/12 {
    display: none !important;
}

.m-menu__link--main {
    padding: 10px 5px !important;
}

  .m-menu {
    font-size: 2.7vw !important;  /* Use viewport width for font size */
    justify-content: center !important;
  }
}




/* jUDGE.ME REVIEW */

.jdgm-carousel-title-and-link {
 display: flex;
 flex-direction: column;
  align-items: center;
 justify-content: center;
}
h2.jdgm-carousel-title {
 font-size: 32px;
}
.jdgm-carousel-item__inner-wrapper {
 background: #ffe5ef;
}
@media screen and (max-width: 768px) {
 h2.jdgm-carousel-title {
   font-size: 22px;
   text-align: center !important;
 }
}


/*----------------- Footer --------------- */

div#shopify-section-sections--25484667453727__footer a.social-media-links--item {
   width: 36px !important;
   height: 36px !important;
}

#shopify-section-sections--25484667453727__footer a.social-media-links--item {
   background: #F38AB2 !important;
   color: #fff !important;
   border: 1px solid #fff;
   border-radius:50%;
}
#shopify-section-sections--25484667453727__footer a.social-media-links--item:hover {
   background: #F38AB2 !important;
   color: #fff !important;
   border: 1px solid #fff;
   border-radius:50%;
   box-shadow: none;
}

div#shopify-section-sections--25484667453727__footer .social-media-links {
   margin-top: 10px !important;
}

div#shopify-section-sections--25484667453727__footer h3.m-accordion--item-button.m-footer--block-title {
   font-size: 18px;
}
.social-media-links--item {
   justify-content: center;
   border-radius: 50%;
}


/* NEWSLETTER */

.m-newsletter-section__header {
 margin-bottom: 24px !important;
}
.m-newsletter-section__description.rte {
 opacity: 1 !important;
}
button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
 background: #000000;
 color: #fff;
 border: none;
}
button.m-newsletter-form__button.m-newsletter-form__button--text.m-button:hover {
 color: #000000;
}

button.m-newsletter-form__button.m-newsletter-form__button--text.m-button:hover {
    color: white !important;
}



/* PRoducts Tabs */

a.m-tab-header.active {
    font-weight: 600;
}

a.m-tab-header {
    font-weight: 500;
}


/* IMAGE WITH TEXT */

.m-image-with-text__content {
 padding: 40px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 margin-left: -6px;
}
.m-image-with-text__inner {
 gap: 5px;
}
@media screen and (max-width: 768px) {
 .m-image-with-text__content {
   padding: 28px;
   margin-left: 0px;
 }
 .m-content-box {
   text-align: center;
 }


 /* ============POLICY PAGE==================== */

================================ */
.shopify-policy__container {
    max-width: 1200px !important;
}
 
.m-link-lists .m-link:after {
    height: 0px;
}
.m-menu__link--main:after {
    height: 0px !important;
}
a.m-menu__link.m-menu__link--main {
    text-transform: uppercase;
}
h3.m-accordion--item-button.m-footer--block-title {
    text-transform: uppercase;
}
 
a.social-media-links--item {
    background-color: transparent !important;
}
 
.shopify-policy__title {
    text-transform: capitalize;
}



/* Mobile devices */


@media screen and (max-width:768px){
    p{
        font-size:14px;
    }
    a.m-collection-card__link.m\:block {
    font-size: 15px;
    font-weight: 600;
}

div#shopify-section-sections--25484667453727__footer h3.m-accordion--item-button.m-footer--block-title {
   font-size: 15px;
}
h3.m-icon-box__heading.h4 {
    font-size: 14px !important;
}
}


/* @media(max-width: 767px){
    button.chat-toggle.chat-toggle--icon-button.icon-only svg, button.chat-toggle.chat-toggle--icon-button.mobile-only svg {
    height: 50px !important;
}

button.chat-toggle {
    height: 50px !important;
    width: 50px !important;
} 
}

button.chat-toggle.chat-toggle--icon-button.icon-only svg, button.chat-toggle.chat-toggle--icon-button.mobile-only svg {
    height: 48px;
}   */

/* #shopify-chat{

button.chat-toggle.chat-toggle--icon-button.icon-only svg, button.chat-toggle.chat-toggle--icon-button.mobile-only svg {
    height: 40px !important;
}
} */

