.ctp-shop-lite {
    width: 100%;
    margin: 48px 0 42px;
    color: #ffffff;
}

.ctp-shop-lite *,
.ctp-shop-lite *::before,
.ctp-shop-lite *::after {
    box-sizing: border-box;
}

.ctp-shop-lite__top {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(160px, 220px);
    gap: 12px;
    align-items: end;
}

.ctp-shop-lite__search,
.ctp-shop-lite__sort {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.ctp-shop-lite__search span,
.ctp-shop-lite__sort span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ctp-shop-lite__search input,
.ctp-shop-lite__sort select {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    outline: none;
    font: inherit;
    font-size: 14px;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ctp-shop-lite__sort select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #f3cc43 50%),
        linear-gradient(135deg, #f3cc43 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 21px,
        calc(100% - 13px) 21px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

.ctp-shop-lite__sort select option {
    color: #111111;
    background: #ffffff;
}

.ctp-shop-lite__search input::placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.ctp-shop-lite__search input:focus,
.ctp-shop-lite__sort select:focus {
    background: rgba(255, 255, 255, 0.085);
    border-color: rgba(243, 204, 67, 0.75);
    box-shadow: 0 0 0 4px rgba(243, 204, 67, 0.1);
}

.ctp-shop-lite__bottom {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.ctp-shop-lite__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ctp-shop-lite__chips button {
    min-height: 38px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ctp-shop-lite__chips button:hover {
    transform: translateY(-1px);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
}

.ctp-shop-lite__chips button.is-active {
    color: #111111;
    background: #f3cc43;
    border-color: #f3cc43;
}

.ctp-shop-lite__count {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.ctp-shop-lite__count strong {
    color: #f3cc43;
}

.ctp-shop-lite__empty {
    width: 100%;
    margin: 18px 0 0;
    padding: 22px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.page-id-1252 .uicore-title.uicore-animate.h1 {
    display: none !important;
}

.ctp-shop-native .bdt-wc-products-wrapper {
    align-items: stretch;
}

.ctp-shop-native .bdt-wc-product[hidden] {
    display: none !important;
}

.ctp-shop-native .bdt-wc-product-inner {
    background: transparent !important;
    border-radius: 8px;
    transition: transform 220ms ease, filter 220ms ease;
}

.ctp-shop-native .bdt-wc-product:hover .bdt-wc-product-inner {
    transform: translateY(-4px);
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.28));
}

.ctp-shop-native .bdt-wc-product-image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #111111;
}

.ctp-shop-native .bdt-wc-add-to-cart {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    top: auto !important;
    z-index: 4;
    width: auto !important;
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
}

.ctp-shop-native .bdt-wc-product:hover .bdt-wc-add-to-cart,
.ctp-shop-native .bdt-wc-product:focus-within .bdt-wc-add-to-cart {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.ctp-shop-native .bdt-wc-product-image img {
    display: block;
    width: 100%;
    transition: transform 260ms ease, opacity 260ms ease;
}

.ctp-shop-native .bdt-wc-product:hover .bdt-wc-product-image img {
    transform: scale(1.025);
    opacity: 0.96;
}

.ctp-shop-native .bdt-wc-product-desc {
    padding-top: 20px;
    text-align: center;
}

.ctp-shop-native .bdt-wc-product-title,
.ctp-shop-native .bdt-wc-product-title a {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: 0;
    text-decoration: none;
}

.ctp-shop-native .bdt-wc-product-price,
.ctp-shop-native .bdt-wc-product-price .price,
.ctp-shop-native .bdt-wc-product-price .amount {
    color: #f3cc43 !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.ctp-shop-native .bdt-wc-add-to-cart .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 44px;
    padding: 0 20px !important;
    color: #111111 !important;
    background: #f3cc43 !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(243, 204, 67, 0.2);
    white-space: nowrap;
}

.ctp-shop-native .bdt-wc-add-to-cart .button-icon {
    display: none !important;
}

@media (max-width: 900px) {
    .ctp-shop-lite__top {
        grid-template-columns: 1fr;
    }

    .ctp-shop-lite__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .ctp-shop-lite {
        margin-top: 32px;
        margin-bottom: 28px;
    }

    .ctp-shop-lite__chips {
        flex-wrap: nowrap;
        width: 100%;
        margin-right: -14px;
        padding-bottom: 4px;
        overflow-x: auto;
    }

    .ctp-shop-lite__chips button {
        flex: 0 0 auto;
    }

    .ctp-shop-native .bdt-wc-product-title,
    .ctp-shop-native .bdt-wc-product-title a {
        font-size: 17px;
    }
}

.ctp-plan-sales-hero {
    box-sizing: border-box;
    margin: 0 0 28px;
    padding: clamp(24px, 3.4vw, 42px) clamp(20px, 4vw, 44px);
    background:
        linear-gradient(90deg, rgba(243, 204, 67, 0.18), rgba(243, 204, 67, 0) 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0));
    border-top: 1px solid rgba(243, 204, 67, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(243, 204, 67, 0.16);
    border-radius: 0;
}

.ctp-plan-sales-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 0;
    color: #f3cc43;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.woocommerce-Tabs-panel--description .ctp-plan-sales-hero h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(28px, 3.1vw, 42px);
    line-height: 1.04;
    letter-spacing: 0;
    max-width: 780px;
}

.ctp-plan-sales-hero p {
    max-width: 860px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.65;
}

.ctp-plan-proof-grid,
.ctp-plan-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 24px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ctp-plan-proof-card,
.ctp-plan-fit-card {
    min-width: 0;
    padding: 22px 24px;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
}

.ctp-plan-proof-card:nth-child(3n),
.ctp-plan-fit-card:nth-child(3n) {
    border-right: 0;
}

.ctp-plan-proof-card strong,
.ctp-plan-fit-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.ctp-plan-proof-card span,
.ctp-plan-fit-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.ctp-plan-format-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0 34px;
}

.ctp-plan-format-card {
    min-height: 0;
    padding: 16px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.ctp-plan-format-card strong {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.ctp-plan-format-card strong::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 30px;
    padding: 0 9px;
    color: #111111;
    background: #f3cc43;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
}

.ctp-plan-format-card--pdf strong::before {
    content: "PDF";
}

.ctp-plan-format-card--excel strong::before {
    content: "XLS";
}

.ctp-plan-format-card--ios strong::before {
    content: "iOS";
}

.ctp-plan-format-card--panel strong::before {
    content: "WWW";
}

.ctp-plan-format-card span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-Tabs-panel--description .ctp-plan-format-strip + p {
    margin-top: 0;
}

.ctp-plan-flow {
    display: grid;
    gap: 0;
    margin: 24px 0 30px;
    counter-reset: ctpPlanStep;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.ctp-plan-flow-item {
    position: relative;
    padding: 20px 0 20px 70px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
}

.ctp-plan-flow-item::before {
    counter-increment: ctpPlanStep;
    content: counter(ctpPlanStep, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #111111;
    background: #f3cc43;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 950;
}

.ctp-plan-flow-item strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 17px;
}

.ctp-plan-flow-item span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.ctp-plan-final {
    margin: 34px 0 8px;
    padding: 26px 0 0;
    color: #ffffff;
    background: transparent;
    border-top: 1px solid rgba(243, 204, 67, 0.34);
    border-radius: 0;
}

.ctp-plan-final strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
}

.ctp-plan-final span {
    display: block;
    max-width: 920px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 1020px) {
    .ctp-plan-format-strip,
    .ctp-plan-proof-grid,
    .ctp-plan-fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ctp-plan-proof-card:nth-child(3n),
    .ctp-plan-fit-card:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.09);
    }

    .ctp-plan-proof-card:nth-child(2n),
    .ctp-plan-fit-card:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .ctp-plan-format-strip,
    .ctp-plan-proof-grid,
    .ctp-plan-fit-grid {
        grid-template-columns: 1fr;
    }

    .ctp-plan-sales-hero {
        padding: 22px 18px;
    }

    .woocommerce-Tabs-panel--description .ctp-plan-sales-hero h3 {
        font-size: clamp(25px, 8vw, 34px);
        max-width: 100%;
    }

    .ctp-plan-sales-hero p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.58;
    }

    .ctp-plan-flow-item {
        padding-left: 0;
        padding-top: 74px;
    }

    .ctp-plan-proof-card,
    .ctp-plan-fit-card {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        padding-left: 0;
        padding-right: 0;
    }
}
