.bedrock-cat-grid{--bedrock-catgrid-border: #e5e5e5;--bedrock-catgrid-radius: 10px;padding-block:3.6rem 0}@media screen and (max-width:767.98px){.bedrock-cat-grid{--bedrock-catgrid-radius: 8px}}@media screen and (min-width:768px){.bedrock-cat-grid{padding-block:6rem 0}}.bedrock-cat-grid__header{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:2.4rem}@media screen and (min-width:768px){.bedrock-cat-grid__header{flex-direction:row;align-items:center;column-gap:1.6rem;padding-bottom:3.2rem}}.bedrock-cat-grid__heading{flex:1;margin:0;font-size:calc(var(--font-heading-scale, 1) * 2.24rem);line-height:calc(1 + .201/max(1,var(--font-heading-scale, 1)))}@media screen and (min-width:768px){.bedrock-cat-grid__heading{font-size:calc(var(--font-heading-scale, 1) * 3.2rem);line-height:calc(1 + .3125/max(1,var(--font-heading-scale, 1)))}}.bedrock-cat-grid__all{--bedrock-catgrid-icon: 1.6rem;position:relative;display:inline-flex;align-items:center;gap:0 .4rem;margin-top:1.2rem;font-size:1.5rem;font-weight:700;line-height:1.6;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap}@media screen and (min-width:768px){.bedrock-cat-grid__all{margin-top:0}}.bedrock-cat-grid__all:after{content:"";position:absolute;bottom:0;inset-inline-end:var(--bedrock-catgrid-icon);width:0;height:1px;background-color:rgb(var(--color-foreground));transition:all .3s}.bedrock-cat-grid__all:hover:after,.bedrock-cat-grid__all:focus-visible:after{inset-inline-start:0;inset-inline-end:auto;width:calc(100% - var(--bedrock-catgrid-icon))}.bedrock-cat-grid__all-icon{display:inline-flex;width:var(--bedrock-catgrid-icon);height:var(--bedrock-catgrid-icon)}.bedrock-cat-grid__all-icon svg{display:block;width:100%;height:100%}.bedrock-cat-grid__frame{position:relative;border-radius:var(--bedrock-catgrid-radius);overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000)}.bedrock-cat-grid__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border:1px solid var(--bedrock-catgrid-border);border-radius:inherit}.bedrock-cat-grid__items{display:grid;grid-template-columns:repeat(var(--bedrock-catgrid-cols-mobile, 3),minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}@media screen and (min-width:768px){.bedrock-cat-grid__items{grid-template-columns:repeat(var(--bedrock-catgrid-cols-tablet, 3),minmax(0,1fr))}}@media screen and (min-width:1024px){.bedrock-cat-grid__items{grid-template-columns:repeat(var(--bedrock-catgrid-cols, 6),minmax(0,1fr))}}.bedrock-cat-grid__cell{position:relative}.bedrock-cat-grid__cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-inline-end:1px solid var(--bedrock-catgrid-border);border-block-end:1px solid var(--bedrock-catgrid-border)}@media screen and (max-width:767.98px){.bedrock-cat-grid__cell--row-end-mobile:before{border-inline-end-width:0}}@media screen and (min-width:768px)and (max-width:1023.98px){.bedrock-cat-grid__cell--row-end-tablet:before{border-inline-end-width:0}}@media screen and (min-width:1024px){.bedrock-cat-grid__cell--row-end-desktop:before{border-inline-end-width:0}}.bedrock-cat-grid__link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;padding:1.2rem;color:inherit;text-align:center;text-decoration:none}@media screen and (min-width:768px){.bedrock-cat-grid__link{padding:2.4rem 1.2rem}}.bedrock-cat-grid__link:focus-visible{outline:none}.bedrock-cat-grid__link:focus-visible .bedrock-cat-grid__circle{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.3rem}.bedrock-cat-grid__circle{--bedrock-catgrid-circle: 7rem;position:relative;display:flex;align-items:center;justify-content:center;width:var(--bedrock-catgrid-circle);aspect-ratio:1;border-radius:999px;background:rgba(var(--color-foreground),.03);overflow:hidden}@media screen and (min-width:768px){.bedrock-cat-grid__circle{--bedrock-catgrid-circle: 10rem}}@media screen and (min-width:1280px){.bedrock-cat-grid__circle{--bedrock-catgrid-circle: 11rem}}.bedrock-cat-grid__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:inherit;transition:transform .7s cubic-bezier(.3,1,.3,1)}.bedrock-cat-grid__image--contain{object-fit:contain;padding:12%}.bedrock-cat-grid__link:hover .bedrock-cat-grid__image{transform:scale(1.03)}.bedrock-cat-grid__placeholder{display:block;width:100%;height:100%;fill:rgba(var(--color-foreground),.55)}.bedrock-cat-grid__caption{display:block;width:100%;padding-top:1.2rem}.bedrock-cat-grid__label{position:relative;display:inline-block;max-width:100%;font-size:1.35rem;line-height:1.6;color:rgb(var(--color-foreground))}@media screen and (min-width:768px){.bedrock-cat-grid__label{font-size:1.5rem}}@media screen and (hover:hover)and (pointer:fine)and (min-width:768px){.bedrock-cat-grid__label{padding-inline:1.6rem}}.bedrock-cat-grid__chevron{display:none;position:absolute;inset-inline-end:0;top:50%;width:1.2rem;height:1.2rem;opacity:0;transform:translate(-.4rem,-50%);transition:all .3s}.bedrock-cat-grid__chevron svg{display:block;width:100%;height:100%}@media screen and (min-width:768px){.bedrock-cat-grid__chevron{display:block}}.bedrock-cat-grid__link:hover .bedrock-cat-grid__chevron,.bedrock-cat-grid__link:focus-visible .bedrock-cat-grid__chevron{opacity:1;transform:translateY(-50%)}.bedrock-cat-grid__cell--sale .bedrock-cat-grid__circle{background:var(--bedrock-sale, #d63a1b)}.bedrock-cat-grid__badge{font-size:calc(var(--bedrock-catgrid-circle) * .24);font-weight:700;line-height:1;color:#fff}@media(prefers-reduced-motion:reduce){.bedrock-cat-grid__image,.bedrock-cat-grid__chevron,.bedrock-cat-grid__all:after{transition:none}.bedrock-cat-grid__link:hover .bedrock-cat-grid__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-bedrock-category-grid.css.map */
