商品
"I AM" WORTH Garment washed baseball cap
"I AM" WORTH Garment washed baseball cap
$23.99 USD
セール価格
$23.99 USD
通常価格
All-over print recycled string bikini bottom
All-over print recycled string bikini bottom
$18.50 USD
セール価格
$18.50 USD
通常価格
All-over print recycled string bikini bottom
All-over print recycled string bikini bottom
$18.50 USD
セール価格
$18.50 USD
通常価格
All-over print recycled string bikini bottom
All-over print recycled string bikini bottom
$18.50 USD
セール価格
$18.50 USD
通常価格
I AM THE MONEY Youth crew neck t-shirt
I AM THE MONEY Youth crew neck t-shirt
$25.94 USD
セール価格
$25.94 USD
通常価格
I AM WORTH A MILLION DOLLARS 色付きマグカップ
I AM WORTH A MILLION DOLLARS 色付きマグカップ
$10.34 USD
セール価格
$10.34 USD
通常価格
/* Animated Hero Section */
.mdb-hero {
position: relative;
height: 90vh;
background: linear-gradient(rgba(15, 32, 39, 0.5), rgba(15, 32, 39, 0.3)),
url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80');
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: var(--white);
}
.mdb-hero h1 {
font-family: 'Playfair Display', serif;
font-size: clamp(2.5rem, 8vw, 5rem);
margin: 0;
letter-spacing: 4px;
animation: fadeInDown 1.5s ease;
}
.mdb-hero p {
font-size: 1.2rem;
letter-spacing: 5px;
text-transform: uppercase;
margin: 20px 0;
animation: fadeInUp 2s ease;
}