.dp{--brand:#495F2F;--accent:#63803F;--ink:#2B2622;--muted:#6E655C;--cream:#FAF6F1;--line:#E9DFD4;color:var(--ink);-webkit-font-smoothing:antialiased}.dp *,.dp *:before,.dp *:after{box-sizing:border-box}.dp h2{font-size:clamp(1.6rem,3.4vw,2.4rem);line-height:1.15;margin:0 0 .6rem;letter-spacing:-.01em;color:var(--brand)}.dp h3{font-size:1.06rem;line-height:1.3;margin:0 0 .35rem;color:var(--brand)}.dp p{margin:0 0 .8rem;line-height:1.6;color:var(--muted)}.dp .dp-lead{font-size:1.02rem;max-width:62ch}.dp .dp-eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);font-weight:600;margin-bottom:.7rem}.dp.dp-center,.dp .dp-center{text-align:center}.dp.dp-center .dp-lead,.dp .dp-center .dp-lead{margin-inline:auto}.dp .dp-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--brand);color:#fff;text-decoration:none;padding:.85rem 1.7rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:background .2s,transform .2s}.dp .dp-btn:hover{background:#394a25;transform:translateY(-1px);color:#fff}.dp .dp-btn--ghost{background:transparent;color:var(--brand);box-shadow:inset 0 0 0 1.5px var(--brand)}.dp .dp-btn--ghost:hover{background:var(--brand);color:#fff}.dp-hero{position:relative;overflow:hidden;background:var(--cream)}.dp-hero__track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.dp-hero__slide{min-width:100%;flex:0 0 100%}.dp-hero__slide a{display:block;line-height:0}.dp-hero__slide img{width:100%;display:block;object-fit:cover;aspect-ratio:16/9}@media(max-width:749px){.dp-hero__slide img{aspect-ratio:4/5}}.dp-hero__dots{position:absolute;left:0;right:0;bottom:14px;display:flex;gap:7px;justify-content:center;z-index:2}.dp-hero__dot{width:8px;height:8px;border-radius:99px;border:0;padding:0;cursor:pointer;background:#fff9;box-shadow:0 1px 3px #00000040;transition:width .25s,background .25s}.dp-hero__dot[aria-current=true]{background:#fff;width:22px}.dp-hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:50%;border:0;background:#ffffffd1;cursor:pointer;color:var(--ink);font-size:20px;line-height:1;display:grid;place-items:center;opacity:0;transition:opacity .25s}.dp-hero:hover .dp-hero__nav{opacity:1}.dp-hero__nav:focus-visible{opacity:1}.dp-hero__nav--prev{left:14px}.dp-hero__nav--next{right:14px}@media(max-width:749px){.dp-hero__nav{display:none}}.dp-trust{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-block:1px solid var(--line);padding-block:1.4rem}.dp-trust__item{display:flex;align-items:center;gap:.7rem;font-size:.9rem}.dp-trust__item strong{display:block;font-weight:650;color:var(--brand);letter-spacing:-.005em}.dp-trust__sub{display:block;font-size:.8rem;color:var(--muted);margin-top:.1rem}.dp-trust__ico{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--brand);display:grid;place-items:center;box-shadow:inset 0 0 0 1.5px var(--line)}.dp-trust__ico svg{width:20px;height:20px}@media(max-width:989px){.dp-trust{grid-template-columns:repeat(2,1fr);gap:1.1rem}}@media(max-width:479px){.dp-trust{grid-template-columns:1fr}}.dp-vid{position:relative;overflow:hidden;background:var(--cream)}.dp-vid video{width:100%;display:block;object-fit:cover;aspect-ratio:16/9}@media(max-width:749px){.dp-vid video{aspect-ratio:4/5}}.dp-vid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.5rem;pointer-events:none;background:linear-gradient(180deg,#00000029,#0000004d)}.dp .dp-vid__overlay h2{margin:0;color:#fff;text-align:center;font-weight:500;font-size:clamp(1.3rem,3.2vw,2.4rem);line-height:1.2;letter-spacing:-.01em;text-shadow:0 2px 18px rgba(0,0,0,.4)}.dp-fp{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.dp-fp__text{background:var(--cream);display:grid;align-content:center;padding:clamp(2rem,5vw,4rem)}.dp .dp-fp__text h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.1;margin:0 0 .8rem}.dp-fp__price{display:flex;align-items:baseline;gap:.6rem;margin:0 0 1.6rem;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:600;color:var(--brand)}.dp-fp__price s{font-size:.72em;font-weight:400;color:#9a9189}.dp-fp__btns{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.dp-fp__btn{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:.6rem;font-size:.92rem;font-weight:600;line-height:1.25;text-decoration:none;cursor:pointer;font-family:inherit;border:0;transition:transform .2s,background .2s,box-shadow .2s}.dp-fp__btn:hover{transform:translateY(-2px)}.dp-fp__btn--solid{background:var(--brand);color:#fff}.dp-fp__btn--solid:hover{background:#394a25;color:#fff}.dp-fp__btn--ghost{background:transparent;color:var(--brand);box-shadow:inset 0 0 0 1.5px var(--line)}.dp-fp__btn--ghost:hover{box-shadow:inset 0 0 0 1.5px var(--brand)}.dp-fp__media{margin:0;background:var(--cream)}.dp-fp__media img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:1}@media(max-width:899px){.dp-fp{grid-template-columns:1fr}.dp-fp__media{order:-1}}.dp-fstrip{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,3rem);text-align:center}.dp-fstrip__item{display:grid;justify-items:center;gap:.9rem}.dp-fstrip__item svg{width:28px;height:28px;color:var(--accent)}.dp-fstrip__item p{margin:0;font-size:.98rem;line-height:1.5;max-width:26ch;color:var(--muted)}@media(max-width:749px){.dp-fstrip{grid-template-columns:1fr;gap:2rem}}.dp-ups{border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1.1rem}.dp-ups__title{margin:0 0 .7rem;font-size:.95rem;font-weight:650;color:var(--brand)}.dp-ups__item{display:flex;align-items:center;gap:.8rem;padding:.65rem 0}.dp-ups__item+.dp-ups__item{border-top:1px solid var(--line)}.dp-ups__img{flex:0 0 auto;width:56px;height:56px;border-radius:8px;overflow:hidden;background:var(--cream)}.dp-ups__img img{width:100%;height:100%;object-fit:cover;display:block}.dp-ups__info{flex:1;min-width:0}.dp-ups__name{display:block;font-size:.88rem;line-height:1.3;color:var(--ink);text-decoration:none}.dp-ups__name:hover{color:var(--brand)}.dp-ups__price{display:block;margin-top:.15rem;font-size:.88rem;font-weight:700;color:var(--brand)}.dp-ups__price s{font-weight:400;color:#9a9189;margin-right:.35rem}.dp-ups__form{flex:0 0 auto;margin:0}.dp-ups__btn{border:0;cursor:pointer;background:var(--brand);color:#fff;padding:.55rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;font-family:inherit;white-space:nowrap;transition:background .2s}.dp-ups__btn:hover{background:#394a25}@media screen and (max-width:749px){.cart-page:has(.dp-ups) .cart-page__title{order:1}.cart-page:has(.dp-ups) .cart-page__items{order:2}.cart-page:has(.dp-ups) .cart-page__more-blocks{order:3}.cart-page:has(.dp-ups) .cart-page__summary{order:4}}.dp-collhead{display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap}.dp-collhead h1{margin:0}.dp-collhead__count{font-size:1rem;color:var(--muted);white-space:nowrap}.dp-collsearch{margin:1.4rem 0 0;width:min(330px,100%)}.dp-collsearch__input{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.85rem 1rem;font:inherit;font-size:.95rem;color:var(--ink)}.dp-collsearch__input::placeholder{color:#a79e94}.dp-collsearch__input:focus{outline:none;border-color:var(--accent)}.product-grid__item .card-gallery{position:relative;background:#faf6f1}.product-grid__item [class*=dp_vendor] p{font-size:.8rem;line-height:1.2;color:#6e655c}.product-grid__item [class*=product_title_] p{font-size:1.02rem;font-weight:650;line-height:1.35;color:#2b2622}.product-grid__item product-price [ref=priceContainer]{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;margin-top:.5rem}.product-grid__item product-price .compare-at-price{font-size:.95rem;font-weight:400;color:#a79e94;text-decoration:line-through}.product-grid__item product-price .price{font-weight:700}.product-grid__item button.quick-add__button{position:absolute;inset-inline:0;inset-block-end:0;width:100%;max-inline-size:100%;height:auto;display:flex;align-items:center;justify-content:center;gap:0;background:#495f2f;color:#fff;border:0;border-radius:0;padding:.9rem .5rem;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:0;translate:0 100%}.product-grid__item .quick-add__button>.add-to-cart-icon{display:none}.product-grid__item product-card:is(:hover,:focus-within) button.quick-add__button{opacity:1;translate:0 0}.product-grid__item button.quick-add__button:is(:hover,:focus-visible){width:100%;padding-inline-end:.5rem;scale:1;background:#394a25}.product-grid__item button.quick-add__button[data-added=true]{width:100%}@media(max-width:749px){.product-grid__item button.quick-add__button{opacity:1;translate:0 0;padding:.75rem .4rem;font-size:.7rem;letter-spacing:.06em}}.dp-why{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.dp-why__media{border-radius:18px;overflow:hidden;background:var(--cream)}.dp-why__media img{width:100%;display:block;aspect-ratio:1;object-fit:cover}.dp-feat{list-style:none;margin:1.2rem 0 1.6rem;padding:0;display:grid;gap:.85rem}.dp-feat li{display:flex;gap:.7rem;align-items:flex-start;font-size:.94rem;line-height:1.5;color:var(--muted)}.dp-feat svg{flex:0 0 auto;width:19px;height:19px;margin-top:.15rem;color:var(--brand)}.dp-feat strong{color:var(--brand);font-weight:650}@media(max-width:749px){.dp-why{grid-template-columns:1fr}}.dp-pcHead{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem}.dp-pcHead h2{margin:0;flex:1;text-align:center}.dp-pcHead__all{flex:0 0 auto;white-space:nowrap;text-decoration:none;color:var(--muted);font-size:.9rem;font-weight:600;transition:color .2s}.dp-pcHead__all:hover{color:var(--brand)}.dp-pc{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.dp-pc__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px}.dp-pc__media{display:block;border-radius:6px;overflow:hidden;background:var(--cream)}.dp-pc__media img{width:100%;display:block;aspect-ratio:1;object-fit:cover;transition:transform .4s}.dp-pc__card:hover .dp-pc__media img{transform:scale(1.04)}.dp-pc__title{margin:.9rem 0 .4rem;text-align:center;text-decoration:none;color:var(--ink);font-size:.95rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dp-pc__title:hover{color:var(--brand)}.dp-pc__price{text-align:center;margin-bottom:.9rem;line-height:1.45}.dp-pc__price s{display:block;font-size:.86rem;color:#9a9189}.dp-pc__price strong{font-size:1.2rem;font-weight:700;color:var(--brand)}.dp-pc__form{margin:auto 0 2px auto;width:100%}.dp-pc__btn{width:100%;border:0;cursor:pointer;background:var(--brand);color:#fff;padding:.85rem 1rem;border-radius:8px;font-weight:600;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;font-family:inherit;transition:background .2s}.dp-pc__btn:hover{background:#394a25}@media(max-width:989px){.dp-pc{grid-template-columns:repeat(2,1fr)}.dp-pcHead{flex-direction:column;align-items:center}}@media(max-width:479px){.dp-pc{grid-template-columns:1fr}}.dp-cmp{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.6rem auto 0;max-width:760px}.dp-cmp img{width:100%;display:block;border-radius:14px;aspect-ratio:1;object-fit:cover;background:var(--cream)}@media(max-width:749px){.dp-cmp{grid-template-columns:1fr;max-width:400px}}.dp-rev{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem;margin-top:1.8rem;text-align:left}.dp-rev__card{background:var(--cream);border-radius:18px;padding:1.6rem 1.7rem;display:flex;flex-direction:column;gap:.6rem;margin:0}.dp-rev__stars{display:flex;gap:2px;color:var(--accent)}.dp-rev__stars svg{width:16px;height:16px}.dp-rev__card h3{margin:0}.dp-rev__card p{margin:0;color:var(--muted);line-height:1.65;font-size:.95rem}.dp-rev__who{display:flex;align-items:center;gap:.55rem;margin-top:.35rem;font-size:.85rem;font-weight:600;color:var(--brand)}.dp-rev__av{width:30px;height:30px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:700;letter-spacing:.02em}.dp-rev__ok{font-weight:500;color:var(--muted)}@media(max-width:749px){.dp-rev{grid-template-columns:1fr}}.dp-faq{max-width:760px;margin:1.6rem auto 0;text-align:left}.dp-faq details{border-bottom:1px solid var(--line)}.dp-faq summary{list-style:none;cursor:pointer;padding:1.05rem 2.2rem 1.05rem 0;position:relative;font-weight:600;font-size:1rem;line-height:1.4;color:var(--brand)}.dp-faq summary::-webkit-details-marker{display:none}.dp-faq summary:after{content:"";position:absolute;right:.35rem;top:1.45rem;width:9px;height:9px;border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(45deg);transition:transform .25s}.dp-faq details[open] summary:after{transform:rotate(-135deg);top:1.7rem}.dp-faq .dp-faq__a{padding:0 2.2rem 1.15rem 0;color:var(--muted);line-height:1.65;font-size:.95rem}.dp-cta{background:var(--cream);border-radius:22px;padding:clamp(2rem,5vw,3.6rem);text-align:center}.dp-cta h2{margin-bottom:.5rem}.dp-cta p{margin-inline:auto}.dp-cta__note{display:block;margin-top:1rem;font-size:.83rem;color:var(--muted)}.dp-seo{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.8rem,5vw,4rem);align-items:center;border-top:1px solid var(--line);padding-top:clamp(1.8rem,4vw,2.8rem)}.dp-seo__body{text-align:left;max-width:60ch}.dp-seo h2{font-size:clamp(1.3rem,2.3vw,1.75rem);margin-bottom:.85rem}.dp-seo p{font-size:.94rem;line-height:1.8;color:var(--muted)}.dp-seo p:last-child{margin-bottom:0}.dp-seo__media{margin:0;border-radius:18px;overflow:hidden;background:var(--cream);box-shadow:0 18px 40px -24px #2b262273}.dp-seo__media img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover}@media(max-width:899px){.dp-seo{grid-template-columns:1fr;gap:1.8rem}.dp-seo__body{max-width:none}.dp-seo__media img{aspect-ratio:16/10}}.dp-phero{display:grid;grid-template-columns:1fr .8fr;gap:clamp(2rem,5vw,4rem);align-items:center}.dp-phero h1{font-size:clamp(2rem,4.5vw,3.1rem);line-height:1.08;margin:0 0 .9rem;letter-spacing:-.02em;color:var(--brand)}.dp-phero__lead{font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:52ch;margin:0}.dp-phero__media{margin:0;border-radius:22px;overflow:hidden;background:var(--cream);box-shadow:0 24px 50px -30px #2b262280}.dp-phero__media img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover}@media(max-width:899px){.dp-phero{grid-template-columns:1fr}.dp-phero__media img{aspect-ratio:16/10}}.dp-rte{max-width:70ch;margin-inline:auto;text-align:left}.dp-rte>:first-child{margin-top:0}.dp-rte h2{font-size:clamp(1.45rem,2.8vw,1.95rem);line-height:1.2;margin:0 0 .9rem;color:var(--brand)}.dp-rte h3{font-size:1.16rem;margin:2.5rem 0 .65rem;padding-top:1.5rem;border-top:1px solid var(--line);color:var(--brand)}.dp-rte p{font-size:1rem;line-height:1.8;color:var(--muted);margin:0 0 1.05rem}.dp-rte strong{color:var(--ink);font-weight:650}.dp-rte a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.dp-rte a:hover{color:#394a25}.dp-rte ul{margin:0 0 1.05rem;padding:0;list-style:none;display:grid;gap:.75rem}.dp-rte ul li{position:relative;padding-left:1.6rem;line-height:1.7;color:var(--muted)}.dp-rte ul li:before{content:"";position:absolute;left:.35rem;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.dp-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:left}.dp-card{background:var(--cream);border-radius:18px;padding:1.5rem 1.4rem;margin:0}.dp-card__ico{width:38px;height:38px;border-radius:50%;background:#fff;color:var(--brand);display:grid;place-items:center;margin-bottom:.9rem;box-shadow:inset 0 0 0 1.5px var(--line)}.dp-card__ico svg{width:19px;height:19px}.dp-card h3{margin:0 0 .3rem;font-size:1rem}.dp-card p{margin:0;font-size:.88rem;line-height:1.6}@media(max-width:989px){.dp-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:539px){.dp-cards{grid-template-columns:1fr}}.dp-faqp{display:grid;grid-template-columns:.3fr 1fr;gap:clamp(1.8rem,5vw,3.5rem);align-items:start}.dp-faqp__nav{position:sticky;top:120px;display:grid;gap:.15rem}.dp-faqp__nav a{display:block;padding:.62rem .9rem;border-radius:10px;text-decoration:none;font-size:.92rem;font-weight:600;color:var(--muted);transition:background .2s,color .2s}.dp-faqp__nav a:hover{background:var(--cream);color:var(--brand)}.dp-faqp__group{margin:0 0 2.6rem;scroll-margin-top:130px}.dp-faqp__group:last-of-type{margin-bottom:0}.dp-faqp__group h2{font-size:1.28rem;margin:0 0 .6rem}.dp-faqp .dp-faq{max-width:none;margin-top:0}.dp-faqp__foot{margin-top:2.4rem;background:var(--cream);border-radius:18px;padding:1.6rem 1.8rem;text-align:left}.dp-faqp__foot h3{margin:0 0 .3rem}.dp-faqp__foot p{margin:0 0 1rem;font-size:.94rem}@media(max-width:899px){.dp-faqp{grid-template-columns:1fr}.dp-faqp__nav{position:static;grid-auto-flow:column;justify-content:start;overflow-x:auto;gap:.45rem;padding-bottom:.3rem}.dp-faqp__nav a{white-space:nowrap;background:var(--cream)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/dekorapet.css.map */
