@import url("https://cdn.shopify.com/s/files/1/0808/0067/files/fontawesome.css");
@import url("https://cdn.shopify.com/s/files/1/0808/0067/files/light.css");
@import url("https://use.typekit.net/gia8xsm.css");

*,
::after,
::before {
  box-sizing: border-box;
}

.navigation p {
  margin: 0;
}

.section-title {
  padding-bottom: 1rem;
}

.section-title p:first-child {
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0.25;
}

.section-title p + p {
  margin-top: 0.25;
}

.portalContainer {
  padding: 0;
  margin: 0;
  color: #212529;
  font-family: "proxima-nova";
  font-weight: 300;
  font-size: 1rem;
  font-style: normal;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 48rem) {
  .Header__menu,
  .Header__menu:after,
  .Header__menu:before {
    background-color: #212529;
  }
  .Header__navOpen .Header__nav .Header__link {
    color: #ffffff;
  }
}

hr {
  margin: 0 0 1.5rem;
  color: #6c757d;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.text-info {
  margin: 0px;
  font-size: 0.85rem;
}

i[class^="icon-sm"] {
  color: #888 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  margin-left: 5px;
}

.navigation {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.navigation .section-inner-container {
  width: 100%;
  padding: 1rem;
  margin: auto;
}

.navigation .nav-item {
  height: 180px;
  margin-bottom: 1.5rem;
}

.navigation .nav-item .nav-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  text-decoration: none;
  text-align: center;
  color: #000000;
  background-color: #ffffffb3;
  border-radius: 6px;
}

.navigation .nav-item .fa-light {
  font-size: 4rem;
  font-weight: 300;
}

.navigation .nav-item .nav-title {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 1rem;
}

.navigation .nav-item .nav-item-link:hover,
.navigation .support-option .nav-item-link:hover {
  background-color: #ffffff;
}

.navigation .nav-item .nav-item-link:hover i,
.navigation .nav-item .nav-item-link:focus i,
.navigation .support-option .nav-item-link:hover i,
.navigation .support-option .nav-item-link:focus i {
  color: #1488f9;
}

.navigation .nav-item .nav-item-link:focus,
.navigation .support-option .nav-item-link:focus {
  background-color: #ffffff;
  outline: 0;
  box-shadow: #dddddd40 0px 0px 0px 0.2rem;
}

.navigation .support-option .nav-item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  background-color: #ffffffb3;
  height: 140px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}

.navigation .support-option .fa-light {
  font-size: 4rem;
  font-weight: 300;
  margin-right: 1rem;
}

.navigation .support-option b {
  display: block;
  font-size: 1.25rem;
}

.navigation .support-option span {
  font-size: 0.95rem;
}

.button-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.button-dropdown:hover button {
  background-color: #ffffff !important;
}

.button-dropdown .nav-item-link {
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

/* --------------------------------------------------
Support Others
-------------------------------------------------- */
#support-others.nav-item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#support-others .nav-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

#support-others .nav-cta-icon::after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
}


/* --------------------------------------------------
Page Icons
-------------------------------------------------- */
.img-icon-page {
  width: 80px;
  height: 80px;
}

.support-option .img-icon-page {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.img-icon-sm {
  max-width: 16px;
  max-height: 16px;
  width: 100%;
  height: auto;
}

.nav-item-link:not(:hover) #general {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/comment-dots.svg?v=1687298653")
    no-repeat center / contain;
}

.nav-item-link:hover #general {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/comment-dots.svg?v=1687298653)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/comment-dots.svg?v=1687298653)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #order-billing {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/clipboard-check.svg?v=1687298653")
    no-repeat center / contain;
}

.nav-item-link:hover #order-billing {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/clipboard-check.svg?v=1687298653)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/clipboard-check.svg?v=1687298653)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #shipping {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/truck-fast.svg?v=1687298782")
    no-repeat center / contain;
}

.nav-item-link:hover #shipping {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/truck-fast.svg?v=1687298782)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/truck-fast.svg?v=1687298782)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #return {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/arrow-rotate-left.svg?v=1687298781")
    no-repeat center / contain;
}
.nav-item-link:hover #return {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/arrow-rotate-left.svg?v=1687298781)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/arrow-rotate-left.svg?v=1687298781)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #reward-program {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/circle-star.svg?v=1687298781")
    no-repeat center / contain;
}

.nav-item-link:hover #reward-program {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/circle-star.svg?v=1687298781)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/circle-star.svg?v=1687298781)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #products {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/box-taped.svg?v=1687298782")
    no-repeat center / contain;
}

.nav-item-link:hover #products {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/box-taped.svg?v=1687298782)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/box-taped.svg?v=1687298782)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #promo {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/gift.svg?v=1687298972")
    no-repeat center / contain;
}

.nav-item-link:hover #promo {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/gift.svg?v=1687298972)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/gift.svg?v=1687298972)
    no-repeat center / contain;
}

.nav-item-link:not(:hover) #reseller-collab {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/handshake.svg?v=1687298782")
    no-repeat center / contain;
}

.nav-item-link:hover #reseller-collab {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/handshake.svg?v=1687298782)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/handshake.svg?v=1687298782)
    no-repeat center / contain;
}

.support-option:not(:hover) #support-americas {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/earth-americas.svg?v=1687298782")
    no-repeat center / contain;
}

.support-option:not(:hover) #support-europe {
  background: url("https://cdn.shopify.com/s/files/1/0808/0067/files/earth-europe.svg?v=1687298782")
    no-repeat center / contain;
}

.support-option:hover #support-americas {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/earth-americas.svg?v=1687298782)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/earth-americas.svg?v=1687298782)
    no-repeat center / contain;
}

.support-option:hover #support-europe {
  background-color: #1488f9;
  mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/earth-europe.svg?v=1687298782)
    no-repeat center / contain;
  -webkit-mask: url(https://cdn.shopify.com/s/files/1/0808/0067/files/earth-europe.svg?v=1687298782)
    no-repeat center / contain;
}

@media screen and (max-width: 500px) {
  .img-icon-page {
    width: 40px;
    height: 40px;
  }
  .navigation .nav-item {
  	height: 130px;
	}
  
  .navigation .nav-item .nav-item-link {
  	padding: 0.25rem;
  }
  .navigation .nav-item .nav-title {
  	font-size: 0.75rem;
  }
}

/* --------------------------------------------------
Modal
-------------------------------------------------- */
.Header__header,
.Header__menuWrapper,
.Header__titleSearchWrapper,
.Header__nav .Header__link,
.Header__menuList,
.Header__navbtn,
.Header__menuBox,
.Header__menuWrapper {
  position: unset !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.modal-content {
  border-radius: 1rem;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.modal-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: solid thin #eaeaea;
}

.modal-header-wrapper p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.modal-header-wrapper span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.modal-header-wrapper .modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  padding: 1rem;
}

.modal-header-wrapper .modal-close:hover {
  background-color: #eaeaea;
}

@media screen and (max-width: 500px) {
  .modal-content {
    height: auto;
  }

  .modal-header-wrapper p,
  .modal-header-wrapper span {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .modal-header-wrapper br {
    display: none;
  }
}

.modal-body {
  max-height: 60vh;
  overflow: auto;
}

.modal-body .list-content {
  display: block;
  overflow: auto;
  padding: 1rem;
}

.list-content .nav-item-link:hover {
  background-color: #dddddd;
}

.list-content .dropdown-list-item {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #212529;
  padding: 0.75rem 0.75rem;
  border-radius: 0.5rem;
}

.list-content .dropdown-list-item:hover {
  background-color: #eaeaea;
}

.list-content .dropdown-list-item span {
  display: block;
  font-size: 0.75rem;
}

