.custom-products{--soil: #262615;--night: #000;--ash: #b3b1ac;--day: #f4f4f4;--sand: #eeebe5;padding:0 0 45px}@media(max-width: 767.98px){.custom-products{padding:0}}.custom-products__container.is-title{margin-top:32px}@media(max-width: 767.98px){.custom-products__container.is-title{margin-top:0}.custom-products__container.is-title .custom-products__title{margin-bottom:30px}}.custom-products__title{font-family:var(--ps-times-regular);font-weight:350;font-size:80px;line-height:100%;color:var(--soil);margin:0}@media(max-width: 767.98px){.custom-products__title{font-size:56px}}.custom-products__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;padding-top:32px}@media(max-width: 1203.98px){.custom-products__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767.98px){.custom-products__grid{grid-template-columns:repeat(1, 1fr);padding-top:0;padding-bottom:45px;gap:24px}}.custom-products__item{background:#f9f8f6;border-radius:11px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease}.custom-products__image-wrapper{position:relative;overflow:hidden;padding-bottom:58%}@media(max-width: 767.98px){.custom-products__image-wrapper{padding-bottom:73.5%}}.custom-products__image-wrapper img{position:absolute;inset:0;width:100%;height:100%;display:block;border-top-left-radius:11px;border-top-right-radius:11px;-o-object-fit:cover;object-fit:cover}.custom-products__badge{position:absolute;inset:none;left:21px;bottom:21px;max-width:70px;height:auto}.custom-products__badge img{position:static;width:100%;height:auto}.custom-products__content{padding:22px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;background:var(--sand)}@media(max-width: 767.98px){.custom-products__content{padding:25px 17px}}.custom-products__name{font-weight:500;font-size:31px;line-height:130%;letter-spacing:-0.02em;color:var(--soil);margin:0 0 16px}@media(max-width: 767.98px){.custom-products__name{font-size:28px;line-height:120%;letter-spacing:-0.01em}}.custom-products__desc{font-weight:400;font-size:15px;line-height:130%;color:var(--soil);margin:0 0 23px}@media(max-width: 767.98px){.custom-products__desc{font-weight:500;font-size:14px;line-height:120%;color:var(--soil);margin:0 0 16px}}.custom-products__button{width:-moz-fit-content;width:fit-content;display:inline-block;padding:10px 20px;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-0.01em;text-align:center;color:var(--day);text-decoration:none;background:var(--night);border-radius:34px;transition:background .3s ease}@media(max-width: 767.98px){.custom-products__button{width:100%;font-size:15px;padding:16px 20px;min-height:48px}}.custom-products__button:hover{opacity:.8}.custom-products.is-hidden{opacity:0;visibility:hidden;height:0;margin:0;padding:0;overflow:hidden;transition:opacity .4s ease,visibility .4s ease,height .4s ease}.custom-products.is-visible{opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}