.product-picker-wrapper{width:100%;display:flex;flex-direction:column;gap:var(--input-global-label-gap)}@media screen and (max-width:989px){.product-picker-wrapper{width:calc(100% + var(--global-sect-pad-x-sm));position:relative}}.product-picker-wrapper .product-picker-title{color:var(--input-label-text-fill-default)}.product-picker-wrapper .product-picker{list-style:none;margin:0;display:grid;gap:var(--global-col-gap-sm);grid-template-columns:repeat(auto-fill,minmax(max((100% / 4) - (var(--global-col-gap-sm) * ((4 - 1) / 4)),min(140px,100%)),1fr))}@media screen and (min-width:990px){.product-picker-wrapper .product-picker.scroll-wrapper{padding-bottom:0!important}}@media screen and (max-width:989px){.product-picker-wrapper .product-picker.scroll-wrapper{padding-bottom:32px!important}}@media screen and (max-width:989px){.product-picker-wrapper .product-picker{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:stretch}}.product-picker-wrapper .product-picker .product-picker-item{scroll-snap-align:start;min-width:140px;width:100%}@media screen and (max-width:989px){.product-picker-wrapper .product-picker .product-picker-item{min-width:150px}}.product-picker-wrapper .product-picker .product-picker-item .product-picker-link{display:flex;flex-direction:column;height:100%;width:100%;text-decoration-color:transparent;transition:text-decoration-color .3s ease}.product-picker-wrapper .product-picker .product-picker-item .product-picker-link:hover{text-decoration-color:var(--input-text-fill-default)}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image{flex:0 1 140px;aspect-ratio:1/1}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image.show-secondary{position:relative}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image.show-secondary .secondary-image{position:absolute;top:0;left:0;z-index:5;opacity:0;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image.show-secondary:hover .secondary-image{opacity:1}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image.show-secondary:hover .featured-image{opacity:0}.product-picker-wrapper .product-picker .product-picker-item .product-picker-image img{transition:opacity .3s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.product-picker-wrapper .product-picker .product-picker-item .product-picker-item-title{flex-grow:1;background:var(--card-bg-fill);padding:var(--card-pad-sm);text-align:left;color:var(--input-text-fill-default);display:flex;align-items:center}@media screen and (min-width:990px){.product-picker-wrapper .scroll-arrow-btn-container{display:none!important}}.product-picker-wrapper .scroll-arrow-btn-container{bottom:-16px!important;width:calc(100% - 16px)!important}