@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--papello-background: hsl(220, 25%, 8%);--papello-foreground: hsl(35, 30%, 90%);--papello-primary: hsl(40, 45%, 55%);--papello-secondary: hsl(330, 15%, 55%);--papello-card: hsl(220, 20%, 12%);--papello-muted: hsl(220, 15%, 18%);--papello-muted-foreground: hsl(35, 15%, 60%);--papello-border: hsl(220, 15%, 20%);--papello-font-serif: "Cormorant Garamond", "Playfair Display", ui-serif, Georgia, serif;--papello-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--papello-container-max: 1400px;--papello-container-padding: 2rem;--papello-radius: .5rem}@keyframes papello-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes papello-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html.papello-theme{font-size:100%!important}body.papello-theme{background-color:var(--papello-background)!important;color:var(--papello-foreground)!important;font-family:var(--papello-font-sans)!important;font-size:1rem!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.papello-theme h1,.papello-theme h2,.papello-theme h3,.papello-theme h4,.papello-theme h5,.papello-theme h6{font-family:var(--papello-font-serif)!important;overflow-wrap:break-word}.papello-container{max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding)}.papello-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-color:var(--papello-background)}.papello-hero__decorative-blur{position:absolute;border-radius:9999px;filter:blur(64px);pointer-events:none}.papello-hero__decorative-blur--top{top:5rem;left:2.5rem;width:16rem;height:16rem;background-color:#c09d590d}.papello-hero__decorative-blur--bottom{bottom:5rem;right:5rem;width:20rem;height:20rem;background-color:#9d7b8c1a}.papello-hero__container{width:100%;max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding);position:relative;z-index:10}.papello-hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;min-height:100vh;padding:6rem 0}@media (min-width: 1024px){.papello-hero__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.papello-hero__content{display:flex;flex-direction:column;justify-content:center;order:2}@media (min-width: 1024px){.papello-hero__content{order:1}}.papello-hero__badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;animation:papello-fade-in .5s ease-out both}.papello-hero__badge-line{width:3rem;height:1px;background-color:var(--papello-primary)}.papello-hero__badge-text{font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--papello-primary)}.papello-theme .papello-hero__title,.papello-hero__title{font-family:var(--papello-font-serif)!important;font-size:3.5rem!important;font-weight:300!important;line-height:.9!important;margin-top:0;margin-bottom:2rem;letter-spacing:-.025em!important;color:var(--papello-foreground)!important;animation:papello-fade-in-up .6s ease-out both}@media (min-width: 768px){.papello-theme .papello-hero__title,.papello-hero__title{font-size:4.5rem!important}}@media (min-width: 1024px){.papello-theme .papello-hero__title,.papello-hero__title{font-size:5.5rem!important}}@media (min-width: 1280px){.papello-theme .papello-hero__title,.papello-hero__title{font-size:7rem!important}}.papello-theme .papello-hero__title-highlight,.papello-hero__title-highlight{display:block!important;color:var(--papello-primary)!important;font-style:italic!important;font-weight:400!important;margin-top:.5rem}.papello-hero__subtitle{font-size:1rem;color:var(--papello-muted-foreground);margin-bottom:2.5rem;max-width:28rem;line-height:1.625;letter-spacing:.025em;animation:papello-fade-in .5s ease-out .2s both}@media (min-width: 768px){.papello-hero__subtitle{font-size:1.125rem}}.papello-hero__cta{display:flex;flex-direction:column;gap:1rem;animation:papello-fade-in .5s ease-out .4s both}@media (min-width: 640px){.papello-hero__cta{flex-direction:row}}.papello-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 2rem;font-size:.875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border-radius:.375rem;transition:all .3s ease;border:none;cursor:pointer}.papello-hero__btn--primary{background-color:var(--papello-primary);color:var(--papello-background)}.papello-hero__btn--primary:hover{filter:brightness(1.1)}.papello-hero__btn--secondary{background-color:transparent;color:var(--papello-foreground);border:1px solid hsla(40,45%,55%,.3)}.papello-hero__btn--secondary:hover{background-color:#c09d591a;border-color:#c09d5980}.papello-hero__btn-icon{width:1rem;height:1rem}.papello-hero__image-wrapper{position:relative;order:1;display:flex;justify-content:center}@media (min-width: 1024px){.papello-hero__image-wrapper{order:2;justify-content:flex-end}}.papello-hero__image-container{position:relative}.papello-hero__image-main{position:relative;width:300px!important;height:400px!important;overflow:hidden}@media (min-width: 768px){.papello-hero__image-main{width:400px!important;height:550px!important}}@media (min-width: 1024px){.papello-hero__image-main{width:450px!important;height:600px!important}}.papello-hero__image-main img{width:100%;height:100%;object-fit:cover}.papello-hero__image-frame{display:block!important;position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px solid rgba(184,148,81,.4);pointer-events:none;z-index:10}.papello-hero__image-accent{position:absolute;bottom:-2rem;left:-2rem;width:8rem;height:10rem;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;z-index:20}@media (min-width: 768px){.papello-hero__image-accent{bottom:-3rem;left:-3rem;width:10rem;height:13rem}}@media (min-width: 1024px){.papello-hero__image-accent{bottom:-3rem;left:-3rem;width:10rem;height:13rem}}.papello-hero__image-accent img{width:100%;height:100%;object-fit:cover}.papello-hero__image-accent-frame{display:block!important;position:absolute;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;border:1px solid rgba(184,148,81,.3);pointer-events:none;z-index:10}.papello-hero__feature-bar{position:absolute;bottom:0;left:0;right:0;border-top:1px solid hsla(220,15%,20%,.5);background-color:#0f131acc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.papello-hero__feature-bar-inner{max-width:var(--papello-container-max);margin:0 auto}.papello-hero__feature-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.papello-hero__feature-grid{grid-template-columns:repeat(4,1fr)}}.papello-hero__feature-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;border-right:1px solid hsla(220,15%,20%,.5)}.papello-hero__feature-item:last-child{border-right:none}.papello-hero__feature-item--desktop{display:none}@media (min-width: 768px){.papello-hero__feature-item--desktop{display:flex}}.papello-hero__feature-label{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--papello-primary)}.papello-hero__feature-sublabel{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--papello-muted-foreground);margin-top:.25rem}.papello-features{padding:6rem 0;background-color:var(--papello-card);border-top:1px solid var(--papello-border);border-bottom:1px solid var(--papello-border)}.papello-features__container{max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding)}.papello-features__header{text-align:center;margin-bottom:4rem}.papello-features__badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.papello-features__badge-line{width:3rem;height:1px;background-color:var(--papello-primary)}.papello-features__badge-text{font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--papello-primary)}.papello-features__title{font-family:var(--papello-font-serif)!important;font-size:1.875rem;font-weight:300!important;color:var(--papello-foreground)}@media (min-width: 768px){.papello-features__title{font-size:2.25rem}}@media (min-width: 1024px){.papello-features__title{font-size:3rem}}.papello-features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.papello-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.papello-features__grid{grid-template-columns:repeat(4,1fr)}}.papello-features__card{text-align:center;padding:2rem;border:1px solid hsla(220,15%,20%,.5);transition:all .3s ease}.papello-features__card:hover{border-color:#c09d594d}.papello-features__icon{width:3rem;height:3rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid hsla(40,45%,55%,.3);border-radius:9999px;transition:all .3s ease}.papello-features__card:hover .papello-features__icon{background-color:#c09d591a}.papello-features__icon svg{width:1.25rem;height:1.25rem;color:var(--papello-primary)}.papello-features__card-title{font-family:var(--papello-font-serif)!important;font-size:1.125rem;font-weight:400!important;color:var(--papello-foreground);margin-bottom:.75rem}.papello-features__card-description{font-size:.875rem;color:var(--papello-muted-foreground);line-height:1.625}.papello-products{padding:5rem 0 7rem;background-color:var(--papello-background)}@media (min-width: 768px){.papello-products{padding:7rem 0}}.papello-products__container{max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding)}.papello-products__header{text-align:center;margin-bottom:4rem}.papello-products__title{font-family:var(--papello-font-serif)!important;font-size:1.875rem;font-weight:700!important;color:var(--papello-foreground);margin-bottom:1rem}@media (min-width: 768px){.papello-products__title{font-size:2.25rem}}@media (min-width: 1024px){.papello-products__title{font-size:3rem}}.papello-products__subtitle{font-size:1.125rem;color:var(--papello-muted-foreground);max-width:42rem;margin:0 auto}.papello-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.papello-products__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1024px){.papello-products__grid{grid-template-columns:repeat(4,1fr)}}.papello-product-card{display:block;text-decoration:none;color:inherit}.papello-product-card__image{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--papello-muted);margin-bottom:1rem}.papello-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.papello-product-card:hover .papello-product-card__image img{transform:scale(1.05)}.papello-product-card__frame{position:absolute;top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;border:1px solid transparent;transition:all .5s ease;pointer-events:none}.papello-product-card:hover .papello-product-card__frame{border-color:#c09d5966}.papello-product-card__quick-add{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(1rem);transition:all .3s ease}.papello-product-card:hover .papello-product-card__quick-add{opacity:1;transform:translateY(0)}.papello-product-card__quick-add-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;background-color:var(--papello-primary);color:var(--papello-background);border:none;cursor:pointer;transition:all .3s ease}.papello-product-card__quick-add-btn:hover{filter:brightness(1.1)}.papello-product-card__quick-add-btn svg{width:.875rem;height:.875rem}.papello-product-card__info{display:flex;flex-direction:column;gap:.5rem}.papello-product-card__title{font-family:var(--papello-font-serif)!important;font-size:1.125rem;font-weight:400!important;color:var(--papello-foreground);transition:color .3s ease;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.papello-product-card:hover .papello-product-card__title{color:var(--papello-primary)}.papello-product-card__description{font-size:.75rem;color:var(--papello-muted-foreground);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.papello-product-card__price{font-size:.875rem;font-weight:500;color:var(--papello-primary);letter-spacing:.025em}.papello-header{position:fixed;top:0;left:0;right:0;z-index:9999;transition:all .3s ease;padding:1.5rem 0;background-color:transparent;pointer-events:auto}.papello-header *{pointer-events:auto}.papello-header-section{position:relative;z-index:9999}.papello-header--scrolled{background-color:var(--papello-background);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--papello-border);padding:.75rem 0}.papello-header__container{max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding);display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px){.papello-header__container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}}.papello-header__logo{font-family:var(--papello-font-serif)!important;font-size:1.5rem;font-weight:300;letter-spacing:.025em;color:var(--papello-foreground);text-decoration:none;transition:color .3s ease}@media (min-width: 768px){.papello-header__logo{font-size:1.875rem}}.papello-header__logo:hover{color:var(--papello-primary)}.papello-header__nav{display:none;align-items:center;gap:2.5rem}@media (min-width: 768px){.papello-header__nav{display:flex;justify-self:center}}.papello-header__nav-link{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--papello-muted-foreground);text-decoration:none;transition:color .3s ease}.papello-header__nav-link:hover{color:var(--papello-primary)}.papello-header__actions{display:flex;align-items:center;gap:1rem}@media (min-width: 768px){.papello-header__actions{justify-self:end}}.papello-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--papello-foreground);text-decoration:none;transition:color .3s ease;background:transparent!important;border:none!important;padding:0!important}.papello-header__cart:hover{color:var(--papello-primary)}.papello-header__cart svg{width:1.25rem;height:1.25rem}.papello-header__cart-count{position:absolute;top:0;right:0;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.625rem;font-weight:600;display:flex;align-items:center;justify-content:center;background-color:#c8a96e;color:#1a1a1a;border-radius:9999px}.papello-header__lang-btn{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;color:var(--papello-muted-foreground);cursor:pointer;transition:color .3s ease}@media (min-width: 768px){.papello-header__lang-btn{display:flex}}.papello-header__lang-btn:hover{color:var(--papello-primary)}.papello-header__lang-btn svg{width:1.25rem;height:1.25rem}.papello-header__currency{display:none;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:var(--papello-muted-foreground);transition:color .3s ease}@media (min-width: 768px){.papello-header__currency{display:block}}.papello-header__currency:hover{color:var(--papello-primary)}.papello-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;color:var(--papello-foreground);cursor:pointer;transition:color .3s ease}@media (min-width: 768px){.papello-header__menu-toggle{display:none}}.papello-header__menu-toggle:hover{color:var(--papello-primary)}.papello-header__menu-toggle svg{width:1.25rem;height:1.25rem}.papello-header__mobile-menu{position:absolute;top:100%;left:0;right:0;background-color:#0f131afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--papello-border);padding:1.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.papello-header__mobile-menu--open{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width: 768px){.papello-header__mobile-menu{display:none}}.papello-header__mobile-nav{display:flex;flex-direction:column}.papello-header__mobile-nav-link{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--papello-muted-foreground);text-decoration:none;padding:.75rem 0;border-bottom:1px solid hsla(220,15%,20%,.3);transition:color .3s ease}.papello-header__mobile-nav-link:hover{color:var(--papello-primary)}.collection-hero{background-color:var(--papello-background)!important;padding-top:7rem!important;padding-bottom:3rem!important}@media (min-width: 768px){.collection-hero{padding-top:8rem!important}}.collection-hero__inner{max-width:var(--papello-container-max)!important;margin:0 auto!important;padding:0 var(--papello-container-padding)!important}.collection-hero__title{font-family:var(--papello-font-serif)!important;font-size:2.25rem!important;font-weight:700!important;color:var(--papello-foreground)!important;text-align:center!important;margin-bottom:1rem!important;line-height:1.1!important}@media (min-width: 768px){.collection-hero__title{font-size:3rem!important}}.collection-hero__description{color:var(--papello-muted-foreground)!important;max-width:42rem!important;margin:0 auto!important;text-align:center!important;font-size:1rem!important;line-height:1.625!important}.collection-hero__text-wrapper{text-align:center!important;margin-bottom:3rem!important}.product-grid-container{max-width:var(--papello-container-max)!important;margin:0 auto!important;padding:0 var(--papello-container-padding)!important}.collection.page-width,.facets-wrapper.page-width{max-width:var(--papello-container-max)!important;padding:0 var(--papello-container-padding)!important}.facets-wrapper.page-width{margin-bottom:2rem!important}.product-grid{gap:var(--grid-desktop-horizontal-spacing)!important}.collection-hero[class*=color-]{background-color:var(--papello-background)!important}.product-grid .card,.product-grid .card__inner{background:transparent!important;border:none!important;box-shadow:none!important}.product-grid .card__inner:after{display:none!important}.product-grid .card-wrapper{transition:transform .3s ease!important}.product-grid .card-wrapper:hover{transform:translateY(-4px)!important}.product-grid .card__media{background-color:var(--papello-muted)!important;border-radius:0!important}.product-grid .card__media:after{content:""!important;display:block!important;position:absolute!important;top:.75rem!important;right:.75rem!important;bottom:.75rem!important;left:.75rem!important;border:1px solid transparent!important;pointer-events:none!important;transition:border-color .5s ease!important;z-index:10!important}.product-grid .card-wrapper:hover .card__media:after{border-color:#b7996266!important}.product-grid .media img{transition:transform .7s ease!important}.product-grid .card-wrapper:hover .media img{transform:scale(1.05)!important}.product-grid .card__heading,.product-grid .card__heading a{font-family:var(--papello-font-serif)!important;font-size:1.125rem!important;font-weight:500!important;color:var(--papello-foreground)!important;transition:color .15s ease!important;text-decoration:none!important}.product-grid .card-wrapper:hover .card__heading a{color:var(--papello-primary)!important;text-decoration:none!important}.product-grid .price,.product-grid .price-item{font-size:.875rem!important;color:var(--papello-primary)!important;font-weight:500!important}.product-grid .underline-links-hover:hover a{text-decoration:none!important}.product-grid .card__information{padding:1rem 0!important}.product-grid .card-information>*+*{margin-top:.5rem!important}@media screen and (min-width: 990px){.product-grid.grid--4-col-desktop .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important;max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important}}.product-grid .card__inner{position:relative!important}.product-grid .card__content>.quick-add{display:none!important}.product-grid .papello-quick-add{position:absolute!important;bottom:1rem!important;left:1rem!important;right:1rem!important;opacity:0!important;transform:translateY(1rem)!important;transition:all .3s ease!important;z-index:20!important;margin:0!important;padding:0!important}.product-grid .card-wrapper:hover .papello-quick-add{opacity:1!important;transform:translateY(0)!important}.product-grid .papello-quick-add .quick-add__submit{width:100%!important;background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;border-radius:.375rem!important;padding:.5rem 1rem!important;font-size:.75rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:500!important;cursor:pointer!important;transition:background-color .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;min-height:auto!important;line-height:1.2!important;outline:none!important;box-shadow:none!important}.product-grid .papello-quick-add .quick-add__submit:hover{background-color:#9a8362!important}.product-grid .papello-quick-add .quick-add__submit:focus,.product-grid .papello-quick-add .quick-add__submit:focus-visible{outline:none!important;box-shadow:none!important}.product-grid .papello-quick-add .quick-add__submit:before,.product-grid .papello-quick-add .quick-add__submit:after{display:none!important;content:none!important}.product-grid .papello-quick-add .papello-cart-icon{flex-shrink:0!important;width:14px!important;height:14px!important}.product-grid .papello-quick-add .quick-add__submit .loading__spinner{display:none}.papello-footer{background-color:var(--papello-card);border-top:1px solid var(--papello-border)}.papello-footer__main{max-width:var(--papello-container-max);margin:0 auto;padding:4rem var(--papello-container-padding)}.papello-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.papello-footer__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1024px){.papello-footer__grid.papello-footer__grid--5col{grid-template-columns:1.5fr 1fr 1fr 1.2fr 1fr;gap:3rem}}.papello-footer__brand-logo{font-family:var(--papello-font-serif)!important;font-size:1.875rem;font-weight:300;letter-spacing:.025em;color:var(--papello-foreground);text-decoration:none;display:inline-block;margin-bottom:1.5rem}.papello-footer__brand-tagline{font-size:.875rem;color:var(--papello-muted-foreground);line-height:1.625;max-width:20rem}.papello-footer__section-title{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--papello-primary);margin-bottom:1.5rem}.papello-footer__nav{display:flex;flex-direction:column;gap:.75rem}.papello-footer__nav-link{font-size:.875rem;color:var(--papello-muted-foreground);text-decoration:none;transition:color .3s ease}.papello-footer__nav-link:hover{color:var(--papello-primary)}.papello-footer__contact-item{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--papello-muted-foreground);text-decoration:none;margin-bottom:1rem;transition:color .3s ease}.papello-footer__contact-item:hover{color:var(--papello-primary)}.papello-footer__contact-item svg{width:1rem;height:1rem;color:var(--papello-primary);flex-shrink:0}.papello-footer__social{display:flex;gap:.75rem;margin-top:1.5rem}.papello-footer__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--papello-border);border-radius:9999px;color:var(--papello-muted-foreground);text-decoration:none;transition:all .3s ease}.papello-footer__social-link:hover{color:var(--papello-primary);border-color:var(--papello-primary)}.papello-footer__social-link svg{width:1rem;height:1rem}.papello-footer__bottom{border-top:1px solid var(--papello-border)}.papello-footer__bottom-inner{max-width:var(--papello-container-max);margin:0 auto;padding:1.5rem var(--papello-container-padding);display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.papello-footer__bottom-inner{flex-direction:row;justify-content:space-between}}.papello-footer__copyright,.papello-footer__credit{font-size:.75rem;color:var(--papello-muted-foreground);letter-spacing:.025em}.papello-footer__social-link--large{width:3rem;height:3rem;border:1px solid var(--papello-border);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--papello-muted-foreground);transition:all .3s ease;margin-bottom:1rem}.papello-footer__social-link--large:hover{color:var(--papello-primary);border-color:var(--papello-primary)}.papello-footer__social-link--large svg{width:1.25rem;height:1.25rem}.papello-footer__secure-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--papello-muted-foreground)}.papello-footer__secure-badge svg{width:1rem;height:1rem;color:var(--papello-primary)}.papello-footer__payments{border-top:1px solid var(--papello-border);background-color:var(--papello-card)}.papello-footer__payments-inner{max-width:var(--papello-container-max);margin:0 auto;padding:.75rem var(--papello-container-padding);display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.papello-footer__payment-icon{height:2rem;display:flex;align-items:center}.papello-footer__payment-icon svg{height:2rem;width:auto}.papello-footer__payment-icon--iyzico svg{height:2rem;width:5rem}.papello-footer__payment-icon--amex svg{height:2rem;width:3rem}.papello-footer__payment-banner{max-width:100%;height:auto;max-height:40px;object-fit:contain}@keyframes papelloFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes papelloFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.papello-page-hero{padding:8rem 0 4rem;background-color:var(--papello-background);text-align:center}.papello-page-hero__container{max-width:var(--papello-container-max);margin:0 auto;padding:0 var(--papello-container-padding)}.papello-page-hero__badge{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.papello-page-hero__badge-line{width:3rem;height:1px;background-color:var(--papello-primary)}.papello-page-hero__badge-text{font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--papello-primary)}.papello-page-hero__title{font-family:var(--papello-font-serif)!important;font-size:2.5rem!important;font-weight:300!important;color:var(--papello-foreground);margin-bottom:1rem}@media (min-width: 768px){.papello-page-hero__title{font-size:3rem!important}}@media (min-width: 1024px){.papello-page-hero__title{font-size:3.75rem!important}}.papello-page-hero__subtitle{font-size:1rem;color:var(--papello-muted-foreground);max-width:600px;margin:0 auto;line-height:1.625}@media (min-width: 768px){.papello-page-hero__subtitle{font-size:1.125rem}}.papello-theme .main-page-content,.papello-theme .page-width{background-color:var(--papello-background)!important;color:var(--papello-foreground)!important}.papello-theme .main-page-content h2,.papello-theme .main-page-content h3,.papello-theme .main-page-content h4{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important}.papello-theme .main-page-content p{color:var(--papello-muted-foreground)!important}.papello-theme,.papello-theme main,.papello-theme #MainContent,.papello-theme .shopify-section,.papello-theme .page-width,.papello-theme [class*=color-]{background-color:var(--papello-background)!important;color:var(--papello-foreground)!important}.papello-theme h1,.papello-theme .title--primary{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important;font-weight:300!important}.papello-theme .card-wrapper{--color-background: transparent}.papello-theme .card{--card-style: standard;background-color:transparent}.papello-theme .card__inner{background-color:transparent}.papello-theme .product-grid .grid__item{display:flex;flex-direction:column}.papello-theme .product-grid .card-wrapper,.papello-theme .product-grid .card{display:flex;flex-direction:column;height:100%}.papello-theme .card__media{position:relative!important;overflow:hidden!important;aspect-ratio:3 / 4!important;width:100%!important;height:auto!important;flex-shrink:0!important}.papello-theme .card.ratio,.papello-theme .card__inner.ratio{--ratio-percent: 0 !important}.papello-theme .card__inner.ratio:before{display:none!important}.papello-theme .card__media .media{position:relative!important;width:100%!important;height:100%!important;padding-bottom:0!important}.papello-theme .card__media .media:before{display:none!important}.papello-theme .card__media .media img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.papello-theme .card__media:after{content:"";position:absolute;top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;border:1px solid transparent;pointer-events:none;transition:border-color .5s ease;z-index:2}.papello-theme .card-wrapper:hover .card__media:after{border-color:#c09d5966}.papello-theme .card__heading a{color:var(--papello-foreground)!important;font-family:var(--papello-font-serif)!important;transition:color .3s ease}.papello-theme .card-wrapper:hover .card__heading a,.papello-theme .price-item{color:var(--papello-primary)!important}.papello-theme .quick-add-button,.papello-theme .quick-add__submit{background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;font-family:var(--papello-font-sans)!important;font-size:.75rem!important;letter-spacing:.1em!important;text-transform:uppercase!important}.papello-theme .quick-add-button:hover,.papello-theme .quick-add__submit:hover{filter:brightness(1.1)}.papello-theme .select__select{color:var(--papello-foreground)!important;background-color:var(--papello-card)!important;border-color:var(--papello-border)!important}.papello-theme .facets-wrapper{background-color:var(--papello-background)!important}.papello-theme .facet-filters__label,.papello-theme .facet-filters__sort{color:var(--papello-foreground)!important}.facet-filters.sorting.caption{justify-content:flex-end!important;width:100%!important}.facet-filters.sorting .facet-filters__label,.facet-filters.sorting .facet-filters__label label{font-size:.875rem!important;letter-spacing:.04em!important}.facet-filters.sorting .facet-filters__sort,.facet-filters.sorting .select__select{font-size:.875rem!important}.facets-vertical-sort,.facets-vertical-form{display:flex!important;justify-content:flex-end!important}.papello-theme .product,.papello-theme .product__info-wrapper{background-color:var(--papello-background)!important}.papello-theme .product__title{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important;font-weight:300!important}.papello-theme .product__description{color:var(--papello-muted-foreground)!important}.papello-theme .price--large{color:var(--papello-primary)!important}.papello-theme product-info{padding-top:6rem!important}@media screen and (min-width: 750px){.papello-theme product-info{padding-top:7rem!important}}.papello-theme .product.grid{gap:2rem!important}@media screen and (min-width: 990px){.papello-theme .product.grid{gap:3rem!important}.papello-theme .product__media-wrapper,.papello-theme .product__info-wrapper{max-width:50%!important;width:calc(50% - 1.5rem)!important}.papello-theme .product__info-wrapper{padding-left:0!important}}.papello-theme .product__media-item img,.papello-theme .product__media-item .media{border-radius:.5rem!important;overflow:hidden!important}.papello-theme .product__media-item{overflow:hidden!important;border-radius:.5rem!important}.papello-theme .product__media-item img{transition:transform .3s ease!important}.papello-theme .product__media-item:hover img{transform:scale(1.05)!important}.papello-theme .thumbnail-slider{margin-top:1rem!important}.papello-theme .thumbnail-list{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:.5rem!important;padding:.25rem 0!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.papello-theme .thumbnail-list::-webkit-scrollbar{display:none!important}.papello-theme .thumbnail-list__item{flex-shrink:0!important;width:4rem!important;height:4rem!important}@media screen and (min-width: 750px){.papello-theme .thumbnail-list__item{width:5rem!important;height:5rem!important}}.papello-theme .thumbnail{border-radius:.375rem!important;border:2px solid var(--papello-border)!important;overflow:hidden!important;width:100%!important;height:100%!important}.papello-theme .thumbnail[aria-current=true]{border-color:var(--papello-primary)!important;box-shadow:0 0 0 2px #c4a35a33!important}.papello-theme .thumbnail:hover{border-color:var(--papello-muted-foreground)!important}.papello-customization-form{background:linear-gradient(to bottom right,rgba(196,163,90,.05),transparent);border:1px solid rgba(196,163,90,.2);border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.papello-customization-form__header{margin-bottom:1rem}.papello-customization-form__header h3{font-family:var(--papello-font-serif);font-size:1.125rem;color:var(--papello-foreground);display:flex;align-items:center;gap:.5rem;margin:0}.papello-customization-form__header p{color:var(--papello-muted-foreground);font-size:.875rem;margin-top:.25rem;margin-bottom:0}.papello-customization-form__icon{width:1.25rem;height:1.25rem;color:var(--papello-primary)}.papello-form-field{margin-bottom:1rem}.papello-form-field:last-child{margin-bottom:0}.papello-form-field label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--papello-foreground);margin-bottom:.5rem}.papello-form-field__icon{width:1rem;height:1rem;color:var(--papello-primary)}.papello-form-field .required{color:#ef4444}.papello-form-field input,.papello-form-field textarea{width:100%;background-color:var(--papello-card);border:1px solid var(--papello-border);border-radius:.375rem;padding:.5rem .75rem;color:var(--papello-foreground);font-size:.875rem;font-family:var(--papello-font-sans)}.papello-form-field input:focus,.papello-form-field textarea:focus{outline:none;border-color:var(--papello-primary);box-shadow:0 0 0 1px var(--papello-primary)}.papello-form-field .hint{font-size:.75rem;color:var(--papello-muted-foreground);margin-top:.25rem;display:block}.papello-theme .product__description{color:var(--papello-muted-foreground)!important;line-height:1.75!important}.papello-theme .product__description p{margin-bottom:1rem!important}.papello-theme .product__description h2,.papello-theme .product__description h3{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important;margin-top:1.5rem!important;margin-bottom:.75rem!important}.papello-theme .product__description h2{font-size:1.25rem!important}.papello-theme .product__description h3{font-size:1.125rem!important}.papello-theme .product__description ul{margin:1rem 0!important;padding-left:1.25rem!important;list-style:disc!important}.papello-theme .product__description ul li{color:var(--papello-muted-foreground)!important;margin-bottom:.5rem!important}.papello-theme .product__description .intro,.papello-theme .product__description blockquote{font-size:1.125rem!important;line-height:1.75!important;font-family:var(--papello-font-serif)!important;color:#f5ede4e6!important;font-style:italic!important;border-left:2px solid var(--papello-primary)!important;padding-left:1rem!important;margin:1.5rem 0!important}.papello-theme .product__accordion{border-top:1px solid var(--papello-border)!important;margin-top:2rem!important}.papello-theme .accordion details{border-bottom:1px solid var(--papello-border)!important}.papello-theme .accordion summary{padding:1rem 0!important}.papello-theme .accordion__title{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important}.papello-theme .accordion__content{color:var(--papello-muted-foreground)!important;line-height:1.75!important;padding-bottom:1rem!important}.papello-theme .product__info-container{padding:0!important}.papello-theme .product__title h1{font-family:var(--papello-font-serif)!important;font-size:1.5rem!important;font-weight:700!important;color:var(--papello-foreground)!important;margin-bottom:.5rem!important}@media screen and (min-width: 750px){.papello-theme .product__title h1{font-size:2rem!important}}@media screen and (min-width: 990px){.papello-theme .product__title h1{font-size:2.25rem!important}}.papello-theme .product-form__input--swatch .form__label,.papello-theme .product-form__input--pill .form__label,.papello-theme .product-form__input label{color:var(--papello-foreground)!important;font-size:.875rem!important;font-weight:500!important}.papello-theme .swatch-input__button,.papello-theme .product-form__input--pill input[type=radio]+label{border:1px solid var(--papello-border)!important;border-radius:.375rem!important;background-color:transparent!important;color:var(--papello-foreground)!important;transition:all .2s ease!important}.papello-theme .swatch-input__button:hover,.papello-theme .product-form__input--pill input[type=radio]+label:hover{border-color:var(--papello-primary)!important}.papello-theme .swatch-input__button.checked,.papello-theme .product-form__input--pill input[type=radio]:checked+label{border-color:var(--papello-primary)!important;background-color:var(--papello-primary)!important;color:var(--papello-background)!important}.papello-theme .quantity{border:1px solid var(--papello-border)!important;border-radius:.375rem!important;background-color:var(--papello-card)!important;min-height:2.5rem!important;height:2.5rem!important}.papello-theme .quantity__button{color:var(--papello-foreground)!important;background-color:transparent!important;width:2.5rem!important;height:2.5rem!important;padding:0!important}.papello-theme .quantity__button svg{width:.875rem!important;height:.875rem!important}.papello-theme .quantity__input{color:var(--papello-foreground)!important;background-color:transparent!important;height:2.5rem!important;font-size:.875rem!important;width:2.5rem!important;-webkit-text-fill-color:var(--papello-foreground)!important}.papello-theme .quantity__input::-webkit-outer-spin-button,.papello-theme .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.papello-theme .quantity__input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background:transparent!important;color:var(--papello-foreground)!important}.papello-theme quantity-input,.papello-theme .quantity-input{background-color:var(--papello-card)!important}.papello-theme .product-form__input--quantity{background-color:transparent!important}.papello-theme .product-form__submit{background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;border-radius:.375rem!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.05em!important;transition:all .2s ease!important;min-height:2.75rem!important;height:2.75rem!important;padding:0 1.5rem!important;font-size:.875rem!important}.papello-theme .product-form__submit:hover{background-color:var(--papello-primary)!important;opacity:.9!important}.papello-theme .product-form__submit:before,.papello-theme .product-form__submit:after{display:none!important}.papello-theme .shopify-payment-button{margin-top:.75rem!important}.papello-theme .shopify-payment-button__button{min-height:2.75rem!important;height:2.75rem!important;border-radius:.375rem!important;font-size:.875rem!important}.papello-theme .shopify-payment-button__button--unbranded{background-color:var(--papello-card)!important;color:var(--papello-foreground)!important;border:1px solid var(--papello-border)!important}.papello-theme .shopify-payment-button__button--unbranded:hover{background-color:var(--papello-muted)!important}.papello-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.papello-lightbox--open{opacity:1;visibility:visible;pointer-events:auto}.papello-lightbox__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9998;will-change:backdrop-filter}.papello-lightbox__container{position:relative;z-index:9999;width:95vw;height:95vh;display:flex;align-items:center;justify-content:center;pointer-events:none}.papello-lightbox__close,.papello-lightbox__nav,.papello-lightbox__image-wrapper,.papello-lightbox__counter{pointer-events:auto}.papello-lightbox__close{position:absolute;top:1rem;right:1rem;z-index:10;background:#ffffff1a;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s ease}.papello-lightbox__close:hover{background:#fff3}.papello-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff1a;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s ease}.papello-lightbox__nav:hover{background:#fff3}.papello-lightbox__nav--prev{left:1rem}.papello-lightbox__nav--next{right:1rem}.papello-lightbox__image-wrapper{max-width:85vw;max-height:85vh;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;position:relative;isolation:isolate}.papello-lightbox__image{max-width:100%;max-height:85vh;object-fit:contain;display:none;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}.papello-lightbox__image--active{display:block}.papello-lightbox .global-media-settings,.papello-lightbox [class*=media],.papello-lightbox .media{background:transparent!important;background-color:transparent!important}.papello-lightbox__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.5rem 1rem;color:#fff;font-size:.875rem;display:flex;gap:.25rem}.papello-theme .product__modal-opener{display:block!important;cursor:zoom-in!important}.papello-theme [id^=ProductModal-],.papello-theme product-modal,.papello-theme .product-modal,.papello-theme modal-dialog.product-modal{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-1!important}.papello-theme product-modal[open],.papello-theme .product-modal--open{display:none!important}body:not(.papello-lightbox-active).overflow-hidden{overflow:auto!important}body.papello-lightbox-active{overflow:hidden!important}.papello-theme .product__media-icon,.papello-theme .product__modal-opener--image .product-media-modal__btn,.papello-theme .product__media .product-media-modal__btn{display:none!important}.papello-theme .product__media-item{cursor:zoom-in!important}.papello-theme .contact,.papello-theme .contact__wrapper{background-color:var(--papello-background)!important}.papello-theme .field__label{color:var(--papello-muted-foreground)!important}.papello-theme .field__input,.papello-theme .text-area{background-color:var(--papello-card)!important;border-color:var(--papello-border)!important;color:var(--papello-foreground)!important}.papello-theme .field__input:focus,.papello-theme .text-area:focus{border-color:var(--papello-primary)!important;box-shadow:0 0 0 1px var(--papello-primary)!important}.papello-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.papello-theme .cart-drawer .drawer__inner{background-color:var(--papello-background)!important;border-left:1px solid var(--papello-border)!important;padding:0!important}.papello-theme .cart-drawer__overlay{background-color:#0009!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.papello-theme .drawer__header{border-bottom:1px solid var(--papello-border)!important;padding:1.5rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-shrink:0!important}.papello-theme .drawer__header-content{display:flex;flex-direction:column;gap:.25rem}.papello-theme .drawer__heading{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important;font-size:1.25rem!important;margin:0!important}.papello-theme .drawer__item-count{font-size:.875rem!important;color:var(--papello-muted-foreground)!important;margin:0!important}.papello-theme .drawer__close{position:static!important;color:var(--papello-muted-foreground)!important;background:none!important;border:none!important;width:2.5rem!important;height:2.5rem!important;min-width:auto!important;min-height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:color .2s ease!important}.papello-theme .drawer__close:hover{color:var(--papello-foreground)!important}.papello-theme .drawer__close .svg-wrapper{width:1.25rem!important;height:1.25rem!important}.papello-theme cart-drawer-items{flex:1!important;overflow-y:auto!important;padding:1rem 1.5rem!important}.papello-theme .drawer__contents{display:flex!important;flex-direction:column!important}.papello-theme .papello-cart-items{display:flex!important;flex-direction:column!important;gap:1rem!important}.papello-cart-item{display:flex!important;gap:1rem!important;padding:.75rem!important;background-color:var(--papello-card)!important;border:1px solid var(--papello-border)!important;border-radius:var(--papello-radius)!important;position:relative!important}.papello-cart-item__image{width:4rem!important;height:4rem!important;flex-shrink:0!important;border-radius:calc(var(--papello-radius) / 2)!important;overflow:hidden!important;background-color:var(--papello-muted)!important}.papello-cart-item__image a{display:block!important;width:100%!important;height:100%!important}.papello-cart-item__image img{width:100%!important;height:100%!important;object-fit:cover!important}.papello-cart-item__details{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:.25rem!important}.papello-cart-item__title{font-family:var(--papello-font-sans)!important;font-weight:500!important;font-size:.875rem!important;color:var(--papello-foreground)!important;text-decoration:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.papello-cart-item__title:hover{color:var(--papello-primary)!important}.papello-cart-item__variant{font-size:.75rem!important;color:var(--papello-muted-foreground)!important;margin:0!important}.papello-cart-item__price{font-weight:600!important;color:var(--papello-primary)!important;font-size:.875rem!important;margin:0!important}.papello-cart-item__old-price{color:var(--papello-muted-foreground)!important;margin-right:.5rem!important}.papello-cart-item__discounts{list-style:none!important;padding:0!important;margin:0!important;font-size:.75rem!important;color:var(--papello-primary)!important}.papello-cart-item__actions{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:.5rem!important;flex-shrink:0!important}.papello-cart-item__remove{background:none!important;border:none!important;color:var(--papello-muted-foreground)!important;cursor:pointer!important;padding:.25rem!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .2s ease!important}.papello-cart-item__remove:hover{color:#ef4444!important}.papello-cart-item__quantity{display:flex!important;align-items:center!important;gap:.25rem!important;background:transparent!important;border:none!important}.papello-qty-btn{width:1.5rem!important;height:1.5rem!important;border:1px solid var(--papello-border)!important;border-radius:calc(var(--papello-radius) / 2)!important;background:transparent!important;color:var(--papello-foreground)!important;cursor:pointer!important;font-size:.875rem!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:all .2s ease!important}.papello-qty-btn:hover{border-color:var(--papello-primary)!important;color:var(--papello-primary)!important}.papello-qty-input{width:2rem!important;text-align:center!important;font-size:.875rem!important;color:var(--papello-foreground)!important;background:transparent!important;border:none!important;-moz-appearance:textfield!important;-webkit-appearance:none!important}.papello-qty-input::-webkit-outer-spin-button,.papello-qty-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.papello-cart-item__line-total{font-size:.75rem!important;color:var(--papello-muted-foreground)!important}.papello-line-price{font-weight:500!important}.papello-cart-item__error{position:absolute!important;bottom:-.5rem!important;left:0!important;right:0!important;font-size:.75rem!important;color:#ef4444!important}.papello-theme .drawer__footer{border-top:1px solid var(--papello-border)!important;padding:1.5rem!important;background-color:var(--papello-background)!important;flex-shrink:0!important}.papello-cart-warning{padding:.75rem!important;background-color:#ef44441a!important;border:1px solid rgba(239,68,68,.2)!important;border-radius:var(--papello-radius)!important;margin-bottom:1rem!important}.papello-cart-warning__title{font-size:.875rem!important;font-weight:500!important;color:#ef4444!important;margin:0!important}.papello-cart-warning__desc{font-size:.75rem!important;color:var(--papello-muted-foreground)!important;margin:.25rem 0 0!important}.papello-discounts{list-style:none!important;padding:0!important;margin:0 0 1rem!important}.papello-discount{display:flex!important;justify-content:space-between!important;font-size:.875rem!important;color:var(--papello-primary)!important}.papello-totals{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:.5rem!important}.papello-totals__label{font-size:1rem!important;font-weight:600!important;color:var(--papello-foreground)!important}.papello-totals__value{font-size:1.25rem!important;font-weight:700!important;color:var(--papello-primary)!important}.papello-tax-note{display:block!important;font-size:.75rem!important;color:var(--papello-muted-foreground)!important;margin-bottom:1rem!important}.papello-cart-ctas{margin-top:.5rem!important}.papello-checkout-btn{width:100%!important;background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;padding:.875rem 2rem!important;font-weight:600!important;font-size:.875rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-radius:var(--papello-radius)!important;cursor:pointer!important;transition:opacity .2s ease!important}.papello-checkout-btn:hover:not(:disabled){opacity:.9!important}.papello-checkout-btn:disabled{opacity:.5!important;cursor:not-allowed!important}.papello-theme .cart-drawer__warnings{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100%!important;padding:2rem!important;text-align:center!important}.papello-theme .cart-drawer__empty-content{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1rem!important}.papello-empty-cart-icon{color:var(--papello-muted-foreground)!important;margin-bottom:.5rem!important}.papello-theme .cart__empty-text{font-family:var(--papello-font-serif)!important;color:var(--papello-foreground)!important;font-size:1.25rem!important;margin:0!important}.papello-empty-desc{font-size:.875rem!important;color:var(--papello-muted-foreground)!important;margin:0!important}.papello-continue-btn{background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;padding:.75rem 1.5rem!important;font-size:.875rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-radius:var(--papello-radius)!important;text-decoration:none!important;margin-top:.5rem!important}.papello-continue-btn:hover{opacity:.9!important}.papello-theme .drawer__inner-empty .drawer__close{position:absolute!important;top:1rem!important;right:1rem!important}.papello-theme cart-drawer-items::-webkit-scrollbar{width:4px!important}.papello-theme cart-drawer-items::-webkit-scrollbar-thumb{background-color:var(--papello-muted-foreground)!important;border-radius:4px!important}.papello-theme cart-drawer-items::-webkit-scrollbar-track{background-color:var(--papello-muted)!important}.papello-theme .cart-drawer .cart-items,.papello-theme .cart-drawer thead,.papello-theme .cart-drawer .cart-item__details dl,.papello-theme .cart-drawer .cart-drawer__footer,.papello-theme .cart-drawer .tax-note.caption-large{display:none!important}.papello-theme .cart-drawer__form{display:flex!important;flex-direction:column!important;height:100%!important}.drawer{z-index:10000!important}body.drawer-open .papello-header,body.drawer-open .papello-header-section,body.drawer-open main,body.drawer-open footer{filter:blur(4px);pointer-events:none;transition:filter .3s ease}body.drawer-open cart-drawer{filter:none!important;pointer-events:auto!important}.papello-theme .cart.page-width,.papello-theme [class*=main-cart] .page-width{max-width:800px!important;margin:0 auto!important;padding:1.5rem!important}.papello-theme .cart__items{display:block!important;border:none!important;padding-bottom:0!important}.papello-theme .cart__items thead{display:none!important}.papello-theme .cart__items tbody{display:flex!important;flex-direction:column!important;gap:1rem!important}.papello-theme .cart-item{display:flex!important;flex-wrap:wrap!important;gap:1rem!important;padding:1rem!important;background-color:var(--papello-card)!important;border:1px solid var(--papello-border)!important;border-radius:var(--papello-radius)!important;align-items:flex-start!important}.papello-theme .cart-item__media{width:5rem!important;height:5rem!important;flex-shrink:0!important;border-radius:calc(var(--papello-radius) / 2)!important;overflow:hidden!important;background-color:var(--papello-muted)!important}.papello-theme .cart-item__media img{width:100%!important;height:100%!important;object-fit:cover!important}.papello-theme .cart-item__details{flex:1!important;min-width:0!important}.papello-theme .cart-item__name{font-weight:500!important;font-size:.9rem!important;color:var(--papello-foreground)!important;text-decoration:none!important}.papello-theme .cart-item__name:hover{color:var(--papello-primary)!important}.papello-theme .cart-item__price,.papello-theme .cart-item__discounted-prices,.papello-theme .cart-item .price{font-weight:600!important;color:var(--papello-primary)!important;font-size:.875rem!important}.papello-theme .cart-item__quantity{display:flex!important;align-items:center!important}.papello-theme .cart-item .quantity{border:1px solid var(--papello-border)!important;border-radius:var(--papello-radius)!important;background:transparent!important}.papello-theme .cart-item .quantity__button{background:transparent!important;border:none!important;color:var(--papello-foreground)!important;padding:.5rem!important}.papello-theme .cart-item .quantity__input{background:transparent!important;border:none!important;color:var(--papello-foreground)!important;width:2.5rem!important;text-align:center!important}.papello-theme .cart-item__totals{text-align:right!important;font-weight:600!important;color:var(--papello-primary)!important;min-width:80px!important;font-size:.9rem!important}.papello-theme .cart-item cart-remove-button button{background:none!important;border:none!important;color:var(--papello-muted-foreground)!important;padding:.25rem!important;cursor:pointer!important}.papello-theme .cart__footer-wrapper{max-width:800px!important;margin:0 auto!important}.papello-theme .cart__footer{padding:1.5rem!important;background-color:var(--papello-card)!important;border:1px solid var(--papello-border)!important;border-radius:var(--papello-radius)!important;margin-top:1.5rem!important}.papello-theme .cart__footer-wrapper:last-child .cart__footer{padding-bottom:1.5rem!important}.papello-theme .cart__footer>*+*{margin-top:1rem!important}.papello-theme .cart__blocks .totals{font-size:1rem!important}.papello-theme .totals__subtotal-value{font-weight:700!important;color:var(--papello-primary)!important;font-size:1.25rem!important}.papello-theme .cart__footer .tax-note{font-size:.75rem!important;color:var(--papello-muted-foreground)!important}.papello-theme .cart__ctas{margin-top:1rem!important}.papello-theme .cart__ctas button[name=checkout]{width:100%!important;background-color:var(--papello-primary)!important;color:var(--papello-background)!important;border:none!important;border-radius:var(--papello-radius)!important;padding:1rem 2rem!important;font-size:.9rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-weight:600!important;cursor:pointer!important;transition:opacity .2s ease!important}.papello-theme .cart__ctas button[name=checkout]:hover{opacity:.9!important}@media screen and (max-width: 749px){.papello-theme .cart-item{flex-wrap:wrap!important}.papello-theme .cart-item__media{width:4rem!important;height:4rem!important}.papello-theme .cart-item__details{flex-basis:calc(100% - 5rem)!important}.papello-theme .cart-item__quantity,.papello-theme .cart-item__totals{flex-basis:50%!important;margin-top:.5rem!important}}.papello-header__cart-count{background-color:var(--papello-primary)!important;color:var(--papello-background)!important}.papello-theme .title.title--primary{font-size:1.5rem!important;text-align:center!important;margin:0 auto!important;padding:6rem 1rem 2rem!important;color:var(--papello-foreground)!important;max-width:800px!important}.papello-theme .cart-item__media img,.papello-theme .cart-item__image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important}.papello-theme .totals__subtotal,.papello-theme .totals span:first-child,.papello-theme .cart__footer .totals>*:first-child{color:var(--papello-foreground)!important;font-size:.9rem!important;font-weight:500!important}.papello-theme .totals__subtotal-value,.papello-theme .cart__footer .totals .price{font-size:1rem!important;font-weight:600!important;color:var(--papello-primary)!important}.papello-theme .cart__ctas button[name=checkout]{width:100%!important;padding:.75rem 1.5rem!important;font-size:.8rem!important}.papello-theme .cart-item{padding:.75rem!important;gap:.75rem!important}.papello-theme .cart-item__media{width:4rem!important;height:4rem!important}.papello-theme .cart__footer{padding:1rem!important}.papello-theme .totals{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:1rem!important}.papello-theme .title-wrapper-with-link{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.5rem!important}.papello-theme .title-wrapper-with-link .title--primary{font-family:var(--papello-font-serif)!important;font-size:2.5rem!important;text-align:center!important;color:var(--papello-foreground)!important;width:100%!important;margin:0!important;padding:3rem 1rem 1rem!important}.papello-theme .cart-item__media{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important;flex-shrink:0!important;border-radius:8px!important;overflow:hidden!important;background-color:#2a2a2a!important;position:relative!important}.papello-theme .cart-item__image-container{width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.papello-theme .cart-item__image-container img,.papello-theme .cart-item__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.papello-theme .cart-item__link{display:none!important}.papello-header__cart-count,#cart-icon-bubble .cart-count-bubble,.shopify-section .cart-count-bubble,.cart-count-bubble{background-color:#c8a96e!important;color:#1a1a1a!important;border-radius:50%!important}.papello-theme .cart-item cart-remove-button button,.papello-theme .cart-item .button--tertiary,.papello-theme .cart-item [href*="change?"]{color:var(--papello-muted-foreground)!important;opacity:1!important;visibility:visible!important}.papello-theme .cart-item cart-remove-button button:hover{color:#ef4444!important}.papello-theme .cart-item cart-remove-button svg,.papello-theme .cart-item .icon-remove{stroke:var(--papello-muted-foreground)!important;color:var(--papello-muted-foreground)!important;fill:none!important}.papello-theme .cart__footer{max-width:400px!important;margin:2rem auto!important;padding:1.5rem!important;background-color:#ffffff08!important;border-radius:8px!important}.papello-theme .cart__footer.isolate{padding:1.5rem!important}.papello-theme .cart__blocks{background:transparent!important;border:none!important;padding:0!important}.papello-theme .js-contents{padding:0!important}.papello-theme .totals{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:1rem 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;margin-bottom:1rem!important}.papello-theme .totals__total{font-size:.875rem!important;font-weight:400!important;color:#ffffffb3!important;margin:0!important}.papello-theme .totals__total-value{font-size:1.25rem!important;font-weight:600!important;color:#fff!important}.papello-theme .tax-note{text-align:center!important;color:#ffffff80!important;font-size:.75rem!important;margin-bottom:1rem!important}.papello-theme .cart__ctas{padding:0!important}.papello-theme .cart__checkout-button{width:100%!important;padding:1rem!important;font-size:.8rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.1em!important;background-color:#c8a96e!important;color:#1a1a1a!important;border:none!important;border-radius:4px!important;cursor:pointer!important;transition:background-color .2s!important}.papello-theme .cart__checkout-button:hover{background-color:#d4b87a!important}.shipping-calculator{margin:1rem 0;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.shipping-calculator__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#ffffff08;cursor:pointer}.shipping-calculator__title{font-size:.8rem;font-weight:500;color:#fffc}.shipping-calculator__toggle{background:none;border:none;color:#fff9;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.shipping-calculator__toggle svg{transition:transform .2s}.shipping-calculator__form{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.shipping-calculator__field{display:flex;flex-direction:column;gap:.25rem}.shipping-calculator__field label{font-size:.7rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.shipping-calculator__field select,.shipping-calculator__field input{width:100%;padding:.5rem .75rem;font-size:.85rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;outline:none;transition:border-color .2s}.shipping-calculator__field select:focus,.shipping-calculator__field input:focus{border-color:#c8a96e}.shipping-calculator__field select option{background-color:#1a1a1a;color:#fff}.shipping-calculator__btn{width:100%;padding:.6rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:transparent;border:1px solid #c8a96e;color:#c8a96e;border-radius:4px;cursor:pointer;transition:all .2s}.shipping-calculator__btn:hover{background-color:#c8a96e;color:#1a1a1a}.shipping-calculator__results{padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.shipping-calculator__loading{text-align:center;padding:.5rem;color:#fff9;font-size:.8rem}.shipping-calculator__rates{display:flex;flex-direction:column;gap:.5rem}.shipping-rate{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.shipping-rate:last-child{border-bottom:none}.shipping-rate__name{font-size:.8rem;color:#fffc}.shipping-rate__price{font-size:.85rem;font-weight:600;color:#c8a96e}.shipping-calculator__error{padding:.5rem;font-size:.8rem;color:#ef4444;text-align:center}.papello-subtotal{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.5rem}.papello-subtotal__label{font-size:.8rem;color:#fff9}.papello-subtotal__value{font-size:.9rem;color:#fff}.papello-theme .totals--subtotal{padding:.75rem 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;margin-bottom:.5rem!important}.papello-theme .totals--subtotal .totals__total{font-size:.8rem!important;color:#fff9!important}.papello-theme .totals--subtotal .totals__total-value{font-size:.9rem!important}.papello-theme .totals--grand-total{padding-top:.75rem!important;margin-top:.5rem!important}.papello-legal-page{min-height:100vh;background-color:var(--papello-background);padding-top:6rem;padding-bottom:4rem}.papello-legal-container{max-width:800px;margin:0 auto;padding:0 var(--papello-container-padding)}.papello-legal-title{font-family:var(--papello-font-serif);font-size:2rem;font-weight:300;color:var(--papello-foreground);margin-bottom:2rem;line-height:1.3}@media screen and (min-width: 750px){.papello-legal-title{font-size:2.5rem;margin-bottom:3rem}}.papello-legal-content{font-family:var(--papello-font-sans);font-size:.9375rem;line-height:1.75;color:var(--papello-muted-foreground)}.papello-legal-content h2{font-family:var(--papello-font-serif);font-size:1.25rem;font-weight:500;color:var(--papello-foreground);margin-top:2.5rem;margin-bottom:1rem}.papello-legal-content h3{font-family:var(--papello-font-serif);font-size:1.125rem;font-weight:500;color:var(--papello-foreground);margin-top:2rem;margin-bottom:.75rem}.papello-legal-content p{margin-bottom:1rem}.papello-legal-content ul,.papello-legal-content ol{margin-bottom:1rem;padding-left:1.5rem}.papello-legal-content li{margin-bottom:.5rem}.papello-legal-content strong{color:var(--papello-foreground);font-weight:600}.papello-legal-content a{color:var(--papello-primary);text-decoration:underline;text-underline-offset:2px}.papello-legal-content a:hover{color:var(--papello-foreground)}.papello-legal-content .info-card,.papello-legal-content table{background-color:var(--papello-card);border:1px solid var(--papello-border);border-radius:.5rem;padding:1rem 1.25rem;margin:1.5rem 0}.papello-legal-content table{width:100%;border-collapse:collapse}.papello-legal-content table td{padding:.5rem 0;border-bottom:1px solid var(--papello-border)}.papello-legal-content table tr:last-child td{border-bottom:none}.papello-legal-content blockquote{background-color:var(--papello-card);border-left:3px solid var(--papello-primary);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 .5rem .5rem 0;color:var(--papello-foreground)}.papello-legal-content blockquote p{color:var(--papello-foreground)}.papello-legal-content blockquote p:last-child{margin-bottom:0}.papello-legal-content hr{border:none;border-top:1px solid var(--papello-border);margin:2rem 0}.papello-legal-content .papello-intro{font-size:1.125rem;line-height:1.7}.papello-legal-content .papello-date{font-size:.8125rem;color:var(--papello-muted-foreground);margin-bottom:2rem}.papello-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}@media screen and (min-width: 750px){.papello-features-grid{grid-template-columns:repeat(2,1fr)}}.papello-feature-card{background-color:var(--papello-card);border:1px solid var(--papello-border);border-radius:.5rem;padding:1.5rem;transition:border-color .3s ease}.papello-feature-card:hover{border-color:#b7996280}.papello-feature-icon{color:var(--papello-primary);margin-bottom:1rem}.papello-feature-icon svg{width:2rem;height:2rem}.papello-feature-title{font-family:var(--papello-font-serif);font-size:1.125rem;font-weight:500;color:var(--papello-foreground);margin-bottom:.5rem}.papello-feature-desc{font-size:.875rem;color:var(--papello-muted-foreground);line-height:1.6;margin:0}.papello-payment-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;background-color:var(--papello-card);border:1px solid var(--papello-border);border-radius:.5rem;margin:1.5rem 0}.papello-payment-logos img{max-height:40px;width:auto;object-fit:contain}.papello-payment-badge svg{height:2rem;width:auto}.papello-contact-card{background-color:var(--papello-card);border:1px solid var(--papello-border);border-radius:.5rem;padding:1rem 1.25rem;margin-top:.75rem}.papello-contact-card p{margin-bottom:.5rem}.papello-contact-card p:last-child{margin-bottom:0}.related-products{background-color:var(--papello-background)!important}.related-products__heading{font-family:var(--papello-font-serif)!important;font-weight:300!important;color:var(--papello-foreground)!important;text-align:center!important;margin-bottom:2rem!important}.related-products.page-width{max-width:var(--papello-container-max)!important}.related-products .quick-add,.related-products .papello-quick-add,.related-products .card__content>.quick-add{display:none!important}.related-products .product-grid .card,.related-products .product-grid .card__inner{background:transparent!important;border:none!important;box-shadow:none!important}.related-products .product-grid .card__inner:after{display:none!important}.related-products .product-grid .card-wrapper{transition:transform .3s ease!important}.related-products .product-grid .card-wrapper:hover{transform:translateY(-4px)!important}.related-products .product-grid .card__media{background-color:var(--papello-muted)!important;border-radius:0!important}.related-products .product-grid .card__media:after{content:""!important;display:block!important;position:absolute!important;top:.75rem!important;right:.75rem!important;bottom:.75rem!important;left:.75rem!important;border:1px solid transparent!important;pointer-events:none!important;transition:border-color .5s ease!important;z-index:10!important}.related-products .product-grid .card-wrapper:hover .card__media:after{border-color:#b7996266!important}.related-products .product-grid .media img{transition:transform .7s ease!important}.related-products .product-grid .card-wrapper:hover .media img{transform:scale(1.05)!important}.related-products .product-grid .card__heading,.related-products .product-grid .card__heading a{font-family:var(--papello-font-serif)!important;font-size:1.125rem!important;font-weight:500!important;color:var(--papello-foreground)!important;transition:color .15s ease!important;text-decoration:none!important}.related-products .product-grid .card-wrapper:hover .card__heading a{color:var(--papello-primary)!important;text-decoration:none!important}.related-products .product-grid .price,.related-products .product-grid .price-item{font-size:.875rem!important;color:var(--papello-primary)!important;font-weight:500!important}.related-products .product-grid .underline-links-hover:hover a{text-decoration:none!important}.related-products .product-grid .card__information{padding:1rem 0!important}@media screen and (min-width: 990px){.related-products .product-grid.grid--4-col-desktop .grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important;max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important}}.papello-contact-page{background:var(--papello-background);min-height:100vh}.papello-contact-hero{padding:5rem 1.5rem 4rem;background:linear-gradient(to bottom,rgba(var(--papello-primary-rgb, 186, 159, 99),.1),transparent)}.papello-contact-hero__inner{max-width:800px;margin:0 auto;text-align:center}.papello-contact-hero__title{font-family:var(--papello-font-serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--papello-foreground);margin:0 0 1.5rem;line-height:1.2}.papello-contact-hero__desc{font-family:var(--papello-font-sans);font-size:1.125rem;color:var(--papello-muted-foreground);line-height:1.7;margin:0}.papello-contact-section{padding:4rem 1.5rem 6rem;max-width:1200px;margin:0 auto}.papello-contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width: 990px){.papello-contact-grid{grid-template-columns:1fr 1fr;gap:5rem}}.papello-contact-subtitle{font-family:var(--papello-font-serif);font-size:1.75rem;font-weight:700;color:var(--papello-foreground);margin:0 0 1.5rem}.papello-contact-form-wrapper{order:2}@media screen and (min-width: 990px){.papello-contact-form-wrapper{order:1}}.papello-contact-form,.papello-form-row{display:flex;flex-direction:column;gap:1.5rem}.papello-form-row--2col{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width: 600px){.papello-form-row--2col{grid-template-columns:1fr 1fr}}.papello-form-field{display:flex;flex-direction:column;gap:.5rem}.papello-form-field label{font-family:var(--papello-font-sans);font-size:.875rem;font-weight:500;color:var(--papello-foreground)}.papello-form-field label span{color:var(--papello-primary)}.papello-form-field input,.papello-form-field textarea{background:var(--papello-card);border:1px solid var(--papello-border);border-radius:var(--papello-radius);padding:.875rem 1rem;font-family:var(--papello-font-sans);font-size:1rem;color:var(--papello-foreground);transition:border-color .2s ease,box-shadow .2s ease}.papello-form-field input::placeholder,.papello-form-field textarea::placeholder{color:var(--papello-muted-foreground);opacity:.7}.papello-form-field input:focus,.papello-form-field textarea:focus{outline:none;border-color:var(--papello-primary);box-shadow:0 0 0 3px #ba9f6326}.papello-form-field textarea{resize:vertical;min-height:120px}.papello-contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--papello-primary);color:var(--papello-background);border:none;border-radius:var(--papello-radius);padding:1rem 2rem;font-family:var(--papello-font-sans);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;width:100%}.papello-contact-submit:hover{background:#a6843f;transform:translateY(-1px)}.papello-contact-submit svg{flex-shrink:0}.papello-form-success,.papello-form-error{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--papello-radius);margin-bottom:1rem}.papello-form-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.papello-form-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.papello-form-success strong,.papello-form-error strong{display:block;margin-bottom:.25rem;color:inherit}.papello-form-success p,.papello-form-error p{margin:0;font-size:.875rem;opacity:.9}.papello-contact-info-wrapper{order:1}@media screen and (min-width: 990px){.papello-contact-info-wrapper{order:2}}.papello-contact-info-desc{font-family:var(--papello-font-sans);font-size:1rem;color:var(--papello-muted-foreground);line-height:1.7;margin:0 0 2rem}.papello-contact-info-list{display:flex;flex-direction:column;gap:1.5rem}.papello-contact-info-item{display:flex;align-items:flex-start;gap:1rem}.papello-contact-info-icon{width:48px;height:48px;border-radius:50%;background:#ba9f631a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--papello-primary)}.papello-contact-info-content{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.papello-contact-info-label{font-family:var(--papello-font-sans);font-size:.875rem;font-weight:600;color:var(--papello-foreground)}.papello-contact-info-content a,.papello-contact-info-content p{font-family:var(--papello-font-sans);font-size:.9375rem;color:var(--papello-muted-foreground);text-decoration:none;margin:0;line-height:1.5;transition:color .2s ease}.papello-contact-info-content a:hover{color:var(--papello-primary)}.papello-working-hours{margin-top:2.5rem;padding:1.5rem;background:var(--papello-card);border:1px solid var(--papello-border);border-radius:.75rem}.papello-working-hours h3{font-family:var(--papello-font-serif);font-size:1.125rem;font-weight:600;color:var(--papello-foreground);margin:0 0 1rem}.papello-working-hours-list{display:flex;flex-direction:column;gap:.75rem}.papello-working-hours-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--papello-font-sans);font-size:.875rem}.papello-working-hours-row span:first-child{color:var(--papello-muted-foreground)}.papello-working-hours-row .papello-hours{font-weight:600;color:var(--papello-foreground)}.papello-about-page{background:var(--papello-background);min-height:100vh}.papello-about-hero{padding:5rem 1.5rem 4rem;background:linear-gradient(to bottom,rgba(186,159,99,.1),transparent)}.papello-about-hero__inner{max-width:800px;margin:0 auto;text-align:center}.papello-about-hero__title{font-family:var(--papello-font-serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--papello-foreground);margin:0 0 1.5rem;line-height:1.2}.papello-about-hero__desc{font-family:var(--papello-font-sans);font-size:1.125rem;color:var(--papello-muted-foreground);line-height:1.7;margin:0}.papello-about-story{padding:4rem 1.5rem 5rem;max-width:1200px;margin:0 auto}.papello-about-story__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media screen and (min-width: 768px){.papello-about-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.papello-about-story__image img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1rem;box-shadow:0 10px 40px #0000004d}.papello-about-story__title{font-family:var(--papello-font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--papello-foreground);margin:0 0 1.5rem}.papello-about-story__text{display:flex;flex-direction:column;gap:1rem}.papello-about-story__text p{font-family:var(--papello-font-sans);font-size:1rem;color:var(--papello-muted-foreground);line-height:1.7;margin:0}.papello-about-values{padding:4rem 1.5rem 6rem;background:rgba(var(--papello-card-rgb, 30, 35, 45),.5)}.papello-about-values__title{font-family:var(--papello-font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--papello-foreground);text-align:center;margin:0 0 3rem}.papello-about-values__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media screen and (min-width: 640px){.papello-about-values__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.papello-about-values__grid{grid-template-columns:repeat(4,1fr)}}.papello-value-card{background:var(--papello-background);border-radius:.75rem;padding:1.5rem;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.papello-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.papello-value-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ba9f631a;color:var(--papello-primary);margin-bottom:1rem}.papello-value-card__title{font-family:var(--papello-font-serif);font-size:1.125rem;font-weight:600;color:var(--papello-foreground);margin:0 0 .5rem}.papello-value-card__desc{font-family:var(--papello-font-sans);font-size:.875rem;color:var(--papello-muted-foreground);line-height:1.5;margin:0}@media screen and (max-width: 749px){.product-grid-container,.collection-product-list,.papello-products__container{padding:0 1rem!important}.product-grid,.collection .grid,.papello-products__grid{gap:1.5rem!important}.product-grid .grid__item,.collection .grid__item,.papello-products__grid .grid__item,.grid--2-col-tablet-down .grid__item{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.related-products .grid__item{width:100%!important;max-width:100%!important}.card-wrapper{width:100%!important}}.papello-company-info-card{background:var(--papello-card);border:1px solid var(--papello-border);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.papello-info-row{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--papello-border)}.papello-info-row:last-child{border-bottom:none;padding-bottom:0}.papello-info-row:first-child{padding-top:0}@media screen and (min-width: 600px){.papello-info-row{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.papello-info-label{font-family:var(--papello-font-sans);font-size:.875rem;font-weight:500;color:var(--papello-muted-foreground);flex-shrink:0}.papello-info-value{font-family:var(--papello-font-sans);font-size:.9375rem;color:var(--papello-foreground);word-break:break-word}@media screen and (min-width: 600px){.papello-info-value{text-align:right}}.papello-info-value a{color:var(--papello-primary);text-decoration:none;transition:opacity .2s ease}.papello-info-value a:hover{opacity:.8}.papello-intro{font-family:var(--papello-font-sans);font-size:1.0625rem;color:var(--papello-muted-foreground);line-height:1.7;margin-bottom:2rem}.printing-fee-notice{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding:.875rem 1rem;background:linear-gradient(135deg,#c4a77d26,#c4a77d14);border:1px solid rgba(196,167,125,.3);border-radius:.5rem}.printing-fee-notice__icon{width:18px;height:18px;color:var(--papello-primary, #c4a77d);flex-shrink:0}.printing-fee-notice__content{display:flex;align-items:baseline;gap:.375rem}.printing-fee-notice__label{font-family:var(--papello-font-sans, "Inter", sans-serif);font-size:.875rem;font-weight:500;color:var(--papello-muted-foreground, #9ca3af)}.printing-fee-notice__amount{font-family:var(--papello-font-sans, "Inter", sans-serif);font-size:1rem;font-weight:700;color:var(--papello-primary, #c4a77d)}.printing-fee-notice__info{font-family:var(--papello-font-sans, "Inter", sans-serif);font-size:.75rem;color:var(--papello-muted-foreground, #6b7280);width:100%;margin-top:.25rem}.cart-item[data-is-printing-fee=true]{background:#c4a77d0d;border-left:3px solid var(--papello-primary, #c4a77d)}.cart-item[data-is-printing-fee=true] .cart-item__quantity-wrapper{display:none}.cart-item[data-is-printing-fee=true] .cart-item__name:after{content:" (Tek seferlik)";font-size:.75rem;color:var(--papello-muted-foreground, #6b7280)}.papello-cart-item--printing-fee{background:#c4a77d14;border-left:3px solid var(--papello-primary, #c4a77d);position:relative}.papello-cart-item--printing-fee .papello-cart-item__title:after{content:" (Bask\131  Bedeli)";font-size:.75rem;color:var(--papello-muted-foreground, #6b7280);font-weight:400}.papello-cart-item__fee-label{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#c4a77d26;border-radius:.25rem;font-size:.75rem;color:var(--papello-muted-foreground, #6b7280);font-weight:500}.papello-cart-item--printing-fee{margin-left:1rem;margin-top:-.5rem;padding:.75rem 1rem;border-radius:0 .5rem .5rem 0}.papello-cart-item--printing-fee .papello-cart-item__image{display:none}.papello-cart-item--printing-fee .papello-cart-item__title{font-size:.8125rem;color:var(--papello-muted-foreground, #6b7280)}.papello-cart-item--printing-fee .papello-cart-item__price{font-size:.8125rem}.papello-cart-item--printing-fee .papello-cart-item__details{flex:1}.papello-cart-item--printing-fee .papello-cart-item__actions{align-items:center}.papello-cart-item--printing-fee .papello-cart-item__line-total{font-size:.875rem}.papello-tax-info-card{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#c4a77d14;border:1px solid rgba(196,167,125,.2);border-radius:.5rem;margin-top:.75rem}.papello-tax-info-card__icon{flex-shrink:0;color:var(--papello-primary, #c4a77d);opacity:.8}.papello-tax-info-card__icon svg{display:block}.papello-tax-info-card__content{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem}.papello-tax-info-card__text{font-family:var(--papello-font-sans, "Inter", sans-serif);font-size:.8125rem;color:var(--papello-muted-foreground, #9ca3af)}.papello-tax-info-card__link{font-family:var(--papello-font-sans, "Inter", sans-serif);font-size:.75rem;color:var(--papello-primary, #c4a77d);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.papello-tax-info-card__link:hover{opacity:.8;font-size:.75rem;font-weight:500;color:var(--papello-primary, #c4a77d);white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/7/assets/papello-custom.css.map */
