paulinestore.com Open in urlscan Pro
2606:4700:20::681a:367  Public Scan

Submitted URL: http://store.pauline.org/
Effective URL: https://paulinestore.com/
Submission: On November 02 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://paulinestore.com/catalogsearch/result/

<form class="form minisearch version-2" id="search_mini_form" action="https://paulinestore.com/catalogsearch/result/" method="get">
  <div class="field search wpx-pos-search">
    <label class="label active" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control vertically-control">
      <input id="search" type="text" name="q" value="" placeholder="Type at least 3 characters to search" class="input-text vertically-black" maxlength="128" role="combobox" aria-haspopup="false" aria-expanded="false" aria-autocomplete="both"
        autocomplete="off">
      <div class="actions wpx-pos-search search-visible-md">
        <button type="submit" class="action search" title="Search" disabled=""></button>
      </div>
      <div id="searchautocomplete" class="searchautocomplete vertically" style="width: 350px; background: #FFFFFF; color: #000000">
        <div class="separator" style="background: #F0EFF0; color:#000000">Popular Suggestions</div>
        <div id="search_autocomplete" class="wpx-search-autocomplete"></div>
        <div class="container-autocomplete cat-container"></div>
        <div class="container-autocomplete">
          <div class="wpx-header">
            <div class="sale">
              <p><b>***</b> QUESTIONS? Click on "Contact Us here" at the bottom right *** </p>
            </div>
            <style>
              .sale {
                margin: 0 auto;
                background: #1b4072;
                color: white;
                padding: 10px;
                text-align: center;
                font-size: 13px;
              }
            </style>
          </div>
          <div class="prod-container"></div>
          <div class="more-results">
            <a onclick="document.getElementById('search_mini_form').submit()" class="advanced_search"></a>
          </div>
        </div>
      </div>
      <script>
        requirejs(['jquery', 'underscore', 'weltpixel_searchautocomplete'], function($, _, searchAutoComplete) {
          $(document).ready(function() {
            var isEnablePopularSuggestions = '1',
              isEnableCategorySearch = '1',
              isEnableAutoComplete = '1',
              previousSearch = '';
            window.minNumberOfCharacters = '3';
            window.baseURL = 'https://paulinestore.com/';
            $('html').on('click', function(event) {
              var targetClass = $(event.target).attr('class'),
                searchClass = 'searchautocomplete';
              if (targetClass != searchClass) $('#' + searchClass).hide();
            })
            if (isEnableAutoComplete || isEnablePopularSuggestions || isEnableCategorySearch) {
              $('.search-autocomplete').remove();
              $('#search').on('keyup', _.debounce(function() {
                var value = $(this).val();
                if (value == previousSearch && $('#search_autocomplete').is(':visible')) {
                  return;
                }
                previousSearch = value;
                if (isEnableAutoComplete && value.length >= window.minNumberOfCharacters) {
                  //Start processing, show the Progress!
                  $(".search .control").addClass("loader-ajax");
                  searchAutoComplete.ajaxSearch();
                } else {
                  $('#searchautocomplete').hide();
                }
              }, 750));
            }
          });
        });
      </script>
      <div class="nested">
        <a class="action advanced" href="https://paulinestore.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
</form>

Name: mc-embedded-subscribe-formPOST https://paulinemedia.us3.list-manage.com/subscribe/post?u=006635298ae31d9a76c28f598&id=ec6a8c3d19

<form action="https://paulinemedia.us3.list-manage.com/subscribe/post?u=006635298ae31d9a76c28f598&amp;id=ec6a8c3d19" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <div class="mc-field-group">
      <label for="mce-EMAIL" style="display: none;">Email Address </label>
      <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address">
    </div>
    <div class="mc-field-group">
      <label for="mce-FNAME" style="display: none;">First Name </label>
      <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder="First Name">
    </div>
    <input type="hidden" value="paulinestore.com" name="WEBSTORE" class="" id="mce-WEBSTORE">
    <div id="mce-responses" class="clear">
      <div class="response" id="mce-error-response" style="display:none"></div>
      <div class="response" id="mce-success-response" style="display:none"></div>
    </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_006635298ae31d9a76c28f598_ec6a8c3d19" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-password':true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-mlusp5xz8cb7" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LexOwoaAAAAAJmPA6I5GujVJoI8LqAQRUuAB9t4&amp;co=aHR0cHM6Ly9wYXVsaW5lc3RvcmUuY29tOjQ0Mw..&amp;hl=de&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;theme=light&amp;size=normal&amp;cb=y4jfr4n8vvzk"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://paulinestore.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons"></div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

We use cookies to make your experience better. To comply with the new e-Privacy
directive, we need to ask for your consent to set the cookies. Learn more.

Allow Cookies
Skip to Content
 * 
 * * Locations
   * About Us
   * TO Canada PaulineStore
   
 * Sign In
 * Create an Account

Toggle Nav

Menu
 * Christmas
   * * Christmas for Children
     * Christmas Gift Ideas for Family & Friends
     * Stocking Stuffers
       
     
 * Books & Media
   * * Bible
       * New American Bible (NABRE)
       * Revised Standard Version (RSV)
       * Various Bibles
     * Saints and Biographies
       * Collections
       * Individual Biography
       * Writings
       * Angels
     * Catholic Understanding
       * General Reference
       * Catholic Living
     * Church Library
       * Church Documents
       * History Of The Church
       * Pope Francis
     * Faith & Culture
       * Gift Books
       * Media Studies
     * Family Life
       * General Family
       * Marriage
       * Parenting
       * Sexuality
     * Mary and the Rosary
       * Devotion & Prayer
       * Marian Reading
       * Rosary
     * Ministry Resources
       * Annuals
       * Evangelization
       * Teaching Resources
     * Personal Growth
       * General Growth
       * Healing
       * Grief & Loss
       * Suicide
     * Prayer and Missals
       * How To Pray
       * Periodicals
       * Prayer Books
       * Novenas and Pamphlets
       * Coloring Books
       * Missals
       * Pauline Prayer Books
     * Scripture Studies
     * Seasonal
       * Advent-Christmas
       * Lent-Easter
     * Spirituality
       * Daily
       * General Spirituality
       * Memento Mori
     * Theology & Philosophy
       * Christology
       * Philosophical Studies
       * Social Issues
       * Theological Studies
       * Theology of the Body
     * Music-Movies
       * Movies
       * Music
       
     
 * Kids/Teens
   * * Preschool 0-5
       * Bible Stories
       * Board Books
     * Primary 6-8
       * Bibles
       * Prayers
       * Saints & Stories
       * Values
     * Intermediate 9-11
       * Bibles
       * Prayers
       * Saints
       * Stories
     * Junior High 12-13
     * Senior High 14-18
     * Sacramental Gifts
       * Communion
       * Confirmation
     * Book Series
       * Encounter the Saints
       * The Explained Series
       * Gospel Time Trekkers
       * In My Pocket
       * Tales and Legends
     * Book Type
       * Board Books
       * Coloring Books
       * Graphic Novels
       * Fiction
     * Teacher-Parent Resources
       * Catechetical
       * Posters
       * Seasonal Resources
       * Teacher Reference
     * STEM & Faith
     * Subjects
       * Bibles
       * Learning the Faith
       * Mary and the Rosary
       * Quinceaneras Formation
       * Sacraments
         * Baptism
         * Confirmation
       * Seasonal
         * Advent-Christmas
         * Lent-Easter
       * Theology of the Body for Kids
       
     
 * Español
   * * 2024 Novedades y Best Sellers
     * Audio-Libros
     * Biblias
     * Biografias
     * Crecimiento Personal y Sanacion
     * Cuaresma y Pascua
     * DVDs
     * Espiritualidad
     * Folletto
     * Iglesia
     * Instruccion Religiosa
     * Jovenes
     * Libros de Oracion
     * Mariologia
     * Misal y Anuales
     * Adviento y Navidad
     * Ninos
     * Papa Francisco
     * Recursos Para Instruccion Religiosa
     * Sagrada Escritura
     * Vida Familiar
     * Sale
       
     
 * Português
   * * Bíblias
     * Espiritualidade
     * Infantil
     * Livros de Oração
     * Motivação
     * Nossa Senhora
     * Vida dos Santos
       
     
 * New
 * Sale
   
   

Account
 * 
 * * Locations
   * About Us
   * TO Canada PaulineStore
   
 * Sign In
 * Create an Account

Search
Popular Suggestions



*** QUESTIONS? Click on "Contact Us here" at the bottom right ***



Advanced Search

# Type at least 3 character to search # Hit enter to search


My Cart
My Cart
My Cart Close
Recently added item(s)

You have no items in your shopping cart.
prev
next





HOME PAGE


prev
next









NEW & FEATURED TITLES

See All
Growing In Self-Esteem
$6.95

The Strange Sound by the Sea
$24.95

In The Trenches - Finding God Through Parenting Littles
$16.95

Essential Eucharistic Adoration Prayers
$7.95

Finding Inner Peace
$6.95

The Book That Changed Everything
$19.95

Dive Deep - 40 Days With God At Sea
$24.95

St Paul Daily Missal Blk Leatherflex
$74.95

Finding God In Times of Depression (Just A Minute Meditations)
$6.95

Essential Prayers for the Dead
$9.95

Growing In Virtue One Vice At A Time With A Crabby Mystic
$15.95

Real Life with Mary - Growing in Virtue to Magnify the Lord
$18.95

Eucharistic Adoration Prayer Book
$29.95

Growing In Self-Esteem
$6.95

The Strange Sound by the Sea
$24.95

In The Trenches - Finding God Through Parenting Littles
$16.95

Essential Eucharistic Adoration Prayers
$7.95

Finding Inner Peace
$6.95

The Book That Changed Everything
$19.95

Dive Deep - 40 Days With God At Sea
$24.95

St Paul Daily Missal Blk Leatherflex
$74.95

Finding God In Times of Depression (Just A Minute Meditations)
$6.95

Essential Prayers for the Dead
$9.95

prev
next




prev
next




prev
next




prev
next




prev
next





OUR HEROES, THE SAINTS

See All
Catholic Funny Fill-Ins - Saints Spectacular
$6.95

Inspiration from the Saints - A Coloring Book for Prayer and Meditation
Special Price $5.00 Regular Price $15.95

How To Be A Hero Train W Saints
$14.95

30 Days With Married Saints - A Catholic Couples' Devotional
$18.95

Mary & Little Shepherds Of Fatima
$14.95

Blessed Pier Giorgio Frassati - An Ordinary Christian
$14.95

Saints Alive - The Faith Proclaimed
Special Price $5.00 Regular Price $14.95

Bernadette Speaks
$32.95

Padre Pio Glimpse Into Miraculous
$14.95

57 Saints (Rev.)
$17.95

Our Friends in Heaven - Saints For Every Day 2-Vol Set
Special Price $30.00 Regular Price $33.90

In Caelo et In Terra - 365 Days with the Saints
Special Price $34.95 Regular Price $39.95

St Gianna - Her Life of Joy and Heroic Sacrifice
$19.95

My First Book of Saints
$14.95

Catholic Funny Fill-Ins - Saints Spectacular
$6.95

Inspiration from the Saints - A Coloring Book for Prayer and Meditation
Special Price $5.00 Regular Price $15.95

How To Be A Hero Train W Saints
$14.95

30 Days With Married Saints - A Catholic Couples' Devotional
$18.95

Mary & Little Shepherds Of Fatima
$14.95

Blessed Pier Giorgio Frassati - An Ordinary Christian
$14.95

Saints Alive - The Faith Proclaimed
Special Price $5.00 Regular Price $14.95

Bernadette Speaks
$32.95

Padre Pio Glimpse Into Miraculous
$14.95

57 Saints (Rev.)
$17.95

prev
next





2025 LITURGICAL ANNUALS

See All
2025 Liturgical Pocket Secretary
$11.00

2025 Liturgy Of The Hours Guide
$2.95

2025 Liturgy of the Hours Guide - large print
$4.50

2025 Christian Prayer Guide - large print
$4.50

2025 Christian Prayer Guide
$2.95

2025 Daily Mass Record
$43.00

2026 Daily Mass Record
$45.00

2025 Sunday Missal -St. Joseph Edition
$4.95

2025 Liturgical Desk Calendar
$23.75

2025 Workbook for Lectors, Gospel Readers & Proclaimers of Word
$15.00

2025 Liturgical Pocket Secretary
$11.00

2025 Liturgy Of The Hours Guide
$2.95

2025 Liturgy of the Hours Guide - large print
$4.50

2025 Christian Prayer Guide - large print
$4.50

2025 Christian Prayer Guide
$2.95

2025 Daily Mass Record
$43.00

2026 Daily Mass Record
$45.00

2025 Sunday Missal -St. Joseph Edition
$4.95

2025 Liturgical Desk Calendar
$23.75

2025 Workbook for Lectors, Gospel Readers & Proclaimers of Word
$15.00

prev
next







TEACHING RESOURCES

See All
The Church Rocks! - Church History for Kids and their Parents and Teachers
Special Price $10.00 Regular Price $15.95

Catholic Funny Fill-Ins - Saints Spectacular
$6.95

Catholic Funny Fill-Ins - Feast Days and Holidays
$6.95

Mass Explained for Kids
$3.95

Look It Up Over 600 Definitions For Catholic Kids & Their Parent
$12.95

Encounter the Saints V2 Poster Set (10 Posters)
Special Price $5.00 Regular Price $14.95

Mass Explained
$5.95

Encounter The Saints Poster Set (Blue) 12 Posters
Special Price $5.00 Regular Price $16.95

Beatitudes Explained
$6.95

Posters Plus Stations Of Cross
Special Price $5.00 Regular Price $18.95

Basic Catechism Faqs about Catholic Faith
$11.95

Totally Catholic! A Catechism for Kids and their Parents and Teachers
$19.99

Works of Mercy Explained
Special Price $5.00 Regular Price $6.95

10 Commandments Explained
$8.95

The Church Rocks! - Church History for Kids and their Parents and Teachers
Special Price $10.00 Regular Price $15.95

Catholic Funny Fill-Ins - Saints Spectacular
$6.95

Catholic Funny Fill-Ins - Feast Days and Holidays
$6.95

Mass Explained for Kids
$3.95

Look It Up Over 600 Definitions For Catholic Kids & Their Parent
$12.95

Encounter the Saints V2 Poster Set (10 Posters)
Special Price $5.00 Regular Price $14.95

Mass Explained
$5.95

Encounter The Saints Poster Set (Blue) 12 Posters
Special Price $5.00 Regular Price $16.95

Beatitudes Explained
$6.95

Posters Plus Stations Of Cross
Special Price $5.00 Regular Price $18.95

prev
next





FEATURED AUTHORS

prev
next




prev
next




prev
next




prev
next




prev
next




prev
next





LIBROS EN ESPAÑOL

See All
Carlo Acutis El Cibernauta De Dios
$7.95

Novena Al Sagrado Corazon De Jesus
$2.95

Carlo Acutis un Alma Eucaristica
$5.50

Catecismo De La Iglesia Catolica
$29.95

Nuevo Devocionario Del Sagrado Corazon De Jesus Y Maria
$12.95

Sagrado Corazon de Jesus Fuente De Toda Consolacion
$18.95

Catecismo Basico (Rev)
$13.95

Biblia Lat Am Normal
$21.75

2025 Manual Para Proclamadores De La Palabra
$15.00

Biblia Lat Am
$25.95

Nuevo Devocionario Del Sagrado Corazon De Jesus Y Maria
$16.95

Carlo Acutis El Cibernauta De Dios
$7.95

Novena Al Sagrado Corazon De Jesus
$2.95

Carlo Acutis un Alma Eucaristica
$5.50

Catecismo De La Iglesia Catolica
$29.95

Nuevo Devocionario Del Sagrado Corazon De Jesus Y Maria
$12.95

Sagrado Corazon de Jesus Fuente De Toda Consolacion
$18.95

Catecismo Basico (Rev)
$13.95

Biblia Lat Am Normal
$21.75

2025 Manual Para Proclamadores De La Palabra
$15.00

Biblia Lat Am
$25.95

prev
next





DAUGHTERS OF ST. PAUL MINISTRIES

THE SISTERS

Who are the Daughters of St. Paul

DARE TO DWELL

Daughters of St. Paul Podcast

CHOIR

Albums, story, and concerts

2024 CINEMA DIVINA RETREATS

Pauline Center for Media Studies

2024 CHRISTMAS CONCERTS

Daughters of St Paul Choir

LOCATIONS

Pauline Books and Media Centers

 

Pauline.org

Daughtersofstpaul.com

 



USA WEBSTORE ORDERING INFORMATION

2024 Summer Reading Catalog

2024 Spring Catalog

USA Customer Service:
Contact us by chat
Email: customercare@paulinemedia.com
Phone: 1-800-876-4463

Shipping FAQs

Gift Cards

International websites:

Canada PaulineStore.com

Worldwide

PUBLISHING HOUSE INFORMATION

 * Rights and Permissions
 * Publicity Inquiries
 * Examination Copy Inquiries
 * Manuscript Submission

TRADE ACCOUNTS


United States

 * Pauline Books & Media-English
 * Paulinas Distribuidora-Spanish


Canada

 * Pauline Books & Media

 

STAY IN TOUCH

Register your email for news and special offers

Email Address
First Name




© Daughters of St. Paul | Privacy Statement | Terms of Use

 


Close
Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create Account
Checkout out using your account

Email Address

Password


Sign In
Forgot Your Password?