.cart-item .cart-item-panel-controls,
.product-page.type-panel .product-information-panel-controls,
.product-page.type-sticker .product-information-panel-controls {
    margin-bottom: 8px;
    border: 1px solid var(--color-12);
    border-radius: 2px;
}
.cart-item .cart-item-panel-controls > *,
.product-page.type-panel .product-information-panel-controls > *,
.product-page.type-sticker .product-information-panel-controls > * {
    height: 44px;
    width: calc(100% / 3);
}
.cart-item .cart-item-panel-controls > *:not(:last-child),
.product-page.type-panel .product-information-panel-controls > *:not(:last-child),
.product-page.type-sticker .product-information-panel-controls > *:not(:last-child) {
    position: relative;
}
.cart-item .cart-item-panel-controls > *:not(:last-child):after,
.product-page.type-panel .product-information-panel-controls > *:not(:last-child):after,
.product-page.type-sticker .product-information-panel-controls > *:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-12);
    content: "";
}
.cart-item .cart-item-panel-btn,
.product-page.type-panel .product-information-panel-btn,
.product-page.type-sticker .product-information-panel-btn {
    padding: 5px 16px;
    cursor: pointer;
}
.cart-item .cart-item-panel-btn img,
.product-page.type-panel .product-information-panel-btn img,
.product-page.type-sticker .product-information-panel-btn img {
    height: 24px;
    width: auto;
}
.cart-item .cart-item-panel-input,
.product-page.type-panel .product-information-panel-input,
.product-page.type-sticker .product-information-panel-input {
    height: 100%;
    min-height: unset;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
.product-page.type-panel .product-information-panel-calculator-text,
.product-page.type-sticker .product-information-panel-calculator-text {
    color: var(--color-11);
    font-size: 14px;
    line-height: 24px;
}
.product-page.type-panel .product-information-panel-calculator-btn,
.product-page.type-sticker .product-information-panel-calculator-btn {
    bottom: -3px;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-left: 8px;
    line-height: 1;
    cursor: pointer;
}
.product-page .product-information-tab-content.panel.collapsing.collapsed,
.product-page .product-information-tab-content.sticker.collapsing.collapsed {
    max-height: var(--product-panel-information-tab-content-collapsed-max-height);
}

@media (max-width: 1023px) {
    .product-page.type-panel .product-information-show-more,
    .product-page.type-sticker .product-information-show-more {
        justify-content: space-between;
    }
    .product-page .product-information-panel-controls {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }
    .product-page .product-information-panel-calculator-btn-wrapper.mobile-hidden {
        display: none;
    }

    @media (min-width: 768px) {
        .product-page .product-information-panel-calculator-btn-wrapper.desktop-hidden {
            justify-content: flex-start;
        }
        .product-page .product-information-panel-calculator-btn-wrapper.desktop-hidden .product-information-panel-calculator-text {
            text-align: left;
        }
    }
}
@media (max-width: 767px) {
    :root {
        --product-panel-information-tab-content-collapsed-max-height: 350px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    :root {
        --product-panel-information-tab-content-collapsed-max-height: 350px;
    }
}
@media (max-width: 1439px) and (min-width: 1024px) {
    :root {
        --product-panel-information-tab-content-collapsed-max-height: 350px;
    }
}
@media (min-width: 1024px) {
    .product-page .product-information-panel-calculator-btn-wrapper {
        margin-bottom: 12px;
    }
    .product-page .product-information-panel-calculator-btn-wrapper.desktop-hidden {
        display: none;
    }
}
@media (min-width: 1440px) {
    :root {
        --product-panel-information-tab-content-collapsed-max-height: 350px;
    }
}
@media (min-width: 768px) {
    .cart:not(.cart-combined) .cart-item .cart-item-panel-controls {
        max-width: 160px;
    }
}
