/** Shopify CDN: Minification failed

Line 69:10 Expected identifier but found whitespace
Line 69:11 Unexpected "#482b14"

**/
.coupon_code_list_items {
    overflow: hidden;
    margin: 0 0 20px !important;
}
.coupon_code_list {
    background: #c7b39a7f;
    padding: 11.11px 16.24px;
    text-align: left;
    max-width: 222px;
    margin-left: 10px;
    min-height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}
.coupon_code_list:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/corner.svg?v=1719569443);
    background-size: cover;
    background-position: right;
    width: 9px;
    height: calc(100% - 10px);
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
.coupon_code_list * {
    cursor: pointer;
}
.coupon_code_list h3 {
    margin: 0;
    color: #482b14;
    font-family: Madera;
    font-weight: 900;
    font-size: 15.38px;
    line-height: 23.26px;
    padding-bottom: 2px;
    letter-spacing: 0;
}

.counpon_box p {
    font-size: 16px;
    line-height: 18px;
    color: #482b14;
    padding: 0;
    margin: 0;
}
.coupon_code_list:after {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/corner.svg?v=1719569443);
    background-size: cover;
    background-position: left;
    width: 9px;
    height: calc(100% - 10px);
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}
    color: #482b14;
}
.coupon_code_list:after {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/corner.svg?v=1719569443);
    background-size: cover;
    background-position: left;
    width: 9px;
    height: calc(100% - 10px);
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}

@media screen and (min-width: 991px) {
    .page-width--narrow-new {
        max-width: 90.0rem;
        padding: 0;
    }
}
@media screen and (max-width: 990px) {
       .page-width--narrow-new {
        max-width: unset;
        padding: 0 24px;
        margin: 0;
        width: 100%;
    }
}
@media screen and (max-width: 749px) {
.coupon_code_list_items {
    margin: 0 0 20px!important;
}
}
