.bell-body{transform-origin:top center}svg:hover .bell-top{animation:bellTopBounce .4s ease-out}svg:hover .topline{animation:lineStretch .4s ease-out}svg:hover .bell-body{animation:bellSwing .8s ease-out forwards;animation-delay:.4s}@keyframes lineStretch{0%{stroke-dasharray:5,5;stroke-dashoffset:0}50%{stroke-dasharray:2,5;stroke-dashoffset:1.5}to{stroke-dasharray:5,5;stroke-dashoffset:0}}@keyframes bellTopBounce{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes bellSwing{0%{transform:rotate(0deg)}10%{transform:rotate(10deg)}20%{transform:rotate(-7deg)}30%{transform:rotate(5deg)}40%{transform:rotate(-3deg)}50%{transform:rotate(2deg)}60%{transform:rotate(-1deg)}70%{transform:rotate(.5deg)}80%,to{transform:rotate(0deg)}}.lens-container{width:13px;height:13px;border-radius:50%;overflow:hidden;border:1px solid black;cursor:pointer;position:relative;top:5px}.mesh{width:100%;height:100%;background-size:5px 5px;opacity:.2}.handle{position:relative;width:1px;height:5px;background:black;left:12px;top:3px;transform:rotate(-40deg);transform-origin:top left}.mask{left:0;width:13px;height:13px;border-radius:50%;overflow:hidden;pointer-events:none}.circles,.mask{position:absolute;top:0}.circles{display:flex;left:60px}.search-icon-wrapper:hover .circles{left:-12px;transition:left 1s}.circle{width:20px;height:20px;border-radius:50%;margin-left:-10px;background:white;border-left:2px solid black}.circle:last-child{background:#40E0D0;border:none}@media (max-width:768px){.search-icon-wrapper{left:auto;right:15px}}.searchBar{border:none;border-bottom:1px solid black!important}.searchBar:active,.searchBar:focus{border:none;outline:none}.popularImage{border-radius:8%}@media (max-width:768px){.searchBar{border-bottom:unset!important}}.account-icon:hover svg{animation:shrinkOnHover .37s ease forwards}@keyframes shrinkOnHover{0%{transform:scaleY(1)}50%{transform:scaleY(.7)}to{transform:scaleY(1)}}.pulse-animation:hover{animation:pulse-1 1s ease-in-out 1}@keyframes pulse-1{0%{transform:scale(1)}25%{transform:scale(.4)}50%{transform:scale(.8)}75%{transform:scale(.4)}to{transform:scale(1)}}.part-1{fill:#fff}.part-2{fill:#66695e}.bag-container{cursor:pointer;position:relative}.bag{position:relative;z-index:2}.curve-box{position:absolute;top:2px;margin:0 -3px;width:6px;height:100%;transition:all .3s ease;background-color:#81D8D0}.left-box{left:0;border-top-right-radius:50%;border-bottom-right-radius:50%}.right-box{right:0;border-top-left-radius:50%;border-bottom-left-radius:50%}@keyframes curveLeft{0%{z-index:3;border-top-right-radius:60%;border-bottom-right-radius:60%}50%{z-index:3;border-top-right-radius:0;border-bottom-right-radius:0}to{border-top-right-radius:60%;border-bottom-right-radius:60%}}@keyframes curveRight{0%{z-index:3;border-top-left-radius:60%;border-bottom-left-radius:60%}50%{z-index:3;border-top-left-radius:0;border-bottom-left-radius:0}to{border-top-left-radius:60%;border-bottom-left-radius:60%}}.bag-container:hover .left-box{animation:curveLeft .3s ease 4 forwards}.bag-container:hover .right-box{animation:curveRight .3s ease 4 forwards}