body.product-default {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 10px;
}
.product-image {
    width: 250px;
    height: 190px;
    object-fit: contain;
}
.product-title {
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
    letter-spacing: 3px;
}
.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: center;
}
.product-price {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 50px;
}
.product-quantity {
    margin-bottom: 1rem;
}
.regular-price {
    color: #bababa;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1rem;
}
.delivery {
    font-size: 14px;
    margin-left: 21px;
    font-weight: 600;
}
.product-checkbox {
    width: fit-content;
    margin: auto;
}
.product-checkbox label {
    display: flex;
    text-align: left;
    grid-gap: 15px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
#bottom-price-area .btn-cart:hover {
    background: #ffa527;
    color: #fff;
}
#bottom-price-area .btn-cart {
    background: #ff9500;
    display: block;
    color: #fff;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;
}
.product-notice p {
    margin-bottom: 0;
}
.product-notice {
    background: #dbecee;
    font-size: 14px;
    padding: 20px;
    margin-top: 1rem;
    width: 95%;
    margin: 1rem auto auto;
    color: #818585;
    position: relative;
    display: none;
}
.product-notice.active {
    display: block;
}
.product-notice:before {
    content: "";
    position: absolute;
    top: -15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #dbecee;
    left: 50%;
    transform: translate(-50%);
}
.product-notice a {
    color: #00aec4;
}
.total-price {
    margin-bottom: 0;
}
.product-value {
    background: #787878;
    color: #fff;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px;
    font-size: 21px;
    font-weight: 700;
    top: -30px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-wrapper:nth-child(3) .product-value, .product-wrapper:nth-child(4) .product-value {
    background: #bb282d;
    font-style: italic;
}
.product-wrapper:nth-child(1) .product-value {
    visibility: hidden;
}
.product-free {
    color: #b12226;
    margin-bottom: 1rem;
}
.product-footer>div>p {
    margin-bottom: 0;
}
.product-footer>div {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.product-footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 50px auto auto;
    max-width: 1000px;
}
.text-uppercase {
    text-transform: uppercase;
}
.mobile {
    display: none!important;
}
.desktop {
    display: flex;
}
.product-checkbox .checkmark {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #616161;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 19px;
    text-align: center;
    color: #c1272d;
    font-size: 14px;
    transition: all .3s;
}
.product-checkbox .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    background-image: url(../../50/assets/bloodflow-7-img-17.html);
    background-position: center;
    background-size: 20px;
    border-radius: 2px;
    z-index: 100;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: none;
}
.product-checkbox input:checked~.checkmark {
    border: 2px solid #b12226;
}
.product-checkbox input:checked~.checkmark:before {
    display: block;
}
.product-checkbox input:checked~.checkmark~* {
    color: #b12226;
}
.row.testimonial-wrapper.mobile {
    padding: 0 50px;
}
#shopify-section-fixed-message .fixed-message__container {
    background-color: #01aac7cc;
    color: #fff;
    padding: 0!important;
}
.box-1 h4, .selector-container h4 {
    color: #696969;
    font-size: 24px;
    font-weight: 700;
    text-decoration: line-through;
}
.box-1 span.sns, .selector-container span.sns {
    color: #bd2d2c;
}
.box-1>div:first-child, .selector-container>div:first-child {
    border-right: 1px solid #eee;
}
.box-1 h2, .selector-container h2 {
    margin: 0!important;
    color: #696969;
    font-size: 36px;
    font-weight: 700;
}
.box-1 span, .selector-container span {
    display: block;
    font-size: 14px;
}
.selector-container span {
    font-weight: 600;
    height: 50px;
}
.box-1 {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 2rem;
}
.productblock .product-information {
    background: #f6f6f6;
}
.product-information .product_section {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.product-information .container .product-gallery__thumbnails {
    display: inline-flex;
    margin-right: 20px;
}
.product-information .product-text p {
    margin-bottom: 0;
}
.product-information .btn-cart.type-1:hover {
    background: #ffa527;
    color: #fff;
}
.product-information .btn-cart.type-1 {
    background: #ff9500;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
}
.product-information h3 {
    color: #3c3c3c;
}
.product-information ul.type-2 li:before {
    content: "\25b6";
    position: absolute;
    left: -30px;
}
.product-information ul.type-2 li {
    position: relative;
}
.product-information ul.type-2 {
    list-style: none;
    margin-left: 30px;
}
.shopify-section--custom-liquid section section {
    padding-top: 50px!important;
}
.shopify-section--custom-liquid section {
    padding-top: 0;
}
.box-1>div {
    position: relative;
    cursor: pointer;
}
.box-1>div .check-radio {
    border: 1px solid #b5b5b5;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: -2px;
}
.box-1 div.active .check-radio:before {
    content: "";
    background: url(../../51/assets/check-mark1841.html?v=1671713895);
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    left: 3px;
    position: relative;
}
/*# sourceMappingURL=/cdn/shop/t/99/assets/actionblock-styles.css.map?v=74155681457160304771771267398 */
