.elementor-kit-9{--e-global-color-primary:#FAF6F1;--e-global-color-secondary:#BB834E;--e-global-color-text:#2C2A26;--e-global-color-accent:#6A5F54;--e-global-typography-primary-font-family:"Forum";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roundo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roundo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roundo";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* THANK YOU PAGE */

.botanicc-thankyou{

background:#fff;
padding:40px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);

text-align:center;

max-width:700px;
margin:0 auto 40px auto;

}

.botanicc-success-icon{

width:60px;
height:60px;

background:#b8834f;
color:#fff;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;
margin:0 auto 20px auto;

}

.botanicc-thankyou h2{

margin-bottom:10px;
font-size:28px;

}

.botanicc-order-info{

margin:20px 0;

}

.botanicc-buttons{

display:flex;
gap:15px;
justify-content:center;
margin-top:20px;

}

.botanicc-btn{

background:#b8834f;
color:white;
padding:12px 22px;
border-radius:8px;
text-decoration:none;

}

.botanicc-btn.secondary{

background:#eee;
color:#333;

}

.botanicc-recommendations{

margin-top:50px;
text-align:center;

}

.botanicc-recommendations h3{

margin-bottom:25px;
font-size:22px;

}

/* DETALLES PEDIDO */

.woocommerce-order-details{

background:#ffffff;
padding:35px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);

margin:40px auto;

max-width:900px;

}

/* TABLA */

.woocommerce-table{

border:none;

}

.woocommerce-table th{

font-weight:600;
padding-bottom:12px;

}

.woocommerce-table td{

padding:12px 0;
border-bottom:1px solid #f1ede7;

}

/* DIRECCION */

.woocommerce-customer-details{

background:#ffffff;

padding:35px;
border-radius:16px;

box-shadow:0 10px 25px rgba(0,0,0,0.05);

max-width:900px;

margin:0 auto 40px auto;

}

/* PRODUCTOS RECOMENDADOS */

.botanicc-recommendations{

max-width:1100px;
margin:60px auto;

}

.botanicc-recommendations ul.products{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

/* CARD PRODUCTO */

.botanicc-recommendations li.product{

background:#ffffff;

padding:20px;

border-radius:14px;

box-shadow:0 10px 25px rgba(0,0,0,0.05);

transition:all .25s ease;

}

.botanicc-recommendations li.product:hover{

transform:translateY(-4px);

}

/* OCULTAR RESUMEN GRIS SUPERIOR */

.woocommerce-order-overview{
display:none !important;
}

.woocommerce-notice--success{
display:none !important;
}

.woocommerce-bacs-bank-details{
    display: none !important;
}

/* BOTONES THANK YOU */

.botanicc-buttons{
display:flex;
gap:15px;
justify-content:center;
margin-top:25px;
}

.botanicc-btn{

background:#b8834f;
color:#ffffff !important;

padding:14px 26px;

border-radius:30px;

text-decoration:none;

font-weight:500;

transition:all .25s ease;

display:inline-block;

}

/* HOVER BOTON PRINCIPAL */

.botanicc-btn:hover{

background:#a06e3f;
color:#ffffff;

transform:translateY(-1px);

}

/* BOTON SECUNDARIO */

.botanicc-btn.secondary{

background:#ece7e1;
color:#333333 !important;

}

/* HOVER SECUNDARIO */

.botanicc-btn.secondary:hover{

background:#e2dbd3;
color:#333333;

}

.botanicc-thankyou{

margin-top:60px;

padding:50px;

border-radius:20px;

}

/* ocultar avisos y resumen default de woo en thank you */
.woocommerce-order-overview,
.woocommerce-notice--success,
.woocommerce-thankyou-order-received {
	display: none !important;
}

/* tarjeta principal */
.botanicc-thankyou{
	max-width: 760px;
	margin: 60px auto 0;
	padding: 52px 48px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 14px 40px rgba(0,0,0,0.06);
	text-align: center;
}

.botanicc-success-icon{
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: #bb834e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
}

.botanicc-thankyou h2{
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
	color: #3d3d3d;
}

.botanicc-thankyou p{
	color: #6d6d6d;
	margin: 0 0 10px;
}

.botanicc-order-info{
	margin: 28px 0 10px;
}

.botanicc-order-info p{
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #5e5e5e;
}

.botanicc-order-info strong{
	color: #3d3d3d;
	font-weight: 600;
}

/* caja de transferencia dentro de la tarjeta */
.botanicc-transfer-box{
	margin: 30px 0 10px;
	padding: 26px 24px;
	background: #faf6f1;
	border: 1px solid #efe4d8;
	border-radius: 18px;
	text-align: left;
}

.botanicc-transfer-box h3{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #3d3d3d;
}

.botanicc-transfer-intro{
	margin-bottom: 18px !important;
	font-size: 15px;
	color: #6a655f;
}

.botanicc-transfer-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #efe7dd;
}

.botanicc-transfer-row:last-of-type{
	border-bottom: none;
}

.botanicc-transfer-label{
	font-weight: 600;
	color: #4f4a45;
	min-width: 110px;
}

.botanicc-transfer-copy-wrap{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.botanicc-transfer-value{
	display: inline-block;
	padding: 9px 12px;
	background: #fff;
	border: 1px solid #eadbc8;
	border-radius: 12px;
	color: #5e5a56;
	font-size: 14px;
	line-height: 1.3;
	word-break: break-word;
}

.botanicc-copy-btn{
	appearance: none;
	border: none;
	background: #bb834e;
	color: #fff;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: all .25s ease;
}

.botanicc-copy-btn:hover{
	background: #a87240;
}

.botanicc-transfer-note{
	margin-top: 18px !important;
	font-size: 14px;
	line-height: 1.6;
	color: #6a655f;
}

/* botones inferiores */
.botanicc-buttons{
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.botanicc-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	min-width: 170px;
	border-radius: 999px;
	background: #bb834e;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	transition: all .25s ease;
	box-shadow: none !important;
}

.botanicc-btn:hover{
	background: #a87240;
	color: #fff !important;
	transform: translateY(-1px);
}

.botanicc-btn.secondary{
	background: #eee7df;
	color: #4f4a45 !important;
}

.botanicc-btn.secondary:hover{
	background: #e4d9cd;
	color: #4f4a45 !important;
}

@media (max-width: 767px){
	.botanicc-thankyou{
		padding: 34px 22px;
		border-radius: 20px;
		margin-top: 36px;
	}

	.botanicc-transfer-row{
		flex-direction: column;
		align-items: flex-start;
	}

	.botanicc-transfer-copy-wrap{
		justify-content: flex-start;
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roundo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://botanicc.es/wp-content/uploads/2025/11/Roundo-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */