/** Shopify CDN: Minification failed

Line 43:14 Expected ":"
Line 130:1 Unexpected "{"
Line 133:31 Expected identifier but found "!"
Line 142:0 Expected "}" to go with "{"

**/
@font-face {
    font-family: "IvyprestoDisplay-Thin";
    src: url("/cdn/shop/files/IvyprestoDisplay-Thin.woff?v=1753709321") format("woff"),
    url("/cdn/shop/files/IvyprestoDisplay-Thin.woff2?v=1753709321") format("woff2");
    font-display: swap;
}

  
@font-face {
  font-family: "FilsonProMedium";
  src: url("/cdn/shop/files/FilsonProMedium.woff2?v=1753709313") format('woff2'), 
    url("/cdn/shop/files/FilsonProMedium.woff?v=1753709313") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "FilsonProBook";
  src: url("/cdn/shop/files/FilsonProBook.woff2?v=1753709305") format('woff2'), 
    url("/cdn/shop/files/FilsonProBook.woff?v=1753709305") format('woff');
    font-display: swap;
}
@font-face {
  font-family: "NewIconScript";
  src: url("/cdn/shop/files/NewIconScript.woff2?v=1753709381") format('woff2'), 
    url("/cdn/shop/files/NewIconScript.woff?v=1753709381") format('woff');
    font-display: swap;
}



h1, h2, h3, h4, h5, h6 {
    font-family: IvyprestoDisplay-Thin !important;
    font-weight: 400;
    font-style normal;
    text-transform: capitalise;
    line-height: 1.1;
    
}


p {
font-family: FilsonProBook !important;
line-height: 1.75;
font-display: swap;
}

p + p {
  margin-top: 1.5em; /* Adds 1.5em of space above paragraphs that follow another paragraph */
}

.body {
font-family: FilsonProBook !important;
line-height: 1.75;
font-display: swap;
}

.btn {
font-family: FilsonProBook !important;
  font-size: 12px !important;
  text-transform: Uppercase !important;
  letter-spacing: 2.4px !important;
  font-weight: 600 !important;
}

/* Background image for the Newsletter section */
#Newsletter--template--24718282555707__section_newsletter_NFdEU3 {
  background-image: url('/cdn/shop/files/PP_Textures_8.jpg?v=1753760483');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/* Optional: transparent background on inner wrapper if needed */
#Newsletter--template--24718282555707__section_newsletter_NFdEU3 .section-padding {
  background-color: transparent !important;
}


.footer-sections {
  background-image: url("/cdn/shop/files/PP_Textures_2.jpg?v=1753750302");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer__social-inline {
  display: flex;
  align-items: center;
  gap: 1rem; /* space between location and icons */
  flex-wrap: wrap;
}

.footer__location {
  font-size: 1rem;
  font-weight:600;
  color: #FCF8F0; /* match your footer theme */
  opacity: 0.8;
  white-space: nowrap;
}

.footer__block__title {
    font-family: FilsonProBook !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2.4px;
}

.supporting-menu__copyright {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.site-footer-wrapper {
 {
  background-image: url('/cdn/shop/files/PP_Textures_2.jpg?v=1753750302') !important;
  background-size: cover !important;        
  background-position: center; !important   
  background-repeat: no-repeat !important;  
  /* Optional: add some overlay for readability */
  position: relative !important;
  z-index: 0 !important;
}



