/** Shopify CDN: Minification failed

Line 186:4 Expected identifier but found "linear-gradient("
Line 593:0 Unexpected "}"

**/
/******************topbar********************/
.announcement-bar-section>div {
    background-color: #53A0AF !important;
    color: #fff !important;
}
/**************************************/
.product-card-wrapper .card__badge {
    align-self: start;
    grid-row-start: 1;
    justify-self: self-end;
}
.collection-list-title{
  font-family: "Montserrat,bold";
  letter-spacing: 0px;
  color: #53A0AF;
  font-size:26px;
  line-height:32px;
}
.collection-list .card-wrapper>div>.card.card--standard.card--media {
    position: relative;
      border-radius: 10px;
}
.collection-list .card-wrapper .card__inner .card__media, .collection-list .card-wrapper .card__inner .card__media img{
      border-radius: 10px;
}

.collection-list .card-wrapper>div>.card__content {
    position: absolute;
    background: #00000057;
    height: 100%;
    align-items: end;
    justify-content: center;
    border-radius: 10px;
    /*background: transparent linear-gradient(0deg, #20B4D2 0%, #0000002B 100%) 0% 0% no-repeat padding-box;*/
}
.collection-list .card-wrapper>div>.card__content .card__heading a {
    font-family: "Montserrat,Bold";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #fff;
    text-align:center;
}

.collection-list .card-wrapper>div>.card__content .card__heading>a>span.icon-wrap {
    display: none;
}
.collection-list .card-wrapper, .collection-list .card-wrapper>div>.card__content .card__heading a:after{
  border-radius:10px;
}
.collection-list .card-wrapper>div>.card__content{
  display:flex;
}
.collection-list .card-wrapper:hover>div>.card__content{
    display: flex;
}
@media screen and (max-width:1550px){
  .collection-list .card-wrapper>div>.card__content .card__heading a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1250px) {
    .collection-list .card-wrapper>div>.card__content .card__heading a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .collection-list .card-wrapper>div>.card__content .card__heading a {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .collection-list .card-wrapper>div>.card__content .card__heading a {
        font-size: 12px;
        line-height: 14px;
    }
}
@media screen and (max-width:510px){
  .section-template--23258491846979__collection_list_3wUzEz-padding {
    padding-top: 15px;
  }
  
  .title-wrapper-with-link {
      margin-bottom: 15px;
    align-items: center;
  }
  
  .collection-list-title {
      font-size: 20px;
      line-height: 22px;
  } 
}
@media screen and (max-width:410px){
  .collection-list-title {
    font-size: 20px;
    line-height: 22px;
  }
}
/****************header**********************/
.header__menu-item:hover span:not(:first-child), .header__menu-item:hover a:not(:first-child), .header__active-menu-item:not(:first-child){
  text-decoration:none;
  color:#53a0af !important;
}
.header__menu-item a:hover, .list-menu--inline a:not(:first-child) .header__active-menu-item{
  text-decoration:underline !important;
}
header .header__inline-menu .list-menu:last-child .header__menu-item {
    padding-right: 0;
}
header .header__menu-item {
    font-family: "Montserrat,Regular";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #343434;
}
nav.header__inline-menu {
    text-align: right;
}
.header__icon svg {
    color: #53A0AF;
}
@media screen and (min-width: 991px) {
  .header--middle-left {
      display: grid;
      grid-template-areas:
          "icons icons"
          "heading navigation";
      grid-template-columns: auto 1fr;
      row-gap: 0rem; /* Adds spacing between the rows */
  }
  
  .header--middle-left .heading {
      grid-area: heading;
  }
  
  .header--middle-left .navigation {
      grid-area: navigation;
  }
  
  .header--middle-left .icons {
      grid-area: icons;
  }
}
.header-wrapper {
    border: none;
}
@media screen and (max-width: 1140px) {
  header .header__menu-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1010px) {
  header .header__menu-item {
    font-size: 15px;
  }
}
/****************footer**********************/
footer {
    background: transparent linear-gradient(180deg, #04D6FF 0%, #66C6DA 100%) 0% 0% no-repeat padding-box !important;
}
.wa-footer-block--newsletter {
    display: none !important;
}
.wa-upper-footer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 100px;
    box-shadow: 0px 3px 6px #00000029;
}

.wa-upper-footer-main-div {
    background: linear-gradient(180deg, white 50%, transparent 50%),         linear-gradient(180deg, #04d6ff 0%, #04d6ff 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    margin-top: 30px;
    linear-gradient(180deg,
    white 50%, transparent 50%), 
        linear-gradient(180deg, #04D6FF 0%, #66C6DA 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wa-footer-row {
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.wa-upperfootercolcontent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.wa-ufc-heading {
    font-family: "Poppins,SemiBold";
    letter-spacing: 0px;
    margin: 0px;
    color: #123137;
    font-size: 18px;
    line-height: 27px;
}

.wa-upperfootercoltext {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.wa-ufc-text {
    font-family: "Poppins,SemiBold";
    margin: 0px;
    letter-spacing: 0px;
    color: #123137;
    font-size: 18px;
    line-height: 27px;
}

img.wa-upper-footer-icon {
    margin-right: 10px;
}
.wa-footer-col:first-child .wa-upperfootercolcontent:first-child {
    flex-wrap: unset;
    align-items: start;
}
.wa-footer-col {
    flex: 1;
}
.wa-upperfootercolcontent {
    justify-content: center;
}
.wa-footer-col:first-child .wa-upperfootercolcontent:first-child p.wa-ufc-text {
    width: 100%;
    font-family: "Poppins,Regular";
}
.wa-upperfootercoltext a {
    color: #123137;
    text-decoration: none;
}
@media screen and (min-width: 750px) {
    .grid--3-col-tablet .grid__item {
        width: calc(15.66% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    }
}
.footer-block__image-wrapper {
    max-width: 100% !important;
    padding-right:10px;
}
.footer-block__image-wrapper>img {
    width: 100%;
}
.footer-block__brand-info .rte p {
    font-family: "Poppins,Medium";
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    display: none;
}
.footer-block__heading {
    font-family: "Poppins,Medium";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
ul.footer-block__details-content>li>a {
    font-family: "Poppins,Medium";
    font-size: 16px !IMPORTANT;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FFFFFF !important;
}
.wa-newsletter-form-footer .newsletter-form__field-wrapper .field__input {
    background: #fff;
    color: #A8A8A8;
    border-radius:6px;
}
.wa-newsletter-form-footer .newsletter-form__field-wrapper .field__input + label {
        letter-spacing: 0px;
    color: #A8A8A8;
    font-size: 8px;
    line-height: 12px;
    top: calc(1.7rem + var(--inputs-border-width));
}
.wa-newsletter-form-footer .newsletter-form__field-wrapper .field__input + label+button#Subscribe {
    background: #225F6B;
    width: 80px;
    border-radius: 6px;
}
.wa-newsletter-form-footer .newsletter-form__field-wrapper .field::before, .wa-newsletter-form-footer .newsletter-form__field-wrapper .field::after {
    box-shadow: none;
}
.footer-block__heading {
    margin-bottom: 1rem !important;
}
.socialiconsheading {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.socialicons-list-social li.list-social__item a {
    padding: 5px;
}
.socialicons-list-social {
    justify-content: start !important;
}
.footer__content-top.page-width {
    padding-bottom: 0px;
}
.socialicons-list-social li.list-social__item a span.svg-wrapper {
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 1350px) {
  p.wa-ufc-heading {
    line-height: 0.5;
}
  .wa-upperfootercoltext a {
    color: #123137;
    text-decoration: none;
}
.wa-footer-col {
    flex: 0 0 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.wa-upperfootercolcontent {
    justify-content: center;
    align-items: center;
}

.wa-footer-col:first-child .wa-upperfootercolcontent:first-child p.wa-ufc-text br {
    /*display: none;*/
}

.wa-footer-row {
    row-gap: 20px;
}

.wa-footer-col:first-child .wa-upperfootercolcontent:first-child {
    transform: translate(40px, 0px);
}
}
@media screen and (max-width: 1250px) {
    .footer-block.grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }
}
@media screen and (max-width: 900px) {
  .wa-footer-col {
      flex: 0 0 100%;
      justify-content: start;
  }
  .wa-footer-col:first-child .wa-upperfootercolcontent:first-child {
      transform: unset;
  }
}
@media screen and (max-width: 410px) {
    p.wa-ufc-heading {
      font-size: 14px;
  }
  
  p.wa-ufc-text {
      font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
    p.wa-ufc-heading {
      font-size: 12px;
  }
  
  p.wa-ufc-text {
      font-size: 12px;
  }
}
@media screen and (max-width: 325px) {
    p.wa-ufc-heading {
      font-size: 11px;
  }
  
  p.wa-ufc-text {
      font-size: 11px;
  }
}

/*************************************/

.card-wrapper.product-card-wrapper {
    box-shadow: 0px 8px 14px #00000017;
    border-radius: 20px;
    text-align: center;
    padding: 20px 30px;
}
@media screen and (max-width:768px){
  .card-wrapper.product-card-wrapper{
    padding: 0 10px;
  }
.card__content .quick-add{
  width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}
  .collection .slider--tablet.product-grid{
    padding: 2rem 0;
  }
  .wabadges>p{
    transform: translate(0);
  }
}
@media screen and (max-width: 749px) {
    .collection .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .collection .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 10rem);
    }
}
.card-wrapper.product-card-wrapper .card__media .media img{
      object-fit: contain;
}
.card-wrapper.product-card-wrapper .card__media .media {
    background: #fff;
}
.card-wrapper.product-card-wrapper .card__heading>a {
    font-family: "Montserrat,SemiBold";
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #343434;
}

.card-wrapper.product-card-wrapper .card__information {
    text-align: center !important;
}

.card-wrapper.product-card-wrapper .card-information .price {
    font-family: "Montserrat,Bold";
    text-align: center;
    letter-spacing: 0px;
    color: #343434;
    font-size: 26px;
    line-height: 32px;
}
@media screen and (min-width: 990px) {
    .underline-links-hover:hover a {
        text-decoration: none !important;
        text-underline-offset: 0rem;
    }
}
/************************************/
.title-wrapper--no-top-margin>.title{
  font-family: "Montserrat,Bold";
  letter-spacing: 0px;
  color: #53A0AF;
  font-size:26px;
  line-height:32px;
}
@media screen and (max-width:510px){
  .title-wrapper--no-top-margin>.title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width:410px){
  .title-wrapper--no-top-margin>.title {
    font-size: 20px;
    line-height: 22px;
  }
}
/*****************facets filter listing******************/

#FacetsWrapperDesktop details.facets__disclosure-vertical {
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
}

#FacetsWrapperDesktop details.facets__disclosure-vertical>summary.facets__summary {
    padding: 0px;
}

#FacetsWrapperDesktop details.facets__disclosure-vertical>div {
    padding-bottom: 0px;
}

#FacetsWrapperDesktop details.facets__disclosure-vertical>div>fieldset.facets-wrap {
    padding-right: 0px;
    padding-bottom: 0px;
}
.active-facets.active-facets-desktop>.active-facets-vertical-filter {
    display: none;
}

#FacetsWrapperDesktop details.facets__disclosure-vertical>summary.facets__summary>div>span {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #2B2A29;
  font-family: "Poppins,Medium";
}
#FacetsWrapperDesktop details.facets__disclosure-vertical span.facet-checkbox__text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #2B2A29;
    font-family: "Poppins,Light";
}
@media screen and (min-width: 750px) {
    .facets-vertical-form {
      justify-content: space-between !important;
    }
}
@media screen and (min-width: 990px) {
    .facet-filters {
        padding-left: 0rem;
    }
}
.facet-filters__field h2.facet-filters__label.caption-large.text-body {
    display: none;
}

.facet-filters .facet-filters__field .select {
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    min-width: 260px;
    max-width: 100%;
    padding: 15px;
}
@media screen and (min-width: 990px) {
    .facet-filters {
        padding-left: 0rem !important;
    }
}
.facet-filters .facet-filters__field .select .svg-wrapper {
    right: 15px;
}

.facet-filters .facet-filters__field .select .facet-filters__sort{
  font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #2B2A29;
    font-family: "Poppins,Light";
}


/*********************product page***********************/
.product__info-container .product__tax {
    margin-top:0px;
    font-family: "Poppins,Regular";
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #A9A9A9;
}
.product__info-container .product-form__quantity .form__label {
    display: none;
}
.product .price__container {
    margin-bottom: 0rem;
}

div#price-template--23258492010819__main {
    margin-bottom: 0rem;
}
.product__info-container .price__regular .price-item--regular,
.price-item.price-item--sale.price-item--last{
    font-family: "Poppins,Bold";
    font-family: "Poppins,Bold";
    font-size: 35px;
    font-size: 35px;
    line-height: 53px;
    line-height: 53px;
    letter-spacing: 0px;
    letter-spacing: 0px;
    color: #225F6B;
    color: #225F6B;
}
}
.card-information .price-item.price-item--sale.price-item--last{
  font-size:26px;
  color: #343434;
  line-height: 32px;
}
@media screen and (max-width:768px){
  .card-information .price-item.price-item--sale.price-item--last{
    font-size: 18px !important;
        line-height: 22px !important;
  }
}
.card-information .price--on-sale .price-item--regular{
  display:none !important;
}
.product__info-container .price--on-sale .price-item--regular {
    font-size: 2.6rem !important;
}

.product-form__quantity quantity-input.quantity::before, .product-form__quantity quantity-input.quantity::after {
    box-shadow: none;
}
.product-form__quantity quantity-input.quantity {
    border: 1px solid #04D6FF;
    border-radius: 8px;
}
.product-form__buttons>button:not([disabled]):hover:after, .product-form__buttons button:not([disabled]):hover:after {
    box-shadow: none !important;
}
.product-form__buttons button {
    border-radius: 80px;
}
.product-form__buttons button::before, .product-form__buttons button::after {
    box-shadow: none;
}
.product-form__buttons>button {
    background-color:#66C6DA;
    color:#fff;
    border: 1px solid #66C6DA;
    border-radius: 8px;
    letter-spacing: 0.2px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins,Regular";
    text-transform:uppercase; 
}
.product-form__buttons>button:hover{
  background-color:#fff;
  color:#66C6DA;
}
.product-form__buttons>button::before {
    box-shadow: none;
}

.product-form__buttons>button::after {
    box-shadow: none;
}
.product__info-wrapper .product__title>h1 {
    font-family: "Poppins,Bold";
    letter-spacing: 0px;
    font-size: 35px;
    line-height: 53px;
    color: #225F6B;
}

.product__info-wrapper div#washortdesc {
    font-family: "Poppins,Regular";
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.12px;
    color: #123137;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 425px;
}

.product__info-wrapper button#washortdescbtn {
    font-family: "Poppins,Regular";
    margin: 0px;
    background: #4bb5de;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.wa-inventory-box {
    background: #F2F2F2;
    max-width: 500px;
    border-radius: 5px;
    padding: 5px 20px;
}

.wa-inventory-box>p.product__inventory {
    font-family: "Poppins,Medium";
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #53A0AF;
}
.wa-properties-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
}

.wa-properties-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wa-properties-col>p {
    font-family: "Poppins,Regular";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6A6A6A;
    margin: 0px;
    margin-top: 15px;
}

.wa-properties-col>svg, .wa-properties-col>img {
    margin-right: 5px;
}

.wa-properties {
    margin-bottom: 20px;
}
.product__info-wrapper variant-selects legend.form__label {
    font-family: "Poppins,SemiBold";
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.16px;
    color: #123137;
}
.product-form__input--pill input[type=radio]+label {
    border-radius: 10px !important;
    color: #4bb5de !important;
    border-color: #4bb5de !important;
    padding: 15px 20px !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: #46abd3 !important;
  color:#fff !important;
}
.product__info-wrapper .product__title>h1 {
    max-width: 680px;
}
@media screen and (max-width:1320px){
  .product__info-wrapper .product__title>h1 {
    font-size: 25px;
    line-height: 34px;
  }
  
  .product__info-container .product__title {
      margin-bottom: 5px;
  }
  
  .product__info-wrapper div#washortdesc {
      font-size: 10px;
      line-height: 16px;
  }
  
  .wa-inventory-box>p.product__inventory {
      font-size: 16px;
      line-height: 20px;
      margin: 10px 0px;
  }
  
  .product__info-wrapper variant-selects legend.form__label {
      font-size: 14px;
      line-height: 22px;
  }
  
  .product__info-container .price__regular .price-item--regular {
      font-size: 35px;
      line-height: 53px;
  }
}
@media screen and (max-width:1100px){
  .product__info-wrapper button#washortdescbtn {
    font-size: 12px;
    padding: 3px 5px;
  }
  .product__info-wrapper .product__title>h1 {
      font-size: 22px;
      line-height: 28px;
  }
  .product__info-wrapper .product__title>h1 {
    max-width: 680px;
  }
  
  .wa-properties-col {
      flex: 0 0 100%;
      justify-content: start;
  }
  
  .wa-properties-row {
      row-gap: 15px;
  }
  .product__info-wrapper .product__title>h1 {
    max-width: 680px;
  }
  
  .wa-properties-col {
      flex: 0 0 100%;
      justify-content: start;
  }
  
  .wa-properties-row {
      row-gap: 15px;
  }
}
@media screen and (max-width:450px){
      p.wa-product-desc-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
  .product__info-wrapper .product__title>h1 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width:340px){
  .product-form__input--pill input[type=radio]+label{
        padding: 10px 15px !important;
  }
}
/******************************************/
.quick-add__submit {
    font-family: "Poppins,Medium";
    background: #66C6DA 0% 0% no-repeat padding-box;
    border-radius: 8px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 16px;
    min-height: auto;
}
.card-wrapper.product-card-wrapper .quick-add__submit {
    display: none;
    position: absolute;
    bottom: -20px;
}


.card-wrapper.product-card-wrapper .quick-add__submit::before, .card-wrapper.product-card-wrapper .quick-add__submit::after, .card-wrapper.product-card-wrapper .button:not([disabled]):hover:after {
    box-shadow: none;
}
.product-card-wrapper:hover .quick-add__submit {
    display: flex;
}
/**********************/
  h2.related-products__heading {
    font-family: "Montserrat,Regular";
    letter-spacing: 0px;
    color: #66C6DA;
    font-size: 28px;
    line-height: 34px;
}
@media screen and (max-width: 510px) {
    h2.related-products__heading {
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and (max-width: 410px) {
    h2.related-products__heading {
        font-size: 16px;
        line-height: 18px;
    }
}

/**************************/
.product__media-wrapper media-gallery .media>*:not(.zoom):not(.deferred-media__poster-button) {
    border-radius: 30px;
}
.thumbnail-list .thumbnail-list__item button.thumbnail {
    border-radius: 8px;
}
.thumbnail-list .thumbnail-list__item .thumbnail[aria-current] {
    box-shadow: 0 0 0 .1rem #66C6DA !important;
    border-color: #66C6DA !important;
}
/*************/
.waproductblockrow {
    display: flex;
    flex-wrap: wrap;
}

.waproductblockcol {
    flex: 1;
}
.waproductblockcol .product-form__quantity{
  margin-top:10px;
}
@media screen and (max-width:989px){
  .waproductblockcol {
    flex: 0 0 100%;
}
}
.wabadges {
    display:none;
    position: relative;
}

.wabadges>p {
    font-family: "Montserrat,Regular";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    z-index: 99;
    margin: 0px;
    
    padding: 5px;
    border-radius: 5px;
    right: 0;
    transform: translate(20px, 0px);
}
.wabadges > .in-stock{
  background: #82C238 0% 0% no-repeat padding-box;
}
.wabadges > .out-of-stock{
  background: #c23f38 0% 0% no-repeat padding-box;
}
.product-card-wrapper:hover .wabadges{
  display:block;
}
/**************************************/
.header__icons .desktop-localization-wrapper {
    display: none;
}
header-menu li a {
    text-align: left;
}
ul.list.list-payment {
    justify-content: start;
}
.header__menu-item .icon-caret {
    display: none;
}
.mega-menu[open] .mega-menu__content {
    background: transparent;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: none;
    border: none;
}
.mega-menu[open] .mega-menu__content ul.mega-menu__list {
    background: #fff;
    box-shadow: 0px 8px 16px #00000029;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1360px;
}
.header__menu-item span:focus{
  text-decoration:none;
}
.card-wrapper .rating-star{
  letter-spacing: 5px;
  font-size: 24px;
  --color-rating-star: #FFD500;
}
ul.list-menu.list-menu--inline {
    overflow: hidden;
    flex-wrap: unset;
}
details[open]>.header__menu-item {
    text-decoration: none;
}
ul.mega-menu__list.page-width>li {
    position: relative;
}
ul.mega-menu__list.page-width>li::after {
    z-index: 5;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.1px;
    height: 140px;
    background-color: black;
    margin: auto 0;
}
ul.mega-menu__list.page-width>li:last-child::after {
  content: none; 
}
ul.mega-menu__list.page-width>li {
    padding-right: 20px;
}
quick-add-modal .quick-add-hidden + #washortdescbtn{
  display:none;
}
p.wa-ufc-heading {
    display: none;
}
.wa-footer-col:first-child p.wa-ufc-heading {
    display: block;
}
button#washortdescbtn1 {
    font-family: "Poppins,Regular";
    margin: 0;
    background: #4bb5de;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
button#washortdescbtn {
    display: none;
}
quick-add-modal .quick-add-hidden+button#washortdescbtn1{
  display: none;
}
quick-add-modal .quick-add-hidden+ #washortdescbtn + #washortdescbtn1{
  display:none;
}
/******************/
.waproductblockrow {
    justify-content: space-between;
}
.waproductblockcol {
    flex: auto;
}
.product-form__buttons>button{
  width:auto;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient {
    border-radius: 30px;
}
.product-card-wrapper .card__badge {
    margin-top: 25px;
    transform: translate(30px, 0px);
}
.product-card-wrapper .card__badge{
  opacity:1 /*0*/;
}
.product-card-wrapper:hover .card__badge{
  opacity:1;
}
/***************************/
a.wa-fbheading-link {
    text-decoration: none;
}
.thumbnail-list .thumbnail-list__item button.thumbnail{
  padding:10px;
}
.scrolled-past-header sticky-header {
    background: #fff;
}
.scrolled-past-header header .header__menu-item, .scrolled-past-header .header__icon svg, .scrolled-past-header .index .header__menu-item:hover{
  color: #000;
}

    .button {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
    z-index: 1;
  }

  .button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background-color: #094551;
    z-index: -1;
    transition: height 0.3s ease;
  }

  .button:hover::before {
    height: 100%;
  }

  .button:hover {
    transform: scale(1.1);
    color: white;
  }
