.purica-landing-page {
    background-color: #fff;
    color: #4a3728;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
	    font-family: 'Playfair Display';
}
/* DEFAULT: everything clickable */
.purica-toggle-btn {
  opacity: 1;
  pointer-events: auto;
}
button#step1-cancel {
    border: 1px solid #b89571;
}
/* Disable ONLY auto-resume suspended subscriptions */
.subscription-box[data-status="suspended"]:not([data-resume="manual"])
  .purica-toggle-btn {
/*   opacity: 0.5;
  pointer-events: none; */
}

.purica-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.purica-popup {
  background: #fff;
  width: 520px;
  padding: 30px;
  border-radius: 14px;
  position: relative;
  font-family: sans-serif;
}

.purica-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.subtitle {
  color: #777;
  margin-bottom: 20px;
}
button#purica-close:hover {
    background: transparent !important;
    color: #5c4033;
}



.option input[type="radio"]:checked {
  accent-color: #000;
}
.popup-step .option {
  display: flex;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
	    align-items: start;
    text-align: start;
}

.option input {
  margin-top: 5px;
}

.option strong {
  display: block;
}

.option small {
  color: #777;
}

.highlight-box {
  background: #fff9e8;
  border: 1px solid #f2d58b;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}
#upcoming-payments-container {
  transition: opacity 0.3s ease;
}

.purica-popup-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.purica-popup-actions.align-right {
  justify-content: flex-end;
}

.btn-cancel {
  padding: 10px 22px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.btn-confirm {
  padding: 10px 22px;
  border-radius: 10px;
  background: #C9A57B;
  color: #fff;
  border: none;
  cursor: pointer;
}

.popup-step {
  display: none;
}

.popup-step.active {
  display: block;
}
span#error_msg {
    color: red;
}
/* Hero Section */
.purica-main-title {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
}

.purica-subtitle {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 60px;
    color: #8c7b6c;
}

/* Layout Grid */
.purica-selection-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    margin-top: 60px;
}

.purica-section-title {
    font-size: 24px !important;
    margin: 10px 0 24px 0;
}

/* Origins */
.purica-origin-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
.purica-selection-controls {
    background: #fff;
    border: 1px solid #E8D7C3;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
	h2.choise_pagetitle {
    text-align: center;
    color: #5C4033;
    font-size: 48px;
    max-width: 75%;
    margin: 0 auto;
}
	p.choise_pagesubtile {
    font-size: 20px;
    max-width: 70%;
    margin: 10px auto 0;
    text-align: center;
		color:#6F4E37
}
.purica-origin-card {
    height: 210px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.purica-origin-card.purica-active {
    outline: 3px solid #c5a04d;
	
}

.purica-card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    font-size: 1.2rem;
}

/* Intensities */
.purica-intensity-row {
    display: flex;
    gap: 20px;
}

.purica-intensity-option {
    flex: 1;
    border: 1px solid #e8e0d5;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.purica-intensity-option.purica-active {
    background-color: #FAF7F4;
    border-color: #d4af37;
	position:relative
}
.purica-add-to-cart-big:hover {
    background: #6f4e37;
}
.purica-bar-code {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Config Box */
.purica-config-box {
    margin-top: 40px;
    background-color: #bc9c73;
    border-radius: 20px;
    color: white;
    overflow: hidden;
}

.purica-config-header {
    padding: 20px;
    background-color: #a6855b;
    font-size: 1.4rem;
}

.purica-config-body {
    padding: 30px;
}

.purica-format-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.purica-format-item {
    background: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.purica-format-item.purica-selected {
    background: #4a3728;
}
	.purica-summary-title{
		font-size:18px !important;
		color:#5C4033
	}
.purica-add-btn {
    width: 100%;
    padding: 18px;
    background: #4a3728;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    cursor: pointer;
}

/* Sidebar Summary */
.purica-summary-card {
    background: #fff;
    border: 1px solid #f2e9dc;
    border-radius: 14px;
    padding: 15px;
   box-shadow: 0px 4px 6px -4px #0000001A;

box-shadow: 0px 10px 15px -3px #0000001A;

}

.purica-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #8B6F47;
}

.purica-total {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'Playfair Display';
	margin-bottom:0
}
	hr.cust_divider {
    border-top: 0.75px solid #E8D7C3;
}
	.purica-origin-card.purica-active:after {
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    background: url(https://purea-france.fr/wp-content/uploads/2025/12/Container.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 5px;
}

.purica-intensity-option.purica-active:before {
        height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    background: url(https://purea-france.fr/wp-content/uploads/2025/12/Container.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 2px;
}
.purica-config-main-card {
    background: #C1A783;
    border-radius: 14px;
    padding: 32px;
    color: #fff;
    margin: 40px auto;
/*     max-width: 800px; */
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.config-header-row { display: flex; align-items: start; gap: 15px; margin-bottom: 5px; }
.config-header-row h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}
	.config-header-row .flag-icon .emoji {
    height: 40px !important;
    width: 40px !important;
}
.config-notes {
    margin-bottom: 30px;
    font-weight: 800;
}

.config-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.detail-col h4 {
    margin-bottom: 14px;
    font-size: 18px;
    color: #6F4E37;
    font-weight: 800;
    margin-top: 0;
}
.detail-col ul {
    padding: 0 0  0 12px;
}
.detail-col li { margin-bottom: 8px; font-size: 14px; font-weight:600 }

.config-divider {
    border: none;
    margin: 30px 0;
    border-top: 1px solid #8B6F47;
}

.format-quantity-row {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.stepper { display: flex; align-items: center; gap: 20px;  padding: 25px 15px; border-radius: 30px; }
.stepper button {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #D4AF37;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6F4E37;
    padding: 0;
}
	.mode-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

.mode-text span {
    font-family: 'Montserrat';
}
.purchase-mode-section p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.purchase-mode-section { margin-bottom: 30px; }
.mode-option {
    display: flex;
    align-items: center;
    background: #6F4E37;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #6F4E37;
}
.mode-option.active {
    background: #6F4E37;
}
.radio-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #D4AF37;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}
.mode-option.active .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    background: #000000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.mode-option input { display: none; }
.popup_calend {
    display: flex;
    align-items: start;
    gap: 5px;
}
.calendar-box {
    border: 1px solid #6F4E37;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    background: #8B6F474D;
}
.calendar-popup .calendar-box {
	background: #fff;
}
.calendar-popup h3 {
    font-size: 24px;
    color: #5C4033;
}
	button#calendeBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #C8A97E;
}

button#calendeBtn svg path {
    stroke: #C8A97E;
    fill: none;
}

.cal-header {
    display: flex;
    gap: 10px;
    align-items: start;
}

.select_container span {
    font-size: 16px;
    font-weight: 600;
}

.select_container p {
    font-size: 14px;
    font-weight: 600;
}
.purica-add-to-cart-big { 
    width: 100% !important; padding: 20px !important; background: #8B6F47 !important; border: none!important; 
    border-radius: 12px !important; color: white !important; font-size: 20px !important; cursor !important: pointer; 
}
.purica-loyalty-mini {
    background: #fdf8e9;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    color: #c5a04d;
    font-weight: 600;
}

.purica-promo-note {
    margin-top: 20px;
    background: #f4efea;
    padding: 20px;
    border-radius: 15px;
    font-style: italic;
    font-size: 0.9rem;
}
/* Benefits Section */
.purica-centered-title {
    text-align: center;
    font-size: 36px !important;
    margin: 100px 0 15px;
}
	.purica-centered-title_below {
    text-align: center;
    font-size: 30px !important;
    margin: 60px 0 30px;
}
	p.pureac_subtitle {
    text-align: center;
    margin-bottom: 48px;
    color: #8B6F47;
    font-size: 18px;
}
.purica-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.purica-benefit-card {
    padding: 40px;
    border-radius: 20px;
    position: relative;
}
.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.format-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

span#display-format {
    font-size: 16px;
}

span#qty-val {
    font-family: monospace;
}

.purchase-mode-section p {
    font-size: 18px;
    font-weight: 500;
}
.purica-benefit-dark {
    background-color: #bc9c73;
    color: white;
}

.purica-benefit-light {
    background-color: #FAF7F4;
    border: 2px solid #E8D7C3;
}
.bottom_triccard {
    background: #C8A97E;
    padding: 24px;
    border-radius: 14px;
}

h4.card_titletric {
    font-size: 18px;
    margin: 0 0 10px;
}

p.cardtric_subtitle {
    font-size: 16px;
}

a.trick_link {
    background: #5C4033;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
}

aside.purica-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.intensity_card {
/*     max-width: 800px; */
    margin: 40px auto;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: 1px solid #E8D7C3;
    padding: 30px 40px;
    border-radius: 14px;
}
	.purica-intensity-option {
    flex: 1;
    border: 2px solid #E8D7C3;
    padding: 20px;
    text-align: center;
    border-radius: 14px;
}
	.slide_raio {
    height: 24px;
    width: 6px;
    background: #E8D7C3;
    border-radius: 33px;
}
	label.mode-option.active strong {
    position: relative;
}

label.mode-option.active strong:after {
    height: 16px;
    width: 16px;
    background: url('https://purea-france.fr/wp-content/uploads/2025/12/Icon-4.png');
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    margin-left: 4px;
    bottom: 0px;
}
.purica-tag {
    background: white;
    color: #5C4033;
    padding: 7px 17px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
}
.purica-intensity-option span.intentsity_tilte {
    color: #5C4033;
    font-size: 18px;
}



span.trac_set {
    display: block;
    margin-top: 15px;
    color: #8B6F47;
}
.purica-benefit-card h3 {
    font-size: 24px;
    margin: 16px 0 24px;
}
.purica-benefit-card ul { list-style: none; padding: 0; margin-bottom: 30px; }
.purica-benefit-card li {
    margin-bottom: 12px;
    font-family: 'Montserrat';
    align-items: center;
    display: flex;
    gap: 10px;
}
.slide_raio.filler {
    background: #8B6F47;
}

.loyality_card {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, rgba(197, 160, 40, 0.1) 100%);
    padding: 10px;
    border: 0.75px solid #D4AF374D;
    border-radius: 10px;
}

.loyality_card .title {
    display: flex;
    gap: 3px;
    color: #5C4033;
    font-size: 14px;
    font-family: 'Montserrat';
    align-items: center;
}

.loyality_card .loyality_point {
    color: #D4AF37;
    font-family: 'Montserrat';
}
.purica-intensity-option.purica-active .slide_raio.filler {
    background: #D4AF37;
}
	.purica-origin-detail-grid img {
    height: 256px;
    object-fit: cover;
}
.purica-btn-light {
    width: 100%;
    padding: 15px;
    background: white;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #5C4033;
    font-size: 18px;
}
.purica-btn-light:hover {
		background:#bc9c73;
	color:#fff
	}

/* Accordion */


section.purica-intensity-guide {
    max-width: 900px;
    margin: 0 auto;
}
.purica-accordion-item {
    background: #fff;
    margin-bottom: 1px;
    border-radius: 4px;
/*     max-width: 1000px; */
    margin-left: auto;
    margin-right: auto;
	cursor:pointer
}

.purica-accordion-header {
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
   
}
	p.top_tileaccode {
    font-size: 18px;
    font-family: 'Montserrat';
    margin: 0;
}

p.sub_accord {
    color: #8B6F47;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 10px;
}

ul.sub_ordaccord {
    color: #8B6F47;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 10px;
    padding: 0 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.accord_bottomconten {
    grid-column: 1/3;
}
	.purica-accordion-item{
		 padding: 26px 25px;
		 border: 1px solid #E8D7C3;
    margin-bottom: 14px;
    border-radius: 14px;
    color: #5C4033;
		cursor:pointer
	}
/* .purica-intensity-guide {
    padding-bottom: 80px;
} */

.purica-guide-container {
/*     max-width: 800px; */
    margin: 0 auto;
}

.purica-guide-card {
    background: #FAF7F4;
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 15px;
    display: flex;
    gap:20px;
    border: 1px solid #E8D7C3;
}

.purica-guide-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 10px;
}
.purica-guide-header .purica-bar-code {
    margin: 0;
}
	.card_leftter {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.card_leftter strong {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #5C4033;
}
	.purica-guide-grid strong {
    color: #8B6F47;
    font-size: 14px;
}
.purica-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    font-size: 0.9rem;
    color: #5C4033;
    font-family: 'Montserrat';
}

.purica-info-footer {
/*     max-width: 800px; */
    margin: 40px auto 0;
    background: #6F4E37;
    color: #fff;
    padding: 17px 20px;
    border-radius: 14px;
    text-align: center;
}
.purica-origin-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 30px 0 30px;
}

.purica-origin-detail-grid img {
    width: 100%;
    border-radius: 10px;
}
/* caledner css */
.calendar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.calendar-popup {
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 12px;
	background:#fff;
	padding:20px;
	border-radius:14px;
	position:relative
}

button#closeCalendar:hover {
    background: transparent;
    color: #000;
}
.calendar-header button:hover {
    background: transparent;
    color: #5C4033;
}

.calendar-header button {
    color: #5C4033;
}
.calendar-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
	color:#000
}

.calendar-sub {
  font-size: 14px;
  color: #8B6F47;
}

.calendar-box {
  border: 1px solid #ead7c3;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar-weekdays span {
  font-size: 12px;
  color: #9a7b5a;
}

.calendar-days span {
  padding: 8px 0;
  cursor: pointer;
  border-radius: 6px;
}

.calendar-days span:hover {
  background: #f3e7da;
}

.calendar-days .selected {
  background: #f3e7da;
  font-weight: bold;
}

.calendar-info {
    margin-top: 15px;
    background: #FAF7F4;
    border: 1px solid #ead7c3;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    color: #8B6F47;
}

@media (max-width: 900px) {
    .purica-selection-grid { grid-template-columns: 1fr; }
}
@media (max-width:767px){
	.purica-selection-grid{
		margin-top:30px
	}
	.purica-forme-grid {
    flex-direction: column !important;
}
	  .calendar-popup {
    border-radius: 12px;
    padding: 18px;
		  background:#FFF !important
  }

  .calendar-header span {
    font-size: 15px;
  }

  .calendar-weekdays span {
    font-size: 11px;
  }

  .calendar-days span {
    font-size: 14px;
  }

  .calendar-info {
    font-size: 12px;
  }
	.purica-intensity-row {
    flex-direction: column;
}

h2.choise_pagetitle {
    max-width: 100%;
    font-size: 36px !important;
}

p.choise_pagesubtile {
    max-width: 100%;
}

h2.purica-centered-title {
    font-size: 30px !important;
}

.purica-benefits-grid {
    grid-template-columns: 100%;
}

.purica-origin-detail-grid {
    grid-template-columns: 1fr;
	padding: 10px 0 0 0
}

.accord_bottomconten {
    grid-column: 1;
}

h2.purica-centered-title_below {
}

.purica-guide-card {
    flex-direction: column;
    align-items: center;
}
	.card_leftter strong {
    text-align: center;
}
	.purica-origin-detail-grid img{
		height:auto
	}
}
@media (max-width:600px){
	.purica-origin-grid {
    grid-template-columns: 1fr;
}
	.purica-summary-card {
    padding: 20px;
}
.forme-content {
    flex-direction: column;
}
.intensity_card {
    padding: 20px;
}

h2.purica-section-title {
    font-size: 20px !important;
}

h3#display-title {
    font-size: 20px;
}

p.pureac_subtitle {
    margin-bottom: 24px;
}

h2.purica-centered-title_below {
    margin: 30px 0 15px;
}

	.config-details-grid {
    grid-template-columns: 1fr;
}
	.purica-guide-grid {
    grid-template-columns: 1fr;
}
	

div#config-panel {
    padding: 20px;
}

.purica-benefit-card {
    padding: 20px;
}

.format-text {
    flex-wrap: wrap;
    gap: 9px;
}
	label.mode-option {
    padding: 10px;
}
.cal-header {
    flex-wrap: wrap;
}
	button.purica-btn-light {
    font-size: 14px;
}
	.purica-guide-grid div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.purica-guide-grid div br {
    display: none;
}
.radio-custom {
    width: 16px;
	height:16px
}
	.purica-guide-grid strong{
		white-space:nowrap
	}
}
.purica-accordion-content {
    display: none !important;
}

.purica-accordion-content.is-open {
    display: block !important;
}

.purica-accordion-item:has(.is-open) .purica-icon {
    rotate: 180deg;
}
section.purica-forme-section {
/*     max-width: 800px; */
    margin: 40px auto;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: 1px solid #E8D7C3;
    padding: 30px 40px;
    border-radius: 14px;
}

.purica-forme-grid {
    display: flex;
    gap: 20px;
}

label.purica-forme-card {
    flex: 1;
    border: 2px solid #E8D7C3;
    padding: 20px;
    text-align: center;
    border-radius: 14px;
    display: flex;
    align-items: start;
	gap:10px
}
.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
}

/* Hide default radio */
.custom-radio input {
  display: none;
}

/* Outer circle */
.custom-radio span {
  width: 15px;
  height: 15px;
  border: 1px solid #D4AF37; /* yellow border */
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}

/* Inner dot (checked state) */
.custom-radio input:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #D4AF37;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.forme-content img {
    width: 113px;
}
.forme-content h4 {
    margin-top: 0;
    color: #5C4033;
    font-size: 18px;
}

.forme-content p {
    color: #5C4033;
    font-size: 12px;
	line-height:20px
}

.forme-content {
    text-align: start;
	display:flex;
	gap:10px
}

label.purica-forme-card input[type="radio"] {
    margin-top: 6px;
    outline-offset: 3px;
}
