.pipp-home-page {
    margin: 0;
    background-color: #F4F1EA;
    font-family: "Montserrat", sans-serif;
}

html { scroll-behavior: smooth; }
#home-products, #playmats-catalog, #doodle-catalog { scroll-margin-top: 100px; }

.pipp-home-page button,
.pipp-home-page input,
.pipp-home-page select,
.pipp-home-page textarea {
    font-family: "Montserrat", sans-serif;
}

.pipp-home-page h1,
.pipp-home-page h2,
.pipp-home-page h3,
.pipp-home-page h4,
.pipp-home-page h5,
.pipp-home-page h6,
.pipp-home-page p,
.pipp-home-page a,
.pipp-home-page li,
.pipp-home-page blockquote {
    font-family: "Montserrat", sans-serif;
}

.pipp-home-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
}

.pipp-shipping-bar {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 24px;
    background-color: #D0B3A8;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: .01em;
    text-align: center;
    max-height: 60px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .4s ease, min-height .4s ease, padding .4s ease, opacity .25s ease;
}

.pipp-home-header.is-scrolled .pipp-shipping-bar {
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.pipp-shipping-bar svg {
    width: 31px;
    min-width: 31px;
    height: 24px;
    color: #FFFFFF;
}

.pipp-shipping-bar svg path {
    fill: none !important;
    stroke: #FFFFFF !important;
}

.pipp-nav-background {
    width: 100%;
    background-color: transparent;
    transition: background-color .3s ease;
}

.pipp-nav-shell {
    display: grid;
    width: min(calc(100% - 80px), 1536px);
    min-height: 100px;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: minmax(220px, 1fr) auto minmax(150px, 1fr);
    gap: 32px;
    padding: 18px 0;
    transition: min-height .3s ease, padding .3s ease;
}

.pipp-home-header.is-scrolled .pipp-nav-background,
.pipp-home-header.is-menu-open .pipp-nav-background,
.pipp-home-header.is-search-open .pipp-nav-background,
.pipp-home-header:hover .pipp-nav-background,
.pipp-home-header:focus-within .pipp-nav-background {
    background-color: #B8C1B0;
}

.pipp-home-header.is-scrolled .pipp-nav-shell,
.pipp-home-header.is-menu-open .pipp-nav-shell {
    min-height: 94px;
}

.pipp-brand {
    display: inline-flex;
    width: min(100%, 300px);
    justify-self: start;
}

.pipp-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.pipp-primary-nav .pipp-menu {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.8vw, 48px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.pipp-menu li {
    position: relative;
    list-style: none;
}

.pipp-menu a {
    display: block;
    padding: 12px 0;
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
    text-decoration: none;
    white-space: nowrap;
}

.pipp-menu a:hover,
.pipp-menu a:focus {
    color: #F4F1EA !important;
}

.pipp-menu .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 9px;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    vertical-align: middle;
}

.pipp-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 250px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    background-color: #F5F5F5;
    list-style: none;
    opacity: 0;
    transform: translate(-50%, 8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.pipp-menu .sub-menu a {
    padding: 14px 28px;
    border-bottom: 1px solid #CBC5BC;
    color: #7E7E7E !important;
    font-size: 14px;
    text-align: left;
}

.pipp-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

.pipp-menu .sub-menu a:hover,
.pipp-menu .sub-menu a:focus {
    background-color: #F4F1EA;
    color: #D0B3A8 !important;
}

.pipp-menu li:hover > .sub-menu,
.pipp-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.pipp-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.pipp-header-actions a {
    position: relative;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.pipp-header-actions img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.pipp-cart-link span {
    position: absolute;
    top: -8px;
    right: -9px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background-color: #D0B3A8;
    color: #FFFFFF;
    font-size: 10px;
}

.pipp-search-panel {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    border-top: 1px solid rgb(126 126 126 / 18%);
    background: #F4F1EA;
    color: #7E7E7E;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height .35s ease, opacity .25s ease, transform .25s ease, visibility .25s ease;
    box-shadow: 0 18px 35px rgb(88 74 63 / 12%);
}

.pipp-search-backdrop {
    position: fixed;
    z-index: 999;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgb(45 40 36 / 0%);
    visibility: hidden;
    opacity: 0;
    cursor: default;
    transition: background-color .25s ease, opacity .25s ease, visibility .25s ease;
}

.pipp-search-backdrop.is-visible {
    background: rgb(73 66 61 / 28%);
    visibility: visible;
    opacity: 1;
}

.pipp-home-header.is-search-open .pipp-search-panel {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.pipp-search-panel__inner {
    position: relative;
    width: min(calc(100% - 80px), 1060px);
    margin: 0 auto;
    padding: 32px 0 36px;
}

.pipp-search-form {
    width: calc(100% - 64px);
    margin: 0;
}

.pipp-search-form label {
    display: block;
    margin-bottom: 10px;
    color: #7E7E7E;
    font-family: "Cormorant", serif;
    font-size: 28px;
    font-weight: 500;
}

.pipp-search-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
}

.pipp-search-field input[type="search"] {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    border: 1px solid #D8CEC5;
    border-right: 0;
    border-radius: 0;
    background: #FFFFFF;
    color: #7E7E7E;
    font-size: 15px;
    box-shadow: none;
}

.pipp-search-field input[type="search"]:focus {
    border-color: #D0B3A8;
    outline: 2px solid rgb(208 179 168 / 22%);
}

.pipp-search-field button,
.pipp-search-field button:hover,
.pipp-search-field button:focus {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid #D0B3A8;
    border-radius: 0;
    background: #D0B3A8;
    color: #FFFFFF;
    font-family: "Cormorant", serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1;
}

.pipp-search-close {
    position: absolute;
    top: 32px;
    right: 0;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #D8CEC5;
    border-radius: 50%;
    background: transparent;
    color: #7E7E7E;
    font-size: 27px;
    line-height: 1;
}

.pipp-search-suggestions-title,
.pipp-search-categories-title {
    width: 100%;
    margin: 24px 0 10px;
    color: #7E7E7E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pipp-search-categories-title{margin-top:22px}
.pipp-search-categories{display:grid;width:100%;margin:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pipp-search-categories a{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid #e1d8d0;background:#fff;color:#7e7e7e!important;font-size:12px;font-weight:600;text-transform:uppercase}
.pipp-search-categories a:hover,.pipp-search-categories a:focus{border-color:#d0b3a8;background:#fbf7f3;color:#a8877b!important}
.pipp-search-categories a span{margin-left:8px;font-size:17px;font-weight:400}
.pipp-search-categories + .pipp-search-suggestions-title{margin-top:22px}

.pipp-search-results {
    display: grid;
    width: 100%;
    min-height: 76px;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pipp-search-results[hidden],
.pipp-search-suggestions-title[hidden] {
    display: none;
}

.pipp-search-results.is-loading {
    opacity: .55;
}

.pipp-search-result {
    display: grid;
    min-width: 0;
    min-height: 78px;
    align-items: center;
    padding: 10px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    border: 1px solid #E1D8D0;
    background: #FFFFFF;
    color: #7E7E7E !important;
}

.pipp-search-result:hover,
.pipp-search-result:focus {
    border-color: #D0B3A8;
    background: #FBF7F3;
    color: #7E7E7E !important;
}

.pipp-search-result img {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    object-fit: cover;
}

.pipp-search-result span {
    min-width: 0;
}

.pipp-search-result strong,
.pipp-search-result small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pipp-search-result strong {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.pipp-search-result small {
    font-size: 12px;
}

.pipp-search-result b {
    font-size: 20px;
    font-weight: 400;
}

.pipp-search-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 22px;
    border: 1px solid #E1D8D0;
    background: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .pipp-search-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
    .pipp-home-header.is-search-open .pipp-search-panel {
        max-height: calc(100vh - 78px);
        overflow-y: auto;
    }

    .pipp-search-panel__inner {
        width: 100%;
        padding: 22px 14px 26px;
        box-sizing: border-box;
    }

    .pipp-search-form {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }

    .pipp-search-form label {
        min-height: 36px;
        padding-right: 52px;
        font-size: 23px;
        line-height: 1.2;
    }

    .pipp-search-field {
        grid-template-columns: minmax(0, 1fr) 92px;
    }

    .pipp-search-field input[type="search"],
    .pipp-search-field button,
    .pipp-search-field button:hover,
    .pipp-search-field button:focus {
        min-height: 50px;
    }

    .pipp-search-field input[type="search"] {
        padding: 10px 12px;
        font-size: 14px;
    }

    .pipp-search-field button,
    .pipp-search-field button:hover,
    .pipp-search-field button:focus {
        padding: 9px 12px;
        font-size: 15px;
    }

    .pipp-search-close {
        top: 18px;
        right: 14px;
        width: 36px;
        height: 36px;
        font-size: 23px;
    }

    .pipp-search-suggestions-title {
        margin-top: 18px;
    }

    .pipp-search-results {
        grid-template-columns: 1fr;
    }

    .pipp-search-result {
        min-height: 72px;
        grid-template-columns: 52px minmax(0, 1fr) auto;
    }

    .pipp-search-result img {
        width: 52px;
        height: 52px;
    }
}

.pipp-menu-toggle {
    display: none;
}

.pipp-home-content {
    min-height: 100vh;
    padding-top: 0;
    background-color: #F4F1EA;
}

.pipp-site-container {
    width: 100%;
    background-color: #FFFFFF;
}

.pipp-inner {
    width: min(100% - 80px, 1536px);
    margin: 0 auto;
}

.pipp-inner-narrow {
    max-width: 1300px;
}

.pipp-hero {
    position: relative;
    background-color: #CBC5BC;
}

.pipp-baby-banner::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: var(--pipp-overlay-color);
    content: "";
    pointer-events: none;
}

.pipp-hero picture,
.pipp-hero picture > img {
    display: block;
    width: 100%;
}

.pipp-hero picture > img {
    height: auto;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
}

.pipp-outline-button {
    position: absolute;
    z-index: 2;
    bottom: 45px;
    left: 50%;
    padding: 17px 44px;
    border: 2px solid var(--pipp-color-on-primary);
    color: var(--pipp-color-on-primary) !important;
    font-size: 15px;
    text-decoration: none;
    transform: translateX(-50%);
    transition: background-color var(--pipp-transition), color var(--pipp-transition);
}

.pipp-outline-button:hover,
.pipp-outline-button:focus {
    background-color: var(--pipp-color-on-primary);
    color: var(--pipp-color-copy) !important;
}

.pipp-icon-ribbon {
    --pipp-ribbon-visible: 5;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    background-color: var(--pipp-color-secondary);
}

.pipp-icon-ribbon-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: pipp-ribbon-scroll 60s linear infinite;
    will-change: transform;
}

.pipp-icon-slide {
    display: flex;
    width: calc(100vw / var(--pipp-ribbon-visible));
    flex: 0 0 calc(100vw / var(--pipp-ribbon-visible));
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    box-sizing: border-box;
}

.pipp-icon-slide img {
    display: block;
    width: min(100%, 120px);
    margin: auto;
    filter: brightness(0) invert(1);
}

.pipp-icon-ribbon:hover .pipp-icon-ribbon-track {
    animation-play-state: paused;
}

@keyframes pipp-ribbon-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

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

.pipp-values {
    padding: 82px 0 72px;
    background-color: var(--pipp-color-page);
    text-align: center;
}

.pipp-values h2 {
    margin: 0 0 48px;
    color: var(--pipp-color-copy);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.pipp-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    margin-bottom: 54px;
}

.pipp-values-grid img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.pipp-values-grid h3 {
    min-height: 42px;
    margin: 0;
    color: var(--pipp-color-border);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.pipp-solid-button,
.pipp-light-button {
    display: inline-block;
    padding: 16px 28px;
    border: 1px solid var(--pipp-color-primary);
    background-color: var(--pipp-color-primary);
    color: var(--pipp-color-on-primary) !important;
    font-family: var(--pipp-font-display) !important;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
    transition: background-color var(--pipp-transition), color var(--pipp-transition), border-color var(--pipp-transition);
}

.pipp-solid-button:hover,
.pipp-solid-button:focus {
    border-color: var(--pipp-color-primary);
    background-color: var(--pipp-color-surface);
    color: var(--pipp-color-primary) !important;
}

.pipp-section-white {
    background-color: var(--pipp-color-surface);
}

.pipp-products,
.pipp-family {
    padding: 78px 0 86px;
}

.pipp-section-title {
    position: relative;
    margin: 0 0 52px;
    color: #7E7E7E;
    font-size: 23px;
    font-weight: 600;
}

.pipp-section-title::after {
    display: block;
    width: 365px;
    max-width: 72%;
    height: 2px;
    margin-top: 13px;
    background-color: #B8C1B0;
    content: "";
}

.pipp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 80px;
}

.pipp-product-grid a {
    color: #7E7E7E !important;
    font-family: "Cormorant", serif;
    text-decoration: none;
}

.pipp-product-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
    border-radius: 9px;
    object-fit: cover;
}

.pipp-product-grid span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: "Cormorant", serif;
}

.pipp-product-grid b {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.pipp-faq-highlight {
    padding: 74px 0 70px;
    background-color: #D0B3A8;
    color: #FFFFFF;
    text-align: center;
}

.pipp-faq-highlight h2 {
    margin: 0;
    color: #FFFFFF;
    font-family: "FuturaHandwritten", sans-serif !important;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: .08em;
}

.pipp-script {
    margin: 0 0 46px;
    color: #FFFFFF;
    font-family: "FuturaHandwritten", sans-serif;
    font-size: 18px;
    font-style: italic;
}

.pipp-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 38px;
}

.pipp-faq-grid article {
    padding: 0 60px;
}

.pipp-faq-grid article + article {
    border-left: 2px solid #FFFFFF;
}

.pipp-faq-image {
    display: block;
    height: 145px;
    margin: 0 auto 28px;
    object-fit: contain;
}

.pipp-faq-image-playmat {
    width: 245px;
}

.pipp-faq-image-box {
    width: 155px;
}

.pipp-faq-grid h3,
.pipp-faq-grid p,
.pipp-faq-note {
    color: #FFFFFF;
}

.pipp-faq-grid h3 {
    font-size: 15px;
    line-height: 1.45;
}

.pipp-faq-grid p {
    font-size: 12px;
    line-height: 1.65;
    text-align: left;
}

.pipp-faq-note {
    margin: 0 0 42px;
    font-size: 11px;
}

.pipp-light-button {
    border-color: #F4F1EA;
    background-color: #F4F1EA;
    color: #7E7E7E !important;
}

.pipp-light-button:hover,
.pipp-light-button:focus {
    border-color: #F4F1EA;
    background-color: #7E7E7E;
    color: #F4F1EA !important;
}

.pipp-family-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 255px 255px;
    gap: 4px;
}

.pipp-family-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pipp-family-grid img:nth-child(1),
.pipp-family-grid img:nth-child(4) {
    grid-column: span 2;
}

.pipp-family-grid img:nth-child(2),
.pipp-family-grid img:nth-child(3),
.pipp-family-grid img:nth-child(5),
.pipp-family-grid img:nth-child(6) {
    grid-column: span 2;
}

.pipp-testimonial {
    padding: 95px 0 130px;
    background-color: #F4F1EA;
    text-align: center;
}

.pipp-testimonial h2 {
    margin: 0 0 18px;
    color: #7E7E7E;
    font-size: 22px;
}

.pipp-stars {
    color: #CBC5BC;
    font-size: 18px;
    letter-spacing: .3em;
}

.pipp-testimonial blockquote {
    max-width: 720px;
    margin: 24px auto 0;
    border: 0;
    color: #7E7E7E;
    font-family: "Cormorant", serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
}

.pipp-testimonial-carousel > .pipp-inner:first-child { display: none; }
.pipp-testimonial-carousel__content { position: relative; }
.pipp-testimonial-carousel .pipp-testimonial-eyebrow { margin: 0 0 10px; color: #D0B3A8; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.pipp-testimonial-carousel .pipp-testimonial-carousel__content > h2 { margin: 0 0 38px; font-family: "Cormorant",serif; font-size: clamp(36px,4vw,54px); font-style: normal; font-weight: 400; text-transform: none; }
.pipp-testimonial-shell { position: relative; padding: 0 64px; }
.pipp-testimonial-track { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.pipp-testimonial-track::-webkit-scrollbar { display: none; }
.pipp-testimonial-slide { flex: 0 0 100%; min-width: 0; padding: 8px 20px; scroll-snap-align: start; box-sizing: border-box; }
.pipp-testimonial-slide h3 { margin: 0 0 16px; color: #7E7E7E; font-size: 20px; font-weight: 600; }
.pipp-testimonial-carousel .pipp-testimonial-slide blockquote { max-width: 820px; font-size: 18px; }
.pipp-testimonial-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid #D0B3A8; border-radius: 50%; background: #fff; color: #7E7E7E; font-size: 28px; transform: translateY(-50%); }
.pipp-testimonial-arrow:hover,.pipp-testimonial-arrow:focus { background: #D0B3A8; color: #fff; }
.pipp-testimonial-prev { left: 0; }.pipp-testimonial-next { right: 0; }

/* El carrusel conserva el diseño original del testimonio; solo suma slides y controles. */
.pipp-testimonial-carousel .pipp-testimonial-eyebrow,
.pipp-testimonial-carousel .pipp-testimonial-carousel__content > h2 { display: none; }
.pipp-testimonial-carousel .pipp-testimonial-shell { padding: 0 48px; }
.pipp-testimonial-carousel .pipp-testimonial-slide { padding: 0 10px; }
.pipp-testimonial-carousel .pipp-testimonial-slide h3 { margin: 0 0 18px; color: #7E7E7E; font-size: 22px; font-weight: 600; }
.pipp-testimonial-carousel .pipp-testimonial-slide blockquote { max-width: 720px; margin: 24px auto 0; font-size: 14px; line-height: 1.7; }
.pipp-testimonial-carousel .pipp-carousel-control { position: absolute; z-index: 3; top: 50%; display: grid !important; width: 34px !important; height: 48px; padding: 0 !important; place-items: center; border: 0 !important; border-radius: 0; background: transparent !important; color: #7E7E7E !important; font-family: Arial,sans-serif !important; font-size: 32px; font-style: normal; line-height: 1; text-shadow: 0 1px 3px rgba(255,255,255,.9); transform: translateY(-50%); }
.pipp-testimonial-carousel .pipp-carousel-control:hover,.pipp-testimonial-carousel .pipp-carousel-control:focus { background: transparent !important; color: #D0B3A8 !important; }
.pipp-testimonial-carousel .pipp-carousel-prev { left: 8px; }.pipp-testimonial-carousel .pipp-carousel-next { right: 8px; }

@media (max-width:600px) {
    .pipp-testimonial { padding: 65px 0 85px; }
    .pipp-testimonial-shell { padding: 0 42px; }
    .pipp-testimonial-slide { padding-inline: 5px; }
    .pipp-testimonial-slide h3 { font-size: 18px; }
    .pipp-testimonial-carousel .pipp-testimonial-slide blockquote { margin-top: 18px; font-size: 14px; }
}

.pipp-footer {
    position: relative;
    padding: 90px 0 70px;
    background-color: #CBC5BC;
    color: #FFFFFF;
}

.pipp-footer::before {
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
    height: 40px;
    background: radial-gradient(circle at 40px 40px, #CBC5BC 39px, #f4f1ea00 40px);
    background-size: 80px 40px;
    content: "";
}

.pipp-footer-inner {
    display: grid;
    width: min(100% - 80px, 1536px);
    margin: 0 auto;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 100px;
}

.pipp-footer-brand img {
    width: 240px;
}

.pipp-footer h2 {
    margin: 0 0 16px;
    color: #FFFFFF;
    font-size: 13px;
}

.pipp-footer h2:not(:first-child) {
    margin-top: 28px;
}

.pipp-footer h2 a {
    color: inherit;
    text-decoration: none;
}

.pipp-footer h2 a:hover,
.pipp-footer h2 a:focus {
    color: #7E7E7E;
}

.pipp-footer a,
.pipp-footer p {
    display: block;
    margin: 0 0 10px;
    color: #FFFFFF !important;
    font-size: 12px;
    text-decoration: none;
}

.pipp-footer .pipp-footer-socials {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pipp-footer .pipp-footer-socials a {
    display: block;
    margin: 0;
    color: #FFFFFF !important;
}

.pipp-footer .pipp-footer-socials svg {
    display: block;
    width: 22px;
    height: 22px;
}

.pipp-footer .pipp-footer-socials .pipp-facebook-mark {
    fill: #CBC5BC !important;
}


/* Escala tipográfica solicitada para escritorio de 1920 px. */
@media (min-width: 1600px) {
    .pipp-shipping-bar {
        font-size: 20px;
    }

    .pipp-menu a {
        font-size: 16px;
    }

    .pipp-outline-button {
        font-size: 28px;
    }

    .pipp-values h2 {
        font-size: 32px;
    }

    .pipp-values-grid h3 {
        font-size: 24px;
    }

    .pipp-solid-button {
        font-size: 36px;
    }

    .pipp-section-title {
        font-size: 40px;
    }

    .pipp-product-grid span {
        font-size: 28px;
    }

    .pipp-faq-highlight h2 {
        font-size: 64px;
    }

    .pipp-faq-grid h3 {
        font-size: 28px;
    }

    .pipp-faq-grid p {
        font-size: 20px;
    }

    .pipp-faq-note {
        font-size: 20px;
    }

    .pipp-light-button {
        font-size: 20px;
    }

    .pipp-testimonial h2 {
        font-size: 40px;
    }

    .pipp-testimonial-carousel .pipp-testimonial-slide h3 {
        margin-bottom: 18px;
        font-size: 40px;
    }

    .pipp-stars {
        font-size: 24px;
    }

    .pipp-testimonial blockquote {
        max-width: 1100px;
        font-size: 24px;
    }

    .pipp-testimonial-carousel .pipp-testimonial-slide blockquote {
        max-width: 1100px;
        font-size: 24px;
    }

    .pipp-footer h2 {
        font-size: 24px;
    }

    .pipp-footer a {
        font-size: 20px;
    }

    .pipp-footer p {
        font-size: 33px;
    }
}

@media (max-width: 1024px) {
    .pipp-nav-shell {
        grid-template-columns: 1fr auto auto;
        width: calc(100% - 60px);
        padding: 18px 0;
    }

    .pipp-brand {
        max-width: 230px;
    }

    .pipp-menu-toggle {
        display: flex !important;
        width: 30px !important;
        height: 24px;
        flex-direction: column;
        justify-content: space-between;
        border: 0 !important;
        padding: 2px 0 !important;
        background-color: transparent !important;
    }

    .pipp-menu-toggle span:not(.screen-reader-text) {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
    }

    /* Header transparente/hero: controles blancos. */
    .pipp-home-header:not(.is-scrolled):not(.is-menu-open):not(.is-search-open) .pipp-menu-toggle span:not(.screen-reader-text) {
        background-color: #FFFFFF;
    }

    /* Páginas con header claro permanente: controles grises y legibles. */
    .pipp-product-page .pipp-menu-toggle span:not(.screen-reader-text),
    .pipp-letter-builder-page .pipp-menu-toggle span:not(.screen-reader-text) {
        background-color: #777777 !important;
    }

    .pipp-product-page .pipp-home-header.is-search-open .pipp-nav-background,
    .pipp-letter-builder-page .pipp-home-header.is-search-open .pipp-nav-background {
        background-color: #F4F1EA !important;
    }

    .pipp-primary-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 20px 30px 30px;
        background-color: #B8C1B0;
    }

    .is-menu-open .pipp-primary-nav {
        display: block;
    }

    .pipp-primary-nav .pipp-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .pipp-menu .sub-menu {
        position: static;
        display: block;
        visibility: visible;
        padding: 0 0 0 20px;
        opacity: 1;
        transform: none;
    }

    .pipp-product-grid {
        gap: 40px;
    }

    .pipp-icon-ribbon {
        --pipp-ribbon-visible: 5;
    }
}

@media (max-width: 600px) {
    .pipp-shipping-bar {
        min-height: 50px;
        padding: 9px 16px;
        font-size: 10px;
    }

    .pipp-shipping-bar svg {
        width: 25px;
        min-width: 25px;
    }

    .pipp-nav-shell {
        position: relative;
        display: flex;
        min-height: 80px;
        align-items: center;
        justify-content: center;
        width: calc(100% - 40px);
        padding: 16px 0;
    }

    .pipp-home-header.is-scrolled .pipp-nav-shell,
    .pipp-home-header.is-menu-open .pipp-nav-shell {
        min-height: 80px;
    }

    .pipp-brand {
        width: 100%;
        max-width: 150px;
    }

    .pipp-menu-toggle {
        position: absolute;
        left: 0;
        width: 22px !important;
        height: 18px;
    }

    .pipp-header-actions {
        position: absolute !important;
        z-index: 3;
        top: 50%;
        right: 0;
        display: flex !important;
        width: auto !important;
        height: auto !important;
        gap: 7px;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(-50%);
    }

    .pipp-header-actions a {
        display: flex !important;
        width: 18px !important;
        height: 18px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .pipp-header-actions a[aria-label="Mi cuenta"] {
        display: flex;
    }

    .pipp-home-content {
        padding-top: 0;
    }

    .pipp-inner {
        width: min(100% - 36px, 1536px);
    }

    .pipp-hero picture > img {
        height: 640px;
        min-height: 640px;
        object-position: center;
    }

    .pipp-outline-button {
        bottom: 30px;
    }

    .pipp-icon-ribbon {
        --pipp-ribbon-visible: 4;
        padding: 18px 10px;
    }

    .pipp-icon-slide {
        padding: 0 4px;
    }

    .pipp-icon-slide img {
        width: 54px;
        height: 54px;
        object-fit: contain;
    }

    .pipp-values,
    .pipp-products,
    .pipp-family,
    .pipp-faq-highlight {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pipp-values-grid {
        display: flex;
        gap: 12px;
    }

    .pipp-values-grid article {
        min-width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .pipp-values-grid img {
        width: min(100%, 150px);
        height: auto;
        aspect-ratio: 1;
    }

    .pipp-values h2 {
        font-size: 13px;
        line-height: 1.35;
    }

    .pipp-values-grid h3 {
        min-height: 34px;
        font-size: 12px;
        line-height: 1.3;
    }

    .pipp-product-grid {
        display: flex;
        gap: 10px;
    }

    .pipp-product-grid > a {
        min-width: calc((100% - 10px) / 2);
        flex: 0 0 calc((100% - 10px) / 2);
        scroll-snap-align: start;
    }

    .pipp-product-grid span {
        gap: 3px;
        font-size: 9px;
        line-height: 1.25;
    }

    .pipp-product-grid img {
        aspect-ratio: 1;
        object-fit: cover;
    }

    .pipp-section-title {
        font-size: 15px;
    }

    .pipp-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .pipp-faq-grid article {
        padding: 0 18px;
    }

    .pipp-faq-grid article + article {
        border-top: 0;
        border-left: 2px solid #FFFFFF;
        padding-top: 0;
    }

    .pipp-faq-highlight h2 {
        font-size: 24px;
    }

    .pipp-faq-grid h3,
    .pipp-faq-grid p {
        font-size: 8px;
    }

    .pipp-family-grid {
        display: flex;
        gap: 2px;
    }

    .pipp-family-grid img:nth-child(n) {
        width: 82%;
        min-width: 82%;
        height: 260px;
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .pipp-mobile-carousel {
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        touch-action: pan-x;
    }

    .pipp-mobile-carousel-shell {
        position: relative;
        width: 100%;
    }

    .pipp-carousel-control {
        position: absolute;
        z-index: 3;
        top: 50%;
        display: grid !important;
        width: 34px !important;
        height: 48px;
        place-items: center;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        color: #7E7E7E !important;
        font-family: Arial, sans-serif !important;
        font-size: 32px;
        text-shadow: 0 1px 3px rgba(255, 255, 255, .9);
        font-style: normal;
        line-height: 1;
        transform: translateY(-50%);
    }

    .pipp-products .pipp-carousel-control {
        top: calc(50% - 16px);
    }

    .pipp-carousel-control:hover,
    .pipp-carousel-control:focus {
        background: transparent !important;
        color: #D0B3A8 !important;
    }

    .pipp-carousel-prev {
        left: 8px;
    }

    .pipp-carousel-next {
        right: 8px;
    }

    .pipp-mobile-carousel::-webkit-scrollbar {
        display: none;
    }

    .pipp-footer-inner {
        width: min(100% - 36px, 1536px);
        grid-template-columns: 1.15fr 1fr 1.15fr;
        gap: 12px;
        align-items: start;
        text-align: left;
    }

    .pipp-footer-brand img {
        width: 100%;
        max-width: 135px;
        margin: 0;
    }

    .pipp-footer {
        padding: 55px 0 34px;
    }

    .pipp-footer::before {
        top: -19px;
        height: 20px;
        background: radial-gradient(circle at 20px 20px, #CBC5BC 19.5px, transparent 20px);
        background-size: 40px 20px;
    }

    .pipp-footer h2 {
        margin-bottom: 10px;
        font-size: 9px;
    }

    .pipp-footer h2:not(:first-child) {
        margin-top: 18px;
    }

    .pipp-footer a,
    .pipp-footer p {
        margin-bottom: 8px;
        font-size: 8px;
        line-height: 1.4;
    }

    .pipp-footer .pipp-footer-socials {
        gap: 7px;
    }

    .pipp-footer .pipp-footer-socials svg {
        width: 18px;
        height: 18px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .pipp-icon-ribbon-track {
        animation-play-state: paused;
    }
}
.pipp-playmat-image,.pipp-letter-card>a,.pipp-search-result{position:relative}
.pipp-product-badge{position:absolute;z-index:3;top:14px;left:14px;display:inline-flex;min-height:28px;align-items:center;padding:5px 12px;border-radius:999px;background:#d0b3a8;color:#fff!important;font-family:"Montserrat",sans-serif;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;box-shadow:0 3px 10px rgb(70 55 48 / 12%)}
.pipp-product-badge.is-sold-out{background:#7e7e7e}
.pipp-search-result .pipp-product-badge{top:5px;left:5px;min-height:18px;padding:3px 6px;font-size:7px}
