.products-recommendation{position:relative;width:100%;padding:80px 120px;background-color:#f9f8f6;overflow-x:hidden;box-sizing:border-box}@media(max-width: 1280px){.products-recommendation{padding:60px 48px}}@media(max-width: 1024px){.products-recommendation{padding:40px 32px}}@media(max-width: 768px){.products-recommendation{padding:24px 16px}}.products-recommendation__container{max-width:1440px;margin:0 auto;width:100%}.products-recommendation__header{width:100%;margin-bottom:48px}@media(max-width: 768px){.products-recommendation__header{margin-bottom:20px}}.products-recommendation__title{font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:1rem;font-weight:700;line-height:1.4em;letter-spacing:.0469em;text-transform:uppercase;color:#212121;text-align:left;margin:0}@media(max-width: 1024px){.products-recommendation__title{font-size:1rem}}@media(max-width: 768px){.products-recommendation__title{line-height:1.4em;letter-spacing:normal;text-align:left}}.products-recommendation__body{width:100%;display:flex;flex-direction:column}.products-recommendation__grid{display:grid;grid-template-columns:repeat(4, 1fr);align-items:stretch;gap:16px;width:100%}@media(max-width: 1024px){.products-recommendation__grid{grid-template-columns:repeat(2, 1fr);gap:16px}}@media(max-width: 768px){.products-recommendation__grid{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}.products-recommendation__grid.is-centered{justify-content:center}.products-recommendation__grid::-webkit-scrollbar{display:none}}.products-recommendation__card-wrapper{display:flex;flex-direction:column;min-width:0;width:100%}@media(max-width: 768px){.products-recommendation__card-wrapper{flex:0 0 100%;width:100%;max-width:100%;scroll-snap-align:start;height:auto}}.products-recommendation__dots{display:none}@media(max-width: 768px){.products-recommendation__dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;height:12px;width:100%}}.products-recommendation__dot{appearance:none;-webkit-appearance:none;border:none;outline:none;padding:0;margin:0;width:6px;height:6px;border-radius:50%;background-color:#b3b3b3;cursor:pointer;transition:transform .25s ease,background-color .25s ease}.products-recommendation__dot--active{background-color:#000;transform:scale(1.3333)}.products-recommendation__card.product-card{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;border:1px solid #d7d7d7;border-radius:0;padding:0;overflow:hidden;box-sizing:border-box}@media(max-width: 768px){.products-recommendation__card.product-card{flex-direction:row;align-items:center;gap:12px;height:auto;background-color:rgba(0,0,0,0);border:none;border-radius:0;padding:0;overflow:visible}}.products-recommendation__card.product-card .product-card__image-container{position:relative;width:100%;height:360px;overflow:hidden;margin-bottom:0;background-color:#f4f4f4}@media(max-width: 1024px){.products-recommendation__card.product-card .product-card__image-container{height:280px}}@media(max-width: 768px){.products-recommendation__card.product-card .product-card__image-container{width:140px;height:140px;flex:0 0 140px;border-radius:0;aspect-ratio:1/1}}.products-recommendation__card.product-card .product-card__content{display:flex;flex-direction:column;flex:1 1 auto;padding:16px;gap:12px}@media(max-width: 768px){.products-recommendation__card.product-card .product-card__content{padding:0;justify-content:center;min-width:0;gap:8px}}.products-recommendation__card.product-card .product-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;width:100%}.products-recommendation__card.product-card .product-card__title{font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:.9375rem;font-weight:400;line-height:1.3em;color:#212121;margin:0;flex:1}@media(max-width: 1024px){.products-recommendation__card.product-card .product-card__title{font-size:1rem}}@media(max-width: 768px){.products-recommendation__card.product-card .product-card__title{font-size:.9375rem;line-height:18px}}.products-recommendation__card.product-card .product-card__title a{color:inherit;text-decoration:none}.products-recommendation__card.product-card .product-card__title a:hover{opacity:.8}.products-recommendation__card.product-card .product-card__reviews{display:flex;align-items:center;gap:8px}.products-recommendation__card.product-card .product-card__stars{display:flex;align-items:center;gap:3.5px;color:#212121}.products-recommendation__card.product-card .product-card__star-icon{width:14px;height:14px;flex-shrink:0}.products-recommendation__card.product-card .product-card__review-count{font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:.75rem;font-weight:400;line-height:16px;color:#212121}.products-recommendation__card.product-card .product-card__price{font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:.9375rem;font-weight:400;line-height:19.6px;flex-shrink:0;white-space:nowrap}@media(max-width: 768px){.products-recommendation__card.product-card .product-card__price{font-size:.9375rem}}.products-recommendation__card.product-card .product-card__variants-info{font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:.875rem;font-style:italic;font-weight:400;line-height:19.6px;color:#212121}.products-recommendation__card.product-card .product-card__action{width:100% !important;max-width:100% !important;margin-top:auto}.products-recommendation__card.product-card .product-card__form{width:100% !important;max-width:100% !important;margin:0}.products-recommendation__card.product-card .product-card__btn{display:flex;align-items:center;justify-content:center;width:100% !important;max-width:100% !important;min-height:48px;height:48px;padding:10px 12px;background-color:#000;color:#fff;font-family:var(--FONT-STACK-BODY, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:1rem;font-weight:500;line-height:15px;letter-spacing:0;text-transform:uppercase;border:1px solid #212121;border-radius:0;cursor:pointer;text-align:center;text-decoration:none;box-sizing:border-box;transition:background-color .25s ease,color .25s ease,border-color .25s ease}@media(hover: hover)and (min-width: 769px){.products-recommendation__card.product-card .product-card__btn:hover{background-color:#fff;color:#000;border-color:#000}}@media(max-width: 768px){.products-recommendation__card.product-card .product-card__btn{min-height:38px;height:38px;font-size:.6875rem;letter-spacing:.1182em;font-weight:400;padding:10px 12px}}
