/** Shopify CDN: Minification failed

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

**/
/*  CODE PLACED IN theme.liquid TEMPLATE FILE */

@font-face {
    font-family: BryantWebBoldSS1;
    font-weight: 700;
    src: url("{{ 'BryantWebBoldSS1.woff2' | file_url }}") format("woff2");
}

/*** The rest of the styles are placed in the custom.css asset file in shopify ***/

/* THEME */

:root {
    --color-brand-red: #363636;
    --jdgm-primary-color: #363636;
    --jdgm-secondary-color: rgba(172, 22, 44, 0.1);
    --jdgm-star-color: #363636;
    --jdgm-write-review-text-color: white;
    --jdgm-write-review-bg-color: #363636;
    --jdgm-paginate-color: #363636;
    --jdgm-border-radius: 0;
}

/* Override styles for the quick-add button to use the brand red color */
.quick-add__submit.button {
    width: auto;
    min-width: 0;
    margin: -12px auto 0;
    padding: 0.5rem 1.75rem;
    font-size: 1.25rem;
    background-color: var(--color-brand-red) !important; /* Set to brand red */
    color: white !important; /* Text color set to white for contrast */
    border: none !important; /* Remove any borders */
}

/* Additional styles to ensure button states are handled */
.quick-add__submit.button:hover,
.quick-add__submit.button:focus {
    background-color: #4d4d4d !important; /* Slightly lighter shade on hover/focus */
    color: white !important;
}


h2.inline-richtext, h1.collection-hero__title, .product__title > *, h2.related-products__heading, h2.jdgm-rev-widg__title {
    font-family: 'BryantWebBoldSS1', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--color-brand-red);
}

.product__title > * {
    font-size: 36px;
}

h1.collection-hero__title {
    margin-top: 60px;
}

/* END THEME */

/* HEADER */

header.header--middle-left {
    padding-top: 0;
    padding-bottom: 0;
    max-width: none;
}

header.header--middle-left  nav.header__inline-menu {
    text-align: center;
}

header.header--middle-left  nav.header__inline-menu a {
    padding: 0;
}

header.header--middle-left  nav.header__inline-menu a span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-brand-red);
    font-size: 14px;
    padding: 38px 12px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

header.header--middle-left  nav.header__inline-menu a span.header__active-menu-item, header.header--middle-left  nav.header__inline-menu a span:hover, header.header--middle-left nav.header__inline-menu li:nth-child(5) a span {
    background-color: var(--color-brand-red);
    color: white;
}

@media screen and (min-width: 990px) {
    header.header--middle-left {
        grid-template-columns: 200px 4fr 200px;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    header.header--middle-left .header__heading-link, header.header--middle-left .header__heading-link img {
        width: 100%;
    }
}

@media screen and (min-width: 1145px) {
    header.header--middle-left {
        grid-template-columns: clamp(200px, 29%, 355px) 4fr clamp(200px, 29%, 355px);
    }
}

/* END HEADER */


/* CARDS */

.card__heading.h5 a {
    font-family: 'BryantWebBoldSS1', sans-serif;
    font-size: 1.5rem;
    color: var(--color-brand-red);

    @media all and (min-width: 500px) {
        font-size: 2rem;
    }
}

/* END CARDS */

/* COLLECTIONS */

.collection .grid {
    align-items: baseline;
}

.quick-add__submit.button {
    width: auto;
    min-width: 0;
    margin: -12px auto 0;
    padding: 0.5rem 1.75rem;
    font-size: 1.25rem;

    &:after {
        top: 8px;
        bottom: 8px;
    }
}

.card--standard>.card__content .card__information {
    min-height: 95px;

    @media all and (min-width: 500px) {
        min-height: 110px;
    }
}


@media all and (max-width: 500px) {
    .card-information>.price {
        margin-top: 0;
    }
    
    .price__sale .price-item, .price__regular .price-item {
        font-size: 1.15rem;
    }
}

/* END COLLECTIONS */

/* PRODUCT DETAILS */

.product__pickup-availabilities {
    display: none;
}

/* END PRODUCT DETAILS */


/* OVERRIDES FOR NEW DESIGN */

/* Global Font Override */
body, 
h1, h2, h3, h4, h5, h6,
p, 
a, 
span, 
input, 
button {
    font-family: 'bryant-web', sans-serif;
}

/* Custom Styles Override */
body {
    overflow-x: hidden !important;
    font-family: "bryant-web", sans-serif;
}

.font-bryant-web {
    font-family: "bryant-web", sans-serif;
}

.main-header {
    background-color: #fff;
    height: var(--header-height);
    position: fixed;
    transition: background-color 0.3s;
}

/* Override the pseudo-element styles causing the red box */
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
    box-shadow: none !important; /* Remove the box-shadow to eliminate the red box */
    transition: box-shadow var(--duration-short) ease;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(0, 0, 0, 0.1); /* Subtle gray shadow */
}

.rte a {
   color: var(--color-brand-red) !important;
}

.button {
  color: var(--color-brand-red) !important;
}

/* Override star colors to match the brand black color */
.jdgm-preview-badge .jdgm-star.jdgm-star,
.jdgm-preview-badge .jdgm-star,
.jdgm-star {
    color: var(--color-brand-red) !important; /* Ensure it matches the defined brand black (#363636) */
}

/* Override share button styles to match the brand black color */
.share-button__button, 
.share-button__fallback button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: var(--color-brand-red) !important; /* Ensure it uses the defined brand black (#363636) */
}

/* If --color-brand-red is not correctly set, explicitly use the brand black */
.share-button__button {
    color: #363636 !important; /* Directly set to brand black if needed */
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    color: var(--jdgm-write-review-text-color, #fff);
    background-color: #363636 !important;
    border: 2px solid #363636 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link,
a.jdgm-write-rev-link,
.jdgm-ask-question-btn {
    color: #ffffff !important; /* Ensure text color is white for contrast */
    background-color: #363636 !important; /* Brand black */
    border: 2px solid #363636  !important;/* Border matches background */
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease  !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link:hover,
a.jdgm-write-rev-link:hover,
.jdgm-ask-question-btn:hover {
    background-color: #4f4f4f !important;
    border-color: #4f4f4f !important;
}
.jdgm-link, 
.jdgm-histogram__clear-filter {
    color: #363636 !important; /* Use the brand black color */
    text-decoration: underline !important; /* Ensures underline styling */
}

:root {
    --jdgm-primary-color: #363636 !important;
    --jdgm-secondary-color: rgba(172, 22, 44, 0.1);
    --jdgm-star-color: #363636 !important;
    --jdgm-write-review-text-color: white;
    --jdgm-write-review-bg-color: #363636 !important;
    --jdgm-paginate-color: #363636 !important;
    --jdgm-border-radius: 0;
}

.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after, 
.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    color: white !important; /* Maintain the text color */
    background-color: #363636 !important; /* Use the brand black color */
}

:root {
    --color-badge-background: 54, 54, 54 !important;
    --color-badge-border: 54, 54, 54 !important;
    --color-badge-foreground: 255, 255, 255 !important;
    --alpha-badge-border: 1 !important;

.badge {
    background-color: rgb(54, 54, 54) !important; /* Black */
    border-color: rgba(255, 255, 255, 1) !important; /* Keep as white */
    color: rgb(255, 255, 255) !important; /* Keep as white */
}

  .footer-links, a {
    color: #363636 !important; 
  }

  /* Add to Cart Button on Product Grid and Product Detail */
.quick-add__submit.button,
.product-form__submit.button {
    width: auto;
    padding: 0.5rem 1.75rem;
    font-size: 1.25rem;
    background-color: var(--color-brand-red) !important; 
    color: white !important;
    border: none !important; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

/* Hover and Focus States for Consistency */
.quick-add__submit.button:hover,
.quick-add__submit.button:focus,
.product-form__submit.button:hover,
.product-form__submit.button:focus {
    background-color: #4d4d4d !important; 
    color: white !important;
}

/* Ensure Consistent Sizing and Spacing */
.product-form__submit.button {
    margin: -12px auto 0;
    display: block;
    text-align: center;
    width: 100%; 
}

/* Remove any additional margin adjustments that might conflict */
.product-form__submit.button,
.quick-add__submit.button {
    margin: 0 auto;
    margin-bottom: 10px !important;
}
  .cart__checkout-button {
    background-color: #000000 !important; 
    color: #ffffff !important; 
    border-color: #000000 !important; 
}

