/** Shopify CDN: Minification failed

Line 458:7 Expected ":"
Line 1222:10 Expected ":"

**/
.header-category-dropdown {
  position: relative;
}

.category-btn {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.category-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #eee;
  display: none;
  z-index: 999;
}

.header-category-dropdown:hover .category-menu {
  display: block;
}

.category-list,
.subcategory-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-item > a {
  display: block;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.category-item > a:hover {
  background: #f5f5f5;
}

.subcategory-list {
  background: #fafafa;
}

.subcategory-list a {
  padding: 10px 24px;
  display: block;
  color: #444;
  font-size: 14px;
}
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.header-bottom-main {
    background-color: #1c2b36;
}

.menu-cart-bottom .header__icon--cart .icon {
    color:#fff;
}

.header-bottom-main {
    background-color: #1c2b36;
    padding: 10px 0px;
}
.header-middle-cust details-modal.header__search, .header-middle-cust .header__icon--cart{
    display: none !important;
}

.d-none{
    display:none;
}
.header-middle-cust a {
    font-size: 13px;
}

.header-middle-cust a {
    font-size: 13px;
    color: #151c28;
    text-decoration: none;
}

.header-middle-cust.header__icons {
    gap: 60px;
    width: 100%;
    justify-content: flex-end;
}

.header-middle-cust .header__icon, .header-middle-cust  .header__icon--cart .icon {
    width: unset;
}

.hotline {
    display: flex;
    align-items: center;
}

.header-middle-cust.header__icons a.header__icon.header__icon--account:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e9eaeb;
    position: absolute;
    top: 0;
    right: -30px;
}

.header-middle-cust.header__icons a.header__icon.header__icon--account {
    gap: 7px;
    position: relative;
}

.hotline a {
    gap: 7px;
    display: flex;
    align-items: center;
}

.header-middle-cust a:hover {
    color: #2451c4;
}

.header__icon--cart path {
    fill: #fff;
}

.header__icon--cart {
    background-color: #2451c4;
    border-radius: 50px;
    margin:0px;
}

.cart-count-bubble {
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

.header__inline-menu .list-menu__item {
    color: #768296;
}

.header--middle-left {
    grid-template-columns: auto auto auto;
}    
p.announcement-bar__message.h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.header-wrapper--border-bottom {
    border-bottom: 0px;
}
.menu-cat {
    max-width: 300px;
    background-color: #26528d;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.menu-cat button.category-btn {
    width: 100%;
    justify-content: space-between;
}

p.cat-left {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.cat-left path {
    fill: #fff;
}
span.svg-wrapper.icon-caret-main {
    width: 10px;
    height: unset;
}
.category-menu {
    width: 100%;
    background-color: #ebf0f2;
}

.category-menu ul.category-list li a {
    color: #1c2b36;
    font-size: 13px;
    padding: 12px 20px;
    background-color: #f5f9fa;
    margin-bottom: 5px;
}

.category-menu ul.category-list {
    padding: 25px 0px;
}

.category-menu ul.category-list li a:hover {
    background-color: #2451c4;
    color: #fff;
}

form.advanced-search-form {
    width: 90%;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background-color:#2c3a44;
}

.menu-search {
    max-width: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-cart-bottom {
    max-width: 20%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap:20px;
}

.menu-search input.search-input {
    max-width: 52%;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.menu-search input.search-input::placeholder {
    color: #fff;
}

.menu-search .search-btn {
    background-color: #26528d;
    color: #fff;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Poppins, sans-serif;
    padding: 0px 15px;
    border-radius: 0px 6px 6px 0px;
}

.menu-search .search-btn .svg-wrapper {
    width: 6px;
}

.menu-search .search-btn:hover {
    background-color: #2451c4;
    cursor: pointer;
}


*:focus-visible {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 23%; /* adjust width */
  font-family: inherit;
}

.custom-select-button {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600; /* semi-bold */
  color: #fff; /* selected text */
  background-color: transparent; /* selected background */
  border: 0;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select-button .icon-caret-main {
  width: 10px;
  height: 6px;
}

/* Dropdown options container */
.custom-select-options {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-radius: 2px;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  display: none; /* hidden by default */
  z-index: 10;
}

/* Individual options */
.custom-select-options li {
  padding: 10px 12px;
  cursor: pointer;
  color: #000;
    font-size: 14px;
}

/* Hover effect */
.custom-select-options li:hover {
  background-color: #2451c4;
  color: #fff;
}
.header__inline-menu .list-menu__item:hover {
    color: #26528d;
}

.header__inline-menu .list-menu__item:hover span {
    text-decoration: none;
}

.header__active-menu-item {
    text-decoration: none;
    color: #2451c4;
}

.banner-section.gradient {
    background-attachment: scroll;
}
.banner-section .image-with-text__media.global-media-settings {
    border: 0px;
}

.banner-section .image-with-text__text--caption {
    background-image: url("/cdn/shop/files/welcome-bg.png?v=1768508912");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 3px 10px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.banner-section h2.image-with-text__heading {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    line-height: 71px;
}
.button, .shopify-challenge__button, .customer button{
    padding:0px 2rem;
}
.catalog .image-with-text__media-item {
    padding-right: 30px;
}
.banner-section .first-heading.image-with-text__heading {
    font-weight: 100;
    margin-top: 20px;
}
h2.second-heading {
    margin: 0px;
}
.text-color-white .image-with-text__text p {
    color: #fff;
}
a.button.button--primary, .button.button--primary {
    background-color: #0a82d3;
    font-size: 14px;
    font-weight: 600;
    border-radius:3px;
    border: 1px solid #0a82d3;
}

a.button.button--primary:before, a.button.button--primary:after, .button.button--primary:before, .button.button--primary:after {
    display: none;
}
a.button.button--primary:hover, .button.button--primary:hover {
    background-color: #26528d;
}
.popular-products h2.title {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
}

.popular-products .card__heading {
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    font-family: Poppins, sans-serif;
    text-align: center;
}

.popular-products .price {
    display: none;
}

.popular-products .quick-add {
}

product-form {
    border: 0;
}

button.button--secondary:before, button.button--secondary:after, .button--secondary:before, .button--secondary:after {
    display: none;
}

button.button--secondary, .button--secondary {
    border: 2px solid #26528d;
    font-size: 18px;
    font-weight: 600;
    background-color:transparent;
}

button.button--secondary:hover, .button--secondary:hover {
    background-color: #26528d;
    color: #fff;
}

.popular-products .card--standard>.card__content {
    background-color: #f0f9ff;
    pad;
    padding: 10px 20px;
}

.grid__item:hover .card__heading a {
    text-decoration: none;
}

.popular-products .product-card-wrapper {
    padding: 10px;
}
.popular-products .slick-prev {
  background-image: url('/cdn/shop/files/left.png?v=1768513894');
}

.popular-products .slick-next {
  background-image: url('/cdn/shop/files/right.png?v=1768513895');
}
.slick-arrow {
    background-color: #26528d;
    padding: 16px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border: 0px;
    border-radius: 30px;
    position: absolute;
    top: -50px;
    right: 0;
}

.slick-arrow:hover {
    background-color: #0a82d3;
    cursor: pointer;
}

.slick-prev.slick-arrow {
    right: 70px;
}

.popular-products .card.card--standard.card--media {
    border: 1px solid #f0f9ff;
}

.popular-products .card.card--standard.card--media .card__media img {
    padding: 20px;
    background-color: #fafafa;
}
.catalog {
    background-image: none !important;
    position: relative;
}

.catalog:before {
    content: "";
    position: absolute;
    top: 50%;
    left: unset;
    width: 70%;
    height: 500px;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(38, 82, 141, 0.2), #ffffff);
}
.catalog .image-with-text__content {
    padding: 0px;
}

.color-darkblue a.button.button--primary {
    background-color: #26528d;
    border-color: #26528d;
}

.color-darkblue a.button.button--primary:hover {
    background-color: #2451c4;
}
.catalog .image-with-text__heading {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
}

.catalog .image-with-text__text {
    font-size: 14px;
    color: #222b33;
}
.inline-buttons {
    display: flex;
    gap:10px;
}
.catalog .button--secondary {
    border-radius: 3px;
}

.catalog .button {
    font-size: 12px !important;
}

/* Wrapper */
.product-tabs {
  margin-top: 48px;
}

/* Tabs header */
.product-tabs .tabs-header {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  margin-top: 24px;
  overflow-x: auto;
  justify-content: space-between;
}

/* Hide scrollbar (optional) */
.product-tabs .tabs-header::-webkit-scrollbar {
  display: none;
}
.product-tabs h2, .collapsible-content__heading {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    text-align: center;
}
/* Tab button */
.product-tabs .tab-btn {
  background: none;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-family: Poppins, sans-serif;
    color: #929292;
}

/* Active tab */
.product-tabs .tab-btn.active {
  color: #26528d;
  font-weight:700;
}

/* Active underline */
.product-tabs .tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #26528d;
}

/* Panels */
.product-tabs .tab-panel {
  display: none;
}

.product-tabs .tab-panel.active {
  display: block;
}

/* Product grid (Dawn compatible) */
.product-tabs .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.popular-products .product-card-wrapper:hover a {
    text-decoration: none;
}


.info-inner {
    max-width: 1490px;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(10, 130, 211, 0.1)   , #ffffff);
    border-radius: 100px;
    padding: 150px;
    position: relative;
    padding-top:375px;
}

.info-contact {
    padding: 60px;
    background-color: #fff;
    border-radius: 5px;
    border: 10px solid #e9f4fb2e;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    top: -100px;
    overflow: hidden;
    width: 100%;
    max-width: 1150px;
}

.info-section {
    padding-top: 180px;
}

.heading-cont h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    margin: 0;
    text-transform: uppercase;
}

.heading-cont h2.black {
    color: #222b33;
}
.heading-cont, .call-cont {
    max-width: 50%;
    width: 100%;
}

.button-cont, .email-cont {
    max-width: 50%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

img.vector1 {
    position: absolute;
    top: -55px;
    right: 210px;
    width: 200px;
    z-index: 0;
}
h4, h2, p {
    margin: 0px;
}

.call-cont a {
    color: #26528d;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}

.info-contact .row-two {
    padding-top: 50px;
    align-items: center;
}

.email-cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #3f4656;
    letter-spacing: -2px;
}

.email-cont a {
    font-weight: 600;
    color: #26528d;
    font-size: 20px;
    text-decoration: none;
}
img.shape1 {
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 100px;
    height: auto;
}

img.vector2 {
    position: absolute;
    left: -80px;
    border: 0;
    width: 150px;
    height: auto;
}
.about-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-cont > * {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.about-right {
    text-align: center;
    padding-top: 100px;
    background: linear-gradient(to bottom, rgba(10, 130, 211, 0.1), #ffffff00);
    border-radius: 100px;
}


.about-left h2, .stats-one h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    margin: 0;
}
.stats-one h2.white{
    color:#fff;
}
.about-left h2.black {
    color: #222b33;
}

.about-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 80px;
    background: linear-gradient(to right, rgba(10, 130, 211, 0.1), #ffffff00);
    border-radius: 100px;
}
.about-img:before {
    left: 50%;
    content: "";
    width: 90%;
    height: 20px;
    position: absolute;
    bottom: -26px;
    background: radial-gradient(circle, #000000, #000000, #86a8e700);
    opacity: 0.7;
    filter: blur(21px);
    transform: translateX(-50%);
}

.about-img {
    position: relative;
}
.stats-main {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.stats-main > * {
    flex: 0 0 25%;
    max-width: calc(25% - 15px);
}

.stats-section {
    padding: 80px 0px;
}

.bg-lightblue {
    background-color: #1588ea;
}
.stats-section {
    padding: 80px 0px;
}

.bg-lightblue {
    background-color: #1588ea;
}

.stats-two {
    text-align: left;
    padding-left:50px;
}

.stats-two h2 {
    font-size: 100px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
}
.stats-two h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.stats-one .button-cont {
    margin-top: 20px;
    text-align: left;
}
.video-with-text {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.video-with-text > * {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}
.video-text-col h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
}

.video-text-col h2.black {
    color: #222b33;
}
.video-text-col p {
    padding-top: 25px;
    
}
.video-text-list ul {
    padding: 0;
    column-count: 2;
    padding-left: 20px;
    border-left: 3px solid #1588ea;
}

.video-text-list ul li {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    gap: 10px;
}
.video-text-list p {
    padding: 0px;
    font-size: 18px;
}
.video-text-inner {
    position: absolute;
    top: -70px;
    right: 0;
    width: 48%;
    border: 10px solid #fff;
}

.video-with-text-main {
    position: relative;
    padding-top: 150px;
    padding-bottom:150px;
    background-color: #f4f9fe;
}
.video-with-text-main:before {
    content: "";
    background-color: #1588ea;
    width: 4px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}
.testi-header h2, .about-intro-inner h2, .about-product-inner h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    text-align: center;
}

.testi-header p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #222b33;
    margin-top: 10px;
}

.testi-body {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.testi-item-inner {
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    padding-top: 70px;
}

.testi-img {
    border: 2px solid #26528d;
    display: inline-block;
    border-radius: 60px;
    width: 73px;
    height: 73px;
    position: absolute;
    top: -35px;
}

.testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
    overflow: hidden;
}

.testi-message p {
    color: #4e4e4e;
    font-size: 15px;
}

.testi-footer h5 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #26528d;
}

.testi-footer p {
    color: #a3a3a3;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    text-transform:capitalize;
}
.testi-footer {
    padding-left: 35px;
    position: relative;
}

.testi-footer:before {
    content: "";
    background-image: url("/cdn/shop/files/quote.png?v=1768846296");
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-section {
    padding-bottom: 100px;
}
.testi-slider .slick-list {
    padding-top: 70px;
}
.testi-item {
    padding: 10px;
}

.testi-item {
    padding: 10px;
}

.testi-item.slick-slide.slick-active:nth-child(odd) {
    margin-top: 30px;
}

.testi-item.slick-slide.slick-current + .slick-active .testi-item-inner {
    border-color: #1588ea40;
    background-color: #fff;
    box-shadow: rgb(196 225 250 / 36%) 0px 7px 29px 0px;
}
.testi-slider .slick-arrow {
    top: 60%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0px;
    padding: 15px;
}

.testi-slider .slick-arrow.slick-prev {
    left: -40px;
    right: unset;
    background-image: url("/cdn/shop/files/testi-left.png?v=1768847524");
    background-size: 20px;
    background-repeat: no-repeat;
}

.testi-slider .slick-arrow.slick-next {
    left: unset;
    right: -40px;
    background-image: url(/cdn/shop/files/testi-right.png?v=1768847525);
    background-size: 20px;
    background-repeat: no-repeat;
}

.testi-slider .slick-arrow.slick-next:hover {
    background-color: #26528d;
}

.testi-slider .slick-arrow.slick-prev:hover {
    background-color: #26528d;
}
.footer-Cta-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-Cta-inner > * {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}
.footer-Cta-right{
    text-align:right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.phone-icon {
    background-color: #0a82d3;
    padding: 7px 15px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 60px;
}
.call-btn {
    gap: 10px;
}
.phone-icon img {
    width: 16px;
    height: 16px;
}

.footer-Cta-left-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 600px;
}

.footer-Cta-left-inner p {
    font-size: 14px;
    color: #fff;
}

.footer-Cta-left-inner p a {
    text-decoration: underline;
    color: #fff;
}

.footer-Cta-section {
    background-color: #222b33;
    padding: 40px 0px;
}
.footersocial .list-social__item svg path {
    fill: #fff;
}

.footersocial .list-social__item .icon {
    height: 2.5rem;
    width: 2.5rem;
}

.footersocial .list-social__link {
    border: 1px solid #fff;
    background-color: #394148;
    border-radius:3px;
}

.footersocial .footer__list-social {
    gap: 10px;
}
.my-footer .footer-block.grid__item:not(:first-child) {
    width: 16%;
}

.abt-text p {
    font-size: 14px;
    padding-right: 80px;
}

.cust-news .newsletter-form {
    margin-top: 30px;
    margin-left: 0;
}
.footer-block.grid__item a, .footer-block.grid__item p, .footer-block.grid__item li {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.imageslider {
    padding-bottom: 30px;
}
.footer-block__details-content li:before {
    content: "";
    background-image: url("/cdn/shop/files/rfft.png?v=1768864811");
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 12px;
    background-repeat: no-repeat;
}

.footer-block__details-content li {
    position: relative;
    padding-left: 20px !important;
    display: block;
}

.inline-richtext .footer-block__details-content li {
    display: block;
}

.footer-block__details-content ul {
    padding: 0px;
}
.footer__content-bottom-wrapper {
    justify-content: center;
}
.banner-section .image-with-text__content {
    padding-right: 20px;
}
.gallery-slider-image-inner {
    padding: 10px;
}
.gallery-slider-image-inner img {
    width: 100%;
    border-radius: 30px;
}

.gallery-slider .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-section {
    padding-bottom: 100px;
}
.glurb-slider-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    font-family: Poppins, sans-serif;
    text-align: center;
    margin:0px;
    padding-bottom:15px;
}
.glurb-slider-image img {
    padding: 20px;
    background-color: #fafafa;
    width: 100%;
    height: 353px;
    object-fit: cover;
    object-position: center;
}

.glurb-slider-slide {
    padding: 10px;
}

.glurb-slider-content {
       background-color: #f0f9ff;
       padding: 20px 20px;
}
.blurb-section.popular-products {
    padding-top: 100px;
}
.header__inline-menu .list-menu li:last-child {
    display: none;
}
.about-intro-inner {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 100px;
    border=r: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
}

.about-intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

img.top-right {
    position: absolute;
    top: -150px;
    right: 100px;
    z-index: -1;
}

img.bottom-left {
    position: absolute;
    left: 100px;
    bottom: -150px;
    z-index: -1;
}
.intro-text p {
    padding-top: 20px;
    color: #222b33;
}
.intro-text strong {
    font-weight: 400;
    color: #0982d3;
}
.about-product .intro-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.product-images {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.product-images .product-image {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 10px);
}

.product-image img {
    width: 100%;
}

.about-product {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7fcff;
}
.about-product-inner {
    text-align: center;
}

.about-product-inner a.button {
    margin-top: 40px;
}
.process {
    background-image: none !important;
}

.process .image-with-text__content {
    padding-left: 0px;
    padding-right: 20px;
}
.process h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    text-align: left;
}
.process .image-with-text__media {
    border: 5px solid #0a82d3;
}
.about-att .image-with-text__media-item {
    display: none;
}
.about-att h2.image-with-text__heading {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.about-att .image-with-text__text {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.about-att {
    background-attachment: initial;
}
.testimonial-section.about-testi {
    padding-top: 80px;
}
.abt-banner-section.banner-section {
    padding-top: 70px;
}
.about-att .image-with-text__content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.process .image-with-text__media {
    min-height: unset;
}
.contact-banner .image-with-text__media {
    display: none;
}

.contact-banner .image-with-text__heading {
    color: #26528d !important;
}

.contact-banner .image-with-text__text {
    margin: 0px;
}

.contact-banner .image-with-text__text p {
    color: #000;
}

.contact-banner.abt-banner-section.banner-section {
    padding-bottom: 160px;
}
.custom-select {
  position: relative;
  width: 100%;
}

.select-trigger {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Arrow */
.select-trigger i {
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}

/* Dropdown */
.select-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  padding: 6px;
  display: none;
  z-index: 20;
}

.select-options li {
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.select-options li:hover {
  background: #f0f6ff;
}
.cont-intro-inner h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
    text-align: center;
}
.cont-intro-text {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px;
}
.contact-intro-sec {
    background-color: #f4fbff;
    max-width: 1370px;
    margin-top: -70px;
    padding: 50px 50px;
}

.form-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-container .row .col-md-6 {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.form-container .row .col-md-6 input {
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

.form-container {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    padding: 70px;
    border: 5px solid #26528d;
}

.custom-select > * {
    font-family: Poppins, sans-serif;
    font-size: 16px;
}
.form-inner-heading {
    padding-top: 60px;
    padding-bottom: 30px;
}

.form-inner-heading h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
}
.cont-intro-text p {
    text-align: center;
}
.form-container .row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-container .row .col-lg-12 textarea {
    width: 100%;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.select-options li {
    display: block;
}
button.btnAcc {
    margin-top: 20px;
}
.contact-info-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 80px;
}

.contact-info-item {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 10px);
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.contact-info-item h4, .contact-info-item p, .contact-info-item a {
    font-size: 20px;
    color: #0a0a0a;
    font-family: Poppins, sans-serif;
    text-decoration: none;
}
.contact-info-item:hover {
    background-color: #26528d;
}

.contact-info-item:hover * {
    color: #fff;
}
.contact-form-section {
    padding-bottom: 50px;
}
.map-location iframe {
    width: 100%;
}
p.form-success {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #0a82d3;
    padding-bottom: 30px;
}
.product-card-wrapper {
    padding: 10px;
}
.card.card--standard.card--media .card__media img {
    padding: 20px;
    background-color: #fafafa;
}

.card--standard>.card__content {
    background-color: #f0f9ff;
    padding: 10px 20px;
}
.card__heading {
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    font-family: Poppins, sans-serif;
    text-align: center;
}

.card__content .price {
    border: 2px solid #26528d;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    text-align: center;
    margin-top: 20px !important;
}

.card--standard>.card__content .card__information {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.card.card--standard.card--media .card__media {
    height: 250px;
}

.card__inner.color-scheme-2.gradient.ratio {
    height: 250px;
}

.card.card--standard.card--media .card__media img {
    height: 100%;
    object-fit: contain;
}
.popular-products .card.card--standard.card--media .card__media img{
    object-fit:cover;
}
.product-tabs {
  margin-top: 40px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.tab-btn {
  background: none;
  border: none;
  padding: 14px 20px;
  font-size: 15px;
  cursor: pointer;
  color: #666;
  border-bottom: 2px solid transparent;
}

.tab-btn.active {
  color: #000;
  border-color: #0a82d3;
  font-weight: 600;
}

.tab-content {
  padding-top: 20px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}
.product-tab-single {
    margin-top: 50px;
}

.product-tabs-desc .tab-buttons {
    gap: 100px;
}

.product-tabs-desc .tab-buttons .tab-btn {
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-family: Poppins, sans-serif;
    color: #26528d;
}

product-tab-single .tab-panel h2 {
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #26528d;
}

.product-tab-single .tab-panel h2 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #26528d;
    margin-bottom: 10px;
    margin-top:10px;
}

.product-tab-single .tab-panel p {
    font-size: 16px;
}

.related-products__heading {
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #26528d;
}
.product-inquiry-btn {
  margin-top: 15px;
  width: 100%;
}

.product-inquiry-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.product-inquiry-modal.active {
  display: block;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal-box {
  position: relative;
  max-width: 420px;
  background: #fff;
  margin: 10vh auto;
  padding: 24px;
  border-radius: 12px;
  z-index: 2;
}

.modal-box h3 {
  margin-bottom: 15px;
}

.modal-box label {
  display: block;
  margin: 10px 0 5px;
  font-size: 14px;
}

.modal-box input,
.modal-box textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
p.product-inquiry-btn {
    font-size: 14px;
    color: #26528d;
    font-weight: 600;
}
div#shopify-block-AVWZUbExHSTZtYlNqW__wishlist_plus_wishlist_pdp_button_YxpEDy {
    display: none;
}
p.product-inquiry-btn:hover {
    color: #000;
    cursor: pointer;
}
div#productInquiry {
    background-color: #000000c2;
}

.product-inquiry-modal h3 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #26528d;
}
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.banner-collection .slideshow__text.banner__box {
    max-width: 100%;
}
.facets__disclosure-vertical {
    border: 0px;
}

.facets__disclosure-vertical span.facets__and-helptext {
    display: none !important;
}

.facets-vertical .facets__summary div {
    font-size: 16px;
    font-weight: 600;
}

.facets-wrap-vertical {
    padding: 0px;
}

.facets__item {
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #f5f9fa;
}

.facets-vertical .facets__summary {
    padding: 10px;
    background-color: #0a82d3;
    margin-bottom: 10px;
    color: #fff !important;
}

.facets__summary .icon-caret {
    right: 10px !important;
}
.facets-wrap-vertical {
    width: 100%;
    margin: 0px;
}
span.facet-checkbox__text {
    font-size: 0px;
}

span.facet-checkbox__text-label {
    font-size: 14px;
    color: #000;
}

span.facet-checkbox__text-label:hover, .facets__label:hover .facet-checkbox__text-label {
    text-decoration: none !important;
}

span.facet-checkbox__text-label:hover {
    color: #26528d;
}
.one-column-list .video-text-list ul {
    column-count: 1;
}

.inline-btn button.button--secondary, .inline-btn .button--secondary {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.inline-btn button.button--secondary:hover, .inline-btn .button--secondary:hover {
    border-color: #0a82d3;
}
.inline-buttons {
    width: 100%;
}

.inline-btn .inline-buttons {
    flex-direction: row;
    justify-content:flex-start;
}
.inline-buttons {
    justify-content:center;
}
.process .inline-buttons {
    justify-content: left;
}
.residential-video-sec .video-text-list p {
    font-size: 16px;
}

.residential-video-sec h3 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #26528d;
}
.content p strong {
    color: #26528d;
}

.content {
    margin-bottom: 10px;
}
.video-with-text-main.residential-video-sec {
    padding-top: 50px;
}
.collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1600px;
    padding: 0px 50px;
}

.collapsible-content .grid__item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: flex-start;
}



.collapsible-content .grid__item .accordion {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.collapsible-content .grid__item summary {
    background-color: #f8fcff;
}

.collapsible-content .grid__item summary h3 {
    color: #26528d;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.collapsible-content .grid__item .accordion__content {
    background-color: #f8fcff;
    margin: 0px;
    padding: 20px !important;
}

.collapsible-content .grid__item summary[aria-expanded="true"] {
    background-color: #26528d;
    color: #fff;
}

.collapsible-content .grid__item summary[aria-expanded="true"] h3 {
    color: #fff;
}
.collapsible-content .grid__item .accordion details[open] {
    border-bottom: 2px solid #26528d;
}
.collapsible-content summary:hover {
    background: #26528d !important;
    color: #fff;
}
.collapsible-content .grid__item .accordion:nth-child(2) {
    margin-top: 0px !important;
}
.collapsible-content summary:hover h3 {
    color: #fff;
    text-decoration: none !important;
}
.product-tabs .tab-btn {
    flex: 0 0 32%;
     max-width: calc(32% - 10px);
}
.product__info-wrapper h1 {
    color: #26528d;
}

.shopify-payment-button__button--unbranded {
    background-color: #0a82d3 !important;
    font-weight: 600;
    border-color:#0a82d3 !important;
}
.shopify-payment-button__button--unbranded:hover {
    background-color: #26528d !important;
    border-color:#26528d !important;
}
.price__regular .price-item--regular {
    font-weight: 600;
    color: #26528d;
}
.shopify-payment-button__button--unbranded:before, .shopify-payment-button__button--unbranded:after {
    display:none;
}
button#swym-atw-pdp-button {
    font-size: 14px !important;
    background-color: transparent;
    color: #000 !important;
    padding: 0px;
    justify-content: flex-start;
    gap: 0;
}

button#swym-atw-pdp-button span#swym-atw-pdp-button-text {
    color: #26528d;
}
.swym-header-launcher svg {
    color: #fff;
    font-weight: 700;
}
.swym-storefront-layout-root-component {
    max-width: 1510px;
    margin: 0 auto;
    padding: 10px;
}
.custom-banner .banner:after, .custom-banner .banner__media:after {
    background: #26528d;
}
.catalog .inline-buttons {
    justify-content: flex-start;
}
.custom-order-process {
    background-color: #f7fcff;
}

.custom-order-process .image-with-text__text ul {
    padding: 0px;
}

.custom-order-process .image-with-text__text ul li {
    display: block;
    padding-left: 21px;
    padding-bottom: 10px;
    position: relative;
}

.custom-order-process .image-with-text__text ul li:before {
    content: "";
    background-image: url("/cdn/shop/files/arrowe.png?v=1768606338");
    position: absolute;
    left: 0;
    top: 9px;
    width: 11px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-order-process .image-with-text__media--medium {
    height: 100%;
}
.custom-order-process.bg-white {
    background: #fff;
}
.cart__warnings a.button, button#checkout {
    background-color: #26528d;
}
@media(max-width:1550px){
    .header-middle-cust.header__icons {
        max-width: 510px;
    }
    .header-middle-cust.header__icons a.header__icon.header__icon--account {
        line-height: 1.5em;
    }
    span.full-w {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotline a > span {
        display: flex;
        flex-wrap: wrap;
    }
}

@media(max-width:1400px){
    p.announcement-bar__message.h5 {
        font-size: 13px;
    }

    .link, .customer a {
        font-size: 13px;
    }

    .header__inline-menu .list-menu__item {
        padding-right: 20px;
    }

    .header-middle-cust.header__icons {
        gap: 25px;
    }

    .header:not(.drawer-menu).page-width, .page-width {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .header-middle-cust.header__icons a.header__icon.header__icon--account:before {
        right: -15px;
    }

    .header--middle-left {
        gap: 6px;
    }

    .custom-select-button {
        font-size: 13px;
    }

    p.cat-left {
        font-size: 13px;
    }

    .menu-cart-bottom {
        max-width: 15%;
    }

    .menu-search {
        max-width: 70%;
    }

    .menu-cat {
        max-width: 210px;
    }
    .banner-section .image-with-text__content {
        padding: 0px !important;
        padding-top: 40px !important;
    }

    .banner-section h2.image-with-text__heading {
        font-size: 60px;
        line-height: 1em;
    }

    .banner-section .image-with-text__text p {
        font-size: 14px;
    }

    a.button.button--primary, .button.button--primary {
        font-size: 13px;
    }

    .banner-section.gradient {
        padding: 80px 0px;
    }
    .popular-products h2.title {
        font-size: 32px;
    }

    .slick-arrow {
        background-size: 20px;
    }

    .popular-products .card__heading, .glurb-slider-content h3 {
        font-size: 18px;
    }

    button.button--secondary, .button--secondary {
        font-size: 16px;
    }

    .popular-products .card--standard>.card__content {
        padding: 8px 15px;
    }

    .popular-products {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    .catalog .image-with-text__heading {
        font-size: 32px;
    }

    .catalog .image-with-text__text {
        font-size: 13px;
    }

    .product-tabs {
        margin-top: 0px;
    }

    .product-tabs h2, .collapsible-content__heading {
        font-size: 32px;
    }

    .info-contact {
        max-width: 80%;
        padding: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .heading-cont h2 {
        font-size: 32px;
    }

    .call-cont a {
        font-size: 32px;
    }

    .color-darkblue a.button.button--primary {
        font-size: 13px;
    }

    .email-cont h4 {
        font-size: 22px;
    }

    .email-cont a {
        font-size: 18px;
    }

    img.vector1 {
        right: 144px;
    }

    .info-inner {
        padding: 90px;
        padding-top: 290px;
        border-radius: 70px;
    }

    .about-left {
        padding: 50px;
        border-radius: 70px;
    }

    .about-left h2, .stats-one h2 {
        font-size: 32px;
    }

    .about-left p {
        font-size: 13px;
    }

    .about-right {
        border-radius: 70px;
        padding-top: 40px;
    }

    .stats-one h2.white {
        font-size: 30px;
    }

    .stats-two h2 {
        font-size: 75px;
    }

    .stats-two h4 {
        font-size: 15px;
    }

    .button-cont, .email-cont {
        max-width: 60%;
    }

    .catalog .inline-buttons{
        flex-direction: column;
    }

    .video-text-col h2 {
        font-size: 32px;
    }

    .video-text-col p {
        font-size: 13px;
    }

    .video-with-text-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testi-header h2, .about-intro-inner h2, .about-product-inner h2 {
        font-size: 32px;
    }

    .testi-header p {
        font-size: 13px;
    }

    .testimonial-section {
        padding-top: 60px;
    }

    .testi-message p {
        font-size: 14px;
    }

    .testi-item-inner {
        padding: 10px;
        padding-top: 50px;
    }

    .testi-slider .slick-arrow.slick-prev {
        left: -26px;
    }

    .testi-slider .slick-arrow.slick-next {
        right: -26px;
    }
    .popular-products.chosen {
        padding-bottom: 60px !important;
    }
    .catalog:before{
        height:430px;
    }
    .catalog .image-with-text__media img {
        object-fit: contain;
    }
    .header-middle-cust.header__icons {
        max-width: 370px;
    }
    .header-middle-cust.header__icons a.header__icon.header__icon--account, .hotline a {
        font-size: 11px;
    }
    .popular-products.gallery-section {
        padding-bottom: 100px !important;
    }
    .glurb-slider-image img {
        height: 300px;
    }
    .about-intro {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-intro-inner {
        max-width: 100%;
        padding: 70px;
    }

    .intro-text p {
        font-size: 14px;
    }

    .about-product {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .process h2 {
        font-size: 32px;
    }

    .process .image-with-text__text p {
        font-size: 14px;
    }

    .about-att h2.image-with-text__heading {
        font-size: 32px;
    }

    .about-att .image-with-text__text p {
        font-size: 14px;
    }

    .about-att.section-template--17725352804446__image_with_text_JtbaUA-padding.gradient.color-scheme-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .cont-intro-inner h2 {
        font-size: 32px;
    }

    .cont-intro-text p {
        font-size: 15px;
    }

    .form-inner-heading h2 {
        font-size: 32px;
    }

    .contact-info-item h4, .contact-info-item p, .contact-info-item a {
        font-size: 18px;
    }
    .form-container .row .col-md-6 input {
        font-size: 15px;
    }
    .custom-select > * {
        font-size: 15px;
    }
    .collection .grid--4-col-desktop .grid__item {
        width: calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
    .contact-intro-sec{
        max-width:95%;
    }
    .inline-btn button.button--secondary, .inline-btn .button--secondary {
        font-size: 13px;
    }
    .residential-video-sec h3 {
        font-size: 27px;
    }

    .residential-video-sec .video-text-list p {
        font-size: 15px;
    }

    .collapsible-content .grid__item .accordion__content {
        font-size: 15px;
    }

    .collapsible-content .grid__item summary h3 {
        font-size: 15px;
    }

    .section-template--17746298601566__collapsible_content_nWYzat-padding {
        padding-top: 80px !important;
    }
    .custom-order-process .image-with-text__text ul li {
        font-size: 15px;
    }
    .custom-catalog.catalog .image-with-text__media img {
        object-fit: cover;
    }
}
@media(max-width:1200px){
    .header-middle-cust.header__icons a.header__icon.header__icon--account {
        font-size: 0px;
    }

    .hotline a {
        font-size: 0;
    }

    .header-middle-cust.header__icons a.header__icon.header__icon--account:before {
        right: -5px;
    }

    .menu-cat {
        max-width: 186px;
    }

    form.advanced-search-form {
        width: 95%;
        gap: 15px;
    }

    .custom-select-button {
        font-size: 12px;
    }

    .menu-search .search-btn {
        gap: 5px;
        padding: 0px 10px;
    }
    .custom-select-options li {
        font-size: 13px;
    }
    .custom-select-options li {
        font-size: 13px;
    }

    .banner-section h2.image-with-text__heading {
        font-size: 55px;
    }

    .banner-section .image-with-text__text p {
        font-size: 13px;
    }

    .popular-products h2.title {
        font-size: 30px;
    }

    .slick-arrow {
        background-size: 15px;
        padding: 15px 30px;
    }

    .popular-products .card__heading, .glurb-slider-content h3 {
        font-size: 16px;
    }

    button.button--secondary, .button--secondary {
        font-size: 14px;
        min-height: 40px;
    }

    .catalog .image-with-text__heading {
        font-size: 30px;
    }

    .catalog .image-with-text__media img {
        object-fit: contain;
    }

    .catalog {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .banner-section.gradient {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .banner-section .image-with-text__content {
        padding: 0px !important;
    }
    .image-with-text__media--large {
        height: 55rem;
    }

    .product-tabs h2, .collapsible-content__heading {
        font-size: 30px;
    }

    .product-tabs .tab-btn {
        font-size: 14px;
    }

    .heading-cont h2 {
        font-size: 30px;
    }

    .info-contact {
        max-width: 90%;
        padding: 30px;
    }

    img.vector1 {
        top: -100px;
        right: 123px;
    }

    .call-cont a {
        font-size: 30px;
    }

    .email-cont h4 {
        font-size: 20px;
    }

    .info-inner {
        padding: 40px;
        padding-top: 230px;
        border-radius: 40px;
    }

    .about-left {
        padding: 30px;
        border-radius: 40px;
    }

    .about-left h2, .stats-one h2 {
        font-size: 30px;
    }

    .about-right {
        border-radius: 40px;
    }

    .about-img:before {
        bottom: 0px;
    }

    .about-img img {
        max-width: 80%;
    }

    a.button.button--primary, .button.button--primary {
        min-height: 40px;
    }

    .stats-one h2.white {
        font-size: 24px;
    }

    .stats-two h2 {
        font-size: 60px;
    }

    .stats-two h4 {
        font-size: 13px;
    }

    .button, .shopify-challenge__button, .customer button {
        padding: 0px 1rem;
    }

    .video-text-col h2 {
        font-size: 30px;
    }

    .video-text-col p {
        padding-top: 10px;
    }

    .video-text-list ul {
        padding-left: 10px;
    }

    .video-text-col ul p {
        padding: 0px;
    }

    .testi-header h2, .about-intro-inner h2, .about-product-inner h2 {
        font-size: 30px;
    }

    .testi-slider .slick-list {
        padding-top: 50px;
    }

    .testi-message p {
        font-size: 13px;
    }

    .testimonial-section {
        padding-bottom: 60px;
    }

    .footer-Cta-left-inner p {
        font-size: 13px;
    }

    .footer-block.grid__item a, .footer-block.grid__item p, .footer-block.grid__item li {
        font-size: 13px;
    }

    .newsletter-form__field-wrapper .field__input {
        font-size: 13px;
    }

    .footer__column.footer__column--info {
        display: none;
    }

    .footer__content-bottom {
        padding-top: 0px !important;
    }

    .abt-text p {
        padding-right: 20px;
    }

    .cust-news {
        padding-right: 40px;
    }
    .catalog .image-with-text__media--large {
        height: unset;
    }
    .popular-products {
        padding-bottom: 50px;
    }
    .process h2 {
        font-size: 30px;
    }

    .about-att h2.image-with-text__heading {
        font-size: 30px;
    }
    .cont-intro-inner h2 {
        font-size: 30px;
    }

    .cont-intro-text p {
        font-size: 14px;
    }

    .form-container .row .col-md-6 input {
        font-size: 14px;
    }

    .form-inner-heading h2 {
        font-size: 30px;
    }

    .form-inner-heading {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .custom-select > * {
        font-size: 14px;
    }

    .contact-info-item {
        padding: 20px;
    }

    .contact-info-item h4, .contact-info-item p, .contact-info-item a {
        font-size: 16px;
    }

    .form-container {
        padding: 50px;
    }

    .contact-intro-sec {
        max-width: 95%;
    }
    .contact-info-items {
        margin-top: 50px;
    }
    .collection .grid--4-col-desktop .grid__item {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .card.card--standard.card--media .card__media {
        height: unset;
    }
    .card__inner.color-scheme-2.gradient.ratio
    {
        height: unset;
    }
    .residential.banner-collection .slideshow__text.banner__box {
        padding: 0px !important;
    }

    .residential .banner.banner--small {
        min-height: 300px;
    }
    .residential.banner-collection .slideshow__text.banner__box {
        padding: 0px !important;
    }

    .residential .banner.banner--small {
        min-height: 300px;
    }

    .facets-vertical .facets__summary div {
        font-size: 15px;
    }

    .section-template--17746298601566__collapsible_content_nWYzat-padding {
        padding-top: 70px !important;
    }

    .collapsible-content .grid__item .accordion__content {
        font-size: 14px;
    }
    .custom-order-process .image-with-text__text ul li {
        font-size: 14px;
    }
}
@media(max-width:989px){
    .header--middle-left {
        grid-template-columns: 1fr 2fr 1fr;
    }

    .header-middle-cust.header__icons a.header__icon.header__icon--account.small-hide {
        display: flex !important;
    }

    .header-middle-cust.header__icons {
        gap: 16px;
    }
    .hotline {
        width: 14px;
    }

    .header-middle-cust.header__icons a.header__icon.header__icon--account:before {
        right: 0px;
    }
    /* .header-bottom-main {
        display: none;
    } */
    .menu-cart-bottom  .header__icon--cart {
        display: flex !important;
        padding: 0px;
    }

    .header__icon--cart path {
        fill: #2451c4;
    }

    .header__icon--cart {
        background-color: transparent;
    }

    .header__icon .svg-wrapper {
        width: 30px;
    }

    .desktop-localization-wrapper {
        display: none;
    }

    .menu-cart-bottom {
        max-width: 30px;
    }
    .menu-cart-bottom:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #e9eaeb;
        position: absolute;
        top: 0;
        left: -4px;
    }

    .menu-cart-bottom {
        position: relative;
    }
    .banner-section h2.image-with-text__heading {
        font-size: 43px;
    }

    .banner-section .image-with-text__text {
        margin-top: 0;
    }

    .banner-section.gradient {
        padding-bottom: 50px;
    }
    slider-component.page-width {
        padding: 0 3rem !important;
    }

    .popular-products h2.title {
        font-size: 28px;
    }

    .popular-products .card__heading, .glurb-slider-content h3 {
        font-size: 15px;
    }

    .catalog .image-with-text__media-item {
        padding-right: 0;
    }

    .catalog .image-with-text__heading {
        font-size: 28px;
    }

    .catalog .image-with-text__content>*+* {
        margin-top: 10px;
    }

    .catalog {
        padding: 0px !important;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .catalog:before {
        height: 410px;
    }
    .catalog .button {
        font-size: 11px !important;
    }
    .popular-products {
        padding-bottom: 20px !important;
    }
    .product-tabs h2, .collapsible-content__heading {
        font-size: 28px;
    }

    .product-tabs .product-grid {
        gap: 0;
    }

    .info-section {
        padding-top: 130px;
    }

    .info-contact {
        padding: 15px;
    }

    .heading-cont h2 {
        font-size: 24px;
    }

    .call-cont a {
        font-size: 28px;
    }

    .email-cont h4 {
        font-size: 18px;
    }

    .email-cont a {
        font-size: 16px;
    }

    img.vector1 {
        right: 0;
    }

    .info-contact .d-flex {
        align-items: flex-end;
    }

    .info-inner {
        padding: 30px;
        padding-top: 160px;
        border-radius: 25px;
    }

    .about-left {
        padding: 18px;
        border-radius: 25px;
        gap: 7px;
        justify-content:center;
    }

    .about-left h2, .stats-one h2 {
        font-size: 28px;
    }

    .about-right {
        border-radius: 25px;
    }
    .stats-two h2 {
        font-size: 44px;
    }

    .stats-one h2.white {
        font-size: 23px;
    }

    .stats-main {
        gap: 10px;
    }

    .stats-section {
        padding: 50px 0px;
    }

    .stats-main .stats-one {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .video-text-inner {
        border-width: 5px;
        top: -20px;
        position: relative;
        top: unset;
    }

    .video-text-col h2 {
        font-size: 26px;
    }

    .testimonial-section {
        padding-top: 40px;
    }

    .testi-header h2, .about-intro-inner h2, .about-product-inner h2 {
        font-size: 28px;
    }

    .testi-img {
        width: 50px;
        height: 50px;
    }

    .testi-item-inner {
        padding-top: 30px;
    }

    .testi-footer h5 {
        margin-top: 20px;
    }

    .footersocial .list-social__link {
        padding: 7px;
    }
    .glurb-slider-image img {
        height: 250px;
    }
    .menu-cat {
        display: none;
    }

    .menu-search {
        width: 100%;
        max-width: 100%;
    }

    .custom-select-wrapper {
        display: none;
    }

    .menu-search .search-btn {
        padding: 15px 10px;
        max-width: 150px;
    }

    form.advanced-search-form {
        gap: 5px;
    }

    .menu-search input.search-input {
        max-width: 59%;
        padding: 10px;
    }
    .process h2 {
        font-size: 30px;
    }

    .about-att h2.image-with-text__heading {
        font-size: 30px;
    }

    .about-intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-intro-inner {
        padding: 70px 40px;
    }

    img.top-right {
        right: 10px;
        opacity: 0.5;
    }

    img.bottom-left {
        left: 10px;
        opacity: 0.5;
    }

    .about-product {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .intro-text p {
        padding-top: 10px;
    }

    .process h2 {
        font-size: 28px;
    }

    .about-att h2.image-with-text__heading {
        font-size: 28px;
    }

    .about-att.section-template--17725352804446__image_with_text_JtbaUA-padding.gradient.color-scheme-1 {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .about-att .image-with-text__text {
        margin-top: 10px;
    }
    .contact-info-items {
        margin-top: 50px;
    }

    .cont-intro-inner h2 {
        font-size: 28px;
    }

    .form-container {
        padding: 50px 30px;
    }

    .form-inner-heading h2 {
        font-size: 28px;
    }

    .custom-select > * {
        text-align: left;
        padding: 0px;
    }

    .contact-info-item {flex: 0 0 100%;max-width: 100%;text-align: center;}

    .contact-info-item h4, .contact-info-item p, .contact-info-item a {
        font-size: 14px;
    }
    .card__heading {
        font-size: 14px;
    }

    .card__content .price {
        font-size: 14px;
    }
    .facet-checkbox {
        font-size: 12px;
    }
    .residential .banner__heading.inline-richtext {
        font-size: 45px;
    }

    .residential.banner-collection .slideshow__text.banner__box {
        font-size: 15px;
    }

    span.facet-checkbox__text-label {
        font-size: 13px;
    }

    .collapsible-content .grid__item summary h3 {
        font-size: 14px;
    }

    .collapsible-content .collapsible-content-wrapper-narrow {
        padding: 0px 30px;
    }

    .section-template--17746298601566__collapsible_content_nWYzat-padding {
        padding: 50px 0px 20px !important;
    }
    .swym-header-launcher {
        display: none;
    }
    .custom-catalog.catalog .image-with-text__media-item {
        padding-right: 20px;
    }
    .custom-catalog.catalog .image-with-text__media img {
        object-fit: cover;
    }

}
@media(max-width:749px){
    .banner-section .image-with-text__grid--reverse {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .banner-section .image-with-text__content {
        align-items: center;
        text-align: center;
    }

    .banner-section.gradient {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .banner-section .image-with-text__media.global-media-settings img {
        object-fit: contain;
    }

    .popular-products h2.title {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .popular-products {
        padding: 50px 0px !important;
    }

    .popular-products .collection__title {
        margin-bottom: 18px;
    }

    .catalog:before {
        width: 100%;
        height: 100%;
    }

    .catalog .image-with-text__media--large {
        height: 400px;
    }

    .catalog {
        margin: 0px;
        padding: 50px 0px !important;
    }

    .catalog .image-with-text__content {
        align-items: center;
        text-align: center;
    }

    .product-tabs h2, .collapsible-content__heading {
        font-size: 25px;
    }

    .catalog .image-with-text__heading {
        font-size: 25px;
    }

    .info-contact .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    img.vector1 {
        z-index: -1;
        opacity: 0.5;
    }

    .heading-cont, .call-cont {
        text-align: center;
        max-width: 100%;
    }

    .info-contact .row-two {
        padding-top: 30px;
    }

    .info-section {
        padding-top: 100px;
    }

    .info-inner {
        border-radius: 20px;
        padding: 20px;
        padding-top: 260px;
    }
    .about-left h2, .stats-one h2 {
        font-size: 25px;
    }

    .about-cont {
        flex-direction: column;
    }

    .about-left {
        max-width: 100%;
        text-align: center;
        align-items: center;
        border-radius: 20px;
    }

    .about-right {
        border-radius: 20px;
        max-width: 100%;
    }

    .about-img img {
        max-width: 80%;
    }

    .about-img:before {
        border: 20px;
        width: 50%;
        height: 10px;
    }

    .stats-main .stats-one {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .stats-main {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .button-cont, .email-cont {
        max-width: 100%;
        text-align: center !important;
    }

    .stats-two {
        padding: 0px;
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 15px);
        text-align: center;
    }

    .stats-two h2 {
        font-size: 40px;
    }

    .video-with-text {
        flex-direction: column;
    }

    .video-with-text > * {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .video-text-col h2 {
        font-size: 24px;
    }

    .testimonial-section {
        padding-top: 0px;
    }

    .testi-header h2, .about-intro-inner h2, .about-product-inner h2 {
        font-size: 25px;
    }

    .testi-slider .slick-list {
        padding-top: 30px;
    }

    .testi-item.slick-slide.slick-active:nth-child(odd) {
        margin: 0px;
    }

    .footer-Cta-inner {
        flex-direction: column;
    }

    .footer-Cta-inner > * {
        flex:  0 0 100%;
        max-width: 100%;
    }

    footer.my-footer {
        padding-top: 0px !important;
    }

    .footer-block__details-content {
        margin-bottom: 0px !important;
    }

    .abt-text p {
        text-align: center;
        padding: 0px;
    }

    .cust-news {
        padding: 0px;
    }

    .my-footer .footer-block.grid__item:not(:first-child) {
        width: 100%;
        text-align: center;
    }

    .footer-block__details-content li a{
        justify-content: center;
    }

    .footer-block__details-content li:before {
        display: none;
    }

    .footer-block__heading {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }
    
    .glurb-slider-image img {
        height: 200px;
    }
    .about-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-intro-inner {
        padding: 60px 20px;
    }

    img.top-right {
        top: -50px;
        max-width: 80px;
    }

    img.bottom-left {
        max-width: 100px;
        bottom: -70px;
    }
    .about-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-intro-inner {
        padding: 60px 20px;
    }

    img.top-right {
        top: -50px;
        max-width: 80px;
    }

    img.bottom-left {
        max-width: 100px;
        bottom: -70px;
    }

    .about-product {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-product-inner a.button {
        margin-top: 20px;
    }

    .process h2 {
        font-size: 25px;
    }

    .process .image-with-text__content {
        padding-right: 0px;
        padding-bottom: 0;
    }

    .process .image-with-text__text {
        margin-top: 10px;
    }

    .process .inline-buttons {
        margin-top: 0px;
    }

    .about-att.section-template--17725352804446__image_with_text_JtbaUA-padding.gradient.color-scheme-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-att .image-with-text__content {
        padding: 0px;
    }

    .about-att .image-with-text__text {
        text-align: center;
    }

    .about-att h2.image-with-text__heading {
        font-size: 25px;
    }
    .contact-banner.abt-banner-section.banner-section {
        background-position: left !important;
        position: relative;
        padding-bottom: 100px !important;
    }

    .contact-banner.abt-banner-section.banner-section:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.8;
    }
    .contact-intro-sec {
        position: relative;
        z-index: 1;
    }
    .form-container {
        padding: 30px 15px;
    }

    .form-inner-heading h2 {
        font-size: 25px;
    }
    .form-container .row .col-lg-12 textarea {
        font-size: 14px;
    }

    .form-container .row .col-md-6.specific {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-location iframe {
        height: 400px;
    }
    .inline-btn .inline-buttons {
        justify-content: center;
    }
    .product-tabs .tab-btn {
        flex: initial;
        max-width: unset;
    }
    .residential .banner__heading.inline-richtext {
        font-size: 40px;
    }

    .residential.banner-collection .slideshow__text.banner__box {
        font-size: 14px;
        padding: 0px 10px !important;
    }

    .residential-video-sec .video-text-list p {
        font-size: 13px;
    }

    .residential-video-sec h3 {
        font-size: 22px;
    }

    .collapsible-content .grid__item .accordion {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px;
    }
    .custom-order-process .image-with-text__media--medium {
        height: 500px;
    }
    .custom-order-process .image-with-text__text ul li {
        font-size: 14px;
    }
    .custom-catalog.catalog .image-with-text__media-item {
        padding: 0;
        padding-bottom: 20px;
    }
    
}
/* Tablet */
@media (max-width: 1024px) {
  .product-tabs .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 749px) {
  .product-tabs .tabs-header {
    gap: 20px;
  }

  .product-tabs .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .popular-products.gallery-section {
        padding-bottom: 70px !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
  .product-tabs .product-grid {
    grid-template-columns: 1fr;
  }
  .header-middle-cust.header__icons {
        gap: 10px;
        padding: 0px;
    }

    .header:not(.drawer-menu).page-width, .page-width {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-menu__item {
        font-size: 13px !important;
    }
    footer.my-footer {
        border: none !important;
    }
    .utility-bar__grid.page-width {
        padding-left: 5px;
        padding-right: 5px;
    }

    p.announcement-bar__message.h5 {
        font-size: 10px;
    }

    .header-middle-cust.header__icons a.header__icon.header__icon--account.small-hide {
        display: none !important;
    }

    .banner-section h2.image-with-text__heading {
        font-size: 35px;
    }

    .popular-products h2.title {
        text-align: center;
    }

    slider-component.page-width {
        padding: 0px 10px !important;
    }

    .slick-arrow {
        top: unset;
        bottom: -35px;
    }

    .slick-prev.slick-arrow {
        right: unset;
        left: 40%;
        transform: translateX(-50%);
    }

    .slick-arrow.slick-next {
        right: unset;
        transform: translateX(-50%);
        left: 60%;
    }

    .popular-products .collection__title {
        margin-bottom: 0px !important;
    }
    .catalog .image-with-text__media--large{
        height:280px;
    }
    .product-tabs .tab-btn {
        font-size: 12px;
    }

    .stats-two h2 {
        font-size: 32px;
    }

    .stats-two h4 {
        font-size: 12px;
    }

    .video-text-list ul {
        column-count: 1;
    }

    .testimonial-section {
        padding-top: 30px;
    }

    .testi-slider .slick-arrow.slick-next, .testi-slider .slick-arrow.slick-prev {
        transform: none;
        top: unset;
        left: unset;
        right: unset;
        bottom: -30px;
    }

    .testi-slider .slick-arrow.slick-next {
        left: 57%;
        transform: translateX(-50%);
    }

    .testi-slider .slick-arrow.slick-prev {
        left: 43%;
        transform: translateX(-50%);
    }

    .footer-block__details-content li {
        padding-left: 0px !important;
    }

    .footer__content-top {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header__inline-menu .list-menu li:last-child {
        display: block;
    }
    .menu-search .search-btn {
        padding: 10px;
    }
    .intro-text p {
        font-size: 13px;
    }

    .about-intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-intro-inner {
        padding: 50px 10px;
    }

    .about-product {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product-images {
        padding-top: 20px;
    }

    .product-images .product-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-template--17725352804446__image_with_text_VpAaMR-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .process .image-with-text__content {
        padding-top: 20px;
    }

    .process .image-with-text__text p {
        font-size: 13px;
    }

    .about-att.section-template--17725352804446__image_with_text_JtbaUA-padding.gradient.color-scheme-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-att .image-with-text__text p {
        font-size: 13px;
    }
    .map-location iframe {
        height: 300px;
    }

    .form-container .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-inner-heading {
        padding-top: 30px;
    }

    .form-inner-heading h2 {
        font-size: 20px;
    }

    .cont-intro-inner h2 {
        font-size: 25px;
    }

    .cont-intro-text p {
        font-size: 13px;
    }

    .form-container {
        padding: 30px 10px;
        border-width: 2px;
    }
    .testimonial-section.about-testi.contact-testi {
        padding-top: 50px;
    }
    .form-container .row .col-md-6 input {
        font-size: 13px;
    }

    .custom-select > * {
        font-size: 13px;
    }

    .form-container .row .col-lg-12 textarea {
        font-size: 13px;
    }
    .collection .grid--4-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .card__heading {
        font-size: 13px;
    }

    .card__content .price {
        font-size: 13px;
    }
    .modal-box {
        max-width: 90%;
    }
    .product-tab-single .tab-panel p, .product-tab-single .tab-panel li {
        font-size: 13px;
    }
    .product-tab-single {
        margin: 0px;
    }
    .product-tabs-desc .tab-buttons {
        gap: 50px;
    }
    .inline-btn button.button--secondary, .inline-btn .button--secondary {
        font-size: 13px;
    }
    .inline-btn .inline-buttons {
        flex-direction: column;
        width: unset;
    }
    .residential .banner__heading.inline-richtext {
        font-size: 35px;
    }

    .collapsible-content .collapsible-content-wrapper-narrow {
        padding: 0px 10px;
    }

    .collapsible-content .grid__item .accordion__content {
        font-size: 13px;
    }

    .collapsible-content .grid__item .accordion__content {
        padding: 10px !important;
    }
    .modal-box {
        margin-top: 10px;
    }
    .custom-order-process .image-with-text__media--medium {
        height: 300px;
    }
    .custom-order-process .image-with-text__text ul li {
        font-size: 13px;
    }
    .custom-banner .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 16rem;
    }
    .custom-catalog.catalog .image-with-text__media-item {
        padding-bottom: 0;
    }
    nav.breadcrumbs {
        font-size: 12px;
    }

}

