.custom-homepage__wrapper{max-width:1600px;width:100%;margin:0 auto;padding:1rem 2rem 0;box-sizing:border-box}.custom-homepage__container{width:100%}.custom-homepage__second-wrapper{max-width:1600px;width:100%;margin:0 auto;padding:2rem 2rem 0;box-sizing:border-box}.custom-homepage__sliders-container{width:100%}.custom-homepage__row{display:flex;flex-wrap:wrap;gap:20px}.custom-homepage__col{width:100%;box-sizing:border-box}.custom-homepage__box{margin-bottom:2rem;padding:1em;box-sizing:border-box;box-shadow:0 0 6px 1px #ccc}.custom-homepage__title--h1{font-weight:700;font-size:26px;line-height:34px;margin:0 20px 10px;text-align:center}.custom-homepage__title--h2{font-size:28px;margin:0rem;text-align:center}.custom-homepage__title--h2 a:hover{text-decoration:underline}.custom-homepage__title--main-h2{font-size:20px;margin-bottom:1rem}.custom-homepage__title--main-h2 a:hover{text-decoration:underline}.custom-homepage__banner img{width:100%;display:block;object-fit:cover;box-shadow:0 0 6px 1px #ccc}.custom-homepage__banner-slider{position:relative}.custom-homepage__banner-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease;z-index:1}.custom-homepage__banner-slide.is-active{position:relative;opacity:1;z-index:2}.custom-homepage__button{margin-top:0}.custom-homepage__button-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.custom-homepage__button-links a{--paper: #f7f7f7;--flap-rgb: 229 238 232;--flap-alpha: .9;--accent: #689170;--seam-h: 58%;position:relative;isolation:isolate;z-index:0;display:block;width:100%;box-sizing:border-box;padding:1rem;background:var(--paper);color:#000;text-align:left;border:1px solid transparent;border-radius:.6rem;overflow:hidden;perspective:900px;transition:border-color .25s ease}.custom-homepage__button-links a:hover{border-color:var(--accent)}.custom-homepage__button-links a:after{content:"";position:absolute;inset:auto 0 0 0;height:calc(var(--seam-h) + 2px);background:linear-gradient(to bottom,#0000001f,#0000 10px),rgba(var(--flap-rgb) / var(--flap-alpha));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;transform:translateY(100%);opacity:0;transition:transform .28s ease-out,opacity .2s ease-out;z-index:-2;pointer-events:none}.custom-homepage__button-links a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;height:var(--seam-h);background:linear-gradient(rgba(var(--flap-rgb) / 1),rgba(var(--flap-rgb) / var(--flap-alpha)));clip-path:polygon(0 0,100% 0,50% 100%);transform-origin:50% 0%;transform:rotateX(-110deg) translateY(-2%);opacity:0;transition:transform .45s cubic-bezier(.2,.7,.2,1) .2s,opacity .2s ease .2s;box-shadow:inset 0 -1px #0000001a,0 14px 18px -12px #0000002e;z-index:-1;pointer-events:none}.custom-homepage__button-links a:hover:after{transform:translateY(0);opacity:1}.custom-homepage__button-links a:hover:before{transform:rotateX(0) translateY(0);opacity:1}@media (prefers-reduced-motion: reduce){.custom-homepage__button-links a:before,.custom-homepage__button-links a:after{transition:none}}.custom-homepage__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.custom-homepage__slider-wrapper{position:relative;overflow:hidden;margin:0 auto;padding:0rem 1rem;background:none;height:200px}.custom-homepage__slider-row{display:flex;justify-content:flex-start;align-items:center;overflow:hidden;scroll-behavior:smooth;height:100%}.custom-homepage__slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:linear-gradient(135deg,#444c,#222c);border:none;color:#fff;font-size:28px;width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;border-radius:50%;box-shadow:0 4px 6px #0000004d;transition:transform .3s ease,background .3s ease}.custom-homepage__slider-arrow:hover{background:linear-gradient(135deg,#333,#111);transform:translateY(-50%) scale(1.1)}.custom-homepage__slider-arrow--left{left:10px}.custom-homepage__slider-arrow--right{right:10px}.custom-homepage__slider-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;background:#fff;box-sizing:border-box;margin:0 5px;transform:scale(.9);transition:transform .3s ease,box-shadow .3s ease;z-index:1}.custom-homepage__slider-item.center{transform:scale(1.1);z-index:2;box-shadow:0 8px 20px #00000026}.custom-homepage__slider-item:not(.center):hover{transform:scale(1.05)}.custom-homepage__slider-item img{min-width:300px;object-fit:contain;display:block;margin:0 auto}.custom-homepage__center .btn{font-size:1.8rem;line-height:1.4;font-weight:500;padding:0!important}.custom-homepage__collapsible-content,.collapsible-content{position:relative}.collapsible-content h2{font-size:24px}.collapsible-content h3{font-size:20px}.collapsible-content.collapsed{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.collapsible-content.collapsed:after{content:"";position:absolute;bottom:0;left:0;height:8em;width:100%;pointer-events:none;background:linear-gradient(#fff0,#fff);z-index:5}.collapsible-content:not(.collapsed):after{content:none}.toggle-content-btn{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#fff;box-shadow:0 0 6px 1px #ccc;font-size:3em;color:#333;cursor:pointer;z-index:10;padding:0 1rem;transition:transform .3s ease}.toggle-content-btn:hover{transform:translate(-50%) scale(1.1)}.custom-etrusted-homepage-widget{max-width:1600px;margin-top:0!important;margin-bottom:2rem!important}@media (min-width: 1400px){.custom-homepage__button-links{grid-template-columns:repeat(5,1fr)}}@media (min-width: 992px){.custom-homepage__slider-wrapper .custom-homepage__slider-item{flex:0 0 calc((100% - 40px)/5)}.custom-homepage__col--left,.custom-homepage__col--right{width:calc(50% - 10px)}}@media (max-width: 1400px){.custom-homepage__button-links{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.custom-homepage__title--h1{font-size:23px;line-height:30px}.custom-homepage__button-links{grid-template-columns:repeat(3,1fr)}.custom-homepage__button-links a{font-size:14px}.custom-homepage__slider-item{flex:0 0 calc((100% - 30px)/4)}}@media (max-width: 992px){.custom-homepage__title--h1{font-size:20px;line-height:30px}.custom-homepage__row{flex-direction:column}.custom-homepage__col--left{border-inline-end:none}.custom-homepage__col--right{order:-1}.custom-homepage__button-links{grid-template-columns:repeat(2,1fr)}.custom-homepage__second-wrapper{padding:0 2rem}.custom-homepage__slider-item{flex:0 0 calc((100% - 2 * 10px) / 3)}}@media (max-width: 768px){.custom-homepage__wrapper{padding:1em 1em 0}.custom-homepage__title--h1{font-size:18px;line-height:28px}.custom-homepage__suggestions-slider{height:200px}.custom-homepage__slider-wrapper{height:150px}.custom-homepage__slider-item{height:100%}}@media (max-width: 576px){.custom-homepage__wrapper{padding:1em 0 0}.custom-homepage__title--h1{font-size:16px;line-height:24px}.custom-homepage__suggestions-slider{height:150px}.custom-homepage__button-links a{flex:1 1 auto;white-space:normal}.custom-homepage__col--right,.custom-homepage__col--left{padding:0 2rem}.custom-homepage__slider-item{flex:0 0 100%}}
/*# sourceMappingURL=/cdn/shop/t/419/assets/custom-homepage.css.map */
