@font-face {
    font-family: "Dim Condensed";
    src: url('./fonts/din-condensed/DIN-Regular.ttf');
}

@font-face {
    font-family: "Dim Condensed Bold";
    src: url('./fonts/din-condensed/DIN-Bold.ttf');
    font-weight: bold;
}

/* ===== RESET E ESTILOS GLOBAIS ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Veuve Clicquot Serif';
    src: url('/fonts/Veuve Clicquot Title Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Veuve Clicquot Sans Regular';
    src: url('/fonts/VEUVECLICQUOTSANS-REGULAR.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Veuve Clicquot Sans Bold';
    src: url('/fonts/VEUVECLICQUOTSANS-BOLD.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Veuve Clicquot Sans light';
    src: url('/fonts/VEUVECLICQUOTSANS-LIGHT.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Veuve Clicquot title light';
    src: url('/fonts/Veuve Clicquot Title Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}



body {
    font-family: 'Veuve Clicquot Serif';
    overflow-x: hidden;
}

/* ===== SISTEMA DE PÁGINAS ===== */
.page--ice-jackson {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    min-height: 100vh;
}

.page--ice-jackson.active {
    display: block;
    opacity: 1;
}

/* ===== HEADER COMUM ===== */
.header--ice-jackson {
    text-align: center;
    padding-top: 30px;
}

.brand--ice-jackson {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #333;
}

.brand-header--ice-jackson {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 0rem;
    padding-top: 20px;
    position: absolute;
    top: 0;
}

.product-image-wrapper--ice-jackson {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.garrafa-rose-image {
    margin-left: 50px;
}

.garrafa-rose-image img {
    width: 530px;
}

/* ========================================
   PÁGINA 1: LANDING PAGE
======================================== */
.container-page1--ice-jackson {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-image: url('image/bannerhome-resized-to-5339x3500.jpeg');
    background-size: cover;
    background-position-y: -100px;
}

.background-overlay--ice-jackson {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-overlay--ice-jackson::before,
.background-overlay--ice-jackson::after {
    content: '';
    position: absolute;
    background: rgba(255, 165, 0, 0.3);
    border-radius: 50%;
    filter: blur(80px);
}

.background-overlay--ice-jackson::before {
    width: 600px;
    height: 600px;
    top: -200px;
    left: -150px;
}

.background-overlay--ice-jackson::after {
    width: 500px;
    height: 500px;
    bottom: -100px;
    right: -100px;
    background: rgba(244, 208, 63, 0.4);
}

.content-page1--ice-jackson {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem 4rem;
    align-items: center;
    min-height: calc(100vh - 150px);
}

.text-section--ice-jackson {
    padding: 2rem;
}

.title--ice-jackson {
    font-size: 40px;
    font-weight: 300;
    color: #FFF3DC;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.description--ice-jackson {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #FFF3DC;
    margin-bottom: 2.5rem;
    max-width: 390px;
    font-family: 'Veuve Clicquot Sans light';
}

.cta-button--ice-jackson {
    background: #FFA300;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-radius: 70px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 270px;
}

.cta-button--ice-jackson:hover {
    background: rgba(255, 140, 0, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.image-section--ice-jackson {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.product-container--ice-jackson {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image--ice-jackson {
    width: 80%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    z-index: 2;
    position: relative;
}

.product-container--ice-jackson::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 450px;
    height: 300px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.personalise-tag--ice-jackson {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.5rem 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #333;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.personalise-tag--ice-jackson span {
    display: block;
}

.decorative-tags--ice-jackson {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 2;
}

.tag--ice-jackson {
    background: #fff;
    padding: 0.8rem 1.5rem;
    margin: 0.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    display: inline-block;
    line-height: 1.3;
}

.tag-2--ice-jackson {
    transform: rotate(3deg);
    margin-left: -10px;
}

.tag-3--ice-jackson {
    transform: rotate(-8deg);
    margin-left: -15px;
}

/* ========================================
   PÁGINA 2: SELEÇÃO DE PRODUTOS
======================================== */
.container-page2--ice-jackson {
    width: 100%;
    min-height: 100vh;
    padding: 0 2rem;
    background-color: #FFF9F1;
}

.product-bottle--ice-jackson {
    height: auto;
    width: 480px;
    padding-left: 50px;
}

.products-section--ice-jackson {
    display: flex;
    align-items: baseline;
    max-width: 1200px;
    margin: 1rem auto 0;
    padding: 0rem;
    justify-content: space-around;
}

.product-card--ice-jackson {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.product-label--ice-jackson {
    text-align: left;
    width: 100%;
    max-width: 400px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.label-yellow--ice-jackson,
.label-rose--ice-jackson,
.label-text--ice-jackson {
    color: #ffb600;
    display: block;
}

.product-image-wrapper--ice-jackson {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-container--ice-jackson {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.platform--ice-jackson {
    border-radius: 50%;
    position: relative;
}


.select-button--ice-jackson {
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 350px;
    height: 50px;
    margin-top: -70px;
    z-index: 1;
}

.select-button--ice-jackson:hover {
    background-color: #2a2a2a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   PÁGINA 3: PERSONALIZAÇÃO
======================================== */
.container-page3--ice-jackson {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
    position: relative;
}

.preview-section--ice-jackson {
    height: 100vh;
    background-color: #FFF3DC;
    background-image: url('image/image-escrecer.png');
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bottle-wrapper--ice-jackson {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-container-page3--ice-jackson {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.platform-container-page3--ice-jackson .platform.yellow--ice-jackson {
    width: 320px;
    height: 70px;
    margin-bottom: -15px;
}


.ice-jacket--ice-jackson {
    position: absolute;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jacket-texture--ice-jackson {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.label-preview--ice-jackson {
    position: relative;
    width: 320px;
    height: 200px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
    margin-top: 30px;
}

.label-preview--ice-jackson::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(90deg,
            transparent,
            transparent 1px,
            rgba(0, 0, 0, 0.03) 1px,
            rgba(0, 0, 0, 0.03) 2px),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 1px,
            rgba(0, 0, 0, 0.03) 1px,
            rgba(0, 0, 0, 0.03) 2px);
    pointer-events: none;
}

.preview-line--ice-jackson {
    font-family: "Dim Condensed Bold", 'Arial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.2;
    word-wrap: break-word;
    max-width: 100%;
    letter-spacing: 5px;
}

.finalize-button--ice-jackson {
    /* position: absolute; */
    /* bottom: 70px; */
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    padding: 1rem 4rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* margin-top: 2rem; */
    z-index: 9;
}

.finalize-button--ice-jackson:hover {
    background-color: #2a2a2a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.customization-panel--ice-jackson {
    background: rgba(255, 164, 0, 0.4);
    padding: 1rem 0rem;
    overflow-y: auto;
    width: 420px;
    position: absolute;
    z-index: 999;
    right: 32px;
    margin-top: 30px;
    border: 2px solid #fff;
    border-radius: 16px;
}

.panel-header--ice-jackson {
    margin-bottom: 2rem;
}

.product-name--ice-jackson {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
}

.panel-content--ice-jackson {
    border-radius: 20px;
    padding: 0 2rem;
}

.section-title--ice-jackson {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    font-family: 'Veuve Clicquot Sans Regular';
    text-transform: uppercase;

}

.input-group--ice-jackson {
    margin-bottom: 1rem;
}

.text-input--ice-jackson {
    width: 100%;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    height: 40px;
    padding-left: 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.text-input--ice-jackson:focus {
    outline: none;
    border-color: #ffb600;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(255, 182, 0, 0.2);
}

.text-input--ice-jackson::placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.divider--ice-jackson {
    background: rgba(255, 164, 0, 0);
    margin: 0 0;
    /* overflow: auto; */
    /* height: 185px; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    justify-content: center;
    
}

.font-grid--ice-jackson {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow: auto;
    height: 165px;
    width: 300px;
}

.font-button--ice-jackson {
    background: rgba(255, 164, 0, 0.42);
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 164, 0, 0.42);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    height: 80px;
    width: 165px;
    align-items: center;
}

.imagem-logo-fundo-lepetit {
    position: absolute;
    width: 150px;
    left: 100px;
    top: 30px;
}

.font-button--ice-jackson.active {
    background: rgba(255, 182, 0, 0.8);
    border-color: #ffffff;
    border-width: 3px;
    box-shadow: 0 4px 20px rgba(255, 182, 0, 0.4);
}

.font-button--ice-jackson span {
    font-size: 16px;
    font-weight: 600;
}

/* ========================================
   PÁGINA 4: FINALIZAÇÃO
======================================== */
.container-page4--ice-jackson {
    min-height: 100vh;
    background-color: #FFF9F1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-card {
    z-index: 99999999;
}

.img-pedestal {
    width: 490px;
    position: absolute;
    bottom: -85px;
    z-index: -999;
    margin-left: 10px;
}

.product-card {
    border-radius: 32px;
    padding: 0rem;
    display: flex;
    gap: 4rem;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('image/imagem-custom-final-2-removebg-preview.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    width: 280px;
}

.bottle-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 70px;
    margin-left: 10px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.label-final--ice-jackson {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 30px;
    border-radius: 4px;
    text-align: center;
    z-index: 10;
}

.final-line--ice-jackson {
    font-size: 9px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.product-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.btn {
    flex: 1;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-outline {
    background: transparent;
    border: 2px solid #2c2c2c;
    color: #2c2c2c;
}

.btn-outline:hover {
    background: #2c2c2c;
    color: white;
    box-shadow: 0 8px 20px rgba(44, 44, 44, 0.2);
    transform: translateY(-2px);
}

.btn-primary {
    background: #2c2c2c;
    color: white;
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.2);
    width: 430px;
}

.btn-primary:hover {
    background: #1a1a1a;
    box-shadow: 0 8px 24px rgba(44, 44, 44, 0.3);
    transform: translateY(-2px);
}

.btn span {
    position: relative;
    z-index: 1;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
/* Página 1 Responsivo */
@media (max-width: 968px) {

    .wrapper {
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
        gap: 10px;
    }

    .leftSide {
        width: 82%;
    }

    .right {
        display: flex;
        height: fit-content;
        align-items: center;
        justify-content: center;
        width: 150px;
    }

    .finalize-button--ice-jackson {
        width: 100px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 15px 70px;
    }

    .preview-section--ice-jackson {
        background-size: cover;
    }

    .imagem-logo-fundo-lepetit {
        display: none;
    }

    .customization-panel--ice-jackson {
        background: rgba(255, 164, 0, 0.4);
        padding: 1rem 0rem;
        overflow-y: auto;
        width: 420px;
        position: absolute;
        z-index: 999;
        right: 32px;
        margin-top: 30px;
        border: 2px solid #fff;
        border-radius: 0px;
    }


    .divider--ice-jackson {
        background: rgba(255, 164, 0, 0);
        margin: 0rem 0;
        overflow: auto;
        height: 185px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        justify-content: center;
        
    }


    .product-bottle--ice-jackson {
        width: 330px;
        padding-left: 50px;
        height: 339px;
        object-fit: cover;
    }

    .font-button--ice-jackson {
        background: rgba(255, 164, 0, 0.42);
        border-radius: 13px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 164, 0, 0.42);
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        line-height: 1.4;
        height: 80px;
        width: 140px;
        align-items: center;
    }

    .content-page1--ice-jackson {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 1rem 2rem;
    }

    .title--ice-jackson {
        font-size: 3rem;
    }

    .text-section--ice-jackson {
        order: 2;
        width: 300px;
    }

    .image-section--ice-jackson {
        order: 1;
    }


    .content-page1--ice-jackson {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .brand--ice-jackson {
        font-size: 1.5rem;
    }

    .content-page1--ice-jackson {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
        align-items: center;
    }

    .description--ice-jackson {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #000;
        margin-bottom: 2.5rem;
        max-width: 390px;
        font-family: 'Veuve Clicquot Sans light';
    }

    .title--ice-jackson {
        font-size: 40px;
        font-weight: 300;
        color: #000;
        margin-bottom: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 1.2;
    }

    .select-button--ice-jackson {
        background-color: #3a3a3a;
        color: #ffffff;
        border: none;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        cursor: pointer;
        border-radius: 50px;
        transition: all 0.3s ease;
        font-weight: 500;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 50px;
        margin-top: -70px;
        z-index: 1;
    }

    .container-page1--ice-jackson {

        background-position-y: 0px;
    }


    .container-page4--ice-jackson {
        min-height: 100vh;
        background-color: transparent;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header--ice-jackson {
        text-align: center;
        padding-top: 0px;
    }

    .cta-button--ice-jackson {
        background: #FFA300;
        color: #fff;
        border: none;
        padding: 1rem 2.5rem;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
        border-radius: 70px;
        transition: all 0.3s ease;
        font-weight: 500;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        width: 270px;
    }

    .title--ice-jackson {
        font-size: 2.5rem;
    }

    .product-container--ice-jackson {
        height: 450px;
    }

    .product-card {
        grid-template-columns: 1fr;
        gap: 0rem;
        padding: 0rem;
    }

    .btn-outline {
        background: transparent;
        border: 2px solid #2c2c2c;
        color: #2c2c2c;
        width: 170px;
    }

    .btn-outline:hover {
        background: #2c2c2c;
        color: white;
        box-shadow: 0 8px 20px rgba(44, 44, 44, 0.2);
        transform: translateY(-2px);
    }

    .btn-primary {
        background: #2c2c2c;
        color: white;
        box-shadow: 0 4px 12px rgba(44, 44, 44, 0.2);
        width: 170px;
        font-size: 12px;
    }

    .product-actions {
        flex-direction: column;
    }

    .preview-line--ice-jackson {
        /* font-family: "Dim Condensed Bold", 'Arial', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        line-height: 1.2;
        word-wrap: break-word;
        max-width: unset;
        letter-spacing: 5px; */
        font-family: "Dim Condensed Bold", 'Arial', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        color: #393939;
        text-align: center;
        line-height: .7;
        word-wrap: break-word;
        max-width: unset;
        letter-spacing: -1px;
    }

    

    .products-section--ice-jackson {
        flex-direction: column;
        gap: 4rem;
        padding: 1rem;
    }

    .product-label--ice-jackson {
        font-size: 2.5rem;
        text-align: center;
    }
}

/* Página 3 Responsivo */
@media (max-width: 1024px) {
    .container-page3--ice-jackson {
        grid-template-columns: 1fr;
    }


    .preview-section--ice-jackson {
        min-height: 45vh;
        border-bottom: 3px solid #ffb600;
        height: 100%;
    }

    .label-preview--ice-jackson {
        margin-top: 12px!important;
    }

    .finalize-button--ice-jackson {
        bottom: 40px;
    }

    .customization-panel--ice-jackson {
        position: relative;
        right: auto;
        width: 100%;
        max-width: 600px;
        margin: 0rem auto;
    }

    .container-page1--ice-jackson {
        position: relative;
        width: 100%;
        min-height: 100vh;
        overflow: hidden;
        background-image: url('image/bannerhome-resized-to-5339x3500.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 768px) {
    .font-grid--ice-jackson {
        grid-template-columns: 1fr;
    }

    .ice-jacket--ice-jackson {
        width: 220px;
        height: 360px;
    }

    .label-preview--ice-jackson {
        width: 150px;
        height: 110px;
    }
}

@media (max-width: 480px) {

    .container-page2--ice-jackson,
    .preview-section--ice-jackson {
        padding: 1rem;
    }

    .ice-jacket--ice-jackson {
        width: 200px;
        height: 320px;
    }

    .label-preview--ice-jackson {
        width: 140px;
        height: 100px;
    }

    .preview-line--ice-jackson {
        font-size: 1.9rem;
    }
}