/** Shopify CDN: Minification failed

Line 907:12 Unexpected "{"
Line 907:21 Expected ":"
Line 907:50 Expected identifier but found whitespace
Line 907:52 Unexpected "{"
Line 907:61 Expected ":"
Line 907:112 Expected ":"
Line 908:68 Expected identifier but found whitespace
Line 908:70 Unexpected "{"
Line 908:79 Expected ":"
Line 908:133 Expected ":"
... and 32 more hidden warnings

**/
.footer {
  padding-top: 80px !important;
}

.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 0.3rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  gap: 14rem;
}

.footer__content-top.row-reverse {
  flex-direction: row-reverse;
}

.footer .disclosure__link:hover {
	color: rgb(var(--color-base-heading));
}

@media screen and (max-width: 1199px) {
  .footer__content-top {
    gap: 6rem;
  }
}

@media screen and (max-width: 989px) {
  .footer__content-top {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3rem;
  }
  .footer__content-top.row-reverse {
    flex-direction: column-reverse;
  }
  .footer__content-top .header__heading-link {
    padding: 0;
    order: 0;
  }
}

.footer__content-top .footer__blocks-wrapper {
  flex-grow: 1;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: flex;
    margin-bottom: 1rem;
    row-gap: 4rem;
  }
  .footer-block.grid__item {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
  .footer__content-top {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom { 
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transform: none !important;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  padding-top: 4rem;
  column-gap: 3.5rem;
  justify-content: space-between;
}

.footer__content-bottom-wrapper + .footer__content-bottom-wrapper {
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 749px) {
  .footer__column--info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

  .footer-block:last-child li {
    margin-right: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  gap: 3rem;
  z-index: 1;
}

.footer-block--newsletter .header__heading-link {
  padding: 0;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-shrink: 0;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.4rem;
  font-family: 'Gotham', sans-serif;
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: 1.6rem;
  }
}

.footer-block--newsletter .footer-block__heading,
.footer-block--newsletter .footer-block__heading * {
  font-size: 2.4rem;
  color: rgb(var(--color-base-text));
}

@media screen and (max-width: 749px) {
  .footer-block--newsletter .footer-block__heading {
    font-size: 2rem;
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: left;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: left;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: inherit;
}

@media screen and (min-width: 750px) {
	.footer-block__newsletter {
		min-width: 32rem;
  }
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }
	
  /*
	All three components are present, email, Follow on Shop, and social icons.
	Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
		justify-content: flex-end;
    text-align: left;
  }

	/* Payments on left sight for bottom position left */
	.position-left .footer__column--info {
		align-items: start;
		max-width: 51rem;
	}
}

@media screen and (min-width: 1200px) {
	.footer .position-left .list-social.bottom-position {
		max-width: 28rem;
	}
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: flex-start;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
    width: calc(100% - 2rem);
  }
}

.footer-block__newsletter + .footer__list-social {
  margin-top: 0;
  margin-left: -1.2rem;
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1rem 0;
}

@media screen and (max-width: 749px) {
  .footer__localization {
    justify-content: flex-start;
  }
  .footer .list-payment {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 549px) {
  .footer__localization {
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-base-text), 1);
}

.localization-form h2 {
  margin: 0 0 1rem;
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 989px) {
  .footer__localization noscript {
    width: 100%;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgb(var(--color-base-text));
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

.footer-block__details-content .list-menu__item--link {
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.6rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }

  .footer__policy li:not(:last-of-type) {
    border-right: .1rem solid #fff;
  }
}

.footer__content-bottom-wrapper .policy-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 989px) {
  .footer__content-bottom-wrapper .policy-wrapp {
    flex-direction: column-reverse;
  }
  .footer__policy {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid currentColor;
    width: 100%;
    justify-content: center;
  }
}

.footer__policy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.footer__policy .list-menu__item--link {
  padding: 0 1rem;
  font-size: 1.4rem;
}

.footer__policy li:last-child .list-menu__item--link {
  padding-right: 0;
}

.footer__policy .list-menu__item--link:hover {
  text-decoration: underline;
}

.footer__copyright .copyright__content a {
  font-size: 1.4rem;
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }

	.footer__theme-policy {
		width: 100%;
		padding: 0 2rem;
		text-align: left;
	}

	.footer-payments-section .footer__column--info {
		align-items: flex-start;
    display: none;
	}

	.footer-payments-section .footer__column--info .footer__payment {
		max-width: 28rem;
	}
}

.footer-block__image-wrapper {
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: max(calc(2rem + var(--media-shadow-vertical-offset) * var(--media-shadow-visible)), 2rem);
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
	border-radius: var(--media-radius)
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer__content-bottom-wrapper:not(:has(.footer__column--info)) .list-social {
  justify-content: flex-end;
}

.footer-block__details-content .placeholder-svg {
  width: 100%;
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

/* Image banner */

.footer-banner-section .page-width {
	width: 100%;
}

.footer-banner-section .media{
	width: 100%;
	background: transparent;
}

/* theme policy */

.footer__theme-policy {
	font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

@media screen and (min-width: 750px) {
  .footer__blocks-wrapper.grid {
    column-gap: 0px;
    margin: inherit;
  }
}


.footer-brand-row { 
  display: flex;
  gap: 80px !important;
  flex-direction: row;
  align-content: center;
  margin-top: 60px;
  justify-content: space-between;
}

.footer-brand-row .list-social {
  gap: 40px;
}

.footer__blocks-wrapper .footer-block__heading { 
  font-family:"gotham", sans-serif;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 15px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 0px;
}

.footer__blocks-wrapper .footer-block--menu .footer-block__details-content a {
  font-family:"gotham", sans-serif;
  font-weight: 350 !important;
  font-style: Medium;
  font-size: 15px !important;
  line-height: 200%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, .6) !important;

  display: inline-block;
  padding-bottom: 0.25rem; /* defines the space between text and underline */
  position: relative;
}

.footer__blocks-wrapper .footer-block--menu .footer-block__details-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  transition: width 0.25s ease-out;
}
.footer__blocks-wrapper .footer-block--menu .footer-block__details-content a:hover::before {
  width: 100%;
}

.footer__blocks-wrapper .footer-block--menu .footer-block__details-content a:hover {
  color: #fff !important;
  text-decoration: none;
}

.footer__blocks-wrapper .grid__item { 
  min-width: 140px !important; 
}

.footer-payments-section {
  display: none;
 }

.footer__content-top.page-width { 
  column-gap: 100px !important;
  padding: 0px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.legalbar__copy { 
  font-family:"gotham", sans-serif;
  font-weight: 350 !important;
  font-style: Medium;
  font-size: 13px !important;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, .6) !important;
}

 

.footer-legalbar { 
  display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 24px !important;
    padding: 12px 0 !important;
    margin: auto;
    width: inherit;
}

.footer-intro__heading { 
  font-family:"gotham", sans-serif;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 15px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff !important;
}

.footer-intro__sub { 
  font-family:"gotham", sans-serif;
  font-weight: 350 !important;
  font-style: Medium;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, .6) !important;
  margin: 0px;
}

.intro-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-intro {
  display: flex;
  flex-direction: row !important;
  gap: 20px !important;
  max-width: 604px;
  align-content: center !important;
}

.footer-intro .woof-bubble img { 
  width: 108px !important;
  height: 57px;
  opacity: 1;
}

.newsletter-form__field-wrapper .field__input { 
  padding-right: 16rem;
  border-color: transparent;
  padding-right: 16rem;
  background: #fff;
  border: 3px solid #003A5D;
  height: 60px;
}

.newsletter-form__button { 
    position: relative;
    background: #003A5D;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 22px 80px !important;
    height: 60px !important;
    top: 0 !important;
    right: 0 !important;
}

  /* base spacing from theme settings */
  .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.53 | round: 0 }}px; }
  .footer-banner-section, .footer-payments-section { padding-bottom: {{ section.settings.padding_bottom | times: 0.53 | round: 0 }}px; }

  @media screen and (min-width: 750px) and (max-width: 1024px) {
    .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.67 | round: 0 }}px; }
    .footer-banner-section, .footer-payments-section { padding-bottom: {{ section.settings.padding_bottom | times: 0.67 | round: 0 }}px; }
  }
  @media screen and (min-width: 1025px) {
    .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; }
    .footer-banner-section, .footer-payments-section { padding-bottom: {{ section.settings.padding_bottom }}px; }
  }

  .footer-policy-section { background-color: {{ section.settings.policy_background }}; }

  {% if section.settings.colors_background_section_gradient != blank %}
    #shopify-section-{{ section.id }} .footer { background: {{ section.settings.colors_background_section_gradient }}; }
  {% endif %}

  /* =========================
     Layout like Figma (newsletter untouched)
     ========================= */
  .footer__content-top.page-width{
    display:flex;
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vw, 48px);
    padding-top: 5rem;
  }
  @media (min-width: 990px){
    .footer__content-top.page-width{
      grid-template-columns: minmax(340px, 520px) 1fr;
      column-gap: clamp(40px, 5vw, 80px);
      align-items: stretch !important;   /* equal column heights */
    }
    .footer-block--newsletter{ grid-column: 1; }
    .footer__blocks-wrapper{ grid-column: 2; }

    /* left column becomes a mini grid so brand row pins to bottom */
    .footer-block--newsletter{
      display:grid !important;
      grid-template-rows: auto auto 1fr auto; /* intro, newsletter, filler, brand row */
      row-gap:16px;
      min-height:100%;
      padding-right: clamp(16px, 2vw, 32px);
    }
    .footer-intro{ grid-row:1; }
    .footer-block--newsletter .footer-block__newsletter{ grid-row:2; }
    .footer-brand-row{ grid-row:4; align-self:end;   }
  }
  @media (min-width: 1200px){
    .footer__content-top.page-width{
      grid-template-columns: minmax(420px, 620px) 1fr;
      column-gap: clamp(56px, 6vw, 96px);
    }
  }
  @media (min-width: 1536px){
    .footer__content-top.page-width{
      grid-template-columns: 680px 1fr;
      column-gap: 112px;
    }
  }

  /* Left column base (mobile stack) */
  .footer-block--newsletter{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
  }
  /* hide tiny logo header the theme injects at the top */
  .footer-block--newsletter > .header__heading-link{ display:none !important; }


/*****************************************************
  Responsive Adaptation - Tablet Under 1025px & 1280px
******************************************************/
@media only screen and (min-width: 1025px)  and (max-width: 1280px) {
 

  .footer__content-top,
  .footer__content-bottom { 
    padding: 0 4rem !important;
  }
}

/*********************************************
  Responsive Adaptation - Tablet Under 1024px
**********************************************/

@media only screen and (min-width: 767px)  and (max-width: 1024px) {
  
   

  .banner__content { 
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .banner--desktop-transparent .banner__box { 
    align-items: center;
  }

  .banner__box .title { 
    text-align: center;
  }

  #collection-grid .item {
    width: 50%;
  }

  #collection-grid .container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer__blocks-wrapper{
    flex-direction: row !important;
    text-align: left !important;
    align-items: start !important;
  }

}

/*********************************************
  Responsive Adaptation - Mobile Under 768px
**********************************************/

@media only screen and (max-width: 1024px) {

  .footer {
    padding-bottom: 40px !important;
  }

  .footer__content-top.page-width { 
    gap: 100px;
  }

  .footer__content-top.page-width,
  .footer__content-bottom.page-width {
    padding: 0rem 2rem !important;
  }

  .footer-intro {
    flex-direction: column !important;
    text-align: center;
  }

  .footer-brand-row {
    gap: 40px !important;
    flex-direction: column;
    align-content: center;
    margin-top: 60px;
    align-items: center;
    width: 100%;
  }

  .footer-block--newsletter {
    align-items: center;
  }

  .newsletter-form__field-wrapper .field {
    flex-direction: column;
    align-items: center;
    max-height: 100%;
  }

  .newsletter-form__field-wrapper:after { 
    top: 17px !important;
    bottom: auto;
  }

  .footer-block__newsletter {
    width: 100% !important;
  }
  
  .footer-block__newsletter .newsletter-form__button {
    width: 100% !important;
    gap: 16px;
  }
  
  .footer .grid { 
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-legalbar {
    margin-top: 40px;
  }

  .legalbar__left {
    margin: auto;
  }

  .legalbar__payments .list-payment__item .icon { 
    width: 100% !important;
  }

  .footer__blocks-wrapper .footer-block__heading { 
    margin-bottom: 1rem;
  }

}