/** Shopify CDN: Minification failed

Line 353:8 Expected identifier but found whitespace
Line 353:10 Unexpected "{"
Line 353:20 Expected ":"

**/
@charset "UTF-8";
:root {
  --brand-color-primary: #236092;
  --brand-color-secondary: #082e4e;
  --brand-color-accent: #e1251b;
  --brand-color-text-dark: #141c23;
  --brand-color-text-grey: #bcbfc1;  
  --brand-color-text-light: #f0f4f7;
  --brand-color-background: #f0f4f7;
  --brand-color-white: #f0f4f7;
}

/* Top Bar */
.top-bar__numbers {
  display: flex;
  align-items: center;
  padding-left: 16px;
  gap: 10px;
  font-size: 12px;
}

.top-bar__numbers .phone {
  text-decoration: none;
  color: var(--brand-color-text-light);
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar__numbers .loc {
  color: var(--brand-color-text-light);
  font-weight: 600;
  white-space: nowrap;
}

.top-bar__numbers .num {
  color: var(--brand-color-text-light);
  font-weight: 400;
  white-space: nowrap;
}

.top-bar__numbers .phone:last-child .num {
  margin-right: 0;
}

/* Menu Menu Overrides */
/* Mega Menu Container */
.dropdown_column {
  display: flex;
  width: 80%;
}

.dropdown_column > * {
  padding: 0.25rem;
}

.dropdown_column .mega-menu__richtext {
  flex: 0;
}

.dropdown_column .dropdown_column__menu {
  flex: 1;
  padding-left: 1.5rem;
}

/* Richtext columns */
.mega-menu__richtext {
  flex: 1;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--brand-color-text-dark);
}

/* Menu column */
.dropdown_column__menu {
  flex: 2;
}

/* Titles */
.dropdown_column__menu .dropdown_title {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown_column__menu .dropdown_title li a {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--brand-color-text-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.dropdown_column__menu .dropdown_title li a:hover {
  color: var(--brand-color-primary);
  text-decoration: none;
}

/* Sub-links */
.dropdown_column__menu ul:not(.dropdown_title) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown_column__menu ul:not(.dropdown_title) li {
  margin: 0;
}

.dropdown_column__menu ul:not(.dropdown_title) li a {
  font-size: 0.75rem;
  color: var(--brand-color-text-dark);
  text-decoration: none;
  padding: 0.1rem 0;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.dropdown_column__menu ul:not(.dropdown_title) li a:hover {
  color: var(--brand-color-primary);
  transform: translateX(3px);
}

/* Home Page */
.newsletter_section input {
  background-color: var(--brand-color-background);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
}

.newsletter_section input[type="submit"] {
  background-color: var(--brand-color-accent);
}

.newsletter_section input[type="submit"]:hover {
  background-color: var(--brand-color-secondary) !important;
}

/* Home Page Collection */
.home-collection .product-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: var(--brand-color-background);
  transition: box-shadow 0.3s ease;
}

.home-collection .product-wrap:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.home-collection .product-wrap h3 {
  min-height: 24px;
  margin: 16px 0 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.home-collection .image__container {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.home-collection .image-element__wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.home-collection .image-element__wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.home-collection .product-wrap h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 8px 0 4px;
}

/* Home Page Collection */
.list-collections .product-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.list-collections .product-wrap:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.list-collections .product-wrap h3 {
  min-height: 24px;
  margin: 16px 0 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* Logo Section */
.logo-list.logo-list--slider .logo-list__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 160px !important;
  padding: 8px 12px;
  box-sizing: border-box;
}

.logo-list.logo-list--slider .logo-list__item .image-element__wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 120px !important;
  max-width: 100% !important;
}

.logo-list.logo-list--slider .logo-list__item img {
  height: 100% !important;
  width: auto !important;
  max-width: 90% !important;
  object-fit: contain !important;
}

.logo-list.logo-list--slider .logo-list__item img[src$=".svg"] {
  height: 100% !important;
  width: auto !important;
}

/* Product Gallery Home */
.slider-gallery .product-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-gallery .thumbnail .product-info__caption {
  margin-top: 0px;
}

.slider-gallery .thumbnail .product-info__caption .price .current_price .from {
font-size: 12px;
font-weight: normal;
color: #2b2c2d;
margin-right: 4px;
}
.slider-gallery .thumbnail .product-info__caption span.money {
    font-size: 22px;
font-weight: bold;
}

/* Product List Collection */
.product-list--collection {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.product-list--collection .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:100%;
}

.product-list--collection .product-card {
  height: 100%;
  min-height: 280px;
  padding: 8px 8px 16px 8px;
  border: 1px solid #e0e1e4;
  border-radius: 4px;
  background: #fff;
}

.product-list--collection .product-card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

.product-list--collection .product-card h4 {
  min-height: 24px;
  margin: 4px 0 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* Product Card Prices */
.product-list--collection .product-card .price {
  color: #333;
  margin: 8px 0;
}

.product-list--collection .product-card .price .current_price {
  align-items: baseline;
  gap: 4px;
}

.product-list--collection .product-card .price .current_price .from {
  font-size: 12px;
  font-weight: normal;
  color: #2b2c2d;
  margin-right: 4px;
}

.product-list--collection .product-card .price .current_price .money {
  font-size: 22px;
  font-weight: bold;
}

.product-list--collection .product-card .price .was_price {
  font-size: 14px;
  text-decoration: line-through;
  color: #2b2c2d;
  margin-top: 4px;
}

.product-list--collection .product-card .price .sale {
  font-size: 12px;
  font-weight: bold;
  color: {{ settings.sale_color }};
  margin-top: 4px;
}


/* Product Page */
.product-container .price .money{
  font-size: 36px;
  font-weight: bold;
}

.shopify-section--recommended-products {
  margin-bottom: 50px;
}

.product-list--collection .product-card .price .current_price .from {
  font-size: 12px;
  font-weight: normal;
  color: #2b2c2d;
  margin-right: 4px;
}

.product-list--collection .product-card .price .current_price .money {
  font-size: 22px;
  font-weight: bold;
}

.product-list--collection .product-card .price .was_price {
  font-size: 14px;
  text-decoration: line-through;
  color: #2b2c2d;
  margin-top: 4px;
}

.product-list--collection .product-card .price .sale {
  font-size: 12px;
  font-weight: bold;
  color: #e1251b;
  margin-top: 4px;
}


/* Product Page */
.product-container .price .money{
  font-size: 36px;
  font-weight: bold;
}

.shopify-section--recommended-products {
  margin-bottom: 50px;
}