/** Shopify CDN: Minification failed

Line 56:0 Unexpected "{"
Line 56:1 Expected identifier but found "%"
Line 87:0 Unexpected "{"
Line 87:1 Expected identifier but found "%"

**/
sticky-header.header-wrapper {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10.6px);
}

.shopify-policy__container {
    max-width: 1200px;
    padding-bottom: 40px;
}

h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 3.5rem);
}

h1.main-page-title.page-title.h0{
    font-size: calc(var(--font-heading-scale) * 3.5rem);
}

h1.main-page-title.page-title.h0 {
    margin: 0;
}

h2.title.inline-richtext.h1 {
    font-weight: 700;
    color: #426d8b;
}

.main-page-title,
.collection-hero__title,
.product__title h1,
.collapsible-content__heading,
.rich-text__heading,
.inline-richtext .h1,
.image-with-text__heading,
.blog__title{
    font-weight: 700;
    color: #426d8b;
}

.card.card--card.card--media.color-scheme-2.gradient {
    border: 1px solid #426d8b !important;
    border-radius: 12px;
    overflow: hidden;
}

/* for news_letter  */
{%- style -%}
  #shopify-section-template--23303793967352__newsletter_r6HqTg {
    position: relative;
    background-image: url('/cdn/shop/files/standard.png?v=1786776691');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  /* Black Opacity Overlay */
  #shopify-section-template--23303793967352__newsletter_r6HqTg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Ekhane 0.5 er jaigay opacity komai ba barai dite paren */
    z-index: 1;
  }

  /* Content ke overlay er upore rakhar jonno */
  #shopify-section-template--23303793967352__newsletter_r6HqTg > * {
    position: relative;
    z-index: 2;
  }

  #shopify-section-template--23303793967352__newsletter_r6HqTg .newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.content-container--full-width.section-template--23303793967352__newsletter_r6HqTg-padding {
    background: transparent;
}
{%- endstyle -%}

@media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 50% !important;
    }
        .product--large:not(.product--no-media) .product__info-wrapper {
        max-width: 50% !important;
    }
    .product-card-wrapper .card .card__information {
        padding: 10px;
    }

    .product-card-wrapper .card .card__information .card__heading {
    font-size: 18px;
}
}

@media (min-width: 769px) {
    .header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .header h1.header__heading {
        order: 1;
    }

    .header nav.header__inline-menu {
        order: 2;
    }
    .header .header__icons {
        order: 3;
    }
}

@media (max-width: 768px){
    h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
}

h1.main-page-title.page-title.h0{
    font-size: calc(var(--font-heading-scale) * 2.5rem);
}
}

