.probots-crosssell-pdp{clear:both;margin:32px 0;padding:24px;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px}.probots-crosssell-pdp__title{font-size:18px;font-weight:700;color:#1a202c;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e53e3e}.probots-crosssell-pdp__grid{display:flex;flex-wrap:wrap;gap:16px}.probots-crosssell-pdp__tile{flex:0 0 calc(20% - 13px);min-width:140px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;transition:box-shadow .2s}.probots-crosssell-pdp__tile:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none}.probots-crosssell-pdp__tile img{width:90px;height:90px;object-fit:contain;margin-bottom:8px}.probots-crosssell-pdp__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;font-weight:500;color:#2d3748;text-decoration:none;margin-bottom:6px;line-height:1.4}.probots-crosssell-pdp__name:hover{color:#e53e3e}.probots-crosssell-pdp__price{display:block;font-size:14px;font-weight:700;color:#1979c3;margin-bottom:10px}@media (max-width:1024px){.probots-crosssell-pdp__tile{flex:0 0 calc(25% - 12px)}}@media (max-width:768px){.probots-crosssell-pdp__tile{flex:0 0 calc(50% - 8px)}}@media (max-width:480px){.probots-crosssell-pdp{padding:16px}.probots-crosssell-pdp__grid{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.probots-crosssell-pdp__tile{flex:0 0 160px}}.probots-crosssell-minicart{margin:0 0 8px;border-top:1px solid #e2e8f0;padding:8px 16px 0;display:flex;flex-direction:column;justify-content:center;height:100%;box-sizing:border-box}.probots-crosssell-minicart__header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#718096;margin-bottom:6px;text-align:left}.probots-crosssell-minicart__body{display:flex;align-items:center;gap:4px}.probots-crosssell-minicart__row{display:flex;flex:1 1 auto;min-width:0;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.probots-crosssell-minicart__nav{flex-shrink:0;width:20px;height:20px;padding:0;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#718096;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.probots-crosssell-minicart__nav:hover{background:#f4f4f4;color:#1979c3}.probots-crosssell-minicart__chip{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;flex:1 1 0;min-width:0}.probots-crosssell-minicart__thumb{position:relative;flex-shrink:0;width:48px;height:48px}.probots-crosssell-minicart__img-link{display:block}.probots-crosssell-minicart__img{width:48px;height:48px;object-fit:contain;border:1px solid #e2e8f0;border-radius:4px;background:#fff}.probots-crosssell-minicart__add{position:absolute;bottom:-4px;right:-4px;width:18px;height:18px;padding:0;line-height:1;font-size:12px;font-weight:700;background:#000;color:#fff;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.probots-crosssell-minicart__add:hover{background:#333}.probots-crosssell-minicart__info{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%}.probots-crosssell-minicart__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;text-align:center;font-size:12px;font-weight:500;color:#2d3748;text-decoration:none;line-height:1.3}.probots-crosssell-minicart__name:hover{color:#1979c3}.probots-crosssell-minicart__price{display:block;text-align:center;font-size:12px;font-weight:700;color:#1979c3}.probots-crosssell-minicart__skeleton-row{display:flex;gap:10px}.probots-crosssell-minicart__skeleton-chip{flex:1 1 0;height:48px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:probots-skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes probots-skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}