.wp-site-blocks {
    overflow: clip visible !important;
}

.woocommerce-cart .wp-block-template-part .header.simple-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 20px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.wc-block-components-sidebar-layout:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    position: absolute;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.wc-block-components-sidebar {
    top: 24px;
    z-index: 1;
    position: sticky;
    align-self: flex-start;
    padding: 20px;
}

.wp-block-woocommerce-cart-order-summary-block {
    border: none;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title  {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    color: #394044;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    margin: 0 0 10px 0;
}

@media (max-width: 900px) {
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 60%;
    }

    .wc-block-components-sidebar,
    .wc-block-components-sidebar-layout:after {
        width: 40%;
    }
}

@container (max-width: 699px) {
    .wc-block-components-sidebar-layout:after {
        display: none;
    }

    .wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-sidebar {
        position: static;
        padding: 0 20px 20px;
        background-color: #f2f2f2;
        border-bottom: 1px solid #ececec;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar,
    .wc-block-components-sidebar-layout:after {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.is-medium.wc-block-components-sidebar-layout:after,
.is-small.wc-block-components-sidebar-layout:after,
.is-mobile.wc-block-components-sidebar-layout:after {
    display: none;
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    position: static;
    padding: 20px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ececec;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon {
    position: relative;
    padding-top: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #394044;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:after {
    width: 64px;
    height: 64px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    content: '';
    margin-left: -32px;
    left: 50%;
    border-radius: 50%;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #9a9794;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7h-3V6a4 4 0 0 0-8 0v1H5a1 1 0 0 0-1 1v11a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8a1 1 0 0 0-1-1zM10 6a2 2 0 0 1 4 0v1h-4V6zm8 13a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9h2v1a1 1 0 0 0 2 0V9h4v1a1 1 0 0 0 2 0V9h2v10z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 7h-3V6a4 4 0 0 0-8 0v1H5a1 1 0 0 0-1 1v11a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8a1 1 0 0 0-1-1zM10 6a2 2 0 0 1 4 0v1h-4V6zm8 13a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9h2v1a1 1 0 0 0 2 0V9h4v1a1 1 0 0 0 2 0V9h2v10z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 20px;
    margin-left: -12px;
    left: 50%;
    z-index: 10;
}

p.empty-cart {
    max-width: 300px;
    color: #6E6E6C;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 20px !important;
}

.wp-block-button:not(.btn-theme-attributes).empty-cart .wp-block-button__link {
    height: 48px;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: bold !important;
    padding-left: 28px;
    padding-right: 28px;
}

.wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__header {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-block {
    display: flex;
    flex-direction: column;
}

.wp-block-woocommerce-cart-order-summary-block > .wc-block-cart__totals-title {
    order: -2;
}

.wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper.slot-wrapper {
    order: -1;

    border-top: none;
}

.wc-block-components-totals-wrapper.slot-wrapper .sggc-free-delivery-progress-cart {
    padding: 20px;
    margin-bottom: 10px;
}

.wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper {
    padding: 0;
    border-top: none;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item:not(.wc-block-components-totals-footer-item) {
    padding-top: 10px;
    padding-bottom: 0;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper:has(> .wc-block-components-totals-footer-item) {
    padding: 0;
    border: none;
}

.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value * {
    font-weight: bold;
    color: #394044;
    font-size: 20px;
}

@media (max-width: 900px) {
    .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
    .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
    .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value * {
        font-size: 16px;
    }
}

.wp-block-woocommerce-cart-order-summary-gift-card-form-block {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals.wc-block-components-totals-footer-item {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-top: none;
    padding-top: 0;
    margin: 0 0 10px 0;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel {
    border: 1px dashed #cdc8c2;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel .wc-block-components-totals-coupon__content {
    padding: 12px 14px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel .wc-block-components-text-input input[type=text]:focus {
    border-color: #E55A26;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel:hover {
    border-color: #E55A26;
    background-color: #f2f2f2;
    transition: border-color .15s, background .15s;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel .wc-block-components-panel__button {
    color: #E55A26;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 14px 12px 38px !important;
    margin-bottom: 0;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
    right: 12px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel .wc-block-components-panel__button:before {
    content: "";
    top: 15px;
    left: 12px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9a2 2 0 0 0 2.82 0l7-7a2 2 0 0 0 0-2.84zM6.5 7A1.5 1.5 0 1 1 8 5.5 1.5 1.5 0 0 1 6.5 7z"/%3E%3C/svg%3E') no-repeat center / contain;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9a2 2 0 0 0 2.82 0l7-7a2 2 0 0 0 0-2.84zM6.5 7A1.5 1.5 0 1 1 8 5.5 1.5 1.5 0 0 1 6.5 7z"/%3E%3C/svg%3E') no-repeat center / contain;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel:has(.wc-block-components-panel__button[aria-expanded="true"]) {
    border: 1px solid #E55A26;
    background-color: #f2f2f2;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-validation-error * {
    color: #E55A26;
    font-size: 13px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button {
    border-radius: 5px;
    transition: background .15s;
    background-color: #E55A26;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:hover,
.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:focus {
    background-color: #cf4d1e;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:not(.is-link):focus {
    box-shadow: none;
    outline: none;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button .wc-block-components-button__text {
    color: #fff;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    padding: 6px 8px 6px 28px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip:before,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item:before {
    content: "";
    top: 6px;
    left: 8px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #E55A26;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9a2 2 0 0 0 2.82 0l7-7a2 2 0 0 0 0-2.84zM6.5 7A1.5 1.5 0 1 1 8 5.5 1.5 1.5 0 0 1 6.5 7z"/%3E%3C/svg%3E') no-repeat center / contain;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9a2 2 0 0 0 2.82 0l7-7a2 2 0 0 0 0-2.84zM6.5 7A1.5 1.5 0 1 1 8 5.5 1.5 1.5 0 0 1 6.5 7z"/%3E%3C/svg%3E') no-repeat center / contain;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__text,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item .wc-block-components-chip__text {
    font-size: 12px;
    font-weight: bold;
    color: #394044;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item .wc-block-components-chip__remove {
    background-color: #f2f2f2;
    transition: background .15s;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove-icon,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item .wc-block-components-chip__remove-icon {
    position: relative;
    top: -1px;
    fill: #6E6E6C;
    transition: fill .15s;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove:hover,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item:hover .wc-block-components-chip__remove {
    background-color: #ececec;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-chip .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
.wp-block-woocommerce-cart-order-summary-gift-card-totals-block .wc-gift-cards-totals-giftcard__code-list-item:hover .wc-block-components-chip__remove-icon {
    fill: #394044;
}

.wc-block-components-sidebar .wc-block-components-totals-item.wc-block-components-totals-discount .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wc-block-components-totals-item.wc-block-components-totals-discount .wc-block-formatted-money-amount {
    color: #E55A26;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
    height: 54px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #E55A26;
    border-radius: 5px;
    transition: background .15s;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-cart__submit-container .wc-block-cart__submit-button:focus {
    background-color: #cf4d1e;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:not(.is-link):focus {
    box-shadow: none;
    outline: none;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button .wc-block-components-button__text {
    color: inherit;
    font-weight: bold;
}

.wc-block-cart__submit-button .sg-place-order-total {
    margin-left: 8px;
    color: inherit;
    font-weight: inherit;
}

.wc-block-cart__submit-button .sg-place-order-total::before {
    content: "·";
    margin-right: 8px;
}

.wc-block-cart__submit-button--loading .sg-place-order-total {
    display: none;
}

.wc-block-components-sidebar .wc-block-components-express-payment {
    padding-top: 12px;
}

.wc-block-components-sidebar .wc-block-components-express-payment__title-container {
    position: relative;
    top: auto;
    justify-content: center;
}

.wc-block-components-sidebar .wc-block-components-express-payment__title-container:before,
.wc-block-components-sidebar .wc-block-components-express-payment__title-container:after {
    display: none;
}

.wc-block-components-sidebar .wc-block-components-express-payment__title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6E6E6C;
    text-align: center;
    margin-bottom: 12px;
    transform: none;
}

.wc-block-components-sidebar .wc-block-components-express-payment__content {
    padding: 0;
    border: none;
}

.wc-block-components-sidebar .wc-block-components-express-payment-continue-rule {
    text-transform: lowercase;
    font-size: 13px;
    line-height: 1.4;
    color: #6E6E6C;
}

.wc-block-components-sidebar .wc-block-components-express-payment-continue-rule:after,
.wc-block-components-sidebar .wc-block-components-express-payment-continue-rule:before {
    border-color: #e5e5e5;
}

.sggc-cart-heading {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.01em;
    color: #394044;
}

.sggc-cart-heading .sggc-cart-heading__count {
    font-size: 14px;
    font-weight: 700;
    color: #6E6E6C;
}

@media (max-width: 600px) {
    .sggc-cart-heading {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .sggc-cart-heading .sggc-cart-heading__count {
        font-size: 12px;
    }
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item--hidden {
    display: none;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item .wc-block-cart-item__remove-link {
    display: none;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item--fixed-quantity .wc-block-components-quantity-selector {
    display: none;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item .sggc-bundle-item__quantity {
    font-size: 14px;
    font-weight: 700;
    color: #6E6E6C;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item td.wc-block-cart-item__image img {
    position: static;
    width: 50px;
    height: auto;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-bundle-item .wc-block-cart-item__wrap {
    padding-top: 0;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-item-updating .wc-block-components-quantity-selector {
    cursor: progress;
    animation: sggc-item-updating-pulse 1s ease-in-out infinite;
}

table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-item-updating .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    pointer-events: none;
}

@keyframes sggc-item-updating-pulse {
    0%, 100% { opacity: .75; }
    50%      { opacity: .4; }
}

@media (prefers-reduced-motion: reduce) {
    table.wc-block-cart-items tr.wc-block-cart-items__row.sggc-item-updating .wc-block-components-quantity-selector {
        animation: none;
        opacity: .5;
    }
}

.sggc-item-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    margin: 8px 0 4px;
}

.sggc-item-controls:empty {
    display: none;
}

.sggc-bundle-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #E55A26;
    background: none;
    border: none;
    cursor: pointer;
}

.sggc-bundle-toggle .sggc-bundle-toggle-label {
    color: #E55A26;
    font-size: 12px;
    font-weight: bold;
}

.sggc-bundle-toggle .sggc-bundle-chevron {
    width: 11px;
    height: 11px;
    fill: #E55A26;
    flex: 0 0 auto;
    transition: transform .25s;
    position: relative;
    top: 1px;
}

.sggc-bundle-toggle.is-open .sggc-bundle-chevron {
    transform: rotate(180deg);
}

.wc-block-cart-items__row.sggc-has-purchase-options .sggc-purchase-label {
    display: none;
}

.sggc-subsel {
    position: relative;
    display: inline-block;
    margin: 0;
}

.sggc-subsel.is-busy {
    opacity: .55;
    pointer-events: none;
}

.sggc-subsel-static {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #E55A26;
    padding: 6px 0;
}

.sggc-subsel-static .sggc-subsel-icon {
    width: 13px;
    height: 13px;
    fill: #E55A26;
    flex: 0 0 auto;
    position: relative;
    top: 1px;
}

.sggc-subsel-static .sggc-subsel-label {
    font-size: 12px;
    font-weight: bold;
    color: #E55A26;
}

.sggc-subsel-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #E55A26;
    background: #fff;
    border: 1px solid #FBEAE1;
    border-radius: 5px;
    padding: 6px 8px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}

.sggc-subsel-toggle:hover {
    border-color: #E55A26;
}

.sggc-subsel.is-open .sggc-subsel-toggle {
    border-color: #E55A26;
    background: #FBF6F2;
}

.sggc-subsel-toggle .sggc-subsel-icon {
    width: 13px;
    height: 13px;
    fill: #E55A26;
    flex: 0 0 auto;
    position: relative;
    top: 1px;
}

.sggc-subsel-toggle .sggc-subsel-label {
    font-size: 12px;
    font-weight: bold;
    color: #E55A26;
}

.sggc-subsel-toggle .sggc-subsel-chevron {
    width: 11px;
    height: 11px;
    fill: #E55A26;
    flex: 0 0 auto;
    transition: transform .25s;
}

.sggc-subsel.is-open .sggc-subsel-toggle .sggc-subsel-chevron {
    transform: rotate(180deg);
}

.sggc-subsel-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 238px;
    background: #fff;
    border: 1px solid #E55A26;
    border-radius: 5px;
    box-shadow: 0 8px 22px rgba(57, 64, 68, .12);
    padding: 4px;
    z-index: 20;
    display: none;
}

.sggc-subsel.is-open .sggc-subsel-menu {
    display: block;
}

.sggc-subsel-option {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #E55A26;
    background: none;
    border: none;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}

.sggc-subsel-option:hover {
    background: #f2f2f2;
}

.sggc-subsel-option.is-selected {
    background: #FBF6F2;
    font-weight: 800;
}

.sggc-subsel-option .sggc-subsel-tick {
    width: 12px;
    height: 12px;
    fill: #E55A26;
    flex: 0 0 auto;
    opacity: 0;
    position: relative;
    top: 2px;
}

.sggc-subsel-option .sggc-subsel-option-label {
    font-size: 14px;
    color: #E55A26;
    font-weight: bold;
}

.sggc-subsel-option.is-selected .sggc-subsel-tick {
    opacity: 1;
}

.sggc-subsel-save {
    margin-left: auto;
    padding: 0 6px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
    color: #E55A26;
    background: #FBEAE1;
    border-radius: 5px;
}

.sggc-subsel-toggle:focus-visible,
.sggc-subsel-option:focus-visible {
    outline: 2px solid #E55A26;
    outline-offset: 2px;
}

.wc-block-cart__main .wc-block-cart-items {
    border-bottom: none;
}

.wc-block-cart__main .wc-block-cart-items td {
    border-color: #ececec;
}

.wc-block-cart__main .wc-block-cart-items tr.wc-block-cart-items__row:first-of-type > td {
    border-top: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 700;
    color: #394044;
}

:is(.is-mobile, .is-small, .is-medium) table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price {
    gap: 0;
    font-size: 12px;
    color: #6E6E6C;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price del.wc-block-components-product-price__regular {
    margin-right: 5px;
}

.wc-block-components-product-metadata {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total * {
    color: #394044;
    font-size: 14px;
    font-weight: bold;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge *  {
    font-size: 12px;
    color: #9a9794;
    font-weight: normal;
}

.wc-block-components-quantity-selector {
    width: 86px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 14px;
    color: #394044;
    font-weight: bold;
    min-width: 26px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: none;
    outline: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-weight: normal;
    opacity: 1;
    color: #394044;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background-color: #f2f2f2;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: none;
    line-height: 1;
    font-size: 0;
    text-decoration: none;
    color: #6E6E6C;
    cursor: pointer;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 0;
    line-height: 0;
    width: auto;
    display: flex;
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    width: 16px;
    fill: #6E6E6C;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:after {
    content: "Remove";
    font-size: 12px;
    color: #6E6E6C;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover svg {
    fill: #E55A26;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover:after {
    color: #E55A26;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    width: 50px !important;
    max-width: 100%;
    display: block !important;
    font-size: 0;
    line-height: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 50px;
    height: auto;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    max-width: 100%;
    overflow-wrap: anywhere;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
    white-space: nowrap;
}

@container (max-width: 699px) {
    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        column-gap: 24px;
    }

    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product {
        grid-column: 2 / 3;
        min-width: 0;
    }

    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__total {
        grid-column: 3 / 4;
        grid-row-start: 1;
    }

    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__image {
        padding-right: 0;
    }

    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__quantity {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row :is(.sggc-bundle-toggle, .sggc-subsel-toggle, .sggc-subsel-static) {
        max-width: 100%;
        white-space: normal;
    }
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    column-gap: 24px;
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product {
    grid-column: 2 / 3;
    min-width: 0;
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__total {
    grid-column: 3 / 4;
    grid-row-start: 1;
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__image {
    padding-right: 0;
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__quantity {
    flex-wrap: wrap;
    padding-right: 0;
}

:is(.is-mobile, .is-small, .is-medium) .wc-block-cart__main table.wc-block-cart-items tr.wc-block-cart-items__row :is(.sggc-bundle-toggle, .sggc-subsel-toggle, .sggc-subsel-static) {
    max-width: 100%;
    white-space: normal;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
    padding-top: 0;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 0;
    padding: 0 0 16px 0;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border-bottom: 0;
}

.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-bundled td {
    border-top: 1px solid #ececec !important;
    visibility: visible !important;
}

@container (min-width: 700px) {
    .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
        width: 50px;
        padding: 8px 0 8px 16px;
    }

    .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
        padding: 8px 0 8px 24px;
    }
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 8px 0;
    border-top: 1px solid #ececec;
}
