.creo_card {
    z-index: 1;
    transition: z-index .2s ease-out;
}
.creo_card .creo-media, .creo_card {
    position: relative;
}
.creo_card {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    color: #7b7979;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
}
.creo_card:before {
    content: "";
    background: #fff;
    border-radius: 0;
    box-shadow: 0 15px 20px rgb(0 0 0 / 4%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: bottom .2s ease-out;
    will-change: bottom;
}
.creo_card .creo-image-loaded {
    overflow: hidden;
}
.creo_card .creo-media {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.creo_card .creo-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}
.creo_card .creo-img-wrap:before {
    content: "";
    display: block;
    padding-bottom: 75%;
    width: 100%;
}
.creo_card .creo-image-loaded .creo-img-lq {
    opacity: 0;
}
.creo_card .creo-img-lq {
    width: 100%;
}
.creo_card .creo-img, .creo_card .creo-img-lq {
    height: auto;
    position: absolute;
}
.creo_card .creo-image-loaded .creo-img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*object-position: 0 0;*/
}
.creo_card .creo-img {
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: opacity .4s ease-out;
}
.creo_card .creo-profit {
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}
.creo_card .creo-media-labels {
    position: absolute;
    bottom: 25px;
    left: 15px;
}
.creo_card .creo-media-toolbox_flex {
    display: flex;
}
.creo_card .creo-media-toolbox {
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 1;
}
.creo-indent-left-xs {
    margin-left: 10px;
}
.creo_card .creo-body {
    padding: 15px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.creo_card .creo-necklace {
    position: absolute;
    top: -25px;
    left: 0;
    max-width: calc(100% - 20px);
    padding: 5px 15px;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.creo_card .creo-necklace-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.creo-divider {
    color: #072b5b;
    font-weight: 700;
}
.creo_card .creo-heading {
    font-family: Ruberoid, Arial, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 50px;
}
@media (min-width: 1440px) and (max-width: 1599px) {
    .creo_card .creo-heading {
        font-size: 15px;
        line-height: 22px;
        height: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .creo_card .creo-heading {
        font-size: 16px;
        line-height: 22px;
        height: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .creo_card .creo-heading {
        font-size: 15px;
        line-height: 22px;
        height: 58px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .creo_card .creo-heading {
        font-size: 13px;
        line-height: 21px;
        height: 38px;
    }
}
.creo_card .creo-heading a, .creo_card .creo-heading a:focus, .creo_card .creo-heading a:hover, .creo_card .creo-heading a:visited {
    color: #000;
}
.creo-h4 {
    font-size: 18px;
    line-height: 25px;
}
.creo-h3, .creo-h4 {
    font-weight: 500;
    letter-spacing: normal;
    font-family: Ruberoid, Arial, sans-serif;
    text-transform: none;
}
.creo-h0, .creo-h1, .creo-h2, .creo-h3, .creo-h4, .creo-h5, .creo-h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.creo_card .creo-description {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 40px;
}
@media (min-width: 1200px) and (max-width: 1230px) {
    .creo_card .creo-description {
        height: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1040px) {
    .creo_card .creo-description {
        height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 775px) {
    .creo_card .creo-description {
        height: 60px;
    }
}
.creo_card .creo-prices-wrap {
    margin-top: auto;
}
.creo_card .creo-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    min-height: 25px;
}
.creo_card .creo-price-primary {
    margin-right: 15px;
    font-size: 19px;
    line-height: 19px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: normal;
    font-family: Ruberoid, Arial, sans-serif;
    text-transform: none;
}
.creo-nowrap {
    white-space: nowrap;
}
.creo_card .creo-credit-price:last-of-type, .creo_card .creo-credit-price:last-of-type:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.creo_card .creo-credit-price:last-of-type {
    margin-bottom: -16px;
}
.creo_card .creo-credit-price {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 1;
    position: relative;
    display: block;
    background: #fff;
}
.creo_card .creo-credit-price:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,hsla(0,0%,51%,.08),hsla(0,0%,92.2%,.08));
    transition: margin .2s ease-out,padding .2s ease-out;
}
@media (min-width: 1440px) and (max-width: 1599px) {
    .creo_card .creo-credit-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.creo_card .creo-credit-button {
    font-weight: 700;
    font-size: 15px;
    color: #0065a0;
    padding: 15px;
    text-align: left;
    text-transform: none;
    position: relative;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    font-family: Ruberoid, Arial, sans-serif;
}
.creo-block {
    display: block;
    width: 100%;
}
.creo-credit-button, .creo-link, .creo-caption-accent {
    color: #082d5f !important;
}
.creo-fill-primary {
    background: #082d5f !important;
    border: 1px solid #082d5f !important;
}
.creo_card .creo-credit-opener:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.creo_card .creo-button-block {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    opacity: 0;
    will-change: opacity,transform;
    transition: opacity .2s ease-in,transform .2s ease-out;
    transform: translate3d(0,-20px,0);
    z-index: 1;
    padding-top: 15px;
    pointer-events: none;
}
.creo_card .creo-button-block:before {
    content: "";
    background: #fff;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -21px;
    transition: bottom .2s ease-out;
    will-change: bottom;
    box-shadow: 0 15px 20px rgb(0 0 0 / 4%);
}
@media (min-width: 1440px) and (max-width: 1599px) {
    .creo_card .creo-cta-button {
        font-size: 14px;
    }
}
.creo_card .creo-cta-button {
    position: relative;
}
.creo_card .creo-cta-button.creo-size-md {
    padding-left: 10px;
    padding-right: 10px;
}
.creo_card .creo-cta-button.creo-size-md .creo-start-slot {
    left: 5px;
}
.creo-overlay-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.creo-body .icons-basket-wrapper {
    top: unset;
    right: 17px;
    bottom: 14px;
}
.creo-body .icons-basket-wrapper .btn .svg {
  width: 31px !important;
  height: 31px !important;
  line-height: 29px !important;
}

.product-item-container {
    padding-bottom: 15px;
}