/** Shopify CDN: Minification failed

Line 199:17 Expected ":"
Line 200:14 Expected ":"
Line 205:14 Expected ":"
Line 245:6 Unexpected "getFurPreviewVariantId("
Line 246:13 Expected ":"
Line 247:13 Expected ":"
Line 248:13 Expected ":"
Line 249:13 Expected ":"
Line 250:10 Expected ":"
Line 252:11 Expected ":"
... and 8 more hidden warnings

**/
/* This targets the specific Dawn theme underline structure */
.header__menu-item span::before,
.header__menu-item span::after,
.header-wrapper .header__menu-item span::after,
.header__inline-menu .header__menu-item span::after {
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-bottom: none !important;
  transition: none !important;
  transform: none !important;
}

/* Remove underline on the main menu items */
.header__menu-item span {
  position: relative !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

/* Add only the gold swirl with a fixed width, preserving aspect ratio */
.header__menu-item:hover span::after,
.header__active-menu-item span::after,
.header__menu-item[aria-current="page"] span::after {
  content: "" !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  bottom: -12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 12px !important;
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Gold_Swirl_Underline_New.png?v=1764364492") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center bottom !important;
  background-color: transparent !important;
  border: none !important;
  z-index: 10 !important;
}

/* Target the active menu item specifically */
.header__menu-item[aria-current="page"] span::after {
  content: "" !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Mobile menu specific styles */
.menu-drawer__menu-item {
  position: relative !important;
  display: inline-block !important;
  background-color: transparent !important;
}

/* Remove any default underline or background from mobile menu */
.menu-drawer__menu-item::before,
.menu-drawer__menu-item::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Add gold swirl to active mobile menu item */
.menu-drawer__menu-item[aria-current="page"]::after,
#HeaderDrawer-home[aria-current="page"]::after,
#HeaderDrawer-shop[aria-current="page"]::after,
#HeaderDrawer-our-story[aria-current="page"]::after,
#HeaderDrawer-contact[aria-current="page"]::after {
  content: "" !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 12px !important;
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Gold_Swirl_Underline_1.png?v=1741158961") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  background-color: transparent !important;
  border: none !important;
  z-index: 1 !important;
}

/* Country popup should appear above swirl decorations */
.menu-drawer .disclosure__list-wrapper,
.menu-drawer .country-selector {
  z-index: 100 !important;
}

/* Fix login section to appear at the bottom of the screen */
.menu-drawer__utility-links {
  position: absolute !important;
  bottom: 80px !important;
  left: 0 !important;
  width: 100% !important;
  padding: 20px !important;
}

/* Restore original login layout */
.menu-drawer__account {
  display: flex !important;
  align-items: center !important;
  margin-top: 0 !important;
}

.menu-drawer__account account-icon {
  margin-right: 10px !important;
}

.menu-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  z-index: 999 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow-y: scroll !important;
}

.menu-drawer__inner-container {
  position: relative !important;
  min-height: 100% !important;
  padding-top: 60px !important;
  padding-bottom: 150px !important;
}

.menu-drawer__navigation-container {
  padding-top: 0 !important;
}

#menu-drawer {
  background-color: #ffffff !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#menu-drawer.gradient {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Remove any highlight or background colors */
.menu-drawer__menu-item,
.menu-drawer__menu-item:hover,
.menu-drawer__menu-item[aria-current="page"] {
  background-color: transparent !important;
  color: #000000 !important;
}

/* Remove any row background highlighting */
.menu-drawer__menu li,
.menu-drawer__menu li:hover {
  background-color: transparent !important;
}

/* Ensure the close button (X) is visible and properly positioned */
.header__icon--close,
.header__icon--summary .icon-close,
.header__icon--menu .icon-close,
.menu-drawer__close-button,
.drawer__close,
.drawer__close-button,
details-modal .modal__close-button {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 1000 !important;
  display: flex !important;
            const previewVariantId = variant?.id ?? this.getFurPreviewVariantId();
          this.updateURL(productUrl, previewVariantId);
  color: #000000 !important;
  background: transparent !important;
  width: 44px !important;
  height: 44px !important;
            if (previewVariantId) this.updateFurPreviewPrice(productUrl, previewVariantId);
  align-items: center !important;
  justify-content: center !important;
}

.menu-drawer__close-button svg,
.drawer__close svg,
.drawer__close-button svg {
  color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}

/* Mobile search close button */
.search-modal .modal__close-button {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 99999 !important;
  display: flex !important;
  visibility: visible !important;
  color: #000000 !important;
  background: #ffffff !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Hide the hamburger icon when menu is open */
.menu-is-open .header__icon--menu .icon-hamburger,
details[open] .header__icon--summary .icon-hamburger {
  display: none !important;
}

      getFurPreviewVariantId() {
        const picker = this.variantSelectors;
        const sizeSelect = picker?.querySelector('select[name="options[Size]"]');
        const furInput = picker?.querySelector('[data-option-name="faux-fur"] input[type="radio"]:checked');
        const configElement = picker?.querySelector('[data-variant-gallery-config]');
        if (!sizeSelect || sizeSelect.value || !furInput || !configElement) return null;

        let config;
        try {
          config = JSON.parse(configElement.textContent);
        } catch {
          return null;
        }

        const matching = Object.entries(config).filter(([, entry]) => entry?.fur === furInput.value);
        const selected = matching.find(([, entry]) => entry.extraMediaIds?.length) || matching[0];
        return selected?.[0] ?? null;
      }

      updateFurPreviewPrice(productUrl, variantId) {
        fetch(productUrl + '?variant=' + variantId + '&section_id=' + this.sectionId, {
          signal: this.abortController?.signal,
        })
          .then((response) => response.text())
          .then((responseText) => {
            if (this.getFurPreviewVariantId() !== String(variantId)) return;
            const html = new DOMParser().parseFromString(responseText, 'text/html');
            const source = html.getElementById('price-' + this.sectionId);
            const destination = this.querySelector('#price-' + this.dataset.section);
            if (source && destination) {
              destination.innerHTML = source.innerHTML;
              destination.classList.remove('hidden');
            }
          })
          .catch((error) => {
            if (error.name !== 'AbortError') console.error(error);
          });
      }

189
/* Show the X icon when menu is open */
.menu-is-open .header__icon--menu .icon-close,
details[open] .header__icon--summary .icon-close {
  display: block !important;
}

/* Ensure search modal has highest z-index - MOBILE ONLY */
@media screen and (max-width: 989px) {
  .search-modal,
  .modal__overlay,
  .predictive-search,
  details[open] > .search-modal {
    z-index: 99999 !important;
  }
  
  /* iOS Safari fixes for mobile search */
  .search-modal__content {
    /* Use dvh for dynamic viewport height (iOS Safari address bar) */
    max-height: 80vh;
    max-height: 80dvh;
    /* Hardware acceleration for smoother scrolling */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  /* Prevent iOS zoom on search input focus */
  .search__input,
  .field__input[type="search"] {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
  }
  
  /* Fix predictive search scrolling on iOS */
  .predictive-search {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  
  /* Ensure search results are properly visible */
  .predictive-search__results-groups-wrapper {
    padding: 0 !important;
  }
  
  .predictive-search__result-group {
    width: 100% !important;
  }
  
  /* Better touch targets for search results */
  .predictive-search__item {
    min-height: 44px;
    padding: 12px 16px !important;
  }
  
  /* Product thumbnails in search */
  .predictive-search__image {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }
  
  /* Search results headings */
  .predictive-search__heading {
    margin: 0 16px !important;
    padding: 12px 0 8px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  /* Search for button at bottom */
  .predictive-search__search-for-button {
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 8px;
  }
  
  .predictive-search__item--term {
    font-weight: 500;
  }
}

/* Target specific X buttons by their position */
.search-modal .modal__close-button:not(.search-modal__close-button) {
  display: none !important;
}

/* If the above doesn't work, try targeting based on appearance */
.search-modal button[type="button"]:nth-of-type(2),
.search-modal svg.icon-close:nth-of-type(2),
.search-modal .icon-close ~ .icon-close {
  display: none !important;
}

/* If you can identify a specific class or attribute for the buttons */
.search-modal__header + button.modal__close-button {
  display: none !important;
}

/* Target the right-side X button */
.search-modal button.modal__close-button[style*="right"] {
  display: none !important;
}

/* Ensure only one close button visible */
.search-modal .modal__close-button:nth-child(n+2) {
  display: none !important;
}

/* Target specific menu selectors if the above isn't sufficient */
.header__menu-item,
.list-menu__item,
.list-menu__item--link {
  font-family: "Dorris-Thin", sans-serif !important;
}

/* Capitalize Mobile Menu Items in Hamburger Menu */
.menu-drawer__menu-item {
  font-family: "Dorris-Thin", sans-serif !important;
  text-transform: uppercase !important;
}

/* Adjustments for header logo font weight if needed */
.header__heading-link.link.link--text.focus-inset {
  font-family: "Dorris-Thin", sans-serif !important;
}

/* Ensure Dorris-Thin font is applied to all menu items */
.header__menu-item,
.menu-drawer__menu-item,
.menu-drawer__menu-item span,
.list-menu__item,
.list-menu__item--link {
  font-family: "Dorris-Thin", sans-serif !important;
}

/* Additional specificity for mobile menu items */
.js .menu-drawer__menu-item {
  font-family: "Dorris-Thin", sans-serif !important;
}

/* Ensure font is loaded for all devices */
@font-face {
  font-family: "Dorris-Thin";
  src: url("/cdn/shop/files/Dorris-Thin.woff?v=1731920195")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Add Dorris-Thin font for newsletter text */
@font-face {
  font-family: "Dorris-Thin";
  src: url(/cdn/shop/files/Dorris-Light.woff?v=1731920195)
    format("woff");
}

/* Add background image to footer with proper overlap */
.footer {
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Snow_Glitter_Background.png?v=1741448995");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: -125px !important; /* Create negative margin for overlap */
  border-top: none !important; /* Remove any potential border */
  outline: none !important; /* Remove any outline */
  padding-bottom: 0 !important; /* Remove padding at the bottom */
}

/* Make sure the gradient background is transparent */
.footer.gradient,
.footer.color-scheme-1.gradient,
.footer.color-scheme-5.gradient {
  background-color: transparent !important;
  background: none !important;
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Snow_Glitter_Background.png?v=1741448995") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  border-top: none !important;
}

/* Ensure the video section has no bottom border or margin */
#shopify-section-template--23387545469193__video_with_text_YB9iXd {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1;
  border-bottom: none !important;
}

/* Ensure the video with text element has no border */
.video-with-text,
.video-with-text__grid,
.video-with-text__media,
.video-with-text__content {
  border: none !important;
  margin-bottom: 0 !important;
}

/* Make sure the footer's inner padding is adjusted */
.section-sections--22859335860489__footer-padding {
  padding-top: 150px !important; /* Match the negative margin amount */
  border-top: none !important;
}

/* Add a pseudo-element to cover any potential gap */
.footer:before {
  display: none !important;
}

/* COMPLETELY REVISED: Center newsletter heading across all devices */
.footer-block__newsletter,
.footer-block--newsletter {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  position: relative !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0;
  padding-top: 40px;
  z-index: 5;
}

/* Ensure the container is full width */
.footer-block__newsletter-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* IMPROVED: Center heading text on all devices including desktop */
.footer-block__newsletter h2,
.newsletter-form__heading {
  font-family: "Dorris-Thin", sans-serif !important;
  font-size: 4rem !important;
  line-height: 1.2 !important;
  margin-bottom: 75px !important;
  position: relative !important;
  padding-top: 50px !important;
  z-index: 2 !important;

  /* Critical centering properties */
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;

  /* FORCE TEXT TO STAY VISIBLE */
  white-space: nowrap !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  display: block !important;
  transform: none !important;
}

/* Ensure all parent containers are properly centered and full width */
.footer__content-top,
.footer .page-width,
.shopify-section--footer .page-width {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure the newsletter block takes full width */
.footer-block.footer-block--newsletter {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* IMPROVED: Larger swirl under the text for desktop */
.footer-block__newsletter h2::after,
.newsletter-form__heading::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 220px !important;
  height: 40px !important;
  bottom: -50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Gold_Swirl_Underline_1.png?v=1741158961") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Center the newsletter form elements */
.footer-block__newsletter-form,
.newsletter-form {
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Center the email input field */
.newsletter-form__field-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 30px !important;
  position: relative !important;
}

/* Add padding below the swirl by targeting the paragraph that follows */
.newsletter-form__paragraph {
  font-family: "Dorris-Thin", sans-serif !important;
  padding-top: 40px !important;
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make sure the input field itself is properly sized and centered */
.field__input {
  width: 100% !important;
  max-width: 100% !important;
}

/* Add the gold stamp logo to the footer - UPDATED: Moved down more on desktop */
.footer__content-top::after {
  content: "" !important;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  background-image: url("/cdn/shop/files/TRSS_-_Stamp_Logo_Gold.png?v=1731761815") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin: 0 auto 0px auto !important; /* Increased bottom margin from 20px to 40px */
  padding-top: 20px !important; /* Added padding to move it down more */
  z-index: 20 !important;
}

/* MODIFIED: Add light blue background to footer bottom section - REDUCED HEIGHT */
.footer__content-bottom {
  background-color: #f1f7fa !important;
  position: relative !important;
  z-index: 10 !important;
  margin-top: 10px !important;
  padding-top: 2px !important; /* Further reduced from 5px to 3px */
  border-top: 1px solid #dddddd !important; /* Changed to light grey border */
  width: 100% !important;
  display: block !important; /* Force display of the content */
  opacity: 1 !important; /* Ensure visibility */
  min-height: 25px !important; /* Reduced from 30px */
  visibility: visible !important; /* Force visibility */
}

/* MODIFIED: Remove background from payment icons section and make it match the new background */
.footer__payment {
  margin-top: 0 !important;
  padding-top: 3px !important; /* Reduced from 5px */
  padding-bottom: 3px !important; /* Reduced from 5px */
  background-color: #f1f7fa !important;
  display: block !important; /* Force display */
  opacity: 1 !important; /* Ensure visibility */
}

/* MODIFIED: Update background color for footer links section */
.footer__content-bottom-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  background-color: #f1f7fa !important;
  padding-bottom: 10px !important; /* Reduced from 15px */
  margin-top: 0 !important;
  opacity: 1 !important; /* Ensure visibility */
  visibility: visible !important; /* Force visibility */
}

/* NEW: Copyright and Policy Links Container */
.footer__copyright {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  padding: 5px 15px !important;
  background-color: #f1f7fa !important;
  min-height: 20px !important; /* Reduced height */
  margin: 0 auto !important;
}

/* NEW: Copyright Text Styling */
.footer__copyright .copyright__content {
  margin-right: 15px !important;
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
  color: #333333 !important;
  white-space: nowrap !important;
}

/* NEW: Policy Links Container */
.footer__policy-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

/* NEW: Policy Links Styling */
.footer__policy-links a {
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
  color: #333333 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.footer__policy-links a:hover {
  text-decoration: underline !important;
}

/* From 750px to 1023px - Fix text centering and cutoff */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .footer-block__newsletter h2,
  .newsletter-form__heading {
    font-size: 3.2rem !important; /* Slightly smaller for tablet */
  }

  /* Adjust swirl size for tablet */
  .footer-block__newsletter h2::after,
  .newsletter-form__heading::after {
    width: 180px !important; /* Slightly smaller for tablet */
    height: 30px !important;
    bottom: -40px !important;
  }
}

/* Ensure proper spacing on mobile */
@media screen and (max-width: 749px) {
  /* NEW: Mobile styling for copyright and policy links */
  .footer__copyright {
    flex-direction: column !important;
    gap: 8px !important;
    padding: 5px 10px !important;
  }

  .footer__copyright .copyright__content {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }

  .footer__policy-links {
    gap: 10px !important;
    justify-content: center !important;
  }

  .footer__payment {
    padding-bottom: 2px !important;
    background-color: #f1f7fa !important;
  }

  /* Mobile styling for newsletter heading - UPDATED: Larger font on mobile */
  .footer-block__newsletter h2,
  .newsletter-form__heading {
    font-size: 3rem !important; /* Increased from 2.5rem to 3rem */
    padding-top: 0 !important;
    margin-top: -30px !important;
    margin-bottom: 60px !important; /* Adjusted for mobile swirl */

    /* Allow wrapping on mobile */
    white-space: normal !important;

    /* Mobile centering */
    text-align: center !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;

    /* Line height for wrapped text */
    line-height: 1.3 !important;
  }

  /* Adjust swirl for mobile */
  .footer-block__newsletter h2::after,
  .newsletter-form__heading::after {
    width: 150px !important; /* Smaller for mobile */
    height: 25px !important;
    bottom: -35px !important;
  }

  /* Basic mobile adjustments */
  .footer-block__newsletter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Make stamp logo smaller on mobile */
  .footer__content-top::after {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 15px auto !important;
    padding-top: 0 !important; /* Reset padding on mobile */
  }

  /* MODIFIED: Ensure the footer bottom has proper background color on mobile */
  .footer__content-bottom {
    background-color: #f1f7fa !important;
    width: 100% !important;
    border-top: 1px solid #dddddd !important; /* Light grey border on mobile too */
    padding-top: 8px !important; /* Reduced height on mobile */
    padding-bottom: 5px !important;
  }
}

/* Mobile-specific styles - use the mobile background image */
@media screen and (max-width: 749px) {
  /* UPDATED: Background image now covers 100% height */
  .footer {
    background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Snow_Background_with_Glitter_Mobile.png?v=1742380737") !important;
    background-size: cover !important; /* Changed from 100% auto to cover */
    background-position: center top !important; /* Changed from center top to center center */
    margin-top: -60px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    position: relative !important;
  }

  .footer.gradient,
  .footer.color-scheme-1.gradient,
  .footer.color-scheme-5.gradient {
    background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Snow_Background_with_Glitter_Mobile.png?v=1742380737") !important;
    background-size: cover !important; /* Changed from 100% auto to cover */
    background-position: center top !important; /* Changed from center top to center center */
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    position: relative !important;
  }

  /* Update the pseudo-element to use mobile background */
  .footer:before {
    display: none !important;
  }

  /* Ensure any container elements don't restrict width */
  .footer > div,
  .footer > section,
  .footer .page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Newsletter section spacing on mobile */
  .footer-block--newsletter {
    padding-top: 110px !important;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Additional targeting for any possible parent elements */
  .shopify-section--newsletter,
  .shopify-section--footer {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Reduce any spacing in parent elements */
  .page-width,
  .footer__content-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Ensure the red line area (red wave pattern) has minimal spacing */
  .footer .red-wave-element,
  .footer img[src*="red"],
  .footer .decorative-wave {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  /* For extra small screens (iPhone SE etc.) */
  @media screen and (max-width: 375px) {
    .footer-block__newsletter h2,
    .newsletter-form__heading {
      font-size: 2.5rem !important; /* Increased from 2rem to 2.5rem */
    }

    .footer__policy-links {
      gap: 8px !important;
    }

    .footer__policy-links a {
      font-size: 1rem !important;
    }
  }

  /* MODIFIED: Make sure border is visible on mobile and adjust spacing */
  .footer__content-bottom {
    border-top: 1px solid #dddddd !important; /* Light grey border */
    padding-top: 8px !important; /* Reduced height */
    background-color: #f1f7fa !important;
    width: 100% !important;
  }
}

/* ADDED: Global fix for any container that might be clipping the text */
body .page-width,
body .footer .page-width,
body .footer-block--newsletter,
body .footer-block__newsletter,
body .footer__content-top,
body .shopify-section--footer {
  overflow: visible !important;
}

/* ADDED: Super force display of the swirl image */
html .footer-block__newsletter h2::after,
html .newsletter-form__heading::after {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  content: "" !important;
  background-image: url("/cdn/shop/files/The_Real_Santa_Shop_Gold_Swirl_Underline_1.png?v=1741158961") !important;
}

/* Hide country selector in announcement bar on mobile - available in menu */
@media screen and (max-width: 749px) {
  .utility-bar .localization-wrapper--right {
    display: none !important;
  }
}

/* Fix white space under footer */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  margin-bottom: 0 !important;
}

/* Ensure no extra padding at bottom */
.footer__content-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Force the body to fill the viewport */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Compact country selector dropdown */
.disclosure__item {
  padding: 0;
}

.disclosure__link {
  padding: 6px 12px;
  font-size: 0.85rem;
}

.country-selector .disclosure__list-wrapper {
  min-width: 200px;
  width: auto;
}

/* Hide currency in dropdown list items */
.localization-form__currency {
  display: none;
}

/* Fix country selector button spacing */
.disclosure__button.localization-selector {
  display: flex;
  align-items: center;
  gap: 4px;
}

.disclosure__button.localization-selector .svg-wrapper {
  flex-shrink: 0;
}

/* Announcement bar now shows on all pages - positioning handled in theme.liquid */

/* Position country selector on right side of announcement bar */
.localization-wrapper--right {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
}

.localization-wrapper--right .disclosure__button {
  font-size: 13px !important;
  padding: 4px 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.localization-wrapper--right .disclosure__button .icon-caret,
.localization-wrapper--right .disclosure__button svg {
  margin-left: 6px !important;
  flex-shrink: 0 !important;
}

/* Country selector dropdown fix - single scroll only */
.localization-wrapper--right .disclosure__list-wrapper {
  max-height: 70vh !important;
  min-height: 400px !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
}

/* Remove nested scroll - only wrapper should scroll */
.localization-wrapper--right .country-selector__list {
  max-height: none !important;
  overflow: visible !important;
}

/* Hide navigation arrows in announcement bar */
.announcement-bar-slider .slider-button {
  display: none !important;
}

/* Announcement bar vertical centering - minimal overrides */
.announcement-bar-slider {
  display: flex;
  align-items: center;
}

.slideshow__slide,
.slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make announcement bar position relative for absolute positioning */
.utility-bar {
  position: relative !important;
}

/* Desktop search modal styles moved to theme.liquid inline styles for highest priority */

/* Make hamburger menu icon larger */
.header__icon--menu .icon-hamburger {
  width: 2.1rem !important;  /* Adjust this value - default is ~1rem */
  height: 2.1rem !important;
}

/* Also increase the close icon to match */
.header__icon--menu .icon-close {
  width: 2.1rem !important;
  height: 2.1rem !important;
}

/* Center the stock app text on product pages */
.product__info-wrapper [class*="heymerch"],
.product__info-wrapper [class*="hey-low-stock"],
.product__info-container [class*="heymerch"],
.product__info-container [class*="hey-low-stock"] {
  text-align: center !important;
  width: 100% !important;
}

/* Shipping Policy Modal Styles */
.shipping-policy-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.shipping-policy-modal[open] {
  display: flex;
}

.shipping-policy-modal__content {
  background: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.shipping-policy-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.shipping-policy-modal__close:hover {
  opacity: 1;
}

.shipping-policy-modal__close svg {
  fill: #333;
}

.shipping-policy-modal__body {
  padding-top: 5px;
  padding-bottom: 0;
  font-family: "Bodoni Moda", "Libre Bodoni", Georgia, serif !important;
}

.shipping-policy-modal__body h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 2.2rem;
  color: #333;
  font-family: "Dorris-Thin", sans-serif !important;
}

.shipping-policy-modal__body p {
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: "Bodoni Moda", "Libre Bodoni", Georgia, serif !important;
}

.shipping-policy-modal__body p:last-child {
  margin-bottom: 0;
}

.shipping-policy-modal__body ul,
.shipping-policy-modal__body ol {
  text-align: left;
  margin: 6px auto;
  max-width: 90%;
  font-family: "Bodoni Moda", "Libre Bodoni", Georgia, serif !important;
  font-size: 1.4rem;
}

.shipping-policy-modal__body li {
  margin-bottom: 4px;
  line-height: 1.6;
}

/* Shipping link styling */
.shipping-modal-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.shipping-modal-link:hover {
  opacity: 0.8;
}

/* ========================================
   SEARCH BAR FIXES - January 2026
   Search is now in the announcement bar only
   ======================================== */

/* Hide search from header menu - it's now in announcement bar only */
.header__icons > .header__search,
.header > .header__search {
  display: none !important;
}

/* Make search icon BLACK in announcement bar to match other icons */
.announcement-bar-icons .header__search svg,
.announcement-bar-icons .header__icon--search svg {
  color: #000000 !important;
  fill: #000000 !important;
}

/* Fullscreen search modal */
.announcement-bar-icons .search-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important;
}

.announcement-bar-icons .search-modal__content {
  max-width: 800px !important;
  width: 90% !important;
  margin: 0 auto !important;
  padding-top: 80px !important;
}

.announcement-bar-icons .search-modal__close-button {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
}

/* Ensure search icon close state works properly */
.header__search details[open] .header__icon-close {
  display: inline-block !important;
}

.header__search details:not([open]) .header__icon-close {
  display: none !important;
}

/* Search input field styling improvements */
.search__input.field__input {
  min-height: 44px !important;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100% !important;
}

/* Search button in input field */
.search__button.field__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

.search__button .icon,
.search__button .icon-search {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

/* Reset button visibility */
.reset__button.field__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.reset__button.hidden {
  display: none !important;
}

/* Fix predictive search results display */
predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Predictive search item hover states */
.predictive-search__list-item:hover,
.predictive-search__list-item[aria-selected="true"] {
  background: rgba(var(--color-foreground), 0.05) !important;
}

.predictive-search__item {
  text-decoration: none !important;
  color: rgb(var(--color-foreground)) !important;
}

.predictive-search__item:hover .predictive-search__item-heading {
  text-decoration: underline !important;
}



/* Keep cookie consent visible above the mobile and tablet Magic Bar. */
@media screen and (max-width: 1199px) {
    #shopify-pc__banner {
  position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 2147483646 !important;
    max-height: calc(100dvh - 104px) !important;
    overflow-y: auto !important;
    pointer-events: auto !important;
  }

  .footer,
  .footer__content-top,
  .footer__content-bottom,
  .shopify-section--footer {
    z-index: 1 !important;
  }

  .mobile-magic-bar {
    z-index: 2147483645 !important;
  }
}


/* Repair the cookie consent card without styling its child controls as fixed layers. */
@media screen and (max-width: 1199px) {
  #shopify-pc__banner {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
    z-index: 2147483646 !important;
    overflow: visible !important;
  }

  #shopify-pc__banner * {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
  }

  #shopify-pc__banner .shopify-pc__banner__wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  #shopify-pc__banner .shopify-pc__banner__body {
    display: block !important;
    overflow: visible !important;
  }

  #shopify-pc__banner h2 {
    margin: 0 0 6px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  #shopify-pc__banner p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  #shopify-pc__banner .shopify-pc__banner__btns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  #shopify-pc__banner button {
    flex: 1 1 auto !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
  }

  .footer,
  .footer__content-top,
  .footer__content-bottom,
  .shopify-section--footer {
    z-index: 1 !important;
  }
}

/* Keep native cookie preferences above the mobile Magic Bar. */
@media screen and (max-width: 1199px) {
  #shopify-pc__prefs {
    z-index: 2147483647 !important;
  }

  #mobile-magic-bar {
    z-index: 2147483645 !important;
  }

  #shopify-pc__banner {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

body.template-product [id^="Slider-Thumbnails"] > .thumbnail-list_item--variant:not([hidden]) {
  display: flex !important;
}

body.template-product [id^="ProductInfo-"] {
  display: flex;
  flex-direction: column;
}

body.template-product [id^="ProductInfo-"] > [id^="price-"],
body.template-product [id^="ProductInfo-"] > .product__price-underline,
body.template-product [id^="ProductInfo-"] > .product__tax {
  order: 1;
}

body.template-product [id^="ProductInfo-"] > [id^="Quantity-Form-"] ~ * {
  order: 2;
}

body.template-product [id^="ProductInfo-"] > [id^="price-"] {
  margin-top: 0;
}

/* Product gallery and purchase details */
body.template-product [id^="ProductInfo-"] > variant-selects {
  margin-bottom: 0 !important;
}
body.template-product [id^="ProductInfo-"] > .size-chart-link-wrapper {
  margin-top: 0 !important;
  margin-bottom: 12px;
}
body.template-product [id^="ProductInfo-"] > [id^="price-"].hidden + .product__price-underline {
  display: none;
}
body.template-product media-gallery [id^="Slider-Thumbnails"] {
  justify-content: center;
  margin-inline: auto;
}
body.template-product media-gallery [id^="GalleryThumbnails"] {
  justify-content: center;
}
@media (min-width: 990px) {
  body.template-product media-gallery {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  body.template-product media-gallery [id^="GalleryViewer"],
  body.template-product media-gallery [id^="GalleryThumbnails"] {
    width: 100%;
    max-width: 53.2rem;
    margin-inline: auto;
  }
  body.template-product media-gallery [id^="GalleryThumbnails"] {
    display: flex !important;
    margin-top: 1rem;
  }
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image {
  position: relative;
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  box-sizing: border-box;
  border: clamp(20px, 4vw, 32px) solid transparent;
  border-image-source: url("/cdn/shop/files/Gold_Frame_for_website_images_bright_gold.png?v=1764455470");
  border-image-slice: 165;
  border-image-width: 1;
  border-image-repeat: stretch;
  pointer-events: none;
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 5;
  width: clamp(70px, 18%, 110px);
  aspect-ratio: 507 / 744;
  background: url("/cdn/shop/files/The_Real_Santa_Shop_Handmade_for_You_Present_Tag.png?v=1763864779") center / contain no-repeat;
  pointer-events: none;
}

/* Keep the full-size image within a proportional frame; thumbnails remain unframed. */
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image {
  overflow: hidden !important;
  background: #fff;
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image .product__media img {
  top: 8% !important;
  left: 13% !important;
  width: 74% !important;
  height: 84% !important;
  object-fit: cover !important;
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image::after {
  border: 0 !important;
  border-image: none !important;
  background: url("/cdn/shop/files/Gold_Frame_for_website_images_bright_gold.png?v=1764455470") center / contain no-repeat;
}
body.template-product media-gallery .product__media-item.is-active .product-media-container.media-type-image::before {
  left: 10%;
  right: auto !important;
  top: 7%;
}
body.template-product media-gallery [id^="GalleryThumbnails"] {
  height: auto !important;
  overflow: visible !important;
}
body.template-product media-gallery [id^="Slider-Thumbnails"] {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px;
  padding: 0 !important;
}
body.template-product media-gallery [id^="Slider-Thumbnails"] > .thumbnail-list__item:not([hidden]) {
  flex: 0 0 72px !important;
  width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
}
body.template-product media-gallery [id^="Slider-Thumbnails"] > .thumbnail-list__item:not([hidden]) .thumbnail {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 749px) {
  body.template-product media-gallery [id^="Slider-Thumbnails"] > .thumbnail-list__item:not([hidden]) {
    flex-basis: 64px !important;
    width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
  }
}
@media (min-width: 990px) {
  body.template-product media-gallery {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "image" "thumbnails" !important;
    justify-items: center;
    row-gap: 8px;
  }
  body.template-product media-gallery [id^="GalleryThumbnails"] {
    display: block !important;
    width: min(100%, 53.2rem) !important;
    margin: 0 auto !important;
  }
}

body.template-product media-gallery [id^="Slider-Thumbnails"] {
  flex-direction: row !important;
  align-items: flex-start !important;
}

/* Product gallery frame, hanging tag, and desktop purchase details */
.template-product .product__media-item .product-media-container.media-type-image {
  overflow: visible !important;
}
.template-product .product__media-item .product-media-container.media-type-image .product__modal-opener {
  overflow: hidden !important;
}
.template-product .product__media-item .product-media-container.media-type-image .product__media img {
  clip-path: inset(0 5% 0 0) !important;
}
.template-product .product__media-item .product-media-container.media-type-image::before {
  top: -4rem !important;
  left: 10% !important;
  width: 24% !important;
  height: 35% !important;
  background-size: contain !important;
}
@media (max-width: 749px) {
  .template-product .product__media-item .product-media-container.media-type-image::before {
    top: -3.5rem !important;
  }
}
@media (min-width: 990px) {
  .template-product .product__info-container > [id^="price-"],
  .template-product .product__info-container > .product__tax {
    text-align: left !important;
  }
  .template-product .product__info-container > .product__price-underline {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
