:root{--base:#fff;--primary:#f7a700;--secondary:#000;--shadow:#9aa4b2;--shadow-dark:#364152;--tone:#8f8f8f;--tone-light:#f6f6f6;--tone-light2:#f9fafb;--neutral:#fcfcfc;--neutral-light:#f8fafc;--sunny:#ffedc5;--foreground:#1a1a1a;--foreground2:#1d1e20;--foreground3:#111322;--foreground-dark:#101828;--foreground-gray:#3b3d41;--foreground-tone:#121926;--gray:#9e9e9e;--gray-variation:#ccc;--gray-variation2:#eaecf0;--gray-dark:#f3f3f3;--gray-modern:#697586;--gray-darker:#202936;--font-default-regular:"Roboto Regular",sans-serif;--font-default-bold:"Roboto Bold",sans-serif;--font-default-medium:"Roboto Medium",sans-serif;--font-default-semibold:"Roboto Semibold",sans-serif;--font-secondary-regular:"Inter Regular",sans-serif;--font-var-regular:"Barlow Regular",sans-serif;--font-var-semibold:"Barlow Semibold",sans-serif;--font-var-bold:"Barlow Bold",sans-serif;--font-var-extrabold:"Barlow Extrabold",sans-serif;--font-din-condensed-bold:"Dinot CondBold",sans-serif;--font-price:RobotoCondensed-Bold,"Roboto Condensed",Roboto;--btn-primary-bg:var(--primary) !important;--btn-primary-hover:var(--base) !important;--font-default:1.6rem;--line-height-default:2.4rem;--font-heading1:5.6rem;--line-height-heading1:6rem;--font-heading2:4.8rem;--line-height-heading2:5.2rem;--font-heading3:3.2rem;--line-height-heading3:3.6rem;--font-heading4:2.4rem;--line-height-heading4:3rem}.products-grid-section{padding:6rem 0;background-color:var(--tone-light)}.products-grid-section .products-grid-title{font-family:var(--font-var-bold);font-size:var(--font-heading2);line-height:var(--line-height-heading2);color:var(--text-dark);margin-bottom:2rem;text-align:left}@media(max-width:991px){.products-grid-section{padding:4rem 0}.products-grid-section .products-grid-title{font-size:3.2rem;line-height:3.6rem;margin-bottom:1.5rem}}.products-grid-section .products-grid-subtitle{font-size:2.8rem;line-height:var(--line-height-default);color:var(--text-dark);margin-bottom:4rem;text-align:left}@media(min-width:992px){.products-grid-section .container{max-width:1240px}.products-grid-section .swiper-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:3rem}}@media(max-width:991px){.products-grid-section .products-grid-subtitle{margin-bottom:3rem;font-size:2.2rem;line-height:2rem}.products-grid-section .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.products-grid-section .swiper-wrapper .swiper-slide{height:auto}.products-grid-section .product-item{width:100%}}@media(min-width:992px){.products-grid-section .product-item{display:-webkit-box;display:-ms-flexbox;display:flex}}.products-grid-section .product-card{background-color:var(--base);border-radius:1.6rem;padding:3rem 2rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:.3s;transition:.3s}.products-grid-section .product-card.product-card-link{text-decoration:none;color:inherit;cursor:pointer}.products-grid-section .product-card.product-card-link:hover{text-decoration:none;-webkit-transform:translateY(-.5rem);-ms-transform:translateY(-.5rem);transform:translateY(-.5rem);-webkit-box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1)}.products-grid-section .product-card.product-card-link:focus{outline:2px solid var(--primary);outline-offset:2px}@media(min-width:1200px){.products-grid-section .product-card{padding:4rem 3rem}}@media(max-width:991px){.products-grid-section .product-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:2.5rem 2rem;margin:0 auto;width:100%}}.products-grid-section .product-card .product-image{margin-bottom:2.5rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.products-grid-section .product-card .product-image picture{display:block;width:100%}.products-grid-section .product-card .product-image picture img{height:auto;max-height:20rem;-o-object-fit:contain;object-fit:contain;width:100%}@media(max-width:991px){.products-grid-section .product-card .product-image{margin-bottom:2rem}.products-grid-section .product-card .product-image picture img{max-height:15rem}}.products-grid-section .product-card .product-content{font-size:var(--font-default);line-height:var(--line-height-default);color:var(--text-dark);margin-bottom:2.5rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}.products-grid-section .product-card .product-content h3{font-family:var(--font-var-bold);font-size:var(--font-heading4);line-height:var(--line-height-heading4);margin-bottom:1.5rem;color:var(--text-dark)}@media(max-width:991px){.products-grid-section .product-card .product-content h3{font-size:2rem;line-height:2.4rem;margin-bottom:1rem}.products-grid-section .product-card .product-content{font-size:1.6rem;margin-bottom:2rem}}.products-grid-section .product-card .product-content p{margin-bottom:1rem;color:var(--gray-modern)}.products-grid-section .product-card .product-content p:last-child{margin-bottom:0}.products-grid-section .products-grid-swiper-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;height:4.8rem}@media(min-width:992px){.products-grid-section .products-grid-swiper-controls{display:none}}.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-next,.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-prev{width:4.8rem;height:4.8rem;background:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border:2px solid var(--secondary)}.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-next::after,.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-prev::after{font-size:1.6rem;color:var(--primary)}.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-prev{margin-right:1.2rem}.products-grid-section .products-grid-swiper-controls .products-grid-swiper-button-next{margin-left:1.2rem}.products-grid-section .products-grid-swiper-controls .products-grid-swiper-pagination{font-size:1.8rem;margin:0 1.2rem;font-weight:700;color:var(--text-dark);min-width:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width:991px){.products-grid-section .products-grid-swiper-controls .products-grid-swiper-pagination{margin:0 .2rem}}