/** Shopify CDN: Minification failed

Line 135:0 Unexpected "}"

**/
/* GLOBAL */
h1,
h2,
h2 span,
h3,
h4,
h5,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
p.large-text,
nav .group-title
{
  font-family: "graveur-variable", sans-serif !important;
  color: #262626;
  font-weight: 500 !important;
}
.fgrid h3 a {
  font-family: "graveur-variable", sans-serif !important;
  font-weight: 500 !important;
}
* {
    font-family: "freight-sans-pro", sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
}

/* Product Page */

[data-template="product"] .product-information__grid
{
    /* grid-template-columns: repeat(2, 1fr) !important; */
    /* column-gap: 2em;
    width: 80%;
    margin-inline: auto; */
}
span.price {
    font-weight: 500 !important;
    font-size: 1.625em;
}
.product-card span.price {
    font-weight: 500 !important;
    font-size: 1.425em;
}
.media-gallery--grid,
.product-card .card-gallery,
.product-information__media .product-media {
    border: solid 1px #ECEBE2;
}
.product-card .custom-typography p {
    font-weight: 600 !important;
    font-size: 1.05em;
}
@media screen and (min-width: 1200px) {
.product-information__grid:not(
    .product-information__grid--half,
    .product-information--media-none
    ).product-information--media-left {
    grid-template-columns: 7fr 5fr !important;
    width: 80%;
    margin-inline: 8% 12%;
    column-gap: 4%;
    }
}
@media screen and (min-width: 750px){
    .product-information__grid:not(.product-information--media-none).product-information--media-left .product-information__media {
    padding-right: calc(var(--gap, 0) / 1);
    }
}

/* Footer edit */
#landscaping-theme footer #base-links p {
    margin-block: 0.5em;
}


/* Menu edits */


#landscaping-theme header{
    display:none !important;
}

@media screen and (min-width: 749px){
   #landscaping-theme header{
        display:block !important;
    }main{
        padding-top:55px;
    }
}
@media screen{
    .header-actions__action svg{
        width: 50px !important;
    }header-drawer .svg-wrapper{
        width: 50px !important;
        height: 50px !important;
    }
}
/* 
@media screen and (min-width: 990px) {
    /* 1. Target the Standard Header Wrapper 
       (Adjust selector if your theme uses a different class, e.g. .header-wrapper) */
    .header-wrapper, 
    #shopify-section-header > header:not(#dt) {
        /* Do NOT use display: none */
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important; /* Hides the navbar content */
        position: absolute !important;
        width: 100% !important;
        pointer-events: none !important; /* Prevents clicking invisible links */
        opacity: 0 !important;
        z-index: -1;
    }

    /* 2. Force the Pop-ups to remain visible 
       We must override the parent's visibility: hidden */
       
    .header-wrapper cart-drawer,
    .header-wrapper .drawer,
    .header-wrapper details-modal,
    .header-wrapper .search-modal,
    .cart-notification {
        visibility: visible !important;
        pointer-events: auto !important; /* Re-enable clicking on the drawer */
        opacity: 1 !important;
    }
} */
