/*
 * Winter product-list page
 *
 * This page-specific layer replaces the former inline stylesheet. It loads
 * after the standalone order-form compatibility and component styles, so the
 * selectors can stay scoped without escalating to !important.
 */

body.winter-page-products #order-standard_cart {
    padding: 0;
}

body.winter-page-products .panel-sidebar:not(.panel-summary) {
    margin-bottom: 32px;
    border: none;
    background: transparent;
    box-shadow: none;
}

body.winter-page-products .panel-sidebar:not(.panel-summary) .panel-heading {
    padding: 0 0 calc(2 * 8px);
    border-bottom: 0;
    background: transparent;
}

body.winter-page-products .panel-sidebar .panel-title {
    font-size: 1rem;
    font-weight: 500;
}

body.winter-page-products .panel-sidebar .panel-title > i {
    display: inline-block;
    width: 0;
    margin-left: -8px;
    overflow: hidden;
    line-height: 0;
}

body.winter-page-products .panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group {
    margin: 0;
    padding: 0;
}

body.winter-page-products #order-standard_cart .cart-sidebar .list-group-item {
    border-radius: 4px;
    font-size: 1rem;
}

body.winter-page-products .panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group > a.list-group-item {
    margin: 1px;
    padding: 6px 0;
    border: none;
    color: #1062fe;
    background: transparent;
}

body.winter-page-products .panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group > a.list-group-item.active,
body.winter-page-products .panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group > a.list-group-item.active:focus,
body.winter-page-products .panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group > a.list-group-item.active:hover {
    padding-right: 12px;
    padding-left: 12px;
    color: #1062fe;
    background: #f1f5fe;
}

body.winter-page-products .row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

body.winter-page-products .row-eq-height > div[class*="col"] {
    display: flex;
}

body.winter-page-products .row-eq-height > div[class*="col"] > * {
    width: 100%;
}

body.winter-page-products .package {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(3 * 8px);
    padding: calc(4 * 8px);
    border: 1px solid #e9eaec;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

body.winter-page-products .package .package-side-left > *,
body.winter-page-products .package > * {
    margin-bottom: 0;
}

body.winter-page-products .package-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    word-break: break-word;
}

body.winter-page-products .package-title + .package-price {
    margin-top: calc(2 * 8px);
}

body.winter-page-products .price {
    display: block;
    color: #17191c;
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
    text-align: center;
    word-break: break-word;
}

body.winter-page-products .price-cycle,
body.winter-page-products .price-setup-fee,
body.winter-page-products .price-setup-fee [style="color: red; text-decoration: line-through;"],
body.winter-page-products .price-starting-from {
    color: #5e636e;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

body.winter-page-products .price-amount {
    display: flex;
    justify-content: center;
}

body.winter-page-products .price-cycle {
    display: block;
    text-align: center;
}

body.winter-page-products .package .package-side-left > :not(.label-corner) + *,
body.winter-page-products .package > :not(.label-corner) + * {
    margin-top: calc(3 * 8px);
}

body.winter-page-products .package-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body.winter-page-products .package-content > .package-features {
    order: 1;
    margin-top: 0;
}

body.winter-page-products .package-content > :last-child {
    margin-bottom: 0;
}

body.winter-page-products .package-features {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

body.winter-page-products .package-features > li {
    padding: 4px 0;
    color: #5e636e;
}

body.winter-page-products .package-features > li > b {
    color: #17191c;
    font-weight: 500;
}

body.winter-page-products .package-content > p,
body.winter-page-products .package-desc,
body.winter-page-products .package-features {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

body.winter-page-products .package-actions .btn,
body.winter-page-products .package-footer .btn {
    min-width: 168px;
}

body.winter-page-products .package-billing-cycle,
body.winter-page-products .package-qty,
body.winter-page-products .package-setup-fee,
body.winter-page-products .package-starting-from {
    color: var(--winter-order-muted);
    font-size: 13px;
    line-height: 20px;
}

body.winter-page-products .package-qty {
    margin-bottom: -8px;
    padding-top: 8px;
}

body.winter-page-products .package-actions,
body.winter-page-products .package-footer {
    margin-top: auto;
    padding-top: 24px;
}

body.winter-page-products .main-header {
    padding-bottom: calc(6 * 8px);
}

body.winter-page-products .main-header-title {
    margin: 0;
    color: #17191c;
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
}

body.winter-page-products .main-header-title + p {
    margin: 16px 0 0;
    color: var(--winter-order-muted);
    font-size: 14px;
}
