.product{gap:var(--gap);display:grid}@media (min-width:768px){.product{padding-inline:var(--row-space);grid-template-columns:repeat(12,1fr)}}.product__media{position:relative}@media (min-width:768px){.product__media{grid-column:span 7}}.product__media-badge{z-index:1;width:57px;height:57px;position:absolute;top:1.6rem;right:1.6rem}@media (min-width:1025px){.product__media-badge{width:110px;height:110px}}.product__details{padding-inline:var(--row-space)}@media (min-width:768px){.product__details{top:var(--header-height);translate:0 var(--header-offset);grid-column:span 5;align-self:flex-start;padding-inline:1.6rem 0;transition:translate .2s cubic-bezier(.37,0,.63,1)}}.product__details :where(.shopify-payment-button) .shopify-payment-button__button{min-width:100%;font-size:1.2rem;font-weight:700;line-height:inherit;letter-spacing:.02em;text-transform:uppercase;border-radius:500px;padding:14px 26px}.product__details :where(.shopify-payment-button) .shopify-payment-button__button--unbranded{color:#191919;background-color:#fff;box-shadow:inset 0 0 0 1px}.product__details :where(.shopify-payment-button) .shopify-payment-button__button--unbranded:hover{color:#fff;box-shadow:none;background-color:#191919}.product__details :where(.shopify-payment-button) .shopify-payment-button__button[aria-hidden=true]{display:none}.product__description-full{margin-bottom:1.2rem;display:none}.product__description-full.is-active{display:block}.product__description-full.is-active+.product__description-short{display:none}.product__description-short{margin-bottom:1.2rem}