:root {
    --swiper-navigation-size: 15px;
    --swiper-pagination-bullet-width: 11px;
    --swiper-pagination-bullet-height: 11px;
    --swiper-pagination-color: var(--cst-color-dark);
    --swiper-pagination-bullet-inactive-color: var(--cst-color-gray);
}
.c5wrapper .store-product {
    font-size: var(--cst-font-size-nomral);
}
.c5wrapper .store-product hr {
    background-color: var(--bs-gray-600);
}
.c5wrapper .store-product .store-product-name {
    margin-bottom: 5px;
}
.c5wrapper .store-product .store-product-manufacturer {
    margin-top: 10px;
    font-size: var(--cst-font-size-extra-large);
    color: var(--cst-color-gray);
}
.c5wrapper .store-product .store-product-pricing {}
@media (min-width: 768px) {
    .c5wrapper .store-product .store-product-pricing {
        display: flex;
    }
}
.c5wrapper .store-product .store-product-pricing .store-product-price {
    margin:15px;
    margin-left: 0
}
.c5wrapper .store-product .store-product-price-tiers {
    padding: 15px;
    background-color: var(--bs-gray-200);
    border-radius: 5px;
    border: 1px solid var(--bs-gray-400);
}
.c5wrapper .store-product .store-product-price-tiers h4 {
    font-size: var(--cst-font-size-normal);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
.c5wrapper .store-product .store-product-price-tiers table {
    font-size: var(--cst-font-size-normal);
}
.c5wrapper .store-product .store-product-price-tiers table .store-product-price-tiers-title {
    padding-right: 5px;
    font-style: italic;
}
.c5wrapper .store-product .store-product-price-tiers table .store-product-price-tiers-pricing {
    text-align: right;
}
.c5wrapper .store-product .store-product-price-tiers table .store-product-price-tiers-discount {
    padding-left: 10px;
}
.c5wrapper .store-product .store-product-price-tiers .store-product-price-tiers-pricing-deduction {
    font-weight: normal;
}
.c5wrapper .store-product .store-product-price-tiers .store-product-price-tiers-pricing-deduction .label {
    display:none;
}
.c5wrapper .store-product .store-product-description {
    font-size: var(--cst-font-size-normal);
    margin: 15px 0;
}
.c5wrapper .store-product .store-product-options h4 {
    font-size: var(--cst-font-size-normal);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
.c5wrapper .store-product .store-product-options .store-product-option-group {
    margin-bottom: 10px;
}
.c5wrapper .store-product .store-product-options .store-product-option-help-text {
    font-size: var(--cst-font-size-small);
    color: var(--cst-color-gray);
}
.c5wrapper .store-product .store-product-cart-button {
    display: flex;
    align-items: center;
}
.c5wrapper .store-product .store-product-cart-button .store-btn-add-to-cart-container {
    margin-left: 10px;
    margin-bottom: 12px;
}
.c5wrapper .store-product .store-product-buttons .alert {
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: var(--cst-font-size-normal);
    margin-bottom:0;
}
.c5wrapper .store-product .store-product-cart-button .store-product-quantity label {
    display: none;
}
.c5wrapper .store-product .store-product-cart-button .store-product-quantity input {
    max-width: 100px;
}
.c5wrapper .store-product .store-product-image .sticky-image {
    position: sticky;
    --webkit-position: sticky;
    top: 0;
}
.c5wrapper .store-product .store-product-primary-image {
    overflow: hidden;
    position: relative;
}
.c5wrapper .store-product .store-product-primary-image .store-product-featured {
    position: absolute;
    top: 40px;
    right: -50px;
    font-size: 21px;
    font-weight: 600;
    transform: rotate(45deg);
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--bs-dark);
    padding: 0 60px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.c5wrapper .store-product .store-product-primary-image .store-product-on-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: var(--cst-font-size-large);
    text-transform: uppercase;
    border: 1px solid var(--bs-yellow);
    background-color: var(--bs-yellow);
    color: var(--bs-white);
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.c5wrapper .store-product .store-product-additional-images .swiper{
    width: 100%;
    height: 100%;
}
.c5wrapper .store-product .store-product-additional-images .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.c5wrapper .store-product .store-product-additional-images .swiper-slide img{
    max-width: 150px;
}
.c5wrapper .store-product .store-product-additional-images .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c5wrapper .store-product .store-product-additional-images .swiper .swiper-pagination{
    position: relative;
    margin-top: 15px;
}
.store-product-price{font-weight: 700;}
.c5wrapper .store-product .store-product-additional-images .swiper .swiper-button-next,
.c5wrapper .store-product .store-product-additional-images .swiper .swiper-button-prev {
    color: var(--cst-color-white);
    background-color: var(--cst-color-dark);
    padding: 15px;
    margin-top: initial;
    position: absolute;
    top:auto;
    bottom:0;
}
.c5wrapper .store-product .store-product-additional-images .swiper .swiper-button-next {
    right: 0;
}
.c5wrapper .store-product .store-product-additional-images .swiper .swiper-button-prev {
    left: 0;
}
.c5wrapper .store-product .store-product-usp {
    padding: 15px;
    background-color: var(--cst-background-color-primary-light);
    border-radius: 5px;
    border: 1px solid var(--bs-gray-400);
    margin-top: 15px;
}
.c5wrapper .store-product .store-product-usp .feature.usp * {
    color: var(--bs-gray-800);
    font-size: var(--cst-font-size-default);
    text-shadow: none;
}
.c5wrapper .store-product .store-product-usp .feature.usp span {
    padding: 5px 10px;
}
.c5wrapper .store-product .store-product-attributes h4 {
    font-size: var(--cst-font-size-normal);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}