.eko-pb-section {
    margin: 20px 0 12px;
    width: 100%;
    max-width: 100%;
}

.eko-pb-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

@media (min-width: 992px) {
    .eko-pb-section .eko-pb-grid:not(.eko-pb-grid--account) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }
}

.eko-pb-grid--account {
    gap: 0;
}

.eko-pb-grid--account .eko-pb-card + .eko-pb-card {
    border-top: 2px solid #f2f2f2;
}

.eko-pb-card--account {
    padding: 22px 0;
}

.eko-pb-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}

.eko-pb-card__header,
.eko-pb-card__footer,
.eko-pb-card__purchase,
.eko-pb-meta,
.eko-pb-form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eko-pb-card__header,
.eko-pb-card__footer {
    justify-content: space-between;
}

.eko-pb-card__header {
    margin-bottom: 14px;
}

.eko-pb-card__heading {
    display: grid;
    gap: 4px;
}

.eko-pb-card h3 {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.2;
}

.eko-pb-card__subtitle {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
}

.eko-pb-products-scroller {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
    margin-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}

.eko-pb-products-scroller::-webkit-scrollbar {
    height: 8px;
}

.eko-pb-products-scroller::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.eko-pb-products-scroller::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.eko-pb-products-scroller--static {
    overflow: visible;
}

.eko-pb-products {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    min-width: 100%;
}

.eko-pb-products--static {
    width: 100%;
    min-width: 0;
    justify-content: center;
}

.eko-pb-products--static .eko-pb-products__item {
    flex: 1 1 148px;
    width: 148px;
    max-width: 148px;
    min-width: 0;
}

.eko-pb-products--static .eko-pb-products__plus {
    flex: 0 0 16px;
    width: 16px;
    min-width: 16px;
    height: 18px;
    min-height: 18px;
    text-align: center;
}

.eko-pb-products--static .eko-pb-products__thumb,
.eko-pb-products--static .eko-pb-products__thumb img {
    width: 112px;
    height: 112px;
}

.eko-pb-products--count-4 {
    gap: 6px;
}

.eko-pb-products--count-4 .eko-pb-products__item {
    flex: 1 1 calc((100% - 72px) / 4);
    max-width: calc((100% - 78px) / 4);
    gap: 8px;
}

.eko-pb-products--count-4 .eko-pb-products__plus {
    flex-basis: 16px;
    width: 16px;
    min-width: 16px;
}

.eko-pb-products--count-4 .eko-pb-products__thumb {
    width: 100%;
    max-width: 104px;
    aspect-ratio: 1;
}

.eko-pb-products--count-4 .eko-pb-products__thumb img {
    width: 100%;
    height: 100%;
}

.eko-pb-products--count-4 .eko-pb-products__title {
    font-size: 12px;
    line-height: 1.25;
    margin: 4px 0;
}

.eko-pb-products--count-4 .eko-pb-products__plus {
    font-size: 18px;
}

@media (min-width: 992px) {
    .eko-pb-products--count-4 .eko-pb-products__thumb {
        width: clamp(82px, calc(12.5vw - 44px), 104px);
    }
}

.eko-pb-products__item {
    flex: 0 0 148px;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.eko-pb-products__plus {
    flex: 0 0 auto;
    align-self: center;
    color: #98a2b3;
    font-size: 24px;
    line-height: 1;
}

.eko-pb-products__thumb {
    width: 120px;
    max-width: 100%;
}

.eko-pb-products__thumb img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.eko-pb-quick-preview-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.eko-pb-products__content {
    display: grid;
    gap: 4px;
    width: 100%;
}

.eko-pb-products__badge {
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.eko-pb-products__title {
    color: #000 !important;
    font-size: 13px;
    line-height: 1.35;
    margin: 6px 0;
    text-decoration: none;
    font-family: "montserratsemibold", "montserratmedium", sans-serif;
    font-weight: 700;
}

.eko-pb-products__title:hover,
.eko-pb-products__title:focus {
    color: #000 !important;
    text-decoration: none;
}

button.eko-pb-products__title {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.eko-pb-products__content span {
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
}

.eko-pb-products__price {
    color: #111827 !important;
    font-size: 17px !important;
    font-weight: 700;
}

.eko-pb-item-swatches {
    margin-top: 6px;
}

.eko-pb-item-swatches .wvs-archive-variations-wrapper {
    margin: 0;
}

.eko-pb-item-swatches .variations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eko-pb-item-swatches .woo-variation-items-wrapper {
    margin: 0;
}

.eko-pb-item-swatches .variable-items-wrapper {
    justify-content: center !important;
}

.eko-pb-item-swatches .variable-item {
    box-shadow: none;
}

.eko-pb-item-swatches .wvs-archive-information,
.eko-pb-item-swatches .wvs_archive_reset_variations {
    display: none;
}

.eko-pb-mix {
    display: contents;
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: var(--wvs-single-product-item-width, 30px);
    min-width: var(--wvs-single-product-item-width, 30px);
    max-width: var(--wvs-single-product-item-width, 30px);
    height: var(--wvs-single-product-item-height, 30px);
    min-height: var(--wvs-single-product-item-height, 30px);
    max-height: var(--wvs-single-product-item-height, 30px);
    margin: 4px !important;
    padding: 2px !important;
    box-sizing: border-box;
    background-color: var(--wvs-item-background-color, #fff);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8) !important;
    border-radius: 2px;
    color: var(--wvs-item-text-color, #000);
    cursor: pointer;
    list-style: none;
    outline: 0;
    transition: all .2s ease;
    user-select: none;
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch.selected,
.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch[aria-checked="true"],
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch[aria-checked="true"] {
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000) !important;
}

.eko-pb-mix-swatch .variable-item-contents {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.eko-pb-mix-swatch .variable-item-span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.eko-pb-mix-swatch__icon {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, #d0d5dd 0 50%, #f2f4f7 50% 100%);
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch.selected .variable-item-contents::after,
.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch[aria-checked="true"] .variable-item-contents::after,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch.selected .variable-item-contents::after,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch[aria-checked="true"] .variable-item-contents::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.3 11.3 3.2 8.2l-1.1 1.1 4.2 4.2 7.6-7.6-1.1-1.1z'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 3;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.75));
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch::before,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch::before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    padding: 7px 10px;
    background: #2f2f2f;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:hover::after,
.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:focus-visible::after,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:hover::after,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:focus-visible::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4px);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2f2f2f;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    z-index: 20;
}

.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:hover::before,
.eko-pb-item-swatches .woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:focus-visible::before,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:hover::before,
.woo-variation-swatches .variable-items-wrapper .variable-item.eko-pb-mix-swatch:focus-visible::before {
    opacity: 1;
    visibility: visible;
}

.eko-pb-mix__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.eko-pb-mix__modal[hidden] {
    display: none;
}

.eko-pb-mix__backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.58);
}

.eko-pb-mix__dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    padding: 18px;
    display: grid;
    gap: 12px;
}

.eko-pb-mix__modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.eko-pb-mix__close {
    border: 0;
    background: transparent;
    color: #667085;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.eko-pb-mix__summary {
    display: grid;
    gap: 4px;
    text-align: left;
}

.eko-pb-mix__summary-title,
.eko-pb-mix__summary-count {
    color: #1f2937;
    font-size: 11px;
    line-height: 1.35;
}

.eko-pb-mix__summary-count {
    color: #667085;
    font-family: "montserratsemibold", "montserratmedium", sans-serif;
    font-weight: 700;
}

.eko-pb-mix__rows {
    display: grid;
    gap: 8px;
}

.eko-pb-mix__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.eko-pb-mix__row.is-unavailable {
    opacity: 0.55;
}

.eko-pb-mix__row-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eko-pb-mix__color {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #d0d5dd;
    flex: 0 0 18px;
    background: #f2f4f7;
}

.eko-pb-mix__row.is-unavailable .eko-pb-mix__color::before,
.eko-pb-mix__row.is-unavailable .eko-pb-mix__color::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #d92d20;
    border-radius: 2px;
    z-index: 2;
}

.eko-pb-mix__row.is-unavailable .eko-pb-mix__color::before {
    transform: rotate(45deg);
}

.eko-pb-mix__row.is-unavailable .eko-pb-mix__color::after {
    transform: rotate(-45deg);
}

body.eko-pb-mix-modal-open {
    overflow: hidden;
}

.eko-pb-mix__row-label {
    color: #1f2937;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
}

.eko-pb-mix__stepper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.eko-pb-mix__stepper-button {
    width: 26px;
    height: 26px;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #1f2937;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
}

.eko-pb-mix__stepper-button[disabled] {
    cursor: not-allowed;
    opacity: 0.45;
}

.eko-pb-mix__stepper-value {
    min-width: 18px;
    color: #1f2937;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.eko-pb-mix__validation {
    margin: 0;
    color: #b54708;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
}

.eko-pb-mix__apply {
    width: 100%;
}

.eko-pb-status {
    display: none;
    margin: 0 0 12px;
    padding: 10px 12px;
    border-left: 3px solid #f3c900;
    background: #fff8db;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}

.eko-pb-status.is-visible {
    display: grid;
    gap: 2px;
}

.eko-pb-status strong,
.eko-pb-status span,
.eko-pb-status__items,
.eko-pb-status em {
    display: block;
}

.eko-pb-status__items {
    display: grid;
    gap: 2px;
}

.eko-pb-status strong {
    font-family: "montserratmedium", sans-serif;
    font-style: normal;
}

.eko-pb-status em {
    color: #667085;
}

.eko-pb-form-feedback {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    border-left: 3px solid #b42318;
    background: #fef3f2;
    color: #7a271a;
    font-size: 12px;
    line-height: 1.5;
}

.eko-pb-form-feedback.is-visible {
    display: block;
}

.eko-pb-form-feedback.is-success {
    border-left-color: #027a48;
    background: #ecfdf3;
    color: #027a48;
}

.eko-pb-form-feedback__line + .eko-pb-form-feedback__line {
    margin-top: 6px;
}

.eko-pb-form-feedback a {
    color: inherit;
    text-decoration: underline;
}

.eko-pb-form-feedback__line > span i {
    flex: 0 0 auto;
}

.eko-pb-form-feedback__line > span [class^="ekoico-"]::before,
.eko-pb-form-feedback__line > span [class*=" ekoico-"]::before {
    display: inline-block !important;
    width: 1em !important;
    margin-left: .2em !important;
    margin-right: .2em !important;
    text-align: center !important;
    line-height: 1em !important;
}

.eko-pb-card__footer {
    padding-top: 18px;
    border-top: 1px solid #eaecf0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: flex-end;
    gap: 24px;
}

.eko-pb-card__omnibus {
    width: 100%;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .eko-pb-card__footer {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 24px;
        row-gap: 8px;
    }

    .eko-pb-card__purchase,
    .eko-pb-pricing {
        width: 100%;
    }

    .eko-pb-card__omnibus {
        grid-column: 1 / -1;
    }
}

body.eko-pb-modal-open {
    overflow: hidden;
}

.eko-pb-return-link-wrap {
    margin: 12px 0 8px;
}

.eko-pb-return-link {
    color: #84c41b;
    font-size: 14px;
    font-family: "montserratmedium", sans-serif;
    text-decoration: none;
}

.eko-pb-return-link:hover,
.eko-pb-return-link:focus {
    color: #6ea414;
    text-decoration: none;
}

.eko-pb-quick-preview {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.eko-pb-quick-preview__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.eko-pb-quick-preview__dialog {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100vh - 96px);
    max-height: calc(100dvh - 96px);
    margin: 48px auto;
    padding: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

.eko-pb-quick-preview__body {
    max-height: calc(100vh - 144px);
    max-height: calc(100dvh - 144px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.eko-pb-quick-preview__close {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #475467;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.eko-pb-quick-preview__content {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.eko-pb-quick-preview__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.eko-pb-quick-preview__details {
    display: grid;
    gap: 16px;
    align-content: start;
}

.eko-pb-quick-preview__details h3 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
}

.eko-pb-quick-preview__description,
.eko-pb-quick-preview__loading {
    margin: 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.6;
}

.eko-pb-quick-preview__description ul,
.eko-pb-quick-preview__description ol {
    margin: 0 0 1em 1.25em !important;
    padding-left: 1.35em !important;
}

.eko-pb-quick-preview__description ul {
    list-style: disc !important;
}

.eko-pb-quick-preview__description ol {
    list-style: decimal !important;
}

.eko-pb-quick-preview__description li {
    display: list-item !important;
    margin: 0 0 0.45em !important;
}

.eko-pb-quick-preview__description ul li {
    list-style: disc !important;
}

.eko-pb-quick-preview__description ol li {
    list-style: decimal !important;
}

.eko-pb-quick-preview__description li::marker {
    font-size: 1.15em;
}

.eko-pb-quick-preview__attributes {
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.eko-pb-quick-preview__attributes summary {
    position: relative;
    padding: 14px 40px 14px 0;
    color: #111827;
    font-family: "montserratsemibold", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.eko-pb-quick-preview__attributes summary::-webkit-details-marker {
    display: none;
}

.eko-pb-quick-preview__attributes summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #667085;
    border-bottom: 2px solid #667085;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.2s ease;
}

.eko-pb-quick-preview__attributes[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
}

.eko-pb-quick-preview__attributes-content {
    padding: 0 0 14px;
    overflow-x: auto;
}

.eko-pb-quick-preview__attributes table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
}

.eko-pb-quick-preview__attributes tr + tr {
    border-top: 1px solid #eaecf0;
}

.eko-pb-quick-preview__attributes th,
.eko-pb-quick-preview__attributes td {
    padding: 9px 8px;
    border: 0;
    vertical-align: top;
    text-align: left;
}

.eko-pb-quick-preview__attributes th {
    width: 42%;
    padding-left: 0;
    color: #344054;
    font-family: "montserratmedium", sans-serif;
    font-weight: 500;
}

.eko-pb-quick-preview__attributes td {
    padding-right: 0;
}

.eko-pb-quick-preview__attributes p {
    margin: 0;
}

.eko-pb-quick-preview__attributes a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.eko-pb-button--preview {
    justify-self: start;
}

.eko-pb-meta {
    display: grid;
    gap: 8px;
    justify-items: start;
    flex-wrap: wrap;
    color: #667085;
    font-size: 13px;
}

.eko-pb-meta__promo,
.eko-pb-meta__pill {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 11px;
    border-radius: 999px;
    min-height: 28px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.eko-pb-meta__promo {
    background: #e30613;
    color: #fff;
    font-weight: 700;
}

.eko-pb-meta__pill {
    background: #f2f4f7;
    color: #344054;
    font-weight: 600;
}

.eko-pb-card__purchase {
    flex: 0 0 auto;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 0;
    gap: 10px;
}

.eko-pb-card__purchase .eko-pb-button-tooltip,
.eko-pb-card__purchase .eko-pb-button {
    min-width: 264px;
}

.eko-pb-card__purchase .eko-pb-button {
    width: 100%;
    white-space: nowrap;
}

.eko-pb-pricing {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 10px;
    text-align: right;
    min-width: 0;
}

.eko-pb-pricing__label {
    color: #344054;
    font-size: 13px;
}

.eko-pb-pricing__regular {
    color: #98a2b3;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: line-through;
}

.eko-pb-pricing__shipping {
    display: block;
    color: #667085;
    font-size: 12px;
    order: 2;
}

.eko-pb-pricing__lowest {
    display: flex;
    flex-basis: 100%;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px;
    order: 3;
    color: #667085;
    font-size: 12px;
    line-height: 1.35;
}

.eko-pb-pricing__lowest-value {
    color: #667085;
}

.eko-pb-pricing__value {
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.eko-pb-pricing__regular + .eko-pb-pricing__value {
    color: #d9011b;
}

.eko-pb-pricing small {
    flex-basis: 100%;
    color: #667085;
    font-size: 12px;
}

.eko-pb-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #98a2b3;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.eko-pb-favorite:hover,
.eko-pb-favorite:focus {
    color: #84c41b;
}

.eko-pb-favorite.is-active {
    color: #84c41b;
}

.eko-pb-favorite__icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
}

.eko-pb-favorite__icon svg {
    display: block;
    width: 32px;
    height: 32px;
}

.eko-pb-favorite__icon-filled {
    display: none !important;
}

.eko-pb-favorite.is-active .eko-pb-favorite__icon-outline {
    display: none !important;
}

.eko-pb-favorite.is-active .eko-pb-favorite__icon-filled {
    display: block !important;
}

.eko-pb-button.button.alt,
.eko-pb-button.button {
    min-height: 42px;
    max-height: 42px;
    padding: 13px 22px;
    border: none;
    border-radius: 0;
    background: #f3c900;
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

a.eko-pb-button.button.alt,
a.eko-pb-button.button,
.eko-pb-button--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.eko-pb-button.button.alt:hover,
.eko-pb-button.button.alt:focus,
.eko-pb-button.button:hover,
.eko-pb-button.button:focus {
    background: #dfb800;
    color: #000;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.eko-pb-button.button.alt.is-disabled,
.eko-pb-button.button.is-disabled,
.eko-pb-button.button.alt:disabled,
.eko-pb-button.button:disabled {
    background: #d0d5dd;
    color: #667085;
    cursor: not-allowed;
    opacity: 1;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

body.theme-ekofabryka-v2 .eko-pb-button.button.alt:not(.is-disabled):not(:disabled),
body.theme-ekofabryka-v2 .eko-pb-button.button:not(.is-disabled):not(:disabled) {
    background: #7ab234;
    color: #fff;
}

body.theme-ekofabryka-v2 .eko-pb-button.button.alt:not(.is-disabled):not(:disabled):hover,
body.theme-ekofabryka-v2 .eko-pb-button.button.alt:not(.is-disabled):not(:disabled):focus,
body.theme-ekofabryka-v2 .eko-pb-button.button:not(.is-disabled):not(:disabled):hover,
body.theme-ekofabryka-v2 .eko-pb-button.button:not(.is-disabled):not(:disabled):focus {
    background: #689a2c;
    color: #fff;
}

.eko-pb-form .added_to_cart,
.eko-pb-form + .added_to_cart,
.eko-pb-card__purchase .added_to_cart,
.eko-shop-loop-actions .added_to_cart {
    display: none !important;
}

.eko-pb-button-tooltip {
    position: relative;
    display: inline-flex;
    max-width: 100%;
}

.eko-pb-button-tooltip[data-eko-tooltip]:not([data-eko-tooltip=""]):hover::after,
.eko-pb-button-tooltip[data-eko-tooltip]:not([data-eko-tooltip=""]):focus-within::after {
    content: attr(data-eko-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
    display: block;
    width: max-content;
    min-width: 0;
    max-width: min(220px, calc(100vw - 32px));
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(37, 37, 37, 0.96);
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    font-family: "montserratmedium", sans-serif;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    z-index: 20;
    pointer-events: none;
}

.eko-pb-button-tooltip[data-eko-tooltip]:not([data-eko-tooltip=""]):hover::before,
.eko-pb-button-tooltip[data-eko-tooltip]:not([data-eko-tooltip=""]):focus-within::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    width: 8px;
    height: 8px;
    background: rgba(37, 37, 37, 0.96);
    transform: translateX(-50%) rotate(45deg);
    z-index: 19;
    pointer-events: none;
}

.eko-pb-archive-card-item {
    display: block;
}

.eko-pb-archive-card {
    cursor: pointer;
}

.eko-pb-archive-card .eko-shop-loop-thumbnail {
    margin-bottom: 10px;
}

.woocommerce .product-item .badge.eko-pb-archive-card__label,
.woocommerce-page .product-item .badge.eko-pb-archive-card__label {
    background: #84c41b;
    white-space: nowrap;
}

.eko-pb-archive-card .woocommerce-loop-product__title {
    min-height: 56px;
}

.eko-pb-archive-card__price {
    display: block;
    min-height: 0;
    margin-bottom: 8px;
}

.eko-pb-archive-card__link {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.eko-pb-archive-card__link:hover,
.eko-pb-archive-card__link:focus {
    color: #000;
    text-decoration: none;
}

.eko-pb-archive-card .eko-shop-loop-actions .eko-shop-loop-actions-inner .eko-pb-form--archive {
    width: 100%;
    height: 100%;
}

.eko-pb-archive-card .eko-shop-loop-actions .eko-shop-loop-actions-inner .eko-pb-form--archive .eko-pb-archive-card__button {
    display: flex;
    width: 100%;
    min-width: 180px;
    padding: 5px 15px;
    background: #7ab234;
    border: none;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "montserratmedium";
    font-weight: 400;
    height: 42px;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    text-shadow: none;
}

.eko-pb-archive-card .eko-shop-loop-actions .eko-shop-loop-actions-inner .eko-pb-form--archive .eko-pb-archive-card__button:hover,
.eko-pb-archive-card .eko-shop-loop-actions .eko-shop-loop-actions-inner .eko-pb-form--archive .eko-pb-archive-card__button:focus {
    background: #689a2c;
    border: none;
    color: #fff !important;
    box-shadow: none;
    text-shadow: none;
}

.eko-shop-cart-form .eko-pb-cart-item--bundle .product-name {
    margin-bottom: 0;
}

.eko-shop-cart-form .eko-pb-cart-group {
    display: grid;
    gap: 14px;
    margin-top: 16px;
    margin-left: 34px;
}

.eko-shop-cart-form .eko-pb-cart-group__item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    opacity: 0.6;
}

.eko-shop-cart-form .eko-pb-cart-group__thumb,
.eko-shop-cart-form .eko-pb-cart-group__thumb a,
.eko-shop-cart-form .eko-pb-cart-group__thumb span {
    display: block;
    width: 70px;
}

.eko-shop-cart-form .eko-pb-cart-group__thumb img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.eko-shop-cart-form .eko-pb-cart-group__meta {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.eko-shop-cart-form .eko-pb-cart-group__qty,
.eko-shop-cart-form .eko-pb-cart-group__name {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.4;
}

.eko-shop-cart-form .eko-pb-cart-group__name {
    display: block;
    text-decoration: none;
}

.eko-shop-cart-form .eko-pb-cart-group__name:hover,
.eko-shop-cart-form .eko-pb-cart-group__name:focus {
    color: #9d9d9d;
    text-decoration: none;
}

.eko-shop-cart-form .eko-pb-cart-item--bundle .product-quantity {
    align-items: flex-start;
}

.eko-pb-cart-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.eko-pb-cart-summary__quantity {
    min-width: 0;
}

.eko-pb-cart-summary__price {
    justify-self: end;
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
}

.eko-shop-cart-form .eko-pb-cart-summary {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 10px;
}

.eko-shop-cart-form .eko-pb-cart-summary__price {
    display: none;
}

.eko-shop-cart-form .eko-pb-cart-item--bundle > td.product-details > .inner > .product-quantity {
    display: none;
}

.eko-shop-cart-form .eko-pb-cart-item--bundle > td.product-remove .inner {
    justify-content: flex-start;
}

.eko-shop-cart-form .eko-pb-cart-item--bundle > td.product-remove .product-subtotal {
    margin-top: 22px;
}

#eko-cart-panel .eko-pb-mini-cart-item--bundle > .eko-cart-panel-item-details > .eko-cart-panel-quantity-pricing:not(.eko-pb-mini-cart-summary) {
    display: none !important;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.woocommerce-checkout-review-order-table .eko-pb-checkout-bundle-qty {
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
}

.eko-checkout-form .eko-checkout-order-review .woocommerce-checkout-review-order-table tbody tr.eko-pb-cart-item--bundle .eko-checkout-product-thumbnail {
    display: none;
}

.eko-checkout-form .eko-checkout-order-review .woocommerce-checkout-review-order-table tbody tr.eko-pb-cart-item--bundle .eko-checkout-product-wrap {
    width: 100%;
    margin: 0;
    align-items: flex-start;
}

.eko-checkout-form .eko-checkout-order-review .woocommerce-checkout-review-order-table tbody tr.eko-pb-cart-item--bundle .eko-checkout-product-name {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-left: 0;
}

.eko-checkout-form .eko-checkout-order-review .woocommerce-checkout-review-order-table tbody tr.eko-pb-cart-item--bundle .eko-checkout-product-total {
    flex: 0 0 25%;
    width: 25%;
    min-width: 25%;
    margin-left: auto;
    padding-right: 0;
    text-align: right;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    opacity: 0.6;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__thumb,
.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__thumb a,
.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__thumb span {
    display: block;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__thumb img {
    display: block;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    object-fit: contain;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__meta {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__qty,
.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__name {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.4;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__name {
    display: block;
    text-decoration: none;
}

.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__name:hover,
.woocommerce-checkout-review-order-table .eko-pb-cart-group--checkout .eko-pb-cart-group__name:focus {
    color: #9d9d9d;
    text-decoration: none;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    margin-left: 26px;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    opacity: 0.6;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__thumb,
#eko-cart-widget-panel .eko-pb-mini-cart-group__thumb a,
#eko-cart-widget-panel .eko-pb-mini-cart-group__thumb span {
    display: block;
    width: 54px;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__thumb img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__meta {
    display: grid;
    gap: 6px;
    min-width: 0;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__qty,
#eko-cart-widget-panel .eko-pb-mini-cart-group__name {
    color: #8f8f8f;
    font-size: 11px;
    line-height: 1.4;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__name {
    display: block;
    text-decoration: none;
}

#eko-cart-widget-panel .eko-pb-mini-cart-group__name:hover,
#eko-cart-widget-panel .eko-pb-mini-cart-group__name:focus {
    color: #7d7d7d;
    text-decoration: none;
}

.eko-pb-mini-cart-summary {
    margin-top: 12px;
}

.eko-pb-mini-cart-summary__quantity {
    min-width: 0;
}

.eko-pb-mini-cart-summary__price {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .eko-shop-cart-form .eko-pb-cart-group {
        gap: 14px;
        margin-top: 14px;
        margin-left: 18px;
    }

    .eko-shop-cart-form .eko-pb-cart-group__item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }

    .eko-shop-cart-form .eko-pb-cart-group__thumb,
    .eko-shop-cart-form .eko-pb-cart-group__thumb a,
    .eko-shop-cart-form .eko-pb-cart-group__thumb span,
    .eko-shop-cart-form .eko-pb-cart-group__thumb img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {
    .eko-pb-archive-card-item {
        display: none;
    }

    .eko-pb-card {
        padding: 22px 18px;
    }

    .eko-pb-card__header,
    .eko-pb-card__footer,
    .eko-pb-card__purchase,
    .eko-pb-form {
        align-items: flex-start;
        flex-direction: column;
    }

    .eko-pb-card__purchase,
    .eko-pb-card__purchase .eko-pb-form {
        width: 100%;
    }

    .eko-pb-products {
        flex-wrap: nowrap;
    }

    .eko-pb-products__item {
        flex-basis: 180px;
    }

    .eko-pb-products__thumb,
    .eko-pb-products__thumb img {
        width: 104px;
        height: 104px;
    }

    .eko-pb-pricing {
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .eko-pb-pricing__lowest {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .eko-pb-quick-preview__dialog {
        box-sizing: border-box;
        max-height: calc(100vh - 20px);
        max-height: calc(100dvh - 20px);
        overflow: hidden;
        width: calc(100vw - 20px);
        margin: 10px auto;
        padding: 18px;
    }

    .eko-pb-quick-preview__body {
        max-height: calc(100vh - 56px);
        max-height: calc(100dvh - 56px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .eko-pb-quick-preview__content {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .eko-pb-quick-preview__media {
        display: flex;
        justify-content: center;
    }

    .eko-pb-quick-preview__media img {
        width: auto;
        max-width: 100%;
        max-height: 220px;
    }

    .eko-pb-products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        width: 100%;
        min-width: 0;
    }

    .eko-pb-products-scroller {
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .eko-pb-products__plus {
        display: none;
    }

    .eko-pb-products__item {
        position: relative;
        flex-basis: auto;
        width: 100%;
        max-width: none;
        min-width: 0;
        padding-bottom: 8px;
        border-bottom: 0;
    }

    .eko-pb-products__thumb,
    .eko-pb-products--static .eko-pb-products__thumb,
    .eko-pb-products--count-4 .eko-pb-products__thumb {
        width: min(128px, calc(50vw - 50px));
        max-width: none;
        height: auto;
        aspect-ratio: 1;
    }

    .eko-pb-products__thumb img,
    .eko-pb-products--static .eko-pb-products__thumb img,
    .eko-pb-products--count-4 .eko-pb-products__thumb img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .eko-pb-products--static .eko-pb-products__item,
    .eko-pb-products--count-4 .eko-pb-products__item {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .eko-pb-products__plus + .eko-pb-products__item::before {
        content: "+";
        position: absolute;
        color: #98a2b3;
        font-size: 22px;
        line-height: 1;
        font-weight: 400;
        pointer-events: none;
    }

    .eko-pb-products__plus + .eko-pb-products__item:nth-child(4n-1)::before {
        top: 32px;
        left: -12px;
    }

    .eko-pb-products__plus + .eko-pb-products__item:nth-child(4n+1)::before {
        content: none;
    }

    .eko-pb-products__item:nth-last-child(-n+2) {
        padding-bottom: 0;
    }

    .eko-pb-card__footer,
    .eko-pb-card__purchase,
    .eko-pb-pricing,
    .eko-pb-form {
        width: 100%;
    }

    .eko-pb-card__purchase {
        gap: 12px;
    }

    .eko-pb-pricing {
        justify-content: flex-start;
    }

    .eko-pb-button.button.alt,
    .eko-pb-button.button {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .eko-pb-button-tooltip {
        width: 100%;
    }

    .eko-pb-button-tooltip:hover::after,
    .eko-pb-button-tooltip:focus-within::after {
        max-width: min(220px, calc(100vw - 24px));
    }
}
