/*! Prabhu Prasad storefront — built from assets/*.css by tools/build-css.py. Edit the sources, not this file. */
@font-face {
    font-family: 'El Messiri Fallback';
    src: local('Georgia'), local('Times New Roman'), local('Palatino');
    size-adjust: 96%;
    ascent-override: 95%;
    descent-override: 24%;
    line-gap-override: 0%
}

:root {
    --pp-paper: #fbf8f2;
    --pp-ink: #35251f;
    --pp-red: #9d2e26;
    --pp-line: #e4dace;
    --pp-muted: #6f6155;
    --pp-soft: #f1e9dd;
    --wp--preset--color--base: #fbf8f2;
    --wp--preset--color--surface: #fffdf9;
    --wp--preset--color--surface-alt: #f1e9dd;
    --wp--preset--color--accent: #9d2e26;
    --wp--preset--color--contrast: #35251f;
    --wp--preset--color--muted: #6f6155
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: clip
}

body {
    background: var(--pp-paper);
    color: var(--pp-ink);
    font-size: 16px;
    overflow-x: clip
}

button,
input,
select,
textarea {
    font: inherit
}

a,
button,
summary {
    -webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
textarea:focus-visible {
    outline: 3px solid #a8552c;
    outline-offset: 4px
}

a {
    text-underline-offset: 4px
}

button,
summary {
    cursor: pointer
}

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0
}

.wp-site-blocks>header,
.wp-site-blocks>footer,
.wp-site-blocks>main {
    margin-block-start: 0
}

.pp-shell {
    width: min(1280px, calc(100% - 80px));
    margin-inline: auto
}

.pp-site-header,
header.wp-block-template-part {
    background: var(--pp-paper);
    position: relative;
    z-index: 40
}

.pp-announcement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 9px max(40px, calc((100vw - 1280px)/2));
    background: var(--pp-red);
    color: #fff9ef;
    font-size: 12px;
    letter-spacing: .025em
}

.pp-announcement a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: inherit
}

.pp-announcement svg {
    width: 16px;
    height: 16px
}

.pp-masthead {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.pp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: var(--pp-red) !important;
    flex-shrink: 0
}

.pp-brand strong {
    display: block;
    font-family: var(--wp--preset--font-family--display);
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2
}

.pp-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    background: #fffdf9;
    max-width: 440px;
    width: 100%;
    margin: 0
}

.pp-search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    border: 0;
    background: transparent;
    padding: 0 16px;
    font-size: 14px;
    color: var(--pp-ink)
}

.pp-search button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 46px;
    border: 0;
    background: transparent;
    color: var(--pp-muted);
    flex-shrink: 0
}

.pp-header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0
}

.pp-header-actions>a {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px
}

.pp-header-actions .wc-block-mini-cart__button {
    padding: 10px;
    color: var(--pp-ink)
}

.pp-header-actions svg {
    width: 22px;
    height: 22px
}

.pp-nav-wrap {
    border-block: 1px solid var(--pp-line)
}

.pp-navigation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.pp-menu {
    flex: 1
}

.pp-menu>summary {
    display: none
}

.pp-menu nav {
    display: flex;
    gap: 30px;
    align-items: center
}

.pp-menu nav a,
.pp-story-link {
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 0
}

.pp-menu nav a:hover,
.pp-story-link:hover {
    color: var(--pp-red)
}

.pp-menu nav a:first-child {
    font-weight: 600;
    color: var(--pp-red)
}

.pp-story-link {
    border-left: 1px solid var(--pp-line);
    padding-left: 28px
}

.pp-story-link svg {
    width: 16px
}

.pp-menu nav .pp-mobile-help {
    display: none
}

.pp-home {
    margin: 0 !important;
    max-width: none !important
}

.pp-kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: var(--pp-red);
    margin: 0 0 17px
}

.pp-hero-buttons {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap
}

.pp-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    background: var(--pp-red);
    color: #fff !important;
    border: 1px solid var(--pp-red);
    border-radius: 4px;
    padding: 14px 23px;
    min-height: 48px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    letter-spacing: .01em;
    transition: background .2s
}

.pp-button:hover {
    background: #75241e;
    border-color: #75241e
}

.pp-button svg {
    width: 19px;
    height: 19px
}

.pp-button--outline {
    background: transparent;
    color: var(--pp-red) !important
}

.pp-button--outline:hover {
    background: #f0e4d5
}

.pp-button--light {
    background: #fff8eb;
    color: var(--pp-red) !important;
    border-color: #fff8eb
}

.pp-button--light:hover {
    background: #eadbc6;
    border-color: #eadbc6
}

.pp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-color: #c3ad98;
    text-underline-offset: 6px;
    min-height: 44px
}

.pp-text-link svg {
    width: 18px;
    height: 18px
}

.pp-section {
    padding-block: 65px 0
}

.pp-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 30px
}

.pp-section-heading h2,
.pp-home-help h2 {
    font-size: clamp(28px, 2.7vw, 39px);
    font-weight: 500;
    letter-spacing: -.025em;
    margin: 0
}

.pp-section-heading .pp-kicker {
    margin-bottom: 10px
}

.pp-collection-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px
}

.pp-collection-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    color: var(--pp-ink) !important;
    text-decoration: none !important;
    min-width: 0
}

.pp-collection-card .pp-collection-label {
    flex: 1 0 auto
}

.pp-collection-image {
    display: block;
    aspect-ratio: 1;
    background: #eee7dc;
    border-radius: 100px 100px 6px 6px;
    overflow: hidden;
    border: 1px solid var(--pp-line)
}

.pp-collection-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s
}

.pp-collection-card:hover img {
    transform: scale(1.035)
}

.pp-collection-label {
    display: block;
    font-family: var(--wp--preset--font-family--display);
    font-size: 18px;
    margin: 14px 0 2px
}

.pp-collection-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-collection-count svg {
    width: 14px;
    height: 14px
}

.pp-curated-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

.pp-curated-card {
    border: 1px solid var(--pp-line);
    background: #fffdf9;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.pp-curated-image {
    display: block;
    position: relative;
    background: #f0ece6;
    border-bottom: 1px solid var(--pp-line);
    overflow: hidden
}

.pp-curated-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    transition: transform .3s
}

.pp-curated-card:hover .pp-curated-image img {
    transform: scale(1.025)
}

.pp-curated-info {
    padding: 18px;
    display: flex;
    flex: 1;
    flex-direction: column
}

.pp-curated-info h3 {
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 12px
}

.pp-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 17px
}

.pp-card-bottom>a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--pp-line);
    border-radius: 50%;
    color: var(--pp-red)
}

.pp-card-bottom>a:hover {
    background: var(--pp-soft)
}

.pp-card-bottom svg {
    width: 19px
}

.pp-card-bottom del {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-card-bottom ins {
    text-decoration: none
}

.pp-sale-label {
    position: absolute;
    left: 12px;
    top: 12px;
    background: var(--pp-red);
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 3px
}

.pp-stock-note {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-home-help {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-block: 75px
}

.pp-home-help p:not(.pp-kicker) {
    color: var(--pp-muted);
    font-size: 14px;
    line-height: 1.8
}

.pp-help-questions details {
    border-bottom: 1px solid var(--pp-line)
}

.pp-help-questions summary {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 30px 20px 0;
    position: relative
}

.pp-help-questions summary::-webkit-details-marker {
    display: none
}

.pp-help-questions summary:after {
    content: '+';
    position: absolute;
    right: 3px;
    font-size: 20px;
    color: var(--pp-red)
}

.pp-help-questions details[open] summary:after {
    content: '−'
}

.pp-help-questions details p {
    margin-top: 0
}

.pp-footer-new {
    background: #38261f;
    color: #f5e8d6;
    padding: 0 0 22px
}

.pp-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-block: 45px;
    border-bottom: 1px solid #ffffff25
}

.pp-footer-top .pp-kicker {
    color: #d9b38b;
    margin-bottom: 10px
}

.pp-footer-top h2 {
    color: inherit;
    font-size: 32px;
    font-weight: 500;
    margin: 0
}

.pp-footer-columns {
    display: grid;
    grid-template-columns: 1.25fr .85fr 1fr 1.15fr;
    gap: 45px;
    padding-block: 45px
}

.pp-footer-columns h3 {
    color: #d2af8a;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: .1em;
    margin: 0 0 18px
}

.pp-footer-columns a:not(.pp-brand) {
    color: #f1e4d6;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 9px;
    overflow-wrap: anywhere
}

.pp-footer-columns svg {
    width: 16px
}

.pp-footer-columns p {
    font-size: 12px;
    color: #c7b4a3;
    line-height: 1.9;
    margin: 15px 0
}

.pp-footer-brand .pp-brand {
    color: #f1dbbb !important
}

.pp-footer-brand .pp-brand strong {
    font-size: 26px
}

.pp-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffffff25;
    font-size: 12px;
    color: #cbb6a4
}

.pp-footer-bottom div {
    display: flex;
    gap: 18px
}

.pp-footer-bottom a {
    color: inherit
}

.pp-footer-new a:hover {
    text-decoration: underline
}

.pp-footer-top .pp-button {
    text-decoration: none
}

.pp-shop,
.pp-product,
.pp-page {
    margin-top: 0 !important
}

.pp-shop,
.pp-product {
    max-width: 1280px !important;
    margin-inline: auto !important;
    width: calc(100% - 80px)
}

.pp-shop__band,
.pp-page__band {
    background: var(--pp-soft);
    padding-block: 32px !important;
    margin-top: 0 !important
}

.pp-shop__band .woocommerce-breadcrumb,
.pp-page__band .woocommerce-breadcrumb,
.pp-product .woocommerce-breadcrumb {
    font-size: 12px;
    letter-spacing: .025em;
    text-transform: none;
    margin: 0
}

.pp-shop__band h1,
.pp-page__band h1 {
    font-size: 42px !important;
    font-weight: 500;
    letter-spacing: -.025em
}

.pp-shop__layout {
    gap: 36px !important;
    padding-bottom: 65px !important
}

.pp-shop__sidebar {
    position: static;
    flex-basis: 220px !important
}

.pp-shop__results {
    min-width: 0
}

.pp-browse-filter {
    border: 1px solid var(--pp-line);
    padding: 18px;
    background: #fffdf9;
    border-radius: 6px
}

.pp-browse-filter>summary {
    display: block;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    cursor: pointer
}

.pp-browse-filter>summary::marker,
.pp-browse-filter>summary::-webkit-details-marker {
    content: '';
    display: none
}

.pp-browse-filter>summary:after {
    content: '−';
    float: right
}

.pp-browse-filter:not([open])>summary:after {
    content: '+'
}

.pp-browse-filter summary::-webkit-details-marker {
    display: none
}

.pp-browse-filter nav a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    font-size: 12px;
    line-height: 1.5
}

.pp-browse-filter nav a[aria-current] {
    color: var(--pp-red);
    font-weight: 600
}

.pp-browse-filter nav small {
    font-size: 14px;
    color: var(--pp-muted)
}

.pp-all-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-block: 1px solid var(--pp-line);
    padding: 12px 0;
    margin-block: 16px 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--pp-red)
}

.pp-all-products svg {
    width: 16px
}

.pp-price-filter {
    border-top: 1px solid var(--pp-line);
    padding-top: 15px;
    margin-top: 15px
}

.pp-price-filter h3 {
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 12px
}

.pp-price-filter>div {
    display: flex;
    gap: 10px
}

.pp-price-filter label {
    font-size: 14px;
    flex: 1;
    min-width: 0
}

.pp-price-filter input {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--pp-line);
    border-radius: 3px;
    padding: 9px 8px;
    background: var(--pp-paper);
    margin-top: 5px
}

.pp-price-filter button {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
    min-height: 42px
}

.pp-price-filter>a {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline
}

.pp-shop__toolbar .wc-block-product-results-count,
.pp-shop__toolbar .wc-block-catalog-sorting {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none
}

.pp-shop__toolbar select {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    padding: 11px 12px;
    border-radius: 4px;
    background: #fffdf9
}

.wp-block-woocommerce-product-template {
    gap: 22px !important
}

.wp-block-woocommerce-product-template>li {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    min-width: 0
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image {
    overflow: hidden;
    border-bottom: 1px solid var(--pp-line)
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image img {
    aspect-ratio: 1 !important;
    object-fit: contain !important;
    border-radius: 0 !important
}

.wp-block-woocommerce-product-template .wp-block-post-terms {
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 1.4;
    text-transform: none
}

.wp-block-woocommerce-product-template .wp-block-post-title {
    font-family: var(--wp--preset--font-family--body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 8px
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
    font-family: var(--wp--preset--font-family--body);
    font-size: 17px
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-button {
    margin-top: auto;
    padding-top: 15px
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-button .wp-block-button__link {
    margin: 0;
    width: 100%;
    padding: 11px 8px;
    border-radius: 4px;
    letter-spacing: .01em;
    font-size: 12px;
    text-transform: none;
    min-height: 44px
}

.pp-pagination {
    gap: 8px !important
}

.pp-pagination .page-numbers {
    display: inline-block;
    border-radius: 4px;
    font-size: 13px
}

.pp-page__body {
    padding-block: 40px 65px !important
}

.pp-page__body .wp-block-post-content {
    max-width: 840px !important
}

.pp-page__body .pp-lede {
    font-size: 24px;
    line-height: 1.5
}

.pp-page__body h2 {
    font-size: 26px
}

.pp-page__body p,
.pp-page__body li {
    font-size: 15px;
    line-height: 1.85
}

.pp-page__body .pp-button {
    font-size: 13px
}

.pp-help-links {
    background: var(--pp-soft);
    border: 1px solid var(--pp-line);
    padding: 22px 26px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 6px;
    flex-wrap: wrap
}

.pp-help-links div {
    flex: 1 1 260px
}

.pp-help-links strong {
    font-family: var(--wp--preset--font-family--display);
    font-size: 22px;
    font-weight: 500
}

.pp-help-links p {
    font-size: 12px;
    margin: 4px 0 0;
    color: var(--pp-muted)
}

.pp-help-links a {
    font-size: 13px;
    font-weight: 500
}

.pp-page__body:has(.pp-collection-grid) .wp-block-post-content {
    max-width: 1280px !important;
    width: calc(100% - 80px)
}

.pp-collection-grid--all {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px
}

.pp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-block: 28px
}

.pp-contact-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--pp-line);
    background: #fffdf9;
    padding: 24px;
    border-radius: 6px;
    overflow-wrap: anywhere
}

.pp-contact-card p {
    flex: 1 0 auto
}

.pp-contact-card h2 {
    margin-top: 0;
    font-size: 23px
}

.pp-contact-card p {
    font-size: 13px
}

.pp-contact-card a {
    font-size: 13px
}

.pp-guide-steps {
    counter-reset: steps
}

.pp-guide-steps>section {
    position: relative;
    padding: 25px 0 25px 64px;
    border-bottom: 1px solid var(--pp-line)
}

.pp-guide-steps>section:before {
    counter-increment: steps;
    content: '0' counter(steps);
    position: absolute;
    left: 0;
    top: 25px;
    font-family: var(--wp--preset--font-family--display);
    font-size: 26px;
    color: var(--pp-red)
}

.pp-guide-steps h2 {
    margin: 0 !important
}

.pp-guide-steps p {
    margin-bottom: 0
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 1px solid #cabbac;
    border-radius: 4px;
    background: #fffdf9;
    padding: 13px 14px;
    width: 100%;
    min-height: 48px;
    color: var(--pp-ink)
}

.woocommerce form .form-row label {
    font-size: 14px;
    margin-bottom: 6px
}

.woocommerce form.track_order,
.woocommerce form.login,
.woocommerce form.lost_reset_password {
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    background: #fffdf9;
    padding: 28px
}

.woocommerce form .button,
.woocommerce a.button {
    border-radius: 4px !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    min-height: 44px;
    font-size: 14px !important
}

.woocommerce .woocommerce-form-login__rememberme {
    display: block;
    padding: 10px 0
}

.woocommerce form input[type=checkbox] {
    accent-color: var(--pp-red);
    width: 17px;
    height: 17px
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0
}

.woocommerce .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px;
    border-bottom: 1px solid var(--pp-line);
    font-size: 14px
}

.woocommerce .woocommerce-MyAccount-navigation .is-active a {
    background: var(--pp-soft)
}

.woocommerce-account .pp-page__body .wp-block-post-content,
.woocommerce-cart .pp-page__body .wp-block-post-content,
.woocommerce-checkout .pp-page__body .wp-block-post-content {
    max-width: 1180px !important;
    width: calc(100% - 80px)
}

.wc-block-components-button:not(.is-link) {
    letter-spacing: .01em !important;
    text-transform: none !important;
    font-size: 14px !important;
    border-radius: 4px !important
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    background: var(--pp-red);
    color: #fff !important;
    min-height: 52px
}

.wc-block-components-text-input input,
.wc-block-components-combobox-control input {
    font-size: 16px !important
}

.wc-block-components-notice-banner {
    border-radius: 4px;
    font-size: 14px
}

.pp-empty-state {
    padding: 30px;
    background: var(--pp-soft);
    text-align: center;
    border-radius: 6px
}

.pp-empty-state p {
    font-size: 15px;
    line-height: 1.7
}

.pp-empty-state a {
    color: var(--pp-red);
    text-decoration: underline
}

.pp-shop__band .wp-block-term-description {
    max-width: 650px;
    font-size: 14px;
    color: var(--pp-muted)
}

@media(min-width:1051px) {
    .pp-menu:not([open])>nav {
        display: flex
    }
}

@media(max-width:1200px) {
    .pp-masthead {
        gap: 24px
    }

    .pp-menu nav {
        gap: 20px
    }

    .pp-menu nav a,
    .pp-story-link {
        font-size: 12px
    }

    .pp-header-actions {
        gap: 14px
    }

    .pp-track-link span {
        display: none
    }

    .pp-brand strong {
        font-size: 27px
    }

    .pp-collection-grid {
        gap: 18px
    }

    .pp-footer-columns {
        gap: 25px
    }
}

@media(max-width:1050px) {
    .pp-shell {
        width: calc(100% - 48px)
    }

    .pp-announcement {
        padding-inline: 24px
    }

    .pp-menu>summary {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 13px;
        min-height: 48px;
        list-style: none
    }

    .pp-menu>summary::-webkit-details-marker {
        display: none
    }

    .pp-menu nav {
        display: flex;
        position: absolute;
        left: 24px;
        right: 24px;
        top: 100%;
        background: var(--pp-paper);
        border: 1px solid var(--pp-line);
        box-shadow: 0 16px 26px #38261f15;
        padding: 14px 24px;
        z-index: 45;
        flex-direction: column;
        gap: 0;
        align-items: stretch
    }

    .pp-menu:not([open])>nav {
        display: none
    }

    .pp-menu nav a {
        font-size: 14px;
        padding: 12px 0;
        border-bottom: 1px solid var(--pp-line)
    }

    .pp-menu nav .pp-mobile-help {
        display: block;
        border: 0
    }

    .pp-story-link {
        padding-block: 12px
    }

    .pp-brand strong {
        font-size: 24px
    }

    .pp-header-actions {
        gap: 6px
    }

    .pp-search {
        max-width: 340px
    }

    .pp-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 25px
    }

    .pp-curated-grid {
        gap: 16px
    }

    .pp-curated-info {
        padding: 13px
    }

    .pp-home-help {
        gap: 40px
    }

    .pp-footer-columns {
        grid-template-columns: 1.2fr 1fr;
        gap: 30px
    }

    .pp-footer-bottom>span:last-child {
        display: none
    }

    .pp-shop,
    .pp-product {
        width: calc(100% - 48px)
    }

    .pp-collection-grid--all {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:781px) {
    body {
        --wp--style--root--padding-left: 20px;
        --wp--style--root--padding-right: 20px
    }

    .pp-shell {
        width: calc(100% - 40px)
    }

    .pp-announcement {
        justify-content: center;
        padding: 8px 16px;
        font-size: 12px
    }

    .pp-announcement>span {
        display: none
    }

    .pp-masthead {
        min-height: unset;
        padding-block: 17px 14px;
        gap: 14px;
        flex-wrap: wrap
    }

    .pp-brand {
        gap: 9px
    }

    .pp-brand strong {
        font-size: 25px
    }

    .pp-search {
        order: 3;
        max-width: none
    }

    .pp-search input,
    .pp-search button {
        height: 43px
    }

    .pp-search input {
        font-size: 16px
    }

    .pp-header-actions {
        margin-left: auto;
        gap: 7px
    }

    .pp-header-actions .pp-track-link {
        display: none
    }

    .pp-account-link svg {
        width: 20px
    }

    .pp-header-actions .wc-block-mini-cart__button {
        padding: 8px
    }

    .pp-menu nav {
        left: 20px;
        right: 20px
    }

    .pp-navigation-row {
        gap: 15px
    }

    .pp-story-link {
        border: 0;
        padding-left: 0
    }

    .pp-hero-buttons {
        gap: 22px
    }

    .pp-button {
        padding: 13px 18px;
        font-size: 12px;
        gap: 17px
    }

    .pp-section {
        padding-top: 43px
    }

    .pp-section-heading {
        gap: 13px;
        flex-wrap: wrap;
        margin-bottom: 22px;
        align-items: start
    }

    .pp-section-heading h2,
    .pp-home-help h2 {
        font-size: 29px;
        line-height: 1.2
    }

    .pp-section-heading .pp-kicker,
    .pp-kicker {
        font-size: 11px;
        letter-spacing: .14em
    }

    .pp-section-heading .pp-text-link {
        font-size: 12px;
        min-height: 28px
    }

    .pp-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 12px
    }

    .pp-collection-label {
        font-size: 15px;
        line-height: 1.35;
        margin-top: 10px
    }

    .pp-collection-count {
        font-size: 12px;
        gap: 4px
    }

    .pp-collection-count svg {
        width: 12px
    }

    .pp-curated-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px
    }

    .pp-curated-info {
        padding: 12px
    }

    .pp-curated-info h3 {
        font-size: 12px;
        line-height: 1.6
    }

    .pp-card-bottom {
        font-size: 15px
    }

    .pp-card-bottom>a {
        width: 35px;
        height: 35px;
        flex-shrink: 0
    }

    .pp-card-bottom>a svg {
        width: 16px
    }

    .pp-home-help {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-block: 45px
    }

    .pp-home-help p:not(.pp-kicker) {
        font-size: 13px
    }

    .pp-help-questions summary {
        font-size: 14px
    }

    .pp-footer-top {
        flex-direction: column;
        align-items: start;
        padding-block: 32px;
        gap: 20px
    }

    .pp-footer-top h2 {
        font-size: 28px;
        line-height: 1.3
    }

    .pp-footer-columns {
        grid-template-columns: 1fr 1fr;
        padding-block: 30px;
        gap: 28px 20px
    }

    .pp-footer-brand {
        grid-column: 1/-1
    }

    .pp-footer-columns>div:last-child {
        grid-column: 1/-1
    }

    .pp-footer-columns a:not(.pp-brand) {
        font-size: 12px;
        min-height: 28px;
        margin-bottom: 5px
    }

    .pp-footer-columns p {
        margin-block: 12px
    }

    .pp-footer-bottom {
        flex-direction: column;
        gap: 12px;
        font-size: 12px
    }

    .pp-footer-bottom div {
        gap: 18px;
        flex-wrap: wrap
    }

    .pp-shop,
    .pp-product {
        width: calc(100% - 40px)
    }

    .pp-shop__band,
    .pp-page__band {
        padding: 25px 20px !important
    }

    .pp-shop__band h1,
    .pp-page__band h1 {
        font-size: 34px !important
    }

    .pp-shop__layout {
        padding-top: 20px !important;
        gap: 20px !important
    }

    .pp-shop__sidebar {
        flex-basis: 100% !important
    }

    .pp-browse-filter {
        padding: 15px
    }

    .pp-browse-filter nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px
    }

    .pp-price-filter>div {
        max-width: 360px
    }

    .pp-price-filter button {
        width: auto;
        padding-inline: 30px
    }

    .pp-shop__toolbar {
        margin-bottom: 20px !important
    }

    .pp-shop__toolbar select {
        max-width: 220px;
        font-size: 12px
    }

    .pp-shop .wp-block-woocommerce-product-template,
    .wp-block-woocommerce-related-products .wp-block-woocommerce-product-template {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important
    }

    .wp-block-woocommerce-product-template {
        --pp-card-pad: 12px
    }

    .wp-block-woocommerce-product-template .wp-block-post-title {
        font-size: 12px
    }

    .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
        font-size: 16px
    }

    .wp-block-woocommerce-product-template .wp-block-woocommerce-product-button .wp-block-button__link {
        font-size: 14px;
        letter-spacing: 0
    }

    .wp-block-woocommerce-product-template .wp-block-post-terms {
        font-size: 12px
    }

    .pp-page__body {
        padding-block: 28px 45px !important
    }

    .pp-page__body .wp-block-post-content {
        width: calc(100% - 40px)
    }

    .pp-page__body:has(.pp-collection-grid) .wp-block-post-content {
        width: calc(100% - 40px)
    }

    .pp-page__body .pp-lede {
        font-size: 22px
    }

    .pp-page__body h2 {
        font-size: 24px
    }

    .pp-page__body p,
    .pp-page__body li {
        font-size: 14px
    }

    .pp-contact-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .pp-contact-card {
        padding: 22px
    }

    .pp-guide-steps>section {
        padding-left: 48px
    }

    .pp-help-links {
        padding: 20px;
        gap: 15px;
        margin-top: 28px
    }

    .pp-help-links p {
        font-size: 12px
    }

    .pp-help-links strong {
        font-size: 20px
    }

    .pp-collection-grid--all {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px
    }

    .woocommerce form.track_order,
    .woocommerce form.login,
    .woocommerce form.lost_reset_password {
        padding: 20px
    }

    .woocommerce-account .pp-page__body .wp-block-post-content,
    .woocommerce-cart .pp-page__body .wp-block-post-content,
    .woocommerce-checkout .pp-page__body .wp-block-post-content {
        width: calc(100% - 40px)
    }

    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        width: 100%;
        float: none
    }

    .wc-block-cart .wc-block-cart-items__row {
        padding-block: 18px !important
    }

    .pp-empty-state {
        padding: 24px 18px
    }
}

@media(max-width:360px) {
    .pp-brand strong {
        font-size: 22px
    }

    .pp-header-actions {
        gap: 2px
    }

    .pp-hero-buttons {
        gap: 14px
    }

    .pp-hero-buttons .pp-button {
        padding-inline: 14px;
        gap: 8px
    }

    .pp-collection-grid:not(.pp-collection-grid--all) {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }
}

.pp-shop,
.pp-product {
    padding-inline: 0 !important
}

.pp-commerce-page {
    padding: 0 40px 60px !important
}

.pp-commerce-page>.alignwide {
    max-width: 1180px !important
}

.pp-commerce-heading {
    padding-block: 35px 28px;
    margin-bottom: 22px !important;
    border-bottom: 1px solid var(--pp-line)
}

.pp-commerce-heading h1 {
    font-size: 42px;
    font-weight: 500;
    margin: 0 0 12px
}

.pp-commerce-heading p:not(.pp-kicker) {
    font-size: 14px;
    color: var(--pp-muted);
    margin: 0
}

.pp-commerce-heading a {
    color: var(--pp-red);
    text-decoration: underline
}

.pp-commerce-page .wc-block-components-sidebar-layout {
    margin-top: 30px
}

.pp-commerce-page .wc-block-components-order-summary__button-text {
    font-size: 16px
}

@media(max-width:781px) {
    .pp-commerce-page {
        padding: 0 20px 40px !important
    }

    .pp-commerce-heading {
        padding-block: 25px
    }

    .pp-commerce-heading h1 {
        font-size: 33px
    }

    .pp-commerce-heading p:not(.pp-kicker) {
        font-size: 13px
    }

    .pp-commerce-page .wc-block-components-sidebar-layout {
        margin-top: 20px
    }
}

.pp-page,
.pp-page__body {
    padding-inline: 0 !important
}

.pp-page__band {
    margin-inline: 0 !important;
    width: 100%;
    max-width: none !important
}

.pp-page__body>.pp-help-links {
    width: calc(100% - 40px);
    max-width: 840px;
    margin-inline: auto
}

.pp-page__body .woocommerce-order-details {
    overflow-x: auto
}

.pp-page__body .woocommerce-order-details table {
    font-size: 14px
}

.pp-page__body .woocommerce-order-details .button {
    display: inline-block;
    margin: 4px
}

.pp-brand img {
    width: 215px;
    height: auto;
    display: block
}

.pp-masthead {
    min-height: 110px
}

.pp-footer-brand .pp-brand img {
    width: 230px
}

.pp-product-page {
    padding: 0 !important
}

.pp-pdp {
    padding-block: 28px 65px
}

.pp-pdp>.woocommerce-breadcrumb {
    font-size: 12px;
    color: var(--pp-muted);
    margin-bottom: 30px;
    line-height: 1.7
}

.pp-pdp>.woocommerce-breadcrumb a {
    color: var(--pp-muted)
}

.pp-pdp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 65px;
    align-items: start
}

.pp-pdp-gallery {
    position: sticky;
    top: 25px;
    min-width: 0
}

.pp-pdp-gallery .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 !important
}

.pp-pdp-gallery .woocommerce-product-gallery__wrapper {
    margin: 0
}

.pp-pdp-gallery .woocommerce-product-gallery__image {
    background: #f2ece3;
    border: 1px solid var(--pp-line);
    border-radius: 10px;
    overflow: hidden
}

.pp-pdp-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: contain;
    display: block
}

.pp-pdp-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 10px;
    overflow-x: auto;
    list-style: none;
    padding: 14px 0 !important;
    margin: 0 !important;
    scroll-snap-type: x mandatory
}

.pp-pdp-gallery .flex-control-thumbs li {
    width: 76px !important;
    flex: 0 0 76px;
    float: none !important;
    scroll-snap-align: start
}

.pp-pdp-gallery .flex-control-thumbs img {
    border: 1px solid var(--pp-line);
    border-radius: 5px;
    aspect-ratio: 1;
    object-fit: contain;
    cursor: pointer;
    opacity: .65
}

.pp-pdp-gallery .flex-control-thumbs img.flex-active {
    border: 2px solid var(--pp-red);
    opacity: 1
}

.pp-gallery-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: var(--pp-muted);
    font-size: 12px;
    margin-top: 12px
}

.pp-gallery-caption svg {
    width: 14px;
    height: 14px
}

.pp-gallery-note {
    display: flex;
    gap: 13px;
    align-items: center;
    border-top: 1px solid var(--pp-line);
    margin-top: 22px;
    padding-top: 22px;
    color: var(--pp-red)
}

.pp-gallery-note p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    color: var(--pp-muted)
}

.pp-gallery-note strong {
    font-weight: 500;
    color: var(--pp-ink)
}

.pp-pdp-info {
    min-width: 0
}

.pp-pdp-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center
}

.pp-pdp-meta .pp-kicker {
    font-size: 11px;
    margin: 0
}

.pp-availability {
    font-size: 12px;
    color: #8b4428;
    display: flex;
    align-items: center;
    gap: 6px
}

.pp-availability i {
    height: 5px;
    width: 5px;
    background: currentColor;
    border-radius: 50%
}

.pp-availability--out {
    color: var(--pp-muted)
}

.pp-pdp-info h1 {
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.025em;
    margin: 18px 0
}

.pp-pdp-price .price {
    font-family: var(--wp--preset--font-family--body);
    color: var(--pp-red) !important;
    font-size: 29px !important;
    margin: 0 0 5px !important;
    font-weight: 500
}

.pp-pdp-price .price del {
    font-size: 18px;
    color: var(--pp-muted)
}

.pp-pdp-price .price ins {
    text-decoration: none
}

.pp-pdp-price>span {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-pdp-summary {
    font-size: 14px;
    line-height: 1.85;
    color: var(--pp-muted);
    margin: 20px 0
}

.pp-product-facts {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid var(--pp-line);
    padding-bottom: 20px;
    margin-bottom: 22px;
    font-size: 12px;
    flex-wrap: wrap
}

.pp-product-facts>span,
.pp-product-facts>a {
    display: flex;
    gap: 7px;
    align-items: center
}

.pp-product-facts>a {
    margin-left: auto;
    text-decoration: underline
}

.pp-product-facts svg {
    width: 16px;
    height: 16px
}

.pp-purchase form.cart {
    margin: 0 !important;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.pp-purchase form.variations_form {
    display: block
}

.pp-purchase .variations {
    border: 0;
    margin: 0 0 20px !important;
    width: 100%
}

.pp-purchase .variations tr {
    display: block
}

.pp-purchase .variations th,
.pp-purchase .variations td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0
}

.pp-purchase .variations label {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: 500
}

.pp-purchase .variations tr+tr {
    margin-top: 18px
}

.pp-option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.pp-option-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #cbbca9;
    border-radius: 4px;
    color: var(--pp-ink);
    font-size: 13px;
    cursor: pointer
}

.pp-option-buttons button[aria-pressed=true] {
    border: 1.5px solid var(--pp-red);
    background: #f6e8d8;
    color: var(--pp-red);
    box-shadow: 0 0 0 1px var(--pp-red)
}

.pp-option-buttons button:disabled {
    opacity: .4;
    text-decoration: line-through;
    cursor: not-allowed
}

.pp-finish-option:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--finish);
    border: 1px solid #0002
}

.pp-native-select {
    position: absolute !important;
    opacity: 0;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    pointer-events: none
}

.pp-purchase .reset_variations {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 12px;
    display: inline-block !important
}

.pp-purchase .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.pp-purchase .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #cbbca9;
    border-radius: 4px;
    float: none !important;
    margin: 0 !important
}

.pp-purchase .quantity input.qty {
    width: 45px !important;
    height: 50px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: center;
    color: var(--pp-ink);
    appearance: textfield;
    -moz-appearance: textfield
}

.pp-purchase input.qty::-webkit-inner-spin-button,
.pp-purchase input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.pp-quantity-button {
    width: 34px;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: var(--pp-ink);
    font-size: 20px
}

.pp-quantity-button:disabled {
    opacity: .3;
    cursor: default
}

.pp-purchase .single_add_to_cart_button {
    flex: 1;
    border-radius: 4px !important;
    min-height: 52px;
    background: var(--pp-red) !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: .015em !important;
    text-transform: none !important;
    padding: 14px 25px !important;
    float: none !important
}

.pp-purchase .single_add_to_cart_button.disabled {
    opacity: .5
}

.pp-purchase .stock {
    font-size: 12px !important;
    color: #8b4428 !important
}

.pp-purchase .woocommerce-variation-price {
    margin-bottom: 12px
}

.pp-product-secondary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 17px;
    align-items: center
}

.pp-save-product {
    display: flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: 0;
    padding: 8px 0;
    font-size: 12px;
    color: var(--pp-muted);
    min-height: 44px
}

.pp-save-product svg {
    width: 18px;
    height: 18px
}

.pp-save-product[aria-pressed=true] {
    color: var(--pp-red)
}

.pp-save-product[aria-pressed=true] svg {
    fill: #9d2e2620
}

.pp-product-secondary>a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    text-decoration: underline
}

.pp-product-secondary>a svg {
    width: 16px;
    height: 16px
}

.pp-delivery-card {
    background: #f2ecdf;
    border: 1px solid #e5d9c6;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px
}

.pp-delivery-card>div:first-child {
    display: flex;
    gap: 12px
}

.pp-delivery-card>div:first-child>svg {
    flex: none;
    color: var(--pp-red);
    width: 23px
}

.pp-delivery-card strong {
    font-size: 13px;
    font-weight: 500
}

.pp-delivery-card p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--pp-muted);
    margin: 5px 0 0
}

.pp-delivery-costs {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 12px;
    border-top: 1px solid #deceb8;
    padding-top: 13px;
    margin-top: 15px
}

.pp-delivery-costs>span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-delivery-costs strong {
    font-size: 13px;
    color: var(--pp-ink)
}

.pp-delivery-card>a {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    text-decoration: underline
}

.pp-delivery-card>a svg {
    width: 14px;
    height: 14px
}

.pp-pdp-accordions {
    margin-top: 28px;
    scroll-margin-top: 30px
}

.pp-pdp-accordions details {
    border-top: 1px solid var(--pp-line)
}

.pp-pdp-accordions details:last-child {
    border-bottom: 1px solid var(--pp-line)
}

.pp-pdp-accordions summary {
    list-style: none;
    position: relative;
    padding: 20px 25px 20px 0;
    font-family: var(--wp--preset--font-family--display);
    font-size: 21px
}

.pp-pdp-accordions summary::-webkit-details-marker {
    display: none
}

.pp-pdp-accordions summary:after {
    content: '+';
    position: absolute;
    right: 3px;
    color: var(--pp-red);
    font-family: Arial;
    font-size: 18px
}

.pp-pdp-accordions details[open] summary:after {
    content: '−'
}

.pp-pdp-accordions details>div {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.85;
    color: var(--pp-muted)
}

.pp-pdp-accordions p {
    margin: 0 0 13px
}

.pp-pdp-accordions h2,
.pp-pdp-accordions h3 {
    font-family: inherit;
    font-size: 15px !important;
    line-height: 1.6 !important
}

.pp-pdp-accordions a {
    color: var(--pp-red);
    text-decoration: underline
}

.pp-pdp-accordions ul {
    padding-left: 20px
}

.pp-pdp-accordions .woocommerce-product-attributes {
    font-size: 12px;
    border: 1px solid var(--pp-line)
}

.pp-pdp-accordions .woocommerce-product-attributes th,
.pp-pdp-accordions .woocommerce-product-attributes td {
    padding: 10px
}

.pp-product-reviews {
    padding-block: 45px;
    border-top: 1px solid var(--pp-line);
    margin-top: 50px
}

.pp-product-reviews h2 {
    font-size: 28px;
    font-weight: 500
}

.pp-product-reviews #reviews {
    max-width: 800px
}

.pp-product-reviews .comment-reply-title {
    font-size: 18px
}

.pp-product-reviews #review_form_wrapper {
    margin-top: 20px
}

.pp-product-reviews textarea,
.pp-product-reviews input:not([type=checkbox]):not([type=submit]) {
    width: 100%;
    border: 1px solid var(--pp-line);
    background: #fffdf9;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px
}

.pp-product-reviews p {
    font-size: 13px
}

.pp-product-reviews input[type=submit] {
    background: var(--pp-red) !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 13px 25px !important
}

.pp-sticky-purchase {
    position: fixed;
    z-index: 80;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffdf9;
    border-top: 1px solid var(--pp-line);
    box-shadow: 0 -5px 22px #35251f0c;
    padding: 12px max(20px, calc((100vw - 1150px)/2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.pp-sticky-purchase[hidden] {
    display: none
}

.pp-sticky-purchase>div {
    min-width: 0
}

.pp-sticky-purchase small {
    font-size: 12px;
    color: var(--pp-muted);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px
}

.pp-sticky-price {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--pp-ink)
}

.pp-sticky-price del {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-sticky-price ins {
    text-decoration: none
}

.pp-has-sticky-purchase .pp-footer-new {
    padding-bottom: 95px
}

.pp-remove-saved {
    padding: 12px 0;
    min-height: 44px;
    font-size: 12px;
    background: none;
    border: 0;
    color: var(--pp-red);
    text-decoration: underline
}

.pp-saved-entry {
    display: flex;
    flex-direction: column
}

.pp-saved-entry .pp-curated-card {
    flex: 1
}

.pp-saved-items {
    min-height: 180px
}

.pp-saved-status {
    margin-bottom: 25px
}

.pp-pdp-related {
    padding-top: 30px
}

.pp-header-actions .pp-saved-link {
    display: flex
}

.pp-header-actions .pp-saved-link svg {
    width: 20px;
    height: 20px
}

@media(max-width:1050px) {
    .pp-pdp-grid {
        gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .pp-pdp-info h1 {
        font-size: 32px
    }

    .pp-brand img {
        width: 190px
    }

    .pp-masthead {
        gap: 20px
    }

    .pp-pdp-meta {
        align-items: start;
        flex-direction: column;
        gap: 10px
    }

    .pp-product-secondary {
        gap: 8px;
        flex-wrap: wrap
    }
}

@media(max-width:781px) {
    .pp-brand img {
        width: 180px;
        height: auto
    }

    .pp-masthead {
        min-height: 0;
        padding-block: 13px
    }

    .pp-header-actions {
        gap: 7px
    }

    .pp-pdp {
        padding-top: 18px
    }

    .pp-pdp>.woocommerce-breadcrumb {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 18px
    }

    .pp-pdp-grid {
        grid-template-columns: 1fr;
        gap: 27px
    }

    .pp-pdp-gallery {
        position: static
    }

    .pp-pdp-gallery .woocommerce-product-gallery__image img {
        max-height: none
    }

    .pp-pdp-gallery .flex-control-thumbs li {
        width: 60px !important;
        flex-basis: 60px
    }

    .pp-pdp-gallery .flex-control-thumbs {
        gap: 8px;
        padding-block: 10px !important
    }

    .pp-gallery-caption {
        font-size: 12px;
        margin-top: 7px
    }

    .pp-gallery-note {
        display: none
    }

    .pp-pdp-meta {
        flex-direction: row;
        align-items: center
    }

    .pp-pdp-meta .pp-kicker {
        font-size: 11px;
        letter-spacing: .1em
    }

    .pp-availability {
        font-size: 12px
    }

    .pp-pdp-info h1 {
        font-size: 30px;
        margin: 14px 0 16px;
        line-height: 1.22
    }

    .pp-pdp-price .price {
        font-size: 25px !important
    }

    .pp-pdp-price>span {
        font-size: 12px
    }

    .pp-pdp-summary {
        font-size: 13px;
        line-height: 1.8;
        margin: 17px 0
    }

    .pp-product-facts {
        font-size: 13px;
        margin-bottom: 20px;
        gap: 12px
    }

    .pp-option-buttons {
        gap: 8px
    }

    .pp-option-buttons button {
        font-size: 12px;
        min-height: 44px;
        padding: 10px 13px
    }

    .pp-purchase .single_add_to_cart_button {
        min-width: 140px;
        font-size: 13px !important;
        padding-inline: 15px !important
    }

    .pp-purchase .quantity input.qty {
        width: 38px !important
    }

    .pp-quantity-button {
        width: 31px
    }

    .pp-product-secondary {
        justify-content: space-between
    }

    .pp-save-product,
    .pp-product-secondary>a {
        font-size: 14px
    }

    .pp-delivery-card {
        padding: 17px;
        margin-top: 15px
    }

    .pp-pdp-accordions {
        margin-top: 22px
    }

    .pp-pdp-accordions summary {
        font-size: 20px;
        padding-block: 18px
    }

    .pp-pdp-accordions details>div {
        font-size: 12px
    }

    .pp-product-reviews {
        margin-top: 30px;
        padding-block: 30px
    }

    .pp-product-reviews h2 {
        font-size: 25px
    }

    .pp-sticky-purchase {
        padding: 10px 16px max(10px, env(safe-area-inset-bottom));
        gap: 12px
    }

    .pp-sticky-purchase small {
        max-width: 170px;
        font-size: 12px
    }

    .pp-sticky-price {
        font-size: 16px
    }

    .pp-sticky-purchase .pp-button {
        min-width: 145px;
        white-space: nowrap;
        padding-inline: 16px;
        min-height: 46px
    }

    .pp-pdp .woocommerce-product-gallery__trigger {
        z-index: 4 !important
    }

    .pp-pdp-related {
        padding-top: 10px
    }

    .pp-footer-brand .pp-brand img {
        width: 210px
    }
}

@media(max-width:360px) {
    .pp-brand img {
        width: 165px
    }

    .pp-header-actions {
        gap: 3px
    }

    .pp-sticky-purchase small {
        max-width: 135px
    }

    .pp-sticky-purchase .pp-button {
        min-width: 125px;
        padding-inline: 12px
    }

    .pp-pdp-info h1 {
        font-size: 28px
    }
}

.pp-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.pp-footer-social a {
    min-height: 44px;
    display: flex;
    align-items: center
}

@media(max-width:781px) {
    .pp-footer-social {
        gap: 20px
    }
}

.pp-pdp-gallery .woocommerce-product-gallery {
    position: relative
}

.pp-pdp-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--pp-line);
    border-radius: 50%;
    background: var(--pp-paper);
    box-shadow: 0 2px 8px #35251f12;
    display: block
}

.pp-pdp-gallery .woocommerce-product-gallery__trigger span {
    display: none
}

.pp-pdp-gallery .woocommerce-product-gallery__trigger:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 11px;
    width: 12px;
    height: 12px;
    border: 1.5px solid var(--pp-ink);
    border-radius: 50%
}

.pp-pdp-gallery .woocommerce-product-gallery__trigger:after {
    content: "";
    position: absolute;
    left: 26px;
    top: 25px;
    width: 7px;
    height: 1.5px;
    background: var(--pp-ink);
    transform: rotate(45deg);
    transform-origin: left center
}

.pp-pdp-gallery .flex-control-thumbs [role=button]:focus-visible {
    outline: 3px solid var(--pp-red);
    outline-offset: 3px
}

@media(max-width:781px) {
    .pp-masthead {
        gap: 10px;
        padding-block: 11px
    }

    .pp-masthead .pp-brand img {
        width: 166px
    }

    .pp-search input,
    .pp-search button {
        height: 42px
    }

    .pp-navigation-row .pp-story-link,
    .pp-menu>summary {
        padding-block: 12px
    }
}

.pp-pdp .pp-purchase .variations th.label {
    padding: 0 0 8px !important;
    line-height: 1.5
}

.pp-pdp .pp-purchase .variations td.value {
    padding: 0 0 10px !important
}

.pp-pdp .pp-purchase .variations {
    margin-bottom: 12px !important
}

.pp-pdp .pp-purchase .single_variation {
    margin-bottom: 12px
}

.pp-pdp .pp-purchase .reset_variations {
    min-height: 28px;
    margin-top: 4px
}

.pp-not-found {
    padding: 80px 24px 90px
}

.pp-not-found h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15
}

.pp-not-found>p:not(.pp-kicker) {
    max-width: 540px;
    color: var(--pp-muted);
    line-height: 1.8
}

.pp-not-found .wp-block-buttons {
    margin-block: 30px;
    gap: 12px
}

@media(max-width:781px) {
    .pp-not-found {
        padding: 45px 20px 55px
    }
}

.pp-cart-empty {
    padding: 44px 24px;
    background: var(--pp-soft);
    border: 1px solid var(--pp-line);
    margin-bottom: 42px
}

.pp-cart-empty h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2
}

.pp-cart-empty p {
    color: var(--pp-muted);
    line-height: 1.7
}

.pp-cart-empty .wp-block-buttons {
    gap: 12px;
    margin-top: 24px
}

.wc-block-grid__products {
    gap: 20px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important
}

.wc-block-grid__products .wc-block-grid__product {
    max-width: none !important;
    border: 1px solid var(--pp-line);
    background: var(--pp-surface);
    padding: 0 0 18px !important;
    width: 100%;
    text-align: left
}

.wc-block-grid__product .wc-block-grid__product-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain
}

.wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin: 12px 16px !important
}

.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500
}

.wc-block-grid__product .wc-block-grid__product-price {
    color: var(--pp-red)
}

@media(max-width:781px) {
    .pp-cart-empty {
        padding: 28px 18px
    }

    .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .wc-block-grid__product .wc-block-grid__product-title {
        font-size: 12px
    }

    .wc-block-grid__product .wc-block-grid__product-title,
    .wc-block-grid__product .wc-block-grid__product-price,
    .wc-block-grid__product .wc-block-grid__product-add-to-cart {
        margin: 10px !important
    }

    .wc-block-grid__product .wp-block-button__link {
        font-size: 14px;
        padding: 10px !important
    }
}

.pp-curated-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1
}

.pp-curated-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    transition: filter .2s
}

.pp-curated-card:hover .pp-curated-image img {
    transform: none;
    filter: brightness(.98)
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image {
    aspect-ratio: 1;
    background: #f0ece6
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important
}

.wc-block-mini-cart__drawer[aria-hidden="true"] {
    visibility: hidden
}

.wc-block-mini-cart__drawer[aria-hidden="false"] {
    visibility: visible
}

:root {
    --pp-paper: #fffdf8;
    --pp-ink: #302a24;
    --pp-red: #a33520;
    --pp-line: #e8dfd1;
    --pp-muted: #6f6155;
    --pp-soft: #f6efe3;
    --pp-surface: #fffdf8;
    --pp-saffron: #f6a94a;
    --pp-forest: #8b4428
}

body {
    background: var(--pp-paper)
}

.pp-shell {
    width: min(1320px, calc(100% - 96px))
}

.pp-button,
.wp-element-button {
    border-radius: 6px !important;
    min-height: 48px;
    letter-spacing: 0 !important
}

.pp-button {
    font-size: 13px;
    padding: 15px 23px;
    font-weight: 500
}

.pp-text-link {
    font-size: 13px;
    min-height: 44px
}

.pp-kicker {
    color: var(--pp-red);
    font-size: 11px;
    letter-spacing: .16em;
    font-weight: 600
}

.pp-section-heading h2 {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.025em
}

.pp-section-heading>p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--pp-muted);
    margin: 0;
    max-width: 300px
}

.pp-announcement {
    background: #783521;
    font-size: 12px;
    letter-spacing: .02em
}

.pp-masthead {
    min-height: 96px
}

.pp-brand img {
    width: 195px
}

.pp-search {
    border-radius: 30px;
    background: #f8f5ef;
    border-color: transparent;
    max-width: 410px
}

.pp-search input {
    padding-left: 22px
}

.pp-search:focus-within {
    border-color: var(--pp-red);
    background: white
}

.pp-header-actions>a {
    min-width: 40px;
    min-height: 44px;
    justify-content: center
}

.pp-header-actions {
    gap: 12px
}

.pp-menu nav {
    gap: 28px
}

.pp-menu nav a {
    font-size: 13px;
    padding-block: 14px
}

.pp-menu nav a[aria-current=page] {
    color: var(--pp-red);
    text-decoration: underline;
    text-underline-offset: 9px
}

.pp-menu nav a:first-child {
    color: var(--pp-ink)
}

.pp-nav-wrap {
    background: #fffdf8
}

.pp-story-link {
    font-size: 12px
}

.pp-devotional-hero {
    background: #f6eddf;
    overflow: hidden
}

.pp-devotional-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    min-height: 635px;
    align-items: center
}

.pp-devotional-copy {
    padding: 55px 0
}

.pp-devotional-copy .pp-kicker {
    margin-bottom: 24px
}

.pp-devotional-copy h1 {
    font-size: clamp(60px, 6.6vw, 92px);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 500;
    margin: 0 0 26px
}

.pp-devotional-copy h1 em {
    color: var(--pp-red);
    font-weight: 400
}

.pp-devotional-copy>p:not(.pp-kicker) {
    max-width: 400px;
    font-size: 15px;
    line-height: 1.85;
    color: #716458;
    margin-bottom: 28px
}

.pp-devotional-copy .pp-hero-buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px
}

.pp-origin-note {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
    color: #806745;
    font-size: 13px;
    line-height: 1.7
}

.pp-origin-note svg {
    width: 30px;
    height: 30px
}

.pp-origin-note strong {
    font-weight: 500
}

.pp-devotional-art {
    position: relative;
    align-self: stretch;
    background: #181613;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 20px 26px;
    isolation: isolate;
    border-radius: 48% 48% 0 0;
    margin-top: 35px
}

.pp-art-photo {
    position: relative;
    z-index: 1
}

.pp-art-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    mix-blend-mode: lighten
}

.pp-art-orbit {
    position: absolute;
    inset: 18px 18px 70px;
    border: 1px solid #b2956644;
    border-radius: 48% 48% 0 0;
    z-index: -1
}

.pp-devotional-script {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    text-align: center;
    color: #dcb471;
    font-size: 12px;
    letter-spacing: .1em;
    z-index: 2
}

.pp-hero-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #f8e6c6 !important;
    border-top: 1px solid #b2956633;
    padding: 20px 12px 0;
    margin-top: auto;
    text-decoration: none
}

.pp-hero-product small {
    display: block;
    font-size: 11px;
    color: #c6ad88;
    letter-spacing: .08em;
    margin-bottom: 6px
}

.pp-hero-product strong {
    font-family: var(--wp--preset--font-family--display);
    font-size: 22px;
    font-weight: 400
}

.pp-hero-product>span {
    width: 38px;
    height: 38px;
    border: 1px solid #b2956655;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: none
}

.pp-service-ribbon {
    border-bottom: 1px solid var(--pp-line);
    background: #fffaf1
}

.pp-service-ribbon>.pp-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 20px
}

.pp-service-ribbon span,
.pp-service-ribbon a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #76624b;
    white-space: nowrap
}

.pp-service-ribbon svg {
    width: 20px;
    height: 20px;
    color: #a77139
}

.pp-intentions,
.pp-category-discovery {
    padding-block: 78px 0
}

.pp-intent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.pp-intent-card {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
    background: #ede8dc;
    transition: box-shadow .2s
}

.pp-intent-card:hover {
    box-shadow: 0 10px 28px #302a2412
}

.pp-intent-image {
    height: 280px;
    display: grid;
    place-items: center;
    padding: 22px 35px;
    background: #f0ece3
}

.pp-intent-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 236px;
    border-radius: 3px
}

.pp-intent-card--daily-pooja .pp-intent-image {
    background: #f2e7d8
}

.pp-intent-card--gifts .pp-intent-image {
    background: #f6e5d6
}

.pp-intent-card>div:last-child {
    padding: 25px 28px;
    background: #faf5ea;
    border-top: 1px solid #e5dccd
}

.pp-intent-card--daily-pooja>div:last-child {
    background: #fbf3e7
}

.pp-intent-card--gifts>div:last-child {
    background: #fff2e7
}

.pp-intent-card small {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #7d6444
}

.pp-intent-card h3 {
    font-size: 27px;
    line-height: 1.15;
    margin: 10px 0 17px;
    font-weight: 500;
    letter-spacing: -.02em
}

.pp-intent-card span {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pp-intent-card span svg {
    width: 18px
}

.pp-category-discovery {
    padding-bottom: 78px
}

.pp-collection-grid {
    gap: 26px
}

.pp-collection-image {
    border-radius: 50%;
    background: #f5eee3;
    border: 0;
    padding: 12px;
    overflow: hidden
}

.pp-collection-image img {
    object-fit: contain;
    mix-blend-mode: multiply
}

.pp-collection-label {
    font-size: 17px
}

.pp-collection-count {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-edit-section {
    background: #f8f4eb;
    border-block: 1px solid #eee6d9;
    padding-block: 65px
}

.pp-curated-grid {
    gap: 24px
}

.pp-curated-card {
    border-radius: 8px;
    border: 1px solid #ebe4d9;
    background: #fffdf9;
    overflow: hidden;
    box-shadow: none;
    position: relative
}

.pp-curated-card:hover {
    transform: none;
    box-shadow: 0 8px 20px #302a2409
}

.pp-curated-image {
    background: #f3efe8;
    position: relative
}

.pp-curated-image img {
    padding: 0px;
    object-fit: contain !important;
    transform: none !important
}

.pp-curated-info {
    padding: 19px
}

.pp-curated-info h3 {
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    min-height: 44px;
    margin: 0 0 14px
}

.pp-card-bottom {
    font-size: 18px;
    gap: 12px;
    align-items: flex-end
}

.pp-card-bottom>a {
    border: 0;
    background: #f7f1e5;
    width: 36px;
    height: 36px;
    flex: none
}

.pp-card-bottom del {
    font-size: 12px;
    color: #6f6155
}

.pp-sale-label {
    font-size: 11px;
    background: #fff7e9;
    color: #87441f;
    border: 1px solid #e8d3b5;
    left: 12px;
    top: 12px;
    padding: 5px 9px
}

.pp-card-context {
    font-size: 12px;
    color: #6f6155;
    display: block;
    margin-bottom: 8px
}

.pp-card-options {
    font-size: 12px;
    color: #6f6155;
    margin-top: 12px
}

.pp-gift-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    padding-block: 86px;
    align-items: center
}

.pp-gift-art {
    min-height: 450px;
    background: #f0b45b;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px 120px 4px 4px;
    overflow: hidden;
    color: #66351e
}

.pp-gift-art h2 {
    font-size: clamp(65px, 7vw, 98px);
    font-weight: 400;
    font-style: italic;
    line-height: .95;
    letter-spacing: -.045em;
    margin: 20px 0 28px
}

.pp-gift-art>p:last-of-type {
    font-size: 13px
}

.pp-gift-art .pp-kicker {
    color: #743919
}

.pp-gift-mark {
    position: absolute;
    right: 35px;
    top: 35px;
    border: 1px solid #a6653266;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    transform: rotate(-15deg)
}

.pp-gift-line {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ad6a2930
}

.pp-gift-copy h2 {
    font-size: clamp(34px, 3.8vw, 52px);
    line-height: 1.15;
    letter-spacing: -.03em;
    margin: 0 0 22px
}

.pp-gift-copy>p:not(.pp-kicker) {
    font-size: 14px;
    color: var(--pp-muted);
    line-height: 1.8;
    max-width: 410px
}

.pp-budget-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0 18px
}

.pp-budget-links a {
    border: 1px solid var(--pp-line);
    border-radius: 5px;
    padding: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px
}

.pp-budget-links a:hover {
    background: var(--pp-soft)
}

.pp-budget-links svg {
    width: 15px;
    height: 15px
}

.pp-belief-band {
    background: #743823;
    color: #fff3de;
    padding-block: 70px;
    position: relative;
    overflow: hidden
}

.pp-belief-band>.pp-shell {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: center
}

.pp-belief-band .pp-kicker {
    color: #e3b787
}

.pp-belief-band h2 {
    font-size: clamp(34px, 3.7vw, 52px);
    line-height: 1.17;
    letter-spacing: -.03em;
    margin: 0 0 24px
}

.pp-belief-band p:not(.pp-kicker) {
    color: #e8cbb5;
    font-size: 14px;
    line-height: 1.85;
    max-width: 570px;
    margin: 0 0 24px
}

.pp-belief-symbol {
    display: grid;
    place-items: center;
    border: 1px solid #d59d5a55;
    min-height: 320px;
    border-radius: 50% 50% 6px 6px;
    margin-inline: 55px;
    padding: 30px
}

.pp-belief-symbol img {
    width: 210px;
    height: auto;
    max-width: 100%
}

.pp-home-help {
    border-top: 1px solid var(--pp-line);
    padding-block: 65px 75px
}

.pp-footer-new {
    background: #30251f;
    color: #f9efd9
}

.pp-footer-new a {
    color: inherit
}

.pp-footer-new .pp-kicker {
    color: #d6b888
}

.pp-footer-top {
    border-color: #b9ad9133
}

.pp-footer-bottom {
    border-color: #b9ad9133
}

.pp-footer-columns p,
.pp-footer-bottom {
    color: #c7c6b6
}

.pp-footer-top h2 {
    font-size: 38px
}

.pp-footer-columns h3 {
    color: #d6b888
}

.pp-journey-page,
.pp-story-page {
    margin: 0 !important;
    max-width: none !important
}

.pp-journey-hero {
    background: #f2e9d8
}

.pp-journey-hero--daily-pooja {
    background: #f4e8d7
}

.pp-journey-hero--gifts {
    background: #f8e8d7
}

.pp-journey-hero>.pp-shell {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: center;
    padding-block: 38px 50px
}

.pp-crumbs {
    display: flex;
    gap: 9px;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: var(--pp-muted)
}

.pp-crumbs a {
    text-decoration: underline
}

.pp-journey-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin: 0 0 24px;
    font-weight: 500
}

.pp-journey-hero .pp-lead {
    font-size: 15px;
    line-height: 1.85;
    color: #736757;
    max-width: 540px;
    margin: 0 0 28px
}

.pp-journey-portrait {
    padding: 25px 40px 18px;
    background: #ffffff60;
    border-radius: 48% 48% 4px 4px;
    margin-top: 20px
}

.pp-journey-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 6px;
    display: block
}

.pp-journey-portrait span {
    font-family: var(--wp--preset--font-family--display);
    font-style: italic;
    text-align: center;
    font-size: 20px;
    display: block;
    padding-top: 16px
}

.pp-how-to {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    padding-block: 35px;
    border-bottom: 1px solid var(--pp-line)
}

.pp-how-to>div {
    display: flex;
    gap: 16px
}

.pp-how-to>div>span {
    font-family: var(--wp--preset--font-family--display);
    color: #b18d5b;
    font-size: 28px
}

.pp-how-to h2,
.pp-how-to h3 {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 10px;
    line-height: 1.5
}

.pp-how-to p {
    font-size: 12px;
    line-height: 1.8;
    color: var(--pp-muted);
    margin: 0
}

.pp-journey-products {
    padding-top: 55px;
    scroll-margin-top: 24px
}

.pp-journey-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: end;
    background: #f5f1e8;
    border: 1px solid var(--pp-line);
    border-radius: 7px;
    padding: 24px
}

.pp-journey-filter label {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 180px
}

.pp-journey-filter select {
    border: 1px solid #dbd0bf;
    min-height: 48px;
    padding: 10px 35px 10px 14px;
    background: #fffdf8;
    border-radius: 5px;
    font-size: 14px;
    color: var(--pp-ink);
    width: 100%
}

.pp-journey-filter>a {
    font-size: 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
    text-decoration: underline
}

.pp-filter-explanation {
    font-size: 13px;
    color: var(--pp-muted);
    line-height: 1.8;
    margin: 14px 0 30px
}

.pp-result-note {
    font-size: 12px;
    color: var(--pp-muted)
}

.pp-journey-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 35px
}

.pp-journey-pagination>span {
    font-size: 12px
}

.pp-concierge {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    margin-block: 65px;
    padding: 36px 40px;
    background: #f1ebdf;
    border: 1px solid #e4d6bf;
    border-radius: 7px
}

.pp-concierge>div {
    max-width: 700px
}

.pp-concierge>div>svg {
    float: left;
    margin: 0 16px 8px 0;
    color: #987444;
    width: 35px;
    height: 35px
}

.pp-concierge h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px
}

.pp-concierge p:not(.pp-kicker) {
    font-size: 13px;
    color: var(--pp-muted);
    line-height: 1.8;
    margin: 0
}

.pp-concierge>.pp-button {
    flex: none
}

.pp-story-opening {
    position: relative;
    padding-block: 75px 85px;
    padding-right: 300px
}

.pp-story-opening h1 {
    font-size: clamp(52px, 6.5vw, 88px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 0 0 25px
}

.pp-story-opening h1 em {
    color: var(--pp-red)
}

.pp-story-opening>p:not(.pp-kicker) {
    font-size: 17px;
    color: var(--pp-muted);
    line-height: 1.8;
    max-width: 550px
}

.pp-story-opening>img {
    position: absolute;
    right: 0;
    top: 65px;
    width: 215px;
    height: auto
}

.pp-values {
    padding-top: 70px
}

.pp-values>h2 {
    font-size: 44px;
    line-height: 1.15;
    margin: 0 0 20px
}

.pp-values .pp-how-to {
    border-bottom: 0
}

.pp-pdp-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas: 'gallery heading' 'gallery information';
    column-gap: 64px;
    row-gap: 0;
    align-items: start
}

.pp-pdp-heading {
    grid-area: heading
}

.pp-pdp-gallery {
    grid-area: gallery;
    top: 24px
}

.pp-pdp-info {
    grid-area: information
}

.pp-pdp-heading h1 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 14px 0 20px
}

.pp-pdp-meta .pp-kicker {
    font-size: 11px
}

.pp-pdp-info .pp-pdp-price {
    margin-top: 0
}

.pp-pdp-price .price {
    font-size: 29px !important;
    margin-top: 0 !important
}

.pp-pdp-price>span {
    font-size: 12px
}

.pp-pdp-summary {
    font-size: 14px;
    line-height: 1.8;
    margin: 18px 0
}

.pp-pdp-gallery .woocommerce-product-gallery__image img {
    object-fit: contain !important;
    max-height: 620px
}

.pp-gallery-note {
    display: none
}

.pp-pdp-gallery .flex-control-thumbs {
    padding-top: 12px !important
}

.pp-gallery-caption {
    margin-top: 4px
}

.pp-purchase {
    background: #f7f2e8;
    border: 1px solid #e6d9c3;
    border-radius: 8px;
    padding: 21px
}

.pp-choice-guide {
    font-size: 13px;
    color: var(--pp-muted);
    margin: 0 0 16px;
    line-height: 1.7
}

.pp-choice-guide strong {
    color: var(--pp-ink);
    font-weight: 500
}

.pp-pdp .pp-purchase .variations {
    background: none
}

.pp-pdp .pp-purchase .variations th.label {
    font-size: 12px
}

.pp-option-buttons button {
    background: #fffdf8;
    border: 1px solid #d4c5ac;
    border-radius: 5px;
    min-height: 46px
}

.pp-option-buttons button[aria-pressed=true] {
    border-color: var(--pp-red);
    box-shadow: 0 0 0 1px var(--pp-red);
    background: #fff8eb;
    color: var(--pp-red)
}

.pp-purchase .single_add_to_cart_button {
    background: var(--pp-red) !important;
    border-radius: 5px !important
}

.pp-purchase .quantity {
    background: #fffdf8
}

.pp-product-facts {
    margin-bottom: 20px;
    padding-bottom: 16px
}

.pp-delivery-card {
    background: none;
    border: 1px solid var(--pp-line);
    border-radius: 7px;
    margin-top: 20px
}

.pp-delivery-card>div:first-child strong {
    font-size: 13px
}

.pp-delivery-card p {
    font-size: 12px
}

.pp-delivery-costs>span {
    font-size: 12px
}

.pp-delivery-costs strong {
    font-size: 12px
}

.pp-delivery-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    font-size: 12px
}

.pp-delivery-selector select {
    padding: 8px 30px 8px 10px;
    border: 1px solid var(--pp-line);
    border-radius: 4px;
    background: #fffdf8;
    max-width: 180px;
    font-size: 12px;
    min-height: 40px
}

.pp-delivery-estimate {
    color: var(--pp-forest) !important;
    margin-top: 10px !important
}

.pp-product-secondary {
    border-bottom: 1px solid var(--pp-line);
    padding-bottom: 12px
}

.pp-pdp-accordions summary {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    padding-block: 21px
}

.pp-pdp-accordions details>div {
    font-size: 13px
}

.pp-review-toggle {
    border: 1px solid var(--pp-line);
    padding: 22px;
    border-radius: 8px
}

.pp-review-toggle>summary {
    font-size: 14px;
    cursor: pointer
}

.pp-review-toggle[open]>summary {
    margin-bottom: 25px
}

.pp-product-reviews>h2 {
    font-size: 32px
}

.pp-review-intro {
    font-size: 13px;
    line-height: 1.7;
    color: var(--pp-muted);
    max-width: 580px
}

.pp-sticky-purchase {
    background: #fffdf8;
    box-shadow: 0 -5px 25px #302a2408
}

.pp-sticky-purchase .pp-button {
    border-radius: 5px !important
}

.pp-shop__band,
.pp-page__band {
    background: #f6f0e5 !important;
    border-bottom: 1px solid var(--pp-line)
}

.pp-shop__band h1,
.pp-page__band h1 {
    letter-spacing: -.035em
}

.pp-browse-filter {
    border-radius: 6px;
    background: #fbf7ef
}

.pp-browse-filter a {
    font-size: 12px
}

.pp-shop__sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start
}

.pp-shop__layout {
    gap: 30px !important
}

.wp-block-woocommerce-product-template>li {
    border-radius: 7px !important;
    overflow: hidden
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-image {
    background: #f4efe5
}

.wp-block-woocommerce-product-template .wp-block-post-title {
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.6
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
    font-size: 17px
}

.wp-block-woocommerce-product-template .wp-block-post-terms {
    font-size: 12px
}

.pp-contact-card {
    background: #fffaf1;
    border-radius: 8px
}

.pp-help-links {
    background: #f7eddf;
    border-color: #e5d6c0;
    border-radius: 7px
}

.pp-mobile-dock {
    display: none
}

@media(max-width:1100px) {
    .pp-shell {
        width: calc(100% - 56px)
    }

    .pp-menu nav {
        gap: 20px
    }

    .pp-devotional-grid {
        gap: 24px;
        min-height: 580px
    }

    .pp-devotional-copy h1 {
        font-size: 70px
    }

    .pp-devotional-copy {
        padding-block: 38px
    }

    .pp-intent-image {
        height: 230px;
        padding: 20px
    }

    .pp-intent-image img {
        max-height: 190px
    }

    .pp-intent-card>div:last-child {
        padding: 22px
    }

    .pp-intent-card h3 {
        font-size: 24px
    }

    .pp-belief-symbol {
        margin-inline: 15px
    }

    .pp-gift-feature,
    .pp-home-art {
        gap: 45px
    }

    .pp-pdp-grid {
        column-gap: 35px
    }

    .pp-pdp-heading h1 {
        font-size: 32px
    }

    .pp-journey-hero>.pp-shell {
        gap: 40px
    }

    .pp-service-ribbon>.pp-shell {
        gap: 20px;
        flex-wrap: wrap
    }

    .pp-service-ribbon span,
    .pp-service-ribbon a {
        font-size: 12px
    }
}

@media(max-width:781px) {
    .pp-shell {
        width: calc(100% - 40px)
    }

    .pp-button {
        font-size: 12px;
        padding: 13px 18px
    }

    .pp-kicker {
        font-size: 11px
    }

    .pp-section-heading {
        gap: 14px;
        margin-bottom: 23px
    }

    .pp-section-heading h2 {
        font-size: 31px
    }

    .pp-section-heading>p {
        font-size: 12px
    }

    .pp-text-link {
        font-size: 12px
    }

    .pp-announcement {
        font-size: 12px;
        padding-block: 7px
    }

    .pp-masthead {
        gap: 10px;
        padding-block: 11px
    }

    .pp-masthead .pp-brand img {
        width: 160px
    }

    .pp-header-actions {
        gap: 2px
    }

    .pp-header-actions>a {
        min-width: 32px;
        min-height: 40px
    }

    .pp-header-actions svg {
        width: 19px;
        height: 19px
    }

    .pp-search {
        border: 1px solid #e9dfd0;
        max-width: none;
        border-radius: 24px
    }

    .pp-search input {
        font-size: 16px;
        height: 40px
    }

    .pp-search button {
        height: 40px
    }

    .pp-menu>summary,
    .pp-story-link {
        font-size: 14px !important
    }

    .pp-menu nav {
        border-radius: 6px;
        border: 1px solid var(--pp-line);
        padding: 12px 20px
    }

    .pp-menu nav a {
        min-height: 45px;
        padding-block: 12px
    }

    .pp-devotional-grid {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0
    }

    .pp-devotional-copy {
        padding: 32px 0 27px
    }

    .pp-devotional-copy .pp-kicker {
        font-size: 11px;
        margin-bottom: 18px
    }

    .pp-devotional-copy h1 {
        font-size: 61px;
        line-height: .97;
        margin-bottom: 21px;
        letter-spacing: -.045em
    }

    .pp-devotional-copy h1 br:nth-child(2) {
        display: none
    }

    .pp-devotional-copy h1 em:before {
        content: ' '
    }

    .pp-devotional-copy>p:not(.pp-kicker) {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 21px;
        max-width: 350px
    }

    .pp-devotional-copy .pp-hero-buttons {
        gap: 7px
    }

    .pp-devotional-copy .pp-hero-buttons .pp-text-link {
        min-height: 35px
    }

    .pp-origin-note {
        display: none
    }

    .pp-devotional-art {
        margin-top: 0;
        border-radius: 46% 46% 0 0;
        padding: 40px 12px 17px;
        max-width: 420px;
        width: 100%;
        justify-self: center
    }

    .pp-art-photo img {
        max-height: 335px;
        object-fit: contain
    }

    .pp-devotional-script {
        top: 25px;
        font-size: 11px
    }

    .pp-hero-product {
        padding: 14px 8px 0;
        margin-top: 0
    }

    .pp-hero-product small {
        font-size: 11px
    }

    .pp-hero-product strong {
        font-size: 18px
    }

    .pp-hero-product>span {
        width: 32px;
        height: 32px
    }

    .pp-art-orbit {
        inset: 12px 12px 63px
    }

    .pp-service-ribbon>.pp-shell {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 14px;
        padding-block: 21px
    }

    .pp-service-ribbon span,
    .pp-service-ribbon a {
        font-size: 12px;
        white-space: normal;
        line-height: 1.6;
        gap: 7px
    }

    .pp-service-ribbon svg {
        width: 18px;
        height: 18px;
        flex: none
    }

    .pp-intentions,
    .pp-category-discovery {
        padding-top: 44px
    }

    .pp-intent-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .pp-intent-card {
        display: grid;
        grid-template-columns: 116px 1fr;
        border-radius: 7px
    }

    .pp-intent-image {
        height: 100%;
        min-height: 160px;
        padding: 12px
    }

    .pp-intent-image img {
        max-height: 140px
    }

    .pp-intent-card>div:last-child {
        padding: 22px 17px;
        border-top: 0
    }

    .pp-intent-card small {
        font-size: 11px;
        letter-spacing: .1em
    }

    .pp-intent-card h3 {
        font-size: 24px;
        margin: 9px 0 13px;
        line-height: 1.1
    }

    .pp-intent-card span {
        font-size: 13px;
        gap: 8px
    }

    .pp-intent-card span svg {
        width: 16px;
        flex: none
    }

    .pp-category-discovery {
        padding-bottom: 43px
    }

    .pp-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 12px
    }

    .pp-collection-image {
        padding: 7px
    }

    .pp-collection-label {
        font-size: 14px;
        margin-top: 12px
    }

    .pp-collection-count {
        font-size: 12px;
        line-height: 1.5
    }

    .pp-collection-count svg {
        display: none
    }

    .pp-edit-section {
        padding-block: 40px
    }

    .pp-curated-grid {
        gap: 16px 12px
    }

    .pp-curated-info {
        padding: 13px
    }

    .pp-curated-info h3 {
        font-size: 12px;
        line-height: 1.55;
        min-height: 38px;
        margin-bottom: 12px
    }

    .pp-card-bottom {
        font-size: 15px;
        flex-wrap: wrap;
        gap: 6px
    }

    .pp-card-bottom>a {
        width: 29px;
        height: 29px
    }

    .pp-card-context {
        font-size: 12px
    }

    .pp-card-options {
        font-size: 12px;
        margin-top: 9px
    }

    .pp-sale-label {
        font-size: 11px;
        padding: 4px 7px;
        left: 8px;
        top: 8px
    }

    .pp-curated-image img {
        padding: 6px
    }

    .pp-gift-feature {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 45px
    }

    .pp-gift-art {
        min-height: 310px;
        padding: 32px;
        border-radius: 4px 80px 4px 4px
    }

    .pp-gift-art h2 {
        font-size: 76px;
        margin: 16px 0 23px
    }

    .pp-gift-art>p:last-of-type {
        font-size: 13px
    }

    .pp-gift-mark {
        right: 25px;
        top: 25px;
        width: 42px;
        height: 42px
    }

    .pp-gift-copy h2 {
        font-size: 36px;
        margin-bottom: 18px
    }

    .pp-gift-copy>p:not(.pp-kicker) {
        font-size: 13px
    }

    .pp-budget-links {
        gap: 6px;
        margin-block: 22px 12px
    }

    .pp-budget-links a {
        font-size: 12px;
        padding: 11px 9px;
        gap: 7px
    }

    .pp-belief-band {
        padding-block: 40px
    }

    .pp-belief-band>.pp-shell {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .pp-belief-symbol {
        min-height: 210px;
        max-width: 220px;
        margin: 0 auto;
        padding: 22px;
        width: 100%
    }

    .pp-belief-symbol img {
        width: 135px
    }

    .pp-belief-band h2 {
        font-size: 34px;
        margin-bottom: 18px
    }

    .pp-belief-band p:not(.pp-kicker) {
        font-size: 13px;
        margin-bottom: 22px
    }

    .pp-belief-band .pp-kicker {
        font-size: 11px
    }

    .pp-home-help {
        padding-block: 40px;
        gap: 20px
    }

    .pp-home-help h2 {
        font-size: 32px
    }

    .pp-help-questions summary {
        font-size: 13px;
        min-height: 52px
    }

    .pp-footer-top h2 {
        font-size: 28px
    }

    .pp-footer-new {
        padding-bottom: 76px
    }

    .pp-footer-bottom {
        padding-bottom: 16px
    }

    .pp-footer-columns {
        gap: 25px 14px
    }

    .pp-footer-columns a:not(.pp-brand) {
        min-height: 36px;
        display: flex;
        align-items: center;
        font-size: 12px;
        margin: 0
    }

    .pp-footer-columns h3 {
        font-size: 12px
    }

    .pp-mobile-dock {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 75;
        background: #fffdf8;
        border-top: 1px solid #e1d5c1;
        padding: 7px 12px max(7px, env(safe-area-inset-bottom));
        box-shadow: 0 -3px 14px #302a2406
    }

    .pp-mobile-dock a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-size: 11px;
        min-height: 45px;
        color: #625647
    }

    .pp-mobile-dock svg {
        width: 20px;
        height: 20px
    }

    .pp-mobile-dock a[aria-current=page] {
        color: var(--pp-red)
    }

    body:has(input:focus, textarea:focus, select:focus) .pp-mobile-dock {
        display: none
    }

    .pp-journey-hero>.pp-shell {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-block: 23px 28px
    }

    .pp-crumbs {
        font-size: 12px;
        margin-bottom: 23px
    }

    .pp-journey-hero h1 {
        font-size: 45px;
        line-height: 1.05;
        margin-bottom: 21px
    }

    .pp-journey-hero .pp-lead {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 22px
    }

    .pp-journey-portrait {
        margin: 0;
        max-width: 260px;
        padding: 20px 25px 15px;
        justify-self: center
    }

    .pp-journey-portrait img {
        max-height: 210px
    }

    .pp-journey-portrait span {
        font-size: 18px;
        padding-top: 12px
    }

    .pp-how-to {
        grid-template-columns: 1fr;
        gap: 21px;
        padding-block: 27px
    }

    .pp-how-to h2,
    .pp-how-to h3 {
        font-size: 13px;
        margin: 3px 0 6px
    }

    .pp-how-to p {
        font-size: 12px
    }

    .pp-how-to>div>span {
        font-size: 25px
    }

    .pp-journey-products {
        padding-top: 33px
    }

    .pp-journey-filter {
        padding: 17px;
        gap: 15px
    }

    .pp-journey-filter label {
        min-width: 100%;
        font-size: 14px
    }

    .pp-journey-filter select {
        font-size: 16px
    }

    .pp-journey-filter button {
        flex: 1;
        justify-content: center
    }

    .pp-filter-explanation {
        font-size: 13px;
        margin-bottom: 24px
    }

    .pp-journey-pagination {
        gap: 12px
    }

    .pp-journey-pagination>span {
        font-size: 12px
    }

    .pp-journey-pagination .pp-button {
        font-size: 14px;
        padding-inline: 13px
    }

    .pp-concierge {
        margin-block: 40px;
        padding: 25px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 23px
    }

    .pp-concierge h2 {
        font-size: 29px
    }

    .pp-concierge p:not(.pp-kicker) {
        font-size: 12px
    }

    .pp-concierge .pp-kicker {
        font-size: 11px
    }

    .pp-concierge>div>svg {
        display: none
    }

    .pp-story-opening {
        padding: 36px 0;
        text-align: left
    }

    .pp-story-opening h1 {
        font-size: 49px;
        line-height: 1.05
    }

    .pp-story-opening>p:not(.pp-kicker) {
        font-size: 14px
    }

    .pp-story-opening>img {
        position: static;
        width: 145px;
        margin: 25px auto 0;
        display: block
    }

    .pp-values {
        padding-top: 40px
    }

    .pp-values>h2 {
        font-size: 33px
    }

    .pp-story-page .pp-belief-band>.pp-shell {
        gap: 8px
    }

    .pp-pdp {
        padding-top: 15px
    }

    .pp-pdp>.woocommerce-breadcrumb {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 18px
    }

    .pp-pdp-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 'heading' 'gallery' 'information';
        gap: 0
    }

    .pp-pdp-heading h1 {
        font-size: 28px;
        line-height: 1.15;
        margin: 11px 0 19px
    }

    .pp-pdp-meta {
        flex-direction: row;
        gap: 12px;
        align-items: center
    }

    .pp-pdp-meta .pp-kicker {
        font-size: 11px
    }

    .pp-pdp-meta .pp-availability {
        font-size: 12px
    }

    .pp-pdp-gallery {
        margin-bottom: 23px;
        position: static
    }

    .pp-pdp-gallery .woocommerce-product-gallery__image img {
        max-height: 360px !important;
        aspect-ratio: 1;
        object-fit: contain !important
    }

    .pp-pdp-gallery .flex-control-thumbs li {
        width: 50px !important;
        flex-basis: 50px !important
    }

    .pp-pdp-gallery .flex-control-thumbs {
        gap: 7px;
        padding-top: 10px !important
    }

    .pp-gallery-caption {
        font-size: 12px;
        margin-top: 0
    }

    .pp-pdp-price .price {
        font-size: 27px !important;
        margin-bottom: 5px !important
    }

    .pp-pdp-summary {
        font-size: 13px;
        line-height: 1.75;
        margin: 15px 0
    }

    .pp-pdp-price>span {
        font-size: 12px
    }

    .pp-purchase {
        padding: 17px
    }

    .pp-choice-guide {
        font-size: 13px;
        margin-bottom: 12px
    }

    .pp-option-buttons button {
        font-size: 12px;
        min-height: 46px
    }

    .pp-pdp .pp-purchase .variations th.label {
        font-size: 12px
    }

    .pp-purchase .single_add_to_cart_button {
        min-width: 100px !important;
        flex: 1;
        padding-inline: 12px !important;
        font-size: 12px !important
    }

    .pp-purchase .quantity input.qty {
        width: 30px !important
    }

    .pp-quantity-button {
        width: 27px
    }

    .pp-product-facts {
        margin-bottom: 17px
    }

    .pp-pdp-accordions summary {
        font-size: 13px;
        padding-block: 19px
    }

    .pp-pdp-accordions details>div {
        font-size: 12px
    }

    .pp-product-secondary {
        gap: 4px;
        margin-top: 12px
    }

    .pp-delivery-card {
        padding: 17px
    }

    .pp-delivery-card p {
        font-size: 13px
    }

    .pp-delivery-costs>span {
        font-size: 12px
    }

    .pp-delivery-costs strong {
        font-size: 13px
    }

    .pp-delivery-selector {
        font-size: 14px
    }

    .pp-delivery-selector select {
        max-width: 155px;
        font-size: 12px
    }

    .pp-product-reviews {
        margin-top: 32px;
        padding-top: 28px
    }

    .pp-product-reviews>h2 {
        font-size: 29px
    }

    .pp-review-toggle {
        padding: 17px
    }

    .pp-review-toggle>summary {
        font-size: 12px
    }

    .pp-product-reviews .comment-reply-title {
        font-size: 17px
    }

    .pp-sticky-purchase .pp-button {
        min-width: 132px;
        font-size: 12px
    }

    .pp-sticky-purchase small {
        max-width: 150px
    }

    .pp-sticky-price {
        font-size: 16px
    }

    .pp-pdp .pp-product-reviews {
        border-top: 1px solid var(--pp-line)
    }

    .pp-shop__sidebar {
        position: static
    }

    .pp-shop__layout {
        gap: 20px !important
    }

    .pp-shop__band,
    .pp-page__band {
        padding-block: 24px !important
    }

    .pp-shop__band h1,
    .pp-page__band h1 {
        font-size: 33px !important
    }

    .pp-contact-card {
        padding: 24px
    }

    .pp-contact-card h2 {
        font-size: 27px
    }
}

@media(max-width:360px) {
    .pp-devotional-copy h1 {
        font-size: 53px
    }

    .pp-masthead .pp-brand img {
        width: 143px
    }

    .pp-shell {
        width: calc(100% - 32px)
    }

    .pp-intent-card {
        grid-template-columns: 95px 1fr
    }

    .pp-intent-card>div:last-child {
        padding: 20px 14px
    }

    .pp-intent-card h3 {
        font-size: 22px
    }

    .pp-intent-card span {
        font-size: 13px
    }

    .pp-service-ribbon>.pp-shell {
        gap: 13px 8px
    }

    .pp-pdp-heading h1 {
        font-size: 25px
    }

    .pp-sticky-purchase small {
        max-width: 130px
    }

    .pp-collection-label {
        font-size: 13px
    }

    .pp-gift-art h2 {
        font-size: 66px
    }

    .pp-journey-hero h1 {
        font-size: 39px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }
}

.pp-devotional-art {
    overflow: hidden
}

@media(max-width:781px) {
    .pp-devotional-copy h1 {
        font-size: 54px
    }

    .pp-devotional-copy {
        padding-top: 28px
    }

    .pp-devotional-copy>p:not(.pp-kicker) {
        margin-bottom: 19px
    }

    .pp-art-photo img {
        max-height: 305px
    }
}

.pp-curated-image {
    display: block;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden
}

.pp-curated-image>img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    object-fit: contain !important
}

.pp-account-guidance {
    padding: 26px 30px;
    border: 1px solid #e5d6c0;
    background: #f7eddf;
    border-radius: 7px;
    margin-bottom: 30px
}

.pp-account-guidance h2 {
    font-size: 28px !important;
    line-height: 1.2
}

.pp-account-guidance p:not(.pp-kicker) {
    font-size: 13px;
    line-height: 1.7;
    color: var(--pp-muted)
}

@media(max-width:781px) {
    .pp-account-guidance {
        padding: 23px
    }

    .pp-account-guidance h2 {
        font-size: 25px !important
    }

    .pp-account-guidance .pp-button {
        font-size: 14px
    }
}

.pp-collection-image {
    border-radius: 10px;
    padding: 0px
}

.pp-collection-image img {
    border-radius: 0
}

@media(max-width:600px) {

    .pp-collection-grid,
    .pp-collection-grid--all {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px
    }

    .pp-collection-label {
        font-size: 14px
    }
}

.pp-choosing-help {
    margin-block: 24px;
    border: 1px solid var(--pp-line);
    border-radius: 12px;
    padding: 0 20px;
    background: #faf6ee
}

.pp-choosing-help>summary {
    padding-block: 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.pp-choosing-help .pp-how-to {
    border: 0;
    padding-block: 8px 24px
}

.pp-curated-card {
    display: flex;
    flex-direction: column
}

.pp-curated-info {
    display: flex;
    flex-direction: column;
    flex: 1
}

.pp-card-bottom {
    margin-top: auto
}

@media(max-width:781px) {
    .pp-shell {
        width: calc(100% - 32px)
    }

    .pp-announcement {
        font-size: 12px;
        min-height: 28px
    }

    .pp-masthead {
        padding-block: 9px;
        gap: 8px;
        min-height: 0
    }

    .pp-masthead .pp-brand img {
        width: 154px
    }

    .pp-header-actions {
        gap: 2px
    }

    .pp-header-actions>a,
    .pp-header-actions .wc-block-mini-cart__button {
        min-width: 44px;
        min-height: 44px;
        padding: 8px
    }

    .pp-header-actions .pp-account-link {
        display: none
    }

    .pp-search {
        border: 1px solid #e6ddcf;
        border-radius: 10px;
        background: #f7f3eb
    }

    .pp-search input {
        height: 44px;
        font-size: 16px;
        padding-left: 14px
    }

    .pp-search button {
        width: 48px;
        height: 44px;
        flex: none
    }

    .pp-navigation-row .pp-story-link,
    .pp-menu>summary {
        font-size: 12px;
        min-height: 44px;
        padding-block: 12px
    }

    .pp-menu nav {
        border-radius: 0 0 12px 12px;
        max-height: 65dvh;
        overflow-y: auto
    }

    .pp-menu nav a {
        min-height: 48px;
        font-size: 15px;
        padding-block: 13px
    }

    .pp-devotional-grid {
        gap: 16px;
        padding-bottom: 0
    }

    .pp-devotional-copy {
        padding: 24px 0 0
    }

    .pp-devotional-copy .pp-kicker {
        font-size: 11px;
        letter-spacing: .1em;
        margin-bottom: 12px
    }

    .pp-devotional-copy h1 {
        font-size: clamp(39px, 11vw, 49px);
        line-height: 1.03;
        margin-bottom: 14px;
        letter-spacing: -.04em
    }

    .pp-devotional-copy h1 br {
        display: none
    }

    .pp-devotional-copy h1 br:after {
        content: ' '
    }

    .pp-devotional-copy>p:not(.pp-kicker) {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
        max-width: 36ch
    }

    .pp-devotional-copy .pp-hero-buttons {
        gap: 3px
    }

    .pp-hero-buttons .pp-button {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        min-height: 48px
    }

    .pp-hero-buttons .pp-text-link {
        font-size: 12px;
        align-self: center
    }

    .pp-devotional-art {
        max-width: 330px;
        padding: 32px 12px 12px;
        border-radius: 45% 45% 0 0
    }

    .pp-art-photo img {
        max-height: 240px
    }

    .pp-devotional-script {
        top: 19px;
        font-size: 11px
    }

    .pp-hero-product {
        padding-top: 12px
    }

    .pp-hero-product small {
        font-size: 11px
    }

    .pp-hero-product strong {
        font-size: 18px
    }

    .pp-service-ribbon>.pp-shell {
        padding-block: 16px;
        gap: 12px
    }

    .pp-service-ribbon span,
    .pp-service-ribbon a {
        font-size: 12px;
        line-height: 1.45
    }

    .pp-kicker {
        font-size: 11px;
        letter-spacing: .1em
    }

    .pp-section-heading {
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 22px
    }

    .pp-section-heading h2 {
        font-size: 30px;
        line-height: 1.12
    }

    .pp-section-heading>p {
        font-size: 14px
    }

    .pp-section-heading .pp-text-link {
        font-size: 12px
    }

    .pp-intentions,
    .pp-category-discovery {
        padding-top: 32px
    }

    .pp-intent-grid {
        gap: 10px
    }

    .pp-intent-card {
        grid-template-columns: 96px 1fr;
        border-radius: 12px
    }

    .pp-intent-image {
        min-height: 124px;
        padding: 10px
    }

    .pp-intent-image img {
        max-height: 110px
    }

    .pp-intent-card>div:last-child {
        padding: 16px
    }

    .pp-intent-card small {
        font-size: 11px;
        letter-spacing: .04em
    }

    .pp-intent-card h3 {
        font-size: 23px;
        margin: 8px 0 10px
    }

    .pp-intent-card span {
        font-size: 13px
    }

    .pp-collection-grid {
        gap: 18px 10px
    }

    .pp-collection-label {
        font-size: 14px;
        line-height: 1.3
    }

    .pp-collection-count {
        font-size: 12px
    }

    .pp-edit-section {
        padding-block: 32px
    }

    .pp-curated-grid {
        gap: 14px 10px
    }

    .pp-curated-card {
        border-radius: 12px
    }

    .pp-curated-info {
        padding: 12px
    }

    .pp-curated-info h3 {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 12px;
        min-height: 0;
        overflow-wrap: anywhere
    }

    .pp-card-context,
    .pp-card-options {
        font-size: 12px;
        line-height: 1.4
    }

    .pp-card-bottom {
        font-size: 16px;
        gap: 8px;
        align-items: center
    }

    .pp-card-bottom>a {
        width: 44px;
        height: 44px;
        margin-left: auto
    }

    .pp-sale-label {
        font-size: 11px
    }

    .pp-gift-feature {
        padding-block: 32px;
        gap: 22px
    }

    .pp-gift-art {
        min-height: 230px;
        padding: 28px;
        border-radius: 12px 60px 12px 12px
    }

    .pp-gift-art h2 {
        font-size: 58px;
        line-height: .98;
        margin: 12px 0 16px
    }

    .pp-gift-art>p:last-of-type {
        font-size: 13px;
        margin-bottom: 0
    }

    .pp-gift-copy h2 {
        font-size: 32px
    }

    .pp-gift-copy>p:not(.pp-kicker),
    .pp-belief-band p:not(.pp-kicker),
    .pp-home-help>div>p {
        font-size: 14px;
        line-height: 1.7
    }

    .pp-budget-links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px
    }

    .pp-budget-links a {
        font-size: 14px;
        min-height: 48px;
        justify-content: space-between;
        padding: 12px 16px;
        background: #fffaf1;
        border-radius: 8px
    }

    .pp-belief-band>.pp-shell {
        gap: 22px
    }

    .pp-belief-symbol {
        min-height: 150px;
        max-width: 180px;
        padding: 16px
    }

    .pp-belief-symbol img {
        width: 110px
    }

    .pp-help-questions summary,
    .pp-pdp-accordions summary {
        font-size: 15px;
        min-height: 52px
    }

    .pp-help-questions p,
    .pp-pdp-accordions details>div {
        font-size: 14px;
        line-height: 1.75
    }

    .pp-mobile-dock {
        padding: 5px 8px max(5px, env(safe-area-inset-bottom));
        border-radius: 16px 16px 0 0
    }

    .pp-mobile-dock a {
        font-size: 11px;
        min-height: 50px;
        color: #625647
    }

    .pp-mobile-dock a[aria-current=page] {
        background: #f5e6d7;
        border-radius: 10px
    }

    .pp-footer-columns a:not(.pp-brand) {
        min-height: 44px;
        font-size: 13px;
        overflow-wrap: anywhere
    }

    .pp-footer-columns h3 {
        font-size: 14px
    }

    .pp-journey-hero>.pp-shell {
        display: block;
        position: relative;
        padding-block: 20px 24px
    }

    .pp-journey-hero h1 {
        font-size: 36px;
        max-width: 18ch;
        margin-bottom: 14px
    }

    .pp-journey-hero .pp-lead {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px
    }

    .pp-journey-portrait {
        display: none
    }

    .pp-crumbs {
        font-size: 12px;
        margin-bottom: 16px
    }

    .pp-choosing-help {
        margin-block: 16px;
        padding-inline: 16px
    }

    .pp-choosing-help>summary {
        min-height: 52px;
        font-size: 14px
    }

    .pp-how-to h2 {
        font-size: 14px
    }

    .pp-how-to p {
        font-size: 13px
    }

    .pp-journey-products {
        padding-top: 16px
    }

    .pp-journey-filter {
        padding: 16px;
        border-radius: 12px;
        gap: 12px
    }

    .pp-journey-filter label {
        font-size: 13px;
        gap: 7px
    }

    .pp-journey-filter button {
        font-size: 14px
    }

    .pp-filter-explanation {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .pp-result-note {
        font-size: 13px
    }

    .pp-pdp>.woocommerce-breadcrumb {
        font-size: 12px;
        margin-bottom: 13px
    }

    .pp-pdp-heading h1 {
        font-size: 26px;
        line-height: 1.18;
        margin-bottom: 16px
    }

    .pp-pdp-meta .pp-kicker {
        font-size: 11px;
        letter-spacing: .03em
    }

    .pp-pdp-gallery {
        margin-bottom: 16px
    }

    .pp-gallery-caption {
        font-size: 12px
    }

    .pp-pdp-summary {
        font-size: 14px;
        line-height: 1.65
    }

    .pp-product-facts {
        font-size: 12px
    }

    .pp-purchase {
        padding: 16px;
        border-radius: 12px
    }

    .pp-choice-guide {
        font-size: 13px;
        line-height: 1.5
    }

    .pp-option-buttons button {
        font-size: 14px;
        min-width: 72px;
        min-height: 48px
    }

    .pp-purchase .quantity {
        height: 48px
    }

    .pp-purchase .pp-quantity-button {
        width: 44px;
        min-height: 48px
    }

    .pp-purchase .quantity input.qty {
        width: 36px !important;
        font-size: 16px !important
    }

    .pp-purchase .single_add_to_cart_button {
        min-height: 50px;
        font-size: 14px !important;
        width: 100%;
        flex-basis: 100%
    }

    .pp-product-secondary {
        gap: 8px;
        flex-wrap: wrap
    }

    .pp-product-secondary>a,
    .pp-save-product {
        font-size: 13px;
        min-height: 44px
    }

    .pp-delivery-card {
        border-radius: 12px
    }

    .pp-delivery-card p,
    .pp-delivery-card>a {
        font-size: 13px
    }

    .pp-delivery-selector {
        flex-wrap: wrap;
        font-size: 13px;
        gap: 8px
    }

    .pp-delivery-selector select {
        max-width: 100%;
        width: 100%;
        min-height: 48px;
        font-size: 16px
    }

    .pp-delivery-costs {
        gap: 8px
    }

    .pp-delivery-costs>span,
    .pp-delivery-costs strong {
        font-size: 12px
    }

    .pp-sticky-purchase .pp-button {
        font-size: 14px;
        min-height: 48px
    }

    .pp-sticky-purchase small {
        font-size: 12px
    }

    .pp-shop__layout {
        padding-top: 16px !important;
        margin-top: 0 !important;
        gap: 16px !important
    }

    .pp-shop__band,
    .pp-page__band {
        padding-block: 18px !important
    }

    .pp-browse-filter {
        padding: 0 15px
    }

    .pp-browse-filter>summary {
        min-height: 52px;
        font-size: 15px;
        padding-block: 15px
    }

    .pp-browse-filter[open] {
        padding-bottom: 16px
    }

    .pp-browse-filter nav a {
        min-height: 44px;
        font-size: 13px;
        align-items: center
    }

    .woocommerce-ordering select {
        min-height: 48px;
        font-size: 16px;
        max-width: 100%
    }

    .wp-block-woocommerce-product-template {
        gap: 16px 10px !important
    }

    .wp-block-woocommerce-product-template>li {
        display: flex;
        flex-direction: column;
        border-radius: 12px !important
    }

    .wp-block-woocommerce-product-template .wp-block-post-title {
        font-size: 13px !important;
        line-height: 1.45
    }

    .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price {
        margin-top: auto !important;
        font-size: 16px !important;
        text-align: left
    }

    .wp-block-woocommerce-product-template .wp-block-woocommerce-product-price * {
        font-size: inherit !important
    }

    .wp-block-woocommerce-product-template .wp-block-woocommerce-product-button .wp-element-button {
        min-height: 44px;
        font-size: 12px !important;
        padding: 10px 8px !important;
        width: 100%
    }

    .wp-block-query-pagination a,
    .woocommerce-pagination a {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}

@media(max-width:360px) {
    .pp-masthead .pp-brand img {
        width: 144px
    }

    .pp-devotional-copy h1 {
        font-size: 40px
    }

    .pp-intent-card {
        grid-template-columns: 82px 1fr
    }

    .pp-card-bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .pp-card-bottom>a {
        width: 100%;
        border-radius: 7px
    }

    .pp-pdp-heading h1 {
        font-size: 24px
    }

    .pp-delivery-costs {
        grid-template-columns: 1fr 1fr
    }
}

:root {
    --pp-vermilion: #9e301d;
    --pp-gold: #ebbb67
}

.pp-devotional-hero {
    position: relative;
    background: #713421;
    color: #fff0d5
}

.pp-devotional-copy>p:not(.pp-kicker) {
    color: #ded5bf
}

.pp-devotional-copy .pp-kicker,
.pp-devotional-copy .pp-kicker:before,
.pp-origin-note {
    color: #e8bd7f
}

.pp-devotional-copy .pp-text-link {
    color: #fff0d5
}

.pp-devotional-copy .pp-button {
    background: #edbc76;
    color: #39291b !important;
    border-color: #edbc76
}

.pp-devotional-hero:before,
.pp-journey-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(#81502320 .7px, transparent .7px);
    background-size: 7px 7px;
    opacity: .35
}

.pp-devotional-grid {
    position: relative;
    gap: 60px;
    padding-block: 25px 0
}

.pp-devotional-copy h1 {
    font-size: clamp(60px, 7.6vw, 112px);
    letter-spacing: -.065em;
    line-height: .94
}

.pp-devotional-copy h1>span {
    display: block
}

.pp-devotional-copy h1 em {
    display: inline-block;
    font-size: 1.18em;
    color: #edbc76;
    position: relative
}

.pp-devotional-copy h1 em:after {
    content: '';
    position: absolute;
    left: 0;
    right: -14px;
    bottom: -5px;
    height: 9px;
    border-top: 2px solid #b96c3e;
    border-radius: 50%;
    transform: rotate(-4deg)
}

.pp-devotional-copy .pp-kicker {
    display: flex;
    align-items: center;
    gap: 12px
}

.pp-devotional-copy .pp-kicker:before {
    content: '✳';
    font-size: 23px;
    line-height: 1;
    color: #aa6730
}

.pp-devotional-art {
    border: 1px solid #907448;
    border-radius: 48% 48% 8px 8px;
    box-shadow: 0 16px 0 -8px #d1b482, 0 24px 0 -12px #e9d9b9;
    margin-bottom: 28px
}

.pp-hero-halo {
    position: absolute;
    width: 82%;
    aspect-ratio: 1;
    top: 12%;
    left: 9%;
    border-radius: 50%;
    border: 1px dashed #c7a26877;
    pointer-events: none
}

.pp-hero-halo:before,
.pp-hero-halo:after {
    content: '';
    position: absolute;
    inset: 13px;
    border: 1px solid #c7a26833;
    border-radius: 50%
}

.pp-hero-halo:after {
    inset: -15px;
    border-style: dotted
}

.pp-hero-edition {
    position: absolute;
    top: 50%;
    left: 10px;
    writing-mode: vertical-rl;
    color: #c6ad88;
    font-size: 11px;
    letter-spacing: .2em;
    z-index: 3
}

.pp-art-photo {
    padding-inline: 12px
}

.pp-expression-ribbon {
    overflow: hidden;
    background: var(--pp-vermilion);
    color: #fcebd0;
    padding-block: 20px;
    position: relative;
    isolation: isolate
}

.pp-expression-ribbon>div {
    white-space: nowrap;
    width: max-content;
    font-family: var(--wp--preset--font-family--display);
    font-size: clamp(30px, 4vw, 58px);
    font-style: italic;
    line-height: 1.1;
    will-change: transform;
    transform: translateX(-30px)
}

.pp-expression-ribbon span {
    display: inline-block;
    font-style: normal;
    font-size: .65em;
    margin-inline: 35px;
    color: var(--pp-gold)
}

.pp-intentions {
    position: relative;
    counter-reset: intent
}

.pp-intent-card {
    counter-increment: intent;
    border-radius: 100px 100px 8px 8px !important;
    overflow: hidden;
    border: 1px solid #e3d7c4;
    transition: transform .35s, box-shadow .35s
}

.pp-intent-card>div:last-child {
    position: relative
}

.pp-intent-card>div:last-child:after {
    content: '0' counter(intent);
    position: absolute;
    right: 20px;
    top: 17px;
    font-family: var(--wp--preset--font-family--display);
    font-style: italic;
    font-size: 28px;
    color: #aa8b60
}

.pp-intent-card h3 {
    max-width: 85%
}

.pp-category-discovery .pp-section-heading h2,
.pp-edit-section .pp-section-heading h2 {
    max-width: 17ch
}

.pp-edit-section {
    position: relative;
    background: #eee8db
}

.pp-edit-section:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
    background: radial-gradient(circle at 8px 0, transparent 7px, #eee8db 7.5px) 0 0/16px 8px repeat-x
}

.pp-gift-art {
    background: #ebbc6f;
    border-radius: 8px !important;
    border: 1px solid #ba853a;
    outline: 1px solid #ba853a66;
    outline-offset: -12px;
    box-shadow: 7px 7px 0 #9e301d;
    transform: rotate(-2deg)
}

.pp-gift-art h2 {
    font-weight: 400
}

.pp-gift-mark {
    background: #9e301d;
    color: #ffe6b4;
    border: 0;
    box-shadow: 0 0 0 5px #9e301d22;
    border-radius: 50%;
    transform: rotate(12deg)
}

.pp-belief-band {
    background: #772c20
}

.pp-belief-band:after {
    content: 'શ્રદ્ધા';
    position: absolute;
    right: 2%;
    bottom: -35px;
    font-size: clamp(120px, 20vw, 260px);
    line-height: 1;
    color: #f8d6990c;
    pointer-events: none
}

.pp-belief-band>.pp-shell {
    position: relative;
    z-index: 1
}

.pp-belief-symbol {
    border: 1px solid #d5a461;
    border-radius: 50%;
    aspect-ratio: 1;
    min-height: 0;
    outline: 1px dashed #d5a46166;
    outline-offset: 12px
}

.pp-button {
    transition: background .2s, box-shadow .2s, transform .2s
}

.pp-button svg,
.pp-text-link svg,
.pp-card-bottom>a svg {
    transition: transform .25s
}

.pp-button:active {
    transform: scale(.98)
}

.pp-journey-hero {
    position: relative;
    overflow: hidden
}

.pp-journey-hero>.pp-shell {
    position: relative;
    z-index: 1;
    min-height: 560px;
    gap: 60px;
    padding-block: 38px 48px
}

.pp-journey-hero--gifts {
    background: #942f20;
    color: #ffedcf
}

.pp-journey-hero--gifts .pp-kicker,
.pp-journey-hero--gifts .pp-crumbs,
.pp-journey-hero--gifts .pp-crumbs a {
    color: #f4c586
}

.pp-journey-hero--gifts .pp-lead {
    color: #f2d7bd
}

.pp-journey-hero--gifts .pp-button {
    background: #f1bd71;
    color: #632519 !important;
    border: 1px solid #f1bd71
}

.pp-journey-hero h1 {
    font-size: clamp(44px, 5.8vw, 82px);
    line-height: 1.01;
    letter-spacing: -.045em;
    max-width: 15ch
}

.pp-journey-portrait.pp-keepsake {
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 104px 25px 45px;
    margin: 0;
    position: relative;
    min-width: 0;
    width: 100%;
    isolation: isolate
}

.pp-keepsake-photo {
    background: #f9edda;
    padding: 15px 15px 42px;
    transform: rotate(-7deg);
    position: relative;
    z-index: 2;
    box-shadow: 12px 16px 0 #4a190e33;
    border: 1px solid #ebd3ae;
    max-width: 310px;
    margin: 0 auto
}

.pp-keepsake-photo:before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 33px);
    width: 66px;
    height: 27px;
    background: #e5bd78c9;
    transform: rotate(5deg);
    z-index: 3
}

.pp-keepsake-photo img {
    aspect-ratio: 1;
    border-radius: 0;
    max-height: none !important;
    width: 100%;
    object-fit: contain
}

.pp-keepsake-word {
    position: absolute;
    top: 6px;
    left: -18px;
    font-family: var(--wp--preset--font-family--display);
    font-size: clamp(65px, 8vw, 120px) !important;
    line-height: 1;
    white-space: nowrap;
    font-style: italic;
    color: #edbb77;
    transform: rotate(-9deg);
    z-index: 1;
    padding: 0 !important
}

.pp-keepsake-orbit {
    position: absolute;
    inset: 0;
    border: 1px dashed #c7945266;
    border-radius: 50%;
    transform: rotate(-20deg)
}

.pp-keepsake-seal {
    position: absolute;
    right: 5px;
    bottom: 95px;
    background: #efbd70;
    color: #6c291a;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    display: grid !important;
    place-content: center;
    line-height: 1.45;
    font-family: inherit !important;
    font-style: normal !important;
    font-size: 11px !important;
    letter-spacing: .12em;
    z-index: 3;
    transform: rotate(12deg);
    padding: 10px !important;
    outline: 1px dashed #6c291a;
    outline-offset: -7px
}

.pp-keepsake-caption {
    position: absolute;
    bottom: 9px;
    left: 10px;
    right: 10px;
    color: #65331f;
    font-size: 16px !important;
    z-index: 3;
    padding: 0 !important;
    text-align: center
}

.pp-keepsake-note {
    font-family: inherit !important;
    font-size: 13px !important;
    font-style: normal !important;
    letter-spacing: .04em;
    color: inherit;
    margin-top: 30px
}

.pp-journey-hero--gifts .pp-keepsake-note {
    color: #f4c586
}

.pp-choosing-help {
    margin-block: 30px;
    border: 1px solid var(--pp-line);
    border-radius: 12px;
    padding: 0 26px;
    background: #faf6ee
}

.pp-choosing-help>summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-block: 20px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    color: var(--pp-ink)
}

.pp-choosing-help>summary::-webkit-details-marker {
    display: none
}

.pp-choosing-help>summary::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 1.5px solid var(--pp-red);
    border-bottom: 1.5px solid var(--pp-red);
    transform: rotate(45deg);
    transition: transform .2s;
    flex: none
}

.pp-choosing-help[open]>summary::after {
    transform: rotate(225deg)
}

.pp-choosing-help[open]>summary {
    border-bottom: 1px solid var(--pp-line)
}

.pp-journey-filter {
    border-top: 3px solid #a23d25
}

@media(hover:hover) and (pointer:fine) {
    .pp-intent-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 30px #553b1c12
    }

    .pp-button:hover {
        box-shadow: 0 5px 0 #49271a20;
        transform: translateY(-2px)
    }

    .pp-button:hover svg,
    .pp-text-link:hover svg,
    .pp-card-bottom>a:hover svg {
        transform: translateX(4px)
    }
}

@media(max-width:781px) {
    .pp-devotional-grid {
        gap: 20px;
        padding-block: 0
    }

    .pp-devotional-copy {
        padding-top: 25px
    }

    .pp-devotional-copy h1 {
        font-size: clamp(41px, 12vw, 58px);
        line-height: .98;
        margin-bottom: 23px
    }

    .pp-devotional-copy h1>span {
        display: inline
    }

    .pp-devotional-copy h1 em {
        font-size: 1.18em
    }

    .pp-devotional-copy .pp-kicker {
        font-size: 11px;
        gap: 7px;
        letter-spacing: .08em
    }

    .pp-devotional-copy .pp-kicker:before {
        font-size: 18px
    }

    .pp-devotional-copy>p:not(.pp-kicker) {
        font-size: 14px;
        max-width: 36ch
    }

    .pp-devotional-art {
        max-width: 310px;
        margin-bottom: 20px
    }

    .pp-art-photo img {
        max-height: 230px
    }

    .pp-hero-edition {
        font-size: 11px;
        left: 7px
    }

    .pp-expression-ribbon {
        padding-block: 14px
    }

    .pp-expression-ribbon>div {
        font-size: 34px
    }

    .pp-expression-ribbon span {
        margin-inline: 20px
    }

    .pp-intent-card {
        border-radius: 12px !important;
        grid-template-columns: 106px 1fr
    }

    .pp-intent-card>div:last-child:after {
        font-size: 19px;
        right: 12px;
        top: 12px
    }

    .pp-intent-card small {
        max-width: calc(100% - 22px);
        display: block
    }

    .pp-intent-card h3 {
        max-width: 100%;
        font-size: 23px
    }

    .pp-gift-feature {
        padding-inline: 5px;
        gap: 32px
    }

    .pp-gift-art {
        margin-inline: 6px;
        padding: 30px;
        min-height: 245px
    }

    .pp-gift-art h2 {
        font-size: 62px
    }

    .pp-belief-symbol {
        max-width: 150px;
        margin-block: 12px 20px
    }

    .pp-journey-hero>.pp-shell {
        min-height: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding-block: 18px 28px;
        gap: 20px
    }

    .pp-journey-hero h1 {
        font-size: clamp(41px, 11.5vw, 53px);
        line-height: 1;
        max-width: 14ch;
        margin-bottom: 16px
    }

    .pp-journey-hero .pp-lead {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .pp-journey-hero .pp-button {
        min-height: 48px;
        font-size: 14px
    }

    .pp-journey-portrait.pp-keepsake {
        display: block;
        max-width: 300px;
        padding: 24px 35px 26px;
        justify-self: center;
        margin-top: 14px
    }

    .pp-keepsake-photo {
        padding: 10px 10px 30px;
        max-width: 195px;
        box-shadow: 8px 9px 0 #4a190e33
    }

    .pp-keepsake-word {
        font-size: 65px !important;
        top: -12px;
        left: 5px
    }

    .pp-keepsake-seal {
        width: 70px;
        height: 70px;
        font-size: 11px !important;
        bottom: 59px;
        right: 8px
    }

    .pp-keepsake-caption {
        font-size: 12px !important;
        bottom: 7px;
        left: 5px;
        right: 5px
    }

    .pp-keepsake-note {
        font-size: 13px !important;
        margin-top: 18px
    }

    .pp-keepsake-orbit {
        inset: 0 0 12px
    }

    .pp-journey-products {
        scroll-margin-top: 16px
    }
}

@media(prefers-reduced-motion:reduce) {
    .pp-expression-ribbon>div {
        will-change: auto
    }

    .pp-button,
    .pp-intent-card,
    .pp-button svg,
    .pp-text-link svg {
        transition: none !important
    }
}

.pp-icon {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle
}

.pp-menu-icon .pp-icon {
    width: 18px;
    height: 18px
}

.pp-menu>summary {
    display: flex;
    align-items: center;
    gap: 9px
}

.pp-service-ribbon .pp-icon,
.pp-guide-icon .pp-icon {
    stroke-width: 1.75
}

.pp-devotional-hero {
    background: #753922
}

.pp-devotional-grid {
    min-height: 0;
    padding-top: 0;
    gap: 40px
}

.pp-devotional-copy {
    padding-block: 36px
}

.pp-devotional-copy h1 {
    font-size: clamp(56px, 6.6vw, 88px);
    margin-bottom: 22px
}

.pp-devotional-copy>p:not(.pp-kicker) {
    margin-bottom: 20px;
    line-height: 1.65
}

.pp-origin-note {
    display: none
}

.pp-devotional-art {
    margin-top: 24px;
    padding-top: 42px;
    max-width: 480px;
    justify-self: center
}

.pp-art-photo img {
    max-height: 400px
}

.pp-hero-edition {
    display: none
}

.pp-intentions,
.pp-category-discovery {
    padding-top: 48px
}

.pp-category-discovery {
    padding-bottom: 48px
}

.pp-section-heading {
    margin-bottom: 24px
}

.pp-edit-section {
    padding-block: 42px
}

.pp-gift-feature {
    padding-block: 48px;
    gap: 50px
}

.pp-gift-art {
    min-height: 300px;
    padding: 35px
}

.pp-gift-art h2 {
    font-size: 76px;
    margin: 14px 0 20px
}

.pp-gift-copy h2 {
    font-size: 40px
}

.pp-budget-links {
    margin-block: 18px 12px
}

.pp-home-help {
    padding-block: 40px
}

.pp-footer-top {
    padding-block: 30px
}

.pp-intent-card {
    border-radius: 16px !important
}

.pp-intent-image {
    height: 210px;
    padding: 18px
}

.pp-intent-image img {
    max-height: 180px
}

.pp-intent-card>div:last-child {
    padding: 20px
}

.pp-detail-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding-block: 36px 48px;
    border-top: 1px solid var(--pp-line)
}

.pp-detail-photo {
    display: block;
    background: #f5ebdc;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none
}

.pp-detail-photo img {
    display: block;
    max-height: 350px;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1
}

.pp-detail-photo>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding-top: 16px
}

.pp-detail-copy h2 {
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -.03em;
    margin: 0 0 20px
}

.pp-detail-copy h3 {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 500
}

.pp-detail-price {
    font-size: 23px;
    margin: 0 0 18px
}

.pp-detail-facts {
    margin: 0 0 24px
}

.pp-detail-facts>div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    border-top: 1px solid var(--pp-line);
    padding-block: 12px;
    font-size: 13px;
    line-height: 1.5
}

.pp-detail-facts dt {
    color: var(--pp-muted)
}

.pp-detail-facts dd {
    margin: 0
}

.pp-choosing-guide {
    padding-block: 36px;
    border-top: 1px solid var(--pp-line)
}

.pp-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.pp-guide-grid article {
    border: 1px solid var(--pp-line);
    border-radius: 12px;
    padding: 24px;
    background: #fffaf2;
    display: flex;
    flex-direction: column
}

.pp-guide-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: #f5e6d0;
    color: #873e24;
    border-radius: 10px;
    margin-bottom: 16px
}

.pp-guide-grid h3 {
    font-family: inherit;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500
}

.pp-guide-grid p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: var(--pp-muted)
}

.pp-guide-grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 12px;
    min-height: 44px;
    margin-top: auto;
    text-decoration: underline
}

.pp-guide-grid a svg {
    width: 18px
}

.pp-order-shortcuts {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
    padding: 24px;
    background: #f4e9d9;
    border: 1px solid #e6d3b9;
    border-radius: 12px;
    margin-block: 16px 24px;
    align-items: center
}

.pp-order-shortcuts h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0
}

.pp-order-shortcuts .pp-kicker {
    font-size: 11px;
    margin-top: 0
}

.pp-order-shortcuts>a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    min-height: 56px
}

.pp-order-shortcuts>a>svg:first-child {
    color: #8b4327;
    width: 22px
}

.pp-order-shortcuts>a>svg:last-child {
    width: 18px;
    margin-left: auto
}

.pp-order-shortcuts small {
    display: block;
    font-size: 12px;
    color: var(--pp-muted);
    margin-top: 5px
}

.pp-availability i {
    background: #aa642b !important
}

@media(min-width:1051px) {
    .pp-menu>summary {
        display: none
    }
}

@media(max-width:781px) {
    .pp-devotional-grid {
        gap: 10px
    }

    .pp-devotional-copy {
        padding: 20px 0 0
    }

    .pp-devotional-copy h1 {
        font-size: 42px;
        margin-bottom: 18px
    }

    .pp-devotional-copy>p:not(.pp-kicker) {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 14px
    }

    .pp-devotional-art {
        max-width: 280px;
        margin-top: 0;
        margin-bottom: 15px;
        padding-top: 32px
    }

    .pp-art-photo img {
        max-height: 205px
    }

    .pp-hero-product strong {
        font-size: 16px
    }

    .pp-intentions,
    .pp-category-discovery {
        padding-top: 28px
    }

    .pp-category-discovery {
        padding-bottom: 28px
    }

    .pp-section-heading {
        margin-bottom: 18px
    }

    .pp-section-heading h2 {
        font-size: 29px
    }

    .pp-intent-card {
        grid-template-columns: 90px 1fr
    }

    .pp-intent-image {
        height: 100%;
        min-height: 112px;
        padding: 8px
    }

    .pp-intent-image img {
        max-height: 95px
    }

    .pp-intent-card>div:last-child {
        padding: 14px 16px
    }

    .pp-intent-card h3 {
        font-size: 22px;
        margin: 7px 0 9px
    }

    .pp-edit-section {
        padding-block: 28px
    }

    .pp-gift-feature {
        padding-block: 30px;
        gap: 24px
    }

    .pp-gift-art {
        min-height: 210px;
        padding: 25px
    }

    .pp-gift-art h2 {
        font-size: 54px
    }

    .pp-gift-copy h2 {
        font-size: 31px
    }

    .pp-detail-spotlight {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-block: 28px
    }

    .pp-detail-photo {
        padding: 15px
    }

    .pp-detail-photo img {
        max-height: 240px
    }

    .pp-detail-copy h2 {
        font-size: 34px;
        margin-bottom: 14px
    }

    .pp-detail-copy h2 br {
        display: none
    }

    .pp-detail-copy h3 {
        font-size: 14px
    }

    .pp-detail-facts>div {
        grid-template-columns: 110px 1fr;
        gap: 12px;
        font-size: 12px
    }

    .pp-detail-copy .pp-button {
        width: 100%;
        justify-content: center
    }

    .pp-choosing-guide {
        padding-block: 26px
    }

    .pp-guide-grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .pp-guide-grid article {
        padding: 18px;
        display: grid;
        grid-template-columns: 38px 1fr;
        column-gap: 14px
    }

    .pp-guide-icon {
        grid-row: 1/4;
        width: 38px;
        height: 38px;
        margin: 0
    }

    .pp-guide-grid h3 {
        font-size: 15px;
        margin-bottom: 7px
    }

    .pp-guide-grid p {
        font-size: 13px;
        margin-bottom: 8px
    }

    .pp-guide-grid a {
        font-size: 12px
    }

    .pp-order-shortcuts {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
        margin-block: 8px 18px
    }

    .pp-order-shortcuts h2 {
        font-size: 25px
    }

    .pp-order-shortcuts>a {
        border-top: 1px solid #e3d1b6;
        padding-top: 13px;
        min-height: 64px
    }

    .pp-home-help {
        padding-block: 28px
    }

    .pp-home-help h2 {
        font-size: 29px
    }

    .pp-journey-hero>.pp-shell {
        padding-bottom: 20px;
        gap: 14px
    }

    .pp-journey-hero h1 {
        font-size: 40px
    }

    .pp-journey-portrait.pp-keepsake {
        max-width: 255px;
        padding-inline: 30px;
        margin-top: 8px
    }

    .pp-keepsake-photo {
        max-width: 170px
    }

    .pp-keepsake-word {
        font-size: 56px !important
    }

    .pp-keepsake-seal {
        width: 60px;
        height: 60px;
        font-size: 11px !important
    }

    .pp-keepsake-caption {
        font-size: 13px !important
    }
}

.pp-browse-filter nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.pp-crumbs a,
.woocommerce-breadcrumb a,
.pp-footer-bottom a,
.pp-announcement a,
.pp-footer-columns a {
    display: inline-flex;
    align-items: center;
    min-height: 24px
}

.wp-block-woocommerce-product-template .wp-block-post-terms a,
.pp-card-context a,
.pp-service-ribbon a,
.pp-product-facts a,
.pp-delivery-card a,
.pp-product-secondary a,
.pp-order-shortcuts a,
.pp-pdp-meta .pp-kicker a {
    display: inline-flex;
    align-items: center;
    min-height: 24px
}

.wp-block-woocommerce-product-template .wp-block-post-title a,
.pp-curated-card h3 a {
    display: inline-flex;
    align-items: center;
    min-height: 24px
}

.pp-purchase .quantity input[type=number],
.pp-option-buttons button {
    min-height: 44px
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--pp-red, #9d2e26);
    outline-offset: 2px;
    border-radius: 2px
}

p a:not([class*=star-]):not(.pp-button) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.woocommerce-product-gallery__image:not(:first-child):not([style*=float]) {
    display: none
}

.pp-purchase .single_add_to_cart_button.disabled,
.pp-purchase .single_add_to_cart_button:disabled {
    opacity: 1 !important;
    background: #eee4d6 !important;
    color: #5d5147 !important;
    box-shadow: inset 0 0 0 1px #ded0bb;
    cursor: not-allowed
}