/** Shopify CDN: Minification failed

Line 546:0 Expected "}" to go with "{"

**/
/* ==========================================
   GIFT BUNDLE - MINIMALIST DESIGN
   ========================================== */

.gift-bundle-wrapper {
    margin: 20px 0;
    padding: 0;
}

/* ==========================================
   PRODUTO PRINCIPAL - MINIMALISTA
   ========================================== */

.gift-main-product-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

/* Imagem do Produto Principal */
.gift-main-product-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
}

.gift-main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    transition: opacity 0.15s ease;
}

/* Info do Produto Principal */
.gift-main-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

/* Título do Produto */
.gift-main-product-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Container de Preço */
.gift-main-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

/* Preço em Promoção */
.gift-main-price-sale {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

/* Preço Comparativo */
.gift-main-price-compare {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    line-height: 1;
}

/* Preço Regular */
.gift-main-price-regular {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

/* ==========================================
   VARIANTES INLINE - MINIMALISTA
   ========================================== */

.gift-main-product-variants-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.gift-variant-group-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px;
}

.gift-variant-label-inline {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gift-variant-dropdown-inline {
    padding: 7px 28px 7px 12px;
    font-size: 13px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 10px;
    min-width: 75px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gift-variant-dropdown-inline:hover {
    border-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.gift-variant-dropdown-inline:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* ==========================================
   BOX DO BRINDE - MINIMALISTA
   ========================================== */

.gift-bundle-box {
    background: #fafafa;
    border-radius: 8px;
    padding: 14px;
    border: 1px solid #e0e0e0;
}

/* Divisor dentro do box do brinde */
.gift-bundle-box .gift-bundle-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 0 12px 0;
    padding: 0;
}

.gift-bundle-box .gift-bundle-divider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #666;
}

.gift-bundle-box .gift-bundle-divider-icon svg {
    width: 100%;
    height: 100%;
}

.gift-bundle-box .gift-bundle-divider-text {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.gift-bundle-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Imagem do Brinde */
.gift-bundle-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
}

.gift-bundle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Conteúdo do Brinde */
.gift-bundle-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.gift-bundle-header {
    display: flex;
    align-items: center;
}

.gift-bundle-title {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Variantes do Brinde */
.gift-bundle-variants {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gift-bundle-variants .gift-variant-dropdown {
    padding: 6px 28px 6px 12px;
    font-size: 12px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 10px;
    min-width: 90px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gift-bundle-variants .gift-variant-dropdown:hover {
    border-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.gift-bundle-variants .gift-variant-dropdown:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* Preço do Brinde */
.gift-bundle-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.gift-price-compare {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 1;
}

.gift-price-current {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1;
}

/* Mensagem de Indisponível */
.gift-bundle__unavailable {
    margin: 0;
    font-size: 13px;
    color: #d32f2f;
    padding: 14px;
    background: #fff5f5;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #fca5a5;
}

/* ==========================================
   OLD STYLES (Compatibilidade)
   ========================================== */

.gift-main-product-variants {
    margin-bottom: 16px;
}

.gift-variant-label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gift-variant-selects {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gift-variant-dropdown {
    padding: 7px 28px 7px 12px;
    font-size: 13px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-weight: 500;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 10px;
    min-width: 90px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gift-variant-dropdown:hover {
    border-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.gift-variant-dropdown:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* ==========================================
   RESPONSIVE MOBILE
   ========================================== */

@media (max-width: 768px) {
    .gift-bundle-wrapper {
        margin: 16px 0;
    }

    /* Produto Principal Mobile */
    .gift-main-product-header {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 14px;
        gap: 12px;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .gift-main-product-image {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

    .gift-main-product-info {
        flex: 1;
        min-width: 0;
    }

    .gift-main-product-title {
        font-size: 13px;
    }

    .gift-main-product-price {
        gap: 6px;
    }

    .gift-main-price-sale {
        font-size: 18px;
    }

    .gift-main-price-compare {
        font-size: 12px;
    }

    .gift-main-price-regular {
        font-size: 18px;
    }

    /* Variantes Inline Mobile */
    .gift-main-product-variants-inline {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 0;
        padding-top: 10px;
        border-top: none;
        width: 100%;
        flex-basis: 100%;
        order: 10;
    }

    .gift-variant-group-inline {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        flex: 1;
        min-width: 0;
        max-width: calc(50% - 4px);
        padding: 0;
    }

    .gift-variant-label-inline {
        font-size: 10px;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .gift-variant-dropdown-inline {
        width: 100%;
        min-width: 0;
        padding: 7px 26px 7px 10px;
        font-size: 12px;
    }

    /* OLD variants Mobile */
    .gift-variant-selects {
        width: 100%;
    }

    .gift-variant-dropdown {
        flex: 1;
        min-width: 0;
    }

    /* Box do Brinde Mobile */
    .gift-bundle-box {
        padding: 12px;
        margin-top: 10px;
    }

    /* Divisor dentro do box (Mobile) */
    .gift-bundle-box .gift-bundle-divider {
        margin: 0 0 10px 0;
    }

    .gift-bundle-box .gift-bundle-divider-icon {
        width: 14px;
        height: 14px;
    }

    .gift-bundle-box .gift-bundle-divider-text {
        font-size: 10px;
    }

    .gift-bundle-inner {
        gap: 10px;
    }

    .gift-bundle-image {
        width: 55px;
        height: 55px;
    }

    .gift-bundle-title {
        font-size: 12px;
    }

    .gift-bundle-variants {
        width: 100%;
    }

    .gift-bundle-variants .gift-variant-dropdown {
        flex: 1;
        min-width: 0;
    }

    .gift-bundle-price {
        margin-left: 0;
        margin-top: 8px;
        justify-content: center;
    }

    .gift-price-compare {
        font-size: 12px;
    }

    .gift-price-current {
        font-size: 14px;
    }

    .gift-bundle__unavailable {
        font-size: 12px;
        padding: 12px;
