/** Shopify CDN: Minification failed

Line 414:0 Unexpected "@media"

**/
html {
    scroll-behavior: unset !important;
}
.collection__all .head_collection, .collection__all .collection-grid-section {
    display: none;
}
.all-collection {
    margin-top: 0 !important;
    padding-top: 7.7rem;
    padding-bottom: 22.2rem;
} 
/* #collectionshowerheads .product_img {
    padding-top: 83%;
}
#collectionshowerheads .product_img img {
    object-fit: cover;
    object-position: 0% 40%;
} */
.template-collection .header-wrapper {
    background: #fffef2;
}

.metafield_collection .section-heading {
    margin-bottom: 4.4rem;
}
.section-heading h2 {
    font-family: "Value Sans", value !important;
    letter-spacing: -0.4px;
    font-size: 4rem;
}
.section-heading p {
    font-size: 2rem;
    margin: 0;
}
.compare_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7rem;
    justify-content: space-between;
}
.items_grid {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.custom_colors {
    margin-top: auto;
}
.items_grid.one_col {
/*     flex: 0 0 calc(33.33% - 1.86rem); */
    max-width: 304px;
    flex: unset;
}
#collectionInfusion .items_grid {
    max-width: 304px;
}
.compare_head a {
    font-size: 20px;
    font-weight: 400 !important;
    text-decoration: underline !important;
}
.metafield_collection .product_img {
/*     height: 0;
    overflow: hidden;
    padding-top: 100%; */
    position: relative;
}
.metafield_collection .product_img img {
/*     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    border-radius: 10px;
} 
.product_img form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all;
}
.product_img .shopnow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    display: inline-block;
    background: #002C9A;
    color: #fff;
    min-width: 160px;
    min-height: 4.2rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    border: 2px solid #002c9a;
    transition: .2s all;
}
.featured_slider_new .items_grid:hover .shopnow {
    opacity: 1;
    visibility: visible;
}
.product_img .shopnow:hover {
    background: transparent;
    color: #002C9A;
}
.product_img form #quantity {
    display: none;
}

.product_img form .btn {
    display: inline-block;
    background: #002C9A;
    color: #fff;
    min-width: 160px;
    min-height: 4.2rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    border: 2px solid #002c9a;
    transition: .2s all;
}

.featured_slider_new .items_grid:hover form {
    opacity: 1;
    visibility: visible;
}

.product_img form .btn:hover {
    background: transparent;
    color: #002C9A;
}
.metafield_collection .product_title {
    font-size: 2.6rem;
    margin: 3rem 0 5px;
    line-height: 1;
    font-weight: 500;
    display: block;
}
/* .metafield_collection .product_des {
    margin-bottom: 2.2rem;
} */
.metafield_collection#collectionshowerheads .product_des {
    margin-bottom: 2.2rem;
}
.metafield_collection .custom_swatch label {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}
.metafield_collection .custom_swatch .color-label {
    width: 34px !important;
    height: 34px !important;
    border: none !important;
}
.custom_colors fieldset.product-form__input.is-Color .color-label.active {
    border: none !important;
}
.metafield_collection .custom_swatch span.active label {
    outline: 1px solid #002c9a;
    outline-offset: 2px;
}
.product_des p {
    margin-bottom: 0;
    font-size: 1.4rem;
}
.divider {
    height: 1px;
    width: 100%;
    background: #AECAD6;
    display: block !important;
/*     margin: 10rem 0 4.3rem 0; */
    margin: 6.7rem 0 4.3rem 0;
}

.compare_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 15000;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    padding: 1.8rem;
}

.compare_popup.showpopup {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.compare_popup_container {
    position: relative;
/*     width: 100%;
    max-width: 65rem; */
    margin: 0 auto;
    padding: 3rem;
    background: #FFFEF2;
    border-radius: 10px;
    box-shadow: 0 0 20px #0003;
    transition: .5s all;
}

.is-visible .compare_popup_container {
  transform:translateY(0);
  transition:500ms all;
}
.compare_popup_close {
    display: block!important;
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 3rem;
    height: 3rem;
}
.compare_popup_close:before, .compare_popup_close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 1px;
    background-color: #002C9A;
}
.compare_popup_close:before {
  transform: rotate(45deg);
}
.compare_popup_close:after {
  transform: rotate(-45deg);
}
.compare_popup_container h4 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #052C9A;
    margin-bottom: 4.6rem;
}
.popup_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.popup_row .popup_col {
    padding: 0 3rem;
}
.compare_product {
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.popup_col:not(:last-child) {
    border-right: 1px solid #AECAD6;
}
.cp_title h3 {
    font-size: 2.4rem;
    font-family: Value Sans,value!important;
    margin: 0.7rem 0;
    line-height: 1;
}
.cp_title span {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.2rem;
    display: block;
}
.img_box {
    position: relative;
    margin-bottom: 2.1rem;
}
.img_box span {
    position: absolute;
    right: 0;
    background: #d53d00;
    color: #fff;
    min-width: 75px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.cpprice span {
    color: #D53D00;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.cpprice s {
    color: #767676;
    margin-left: 0.9rem;
}
.cpdescription ul li {
    font-size: 1.2rem;
    line-height: 1.4rem;
    background: url(/cdn/shop/files/Icon_awesome-check-circle.png?v=1682062868) no-repeat left center;
    padding-left: 2rem;
    list-style: none;
}

.cpdescription ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}

.cpdescription {
    padding: 3rem 0 2rem 0;
}
.cpshopnow {
    margin-top: auto;
}
.cpshopnow a {
    display: inline-block;
    background: #002C9A;
    color: #fff;
    min-width: 130px;
    min-height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    border: 2px solid;
    transition: 0.2s all;
}
.cpshopnow a:hover {
    background: transparent;
    color: #002c9a;
}
.cpdescription ul {
    margin: 0;
    padding: 0;
}
.metafield_nav__list a {
    display: inline-block;
    background: transparent;
    color: #002c9a;
    min-height: 3.7rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.7rem;
    font-weight: 400;
    border: 1px solid #002c9a;
    transition: .2s all;
    border-radius: 2rem;
    padding: 0 2rem;
    white-space: nowrap;
}
.metafield_nav__list .active_nav a {
    background: #002C9A;
    color: #fff;
}
.metafield_nav__list *:focus-visible {
    box-shadow: none;
    outline: none;
}
.metafield_nav__list {
    display: flex;
    gap: 1rem;
    list-style: none;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
}
.collection_sticky_nav {
    position: sticky;
    top: 70.14px;
    z-index: 2;
}
.metafield_nav__list{
  display: none;
}
.metafield_collection .page-width {
    max-width: 1002px;
    padding: 0 1.8rem;
}
.custom_grid,.metafield_nav__list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.custom_grid::-webkit-scrollbar,.metafield_nav__list::-webkit-scrollbar { 
    display: none; 
}
.metafield_nav__list
/* @media screen and (min-width: 1200px) {
.metafield_collection .page-width {
    padding: 0 20rem;
    max-width: 100%;
}
} */
@media screen and (min-width: 1200px) {
#collectionInfusion .items_grid:nth-child(3) p {
    white-space: nowrap;
}
}
@media screen and (max-width: 768px) {
.all-collection {
    padding-bottom: 7.7rem;
}  
.section-heading p {
    font-size: 1.4rem;
}
.compare_head a {
    font-size: 1.4rem;
}
.custom_swatch {
    flex: unset!important;
    max-width: unset!important;
    text-align: left!important;
} 
.img_box img {
/*     height: 190px;
    width: 148px; */
    object-fit: cover;
    margin-top: 2rem;
}
.img_box span {
    left: 0;
    right: unset;
    min-width: 60px;
    min-height: 18px;
    line-height: 18px;
    font-size: 1rem;
}  
}
@media screen and (max-width: 650px) {
#shopify-section-header {
    padding: 0 0 1.5rem 0;
    background: #fffef2;
}  
.metafield_nav__list{
    display: flex;
    padding: 0.5rem 1.8rem 2rem 1.8rem;
    background: #fffef2;
    margin: 0;
}  
.metafield_collection .page-width {
    padding: 0 1.8rem;
}  
.all-collection {
    padding-bottom: 7rem;
    padding-top: 5rem;
}  
  .custom_grid {
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow: auto;
    justify-content: flex-start;
    gap: 1rem;
}
.metafield_collection#collectionshowerheads .product_des{
  margin-bottom: 0;
}  
.metafield_collection#collectionshowerheads .product_title{
  margin-top: 0;
}  
#collectionInfusion .section-heading p, 
#collectionaddons .section-heading p {
    max-width: 254px !important;
}
.items_grid {
    scroll-snap-align: start;
    flex: 0 0 70% !important;
}
form.customForm {
    visibility: visible;
    opacity: 1;
    right: 1.5rem;
    bottom: 1.5rem;
    transform: unset !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

input.btn.custom_collection {
    background: url(/cdn/shop/files/cart_plus.png?v=1682084230);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0;
    color: transparent;
    border: none;
    width: 2.5rem !important;
    min-height: 2.5rem;
    min-width: unset;
}
.custom_swatch {
    flex: unset !important;
    max-width: unset !important;
    text-align: left !important;
}
.metafield_collection .section-heading h2 {
    font-size: 2.6rem;
}

.metafield_collection .section-heading p {
    font-size: 1.2rem;
    max-width: 232px;
}
.compare_head {
    align-items: flex-start;
}
.metafield_collection .compare_head a {
    font-size: 1.2rem;
    line-height: 1.375;
}

.metafield_collection .section-heading {
    margin-bottom: 2rem;
}

.metafield_collection .product_title {
    font-size: 1.8rem;
    order: 3;
    margin-top: 1.5rem;
}

.metafield_collection .product_des p {
    font-size: 12px;
}

.metafield_collection .items_grid {
    display: flex;
    flex-direction: column;
}

.product_img_link {
    order: 1;
}

.metafield_collection .custom_colors {
    order: 2;
    padding: 1.2rem 0 1.5rem 0;
    margin-top: 0;
}

.metafield_collection .product_des {
    order: 3;
}
/*   .divider {
    margin: 3rem 0 3rem;
} */
.divider {
    background: #fffef2;
    margin-top: 1rem;
}  
.metafield_collection .custom_swatch label {
    width: 21px!important;
    height: 21px!important;
}

.metafield_collection .custom_swatch .color-label {
    width: 25px!important;
    height: 25px!important;
    border: none !important;
}
  .popup_row {
    margin: 0 -1.8rem;
}
  .popup_row .popup_col {
    padding: 0 1.8rem;
  }
  
  .cp_title h3 {
      font-size: 2rem;
  }
  
  .cp_title span {
      font-size: 10px;
      font-weight: 500;
      line-height: 1.2rem;
  }
  
  .cpdescription ul li {
      font-size: 10px;
  }
  
  .cpdescription ul li:not(:last-child) {
      margin-bottom: 0.5rem;
  }
  
  .cpdescription {
      padding: 2rem 0;
  }
  
  .compare_popup_container {
      padding: 1.8rem;
  }
  
  .compare_popup_container h4 {
      margin-bottom: 2rem;
  }
  
  .compare_popup_close {
      top: 1.8rem;
      width: 14px;
      height: 14px;
  }
  
  .compare_popup_close:before, .compare_popup_close:after {
      height: 16px;
  }
  
  .compare_popup_container h4 {
      padding-right: 20px;
  }
/*   #collectionshowerheads .product_img {
    padding-top: 100%;
  }
  #collectionshowerheads .product_img img {
      object-fit: cover;
      object-position: unset;
  } */
}

@media screen and (max-width: 480px) {
.items_grid {
    flex: 0 0 222px !important;
}  
.metafield_collection .product_img img {
    height: 280px;
    object-fit: cover;
} 
.popup_row .popup_col {
    padding: 0 1.2rem;
}  
.cp_title h3 {
    font-size: 1.6rem;
}  
}
@media screen and (max-width: 375px) {
/*   .metafield_nav__list {
    gap: 0.5rem;
}  
  .metafield_nav__list a {
    padding: 0 0.6rem;
} */
/* .metafield_collection .section-heading p {
    max-width: 185px;
}   */
}





