/** Shopify CDN: Minification failed

Line 451:27 Expected ":"
Line 452:115 Unterminated string token

**/
/* ── Font Face Declaration ── */
  @font-face {
    font-family: 'HelveticaNeue';
    src: url('/cdn/shop/files/HelveticaNeueThin.woff2?v=1771830104') format('woff2'),
         url('/cdn/shop/files/HelveticaNeueThin.woff?v=1771830103') format('woff');
  
    font-style: normal;
    font-display: swap;
  }
html , body{
    background-color:black !important;
}
.our-collections p.card-discriptionn {
    display: none;
}

.map-section__content.flex-column {
    display: none !important;
}



span.pagination__item.pagination__item--current {
    background-color: #F9DD9E;
    color: black;
    font-weight: 600;
    border-color: #F9DD9E;
}

a.pagination__item:hover {
    background-color: #F9DD9E;
    font-weight: 600;
}
main#MainContent {
    background-color: black;
}
.template-product .page-container {
  background-color: #000 !important;
}
section.split-hero {
    background-color: black;
}
  /* ── Apply to EVERYTHING except headings ── */
  *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),

  *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)::after {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
 
  }
*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.jm-star-rating__font-icon):not(.jdgm-star) {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

  .mini-cart-content {
    background-color: black;
}

.mini-cart-header {
    background-color: black;
}

.mini-cart-footer{
      background-color: black;
}

  /* ── Body level default ── */
  body {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

  }

  /* ── Common text elements ── */
  p, span, a, li, ul, ol, label, input, textarea, select, button,
  div, section, article, aside, footer, header, nav, main,
  td, th, caption, blockquote, cite, small, strong, em, b, i,
  form, fieldset, legend, table, figcaption, time, address,
  .btn, .button, [class*="text-"], [class*="txt-"] {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
 
  }

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 500;
  }

.site-nav__item.d-none.d-lg-flex {
    display: none !important;
}

.row-header {
    padding-top: 25px;
      padding-bottom: 25px;
}

.group-fixed.d-lg-flex.d-none {
    display: none !important;
}

.header--acount , .header-wl-icon{
    display: none !important;
}



.thick-lineactive.size-header-small .site-nav__link .site-nav__title::before {
    content:none;
}

nav.nav-bar {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
/* Subtle shadow */
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

nav.nav-bar li a {padding: 10px 10px !important;}

.site-nav--active span {
    background: rgba(249, 221, 158, 0.30);
    padding: 8px 20px;
        backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius:30px
}

ul.site-nav li span{
    padding: 8px 20px;
    font-size:18px;
}
ul.site-nav li:hover span{
        background: rgba(249, 221, 158, 0.30);

        backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius:30px
}

details-modal.header__search {
    display: none;
}


input#Search-In-Modal {
    color: white;
    font-size:18px;
    border-bottom:1px solid;
}

input#Search-In-Modal::placeholder{
       color: white;
    font-size:16px;
}

.site-header__cart-indicator {
    background:#F9DD9E !important;
    color:black !important;
    font-weight:700 !important;
    width:20px !important;
    height:20px !important;
    bottom: 12px !important;
    right: -9px !important;
    
}
.site-header__logo img {
    width: 90px !important;
}
form.search.search-modal__form {
    margin-right: 25px;
}

h2.h1.mega-title.slideshow__title {
    font-size: 78px;
}

h2.h1.mega-title.slideshow__title span{
    color:#F9DD9E;
     font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 500;
}

.mega-subtitle.slideshow__subtitle {
    font-size: 24px;
    line-height: 40px;
}

.explore-btn-wrap {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 6px 6px 6px 28px;

    /* GLASS BASE */
    background: linear-gradient(
        90deg,
        rgba(249, 221, 158, 0.25) 0%,
        rgba(249, 221, 158, 0.45) 49%,
        rgba(249, 221, 158, 0.35) 100%
    );

    border: 1px solid rgba(255,255,255,.15);

    /* REAL BLUR */
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);

    box-shadow: 0 2px 20px #00000059, inset 0 1px #ffffff1a;
}

  .explore-btn-wrap:hover {
    background: #FFD984;
    
  }

  .explore-btn-text {
  
    font-size: 18px;
   text-transform: uppercase;
    font-weight: 500;
    color: white;

  }

  .explore-btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #F9DD9E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.25s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  }
 .explore-btn-wrap:hover   .explore-btn-text {
    color:black;
 }
  .explore-btn-wrap:hover .explore-btn-icon {
background:white;
    transform: rotate(35deg);
  }

  .explore-btn-icon svg {
    width: 18px;
    height: 18px;
  
    
  }



section#shopify-section-template--26370819064175__background_text_PY79pY .content_center {
    justify-content: flex-start;
}
section#shopify-section-template--26370819064175__background_text_PY79pY .about-brand__content {
    text-align:left;

}
section#shopify-section-template--26370819064175__background_text_PY79pY h2 , section#shopify-section-template--26370819064175__background_text_PY79pY p{
    color:black !important;
}


section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__para {
    width: 90%;
    font-size: 28px;
    font-weight: 500;
}

section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__subheading {
    font-size: 52px;
    font-family: Playfair Display, Georgia, serif !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 62px;
}

section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__subheading span {
    font-size: 28px;
    font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

section#shopify-section-template--26370819064175__background_text_DBAyCG .about-brand__content {
    max-width: 1000px;
}




section#shopify-section-template--26370819064175__background_text_GCzMHW .container.content_center {
    justify-content: flex-end;
}

section#shopify-section-template--26370819064175__background_text_GCzMHW  h2.about-brand__heading {
    text-align: left;
}

section#shopify-section-template--26370819064175__background_text_GCzMHW  p.about-brand__para {
    text-align: justify;
}

section#shopify-section-template--26370819064175__background_text_GCzMHW  .about-brand__content {
    text-align: left;
}
span.js-btn-view {
    display: none;
}



input, textarea, select {
    color: white;
    opacity: 1;
}

h2#ProductCountDesktop span {
    color: white !important;
}

input::placeholder {
    color: white;
}

ol.breadcrumbs__list {
   display:none !important;
}

ul#product-grid li.grid__item {
    background: #ffffff00;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 0 4px 24px #0000004d, inset 0 1px #ffffff1f;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .15);
   padding:20px;
}
.tab-content img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
ul#product-grid img{
    object-fit:contain !important;
}

ul#product-grid {
    gap: 15px;
}



ul#product-grid .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 32%;
        max-width: 32%;
    }

     .atc-btn {
      display: inline-flex;
    align-items: center;
    border-radius: 50px;
    color:white;
    padding: 5px 20px;
    background: linear-gradient(90deg, #f9dd9e40, #f9dd9e73 49%, #f9dd9e59);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
 box-shadow: 0 2px 5px #FFD984, inset 0 1px #FFD984;
  }
   .atc-btn:hover:not(:disabled) {
    background: #FFD984;
    border-color: #FFD984;
    color: #000000;
    font-weight:600;
  }

  .product-card__overlay {
    display: none !important;
}




.product-form__item .js-qty__input {
border: 2px solid #000;
color: #fff;
background: #333;
}

.js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: #F9DD9E;
    transition-duration: .08s;
    color: #000;
}
.product-card__overlay-btn {
background: #212121;
}
 
.swiper-button-prev, .swiper-button-next {
background: #252525;
}
 
.product-card--style5 .product-card__overlaytop .btn {
background-color: #393939;
}
.social-sharing .share-title {
 font-size: 16px;
 color: rgba(var(--color-body-text-rgb), .6);
}
small { font-size: 16px; font-weight: 400; }
.btn-theme{
background-color: #2d2d2d;
}
.product-short__description {
    font-size: 20px;
    color: #fff;
}
.product-card__name {
    font-size: 18px !important;
}
.product-card__type {
    color: rgba(var(--color-body-text-rgb), 1);
    font-size: 14px;
    text-transform: uppercase;
}
.btn-theme:before{
background: #F9DD9E;
}
.btn-theme:hover{
    color:#000;
}
.shopify-payment-button .shopify-payment-button__button--unbranded{
    background:#333;
}
.quote-wrap{
    background: #ffffff00 !important;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter
Applies a filter effect where the first filter in the list takes the element's background image as the input image.
: blur(12px) saturate(180%);
    box-shadow: 0 4px 24px #0000004d, inset 0 1px #ffffff1f;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .15);
}
.customstyletemplate--26370819129711__559f6024-64db-446e-a9dc-976582972dce .rating li.rated svg {
    fill: #F9DD9E !important;
}
.iconx8{
    display:none;
}
.map-section__content{
    
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 0 4px 24px #0000004d, inset 0 1px #ffffff1f;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .15);
}

div#shopify-section-template--26370819031407__product-grid {
    background-image: url(/cdn/shop/files/Group_1171275054.png?v=1771928077);
    background-size: cover;
    background-position: center center;
}

ul#product-grid li.grid__item {
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
   
ul#product-grid li.grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(201, 168, 76, 0.12);
}

  .product-card__name {
    display: block;
    font-family: Playfair Display, Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 600;
    color: white;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 3px;
}
.page-container {
    background-color: #000000;
}
.product-card__price {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.cart-table {
    background-color: transparent;
}



div#shopify-section-template--26370818212207__main h2 {
    margin: 0 !IMPORTANT;
    padding: 20px 0;
}

section#shopify-section-template--26370819129711__background_text_xJVbE8 .container.content_center {
    justify-content: flex-end;
}

section#shopify-section-template--26370819129711__background_text_xJVbE8 .about-brand__content {
    text-align: left;
}

.collection-hero__img-mobile {
    display: none !important;
}

h1.collection-hero__title.h2 {
    font-size: 68px;
}

.collection-hero__description p {
    font-size: 18px;
}

span.theme-span {
    color: #f9dd9e;
    font-family: Playfair Display, Georgia, serif !important;
}

.parallax-banner__meta h2 {
    font-size: 74px;
}

div#shopify-section-template--26370819129711__d72bcc8c-88fe-4415-96f0-06511b070083 h2 {
    font-size: 58px;
}

div#shopify-section-template--26370819129711__d72bcc8c-88fe-4415-96f0-06511b070083 p {
      font-size: 20px;
}



section#shopify-section-template--26370819129711__background_text_xJVbE8 h2 {
    font-size: 58px;
}
section#shopify-section-template--26370819129711__background_text_xJVbE8 p {
    font-size:20px;
}


.section-title-1 {
    font-size: 58px;
        font-family: 'Playfair Display', Georgia, serif !important;
}

.section-title-1 span{
      font-family: 'Playfair Display', Georgia, serif !important;
}



.txt-body-70 {
    color:white;
    font-size:20px;
}

.txt-body {
    font-size:18px;
}

.quote-wrap h4 {
        color: #f9dd9e;
}

section#shopify-section-template--26370819129711__background_text_EDDhk6 h2 {
    font-size: 58px;
}

label.field__label {
    color: white !important;
}

button.button.btn.btn-theme ,  .btn-theme {
    box-shadow: none !IMPORTANT;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 15px 40px;
    background: linear-gradient(90deg, rgba(249, 221, 158, 0.25) 0%, rgba(249, 221, 158, 0.45) 49%, rgba(249, 221, 158, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
    box-shadow: 0 2px 20px #00000059, inset 0 1px #ffffff1a;
    font-weight: 600;
}

button.button.btn.btn-theme:hover ,  .btn-theme:hover {
        background: #FFD984;

}

.btn-theme::before{
    content:none;
    
}

.contact__button i ,  .btn-theme i{
    display: none;
}

.drawer-crossell {
    display: none !important;
}

.mini-cart-content , .mini-cart-header , .js-mini-cart-content , .mini-cart-footer{
    background-color:black !important;
}

a.btn.btn-underline.js-cart-btn-cart {
    color: white ! IMPORTANT;
    text-decoration: underline;
}
input , textarea {
    background-color: transparent !IMPORTANT;
}

.btn-cart-checkout {justify-content: center;}
input.change-minicart.js-qty__input {
    background-color: black !important;
}

.shopify-policy__container {
    max-width: 150ch !IMPORTANT;
    padding:60px 0;
    
}

.shopify-policy__container h1 {
    font-size:48px;
    text-align:left;
    margin-bottom:10px;
    
}
li.drawer__nav-item a:hover {
    color: white;
}
.shopify-policy__container p , .shopify-policy__container li{
    font-size:18px;
}
.announcement-item span {
    font-weight: 700;
    font-size: 16px !important;
}
.shopify-policy__container h2{
    font-size:32px !important;
}

.collection-hero-banner {
    background-image: url("/cdn/shop/files/Group_1171275117.jpg?v=1773916035");
            background-position: center;
        background-size: cover;
}

    .ab-checkbox-row input[type="checkbox"]:checked {
    background-color: #e8d8a0 !important;
    border-color: #e8d8a0;
}

input#Quantity {
    border-color: #f9dd9e;
}

.product-form__cart-submit {
    justify-content: center;
}

button.shopify-payment-button__button {
    box-shadow: none !important;
    background: #f9dd9e !important;
    color: black !important;
    font-weight: 600 !important;
}

span.btn.js-btn-compare {
    display: none !important;
}

a.nav-item.nav-link {
    font-size: 24px !important;
}

#nav-tab-info .nav-tabs .nav-link::before {
    border-color:#f9dd9e !important;
}

.tab-pane p {
    font-size: 18px;
}
#js-sticky-btn {
    background: #f9dd9e;
}

#js-sticky-btn:hover {
    background: #ffffff;
    color:black;
}

.btn-theme:before, .shopify-payment-button .shopify-payment-button__button--unbranded:before, .spr-summary-actions-newreview:before, .rte .btn-theme:before, .rte .shopify-payment-button .shopify-payment-button__button--unbranded:before, .shopify-payment-button .rte .shopify-payment-button__button--unbranded:before, .rte .spr-summary-actions-newreview:before, .btn-outline:before{
    content:none;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover{
    background:white !important;
    background-color: white !IMPORTANT;
    color:black !important;
}

.jdgm-star {
    font-family: 'JudgemeStar' !important;
}

section#shopify-section-template--26370819555695__17721861220842fb96 {
    background-color: black !IMPORTANT;
}

.customstyletemplate--26370819555695__17721861220842fb96 {
    background-color: black !important;
}

.jm-cluster {
    text-align: center !important;
    justify-content: center !important;
    flex-direction: column;
    align-items: center !important;
}

p.jm-text.jm-review-widget-minimal-header__title {
    font-size: 44px;
        font-family: 'Playfair Display', Georgia, serif !important;
}


.jm-stack.jm-stack--space-400.jm-review-widget-minimal-header__filter-container {
    display: none;
}

p.jm-text.jm-no-reviews-state__text {
    font-size: 18px;
}

.jm-center.jm-center--center-text.jm-center--intrinsic.jdgm-empty-state {
    font-size: 18px;
}

button.jm-button.jm-button--primary.jm-action-buttons__button {
    font-weight: 600 !important;
}

.jdgm-write-review-modal ,
    .jdgm-write-review-modal__content {
        background-color:black !important;;
    }

.jdgm-star { 
    font-family: 'JudgemeStar' !important;
}

.jdgm-write-review-modal__title {
    color: white !important;
}

.jdgm-write-review-modal__intro {
    color: white !important;
}

.jdgm-write-review-modal .jdgm-write-review-modal__product-title {
    color: white;
}

.jdgm-write-review-modal__product-title {
    color: white !important;
}

.jdgm-write-review-modal__title, .jdgm-write-review-modal__intro, .jdgm-write-review-modal__text, .jdgm-write-review-modal__product-title, .jdgm-write-review-modal__stars::before, .jdgm-write-review-modal__stars::after, .jdgm-write-review-modal__field-label, .jdgm-write-review-modal__field-label-help, .jdgm-write-review-modal__chip-label, .jdgm-write-review-modal__checkbox-text, .jdgm-media-input-prompt-text {
    color: white !important;
}

textarea#jdgm-review-body-input {
    border-color: white !important;
}

.jdgm-write-review-modal__gdpr-statement {
    color: white !important;
}

.jdgm-write-review-modal__gdpr-statement a{
    color:white !important;
}

.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-back {
    color: white !important;
}

button.jdgm-write-review-modal__nav-btn.jdgm-write-review-modal__nav-btn-next {
    color: black !important;
    font-weight: 600;
}

div#jdgm-name-help {
    color: white;
}

.jdgm-write-review-modal__field-group input {
    border-color: white !important;
}



.jdgm-write-review-modal__field-group.jdgm-write-review-modal__field-group--media-upload {
    border-color: white !IMPORTANT;
}

.jm-stack.jm-stack--space-400.jm-review-item__content .jm-cluster {
    flex-direction: row;
}

.jm-review-item__content[data-v-4f6e710d] {
    flex: auto !important;
}

.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

@media screen and (max-width: 768px) {

    p.jm-text.jm-review-widget-minimal-header__title {
    font-size: 24px;
}

.customstyletemplate--26370819555695__17721861220842fb96.aos-init.aos-animate {
    padding: 0 !important;
}

.jm-stack.jm-stack--space-300.jm-review-widget.jm-review-widget--minimal-header {
    padding: 0;
}

.collection-hero-banner {
    background-image: url("https://al-badiyah.myshopify.com/cdn/shop/files/Group_1171275098.jpg");
}
    .shopify-policy__body li {
    margin-left: 20px;
}

    .shopify-policy__container h2 {
    font-size: 20px !important;
    margin-top: 20px;
}

.shopify-policy__container {
    max-width: 150ch !important;
    padding: 20px 20px;
}

.shopify-policy__container h1 {
    font-size: 24px;

}

.shopify-policy__container p, .shopify-policy__container li {
    font-size: 16px;
}

    div#shopify-section-template--26370818212207__main h2 {
    text-align: center !important;
}

form.cart.pb-5.mb-4 {
    padding-bottom: 20px !important;
}

    .service-2 > div {
    font-size: 12px;
} 
    div#shopify-section-template--26370819129711__d72bcc8c-88fe-4415-96f0-06511b070083 h2 {
    font-size: 24px;
    text-align: center;
}



    div#shopify-section-template--26370819129711__d72bcc8c-88fe-4415-96f0-06511b070083 p {
    font-size: 16px;
    text-align: center;
}

    .parallax-template--26370819129711__b2ef3f00-5f4f-4e93-8187-3970a28a8f9e , .parallax-template--26370819260783__parallax_banner_XjPrby.parallax-container {
    background-image: url("/cdn/shop/files/Group_1171275116.jpg?v=1773916138") !important;
    align-items:baseline !important;
}




.parallax-banner__meta h2{
    font-size:48px;
}

    .ab-col-50:last-child > .ab-row:first-child {
    margin-bottom: 20px;
}


    .ab-footer hr {
 
    margin: 15px 0 0 0 !important;
}

    .ab-footer-bottom {
  
    padding-bottom: 25px !important;
}


    .ab-company-desc p br {
    display: none;
}

.ab-company-desc p{
    text-align:center;
}

.ab-social-icon ul{
    justify-content:center;
}

.ab-release-text h4{
    font-size:20px;
    text-align:center;
}

.ab-release-text br {
    display: none;
}

.ab-release-text p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.ab-col-50 {
    padding: 0 !important;
    /* padding-top: 20px !important; */
}

.ab-col-30 {
    width: 50% !important;
}

.ab-menu-title {
    font-size: 16px !important;
}

.ab-col-30 nav ul li a {
    font-size: 14px !important;
}



.ab-col-50  .ab-col-30:nth-child(3) {
    display: none !IMPORTANT;
}

.ab-input-row , .ab-checkbox-row{
    width: 100% !important;
}



.ab-checkbox-row input[type="checkbox"] {
    background-color: white !IMPORTANT;
}

footer.ab-footer {
    padding-top: 40px;
}

nav.ab-policy-links {
    display: none;
}

.ab-footer-bottom .ab-col-50 p {
    text-align: center;
}

    .ab-footer-logo img {
    height: 90px !important;
   
}

.ab-footer-logo {
    text-align: center;
}
.ab-col-50 {
    width: 100% !important;
}
    .ab-footer .ab-row {
    
    flex-wrap: wrap !important;
}


    section#shopify-section-template--26370819064175__background_text_DBAyCG .about-brand {
    align-items: center !important;
}

#about-brand-template--26370819064175__background_text_DBAyCG {
    height: 400px !important;
    min-height: 400px !IMPORTANT;
}


    #about-brand-template--26370819064175__background_text_PY79pY {
    height: 650px;
}

    section.split-hero {
    height: 260px;
}

section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__para {
    width: 100% !important;
    font-size: 16px;
}
section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__subheading span {
    font-size: 16px;
}
section#shopify-section-template--26370819064175__background_text_PY79pY p.about-brand__subheading {
    font-size: 18px;
    line-height: 28px;
}

    .bg-shape {

    padding-bottom: 50px !important;
}

    .our-collections .card-info {
    padding: 0 14px 40px !important;
  
}
button.wishlist-btn svg {
    width: 20px !important;
    height: 20px !important;
}
.our-collections .wishlist-btn {
  right:20px !important;
    top: 25px !important;
}


.our-collections .card-title {
    font-size: 22px !important;
}

p.card-discriptionn{
    font-size:20px !important;
}

.our-collections .card-price{
    font-size:16px !important;
}


    .our-collections .collections-tabs {

    width: 100% !important;
    border-radius:30px !important;
    padding: 15px 10px !important;
    }

    .our-collections .collections-header {
    padding: 60px 20px !important;
            padding-bottom: 25px !important;
}

p.collections-desc {
    font-size: 16px !IMPORTANT;
}

    .about-brand {
  
    align-items: baseline !important;
}

    section#shopify-section-template--26370819064175__background_text_GCzMHW .container.content_center {
    justify-content: center !important;
}

.about-brand__content {
    text-align:center !important;
    padding-top: 40px;
}

.our-collections .collections-title {
    font-size: 24px;
}

.collections-tabs {
    flex-wrap: wrap !important;
}

section#our-collections {
}

h2.about-brand__heading {
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 14px;
}

p.about-brand__para {
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 14px;
}

    .slideshow__text-content .d-inline-block.text-left {
    text-align:center !important;
}
.slideshow__subtitle br {
    display: none;
}
.slideshow__text-wrap--desktop .slideshow__text-content {
  
    top: 20% !important;
}
    .mobile--slideshow-500 {
        height: 600px !important;
    }
.slideshow__btn-wrapper--push {
    justify-content: center !IMPORTANT;
    margin-top: 20px !important;
}

    h2.h1.mega-title.slideshow__title {
    font-size: 24px;
    line-height: 38px;
}

    .mega-subtitle.slideshow__subtitle {
    font-size: 16px;
    line-height: 26px;
}
.explore-btn-wrap {
   
    padding: 6px 6px 6px 20px;
}

.explore-btn-text {
    font-size: 14px;
}

.explore-btn-icon {
    width: 30px;
    height: 30px;
}
.explore-btn-icon svg {
    width: 12px;
    height: 12px;
}
  span.modal__toggle-search-mobile {
    display: none !important;
}

form.search.search-modal__form {
    display: none;
}

.row-header{
    padding-top:10px;
}

.site-header__logo img {
    width: 70px !important;
}
 div#NavDrawer {
    background-color: black;
}

.modal-header .close {
    color: white !important;
}

.modal-header .close::after, .modal-header .close::before{
    background-color:white;
    
}

.ab-join-btn {
   
    padding: 10px 20px !important;
}

.ab-menu-title {
    text-align: center;
}

.ab-col-30 li {
    text-align: center;
}
.collection-hero-container {
    align-items: baseline ! IMPORTANT;
    padding-top: 90px !important;
}
h1.collection-hero__title.h2 {
    font-size: 26px;
}
ul#product-grid .col-lg-4 {

    flex: 1;
    max-width: 100%;
    margin: 0 10px;
}

.product-card__name {
   
    font-size: 20px !important;
}

.product-card__price {
    font-size: 16px !important;
}

.main-collection {
    margin: 30px 0;
}

.mobile-facets__inner , .mobile-facets__header , .js .mobile-facets__submenu , .mobile-facets__label{
    background-color: black !important;
}


.main-collection {
    padding-bottom: 0 !important;
}
.collection-hero__img-mobile {
    display: block !important;
}

section#shopify-section-template--26370819129711__background_text_xJVbE8 p {
    font-size: 16px;
}
section#shopify-section-template--26370819129711__background_text_xJVbE8 h2 {
    font-size: 24px;
}

.section-title-1 {
    font-size: 24px;
}

.txt-body-70 {
        margin-bottom: 10px !important;
    font-size: 16px;
}
.quote-wrap {
    text-align: center;
}

.txt-body {
    font-size: 16px;
}

.quote__slide  .d-flex.align-items-center {
    justify-content:center;
}

quotes-section.d-block.customstyletemplate--26370819129711__559f6024-64db-446e-a9dc-976582972dce.aos-init.aos-animate.lazyloaded {
    padding-bottom: 0;
}
section#shopify-section-template--26370819129711__background_text_EDDhk6 h2 {
    font-size: 30px;
}

section#about-brand-template--26370819129711__background_text_EDDhk6 {
    height: 350px !important;
    min-height: 350px !important;
    align-items: center !IMPORTANT;
}


}