.ProductCard_card__KAuJ_{border-radius:var(--radius-small);padding:2rem;display:flex;flex-direction:column;height:100%;background:var(--glass-bg);backdrop-filter:var(--glass-backdrop);-webkit-backdrop-filter:var(--glass-backdrop);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%}.ProductCard_card__KAuJ_:hover{transform:translateY(-5px);background:var(--glass-hover);border-color:var(--glass-accent);box-shadow:0 12px 40px rgba(0,0,0,.3)}.ProductCard_header__skY7p{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ProductCard_title__a4MAG{font-size:1.5rem;margin:0;color:#ffffff;font-family:var(--font-clashDisplay);font-weight:500}.ProductCard_category__FsCo_{color:#888888;font-size:1rem;text-transform:uppercase}.ProductCard_description__HzLzL{color:#888888;margin-bottom:2rem;flex-grow:1;line-height:1.5;font-size:16px;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.ProductCard_description__HzLzL pre{white-space:pre-wrap!important;white-space:-moz-pre-wrap!important;white-space:-pre-wrap!important;white-space:-o-pre-wrap!important;word-wrap:break-word!important;overflow-wrap:break-word!important;max-width:100%;margin:0;font-family:inherit;font-size:inherit}.ProductCard_description__HzLzL a{color:#7296fa;text-decoration:underline;transition:color .2s ease;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;display:inline-block;max-width:100%}.ProductCard_description__HzLzL a:hover{color:#FF7F3F}.ProductCard_description__HzLzL p{margin-bottom:1rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.ProductCard_description__HzLzL ol,.ProductCard_description__HzLzL ul{margin:1rem 0;padding-left:1.5rem}.ProductCard_description__HzLzL li{margin-bottom:.5rem}.ProductCard_description__HzLzL h2,.ProductCard_description__HzLzL h3{color:#ffffff;margin:1.5rem 0 1rem;font-family:var(--font-clashDisplay);font-weight:500}.ProductCard_description__HzLzL h2{font-size:1.4rem}.ProductCard_description__HzLzL h3{font-size:1.2rem}.ProductCard_description__HzLzL b,.ProductCard_description__HzLzL strong{color:#e0e0e0;font-weight:600}.ProductCard_description__HzLzL em,.ProductCard_description__HzLzL i{font-style:italic}.ProductCard_description__HzLzL u{text-decoration:underline}.ProductCard_price__NPR0c{font-size:2.5rem;text-align:center;margin:1.5rem 0;font-family:var(--font-clashDisplay);display:flex;align-items:center;justify-content:center;gap:4px}.ProductCard_priceValue__qE9wJ{display:inline-block;animation:ProductCard_priceChange__5Ikhk .4s cubic-bezier(.4,0,.2,1)}.ProductCard_priceCurrency__3pLVu{color:#888888;font-size:1.5rem;font-weight:400}@keyframes ProductCard_priceChange__5Ikhk{0%{transform:scale(1.1);opacity:.7}50%{transform:scale(.95);opacity:.9}to{transform:scale(1);opacity:1}}.ProductCard_buyButton__xi91a{width:100%;background:linear-gradient(135deg,rgba(114,150,250,.8),rgba(90,123,248,.8));backdrop-filter:var(--glass-backdrop);-webkit-backdrop-filter:var(--glass-backdrop);border:1px solid var(--accent);color:#ffffff;padding:1rem;border-radius:var(--radius-small);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:16px;font-weight:500;box-shadow:0 8px 32px rgba(114,150,250,.3)}.ProductCard_buyButton__xi91a:hover{background:linear-gradient(135deg,rgba(114,150,250,.9),rgba(90,123,248,.9));transform:translateY(-2px);box-shadow:0 12px 40px rgba(114,150,250,.4)}.ProductCard_buyButtonDisabled__6QrsN{width:100%;background:var(--glass-bg);border:1px solid var(--glass-border);color:rgba(255,255,255,.5);padding:1rem;border-radius:var(--radius-small);font-size:1rem;cursor:not-allowed;transition:background .16s ease-out,box-shadow .16s ease-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);margin-top:auto;text-shadow:none}.ProductCard_buyButtonDisabled__6QrsN:hover{background:var(--glass-bg);transform:none;box-shadow:none}