/*
 * Feel Peptides Science — old site match
 * The defaults intentionally mirror the supplied old-site screenshot/markup.
 * Elementor Style controls can override these values per widget.
 */
.elementor-widget-feel-peptides-science,
.elementor-widget-feel-peptides-science .elementor-widget-container {
    overflow: visible;
}

.feel-science-peptides {
    --feel-ink: #111111;
    --feel-paper: #f3f1e9;
    --feel-filter: #e5e3dc;
    --feel-line: rgba(17, 17, 17, .22);
    --feel-modal: #696969;
    --feel-modal-product: #727272;
    --feel-white: #ffffff;
    --feel-display: "Times New Roman", Times, serif;
    --feel-sans: Arial, Helvetica, sans-serif;
    --feel-mono: "Courier New", Courier, monospace;
    position: relative;
    width: 100%;
    padding: 88px 24px 104px;
    background: var(--feel-paper);
    color: var(--feel-ink);
}

.feel-science-peptides,
.feel-science-peptides *,
.feel-science-peptides *::before,
.feel-science-peptides *::after {
    box-sizing: border-box;
}

.feel-science-peptides button,
.feel-science-peptides a {
    -webkit-tap-highlight-color: transparent;
}

.feel-science-peptides button {
    font: inherit;
}

.feel-science-peptides__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header */
.feel-science-peptides__header {
    display: grid;
    grid-template-columns: minmax(280px, .88fr) minmax(520px, 1.12fr);
    gap: 64px;
    align-items: end;
    margin: 0 0 48px;
}

.feel-science-peptides__intro {
    min-width: 0;
    max-width: 620px;
}

.feel-science-peptides__title {
    margin: 0 0 22px;
    padding: 0;
    color: var(--feel-ink);
    font-family: var(--feel-display);
    font-size: clamp(48px, 4.5vw, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
}

.feel-science-peptides__description,
.feel-science-peptides__description p {
    margin: 0;
    padding: 0;
    max-width: 520px;
    color: var(--feel-ink);
    font-family: var(--feel-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.feel-science-peptides__description p + p { margin-top: 1em; }

/* Old-site pill filters */
.feel-science-peptides__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.feel-science-peptides__filter-button {
    appearance: none;
    min-height: 35px;
    margin: 0;
    padding: 8px 14px 7px;
    border: 0;
    border-radius: 11px;
    outline: 0;
    background: var(--feel-filter);
    box-shadow: none;
    color: var(--feel-ink);
    font-family: var(--feel-mono);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.feel-science-peptides__filter-button:hover,
.feel-science-peptides__filter-button:focus-visible,
.feel-science-peptides__filter-button.is-active {
    border: 0;
    background: #d9d7d0;
    color: var(--feel-ink);
    transform: none;
}

.feel-science-peptides__filter-button:focus-visible,
.feel-science-peptides__card-cta:focus-visible,
.feel-science-peptides__modal-close:focus-visible,
.feel-science-peptides__modal-productAdd:focus-visible,
.feel-science-peptides__modal-nav:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}

/* Old-site grid/cards */
.feel-science-peptides__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.feel-science-peptides__card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 156px;
    margin: 0;
    padding: 38px 70px 31px 38px;
    overflow: hidden;
    border: 1px solid var(--feel-line);
    border-radius: 29px;
    background: transparent;
    box-shadow: none;
    color: var(--feel-ink);
    transition: background-color .18s ease;
}

.feel-science-peptides__card:hover {
    background: rgba(255,255,255,.13);
    transform: none;
}

.feel-science-peptides__card[hidden],
.feel-science-peptides__card.is-filtered-out { display: none !important; }

.feel-science-peptides__card-body {
    display: block;
    min-width: 0;
    width: 100%;
    padding: 0;
}

.feel-science-peptides__card-title {
    margin: 0;
    padding: 0;
    color: var(--feel-ink);
    font-family: var(--feel-display);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
}

.feel-science-peptides__card-text {
    margin: 13px 0 0;
    padding: 0;
    color: var(--feel-ink);
    font-family: var(--feel-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.feel-science-peptides__card-cta {
    appearance: none;
    position: absolute;
    right: 42px;
    top: 50%;
    display: grid;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: var(--feel-ink);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .18s ease;
}

.feel-science-peptides__card-cta:hover,
.feel-science-peptides__card-cta:focus-visible {
    border: 0;
    background: transparent;
    color: var(--feel-ink);
    transform: translateY(-50%);
    opacity: .65;
}

.feel-science-peptides__card-cta-plus {
    display: block;
    margin: -1px 0 0;
    padding: 0;
    font-family: var(--feel-sans);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/* Modal */
body.feel-peptides-modal-open { overflow: hidden; }
.feel-science-peptides__modal[hidden] { display: none !important; }

.feel-science-peptides__modal {
    position: fixed;
    z-index: 9999999;
    inset: 0;
    display: grid;
    width: 100vw;
    height: 100dvh;
    padding: 20px;
    place-items: center;
}

.feel-science-peptides__modal-backdrop {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(0, 0, 0, .424);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    animation: feelPeptidesBackdropIn .15s linear both;
}

.feel-science-peptides__modal-dialog {
    position: relative;
    z-index: 1;
    width: 625px;
    max-width: calc(100vw - 40px);
    max-height: calc(100dvh - 40px);
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    outline: 0;
    background: var(--feel-modal);
    box-shadow: none;
    color: var(--feel-white);
    animation: feelPeptidesModalIn .18s ease-out both;
}

.feel-science-peptides__modal-scroll {
    width: 100%;
    max-height: calc(100dvh - 40px);
    padding: 31px 29px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.35) transparent;
}

.feel-science-peptides__modal-close {
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 42px;
    right: 36px;
    display: grid;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 0 2px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    outline: 0;
    background: rgba(255,255,255,.08);
    box-shadow: none;
    color: #fff;
    font-family: var(--feel-sans);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: background-color .16s ease;
}

.feel-science-peptides__modal-close:hover {
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.14);
    color: #fff;
}

.feel-science-peptides__modal-title {
    margin: 0;
    padding: 0 58px 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.17);
    color: #fff;
    font-family: var(--feel-display);
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.feel-science-peptides__modal-research {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 14px 0 0;
    padding: 0;
    color: #fff;
}

.feel-science-peptides__modal-researchIcon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 16px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.feel-science-peptides__modal-researchIcon svg {
    display: block;
    width: 16px;
    height: 18px;
}

.feel-science-peptides__modal-eyebrow {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: var(--feel-display);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.feel-science-peptides__modal-description {
    margin: 18px 0 0;
    padding: 0;
    color: #fff;
    font-family: var(--feel-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.018em;
}

.feel-science-peptides__modal-description p,
.feel-science-peptides__modal-description ul,
.feel-science-peptides__modal-description ol {
    margin: 0;
    padding: 0;
}

.feel-science-peptides__modal-description p + p { margin-top: 0; }

/* Featured products area — same structure/names as the old page */
.feel-science-peptides__featured {
    margin: 26px 0 0;
    padding: 0;
    border: 0;
}

.feel-science-peptides__modal-productsHeader {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: var(--feel-display);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.feel-science-peptides__modal-viewAll {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0 1px;
    border-bottom: 1px solid currentColor;
    color: #fff;
    font-family: var(--feel-mono);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none;
}
.feel-science-peptides__modal-viewAll:hover { color: #fff; opacity: .75; }
.feel-science-peptides__modal-viewAll[hidden] { display: none !important; }

.feel-science-peptides__modal-products {
    margin: 13px 0 0;
    padding: 0;
}

.feel-science-peptides__modal-product {
    display: flex;
    min-width: 0;
    min-height: 95px;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 16px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--feel-modal-product);
    color: #fff;
}

.feel-science-peptides__modal-productMain {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 42px;
    color: #fff;
    text-decoration: none;
}
.feel-science-peptides__modal-productMain:hover { color: #fff; }

.feel-science-peptides__modal-productImage {
    display: flex;
    width: 43px;
    height: 54px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255,255,255,.24);
}

.feel-science-peptides__modal-productImage img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.feel-science-peptides__modal-productBody {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
}

.feel-science-peptides__modal-productTitleWrap {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.feel-science-peptides__modal-productTitle {
    min-width: 0;
    color: #fff;
    font-family: var(--feel-display);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.feel-science-peptides__modal-productTag {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 23px;
    align-items: center;
    margin: 0;
    padding: 2px 5px 1px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 1px;
    color: #fff;
    font-family: var(--feel-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.feel-science-peptides__modal-productText {
    margin: 7px 0 0;
    color: rgba(255,255,255,.82);
    font-family: var(--feel-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.feel-science-peptides__modal-productAdd {
    display: inline-flex;
    width: 93px;
    height: 35px;
    flex: 0 0 93px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 11px;
    background: transparent;
    color: #fff;
    font-family: var(--feel-display);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease;
}
.feel-science-peptides__modal-productAdd:hover {
    background: #fff;
    color: var(--feel-modal);
}

.feel-science-peptides__modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 14px 0 0;
    padding: 0;
    color: #fff;
}
.feel-science-peptides__modal-footer[hidden] { display: none !important; }

.feel-science-peptides__modal-nav {
    appearance: none;
    display: inline-grid;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 9px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.feel-science-peptides__modal-nav:disabled { opacity: .35; cursor: default; }
.feel-science-peptides__modal-navIcon { display: inline-flex; }
.feel-science-peptides__modal-pagination {
    min-width: 52px;
    text-align: center;
    font-family: var(--feel-mono);
    font-size: 13px;
    line-height: 1;
}

@keyframes feelPeptidesBackdropIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes feelPeptidesModalIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
    .feel-science-peptides { padding: 72px 20px 84px; }
    .feel-science-peptides__header {
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: start;
    }
    .feel-science-peptides__filters { justify-content: flex-start; }
    .feel-science-peptides__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .feel-science-peptides { padding: 56px 16px 68px; }
    .feel-science-peptides__header { margin-bottom: 32px; }
    .feel-science-peptides__title { font-size: 48px; }
    .feel-science-peptides__filter-button { font-size: 13px; min-height: 33px; padding: 7px 11px 6px; }
    .feel-science-peptides__grid { grid-template-columns: 1fr; gap: 8px; }
    .feel-science-peptides__card { min-height: 138px; padding: 34px 58px 27px 28px; border-radius: 25px; }
    .feel-science-peptides__card-title { font-size: 28px; }
    .feel-science-peptides__card-cta { right: 27px; }

    .feel-science-peptides__modal { padding: 12px; }
    .feel-science-peptides__modal-dialog {
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 24px);
        border-radius: 21px;
    }
    .feel-science-peptides__modal-scroll {
        max-height: calc(100dvh - 24px);
        padding: 26px 20px 22px;
    }
    .feel-science-peptides__modal-close { top: 28px; right: 20px; width: 34px; height: 34px; }
    .feel-science-peptides__modal-title { padding-right: 52px; padding-bottom: 16px; font-size: clamp(38px, 12vw, 48px); }
    .feel-science-peptides__modal-description { font-size: 16px; line-height: 1.48; }
    .feel-science-peptides__modal-productsHeader { font-size: 21px; }
    .feel-science-peptides__modal-viewAll { font-size: 13px; }
    .feel-science-peptides__modal-product { min-height: 88px; padding: 14px; gap: 10px; }
    .feel-science-peptides__modal-productMain { gap: 16px; }
    .feel-science-peptides__modal-productImage { width: 40px; height: 51px; flex-basis: 40px; }
    .feel-science-peptides__modal-productTitleWrap { flex-wrap: wrap; gap: 5px; }
    .feel-science-peptides__modal-productTitle { font-size: 18px; }
    .feel-science-peptides__modal-productAdd { width: 67px; flex-basis: 67px; height: 34px; font-size: 15px; }
}

@media (max-width: 430px) {
    .feel-science-peptides__modal-product { align-items: stretch; }
    .feel-science-peptides__modal-productMain { gap: 12px; }
    .feel-science-peptides__modal-productAdd { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
    .feel-science-peptides__modal-backdrop,
    .feel-science-peptides__modal-dialog { animation: none; }
    .feel-science-peptides *,
    .feel-science-peptides *::before,
    .feel-science-peptides *::after { scroll-behavior: auto !important; }
}
