.elementor-1724 .elementor-element.elementor-element-a3ab0e0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1724 .elementor-element.elementor-element-a3ab0e0:not(.elementor-motion-effects-element-type-background), .elementor-1724 .elementor-element.elementor-element-a3ab0e0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thevial.com/wp-content/uploads/2026/06/Subscribe-and-save-bd.png");}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1724 .elementor-element.elementor-element-56fa57c img{width:100%;}.elementor-1724 .elementor-element.elementor-element-89c2929{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1724 .elementor-element.elementor-element-56fa57c img{width:100%;height:110px;}}/* Start custom CSS for container, class: .elementor-element-a3ab0e0 */.elementor-1724 .elementor-element.elementor-element-a3ab0e0 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  aspect-ratio: 1600 / 611;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-25c77dc */@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700;800;900&display=swap');

.peptico-ss-dashboard,
.peptico-ss-dashboard * {
    box-sizing: border-box;
}

.peptico-ss-dashboard {
    --peptico-black: #111111;
    --peptico-white: #ffffff;
    --peptico-muted: rgba(17, 17, 17, 0.66);
    --peptico-border: rgba(17, 17, 17, 0.18);
    --peptico-radius-xl: 28px;
    --peptico-radius-lg: 20px;
    --peptico-radius-md: 14px;
    --peptico-radius-pill: 999px;

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--peptico-black);
    font-family: 'Fraunces', serif;
}

.peptico-ss-dashboard a {
    color: inherit;
}

.peptico-ss-shell {
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 100%;
}

.peptico-ss-card {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-xl);
    background: var(--peptico-white);
    color: var(--peptico-black);
    overflow: hidden;
}

.peptico-ss-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
}

.peptico-ss-kicker {
    margin: 0 0 8px;
    color: var(--peptico-muted);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.peptico-ss-title {
    margin: 0;
    color: var(--peptico-black);
    font-size: clamp(34px, 5vw, 62px);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
}

.peptico-ss-title--section {
    font-size: clamp(28px, 4vw, 46px);
}

.peptico-ss-copy {
    max-width: 780px;
    margin: 14px 0 0;
    color: var(--peptico-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.peptico-ss-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    max-width: 100%;
    padding: 10px 13px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-pill);
    background: var(--peptico-black);
    color: var(--peptico-white);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.peptico-ss-notice {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-md);
    background: var(--peptico-white);
    color: var(--peptico-black);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.peptico-ss-notice.is-success {
    background: var(--peptico-black);
    color: var(--peptico-white);
}

.peptico-ss-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.peptico-ss-actions--center {
    justify-content: center;
}

.peptico-ss-button,
.peptico-ss-dashboard button,
.peptico-ss-dashboard input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    padding: 12px 18px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-pill);
    background: var(--peptico-black);
    color: var(--peptico-white) !important;
    font-family: 'Fraunces', serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    overflow-wrap: anywhere;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.peptico-ss-button:hover,
.peptico-ss-dashboard button:hover,
.peptico-ss-dashboard input[type="submit"]:hover {
    background: var(--peptico-white);
    color: var(--peptico-black) !important;
    transform: translateY(-1px);
}

.peptico-ss-button.is-secondary,
.peptico-ss-dashboard button.is-secondary {
    background: var(--peptico-white);
    color: var(--peptico-black) !important;
}

.peptico-ss-button.is-secondary:hover,
.peptico-ss-dashboard button.is-secondary:hover {
    background: var(--peptico-black);
    color: var(--peptico-white) !important;
}

.peptico-ss-button.is-danger,
.peptico-ss-dashboard button.is-danger {
    background: var(--peptico-white);
    color: var(--peptico-black) !important;
}

.peptico-ss-button.is-danger:hover,
.peptico-ss-dashboard button.is-danger:hover {
    background: var(--peptico-black);
    color: var(--peptico-white) !important;
}

.peptico-ss-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.peptico-ss-metric {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-md);
    background: var(--peptico-white);
}

.peptico-ss-metric span {
    display: block;
    margin-bottom: 6px;
    color: var(--peptico-muted);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.peptico-ss-metric strong {
    display: block;
    color: var(--peptico-black);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.peptico-ss-subscriptions {
    display: grid;
    gap: 12px;
}

.peptico-ss-sub-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-lg);
    background: var(--peptico-white);
}

.peptico-ss-sub-card h3 {
    margin: 0;
    color: var(--peptico-black);
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.peptico-ss-sub-card p {
    margin: 8px 0 0;
    color: var(--peptico-muted);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.peptico-ss-section {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.peptico-ss-section h3 {
    margin: 0 0 10px;
    color: var(--peptico-black);
    font-size: 24px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.peptico-ss-section p {
    margin: 0 0 14px;
    color: var(--peptico-muted);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.peptico-ss-search {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-pill);
    background: var(--peptico-white);
    color: var(--peptico-black);
    font-family: 'Fraunces', serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}

.peptico-ss-search:focus {
    background: var(--peptico-black);
    color: var(--peptico-white);
}

.peptico-ss-search:focus::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.peptico-ss-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 100%;
}

.peptico-ss-product {
    display: grid;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
    padding: 16px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-lg);
    background: var(--peptico-white);
    overflow: hidden;
}

.peptico-ss-product.is-hidden {
    display: none;
}

.peptico-ss-product-top {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    max-width: 100%;
}

.peptico-ss-product-image {
    width: 64px;
    height: 64px;
    border: 1px solid var(--peptico-black);
    border-radius: 14px;
    background: #f7f7f7;
    overflow: hidden;
}

.peptico-ss-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.peptico-ss-product-image span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--peptico-black);
    font-size: 18px;
    font-weight: 800;
}

.peptico-ss-product h4 {
    margin: 0;
    color: var(--peptico-black);
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
}

.peptico-ss-product-meta {
    margin: 6px 0 0;
    color: var(--peptico-muted);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    overflow-wrap: anywhere;
}

/* Quantity .elementor-1724 .elementor-element.elementor-element-25c77dc */

.peptico-ss-product-pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
}

.peptico-ss-product-price-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-height: 74px;
    padding: 15px 15px 13px;
    border: 1px solid var(--peptico-black);
    border-radius: 15px;
    background: var(--peptico-white);
    color: var(--peptico-black) !important;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    overflow: visible;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.peptico-ss-product-price-box:hover,
.peptico-ss-product-price-box.is-active {
    background: var(--peptico-black);
    color: var(--peptico-white) !important;
    transform: translateY(-1px);
}

.peptico-ss-product-price-box-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    min-width: 0;
}

.peptico-ss-product-price-box-qty {
    display: block;
    color: inherit;
    font-size: 22px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.peptico-ss-product-price-box-label {
    display: block;
    color: inherit;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.peptico-ss-product-price-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    text-align: right;
    min-width: 0;
}

.peptico-ss-product-price-box-right strong {
    display: block;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.peptico-ss-product-price-box-right em {
    display: block;
    color: inherit;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    opacity: 0.82;
    white-space: nowrap;
}

.peptico-ss-price-tag {
    position: absolute;
    top: -10px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 19px;
    padding: 4px 8px;
    border: 1px solid var(--peptico-black);
    border-radius: 999px;
    background: var(--peptico-black);
    color: var(--peptico-white);
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}

.peptico-ss-product-price-box:hover .peptico-ss-price-tag,
.peptico-ss-product-price-box.is-active .peptico-ss-price-tag {
    background: var(--peptico-white);
    color: var(--peptico-black);
}

.peptico-ss-product-form {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    margin: 0;
    max-width: 100%;
}

.peptico-ss-qty-field {
    display: grid;
    gap: 5px;
}

.peptico-ss-qty-field label {
    color: var(--peptico-muted);
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.peptico-ss-dashboard input[type="number"] {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--peptico-black);
    border-radius: 999px;
    background: var(--peptico-white);
    color: var(--peptico-black);
    font-family: 'Fraunces', serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    outline: none;
    box-shadow: none;
    text-align: center;
}

/* Tables */

.peptico-ss-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-lg);
    background: var(--peptico-white);
    -webkit-overflow-scrolling: touch;
}

.peptico-ss-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--peptico-white);
}

.peptico-ss-table th,
.peptico-ss-table td {
    padding: 14px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    color: var(--peptico-black);
    text-align: center;
    vertical-align: middle;
}

.peptico-ss-table th {
    color: var(--peptico-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.peptico-ss-table td {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.peptico-ss-table tr:last-child td {
    border-bottom: 0;
}

.peptico-ss-table form {
    margin: 0;
}

.peptico-ss-pause-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.peptico-ss-empty {
    padding: 24px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-lg);
    background: var(--peptico-white);
    text-align: center;
}

.peptico-ss-empty--spaced {
    margin-top: 18px;
}

.peptico-ss-empty h3 {
    margin: 0;
    color: var(--peptico-black);
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.peptico-ss-empty p {
    margin: 12px auto 0;
    max-width: 620px;
    color: var(--peptico-muted);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.peptico-ss-phase-note {
    padding: 16px;
    border: 1px solid var(--peptico-black);
    border-radius: var(--peptico-radius-md);
    background: var(--peptico-white);
    color: var(--peptico-muted);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
}

.peptico-ss-phase-note--spaced {
    margin-top: 18px;
}

.peptico-ss-phase-note strong {
    color: var(--peptico-black);
    font-weight: 800;
}

.peptico-ss-pending {
    border-width: 2px;
}

/* Responsive */

@media (max-width: 1180px) {
    .peptico-ss-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .peptico-ss-metrics,
    .peptico-ss-pause-grid {
        grid-template-columns: 1fr;
    }

    .peptico-ss-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .peptico-ss-dashboard {
        overflow-x: hidden;
    }

    .peptico-ss-card {
        padding: 18px;
        border-radius: 20px;
    }

    .peptico-ss-hero,
    .peptico-ss-sub-card {
        grid-template-columns: 1fr;
    }

    .peptico-ss-title {
        font-size: 38px;
        line-height: 0.95;
    }

    .peptico-ss-title--section {
        font-size: 32px;
    }

    .peptico-ss-copy {
        font-size: 14px;
        line-height: 1.55;
    }

    .peptico-ss-badge {
        width: max-content;
        max-width: 100%;
    }

    .peptico-ss-products {
        grid-template-columns: 1fr;
    }

    .peptico-ss-actions {
        flex-direction: column;
    }

    .peptico-ss-button,
    .peptico-ss-dashboard button,
    .peptico-ss-dashboard input[type="submit"] {
        width: 100%;
    }

    .peptico-ss-product-form {
        grid-template-columns: 1fr;
    }

    .peptico-ss-product-price-box {
        min-height: 68px;
        padding: 14px 14px 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .peptico-ss-product-price-box-qty {
        font-size: 20px;
    }

    .peptico-ss-product-price-box-label {
        font-size: 9px;
    }

    .peptico-ss-product-price-box-right strong {
        font-size: 18px;
    }

    .peptico-ss-product-price-box-right em {
        font-size: 9px;
    }

    .peptico-ss-price-tag {
        left: 12px;
        font-size: 7px;
        min-height: 18px;
        padding: 4px 7px;
    }

    .peptico-ss-table-wrap {
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .peptico-ss-table,
    .peptico-ss-table thead,
    .peptico-ss-table tbody,
    .peptico-ss-table tr,
    .peptico-ss-table th,
    .peptico-ss-table td {
        display: block;
        width: 100%;
    }

    .peptico-ss-table thead {
        display: none;
    }

    .peptico-ss-table tbody {
        display: grid;
        gap: 12px;
    }

    .peptico-ss-table tr {
        border: 1px solid var(--peptico-black);
        border-radius: 16px;
        background: var(--peptico-white);
        overflow: hidden;
    }

    .peptico-ss-table td {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        min-height: 52px;
        padding: 13px 14px;
        border-bottom: 1px solid rgba(17, 17, 17, 0.14);
        text-align: right;
        overflow-wrap: anywhere;
    }

    .peptico-ss-table tr td:last-child {
        border-bottom: 0;
    }

    .peptico-ss-table td::before {
        color: var(--peptico-muted);
        font-size: 10px;
        line-height: 1.2;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-align: left;
    }

    .peptico-ss-table--pending td:nth-child(1)::before,
    .peptico-ss-table--current td:nth-child(1)::before {
        content: "Product";
    }

    .peptico-ss-table--pending td:nth-child(2)::before,
    .peptico-ss-table--current td:nth-child(2)::before {
        content: "Qty";
    }

    .peptico-ss-table--pending td:nth-child(3)::before,
    .peptico-ss-table--current td:nth-child(3)::before {
        content: "Discount";
    }

    .peptico-ss-table--pending td:nth-child(4)::before {
        content: "Remove";
    }

    .peptico-ss-table--current td:nth-child(4)::before {
        content: "Line Total";
    }

    .peptico-ss-table--current td:nth-child(5)::before {
        content: "Remove";
    }

    .peptico-ss-table td .peptico-ss-button,
    .peptico-ss-table td button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .peptico-ss-card {
        padding: 14px;
        border-radius: 18px;
    }

    .peptico-ss-title {
        font-size: 32px;
    }

    .peptico-ss-title--section {
        font-size: 28px;
    }

    .peptico-ss-product {
        padding: 13px;
        border-radius: 16px;
    }

    .peptico-ss-product-top {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
    }

    .peptico-ss-product-image {
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }

    .peptico-ss-product h4 {
        font-size: 15px;
    }

    .peptico-ss-product-meta {
        font-size: 11px;
    }

    .peptico-ss-product-price-box {
        min-height: 64px;
        padding: 13px 12px 11px;
        border-radius: 14px;
    }

    .peptico-ss-product-price-box-qty {
        font-size: 18px;
    }

    .peptico-ss-product-price-box-label {
        font-size: 8px;
    }

    .peptico-ss-product-price-box-right strong {
        font-size: 16px;
    }

    .peptico-ss-product-price-box-right em {
        font-size: 8px;
    }

    .peptico-ss-search {
        border-radius: 16px;
        font-size: 14px;
    }

    .peptico-ss-table td {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .peptico-ss-table td::before {
        margin-bottom: 2px;
    }
}
.peptico-ss-empty.peptico-ss-empty--spaced {
    text-align: left;
}

.peptico-ss-empty.peptico-ss-empty--spaced h3,
.peptico-ss-empty.peptico-ss-empty--spaced p {
    text-align: left;
}

.peptico-ss-empty.peptico-ss-empty--spaced p {
    margin-left: 0;
    margin-right: 0;
}/* End custom CSS */
/* Start custom CSS */.bottle {
  --rotate: 0deg;
  animation: float 2.5s ease-in-out infinite;
}

.bottle-left {
  --rotate: 15deg;
  animation-duration: 3.4s;
}

.bottle-center {

  animation-duration: 2.5s;
}

.bottle-right {
  --rotate: -15deg;
  animation-duration: 3.4s;
}
.bottle-second {
  --rotate: 15deg;
  animation-duration: 3.4s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(var(--rotate));
  }

  50% {
    transform: translate(0, -10px) rotate(var(--rotate));
  }
}/* End custom CSS */