/** Shopify CDN: Minification failed

Line 330:0 Unexpected "}"

**/
@font-face {
    font-family: 'Simplon Norm';
    src: url("SimplonNorm-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simplon Norm';
    src: url("SimplonNorm-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'SimplonNorm-Bold';
	src: url("SimplonNorm-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'SimplonNorm-Medium';
	src: url("SimplonNorm-Medium.ttf") format("truetype");
}
  @font-face {
	font-family: 'SimplonNorm-Regular';
	src: url("SimplonNorm-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'SimplonNorm-Light';
	src: url("SimplonNorm-Light.ttf") format("truetype");
}
:root {
  --font-body-family: SimplonNorm-Regular, sans-serif;
  --font-heading-family: SimplonNorm-Regular, sans-serif;
}



.mega-menu__list-flex {
  display: flex;
  list-style: none;
  font-size: 14px;
}

.mega-menu__list-flex > li {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;  
  border-left:  #eee 1px solid;
  padding: 0 1.5rem;
}

.mega-menu__list-flex > li:empty,
.mega-menu__list-flex > li:first-child {
  border: none;
}
.mega-menu__list-flex .page-link {
  margin-bottom: 1em;
  line-height: normal;
}
.page-link a {
  text-decoration: none;  
  color: #000;
}
.link-title {
  font-size: 16px;
}
.lv2 .link-title {
  font-weight: 700;
}
.link-description {
  color: #888;
  margin-top: 5px;
}

.custom-header .page-width {
  margin-bottom: 0;
}

#MegaMenu-Content-customer-product {
  font-size: 14px;
}

.product-group-row {
  display: flex;
  flex-wrap: wrap;
}
.product-group-col {
  border-left:  #eee 1px solid; 
  padding-left: 1rem;  
  padding-bottom: 20px;
}

.product-group-col:empty,
.product-group-col:first-child {
  border: none;
  padding-left: 0;
}

.product-link-group {
  display: flex;
  flex-wrap: wrap;
}
.product-link {
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  width: 160px;
  text-align: center;
  color: #000;
}
.product-link a {
  color: #000;
  text-decoration: none;
  display: block;
}
.product-link p {
  margin: 0.1em 0;
  line-height: normal;
  font-size: 14px;
  color: #000;
}
.product-link p:last-child {
  margin-bottom: 0;
}
.product-link p.title {
  font-size: 16px;
}
.product-link p.label {
  margin-top: 5px;
}
.product-link img {
  max-width: 100%;
}
/* nav for tab */
header-menu .nav {
  display: flex;
  gap: 10px;
}
header-menu .nav-link {
  background: #F3F3F3;
  border: #F3F3F3 1px solid;
  color: #000;
  text-decoration: none;
}
header-menu .nav-link.active {

  border-bottom: 3px solid #76B900;
  background: #fff;
}
header-menu .tab-pane {
  padding: 2rem 0 0;
}

header-menu .product-group-title,
header-menu .product-group-info {
  margin-bottom: 5px;
  line-height: normal;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;   
  max-width: 400px;
  display: block;
}
.product-link-label {
  color: #76B900;
  border: #76B900 1px solid;
  padding: 2px 5px;
  display: inline-block;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;

}
header-menu .product-group-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  line-height: 21px;
  height: 21px;
}
header-menu .product-group-info {
  font-size: 1.2rem;
  color: #888;
  line-height: 15px;
  height: 15px;  
}

@media screen and (min-width: 990px) {
  .product-link {
    width: calc( (100vw - 16rem) / 6 );
    max-width: 175px;
  }
  .custom-header {
    display: flex;
    justify-content: space-between;
    height: 80px;
  }
}

/* mobile menu */
@media screen and (max-width: 990px) and (hover: hover) {

  /* width */
  .menu-drawer__navigation-container::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .menu-drawer__navigation-container::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .menu-drawer__navigation-container::-webkit-scrollbar-thumb {
    background: #76B900; 
  }
  
  /* Handle on hover */
  .menu-drawer__navigation-container::-webkit-scrollbar-thumb:hover {
    background: #76B900; 
  }  
}
.mobile-menu {
  line-height: normal;
}
.mobile-menu > li {
      margin-bottom: 0.2rem;
}
.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 3.2rem;
  text-decoration: none;
  font-size: 1.8rem;
  background-color: rgba(var(--color-foreground),.04);
  border-left: 3px solid rgba(var(--color-foreground),.04);
      
}
.mobile-menu-top[aria-expanded="true"]  {
  border-color: #76B900;  
}
.mobile-menu-top svg {
  width: 12px;
}

.mobile-menu-top[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mobile-menu a {
  color: #000;
  text-decoration: none;
}

.mobile-submenu-wrapper {
  padding: 1.1rem 3.2rem;  
}

.mobile-menu-group li {
  border-bottom: #eee 1px solid;
  margin-bottom: 10px;
  padding: 1rem 0;
}

.mobile-menu-group li:last-child{
  border: none;
}

.mobile-menu-group li:empty {
  display: none;
}

.mobile-menu .page-link {
  margin-bottom: 1em;
}
.mobile-submenu-wrapper,
.mobile-product-submenu-wrapper{
  font-size: 14px;
}

.mobile-menu-item {
  display: block;
  padding: 0.5rem 1rem;  
  background: #fff;
  color: #000;

  border: #eee 1px solid;
  border-bottom: 3px solid #76B900;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  margin-bottom: 0.2rem;
}
.mobile-menu-item.collapsed {
  background: #f7f7f7;
  border-bottom: #eee 1px solid;
}

.mobile-product-submenu-wrapper {
  padding: 1.1rem;
  
}

.mobile-product-submenu-wrapper .mobile-menu-group {
  padding: 2.1rem;
}

.mobile-product-link {
  display: flex;
  gap: 10px;
}
.mobile-product-link__image {
  width: 80px;
}

.mobile-product-link p {
  margin: 0 0 0.1em;
}
}

mobile-product-group-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}

.mobile-product-link-group {
  margin-top: 1rem;
}
.mobile-product-link-group:first-child {
  margin-top: 0;
}
.mobile-product-link-group:first-child {
  margin-top: 0;
}

.mobile-product-link-title {
  font-size: 16px;
  font-weight: 700;
}

.mobile-page-links-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -10px;
}

.mobile-page-links-btn {
  display: flex;
  height: 30px;
  align-items: center;
  width: 30px;
  justify-content: center;
}

.mobile-page-links-btn svg {
  width: 12px;
}

.mobile-page-links-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mobile-page-links-body-inner {
  padding: 10px 0 0 20px;
}

.mobile-page-links-header .page-link {
  margin: 0;
  padding: 10px 10px 10px 0;
}
.mobile-logo {
  width: 75px;
}
.mobile-logo img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header__heading-logo-wrapper .mobile-logo {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .header__heading-logo-wrapper .desktop-logo {
    display: none !important;
  }
}


@media screen and (min-width: 990px) {

  .custom-header__icons-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 989px) {

  .custom-header__icons {
    display: none !important;
  }
}
/*  */

a.button--cart {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px 0 8px;
  height: 40px;
  background: #000;
  border-radius: 20px;
  transition: 0.3s all ease;
}
a.button--cart .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
a.button--cart .label {
  font-family: "SimplonNorm-Regular";
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
a.button--cart:hover {
  background: #76B900;
}

.switch--lang {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 16px;
}
.switch--lang .label {
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #888888;
}
.switch--lang a.current {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
}
.switch--lang:hover a.current {
  text-decoration: underline;
}
.switch--lang--mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
      white-space: nowrap;
}
.switch--lang--mobile .label {
  font-size: 11px;
  line-height: 14px;
  color: #888888;
}
.switch--lang--mobile a.current {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
}
.switch--lang--mobile:hover a.current {
  text-decoration: underline;
}

.custom-header__icons,
.custom-header__icons-mobile {
    display: flex;
    justify-content: flex-end;
}
.custom-header__icons-mobile {
  margin-right: 40px;
}
header .sprite {
    display: inline-block;
    background-image: url(https://www.ipevo.com/assets/v2/us/images/header/sprite.png);
    background-repeat: no-repeat;
}

header .sprite:before {
    content: "";
    display: block;
}
header .icon--cart {
    width: 21.5px;
    height: auto;
    background-position: 48.5623003195% 56.6666666667%;
    background-size: 1555.8139534884% auto;
}
header .icon--cart:before {
    padding-top: 95.3488372093%;
}

.button--icon--mobile {
  cursor: pointer;
}
.button--icon--mobile .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

header .icon--cart--black {
    width: 21.5px;
    height: auto;
    background-position: 56.0702875399% 56.043956044%;
    background-size: 1555.8139534884% auto;
}
header .icon--cart--black:before {
    padding-top: 93.023255814%;
}

.custom-header .header__icon--menu {
  position: absolute !important;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.custom-header  .header__icon--menu[aria-expanded=true]:before {
  display: none;
}

@media screen and (max-width: 749px) {
  .custom-header .header__icon--menu {
    right: 1.5rem;
  }  
}

.header__inline-menu {
  height: calc(100% + 40px);
}
.header__inline-menu .header__menu-item {
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  border-bottom: 3px solid transparent;
  padding-right: 0;
  padding-left: 0;
  margin-right: 2.7rem;  
  color: #000 !important;
}
.header__inline-menu .header__menu-item:hover {
  border-bottom: 3px solid #76B900;
}
.header__inline-menu .header__menu-item span {
  text-decoration: none !important;
  transition: none;
  color: #000 !important;

}

#Details-HeaderMenu-customer-product .header__inline-menu .header__menu-item {
  margin-right: 0;
}

.list-menu--inline header-menu{

  display: block;
}
.mega-menu,
.list-menu--inline,
.list-menu--inline header-menu,
.header__menu-item{
  height: 100%;
}


.mega-menu:hover .mega-menu__content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  z-index: 3;
  border-top: 0.1rem solid rgba(var(--color-foreground),.08);

}