/* Product Options + Add to Cart */
.product-options-wrapper {
    margin-top: 2rem;
}

.product-options-wrapper .fieldset:last-child {
    margin-bottom: 0;
}

.product-options-wrapper .fieldset>.field {
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 2rem 0;
}

.product-options-wrapper .fieldset>.field:last-child {
    padding-bottom: 0;
}

.product-options-wrapper .fieldset .field .label,
.product-options-wrapper .fieldset .field .control {
    flex-basis: 100%;
    min-height: unset;
}

.product-options-wrapper .fieldset .field .control select {
    margin-top: 1rem;
}

.product-options-wrapper .field .control .field.choice {
    min-height: unset;
    padding: .5rem 0;
    margin: 0;
}

.box-tocart {
    padding-top: 3rem;
}

/* Product Tabs */
.product.data.items>.item.content .review-add .block-title {
    padding: 0 20px 0;
}

.product.data.items>.item.content .review-add .block-title::before {
    color: rgb(43 57 69);
}

.product.data.items.expanded>.item.content p span {
    font-size: unset !important;
    /* Inline styling making font tiny */
}

@media(min-width: 768px) {

    /* Product Tabs */
    .product.data.items.expanded>.item.content {
        width: calc(80% - 1px);
    }

    .product.data.items.expanded>.item.title {
        width: 20%;
    }

    .product.data.items.expanded>.item.content .argento-float-photo {
        margin-left: 4rem;
    }

    .product.data.items>.item.content .review-add .block-title {
        padding: 24px 48px 0;
    }
}

/* Product Top Block */
.product-top {
    width: 100vw;
    transform: translateX(calc((1220px - 100vw)/2));
    background: #f6f9fb;
    margin-bottom: 4rem;
    border-bottom: 1px solid #ebebeb;
}

.product-top .row {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0;
    max-width: 1260px;
    margin: 0 auto;
    align-items: center;
}

.product-top .col {
    flex-basis: calc(50% - 2rem);
    padding: 1rem;
}

.product-top .col:first-child {
    padding: 0 4rem 0 2rem;
    flex-basis: calc(50% - 6rem);
}

.product-top h2 {
    margin-top: 0;
}

.product-top p {
    color: #7a8fa3;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.banner-old,
.banner-new {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}

.banner-old {
    font-size: 2rem;
    margin-right: 2rem;
}

.banner-old span {
    font-size: 4rem;
    font-weight: 500;
    display: block;
    position: relative;
}

.banner-old span:after {
    content: '';
    border-bottom: .4rem solid #e81d23;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-15deg) translate(-50%,-50%);
    transform-origin: left;
}

.banner-new span {
    font-size: 5rem;
}

@media all and (max-width: 1280px) {
    .product-top {
        width: 100%;
        transform: none;
    }
}

@media(max-width: 1023px) {
    .product-top {
        width: 100%;
        transform: none;
        order: -2;
        background: #f6f9fb;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-top .col:first-child {
        padding: 10px;
    }

    .product-top .row {
        display: block;
    }

    .product-top .banner-old {
        margin-right: 20px;
    }

    .product-top .banner-old span {
        font-size: 3rem;
    }

    .product-top .banner-new span {
        font-size: 3rem;
    }
}
.klarma-placement-logo::before {
    content: " ";
    position: absolute;
    background-image: url(https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg);
    width: 46px;
    height: 25px;
    margin: 8px;
    z-index: 1;
}

.view-product-deail {
    margin-bottom: 30px;
}
.view-product-deail span:hover {
    text-decoration: underline;
    cursor: pointer;
}
.view-product-deail span {
    font-weight: bold;
}
.price-final_price .special-price {
    color: #e81d23;
    font-weight: bold;
}
.price-final_price .price-save-info {
    padding-left: 5px;
    font-size: 23px;
}
.price-final_price .old-price-save {
    display: flex;
}
.price-final_price .special-price {
    display: table;
    width: 100%;
}

.price-final_price .price-save-info {
    display: table-cell;
    vertical-align: middle;
}
.box-tocart.is_stuck .price-final_price .price-final_price,
.box-tocart.is_stuck .price-final_price .price-save-info  {
    display: block;
}
.box-tocart.is_stuck .price-final_price .price-save-info {
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
}
.price-final_price .price-save {
    font-size: 15px;
}
