/** Shopify CDN: Minification failed

Line 72:0 All "@import" rules must come first

**/
/* Custom CSS for the theme */

x-header.header:hover {
    background: #f7f7f4;
    color: #58544a;
    border-bottom: 1px solid #CFC8B8;
}

x-header.header:hover .header__logo-image--sticky{
	opacity:1 !important;
}
x-header.header:hover .header__primary-nav-item:before{
    background:#873719 !important;
}

.mega-menu__extra-menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}

.mega-menu__extra-column {
  display: block;
}
.cstm-d-mega-m{
    width: 100%;
    max-width: 1200px;
    opacity: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.mega-menu{
    background:#F7F7F4;
}
.mega-menu, .text-subdued, .mega-menu__heading{
    text-transform: uppercase;
    color: #58544A;
    font-family: Nunito !important;
    font-size: 12px;
    letter-spacing: var(--heading-letter-spacing);
}
.mega-menu__heading{
    margin-bottom:15px;
}
.mega-menu li a{
    text-transform: capitalize !important;
    font-size: 15px !important;
    letter-spacing: normal !important;
    line-height: 30px !important;
}
summary.h6{
    
    font-family: Nunito !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Import Roboto Slab with all weights (100-900) */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

:root {
  --text-h1: clamp(56px, 7vw, 72px);
  --text-h2: clamp(32px, 4vw, 36px);
  --text-h3: clamp(18px, 3vw, 24px);
  --text-h4: clamp(16px, 2.5vw, 20px);
  --text-h5: clamp(14px, 2vw, 18px);
  --text-h6: clamp(16px, 1.5vw, 16px);
}

/* Simple font weight control - using direct Google Fonts */
.heading, .h1, h1, h2, h3, h4, h5, h6, 
.prose :where(h1,h2,h3,h4,h5,h6),
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Slab', serif !important;
  /* font-weight: 400 !important; Change this to any weight you want */
  letter-spacing: normal;
}

/* Utility classes for different font weights */
.font-weight-300 { font-weight: 300 !important; }
.font-weight-400 { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }

/* Responsive visibility utility classes */
.show-mobile {
  display: block !important;
}

.show-desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
  
  .show-desktop {
    display: block !important;
  }
}

/* Show both classes in theme editor */
body.shopify-design-mode .show-mobile,
body[data-shopify-editor] .show-mobile,
.shopify-section[data-section-type] .show-mobile {
  display: block !important;
}

body.shopify-design-mode .show-desktop,
body[data-shopify-editor] .show-desktop,
.shopify-section[data-section-type] .show-desktop {
  display: block !important;
}

.h2{
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 125% */
    letter-spacing: -0.5px;
}
h2.callout {
  font-weight: 300;
}

h3.callout {
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* Mobile h1 and h6 styles */
@media screen and (max-width: 767px) {
  h1, .h1 {
    /* font-size: 56px; */
    line-height: 60px !important;
  }
  h2, .h2 {
    /* font-size: 56px; */
    line-height: 32px !important;
  }
  .slideshow__slide h6, .slideshow__slide .h6 {
    font-size: 18px !important;
    line-height: 60px !important;
  }
}

/* announcement bar */
@media screen and (min-width: 700px) {
    .announcement-bar {
        --announcement-bar-gutter: 3.2rem;
        justify-content: space-between;
        column-gap: 4.5rem;
    }
}

/* main menu */

body:has(.shopify-section--main-product) x-header.header.color-scheme.color-scheme--scheme-4 {
    color: black;
}
body:has(.shopify-section--main-list-collections) x-header.header.color-scheme.color-scheme--scheme-4 {
    color: black;
}

.header__primary-nav-item:hover:before{
    transform: scaleX(0.82) !important;
}

x-header.header.is-solid .header__primary-nav-item:before{
    background: #873719 !important;
}

.header-sidebar__linklist-button{
    font-size: 24px;
    line-height: 48px;

}

/* PDP page specific styling */
body:has(.shopify-section--main-product) .header__primary-nav-item:before{
    background: #873719;
}

li.header__primary-nav-item a {
    font-family: Nunito !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Policy pages specific styling - only apply to pages with policy-page-header class */
.policy-page-header li.header__primary-nav-item a {
    color: #58542F !important;
}

.policy-page-header .header__secondary-nav a,
.policy-page-header .header__secondary-nav .header__nav-icon {
    color: #58542F !important;
}

.policy-page-header.is-solid {
    color: #58542F !important;
}

.policy-page-header {
    color: #58542F !important;
}

/* Additional specificity for policy pages */
.policy-page-header .header__primary-nav-item a,
.policy-page-header .header__primary-nav-item summary {
    color: #58542F !important;
}

.policy-page-header .header__secondary-nav .link-faded {
    color: #58542F !important;
}

/* More specific targeting for all navigation elements */
.policy-page-header .header__primary-nav a,
.policy-page-header .header__primary-nav summary,
.policy-page-header .header__secondary-nav a,
.policy-page-header .header__secondary-nav span {
    color: #58542F !important;
}

/* Target the header nav icons specifically */
.policy-page-header .header__nav-icon {
    color: #58542F !important;
}
.policy-page-header .header__primary-nav-item:before{
    background-color:#873719
    }

x-header.header{
    box-shadow: none;
}
x-header.header.is-solid {
    background: #F7F7F4;
    color: #58544A;
    border-bottom: 1px solid #CFC8B8;
}

/* x-header.header.is-solid li.header__primary-nav-item a:hover {
    border-bottom: 2px solid #873719;
    padding-bottom: 10px;
    padding-top: 6px;
} */

/* Sticky Logo - Hide by default, show when header is solid */
.header__logo-image--sticky {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    transition: opacity 0.2s;
}

/* When header is solid (scrolled), show sticky logo and hide default */
x-header.header.is-solid .header__logo-image--sticky {
    opacity: 1;
    pointer-events: auto;
}

x-header.header.is-solid .header__logo-image:not(.header__logo-image--sticky):not(.header__logo-image--transparent) {
    opacity: 0;
}

/* Make sure transparent logo doesn't interfere with sticky logo */
x-header.header.is-solid .header__logo-image--transparent {
    opacity: 0;
}
.header__primary-nav-item:hover:before{
    transform: none;
}
.header__primary-nav-item:before{
    top: 70px;
}

@media screen and (max-width: 768px) {
    .header__logo-image{
        width: 160px;
    }
} 

/* footer */
.footer {
    border-top: 2px solid #646464;
    background: var(--clr-shadow, #31302B);
}

.footer p.h6 {
    color: #FFF;
font-family: "Roboto Slab";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2px;
text-transform: uppercase;
}

.footer a.h6.link-faded {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer .prose {
    color: rgba(255, 255, 255, 0.65);
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 23.1px; /* 165% */
}

.footer button.localization-toggle.heading.text-xxs.link-faded {
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: Nunito !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.15px;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.footer  button.button:hover {
    color: #fff !important;
}
@media screen and (min-width: 1000px) {
    .content-over-media {
        --content-over-media-gap: 9rem;
    }
}




/* homepage */
@media screen and (min-width: 1150px) {
    /* .custom-md .container--md {
        --container-max-width: var(--container-sm-max-width);
    } */
    /* .custom-md .multiple-media-with-text {
        --multiple-media-with-text-gap: 2rem 4.5rem !important;
    }
    .custom-md.md-img .multiple-media-with-text__media-wrapper img{
        margin-left: 92px;
    } */
}



.home-products  .multi-column__item.snap-center.group{
     gap: 0;
}
.home-products .prose.text-center{
    padding: 44px 2px
}
.home-products .prose.text-center .h3{
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.home-products .prose.text-center a.link{
    color: #fff;
text-align: center;
font-family: "DIN Alternate";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2px;
text-transform: uppercase;
}

/* Multi-column background image and hover effects */
.home-products .prose.text-center {
    background-color: #CF9E2E;
    background-image: url('https://firegrasswagyu.com/cdn/shop/files/home-col-products.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.home-products .prose.text-center * {
    position: relative;
    z-index: 2;
}



.home-products .prose.text-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CF9E2E;
    mix-blend-mode: multiply;
    transition: all 0.3s ease;
}
.home-products .multi-column__item.group:hover .prose.text-center::before {
    background-color: #873719;
}

.home-products .prose.text-center:hover::before {
    background-color: #873719;
}

/* .home-products .multi-column__item.group:hover{
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.30);
} */
/* .home-products .scroll-area{
    overflow: unset;
} */

/* Move multi-column item up on hover */
.home-products .multi-column__item {
    transition: transform 0.3s ease;
}

.home-products .multi-column__item:hover {
    transform: translateY(-10px);
}

.home-products .multi-column__item  img.features--zoom-image .zoom-image{
    transform-origin:none;
    transition: none;
}

.home-gray-grass{
    background-position: top !important;
    background-size: contain !important;
    position: relative;
}
.home-gray-grass::after{
    content: "";
      position: absolute;
      bottom: -228px;
      left: 0;
      right: 0;
      height: 100%;
      background-color: #e9e6df;
      z-index: -1;
}

@media (max-width: 767px) { 
    .home-gray-grass {
        background-size: unset !important;
      background-position-x: 0 !important;
      background-repeat: no-repeat !important;
      background-position-y: 50px !important;
      position:relative;
    }
  
    .home-gray-grass::after {
      content: "";
      position: absolute;
      bottom: -314px;
      left: 0;
      right: 0;
      height: 100%;
      background-color: #e9e6df;
      z-index: -1;
    }

    /* Multi-column mobile layout for home-gray-grass */
    .home-gray-grass .multi-column {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 1rem !important;
      column-gap: 1rem !important;
      row-gap: 1rem !important;
      overflow: visible !important;
      scroll-snap-type: none !important;
    }

    .home-gray-grass .multi-column.scroll-area {
      overflow: visible !important;
    }

    .home-gray-grass .multi-column__item {
      width: auto !important;
      min-width: 0 !important;
    }

    .home-gray-grass .multi-column__item:first-child {
      grid-column: 1 / -1 !important;
      width: 100% !important;
    }

    .home-gray-grass .multi-column__item:first-child img {
      height: 420px !important;
      object-fit: cover !important;
    }

    .home-gray-grass .multi-column__item:nth-child(2),
    .home-gray-grass .multi-column__item:nth-child(3) {
      grid-column: span 1 !important;
    }
  }



/* contact */
@media screen and (min-width: 1000px) {
    text-with-icons-carousel#text-with-icons-template--25564398190906__text_with_icons_HjmXMc .text-with-icons__item:nth-child(2) {
        position: relative; /* Required for ::before and ::after to position relative to this element */
    }

    text-with-icons-carousel#text-with-icons-template--25564398190906__text_with_icons_HjmXMc .text-with-icons__item:nth-child(2)::before,
    text-with-icons-carousel#text-with-icons-template--25564398190906__text_with_icons_HjmXMc .text-with-icons__item:nth-child(2)::after {
        content: '';
        position: absolute;
        top: 0; /* Adjust if needed */
        height: 100%; /* Full height of the parent */
        width: 1px; /* Border thickness */
        background-color: #6F7D5B; /* Your desired border color */
    }

    text-with-icons-carousel#text-with-icons-template--25564398190906__text_with_icons_HjmXMc .text-with-icons__item:nth-child(2)::before {
        left: -35px; /* Position on the left */
    }

    text-with-icons-carousel#text-with-icons-template--25564398190906__text_with_icons_HjmXMc .text-with-icons__item:nth-child(2)::after {
        right: -35px; /* Position on the right */
    }
}

/* our story */
.our-story-sec .prose {
    display: flex;
    flex-direction: column;
  }
  .our-story-sec .prose .h6 {
    order: 2;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    /* line-height: 8.4px; */
    letter-spacing: 2.16px;
    text-transform: uppercase;
    color: #53757f;
  }
  .our-story-sec .prose .h2 {
    order: 1;
    line-height: 45px;
    letter-spacing: -0.5px;
    text-transform: none;
    color: #873719;
    font-weight: 400;
  }
  .our-story-sec .prose p:not(.h2):not(.h6) {
    order: 3;
  }
  /* @media screen and (min-width: 1000px) {
    .multiple-media-with-text__content-wrapper {
        --multiple-media-with-text-grid: "media-wrapper content-wrapper" / minmax(0, 1fr) minmax(0, 525px);
    }
} */
.our-story-sec-left .multiple-media-with-text__content-wrapper .prose {
    margin-top: 40px;
}
.our-story-sec-right .multiple-media-with-text__content-wrapper .prose {
    margin-top: 25px;
}

.our-story-sec-left .prose, .our-story-sec-right .prose {
    display: flex;
    flex-direction: column;
  }
.our-story-sec-left .prose .h6, .our-story-sec-right .prose .h6 {
    order: 2;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    line-height: 8.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    color: #53757f;
    padding-top: 8px;
  }
  .our-story-sec-left .prose .h2, .our-story-sec-right .prose .h2 {
    order: 1;
    line-height: 45px;
    letter-spacing: -0.5px;
    text-transform: none;
    color: #873719;
    font-weight: 400;
  }
  .our-story-sec-left .prose p:not(.h2):not(.h6), .our-story-sec-right .prose p:not(.h2):not(.h6) {
    order: 3;
  }

@media screen and (min-width: 1000px) {
    .multiple-media-with-text__media-wrapper{
        position: relative;
        left: 60px !important;
    }
    .our-story-sec {
        --multiple-media-with-text-grid: "media-wrapper content-wrapper" / minmax(0, 1fr) minmax(0, 525px) !important;
    }
    .our-story-sec .multiple-media-with-text__media-wrapper img{
        margin-left: 55px;
        margin-top: 96px;
    }
    .our-story-sec-left {
        --multiple-media-with-text-grid: "content-wrapper media-wrapper" / minmax(0, 525px) minmax(0, 1fr);
    }
    .our-story-sec-left .multiple-media-with-text__content-wrapper {
        width: 560px;
    }
    .our-story-sec-left .multiple-media-with-text__content-wrapper{
        margin-left: 0px;
    }
    .our-story-sec-left .multiple-media-with-text__content-wrapper .prose{
        margin-left: 72px;
    }
    .our-story-sec-left .multiple-media-with-text__media-wrapper img{
        margin-left: -55px;
    }
    .our-story-sec-right {
        --multiple-media-with-text-grid: "media-wrapper content-wrapper" / minmax(0, 1fr) minmax(0, 525px) !important;
    }
    .our-story-sec-right .multiple-media-with-text__media-wrapper img{
        margin-left: -55px;
    }
    .our-story-sec-right .multiple-media-with-text__content-wrapper{
        width: 560px;
    }
}
@media screen and (max-width: 768px) {
    .our-story-sec-right {
        background-image: none !important;
    }
    .our-story-sec-left .multiple-media-with-text__content-wrapper .prose {
        margin-top: 0px;
    }
    .our-story-sec-right .multiple-media-with-text__content-wrapper .prose{
        margin-top: 0px;
    }
    /* .our-story-sec .prose :last-child{
        padding-bottom: 28px !important;
    } */
}

/* firegrass way */

.images-with-text-scroll__text p.h6:nth-child(1) {
    color: #873719;
    font-family: Nunito !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.images-with-text-scroll__text p.h2 {
    color: #53757F;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px !important;
}
.images-with-text-scroll__text p.h6:nth-child(3) {
    color: #31302B;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0px;
}

/* form */

.custom-contact .prose {
    color: var(--clr-shadow, #31302b);
    text-align: center; /* body-normal */
    font-family: Nunito !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
  }
  .custom-contact .prose a {
    color: #873719;
  }
  .custom-contact .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.custom-contact form button.button {
    background-image: none;
    background-color: #873719;
    border: 0;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #873719;
}

.custom-contact form button.button:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}
.custom-contact form input,.custom-contact form textarea{
    
        border: 1px solid var(--clr-sand, #CFC8B8);
        background: #FFF !important;
        color: var(--clr-iron, #58544A);
        text-align: center;
        font-family: Nunito !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    
}


/* faq */

.accordion{
    border-color:#CFC8B8;
}
faq-toc.faq__toc {
    color: #31302B;
    font-family: Nunito !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}
.faq__toc-item{
    background: none;
}
.faq__toc-item.is-active {
    color: #873719;
    text-decoration: underline;
}

.faq__content > p {
    color: #53757F;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.5px;
}
span.accordion__toggle.text-lg {
    color: #31302B;
    font-family: Nunito !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.accordion__content {
    color: #31302B;
    font-family: Nunito !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* Three Cards Section Hover Effects */
.three-cards__item {
    will-change: transform;
}

.three-cards__item:hover {
    z-index: 10;
}

/* Enhanced hover effects for better visual feedback */
@media (hover: hover) {
    .three-cards__item:hover .three-cards__overlay {
        background: rgba(0, 0, 0, 0.7);
    }
    
    .three-cards__item:hover .three-cards__title {
        transform: translateY(-2px);
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    }
}

/* Override theme.css opacity rule for customizer */
.shopify-section--rich-text .prose[reveal-on-scroll="true"] {
  opacity: 1 !important;
}

/* Rich text fade effect - only when JavaScript adds the class */
.shopify-section--rich-text .prose[reveal-on-scroll="true"].js-enabled {
  opacity: 0 !important;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.shopify-section--rich-text .prose[reveal-on-scroll="true"].js-enabled.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}

/* Smooth transitions for all interactive elements */
.three-cards__title {
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}
h3.three-cards__title{
    color: #FFF;
text-align: center;

/* h2 - callout */
font-family: "Roboto Slab";
font-size: 36px;
font-style: normal;
font-weight: 300;
line-height: 45px; /* 125% */
letter-spacing: -0.5px;
}

/* collection */

button.collection-toolbar__button[value="compact"]{
    display: none;
}
a.product-title.h6 {
    color: var(--clr-lake, #53757F);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
sale-price.h6.text-subdued {
    color: var(--clr-iron, #58544A);
    text-align: center;
    font-family: Nunito !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
button.product-card__quick-add-button {
    background-color: #31302B;
    color: #fff;
}

/* Collection page grid layout customization */
/* At 1440px: Show more items per row for 2 rows visible */
@media screen and (min-width: 1440px) {
    #shopify-section-template--25564397863226_main {
        --collection-items-per-row-compact: 8;
        --collection-items-per-row-medium: 6;
        --collection-items-per-row-large: 2 !important;
    }
    .collection .product-list[collection-desktop-layout=large] {
        --product-list-items-per-row: 2;
    }
}

/* At larger screens (1600px+): Show fewer items per row for 3 rows visible */
@media screen and (min-width: 1600px) {
    #shopify-section-template--25564397863226_main {
        --collection-items-per-row-compact: 6;
        --collection-items-per-row-medium: 4;
        --collection-items-per-row-large: 3;
    }
}


section#shopify-section-template--25564397863226__main span.text-with-icon.gap-4 {
    color: var(--clr-iron, #58544A);
    font-family: Nunito !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
section#shopify-section-template--25564397863226__main label.text-subdued {
    letter-spacing: 1px;
}
section#shopify-section-template--25564397863226__main .switch {
    background: #873719;
}
section#shopify-section-template--25564397863226__main .collection{
    --collection-sidebar-width: 20rem;
}
section#shopify-section-template--25564397863226__main height-observer.collection-toolbar.full-bleed p.collection-toolbar__products-count {
    color: var(--clr-iron, #58544A);
    font-family: Nunito !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

section#shopify-section-template--25564397863226__main button.collection-toolbar__button.heading.text-xxs.w-full{
    color: var(--clr-iron, #58544A);
    font-family: Nunito !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

/* Footer Legal Links Styling */
.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__legal-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer__legal-separator {
  color: var(--text-subdued);
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .footer__legal-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .footer__legal-separator {
    display: none;
  }
}

/* Policies */
.shopify-policy__container h3, .shopify-policy__container h4{
letter-spacing: 1px;
}

/* Subtle Parallax Effect for Image with Text Overlay */
@media (prefers-reduced-motion: no-preference) {
  .image-with-text-overlay--parallax {
    position: relative;
    overflow: hidden;
  }
  
  .image-with-text-overlay--parallax > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .image-with-text-overlay--parallax > picture img {
    /* width: 100%;
    height: 120%;
    max-height: none;
    min-height: 120%; */
    object-fit: cover; /* Mobile: cover to ensure full coverage and text visibility */
    object-position: center;
    transform: translateY(0);
    will-change: transform;
    transition: transform 0.1s ease-out;
  }
  
  /* Desktop: show more of the image with contain, less zoom */
  @media screen and (min-width: 1000px) {
    .image-with-text-overlay--parallax > picture img {
      object-fit: contain;
    }
  }
}

/* Shopify Authentication/Login Page Background */
/* Target the login-wrapper element which is the main container */
.login-wrapper {
  --x-main-background-image: url('/cdn/shop/files/home-banner.png') !important;
  background-image: url('/cdn/shop/files/home-banner.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* Also target body and html for full coverage */
body#body-content,
body[data-shopify-authentication],
body[class*="authentication"],
body[class*="login"],
html body[class*="authentication"],
html body[class*="login"] {
  background-image: url('/cdn/shop/files/home-banner.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* Ensure the background covers the full viewport on mobile */
@media screen and (max-width: 768px) {
  .login-wrapper {
    background-attachment: scroll !important;
  }
  
  body#body-content,
  body[data-shopify-authentication],
  body[class*="authentication"],
  body[class*="login"],
  html body[class*="authentication"],
  html body[class*="login"] {
    background-attachment: scroll !important;
  }
}

/* Override at media query breakpoint where login-wrapper background is set */
@media only screen and (min-width: 451px) {
  .login-wrapper {
    --x-main-background-image: url('/cdn/shop/files/home-banner.png') !important;
    background-image: url('/cdn/shop/files/home-banner.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

/* Hide breadcrumbs in main when transparent header is active */
:has(.shopify-section:first-of-type [allow-transparent-header]) main > .container:first-child .breadcrumbs,
:has(.shopify-section:first-child [allow-transparent-header]) main > .container:first-child .breadcrumbs {
  display: none;
}

