.cross-sell{padding:var(--space-2xl) 0;background:var(--bg-secondary);border-radius:var(--radius-xl);margin-top:var(--space-2xl)}.cross-sell__header{text-align:center;margin-bottom:var(--space-xl)}.cross-sell__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.cross-sell__subtitle{font-size:1rem;color:var(--text-secondary)}.cross-sell__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg);margin-bottom:var(--space-lg)}@media (max-width: 768px){.cross-sell__grid{grid-template-columns:1fr}}.cross-sell-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base);position:relative;overflow:hidden}.cross-sell-item:hover{transform:translateY(-3px);border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.cross-sell-item__badge{position:absolute;top:var(--space-sm);right:var(--space-sm);padding:.25rem .75rem;background:linear-gradient(135deg,var(--error),#dc2626);color:#fff;font-size:.75rem;font-weight:700;border-radius:var(--radius-full);text-transform:uppercase;z-index:2}.cross-sell-item__content{display:flex;gap:var(--space-md);align-items:flex-start}.cross-sell-item__image{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-tertiary)}.cross-sell-item__image img{width:100%;height:100%;object-fit:cover}.cross-sell-item__info{flex:1}.cross-sell-item__title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cross-sell-item__price{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.cross-sell-item__price-current{font-size:1.1rem;font-weight:700;color:var(--accent)}.cross-sell-item__price-compare{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.cross-sell-item__savings{font-size:.8rem;color:var(--success);font-weight:600}.cross-sell-item__action{width:100%;margin-top:var(--space-md)}.bundle-deal{background:linear-gradient(135deg,#6366f11a,#22d3ee1a);border:2px solid var(--border-glow);border-radius:var(--radius-xl);padding:var(--space-xl);margin-top:var(--space-xl);position:relative}.bundle-deal__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-size:.875rem;font-weight:700;border-radius:var(--radius-full);box-shadow:var(--shadow-glow);text-transform:uppercase}.bundle-deal__content{display:flex;flex-direction:column;gap:var(--space-lg)}.bundle-deal__items{display:flex;gap:var(--space-md);align-items:center;flex-wrap:wrap;justify-content:center}.bundle-deal__item{flex:1;min-width:120px;max-width:150px;text-align:center}.bundle-deal__item-image{width:100%;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-card);margin-bottom:var(--space-sm)}.bundle-deal__item-image img{width:100%;height:100%;object-fit:cover}.bundle-deal__item-title{font-size:.85rem;color:var(--text-secondary)}.bundle-deal__plus{font-size:2rem;color:var(--primary-light);font-weight:700}.bundle-deal__equals{font-size:2rem;color:var(--accent);font-weight:700}.bundle-deal__info{text-align:center;padding:var(--space-lg);background:var(--bg-card);border-radius:var(--radius-lg)}.bundle-deal__total{display:flex;justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md)}.bundle-deal__original-price{font-size:1.25rem;color:var(--text-muted);text-decoration:line-through}.bundle-deal__bundle-price{font-size:2rem;font-weight:700;color:var(--accent)}.bundle-deal__savings{font-size:1rem;color:var(--success);font-weight:600;margin-bottom:var(--space-lg)}.bundle-deal__action{width:100%;max-width:400px;margin:0 auto}.frequently-bought{padding:var(--space-xl);background:var(--bg-secondary);border-radius:var(--radius-lg);margin-top:var(--space-xl)}.frequently-bought__title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-lg)}.frequently-bought__items{display:flex;gap:var(--space-lg);align-items:center;margin-bottom:var(--space-lg);flex-wrap:wrap}.frequently-bought__item{position:relative;flex:1;min-width:150px}.frequently-bought__checkbox{position:absolute;top:var(--space-sm);left:var(--space-sm);width:24px;height:24px;cursor:pointer;z-index:2}.frequently-bought__item-card{padding:var(--space-md);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-base)}.frequently-bought__item-card:hover{border-color:var(--primary)}.frequently-bought__item-card.selected{border-color:var(--primary);background:#6366f11a}.frequently-bought__item-image{width:100%;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:var(--space-sm)}.frequently-bought__item-image img{width:100%;height:100%;object-fit:cover}.frequently-bought__item-title{font-size:.875rem;color:var(--text-primary);margin-bottom:var(--space-xs)}.frequently-bought__item-price{font-size:1rem;font-weight:700;color:var(--accent)}.frequently-bought__summary{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg);background:var(--bg-card);border-radius:var(--radius-md);margin-bottom:var(--space-md)}.frequently-bought__total-label{font-size:1rem;color:var(--text-secondary)}.frequently-bought__total-price{font-size:1.5rem;font-weight:700;color:var(--accent)}.frequently-bought__action{width:100%}@media (max-width: 768px){.bundle-deal__items{flex-direction:column}.bundle-deal__plus,.bundle-deal__equals{transform:rotate(90deg)}.frequently-bought__items{flex-direction:column}.frequently-bought__summary{flex-direction:column;gap:var(--space-sm)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/cross-sell.css.map */
