@charset "UTF-8";
@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10153/Autography.woff2?v=1779471804000") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10153/Poppins-Regular.woff2?v=1779471807000") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10153/Poppins-Medium.woff2?v=1779471806000") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10153/Poppins-SemiBold.woff2?v=1779471809000") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://acb0a5d73b67fccd4bbe-c2d8138f0ea10a18dd4c43ec3aa4240a.ssl.cf5.rackcdn.com/10153/Poppins-Bold.woff2?v=1724356922000") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #333333;
  font-family: "Poppins", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.gifts-of-hope-wordmark,
.symbolic-giving-hero .wordmark,
.symbolic-giving-hero h1 {
  font-family: "Autography", "Segoe Script", cursive;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #0472cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 1rem;
}

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

.en__component--page {
  margin: 0;
}

.en__product--box,
.en__product--full,
.en__component--ecproduct,
.en__component--ecdelivery,
.en__component--copyblock,
.en__field__input--text,
.en__field__input--select,
.en__field__input--textarea,
select.en__field__input,
textarea.en__field__input,
.en__quantity,
.en__quantity__input,
.en__product__images,
.en__product__images--slider,
.en__product__images img,
.payment-details > .card,
.cshp-section-heading,
.en__component--eccheckout,
.en__productSummary,
.en__productSummary__item--image img {
  border-radius: 0 !important;
}

.en__errorList {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  color: #c00;
}

.en__button,
button.en__button,
a.en__button,
a.all-gifts-button,
input[type=submit],
.en__submit > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #0472cc;
  color: #ffffff !important;
  border: 2px solid #0472cc;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.en__button:hover,
button.en__button:hover,
a.en__button:hover,
a.all-gifts-button:hover,
input[type=submit]:hover,
.en__submit > button:hover {
  background: #005BA3;
  border-color: #005BA3;
  text-decoration: none !important;
}

.en__product__quickAdd,
a.product-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  background: #ffffff;
  color: #0472cc !important;
  border: 2px solid #0472cc;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.en__product__quickAdd:hover,
a.product-buy-now:hover {
  background: #0472cc;
  color: #ffffff !important;
  text-decoration: none !important;
}

.en__button,
button.en__button,
a.en__button,
input[type=submit],
.en__submit > button,
.en__product__quickAdd,
a.product-buy-now {
  text-transform: none !important;
}

.en__component--ecrelatedproducts .en__product__quickAdd {
  background: #0472cc;
  color: #ffffff !important;
}
.en__component--ecrelatedproducts .en__product__quickAdd:hover {
  background: #005BA3;
}

.en__product.en__product--box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}
.en__product.en__product--box .en__product__image a {
  display: block;
}
.en__product.en__product--box .en__product__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.en__product.en__product--box .en__product__name {
  padding: 14px 16px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1B3054;
  line-height: 1.3;
}
.en__product.en__product--box .en__product__name a {
  color: #1B3054;
  text-decoration: none;
}
.en__product.en__product--box .en__product__name a:hover {
  color: #0472cc;
}
.en__product.en__product--box .en__product__actions {
  padding: 8px 16px 16px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.en__product.en__product--box .en__product__actions .en__product__price {
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  color: #1B3054;
}
.en__product.en__product--box > .en__product__price {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 800;
  color: #1B3054;
}

.en__scroller {
  overflow: visible !important;
}
.en__scroller .en__productList {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  transform: none !important;
  gap: 20px !important;
  overflow: visible !important;
}
.en__scroller .en__productList__item {
  width: auto !important;
  min-width: 0 !important;
  flex: none !important;
}

.en__scroller__next,
.en__scroller__prev {
  display: none !important;
}

@media (max-width: 960px) {
  .en__scroller .en__productList {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .en__scroller .en__productList {
    grid-template-columns: 1fr !important;
  }
}
nav.cart-bar {
  background: #243c4b;
  padding: 6px 0;
}
nav.cart-bar .cart-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
nav.cart-bar .cart-text {
  color: #ffffff;
  font-size: 14px;
}
nav.cart-bar .en__ecnav__item--cart--withCount {
  display: flex;
  align-items: center;
  gap: 6px;
}
nav.cart-bar .cart-img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
nav.cart-bar .en__ecnav__cartCount span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
nav.cart-bar a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

header > .container {
  padding-top: 0;
  padding-bottom: 0;
}

nav.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background: #ffffff;
  gap: 32px;
}
nav.nav-menu .logo {
  height: 50px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
nav.nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}
nav.nav-menu .nav-list li a {
  position: relative;
  color: #1B3054;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.2s ease;
}
nav.nav-menu .nav-list li a:hover {
  color: #0472cc;
  text-decoration: none;
}
nav.nav-menu .nav-list li a.active {
  color: #0472cc;
  font-weight: 700;
}
nav.nav-menu .nav-list li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: #0472cc;
  border-radius: 2px;
}

.en__component--ecnav {
  display: none !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: #1B3054;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.nav-toggle--open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.nav-toggle.nav-toggle--open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.nav-toggle--open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 960px) {
  nav.nav-menu {
    flex-wrap: wrap;
    position: relative;
  }
  nav.nav-menu .nav-toggle {
    display: flex;
  }
  nav.nav-menu .nav-list {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    margin: 8px 0 0;
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
  }
  nav.nav-menu .nav-list.nav-list--open {
    display: flex;
  }
  nav.nav-menu .nav-list li {
    width: 100%;
  }
  nav.nav-menu .nav-list li a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
  }
}
footer.page-footer {
  background: #243c4b;
  color: #ffffff;
  padding: 48px 0 24px;
  margin-top: 0;
}
footer.page-footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
footer.page-footer > .container > a.footer-logo-link,
footer.page-footer > .container > a[href*="planusa.org"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  grid-column: 1;
  width: 250px;
}
footer.page-footer .logo {
  width: 250px;
  height: auto;
  display: block;
}
footer.page-footer .footer-tagline {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
footer.page-footer .footer-details {
  grid-column: 2/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-content: start;
}
footer.page-footer .footer-details .footer-col {
  display: flex;
  flex-direction: column;
}
footer.page-footer .footer-details h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}
footer.page-footer .footer-details .footer-contact {
  display: contents;
}
footer.page-footer .footer-details nav address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.7;
}
footer.page-footer .footer-details nav address p {
  margin: 0 0 12px;
}
footer.page-footer .footer-details nav address a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
footer.page-footer .footer-details nav address a:hover {
  color: #ffffff;
}
footer.page-footer .footer-details .footer-col--office .social {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin: 16px 0 0;
  flex-wrap: wrap;
}
footer.page-footer .footer-details .footer-col--office .social img {
  width: 60px;
  height: 60px;
  display: block;
}
footer.page-footer > .container > p {
  grid-column: 1/-1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  margin: 24px 0 0;
  text-align: left;
}
@media (max-width: 960px) {
  footer.page-footer .container {
    grid-template-columns: 1fr;
  }
  footer.page-footer .footer-details {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
  footer.page-footer .footer-details .footer-contact {
    display: contents;
  }
  footer.page-footer .footer-details nav {
    margin-bottom: 16px;
  }
}

.hero-banner,
.symbolic-giving-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 500px;
  overflow: hidden;
  padding: 150px calc((100vw - 1200px) / 2 + 20px) 50px;
}
@media (max-width: 1200px) {
  .hero-banner,
  .symbolic-giving-hero {
    padding: 150px 20px 50px;
  }
}
@media (max-width: 767px) {
  .hero-banner,
  .symbolic-giving-hero {
    min-height: 360px;
    padding: 100px 20px 30px;
  }
}
.hero-banner img,
.symbolic-giving-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 12%;
  position: absolute;
  inset: 0;
}
.hero-banner > h1,
.hero-banner > h2,
.hero-banner > p.subhead,
.hero-banner > p.all-gifts-paragraph,
.symbolic-giving-hero > h1,
.symbolic-giving-hero > h2,
.symbolic-giving-hero > p.subhead,
.symbolic-giving-hero > p.all-gifts-paragraph {
  position: relative;
  z-index: 10;
  max-width: 520px;
}
@media (max-width: 767px) {
  .hero-banner > h1,
  .hero-banner > h2,
  .hero-banner > p.subhead,
  .hero-banner > p.all-gifts-paragraph,
  .symbolic-giving-hero > h1,
  .symbolic-giving-hero > h2,
  .symbolic-giving-hero > p.subhead,
  .symbolic-giving-hero > p.all-gifts-paragraph {
    max-width: 100%;
  }
}
.hero-banner h1,
.hero-banner .wordmark,
.symbolic-giving-hero h1,
.symbolic-giving-hero .wordmark {
  font-family: "Autography", "Segoe Script", cursive;
  color: #ffffff;
  font-size: 84px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 0.95;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .hero-banner h1,
  .hero-banner .wordmark,
  .symbolic-giving-hero h1,
  .symbolic-giving-hero .wordmark {
    font-size: 56px;
  }
}
.hero-banner h2,
.hero-banner .holiday-catalog,
.symbolic-giving-hero h2,
.symbolic-giving-hero .holiday-catalog {
  color: #ffffff;
  font-family: "Poppins", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .hero-banner h2,
  .hero-banner .holiday-catalog,
  .symbolic-giving-hero h2,
  .symbolic-giving-hero .holiday-catalog {
    font-size: 18px;
  }
}
.hero-banner .subhead,
.hero-banner p,
.symbolic-giving-hero .subhead,
.symbolic-giving-hero p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 24px;
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.hero-banner .all-gifts-paragraph,
.symbolic-giving-hero .all-gifts-paragraph {
  margin: 0;
}
.hero-banner a.all-gifts-button,
.symbolic-giving-hero a.all-gifts-button {
  background: #0472cc;
  color: #ffffff !important;
  border-color: #0472cc;
}
.hero-banner a.all-gifts-button:hover,
.symbolic-giving-hero a.all-gifts-button:hover {
  background: #005BA3;
  border-color: #005BA3;
}

#catalog-home .GOH-lede {
  text-align: center;
  padding: 28px 20px 16px;
  background: #ffffff;
}
#catalog-home .GOH-lede .divider-img,
#catalog-home .GOH-lede img[src*=separator],
#catalog-home .GOH-lede img[src*=divider] {
  display: none;
}
#catalog-home .GOH-lede h1 {
  color: #1B3054;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0 0 8px;
}
#catalog-home .GOH-lede h2 {
  color: #0472cc;
  font-size: 26px;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 16px;
  line-height: 1.3;
}
#catalog-home .GOH-lede .intro-headline {
  color: #1B3054;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0 0 8px;
}
#catalog-home .GOH-lede .intro-subheadline {
  color: #0472cc;
  font-size: 26px;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 16px;
  line-height: 1.3;
}
#catalog-home .en__component--ecfeaturelist {
  margin: 24px 0;
}
#catalog-home .en__component--ecfeaturelist .en__ecfeaturelist__header {
  font-size: 28px;
  font-weight: 800;
  color: #1B3054;
  margin: 0 0 24px;
  display: inline-block;
}
#catalog-home .en__component--ecfeaturelist .en__ecfeaturelist__products {
  margin-top: 0;
}
#catalog-home .urgent-needs-section .en__ecfeaturelist__header {
  position: relative;
  z-index: 1;
  padding: 14px 36px 18px;
}
#catalog-home .urgent-needs-section .en__ecfeaturelist__header::before {
  content: "";
  position: absolute;
  inset: -8px -12px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 80' preserveAspectRatio='none' fill='none' stroke='%23fcd504' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M 30 50 C 30 10 250 5 285 35 C 295 65 80 78 15 50 C 8 40 35 16 90 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}
#catalog-home .popular-section .en__ecfeaturelist__header {
  position: relative;
  padding-bottom: 14px;
}
#catalog-home .popular-section .en__ecfeaturelist__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none' fill='none' stroke='%23fcd504' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M 2 8 Q 100 0 198 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#catalog-home .how-it-works {
  position: relative;
  background: transparent;
  padding: 24px 0 0;
  margin: 0;
}
#catalog-home .how-it-works::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #e6f7fc;
  z-index: 0;
}
#catalog-home .how-it-works .en__component,
#catalog-home .how-it-works .en__component--column,
#catalog-home .how-it-works .en__component--copyblock {
  margin: 0 !important;
  padding: 0;
  position: relative;
  z-index: 1;
}
#catalog-home .how-it-works .en__component--copyblock {
  background: #0472cc;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 14px 20px !important;
}
#catalog-home .how-it-works h2 {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
#catalog-home .how-it-works-cols {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #e6f7fc;
  padding: 0 20px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  max-width: 100vw;
  box-sizing: border-box;
  padding-left: calc((100vw - 1200px) / 2 + 20px);
  padding-right: calc((100vw - 1200px) / 2 + 20px);
}
@media (max-width: 1200px) {
  #catalog-home .how-it-works-cols {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#catalog-home .how-it-works-cols > .en__component--column {
  background: #f5f5f5;
  border: 1px solid #C9CCD1;
  padding: 24px 22px;
  margin-left: -1px;
}
#catalog-home .how-it-works-cols > .en__component--column:first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}
#catalog-home .how-it-works-cols > .en__component--column:last-child {
  border-radius: 0 4px 4px 0;
}
#catalog-home .how-it-works-cols h3 {
  color: #1B3054;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
#catalog-home .how-it-works-cols p {
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 767px) {
  #catalog-home .how-it-works-cols {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  #catalog-home .how-it-works-cols > .en__component--column {
    margin-left: 0;
    margin-top: -1px;
  }
  #catalog-home .how-it-works-cols > .en__component--column:first-child {
    margin-top: 0;
    border-radius: 4px 4px 0 0;
  }
  #catalog-home .how-it-works-cols > .en__component--column:last-child {
    border-radius: 0 0 4px 4px;
  }
}
#catalog-home .urgent-needs {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #e6f7fc;
  padding: 0 20px 48px;
  margin: -30px 0 0;
  max-width: 100vw;
  box-sizing: border-box;
  padding-left: calc((100vw - 1200px) / 2 + 20px);
  padding-right: calc((100vw - 1200px) / 2 + 20px);
}
@media (max-width: 1200px) {
  #catalog-home .urgent-needs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#catalog-home .urgent-needs .en__component,
#catalog-home .urgent-needs .en__component--column,
#catalog-home .urgent-needs .en__component--copyblock {
  margin: 0 !important;
  padding: 0;
  background: transparent;
}
#catalog-home .urgent-needs .en__component--copyblock p {
  background: #f5f5f5;
  border: 1px solid #C9CCD1;
  border-radius: 4px;
  padding: 20px 24px;
  margin: 0 0 16px;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}
#catalog-home .urgent-needs .en__component--copyblock p:last-child {
  margin-bottom: 0;
}
#catalog-home .product-buy-now {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #0472cc;
  border-radius: 50px;
  color: #0472cc;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#catalog-home .product-buy-now:hover {
  background: #0472cc;
  color: #ffffff;
}
#catalog-home .en__product__actions {
  margin-top: 12px;
}
#catalog-home .en__component--copyblock p {
  margin: 0 0 16px;
}

#catalog-category .en__component--eccatlist,
#catalog-category .en__eccatlist {
  margin: 24px 0 40px;
}
#catalog-category .en__eccatlist__categoryName {
  font-size: 32px;
  font-weight: 800;
  color: #1B3054;
  margin: 0 0 24px;
}
#catalog-category .en__eccatlist__row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}
#catalog-category .en__eccatlist__row > .en__eccatlist__colleft {
  flex: 0 0 220px;
}
#catalog-category .en__eccatlist__row > .en__eccatlist__colright {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 960px) {
  #catalog-category .en__eccatlist__row > .en__eccatlist__colleft {
    flex: 1 1 100%;
  }
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1B3054;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 12px;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters h4 a {
  color: #1B3054;
  text-decoration: none;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters h4 a:hover {
  color: #0472cc;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters ul li {
  margin: 0;
  padding: 0;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters ul li a {
  display: block;
  padding: 8px 12px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters ul li a:hover {
  background: rgba(4, 114, 204, 0.06);
  color: #0472cc;
}
#catalog-category .en__eccatlist__colleft .en__eccatlist__filters select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
}
#catalog-category .en__eccatlist__colleft a.filter-active {
  background: #0472cc !important;
  color: #ffffff !important;
  font-weight: 700;
}
#catalog-category .en__eccatlist__colleft a.filter-active:hover {
  background: #005BA3 !important;
  color: #ffffff !important;
}
#catalog-category .en__eccatlist__colright .en__productList,
#catalog-category .en__eccatlist__products .en__productList {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  transform: none !important;
  overflow: visible !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 960px) {
  #catalog-category .en__eccatlist__colright .en__productList,
  #catalog-category .en__eccatlist__products .en__productList {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  #catalog-category .en__eccatlist__colright .en__productList,
  #catalog-category .en__eccatlist__products .en__productList {
    grid-template-columns: 1fr !important;
  }
}
#catalog-category .en__eccatlist__colright .en__productList__item,
#catalog-category .en__eccatlist__products .en__productList__item {
  width: auto !important;
  min-width: 0 !important;
  flex: none !important;
  list-style: none;
  padding: 0 !important;
}

#catalog-product-detail .en__component--ecproduct {
  position: relative;
  padding: 48px 0;
}
#catalog-product-detail .en__component--ecproduct::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #e6f7fc;
  z-index: 0;
}
#catalog-product-detail .en__component--ecproduct > * {
  position: relative;
  z-index: 1;
}
#catalog-product-detail .en__product.en__product--full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: transparent;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 960px) {
  #catalog-product-detail .en__product.en__product--full {
    grid-template-columns: 1fr;
  }
}
#catalog-product-detail .en__product__images,
#catalog-product-detail .en__product__images--slider {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
#catalog-product-detail .en__product__images .en__product__image,
#catalog-product-detail .en__product__images--slider .en__product__image {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
#catalog-product-detail .en__product__images img,
#catalog-product-detail .en__product__images--slider img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
#catalog-product-detail .en__product__detail {
  background: #ffffff;
  padding: 32px 40px 32px 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#catalog-product-detail .en__product__detail .en__product__social {
  order: 1;
}
#catalog-product-detail .en__product__detail .en__product__pricing {
  order: 2;
}
#catalog-product-detail .en__product__detail .en__product__buy {
  order: 3;
}
@media (max-width: 767px) {
  #catalog-product-detail .en__product__detail {
    padding: 24px;
  }
}
#catalog-product-detail .en__product__name {
  font-size: 48px;
  font-weight: 800;
  color: #1B3054;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  #catalog-product-detail .en__product__name {
    font-size: 36px;
  }
}
#catalog-product-detail .en__product__options select.en__product__variants {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
  color: #333333;
}
#catalog-product-detail .en__product__pricing {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: -8px;
}
#catalog-product-detail .en__product__pricing .product-cost-label {
  font-size: 18px;
  font-weight: 700;
  color: #1B3054;
}
#catalog-product-detail .en__product__pricing .en__product__price {
  font-size: 22px;
  font-weight: 800;
  color: #1B3054;
}
#catalog-product-detail .en__product__pricing .en__product__regularPrice {
  font-size: 16px;
  color: #aaaaaa;
  text-decoration: line-through;
}
#catalog-product-detail .en__product__buy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
#catalog-product-detail .en__product__buy .en__quantity {
  width: auto;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  overflow: visible;
}
#catalog-product-detail .en__product__buy .en__quantity__control {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0472cc;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  user-select: none;
  transition: background 0.2s ease;
}
#catalog-product-detail .en__product__buy .en__quantity__control:hover {
  background: #005BA3;
}
#catalog-product-detail .en__product__buy .en__quantity__control.en__quantity__control--subtract::after {
  content: "−";
}
#catalog-product-detail .en__product__buy .en__quantity__control.en__quantity__control--add::after {
  content: "+";
}
#catalog-product-detail .en__product__buy .en__quantity__input {
  width: 72px;
  height: 56px;
  text-align: center;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1B3054;
  background: #ffffff;
}
#catalog-product-detail .en__product__buy > .en__button {
  flex: 0 0 auto;
  font-size: 16px;
  padding: 14px 36px;
  margin-top: 1rem;
}
#catalog-product-detail .en__product__social {
  margin: 0;
}
#catalog-product-detail .en__product__social .en__shares {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}
#catalog-product-detail .en__product__social .en__share {
  display: flex;
  margin: 0;
  padding: 0;
}
#catalog-product-detail .en__product__social .en__share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0472cc;
  text-decoration: none;
  transition: background 0.2s ease;
}
#catalog-product-detail .en__product__social .en__share__button:hover {
  background: #00519A;
}
#catalog-product-detail .en__product__social .en__share__button.en__share__button--twitter::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.74l7.73-8.835L1.254 2.25H8.08l4.253 5.622zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center/contain no-repeat;
}
#catalog-product-detail .en__product__social .en__share__button.en__share__button--facebook::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E") center/contain no-repeat;
}
#catalog-product-detail .en__component--ecrelatedproducts {
  margin: 40px 0;
}
#catalog-product-detail .en__component--ecrelatedproducts h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1B3054;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 14px 36px 18px;
  margin: 0 0 28px;
}
#catalog-product-detail .en__component--ecrelatedproducts h2::before {
  content: "";
  position: absolute;
  inset: -8px -12px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 80' preserveAspectRatio='none' fill='none' stroke='%23fcd504' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M 30 50 C 30 10 250 5 285 35 C 295 65 80 78 15 50 C 8 40 35 16 90 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}
#catalog-product-detail .en__component--ecrelatedproducts h2::after {
  content: none;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__component--ecrelatedproducts__products {
  margin-top: 0;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product.en__product--box {
  display: flex;
  flex-direction: column;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product.en__product--box .en__product__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding: 14px 16px 4px;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product.en__product--box .en__product__actions {
  margin-top: auto;
  padding: 8px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product.en__product--box .en__product__actions .en__product__price {
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  color: #1B3054;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product__quickAdd {
  background: #ffffff;
  color: #0472cc !important;
  border: 2px solid #0472cc;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}
#catalog-product-detail .en__component--ecrelatedproducts .en__product__quickAdd:hover {
  background: #0472cc;
  color: #ffffff !important;
}

#catalog-checkout .cshp-section-heading,
#catalog-billing .cshp-section-heading,
#catalog-payment .cshp-section-heading,
#catalog-order-completion .cshp-section-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  background: transparent;
  padding: 0 0 20px;
  margin: -40px auto 16px;
  max-width: 1200px;
  border-radius: 0;
  box-shadow: none;
}
#catalog-checkout .cshp-section-heading h1, #catalog-checkout .cshp-section-heading h2,
#catalog-billing .cshp-section-heading h1,
#catalog-billing .cshp-section-heading h2,
#catalog-payment .cshp-section-heading h1,
#catalog-payment .cshp-section-heading h2,
#catalog-order-completion .cshp-section-heading h1,
#catalog-order-completion .cshp-section-heading h2 {
  display: inline-block;
  position: relative;
  color: #0472cc;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  padding-bottom: 14px;
}
#catalog-checkout .cshp-section-heading h1::after, #catalog-checkout .cshp-section-heading h2::after,
#catalog-billing .cshp-section-heading h1::after,
#catalog-billing .cshp-section-heading h2::after,
#catalog-payment .cshp-section-heading h1::after,
#catalog-payment .cshp-section-heading h2::after,
#catalog-order-completion .cshp-section-heading h1::after,
#catalog-order-completion .cshp-section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none' fill='none' stroke='%23fcd504' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M 2 8 Q 100 0 198 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#catalog-checkout h2.symbolic-giving-checkout-heading,
#catalog-billing h2.symbolic-giving-checkout-heading,
#catalog-payment h2.symbolic-giving-checkout-heading,
#catalog-order-completion h2.symbolic-giving-checkout-heading {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  background: transparent;
  padding: 0 0 20px;
  margin: -40px auto 16px;
  max-width: 1200px;
  border-radius: 0;
  box-shadow: none;
  color: #0472cc;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}
#catalog-checkout h2.symbolic-giving-checkout-heading::after,
#catalog-billing h2.symbolic-giving-checkout-heading::after,
#catalog-payment h2.symbolic-giving-checkout-heading::after,
#catalog-order-completion h2.symbolic-giving-checkout-heading::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 14%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none' fill='none' stroke='%23fcd504' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M 2 8 Q 100 0 198 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#catalog-checkout .progress,
#catalog-billing .progress,
#catalog-payment .progress,
#catalog-order-completion .progress {
  padding: 40px 0 20px;
}
#catalog-checkout .progress ol,
#catalog-billing .progress ol,
#catalog-payment .progress ol,
#catalog-order-completion .progress ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
  position: relative;
  align-items: flex-start;
}
#catalog-checkout .progress ol::before,
#catalog-billing .progress ol::before,
#catalog-payment .progress ol::before,
#catalog-order-completion .progress ol::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16.6666666667%;
  right: 16.6666666667%;
  height: 2px;
  background: #aaaaaa;
  z-index: 0;
}
#catalog-checkout .progress ol li,
#catalog-billing .progress ol li,
#catalog-payment .progress ol li,
#catalog-order-completion .progress ol li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-increment: step;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}
#catalog-checkout .progress ol li::before,
#catalog-billing .progress ol li::before,
#catalog-payment .progress ol li::before,
#catalog-order-completion .progress ol li::before {
  content: counter(step);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #aaaaaa;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
#catalog-checkout .progress ol li.active,
#catalog-billing .progress ol li.active,
#catalog-payment .progress ol li.active,
#catalog-order-completion .progress ol li.active {
  color: #1B3054;
  font-weight: 700;
}
#catalog-checkout .progress ol li.active::before,
#catalog-billing .progress ol li.active::before,
#catalog-payment .progress ol li.active::before,
#catalog-order-completion .progress ol li.active::before {
  background: #0472cc;
}
#catalog-checkout .progress ol li.current, #catalog-checkout .progress ol li.active:not(:has(> a)),
#catalog-billing .progress ol li.current,
#catalog-billing .progress ol li.active:not(:has(> a)),
#catalog-payment .progress ol li.current,
#catalog-payment .progress ol li.active:not(:has(> a)),
#catalog-order-completion .progress ol li.current,
#catalog-order-completion .progress ol li.active:not(:has(> a)) {
  font-weight: 700;
}
#catalog-checkout .progress ol li.current::after, #catalog-checkout .progress ol li.active:not(:has(> a))::after,
#catalog-billing .progress ol li.current::after,
#catalog-billing .progress ol li.active:not(:has(> a))::after,
#catalog-payment .progress ol li.current::after,
#catalog-payment .progress ol li.active:not(:has(> a))::after,
#catalog-order-completion .progress ol li.current::after,
#catalog-order-completion .progress ol li.active:not(:has(> a))::after {
  content: "";
  display: block;
  height: 3px;
  background: #0472cc;
  width: 80%;
  margin: 6px auto 0;
  border-radius: 2px;
}
#catalog-checkout .progress ol li a,
#catalog-billing .progress ol li a,
#catalog-payment .progress ol li a,
#catalog-order-completion .progress ol li a {
  color: #1B3054;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
#catalog-checkout .progress ol li a:hover,
#catalog-billing .progress ol li a:hover,
#catalog-payment .progress ol li a:hover,
#catalog-order-completion .progress ol li a:hover {
  text-decoration: underline;
}
#catalog-checkout .en__component--eccheckout,
#catalog-billing .en__component--eccheckout,
#catalog-payment .en__component--eccheckout,
#catalog-order-completion .en__component--eccheckout {
  background: #f5f5f5;
  padding: 28px 32px;
  margin: 16px auto 24px;
  max-width: calc(100% - 64px);
}
@media (max-width: 767px) {
  #catalog-checkout .en__component--eccheckout,
  #catalog-billing .en__component--eccheckout,
  #catalog-payment .en__component--eccheckout,
  #catalog-order-completion .en__component--eccheckout {
    padding: 20px 16px;
    max-width: 100%;
  }
}
#catalog-checkout .en__component--eccheckout > h2,
#catalog-billing .en__component--eccheckout > h2,
#catalog-payment .en__component--eccheckout > h2,
#catalog-order-completion .en__component--eccheckout > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0472cc;
  margin: 0 0 16px;
}
#catalog-checkout .en__component--eccheckout.en__component--eccheckout--empty .en__component--eccheckout__emptyMessage,
#catalog-billing .en__component--eccheckout.en__component--eccheckout--empty .en__component--eccheckout__emptyMessage,
#catalog-payment .en__component--eccheckout.en__component--eccheckout--empty .en__component--eccheckout__emptyMessage,
#catalog-order-completion .en__component--eccheckout.en__component--eccheckout--empty .en__component--eccheckout__emptyMessage {
  text-align: center;
  padding: 40px;
  color: #aaaaaa;
  font-size: 16px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary,
#catalog-billing .en__component--eccheckout .en__productSummary,
#catalog-payment .en__component--eccheckout .en__productSummary,
#catalog-order-completion .en__component--eccheckout .en__productSummary {
  width: 100%;
  margin-bottom: 24px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__header,
#catalog-checkout .en__component--eccheckout .en__productSummary__row,
#catalog-billing .en__component--eccheckout .en__productSummary__header,
#catalog-billing .en__component--eccheckout .en__productSummary__row,
#catalog-payment .en__component--eccheckout .en__productSummary__header,
#catalog-payment .en__component--eccheckout .en__productSummary__row,
#catalog-order-completion .en__component--eccheckout .en__productSummary__header,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row {
  display: grid;
  grid-template-columns: 80px 1fr 120px 140px 120px 40px;
  align-items: center;
  gap: 12px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__header,
#catalog-billing .en__component--eccheckout .en__productSummary__header,
#catalog-payment .en__component--eccheckout .en__productSummary__header,
#catalog-order-completion .en__component--eccheckout .en__productSummary__header {
  padding: 12px 8px;
  border-bottom: 1px solid #d6dde6;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__header .en__productSummary__item,
#catalog-billing .en__component--eccheckout .en__productSummary__header .en__productSummary__item,
#catalog-payment .en__component--eccheckout .en__productSummary__header .en__productSummary__item,
#catalog-order-completion .en__component--eccheckout .en__productSummary__header .en__productSummary__item {
  font-size: 14px;
  font-weight: 600;
  color: #0472cc;
  text-transform: none;
  letter-spacing: 0;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row,
#catalog-billing .en__component--eccheckout .en__productSummary__row,
#catalog-payment .en__component--eccheckout .en__productSummary__row,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row {
  padding: 16px 8px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  color: #333333;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image .en__product__image,
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image a,
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image .en__product__image,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image a,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image .en__product__image,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image a,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image .en__product__image,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image a,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img {
  display: block;
  width: 60px;
  height: 60px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image img {
  object-fit: cover;
  border-radius: 6px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description h3,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description h3,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description h3,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1B3054;
  margin: 0 0 4px;
  line-height: 1.3;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description p,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description p,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description p,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description p {
  margin: 0;
  color: #aaaaaa;
  font-size: 13px;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total {
  font-size: 15px;
  font-weight: 600;
  color: #1B3054;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total {
  font-weight: 700;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity {
  width: auto;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  cursor: pointer;
  color: #1B3054;
  font-size: 16px;
  font-weight: 700;
  user-select: none;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control:hover,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control:hover,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control:hover,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control:hover {
  background: #DFE0E4;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--subtract::after,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--subtract::after,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--subtract::after,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--subtract::after {
  content: "−";
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--add::after,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--add::after,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--add::after,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__control.en__quantity__control--add::after {
  content: "+";
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__input,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__input,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__input,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity .en__quantity__input {
  width: 36px;
  text-align: center;
  border: none;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 600;
  background: #ffffff;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove {
  text-align: center;
  font-size: 18px;
  color: #aaaaaa;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a, #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}
#catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a:hover, #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button:hover,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a:hover,
#catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button:hover,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a:hover,
#catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button:hover,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove a:hover,
#catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove button:hover {
  color: #0472cc;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__subtotal,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__subtotal,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__subtotal,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 12px;
  padding: 20px 8px 16px;
  font-size: 18px;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__subtotal h3,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__subtotal h3,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__subtotal h3,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__subtotal h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0472cc;
  text-transform: none;
  letter-spacing: 0;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__subtotal .en__price,
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__subtotal span:not(:first-child),
#catalog-billing .en__component--eccheckout .en__component--eccheckout__subtotal .en__price,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__subtotal span:not(:first-child),
#catalog-payment .en__component--eccheckout .en__component--eccheckout__subtotal .en__price,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__subtotal span:not(:first-child),
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__subtotal .en__price,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__subtotal span:not(:first-child) {
  font-size: 20px;
  font-weight: 800;
  color: #0472cc;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__actions,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__actions,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__actions,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue {
  background: #ffffff;
  color: #0472cc !important;
  border: 2px solid #0472cc;
}
#catalog-checkout .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue:hover,
#catalog-billing .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue:hover,
#catalog-payment .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue:hover,
#catalog-order-completion .en__component--eccheckout .en__component--eccheckout__actions .en__component--eccheckout__continue:hover {
  background: rgba(4, 114, 204, 0.05);
}
@media (max-width: 767px) {
  #catalog-checkout .en__component--eccheckout .en__productSummary__header,
  #catalog-billing .en__component--eccheckout .en__productSummary__header,
  #catalog-payment .en__component--eccheckout .en__productSummary__header,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__header {
    display: none;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row,
  #catalog-billing .en__component--eccheckout .en__productSummary__row,
  #catalog-payment .en__component--eccheckout .en__productSummary__row,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row {
    grid-template-columns: 80px 1fr 40px;
    grid-template-areas: "image desc remove" "image price remove" "image qty remove" "image total remove";
    row-gap: 4px;
    padding: 16px 0;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--image {
    grid-area: image;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--description {
    grid-area: desc;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--price {
    grid-area: price;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--quantity {
    grid-area: qty;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--total {
    grid-area: total;
  }
  #catalog-checkout .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
  #catalog-billing .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
  #catalog-payment .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove,
  #catalog-order-completion .en__component--eccheckout .en__productSummary__row .en__productSummary__item--remove {
    grid-area: remove;
  }
}
#catalog-checkout .billing-wrapper,
#catalog-billing .billing-wrapper,
#catalog-payment .billing-wrapper,
#catalog-order-completion .billing-wrapper {
  padding: 20px 0 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 760px;
  margin: 0 auto;
}
#catalog-checkout .billing-wrapper > .personal-info,
#catalog-checkout .billing-wrapper > .en__component--column--1,
#catalog-checkout .billing-wrapper > .en__component--advcolumn:first-child,
#catalog-billing .billing-wrapper > .personal-info,
#catalog-billing .billing-wrapper > .en__component--column--1,
#catalog-billing .billing-wrapper > .en__component--advcolumn:first-child,
#catalog-payment .billing-wrapper > .personal-info,
#catalog-payment .billing-wrapper > .en__component--column--1,
#catalog-payment .billing-wrapper > .en__component--advcolumn:first-child,
#catalog-order-completion .billing-wrapper > .personal-info,
#catalog-order-completion .billing-wrapper > .en__component--column--1,
#catalog-order-completion .billing-wrapper > .en__component--advcolumn:first-child {
  flex: 1 1 0 !important;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}
#catalog-checkout .billing-wrapper > .order-summary,
#catalog-checkout .billing-wrapper > .en__component--advcolumn:last-child,
#catalog-billing .billing-wrapper > .order-summary,
#catalog-billing .billing-wrapper > .en__component--advcolumn:last-child,
#catalog-payment .billing-wrapper > .order-summary,
#catalog-payment .billing-wrapper > .en__component--advcolumn:last-child,
#catalog-order-completion .billing-wrapper > .order-summary,
#catalog-order-completion .billing-wrapper > .en__component--advcolumn:last-child {
  flex: 0 0 320px !important;
  width: 320px !important;
  position: static !important;
}
@media (max-width: 960px) {
  #catalog-checkout .billing-wrapper,
  #catalog-billing .billing-wrapper,
  #catalog-payment .billing-wrapper,
  #catalog-order-completion .billing-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  #catalog-checkout .billing-wrapper > .personal-info,
  #catalog-checkout .billing-wrapper > .en__component--column--1,
  #catalog-checkout .billing-wrapper > .en__component--advcolumn:first-child,
  #catalog-billing .billing-wrapper > .personal-info,
  #catalog-billing .billing-wrapper > .en__component--column--1,
  #catalog-billing .billing-wrapper > .en__component--advcolumn:first-child,
  #catalog-payment .billing-wrapper > .personal-info,
  #catalog-payment .billing-wrapper > .en__component--column--1,
  #catalog-payment .billing-wrapper > .en__component--advcolumn:first-child,
  #catalog-order-completion .billing-wrapper > .personal-info,
  #catalog-order-completion .billing-wrapper > .en__component--column--1,
  #catalog-order-completion .billing-wrapper > .en__component--advcolumn:first-child {
    width: 100% !important;
    flex: 1 1 auto !important;
  }
  #catalog-checkout .billing-wrapper > .order-summary,
  #catalog-checkout .billing-wrapper > .en__component--advcolumn:last-child,
  #catalog-billing .billing-wrapper > .order-summary,
  #catalog-billing .billing-wrapper > .en__component--advcolumn:last-child,
  #catalog-payment .billing-wrapper > .order-summary,
  #catalog-payment .billing-wrapper > .en__component--advcolumn:last-child,
  #catalog-order-completion .billing-wrapper > .order-summary,
  #catalog-order-completion .billing-wrapper > .en__component--advcolumn:last-child {
    width: 100% !important;
    flex: 1 1 auto !important;
    margin-top: 24px !important;
  }
}
#catalog-checkout .billing-wrapper h2,
#catalog-billing .billing-wrapper h2,
#catalog-payment .billing-wrapper h2,
#catalog-order-completion .billing-wrapper h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1B3054;
  margin: 0 0 16px;
}
#catalog-checkout .en__field,
#catalog-billing .en__field,
#catalog-payment .en__field,
#catalog-order-completion .en__field {
  margin-bottom: 10px;
}
#catalog-checkout .en__field .en__field__label,
#catalog-billing .en__field .en__field__label,
#catalog-payment .en__field .en__field__label,
#catalog-order-completion .en__field .en__field__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1B3054;
  margin-bottom: 4px;
}
#catalog-checkout .en__field.en__mandatory .en__field__label::after,
#catalog-billing .en__field.en__mandatory .en__field__label::after,
#catalog-payment .en__field.en__mandatory .en__field__label::after,
#catalog-order-completion .en__field.en__mandatory .en__field__label::after {
  content: " *";
  color: #d12b2b;
}
#catalog-checkout .en__field .en__field__error,
#catalog-billing .en__field .en__field__error,
#catalog-payment .en__field .en__field__error,
#catalog-order-completion .en__field .en__field__error {
  color: #d12b2b;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}
#catalog-checkout .en__field .en__field__element,
#catalog-billing .en__field .en__field__element,
#catalog-payment .en__field .en__field__element,
#catalog-order-completion .en__field .en__field__element {
  display: block;
  width: 100%;
}
#catalog-checkout .en__field .en__field__element--splitselect,
#catalog-billing .en__field .en__field__element--splitselect,
#catalog-payment .en__field .en__field__element--splitselect,
#catalog-order-completion .en__field .en__field__element--splitselect {
  display: flex;
  gap: 12px;
}
#catalog-checkout .en__field .en__field__element--splitselect .en__field__item,
#catalog-billing .en__field .en__field__element--splitselect .en__field__item,
#catalog-payment .en__field .en__field__element--splitselect .en__field__item,
#catalog-order-completion .en__field .en__field__element--splitselect .en__field__item {
  flex: 1 1 0;
}
#catalog-checkout .en__field .en__field__input--text,
#catalog-checkout .en__field .en__field__input--select,
#catalog-checkout .en__field select.en__field__input,
#catalog-billing .en__field .en__field__input--text,
#catalog-billing .en__field .en__field__input--select,
#catalog-billing .en__field select.en__field__input,
#catalog-payment .en__field .en__field__input--text,
#catalog-payment .en__field .en__field__input--select,
#catalog-payment .en__field select.en__field__input,
#catalog-order-completion .en__field .en__field__input--text,
#catalog-order-completion .en__field .en__field__input--select,
#catalog-order-completion .en__field select.en__field__input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
  color: #333333;
  transition: border-color 0.2s ease;
}
#catalog-checkout .en__field .en__field__input--text:focus,
#catalog-checkout .en__field .en__field__input--select:focus,
#catalog-checkout .en__field select.en__field__input:focus,
#catalog-billing .en__field .en__field__input--text:focus,
#catalog-billing .en__field .en__field__input--select:focus,
#catalog-billing .en__field select.en__field__input:focus,
#catalog-payment .en__field .en__field__input--text:focus,
#catalog-payment .en__field .en__field__input--select:focus,
#catalog-payment .en__field select.en__field__input:focus,
#catalog-order-completion .en__field .en__field__input--text:focus,
#catalog-order-completion .en__field .en__field__input--select:focus,
#catalog-order-completion .en__field select.en__field__input:focus {
  outline: none;
  border-color: #0472cc;
  box-shadow: 0 0 0 3px rgba(4, 114, 204, 0.15);
}
#catalog-checkout .order-summary h2, #catalog-checkout .order-summary h3,
#catalog-checkout .en__component--ecordersummary h2,
#catalog-checkout .en__component--ecordersummary h3,
#catalog-billing .order-summary h2,
#catalog-billing .order-summary h3,
#catalog-billing .en__component--ecordersummary h2,
#catalog-billing .en__component--ecordersummary h3,
#catalog-payment .order-summary h2,
#catalog-payment .order-summary h3,
#catalog-payment .en__component--ecordersummary h2,
#catalog-payment .en__component--ecordersummary h3,
#catalog-order-completion .order-summary h2,
#catalog-order-completion .order-summary h3,
#catalog-order-completion .en__component--ecordersummary h2,
#catalog-order-completion .en__component--ecordersummary h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1B3054;
  margin: 0 0 16px;
}
#catalog-checkout .order-summary .en__ecOrderSummaryTotals,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals,
#catalog-billing .order-summary .en__ecOrderSummaryTotals,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals,
#catalog-payment .order-summary .en__ecOrderSummaryTotals,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals {
  display: table;
  width: 100%;
}
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total {
  display: table-row;
}
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__value,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total > span {
  display: table-cell;
  padding: 8px 0;
  font-size: 15px;
  color: #333333;
}
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total .en__ecOrderSummaryTotals__label {
  font-weight: 600;
  padding-right: 16px;
}
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-checkout .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-checkout .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-billing .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-billing .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-payment .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-payment .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .order-summary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total .en__ecOrderSummaryTotals__label,
#catalog-order-completion .en__component--ecordersummary .en__ecOrderSummaryTotals .en__ecOrderSummaryTotals__total.en__ecOrderSummaryTotals__total--total > span {
  font-weight: 700;
  font-size: 17px;
  color: #1B3054;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
#catalog-checkout .order-summary .en__productSummary,
#catalog-checkout .en__component--ecordersummary .en__productSummary,
#catalog-billing .order-summary .en__productSummary,
#catalog-billing .en__component--ecordersummary .en__productSummary,
#catalog-payment .order-summary .en__productSummary,
#catalog-payment .en__component--ecordersummary .en__productSummary,
#catalog-order-completion .order-summary .en__productSummary,
#catalog-order-completion .en__component--ecordersummary .en__productSummary {
  margin-bottom: 20px;
}
#catalog-checkout .en__submit,
#catalog-billing .en__submit,
#catalog-payment .en__submit,
#catalog-order-completion .en__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
#catalog-checkout .en__submit button,
#catalog-billing .en__submit button,
#catalog-payment .en__submit button,
#catalog-order-completion .en__submit button {
  font-size: 16px;
  padding: 14px 40px;
}

#catalog-checkout .cshp-section-heading,
#catalog-billing .cshp-section-heading,
#catalog-payment .cshp-section-heading {
  background: #ffffff;
  padding-top: 2rem;
  margin-top: -6rem;
}

#catalog-checkout .progress {
  padding-bottom: 0;
}
#catalog-checkout .en__component--eccheckout {
  margin-top: 0;
}

#catalog-payment .payment-details {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 760px;
  margin: 24px auto;
}
#catalog-payment .payment-details > .card {
  order: 1;
  flex: 1 1 0 !important;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  background: #f5f5f5;
  padding: 24px 28px;
}
#catalog-payment .payment-details > .card .en__field--ccnumber .en__field__element,
#catalog-payment .payment-details > .card .en__field--ccnumber .en__field__input--text,
#catalog-payment .payment-details > .card .en__field[class*=ccnumber] .en__field__element,
#catalog-payment .payment-details > .card .en__field[class*=ccnumber] .en__field__input--text {
  width: 100%;
}
#catalog-payment .payment-details > .card .en__field--ccnumber img,
#catalog-payment .payment-details > .card .en__field[class*=ccnumber] img,
#catalog-payment .payment-details > .card .en__field__element img {
  width: auto;
  height: 24px;
  max-height: 24px;
  object-fit: contain;
  vertical-align: middle;
}
#catalog-payment .payment-details > .summary {
  order: 2;
  flex: 0 0 320px !important;
  width: 320px !important;
  position: static !important;
}
@media (max-width: 960px) {
  #catalog-payment .payment-details {
    flex-direction: column;
    max-width: 100%;
  }
  #catalog-payment .payment-details > .card {
    width: 100% !important;
    flex: 1 1 auto !important;
  }
  #catalog-payment .payment-details > .summary {
    width: 100% !important;
    flex: 1 1 auto !important;
    margin-top: 24px !important;
  }
}
#catalog-payment .en__component--ecdelivery {
  margin: 32px 0;
  background: #f5f5f5;
  padding: 28px 32px;
}
@media (max-width: 767px) {
  #catalog-payment .en__component--ecdelivery {
    padding: 20px 16px;
  }
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery__header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #1B3054;
  margin: 0 0 12px;
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery__header p {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 24px;
}
#catalog-payment .en__component--ecdelivery .en__field {
  margin-bottom: 8px;
}
#catalog-payment .en__component--ecdelivery .en__field__input--text,
#catalog-payment .en__component--ecdelivery .en__field__input--select,
#catalog-payment .en__component--ecdelivery select.en__field__input,
#catalog-payment .en__component--ecdelivery textarea.en__field__input,
#catalog-payment .en__component--ecdelivery .en__field__input--textarea {
  background: #ffffff;
}
#catalog-payment .en__component--ecdelivery textarea.en__field__input,
#catalog-payment .en__component--ecdelivery .en__field__input--textarea {
  width: 100%;
  min-height: 110px;
  resize: vertical;
  padding: 10px 14px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
  box-sizing: border-box;
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery__cardTypes img,
#catalog-payment .en__component--ecdelivery .en__component--ecdelivery__cards img,
#catalog-payment .en__component--ecdelivery .en__component--column:first-child img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery__row {
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #catalog-payment .en__component--ecdelivery .en__ecdelivery__row {
    flex-direction: column;
    gap: 16px;
  }
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery__colleft {
  flex: 0 0 40% !important;
  max-width: 40%;
}
@media (max-width: 767px) {
  #catalog-payment .en__component--ecdelivery .en__ecdelivery__colleft {
    flex: 1 1 auto !important;
    max-width: 100%;
    width: 100%;
  }
}
#catalog-payment .en__component--ecdelivery .en__ecdelivery img.emailImage {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
#catalog-payment .en__submit {
  display: flex;
  justify-content: flex-end;
  margin: 32px 0 48px;
}
#catalog-payment .en__submit button {
  font-size: 16px;
  padding: 14px 40px;
}

#catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) {
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 0 48px;
}
#catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) h1, #catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) h2 {
  color: #1B3054;
  font-size: 28px;
  text-align: left;
}
#catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}
#catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) p:has(> a.en__button) {
  text-align: center;
  margin-top: 24px;
}
#catalog-order-completion .en__component--copyblock:not(.symbolic-giving-hero):not(.cshp-section-heading) a.en__button {
  padding: 14px 32px;
  font-size: 15px;
}