div.product.type-product>.col-inner .title-wrapper {
    min-height: inherit;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.product.type-product>.col-inner .title-wrapper .product-title ~ .product-title {
    display: none;
}
.box-description {
    letter-spacing: 0px;
    color: #596471;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    max-width: 15rem;
    min-height: 3.75rem;
}
div.product.type-product>.col-inner .title-wrapper .product-title > a {
    margin: 0;
}
div.product.type-product>.col-inner .box-text {
    padding: 0 !important;
}
div.product.type-product>.col-inner .title-wrapper .product-title {
    font-family: var(--font-heading);
    font-weight: normal;
    font-size: 1.0625rem !important;
    line-height: 1.625rem !important;
    letter-spacing: 0 !important;
    color: #343C46 !important;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: .5rem !important;
}
div.product.type-product>.col-inner .price-wrapper span.amount, div.product.type-product .price-wrapper .price {
    line-height: 1.625rem;
    letter-spacing: 0;
    font-size: .875rem !important;
    font-family: var(--font-text-semibold);
    text-align: center;
    color: #596471;
    margin-bottom: .5rem;
}
.col-inner .badge-container {
    top: .75rem !important;
    left: .75rem !important;
}
div.product.type-product .badge {
    height: auto;
    width: auto;
    margin-right: 0;
}
.badge-inner {
    padding: 0 .5rem;
    font-size: .8125rem;
    text-shadow: none;
    letter-spacing: 0.04875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    background: transparent;
    border: 0.5px solid #FFFFFF;
    border-radius: 1.25rem;
    opacity: 1;
    backdrop-filter: blur(18px);
    width: fit-content;
    margin-bottom: .5rem !important;
}
body div.product.type-product>.col-inner .box-image {
    overflow: inherit;
}
body div.product.type-product>.col-inner {
    overflow: inherit;
}
span.badge-box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: .5rem solid #01050B;
    bottom: -7px;
    right: 0;
}
span.badge-box {
    background: #0A2347;
    position: absolute;
    bottom: 0.625rem;
    z-index: 2;
    right: -0.4rem;
    color: #fff;
    letter-spacing: 0.84px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1;
    padding: .125rem .5rem;
    font-family: var(--text-semibold);
}
div.product.type-product>.col-inner a.button.primary::before {
    content: "" !important;
    background: url(../images/calendar.svg) no-repeat right / contain;
    width: .6rem;
    height: .6rem;
    display: inline-flex;
    margin-right: .5rem;
    filter: brightness(1) invert(1);
}
div.product.type-product>.col-inner a.button.primary:hover {
    background: transparent !important;
    border: 0.5px solid rgb(10, 35, 71, .4) !important;
}
div.product.type-product>.col-inner .badge-container {
    display: none;
}
p.name.product-title.woocommerce-loop-product__title:hover {
    background: transparent !important;
}
.box-termin a.button.primary {
    background: transparent !important;
    color: #0A2347 !important;
    height: inherit;
    min-height: inherit;
    line-height: 1;
}

.term-list {
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: .5rem;
}
.term-list p {
    padding: 0 .625rem;
    font-size: .8125rem !important;
    text-shadow: none;
    letter-spacing: 0.5px;
    border: 0.5px solid #FFFFFF;
    border-radius: 1.25rem;
    opacity: 1;
    backdrop-filter: blur(18px);
    width: fit-content;
    margin-bottom: .5rem !important;
    line-height: 1.65rem !important;
    min-height: inherit !important;
    height: 1.75rem !important;
    color: #fff;
}