.recently-viewed-products{padding:var(--spacing-xl) 0;background-color:var(--bg-primary)}.recently-viewed-products__container{max-width:1200px;margin:0 auto}.recently-viewed-products__header{text-align:center;margin-bottom:var(--spacing-xl)}.recently-viewed-products__title{font-size:var(--f20);font-weight:var(--fw700);line-height:var(--line-height-tight);margin-bottom:var(--spacing-md);color:var(--text-primary-900)}.recently-viewed-products__subtitle{font-size:var(--f14);line-height:var(--line-height-relaxed);color:var(--text-secondary-700);margin-bottom:var(--spacing-lg)}.recently-viewed-products__grid{display:grid;gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.recently-viewed-products__grid--1-col{grid-template-columns:1fr}.recently-viewed-products__grid--2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.recently-viewed-products__grid--3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.recently-viewed-products__grid--4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.recently-viewed-products__grid--5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.recently-viewed-products__grid--6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.recently-viewed-products__product-item{position:relative;background-color:var(--bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all .3s ease}.recently-viewed-products__product-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.recently-viewed-products__product-link{display:block;text-decoration:none;color:inherit}.recently-viewed-products__product-image-container{position:relative;width:100%;height:200px;overflow:hidden;background-color:var(--bg-secondary-subtle)}.recently-viewed-products__product-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.recently-viewed-products__product-item:hover .recently-viewed-products__product-image{transform:scale(1.05)}.recently-viewed-products__product-image-placeholder{width:100%;height:100%;background-color:var(--bg-secondary-subtle);display:flex;align-items:center;justify-content:center;color:var(--text-tertiary-600)}.recently-viewed-products__product-image-placeholder svg{width:48px;height:48px;fill:currentColor}.recently-viewed-products__product-badge{position:absolute;top:var(--spacing-sm);left:var(--spacing-sm);background-color:var(--bg-brand-primary);color:var(--text-white);font-size:var(--f10);font-weight:var(--fw700);padding:4px 8px;border-radius:var(--border-radius-sm);text-transform:uppercase;letter-spacing:.5px;z-index:1}.recently-viewed-products__product-badge--sale{background-color:var(--bg-error-primary-600)}.recently-viewed-products__product-badge--new{background-color:var(--bg-success-primary-600)}.recently-viewed-products__product-badge--sold-out{background-color:var(--bg-disabled)}.recently-viewed-products__product-content{padding:var(--spacing-lg)}.recently-viewed-products__product-title{font-size:var(--f18);font-weight:var(--fw600);line-height:var(--line-height-tight);margin-bottom:var(--spacing-sm);color:var(--text-primary-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed-products__product-description{font-size:var(--f12);line-height:var(--line-height-relaxed);color:var(--text-secondary-700);margin-bottom:var(--spacing-md);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed-products__product-price{font-size:var(--f18);font-weight:var(--fw600);color:var(--text-brand-primary-900);margin-bottom:var(--spacing-sm)}.recently-viewed-products__product-price--sale{color:var(--text-error-primary-600)}.recently-viewed-products__product-price--original{text-decoration:line-through;color:var(--text-tertiary-600);font-size:var(--f14);margin-left:var(--spacing-xs)}.recently-viewed-products__product-rating{display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.recently-viewed-products__product-stars{display:flex;gap:2px}.recently-viewed-products__product-star{width:16px;height:16px;fill:var(--text-warning-primary-600)}.recently-viewed-products__product-star--empty{fill:var(--text-tertiary-600)}.recently-viewed-products__product-rating-count{font-size:var(--f10);color:var(--text-tertiary-600)}.recently-viewed-products__product-actions{display:flex;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.recently-viewed-products__product-button{flex:1;padding:var(--spacing-sm) var(--spacing-md);background-color:var(--bg-brand-primary);color:var(--text-white);border:2px solid var(--bg-brand-primary);border-radius:var(--border-radius-md);font-size:var(--f12);font-weight:var(--fw500);text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer}.recently-viewed-products__product-button:hover{background-color:transparent;color:var(--bg-brand-primary);text-decoration:none}.recently-viewed-products__product-button--secondary{background-color:transparent;color:var(--bg-brand-primary);border-color:var(--bg-brand-primary)}.recently-viewed-products__product-button--secondary:hover{background-color:var(--bg-brand-primary);color:var(--text-white)}.recently-viewed-products__product-button--sm{padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--f10)}.recently-viewed-products__product-button--lg{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--f14)}.recently-viewed-products__product-button--full{width:100%}.recently-viewed-products__product-button--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.recently-viewed-products__product-button--loading{position:relative;color:transparent}.recently-viewed-products__product-button--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid var(--text-white);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.recently-viewed-products__product-button--loading.recently-viewed-products__product-button--secondary:after{border-color:var(--bg-brand-primary);border-top-color:transparent}.recently-viewed-products__scroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--bg-brand-primary) var(--bg-secondary-subtle)}.recently-viewed-products__scroller::-webkit-scrollbar{height:8px}.recently-viewed-products__scroller::-webkit-scrollbar-track{background:var(--bg-secondary-subtle);border-radius:var(--border-radius-sm)}.recently-viewed-products__scroller::-webkit-scrollbar-thumb{background:var(--bg-brand-primary);border-radius:var(--border-radius-sm)}.recently-viewed-products__scroller::-webkit-scrollbar-thumb:hover{background:var(--bg-brand-primary-hover)}.recently-viewed-products__scroller-inner{display:flex;gap:var(--spacing-lg);padding-bottom:var(--spacing-sm)}.recently-viewed-products__scroller-inner .recently-viewed-products__product-item{flex:0 0 280px}.recently-viewed-products--centered{text-align:center}.recently-viewed-products--left-aligned{text-align:left}.recently-viewed-products--right-aligned{text-align:right}.recently-viewed-products--bg-secondary{background-color:var(--bg-secondary)}.recently-viewed-products--bg-brand-primary{background-color:var(--bg-brand-primary);color:var(--text-white)}.recently-viewed-products--bg-brand-primary .recently-viewed-products__title,.recently-viewed-products--bg-brand-primary .recently-viewed-products__subtitle{color:var(--text-white)}.recently-viewed-products--bg-brand-primary .recently-viewed-products__product-item{background-color:var(--bg-white)}@media screen and (max-width: 768px){.recently-viewed-products{padding:var(--spacing-lg) 0}.recently-viewed-products__title{font-size:var(--f18)}.recently-viewed-products__subtitle{font-size:var(--f12)}.recently-viewed-products__grid{gap:var(--spacing-md)}.recently-viewed-products__grid--2-cols,.recently-viewed-products__grid--3-cols,.recently-viewed-products__grid--4-cols,.recently-viewed-products__grid--5-cols,.recently-viewed-products__grid--6-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.recently-viewed-products__product-image-container{height:150px}.recently-viewed-products__product-content{padding:var(--spacing-md)}.recently-viewed-products__product-title{font-size:var(--f14)}.recently-viewed-products__product-description{font-size:var(--f10)}.recently-viewed-products__product-price{font-size:var(--f14)}.recently-viewed-products__product-actions{flex-direction:column}.recently-viewed-products__product-button{font-size:var(--f10);padding:var(--spacing-xs) var(--spacing-sm)}.recently-viewed-products__scroller-inner .recently-viewed-products__product-item{flex:0 0 250px}}@media screen and (max-width: 480px){.recently-viewed-products{padding:var(--spacing-md) 0}.recently-viewed-products__title{font-size:var(--f16)}.recently-viewed-products__subtitle{font-size:var(--f10)}.recently-viewed-products__grid{gap:var(--spacing-sm)}.recently-viewed-products__grid--2-cols,.recently-viewed-products__grid--3-cols,.recently-viewed-products__grid--4-cols,.recently-viewed-products__grid--5-cols,.recently-viewed-products__grid--6-cols{grid-template-columns:1fr}.recently-viewed-products__product-image-container{height:120px}.recently-viewed-products__product-content{padding:var(--spacing-sm)}.recently-viewed-products__product-title{font-size:var(--f12)}.recently-viewed-products__product-description{font-size:10px}.recently-viewed-products__product-price{font-size:var(--f12)}.recently-viewed-products__product-button{font-size:10px;padding:var(--spacing-xs)}.recently-viewed-products__scroller-inner .recently-viewed-products__product-item{flex:0 0 200px}}@media (prefers-reduced-motion: reduce){.recently-viewed-products__product-item,.recently-viewed-products__product-image,.recently-viewed-products__product-button{transition:none}.recently-viewed-products__product-item:hover,.recently-viewed-products__product-item:hover .recently-viewed-products__product-image{transform:none}.recently-viewed-products__product-button--loading:after{animation:none}}.recently-viewed-products__product-link:focus{outline:2px solid var(--text-brand-primary-900);outline-offset:2px}.recently-viewed-products__product-button:focus{outline:2px solid var(--text-white);outline-offset:2px}@media print{.recently-viewed-products{padding:0;background-color:var(--bg-white)}.recently-viewed-products__product-item{box-shadow:none;border:1px solid var(--border-color);break-inside:avoid}.recently-viewed-products__product-item:hover{transform:none}.recently-viewed-products__scroller{overflow:visible}.recently-viewed-products__scroller-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.recently-viewed-products__scroller-inner .recently-viewed-products__product-item{flex:none}}[data-section-type=recently-viewed-products]{display:none}
