.pearl-dress-card{grid-column:span 1}
.pearl-dress-image{height:225px;background-image:url('/assets/pearl-dress-berry-front.jpeg');background-size:contain;background-position:center;background-color:#fff}
.pearl-dress-card .badge{background:#791f3d;color:#fff}
.product-color-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.product-color-options label{cursor:pointer}
.product-color-options input{position:absolute;opacity:0;pointer-events:none}
.product-color-options span{display:grid;place-items:center;min-height:50px;border:1px solid #d9cdca;font:600 14px Inter,sans-serif}
.product-color-options input:checked+span{background:#211c1c;border-color:#211c1c;color:#fff}
.product-color-options input:focus-visible+span{outline:2px solid #b87579;outline-offset:2px}
.product-color-field[hidden]{display:none}
@media(max-width:1000px){.pearl-dress-card{grid-column:span 1}}
@media(max-width:640px){.pearl-dress-image{height:320px}}
