.product-grid{margin:0 auto;padding:0;list-style:none}.bd-product-card{position:relative;width:100%;list-style:none}.bd-product-card .top-area{position:relative}.bd-product-card .image{aspect-ratio:25/28;overflow:hidden;background-color:hsl(var(--white));position:relative}.bd-product-card .image img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;opacity:.9}.card-add{background:hsl(var(--white),.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute;top:var(--grid-gutter-quarter);right:var(--grid-gutter-quarter);padding:.25em 1em;display:flex;justify-content:center;align-items:center;z-index:1;border:none;font-size:var(--body-style)}.bd-product-card .options-panel{position:absolute;display:grid;gap:var(--grid-gutter-quarter);background:hsl(var(--cream),.6);right:0;bottom:0;width:100%;padding:var(--grid-gutter-quarter) var(--grid-gutter-half);height:auto;border:1px solid hsl(var(--tan-light2));top:unset;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bd-product-card .options{margin-top:20px}.options-panel [data-close]{border:none;background:transparent;height:20px;width:20px;position:absolute}.bd-product-card .title-area{top:calc(.5 * var(--grid-gutter));left:calc(.5 * var(--grid-gutter));display:grid;align-items:center;gap:0 var(--grid-gutter);justify-content:space-between;grid-template-columns:auto auto}.bd-product-card .pattern-name{grid-row-start:2;font-weight:400;font-family:var(--body-style);font-size:var(--h6)}.bd-product-card .title-area h2{font-size:var(--h6);font-family:var(--body-style);font-weight:700;margin:0}.bd-product-card variant-radios label{font-weight:600}.bd-product-card variant-radios input{display:none}.bd-product-card variant-radios fieldset{display:flex;gap:calc(var(--grid-gutter) * .25);flex-flow:wrap}.bd-product-card .disabled+label{opacity:.7;font-weight:300}.bd-product-card .disabled+label .swatch-color{opacity:.3;font-weight:300}.bd-product-card>a:empty{position:absolute;height:100%;width:100%;top:0;left:0;display:block;z-index:1}.bd-product-card input:checked+label{text-decoration:underline;text-underline-offset:3px}.bd-product-card .loading-overlay__spinner{position:absolute;left:0;right:0;margin:auto}.bd-product-card .price{font-weight:600;display:flex;gap:.5em;align-items:center;justify-content:flex-end}.bd-product-card .image img{transition:opacity .5s ease-in-out}.bd-product-card .image img.hover-image{opacity:0}.bd-product-card product-form form{grid-template-columns:1fr}.bd-product-card [data-modal-content] .inner{display:grid;gap:var(--grid-gutter-quarter);justify-content:flex-end}.bd-product-card product-form{justify-self:flex-end}.bd-product-card .tooltip{position:absolute;top:-1em;background:hsl(var(--white));padding:.25em .5em;transform:translateY(2em);opacity:0;transition:transform .5s ease,opacity .5s ease}label:focus-visible .tooltip,label:hover .tooltip{opacity:1;transform:translateY(-.5em)}.bd-product-card .swatch-color{height:24px;width:24px;border:1px solid;box-shadow:inset 0 0 0 2px hsl(var(--cream));border-radius:100%}.bd-product-card variant-radios input:checked+label .swatch-color{outline:2px solid hsl(var(--brown))}.bd-product-card .additional-colors{display:flex;gap:calc(var(--grid-gutter) * .15);max-width:100%;flex-flow:wrap;justify-content:flex-end}@media screen and (min-width: 750px){.bd-product-card .additional-colors{grid-column-start:1;grid-column-end:3}}.additional-colors .color-swatch{height:24px;width:24px;display:flex;position:relative;border:1px solid;box-shadow:inset 0 0 0 2px hsl(var(--cream));border-radius:100%;overflow:hidden;justify-content:center;align-items:center}.additional-colors .color-swatch img{object-fit:cover;z-index:-1}.additional-colors .color-swatch.with-featured img{height:400%;width:auto;max-width:400%;max-height:400%}.no-image{position:absolute;top:0;bottom:0;left:0;right:0;padding:var(--grid-gutter);text-align:center;margin:auto;opacity:.2;display:flex;flex-flow:column;justify-content:center;align-items:center}[data-product-card] a{display:block;height:100%;width:100%}[data-product-card] a:focus-visible:before{content:"";border:5px solid hsl(var(--red));position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}[data-product-card] a:focus-visible~product-form{pointer-events:auto;opacity:1}[data-product-card] product-form:focus-within{pointer-events:auto;opacity:1}.bd-product-card .product-info{color:hsl(var(--brown));padding:var(--grid-gutter-quarter);width:100%}.bd-product-card .form__label{display:none}.card-form-area{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:var(--grid-gutter);background:hsl(var(--white),.4);height:max-content;width:max-content;max-width:100%;margin:auto;padding:var(--grid-gutter);opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bd-product-card .product-badges{position:absolute;right:var(--grid-gutter-quarter);top:var(--grid-gutter-quarter);display:flex;gap:var(--grid-gutter-quarter)}.bd-product-card .options-btn{position:absolute;top:0;left:0;padding:.25em .5em;min-height:auto;width:auto;font-size:var(--fine-print);background:hsl(var(--white),.4);color:var(--brown)}.bd-product-card [type=checkbox]:checked~.card-form-area{opacity:1;pointer-events:unset}@media only screen and (min-width: 750px){.cleo-featured-products li:nth-child(5){grid-column-start:3;grid-column-end:5;grid-row-start:1;grid-row-end:3}.cleo-featured-products li:nth-child(10){grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:5}.cleo-featured-products li:nth-child(5) .image,.cleo-featured-products li:nth-child(10) .image{aspect-ratio:1/1.175}.bd-product-card:hover .image img:not(.hover-image,.variant-img){opacity:0}.bd-product-card:hover .card-form-area{opacity:1}.bd-product-card:hover .image img.hover-image{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:var(--grid-gutter);background:hsl(var(--white),.3);height:100%;width:100%;margin:auto;opacity:1}}@media only screen and (max-width: 749px){.bd-product-card.small{background-color:transparent;aspect-ratio:initial}.bd-product-card.small .image{position:relative;width:100%;background-color:hsl(var(--black));aspect-ratio:25 / 28}.bd-product-card.small variant-radios{position:relative;bottom:0;left:0;right:0;color:initial;display:flex}.bd-product-card.small variant-radios fieldset{margin-top:.5em}.bd-product-card .additional-colors{position:relative;bottom:0;right:0;padding:.5em;color:initial;text-align:left;max-width:100%}.small--grid-size-2 .card-form-area{gap:var(--grid-gutter-quarter);margin-bottom:0}.bd-product-card .title-area h2{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bd-product-card [data-modal-content] .inner{justify-content:center}.bd-product-card product-form{justify-self:center}.bd-product-card variant-radios fieldset{display:flex;gap:calc(var(--grid-gutter) * .25);flex-flow:wrap;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/bd-product-card.css.map */
