/* CubeWeb WooCommerce integration for ScalpMann */

body.cw-woo {
    --cw-woo-accent: #20a5a1;
    --cw-woo-accent-dark: #177f7b;
    --cw-woo-ink: #173f43;
    --cw-woo-text: #294a4e;
    --cw-woo-muted: #6e8588;
    --cw-woo-line: #d7e8e7;
    --cw-woo-soft: #eff8f7;
    --cw-woo-surface: #ffffff;
    --cw-woo-danger: #b43a3a;
    --cw-woo-radius: 18px;
    --cw-woo-shadow: 0 14px 38px rgba(20, 72, 75, 0.08);
    background: #f6fbfa;
    color: var(--cw-woo-text);
}

/* Header on bright WooCommerce pages */
body.cw-light-header:not(.nav-toggled) .header {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 30px rgba(11, 55, 58, 0.08);
    backdrop-filter: blur(12px);
}

body.cw-light-header:not(.nav-toggled) .header .brand svg {
    filter: brightness(0) saturate(100%);
}

body.cw-light-header:not(.nav-toggled) .header .btn-nav,
body.cw-light-header:not(.nav-toggled) .header .btn-tel,
body.cw-light-header:not(.nav-toggled) .header .btn-tel span {
    color: var(--cw-woo-ink, #173f43) !important;
}

body.cw-light-header:not(.nav-toggled) .header .hamburger__el {
    background-color: var(--cw-woo-ink, #173f43) !important;
}

body.cw-light-header:not(.nav-toggled) .header .btn-contact svg path {
    stroke: var(--cw-woo-accent, #20a5a1) !important;
}

body.cw-light-header:not(.nav-toggled) .header .btn-tel img {
    filter: brightness(0) saturate(100%);
}

body.cw-light-header:not(.nav-toggled) .header.headroom--not-top {
    background: rgba(255, 255, 255, 0.98) !important;
}

body.cw-light-header.nav-toggled .header .brand svg,
body.cw-light-header.nav-toggled .header .btn-tel img {
    filter: none;
}

body.cw-light-header.nav-toggled .header .btn-nav,
body.cw-light-header.nav-toggled .header .btn-tel,
body.cw-light-header.nav-toggled .header .btn-tel span {
    color: #fff !important;
}

body.cw-light-header.nav-toggled .header .hamburger__el {
    background-color: #fff !important;
}

body.cw-light-header.nav-toggled .header .btn-contact svg path {
    stroke: #fff !important;
}

.ws-header-cart-link {
    position: relative;
}

.ws-cart-count {
    display: none;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #173f43;
    color: #fff;
    font-size: 11px;
    line-height: 19px;
    font-weight: 700;
}

.ws-cart-count.has-items {
    display: inline-flex;
}

/* Main shell */
body.cw-woo main.main {
    min-height: 70vh;
    padding-top: 175px !important;
}

body.cw-woo .ws-plugin-content,
body.cw-woo .article-content,
body.cw-woo .woocommerce-notices-wrapper,
body.cw-woo .woocommerce {
    box-sizing: border-box;
}

body.cw-woo .ws-plugin-content,
body.cw-woo .article-content {
    width: min(1240px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

body.cw-woo .woocommerce {
    width: 100%;
    color: var(--cw-woo-text);
    font-size: 16px;
    line-height: 1.55;
}

body.cw-woo .woocommerce a {
    color: var(--cw-woo-accent-dark);
}

body.cw-woo .woocommerce h1,
body.cw-woo .woocommerce h2,
body.cw-woo .woocommerce h3,
body.cw-woo .woocommerce h4,
body.cw-woo .woocommerce h5,
body.cw-woo .woocommerce h6 {
    color: var(--cw-woo-ink);
    letter-spacing: 0;
}

body.cw-woo .woocommerce h1,
body.cw-woo .woocommerce-products-header__title.page-title {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
    font-weight: 600;
    margin: 0 0 32px;
}

body.cw-woo .woocommerce h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
    font-weight: 600;
}

/* Notices */
body.cw-woo .woocommerce-message,
body.cw-woo .woocommerce-info,
body.cw-woo .woocommerce-error,
body.cw-woo .wc-block-components-notice-banner {
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 14px !important;
    background: var(--cw-woo-surface) !important;
    color: var(--cw-woo-text) !important;
    box-shadow: 0 8px 22px rgba(20, 72, 75, 0.06);
    padding: 16px 18px !important;
    margin-bottom: 22px !important;
}

body.cw-woo .woocommerce-message {
    border-left: 4px solid var(--cw-woo-accent) !important;
}

body.cw-woo .woocommerce-error {
    border-left: 4px solid var(--cw-woo-danger) !important;
}

body.cw-woo .woocommerce-message::before,
body.cw-woo .woocommerce-info::before {
    color: var(--cw-woo-accent) !important;
}

/* Controls */
body.cw-woo .woocommerce button.button,
body.cw-woo .woocommerce a.button,
body.cw-woo .woocommerce input.button,
body.cw-woo .woocommerce #respond input#submit,
body.cw-woo .woocommerce .button.alt,
body.cw-woo .woocommerce a.button.alt,
body.cw-woo .woocommerce button.button.alt,
body.cw-woo .woocommerce input.button.alt,
body.cw-woo .wc-block-components-button,
body.cw-woo .wp-element-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px !important;
    border: 1px solid var(--cw-woo-accent) !important;
    border-radius: 999px !important;
    background: var(--cw-woo-accent) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

body.cw-woo .woocommerce button.button:hover,
body.cw-woo .woocommerce a.button:hover,
body.cw-woo .woocommerce input.button:hover,
body.cw-woo .woocommerce .button.alt:hover,
body.cw-woo .wc-block-components-button:hover,
body.cw-woo .wp-element-button:hover {
    background: var(--cw-woo-accent-dark) !important;
    border-color: var(--cw-woo-accent-dark) !important;
    transform: translateY(-1px);
}

body.cw-woo .woocommerce button.button:disabled,
body.cw-woo .woocommerce button.button:disabled[disabled] {
    opacity: .5;
    transform: none;
}

body.cw-woo .woocommerce input[type="text"],
body.cw-woo .woocommerce input[type="email"],
body.cw-woo .woocommerce input[type="tel"],
body.cw-woo .woocommerce input[type="password"],
body.cw-woo .woocommerce input[type="number"],
body.cw-woo .woocommerce input[type="search"],
body.cw-woo .woocommerce textarea,
body.cw-woo .woocommerce select,
body.cw-woo .wc-block-components-text-input input,
body.cw-woo .wc-block-components-combobox .wc-block-components-combobox-control input,
body.cw-woo .wc-block-components-address-form input,
body.cw-woo .wc-block-components-address-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--cw-woo-ink) !important;
    padding: 11px 14px !important;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1.35;
    box-shadow: none !important;
    outline: none;
}

body.cw-woo .woocommerce textarea {
    min-height: 120px;
    resize: vertical;
}

body.cw-woo .woocommerce input:focus,
body.cw-woo .woocommerce textarea:focus,
body.cw-woo .woocommerce select:focus,
body.cw-woo .wc-block-components-text-input input:focus {
    border-color: var(--cw-woo-accent) !important;
    box-shadow: 0 0 0 3px rgba(32, 165, 161, .12) !important;
}

body.cw-woo .woocommerce form .form-row label,
body.cw-woo .wc-block-components-address-form label,
body.cw-woo .wc-block-components-text-input label {
    color: var(--cw-woo-ink) !important;
    font-size: 14px !important;
    font-weight: 600;
}

body.cw-woo .select2-container .select2-selection--single {
    min-height: 48px;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 12px !important;
    background: #fff;
}

body.cw-woo .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 14px;
}

body.cw-woo .select2-container .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 8px;
}

/* Breadcrumbs and archive toolbar */
body.cw-woo .woocommerce-breadcrumb {
    color: var(--cw-woo-muted);
    font-size: 14px;
    margin: 0 0 22px;
}

body.cw-woo .woocommerce-breadcrumb a {
    color: var(--cw-woo-text);
}

body.cw-woo .woocommerce-result-count {
    color: var(--cw-woo-muted);
    font-size: 15px;
    margin-top: 14px;
}

body.cw-woo .woocommerce-ordering select {
    min-width: 220px;
}

/* Shop and product taxonomy archives */
body.cw-woo.woocommerce-shop,
body.cw-woo.tax-product_cat,
body.cw-woo.tax-product_tag,
body.cw-woo.post-type-archive-product {
    background: #f2f9f8 !important;
}

body.cw-woo.woocommerce-shop .article-h1,
body.cw-woo.woocommerce-shop .woocommerce-products-header__title,
body.cw-woo.tax-product_cat .article-h1,
body.cw-woo.tax-product_tag .article-h1 {
    display: block !important;
    color: var(--cw-woo-ink) !important;
}

body.cw-woo ul.products,
body.cw-woo .woocommerce ul.products,
body.cw-woo .woocommerce-page ul.products,
body.cw-woo ul.products.columns-2,
body.cw-woo ul.products.columns-3,
body.cw-woo ul.products.columns-4,
body.cw-woo ul.products.columns-5,
body.cw-woo ul.products.columns-6 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 26px 0 40px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.cw-woo ul.products::before,
body.cw-woo ul.products::after {
    display: none !important;
}

body.cw-woo ul.products li.product,
body.cw-woo .woocommerce ul.products li.product,
body.cw-woo .woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--cw-woo-line);
    border-radius: var(--cw-woo-radius) !important;
    overflow: hidden;
    background: var(--cw-woo-surface);
    box-shadow: var(--cw-woo-shadow);
    transition: transform .2s ease, box-shadow .2s ease;
}

body.cw-woo ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(20, 72, 75, .12);
}

body.cw-woo ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: inherit;
    text-decoration: none;
}

body.cw-woo ul.products li.product a img,
body.cw-woo ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 4 / 3;
    height: auto !important;
    margin: 0 !important;
    object-fit: cover;
    background: var(--cw-woo-soft);
}

body.cw-woo ul.products li.product .onsale {
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 7px 11px !important;
    border-radius: 999px;
    background: var(--cw-woo-accent) !important;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

body.cw-woo ul.products li.product .woocommerce-loop-product__title {
    padding: 20px 20px 0 !important;
    margin: 0 !important;
    color: var(--cw-woo-ink) !important;
    font-size: 22px !important;
    line-height: 1.18 !important;
    font-weight: 600 !important;
}

body.cw-woo ul.products li.product .price {
    display: block !important;
    margin: 10px 20px 0 !important;
    color: var(--cw-woo-accent-dark) !important;
    font-size: 18px !important;
    line-height: 1.3;
    font-weight: 600 !important;
}

body.cw-woo ul.products li.product .price del {
    color: var(--cw-woo-muted);
    opacity: 1;
    margin-right: 6px;
}

body.cw-woo ul.products li.product .button,
body.cw-woo ul.products li.product .added_to_cart {
    align-self: flex-start;
    margin: 18px 20px 20px !important;
}

body.cw-woo ul.products li.product .star-rating {
    margin: 12px 20px 0 !important;
    color: var(--cw-woo-accent);
}

body.cw-woo nav.woocommerce-pagination ul {
    display: flex;
    gap: 8px;
    border: 0;
}

body.cw-woo nav.woocommerce-pagination ul li {
    border: 0;
}

body.cw-woo nav.woocommerce-pagination ul li a,
body.cw-woo nav.woocommerce-pagination ul li span {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid var(--cw-woo-line);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-woo-ink);
}

body.cw-woo nav.woocommerce-pagination ul li span.current,
body.cw-woo nav.woocommerce-pagination ul li a:hover {
    background: var(--cw-woo-accent);
    border-color: var(--cw-woo-accent);
    color: #fff;
}

/* Single product */
body.cw-woo.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: start;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 70px;
}

body.cw-woo.single-product div.product::before,
body.cw-woo.single-product div.product::after {
    display: none !important;
}

body.cw-woo.single-product div.product .woocommerce-product-gallery,
body.cw-woo.single-product div.product .summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.cw-woo.single-product .woocommerce-product-gallery {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
}

body.cw-woo.single-product .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 12px !important;
}

body.cw-woo.single-product .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
}

body.cw-woo.single-product .flex-control-thumbs img {
    border-radius: 10px;
}

body.cw-woo.single-product .summary {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--cw-woo-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.single-product .product_title {
    margin: 0 0 18px !important;
    color: var(--cw-woo-ink);
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
}

body.cw-woo.single-product .summary .price {
    margin: 0 0 22px;
    color: var(--cw-woo-accent-dark) !important;
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
}

body.cw-woo.single-product .woocommerce-product-details__short-description {
    color: var(--cw-woo-text);
    font-size: 17px;
    line-height: 1.65;
}

body.cw-woo.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 28px 0 !important;
}

body.cw-woo .quantity .qty {
    width: 82px !important;
    min-height: 48px;
    text-align: center;
}

body.cw-woo.single-product .product_meta {
    display: grid;
    gap: 7px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--cw-woo-line);
    color: var(--cw-woo-muted);
    font-size: 14px;
}

body.cw-woo.single-product .woocommerce-tabs,
body.cw-woo.single-product .related.products,
body.cw-woo.single-product .upsells.products {
    grid-column: 1 / -1;
    width: 100%;
}

body.cw-woo.single-product .woocommerce-tabs {
    margin-top: 20px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--cw-woo-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs::before,
body.cw-woo.single-product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 999px !important;
    background: var(--cw-woo-soft) !important;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs li::before,
body.cw-woo.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs li a {
    padding: 10px 17px !important;
    color: var(--cw-woo-text) !important;
    font-size: 15px;
    font-weight: 600;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs li.active {
    border-color: var(--cw-woo-accent) !important;
    background: var(--cw-woo-accent) !important;
}

body.cw-woo.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

body.cw-woo.single-product table.woocommerce-product-attributes {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--cw-woo-line);
    border-radius: 12px;
}

body.cw-woo.single-product table.woocommerce-product-attributes th,
body.cw-woo.single-product table.woocommerce-product-attributes td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--cw-woo-line);
}

body.cw-woo.single-product table.variations {
    width: 100%;
    margin: 20px 0;
}

body.cw-woo.single-product table.variations th,
body.cw-woo.single-product table.variations td {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    text-align: left;
}

body.cw-woo.single-product .woocommerce-variation-price {
    margin: 14px 0;
}

/* Cart, classic and blocks */
body.cw-woo.woocommerce-cart .woocommerce,
body.cw-woo.woocommerce-cart .wc-block-cart,
body.cw-woo.woocommerce-cart .wp-block-woocommerce-cart {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 70px;
}

body.cw-woo.woocommerce-cart .woocommerce-cart-form,
body.cw-woo.woocommerce-cart .cart_totals,
body.cw-woo.woocommerce-cart .wc-block-cart__main,
body.cw-woo.woocommerce-cart .wc-block-cart__sidebar {
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: var(--cw-woo-shadow) !important;
}

body.cw-woo.woocommerce-cart .woocommerce-cart-form {
    padding: 8px 24px 20px;
}

body.cw-woo.woocommerce-cart table.shop_table {
    border: 0 !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

body.cw-woo.woocommerce-cart table.shop_table th,
body.cw-woo.woocommerce-cart table.shop_table td {
    padding: 18px 12px !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-cart table.shop_table th {
    color: var(--cw-woo-muted);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body.cw-woo.woocommerce-cart td.product-thumbnail img {
    width: 82px;
    border-radius: 12px;
}

body.cw-woo.woocommerce-cart td.product-name a,
body.cw-woo.woocommerce-cart .wc-block-components-product-name {
    color: var(--cw-woo-ink) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-decoration: none;
}

body.cw-woo.woocommerce-cart a.remove {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff1f1;
    color: var(--cw-woo-danger) !important;
    font-size: 22px;
    line-height: 1;
}

body.cw-woo.woocommerce-cart a.remove:hover {
    background: var(--cw-woo-danger);
    color: #fff !important;
}

body.cw-woo.woocommerce-cart .cart-collaterals {
    margin-top: 24px;
}

body.cw-woo.woocommerce-cart .cart_totals {
    float: right !important;
    width: min(100%, 430px) !important;
    padding: 26px;
}

body.cw-woo.woocommerce-cart .cart_totals h2 {
    margin: 0 0 18px;
}

body.cw-woo.woocommerce-cart .cart_totals table th,
body.cw-woo.woocommerce-cart .cart_totals table td {
    padding: 13px 0 !important;
    border-bottom: 1px solid var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-cart .wc-proceed-to-checkout {
    padding: 18px 0 0 !important;
}

body.cw-woo.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin: 0 !important;
}

body.cw-woo.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.cw-woo.woocommerce-cart .coupon input.input-text {
    width: 210px !important;
}

body.cw-woo.woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 24px !important;
}

body.cw-woo.woocommerce-cart .wc-block-cart__main,
body.cw-woo.woocommerce-cart .wc-block-cart__sidebar {
    padding: 24px !important;
}

body.cw-woo.woocommerce-cart .wc-block-cart-items,
body.cw-woo.woocommerce-cart .wc-block-components-totals-wrapper {
    border-color: var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 10px !important;
}

/* Checkout, classic and blocks */
body.cw-woo.woocommerce-checkout .woocommerce,
body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout,
body.cw-woo.woocommerce-checkout .wc-block-checkout {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 70px;
}

body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 28px 36px;
    align-items: start;
}

body.cw-woo.woocommerce-checkout #customer_details {
    grid-column: 1;
    width: 100%;
}

body.cw-woo.woocommerce-checkout #customer_details .col-1,
body.cw-woo.woocommerce-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
}

body.cw-woo.woocommerce-checkout #customer_details .col-1,
body.cw-woo.woocommerce-checkout #customer_details .col-2,
body.cw-woo.woocommerce-checkout #order_review {
    margin-bottom: 22px;
    padding: 28px;
    border: 1px solid var(--cw-woo-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.woocommerce-checkout #order_review_heading,
body.cw-woo.woocommerce-checkout #order_review {
    grid-column: 2;
}

body.cw-woo.woocommerce-checkout #order_review_heading {
    margin: 0 0 -12px;
    padding: 0 28px;
    font-size: 28px;
}

body.cw-woo.woocommerce-checkout .woocommerce-billing-fields > h3,
body.cw-woo.woocommerce-checkout .woocommerce-additional-fields > h3 {
    margin: 0 0 20px;
    font-size: 28px;
}

body.cw-woo.woocommerce-checkout .form-row-first,
body.cw-woo.woocommerce-checkout .form-row-last {
    width: calc(50% - 7px) !important;
}

body.cw-woo.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 0 !important;
}

body.cw-woo.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.cw-woo.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 13px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-checkout #payment {
    margin-top: 22px;
    border-radius: 16px !important;
    background: var(--cw-woo-soft) !important;
}

body.cw-woo.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-checkout #payment div.payment_box {
    border-radius: 12px;
    background: #fff !important;
    color: var(--cw-woo-text) !important;
}

body.cw-woo.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff !important;
}

body.cw-woo.woocommerce-checkout #place_order {
    width: 100%;
    margin-top: 12px;
}

body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 30px !important;
}

body.cw-woo.woocommerce-checkout .wc-block-checkout__main,
body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar {
    border: 1px solid var(--cw-woo-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
    padding: 28px !important;
}

body.cw-woo.woocommerce-checkout .wc-block-components-checkout-step {
    padding-top: 22px !important;
    border-top: 1px solid var(--cw-woo-line);
}

body.cw-woo.woocommerce-checkout .wc-block-components-checkout-step:first-child {
    padding-top: 0 !important;
    border-top: 0;
}

/* My Account */
body.cw-woo.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 70px;
    align-items: start;
}

body.cw-woo.woocommerce-account .woocommerce::before,
body.cw-woo.woocommerce-account .woocommerce::after {
    display: none !important;
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    padding: 16px;
    border: 1px solid var(--cw-woo-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 11px 13px;
    border-radius: 10px;
    color: var(--cw-woo-text);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: var(--cw-woo-soft);
    color: var(--cw-woo-accent-dark);
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    min-width: 0;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--cw-woo-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.woocommerce-account .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

body.cw-woo.woocommerce-account table.shop_table,
body.cw-woo.woocommerce-order-received table.shop_table,
body.cw-woo.woocommerce-view-order table.shop_table {
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 14px !important;
    overflow: hidden;
}

body.cw-woo.woocommerce-account table.shop_table th,
body.cw-woo.woocommerce-account table.shop_table td,
body.cw-woo.woocommerce-order-received table.shop_table th,
body.cw-woo.woocommerce-order-received table.shop_table td {
    padding: 13px 14px !important;
    border-color: var(--cw-woo-line) !important;
}

body.cw-woo.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.cw-woo.woocommerce-account .woocommerce-Address {
    float: none !important;
    width: 100% !important;
    padding: 20px;
    border: 1px solid var(--cw-woo-line);
    border-radius: 14px;
    background: var(--cw-woo-soft);
}

/* Login and registration shown by My Account */
body.cw-woo.woocommerce-account #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    grid-column: 1 / -1;
}

body.cw-woo.woocommerce-account #customer_login .col-1,
body.cw-woo.woocommerce-account #customer_login .col-2 {
    float: none !important;
    width: 100% !important;
    padding: 28px;
    border: 1px solid var(--cw-woo-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--cw-woo-shadow);
}

body.cw-woo.woocommerce-account form.login,
body.cw-woo.woocommerce-account form.register,
body.cw-woo.woocommerce-account form.edit-account,
body.cw-woo.woocommerce-account form.woocommerce-address-fields {
    border: 0 !important;
    padding: 0 !important;
}

/* Order received and order details */
body.cw-woo.woocommerce-order-received .woocommerce,
body.cw-woo.woocommerce-view-order .woocommerce {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto 70px;
}

body.cw-woo .woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 30px !important;
    padding: 0 !important;
}

body.cw-woo .woocommerce-order-overview li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 12px;
    background: #fff;
    color: var(--cw-woo-muted);
    font-size: 12px;
}

body.cw-woo .woocommerce-order-overview li strong {
    display: block;
    margin-top: 4px;
    color: var(--cw-woo-ink);
    font-size: 16px;
}

body.cw-woo .woocommerce-customer-details address {
    padding: 20px !important;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 14px !important;
    background: #fff;
    line-height: 1.6;
}

/* Empty states */
body.cw-woo .wc-empty-cart-message,
body.cw-woo .cart-empty,
body.cw-woo .woocommerce-Message,
body.cw-woo .woocommerce-no-products-found,
body.cw-woo .wp-block-woocommerce-empty-cart-block {
    padding: 26px !important;
    border: 1px solid var(--cw-woo-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--cw-woo-shadow);
}

/* Mobile */
@media (max-width: 1024px) {
    body.cw-woo main.main {
        padding-top: 155px !important;
    }

    body.cw-woo ul.products,
    body.cw-woo .woocommerce ul.products,
    body.cw-woo .woocommerce-page ul.products,
    body.cw-woo ul.products.columns-2,
    body.cw-woo ul.products.columns-3,
    body.cw-woo ul.products.columns-4,
    body.cw-woo ul.products.columns-5,
    body.cw-woo ul.products.columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.cw-woo.single-product div.product,
    body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout,
    body.cw-woo.woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }

    body.cw-woo.woocommerce-checkout #customer_details,
    body.cw-woo.woocommerce-checkout #order_review_heading,
    body.cw-woo.woocommerce-checkout #order_review {
        grid-column: 1;
    }

    body.cw-woo.woocommerce-account .woocommerce-MyAccount-navigation,
    body.cw-woo.woocommerce-account .woocommerce-MyAccount-content {
        grid-column: 1;
    }

    body.cw-woo .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.cw-light-header:not(.nav-toggled) .header {
        backdrop-filter: none;
    }

    body.cw-woo main.main {
        padding-top: 135px !important;
    }

    body.cw-woo .ws-plugin-content,
    body.cw-woo .article-content,
    body.cw-woo.woocommerce-cart .woocommerce,
    body.cw-woo.woocommerce-cart .wc-block-cart,
    body.cw-woo.woocommerce-cart .wp-block-woocommerce-cart,
    body.cw-woo.woocommerce-checkout .woocommerce,
    body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout,
    body.cw-woo.woocommerce-checkout .wc-block-checkout,
    body.cw-woo.woocommerce-account .woocommerce,
    body.cw-woo.single-product div.product {
        width: min(100% - 24px, 1240px);
    }

    body.cw-woo ul.products,
    body.cw-woo .woocommerce ul.products,
    body.cw-woo .woocommerce-page ul.products,
    body.cw-woo ul.products.columns-2,
    body.cw-woo ul.products.columns-3,
    body.cw-woo ul.products.columns-4,
    body.cw-woo ul.products.columns-5,
    body.cw-woo ul.products.columns-6 {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.cw-woo.single-product .summary,
    body.cw-woo.single-product .woocommerce-tabs,
    body.cw-woo.woocommerce-checkout #customer_details .col-1,
    body.cw-woo.woocommerce-checkout #customer_details .col-2,
    body.cw-woo.woocommerce-checkout #order_review,
    body.cw-woo.woocommerce-checkout .wc-block-checkout__main,
    body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar,
    body.cw-woo.woocommerce-account .woocommerce-MyAccount-content,
    body.cw-woo.woocommerce-account #customer_login .col-1,
    body.cw-woo.woocommerce-account #customer_login .col-2 {
        padding: 20px !important;
        border-radius: 16px !important;
    }

    body.cw-woo.woocommerce-checkout .form-row-first,
    body.cw-woo.woocommerce-checkout .form-row-last {
        float: none !important;
        width: 100% !important;
    }

    body.cw-woo.woocommerce-account #customer_login,
    body.cw-woo.woocommerce-account .woocommerce-Addresses,
    body.cw-woo .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    body.cw-woo.woocommerce-cart .woocommerce-cart-form {
        overflow-x: auto;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.cw-woo.woocommerce-cart .cart_totals {
        float: none !important;
        width: 100% !important;
    }

    body.cw-woo.woocommerce-cart .coupon {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.cw-woo.woocommerce-cart .coupon input.input-text {
        width: 100% !important;
    }

    body.cw-woo .woocommerce-ordering,
    body.cw-woo .woocommerce-result-count {
        float: none !important;
        width: 100%;
    }

    body.cw-woo .woocommerce-ordering select {
        width: 100%;
    }
}

/* Legacy child conflict reset */
body.cw-woo.woocommerce-cart,
body.cw-woo.woocommerce-checkout,
body.cw-woo.woocommerce-account,
body.cw-woo.single-product,
body.cw-woo.post-type-archive-product,
body.cw-woo.tax-product_cat,
body.cw-woo.tax-product_tag {
    background: #f6fbfa !important;
}

body.cw-woo.woocommerce-shop .article-content,
body.cw-woo.post-type-archive-product .article-content,
body.cw-woo.tax-product_cat .article-content,
body.cw-woo.tax-product_tag .article-content {
    margin-top: 0 !important;
    padding: 30px 0 60px !important;
    max-width: 1240px !important;
    background: transparent !important;
}

body.cw-woo .article-content > .article-h1 {
    color: var(--cw-woo-ink) !important;
}

body.cw-woo ul.products li.product,
body.cw-woo .woocommerce ul.products li.product,
body.cw-woo .woocommerce-page ul.products li.product {
    grid-column: auto !important;
}


/* -------------------------------------------------------------
 * Checkout hardening 2.1.1
 * The parent theme and Woo block/classic layouts must not push checkout
 * outside the viewport. Keep all ancestors full width and build the layout
 * from the Woo form itself.
 * ------------------------------------------------------------- */
body.cw-woo.woocommerce-checkout,
body.cw-woo.woocommerce-checkout #page,
body.cw-woo.woocommerce-checkout .site,
body.cw-woo.woocommerce-checkout main.main,
body.cw-woo.woocommerce-checkout .content-wrapper,
body.cw-woo.woocommerce-checkout article,
body.cw-woo.woocommerce-checkout .article-content,
body.cw-woo.woocommerce-checkout .article-body,
body.cw-woo.woocommerce-checkout .ws-plugin-content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
}

body.cw-woo.woocommerce-checkout main.main {
    overflow-x: clip !important;
}

body.cw-woo.woocommerce-checkout .article-h1 {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto 28px !important;
}

body.cw-woo.woocommerce-checkout .woocommerce,
body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout,
body.cw-woo.woocommerce-checkout .wc-block-checkout,
body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide,
body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout.alignfull {
    display: block !important;
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    min-width: 0 !important;
    margin: 0 auto 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
}

/* Classic checkout */
body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
    grid-template-areas:
        "customer heading"
        "customer review" !important;
    column-gap: 34px !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout::before,
body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout::after {
    display: none !important;
    content: none !important;
}

body.cw-woo.woocommerce-checkout #customer_details {
    grid-area: customer !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout #customer_details::before,
body.cw-woo.woocommerce-checkout #customer_details::after {
    display: none !important;
    content: none !important;
}

body.cw-woo.woocommerce-checkout #customer_details .col-1,
body.cw-woo.woocommerce-checkout #customer_details .col-2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 22px !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout #order_review_heading {
    grid-area: heading !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 28px !important;
    float: none !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout #order_review {
    grid-area: review !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout .woocommerce-billing-fields,
body.cw-woo.woocommerce-checkout .woocommerce-shipping-fields,
body.cw-woo.woocommerce-checkout .woocommerce-additional-fields,
body.cw-woo.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

/* Checkout block. Neutralize theme floats/positions and let Woo's two columns
 * live inside our centered container instead of drifting to the right. */
body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout,
body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout__sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
    gap: 34px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.cw-woo.woocommerce-checkout .wc-block-checkout__main {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 28px !important;
    float: none !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 28px !important;
    float: none !important;
    position: static !important;
    transform: none !important;
}

body.cw-woo.woocommerce-checkout .wc-block-checkout__main *,
body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar *,
body.cw-woo.woocommerce-checkout #customer_details *,
body.cw-woo.woocommerce-checkout #order_review * {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    body.cw-woo.woocommerce-checkout form.checkout.woocommerce-checkout {
        display: block !important;
    }

    body.cw-woo.woocommerce-checkout #order_review_heading {
        margin-top: 12px !important;
        padding: 0 !important;
    }

    body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout,
    body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout__sidebar-layout {
        display: block !important;
    }

    body.cw-woo.woocommerce-checkout .wc-block-checkout__main,
    body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar,
    body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
    body.cw-woo.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100% !important;
        margin: 0 0 22px !important;
    }
}

@media (max-width: 640px) {
    body.cw-woo.woocommerce-checkout .woocommerce,
    body.cw-woo.woocommerce-checkout .wp-block-woocommerce-checkout,
    body.cw-woo.woocommerce-checkout .wc-block-checkout,
    body.cw-woo.woocommerce-checkout .article-h1 {
        width: calc(100% - 24px) !important;
    }

    body.cw-woo.woocommerce-checkout #customer_details .col-1,
    body.cw-woo.woocommerce-checkout #customer_details .col-2,
    body.cw-woo.woocommerce-checkout #order_review,
    body.cw-woo.woocommerce-checkout .wc-block-checkout__main,
    body.cw-woo.woocommerce-checkout .wc-block-checkout__sidebar {
        padding: 20px !important;
        border-radius: 16px !important;
    }

    body.cw-woo.woocommerce-checkout .form-row-first,
    body.cw-woo.woocommerce-checkout .form-row-last {
        float: none !important;
        width: 100% !important;
    }
}

/* CubeWeb 2.2.1: remove legacy Woo icon-font glyphs from notices. */
body.cw-woo .woocommerce-message::before,
body.cw-woo .woocommerce-message::after,
body.cw-woo .woocommerce-info::before,
body.cw-woo .woocommerce-info::after,
body.cw-woo .woocommerce-error::before,
body.cw-woo .woocommerce-error::after,
body.cw-woo .woocommerce-error li::before,
body.cw-woo .woocommerce-error li::after {
    content: none !important;
    display: none !important;
}
body.cw-woo .woocommerce-error,
body.cw-woo .woocommerce-error li {
    list-style: none !important;
}


/* CubeWeb My Account: purchased Tutor LMS courses */
body.cw-woo.woocommerce-account .cw-account-courses {
    width: 100%;
}

body.cw-woo.woocommerce-account .cw-account-courses__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

body.cw-woo.woocommerce-account .cw-account-courses__heading h2 {
    margin: 0 0 6px;
    color: #031927;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.05;
}

body.cw-woo.woocommerce-account .cw-account-courses__heading p {
    margin: 0;
    color: #60717a;
}

body.cw-woo.woocommerce-account .cw-account-courses__count {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e8f8f6;
    color: #087d78;
    font-size: 13px;
    font-weight: 700;
}

body.cw-woo.woocommerce-account .cw-account-courses__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.cw-woo.woocommerce-account .cw-account-course {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dbe7e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(3, 25, 39, .07);
}

body.cw-woo.woocommerce-account .cw-account-course__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #073a42, #20a5a1);
}

body.cw-woo.woocommerce-account .cw-account-course__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.cw-woo.woocommerce-account .cw-account-course__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #c1ff72;
    font-size: 54px;
    font-weight: 800;
}

body.cw-woo.woocommerce-account .cw-account-course__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

body.cw-woo.woocommerce-account .cw-account-course__meta {
    margin-bottom: 7px;
    color: #159a95;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.cw-woo.woocommerce-account .cw-account-course h3 {
    margin: 0 0 18px;
    color: #031927;
    font-size: 20px;
    line-height: 1.25;
}

body.cw-woo.woocommerce-account .cw-account-course h3 a {
    color: inherit;
    text-decoration: none;
}

body.cw-woo.woocommerce-account .cw-account-course h3 a:hover {
    color: #159a95;
}

body.cw-woo.woocommerce-account .cw-account-course__progress {
    margin: auto 0 18px;
}

body.cw-woo.woocommerce-account .cw-account-course__progress-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
    color: #60717a;
    font-size: 13px;
}

body.cw-woo.woocommerce-account .cw-account-course__progress-top strong {
    color: #031927;
}

body.cw-woo.woocommerce-account .cw-account-course__progress-track {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8eff0;
}

body.cw-woo.woocommerce-account .cw-account-course__progress-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #20a5a1, #c1ff72);
}

body.cw-woo.woocommerce-account .cw-account-course__button {
    width: 100%;
    margin-top: auto !important;
    text-align: center;
}

body.cw-woo.woocommerce-account .cw-account-courses__empty {
    padding: 34px;
    border: 1px dashed #b9d4d3;
    border-radius: 18px;
    background: #f5fbfa;
    text-align: center;
}

body.cw-woo.woocommerce-account .cw-account-courses__empty strong {
    display: block;
    margin-bottom: 6px;
    color: #031927;
    font-size: 20px;
}

body.cw-woo.woocommerce-account .cw-account-courses__empty p {
    margin: 0 0 18px;
    color: #60717a;
}

@media (max-width: 860px) {
    body.cw-woo.woocommerce-account .cw-account-courses__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.cw-woo.woocommerce-account .cw-account-courses__heading {
        flex-direction: column;
    }
}
