.gsp-connected-products--tiles{row-gap:16px;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;padding-bottom:12px}.gsp-connected-products__more{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:0 0 calc((100% - 16px) / 3);-ms-flex:0 0 calc((100% - 16px) / 3);flex:0 0 calc((100% - 16px) / 3);width:calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3);aspect-ratio:1/1;height:auto;padding:8px;margin:0;background:transparent;border:1px solid var(--color-foreground);border-radius:var(--gsp-radius-rounded);color:var(--color-foreground);text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}@media screen and (min-width: 768px){.gsp-connected-products__more{-webkit-flex-basis:calc((100% - 36px)/4);-ms-flex-preferred-size:calc((100% - 36px)/4);flex-basis:calc((100% - 36px)/4);width:calc((100% - 36px)/4);max-width:calc((100% - 36px)/4);padding:12px}}.gsp-connected-products__more:focus-visible{outline:1px solid var(--color-foreground);outline-offset:2px}.gsp-connected-products__more-count{font-weight:500;font-size:15px;line-height:1.1}.gsp-connected-products__more-count--desktop{display:none}@media screen and (min-width: 768px){.gsp-connected-products__more-count--desktop{display:block}}.gsp-connected-products__more-count--mobile{display:block}@media screen and (min-width: 768px){.gsp-connected-products__more-count--mobile{display:none}}.gsp-connected-products__more-label{font-weight:500;font-size:12px;line-height:1.2;text-transform:none}.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-mobile:not(.is-overflow-selected-mobile) .gsp-connected-products__item:nth-child(n+3){display:none}@media screen and (min-width: 768px){.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-mobile:not(.is-overflow-selected-mobile) .gsp-connected-products__item:nth-child(n+3){display:block}}.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-mobile:not(.is-overflow-selected-mobile) .gsp-connected-products__more{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px){.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-mobile:not(.is-overflow-selected-mobile) .gsp-connected-products__more{display:none}}@media screen and (min-width: 768px){.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-desktop:not(.is-overflow-selected-desktop) .gsp-connected-products__item:nth-child(n+4){display:none}}@media screen and (min-width: 768px){.gsp-connected-products:not(.is-expanded).gsp-connected-products--overflow-desktop:not(.is-overflow-selected-desktop) .gsp-connected-products__more{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.gsp-connected-products__tile{-webkit-box-flex:0;-webkit-flex:0 0 calc((100% - 16px) / 3);-ms-flex:0 0 calc((100% - 16px) / 3);flex:0 0 calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}@media screen and (min-width: 768px){.gsp-connected-products__tile{-webkit-flex-basis:calc((100% - 36px)/4);-ms-flex-preferred-size:calc((100% - 36px)/4);flex-basis:calc((100% - 36px)/4);max-width:calc((100% - 36px)/4)}}.gsp-connected-products__tile.is-selected .gsp-connected-products__tile-label{border-color:#e3000f;cursor:default}.gsp-connected-products__tile.is-selected .gsp-connected-products__tile-label .gsp-connected-products__tile-badge{background:#e3000f;font-weight:600}.gsp-connected-products__tile .gsp-variant-picker__input:checked+.gsp-connected-products__tile-label{border-color:#e3000f}.gsp-connected-products__tile .gsp-variant-picker__input:checked+.gsp-connected-products__tile-label .gsp-connected-products__tile-badge{background:#e3000f;font-weight:600}.gsp-connected-products__tile-label{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;overflow:visible;color:inherit;text-decoration:none;border:2px solid transparent;border-radius:var(--gsp-radius-rounded);cursor:pointer}.gsp-connected-products__tile-label:focus-visible{outline:2px solid #E3000F;outline-offset:2px}.gsp-connected-products__tile-media{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:calc(var(--gsp-radius-rounded) - 2px)}.gsp-connected-products__tile-image{width:100%;height:100%;--gsp-image-radius: 0}.gsp-connected-products__tile-image .gsp-image-inner{width:100%;height:100%}.gsp-connected-products__tile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gsp-connected-products__tile-fallback{display:block;width:100%;height:100%;background:var(--bs-border-color)}.gsp-connected-products__tile-badge{position:absolute;left:50%;z-index:1;max-width:100%;padding:6px 10px;overflow:hidden;color:#fff;font-size:14px;font-weight:400;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#000;border-radius:12px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}@media screen and (min-width: 1024px){.gsp-connected-products__tile-badge{max-width:calc(100% - 12px)}}.gsp-connected-products__tile-badge--price{top:6px;font-size:12px;font-weight:600}.gsp-connected-products__tile-badge--name{bottom:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}
