/** Shopify CDN: Minification failed

Line 936:0 Unexpected "}"

**/
/*slideshow banner*/
#site-header-nav,
.site-navigation {
  background-color: #216080 !important;
}
.small-promo,
a.site-header_account-link-text,
svg.icon-account path {
  color: #216080 !important;
}
.small-promo-content a {
  text-decoration: none !important;
}
.slideshow {
  margin-top: 10px !important;
}
h2.slideshow-slide__heading {
  color: #216080 !important;
  font-weight: 700 !important;
  font-size: 45px !important;
}
.slideshow-slide__button {
  border-radius: 50px;
}
.slideshow-slide__text {
  margin-top: 35px !important;
  margin-bottom: 25px !important;
}

ul.home-section--content span.collection__item-info.collection__item-title {
  width: 100% !important;
  padding: 0px !important;
  color: #216080;
  font-weight: 500 !important;
  font-size: 16px !important;
}

/*cart sale icon styling */

/*.upcart-savings-row {display: none!important;}
/* 1) Wrapper around everything */
.upcart-total-savings {
  display: flex;
  justify-content: center;    /* center horizontally */
  margin-bottom: 1.25rem;
  font-weight: 500;
}

/* 2) Inner flex container for badge + labels */
.salesavings {
  display: flex;
  align-items: center;
}

/* 3) The badge “background” element to the left */
.salesavings .badge {
  width: 170px;                /* adjust to your badge’s actual dimensions */
  height: 25px;
  background-image: url("/cdn/shop/files/Summersalebg.png?v=1768780089");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;

  animation: pulsebadge 1.8s infinite;
  /*NO SALE TURN OFF BADGE */
  DISPLAY: NONE!important;
}

/* 4) Title text */
.saletitle {
  font-size: 1rem;
  color: #111111;
  margin-right: 0.25rem;
      font-weight: 500;
}

/* 5) Price text */
.saleprice {
  font-size: 1rem;
  color: #216080;            /* a bold red to stand out */
}

.styles_Footer__savingsCodes__ .UpcartDesignSettings__cartTextColor { display: none;}




/*end cart sale icon styling */

 /* sale badge price */
  @keyframes pulsebadge {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
  }

  .sale-price-container {
    background: #f5f5f5;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    display: inline-block;
    font-family: sans-serif;
    width: 100%;
  }

  .price-line {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .price-sale {
    font-size: 28px;
    font-weight: 900;
    color: #216080;
    margin-bottom: 4px;
  }

  .price-original {
    font-size: 20px;
    font-weight: 600;
    
    color: #dcbe97;
    text-decoration: line-through;
    margin-left: 8px;
  }

  .pulse-badge {
    animation: pulsebadge 1.8s infinite;
    background-color: #afcaea;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    /*NO SALE TURN OFF BADGE */
  DISPLAY: NONE!important;
  }

  .pulse-badge img {
    height: 20px;
    display: block;
  }

  .discount-pill {
    background-color: #EAD2B3;
    color: #216080;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
  }

  .payment-option-line {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: sans-serif;
    flex-wrap: wrap;
  }

  .payment-option-line img {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }

  .payment-option-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 260px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 6px 10px;
    position: absolute;
    z-index: 999;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
  }

  .payment-option-info:hover .tooltip-text,
  .payment-option-info:focus-within .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (max-width: 500px) {
    .sale-price-container {
    
    padding: 10px;
  }
    .price-line {
   
        align-items: center;
            gap: 10px;
        flex-flow: wrap;
}
    .payment-option-line {
      flex-direction: row;
      align-items: flex-start;
    }

    .tooltip-text {
      display: none;
    }
    .price-sale {
    font-size: 24px;
  }

  .price-original {
    font-size: 16px;
  }
    .ba-breadcrumb a, .ba-breadcrumb span {
    font-size: 12px!important;
    
}
  }

.afterpay-paragraph {display: none!important;}

.atc-banner--container { display: none!important;}

.eofysale-banner #icon {height:42px!important;}

#shopify-section-sections--16866544615491__header .small-promo-content a {
    color: #111!important;
}

#shopify-section-sections--16866544615491__header .site-header-actions li a {
    color: #111!important;
}

.highlights-banner__template--16676551753795__dynamic_highlights_banner .highlights-banner__block {
     color: #111!important;
}

.search-flydown__continue {
    text-decoration: none !important;
    flex-shrink: 0;
    margin: 25px auto !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    background-color: #216080 !important;
    color: #fafafa !important;
    border-radius: 5px !important;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    display: block;
    position: relative;
    width: fit-content !important;
}

.search-flydown[data-animation-state=open] {
   
    height: fit-content!important;}

.search-flydown__no-results {
    padding: 25px 0 0 0!important;}
.template-product .product-section--container {
    margin-top: 1.25rem;
}

.template-product .section--canonical {
    margin-top: 1.25rem;
}

.utils-sortby-select--wrapper .form-field-select option {
    
    background-color: #202020;
    color: #fff;
}

/* menu design */
@media screen and (min-width: 1024px) {
.navmenu-item { border-radius: 5px;}
/*.navmenu-link-active { background-color: #003E5C;  }*/
.navmenu-item:hover { background-color: #003E5C;  }

.navmenu-submenu .navmenu-item:hover { background-color: #ffffff;  }
.navmenu-submenu .navmenu-item .navmenu-link {
    padding: .4375rem 5px!important;
border-radius: 5px;}
.navmenu-submenu .navmenu-item .navmenu-link:hover { background-color: #eeeeee;  }
}
/*collection
span.collection__item-info.collection__item-title {
  width: 100% !important;
  padding: 10px !important;
  color: #216080;
  font-weight: 500 !important;
  font-size: 18px !important;
}
span.collection__item-info.collection__item-title {
  margin-top: 5px;
}
.button-primary,
.button-secondary {
  padding: 7px 15px !important;
  font-size: 16px !important;
}
/*highlights
span.small-promo-content_heading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.small-promo-content--desktop {
  font-size: 22px;
  font-weight: 700 !important;
}
h2.home-section--title {
  font-size: 36px !important;
  font-weight: 700 !important;
}
.promo-block--text {
  font-size: 15px !important;
}
.promo-block--header,
.promo-block--text {
  max-width: 100% !important;
}
.shoppable-image {
  max-width: 100%;
  padding: 0;
}
.shoppable-image__text-box-wrapper,
.shopify-section.blogposts--section {
  background: #f5f5f5;
}
.shopify-section.blogposts--section {
  margin-top: 80px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
/*blog*/
.blogposts--section .home-section--title {
  margin-top: 0px;
}
li.article--excerpt-wrapper {
  background: #fff;
}
.blogposts--footer-link {
  font-size: 18px;
  font-weight: 7600;
}
.site-footer-item .button-primary {
  border-radius: 2px !important;
}
footer .site-footer-block-newsletter .newsletter .button-primary {
  padding: 0.875rem 1.75rem !important;
}
.testimonial__content {
  background: #f9fcfd;
  min-height: 360px;
}
.testimonial__author p {
  font-weight: 700 !important;
}
btn-viewall a {
  text-decoration: none;
  text-align: center !important;
  font-weight: 600;
  color: #216080;
}
.logolist--item {
  margin-top: 0px !important;
}
/*section spacing*/
.shopify-section.promo-mosaic--section,
.shoppable-image {
  margin-top: 80px !important;
}
/***menu**/
a.navmenu-item-text.navmenu-link-parent {
  font-weight: 700 !important;
}
.navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop,
.site-navigation .navmenu-submenu {
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
}
/*.site-navigation .navmenu-link-depth-1 {
    padding: 8px!important;
}
.site-navigation {
    justify-content: center!important;
}
.site-navigation .navmenu-depth-1 {
    display: inline-flex;
    height: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    margin-left: -15px;
  justify-content:center;
}
  */
a.navmenu-item-text.navmenu-link-parent,
.navmenu-multi-column-items a.navmenu-link.navmenu-link-parent {
  font-size: 15px !important;
}
.navmenu-multi-column-items a.navmenu-link.navmenu-link-parent {
  font-weight: 700;
}

.site-navigation
  .navmenu-meganav.navmenu-meganav--desktop
  .navmenu-multi-column-items
  .navmenu-depth-2
  > li
  > ul {
  margin-left: 0px;
}

.site-header-menu-toggle--button .toggle-icon--bar {
  background-color: #216080 !important;
}
.site-header-cart-icon--svg svg {
  color: #216080 !important;
}
/*collection sale
.productgrid--utils {
  background-color: #f5f5f5;
  padding: 5px;
}
.template-product .home-section--title {
  font-size: 22px !important;
}
/*.productitem {
  border: 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.productitem[data-animation-state="open"] {
  border: 1px solid rgba(128, 128, 128, 0.16) !important;
  box-shadow: 0 1px 4px #8080801c !important;
}
/*product*/
.reviews-holder--3hf8N.badge--1_YKZ,
.reviews-holder--3hf8N.standard--2tRqK {
  height: 100% !important;
}
#site-main .surface-pick-up {
  display: block !important;
}
.surface-pick-up-embed.surface-pick-up-embed--available {
  padding: 15px;
  background: #f5f5f5;
  margin-top: 25px;
}
.estdel-block {
  padding: 5px 15px;
  border: 1px solid #dce5e9;
  margin-bottom: 15px;
}
afterpay-placement {
  display: none !important;
}
.prod-pay-row {
  display: flex;
}
.prod-pay-col {
  flex: 1;
}
.prod-pay svg {
  display: block;
  margin: 0 auto;
}
a.prod-pay {
  text-align: center;
  color: #216080;
  text-decoration: none !important;
}
.pay-text {
  margin-top: 7px;
}
.prod-pay-col {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  margin-right: 9px;
}
.pay-text {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
}
/*page*/

.blog-title {
  text-align: center;
}
/*timer*/
span#epb_message_one,
span#epb_message_two,
a#epb_button {
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
}
a#epb_button {
  border-radius: 50px !important;
  text-transform: uppercase;
  font-weight: 600;
}
div#partPayCalculatorWidget {
  padding: 0px !important;
  font-size: 14px !important;
  width: 100% !important;
}
#partpayCalculatorWidgetUnderCopy {
  margin-left: 5px;
}
#partPayCalculatorWidgetText {
  display: inline-flex !important;
  background-color: #fff !important;
}
/*footer*/
li.payment-icons-item:nth-child(7) {
  display: none !important;
}
/*read more*/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
p.read-more-wrap,
.mob-about h4 {
  color: #fff;
}
p.read-more-wrap {
  font-size: 14px;
}
.mob-about h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  color: #fff;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #fff;
  border-radius: 0.25em;
}
.html--section {
}
.mob-about {
  padding: 15px 10px;
  overflow: hidden;
  background-color: hsl(0, 0%, 60%);
  background-blend-mode: multiply;
  background-position: center center;
  background-image: url(/cdn/shop/files/Arizona_Feat_675x600_crop_center.jpg?v=1644198522);
}
/*Shipping Calculator*/

.shipping-calc-wrapper {
  padding: 25px;
  background: #f5f5f5;
}
.shipping-calc-wrapper .form_zip {
  height: 50px;
  margin-right: 20px;
  width: 60%;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shipping-calc-wrapper button.btn {
  width: 35%;
  height: 49px;
  color: #fff;
  background: #3d84a9;
  border: 1px solid #3d84a9;
  border-radius: 3px;
  cursor: pointer;
}
.shipping-calc-wrapper .btn:hover {
  background: #216080;
}

.shipping-calc-wrapper p {
  color: #333333;
}
.shipping-calc-wrapper p li {
  font-weight: 600;
  padding-bottom: 5px;
}
.ship-icon-list li {
  padding: 0px 0 3px 30px;
  background-image: url(/cdn/shop/files/tick-circle.svg?v=1644986391);
  background-repeat: no-repeat;
  color: #216080;
  font-weight: 600;
}
.add-note a {
  color: #216080;
}
.ship-icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__menu-items h2, h6, .highlights-banner__heading, h5, h4, .featured-collection__title-card-heading, h3, h2, .slideshow-slide__heading, h1, .age-gate__heading {
    font-family: Poppins, sans-serif!important; }

.product-recently-viewed-card .productitem {
  
    height: 380px!important;
}

@media screen and (max-width: 1025px) {
.product-recently-viewed-card .productitem {
  
    height: 350px!important;
}
}

/*============ MEDIA QUERIES ================*/

@media screen and (min-width: 1025px) {
  .slideshow-slide__content--text-center {
    max-width: 50% !important;
  }
  div#shopify-section-template--14301785489475__164377605557349d2c {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .highlights-banner__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /*.navmenu-id-accessories ul.navmenu-submenu, .navmenu-id-freestanding-baths ul.navmenu-submenu,.navmenu-id-shower-screens ul.navmenu-submenu, .navmenu-id-vanities ul.navmenu-submenu  {
    column-count: 2;
}*/
  ul.navmenu.navmenu-meganav-standard__items {
    max-width: 800px !important;
  }
  h1.page-title,
  .blog-title h1 {
    font-size: 36px;
  }
  .navmenu-id-accessories ul.navmenu-submenu {
    column-count: 2;
  }
  .site-header-main {
    padding: 15px 10px 15px !important;
  }
}
@media screen and (min-width: 1371px) {
  .site-navigation .navmenu-link-depth-1 {

    padding: 12px 10px !important;
    font-size: 0.9rem !important;
  }
  .site-navigation {
    justify-content: center !important;
  }
  .site-navigation .navmenu-depth-1 {
    display: inline-flex;
    height: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    margin-left: -15px;
    justify-content: center;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1000px) {
  .site-navigation .navmenu-link-depth-1 {
    padding: 8px 4px !important;
    font-size: 13px !important;
  }
  .site-navigation {
    justify-content: center !important;
  }
  .site-navigation .navmenu-depth-1 {
    display: inline-flex;
    height: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    margin-left: -15px;
    justify-content: center;
  }
}
@media screen and (max-width: 1136px) and (min-width: 990px) {
  .shipping-calc-wrapper .form_zip {
    width: 50%;
    margin-right: 10px;
  }
  .shipping-calc-wrapper button.btn {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header-actions__account-link
 {
    margin-right: 0px; 
}
  #partPayCalculatorWidgetText {
    display: block !important;
  }
  h2.home-section--title {
    font-size: 22px !important;
    margin-top: 1.125rem !important;
  }
  .shoppable-image__text-box-content {
    max-width: 100%;
  }
  .shoppable-image--text-position-right
    .shoppable-image__section-content-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .shoppable-image--half-width-image .shoppable-image__wrapper,
  .shoppable-image--half-width-image .shoppable-image__text-box-wrapper {
    width: 100%;
  }
  .mobile-nav-panel {
    position: fixed;
    top: 0 !important;
    margin-top: 0px !important;
  }
 
.small-promo {
margin-top: 0px!important;
  
}
.small-promo-content--desktop {
    margin-left: 5px;
}
  .small-promo-icon {
    margin-right: 5px;
  }
  .small-promo-icon img {
    height: 14px!important;
}

  .small-promo-content--mobile {
    margin-left: 0;
  }



  .site-logo-image {
    max-height: 40px !important;
  }

  /*Product page mobile */

    .afterpay-logo-link {
    white-space: normal!important;
}
  .afterpay-paragraph {
    font-size: 12px!important;
    font-size: var(--messaging-font-size, 12px)!important;
  }

   .icon-block-container {        column-gap: 2px!important;}
  .icon-block-container-75d3834a-6628-4293-b739-9962ceecd01b .icon-block {                display: flex!important; }
  .icon-block-container-75d3834a-6628-4293-b739-9962ceecd01b .icon {    height: 20px!important;
    width: 20px!important;
    mask-size: 20px!important;}
  .icon-block-container-75d3834a-6628-4293-b739-9962ceecd01b .subheading {display: none!important;}
  .icon-block-container-75d3834a-6628-4293-b739-9962ceecd01b .title {font-size: 14px!important;}
  .icon-block-container-75d3834a-6628-4293-b739-9962ceecd01b {
    grid-template-columns: repeat(3, minmax(110px, 1fr))!important;
}
  
}
@media screen and (max-width: 989px) {
  .shipping-calc-wrapper .form_zip {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .shipping-calc-wrapper button.btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {


 /*.highlights-banner,
  .featured-collection--section {
    display: none;
  } */

  .pxs-image-with-text-wrapper .pxs-image-with-text-subheading p {
    font-size: 13px !important;
  }
  .pxs-image-with-text-wrapper .pxs-image-with-text-content-wrapper {
    padding: 2rem 1.25rem !important;
  }
  .pxs-image-with-text-wrapper .pxs-image-with-text-content {
    width: 100% !important;
    padding: 10px 0 !important;
  }
  .pxs-image-with-text-section {
    margin-top: 10px;
  }
  .shopify-section.promo-mosaic--section,
  .shoppable-image {
    margin-top: 30px !important;
  }
  .html--section {
    display: block;
  }
  div#shopify-section-template--14301785489475__16440241001d243973 {
    display: none !important;
  }
  .product-description.rte {
    padding: 0px 10px;
  }
  .shipping-calc-wrapper p li {
    padding-bottom: 7px;
  }
  .promo-img img {
    width: 100%;
  }
}
.promo-img img {
  width: 100%;
}
/* Cart shipping calculator toggle */
.cart-shipping .cart-shipping-toggle {
  display: none;
}
/* end */

.shipping-estimate {
  background: #c5e6fd;
  padding: 10px;
  margin: 0 -15px -5px;
  color: #216080;
  text-align: center;
}

.shipping-estimate a {
  text-decoration: none;
  color: #216080;
}

.shipping-estimate:hover {
  background: #216080;
}

.shipping-estimate:hover a {
  color: #fff;
}

.shipping-calc-wrapper {
  /*display: none;*/
}

.oct-calculator-form-container {
  
    width: 100%;
    padding: 16px calc(16px);
    border: 0px solid rgb(197, 200, 209);
    border-radius: 10px;
   display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  
    background: linear-gradient(181deg, rgb(240, 246, 250), rgb(224, 237, 245)) !important;



}
  



.oct-calculator-form-container .oct-calculator-button-calculate-container, .oct-calculator-zip, .oct-calculator-state  {
flex: 1;}
}
  
p.oct-calculator-form-message-general {
     display: inline-block;
   width: 100%;

}

.oct-calculator-form-container select, .oct-calculator-form-container input {
    border: 1px solid #dedede!important;
    border-radius: 5px!important;
    font-size: 1rem!important;
    height: auto!important;
    margin-bottom: 0!important;
    padding: 12px 15px!important;
    width: 100%!important;
    background: #fff!important;
  
}




.oct-calculator-form-container .oct-calculator-button-calculate-container button {
        text-decoration: none;
        flex-shrink: 0;
        margin: 0;
        border: none;
        font-weight: 600;
    padding: 12px 15px;
       
        font-size: 16px;
        background-color: #216080;
        color: #fafafa;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out;
  width: 100%;
      }

      .oct-calculator-open {      text-decoration: none !important;
    flex-shrink: 0;
    margin: 0;
    border: none;
    font-weight: 600 !important;
    padding: 12px 15px;
    font-size: 16px !important;
    background-color: #216080;
    color: #fafafa !important;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    display: block;
    position: relative;
    margin-top: -77px;
    width: fit-content;
    float: right;
    margin-right: 15px;
                           }


.oct-calculator-result-container {
  
   
    padding: 16px calc(16px);
    border: 0px solid rgb(197, 200, 209);
    border-radius: 10px;
     background: #F3E6D6 !important;
   /* background: linear-gradient(181deg, rgb(240, 246, 250), rgb(224, 237, 245)) !important;*/



}

.oct-calculator-result-address {
   
    font-size: 14px!important;
    height: auto!important;
    line-height: initial !important;
    margin: 5px auto!important;
    overflow: hidden;
    padding: 6px 12px!important;
   
}

.oct-shipping-rate .oct-shipping-rate__name, .oct-shipping-rate .oct-shipping-rate__price {
    color: #121212!important;
    font-size: 16px!important;
}

.sale-banner-block #icon_container {
    margin: -55px 0 -44px -20px !important;
}

.essential-banners-block .calculator {
 width: 100%; 
  padding: 16px calc(16px); 
  border: 0px solid rgb(197, 200, 209); 
  border-radius: 10px; display: flex; 
  justify-content: space-between; 
  align-items: center; gap: 10px; 
  position: relative; 
  margin-top: 20px !important; 
  margin-bottom: 20px !important; 
  background: #F3E6D6 !important;
}



@media screen and (max-width: 767px) {


.oct-calculator-form-container select, .oct-calculator-form-container input {
    border: 1px solid #dedede!important;
    border-radius: 5px!important;
    font-size: 1rem!important;
    height: auto!important;
    margin-bottom: 0!important;
    padding: 12px 15px!important;
    width: 100%!important;
    background: #fff!important;
  
}

.oct-calculator-form-container .oct-calculator-button-calculate-container  {
  display: block;
   width: 100%;
  flex: none!important;
}

.oct-calculator-form-container .oct-calculator-button-calculate-container button {
 
        font-size: 14px!important;
  
      }

      .oct-calculator-open {      
    font-size: 14px !important;


      
    padding: 6px 15px!important;
    display: block!important;
    position: relative!important;
    width: -webkit-fill-available!important;
    float: none !important;
    text-align: center!important;
        margin: -65px 15px 0 15px !important;
}

  .essential-banners-block .calculator {
  padding-bottom: 50px!important;
}
 }


.oct-calculator-result-container {
  



}

.oct-calculator-result-address {
   
    font-size: 12px!important;
   
}

.oct-shipping-rate .oct-shipping-rate__name, .oct-shipping-rate .oct-shipping-rate__price {
  
    font-size: 14px!important;
}

  .essential-banners-block #title,  .essential-banners-block #subheading {

    font-size: 14px!important;
  }
  
      .essential_annoucement_bar_cta_9d9f85e7-11ed-4e42-87b4-c95b7d3cf36d {
        font-size: 12px;
        font-weight: 800;
        white-space: normal;
        line-height: 1;
        padding: 4px;
    }
.sale-banner-block #icon_container {
        margin: -69px -5px -58px -15px !important;
  background-size: 90px!important;
}


 .sale-banner-block #icon_container #icon {
    height: 90px!important;
    width: 90px!important;
  }
  .sale-banner-block  #cta-button {font-size: 12px!important;
    width: 65px;
                                   
    padding: 10px 10px!important;
                                   text-align: center;
}

  .sale-banner-block #title {font-size: 14px!important;}
  .sale-banner-block #subheading { 
        font-size-adjust: 0.5!important;}


.product-gallery:not([data-product-gallery-aspect-ratio=natural]) .product-gallery--image-background {
    position: inherit!important; 
}


.breadcrumbs-container { display: none!important;}

#shopify-block-AUTdVWkx0eXFoK09Zb__essential_trust_badges_app_block_GM8HAj #icon {
    height: 68PX !important;

}

.highlights-banner__template--16866549923907__dynamic_highlights_banner .highlights-banner__block {
    color: #216080 !important;
}

.highlights-banner__template--18338815311939__dynamic_highlights_banner.highlights-banner__container {
    margin-top: 2rem!important;
    margin-bottom: 0;
}
.html--section .custom-html--container {
        margin-top: 2rem!important;
    }

        .home-section--title {
        margin-top: 2rem!important;
    }
       .template-collection .section--canonical {
        margin-top: 2rem!important;
    }

    .collection--description {
    display: none;
}

/* help center */

.highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner__block-link {

  border: 1px solid #aaaaaa;
    border-radius: 15px;
    margin: 0 20px;
}

.highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner__block {
 
    padding: 20px 0px;
}
.highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner__block-link:hover {

  border: 1px solidrgb(130, 130, 130);
  
    background: rgb(130, 130, 130, 0.1);
    border-radius: 15px;
    margin: 0 20px;
}


@media screen and (max-width: 859px) {
  .highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner {
    display: inherit;
  }
  .highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr)!important;
    column-gap: 5px!important;
  }
  .highlights-banner__template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner__block-link {
    margin: 0px !important;
  }
}


#shopify-section-template--18800200679491__dynamic_html_ggETLd .highlights-banner__block-link {

  border: 1px solid #aaaaaa;
    border-radius: 15px;
    margin: 0 20px;
}

#shopify-section-template--18800200679491__dynamic_html_ggETLd .highlights-banner__block {
 
    padding: 20px 0px;
}
#shopify-section-template--18800200679491__dynamic_html_ggETLd .highlights-banner__block-link:hover {

  border: 1px solidrgb(130, 130, 130);
  
    background: rgb(130, 130, 130, 0.1);
    border-radius: 15px;
    margin: 0 20px;
    cursor: pointer;

}

.oct-calculator-container .oct-calculator-form-container .oct-calculator-form-message-general {
    color: #216080!important;
    font-size: var(--calculator-introduction-text-font-size, 1.4rem);
    display: block !important;
    width: 100%;
    font-weight: 600;
    margin: 0;
}


#shopify-section-template--18800200679491__dynamic_highlights_banner_dCxxJy .highlights-banner { display: block; }

/* product-shipping-origin product page block */

.acq-shipping-origin {
  position: relative;
  margin-top: 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
}

.acq-shipping-origin__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.acq-shipping-origin__icon {
  flex: 0 0 auto;
  line-height: 1;
  color: #376e8a;
  margin-top: 1px;
}

.acq-shipping-origin__text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #1f1f1f;
}

.acq-shipping-origin__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.acq-shipping-origin__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  color: #376e8a;
}

.acq-shipping-origin__tooltip {
  position: absolute;
  left: 14px;
  top: calc(100% + 8px);
  z-index: 20;
  min-width: 240px;
  max-width: 320px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  font-size: 13px;
  line-height: 1.5;
  color: #1f1f1f;
}

.acq-shipping-origin.is-open .acq-shipping-origin__tooltip {
  display: block;
}

@media (max-width: 749px) {
  .acq-shipping-origin__text {
    flex-wrap: wrap;
  }

  .acq-shipping-origin__tooltip {
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
  }
}

.restock-rocket-preorder-description { display: none!important; }

/* B2B MODIFICATIONS */
/* ==========================================
   B2B PRICE BLOCK
========================================== */

.b2b-price-card {
  background: #f7f7f7;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.b2b-price-row {
  display: grid;
      grid-template-columns: minmax(25%, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);

  gap: 10px;
  align-items: center;
}

/* ==========================================
   TRADE PRICE
========================================== */

.b2b-trade-block {
  min-width: 0;
}

.b2b-price-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #444;
  margin-bottom: 4px;
}

.b2b-trade-price {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #376e8a;
}

/* ==========================================
   SAVINGS
========================================== */

.b2b-saving-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.b2b-saving-badge {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 32px;

  padding: 0 10px;

  border-radius: 8px;

  font-size: 13px;
  font-weight: 800;

  white-space: nowrap;
}


.b2b-saving-badge--trade {
  background: #8ae8e9;
  color: #376e8a;
}

.b2b-saving-badge--rrp {
  background: #ead6bb;
  color: #376e8a;
}

/* ==========================================
   RETAIL / RRP BOXES
========================================== */

.b2b-reference-box {
  background: #fff;

  border-radius: 10px;

  padding: 12px 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 70px;
}

.b2b-reference-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;

  color: #777;

  margin-bottom: 3px;
}

.b2b-reference-price {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #444;
}

.b2b-reference-price--rrp {
  color: #999;
}

/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 1320px) {

  .b2b-price-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .b2b-trade-block {
    grid-column: 1;
  }

  .b2b-saving-stack {
    grid-column: 2;
    align-items: flex-end;
  }

  .b2b-reference-box {
    min-height: 78px;
  }

  .b2b-reference-box:nth-of-type(1) {
    grid-column: 1;
  }

  .b2b-reference-box:nth-of-type(2) {
    grid-column: 2;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 749px) {

  .b2b-price-card {
    padding: 16px;
  }

  .b2b-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* Row 1 */
  .b2b-trade-block {
    grid-column: 1;
  }

  .b2b-saving-stack {
    grid-column: 2;
    align-items: stretch;
  }

  /* Row 2 */
  .b2b-reference-box:nth-of-type(1) {
    grid-column: 1;
  }

  .b2b-reference-box:nth-of-type(2) {
    grid-column: 2;
  }

  .b2b-trade-price {
    font-size: 34px;
  }

  .b2b-saving-badge {
    height: 34px;
    font-size: 13px;
    padding: 0 10px;
  }

  .b2b-reference-box {
    min-height: 72px;
    padding: 10px 12px;
  }

  .b2b-reference-price {
    font-size: 18px;
  }
}

/* =========================
   Header Dropdown Shared
   ========================= */

.site-header-actions {
  gap: 12px;
}

.header-dropdown-wrapper {
  position: relative;
  margin: 0;
}

.header-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #111;
}

.header-dropdown-toggle__title {
  font-weight: 700;
  font-size: 14px;
  color: #111;
}

.header-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #376e8a;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.header-dropdown-wrapper:hover .trade-account-dropdown,
.header-dropdown-wrapper.is-open .trade-account-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-dropdown-wrapper.is-open .trade-account-toggle__arrow {
  transform: rotate(225deg);
}

.site-header-actions__help-link {
    margin-right: 20px!important;
}
.site-header-actions__help-link .header-support-icon {
    
    width: auto;
    
}

@media screen and (min-width: 1024px) {
    .site-header-main-content {
        margin-right: 0rem!important;
    }
}

/* =========================
   Trade/Account Toggle
   ========================= */

.site-header-actions__account-link--trade {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.trade-account-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.trade-account-toggle:focus {
  outline: none;
}

.trade-account-toggle:focus-visible {
  outline: 2px solid #8ae8e9;
  outline-offset: 3px;
  border-radius: 4px;
}

.trade-account-toggle__company {
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  color: #111;
}

.trade-account-toggle__tier-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}

.trade-account-toggle__tier {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  background: #8ae8e9;
  color: #376e8a;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
}

.trade-account-toggle__arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.5px solid #376e8a;
  border-bottom: 1.5px solid #376e8a;
  opacity: 0.75;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

/* =========================
   Dropdown Base
   ========================= */

.trade-account-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 1000;
  width: 300px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.trade-account-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 32px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid rgba(0,0,0,0.08);
  border-top: 1px solid rgba(0,0,0,0.08);
  transform: rotate(45deg);
}

.trade-account-dropdown::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

/* =========================
   Dropdown Content
   ========================= */

.header-dropdown-list,
.header-dropdown-section {
  display: flex;
  flex-direction: column;
}

.header-dropdown-list a,
.header-dropdown-section a,
.header-dropdown-action-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  color: #111 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.header-support-primary:hover,
.header-dropdown-list a:hover,
.header-dropdown-section a:hover,
.header-dropdown-action-card:hover {
  background: rgba(138, 232, 233, 0.18);
  border-radius: 6px;
}

.header-dropdown-section {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-dropdown-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.header-dropdown-section__title {
  display: block;
  margin-bottom: 6px;
  color: #376e8a;
  font-size: 13px;
  font-weight: 700;
}

.header-dropdown-divider {
  height: 1px;
  margin: 14px 0;
  background: #e5e5e5;
}

/* =========================
   Support Dropdown
   ========================= */

.header-support-dropdown {
  width: 300px;
}

.header-support-primary {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px;
  padding-bottom: 16px;
  margin: -8px -8px 14px;
  border-bottom: 1px solid #e5e5e5;
  color: #111 !important;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.header-support-primary__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #8ae8e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-support-primary strong,
.header-account-summary strong {
  display: block;
  font-size: 15px;
  color: #111;
}

.header-support-primary small,
.header-account-summary small {
  display: inline-block;
  margin-top: 4px;
  color: #376e8a;
  font-size: 12px;
  font-weight: 600;
}

.header-support-dropdown .trade-account-dropdown__button {
  margin-top: 16px;
}

/* =========================
   Account Dropdown
   ========================= */

.header-account-dropdown {
  width: 310px;
}

.header-trade-dropdown {
  width: 360px;
}

.header-account-summary {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.header-account-summary small {
  padding: 2px 9px;
  border-radius: 999px;
  background: #8ae8e9;
}

.header-account-locked {
  padding: 12px;
  margin: 14px 0;
  border-radius: 6px;
  background: #f5f5f5;
  text-align: center;
}

.header-account-locked span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.header-dropdown-section--disabled {
  opacity: .45;
  pointer-events: none;
}

.header-dropdown-action-card {
  display: grid !important;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px !important;
  border-radius: 6px;
  background: rgba(138, 232, 233, 0.18);
}

.header-dropdown-action-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #376e8a;
}



/* =========================
   Trade Tier Dropdown
   ========================= */

.trade-account-dropdown__tier {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.trade-account-dropdown__label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #376e8a;
  font-weight: 700;
}

.trade-account-dropdown__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.2;
  color: #111;
}

.trade-account-dropdown__award {
  color: #376e8a;
  font-size: 17px;
  line-height: 1;
}

.trade-account-dropdown__discount {
  margin-top: 5px;
  font-size: 13px;
  color: #376e8a;
  font-weight: 600;
}

.trade-account-dropdown__progress {
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #dddddd;
}

.trade-account-dropdown__progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #376e8a;
}

.trade-account-dropdown__next {
  margin-top: 8px;
  font-size: 13px;
  color: #444;
}

/* =========================
   Buttons
   ========================= */

.trade-account-dropdown__button {
  display: block;
  margin-top: 16px;
  padding: 11px 14px;
  border-radius: 4px;
  background: #376e8a;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.trade-account-dropdown__button:hover {
  background: #2d5b73;
}

.trade-account-dropdown__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  color: #376e8a !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.trade-account-dropdown__link span {
  font-size: 22px;
  line-height: 1;
}

/* =========================
   Mobile - Preserve Working Trade Accordion
   ========================= */

@media screen and (max-width: 719px) {
  .site-mobile-nav .site-header-actions {
    display: block !important;
    height: auto !important;
    min-height: 36px;
    overflow: visible !important;
    margin: 1rem 25px 0 !important;
    padding: 0 !important;
  }

  .mobile-nav-panel .site-header-actions__account-link--trade {
    display: grid !important;
    grid-template-columns: 20px 1fr !important;
    column-gap: 10px;
    align-items: start;
    width: 100% !important;
    position: relative;
  }

  .mobile-nav-panel .site-header__account-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-top: 4px;
  }

  .mobile-nav-panel .trade-account-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .mobile-nav-panel .trade-account-dropdown {
    grid-column: 1 / -1;
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 14px;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fff;
    transition:
      max-height 260ms ease,
      margin-top 260ms ease,
      padding-top 260ms ease,
      padding-bottom 260ms ease,
      opacity 180ms ease,
      visibility 180ms ease,
      border-color 180ms ease;
  }

  .mobile-nav-panel .trade-account-dropdown::before,
  .mobile-nav-panel .trade-account-dropdown::after {
    display: none !important;
  }

  .mobile-nav-panel .header-dropdown-wrapper.is-open .trade-account-dropdown,
  .mobile-nav-panel .site-header-actions__account-link--trade.is-open .trade-account-dropdown {
    max-height: 700px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    visibility: visible;
    border-color: #e5e5e5;
  }
}

@media screen and (max-width: 719px) {
  .mobile-support-account {
    margin: 0 0 12px;
    background: #f4f4f4;
    border-bottom: 1px solid #dcdcdc;
  }

  .mobile-support-account__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 58px;
    background: #f4f4f4;
    border-bottom: 1px solid #dcdcdc;
  }

  .mobile-support-account__tab,
  .mobile-support-account__close {
    min-height: 50px;
    border: 0;
    border-right: 1px solid #dcdcdc;
    background: transparent;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  }

 
  .mobile-support-account__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

  .mobile-support-account__close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
  }

  .mobile-support-account__tab.is-active {
    background: #fff;
    color: #376e8a;
    box-shadow: inset 0 -3px 0 #376e8a;
  }

  .mobile-support-account__chevron {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #376e8a;
    border-bottom: 1.5px solid #376e8a;
    transform: rotate(45deg);
    transition: transform 180ms ease;
  }

  .mobile-support-account__tab.is-active .mobile-support-account__chevron {
    transform: rotate(225deg);
  }

  .mobile-support-account__tab small {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #8ae8e9;
    color: #376e8a;
    font-size: 11px;
    line-height: 1.2;
  }

  .mobile-support-account__panel {
    display: none;
    padding: 14px 25px 0px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }

  .mobile-support-account__panel.is-active {
    display: block;
  }

  .mobile-support-account .header-support-primary {
    margin: 0 0 12px;
    padding: 0 0 12px;
  }

  .mobile-support-account .header-dropdown-list a,
  .mobile-support-account .header-dropdown-section a {
    padding: 8px 0;
  }

  .mobile-support-account .header-dropdown-section {
    padding: 8px 0;
  }

  .mobile-support-account .trade-account-dropdown__button {
    margin-bottom: 12px;
  }

  .mobile-support-account .header-account-summary {
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
  .mobile-support-account__account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #376e8a;
  flex-shrink: 0;
}

.mobile-support-account__account-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.mobile-nav-content {
     padding-top: 0px!important;
}
}