.recommended-products{width:100%}.recommended-products__header{text-align:center;margin-block:24px}.recommended-products__title{font-family:Poppins,sans-serif;font-weight:500;font-size:24px;line-height:32px;color:#3d3d3d;margin:0 0 8px}.recommended-products__subtitle{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#424242;margin:0}.recommended-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:900px){.recommended-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.recommended-products__grid{grid-template-columns:1fr;gap:16px}}.rec-card{background:#fff;border:1px solid rgba(66,66,66,.2);border-radius:4px;padding:8px;display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box;contain:layout}.rec-card--skeleton{pointer-events:none}.rec-card__skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:rec-skeleton-shimmer 1.5s ease-in-out infinite}.rec-card__skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:rec-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}.rec-card__skeleton-text--title{width:100%;height:36px}.rec-card__skeleton-text--price{width:60%;height:20px}.rec-card__skeleton-box--button{width:100%;height:34px;border-radius:2px}@keyframes rec-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rec-card__left,.rec-card__right{display:contents}.rec-card__image-link{display:block;text-decoration:none;flex-shrink:0;width:100%}.rec-card__image-wrapper{position:relative;width:100%;height:0;padding-bottom:100%;aspect-ratio:1 / 1;border:1px solid rgba(66,66,66,.2);border-radius:4px;overflow:hidden;background:#fafafa;flex-shrink:0;contain:strict}.rec-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .15s ease}.rec-card__image.is-loading{opacity:.5}.rec-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.rec-card__swatches{display:flex;justify-content:center;align-items:center;gap:9px;height:20px;min-height:20px;max-height:20px;flex-wrap:nowrap;flex-shrink:0;width:100%;box-sizing:border-box}.rec-card__swatches--empty{height:20px;min-height:20px}.rec-card__swatches--siblings{gap:9px}.rec-card__swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(66,66,66,.3);cursor:pointer;padding:0;transition:transform .15s ease,box-shadow .15s ease;position:relative;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-decoration:none}.rec-card__swatch--sibling{width:20px;height:20px;background:#f5f5f5}.rec-card__swatch--circle{border-radius:50%}.rec-card__swatch:hover{transform:scale(1.1)}.rec-card__swatch--selected{box-shadow:0 0 0 2px #fff,0 0 0 3px #1f1919}.rec-card__swatch--sold-out{opacity:.4}.rec-card__swatch--sold-out:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:1px;background:#00000080;transform:rotate(-45deg)}.rec-card__swatch-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.rec-card__swatch-more{font-family:Poppins,sans-serif;font-size:11px;color:#707070;text-decoration:none;flex-shrink:0}.rec-card__swatch-more:hover{color:#1f1919}.rec-card__info{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;height:64px;min-height:64px;flex-shrink:0;width:100%;box-sizing:border-box}.rec-card__title{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#363636;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:36px;min-height:36px;max-height:36px;width:100%;flex-shrink:0}.rec-card__title:hover{text-decoration:underline}.rec-card__price{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:20px;height:20px;min-height:20px;max-height:20px;color:#707070;margin:0;flex-shrink:0}.rec-card__actions{margin-top:auto;flex-shrink:0}.rec-card__atc{width:100%;height:34px;min-height:34px;max-height:34px;display:flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;border:none;border-radius:2px;padding:8px 4px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:18px;cursor:pointer;transition:opacity .2s ease;position:relative;box-sizing:border-box}.rec-card__atc:hover:not(:disabled){opacity:.85}.rec-card__atc:disabled{opacity:.5;cursor:not-allowed}.rec-card__atc-text,.rec-card__atc-price{white-space:nowrap}.rec-card__atc-text{min-width:70px;text-align:center}.rec-card__atc-dot{width:4px;height:4px;background:#fff;border-radius:50%;flex-shrink:0}.rec-card__atc-loading{display:none;position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.rec-card__atc.is-loading .rec-card__atc-text,.rec-card__atc.is-loading .rec-card__atc-dot,.rec-card__atc.is-loading .rec-card__atc-price{opacity:0}.rec-card__atc.is-loading .rec-card__atc-loading{display:flex;align-items:center;justify-content:center}.rec-card__atc .svg-loader{animation:rec-rotate 1s linear infinite;flex-shrink:0;position:static}.rec-card__atc .svg-loader circle{fill:none;stroke-width:1.5}.rec-card__atc .svg-loader circle:first-child{stroke:#ffffff4d}.rec-card__atc .svg-loader circle:last-child{stroke:#fff;stroke-dashoffset:0;transform-origin:center;animation:rec-dash 1.5s ease-in-out infinite}@keyframes rec-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rec-dash{0%{stroke-dashoffset:31.4}50%{stroke-dashoffset:7.85}to{stroke-dashoffset:31.4}}@media(max-width:480px){.recommended-products__header{margin-block:16px}.recommended-products__title{font-size:20px;line-height:26px}.recommended-products__subtitle{font-size:14px;line-height:18px}.rec-card{flex-direction:row;gap:12px;padding:8px;align-items:stretch}.rec-card__left{display:flex;flex-direction:column;gap:4px;align-items:center;flex-shrink:0;width:102px}.rec-card__image-link{width:102px;flex-shrink:0}.rec-card__image-wrapper{width:102px;height:102px;padding-bottom:0;border-radius:3px}.rec-card__swatches{height:16px;min-height:16px;max-height:16px;gap:6px;width:auto;justify-content:flex-start}.rec-card__swatches--empty{height:16px;min-height:16px}.rec-card__swatch,.rec-card__swatch--sibling{width:14px;height:14px}.rec-card__right{display:flex;flex-direction:column;flex:1;min-width:0;justify-content:space-between}.rec-card__info{align-items:flex-start;text-align:left;height:auto;min-height:auto;gap:8px;flex:1}.rec-card__title{text-align:left;height:auto;min-height:18px;max-height:36px}.rec-card__price{height:auto;min-height:20px;max-height:20px}.rec-card__actions{margin-top:0;width:100%}.rec-card__atc{gap:12px}}.recommended-products__container{position:relative;width:100%}.recommended-products__show-more{display:none}@media(max-width:480px){.recommended-products__container{max-height:210px;overflow:hidden;transition:max-height .3s ease}.recommended-products__container.is-expanded{max-height:none}.recommended-products__gradient{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none;transition:opacity .3s ease}.recommended-products__container.is-expanded .recommended-products__gradient{opacity:0}.recommended-products__show-more{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:12px 0;background:none;border:none;font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#1f1919;cursor:pointer}.recommended-products__show-more:hover{text-decoration:underline}.recommended-products__show-more-icon{width:14px;height:14px;transition:transform .3s ease}.recommended-products__show-more.is-expanded .recommended-products__show-more-icon{transform:rotate(180deg)}}
/*# sourceMappingURL=/cdn/shop/t/232/assets/recommended-products.css.map */
