.at-featuredTheme {
    position: relative;
    height: 135px;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.at-featuredTheme__introTitle {
    margin: 0 0 .5em;
    font-family: "allerbold", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
}

.at-featuredTheme__link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #2a346c;
    background-color: #fff;
}

.at-featuredTheme--action {
    background-color: #ed5564;
    box-shadow: 0 3px 0 #cc3242;
}

.at-featuredTheme--action .at-featuredTheme__link {
    box-shadow: 0 3px 0 #cc3242;
}

.at-featuredTheme--sustainable {
    background-color: #006b31;
    box-shadow: 0 3px 0 #00401d;
}

.at-featuredTheme--sustainable .at-featuredTheme__link {
    box-shadow: 0 3px 0 #00401d;
}

.at-featuredTheme--mostSold {
    background-color: #ff9c00;
    box-shadow: 0 3px 0 #cc7e02;
}

.at-featuredTheme--mostSold .at-featuredTheme__link {
    box-shadow: 0 3px 0 #cc7e02;
}

.at-featuredTheme--new {
    background-color: #5d9cec;
    box-shadow: 0 3px 0 #2d7bc8;
}

.at-featuredTheme--new .at-featuredTheme__link {
    box-shadow: 0 3px 0 #2d7bc8;
}

.at-featuredTheme--tip {
    background-color: #5bbd40;
    box-shadow: 0 3px 0 #299602;
}

.at-featuredTheme--tip .at-featuredTheme__link {
    box-shadow: 0 3px 0 #299602;
}

.at-featuredTheme--sale,
.at-featuredTheme--opIsOp {
    background-color: #c5bb97;
    box-shadow: 0 3px 0 #a69a84;
}

.at-featuredTheme--sale .at-featuredTheme__link,
.at-featuredTheme--opIsOp .at-featuredTheme__link {
    box-shadow: 0 3px 0 #a69a84;
}

@media screen and (min-width: 570px) {
    .at-featuredTheme {
        height: 160px;
    }
}

@media screen and (min-width: 1000px) {
    .at-featuredTheme {
        height: 135px;
    }
}
