body.pippa-gallery-lightbox-is-open {
    overflow: hidden;
}

.product-simple,
.pippa-product-components {
    --product-simple-bg: #FFFFFF;
    --product-simple-card: #FFFFFF;
    --product-simple-soft: #b3bcad;
    --product-simple-button-hover: #a3ac9d;
    --product-simple-border: #eadbd5;
    --product-simple-accent: #cdb1a6;
    --product-simple-text: #9a9a9a;
    --product-simple-muted: #9a9a9a;
    --product-simple-title: #777777;
    --product-simple-serif: "Cormorant", serif;
    --product-simple-radius: 4px;
    --product-simple-max-width: none;
    --product-simple-gutter: 0px;
    --product-simple-space-sm: 14px;
    --product-simple-space-md: 20px;
    --product-simple-space-lg: 28px;
    --product-simple-control-height: 48px;
}

.product-simple {
    width: 100%;
    max-width: var(--product-simple-max-width);
    margin: clamp(20px, 3vw, 40px) 0 clamp(48px, 5vw, 64px);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
    color: var(--product-simple-text);
    font-family: "Montserrat", Sans-serif;
}

body:has(.product-simple) .woocommerce-notices-wrapper .woocommerce-message,
body:has(.product-simple) .woocommerce-notices-wrapper .woocommerce-info,
.has-product-simple-shortcode .woocommerce-notices-wrapper .woocommerce-message,
.has-product-simple-shortcode .woocommerce-notices-wrapper .woocommerce-info {
    display: none;
}

/* Core layout and gallery. */
.product-simple *,
.product-simple *::before,
.product-simple *::after {
    box-sizing: border-box;
}

/* El tema padre (hello-biz) trae "button:hover{background-color:#c36}"
 * (rojo/magenta) genérico para CUALQUIER botón del sitio. Se anula aquí
 * para todo el shortcode; los botones que sí quieren un color de hover
 * (agregar al carrito, pills de tamaño, flechas, lightbox) lo definen
 * más abajo con selectores más específicos que ganan sobre este reset. */
.product-simple button:hover,
.product-simple button:focus-visible,
.product-simple button:active {
    background-color: transparent !important;
    border-color: inherit !important;
    color: inherit !important;
}

.pippa-product-gallery {
    position: relative;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
}

.pippa-product-gallery__stage {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    background: var(--product-simple-card);
    border-radius: 0;
    overflow: hidden;
}

.pippa-product-gallery__image {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.pippa-product-gallery__image.is-contain {
    object-fit: contain;
    background: #FFFFFF;
}

.pippa-gallery-nav {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0;
    padding: 0 14px;
    pointer-events: none;
}

.pippa-gallery-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    color: #FFFFFF !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: drop-shadow(0 1px 2px var(--pipp-shadow-color));
    transition: opacity 0.25s ease;
}

.pippa-gallery-arrow svg {
    display: block;
    width: 10px;
    height: 28px;
}

.pippa-gallery-arrow:hover,
.pippa-gallery-arrow:focus-visible {
    background: none !important;
    color: #FFFFFF !important;
    opacity: 0.7;
    outline: none;
}

.product-simple__media {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.product-simple__image {
    margin: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border: none !important;
    background: transparent !important;
    cursor: zoom-in;
    appearance: none;
    color: inherit;
}

button.product-simple__image {
    width: 100%;
    font: inherit;
}

.product-simple__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.product-simple__image:focus-visible {
    outline: 2px solid var(--product-simple-soft);
    outline-offset: 4px;
}

.product-simple__image--placeholder img {
    width: min(320px, 70%);
    height: auto;
}

.pippa-gallery-lightbox[hidden] {
    display: none;
}

.pippa-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(12px, 3vw, 34px);
}

.pippa-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    border: 0;
    background: rgba(20, 20, 20, 0.72) !important;
    cursor: zoom-out;
}

.pippa-gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 1440px);
    height: min(92vh, 940px);
    display: grid;
    place-items: center;
    background: transparent;
}

.pippa-gallery-lightbox__close,
.pippa-gallery-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--product-simple-title) !important;
    opacity: 1;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.pippa-gallery-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.pippa-gallery-lightbox__close:hover,
.pippa-gallery-lightbox__close:focus-visible,
.pippa-gallery-lightbox__nav:hover,
.pippa-gallery-lightbox__nav:focus-visible {
    background: var(--product-simple-accent) !important;
    border-color: var(--product-simple-accent) !important;
    color: #FFFFFF !important;
    outline: 2px solid var(--product-simple-border);
    outline-offset: 2px;
}

.pippa-gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 34px;
    transform: translateY(-50%);
}

.pippa-gallery-lightbox__nav--prev {
    left: 0;
}

.pippa-gallery-lightbox__nav--next {
    right: 0;
}

.pippa-gallery-lightbox__viewport {
    width: calc(100% - 120px);
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: transparent;
    border-radius: 14px;
    touch-action: none;
}

.pippa-gallery-lightbox__image {
    height: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    cursor: zoom-in;
    user-select: none;
    transform: translate3d(var(--gallery-pan-x, 0px), var(--gallery-pan-y, 0px), 0) scale(var(--gallery-zoom, 1));
    transform-origin: center;
    transition: transform 0.12s ease-out;
}

.pippa-gallery-lightbox__image.is-zoomed {
    cursor: grab;
}

.pippa-gallery-lightbox__image[src=""] {
    display: none;
}

.pippa-gallery-lightbox__image.is-dragging {
    cursor: grabbing;
    transition: none;
}

.product-simple__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 100%;
    align-self: stretch;
}

/* Product summary. */
.product-simple__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
    color: var(--product-simple-text);
    font-family: var(--product-simple-serif);
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.product-simple__categories a {
    color: inherit;
    text-decoration: none;
}

.product-simple__categories a:hover {
    color: var(--product-simple-accent) !important;
}

.product-simple__title {
    margin: 0 0 14px;
    max-width: 560px;
    color: var(--product-simple-title);
    font-family: "Montserrat", Sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

.product-simple__price {
    margin: 14px 0 16px;
    color: var(--product-simple-title);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.product-simple__price del {
    color: var(--product-simple-muted);
    font-weight: 500;
}

.product-simple__price ins {
    text-decoration: none;
}

/* Reversible / Guía de medidas rows. */
.product-simple__reversible,
.product-simple__size-guide {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 480px;
    margin: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    color: var(--product-simple-text) !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    cursor: default;
}

.product-simple__size-guide {
    cursor: pointer;
}

.product-simple__size-guide:hover,
.product-simple__size-guide:focus-visible {
    background: none !important;
    color: var(--product-simple-text) !important;
}

.product-simple__icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 0;
}

.product-simple__reversible-icon,
.product-simple__size-guide-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.product-simple__reversible-label,
.product-simple__size-guide-label {
    flex: 0 0 auto;
}

body.product-simple-size-modal-open { overflow: hidden; }
.product-simple__size-modal[hidden] { display: none !important; }
.product-simple__size-modal { position: fixed; z-index: 3000; inset: 0; display: grid; padding: 24px; place-items: center; }
.product-simple__size-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: rgb(45 40 36 / 48%) !important; }
.product-simple__size-modal-dialog { position: relative; z-index: 1; width: min(100%, 600px); padding: 34px 26px 32px; border: 1px solid #d8cec5; border-radius: 10px; background: #f8f6f1; box-shadow: 0 18px 45px rgb(45 40 36 / 22%); box-sizing: border-box; }
.product-simple__size-modal-close { position: absolute; top: 10px; right: 12px; display: grid; width: 32px; height: 32px; padding: 0; place-items: center; border: 0; background: transparent !important; color: #8a8986 !important; font-size: 25px; line-height: 1; }
.product-simple__size-modal-dialog h2 { margin: 0 42px 14px 0; color: #777; font-family: "Montserrat",sans-serif; font-size: 21px; font-style: italic; font-weight: 700; text-transform: uppercase; }
.product-simple__size-modal-dialog > p { margin: 0 0 18px; color: #999; font-size: 15px; line-height: 1.6; }
.product-simple__size-table { width: 100%; margin: 0; border-collapse: collapse; background: transparent; table-layout: fixed; }
.product-simple__size-table th,.product-simple__size-table td { height: 88px; padding: 14px 12px; border: 1px solid #ddd7d0; color: #858585; font-size: 16px; text-align: center; vertical-align: middle; }
.product-simple__size-table thead th { height: 58px; background: #d0b3a8; color: #fff; font-weight: 700; text-transform: uppercase; }
.product-simple__size-table tbody th { font-weight: 700; text-transform: uppercase; }

@media (max-width:600px) {
    .product-simple__size-modal { padding: 14px; }
    .product-simple__size-modal-dialog { max-height: calc(100vh - 28px); padding: 30px 16px 20px; overflow-y: auto; }
    .product-simple__size-modal-dialog h2 { font-size: 18px; line-height: 1.2; }
    .product-simple__size-modal-dialog > p { font-size: 13px; }
    .product-simple__size-table th,.product-simple__size-table td { height: auto; padding: 12px 7px; font-size: 12px; }
}

.product-simple__size-guide-label {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--product-simple-border);
}

.product-simple__reversible-swatches {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
}

.product-simple__reversible-swatch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent !important;
    background: none !important;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.product-simple__reversible-swatch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-simple__reversible-swatch.is-active {
    border-color: var(--product-simple-accent) !important;
}

.product-simple__reversible-swatch:hover,
.product-simple__reversible-swatch:focus-visible {
    background: none !important;
    border-color: var(--product-simple-accent) !important;
}

.product-simple__excerpt {
    max-width: 480px;
    margin-top: 10px;
    color: var(--product-simple-muted);
    font-size: 14px;
    line-height: 1.6;
}

.product-simple__excerpt p {
    margin: 0 0 10px;
}

.product-simple__stock {
    margin: var(--product-simple-space-sm) 0 0;
    padding: 10px 12px;
    border: 1px solid var(--product-simple-border);
    border-radius: var(--product-simple-radius);
    background: var(--product-simple-card);
    color: var(--product-simple-muted);
    font-size: 13px;
}

.product-simple__stock .stock {
    margin: 0;
    color: inherit;
}

/* wc_get_stock_html() marca "sin existencias" con la clase .out-of-stock;
 * se fuerza el color propio para no heredar el rojo por defecto de WooCommerce/tema. */
.product-simple__stock .stock.out-of-stock {
    color: var(--product-simple-accent);
}

.product-simple__cart {
    margin-top: 24px;
    padding: 0;
    background: none;
    border: 0;
}

/* Panel de compra propio (selección de variantes + carrito). No usa
 * ninguna clase de WooCommerce ni del plugin de swatches. */
.product-simple__attribute-label {
    margin: 0 0 10px;
    color: var(--product-simple-text);
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.product-simple__attribute-label [data-product-simple-selected-value] {
    text-transform: lowercase;
}

.product-simple__options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
}

.product-simple__option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    min-width: 90px;
    min-height: var(--product-simple-control-height);
    margin: 0;
    padding: 10px 20px;
    border: 1px solid var(--product-simple-border) !important;
    border-radius: var(--product-simple-radius);
    background: #FFFFFF !important;
    color: var(--product-simple-accent) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--product-simple-serif);
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    cursor: pointer;
    transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.product-simple__option:hover,
.product-simple__option:focus-visible,
.product-simple__option.is-selected {
    background: var(--product-simple-accent) !important;
    border-color: var(--product-simple-accent) !important;
    color: #FFFFFF !important;
}

.product-simple__cart-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--product-simple-space-sm);
    align-items: center;
}

.product-simple__qty {
    flex: 0 0 76px;
    width: 76px;
    min-width: 0;
    min-height: var(--product-simple-control-height);
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--product-simple-border);
    border-radius: var(--product-simple-radius);
    background: var(--product-simple-card);
    color: var(--product-simple-text);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    outline: none;
}

.product-simple__qty:focus,
.product-simple__qty:focus-visible {
    border-color: var(--product-simple-accent) !important;
    outline: 2px solid var(--product-simple-border);
    outline-offset: 1px;
}

.product-simple__add-to-cart {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    min-width: 0;
    min-height: var(--product-simple-control-height);
    padding: 10px 22px;
    border: 1px solid var(--product-simple-soft) !important;
    border-radius: var(--product-simple-radius);
    background: var(--product-simple-soft) !important;
    color: #FFFFFF !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.product-simple__add-to-cart:hover,
.product-simple__add-to-cart:focus-visible {
    background: var(--product-simple-button-hover) !important;
    border-color: var(--product-simple-button-hover) !important;
    color: #FFFFFF !important;
    outline: none;
}

.product-simple__add-to-cart:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.product-simple__cart-feedback {
    width: 100%;
    margin: 8px 0 0;
    color: var(--product-simple-text);
    font-size: 12px;
}

/* Accordions. */
.product-simple__accordions {
    margin-top: var(--product-simple-space-lg);
    padding: 6px 26px;
    background: var(--product-simple-card);
    border: 1px solid var(--product-simple-border);
    border-radius: var(--product-simple-radius);
}

.product-simple__accordion + .product-simple__accordion,
.product-simple__accordions > .product-desc + .product-desc {
    border-top: 1px solid var(--product-simple-border);
}

.product-simple__accordion > summary,
.product-simple__accordions > .product-desc > summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 54px;
    padding: 0 28px 0 0;
    color: var(--product-simple-text);
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    list-style: none;
    text-transform: uppercase;
}

.product-simple__accordion > summary::-webkit-details-marker,
.product-simple__accordions > .product-desc > summary::-webkit-details-marker {
    display: none;
}

.product-simple__accordion > summary::after,
.product-simple__accordions > .product-desc > summary::after {
    content: "+";
    position: absolute;
    right: 2px;
    top: 50%;
    color: var(--product-simple-accent);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.product-simple__accordion[open] > summary::after,
.product-simple__accordions > .product-desc[open] > summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.product-simple__accordion-content,
.product-simple__accordions > .product-desc > .product-desc__content {
    padding: 0 0 16px;
    color: var(--product-simple-muted);
    font-size: 14px;
    line-height: 1.6;
}

.product-simple__accordion-content p,
.product-simple__accordion-content ul,
.product-simple__accordions > .product-desc .product-desc__content p,
.product-simple__accordions > .product-desc .product-desc__content ul {
    margin-top: 0;
}

.product-simple__accordion-content ul {
    padding-left: 18px;
}

.product-simple__accordion-content .product-desc {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid var(--product-simple-border);
}

.product-simple__accordion-content .product-desc:first-of-type {
    border-top: 0;
    padding-top: 4px;
}

.product-simple__accordion-content .product-desc summary,
.product-simple__accordions > .product-desc .product-desc summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: auto;
    padding: 0 24px 0 0;
    color: var(--product-simple-text);
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    list-style: none;
    text-transform: uppercase;
}

.product-simple__accordion-content .product-desc summary::-webkit-details-marker,
.product-simple__accordions > .product-desc .product-desc summary::-webkit-details-marker {
    display: none;
}

.product-simple__accordion-content .product-desc summary::after,
.product-simple__accordions > .product-desc .product-desc summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    color: var(--product-simple-accent);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.product-simple__accordion-content .product-desc[open] summary::after,
.product-simple__accordions > .product-desc .product-desc[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.product-simple__accordion-content .product-desc__content,
.product-simple__accordions > .product-desc .product-desc__content {
    padding-top: 10px;
}

.product-simple__accordion-content .product-desc__content > :last-child,
.product-simple__accordions > .product-desc .product-desc__content > :last-child {
    margin-bottom: 0;
}

.product-simple__accordion-content table,
.product-simple__accordions table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.product-simple__accordion-content th,
.product-simple__accordion-content td {
    padding: 8px 0;
    border-bottom: 1px solid var(--product-simple-border);
    text-align: left;
}

.product-simple-admin-notice {
    max-width: 920px;
    margin: 24px auto;
    padding: 12px 16px;
    border: 1px solid #eadbd5;
    border-radius: 8px;
    background: #FFFFFF;
    color: #9a9a9a;
    font-size: 14px;
}

@media (max-width: 900px) {
    .product-simple {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-block: 24px 48px;
    }

    .product-simple__summary {
        height: auto;
        justify-content: flex-start;
        align-self: start;
    }

    .product-simple__accordions {
        padding: 4px 18px;
    }

    .product-simple__cart-actions {
        align-items: stretch;
    }
}

@media (max-width: 560px) {

    .product-simple {
        width: calc(100% - 32px);
    }

    .pippa-gallery-nav {
        gap: 10px;
    }

    .pippa-gallery-lightbox {
        padding: 10px;
    }

    .pippa-gallery-lightbox__dialog {
        width: 100%;
        height: 92vh;
    }

    .pippa-gallery-lightbox__viewport {
        width: calc(100% - 72px);
        height: 100%;
    }

    .pippa-gallery-lightbox__close,
    .pippa-gallery-lightbox__nav {
        width: 40px;
        height: 40px;
    }

    .pippa-gallery-lightbox__close {
        top: 0;
        right: 0;
    }

    .product-simple__cart-actions {
        width: 100%;
    }
}
/* Producción y entrega: componente compartido por productos y Doodle Alphabet. */
.pippa-order-timeline{width:100%;margin:30px 0 26px;color:#777;font-family:"Montserrat",sans-serif}
.pippa-order-timeline__production{margin:0 0 24px;padding:4px 0 4px 14px;border-left:4px solid #cfae9f;color:#a8877b;font-size:15px;font-style:italic;font-weight:700;line-height:1.45}
.pippa-order-timeline__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.pippa-order-timeline__step{min-width:0;text-align:center}
.pippa-order-timeline__icon-row{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:11px}
.pippa-order-timeline__icon-row img{display:block;width:58px;height:58px;flex:0 0 58px;object-fit:contain}
.pippa-order-timeline__icon-row span{position:absolute;top:50%;left:calc(50% + 38px);display:block;width:calc(100% - 76px);height:2px;transform:translateY(-50%);background:#cfae9f}
.pippa-order-timeline__step strong,.pippa-order-timeline__step small{display:block;padding:0 6px}
.pippa-order-timeline__step strong{font-size:13px;font-weight:600;line-height:1.25}
.pippa-order-timeline__step small{margin-top:5px;font-size:10px;line-height:1.4}

@media(max-width:480px){
 .pippa-order-timeline{margin-top:25px}
 .pippa-order-timeline__production{font-size:13px}
 .pippa-order-timeline__icon-row img{width:50px;height:50px;flex-basis:50px}
 .pippa-order-timeline__icon-row span{left:calc(50% + 31px);width:calc(100% - 62px)}
 .pippa-order-timeline__step strong{font-size:11px}
 .pippa-order-timeline__step small{font-size:9px}
}
