#media+.container {
    padding: 0;
}

.matte-box {
    background: #fff;
    width: 100%;
}

.font-weight-black {
    font-weight: 900;
}

#media-header {
    background-color: #31271a;
    background-attachment: fixed;
    background: url(../images/2021/2021-0712-main-media-desktop.jpg) no-repeat top center;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#media-header h1 {
    font-family: 'Industry', serif;
    font-size: 4.1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #000;
}

#mens {
    background: url(../images/2021/2021-0712-mens-media-desktop.jpg) no-repeat top right #6b6a2a;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}


#womens {
    background: url(../images/2021/2021-0712-womens-media-desktop.jpg) no-repeat center right #f0dfcb;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#kids {
    background: url(../images/2021/2021-0712-kids-media-desktop.jpg) no-repeat top right #8c8667;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#news {
    background-color: #2b241c;
}

#news .carousel-item,
#news .carousel-item .row {
    height: 100%;
    min-height: 40vh;
}

#media-footer {
    background: url(../images/2021/2021-0712-footer-media-desktop.jpg) no-repeat top right #8c8667;
    background-size: cover;
    background-position: bottom center;
}

.article-zero {
    background: url(../images/2021/2021-0712-article-media-desktop.jpg) no-repeat center center;
    background-size: cover;
}

.article-one {
    background: url(../images/2021/2021-0712-article-one-media-desktop.jpg) no-repeat center center;
    background-size: cover;
}

.article-two {
    background: url(../images/2021/2021-0712-article-two-media-desktop.jpg) no-repeat center center;
    background-size: cover;
}

.article-three {
    background: url(../images/2021/2021-0712-article-three-media-desktop.jpg) no-repeat center center;
    background-size: cover;
}

iframe#hs-form-iframe-0 {
    width: calc(100% - 10px) !important;
    margin: 0 auto;
}

a.product-name {
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.color-desc {
    display: block;
    font-style: italic;
    color: gray;
    font-size: 75%;
    font-weight: 400;
}

.price {
    display: block;
    font-weight: 400;
}

h3.sku {
    font-size: 125%;
    color: gray;
    display: inline-block;
    background: #FFFFFF;
    padding: 0 10px;
}

.sku::before {
    border: 2px solid gray;
    width: 32%;
    content: " ";
    height: 3px;
    position: absolute;
    left: 1rem;
    top: 8px;
    z-index: 1;
}

#product-grid .carousel-control-next,
#product-grid .carousel-control-prev {
    filter: invert(100%);
}

a.gumdrop.media-gumdrop {
    width: 235px;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.ml-mr-40 {
    margin-left: 40px;
    margin-right: 40px;
}