@media (min-width: 768px) {
    .cart.item .col.item>a {
        width: 50% !important;
    }
}


.cart.table-wrapper .actions-toolbar>.action-edit:before {
    font-family: 'remixicon' !important;
    content: '\efdf' !important;
    color: #990052 !important;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    font-family: 'remixicon' !important;
    content: '\ec2a' !important;
    color: #990052 !important;
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: static !important;
    display: inline !important;
}

.cart.table-wrapper .actions-toolbar>.action-edit>span,
.cart.table-wrapper .actions-toolbar>.action-delete>span {
    clip: inherit !important;
    height: auto !important;
    margin: 0px;
    position: static !important;
    width: auto !important;
}

.cart.table-wrapper .product-image-wrapper {
    border-radius: 19px;
}

@media (max-width: 768px) {
    .cart.item .col.item>a {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.cart .product-item-details {
    height: auto !important;
}

.cart.table-wrapper .item .col.item {
    display: inherit !important;
}

.cart .product-image-container {
    aspect-ratio: unset !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.cart.table-wrapper .col.qty .input-text {
    border-radius: 18px;
}

/* Produktbox-Styling für Warenkorb */
.cart-container .cart-product-box {
    list-style: none;
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 18px;
    margin-bottom: 15px;
    background: #fff;
}

.cart-product-box .product {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cart-product-box .product-item-photo {
    flex: 0 0 300px;
    display: block;
}

.cart-product-box .product-item-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cart-product-box .product-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-product-box .sample-badge {
    color: #c00;
    font-weight: bold;
    font-size: 1.4rem;
}

.cart-product-box .product-item-name {
    font-size: 1.1em;
    margin: 0;
}

.cart-product-box .product-item-name a {
    color: #333;
    text-decoration: none;
}

.cart-product-box .product-item-name a:hover {
    color: #990052;
}

.cart-product-box .product-item-sku {
    font-size: 1.4rem;
    color: #666;
}

.cart-product-box .item-options {
    margin: 10px 0;
    font-size: 1.4rem;
}

.cart-product-box .item-options dt {
    font-weight: bold;
    margin-top: 5px;
}

.cart-product-box .item-options dd {
    margin: 0 0 5px 0;
}

.cart-product-box .product-item-pricing {
    margin-top: 10px;
}

.cart-product-box .price-container {
    font-size: 1.2em;
    font-weight: bold;
    color: #990052;
}

.cart-product-box .product-unit-price-info {
    font-size: 1.4rem;
    color: #666;
    margin-top: 5px;
}

.cart-product-box .details-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.cart-product-box .details-qty .label {
    margin: 0;
}

.cart-product-box .item-qty {
    width: 80px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 18px;
    text-align: center;
}

.cart-product-box .quantity-base-unit {
    font-size: 1.4rem;
    color: #666;
}

.cart-product-box .subtotal {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
}

.cart-product-box .subtotal .label {
    font-weight: normal;
}

.cart-product-box .product.actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.cart-product-box .actions-toolbar {
    display: flex;
    gap: 15px;
}

.cart-product-box .action-edit:before,
.cart-product-box .action-delete:before {
    font-family: 'remixicon' !important;
    margin-right: 5px;
}

.cart-product-box .action-edit:before {
    content: '\efdf' !important;
}

.cart-product-box .action-delete:before {
    content: '\ec2a' !important;
}

.cart-product-box .action-edit,
.cart-product-box .action-delete {
    color: #990052;
    text-decoration: none;
}

.cart-product-box .action-edit:hover,
.cart-product-box .action-delete:hover {
    text-decoration: underline;
}

/* Warenkorb als Liste statt Tabelle */
.cart.table-wrapper .cart.items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart.table-wrapper .item.actions.main {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.cart.table-wrapper .item.actions.main button,
.cart.table-wrapper .item.actions.main .action {
    padding: 10px 20px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background: #990052;
    color: #fff;
    font-weight: normal;
}

.cart.table-wrapper .item.actions.main .action.continue {
    background: #990052;
    color: #fff;
    font-size: 1.4rem;
}

.cart.table-wrapper .item.actions.main .action.update {
    background: #990052;
    color: #fff;
}

.cart.table-wrapper .item.actions.main .action.clear {
    background: #990052;
    color: #fff;
}

.cart.table-wrapper .item.actions.main button:hover,
.cart.table-wrapper .item.actions.main .action:hover {
    opacity: 0.8;
}

/* Responsive für mobile Geräte */
@media (max-width: 768px) {
    .cart-product-box .product {
        flex-direction: column;
    }

    .cart-product-box .product-item-photo {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto;
    }

    .cart-product-box .details-qty {
        flex-wrap: wrap;
    }

    .cart.table-wrapper .item.actions.main {
        flex-direction: column;
    }

    .cart.table-wrapper .item.actions.main button,
    .cart.table-wrapper .item.actions.main .action {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .cart-container .form-cart .actions.main .clear,
    .cart-container .form-cart .actions.main .continue {
        margin: 0 !important;
    }
}

.cart.table-wrapper .action {
    margin-right: 0 !important;
}


.cart-container .column.main .product-item {
    padding-left: 15px !important;
    margin: 20px !important;
}

.authentication-wrapper {
    margin-top: 0px !important;
}

@media (min-width: 768px),
print {
    .opc-wrapper {
        width: 66% !important;
    }
}

.cart-container .price-container .price {
    font-size: 1.7rem !important;

}

.authentication-wrapper button {
    font-size: 1.7rem !important;
}

.opc-block-summary .items-in-cart>.title:after {
    font-family: 'remixicon' !important;
    content: '\ea4e' !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    color: #990052;

}

.opc-block-summary .items-in-cart.active>.title:after {
    font-family: 'remixicon' !important;
    content: '\ea78' !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    color: #990052;
}



.opc-block-summary .product-image-wrapper img {
    width: 100% !important;
}

.opc-block-summary .product-item-details {
    height: auto !important;
}

@media (min-width: 1200px) {
    .opc-block-summary .minicart-items .product>.product-image-container {
        float: left !important;
    }

    .opc-block-summary .minicart-items .product-image-wrapper {
        border-radius: 18px !important;
    }

    .opc-block-summary .product-image-wrapper img {
        width: 100% !important;
        aspect-ratio: 4/3 !important;
    }

    .opc-block-summary .minicart-items-wrapper {
        max-height: 800px !important;
    }

    .opc-block-summary .product-image-container {
        width: 40% !important;
    }

    .opc-block-summary .product-image-wrapper {
        display: flex !important;
        height: 100% !important;
    }

    .opc-block-summary .product-image-container {
        height: 100% !important;
    }
}

.cart-summary .action.primary.checkout {
    border-radius: 360px !important;
}

@media (max-width: 768px) {
    #shopping-cart-table li {
        margin: 15px !important;
        padding: ;
    }
}


.abs-cart-block.active > .title:after, .abs-discount-block .block.active > .title:after, .cart-summary .block.active > .title:after, .magento-payments-review-discount .block.active > .title:after, .paypal-review-discount .block.active > .title:after, .cart-discount .block.active > .title:after{
    font-family: remixicon !important;
    content: "\ea78" !important;
    color: #990052;
    font-size: 2.5rem !important;
}

.abs-toggling-title:after, .abs-cart-block > .title:after, .minicart-items .product .toggle:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .magento-payments-review-discount .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after{
    font-family: remixicon !important;
    content: "\ea4e" !important;
    color: #990052;
    font-size: 2.5rem !important;
}

/* Block-Shipping initial geöffnet - kann aber geschlossen werden */
#block-shipping.active .content[aria-hidden="false"] {
    display: block;
}

.cart  .product-image-photo {
    aspect-ratio: 4/3 !important;
    width: 100% !important;
    object-fit: cover !important;
}

.checkout-index-index .usp-swiper-wrapper{
    display: none !important;
}

.checkout-index-index .opc-progress-bar {
    margin-top: 20px !important;
}


.checkout-index-index .package-price-value, .checkout-index-index .package-price-value + .sibling {
    font-weight: 700 !important;
}