/** Shopify CDN: Minification failed

Line 15:41 Expected identifier but found "!"
Line 129:0 Unexpected "}"
Line 507:41 Expected identifier but found "."
Line 533:28 Expected identifier but found "."
Line 567:54 Unexpected "{"
Line 615:27 Expected identifier but found "/"
Line 616:18 Expected identifier but found "/"
Line 625:75 Expected ":"

**/
/*07-08-2024*/
.template-suffix-subscriptions .grid-flex.large-row .product-block.mz-block{
    border: 1px solid #fe9f00 !important;!
    border-radius: 18px;
    overflow: hidden;
}
body#subscriptions .one-quarter{
  width: 22%;
  margin-top: 25px;
}
body#subscriptions .product-block__title.mz_hr {
    /* min-height: 140px !important; */
}

.template-suffix-subscriptions .grid-flex.large-row .product-block.mz-block:hover {
   box-shadow: none !important;
}
 .custom-search{
      display: flex;
    justify-content: center;
}
.custom-search input#myInput{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 378px;
    position: absolute;
    border-radius: 12px;
}
.search-bar__results span, mark, a .search-result__title {
  color:#c28112;
}
 a.search-result.search-result--more{
   color:#c28112;
}
.product-detail__title-area.mzz_hr.row {
    display: grid;
}
div#product-custom-wrapper{
  order: 2;
}
form#product-form-template--18219717787899__main8750766096635-installments{
   order: 1;
}
 /* .product-block__title.mz_hr {
   Padding-bottom:30px;
 } */
.recently-viewed.container.large-row {
    padding-top: 30px;
}
.shopify-payment-button{
      display: none;
}
.sls-close {
    position: relative !important;
    top: -100px !important;
    right: 46px !important;
    display: block !important;
}
.sls-close::before, .sls-close::after {
    background-color:##c28112 !important;
    background-color: #c28112 !important;
}
@media (max-width: 860px) {
 body#subscriptions .one-quarter {
       width: 100% !important;
  }

  .template-suffix-subscriptions .grid-flex.large-row .product-block.mz-block{
    margin-top:200px;
  }
  .custom-search input#myInput{
    width:34% !important;
    font-size: 12px !important;
  }
  button.cc-filters-control__btn.js-show-sort {
    width: 30% !important;
}
  button.cc-filters-control__btn.js-show-filters {
    width: 30% !important;
}   
   body.template-collection .accordion {
    min-height: 30px !important;
}
  input.gBackInStockBtn {
  font-size: 12px !important;
}
}
@media (min-width: 767px)and (max-width:1140px) {
  .cc-filters__items{
    flex-direction: column;
  }
}
@media (min-width: 280px)and (max-width:420px){
  .cc-filters-control{
    display: block !important;
  }
  .cc-filters-control.md-up-hidden.no-js-hidden button.cc-filters-control__btn.js-show-filters {
    width: 100% !important;
        border-radius: 10px !important;
}
    .cc-filters-control.md-up-hidden.no-js-hidden  button.cc-filters-control__btn.js-show-sort {
    width: 100% !important;
        border-radius: 10px !important;
}
 .custom-search input#myInput {
        position: unset;
        margin-bottom: 1px;
        width: 88% !important;
       text-align: center;
    }
}
  .product-carousel-peek.product-carousel-peek--show-advice .grid {
    display: flex;
    justify-content: center;
}
}
/* 16-08-2024*/
body.template-product.template-suffix-soy-pillar-candles p a {
    font-size: 18px !important;
}
 body.template-collection .accordion {
    min-height: 58px;
}
body.template-collection .product-block label {
    display: none;
}
body.template-collection select#product-variant-select {
    padding-top: 6px;
    padding-bottom: 6px;
}
body.template-collection .product-block__form .btn--primary {
    font-family: 'Fruity Juice', sans-serif !important;
}
body#about-us div#shopify-section-template--18219716903163__main a {
    font-size: 18px;
    font-family: 'Nunito' !important;
}
body.template-product div#product-custom-wrapper {
    display: none;
}
body.template-product form#product-form-template--18219717722363__main8680344092923-installments{
  display: none !important;
  
}
body.template-product .product-detail__title-area.mzz_picr.row, .product-detail__price{
  margin-bottom: 0px;
  margin-top:20px;
}
body.template-product .product-detail-accordion{
margin-top:0px;
margin-bottom:0px;
 }

body.template-product button.btn.btn--secondary span{
  font-family: 'Fruity Juice' !important;
}
input.gBackInStockBtn,
button.gBackInStockBtn{
    font-family: 'Fruity Juice' !important;
    letter-spacing: inherit;
    white-space: normal;
    box-shadow: 0 0 0 1px var(--button-border-color);
    background-color: #ffa000 !important;
    color: #ffffff;
    transition: all 100ms ease-in-out;
    border: none !important;
    border-radius: 25px !important;
}

.variant--unavailable .payment-buttons .gBackInStockBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.variant--unavailable .payment-buttons [data-add-to-cart] {
  display: none;
}
details#filter-filter\.v\.price {
    display: none;
}

.blog-articles-list.relative {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between items (both rows & columns) */
}

/* 4 columns */
.blog-articles-list.relative > * {
  flex: 0 1 calc((100% - 60px) / 4); /* 3 gaps x 20px */
  box-sizing: border-box;
}

/* 2 columns at ≤1024px */
@media (max-width: 1024px) {
  .blog-articles-list.relative > * {
    flex: 0 1 calc((100% - 20px) / 2); /* 1 gap x 20px */
  }
}

/* 1 column at ≤480px */
@media (max-width: 480px) {
  .blog-articles-list.relative > * {
    flex: 0 1 100%;
  }
}

.blog-articles-list{
padding: 0px;
}
.article-content{
padding:0px;
}
.article{
  width: 30%;
}
.article:first-child{
padding-top:10%;        
}
.article{
  padding-top:10%; 
}
body.template-blog .rimage-wrapper {
    height: 270px;
}
h2.article__title.standard-title a {
    font-size: 19px;
    line-height: 22px;
}
.blog-articles-list__image{
margin-bottom: 10px;
}
.article__read-more a.standard-link {
    font-size: 14px;
}
body.template-blog .rimage-outer-wrapper{
  border-radius:0px;
}
details#filter-sort {
    display: none;
}
section#shopify-section-template--18219715821819__collection_list_button_zc6pUX .product-block__title {
    display: none;
}
body#reed-diffuser-builder .product-block__title.mz_hr {
display:none;}
body#reed-diffuser-builder .product-block form input.btn{
 display:none; 
}
body#reed-diffuser-builder .accordion{
  display:none;
}
body#reed-diffuser-builder .product-price{
  display:none;
}
@media (max-width: 767px){
 body#reed-diffuser-builder #topSelectorSection{
padding:0px 30px 70px 30px !important;
} 
 body#reed-diffuser-builder .rotate180 {
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 5px;
}
  a.mobile-site-nav__link {
    color: #ffa000;
    font-size: 16px;
    padding: 5px 7.5px;
    }
  .grid__item-no-gutter.small-down--one-whole-custom{
    width:100% !important;
  }
  .cc-filters-container {
    position: unset;
}
  .cc-filters__header.md-up-hidden {
    display: none;
}
  .custom-filter-tab {
    position: relative;
    display:flex;
    align-items:center;
    left: 0px;
    right: 0;
    bottom: 72px;
}
  summary.cc-filter__toggle.custom{
    padding: 15px 2px 15px 2px !important;
    width: 300px !important;
    min-width: 200px;
  }
.cc-filters__footer.md-up-hidden.is-hidden {
    display: none;
}
body#reed-diffuser-builder .one-quarter {
    width: 50% !important;
}
}
@media (min-width: 200px)and (max-width:767px){
  .custom-filter-tab {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    gap:10px;
  }
  .custom-filter-tab{
      bottom: 0px !important;
  }
     input.gf-controls-search-input{
       margin-top:10px !important;
   }
  .custom-filter-search .search-bar--fadein{
    max-width:100% !important;
    left: 0% !important ;
    width:100%;
  }
  .custom-filter-search .search-form__input{
    position: unset !important;
    width:auto !important;
}
  summary.cc-filter__toggle.custom{
    min-width: 320px;
    text-align:center;
  }
  .custom-filter-search .search-form__input{
    text-align:center;
  }
  .gf-controls-search-form{
   top:0px!important;
  justify-content: center!important;
  }
  .gf-controls-search-form {
    margin-bottom: 80px !important;
}
  .cc-filters-control{
    display:none;
  }
    input.gf-controls-search-input{
      max-width:300px !important;
    }
  summary.cc-filter__toggle.custom{
     max-width:300px !important;
  }
}
@media (max-width: 950px){
    .custom-filter-search .search-bar--fadein {
    left: 36% ;
    max-width: 500px ;
}
  .custom-filter-search .search-form__input{
    min-width:250px !important;
  }
  div#gf-controls-container{
   
  }
}
.button.gBackInStockBtn{
font-family: 'Fruity Juice' !important;
} 
.article-page .single-column-layout.with-image .article-overlay {
    bottom: 0px;
    position: relative;
    padding: 25px 30px 0 30px;
}
.grid-no-gutter.full-height.container.large-row.container--no-mobile-padding.single-column-layout{
  min-height:100%;
}
.article-page .single-column-layout .article-container{
padding-left:0px;
padding-right:0px;
}
.article-container.relative.very-large-row-under .article {
    width: 100% !important;
}
.article-container.relative.very-large-row-under .article:first-child {
    padding-top: 4%;
}
body.template-article article.article-page a {
    font-size: 13px;
  text-decoration:none;
}
article.article-page{
padding:20px;
}

/*29-08-2024*/

.grid__item-no-gutter.small-down--one-whole-custom {
    width: 30%;
}.pagination > span > a
body.template-article main#MainContent {
    max-width: 1300px;
    margin: 0 auto;
}
ul.other-articles-list h3.other-articles-title {
    font-size: 17px !important;
    background: #faa21a;
    padding: 17px;
    margin-top: 20px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    font-family: Nunito !important;
    border: solid 2px #c28112;
}
h2.sidebar-title {
    font-size: 25px;
}
button#available-toggle, button#all-toggle {
    background: #faa21a;
    border: solid 1px #faa21a;
}
.tabs-section{
  max-width: 1300px;
    margin: 0 auto;
}
.tabs-section ul.collection-list{
display:flex;
}
.tabs-section p.product-price {
    display: block !important;
   color: #c28112;
}
body.template-product .bndlr-sections-container {
    display: flex;
    margin: 0 auto;
}
body.template-article .rimage-outer-wrapper {
    display: none;
}
.custom-filter-search .search-bar--fadein {
   pointer-events: auto;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    }
.custom-filter-search .search-form__input {
    width: 378px;
    position: absolute;
    border: 2px solid #c28112;
    padding: 0 0 0 15px;
    height: 55px !important;
    line-height: 55px;
    margin: 0 auto;
    display: block;
    font-family: 'Fruity Juice' !important;
    min-width: 320px;
    border-radius: 12px;
}

summary.cc-filter__toggle.custom {
    width: 200px;
}
.custom-filter-tab {
    display: flex;
}
summary.cc-filter__toggle.custom:after {
    display: none;
}
.cc-filters__items, .cc-active-filters__items {
    display: none;
} 
.custom-filter-tab button#filter-All-Scents-products, button#filter-available-tab{
 background: transparent;
  padding: 0px !important;
  --button-border-color: #fff;
}
summary.cc-filter__toggle.custom {
    border: 2px solid #c28112;
    padding: 15px 2px 15px 2px !important;
    margin: 0 auto;
    display: block;
    font-family: 'Fruity Juice' !important;
    border-radius: 12px;
    color: #ff7e00;
    text-align: center;
    min-width: 00px !important;
    width: 180px ;
}
button.cc-filter.is-open summary.cc-filter__toggle.custom{
background:#ffa000;
  border-color:#ffa000;
  color: #fff;
}
summary.cc-filter__toggle.custom {
  font-family: 'Fruity Juice' !important;
    transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Added transition for transform */
}
summary.cc-filter__toggle.custom:hover {
  font-family: 'Fruity Juice' !important;.gf-actions
    border: solid 3px #ff14ff;
    color: #ff14ff;
    transform: scale(1.05); /* Scales up the element to 105% of its original size */
}
summary.cc-filter__toggle.custom.selected{
      background: #ffa000;
    border-color: #ffa000;
    color: #fff;
}
p.cc-filters-results__summary {
    display: none;
}

div#gf-grid{
  width:100% !important;
  padding:0px !important;
}
.gf-filter-selection {
    display: none !important;
}
  input.gf-controls-search-input{
    width: 150px !important;
    position: absolute;
    border: 2px solid #c28112 !important;
    padding: 15px 2px 15px 2px !important;
    height: 55px !important;.gf-actions
    line-height: 55px !important;
    margin: 0 auto ;
    display: block;
    font-family: 'Fruity Juice' !important;
    min-width: 300px;
    border-radius: 12px !important;
    color:#ffa000 !important;
    text-align:center;
    gap:10px;
    }
input.gf-controls-search-input::placeholder{
   color:#ffa000 !important;
  font-size:15px !important;
 
}
.gf-controls-search-form {

    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 15px;
      top: -70px;
    justify-content: flex-end;
}
span.page.current {
    color: #fff !important;
    background: #ffa000 !important;
    border-radius: 20px !important;
    width: 27px !important;
    line-height: 15px !important;
}
span.page a{
   color: #c28112 !important;
}
#gf_paginat.gf-actionsion_wrap .paginat767ion > span >{
font-size:30px !important;}
.custom-search{display:none;}

element.style {
}
#gf-grid, #gf-loading, #gf-tree, #gf-grid *, #gf-tree *, #gfqv-modal * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.gf-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: -8px;
    margin-right: -8px;
}
.gf-actions {
    display: none !important;
}
#gf_pagination_wrap .pagination .prev a,#gf_pagination_wrap .pagination .next a{
  color:unset !important;
  font-size:40px !important;
  margin-bottom: 25px;
}
div#pagination span.next a, span.prev a{
  margin-bottom: 20px !important;
}
.filter_active form.gf-controls-search-form {
    display: flex !important;
}
form.gf-controls-search-form {
    display: none;
}
div#shopify-section-template--18219715821819__product_toggle_PxGTjR {
    padding-top: 30px;
}
body#reed-diffuser-builder .rimage-wrapper {
    overflow: hidden;
    position: relative;
}

body#reed-diffuser-builder .rimage-wrapper img {
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
body#reed-diffuser-builder .rimage-wrapper:hover img {
    transform: scale(1.1); / Adjust scale as needed /
    opacity: 0.9; / Optional: Add opacity change on hover /
}

body.template-collection .product-block__title {
    padding: 0px 35px 0px 35px !important;
}
body#reed-diffuser-builder .one-quarter {
    width: 20%;
}
body.template-product .product-detail__title-area.mzz_hr.row {product-block
    text-align: center;
}
/* 22oct2024 */

main#MainContent div.shopify-section {
    padding-top: 10px;
}

ul.ajax-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
form#ajax-search-form {
    text-align: right;
}
.matched-url img {
    filter: hue-rotate(250deg);
}

/* add to beg button */
div.grid-flex.large-row.filter_enable_hide div#addbutton a {
        text-decoration: none;
    background-color: orange;
    border-radius: 28px;
    transform: translateY(-1px);
  
    padding: 5px;
    color: white;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 24px;
    font-size:16px;
    margin-top: 10px !important;
}

#addbutton:hover a{
          filter: brightness(0.95);
         box-shadow: 0 0 0 1px #ffa000, 0 4px 10px -4px #ffa000, 0 2px 6px 0px rgb(0 0 0 / 50%);
        transform: translateY(-3px)!important;
}
#addbutton:hover{
      transform: translateY(-3px)!important;
}

div.mz-action-bar {
    display: none;
}

.mz-paging-standard.mz-pull-right {
    /* float: unset !important; */
text-align: center;
}

div#ptw-wrapin {
    width: 32%;
}

   div#shopify-block-AZHZTYVp4cmZJbGhiM__wrapin_gift_wrap_options_app_block_QWNAw9 {
    display: flex;
    justify-content: flex-end;
}

div#ptw-wrapin {
    width: 32%;
}


   div#shopify-block-AZHZTYVp4cmZJbGhiM__wrapin_gift_wrap_options_app_block_QWNAw9 {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1080px){

div#ptw-wrapin {
    width: 60%;
}

}
/* 27march 2025 */
@media(min-width:768px){
 .mz-instant-search {
    display: flex;
    justify-content: flex-end !important;
}
 .mezereon .mz-grid {
    margin-top: 0 !important;
 }

 .mezereon .mz-instant-search + #mz-app .mz-grid {
    margin-top: 100px !important;
 }
 .mz-search-input-wrapper {
    
    position: absolute !important;
    top: 0px;
z-index:999;
}
}




@media (max-width: 768px){
     .mz-custom-facet {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding-top: 15px;
    }

  .mz-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 77%;
}

   .mz-instant-search input, .mz-instant-search input::placeholder {
    font-family: Fruity Juice;
    font-size: 15px!important;
    font-weight: 400;
    color: #ff7f00;
}

  summary.cc-filter__toggle.custom{
    font-size:15px!important;
  }

  
  
}


.mz-search-input-wrapper input {
    width: 100%;
    /* padding-right: 30px; */
}

 


@media (min-width: 310px)and (max-width:420px){
   

      .mz-search-input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        width: 88%;
    }

      .mz-instant-search input, .mz-instant-search input::placeholder {
        font-family: Fruity Juice;
        font-size: 12px !important;
        font-weight: 400;
        color: #ff7f00;
    }
}




@media (min-width: 768px)and (max-width:1200px){

    .mz-custom-facet {
        display: flex;
       
    }

      .mz-custom-facet {
        display: flex;
        justify-content: start!important;
        gap: 15px;
        padding-top: 15px;
    }

  summary.cc-filter__toggle.custom {
    border: 2px solid #c28112;
    padding: 15px 2px 15px 2px !important;
    margin: 0 auto;
    display: block;
    font-family: 'Fruity Juice' !important;
    border-radius: 12px;
    color: #ff7e00;
    text-align: center;
    min-width: 00px !important;
    width: 180px;
    font-size: 12px;
}

  .mz-search-input-wrapper {
    display: flex;
    align-items: center;
    width: 37%;
    margin-top: 9px;
}

  .mz-instant-search input, .mz-instant-search input::placeholder {
    font-family: Fruity Juice;
    font-size: 12px!important;
    font-weight: 400;
    color: #ff7f00;
    padding-top: 20px;
    padding-bottom: 20px;
}
  
}



.mz-paging-standard.mz-pull-right {
    float: none !important;
}

/* Aashish css start */

/* line 675 is commened */
.mz-custom-facet{
  /* margin-top : 30px!important ; */
  display : flex ;
justify-content : center ;
}
.mz-search-input-wrapper input{
  padding-right : 50px!important ;
}
/* Aashish css start */


/* Reed Diffuser builder: 3 steps = full width */
body#reed-diffuser-builder .bndlr-sections-status-container{
  flex: 1 1 auto !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

/* Was 23% + 1% margins for 4 tiles; make it 3-up */
body#reed-diffuser-builder .bndlr-sections-status-container .bndlr-sectioned-section-status{
  width: calc(33.333% - 2%) !important;
  margin: 0 1% !important;
}

/* If your theme uses a different header container */
body#reed-diffuser-builder .bndlr-steps > *{
  flex: 0 0 calc(33.333% - 2%) !important;
  width: calc(33.333% - 2%) !important;
  margin: 0 1% !important;
}

/* Optional: keep mobile stacked */
@media (max-width: 749px){
  body#reed-diffuser-builder .bndlr-sections-status-container .bndlr-sectioned-section-status,
  body#reed-diffuser-builder .bndlr-steps > *{
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

.product-detail__images-container {
  position: relative;
}

.save-for-later-button {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border: none;
  border-radius: 999px;
  background-color: #ffa000;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  box-shadow: 0 10px 30px rgba(255, 160, 0, 0.35);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
}

.save-for-later-button:hover,
.save-for-later-button:focus {
  background-color: #ff8c00;
  box-shadow: 0 14px 34px rgba(255, 140, 0, 0.45);
  color: #ffffff;
}

.save-for-later-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 160, 0, 0.25), 0 14px 34px rgba(255, 140, 0, 0.45);
}

.save-for-later-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-for-later-button__icon .icon {
  width: 1.1em;
  height: 1.1em;
}

.save-for-later-button.is-saved {
  background-color: #ffffff;
  color: #ffa000;
  box-shadow: 0 0 0 2px #ffa000;
}

.save-for-later-button.is-saved:hover,
.save-for-later-button.is-saved:focus {
  background-color: #fff3e0;
  color: #ff8c00;
  box-shadow: 0 0 0 2px #ff8c00;
}

.saved-products-section {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 2rem;
}

.saved-products {
  margin-top: 1.5rem;
}

.saved-products__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.saved-products__item {
  background: #ffffff;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  justify-content: space-between;
}

.saved-products__image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.saved-products__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saved-products__title {
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0;
}

.saved-products__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.saved-products__actions .btn {
  padding: 0.5rem 1rem;
}

.saved-products__remove {
  background: none;
  border: none;
  color: #ff7e00;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: 0.85rem;
  text-decoration: underline;
}

.saved-products__empty {
  margin: 0;
}

@media (max-width: 749px) {
  .save-for-later-button {
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1.1rem;
    font-size: 0.85rem;
  }

  .saved-products__grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

/* Header theme background controls */
.header,
.site-header,
.header__wrapper,
.header__logo,
.header-content,
.header-content.container,
.header-group,
.page-header,
.site-header__logo-image,
.header__logo img {
  background: transparent !important;
  background-color: transparent !important;
}

body[data-theme="night"] header {
  background-color: #000 !important;
}

body[data-theme="day"] header {
  background-color: transparent !important;
}

body[data-theme="night"] .header-group,
body[data-theme="night"] .site-header,
body[data-theme="night"] .header-content,
body[data-theme="night"] .header__wrapper,
body[data-theme="night"] .header__logo {
  background-color: #000 !important;
}

body[data-theme="day"] .header-group,
body[data-theme="day"] .site-header,
body[data-theme="day"] .header-content,
body[data-theme="day"] .header__wrapper,
body[data-theme="day"] .header__logo {
  background-color: transparent !important;
}
a[href="/a/subscriptions/login"] {
  display: none !important;
}
