/** Shopify CDN: Minification failed

Line 1524:0 Unexpected "}"

**/
ul#product-grid .card {
  background: none;
  border-radius: 0;
}
#ProductGridContainer #product-grid {
  margin: 0 0 0px;
  row-gap: 0 !important;
  column-gap: 0;
}
ul#product-grid .card .card__content {
  height: 120px;
}
ul#product-grid .card .card__inner {
  width: 100%;
  height: 300px;
}
ul#product-grid .card .card__heading a,
ul#product-grid .card .card__heading {
  color: #4a6174;
}
.media {
  background-color: rgba(#07185b, 0.1);
  position: relative;
  overflow: hidden;
}
.pagination-wrapper {
  margin-bottom: 5rem;
}
facet-filters-form.facets form#FacetSortForm .facet-filters {
  margin-right: auto;
}
.header-bottom.header-wrapper .header-bottom-inner {
  background:#1564B6;
  background-size: contain;
}
.list-menu--inline li {
  border: 1px solid;
  border-top: unset;
  border-bottom: unset;
}
.header__menu-item .icon-caret {
  display: none;
}
.mega-menu__list {
  background: none repeat scroll 0 0 #020b72 !important;
  color: #fff;
}
.mega-menu__list li {
  border: unset;
  color: white;
}
.mega-menu__list li:hover {
  color: black;
}
.mega-menu__link,
#Details-HeaderMenu-moremenu .mega-menu__list .header__menu-item,
.mega-menu__list.mega-menu__list--condensed > li > a.mega-menu__link {
  text-decoration: none;
  /* color: var(--color-base-accent-2); */
  padding: 5px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  font-size: 14px;
  color: white;
  border-bottom: 2px solid #fff;
}

/* Search Icon */
.search-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Search Bar Container */
.search-bar-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateY(93px) !important;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

/* Show Search Bar */
.search-bar-container.visible {
  transform: translateY(1);
  opacity: 1;
  visibility: visible;
}

/* Search Form */
.search-modal__form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search__input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.search__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.header .search__button,
.template-search .search__button {
  top: 1px;
  position: absolute;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  width: 50px;
  border-radius: 0 5px 5px 0;
  margin-left: 10px;
  color: black;
  background-color: #fff;
  font-size: 0;
  height: 4.4rem;
}
.field__button {
  align-items: center;
  border: 0;
  color: black;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.header__search .icon.icon-search,
.search__button.field__button .icon.icon-search {
  stroke: var(--color-base-solid-button-labels);
  width: 2rem;
  height: 2rem;
}
.search-modal.modal__content.gradient {
    position: absolute;
    top: 44px;
  z-index: 55;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .55);
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 187rem;
  }
}
.search-modal__content {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92%;
  padding: 0 18rem 0 7rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

/* Basic reset */
@media screen and (min-width: 990px) {
  #CategoryBox {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: Arial, sans-serif; */
  /* background-color: #f5f5f5; */
  padding: 0px;
}

/* Main Navigation Bar */
nav.menu {
  /* background-color: #1266bc; */
}
/* nav.menu ul {
  list-style: none;
  display: flex;
}
nav.menu > ul > li {
  position: relative;
} */
/* nav.menu > ul > li > a {
  display: block;
  padding: 15px 51px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
} */
nav.menu > ul > li > a:hover {
  background-color: #1266bc;
}

/* Submenu (Dropdown) */
nav.menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2a009f;
  min-width: 200px;
  z-index: 1000;
  flex-direction: column;
}
nav.menu ul li:hover > ul {
  display: flex;
}
nav.menu ul li ul li a {
  padding: 7px 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
nav.menu ul li ul li a:hover {
  background-color: #80000b;
  color: #fff;
}
/* slideshow-component .slideshow__controls.slideshow__controls__arrows .slider-button.slider-button--prev {
  left: -19px;
  right: auto;
  position: absolute;
}
slideshow-component .slideshow__controls.slideshow__controls__arrows .slider-button.slider-button--next {
  right: 0px;
  left: auto;
  position: absolute;
}
.slider-button {
  color: rgba(var(--color-foreground),.75);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
slideshow-component .slideshow__controls__arrows .slider-button.slider-button--prev, slideshow-component .slideshow__controls__arrows .slider-button.slider-button--next {
  background-color: var(--color-background);

  opacity: 0;
  width: 0px;
  height: 63px;

} */
slideshow-component
  .slideshow__controls.slideshow__controls__arrows
  .slider-button.slider-button--prev {
  left: 0px;
  right: auto;
  position: absolute;
}
slideshow-component
  .slideshow__controls__arrows
  .slider-button.slider-button--prev,
slideshow-component
  .slideshow__controls__arrows
  .slider-button.slider-button--next {
  background-color: var(--color-background);
  border-radius: 0%;
  opacity: 0;
  width: 35px;
  height: 60px;
  transition-duration: 0.3s;
}
slideshow-component
  .slideshow__controls.slideshow__controls__arrows
  .slider-button.slider-button--next {
  right: 0px;
  left: auto;
  position: absolute;
}
.button .btn-arrow,
.cms__btn .btn-arrow,
.product-banner-button .btn-arrow {
  width: 38px;
  height: 38px;
  background-color: var(--color-base-accent-3);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 8px;
}
/* WHO WE ARE Section */
.about_area {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

/* Container */
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
} */

/* Heading Styles */
.featured_heading {
  font-size: 28px;
  font-weight: bold;
  color: #103985;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Content Boxes */
.desc_a {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #005596;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.desc_a h4 {
  font-size: 22px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 10px;
  text-align: center;
}

.desc_a p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

/* Links */
.desc_a a {
  color: #ff5722;
  text-decoration: none;
  font-weight: bold;
}

.desc_a a:hover {
  text-decoration: underline;
}

/* Hover Effect */
.desc_a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
header-drawer.mobile-menu {
  display: none;
}

@media (min-width: 767px) {
  details-modal.header__search summary {
    display: none !important;
  }
  nav#CategoryBox {
    display: none;
  }
  .product-grid.owl-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .product-grid.owl-carousel li {
    margin: unset;
    padding: unset;
    padding-inline: unset !important;
  }

  .product-grid.owl-carousel .card {
    background: none;
    border-radius: 0;
  }
  #ProductGridContainer #product-grid {
    margin: 0 0 0px;
    row-gap: 0 !important;
    column-gap: 0;
  }
  .product-grid.owl-carousel .card .card__content {
    height: 120px;
  }
  .product-grid.owl-carousel .card .card__inner {
    width: 100%;
    height: 300px;
  }
  .product-grid.owl-carousel .card .card__heading a,
  .product-grid.owl-carousel .card .card__heading {
    color: #046ec7;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .desc_a {
    padding: 15px;
  }

  .featured_heading {
    font-size: 24px;
  }

  .desc_a h4 {
    font-size: 20px;
  }

  .desc_a p {
    font-size: 14px;
  }
  .search-modal__content img {
    display: none;
  }
  .header__icon.tm_header-dropdown.site-header__icon {
    display: none;
  }
  .section-header .header {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .search-modal__content.search-modal__content-bottom {
    display: none;
  }
  header-drawer.mobile-menu {
    display: block;
  }
  header.header {
    display: grid;
    /* column-gap: 15px; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    justify-content: unset;
    /* column-gap: 20px; */
  }
  .header.header--middle-left
    .header__icons
    .header__search
    .search-modal__content {
    display: contents;
  }
  .header__heading,
  .header__heading-link {
    grid-area: auto;
  }
  header-drawer.mobile-menu .drawer__heading {
    display: none !important;
  }
  button#searchToggleButton {
    display: none;
  }
  header-drawer .header__icon--menu span .icon {
    position: relative;
    height: 5rem;
    top: 0 !important;
    fill: black !important;
  }
  .header__heading-logo {
    max-width: 180px;
  }
}
.cart_count_with_text span.header__icon_title {
  display: none;
}
slideshow-component
  .slideshow__controls.slideshow__controls__arrows
  .slider-button.slider-button--prev {
  left: 0px;
  right: auto;
  position: absolute;
}
slideshow-component
  .slideshow__controls.slideshow__controls__arrows
  .slider-button.slider-button--next {
  right: 0px;
  left: auto;
  position: absolute;
}
slideshow-component
  .slideshow__controls__arrows
  .slider-button.slider-button--prev,
slideshow-component
  .slideshow__controls__arrows
  .slider-button.slider-button--next {
  background-color: var(--color-background);
  border-radius: 0%;
  opacity: 0;
  width: 35px;
  height: 60px;
  transition-duration: 0.3s;
}
.price-item {
  display: inline-block;
  /* margin: 0px 12px 12px 0px !important; */
  font-size: 16px;
}
.product__info-wrapper .price .price__container .whle_title {
  font-weight: 700;
  color: #056ec7;
  font-size: 16px;
  line-height: 20px;
}

.price__container {
  flex-direction: row !important;
  /* align-items: center !improtant; */
}
.price__container {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  gap: 5px;
}

.price--large {
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  display: flex;
}
.product--thumbnail_slider .product__media-wrapper media-gallery {
  display: block !important;
  grid-template-columns: 100px 1fr;
  grid-auto-flow: dense;
}
.product__info-container .accordion {
  margin-top: 0rem;
  margin-bottom: 0;
  background-color: var(--color-base-background-1);
  display: none;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: 100%;
}
.product-media-container .media {
  display: inline-block;
  width: 100% !important;
}
.product-media-container.media-fit-cover,
.product-media-container.media-fit-cover .product__modal-opener,
.product-media-container.media-fit-cover .media {
  height: unset !important;
}
.product-media-container .media {
  padding-top: unset !important;
}
.product-form__buttons .product-form__submit {
  max-width: 32rem;
  margin-top: 17px !important;
}

.product--medium:not(.product--no-media) .product__media-wrapper,
.product--small:not(.product--no-media) .product__info-wrapper {
  max-width: 55%;
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  background: #f1f1f1;
}
.product-description .tab-container {
  border: 1px gray;
  border-width: 1px;
  border-style: solid;
  clear: both;
  border: 1px solid var(--color-base-border);
  background: #f1f1f1;
}
.product-description .tabs li a {
  background: #f1f1f1;
  border: 1px gray;
  border-width: 1px;
  border-style: solid;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ddd;
}
ul#product-grid .card .card__content,
.product-grid .card .card__content {
  height: 120px;
}
ul#product-grid .card .card__inner,
.product-grid .card .card__inner {
  width: 100%;
  height: 300px;
}
.related-products .product-grid {
  row-gap: unset;
  border-radius: unset;
  column-gap: unset;
}
.card.card--card.card--media.color-background-2.gradient {
  background: none;
}
.related-products .product-grid {
  row-gap: 0px !important;
  border-radius: unset !important;
  margin-bottom: 70px;
}
.related-products .product-grid {
  border-radius: var(--border-radius);
  row-gap: 0px !important ;
  margin-bottom: 70px;
}
.card--card,
.card--standard .card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 0px !important;
  border: var(--border-width) solid var(--color-base-border);
}
.product__title > * {
  margin: 0;
  color: #373735;

  font-weight: normal;
  font-size: 23px;
  margin: 18px 0px 0px 0px !important;
}

.free-shipping {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #373735;
  margin-bottom: unset !important;
  font: normal normal 14px "Chivo", sans-serif, "google";
  line-height: 1.42857143;
  padding: 4px 0 0 0;
  color: #000;
}
.shipping-icon {
  margin-right: 0.4em;
  font-size: 1.2em;
}
.free-shipping-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.free-shipping-modal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 3.5rem;
  width: 100%;
  max-width: 589px;
  position: relative;
  box-shadow: 0 30px 10px #0003;
  text-align: center;
  border-radius: 11px;
  height: auto;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: black;
}

.close-modal:hover {
  color: #000;
}
h2.free-modals {
  color: rgb(255, 0, 0);
  font-size: 21px;
  margin-bottom: 25px;
}
.free-shipping-modal .modal-content a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 15pt;
  font-weight: bold;
  color: #9f6d00;
}
.free-shipping-modal .modal-content p {
  font-size: 15pt;
  font-weight: bold;
  color: black;
}
p.stock-status {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: unset;
}
p.stock-status {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: unset;
  font-family: "Chivo", sans-serif;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
    padding: 0px 10px;
  }

  .cart_count_with_text {
    display: none;
  }
}
.header-top-section .header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #e8f3ff !important;
  border-bottom: 1px solid #ccc;
  height: auto;
}
.section-sections--16946338070602__custom_liquid_htjcft-padding {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0000af;
}
.section-header sticky-header.header-wrapper {
  border-top: 0px;
}
.header-top-inner .header-top-left {
  gap: 5px;
}
.header-top-inner .header-top__link {
  border-left: 1px solid #ccc;
}
.header-top__message,
.header-top-center p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 3px;
}

.cart_count_with_text {
  display: none;
}
header {
  position: relative;
}
.header-bottom.header-wrapper .header-bottom-inner {
  height: 42px;
}
.header__menu-item,
.header__menu-item:hover {
  padding: 0.7rem 6.6rem;
}
.color-accent-1.gradient.content-container.isolate.content-container--full-width.section-sections--16946338037834__5e19abcf-1cfb-4285-945f-b821cc717a0d-padding {
  display: none;
}
#MegaMenu-Content-1 .mega-menu__link:hover {
  background-color: #ffebeb;
  color: #333;
}
#MegaMenu-Content-2 .mega-menu__link:hover {
  background-color: #ebffeb;
  color: #333;
}
#MegaMenu-Content-3 .mega-menu__link:hover {
  background-color: #ebf3ff;
  color: #333;
}

#MegaMenu-Content-4 .mega-menu__link:hover {
  background-color: #fff9eb;
  color: #333;
}

#MegaMenu-Content-5 .mega-menu__link:hover {
  background-color: #f3ebff;
  color: #333;
}
span.header__menu-item.list-menu__item.link.focus-inset {
  display: inline-block;
  padding: 0 50px;
  text-align: center;
  line-height: 42px;
  border-bottom: 0px !important;
  height: 42px;
  text-transform: uppercase;
  color: #fff !important;
  background: none;
  font-weight: bold;

  /* border-right: 1px solid #000 !important; */
  /* border-left: 1px solid #000 !important; */
}
@media screen and (max-width: 989px) {
  header-drawer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0px 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1680px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0 50px;
    font-size: 19px;
    background: none;
    font-weight: bold;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1680px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0 40px;
    font-size: 18px;
    background: none;
    font-weight: bold;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0 10px !important;
    font-size: 16px !important;
    background: none;
    font-weight: bold;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0 20px;
    font-size: 19px;
    background: none;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header-drawer {
    display: none;
  }
  span.header__menu-item.list-menu__item.link.focus-inset {
    display: flex;
    padding: 0 10px;
    font-size: 12px;
    background: none;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-top__message,
  .header-top-center p {
    margin: 0;
    font-size: 12px !important;
    font-weight: 300 !important;
    padding: 0 3px;
    text-align: center;
    color: #000;
    font-family: Chivo, sans-serif;
  }
}
nav.header__inline-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}
.mega-menu__list {
  padding: unset;
}
#MegaMenu-Content-1 {
  background-color: #ffe4e1;
}
#MegaMenu-Content-2 {
  background-color: #e0ffe4;
}
#MegaMenu-Content-3 {
  background-color: #e1f1ff;
}
#MegaMenu-Content-4 {
  background-color: #fff0c2;
}
#MegaMenu-Content-5 {
  background-color: #f5e1ff;
}
#Details-HeaderMenu-1 .mega-menu__list {
  background: none repeat scroll 0 0 #020b72 !important;
  color: #fff;
}
#Details-HeaderMenu-2 .mega-menu__list {
  background: none repeat scroll 0 0 #e54cd8 !important;
  color: #fff;
}
#Details-HeaderMenu-3 .mega-menu__list {
  background: none repeat scroll 0 0 #177c36 !important;
  color: #fff;
}
#Details-HeaderMenu-4 .mega-menu__list {
  background: none repeat scroll 0 0 #4c4a4d !important;
  color: #fff;
}

#Details-HeaderMenu-5 .mega-menu__list {
  background: none repeat scroll 0 0 #95131d !important;
  color: #fff;
}
#Details-HeaderMenu-3 .mega-menu__list li a:hover {
  color: #ffffff;
  background: #2a2a2a !important;
}
#Details-HeaderMenu-1 .mega-menu__list li a:hover {
  background: #ff0000 !important;
  color: #ffffff;
}
#Details-HeaderMenu-2 .mega-menu__list li a:hover {
  background: #2a2a2a !important;
  color: #ffffff;
}
#Details-HeaderMenu-4 .mega-menu__list li a:hover {
  background: #ff0000 !important;
  color: #ffffff;
}

#Details-HeaderMenu-5 .mega-menu__list li a:hover {
  background: #2a2a2a !important;
  color: #ffffff;
}
.footer.color-accent-2 {
  background-color: #192e4e !important;
  background: #192e4e !important;
}
.who-we-are-section p {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  text-align: center;
}
.who-we-are-section p a {
  text-decoration: none;
  color: #9f6d00;
  text-align: center;
}
@media (max-width: 767px) {
  .header-top-center {
    padding-left: 0px !important;
    width: 0% !important;
    display: inline-block;
    text-align: center;
  }
  .header-top-left .header-top-icon {
    display: none !important;
  }
  .header-top__message,
  .header-top-center p {
    padding: 0 6px !important;
  }
  .header__icons:after {
    display: none;
  }
  .header--mobile-center .header__search .icon.icon-search,
  .search__button.field__button .icon.icon-search {
    stroke: var(--color-base-solid-button-labels);
    width: 2rem;
    height: 2rem;
    color: #0f0e0e;
  }
  footer .footer__content-top .accordion {
    display: none;
  }
  footer .footer__content-top .footer-block.grid__item {
    display: block;
    width: 100%;
  }
  .who-we-are-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 70px;
  }
  .who-we-are-section h2 {
    padding-bottom: 5px;
    margin-bottom: 20px;

    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1.42857143;
    color: #373735;
  }
  .who-we-are-section h3 {
    color: inherit !important;
    font-size: 19px !important;
    font-weight: normal;
    line-height: 1.1;
  }
  .who-we-are-section h4 {
    color: inherit;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.1;
    font-family: Oswald;
  }
}
.who-we-are-section h2::after {
  border-bottom: 3px solid #0d275c;
  bottom: 0;
  content: "";
  left: 49%;
  margin-left: -49px !important;
  position: absolute;
  width: 111px;
}
.section-sections--16998200606794__5e19abcf-1cfb-4285-945f-b821cc717a0d-padding {
  padding-top: 23px;
  padding-bottom: 17px;
  margin-top: 0px;
  display: none !important;
}
@media screen and (max-width: 989px) {
  .header-top {
    display: block;
  }
  footer .footer__blocks-wrapper.grid {
    flex-direction: column-reverse !important;
    display: flex !important;
  }

  .search__button.field__button .icon.icon-search {
    color: black !important;
  }
}
.search__button.field__button .icon.icon-search {
  color: black !important;
}
.who-we-are-section {
  text-align: center;
  padding: 50px 20px;
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 30px 10px;
}
.product__media.media.media--transparent > img {
    position: relative;
    width: 56% !important;
    height: 56% !important;
    display: block !important;
    /* position: relative; */
    left: 182px;
}
.who-we-are-section h2 {
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 5px !important;
  margin-bottom: 20px !important;

  font-size: 30px !important;
  font-weight: 800 !important;
  text-align: center;
  position: relative;
  padding-bottom: 5px !important;
  line-height: 1.42857143 !important;
  color: #373735 !important;
}
.who-we-are-section h3 {
  color: #000000;
  font-size: 20px !important;
  margin-bottom: 5px !important;
  font-family: Oswald;
  font-weight: normal !important;
}
.who-we-are-section h4 {
  color: inherit;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.1;
  font-family: Oswald;
}
.who-we-are-section p {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #373735;
  font-family: "Chivo", sans-serif;
}
.footer-block__heading {
  font-weight: 600;
  font-size: 18px !important;
  color: rgb(156, 222, 226) !important;
  font-family: Montserrat, sans-serif !important;
  text-align: left !important;
  font-style: normal !important;
  letter-spacing: 0.01em !important;
}
.footer-block__heading:after {
  background-color: #192e4e !important;
}
.footer-block__heading {
  margin-bottom: 0rem !important;
  margin-top: 0 !importan;
}
.footer-block__details-content .list-menu__item--link {
  padding-top: 0;
  font-weight: 300;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: left;
  letter-spacing: 0.01em;
  font-family: Montserrat, sans-serif;
}
.footer-block__details-content p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.footer-block.grid__item.imformation .email.list-menu__item--link,
.accordion.imformation .email.list-menu__item--link {
  background: url(mail.png) no-repeat 0 12px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.footer-block.grid__item.imformation .contact.list-menu__item--link,
.accordion.imformation .contact.list-menu__item--link {
  background: url(call.png) no-repeat 0 10px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.footer-block__details-content .list-menu__item--link:hover {
  color: rgb(255, 255, 255) !important;
}

.accordion.imformation .list-menu__item--link {
  background: #192e4e !important;
}
.social-icons {
  display: flex;
  gap: 10px; /* Space between icons */
}

.social-icons a svg {
  width: 30px;
  height: 30px;
  color: #99b3ff; /* Light blue icon color */
  transition: color 0.3s ease-in-out;
}

.footer-block.grid__item.imformation .email.list-menu__item--link,
.accordion.imformation .email.list-menu__item--link {
  background: url(mail.png) no-repeat 0 12px;
  border-top: 2px solid;
  margin-top: 12px;
}

.header-top__message,
.header-top-center p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 0 3px;
  text-align: center;
  text-transform: uppercase;
  color: #03162aff;
  font-family: "Montserrat", sans-serif;
}
.header-top-center {
  padding-left: 5px;
  width: 54%;
  display: inline-block;
  text-align: center;
}
.header-top-left .header-top-icon {
  display: flex;
  /* align-items: center; */
  -webkit-font-smoothing: antialiased;
  /* display: inline-block; */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 18px;
}
.header-top-left .header-top-icon {
  display: flex;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.header-top-left .header-top-icon {
  height: auto;
  width: 13px;
}
.header-top__link {
  gap: 0px;
  padding-left: 6px;
}

@media screen and (max-width: 989px) {
  .header-top-left {
    display: flex;
  }
  .header-top-center {
    display: none;
  }

  .header-top__message,
  .header-top-center p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 3px;
    text-align: center;
    color: #000;
    font-family: Chivo, sans-serif;
    white-space: nowrap;
    text-transform: capitalize;
  }
}
.banners .sub-banner .banner-inner img {
  width: 100%;
}
.sub-banner-banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 989px) {
  .sub-banner-banner {
    display: flex;
  }
}
.contact_dv {
  color: #1564B6;
}

.header-top__message:hover {
  color: #004ec7 !important;
}
.footer-block .social-icons a svg path {
  fill: #99b3ff;
  stroke: #192e4e;
}
.contact_dv {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact_dv svg {
  width: 20px;
  height: 20px;

  fill: currentColor;
}

.contact_dv a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
}

.contact_dv a:hover {
  color: #007bff; /* Blue on hover */
}
@media (max-width: 767px) {
  .contact_dv {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content:center;
  }
  .product__media.media.media--transparent > img {
    width: 57% !important;
    height: 52% !important;
    display: block !important;
    left: 74px;
  }
  .menu-drawer__navigation {
    padding: 1rem 0;
    padding-top: 50px !important;
  }
  .menu-drawer summary.menu-drawer__menu-item a {
    text-decoration: none;
    color: initial;
    font-size: 18px;
    background: #fff;
    color: #000;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: normal;
    text-align: left;
    white-space: normal;
    font-family: "Chivo", sans-serif;
  }
  #link-boys-uniforms .list-menu {
    background: none repeat scroll 0 0 #020b72 !important;
  }
  #link-boys-uniforms .list-menu li a {
    color: white;
  }
  .menu-drawer__menu-item {
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  #link-girls-uniforms .list-menu {
    background: none repeat scroll 0 0 #e54cd8 !important;
  }
  #link-girls-uniforms .list-menu li a {
    color: white;
  }
  #link-toddler-uniforms .list-menu {
    background: none repeat scroll 0 0 #177c36 !important;
  }
  #link-toddler-uniforms .list-menu li a {
    color: white;
  }
  #link-adult-size-uniforms .list-menu {
    background: none repeat scroll 0 0 #4c4a4d !important;
  }
  #link-adult-size-uniforms .list-menu li a {
    color: white;
  }
  #link-shop-by-size .list-menu {
    background: none repeat scroll 0 0 #95131d !important;
  }
  #link-shop-by-size .list-menu li a {
    color: white;
  }
  .menu-drawer__menu-item {
    padding: 1rem 1.5rem;
  }
  .list-menu li {
    border-bottom: 1px solid;
  }
  .list-menu {
    padding: unset;
  }

  #link-boys-uniforms .list-menu li:hover {
    background: #ff0000 !important;
    color: #ffffff !important;
  }
  #link-boys-uniforms .list-menu a:hover {
    color: #ffffff !important;
  }

  #link-toddler-uniforms .list-menu li:hover {
    background: #2a2a2a !important;
  }
  #link-toddler-uniforms .list-menu a:hover {
    color: #ffffff !important;
  }

  #link-girls-uniforms .list-menu li:hover {
    background: #2a2a2a !important;
  }
  #link-girls-uniforms .list-menu a:hover {
    color: #ffffff !important;
  }
  #link-adult-size-uniforms .list-menu a:hover {
    color: #ffffff !important;
  }

  #link-shop-by-size .list-menu a:hover {
    color: #ffffff !important;
  }
  #link-boys-uniforms .list-menu li a {
    color: #fff;
    font-size: 14px;
  }
  #link-adult-size-uniforms .list-menu li:hover {
    background: #ff0000 !important;
  }

  #link-shop-by-size .list-menu li:hover {
    background: #2a2a2a !important;
  }
  .menu-opening .list-menu a:hover {
    color: #9f6d00 !important;
  }
  .search-modal.modal__content.gradient {
    position: absolute;
    top: 111px;
}
}
@media screen and (max-width: 749px) {
  /* .header.header--middle-left .search-modal__content {
    display: none !important;
  } */
  html, body{
    width: 100%;
    overflow-x:hidden;
  }
}
.product__info-wrapper .price .price__container {
  flex-direction: column !important;
  justify-content: left;
  align-items: baseline;
}
.product__title > * {
  color: #373735;
  font-family: oswald !important;
  font-weight: normal !important;
  font-size: 23px !important;
}
.card-information .price .price__container {
  flex-direction: column !important;
}
.price__container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px;
}
.price__container {
  flex-direction: row !important;
}
.card-information .price .price__container .wholesale {
    display: flex!important;
    width: 100%!important;
    justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
}
.section-sections--17013578367050__5e19abcf-1cfb-4285-945f-b821cc717a0d-padding {
  display: none;
}
@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
    padding: 0px 40px 12px 42px;
  }
.header-top-inner {
    justify-content: center;
    flex-direction: column;
}
  
  .header__icons {
    padding-top: 0px;
  }
  .header-top-inner .header-top__link {
    border-left: 1px solid #ccc;
    padding: 8px;
  }
  .header-top-section .header-top {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f1f1f1 !important;
    border-bottom: 1px solid #ccc;
    height: 30px;
  }
  .header-top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-form__buttons .product-form__submit {
    max-width: 38rem !important;
  }
}
@media (max-width: 767px) {
  .product__media.media.media--transparent > img {
    width: 85% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    left: auto !important;
    position: relative !important;
  }
}
@media screen and (max-width: 767px) {
  .header-top-inner .header-top-left {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    padding: 0 0.5rem;
    flex-wrap: nowrap;
    margin-right: -6px;
  }

  .header-top-inner .header-top-left a {
    font-size: 0.75rem; /* slightly smaller font */
    padding: 0 4px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  /* Disable dragging and zoom-related touch interactions */
  media-gallery,
  .product__media.media.media--transparent,
  .product__media.media.media--transparent > img {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none; /* prevents accidental image interaction */
  }

  /* Optional: hide the zoom button too */
  .product__media-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .card__inner.ratio {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }
.header-top-left {
    display: none !important;
}
  .card__inner.ratio img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
}

.card-information .wholesale,
.card-information .pr__outer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.card-information .wholesale {
  margin-bottom: -8px !important;
}
.card-information {
  margin-top: -6px; /* Adjust as needed */
}
@media screen and (max-width: 749px) {
  .card__heading {
    padding: 0 20px !important;
  }
}
li.mobile_menu {
    padding: 10px 27px;
    text-transform: uppercase;
}
.shopify-section.shopify-section-group-footer-group.mobile-menu-section.section {
    display: none;
}
.predictive-search__item-content .price__container {
    display: flex;
    justify-content: left !important;
    flex-direction: row !important;
}
.predictive-search__item-content .wholesale {
    display: flex;
}
@media screen and (min-width: 750px) {
  .mobile-search-bar {
    display: none !important;
  }
}
/* HEADER TOP FINAL FIX */
@media screen and (min-width: 990px) {
.header-top-section .header-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-top-section .header-top .page-width {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-top-section .header-top .header-top-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 40px !important;
}

.header-top-section .header-top .contact_dv,
.header-top-section .header-top .header-top-center,
.header-top-section .header-top .header-top-left {
  display: flex !important;
  align-items: stretch !important;
}

.header-top-section .header-top .contact_dv a,
.header-top-section .header-top .contact_dv,
.header-top-section .header-top .contact_dv * {
  white-space: nowrap !important;
}

.header-top-section .header-top .header-top-left {
  display: flex !important;
  align-items: stretch !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  position: relative !important;
  white-space: nowrap !important;
  border-left: 1px solid #cfcfcf !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link:first-of-type {
  border-left: 1px solid #cfcfcf !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link::after,
.header-top-section .header-top .header-top-left > a.header-top__link::before {
  display: none !important;
  content: none !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"] {
  background: #1564B6 !important;
  color: #fff !important;
  font-weight: 900 !important;
  border-left: 1px solid #115396 !important;
  border-right: 1px solid #115396 !important;
  min-height: 40px !important;
  padding: 0 26px !important;
  white-space: nowrap !important;
}
}
.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"] * {
  color: #fff !important;
  white-space: nowrap !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:hover,
.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:focus,
.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:focus-visible {
  background: #0E4278 !important;
  color: #fff !important;
  border-left: 1px solid #0E4278 !important;
  border-right: 1px solid #0E4278 !important;
}

.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:hover *,
.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:focus *,
.header-top-section .header-top .header-top-left > a.header-top__link[href*="retail"]:focus-visible * {
  color: #fff !important;
}
/* TOP BAR ALIGNMENT FIX */
.header-top-inner {
  position: relative !important;
}

.header-top-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: max-content !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.header-top-center span,
.header-top-center p,
.header-top-center strong {
  margin: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.contact_dv {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding-left: 12px !important;
  white-space: nowrap !important;
  z-index: 3 !important;
}

.contact_dv *,
.contact_dv a,
.contact_dv svg,
.contact_dv i,
.contact_dv span {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

.header-top-left {
  position: relative !important;
  z-index: 3 !important;
}
.header-top-center,
.header-top-center p,
.header-top-center span,
.header-top-center strong {
  color: #1564B6 !important; /* change to any color */
}
/* FULL WIDTH NAV ONLY */
.header-bottom.header-wrapper > .page-width {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-bottom .header-bottom-inner {
  width: 100% !important;
  max-width: none !important;
}

.header-bottom nav.header__inline-menu {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.header-bottom nav.header__inline-menu .list-menu {
  width: 100% !important;
}

/* FULL WIDTH SLIDESHOW ONLY */
.shopify-section.slideshow_banner > .color-background-1.gradient > .page-width {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shopify-section.slideshow_banner slideshow-component.slider-mobile-gutter {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.shopify-section.slideshow_banner .slideshow {
  width: 100% !important;
  max-width: none !important;
}

.shopify-section.slideshow_banner .slideshow__slide {
  width: 100% !important;
}

.shopify-section.slideshow_banner .slideshow__media,
.shopify-section.slideshow_banner .banner__media {
  width: 100% !important;
  max-width: none !important;
}
/* CENTER NAV ITEMS */
.header-bottom nav.header__inline-menu .list-menu--inline {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.header-bottom nav.header__inline-menu .list-menu--inline > li {
  display: flex !important;
  justify-content: center !important;
}
@media screen and (max-width: 989px) {

  /* HIDE CENTER MESSAGE */
  .header-top-center {
    display: none !important;
  }

  /* KEEP PHONE CLEAN */
  .contact_dv {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 5px !important;
  }

  .contact_dv a {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
  }

}
/* FULL ROW BLUE FOR BUY RETAIL */
li.mobile_menu:has(a[href*="retail"]) {
  background: #1564B6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

li.mobile_menu:has(a[href*="retail"]) a {
  color: #fff !important;
  display: block !important;
  width: 100% !important;
  padding: 12px 26px !important;
}