:root { 
    --maya-pistola-agavepura-theme01: #54672a; /* Dark Green - Panel 1 and 6 BG */
    --maya-pistola-agavepura-theme02: #b6bb63; /* Light Green - Panel 1,3,5 Title & CTA  */
    --maya-pistola-agavepura-theme03: #ccb3a0; /* Beige - Panel 2 & 4 BG */
    --maya-pistola-agavepura-theme04: #6a4d3e; /* Brown - Panel 3 & 5 BG */
  
  	--maya-pistola-agavepura-dark: #000000;
	--maya-pistola-agavepura-light: #FFFFFF;
	--maya-pistola-agavepura-gray: #f0f0f0;
	--maya-pistola-agavepura-orange: #ff6600;
}

/* Shared */
.maya-pistola-agavepura .flavour-profile { flex-wrap: wrap; }
.maya-pistola-agavepura .fc-header__title span { display: block; }
.maya-pistola-agavepura .fc-divider { background-image: url(/media/rtwe/uploads/featurecore/assets/613/1287.svg?v=638875756498200000); }

/* Panel 1 & 6 */
.maya-pistola-agavepura__panel-613001,
.maya-pistola-agavepura__panel-613006 { background: var(--maya-pistola-agavepura-theme01); }
.maya-pistola-agavepura__panel-613001 { padding: 40px 0; }
.maya-pistola-agavepura__panel-613001 .fc-header__title,
.maya-pistola-agavepura__panel-613006 .fc-header__title { color: var(--maya-pistola-agavepura-theme02); padding-top: 0; }
.maya-pistola-agavepura__panel-613001 .fc-content__copy,
.maya-pistola-agavepura__panel-613006 .fc-content__copy { color: var(--maya-pistola-agavepura-light); }
.maya-pistola-agavepura__panel-613001 .fc-layout__content,
.maya-pistola-agavepura__panel-613006 .fc-layout__content { max-width: 1080px; }

/* Panel 2 & 3 */
.maya-pistola-agavepura__panel-613002,
.maya-pistola-agavepura__panel-613005 { background: var(--maya-pistola-agavepura-theme03); }
.maya-pistola-agavepura__panel-613002 .fc-header__title,
.maya-pistola-agavepura__panel-613005 .fc-header__title { color: var(--maya-pistola-agavepura-theme01); }
.maya-pistola-agavepura__panel-613002 .fc-content__copy,
.maya-pistola-agavepura__panel-613005 .fc-content__copy { color: var(--maya-pistola-agavepura-dark); }
.maya-pistola-agavepura__panel-613002 .fc-product *,
.maya-pistola-agavepura__panel-613005 .fc-product * { color: var(--maya-pistola-agavepura-dark); }
.maya-pistola-agavepura__panel-613002 .fc-cta__button,
.maya-pistola-agavepura__panel-613005 .fc-cta__button { 
  background-color: var(--maya-pistola-agavepura-theme01); 
  border: 1px solid var(--maya-pistola-agavepura-theme01); 
  color: var(--maya-pistola-agavepura-light); 
}
.maya-pistola-agavepura__panel-613002 .fc-cta__button:hover,
.maya-pistola-agavepura__panel-613005 .fc-cta__button:hover {
    background-color: color-mix(in srgb, var(--maya-pistola-agavepura-theme01) 85%, #000);
    border: 1px solid color-mix(in srgb, var(--maya-pistola-agavepura-theme01) 85%, #000);
    color: var(--maya-pistola-agavepura-light);
}
.maya-pistola-agavepura__panel-613002 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]),
.maya-pistola-agavepura__panel-613005 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]) { 
  color: var(--maya-pistola-agavepura-dark); border-bottom: var(--maya-pistola-agavepura-dark) 1px solid; 
}
.maya-pistola-agavepura__panel-613002 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover,
.maya-pistola-agavepura__panel-613005 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover { 
  color: var(--maya-pistola-agavepura-theme01); border-bottom: var(--maya-pistola-agavepura-theme01) 1px solid; 
}

/* Panel 3 & 4 */
.maya-pistola-agavepura__panel-613003,
.maya-pistola-agavepura__panel-613004 { background: var(--maya-pistola-agavepura-theme04); }
.maya-pistola-agavepura__panel-613003 .fc-header__title,
.maya-pistola-agavepura__panel-613004 .fc-header__title { color: var(--maya-pistola-agavepura-theme02); }
.maya-pistola-agavepura__panel-613003 .fc-content__copy,
.maya-pistola-agavepura__panel-613004 .fc-content__copy { color: var(--maya-pistola-agavepura-light); }
.maya-pistola-agavepura__panel-613003 .fc-product *,
.maya-pistola-agavepura__panel-613004 .fc-product * { color: var(--maya-pistola-agavepura-light); }
.maya-pistola-agavepura__panel-613003 .fc-cta__button,
.maya-pistola-agavepura__panel-613004 .fc-cta__button,
.maya-pistola-agavepura__panel-613006 .fc-cta__button { 
  background-color: var(--maya-pistola-agavepura-theme02); 
  border: 1px solid var(--maya-pistola-agavepura-theme02); 
  color: var(--maya-pistola-agavepura-dark); 
}
.maya-pistola-agavepura__panel-613003 .fc-cta__button:hover,
.maya-pistola-agavepura__panel-613004 .fc-cta__button:hover,
.maya-pistola-agavepura__panel-613006 .fc-cta__button:hover {
    background-color: color-mix(in srgb, var(--maya-pistola-agavepura-theme02) 85%, #000);
    border: 1px solid color-mix(in srgb, var(--maya-pistola-agavepura-theme02) 85%, #000);
    color: var(--maya-pistola-agavepura-dark);
}
.maya-pistola-agavepura__panel-613003 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]),
.maya-pistola-agavepura__panel-613004 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]),
.maya-pistola-agavepura__panel-613006 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]) { 
  color: var(--maya-pistola-agavepura-light); border-bottom: var(--maya-pistola-agavepura-light) 1px solid; 
}
.maya-pistola-agavepura__panel-613003 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover,
.maya-pistola-agavepura__panel-613004 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover,
.maya-pistola-agavepura__panel-613006 .fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover{ 
  color: var(--maya-pistola-agavepura-theme02); border-bottom: var(--maya-pistola-agavepura-theme02) 1px solid; 
}

.footer-maillist {
    background: var(--maya-pistola-agavepura-light) !important;
}