GOLDCHANCES COLLECTION
Accesorios Skate
SELECT YOUR PIECE
No products found.
/* =====================================
GOLDCHANCES HOME — MOBILE FIX / V2
===================================== */
/* Evita que el tema cambie nuestros títulos a azul */
.gc-home h1,
.gc-home h2,
.gc-home h3,
.gc-title,
.gc-section-title,
.gc-intro-big {
color: #ffffff !important;
}
.gc-home .gc-eyebrow {
color: #ff4fa3 !important;
}
/* Acerca la portada al menú */
.gc-home {
margin-top: -35px;
}
/* HERO más compacto */
.gc-hero {
min-height: 620px;
}
.gc-hero-content {
padding: 60px 0 50px;
}
.gc-hero-copy {
max-width: 720px;
}
.gc-title {
font-size: clamp(42px, 8vw, 78px);
line-height: 0.92;
}
.gc-hero p {
max-width: 540px;
font-size: 16px;
line-height: 1.6;
}
/* Botones algo más elegantes */
.gc-btn,
.gc-btn-outline {
padding: 15px 25px;
font-size: 11px;
letter-spacing: 2px;
}
/* Reduce espacios entre secciones */
.gc-intro {
padding: 75px 0;
}
.gc-products-section {
padding: 25px 0 75px;
}
.gc-story {
padding: 75px 0;
}
.gc-categories-section {
padding: 15px 0 75px;
}
.gc-worldwide {
padding: 75px 0;
}
/* Imagen From Sahara to Macba menos gigante */
.gc-editorial {
min-height: 520px;
max-height: 650px;
}
.gc-editorial-content {
padding: 50px 0;
}
.gc-editorial-content .gc-section-title {
max-width: 650px;
}
/* Texto más limpio */
.gc-text,
.gc-story p {
color: #c5c5c5 !important;
}
/* Productos algo más premium */
.gc-product {
border-radius: 8px;
}
.gc-product-image {
aspect-ratio: 1 / 1.08;
}
.gc-product-info {
padding: 14px;
}
/* Franja rosa menos exagerada */
.gc-statement {
padding: 65px 20px;
}
.gc-statement-text {
font-size: clamp(34px, 7vw, 75px);
}
/* =====================================
MOBILE
===================================== */
@media (max-width: 700px) {
.gc-home {
margin-top: -25px;
}
.gc-wrap {
width: calc(100% - 32px);
}
.gc-hero {
min-height: 560px;
}
.gc-hero-content {
padding: 45px 0 40px;
}
.gc-title {
font-size: 43px !important;
line-height: .92;
letter-spacing: -1.5px;
}
.gc-hero p {
font-size: 15px;
line-height: 1.55;
margin-bottom: 24px;
}
.gc-buttons {
gap: 9px;
}
.gc-btn,
.gc-btn-outline {
padding: 14px 20px;
font-size: 10px;
}
/* Historia */
.gc-intro {
padding: 60px 0;
}
.gc-intro-grid {
gap: 25px;
}
.gc-intro-big {
font-size: 37px !important;
line-height: .98;
letter-spacing: -1px;
}
.gc-text {
font-size: 15px;
line-height: 1.7;
}
/* Productos */
.gc-products {
grid-template-columns: repeat(2, 1fr);
gap: 9px;
}
.gc-product-name {
font-size: 11px;
}
.gc-price {
font-size: 12px;
}
/* Foto editorial */
.gc-editorial {
min-height: 450px;
max-height: 500px;
}
.gc-editorial-content {
padding: 35px 0;
}
.gc-editorial .gc-section-title {
font-size: 37px !important;
line-height: .95;
max-width: 320px;
}
.gc-editorial p {
font-size: 14px;
line-height: 1.6;
max-width: 320px;
}
/* Sahara / Macba */
.gc-story {
padding: 60px 0;
}
.gc-story-grid {
gap: 45px;
}
.gc-story h3 {
color: #ffffff !important;
font-size: 28px;
}
/* Categorías */
.gc-category {
aspect-ratio: 4 / 5;
border-radius: 8px;
}
/* Frase rosa */
.gc-statement {
padding: 55px 16px;
}
.gc-statement-text {
font-size: 40px;
line-height: .92;
}
}