/** Shopify CDN: Minification failed

Line 179:2 Expected identifier but found whitespace
Line 261:0 Unexpected "}"

**/

.closeout-grid {
  padding: 20px 30px 90px;
  background-attachment: fixed
}

.closeout-grid__title {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 0px 15px;
    line-height: .9;
    margin-bottom: 0;
}

.closeout-grid__subtitle {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 15px;
    line-height: .9;
}
.closeout-grid__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1130px;
    margin: 0 auto;
    gap: 30px;
}

.closeout-collection-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #000; */
    background-color: rgb(255, 255, 255);
}

.shopify-section {
    margin-top: -42 !important;
}

.closeout-collection-card.showcase-product {
    width: 100%;
    flex-direction: row;
    margin-bottom: -42px;
}

.closeout-collection-card__upper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 10px 20px; */
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    text-align: center;
}

.closeout-collection-card__upper--title,
.closeout-collection-card__upper--price,
.showcase-card-description h1 {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.closeout-collection-card__upper--subtitle,
.showcase-card-description h2 {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
}

.closeout-collection-card__upper--variant {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    text-transform: uppercase;
}

.closeout-collection-card__upper--image-wrapper {
    width: 100%;
    height: 200px;
    place-items: center;
}

.closeout-collection-card__upper--image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.closeout-collection-card__upper--money-saved,
.closeout-collection-card__upper--variant {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #757676;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0;
}

.closeout-collection-card__upper--price {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    line-height: 1;
}

.closeout-collection-card__upper--optional {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    line-height: 1;
    margin-bottom: 0px;
}

.closeout-add-to-cart {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 13px 5px;
    font-weight: bold;
    background: #00BFF3;
}

.closeout-add-to-cart[disabled] {
    background-color: #CCC;
    cursor: auto;
}

.showcase-card-description {
    display: flex;
    flex: 0 0 30%;
    padding: 10px;
    min-width: 335px;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink:0;
}

.showcase-card-description ul {
    list-style-type: disc;
    padding-inline-start: 1em;
}

.showcase-card-description h3 {
    font-family: BureauGrotesque-ThreeFive, Oswald, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
    width:30%%;
}

.showcase-card__upper--image-wrapper img {
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}.

.align-right {
    text-align: right;
}

@media screen and (min-width: 768px) {

    .closeout-collection-card.num-block-columns--one {
        width: 100%;
    }
    
    .closeout-collection-card.num-block-columns--two {
        width: calc(50% - 15px);
    }
    
    .closeout-collection-card.num-block-columns--three {
        width: calc(33.333333% - 20px);
    }
    
    .closeout-collection-card.num-block-columns--four {
        width: calc(25% - 22.5px);
    }

    .closeout-collection-card.showcase-product > * {
        width: 50%;
        height: 100%;
    }
    .showcase-product .showcase-card-container_mob,
    .showcase-product .showcase-card-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        place-items: center;
    }

    .showcase-card__upper--image-wrapper {
        display:none;
        flex: 0 0 70%;
        width: 10%;
    }
    
}

@media screen and (max-width: 767px) {

    .closeout-grid {
        padding: 0 0 20px 0;
    }

    .closeout-grid__inner {
        margin: 0 15px;
    }

    .closeout-collection-card.showcase-product > * {
        width: 100%;
        height: 100%;
    }
    .showcase-product .showcase-card-container_mob,
    .showcase-product .showcase-card-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        place-items: center;
    }

    .showcase-card__upper--image-wrapper {
        display:none;
        width: 100%;
    }
}
/*
    .closeout-collection-card.showcase-product {
        flex-direction: column-reverse;
    }

    .closeout-collection-card.showcase-product > * {
        width: 100%;
    }
*/
}