/* Reset e base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fff;
    color: #242424;
}

/* Container principal */
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 100%;
    padding: 0 5vw !important;
}

.titulo-apoio {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.06em;

    color: #000000;


}

/* Lado esquerdo */
.products-container {
    flex: 1 1 60%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}
.products-container-breaddump {
    flex: 1 1 60%;
    min-width: 300px;
    margin-top: 1.5rem;
    margin-bottom: -0.75rem;
    display: flex;
    flex-direction: column;
}
.products-container h2 {
    font-weight: 700;
    font-size: 2rem;
    /* 32px */
    line-height: 2.4375rem;
    /* 39px */
    margin-bottom: 1rem;
}

/* Card do produto */
.product-card-cart {
    display: grid;
    grid-template-areas:
        "image info"
        "quantity price"
        "action action";
    grid-template-columns: 120px 1fr;
    width: 100%;    
	margin-bottom: 30px;
}
.form-qtd{
    display: block;
    width: auto;                 /* permite largura autom�tica */
    min-width: 40px;             /* largura m�nima para 1-2 d�gitos */
    max-width: 70px;             /* largura m�xima para at� 4 d�gitos */
    padding: 0.375rem 0.5rem;    /* padding equilibrado */
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;          /* centraliza o n�mero */
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.produtos-container{
    border: 2px solid #D9D9D9;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
}
.product-image img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.lixeira-left {
    width: 0.9rem;
}
.product-info {
    display: flex;
    flex-direction: column;
    grid-area: info;
    gap: 0.25rem;
}
.product-info-lateral {
    display: flex;
    flex-direction: column;
    grid-area: info;
    gap: 0.25rem;
    width: 250px;
}
.product-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 20px;
    letter-spacing: -0.06em;
    color: #242424;
    display: flex;
    align-items: start;
}

.product-model {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.06em;
    color: #242424;
    display: flex;
    align-items: start;
    font-size: 0.85rem;
}

.product-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    grid-area: quantity;
}
/* Rectangle 449 */

.p-5p{
    padding: 5px;
}

.quantity-btn {
    border: 1px solid #D9D9D9;
    border-radius: 6px!important;
    background: none;
    font-size: 1.25rem;
    box-sizing: border-box;
    padding: 0.05rem 0.4rem;
    cursor: pointer;
}

.quantity {
    font-size: 0.85rem !important;
    font-weight: 400;
    color: #242424;
}

.product-price {
    font-size: 1rem;
    /* 20px */
    font-weight: 500;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-area: price;
}

.product-action {
    display: flex;
    flex-direction: row;
    font-size: 0.85rem !important;
    align-items: center;
    justify-content: space-between;
}

.customize-btn {
    padding: 0.5rem;
    border: 1px solid #D9D9D9;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    /* 12px */
    color: #242424;
    background: none;
    cursor: pointer;
}
.customize-btn-lateral {
    padding: 0.25rem!important;
}
.shipping-section {
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    padding: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.shipping-title {
    font-size: 1.5rem;
    /* 24px */
    font-weight: 500;
    color: #242424;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.06em;
}

.cep-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {

	.cep-box {
		display: flex;
		gap: 0.75rem;
		margin-bottom: 1rem;
		flex-direction: column;
	}
	.cep-input {
		flex: 1;
		border: 2px solid #d9d9d9;
		border-radius: 12px;
		padding: 0.8rem 1rem;
		font-size: 1rem;
		width: 100%;
		color: #494949;
	}
	.cep-btn {
		background: #242424;
		color: #fff;
		border-radius: 12px;
		padding: 0.8rem 1.5rem;
		font-size: 1rem;
		font-weight: 600;
		border: none;
		cursor: pointer;
		width: 100%;
	}
	.shipping-section {
		/*border: 2px solid #d9d9d9;*/
		border-radius: 15px;
		/* padding: 1.5rem; */
		font-family: 'Montserrat', sans-serif;
	}
}
.cep-input {
    flex: 1;
    border: 2px solid #d9d9d9;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    color: #494949;
}

.cep-btn {
    background: #242424;
    color: #fff;
    border-radius: 12px;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.cep-help {
    font-size: 0.9rem;
    font-weight: 500;
    color: #242424;
    text-decoration: none;
}

.shipping-subtitle {
    font-size: 1rem;
    color: #242424;
    margin: 1rem 0;
}

.shipping-card {
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    cursor: pointer;
}

.shipping-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.shipping-icon {
    font-size: 1.5rem;
}

.shipping-info {
    display: flex;
    flex-direction: column;
}

.shipping-name {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 500;
    color: #242424;
}

.shipping-details {
    font-size: 0.9rem;
    color: #242424;
}

.shipping-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.badge {
    background: #e6f5f6;
    color: #3dbecf;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.shipping-card input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #7eb339;
    /* radio verde */
    cursor: pointer;
}

.free-shipping {
    font-size: 0.9rem;
    font-weight: 500;
    color: #242424;
    margin: 1rem 0 0.25rem;
}

.form-titulo-carrinho {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */
    letter-spacing: -0.06em;
    margin-bottom: 5px;
    color: #242424;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #d9d9d9;
    border-radius: 2px;
    overflow: hidden;
}

.progress {
    width: 35%;
    /* ajusta pelo valor do carrinho */
    height: 100%;
    background: #7eb339;
}


.checkout-summary {
    flex: 1 1 25%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

.summary-card {
    background: #f2f2f2;
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 28rem;
    /* limita no desktop */
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.summary-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #242424;
}

.discount-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3dbecf;
    margin-left: 0.2rem;
}

.summary-row.discount {
    justify-content: flex-start;
    /* gruda � esquerda */
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #242424;
}

.summary-row-descont {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 5.5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    max-width: 40%;
    padding: 4px;
    line-height: 15px;
    letter-spacing: -0.06em;
    color: #3DBECF;
}

.summary-row.saving {
    font-weight: 700;
    color: #3dbecf;
}

.discount-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3dbecf;
}

.summary-divider {
    width: 100%;
    height: 1px;
    background: #242424;
    margin: 0.5rem 0;
}

.summary-row.total {
    font-size: 1.25rem;
    font-weight: 600;
}

.price {
    white-space: nowrap;
}

.checkout-btn {
    background: #7eb339;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.checkout-btn:hover {
    background: #6ca02f;
}

.back-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #242424;
    text-decoration: underline;
    text-align: center;
    margin-top: 0.5rem;
    display: block;
}
.checkout-summary-left {
    flex: 1 1 25%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
}
.product-card-left {
    display: grid;
    grid-template-areas:
        "image info"
        "quantity price"
        "action action";
    /* grid-template-columns: 120px 1fr; */
    width: 100%;    
	margin-bottom: 30px;
}
/* Responsividade */
@media (max-width: 768px) {
    .checkout-summary {
        justify-content: center;
        padding: 1rem;
    }

    .summary-card {
        width: 100%;
        max-width: none;
    }

    .summary-title,
    .summary-row,
    .checkout-btn,
    .back-link {
        font-size: 1rem;
    }

    .checkout-btn {
        font-size: 1.1rem;
    }
}

.discount-label {
    position: absolute;
    top: 2.5rem;
    left: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3DBECF;
}

/* Bot�es finais */
.btn-primary {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: none;
    background-color: #7EB339;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}

.btn-secondary {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    color: #242424;
    text-decoration: underline;
    cursor: pointer;
}

/* Responsividade */
@media (max-width: 1024px) {
    .container {
        flex-direction: column;
    }

    .order-summary {
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    .product-card-cart {
        /* grid-template-areas:
        "image"
        "info"
        "quantity"
        "price"
        "action"; */
        /* grid-template-columns: 1fr; */
        display: flex;
    }
    .product-card-left {
        display: flex;
    }
	.product-image{

    display: flex;
    align-items: center;
	}
    .product-image img {
        width: 90%;
        display: flex;
        height: 125px;
        margin-right: 25px;
        object-fit: contain;
    }
	.products-container {
		flex: 1 1 60%;
		min-width: 300px;
		display: flex;
		flex-direction: column;
		width: 100%!important;
	}
	.product-card-cart {
		padding: 0!important;
	}
    .product-card-left {
        padding: 0!important;
    }
	.produtos-container {
		padding: 0.5rem!important;
	}
	.product-info {
		margin-left: 10px!important;
	}
	.product-price {
		display:none!important;
	}
	.badge {
		display:none!important;
	}
	.shipping-name {
		font-size: 0.80rem!important;
	}
	.shipping-details {
		font-size: 0.8rem;
		color: #242424;
	}

	.pickup-text {
		font-size: 0.80rem!important;
	}
	.product-price-mobile {
        display: flex !important;
        margin-top: 2px;
	}
	.product-quantity {
		margin-left: 1rem!important;
	}	
	.lixeira {
		width:15px!important;
	}
	.product-action {
		margin-top: 0px !important;
	}
	.titulo-apoio {
		font-size: 1.2rem!important;
	}
	.area-imagem {
		height: 200px;
	}
	.customize-btn {
		border: 1px solid #D9D9D9;
		border-radius: 10px !important;
		font-size: 0.75rem;
		color: #242424;
		background: none;
		cursor: pointer;
		width: 6.8ch;
		margin-right: 4px;
		white-space: nowrap;
		overflow: hidden;
	}
}
.lixeira {
	width:20px;
}
.product-price-mobile {
	display:none;
}
.discount-coupon {
    width: 100%;
    max-width: 28rem;
    margin-top: 20px;    
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coupon-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    /* 24px */
    font-weight: 500;
    color: #242424;
    letter-spacing: -0.06em;
}

.coupon-form {
    display: flex;
    width: 100%;
    border: 2px solid #d9d9d9;
    border-radius: 0.75rem;
    /* 12px */
    overflow: hidden;
}

.coupon-input {
    flex: 1;
    padding: 0.9rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /* 14px */
    font-weight: 500;
    color: #494949;
    border: none;
    outline: none;
}

.coupon-btn {
    background: #242424;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    /* 16px */
    font-weight: 600;
    padding: 0 1.5rem;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.coupon-btn:hover {
    background: #000;
}

/* Responsividade */
@media (max-width: 768px) {
    .discount-coupon {
        max-width: 100%;
        padding: 0 1rem;
    }

    .coupon-title {
        font-size: 1.25rem;
    }

    .coupon-input {
        font-size: 0.8rem;
        padding: 0.7rem 0.8rem;
    }

    .coupon-btn {
        font-size: 0.9rem;
        padding: 0 1rem;
    }
}
	.alinhamento-cantoacanto{
		
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	
    margin-top: 15px;
	}
	.mr-15{
		
    margin-right: 15px;
	}
	.pickup-card {
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    cursor: pointer;
}

.pickup-left {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

.pickup-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.pickup-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.pickup-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #242424;
}  

.pickup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.pickup-text {
    font-size: 0.9rem;
    color: #242424;
    flex: 1;
    margin-right: 10px;
}

.pickup-radio {
    width: 20px;
    height: 20px;
    accent-color: #7eb339;
    cursor: pointer;
    flex-shrink: 0;
}

/* Hover e foco opcionais */
.pickup-row:hover {
    background-color: #f9f9f9;
}

.pickup-card:hover {
    border-color: #7eb339;
}
