.cc-card,
.cc-cta,
.cc-benefits,
.cc-marquee,
.cc-menu {
    box-sizing: border-box;
}

.cc-card *,
.cc-cta *,
.cc-benefits *,
.cc-marquee *,
.cc-menu * {
    box-sizing: border-box;
}

.elementor-widget-cc_marquee,
.elementor-widget-cc_marquee .elementor-widget-container {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.e-con:has(.cc-marquee),
.e-con-inner:has(.cc-marquee),
.elementor-column:has(.cc-marquee),
.elementor-widget-wrap:has(.cc-marquee) {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.cc-card {
    border: 1px solid rgba(22, 33, 31, 0.1);
    color: #16211f;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cc-card:hover {
    transform: translateY(-2px);
}

.cc-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.cc-card__media:after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 4px;
    opacity: 0.9;
}

.cc-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-card__body {
    padding: 28px;
}

.cc-card__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cc-card__title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.16;
}

.cc-card__description {
    margin: 0;
    color: #42504c;
    font-size: 16px;
    line-height: 1.65;
}

.cc-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.cc-card__button:hover,
.cc-card__button:focus {
    color: #ffffff;
    filter: brightness(0.95);
}

.cc-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.cc-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
}

.cc-cta__content,
.cc-cta__actions {
    position: relative;
}

.cc-cta__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    color: #10201d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cc-cta__title {
    margin: 0;
    color: inherit;
    font-size: 42px;
    line-height: 1.08;
}

.cc-cta__description {
    max-width: 720px;
    margin: 14px 0 0;
    opacity: 0.86;
    font-size: 17px;
    line-height: 1.65;
}

.cc-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.cc-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.cc-cta__primary {
    border-color: transparent;
    color: #10201d;
}

.cc-cta__secondary:hover,
.cc-cta__secondary:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.cc-cta__primary:hover,
.cc-cta__primary:focus {
    color: #10201d;
    filter: brightness(0.95);
}

.cc-benefits__heading {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 1.12;
}

.cc-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cc-benefits__item {
    padding: 24px;
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 8px;
    background: #ffffff;
}

.cc-benefits__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.cc-benefits__title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.cc-benefits__description {
    margin: 0;
    color: #42504c;
    font-size: 15px;
    line-height: 1.6;
}

.cc-menu {
    --cc-menu-desktop-gap: 22px;
    --cc-menu-mobile-gap: 10px;
    --cc-menu-panel-width: 380px;
    position: relative;
    width: 100%;
    color: #111827;
}

.cc-menu__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.cc-menu__desktop {
    display: flex;
    align-items: center;
    min-width: 0;
}

.cc-menu__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cc-menu__list--desktop {
    flex-wrap: wrap;
    gap: var(--cc-menu-desktop-gap);
}

.cc-menu__item {
    margin: 0;
    padding: 0;
}

.cc-menu__link,
.cc-menu__nolink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cc-menu__desktop .cc-menu__link:hover,
.cc-menu__desktop .cc-menu__link:focus {
    color: #0f766e;
}

.cc-menu__item--highlight .cc-menu__link,
.cc-menu__item--highlight .cc-menu__nolink {
    background: #111827;
    color: #ffffff;
}

.cc-menu__item--highlight .cc-menu__link:hover,
.cc-menu__item--highlight .cc-menu__link:focus {
    color: #ffffff;
    transform: translateY(-1px);
}

.cc-menu__toggle,
.cc-menu__overlay,
.cc-menu__panel {
    display: none;
}

.cc-menu__toggle {
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    border: 0;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
    line-height: 1;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cc-menu__toggle:hover,
.cc-menu__toggle:focus {
    transform: translateY(-1px);
}

.cc-menu__toggle-bars {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 22px;
    height: 18px;
    gap: 5px;
}

.cc-menu__toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 300ms ease, opacity 220ms ease, width 220ms ease;
}

.cc-menu__toggle-bar:nth-child(2) {
    width: 72%;
}

.cc-menu__toggle-text {
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.cc-menu__panel {
    color: #f8fafc;
}

.cc-menu__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.cc-menu__panel-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.cc-menu__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.cc-menu__close:hover,
.cc-menu__close:focus {
    transform: rotate(90deg);
}

.cc-menu__close-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.cc-menu__close-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.cc-menu__close-line:first-child {
    transform: rotate(45deg);
}

.cc-menu__close-line:last-child {
    transform: rotate(-45deg);
}

.cc-menu__mobile .cc-menu__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--cc-menu-mobile-gap);
}

.cc-menu__mobile .cc-menu__item {
    opacity: 0;
    transform: translate3d(24px, 18px, 0);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.cc-menu--panel-left .cc-menu__mobile .cc-menu__item {
    transform: translate3d(-24px, 18px, 0);
}

.cc-menu--open .cc-menu__mobile .cc-menu__item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: var(--cc-menu-item-delay, 110ms);
}

.cc-menu__mobile .cc-menu__link,
.cc-menu__mobile .cc-menu__nolink {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 54px;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.cc-menu__mobile .cc-menu__link:hover,
.cc-menu__mobile .cc-menu__link:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #99f6e4;
}

.cc-menu__mobile .cc-menu__label {
    display: block;
}

.cc-menu__note {
    display: block;
    margin-top: 5px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.cc-menu__account {
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
}

.cc-menu__account-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 13px 24px;
    border: 0 solid transparent;
    border-radius: 999px;
    background: #ff7ab7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.cc-menu__account-link:hover,
.cc-menu__account-link:focus {
    background: #ef679f;
    color: #ffffff;
    transform: translateY(-1px);
}

.cc-menu--open .cc-menu__toggle-bar:first-child {
    transform: translateY(7px) rotate(45deg);
}

.cc-menu--open .cc-menu__toggle-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.2);
}

.cc-menu--open .cc-menu__toggle-bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

.cc-menu-page-lock {
    overflow: hidden;
}

.cc-marquee {
    --cc-marquee-duration: 28s;
    --cc-marquee-item-gap: 36px;
    --cc-marquee-separator-gap: 28px;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 60px;
    max-width: 100%;
    overflow: hidden;
    overflow: clip;
    background: #303837;
    color: #f5f1ec;
    contain: paint;
}

.cc-marquee__track {
    display: flex;
    flex: 0 0 auto;
    width: max-content;
    min-width: max-content;
    max-width: none;
    overflow: visible;
    animation: cc-marquee-scroll var(--cc-marquee-duration) linear infinite;
    will-change: transform;
}

.cc-marquee--right .cc-marquee__track {
    animation-direction: reverse;
}

.cc-marquee--pause-on-hover:hover .cc-marquee__track {
    animation-play-state: paused;
}

.cc-marquee__group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: max-content;
    min-width: max-content;
}

.cc-marquee__entry {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-right: var(--cc-marquee-item-gap);
    white-space: nowrap;
}

.cc-marquee__item {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.cc-marquee__link {
    transition: color 180ms ease, opacity 180ms ease;
}

.cc-marquee__link:hover,
.cc-marquee__link:focus {
    color: inherit;
    opacity: 0.82;
}

.cc-marquee__separator {
    display: inline-flex;
    align-items: center;
    margin-left: var(--cc-marquee-separator-gap);
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    opacity: 0.86;
    white-space: nowrap;
}

@keyframes cc-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 1024px) {
    .cc-menu--breakpoint-tablet .cc-menu__inner {
        justify-content: flex-end;
    }

    .cc-menu--breakpoint-tablet .cc-menu__desktop {
        display: none;
    }

    .cc-menu--breakpoint-tablet .cc-menu__toggle {
        display: inline-flex;
    }

    .cc-menu--breakpoint-tablet .cc-menu__overlay {
        position: fixed;
        inset: 0;
        z-index: 9998;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 260ms ease, visibility 260ms ease;
        backdrop-filter: blur(8px);
    }

    .cc-menu--breakpoint-tablet .cc-menu__panel {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        width: min(var(--cc-menu-panel-width), calc(100vw - 28px));
        max-width: calc(100vw - 28px);
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        background: #0f172a;
        border-radius: 24px 0 0 24px;
        opacity: 0;
        transform: translate3d(108%, 0, 0) scale(0.98);
        transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 260ms ease;
    }

    .cc-menu--breakpoint-tablet.cc-menu--panel-right .cc-menu__panel {
        right: 0;
        left: auto;
        border-radius: 24px 0 0 24px;
        transform: translate3d(108%, 0, 0) scale(0.98);
    }

    .cc-menu--breakpoint-tablet.cc-menu--panel-left .cc-menu__panel {
        right: auto;
        left: 0;
        border-radius: 0 24px 24px 0;
        transform: translate3d(-108%, 0, 0) scale(0.98);
    }

    .cc-menu--breakpoint-tablet.cc-menu--open .cc-menu__overlay {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .cc-menu--breakpoint-tablet.cc-menu--open .cc-menu__panel {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: clip;
    }

    .elementor-widget-cc_marquee,
    .elementor-widget-cc_marquee .elementor-widget-container,
    .cc-marquee {
        width: 100%;
        min-width: 0;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .cc-card__title {
        font-size: 24px;
    }

    .cc-cta__title {
        font-size: 30px;
    }

    .cc-benefits__heading {
        font-size: 28px;
    }

    .cc-cta {
        grid-template-columns: 1fr;
    }

    .cc-cta__actions {
        justify-content: flex-start;
    }

    .cc-benefits__grid {
        grid-template-columns: 1fr;
    }

    .cc-menu--breakpoint-mobile .cc-menu__inner {
        justify-content: flex-end;
    }

    .cc-menu--breakpoint-mobile .cc-menu__desktop {
        display: none;
    }

    .cc-menu--breakpoint-mobile .cc-menu__toggle {
        display: inline-flex;
    }

    .cc-menu--breakpoint-mobile .cc-menu__overlay {
        position: fixed;
        inset: 0;
        z-index: 9998;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 260ms ease, visibility 260ms ease;
        backdrop-filter: blur(8px);
    }

    .cc-menu--breakpoint-mobile .cc-menu__panel {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        width: min(var(--cc-menu-panel-width), calc(100vw - 28px));
        max-width: calc(100vw - 28px);
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        background: #0f172a;
        border-radius: 24px 0 0 24px;
        opacity: 0;
        transform: translate3d(108%, 0, 0) scale(0.98);
        transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 260ms ease;
    }

    .cc-menu--breakpoint-mobile.cc-menu--panel-right .cc-menu__panel {
        right: 0;
        left: auto;
        border-radius: 24px 0 0 24px;
        transform: translate3d(108%, 0, 0) scale(0.98);
    }

    .cc-menu--breakpoint-mobile.cc-menu--panel-left .cc-menu__panel {
        right: auto;
        left: 0;
        border-radius: 0 24px 24px 0;
        transform: translate3d(-108%, 0, 0) scale(0.98);
    }

    .cc-menu--breakpoint-mobile.cc-menu--open .cc-menu__overlay {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .cc-menu--breakpoint-mobile.cc-menu--open .cc-menu__panel {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    .cc-marquee__item,
    .cc-marquee__separator {
        font-size: 15px;
    }
}


/* CC menu: WordPress menus, submenus, hover effects and mobile variants */
.cc-menu {
    --cc-menu-effect-color: #0f766e;
    --cc-menu-effect-thickness: 2px;
    --cc-menu-effect-offset: 4px;
}

.cc-menu__item {
    position: relative;
}

.cc-menu__desktop .cc-menu__link,
.cc-menu__desktop .cc-menu__nolink {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.cc-menu__desktop .cc-menu__link:before,
.cc-menu__desktop .cc-menu__link:after,
.cc-menu__desktop .cc-menu__nolink:before,
.cc-menu__desktop .cc-menu__nolink:after {
    content: "";
    position: absolute;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease, background-color 220ms ease;
}

.cc-menu--effect-line-bottom .cc-menu__desktop .cc-menu__link:after,
.cc-menu--effect-line-bottom .cc-menu__desktop .cc-menu__nolink:after,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:after,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__nolink:after {
    right: 12px;
    bottom: var(--cc-menu-effect-offset);
    left: 12px;
    height: var(--cc-menu-effect-thickness);
    border-radius: 999px;
    background: var(--cc-menu-effect-color);
    transform: scaleX(0);
    transform-origin: left center;
}

.cc-menu--effect-line-top .cc-menu__desktop .cc-menu__link:before,
.cc-menu--effect-line-top .cc-menu__desktop .cc-menu__nolink:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__nolink:before {
    top: var(--cc-menu-effect-offset);
    right: 12px;
    left: 12px;
    height: var(--cc-menu-effect-thickness);
    border-radius: 999px;
    background: var(--cc-menu-effect-color);
    transform: scaleX(0);
    transform-origin: right center;
}

.cc-menu--effect-dot .cc-menu__desktop .cc-menu__link:after,
.cc-menu--effect-dot .cc-menu__desktop .cc-menu__nolink:after {
    bottom: var(--cc-menu-effect-offset);
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--cc-menu-effect-color);
    opacity: 0;
    transform: translateX(-50%) scale(0.2);
}

.cc-menu--effect-pill .cc-menu__desktop .cc-menu__link:before,
.cc-menu--effect-pill .cc-menu__desktop .cc-menu__nolink:before {
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--cc-menu-effect-color);
    opacity: 0;
    transform: scale(0.92);
}

.cc-menu--effect-line-bottom .cc-menu__desktop .cc-menu__link:hover:after,
.cc-menu--effect-line-bottom .cc-menu__desktop .cc-menu__link:focus:after,
.cc-menu--effect-line-bottom .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:after,
.cc-menu--effect-line-top .cc-menu__desktop .cc-menu__link:hover:before,
.cc-menu--effect-line-top .cc-menu__desktop .cc-menu__link:focus:before,
.cc-menu--effect-line-top .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:hover:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:hover:after,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:focus:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__link:focus:after,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:before,
.cc-menu--effect-double-line .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:after {
    transform: scaleX(1);
}

.cc-menu--effect-dot .cc-menu__desktop .cc-menu__link:hover:after,
.cc-menu--effect-dot .cc-menu__desktop .cc-menu__link:focus:after,
.cc-menu--effect-dot .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:after {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.cc-menu--effect-pill .cc-menu__desktop .cc-menu__link:hover:before,
.cc-menu--effect-pill .cc-menu__desktop .cc-menu__link:focus:before,
.cc-menu--effect-pill .cc-menu__desktop .cc-menu__item--active > .cc-menu__link:before {
    opacity: 0.14;
    transform: scale(1);
}

.cc-menu__desktop .cc-menu__sublist {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 50;
    display: flex;
    min-width: 220px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 10px, 0) scale(0.98);
    transition: opacity 180ms ease, transform 220ms ease;
}

.cc-menu__desktop .cc-menu__item:hover > .cc-menu__sublist,
.cc-menu__desktop .cc-menu__item:focus-within > .cc-menu__sublist {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.cc-menu__desktop .cc-menu__sublist .cc-menu__sublist {
    top: -10px;
    left: calc(100% + 10px);
}

.cc-menu__desktop .cc-menu__sublist .cc-menu__link,
.cc-menu__desktop .cc-menu__sublist .cc-menu__nolink {
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    white-space: nowrap;
}

.cc-menu__mobile .cc-menu__sublist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0 0 0 14px;
}

.cc-menu__mobile .cc-menu__sublist .cc-menu__link,
.cc-menu__mobile .cc-menu__sublist .cc-menu__nolink {
    min-height: 46px;
}

.cc-menu__mobile .cc-menu__item--active > .cc-menu__link,
.cc-menu__mobile .cc-menu__item--active > .cc-menu__nolink {
    box-shadow: inset 3px 0 0 var(--cc-menu-effect-color);
}

@media (max-width: 1024px) {
    .cc-menu--breakpoint-tablet .cc-menu__panel {
        pointer-events: none;
    }

    .cc-menu--breakpoint-tablet.cc-menu--open .cc-menu__panel {
        pointer-events: auto;
    }

    .cc-menu--breakpoint-tablet.cc-menu--mobile-fullscreen .cc-menu__panel {
        inset: 14px;
        width: auto;
        max-width: none;
        height: auto;
        max-height: calc(100vh - 28px);
        border-radius: 24px;
        transform: translate3d(0, 22px, 0) scale(0.96);
    }

    .cc-menu--breakpoint-tablet.cc-menu--mobile-dropdown .cc-menu__overlay {
        display: none;
    }

    .cc-menu--breakpoint-tablet.cc-menu--mobile-dropdown .cc-menu__panel {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        bottom: auto;
        left: auto;
        width: min(var(--cc-menu-panel-width), 100vw);
        height: auto;
        max-height: 76vh;
        border-radius: 18px;
        transform: translate3d(0, -8px, 0) scale(0.98);
    }

    .cc-menu--breakpoint-tablet.cc-menu--mobile-dropdown.cc-menu--open .cc-menu__panel,
    .cc-menu--breakpoint-tablet.cc-menu--mobile-fullscreen.cc-menu--open .cc-menu__panel {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 767px) {
    .cc-menu--breakpoint-mobile .cc-menu__panel {
        pointer-events: none;
    }

    .cc-menu--breakpoint-mobile.cc-menu--open .cc-menu__panel {
        pointer-events: auto;
    }

    .cc-menu--breakpoint-mobile.cc-menu--mobile-fullscreen .cc-menu__panel {
        inset: 14px;
        width: auto;
        max-width: none;
        height: auto;
        max-height: calc(100vh - 28px);
        border-radius: 24px;
        transform: translate3d(0, 22px, 0) scale(0.96);
    }

    .cc-menu--breakpoint-mobile.cc-menu--mobile-dropdown .cc-menu__overlay {
        display: none;
    }

    .cc-menu--breakpoint-mobile.cc-menu--mobile-dropdown .cc-menu__panel {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        bottom: auto;
        left: auto;
        width: min(var(--cc-menu-panel-width), 100vw);
        height: auto;
        max-height: 76vh;
        border-radius: 18px;
        transform: translate3d(0, -8px, 0) scale(0.98);
    }

    .cc-menu--breakpoint-mobile.cc-menu--mobile-dropdown.cc-menu--open .cc-menu__panel,
    .cc-menu--breakpoint-mobile.cc-menu--mobile-fullscreen.cc-menu--open .cc-menu__panel {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}


/* CC month signup */
.cc-month-signup,
.cc-month-signup * {
    box-sizing: border-box;
}

.cc-month-signup {
    --cc-month-signup-accent: #ff7ab7;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 28px;
    border-radius: 0;
    background: #303a39;
    color: #f7f7f7;
}

.cc-month-signup__intro {
    position: relative;
    z-index: 1;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.cc-month-signup__months {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.cc-month-signup__month {
    position: relative;
    display: flex;
    min-height: 112px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    cursor: pointer;
    isolation: isolate;
    outline: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cc-month-signup__month:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 122, 183, 0.2), rgba(255, 255, 255, 0.03));
    opacity: 0;
    transition: opacity 180ms ease;
}

.cc-month-signup__month:hover,
.cc-month-signup__month:focus-visible {
    border-color: var(--cc-month-signup-accent);
    transform: translate3d(0, -2px, 0);
}

.cc-month-signup__month.is-active {
    border-color: var(--cc-month-signup-accent);
    background: rgba(255, 122, 183, 0.1);
    box-shadow: inset 0 0 0 1px var(--cc-month-signup-accent), 0 18px 44px rgba(0, 0, 0, 0.14);
    transform: translate3d(0, -2px, 0);
}

.cc-month-signup__month.is-active:before {
    opacity: 1;
}

.cc-month-signup--months-static .cc-month-signup__month {
    cursor: default;
}

.cc-month-signup--months-static .cc-month-signup__month:not(.is-active):hover,
.cc-month-signup--months-static .cc-month-signup__month:not(.is-active):focus-visible {
    border-color: rgba(255, 255, 255, 0.14);
    transform: translate3d(0, 0, 0);
}

.cc-month-signup--months-static .cc-month-signup__month:first-child {
    border-color: var(--cc-month-signup-accent);
    background: rgba(255, 122, 183, 0.1);
    box-shadow: inset 0 0 0 1px var(--cc-month-signup-accent), 0 18px 44px rgba(0, 0, 0, 0.14);
    transform: translate3d(0, -2px, 0);
}

.cc-month-signup--months-static .cc-month-signup__month:first-child:before {
    opacity: 1;
}

.cc-month-signup__name {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.cc-month-signup__year {
    display: block;
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.cc-month-signup__badge {
    display: block;
    margin-top: 7px;
    color: var(--cc-month-signup-accent);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.cc-month-signup__form {
    position: relative;
    z-index: 1;
    margin: 0;
}

.cc-month-signup__form-row {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.cc-month-signup__email {
    width: 100%;
    min-height: 60px;
    flex: 1 1 auto;
    padding: 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.cc-month-signup__email::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.cc-month-signup__email:focus {
    border-color: var(--cc-month-signup-accent);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 122, 183, 0.18);
}

.cc-month-signup__submit {
    min-height: 60px;
    flex: 0 0 auto;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--cc-month-signup-accent);
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.cc-month-signup__submit:hover,
.cc-month-signup__submit:focus-visible {
    filter: brightness(1.04);
    transform: translate3d(0, -1px, 0);
}

.cc-month-signup__submit:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.cc-month-signup__status {
    min-height: 22px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
}

.cc-month-signup__status[data-status="success"] {
    color: #b8f5cd;
}

.cc-month-signup__status[data-status="error"] {
    color: #ffb1c8;
}

.cc-month-signup.is-switching .cc-month-signup__month.is-active {
    animation: cc-month-signup-pulse 360ms ease;
}

@keyframes cc-month-signup-pulse {
    0% {
        transform: translate3d(0, 0, 0) scale(0.98);
    }

    55% {
        transform: translate3d(0, -3px, 0) scale(1.015);
    }

    100% {
        transform: translate3d(0, -2px, 0) scale(1);
    }
}

.cc-container-switcher,
.cc-container-switcher * {
    box-sizing: border-box;
}

.cc-container-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 16px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: #2e3838;
}

.cc-container-switcher__label {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.1;
}

.cc-container-switcher__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 16px;
    min-width: 0;
}

.cc-container-switcher__button {
    min-height: 44px;
    padding: 10px 26px;
    border: 1px solid rgba(46, 56, 56, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #111818;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cc-container-switcher__button:hover,
.cc-container-switcher__button:focus-visible,
.cc-container-switcher__button.is-active {
    border-color: #2e3838;
    background: #2e3838;
    color: #ffffff;
}

.cc-switcher-target.cc-container-switcher-target--hidden,
.cc-switcher-target[hidden] {
    display: none !important;
}

.cc-author-bio,
.cc-author-bio * {
    box-sizing: border-box;
}

.cc-author-bio {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    width: 100%;
    min-width: 0;
    color: #2e3838;
}

.cc-author-bio__photo {
    position: relative;
    flex: 0 0 auto;
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    background: #ffd1e4;
}

.cc-author-bio__photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center center;
}

.cc-author-bio__placeholder {
    position: absolute;
    inset: 0;
    display: block;
}

.cc-author-bio__placeholder:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff99c1;
    transform: translateX(-50%);
}

.cc-author-bio__placeholder:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 96px;
    height: 58px;
    border-radius: 999px 999px 0 0;
    background: #ff99c1;
    transform: translateX(-50%);
}

.cc-author-bio__content {
    min-width: 0;
    padding-top: 2px;
}

.cc-author-bio__name {
    margin: 0;
    color: #2e3838;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.12;
}

.cc-author-bio__subtitle {
    margin: 12px 0 0;
    color: #ff7ab7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.cc-author-bio__bio {
    max-width: 1040px;
    margin: 14px 0 0;
    color: #8f9294;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
}

.cc-split-title,
.cc-split-title * {
    box-sizing: border-box;
}

.cc-split-title {
    margin: 0;
    color: #ffffff;
    font-family: inherit;
    line-height: 1.05;
    text-align: center;
}

.cc-split-title__strong,
.cc-split-title__accent {
    display: inline-block;
}

.cc-split-title__strong {
    color: #ffffff;
    font-size: clamp(34px, 5vw, 48px);
    font-weight: 950;
    line-height: 1.08;
}

.cc-split-title__accent {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4.6vw, 46px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

.cc-split-title--stacked .cc-split-title__strong,
.cc-split-title--stacked .cc-split-title__accent {
    display: block;
}

.cc-split-title--stacked .cc-split-title__accent {
    margin-top: 6px;
}

.cc-split-title--inline .cc-split-title__strong {
    margin-right: 10px;
}

.cc-tax-products,
.cc-tax-products * {
    box-sizing: border-box;
}

.cc-tax-products {
    width: 100%;
    color: #223031;
}

.cc-tax-products__heading {
    margin: 0 0 26px;
    color: #aaa3a2;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cc-tax-products__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    align-items: stretch;
}

.cc-tax-products__card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 342px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
}

.cc-tax-products__media {
    position: relative !important;
    display: flex !important;
    align-items: stretch;
    justify-content: stretch;
    min-height: 176px;
    padding: 28px;
    overflow: hidden;
    background: #ffc0d8;
    border-radius: inherit;
    text-decoration: none;
}

.cc-tax-products__image {
    display: block !important;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    border-radius: inherit;
}

.cc-tax-products__badge {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #ff7ab7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.cc-tax-products__card.is-coming-soon .cc-tax-products__badge {
    background: rgba(34, 48, 49, 0.14);
    color: #223031;
}

.cc-tax-products__body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px 22px 22px;
}

.cc-tax-products__tag {
    margin-bottom: 10px;
    color: #ff7ab7;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cc-tax-products__title {
    margin: 0;
    color: #223031;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.16;
}

.cc-tax-products__title a {
    color: inherit;
    text-decoration: none;
}

.cc-tax-products__bottom {
    display: flex !important;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-top: auto;
    padding-top: 22px;
    text-align: left;
    flex-wrap: nowrap;
}

.cc-tax-products__price {
    min-width: 0;
    color: #223031;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
}

.cc-tax-products__cart {
    position: relative;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 0 solid transparent;
    border-radius: 50%;
    background: #ff7ab7;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.cc-tax-products__cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    line-height: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cc-tax-products .added_to_cart {
    display: inline-block !important;
    margin-left: 10px;
    color: #ff7ab7;
    font-size: 0;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.cc-tax-products .added_to_cart::after {
    content: "Dodano do koszyka";
    font-size: 14px;
}

.cc-tax-products__cart--disabled {
    background: #c7c4c1;
    cursor: not-allowed;
    opacity: 0.9;
    pointer-events: none;
}

.cc-tax-products__soon-link {
    min-width: 0;
    padding: 0;
    border: 0 solid transparent;
    background: transparent !important;
    background-color: transparent !important;
    color: #c7c4c1;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
}

.cc-tax-products__soon-link:hover,
.cc-tax-products__soon-link:focus,
.cc-tax-products__soon-link:focus-visible,
.cc-tax-products__soon-link:active {
    background: transparent !important;
    background-color: transparent !important;
}

.cc-tax-products__empty,
.cc-tax-products__notice {
    padding: 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #8f9294;
    font-weight: 800;
}

.cc-tax-products-modal-open {
    overflow: hidden;
}

.cc-tax-products-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.cc-tax-products-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cc-tax-products-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.cc-tax-products-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #223031;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.cc-tax-products-modal__content {
    min-height: 120px;
}

.cc-bestseller-product,
.cc-bestseller-product * {
    box-sizing: border-box;
}

.elementor-widget-cc_bestseller_product,
.elementor-widget-cc_bestseller_product > .elementor-widget-container {
    overflow: hidden;
}

.cc-bestseller-product {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 36px 38px;
    overflow: hidden;
    border-radius: 24px;
    background: #2f3838;
    color: #ffffff;
}

.cc-bestseller-product__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.cc-bestseller-product .hero-blob {
    position: absolute;
    right: -150px;
    top: 0%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ff88af;
    opacity: 0.07;
    animation: ccBestsellerPulse 5s ease-in-out infinite;
    pointer-events: none;
}

.cc-bestseller-product__badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 122, 183, 0.42);
    border-radius: 999px;
    background: rgba(255, 122, 183, 0.16);
    color: #ff7ab7;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.cc-bestseller-product__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.08;
}

.cc-bestseller-product__description {
    max-width: 780px;
    margin: 0;
    color: #b8c0c0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.cc-bestseller-product__tags {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.cc-bestseller-product__tag {
    display: inline-flex !important;
    align-items: center;
    min-height: 28px;
    padding: 5px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #b8c0c0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.cc-bestseller-product__side {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    justify-self: end;
    min-width: 260px;
    margin-left: auto;
}

.cc-bestseller-product__price-wrap {
    position: relative;
    display: flex !important;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 18px;
}

.cc-bestseller-product__price-wrap::before {
    content: "";
    position: absolute;
    top: -62px;
    right: -36px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: rgba(255, 122, 183, 0.12);
}

.cc-bestseller-product__price {
    position: relative;
    z-index: 1;
    color: #ff7ab7;
    font-size: 31px;
    font-weight: 950;
    line-height: 1;
}

.cc-bestseller-product__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    min-width: 178px;
    min-height: 48px;
    margin-top: 12px;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.cc-bestseller-product__button--primary {
    background: #ff7ab7;
    color: #ffffff;
}

.cc-bestseller-product__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #d7dddd;
}

.cc-bestseller-product__button.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.cc-bestseller-product__notice {
    padding: 16px;
    border-radius: 8px;
    background: #ffffff;
    color: #223031;
    font-weight: 800;
}

@keyframes ccBestsellerPulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.12);
    }
}

@media (max-width: 1024px) {
    .cc-tax-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cc-container-switcher {
        gap: 10px;
    }

    .cc-container-switcher__label {
        font-size: 15px;
    }

    .cc-container-switcher__buttons {
        gap: 10px;
    }

    .cc-container-switcher__button {
        min-height: 38px;
        padding: 9px 16px;
        font-size: 15px;
    }

    .cc-author-bio {
        gap: 18px;
    }

    .cc-author-bio__photo {
        width: 86px;
        height: 86px;
    }

    .cc-author-bio__name {
        font-size: 24px;
    }

    .cc-author-bio__subtitle {
        margin-top: 8px;
        font-size: 16px;
    }

    .cc-author-bio__bio {
        margin-top: 10px;
        font-size: 16px;
    }

    .cc-tax-products__grid {
        grid-template-columns: 1fr;
    }

    .cc-tax-products__heading {
        font-size: 18px;
    }

    .cc-bestseller-product {
        grid-template-columns: 1fr !important;
        align-items: start;
        gap: 22px;
        padding: 24px 18px;
    }

    .cc-bestseller-product__side {
        align-items: flex-start !important;
        justify-self: start !important;
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
    }

    .cc-bestseller-product__price-wrap {
        justify-content: flex-start !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .cc-bestseller-product__price-wrap::before {
        top: -34px;
        right: auto;
        left: 118px;
        width: 96px;
        height: 96px;
    }

    .cc-bestseller-product__title {
        font-size: 24px;
        line-height: 1.12;
    }

    .cc-bestseller-product__description {
        max-width: none;
        font-size: 16px;
        line-height: 1.45;
    }

    .cc-bestseller-product__button {
        min-width: 170px;
    }
}

@media (max-width: 1024px) {
    .cc-month-signup__months {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cc-month-signup {
        padding: 22px;
    }

    .cc-month-signup__intro {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .cc-month-signup__months {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 18px;
    }

    .cc-month-signup__month {
        min-height: 94px;
        align-items: flex-start;
        text-align: left;
    }

    .cc-month-signup__form-row {
        flex-direction: column;
        gap: 12px;
    }

    .cc-month-signup__email,
    .cc-month-signup__submit {
        min-height: 56px;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cc-month-signup,
    .cc-month-signup * {
        animation-duration: 1ms !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}
