/** Shopify CDN: Minification failed

Line 395:12 Unexpected "{"
Line 395:21 Expected ":"
Line 396:12 Unexpected "{"
Line 396:21 Expected ":"
Line 397:12 Unexpected "{"
Line 397:21 Expected ":"
Line 401:12 Unexpected "{"
Line 401:21 Expected ":"
Line 413:12 Unexpected "{"
Line 413:21 Expected ":"
... and 38 more hidden warnings

**/
/* Footer.css   Footer Widget */
.footer__widget {
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
@media only screen and (max-width: 749px) {
  .footer__widget {
    margin-bottom: -22px;
  }
  .footer__widget.active {
    padding-bottom: 22px;
  }
  .footer__widget.active .footer__widget_title::after {
    transform: rotate(0deg);
  }
  .localization__store.footer__localization {
    justify-content: center;
  }
}

.footer__widget_title {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  padding-right: 20px;
  margin-top: 0;
  font-weight: 500;
}
.footer__widget_title:before,
.footer__widget_title:after {
  position: absolute;
  top: 14px;
  right: 0;
  width: 12px;
  height: 2px;
  content: "";
  transition: var(--transition);
  opacity: 0;
  background-color: rgba(var(--color-foreground));
}
.footer__widget_title::after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 749px) {
  .footer__widget_title::before,
  .footer__widget_title::after {
    opacity: 1;
  }
}

.footer__widget_toggle {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 749px) {
  .footer__widget_toggle {
    visibility: visible;
  }
}

@media only screen and (max-width: 749px) {
  .footer__widget_inner {
    display: none;
  }
  .footer__bottom .row > div + div {
    margin-top: 2rem;
  }
}
.footer__widget_inner p {
  margin-bottom: 0;
}
.footer__widget_inner p a {
  font-weight: 700;
}
.footer__widget_inner p a:hover {
  text-decoration: underline;
}
.footer__widget_inner p:not(:last-child) {
  margin-bottom: 12px;
}
.footer__widget_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.footer__widget_inner ul li + li {
  margin-top: 4px;
}
.footer__widget_inner ul li a {
  display: block;
}
/* Footer Bottom */
.footer__bottom {
  padding: 25px 0;
  border-top: 2px solid rgba(var(--color-foreground), 0.15);
}

/* Copyright */
.footer__copyright {
  line-height: 1;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}

/* Payment Image */
.footer__payment_image {
  display: block;
  margin: auto;
}
.footer__list-social a svg {
  height: 20px;
}
.list-social__link {
  line-height: 1;
}
.footer__list-social .list-social__link + .list-social__link {
  margin-left: 15px;
}
.contact__info_box address a {
  color: rgba(var(--color-foreground));
  font-weight: 700;
  text-decoration: underline;
}
.footer-block-image > img {
  height: auto;
}
.newsletter-form__field-wrapper .input__field_form_button svg.icon {
  height: 15px;
}
.footer__select_localization_list {
  position: absolute;
  bottom: 120%;
  background: rgba(var(--color-background));
  left: 0;
  width: 22rem;
  z-index: 99;
  box-shadow: 0 0 30px rgb(0 0 0 / 12%);
  border-radius: 5px;
  max-height: 19rem;
  overflow-y: auto;
}
.footer__select_localization button.dropdown__open_label svg {
  height: 8px;
}
.footer_localization_wrapper localization-form + localization-form {
  margin-left: 15px;
}
button.footer_localization_label {
  border: 1px solid rgba(var(--color-foreground), 0.55);
  padding: 8px 15px;
}
.footer_localization_wrapper {
  justify-content: center;
}
.footer__widget_inner .newsletter-form__field-wrapper input[type="email"] {
  background: rgba(var(--color-background));
  box-shadow: 0 0 10px -5px rgba(var(--color-foreground), 0.1);
  height: 44px;
  border: none;
  padding: 0 4.5rem 0 5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.newsletter__mail--icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.footer__widget_inner
  .newsletter-form__field-wrapper
  input[type="email"]:focus {
  box-shadow: 0 0 5px 2px rgba(var(--color-foreground), 0.15);
}
.newsletter__subscribe--button {
  right: 0.5rem;
}
.footer {
  position: relative;
}
.footer--banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.footer__content--inner {
  position: relative;
  z-index: 8;
  line-height: 1.5;
  font-weight: 100;
}
.footer__list-social.list-social {
  justify-content: flex-start;
}
.column__max--width {
  max-width: 20rem;
}
.footer__widget--text + .footer__list-social {
  margin-top: 2rem;
}
@media only screen and (max-width: 749px) {
  .footer__payment .footer--list__payment {
    padding-top: 0;
  }
  .footer--copyright-container {
    order: 2;
  }
  .footer__follow-on-shop {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.footer__widget_inner ul li a:hover {
  color: rgba(var(--text-link-hover-color));
}
.footer__follow-on-shop + .footer__payment {
  margin-top: 1.4rem;
}
/* ==========================================================
   DIECUTSMART FOOTER - FIGMA DESKTOP FIX (ZLAN THEME)
   ========================================================== */
@media screen and (min-width: 990px) {

  /* Footer section heading underline */
  .footer__widget_title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.9rem;
    margin-bottom: 1.2rem;
    text-decoration: none;
  }

  .footer__widget_title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
  }

  .footer__widget_inner ul li a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.2rem;
    text-decoration: none;
  }

  .footer__widget_inner ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.95);
    transition: width 0.25s ease;
  }

  .footer__widget_inner ul li a:hover::after,
  .footer__widget_inner ul li a:focus-visible::after {
    width: 100%;
  }

  /* Keep Shopify row layout, only add spacing */
  .footer__top .row{
    display:flex;
    flex-wrap:nowrap;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
  }

  .footer__top .row > div{
    flex:1 1 0;
    min-width:0;
  }

  /* ---------- Logo ---------- */
  /* .footer__widget--about-us .footer__logo{
    margin-bottom:22px;
    display:flex;
    align-items:center;
  }

  .footer__widget--about-us .footer__logo img{
    width:148px !important;
    height:57px !important;
    max-width:none !important;
    object-fit:contain;
  } */

  /* Equal heading alignment */
  /* .footer__widget_title,
  .footer__widget--about-us .footer__logo{
    min-height:58px;
    display:flex;
    align-items:center;
    margin-bottom:22px;
  } */

  /* ---------- Newsletter ---------- */
  .footer__widget--newsletter{
    max-width:260px;
  }

  .footer__widget--newsletter .newsletter-form__field-wrapper{
    position:relative;
  }

  .footer__widget--newsletter input[type=email]{
    height:48px;
    border-radius:999px;
    padding-left:18px !important;
    padding-right:84px !important;
  }

  .footer__widget--newsletter .newsletter__subscribe--button{
    position:absolute;
    right:6px;
    top:6px;
    width:70px;
    height:36px;
    border-radius:999px;
    padding:0;
  }

  /* ---------- Shift Support & More ---------- */
  .footer__widget--link-list.support-column{
    margin-left:12px;
  }

  .footer__widget--link-list.more-column{
    margin-left:16px;
  }

  /* ---------- Teddy block ---------- */
  .footer__widget--image{
    margin-left:8px;
  }

  .footer-block-image img{
    max-width:140px;
  }

  /* ---------- Remove duplicate Connect With Us ---------- */
  .footer-mobile-connect-row{
    display:none !important;
  }
}

@media screen and (max-width:989px){
  .footer-mobile-connect-row{
    display:block !important;
  }
}
/* ==========================================================
   DIECUTSMART FOOTER — TABLET / IPAD
   750px–1199px follows the same structural pattern as mobile.
   Desktop multi-column footer starts at 1200px.
   ========================================================== */
@media screen and (min-width: 750px) and (max-width: 1199px) {
  #footer__{{ section.id }} .footer__widget_title,
  #footer__{{ section.id }} .footer__widget_title::before,
  #footer__{{ section.id }} .footer__widget_title::after {
    text-decoration: none !important;
  }

  #footer__{{ section.id }} .footer__top .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(140px, 180px) !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    column-gap: clamp(28px, 6vw, 64px) !important;
    row-gap: 0 !important;
    align-items: start !important;
  }

  #footer__{{ section.id }} .footer__top .row > .footer__block {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    transform: none !important;
  }

  #footer__{{ section.id }} .footer__block--space {
    display: none !important;
  }

  #footer__{{ section.id }} .footer__block--newsletter {
    grid-column: 1 / -1 !important;
    order: 1 !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 48px !important;
  }

  #footer__{{ section.id }} .footer__block--accordion {
    grid-column: 1 / -1 !important;
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
  }

  #footer__{{ section.id }} .footer-mobile-connect-row {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    display: block !important;
    width: 100% !important;
    margin: 32px 0 0 !important;
    padding: 0 !important;
  }

  #footer__{{ section.id }} .footer__block--brand {
    grid-column: 1 !important;
    order: 4 !important;
    align-self: start !important;
    justify-self: start !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 54px !important;
  }

  #footer__{{ section.id }} .footer__block--image {
    grid-column: 2 !important;
    order: 5 !important;
    align-self: start !important;
    justify-self: end !important;
    width: 140px !important;
    max-width: 140px !important;
    margin-top: 44px !important;
    transform: none !important;
    position: relative !important;
    z-index: 3 !important;
  }

  /* Hide the original brand Connect With Us block so the dedicated
     mobile-style accordion is the only Connect row. */
  #footer__{{ section.id }} .footer__block--brand .footer__connect-heading,
  #footer__{{ section.id }} .footer__block--brand .footer__list-social {
    display: none !important;
  }

  /* Newsletter stays open. */
  #footer__{{ section.id }} .footer__block--newsletter .footer__widget_title {
    text-decoration: none !important;
  }

  #footer__{{ section.id }} .footer__block--newsletter .footer__widget_title::before,
  #footer__{{ section.id }} .footer__block--newsletter .footer__widget_title::after,
  #footer__{{ section.id }} .footer__block--newsletter .footer__widget_toggle {
    display: none !important;
  }

  /* Mascot is contained inside its own column. */
  #footer__{{ section.id }} .footer__block--image .footer__widget_title,
  #footer__{{ section.id }} .footer-teddy-heading {
    width: 105px !important;
    max-width: 105px !important;
    min-width: 105px !important;
    min-height: 59.24px !important;
    text-decoration: none !important;
  }

  #footer__{{ section.id }} .footer__block--image .footer__widget_title::before,
  #footer__{{ section.id }} .footer__block--image .footer__widget_title::after,
  #footer__{{ section.id }} .footer__block--image .footer__widget_toggle {
    display: none !important;
  }

  #footer__{{ section.id }} .footer-block-image {
    width: 105px !important;
    max-width: 105px !important;
    margin: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  #footer__{{ section.id }} .footer-block-image > img {
    width: 86px !important;
    max-width: 86px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}
/* Fix social icon flash */
.list-social__link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.list-social__link svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px;
  min-height: 19px;
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}