.swiper-container-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 30px 10px;
    --pc-card-gap: 30px;
}

.pc-card-slide-b113feab {
    height: auto;
    display: flex;
}

.pc-card-b113feab {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
}

.pc-card-b113feab:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.pc-card-ribbon-b113feab {
    position: absolute;
    top: 15px;
    left: -10px;
    background-color: #fcc200;
    color: #111;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    z-index: 10;
    transform-origin: top left;
}

.pc-card-starburst-b113feab {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fcc200;
    color: #000;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    z-index: 10;
    transform-origin: center;
}

.pc-card-starburst-b113feab span {
    display: block;
    max-width: 72%;
    transition: transform 0.2s ease;
}

.pc-starburst-shape-circle {
    border-radius: 50%;
    clip-path: none;
}

.pc-starburst-shape-burst-12 {
    border-radius: 0;
    clip-path: polygon(50.00% 0.00%, 58.80% 17.16%, 75.00% 6.70%, 74.04% 25.96%, 93.30% 25.00%, 82.84% 41.20%, 100.00% 50.00%, 82.84% 58.80%, 93.30% 75.00%, 74.04% 74.04%, 75.00% 93.30%, 58.80% 82.84%, 50.00% 100.00%, 41.20% 82.84%, 25.00% 93.30%, 25.96% 74.04%, 6.70% 75.00%, 17.16% 58.80%, 0.00% 50.00%, 17.16% 41.20%, 6.70% 25.00%, 25.96% 25.96%, 25.00% 6.70%, 41.20% 17.16%);
}

.pc-starburst-shape-burst-16 {
    border-radius: 0;
    clip-path: polygon(50.00% 0.00%, 57.02% 14.69%, 69.13% 3.81%, 70.00% 20.07%, 85.36% 14.64%, 79.93% 30.00%, 96.19% 30.87%, 85.31% 42.98%, 100.00% 50.00%, 85.31% 57.02%, 96.19% 69.13%, 79.93% 70.00%, 85.36% 85.36%, 70.00% 79.93%, 69.13% 96.19%, 57.02% 85.31%, 50.00% 100.00%, 42.98% 85.31%, 30.87% 96.19%, 30.00% 79.93%, 14.64% 85.36%, 20.07% 70.00%, 3.81% 69.13%, 14.69% 57.02%, 0.00% 50.00%, 14.69% 42.98%, 3.81% 30.87%, 20.07% 30.00%, 14.64% 14.64%, 30.00% 20.07%, 30.87% 3.81%, 42.98% 14.69%);
}

.pc-card-b113feab-subtitle {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.pc-card-b113feab-title {
    font-size: 22px;
    margin: 0 0 16px 0;
    color: #111;
}

.pc-card-media-carousel-b113feab {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: auto !important;
    min-height: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
    aspect-ratio: 16/10;
    isolation: isolate;
}

.pc-card-media-carousel-b113feab > .swiper-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    min-height: 0;
}

.pc-card-media-carousel-b113feab .swiper-slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pc-card-img-b113feab,
.pc-card-video-b113feab {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.pc-video-embed-b113feab {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-video-embed-b113feab iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.pc-video-play-btn-b113feab {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

.pc-video-play-btn-b113feab:hover { transform: scale(1.1); }
.pc-video-play-btn-b113feab i { font-size: 20px; color: #111; margin-left: 3px; }

.pc-rocker-container-b113feab {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.pc-rocker-track-b113feab {
    position: relative;
    background: #f0f0f0;
    padding: 4px;
    border-radius: 30px;
    display: inline-flex;
    width: 100%;
    max-width: 280px;
}

.pc-rocker-thumb-b113feab {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: calc(50% - 4px);
    background: #fcc200;
    border-radius: 26px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.pc-rocker-track-b113feab.active-double .pc-rocker-thumb-b113feab { transform: translateX(100%); }

.pc-rocker-label-b113feab {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: color 0.3s ease;
}

.pc-rocker-label-b113feab.active { color: #111; }

/* Prevent theme/global button hover rules from painting rocker labels. */
.pc-rocker-track-b113feab .pc-rocker-label-b113feab:hover,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab:focus,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab:focus-visible {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none;
}

.pc-rocker-track-b113feab .pc-rocker-label-b113feab.active:hover,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab.active:focus,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab.active:focus-visible {
    color: #111 !important;
}

.pc-rocker-track-b113feab .pc-rocker-label-b113feab:not(.active):hover,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab:not(.active):focus,
.pc-rocker-track-b113feab .pc-rocker-label-b113feab:not(.active):focus-visible {
    color: #666 !important;
}

.pc-price-box-b113feab {
    text-align: center;
    margin-bottom: 20px;
    min-height: 70px;
}

.pc-pricing-state-details-b113feab { transition: opacity 0.2s ease; }
.pc-card-b113feab-price-display { font-size: 32px; font-weight: 800; color: #111; margin-bottom: 4px; }

.pc-card-regular-price-b113feab.strikethrough {
    text-decoration: line-through;
    color: #888;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 400;
}

.pc-card-b113feab-financing { font-size: 12px; color: #666; }
.pc-cta-box-b113feab { margin-bottom: 24px; }

.pc-card-b113feab-cta-btn {
    display: block;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 14px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.pc-card-b113feab-cta-btn:hover { background-color: #111; }
.pc-card-b113feab-accordion { border-top: 1px solid #eee; }
.pc-card-b113feab-accordion:last-child { border-bottom: 1px solid #eee; }

.pc-card-b113feab-accordion-header {
    width: 100%;
    background: transparent;
    border: none;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    text-align: left;
}

.pc-card-b113feab-accordion-header i { transition: transform 0.3s ease; font-size: 11px; }
.pc-card-b113feab-accordion.open .pc-card-b113feab-accordion-header i { transform: rotate(90deg); }

/* Prevent theme/global button hover rules from coloring accordion headers. */
.pc-card-b113feab .pc-card-b113feab-accordion-header:hover,
.pc-card-b113feab .pc-card-b113feab-accordion-header:focus,
.pc-card-b113feab .pc-card-b113feab-accordion-header:focus-visible {
    background-color: transparent !important;
    background-image: none !important;
    color: #111 !important;
}

.pc-card-b113feab-accordion-content {
    padding-bottom: 16px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.pc-card-b113feab-accordion-content ul { list-style: none; padding: 0; margin: 0; }
.pc-card-b113feab-accordion-content ul li { display: flex; align-items: flex-start; margin-bottom: 8px; }

.pc-card-b113feab-accordion-content ul li i {
    color: #28a745;
    margin-right: 8px;
    margin-top: 3px;
    font-size: 14px;
}

.pc-variant-hidden-b113feab { display: none !important; }