/** Shopify CDN: Minification failed

Line 1337:0 Expected "}" to go with "{"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

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

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

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

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

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

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@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;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.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 (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: block;
    margin-top: 0;
  }
}

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

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.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: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

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

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

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

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

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* 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: right;
  }
}

@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: center;
    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;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

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

.footer__localization:empty {
  display: none;
}

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

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

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

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.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: 4rem;
}

@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:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

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

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

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

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

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

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

.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-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.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;
}

.footer-block__details-content .placeholder-svg {
  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;
}

@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;
    }
  }
}

/* =========================================
   UniqSnaz Footer — FORCE layout + bigger gold
   (uses the REAL dynamic footer section id)
========================================= */

@media (min-width: 990px){

 /* Make the gold fade bigger + guaranteed visible */
.shopify-section[id*="__footer"] .footer{
  position: relative !important;
  isolation: isolate !important;
}

.shopify-section[id*="__footer"] .footer::before{
  content:"" !important;
  position:absolute !important;
  left:0; right:0; top:0;
  height:50px !important;
  z-index: 5 !important;
  pointer-events:none !important;
  background: linear-gradient(to bottom,
    rgba(205,170,120,.95) 0%,
    rgba(205,170,120,.45) 45%,
    rgba(205,170,120,0) 100%
  ) !important;
}

.shopify-section[id*="__footer"] .footer > *{
  position: relative;
  z-index: 6;
}


  /* Force footer into a 4-col grid */
  .shopify-section[id*="__footer"] .footer{
    display: grid !important;
    grid-template-columns:
      minmax(360px, 1.4fr)  /* Column 1: Newsletter */
      minmax(220px, 1fr)     /* Column 2: Quick links */
      minmax(320px, 1.2fr)   /* Column 3: Got a Question */
      minmax(320px, 1.2fr)   /* Column 4: Country/Payments */
    !important;

    align-items: start !important;
    column-gap: 40px !important;
    row-gap: 18px !important;
  }

  /* Remove Dawn wrappers that are forcing "top row" and "bottom row" behavior */
  .shopify-section[id*="__footer"] .footer__content-top,
  .shopify-section[id*="__footer"] .footer__content-bottom,
  .shopify-section[id*="__footer"] .footer__blocks-wrapper{
    display: contents !important;
  }

  /* Remove page-width constraint inside footer so grid can size properly */
  .shopify-section[id*="__footer"] .footer__content-top.page-width,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width{
    max-width: none !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* Put each block as a clean column (stops the skinny column that causes stacked words) */
  .shopify-section[id*="__footer"] .footer-block{
    min-width: 0 !important;
    padding: 18px 0 !important; /* let the grid handle spacing */
  }

  /* Newsletter: left-align like a real footer column */
  .shopify-section[id*="__footer"] .footer-block--newsletter,
  .shopify-section[id*="__footer"] .footer-block__newsletter{
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .shopify-section[id*="__footer"] .footer-block--newsletter .newsletter-form{
    width: 100% !important;
    max-width: 380px !important;
  }

  /* Country/payments: keep it in column 4 on the SAME row */
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:first-of-type{
    grid-column: 4 !important;
    grid-row: 1 !important;
    padding: 18px 0 !important;
    justify-self: start !important;
  }

  /* Copyright row spans full width under the 4 columns */
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:last-of-type{
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    padding: 18px 40px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    margin-top: 18px !important;
    text-align: center !important;
  }

  /* IMPORTANT: prevent weird one-word stacking */
  .shopify-section[id*="__footer"] .footer *,
  .shopify-section[id*="__footer"] .footer *::before,
  .shopify-section[id*="__footer"] .footer *::after{
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  /* =========================
   UniqSnaz Footer — Premium Polish
========================= */

@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer{
    padding-top: 44px !important;
    padding-bottom: 24px !important;
  }
}

/* headings + text */
.shopify-section[id*="__footer"] .footer-block__heading,
.shopify-section[id*="__footer"] .footer__column h2{
  font-size: 18px !important;
  letter-spacing: .02em !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
}

.shopify-section[id*="__footer"] .footer,
.shopify-section[id*="__footer"] .footer p,
.shopify-section[id*="__footer"] .footer a{
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* links */
.shopify-section[id*="__footer"] .footer a{
  color: rgba(255,255,255,.82) !important;
  text-decoration: none !important;
}
.shopify-section[id*="__footer"] .footer a:hover{
  color:#fff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* newsletter field */
.shopify-section[id*="__footer"] .field__input{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 10px !important;
  color: #fff !important;
}
.shopify-section[id*="__footer"] .field__input::placeholder{
  color: rgba(255,255,255,.55) !important;
}
.shopify-section[id*="__footer"] .newsletter-form__button{
  border-radius: 10px !important;
  background: linear-gradient(180deg,#f7e9bf 0%,#ecd48a 55%,#dfbf63 100%) !important;
  color:#0a0a0a !important;
  border:none !important;
}

/* payments wrap nicely */
.shopify-section[id*="__footer"] .footer__payment{
  display:flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  margin-top: 14px !important;
}
.shopify-section[id*="__footer"] .footer__payment .list-payment__item{
  margin: 0 !important;
}

/* subtle divider above copyright */
.shopify-section[id*="__footer"] .footer__content-bottom{
  border-top: 1px solid rgba(255,255,255,.10) !important;
}
.shopify-section[id*="__footer"] .copyright__content{
  font-size: 12px !important;
  color: rgba(255,255,255,.62) !important;
}

/* =========================================
   UniqSnaz Footer — Premium polish pass
   (paste AFTER your working footer layout CSS)
========================================= */

/* 1) Make the gold fade look CLEAN (less muddy) */
.shopify-section[id*="__footer"] .footer::before{
  height: 50px !important;
  background: linear-gradient(to bottom,
    rgba(223,191,99,.85) 0%,
    rgba(223,191,99,.35) 42%,
    rgba(223,191,99,0) 100%
  ) !important;
  filter: blur(0.2px);
  opacity: .9 !important;
}

/* 2) Stop awkward word stacking on the left column */
.shopify-section[id*="__footer"] .footer-block__heading{
  max-width: 260px !important;   /* prevents tiny column feel */
  white-space: normal !important;
  line-height: 1.25 !important;
  letter-spacing: .01em !important;
}

/* 3) Align all columns nicely + give breathing room */
@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer{
    padding-top: 46px !important;
    padding-bottom: 26px !important;
  }

  .shopify-section[id*="__footer"] .footer-block{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* 4) Make the newsletter feel premium */
.shopify-section[id*="__footer"] .field__input{
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.05) !important;
}
.shopify-section[id*="__footer"] .newsletter-form__button{
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.35) !important;
}

/* 5) Make "Country/region" + payments stay together */
.shopify-section[id*="__footer"] .footer__localization{
  justify-content: flex-start !important;
}
.shopify-section[id*="__footer"] .footer__payment{
  display:flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  margin-top: 14px !important;
}

/* 6) Slightly dim small links so headings pop */
.shopify-section[id*="__footer"] .footer a{
  color: rgba(255,255,255,.78) !important;
}
.shopify-section[id*="__footer"] .footer a:hover{
  color:#fff !important;
}

.shopify-section[id*="__footer"] .footer{
  background: radial-gradient(1200px 500px at 50% -80px,
    rgba(255,215,120,.10),
    rgba(0,0,0,0) 60%
  ), #0b0b0b !important;
}

/* ==========================================================
   UniqSnaz Footer — TRUE 4-col layout + swap order + premium
   Put this at the VERY BOTTOM of section-footer.css
========================================================== */

@media (min-width: 990px){

  /* Footer base */
  .shopify-section[id*="__footer"] .footer{
    position: relative !important;
    background: #0b0b0b !important;
    color: rgba(255,255,255,.92) !important;

    /* breathing room so left column isn't hugging edge */
    padding: 0 72px 26px !important;

    display: grid !important;
    grid-template-columns:
      minmax(320px, 1.2fr)   /* Col 1 */
      minmax(220px, 0.9fr)   /* Col 2 */
      minmax(420px, 1.4fr)   /* Col 3 */
      minmax(320px, 1.1fr)   /* Col 4 */
    !important;

    column-gap: 54px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  /* Bigger premium gold fade */
  .shopify-section[id*="__footer"] .footer::before{
    content:"" !important;
    position:absolute !important;
    left:0 !important; right:0 !important; top:0 !important;
    height: 50px !important;
    pointer-events:none !important;
    z-index: 1 !important;
    background: linear-gradient(
      to bottom,
      rgba(205,170,120,.95),
      rgba(205,170,120,.45) 45%,
      rgba(205,170,120,0) 100%
    ) !important;
  }

  /* Make everything sit ABOVE the gold fade layer */
  .shopify-section[id*="__footer"] .footer > *{
    position: relative !important;
    z-index: 2 !important;
  }

  /* IMPORTANT: remove Dawn “top row / bottom row” behavior */
  .shopify-section[id*="__footer"] .footer__content-top,
  .shopify-section[id*="__footer"] .footer__content-bottom,
  .shopify-section[id*="__footer"] .footer__blocks-wrapper,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper{
    display: contents !important;
  }

  /* Stop the skinny wrapping / stacked words issues */
  .shopify-section[id*="__footer"] .footer *,
  .shopify-section[id*="__footer"] .footer *::before,
  .shopify-section[id*="__footer"] .footer *::after{
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  /* ===== Place the 3 “blocks” into columns by their order =====
     Dawn footer blocks live in: .footer__blocks-wrapper > .footer-block
     Your current order appears to be:
       1) Got a Question (text block)
       2) Quick links (menu block)
       3) Stay in the loop (newsletter block)
     We are swapping so Newsletter becomes Column 1 and Text becomes Column 3.
  */

  .shopify-section[id*="__footer"] .footer__blocks-wrapper > .footer-block:nth-child(1){
    grid-column: 3 !important; /* Got a Question -> col 3 */
    grid-row: 1 !important;
  }
  .shopify-section[id*="__footer"] .footer__blocks-wrapper > .footer-block:nth-child(2){
    grid-column: 2 !important; /* Quick links -> col 2 */
    grid-row: 1 !important;
  }
  .shopify-section[id*="__footer"] .footer__blocks-wrapper > .footer-block:nth-child(3){
    grid-column: 1 !important; /* Newsletter -> col 1 */
    grid-row: 1 !important;
  }

  /* Put localization + payments into Column 4 */
  .shopify-section[id*="__footer"] .footer__localization,
  .shopify-section[id*="__footer"] .footer__payment{
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  /* Copyright/policies full width under everything */
  .shopify-section[id*="__footer"] .footer__copyright,
  .shopify-section[id*="__footer"] .footer__copyright + *{
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }

  /* Premium: headings + spacing */
  .shopify-section[id*="__footer"] .footer-block__heading{
    font-size: 18px !important;
    letter-spacing: .02em !important;
    margin-bottom: 14px !important;
  }

  .shopify-section[id*="__footer"] .footer a{
    color: rgba(255,255,255,.86) !important;
  }
  .shopify-section[id*="__footer"] .footer a:hover{
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* Newsletter input look more premium */
  .shopify-section[id*="__footer"] .field__input{
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: #fff !important;
  }
  .shopify-section[id*="__footer"] .newsletter-form__button{
    background: linear-gradient(180deg,#f4e6b3 0%,#ecd48a 55%,#dfbf63 100%) !important;
    color:#0a0a0a !important;
    border:none !important;
  }

  /* Subtle divider line above copyright row */
  .shopify-section[id*="__footer"] .footer__copyright{
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
    text-align: center !important;
    opacity: .9 !important;
  }
}

/* =========================================
   UniqSnaz Footer — Premium 4-column grid
   Order: Newsletter | Quick links | Contact | Country/Payments
========================================= */

@media (min-width: 990px){

  /* Full-width footer, premium padding so nothing hugs the edges */
  .shopify-section[id*="__footer"] .footer{
    position: relative;
    background: #0b0b0b !important;
    padding: 34px clamp(22px, 4vw, 64px) 18px !important;
    box-sizing: border-box;
  }

  /* Bigger gold fade */
  .shopify-section[id*="__footer"] .footer::before{
    content:"";
    position:absolute;
    left:0; right:0; top:0;
    height: 50px;               /* BIGGER */
    pointer-events:none;
    z-index: 2;
    background: linear-gradient(to bottom,
      rgba(205,170,120,.90),
      rgba(205,170,120,.35) 55%,
      rgba(205,170,120,0) 100%
    ) !important;
  }

  /* Grid container */
  .shopify-section[id*="__footer"] .footer{
    display: grid !important;
    grid-template-columns:
      minmax(320px, 1.25fr)   /* 1: Newsletter */
      minmax(220px, 0.85fr)   /* 2: Quick links */
      minmax(280px, 1.05fr)   /* 3: Contact */
      minmax(320px, 1.15fr)   /* 4: Country/Payments */
    !important;
    column-gap: clamp(26px, 3vw, 56px) !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  /* Let Dawn wrappers not force rows */
  .shopify-section[id*="__footer"] .footer__content-top,
  .shopify-section[id*="__footer"] .footer__content-bottom,
  .shopify-section[id*="__footer"] .footer__blocks-wrapper{
    display: contents !important;
  }

  /* IMPORTANT: kill page-width padding/max-width inside footer (footer itself now pads) */
  .shopify-section[id*="__footer"] .footer__content-top.page-width,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width{
    max-width: none !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Prevent weird letter stacking */
  .shopify-section[id*="__footer"] .footer *{
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  /* Make blocks feel premium */
  .shopify-section[id*="__footer"] .footer-block{
    padding: 10px 0 !important;
    min-width: 0 !important;
  }

  /* ====== COLUMN ORDER (swap as requested) ====== */
  /* Newsletter -> column 1 */
  .shopify-section[id*="__footer"] .footer-block--newsletter{
    grid-column: 1 !important;
  }

  /* Quick links menu -> column 2 */
  .shopify-section[id*="__footer"] .footer-block--menu{
    grid-column: 2 !important;
  }

  /* “Got a Question?” text block -> column 3 */
  .shopify-section[id*="__footer"] .footer-block--text{
    grid-column: 3 !important;
  }

  /* Country + Payments -> column 4 (same top row) */
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:first-of-type{
    grid-column: 4 !important;
    grid-row: 1 !important;
    padding: 10px 0 !important;
    justify-self: start !important;
    align-self: start !important;
    max-width: 100% !important;
  }

  /* Keep localization + payments aligned and INSIDE the column */
  .shopify-section[id*="__footer"] .footer__localization{
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }

  .shopify-section[id*="__footer"] .footer__payment{
    margin-top: 10px !important;
  }

  .shopify-section[id*="__footer"] .list-payment{
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    max-width: 100% !important;
  }

  /* Newsletter alignment (more luxury / cleaner) */
  .shopify-section[id*="__footer"] .footer-block--newsletter,
  .shopify-section[id*="__footer"] .footer-block__newsletter{
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .shopify-section[id*="__footer"] .footer-block--newsletter .newsletter-form{
    width: 100% !important;
    max-width: 420px !important;
  }

  /* Copyright row spans all columns under everything */
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:last-of-type{
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    margin-top: 16px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
    text-align: center !important;
  }

  /* Optional subtle dividers between columns */
  .shopify-section[id*="__footer"] .footer-block--menu,
  .shopify-section[id*="__footer"] .footer-block--text,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:first-of-type{
    border-left: 1px solid rgba(255,255,255,.10) !important;
    padding-left: 26px !important;
  }
}

/* Make input/button feel premium (works desktop + mobile) */
.shopify-section[id*="__footer"] .field__input{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  color: #fff !important;
}
.shopify-section[id*="__footer"] .field__input::placeholder{
  color: rgba(255,255,255,.60) !important;
}
.shopify-section[id*="__footer"] .newsletter-form__button{
  background: linear-gradient(180deg,#f4e6b3 0%,#ecd48a 55%,#dfbf63 100%) !important;
  color:#0a0a0a !important;
  border:none !important;
}

/* Give breathing room under the gold fade */
@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer{
    padding-top: 70px !important;   /* was ~34px — this pushes content down */
    padding-bottom: 40px !important;
  }
}

@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer-block__heading{
    font-size: 20px !important;
    letter-spacing: .4px !important;
    margin-bottom: 14px !important;
  }

  .shopify-section[id*="__footer"] .footer-block__details-content,
  .shopify-section[id*="__footer"] .footer-block__details-content a{
    font-size: 14px !important;
    opacity: .88 !important;
  }
}

@media (min-width: 990px){
  .shopify-section[id*="__footer"] .footer__payment{
    display: flex !important;
    justify-content: flex-end !important;
  }
  .shopify-section[id*="__footer"] .list-payment{
    gap: 10px !important;
  }
  .shopify-section[id*="__footer"] .list-payment__item{
    transform: translateY(2px);
    opacity: .95;
  }
}

@media (min-width: 990px){
  .shopify-section[id*="__footer"] .newsletter-form__button:hover{
    box-shadow: 0 0 18px rgba(223,191,99,.45);
    transform: translateY(-1px);
  }
}

/* Soften the inner glow */
.shopify-section[id*="__footer"] .footer::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;

  /* Subtle ambient gold — luxury, not spotlight */
  background:
    radial-gradient(
      900px 450px at 50% 35%,
      rgba(255,215,140,.045),
      rgba(0,0,0,0) 70%
    ),
    radial-gradient(
      700px 420px at 20% 60%,
      rgba(255,210,120,.035),
      rgba(0,0,0,0) 70%
    ),
    radial-gradient(
      700px 420px at 80% 60%,
      rgba(255,210,120,.035),
      rgba(0,0,0,0) 70%
    );
}

.shopify-section[id*="__footer"] .footer{
  box-shadow: inset 0 30px 40px rgba(255,215,150,.05);
}

/* =========================================
   UniqSnaz Footer — Newsletter layout fix
========================================= */

@media (min-width: 990px){

  /* Keep newsletter block compact */
  .shopify-section[id*="__footer"] .footer-block--newsletter{
    max-width: 420px !important;
  }

  /* Reduce spacing inside the newsletter */
  .shopify-section[id*="__footer"] .newsletter-form{
    margin-top: 8px !important;
  }

  .shopify-section[id*="__footer"] .newsletter-form__field-wrapper{
    margin-bottom: 10px !important;
  }

  /* Checkbox row */
  .shopify-section[id*="__footer"] .uniq-footer-consent{
    margin-top: 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .shopify-section[id*="__footer"] .uniq-footer-consent__label{
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .shopify-section[id*="__footer"] .uniq-footer-consent__checkbox{
    transform: scale(.85);
  }

  /* Privacy link */
  .shopify-section[id*="__footer"] .uniq-footer-consent__privacy{
    display: block;
    margin-left: 22px;
    margin-top: 2px;
    font-size: 12px;
    opacity: .75;
  }

  /* Offer text */
  .shopify-section[id*="__footer"] .uniq-footer-offer{
    margin-top: 10px !important;
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    opacity: .9;
    font-style: italic;
  }

  /* Email field + button — keep in one row */
  .shopify-section[id*="__footer"] .newsletter-form .field{
    display: flex !important;
    align-items: center !important;
  }

  .shopify-section[id*="__footer"] .newsletter-form__button{
    width: 48px !important;
    min-width: 48px !important;
  }
}

/* Newsletter field + submit button polish */
.shopify-section[id*="__footer"] .footer .newsletter-form__field-wrapper .field {
  align-items: stretch;
}

.shopify-section[id*="__footer"] .footer .newsletter-form__field-wrapper .newsletter-form__button {
  min-width: 92px;
  padding: 0 18px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 10px;
  background: linear-gradient(180deg, #f3d89a 0%, #d2aa56 100%);
  color: #111;
  border: 0;
}

.shopify-section[id*="__footer"] .footer .newsletter-form__field-wrapper .newsletter-form__button:hover {
  filter: brightness(1.05);
}

/* Consent + offer spacing */
.uniq-footer-consent {
  margin-top: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  opacity: .92;
}

.uniq-footer-consent__checkbox {
  transform: scale(1.05);
  margin-right: 8px;
}

.uniq-footer-consent__privacy {
  color: rgba(255,255,255,.85);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uniq-footer-offer {
  margin-top: 10px;
  font-size: 13px;
  opacity: .85;
  max-width: 420px;
}

/* ===============================
   UniqSnaz — Gold dividers (reliable)
================================ */

@media (min-width: 990px){
  /* Give columns some padding + divider */
  .shopify-section[id*="__footer"] .footer-block--menu,
  .shopify-section[id*="__footer"] .footer-block--contact,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:first-of-type{
    border-left: 1px solid rgba(223,191,99,.28) !important;
    padding-left: 26px !important;
  }

  /* Make divider feel “premium” (slight glow) */
  .shopify-section[id*="__footer"] .footer-block--menu,
  .shopify-section[id*="__footer"] .footer-block--contact,
  .shopify-section[id*="__footer"] .footer__content-bottom-wrapper.page-width:first-of-type{
    box-shadow: -1px 0 0 rgba(223,191,99,.10) !important;
  }
}

/* ===============================
   Payment icons — hover glow (works)
================================ */

.shopify-section[id*="__footer"] .list-payment__item{
  transition: transform .2s ease, filter .2s ease;
}

.shopify-section[id*="__footer"] .list-payment__item:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}

/* Glow the SVG itself (this is the key) */
.shopify-section[id*="__footer"] .list-payment__item:hover svg{
  filter: drop-shadow(0 10px 16px rgba(223,191,99,.35));
}


@media (min-width: 990px){
  /* Divider between "Got a Question" (col 3) and Payments (col 4) */
  .shopify-section[id*="__footer"] .footer__column--info{
    border-left: 1px solid rgba(223,191,99,.22) !important; /* subtle gold */
    padding-left: 26px !important; /* match your other columns */
    margin-left: 0 !important;
  }

  /* Optional: make sure the payments block stays aligned */
  .shopify-section[id*="__footer"] .footer__payment{
    justify-content: flex-start !important;
  }
}



