:root{--prosa-forest: #486239;--prosa-forest-dark: #2f4728;--prosa-sage: #91a77e;--prosa-clay: #b88961;--prosa-cream: #f7f2e8;--prosa-cream-deep: #eee5d7;--prosa-ink: #273025;--prosa-muted: #657060;--prosa-white: #fffdf9;--prosa-border: #dcd2c3;--prosa-shadow: 0 18px 55px rgba(47, 71, 40, .12);--prosa-radius-lg: 34px;--prosa-radius-md: 22px;--prosa-radius-sm: 14px}html{background:var(--prosa-cream)}body,body.dark-bg,body.product.dark-bg{background:var(--prosa-cream);color:var(--prosa-ink)}body{overflow-x:hidden}body .content-for-layout,body .theme-bg,body .wrapper,body .home-wrapper{background:transparent}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--prosa-forest-dark);letter-spacing:-.02em}body p,body li{color:inherit}.prosa-section{padding:88px 0;position:relative}.prosa-section--tight{padding:64px 0}.prosa-section--cream{background:var(--prosa-cream)}.prosa-section--white{background:var(--prosa-white)}.prosa-section--sage{background:#e8edde}.prosa-section--forest{background:var(--prosa-forest-dark);color:var(--prosa-white)}.prosa-section--forest h2,.prosa-section--forest h3,.prosa-section--forest p{color:inherit}.prosa-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--prosa-clay);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.prosa-kicker:before{width:26px;height:1px;background:currentColor;content:""}.prosa-heading{max-width:760px}.prosa-heading h2{font-size:clamp(38px,5vw,66px);line-height:1.02;margin-bottom:18px}.prosa-heading p{max-width:690px;color:var(--prosa-muted);font-size:18px;line-height:1.7}.prosa-heading--center{margin-inline:auto;text-align:center}.prosa-heading--center p{margin-inline:auto}.prosa-btn,.prosa-btn:visited{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border:1px solid var(--prosa-forest);border-radius:999px;background:var(--prosa-forest);color:#fff;font-weight:700;line-height:1;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.prosa-btn:hover{transform:translateY(-2px);background:var(--prosa-forest-dark);border-color:var(--prosa-forest-dark);color:#fff}.prosa-btn--outline{background:transparent;color:var(--prosa-forest)}.prosa-btn--outline:hover{background:var(--prosa-forest);color:#fff}.prosa-btn--light{background:var(--prosa-white);border-color:var(--prosa-white);color:var(--prosa-forest-dark)}.prosa-btn--light:hover{background:var(--prosa-cream-deep);border-color:var(--prosa-cream-deep);color:var(--prosa-forest-dark)}.prosa-announcement{padding:10px 20px;background:var(--prosa-forest-dark);color:#fff;text-align:center;font-size:13px;letter-spacing:.02em}.prosa-announcement a{color:inherit;text-decoration:underline;text-underline-offset:3px}.site-header{position:relative;z-index:30;background:#f7f2e8f5;color:var(--prosa-ink)}.site-header .main-navigationbar{background:#f7f2e8f5;border-bottom:1px solid rgba(72,98,57,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header .navigationbar-row{min-height:88px}.site-header .logo-col a{max-width:168px!important}.site-header .logo-col img{width:100%;height:auto}.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a,.site-header .menu-right a{color:var(--prosa-forest-dark)!important}.site-header .menu-right svg path,.site-header .menu-right .search-header svg path,.site-header .menu-right .profile-header svg path{fill:var(--prosa-forest-dark)!important}.site-header .menu-right .cart-header svg path{fill:var(--prosa-forest-dark)!important}.site-header .menu-right .count{background:var(--prosa-clay);color:#fff}.prosa-hero{min-height:var(--prosa-hero-height, 720px);position:relative;display:flex;align-items:stretch;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(145,167,126,.45),transparent 32%),linear-gradient(135deg,#f8f3e9,#e8edde)}.prosa-hero__media,.prosa-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.prosa-hero__media video,.prosa-hero__media img{width:100%;height:100%;object-fit:cover}.prosa-hero__overlay{background:linear-gradient(90deg,#1c2b18c7,#1c2b1880 45%,#1c2b1814)}.prosa-hero__placeholder{position:absolute;right:5%;top:50%;width:min(42vw,560px);transform:translateY(-50%);opacity:.16}.prosa-hero__inner{position:relative;z-index:2;width:100%;display:flex;align-items:center;padding:86px 0}.prosa-hero__content{max-width:740px;color:#fff}.prosa-hero__content h1{color:inherit;font-size:clamp(52px,7vw,92px);line-height:.98;margin-bottom:24px}.prosa-hero__content .rte{max-width:640px;font-size:19px;line-height:1.65}.prosa-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.prosa-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.prosa-hero__badge{padding:9px 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff1a;font-size:13px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prosa-hero--no-media .prosa-hero__content{color:var(--prosa-forest-dark)}.prosa-hero--no-media .prosa-hero__overlay{background:linear-gradient(90deg,#f7f2e8f5,#f7f2e8d1 58%,#e8edde4d)}.prosa-hero--no-media .prosa-hero__badge{border-color:#48623933;background:#ffffff73}.prosa-grid{display:grid;gap:24px}.prosa-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.prosa-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.prosa-card{overflow:hidden;border:1px solid var(--prosa-border);border-radius:var(--prosa-radius-lg);background:var(--prosa-white);box-shadow:0 1px #2f47280a;transition:transform .25s ease,box-shadow .25s ease}.prosa-card:hover{transform:translateY(-5px);box-shadow:var(--prosa-shadow)}.prosa-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#e8edde}.prosa-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.prosa-card:hover .prosa-card__media>img:not(.prosa-card__leaf){transform:scale(1.04)}.prosa-card__leaf{position:absolute;width:42%;height:auto!important;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.22;object-fit:contain!important}.prosa-card__content{padding:28px}.prosa-card__eyebrow{display:block;margin-bottom:10px;color:var(--prosa-clay);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.prosa-card__content h3{font-size:30px;line-height:1.08;margin-bottom:12px}.prosa-card__content p{color:var(--prosa-muted);line-height:1.65}.prosa-card__link{margin-top:20px;color:var(--prosa-forest);font-weight:700}.prosa-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:42px}.prosa-value{padding:28px;border-radius:var(--prosa-radius-md);background:#ffffffb8;border:1px solid rgba(72,98,57,.12)}.prosa-value__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;background:var(--prosa-cream);color:var(--prosa-forest)}.prosa-value__icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}.prosa-value h3{font-size:24px;margin-bottom:10px}.prosa-value p{color:var(--prosa-muted);line-height:1.6}.prosa-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.prosa-editorial--reverse .prosa-editorial__media{order:2}.prosa-editorial__media{min-height:540px;border-radius:var(--prosa-radius-lg);overflow:hidden;background:#e8edde;position:relative}.prosa-editorial__media>img:not(.prosa-card__leaf){width:100%;height:100%;min-height:540px;object-fit:cover}.prosa-editorial__content h2{font-size:clamp(40px,5vw,68px);line-height:1.02;margin-bottom:22px}.prosa-editorial__content .rte{color:var(--prosa-muted);font-size:17px;line-height:1.75}.prosa-editorial__content .prosa-btn{margin-top:26px}.prosa-rich-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:40px}.prosa-rich-block{padding:34px;border-radius:var(--prosa-radius-md);background:var(--prosa-white);border:1px solid var(--prosa-border)}.prosa-rich-block h3{font-size:30px;margin-bottom:16px}.prosa-rich-block .rte{color:var(--prosa-muted);line-height:1.7}.prosa-rich-block .rte ul{margin:14px 0 0}.prosa-rich-block .rte li{list-style:disc;margin-left:20px;margin-bottom:8px}.prosa-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px}.prosa-service{padding:34px;border-radius:var(--prosa-radius-md);background:var(--prosa-white);border:1px solid var(--prosa-border)}.prosa-service__number{display:block;margin-bottom:24px;color:var(--prosa-clay);font-size:13px;font-weight:800;letter-spacing:.14em}.prosa-service h3{font-size:31px;margin-bottom:14px}.prosa-service .rte{color:var(--prosa-muted);line-height:1.7}.prosa-service .rte li{list-style:disc;margin-left:20px}.prosa-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px}.prosa-quote{padding:34px;border-radius:var(--prosa-radius-md);background:var(--prosa-white);border:1px solid var(--prosa-border)}.prosa-quote__mark{color:var(--prosa-clay);font-family:Georgia,serif;font-size:54px;line-height:.7}.prosa-quote blockquote{margin:20px 0 24px;font-size:18px;line-height:1.7;color:var(--prosa-ink)}.prosa-quote__name{font-weight:800;color:var(--prosa-forest-dark)}.prosa-quote__role{display:block;margin-top:4px;color:var(--prosa-muted);font-size:13px}.prosa-quote--placeholder{border-style:dashed}.prosa-quote--placeholder blockquote{color:var(--prosa-muted)}.prosa-products{margin-top:42px}.prosa-products .prosa-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.prosa-products .product-card{min-width:0}.prosa-products .product-card-inner{height:100%;border-radius:var(--prosa-radius-md);overflow:hidden;background:var(--prosa-white);border:1px solid var(--prosa-border)}.prosa-products .product-content{padding:22px;color:var(--prosa-ink)}.prosa-products .product-content h5 a{color:var(--prosa-forest-dark)}.prosa-products .main-price{gap:10px}.prosa-product-placeholder{min-height:340px;display:grid;place-items:center;padding:32px;text-align:center;background:linear-gradient(145deg,#e8edde,#f7f2e8)}.prosa-product-placeholder img{width:110px;opacity:.28;margin:0 auto 20px}.prosa-product-placeholder strong{display:block;color:var(--prosa-forest-dark);font-size:22px}.prosa-product-placeholder span{display:block;margin-top:8px;color:var(--prosa-muted);font-size:13px}.card__content.product-img{min-height:320px;display:grid;place-items:center;padding:30px;background:linear-gradient(145deg,#e8edde,#f7f2e8);text-align:center}.card__content.product-img:before{content:"";width:95px;height:86px;display:block;margin:0 auto 20px;background:url(prosa-leaf.png) center/contain no-repeat;opacity:.24}.card__content.product-img h2 a{color:var(--prosa-forest-dark)}.prosa-cta{padding:54px;display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:var(--prosa-radius-lg);background:var(--prosa-forest-dark);color:#fff}.prosa-cta h2{max-width:760px;color:inherit;font-size:clamp(38px,5vw,62px);line-height:1.04}.prosa-cta p{max-width:700px;margin-top:14px;color:#ffffffc7;font-size:17px;line-height:1.65}.prosa-newsletter{display:grid;grid-template-columns:1fr .9fr;gap:52px;align-items:center}.prosa-newsletter h2{font-size:clamp(38px,5vw,62px);line-height:1.04}.prosa-newsletter p{margin-top:16px;color:var(--prosa-muted);font-size:17px;line-height:1.65}.prosa-newsletter__form{display:flex;gap:10px;padding:8px;border:1px solid var(--prosa-border);border-radius:999px;background:#fff}.prosa-newsletter__form input{flex:1;min-width:0;padding:0 18px;border:0;background:transparent;color:var(--prosa-ink)}.prosa-newsletter__form button{white-space:nowrap}.prosa-form-message{margin-top:12px;font-size:14px}.site-footer{background:var(--prosa-forest-dark)!important;color:#ffffffd1!important}.site-footer .footer-logo{max-width:180px!important}.site-footer .footer-logo img{filter:brightness(0) invert(1);opacity:.95}.site-footer h3,.site-footer h4{color:#fff!important}.site-footer a{color:#ffffffd1}.site-footer a:hover{color:#fff}.site-footer .footer-bottom{border-color:#ffffff24}.site-footer .ftr-left-img,.site-footer .ftr-right-img{display:none}.common-banner-section{background:linear-gradient(135deg,var(--prosa-forest-dark),var(--prosa-forest))!important;color:#fff}.common-banner-content{color:#fff!important}.common-banner-content h2{color:#fff}.cms-page{background:var(--prosa-cream);color:var(--prosa-ink)}.cms-page .section-title{display:none}.cms-page .container{max-width:900px}.cms-page h2{margin:32px 0 14px}.cms-page ul{margin:14px 0}.cms-page li{list-style:disc;margin-left:20px;margin-bottom:8px}.product-card-inner,.collection .product-card-inner{background:var(--prosa-white);color:var(--prosa-ink)}.product-content h5 a,.product-content .price,.product-form__submit,.cart-btn{color:var(--prosa-forest-dark)}@media(max-width:990px){.prosa-section{padding:68px 0}.prosa-grid--3,.prosa-grid--4,.prosa-values,.prosa-services,.prosa-testimonials,.prosa-products .prosa-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prosa-editorial,.prosa-newsletter{grid-template-columns:1fr;gap:36px}.prosa-editorial--reverse .prosa-editorial__media{order:initial}.prosa-editorial__media,.prosa-editorial__media>img:not(.prosa-card__leaf){min-height:420px}.prosa-cta{align-items:flex-start;flex-direction:column}.site-header .navigationbar-row{min-height:74px}}@media(max-width:640px){.prosa-section{padding:56px 0}.prosa-hero{min-height:660px}.prosa-hero__inner{padding:70px 0}.prosa-hero__content h1{font-size:50px}.prosa-hero__actions{flex-direction:column;align-items:stretch}.prosa-hero__actions .prosa-btn{width:100%}.prosa-grid--3,.prosa-grid--4,.prosa-values,.prosa-rich-grid,.prosa-services,.prosa-testimonials,.prosa-products .prosa-product-grid{grid-template-columns:1fr}.prosa-card__content,.prosa-rich-block,.prosa-service,.prosa-quote{padding:26px}.prosa-editorial__media,.prosa-editorial__media>img:not(.prosa-card__leaf){min-height:340px}.prosa-cta{padding:34px 26px}.prosa-newsletter__form{border-radius:var(--prosa-radius-sm);flex-direction:column}.prosa-newsletter__form input{min-height:48px}.prosa-newsletter__form button{width:100%}}.site-header .logo-col,.header-style-one .main-navigationbar .logo-col{max-width:190px!important;flex:0 0 190px}.site-header .header-logo,.site-header .header-logo a{display:block;width:100%}.site-header .prosa-header-logo{display:block;width:100%;height:auto;max-height:54px;object-fit:contain;object-position:left center}.site-header .prosa-header-logo--light{display:none}.site-header .main-navigationbar.fixed{background:var(--prosa-forest-dark)!important;border-bottom-color:#ffffff24!important;box-shadow:0 12px 34px #1927162e!important}.site-header .main-navigationbar.fixed .prosa-header-logo--dark{display:none}.site-header .main-navigationbar.fixed .prosa-header-logo--light{display:block}.site-header .main-navigationbar.fixed .prosa-header-logo--uploaded{filter:brightness(0) invert(1)}.site-header .main-navigationbar.fixed .menu-items-col .main-nav>li>a,.site-header .main-navigationbar.fixed .menu-right a,.site-header .main-navigationbar.fixed .menu-right button{color:#fff!important}.site-header .main-navigationbar.fixed .menu-right svg path,.site-header .main-navigationbar.fixed .search-header svg path,.site-header .main-navigationbar.fixed .profile-header svg path,.site-header .main-navigationbar.fixed .cart-header svg path{fill:#fff!important}.site-header .main-navigationbar.fixed .menu-items-col .main-nav>li>a:before{background:#ffffffd1!important}.site-header .main-navigationbar.fixed .menu-right .count{background:var(--prosa-clay)!important;color:#fff!important}.search-popup{z-index:120!important;background:#2f4728f7!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-popup .search-form-wrapper{max-width:760px}.search-popup .search-form-wrapper input{min-height:58px;border:1px solid rgba(255,255,255,.5)!important;border-radius:999px;background:#ffffff14!important;color:#fff!important}.search-popup .search-form-wrapper .btn.search__button{border-radius:50%;background:var(--prosa-cream)!important}.site-footer{padding:72px 0 30px!important}.site-footer .prosa-footer-grid{display:grid!important;grid-template-columns:minmax(280px,1.35fr) repeat(2,minmax(170px,.7fr));gap:54px;align-items:start}.site-footer .footer-col,.site-footer .footer-subscribe-col{width:auto!important;max-width:none!important;padding:0!important;flex:none!important}.site-footer .footer-logo{width:190px;max-width:190px!important;margin:0 0 18px!important}.site-footer .footer-logo img{display:block;width:100%!important;height:auto!important;max-height:132px;object-fit:contain;object-position:left center;filter:none!important;opacity:1!important}.site-footer .footer-subscribe h3{margin:0 0 14px;color:#fff!important;font-size:24px}.site-footer .footer-widget>p{max-width:430px;line-height:1.65}.site-footer .prosa-footer-note{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);color:#ffffffad!important;font-size:13px!important}.site-footer .footer-widget h4{margin:8px 0 20px;color:#fff!important}.site-footer .footer-widget ul li{margin-bottom:12px;line-height:1.45}.site-footer .footer-bottom{margin-top:52px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}.site-footer .footer-bottom p{margin:0}body.product,body.product .content-for-layout,body.product .theme-bg,.pdp-page,.product-main-section,.pdp-descrip-section{background:var(--prosa-cream)!important;color:var(--prosa-ink)!important}.product-main-section{padding-top:1px}.product-main-section .back-btn{display:inline-flex;align-items:center;gap:10px;margin:0 0 30px;color:var(--prosa-forest)!important;font-weight:700}.product-main-section .back-btn:hover{color:var(--prosa-clay)!important}.product-main-section .back-btn svg path{fill:currentColor!important}.pdp-main-slider{border:1px solid var(--prosa-border)!important;background:var(--prosa-white)!important;box-shadow:0 14px 40px #2f472814}.pdp-thumb-media{border:1px solid var(--prosa-border)!important;background:var(--prosa-white)!important}.pdp-thumb-itm.slick-current.slick-active .pdp-thumb-media{border-color:var(--prosa-forest)!important}.prosa-product-media-placeholder{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;border:1px solid var(--prosa-border);border-radius:24px;background:linear-gradient(145deg,#e8edde,#fdfaf4);text-align:center;box-shadow:0 14px 40px #2f472812}.prosa-product-media-placeholder img{width:118px;height:auto;margin-bottom:22px;opacity:.28}.prosa-product-media-placeholder strong{color:var(--prosa-forest-dark);font-family:var(--second-font);font-size:30px;line-height:1.1}.prosa-product-media-placeholder span{max-width:360px;margin-top:12px;color:var(--prosa-muted);line-height:1.6}.pdp-summery{padding:8px 0 0 36px;color:var(--prosa-ink)!important}.pdp-summery .section-title h1,.pdp-summery .section-title h2{margin:0;color:var(--prosa-forest-dark)!important;font:var(--h2);line-height:1.05}.pdp-summery p,.pdp-summery li,.pdp-summery strong,.pdp-summery .swatch-lbl,.pdp-summery .option-label,.pdp-summery .quantity-select .lbl,.pdp-summery .share-button__button,.pdp-summery .see-size a{color:var(--prosa-ink)!important}.pdp-summery>p,.pdp-summery .section-title+.size-share-wrap+p{line-height:1.7}.pdp-summery h2,.pdp-summery h3,.pdp-summery h4{color:var(--prosa-forest-dark)!important}.pdp-summery ul:not(.list){margin:14px 0 20px}.pdp-summery ul:not(.list) li{margin:0 0 8px 20px;list-style:disc;line-height:1.55}.pdp-summery .size-share-wrap{margin-bottom:18px;color:var(--prosa-muted)}.pdp-summery .size-share-wrap svg path,.pdp-summery .share-button__button svg path{fill:var(--prosa-forest)!important;stroke:var(--prosa-forest)!important}.pdp-summery .white-arrow.nice-select,.pdp-summery .nice-select{width:100%;max-width:360px;border:1px solid var(--prosa-border)!important;background-color:var(--prosa-white)!important;background-image:url(down-arrow.png)!important;color:var(--prosa-ink)!important}.pdp-summery .nice-select .list{border:1px solid var(--prosa-border);background:var(--prosa-white)}.pdp-summery .nice-select .option{color:var(--prosa-ink)!important}.pdp-summery .variant-webi label.color-swatch,.pdp-summery .variant-webi label.varsize{border-color:var(--prosa-border)!important;background:var(--prosa-white);color:var(--prosa-ink)!important}.pdp-summery .variant-webi input:checked+label.varsize,.pdp-summery .variant-webi input:checked+label.color-swatch{border-color:var(--prosa-forest)!important;background:#e8edde!important;color:var(--prosa-forest-dark)!important}.pdp-summery .price-cart-btn-wrp{padding-top:6px;border-top:1px solid var(--prosa-border)}.pdp-summery .price-cart-btn-wrp .price,.pdp-summery .price,.pdp-summery .price-item{color:var(--prosa-clay)!important;font-weight:700}.pdp-summery .qty-spinner{border-color:var(--prosa-border)!important;background:var(--prosa-white)}.pdp-summery .qty-spinner input{color:var(--prosa-ink)!important}.pdp-summery .qty-spinner button svg path{fill:var(--prosa-forest)!important}.pdp-summery product-form.product-form form .btn,.pdp-summery .product-form__submit,.pdp-summery .cart-btn{border:1px solid var(--prosa-forest)!important;background:var(--prosa-forest)!important;color:#fff!important}.pdp-summery product-form.product-form form .btn:hover,.pdp-summery .product-form__submit:hover,.pdp-summery .cart-btn:hover{border-color:var(--prosa-forest-dark)!important;background:var(--prosa-forest-dark)!important;color:#fff!important}.pdp-summery .shopify-payment-button__button{border:1px solid var(--prosa-clay)!important;background:transparent!important;color:var(--prosa-forest-dark)!important}.prosa-product-kitchen-note{margin:26px 0 20px;padding:18px 20px;border:1px solid rgba(184,137,97,.34);border-radius:16px;background:#eee5d79e}.prosa-product-kitchen-note strong{display:block;margin-bottom:6px;color:var(--prosa-forest-dark)!important}.prosa-product-kitchen-note p{margin:0;color:var(--prosa-muted)!important;font-size:14px;line-height:1.55}.pdp-descrp-content{color:var(--prosa-ink)!important}.pdp-descrp-content .subtitle{color:var(--prosa-clay)}.pdp-descrp-content h2{color:var(--prosa-forest-dark)!important}.pdp-descrp-content ul li{color:var(--prosa-ink)!important}.contact-page,.contact-page .contact-right-inner,.contact-page .contact-left-inner{color:var(--prosa-ink)}.contact-page .contact-right-inner{padding:38px;border:1px solid var(--prosa-border);border-radius:var(--prosa-radius-md);background:var(--prosa-white)}.contact-page .form-control{border-color:var(--prosa-border);background:#fff;color:var(--prosa-ink)}.contact-page .submit-btn{background:var(--prosa-forest);color:#fff}@media(max-width:1100px){.site-header .logo-col,.header-style-one .main-navigationbar .logo-col{max-width:155px!important;flex-basis:155px}.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type){padding-right:13px}}@media(max-width:990px){.site-header .logo-col,.header-style-one .main-navigationbar .logo-col{max-width:150px!important;flex:0 0 150px}.site-header .prosa-header-logo{max-height:43px}.site-footer .prosa-footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:34px}.pdp-summery{padding:30px 0 0}}@media(max-width:767px){.site-footer .prosa-footer-grid{grid-template-columns:1fr}.site-footer .footer-logo{width:160px}.site-footer .footer-bottom{margin-top:38px}.site-footer .payment-image-wrapper{justify-content:flex-start!important;margin-top:18px}.prosa-product-media-placeholder{min-height:380px;padding:34px 24px}.pdp-summery .section-title h1{font-size:38px}.pdp-summery .product-form form{flex-direction:column;align-items:stretch}.pdp-summery product-form.product-form form .btn,.pdp-summery product-form.product-form form .product-form__buttons{width:100%}.pdp-summery .price-cart-btn-wrp{align-items:flex-end}}.collection .product-card,.prosa-products .product-card{display:flex}.collection .product-card-inner,.prosa-products .product-card-inner{width:100%;min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--prosa-border);border-radius:18px;background:var(--prosa-white)!important}.collection .product-card-inner>.product-img,.collection .product-card-inner>.card__media,.prosa-products .product-card-inner>.product-img,.prosa-products .product-card-inner>.card__media,.prosa-card-placeholder{width:100%;aspect-ratio:1 / 1;min-height:0!important;overflow:hidden;background:linear-gradient(145deg,#e8edde,#f8f4eb)}.prosa-card-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:28px;text-align:center;text-decoration:none}.prosa-card-placeholder img{width:82px;height:auto;opacity:.22}.prosa-card-placeholder span{color:var(--prosa-muted);font-size:13px;font-weight:600;letter-spacing:.04em}.collection .product-content,.prosa-products .product-content{flex:1;display:flex;flex-direction:column;padding:20px!important;background:var(--prosa-white)!important}.collection .product-content-top,.prosa-products .product-content-top{flex:1}.collection .product-content h5,.prosa-products .product-content h5{min-height:2.5em;margin:0 0 14px;font-size:20px!important;line-height:1.25!important}.collection .product-content h5 a,.prosa-products .product-content h5 a{display:-webkit-box;overflow:hidden;color:var(--prosa-forest-dark)!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collection .product-content-bottom,.prosa-products .product-content-bottom{margin-top:auto}.collection .cart-variable,.prosa-products .cart-variable{margin:0 0 14px}.collection .cart-variable .nice-select,.prosa-products .cart-variable .nice-select{width:100%;min-height:42px;border:1px solid var(--prosa-border)!important;border-radius:999px;background-color:#fff!important;color:var(--prosa-ink)!important}.collection .main-price,.prosa-products .main-price{align-items:center!important;gap:12px;padding-top:14px;border-top:1px solid var(--prosa-border)}.collection .main-price .price,.prosa-products .main-price .price{color:var(--prosa-forest-dark)!important;font-weight:700}.collection .product-form__submit.link-btn,.prosa-products .product-form__submit.link-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 13px;border:1px solid var(--prosa-forest)!important;border-radius:999px;background:var(--prosa-forest)!important;color:#fff!important;font-size:11px;font-weight:700;line-height:1.1;text-decoration:none}.collection .product-form__submit.link-btn span,.prosa-products .product-form__submit.link-btn span{color:inherit!important;white-space:nowrap}.collection .product-form__submit.link-btn:hover,.prosa-products .product-form__submit.link-btn:hover{background:var(--prosa-forest-dark)!important}.prosa-public-description{color:var(--prosa-ink);line-height:1.7}.prosa-public-description h2,.prosa-public-description h3{margin:24px 0 12px;color:var(--prosa-forest-dark)!important}.prosa-public-description ul{margin:12px 0 20px}.prosa-public-description li{margin:0 0 8px 20px;list-style:disc}.pdp-descrp-content .prosa-product-meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:30px 0 0!important}.pdp-descrp-content .prosa-product-meta li{min-width:0;display:flex;flex-direction:column;gap:6px;margin:0!important;padding:18px 20px;border:1px solid var(--prosa-border);border-radius:14px;background:var(--prosa-white);color:var(--prosa-ink)!important;list-style:none!important}.prosa-product-meta li>span{color:var(--prosa-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.prosa-product-meta li>strong{overflow-wrap:anywhere;color:var(--prosa-forest-dark)!important;font-size:16px}.prosa-whatsapp{position:fixed;z-index:110;bottom:24px;display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:8px 17px 8px 9px;border-radius:999px;background:#25d366;color:#fff!important;box-shadow:0 14px 34px #145b2e47;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.prosa-whatsapp--right{right:24px}.prosa-whatsapp--left{left:24px}.prosa-whatsapp:hover{transform:translateY(-3px);color:#fff!important;box-shadow:0 18px 40px #145b2e57}.prosa-whatsapp__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:50%;background:#ffffff29}.prosa-whatsapp__icon svg{width:26px;height:26px}.prosa-whatsapp__label{color:inherit!important;font-size:14px}@media(max-width:991px){.site-header .menu-item-left.menu-items-col.mobile-menu-wrapper{position:fixed!important;z-index:1002!important;inset:0 auto 0 0;width:min(88vw,390px)!important;max-width:390px!important;height:100dvh!important;display:block!important;overflow:hidden;background:var(--prosa-cream)!important;box-shadow:22px 0 55px #1e2e1a33;transform:translate(-105%);visibility:hidden;transition:transform .28s ease,visibility .28s ease}body.active_menu .site-header .menu-item-left.menu-items-col.mobile-menu-wrapper{transform:translate(0);visibility:visible}.header-style-one .mobile-menu-wrapper .menu-close-icon{min-height:82px;display:flex!important;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px!important;border-bottom:1px solid var(--prosa-border);background:var(--prosa-cream)!important;text-align:left}.prosa-mobile-menu-brand{display:block;width:142px}.prosa-mobile-menu-brand img{display:block;width:100%;height:auto}.prosa-mobile-menu-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;padding:0;border:1px solid var(--prosa-border);border-radius:50%;background:var(--prosa-white)}.header-style-one .mobile-menu-wrapper .menu-close-icon svg path{fill:var(--prosa-forest-dark)!important}.header-style-one .mobile-menu-bar{height:calc(100dvh - 82px);padding:14px 22px 32px!important;overflow-y:auto;background:var(--prosa-cream)!important}.header-style-one .mobile-menu-wrapper .mobile-menu-bar>ul{height:auto!important;overflow:visible!important;padding:0!important;background:transparent!important}.site-header.header-style-one .main-navigationbar .main-nav>li{margin:0!important;padding:0!important;border-bottom:1px solid var(--prosa-border)!important}.header-style-one .mobile-menu-wrapper .mobile-menu-bar>ul>li>a,body.active_menu .site-header .main-navigationbar.fixed .mobile-menu-wrapper .main-nav>li>a{min-height:58px;padding:14px 2px;color:var(--prosa-forest-dark)!important;font-size:17px;font-weight:700;letter-spacing:0;text-transform:none}.header-style-one .mobile-menu-wrapper .mobile-menu-bar>ul>li a:hover{color:var(--prosa-clay)!important}body.active_menu .site-header .main-navigationbar.fixed .mobile-menu-wrapper svg path{fill:var(--prosa-forest-dark)!important}.site-header .mobile-menu{display:inline-block!important;width:26px;height:26px}.site-header .mobile-menu .mobile-menu-button div{height:2px;border-radius:3px;background:var(--prosa-forest-dark)!important}.site-header .main-navigationbar.fixed .mobile-menu .mobile-menu-button div{background:#fff!important}.site-header .menu-right{margin-left:auto;gap:8px}.site-header .menu-right>li{margin:0!important}.site-header .menu-right .count-item{display:none}}@media(max-width:767px){.site-header .logo-col,.header-style-one .main-navigationbar .logo-col{max-width:122px!important;flex:0 0 122px!important}.site-header .prosa-header-logo{max-height:38px}.site-header .profile-header{display:none!important}.site-header .navigationbar-row{min-height:70px!important}.site-header .search-header a,.site-header .cart-header a{min-width:38px;min-height:38px}.site-header .cart-header .main-cart{padding:8px 10px!important;border-radius:999px}.pdp-descrp-content .prosa-product-meta{grid-template-columns:1fr}.collection .product-content h5,.prosa-products .product-content h5{min-height:auto;font-size:19px!important}.collection .main-price,.prosa-products .main-price{align-items:flex-start!important;flex-direction:column}.collection .product-form,.collection .product-form form,.collection .product-form__submit.link-btn,.prosa-products .product-form,.prosa-products .product-form form,.prosa-products .product-form__submit.link-btn{width:100%}.prosa-whatsapp{bottom:16px;min-height:54px;padding:7px}.prosa-whatsapp--right{right:16px}.prosa-whatsapp--left{left:16px}.prosa-whatsapp__icon{width:40px;height:40px;flex-basis:40px}.prosa-whatsapp__label{display:none}}.product-listing-section .filter-title h4{margin:0;color:var(--prosa-forest-dark)!important;font-family:var(--first-font)!important;font-size:16px!important;font-weight:800!important;line-height:1.3!important;text-transform:uppercase}.product-listing-section .product-heading-row{background:var(--prosa-cream)!important}.product-listing-section .product-heading-row,.product-listing-section .product-list-row{color:var(--prosa-ink)!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/prosa.css.map */
