/** Shopify CDN: Minification failed

Line 180:1 Unexpected "{"
Line 452:0 Expected "}" to go with "{"

**/
.footer__block,
.footer__block--mobile {
  flex: 1 1 calc(50% - 20px);
}

.product__main-photos .product-slideshow {
  border: 0;
}

.product-single__header--mobile {
  width: 100%;
  margin-top: 20px;
  margin-bottom: initial;
}

@media only screen and (max-width: 768px) {
  .product-main-slide {
    border: 0;
  }
}

@media only screen and (min-width: 769px) {
  .collection-content {
    border: 0;
  }
}

[data-grid-style*="gridlines"] .grid-item__link {
  background-color: var(--colorSmallImageBg);
}

.grid-item__content {
  height: 100%;
}

.grid-item__link {
  height: 100%;
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child .btn,
.input-group input[type="hidden"]:first-child + .input-group-field {
  border-radius: initial;
}

.input-group .input-group-field:last-child {
  border-radius: initial;
}

.input-group .input-group-btn:first-child .btn,
.input-group input[type="hidden"]:first-child + .input-group-btn .btn {
  border-radius: initial;
}

[dir="rtl"] .input-group .input-group-btn:first-child .btn,
[dir="rtl"]
  .input-group
  input[type="hidden"]:first-child
  + .input-group-btn
  .btn {
  border-radius: initial;
}

.input-group .input-group-btn:last-child .btn {
  border-radius: 5px;
}

[dir="rtl"] .input-group .input-group-btn:last-child .btn {
  border-radius:5px;
}

.input-group .input-group-btn .btn {
  border-radius: 5px;
}

.h0 {
  font-size: calc(var(--typeHeaderSize) * 1.35);
}

@media only screen and (min-width: 769px) {
  .h0 {
    font-size: calc(var(--typeHeaderSize) * 2.2);
  }
}

.testimonials-slide:not(.is-selected) {
  filter: blur(4px);
  opacity: 0.7;
}

.testimonials-slide.is-selected .testimonials-slider__text {
  transform: scale(1.2);
  box-shadow: none;
}

.testimonials-slide .testimonials-slider__text {
  background: inherit;
  color: inherit;
  transform: scale(0.9);
}

.type-sale_collection {
  max-height: inherit;
}

.type-sale_collection.flex-grid__item--25 .rte--strong {
  font-size: 4.5rem;
}

@media only screen and (max-width: 768px) {
  .type-sale_collection.flex-grid__item--25 .rte--strong {
    font-size: 4rem;
  }
}

.type-sale_collection .rte--strong {
  font-size: 6.5rem;
}

@media only screen and (max-width: 768px) {
  .type-sale_collection .rte--strong {
    font-size: 6rem;
  }
}

.type-image.flex-grid__item--100 {
  max-height: 70vh;
}

@media only screen and (max-width: 768px) {
  .type-image.flex-grid__item--100 {
    max-height: 50vh;
  }
}

.type-image img {
  height: 100%;
}

.type-banner .promo-grid__container {
  align-items: center;
  height: 100%;
}

.type-banner__text {
  flex-direction: column;
}

.flex-grid__item--75 .type-banner__text,
.flex-grid__item--100 .type-banner__text {
  flex-direction: row;
}

.logo-bar--grid-background-color--false .grid-product:after,
.logo-bar--grid-background-color--false .logo-bar__item {
  background-color: inherit;
}

.newsletter__input-group {
  max-width: 510px;
}
.newsletter__input-group {
  .input-group-field {
      border-radius: 5px!important;
      border: 1px solid #dddddd;
  }
  .input-group-btn {
    .btn {
      background: #3B3BAA;
      color: white;
    }
  }
}
 {
  .newsletter-section {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 968px) {
  .newsletter__input-group {
    .input-group-field {
      width: 380px;
    }
  }
}
#shopify-section-template--22379560665353__featured-collection {
  background: #F4F4F4;
  padding: 40px 0px;
}
@media only screen and (min-width: 968px) {
  #shopify-section-template--22379560665353__featured-collection {
    padding: 60px 0px;
  }
}
#shopify-section-template--22379560567049__collection-header {
  background: #3B3BAA;
  .breadcrumb {
    display: none;
    color: white;
    a {
      color: white;
    }
  }
}
.section-header__title {
  color: white;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
.collection-filter__item--count {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.collection-filter__inner select {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.grid-view-btn svg {
  fill: #3B3BAA;
}

.cart__item-row.cart-recommendations {
    margin-bottom: 20px;
    display: none;
}

.addtocartnew {
    display: block;
    justify-content: center;
    width: 100%;
    text-align: -webkit-center;
}

.addtocartbtn {
    width: 90%; /* Make the button 80% of the parent width */
    padding: 10px; /* Add some padding for a better look */
    font-size: 14px; /* Font size */
    display: flex;
    justify-content: space-between; /* Space out the text and icon */
    align-items: center; /* Center the content vertically */
    background-color: #3B3BAA; /* Button background color */
    color: white; /* Text color */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor changes to pointer */
    text-align: left; /* Align text to the left */
  margin : 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.addtocartbtn:hover {
    background-color: #0056b3; /* Darken button on hover */
  color: white;
}

.text {
    flex: 1; /* Takes up remaining space */
}

.icon {
    margin-left: auto; /* Pushes the icon to the far right */
  font-size: 20px;
}


.cart__image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background: white;
}

.custom-icon{
  margin-right: 10px;
}
.section--divider {
    border-top: 0px solid;
    border-top-color: var(--colorBorder);
    padding-top: var(--indexSectionPadding);
}

#shopify-section-template--22379561058569__faq_VCp7UC > div > div{
      min-width: 97%;
    margin-left: 2%;
}

.hero__subtitle {
    font-size: xx-large;
    line-height: 0px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .hero__subtitle {
        font-size: large;
    }

.grid-product__price--current {
  color: #282828;
  font-size: 20px;
}
.view-all-button {
    display: inline-block;
    background-color: #3b3baa;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}
.product-single__meta .rte {
    text-align: left;
    font-family: 'Barlow';
    font-size: 16px;
}
.rte--collection-desc {
    padding: 45px 0;
    margin-bottom: 0;
    font-family: 'Barlow';
    font-size: 16px;
}
.scrollable-grid--small {
        padding-bottom: 30px;
    }

svg.icon.icon--line {
    stroke-width: 6px;
    stroke-linejoin: var(--icon-strokeLinejoin, miter);
    color: #9A99FF;
}
.pagination .page.current {
    opacity: 1;
    background: #3B3BAA;
    border: 1px;
    border-color: black;
    border-style: solid;
    color: white;
}
.pagination a:not(.btn), .pagination .page.current {
    padding: 12px 12px;
}
.pagination a {
    display: inline-block;
    background: white;
    border-style: solid;
}

.btn--circle {
    padding: 8px;
    border-radius: 0;
    min-width: 0;
    line-height: 1;
}
.btn--circle {
    padding: 8px;
    border-radius: 0;
    min-width: 0;
    line-height: 1;
    color: black;
}
.search__input {
    width: 100%; /* Default width for mobile */
}

@media (min-width: 768px) { /* Adjust the breakpoint as needed */
    .search__input {
        width: 280px; /* Fixed width for desktop */
    }
}
.footer__menu--underline a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration: auto;
}
.breadcrumb-container{
      padding-left: 3%;
    padding-top: 20px;
  --gutter: 30px;
    --page-width: 1500px;
}
.add-to-cart {
  background: #3b3baa;
  color: white;
  border: none;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: white;
  color: black;
  border: black;
  outline-color: black;
  outline: 10px;
  outline: inset;
}
.product__price {
  color: #3b3baa;
  font-weight: 600;
  font-size: 28px;
}
.collapsible-trigger {
    color: inherit;
    position: relative;
    font-size: larger;
    font-family: "Barlow";
    font-weight: 400;
  font-size: 28px;
}
.collapsible-trigger__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
}
.collapsible-trigger__layout>span {
    display: block;
    padding-right: 10px;
    font-size: 28px;
}
.cart__price:not(.cart__price--strikethrough) {
    font-weight: var(--typeHeaderWeight);
    font-size: calc(var(--typeBaseSize) + 2px);
    color: #3B3BAA;
}
#HeaderCart > div > form > div.cart__footer > div.cart__item-sub.cart__item-row.cart__item--subtotal > div:nth-child(2){
  color: #3b3baa;
  
}
  .newsletter__input-group {
    margin: 0;
}

@media (max-width: 768px) 
    .newsletter__input-group {
        width: 95%;
    }
