@keyframes wd-MarqueeScrolling{from{transform:translat3d(0, 0, 0)}to{transform:translate3d(calc(-100% - var(--wd-marquee-gap)), 0, 0)}}.wd-marquee{--wd-marquee-gap: 20px;--wd-marquee-direction: normal;--wd-marquee-speed: 5s;display:flex;overflow:hidden;gap:var(--wd-marquee-gap);max-width:100vw}.wd-marquee-content{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;gap:var(--wd-marquee-gap);min-width:100%;white-space:nowrap;animation:var(--wd-marquee-speed) linear infinite var(--wd-marquee-direction) running wd-MarqueeScrolling}.wd-marquee-item{position:relative;display:flex;gap:10px;align-items:center}.wd-marquee-item>*{margin-bottom:0}@media (min-width: 1025px){.wd-marquee.wd-with-pause:hover .wd-marquee-content{animation-play-state:paused}}.wd-search-history ul{--li-pl: 0;--list-mb: 0;--li-mb: 0;display:flex;flex-direction:column;margin:-10px -5px;list-style:none}.wd-search-history li{display:flex;align-items:center;line-height:1}.wd-search-history:empty{display:none}.wd-sh-head{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-bottom:15px;line-height:1}.wd-sh-link{--wd-link-color: var(--color-gray-600);--wd-link-color-hover: var(--color-gray-400);--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;flex-grow:1;gap:5px;padding-block:10px;padding-inline:5px 0}.wd-sh-link:before{content:"\f190";font-family:"woodmart-font";color:var(--color-gray-300);font-size:1.08em}.wd-sh-clear{display:flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.wd-sh-clear:hover{opacity:.6}.wd-search-history li .wd-sh-clear{padding:10px 5px}.wd-search-history li .wd-sh-clear:before{content:"\f112";font-family:"woodmart-font";color:var(--color-gray-400)}