/*
Theme Name: Imaginasite
Theme URI: 
Author: Anis MK
Author URI: http://www.imaginasite.com
Version: 1.1
Text Domain: imaginasite.com

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
  outline-color: transparent;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
  .wp-block-navigation-submenu
  .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation
  .wp-block-navigation-item
  ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}
/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
  display: block;
  width: fit-content;
  background: var(--wp--preset--color--third);
  padding: 0.8em 2em;
  color: var(--wp--preset--color--bg);
  text-decoration: none;
  border-radius: 35px;
  margin: 2em auto 0;
}
.more-link:hover {
  background: var(--wp--preset--color--text);
}
.wp-block-query-title::before {
  content: "#";
  position: absolute;
  left: -1em;
}
/*** theme specific***/

h2 span {
  color: var(--wp--preset--color--text);
  font-size: var(--wp--preset--font-size--xx-large);
}

#devis-form,
.formulaire {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  align-items: stretch;
}
form strong {
  font-weight: 500;
}
.formulaire p {
  margin: 0;
}
.listChckBox {
  display: grid;
  gap: 0.3em;
}
.totalF .wpcf7-textarea {
  height: 35px;
}
#devis-form .col label {
  display: grid;
  grid-template-columns: 1.2em auto;
  gap: 0.5em;
  line-height: 1.2;
  align-items: start;
}
#devis-form i {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  padding-bottom: 1rem;
  margin-left: 1.5rem;
}
/***************/
.multiply {
  mix-blend-mode: multiply;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.center {
  text-align: center;
}
.rotate-3 {
  rotate: -3deg;
}
.rotate-4 {
  rotate: -4deg;
}
.rotate4 {
  rotate: 4deg !important;
}
.link-no-underline a {
  text-decoration: none;
}
.bigger {
  font-size: 135%;
}

.margin-auto {
  margin: 2em auto;
}
.red-marker {
  min-width: 260px;
  min-height: 134px;
  background-size: 100% !important;
  text-shadow: 0.5px 0.5px 0px;
}
.has-fluo-yellow-background-color {
  width: fit-content;
}
.latestPosts li {
  margin-bottom: 0.5em;
  background: url("assets/images/arrow3.svg") 0 0 no-repeat;
  padding-left: 1.1em;
  background-size: 24px;
}

.mailout {
  width: 365px;
  max-height: 285px;
}
.bulle-aide {
  width: 390px;
  background: url("assets/images/bulle-stylo-bille.svg") 0 0 no-repeat;
  background-size: 90%;
  height: 310px;
  margin-left: 20px;
  top: 10px;
}
.bulle-aide::before {
  content: "";
  display: block;
  width: 110px;
  height: 85px;
  background: url("assets/images/arrow.svg") top left no-repeat;
  background-size: 98%;
  position: absolute;
  top: 0px;
  left: -83px;
}
.fluo-pink a:link {
  display: inline-block;
  padding: 0 0.5rem;
  position: absolute;
}
.fluo-pink a:hover,
.fluo-pink a:active {
  font-size: 110%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #fe8ec8ad;
  color: #1b1788bd !important;
  rotate: -5deg;
}
/*** ***/
#stylo,
#stabilo,
#crayon {
  position: absolute;
  top: -40px;
  left: -255px;
  z-index: 5;
}
#stabilo {
  top: -360px;
  left: 290px;
  min-width: 420px;
}
#crayon {
  top: -10px;
  left: 95%;
  width: 205px;
}
.is-style-paperbox {
  position: relative;
}
.is-style-paperbox > div.has-background {
  background: url("assets/images/bg01.webp") 0 0 no-repeat;
  background-blend-mode: multiply;
  background-size: 330% !important;
}
.is-style-paperbox::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 90%;
  height: 70px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.9);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  left: 5%;
}
.is-style-paperbox:hover::after {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.6);
}

.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}
.is-style-paperbox.green .wp-block-button__link:hover {
  background-color: #97b458b8;
}
.is-style-paperbox.violet .wp-block-button__link:hover {
  background-color: #d0a1b8;
}
.tape::before {
  content: "";
  display: block;
  background: url("assets/images/tape.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -50px;
  left: calc(50% - 80px);
  width: 160px;
  height: 76px;
  rotate: -1deg;
  z-index: 5;
}

/*****footer*****/
footer.wp-block-template-part {
  height: 150px;
  overflow: hidden;
  padding-top: 50px;
  margin-top: 0;
}
.footer {
  rotate: -4deg;
  width: 105%;
  padding-bottom: 65px !important;
}
.footerGroup {
  top: -18px;
}
.footerGroup ul {
  flex-wrap: nowrap;
}
.footerGroup li {
  text-wrap: nowrap;
}
.logoBk {
  margin-bottom: 0.1rem;
}
.copyright {
  rotate: 1deg;
}
.copyrightFR {
  rotate: 2deg;
}
.footerNav1 {
  rotate: 1.2deg;
}
.footerNav2 {
  margin-top: 0.15rem !important;
  rotate: 1.3deg;
}
/***sidenav****/
.sidenav {
  height: 105%;
  width: 320px;
  position: fixed;
  z-index: 200;
  top: 0;
  right: -320px;
  box-shadow: 1px 5px 4px #333;
  background: url("assets/images/paper.webp") top left repeat-y;
  background-size: 160%;
  transition: right 0.5s, transform 0.5s;
  display: none;
}
.sidenavInner {
  height: 100%;
  width: 100%;
  padding: 0;
  background: #99cdcb8a;
  position: relative;
  overflow-x: auto;
}
.activeSb {
  right: -20px;
  transform: rotate(-3deg);
}
.sideNavIcons {
  border-bottom: 1px solid var(--wp--preset--color--main) !important;
}
.sidenav nav {
  margin-left: 1rem !important;
}
.sidenav li {
  padding-left: 30px !important;
  background: url("assets/images/arrow3.svg") 0 0 no-repeat;
  background-size: 25px;
  font-size: 1.45rem;
  line-height: 1.1;
  font-family: var(--wp--preset--font-family--cursive);
}
.sidenav a {
  text-decoration: none;
  color: #111 !important;
  display: block;
}
.icoBasket a,
.icoCpte a,
.icoHome a {
  transition: all ease-in-out 200ms;
}
.icoBasket a:hover,
.icoCpte a:hover,
.icoHome a:hover {
  transform: scale(1.3);
}
.sidenav .wp-block-navigation__submenu-container {
  background: none !important;
  border: none !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  flex-direction: column;
}
.sidenav .wp-block-navigation-item__content {
  padding: 0;
}
.sidenav .wp-block-navigation .wp-block-navigation-item {
  flex-direction: column;
  align-items: baseline;
}
.sidenav .wp-block-navigation .wp-block-navigation__submenu-icon {
  visibility: hidden;
}
.sidenav .wp-block-navigation-item.has-child {
  background: none;
}
.sidenav .wp-block-navigation-item.has-child button {
  background: #73d3ce57;
  padding: 3px 4px 0px 3px !important;
  rotate: -2deg;
  color: #111 !important;
}
/* #closeBtn {
  position: absolute;
  top: 25px;
  right: 25px;
  border-bottom: none !important;
} */
.menuBurger {
  min-width: 36px;
  z-index: 1;
}
#closeBtn:hover,
.menuBurger:hover {
  cursor: pointer;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}
body.no-scroll {
  overflow: hidden;
}
.menuArrow {
  position: absolute;
  font-size: 1.5em;
  rotate: -25deg;
  right: 55px;
  top: 50px;
  display: block;
  background: url("assets/images/arrow2.svg") bottom right no-repeat;
  background-size: 100%;
  width: 130px;
  height: 50px;
  text-indent: 1em;
}
/********************/
body.home {
  overflow-x: hidden;
}
.wp-site-blocks {
  overflow: hidden;
}
.logoCtl:hover .vibrate {
  -webkit-animation: vibrate 0.5s linear infinite both;
  animation: vibrate 0.5s linear infinite both;
}
.logoPaper {
  top: -3px;
  min-width: 350px;
  min-height: 200px;
}
/********************/
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*******style variation css***************/
/**List**/
ul {
  padding-left: 5.3ch;
}
ul ul {
  padding-left: 3ch;
}
.is-style-arrow-list li,
.is-style-checkmark-list li,
.is-style-crossmark-list li {
  position: relative;
  padding-left: 3ch;
}
.is-style-arrow-list li::before,
.is-style-checkmark-list li::before,
.is-style-crossmark-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain !important;
  color: inherit;
}
.is-style-arrow-list li::before {
  background: url("assets/images/arrow3.svg") 0 0 no-repeat;
  width: 1.5em;
}
.is-style-checkmark-list li::before {
  /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='10' height='10'><path d='M4.592 12.323c1.084 0 7.59 5.963 7.59 5.963S26.816 3.65 27.9 3.65c1.084 0 2.71 1.626 2.71 2.71S14.349 27.5 12.181 27.5C9.741 27.5 1.34 16.66 1.34 15.575c0-1.084 2.168-3.252 3.252-3.252z' fill='currentColor' fill-rule='nonzero'></path></svg>");*/
  background-image: url("assets/images/checkmark.svg");
}
.is-style-crossmark-list li::before {
  background-image: url("assets/images/crossmark.svg");
}
.home .is-style-arrow-list li::before {
  width: 1em;
}
/**Button**/
.is-style-relief-btn .wp-block-button__link {
  transition: all ease-in 200ms;
}
.is-style-relief-btn .wp-block-button__link:hover {
  box-shadow: 1px 1px 0;
}
.is-style-outline .wp-block-button__link:hover {
  outline-color: var(--wp--preset--color--text-light);
  color: var(--wp--preset--color--text);
}
/****/

.woocommerce form.login,
.woocommerce-ResetPassword {
  margin: 0 auto 1em;
  max-width: 420px;
  background: #fff;
  box-shadow: 0px 1px 2px #ccc;
}
.woocommerce-ResetPassword {
  display: flex;
  flex-flow: column;
  padding: 1em;
  box-sizing: border-box;
}
.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100% !important;
  margin: 0.5em auto;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-family: Manrope, Arial, Helvetica, sans-serif;
}
.wp-block-woocommerce-empty-cart-block h2 {
  font-family: var(--wp--preset--font-family--manrope);
  color: #333;
  rotate: none;
}
.woocommerce-customer-details address,
table.order_details {
  background: #ffffff59;
}
.wc-block-components-notice-banner.is-success {
  background-color: #a7b98740;
  border-color: #a7b987a8;
}
.wc-block-components-notice-banner.is-success > svg {
  background-color: #8ba44f;
}
.wc-block-components-checkout-step__title {
  font-family: var(--wp--preset--font-family--manrope);
}
.checkout-order-summary-block-fill {
  border: 1px solid #94ac6ebf;
  background: #ffffff94;
}
.wc-block-components-totals-wrapper:last-child {
  background: #dae7cb40;
  font-weight: bold;
  color: #79c423;
}
.wc-block-order-confirmation-totals table,
.wc-block-order-confirmation-order-note {
  background-color: #fff;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}
.woocommerce-cart .wc-block-components-totals-wrapper:last-child {
  padding: 1rem;
}
.wc-tabs-wrapper {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  min-height: 300px;
  padding: 1em;
  position: relative;
}
.wc-tabs-wrapper:before,
.wc-tabs-wrapper:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wc-tabs-wrapper:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: 4px;
  transform: rotate(-2.7deg);
  -webkit-transform: rotate(-2.7deg);
  -moz-transform: rotate(-2.7deg);
}
.wc-tabs-wrapper:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
  -webkit-transform: rotate(1.4deg);
  -moz-transform: rotate(1.4deg);
}
.wp-block-woocommerce-product-image,
.woocommerce-product-gallery__image {
  background: url(/img/06.webp) 0 0 no-repeat;
  background-size: 375%;
  box-shadow: 1px 2px 3px;
}
.attachment-woocommerce_thumbnail,
.woocommerce-product-gallery__image img {
  mix-blend-mode: multiply;
}
.woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce span.onsale,
.wc-block-components-product-sale-badge {
  background-color: #f2d9c6;
  color: #e1470f;
  text-transform: uppercase;
  border: 1px solid #e1470f;
  padding: 0 10px;
  border-radius: 2px;
  box-shadow: 3px 4px 0px;
}
.wc-block-components-product-sale-badge {
  box-shadow: -2px 3px 0px;
  right: -4px !important;
  top: -4px !important;
}
.woocommerce-tabs .panel li {
  margin: 0.3em 0;
}
.woocommerce-Address-title h2,
.wc-block-product h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce-Tabs-panel {
  padding: 1em 2em !important;
}
.woocommerce-tabs .panel h3 {
  font-family: "Loved by the King", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.8em;
  color: #7676be;
  margin-bottom: 0.3em;
}
.woo-multi-currency.wmc-price-switcher {
  padding: 0 20px 0px 0 !important;
  top: 5px;
}
.wmc-price-switcher,
.wmc-currency-wrapper,
.single-product .wp-block-woocommerce-product-price {
  display: inline-block;
}
.vi-flag-64 {
  transform: scale(0.6) !important;
}
.wmc-current-currency:before {
  right: 8px !important;
}
.woo-multi-currency.wmc-price-switcher .wmc-sub-currency,
.woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency {
  top: 35px;
}
.woo-multi-currency.wmc-price-switcher a span {
  padding: 8px 15px 0 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.woo-multi-currency.wmc-price-switcher a {
  background: #e9d6c9 !important;
  box-shadow: 0px 1px 2px #333;
}
.currency.wmc-price-switcher a {
  color: #333 !important;
}
.woocommerce-bacs-bank-details {
  border: 2px solid;
  background: #ffffffc2;
  padding: 1rem;
  box-shadow: var(--wp--preset--shadow--sharp);
  border-radius: 5px;
}
.wc-bacs-bank-details-heading {
  font-family: "Manrope";
  font-size: 1.4em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
.wc-bacs-bank-details-account-name {
  font-size: 1em;
}
.wc-block-order-confirmation-additional-information:first-child {
  font-weight: bold;
}
/***/
.card {
  background: #fdfdfd66;
  box-shadow: 0px 1px 3px #ccc;
  rotate: 0.5deg;
}
.card.scotch::before,
.card.scotch2::before {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 111px;
  top: -45px;
  background: url(/img/scotch-tr.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  left: 10%;
}
.card.scotch2::before {
  top: 5px;
  right: unset;
  left: -17px;
  rotate: -90deg;
}
.card:first-child {
  rotate: -2.5deg;
}
.card h2 {
  margin: 0.2em 1em 0.5em !important;
  text-align: center;
}
.card li {
  margin: 0 1em;
}
.card p {
  text-align: center;
  margin: 0 1em;
  font-weight: 500;
}
.card .wp-block-button {
  margin-bottom: 1em;
}
/***MEDIA QUERIES***/
@media screen and (max-width: 775px) {
  .wc-block-components-totals-footer-item {
    padding: 0 1rem !important;
  }
  .footer ul {
    flex-direction: column;
    margin-bottom: 1em;
  }
  footer.wp-block-template-part {
    height: 420px;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .revert-xs {
    flex-direction: column-reverse;
  }
  .logoPaper {
    margin-left: 60px !important;
  }
  #devis-form,
  .formulaire {
    display: block;
  }
  .col input {
    margin-bottom: 0.8em;
  }
  .wc-tabs-wrapper::after,
  .wc-tabs-wrapper::before {
    display: none;
  }
  .wc-tabs-wrapper {
    padding: 0;
  }
  .woocommerce-Tabs-panel {
    padding: 1em !important;
  }
  .woocommerce-Tabs-panel ul {
    padding-left: 1em;
  }
  .fluo-pink a {
    font-size: 110%;
    text-decoration: none;
    background: #fe8ec8ad;
    color: #1b1788bd !important;
    rotate: -5deg;
  }
}
@media (min-width: 768px) {
  .headerRight {
    flex-basis: 210px;
  }
  .wp-block-woocommerce-checkout-order-summary-block {
    min-width: fit-content;
    border: 1px solid #94ac6ebf;
    background: #ffffff94;
  }
}
@media (max-width: 490px) {
  .wp-container-core-group-is-layout-6ec98a56 {
    padding: 0 !important;
  }
  .logoPaper {
    min-width: 315px;
    min-height: 190px;
    margin-left: 0 !important;
  }
  .menuBurger {
    position: absolute;
    margin: 0 !important;
    right: 6px;
    top: 12px;
  }
  .bulle-aide {
    width: 350px;
  }
}
@media (max-width: 390px) {
  .menuBurger {
    right: clamp(1.25rem, -7.321rem + 42.857vw, 3.125rem);
  }
  .mailout {
    min-height: 250px !important;
    width: 320px !important;
  }
}

/******/
:root {
  --cf7-font: inherit;
  --cf7-font-size: 16px;
  --cf7-font-weight: 300;
  --cf7-labels: #5a6e81;
  --cf7-input-text: #8ca3b9;
  --cf7-accent: #77bf2fa6;
  --cf7-accent-hover: #000204;
  --cf7-accent-outline: #b9d9ff;
  --cf7-accent-text: #ffffff;
  --cf7-warning: #fb584e;
  --cf7-warning-bg: #ffedec;
  --cf7-success: #00b474;
  --cf7-success-bg: #e6fff0;
}
.wpcf7 {
  font-family: var(--cf7-font);
  font-weight: var(--cf7-font-weight);
}
.wpcf7 h2 {
  margin-bottom: 0.5em;
}
.wpcf7 label {
  color: var(--cf7-labels);
  display: block;
  margin-bottom: 0.5em;
}
.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 15px !important;
}
.list-item-form .wpcf7-list-item {
  display: grid;
}
.wpcf7 a {
  color: var(--cf7-accent) !important;
  text-decoration: none;
}
.wpcf7 a:hover {
  color: var(--cf7-accent-hover) !important;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  border: 1px solid #cdd4dc;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 0.375rem 0.75rem;
  color: var(--cf7-input-text);
  min-height: 40px;
  font-size: var(--cf7-font-size);
  font-weight: var(--cf7-font-weight);
  font-family: var(--cf7-font);
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
  background-color: var(--cf7-accent);
  color: var(--cf7-accent-text);
  border: 0;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: var(--cf7-font-size);
  font-family: var(--cf7-font);
  transition: 0.2s linear;
}
.wpcf7 input:hover[type="submit"] {
  background-color: var(--cf7-accent-hover);
  transition: 0.2s linear;
  cursor: pointer;
}
.wpcf7 input:focus[type="submit"] {
  background-color: var(--cf7-accent-hover);
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px var(--cf7-accent-outline);
}
input[type="file"]::file-selector-button,
select {
  border: 1px solid #d5e0eb;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 0.7rem 1rem;
  color: var(--cf7-input-text);
  min-height: 35px;
  font-size: var(--cf7-font-size);
  font-weight: var(--cf7-font-weight);
  font-family: var(--cf7-font);
}
input[type="file"]::file-selector-button {
  cursor: pointer;
  margin-right: 20px;
}
.wpcf7 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cf7-labels);
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"]:before {
  content: " ";
  background: url(/img/coche.svg) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 26px;
  transform: scale(0);
}
.wpcf7 input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.wpcf7-checkbox label,
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7 input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: var(--cf7-accent);
  width: 18px;
  height: 18px;
  border: 1px solid var(--cf7-labels);
  border-radius: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.wpcf7 input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--cf7-accent);
}
.wpcf7 input[type="radio"]:checked::before {
  transform: scale(1);
}
.wpcf7 input:hover[type="email"],
.wpcf7 input:hover[type="tel"],
.wpcf7 input:hover[type="text"],
.wpcf7 input:hover[type="url"],
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  border: 1px solid #92acc7;
  outline: none;
  background-color: #ffffff;
  font-size: var(--cf7-font-size);
}
.wpcf7 form input:focus[type="email"],
.wpcf7 form input:focus[type="tel"],
.wpcf7 form input:focus[type="text"],
.wpcf7 form input:focus[type="url"],
.wpcf7 form input:focus[type="checkbox"],
.wpcf7 form textarea:focus,
.wpcf7 form select:focus,
.wpcf7 form a:focus {
  border: 1px solid #92acc7;
  outline: none;
  box-shadow: 0 0 0 3px var(--cf7-accent-outline);
  background-color: #ffffff;
}
.wpcf7-not-valid-tip {
  color: var(--cf7-warning) !important;
  font-size: var(--cf7-font-size) !important;
  font-weight: var(--cf7-font-weight) !important;
}
.wpcf7-not-valid:not(input[type="file"]):not(span) {
  border-color: #ffbab6 !important;
  background-color: #fffafa !important;
}
.wpcf7 input:disabled[type="submit"],
.wpcf7 input:disabled[type="submit"]:hover {
  color: #ffffff;
  background-color: var(--cf7-warning);
  border: 0;
  cursor: not-allowed;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--cf7-success-bg) !important;
  color: var(--cf7-success) !important;
  border: 0 !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: var(--cf7-warning-bg) !important;
  color: var(--cf7-warning) !important;
  border: 0 !important;
}
.woocommerce-form-login__submit {
  border-radius: 30px;
}
/* DARK MODE OVERRIDES ONLY */
@media (prefers-color-scheme: light) {
  .wp-site-blocks {
    background: #ffffff52;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --wp--preset--color--bg: #1a1a1a;
    --wp--preset--color--bg-light: #2d2d2d;
    --wp--preset--color--text: #e0e0e0;
    --wp--preset--color--main: #7e7ec0;
    --wp--preset--color--heading: #ffffff;
    --wp--preset--color--surface: #2d2d2d;
    --wp--preset--color--border: #5c5c5c;
    --wp--preset--color--muted: #a0a0a0;
    --wp--preset--color--secondary: #41797c;
    --wp--preset--color--third: #eaff04;
    --wp--preset--color--fluo-yellow: #9e9e42;
  }
  body {
    background-blend-mode: multiply;
    background-color: #000000de;
  }
  h2.wp-block-heading span,
  h3.avant_,
  h3.inconv_ {
    color: #ececec !important;
  }
  /* .footer {
    color: #ffffff69;
  } */
  footer .logoBk {
    filter: invert(70%);
  }
  .wp-block-image.multiply {
    mix-blend-mode: initial;
  }
  .page-id-22 .entry-content .wp-block-image img {
    background: #eee;
    border-radius: 30px;
    filter: invert(93%);
    mix-blend-mode: luminosity;
  }
  .page-id-17 .entry-content .wp-block-image img,
  li.post .wp-block-image.multiply,
  .single-post main .wp-block-image.multiply {
    filter: invert(87%);
    mix-blend-mode: luminosity;
  }
  .is-style-multiply {
    mix-blend-mode: luminosity;
    filter: invert(0.88);
  }
  .sidenavInner {
    background: #06080be3;
  }
  .sidenav a {
    color: #fefefe !important;
  }
  .sidenav li {
    background: url("assets/images/arrow3-w.svg") 0 0 no-repeat;
    background-size: 25px;
  }

  .wp-block-navigation-item.has-child button {
    color: #fff !important;
  }
  .borderTop {
    border-top-color: #000 !important;
  }
  .logoPaper {
    filter: invert(1);
    mix-blend-mode: luminosity;
  }
  .vibrate {
    filter: invert(70%);
  }
  .is-style-paperbox .wp-block-button__link {
    border-color: #646464;
  }
  .is-style-paperbox > div.has-background {
    filter: invert(1);
    box-shadow: 0 5px 7px 0px #fffafa;
    color: #000;
    background-blend-mode: exclusion;
    background-color: #252525 !important;
  }
  .is-style-paperbox::before,
  .is-style-paperbox::after {
    display: none;
  }

  .is-style-paperbox .green,
  .is-style-paperbox .blue,
  .is-style-paperbox .violet {
    background-color: #b3b1b55c;
  }
  .is-style-paperbox .wp-block-button__link:hover {
    box-shadow: none;
    background-color: hsla(0, 0%, 89.8%, 0.81) !important;
  }
  .is-style-paperbox h3,
  .mailout {
    color: #333;
  }
  .is-style-paperbox .multiply {
    mix-blend-mode: luminosity !important;
  }
  .red-marker {
    filter: hue-rotate(250deg);
  }
  .red-marker a:hover {
    color: #333;
  }
  .mailout {
    filter: invert(90%);
  }
  .tape::before,
  .card.scotch::before,
  .card.scotch2::before {
    opacity: 0.9;
    mix-blend-mode: color-burn;
    filter: grayscale(1);
  }
  .pinkBg img,
  .mailout {
    mix-blend-mode: luminosity;
  }
  .has-fluo-yellow-background-color {
    background: #d8de0a75;
    color: #000;
  }
  .card {
    background: #1d1d1d;
    box-shadow: 0px 1px 3px #000;
  }
  .wc-tabs-wrapper {
    background: #282828;
  }
  .wc-tab img {
    filter: invert(1);
    mix-blend-mode: luminosity;
  }
  .wp-image-664 {
    background: #ffff00c2 !important;
  }
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="text"],
  .wpcf7 input[type="url"],
  .wpcf7 textarea,
  .wpcf7 form input:focus[type="email"],
  .wpcf7 form input:focus[type="tel"],
  .wpcf7 form input:focus[type="text"],
  .wpcf7 form input:focus[type="url"],
  .wpcf7 form input:focus[type="checkbox"],
  .wpcf7 form textarea:focus,
  .wpcf7 form select:focus,
  .wpcf7 form a:focus,
  .wpcf7 input:hover[type="email"],
  .wpcf7 input:hover[type="tel"],
  .wpcf7 input:hover[type="text"],
  .wpcf7 input:hover[type="url"],
  .wpcf7 textarea:hover,
  .wpcf7 select:hover,
  input[type="file"]::file-selector-button,
  select,
  .wpcf7-not-valid:not(input[type="file"]):not(span),
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select,
  .has-accent-1-background-color,
  .wc-block-order-confirmation-totals table,
  .wc-block-order-confirmation-order-note,
  .woocommerce-customer-details address,
  table.order_details,
  .woocommerce form.login,
  .woocommerce-ResetPassword,
  .comment-form textarea,
  .comment-form input {
    background-color: #1d1d1d !important;
  }

  .comment-form textarea,
  .comment-form input {
    box-shadow: inset 0px 0px 1px 0px #666;
  }
  .wc-block-components-totals-wrapper:last-child {
    background: #4c4d4a40;
    color: #ececec;
  }
  .wc-block-components-notice-banner.is-success {
    background-color: #475d20c4;
    color: #fff;
  }
  .wc-block-components-notice-banner
    > .wc-block-components-notice-banner__content
    .wc-forward {
    color: #fff !important;
  }
  .checkout-order-summary-block-fill {
    background: #17171794;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
  }
  .attachment-woocommerce_thumbnail,
  .woocommerce-product-gallery__image img {
    mix-blend-mode: initial;
  }
}
pre {
  color: #a5b885;
  background-color: #111 !important;
}
