.custom-aanbevolen-producten{background-color:var(--section-bg-color, #FFFFFF);color:var(--section-text-color, #1A1A2E)}.custom-aanbevolen-producten__container{max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}.custom-aanbevolen-producten__header{text-align:center;margin-bottom:32px}.custom-aanbevolen-producten__heading{font-size:24px;font-weight:700;color:var(--section-heading-color, #1A1A2E);margin:0 0 8px;line-height:1.3}@media(min-width:768px){.custom-aanbevolen-producten__heading{font-size:32px}}.custom-aanbevolen-producten__subheading{font-size:16px;color:var(--section-text-color, #6B7280);margin:0;opacity:.8}.custom-aanbevolen-producten__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile, 2),1fr);gap:16px}@media(min-width:768px){.custom-aanbevolen-producten__grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr);gap:24px}}.custom-product-card{display:flex;flex-direction:column;background:var(--card-bg-color, #FFFFFF);border:1px solid var(--card-border-color, #E5E7EB);border-radius:var(--card-border-radius, 12px);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.custom-product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.custom-product-card__image-link{display:block;text-decoration:none}.custom-product-card__image{position:relative;aspect-ratio:1;background:#f9fafb;overflow:hidden}.custom-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.custom-product-card:hover .custom-product-card__img{transform:scale(1.05)}.custom-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.custom-product-card__placeholder .placeholder-svg{width:60%;height:60%;fill:#d1d5db}.custom-product-card__badge{position:absolute;top:8px;left:8px;padding:4px 10px;background:var(--card-badge-bg-color, #FF6B35);color:var(--card-badge-text-color, #FFFFFF);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;z-index:1}.custom-product-card__badge--sale{background:#ef4444}.custom-product-card__badge--soldout{background:#6b7280}.custom-product-card__info{display:flex;flex-direction:column;gap:6px;padding:12px;flex:1}@media(min-width:768px){.custom-product-card__info{padding:16px;gap:8px}}.custom-product-card__vendor{font-size:11px;font-weight:500;color:var(--section-text-color, #6B7280);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.custom-product-card__title{font-size:14px;font-weight:600;color:var(--section-text-color, #1A1A2E);text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}@media(min-width:768px){.custom-product-card__title{font-size:15px}}.custom-product-card__title:hover{color:var(--card-button-bg-color, #FF6B35)}.custom-product-card__rating{display:flex;align-items:center;gap:4px}.custom-product-card__stars{display:flex;gap:1px;color:#fbbf24}.custom-product-card__stars svg{width:12px;height:12px}@media(min-width:768px){.custom-product-card__stars svg{width:14px;height:14px}}.custom-product-card__rating-count{font-size:11px;color:var(--section-text-color, #6B7280);opacity:.7}.custom-product-card__prices{display:flex;align-items:baseline;gap:6px;margin-top:auto}.custom-product-card__price{font-size:16px;font-weight:700;color:var(--card-price-color, #1A1A2E)}@media(min-width:768px){.custom-product-card__price{font-size:18px}}.custom-product-card__compare-price{font-size:13px;color:var(--card-compare-price-color, #6B7280);text-decoration:line-through}.custom-product-card__actions{margin-top:8px}.custom-product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 16px;background:var(--card-button-bg-color, #FF6B35);color:var(--card-button-text-color, #FFFFFF);border:none;border-radius:var(--button-border-radius, 8px);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}@media(min-width:768px){.custom-product-card__add-btn{font-size:14px;padding:12px 16px}}.custom-product-card__add-btn:hover:not(:disabled){filter:brightness(.9);transform:translateY(-1px)}.custom-product-card__add-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.custom-product-card__add-btn svg{flex-shrink:0}.custom-product-card__add-btn--options{background:transparent;color:var(--card-button-bg-color, #FF6B35);border:2px solid var(--card-button-bg-color, #FF6B35)}.custom-product-card__add-btn--options:hover{background:var(--card-button-bg-color, #FF6B35);color:var(--card-button-text-color, #FFFFFF)}.custom-product-card__add-btn.is-loading{pointer-events:none;position:relative}.custom-product-card__add-btn.is-loading span,.custom-product-card__add-btn.is-loading svg{visibility:hidden}.custom-product-card__add-btn.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.custom-aanbevolen-producten__footer{text-align:center;margin-top:32px}.custom-aanbevolen-producten__view-all{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;color:var(--card-button-bg-color, #FF6B35);border:2px solid var(--card-button-bg-color, #FF6B35);border-radius:var(--button-border-radius, 8px);font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.custom-aanbevolen-producten__view-all:hover{background:var(--card-button-bg-color, #FF6B35);color:var(--card-button-text-color, #FFFFFF)}.custom-aanbevolen-producten__view-all svg{transition:transform .2s ease}.custom-aanbevolen-producten__view-all:hover svg{transform:translate(4px)}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-custom-aanbevolen-producten.css.map */
