.product.is-open,
html[data-theme="light"] .product.is-open,
html[data-theme="light"] body:not(.home-page) .product.is-open{
  border-color:rgba(255,255,255,.9)!important;
  background:linear-gradient(145deg,#fbf8f1,#e6dfd3)!important;
  color:#111315!important;
  box-shadow:inset 0 1px rgba(255,255,255,.95),0 34px 80px rgba(0,0,0,.42)!important;
}
.product.is-open:before{opacity:0!important}
.product.is-open h3,
html[data-theme="light"] .product.is-open h3{color:#111315!important}
.product.is-open p,
html[data-theme="light"] body:not(.home-page) .product.is-open p{color:#656866!important}
.product.is-open .eyebrow,
.product.is-open .link{color:#ed5b28!important}
.product.is-open .product-action,
html[data-theme="light"] .product.is-open .product-action{color:#6f716f!important}
.product.is-open:hover{
  border-color:#ff7a3d!important;
  box-shadow:inset 0 1px rgba(255,255,255,.95),0 38px 88px rgba(0,0,0,.46)!important;
}
