.rcc-cart-icon{position:fixed;z-index:999990;display:flex;align-items:center;justify-content:center;width:var(--rcc-icon-size,56px);height:var(--rcc-icon-size,56px);background:var(--rcc-icon-bg,#fff);color:var(--rcc-icon-color,#f97316);border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,top .3s ease,opacity .3s ease;-webkit-appearance:none}.rcc-cart-icon.rcc-icon-empty{opacity:0;pointer-events:none}.rcc-cart-icon.rcc-icon-below-header{top:120px!important}.rcc-cart-icon:hover{transform:scale(1.08)}.rcc-cart-icon::before{content:'';position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(90deg,red,#f0f,#8b00ff,#00e5ff,#00ff87,#ffea00,#f60,red);background-size:200% 100%;animation:rcc-rainbow-border 6s linear infinite;z-index:0;pointer-events:none}.rcc-cart-icon::after{content:'';position:absolute;inset:0;border-radius:inherit;background:var(--rcc-icon-bg,#fff);z-index:0;pointer-events:none}.rcc-cart-icon .rcc-icon-badge,.rcc-cart-icon .rcc-icon-svg{position:relative;z-index:1}@keyframes rcc-rainbow-border{0%{background-position:0 0}100%{background-position:200% 0}}.rcc-icon-circle{border-radius:50%}.rcc-icon-rounded{border-radius:12px}.rcc-icon-square{border-radius:0}.rcc-icon-shadow{box-shadow:0 4px 16px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.rcc-icon-bottom_right{bottom:20px;right:20px}.rcc-icon-bottom_left{bottom:20px;left:20px}.rcc-icon-top_right{top:20px;right:20px}.rcc-icon-top_left{top:20px;left:20px}.rcc-icon-svg{display:flex;align-items:center;justify-content:center}.rcc-icon-svg svg{width:24px;height:24px}.rcc-icon-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:var(--rcc-icon-badge-bg,#18181b);color:var(--rcc-icon-badge-color,#fff);font-size:11px;font-weight:700;line-height:20px;text-align:center;border-radius:10px;pointer-events:none}.rcc-icon-badge:empty{display:none}@media (max-width:480px){.rcc-cart-icon{width:48px;height:48px}.rcc-icon-svg svg{width:20px;height:20px}.rcc-icon-badge{min-width:18px;height:18px;font-size:10px;line-height:18px}}.rcc-theme-dark .rcc-cart-icon{background:linear-gradient(135deg,#1a0a3e,#0f0326);color:#00e5ff;border:none}.rcc-theme-dark .rcc-cart-icon::after{background:linear-gradient(135deg,#1a0a3e,#0f0326)}.rcc-theme-dark .rcc-cart-icon:hover{box-shadow:0 4px 20px rgba(124,58,237,.4)}.rcc-theme-dark .rcc-icon-badge{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}