.all-products-page {
    --ap-ink: #202838;
    --ap-muted: #606978;
    --ap-line: rgba(32, 40, 56, 0.1);
    --ap-paper: #f7f6f3;
    --ap-gold: #9b7a35;
    overflow: hidden;
    color: var(--ap-ink);
    background: #fff;
}

.all-products-page *,
.all-products-page *::before,
.all-products-page *::after {
    box-sizing: border-box;
}

.all-products-page a:focus-visible,
.all-products-page button:focus-visible,
.all-products-page summary:focus-visible {
    outline: 3px solid #ca7848;
    outline-offset: 3px;
}

.ap-catalog-anchor,
.ap-catalog-section,
.ap-chooser {
    scroll-margin-top: 92px;
}

.ap-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ap-gold);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ap-hero {
    position: relative;
    padding: 76px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 20%, rgba(190, 153, 77, 0.12), transparent 31%),
        linear-gradient(135deg, #fbfaf7 0%, #f5f2eb 100%);
}

.ap-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.ap-hero-orb-one {
    top: -180px;
    right: -120px;
    width: 460px;
    height: 460px;
    background: rgba(173, 133, 62, 0.08);
}

.ap-hero-orb-two {
    bottom: -240px;
    left: -150px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(32, 40, 56, 0.06);
}

.ap-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
    align-items: center;
    gap: 62px;
}

.ap-hero-copy h1 {
    max-width: 650px;
    margin: 18px 0 20px;
    color: var(--ap-ink);
    font-size: clamp(42px, 4.6vw, 66px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2.1px;
}

.ap-hero-copy > p {
    max-width: 640px;
    margin: 0;
    color: var(--ap-muted);
    font-size: 17px;
    line-height: 1.64;
}

.ap-hero-actions,
.ap-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.ap-btn,
.ap-btn:hover,
.ap-btn:focus,
.ap-btn:visited,
.ap-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.all-products-page .ap-btn-primary,
.all-products-page .ap-btn-primary:visited,
.all-products-page .ap-btn-primary:active {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: var(--ap-ink);
    box-shadow: 0 10px 25px rgba(32, 40, 56, 0.16);
}

.all-products-page .ap-btn-primary:hover,
.all-products-page .ap-btn-primary:focus {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: #141c29;
    box-shadow: 0 13px 30px rgba(32, 40, 56, 0.22);
}

.all-products-page .ap-btn-secondary,
.all-products-page .ap-btn-secondary:visited,
.all-products-page .ap-btn-secondary:active {
    border-color: var(--ap-line);
    color: var(--ap-ink);
    -webkit-text-fill-color: var(--ap-ink);
    background: rgba(255, 255, 255, 0.78);
}

.all-products-page .ap-btn-secondary:hover,
.all-products-page .ap-btn-secondary:focus {
    border-color: rgba(155, 122, 53, 0.32);
    color: var(--ap-ink);
    -webkit-text-fill-color: var(--ap-ink);
    background: #fff;
}

.ap-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin-top: 25px;
}

.ap-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #56606f;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.ap-hero-trust i {
    color: #879b4c;
}

.ap-hero-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1.22fr 0.78fr;
    grid-template-rows: repeat(2, 226px);
    gap: 13px;
    min-width: 0;
}

.ap-hero-tile {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(32, 40, 56, 0.12);
}

.ap-hero-tile-1 {
    grid-row: 1 / 3;
}

.ap-hero-tile img {
    display: block;
    width: 100%;
    height: 100% !important;
    padding: 10px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.ap-hero-tile span {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 7px 10px;
    overflow: hidden;
    color: #fff;
    background: rgba(32, 40, 56, 0.9);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(7px);
}

.ap-hero-tile-4 {
    display: none;
}

.ap-hero-note {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: -23px;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 275px;
    padding: 13px 15px;
    color: #fff;
    background: var(--ap-ink);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    box-shadow: 0 13px 31px rgba(32, 40, 56, 0.23);
}

.ap-hero-note > i {
    flex: 0 0 auto;
    color: #d9bd78;
    font-size: 19px;
}

.ap-hero-note span,
.ap-hero-note strong {
    display: block;
}

.ap-hero-note span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.35;
}

.ap-hero-note strong {
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
}

.ap-chooser {
    padding: 74px 0 58px;
    background: #fff;
}

.ap-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.ap-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ap-section-heading h2,
.ap-faq-heading h2 {
    margin: 9px 0 12px;
    color: var(--ap-ink);
    font-size: 36px;
    line-height: 1.13;
    font-weight: 880;
    letter-spacing: -0.8px;
}

.ap-section-heading p,
.ap-faq-heading p {
    margin: 0;
    color: var(--ap-muted);
    font-size: 15px;
    line-height: 1.58;
}

.ap-type-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ap-type-card,
.ap-type-card:hover,
.ap-type-card:focus,
.ap-type-card:visited,
.ap-type-card:active {
    --ap-type-accent: #9b7a35;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 155px;
    flex-direction: column;
    padding: 18px;
    overflow: hidden;
    color: var(--ap-ink);
    background: #faf9f6;
    border: 1px solid var(--ap-line);
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 7px 22px rgba(32, 40, 56, 0.045);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ap-type-card.is-stars { --ap-type-accent: #7667a5; }
.ap-type-card.is-city { --ap-type-accent: #438679; }
.ap-type-card.is-art { --ap-type-accent: #a77943; }
.ap-type-card.is-audio { --ap-type-accent: #a2517e; }
.ap-type-card.is-love { --ap-type-accent: #c35f69; }

.ap-type-card:hover,
.ap-type-card:focus {
    color: var(--ap-ink);
    border-color: color-mix(in srgb, var(--ap-type-accent) 44%, transparent);
    background: #fff;
    box-shadow: 0 14px 32px rgba(32, 40, 56, 0.1);
}

.ap-type-icon {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #fff;
    background: var(--ap-type-accent);
    border-radius: 12px;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--ap-type-accent) 24%, transparent);
}

.ap-type-copy,
.ap-type-copy strong,
.ap-type-copy small {
    display: block;
    min-width: 0;
}

.ap-type-copy strong {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 850;
}

.ap-type-copy small {
    color: var(--ap-muted);
    font-size: 12px;
    line-height: 1.38;
}

.ap-type-price {
    margin-top: auto;
    padding-top: 13px;
    color: var(--ap-type-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 850;
}

.ap-type-arrow {
    position: absolute;
    right: 16px;
    bottom: 17px;
    color: #b0b5bd;
    font-size: 11px;
}

.ap-included {
    padding: 0 0 66px;
    background: #fff;
}

.ap-included-box {
    display: grid;
    grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(165px, 0.8fr));
    gap: 12px;
    padding: 17px;
    color: #fff;
    background: var(--ap-ink);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(32, 40, 56, 0.18);
}

.ap-included-lead,
.ap-included-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border-radius: 13px;
}

.ap-included-lead {
    display: block;
    background: rgba(255, 255, 255, 0.07);
}

.ap-included-lead span,
.ap-included-lead strong,
.ap-included-item span,
.ap-included-item strong {
    display: block;
}

.ap-included-lead span {
    margin-bottom: 5px;
    color: #d9bd78;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ap-included-lead strong {
    font-size: 15px;
    line-height: 1.35;
}

.ap-included-item i {
    flex: 0 0 auto;
    color: #d9bd78;
    font-size: 20px;
}

.ap-included-item span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.35;
}

.ap-included-item strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 13px;
}

.ap-catalog-anchor {
    height: 1px;
}

.ap-catalog-section {
    --ap-accent: #7667a5;
    --ap-accent-soft: #f2f0f8;
    padding: 76px 0;
    border-top: 1px solid rgba(32, 40, 56, 0.06);
    background: #fff;
}

.ap-catalog-section:nth-of-type(even) {
    background: #faf9f7;
}

.ap-catalog-section.is-city { --ap-accent: #438679; --ap-accent-soft: #edf6f3; }
.ap-catalog-section.is-art { --ap-accent: #9b713f; --ap-accent-soft: #f7f1e8; }
.ap-catalog-section.is-audio { --ap-accent: #9a4d78; --ap-accent-soft: #f8edf3; }
.ap-catalog-section.is-love { --ap-accent: #b95b66; --ap-accent-soft: #f9edef; }

.ap-catalog-head {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.22fr);
    align-items: start;
    gap: 54px;
    margin-bottom: 23px;
}

.ap-catalog-title {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ap-catalog-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--ap-accent);
    border-radius: 17px;
    font-size: 24px;
    box-shadow: 0 12px 26px color-mix(in srgb, var(--ap-accent) 23%, transparent);
}

.ap-catalog-title h2 {
    margin: 7px 0 0;
    color: var(--ap-ink);
    font-size: 38px;
    line-height: 1.08;
    font-weight: 880;
    letter-spacing: -0.8px;
}

.ap-catalog-intro > p {
    margin: 0 0 14px;
    color: var(--ap-muted);
    font-size: 16px;
    line-height: 1.58;
}

.ap-best-for {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: var(--ap-accent-soft);
    border: 1px solid color-mix(in srgb, var(--ap-accent) 18%, transparent);
    border-radius: 12px;
}

.ap-best-for > i {
    margin-top: 2px;
    color: var(--ap-accent);
}

.ap-best-for span,
.ap-best-for strong {
    display: block;
}

.ap-best-for span {
    color: #66707e;
    font-size: 12px;
    line-height: 1.45;
}

.ap-best-for strong {
    margin-bottom: 2px;
    color: var(--ap-ink);
    font-size: 12px;
}

.ap-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ap-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 11px;
    color: #55606f;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 750;
}

.ap-highlights i {
    color: var(--ap-accent);
    font-size: 9px;
}

.ap-category-row {
    display: grid;
    grid-template-columns: repeat(var(--ap-category-columns, 4), minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 28px;
}

.ap-category-link,
.ap-category-link:hover,
.ap-category-link:focus,
.ap-category-link:visited,
.ap-category-link:active {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 64px;
    padding: 10px 12px;
    color: var(--ap-ink);
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ap-category-link:hover,
.ap-category-link:focus {
    color: var(--ap-ink);
    border-color: color-mix(in srgb, var(--ap-accent) 38%, transparent);
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.08);
}

.ap-category-link > i:first-child {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--ap-accent);
    background: var(--ap-accent-soft);
    border-radius: 9px;
}

.ap-category-link > i:last-child {
    color: #aab0b9;
    font-size: 9px;
}

.ap-category-link span,
.ap-category-link strong,
.ap-category-link small {
    display: block;
    min-width: 0;
}

.ap-category-link strong {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 820;
}

.ap-category-link small {
    overflow: hidden;
    color: #7b838e;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ap-product-grid {
    display: grid;
    grid-template-columns: repeat(var(--ap-columns, 4), minmax(0, 1fr));
    gap: 17px;
}

.ap-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(32, 40, 56, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ap-product-card:hover {
    border-color: color-mix(in srgb, var(--ap-accent) 35%, transparent);
    box-shadow: 0 15px 35px rgba(32, 40, 56, 0.11);
}

.ap-product-card.is-lumi {
    border-color: rgba(126, 177, 45, 0.34);
    background: linear-gradient(180deg, #fff 0%, #f8faef 100%);
}

.ap-product-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.08;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-decoration: none;
}

.ap-product-card.is-lumi .ap-product-image {
    background:
        radial-gradient(circle at 80% 13%, rgba(196, 255, 85, 0.12), transparent 32%),
        #fff;
}

.ap-product-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.ap-product-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--ap-accent);
    background: var(--ap-accent-soft);
    border-radius: 12px;
    font-size: 46px;
}

.ap-product-badge {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: inline-flex;
    max-width: calc(100% - 69px);
    min-height: 26px;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
    overflow: hidden;
    color: #fff;
    background: rgba(32, 40, 56, 0.92);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(7px);
}

.ap-product-image .catalog-section-badges-overlay {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 58px;
    left: 12px;
    align-items: flex-start;
}

.ap-product-image .catalog-section-badges-overlay .catalog-section-badge {
    color: #fff;
    background: rgba(32, 40, 56, 0.92);
    border-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(7px);
}

.ap-product-card.is-lumi .catalog-section-badge-lumi {
    color: #ebffbd;
    background: rgba(21, 40, 26, 0.94);
    border-color: rgba(199, 255, 79, 0.32);
}

.ap-product-card.is-lumi .ap-product-badge {
    color: #ebffbd;
    background: rgba(21, 40, 26, 0.94);
    border: 1px solid rgba(199, 255, 79, 0.32);
}

.ap-product-body {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 17px;
}

.ap-product-body h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 850;
}

.ap-product-body h3 a,
.ap-product-body h3 a:hover,
.ap-product-body h3 a:focus,
.ap-product-body h3 a:visited {
    color: var(--ap-ink);
    text-decoration: none;
}

.ap-product-body > p {
    display: -webkit-box;
    min-height: 59px;
    margin: 0 0 13px;
    overflow: hidden;
    color: var(--ap-muted);
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ap-photo-value {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    padding: 8px 9px;
    color: #77445f;
    background: #f9eef4;
    border: 1px solid rgba(154, 77, 120, 0.15);
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
}

.ap-product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid rgba(32, 40, 56, 0.07);
}

.ap-product-price span,
.ap-product-price strong {
    display: block;
}

.ap-product-price span {
    margin-bottom: 3px;
    color: #8a929d;
    font-size: 12px;
    line-height: 1.2;
}

.ap-product-price strong {
    color: var(--ap-ink);
    font-size: 17px;
    line-height: 1.15;
    font-weight: 880;
}

.ap-product-btn,
.ap-product-btn:hover,
.ap-product-btn:focus,
.ap-product-btn:visited,
.ap-product-btn:active {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    color: #fff;
    background: var(--ap-accent);
    border-radius: 9px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
}

.ap-product-btn:hover,
.ap-product-btn:focus {
    color: #fff;
    filter: brightness(0.92);
}

.ap-section-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 18px 20px;
    background: var(--ap-accent-soft);
    border: 1px solid color-mix(in srgb, var(--ap-accent) 16%, transparent);
    border-radius: 14px;
}

.ap-section-cta strong,
.ap-section-cta span {
    display: block;
}

.ap-section-cta strong {
    margin-bottom: 4px;
    color: var(--ap-ink);
    font-size: 15px;
    line-height: 1.3;
}

.ap-section-cta span {
    color: var(--ap-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ap-process {
    padding: 76px 0;
    color: #fff;
    background: var(--ap-ink);
}

.ap-process .ap-kicker {
    color: #d9bd78;
}

.ap-process .ap-section-heading h2 {
    color: #fff;
}

.ap-process .ap-section-heading p {
    color: rgba(255, 255, 255, 0.68);
}

.ap-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.ap-process-grid article {
    position: relative;
    min-height: 215px;
    padding: 23px 20px 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}

.ap-process-grid article > span {
    position: absolute;
    top: 13px;
    right: 15px;
    color: rgba(255, 255, 255, 0.12);
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
}

.ap-process-grid article > i {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    color: var(--ap-ink);
    background: #d9bd78;
    border-radius: 12px;
    font-size: 17px;
}

.ap-process-grid h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 830;
}

.ap-process-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    line-height: 1.5;
}

.ap-faq {
    padding: 76px 0;
    background: #f8f7f4;
}

.ap-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 66px;
}

.ap-faq-heading {
    position: sticky;
    top: 105px;
}

.ap-faq-list {
    display: grid;
    gap: 9px;
}

.ap-faq-list details {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 13px;
}

.ap-faq-list summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 17px;
    color: var(--ap-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 820;
    cursor: pointer;
    list-style: none;
}

.ap-faq-list summary::-webkit-details-marker {
    display: none;
}

.ap-faq-list summary i {
    flex: 0 0 auto;
    color: #999fa8;
    font-size: 10px;
    transition: transform 0.2s ease;
}

.ap-faq-list details[open] summary i {
    transform: rotate(180deg);
}

.ap-faq-list details > div {
    padding: 0 17px 17px;
    color: var(--ap-muted);
    font-size: 13px;
    line-height: 1.55;
}

.ap-final {
    padding: 68px 0;
    background: #fff;
}

.ap-final-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 34px 36px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 18%, rgba(217, 189, 120, 0.16), transparent 28%),
        var(--ap-ink);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(32, 40, 56, 0.19);
}

.ap-final-icon {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    color: var(--ap-ink);
    background: #d9bd78;
    border-radius: 19px;
    font-size: 25px;
}

.ap-final-copy .ap-kicker {
    color: #d9bd78;
}

.ap-final-copy h2 {
    margin: 7px 0 8px;
    color: #fff;
    font-size: 29px;
    line-height: 1.16;
    font-weight: 870;
}

.ap-final-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
}

.ap-final-actions {
    justify-content: flex-end;
    margin-top: 0;
}

.all-products-page .ap-btn-light,
.all-products-page .ap-btn-light:visited,
.all-products-page .ap-btn-light:active {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.all-products-page .ap-btn-light:hover,
.all-products-page .ap-btn-light:focus {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.all-products-page .ap-btn-accent,
.all-products-page .ap-btn-accent:visited,
.all-products-page .ap-btn-accent:active {
    color: var(--ap-ink);
    -webkit-text-fill-color: var(--ap-ink);
    background: #d9bd78;
}

.all-products-page .ap-btn-accent:hover,
.all-products-page .ap-btn-accent:focus {
    color: var(--ap-ink);
    -webkit-text-fill-color: var(--ap-ink);
    background: #e5cb8c;
}

@media (max-width: 1199.98px) {
    .ap-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
        gap: 42px;
    }

    .ap-hero-visual {
        grid-template-rows: repeat(2, 200px);
    }

    .ap-type-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ap-type-card:nth-child(4),
    .ap-type-card:nth-child(5) {
        min-height: 135px;
    }

    .ap-included-box {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ap-included-lead {
        grid-column: 1 / -1;
    }

    .ap-category-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ap-hero {
        padding: 58px 0 62px;
    }

    .ap-hero-grid {
        grid-template-columns: 1fr;
    }

    .ap-hero-copy {
        max-width: 760px;
    }

    .ap-hero-visual {
        grid-template-columns: 1.15fr repeat(2, 0.85fr);
        grid-template-rows: 285px;
    }

    .ap-hero-tile-1 {
        grid-row: auto;
    }

    .ap-hero-tile-4 {
        display: none;
    }

    .ap-hero-note {
        right: 18px;
    }

    .ap-catalog-head {
        grid-template-columns: 1fr;
        gap: 21px;
    }

    .ap-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ap-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ap-faq-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ap-faq-heading {
        position: static;
        max-width: 720px;
    }

    .ap-final-box {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ap-final-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .ap-catalog-section.is-audio .ap-product-card:nth-child(n + 3),
    .ap-catalog-section.is-love .ap-product-card:nth-child(n + 3) {
        display: none;
    }

    .ap-catalog-anchor,
    .ap-catalog-section,
    .ap-chooser {
        scroll-margin-top: 70px;
    }

    .ap-hero {
        padding: 43px 0 49px;
    }

    .ap-hero-copy h1 {
        margin: 13px 0 16px;
        font-size: 39px;
        line-height: 1.04;
        letter-spacing: -1.3px;
    }

    .ap-hero-copy > p {
        font-size: 15px;
        line-height: 1.57;
    }

    .ap-hero-actions {
        margin-top: 23px;
    }

    .ap-hero-visual {
        grid-template-columns: 1.15fr 0.85fr;
        grid-template-rows: repeat(2, 178px);
        gap: 9px;
    }

    .ap-hero-tile-1 {
        grid-row: 1 / 3;
    }

    .ap-hero-tile-3 {
        display: block;
    }

    .ap-hero-note {
        right: 10px;
        bottom: -30px;
        max-width: 245px;
    }

    .ap-chooser {
        padding: 62px 0 43px;
    }

    .ap-section-heading {
        margin-bottom: 23px;
    }

    .ap-section-heading-center {
        text-align: left;
    }

    .ap-section-heading h2,
    .ap-faq-heading h2 {
        font-size: 29px;
    }

    .ap-type-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ap-type-card,
    .ap-type-card:nth-child(4),
    .ap-type-card:nth-child(5) {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        min-height: 76px;
        align-items: center;
        gap: 11px;
        padding: 11px 13px;
    }

    .ap-type-icon {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .ap-type-price {
        margin: 0;
        padding: 0 18px 0 0;
        white-space: nowrap;
    }

    .ap-type-arrow {
        right: 13px;
        bottom: 33px;
    }

    .ap-included {
        padding-bottom: 48px;
    }

    .ap-included-box {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px;
        border-radius: 15px;
    }

    .ap-included-lead {
        grid-column: auto;
    }

    .ap-included-item {
        padding: 10px 12px;
    }

    .ap-catalog-section {
        padding: 54px 0;
    }

    .ap-catalog-title {
        align-items: flex-start;
        gap: 13px;
    }

    .ap-catalog-icon {
        width: 49px;
        height: 49px;
        border-radius: 14px;
        font-size: 20px;
    }

    .ap-catalog-title h2 {
        font-size: 31px;
    }

    .ap-catalog-intro > p {
        font-size: 14px;
    }

    .ap-category-row {
        grid-template-columns: 1fr;
    }

    .ap-category-link {
        min-height: 60px;
    }

    .ap-product-grid {
        gap: 10px;
    }

    .ap-product-image {
        aspect-ratio: 1 / 1.16;
        padding: 6px;
    }

    .ap-product-badge {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 52px);
        min-height: 23px;
        padding: 0 7px;
        font-size: 12px;
    }

    .ap-product-image .catalog-section-badges-overlay {
        top: 8px;
        right: 48px;
        left: 8px;
    }

    .ap-product-body {
        padding: 12px;
    }

    .ap-product-body h3 {
        font-size: 15px;
    }

    .ap-product-body > p {
        min-height: 53px;
        font-size: 12px;
        line-height: 1.5;
    }

    .ap-photo-value {
        align-items: flex-start;
        font-size: 12px;
    }

    .ap-product-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .ap-product-btn {
        width: 100%;
    }

    .ap-section-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }

    .ap-section-cta .ap-btn {
        width: 100%;
    }

    .ap-process,
    .ap-faq {
        padding: 54px 0;
    }

    .ap-process-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .ap-process-grid article {
        min-height: 0;
        padding: 17px 17px 17px 72px;
    }

    .ap-process-grid article > i {
        position: absolute;
        top: 17px;
        left: 16px;
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .ap-process-grid article > span {
        top: 13px;
    }

    .ap-final {
        padding: 48px 0;
    }

    .ap-final-box {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 24px 20px;
        border-radius: 17px;
    }

    .ap-final-icon {
        width: 53px;
        height: 53px;
        border-radius: 15px;
        font-size: 21px;
    }

    .ap-final-copy h2 {
        font-size: 25px;
    }

    .ap-final-actions {
        grid-column: auto;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .all-products-page *,
    .all-products-page *::before,
    .all-products-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 479.98px) {
    .ap-hero-copy h1 {
        font-size: 35px;
    }

    .ap-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ap-hero-visual {
        grid-template-rows: repeat(2, 150px);
    }

    .ap-hero-tile span {
        left: 8px;
        bottom: 8px;
        max-width: calc(100% - 16px);
        padding: 6px 8px;
        font-size: 12px;
    }

    .ap-hero-note {
        position: relative;
        right: auto;
        bottom: auto;
        grid-column: 1 / -1;
        max-width: none;
        margin-top: 2px;
    }

    .ap-type-card,
    .ap-type-card:nth-child(4),
    .ap-type-card:nth-child(5) {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .ap-type-price {
        grid-column: 2;
        margin-top: -4px;
    }

    .ap-type-arrow {
        bottom: 31px;
    }
}
