/* ========================================
   VARIABLES CSS - GUÍA DE ESTILO MAURICE
======================================== */
:root {
  /* Tipografía */
  --maurice-font-h1-family: 'Fraunces', serif;
  --maurice-font-h1-size: 107px;
  --maurice-font-h1-weight: 600;
  
  --maurice-font-h2-family: 'Fraunces', serif;
  --maurice-font-h2-size: 53px;
  --maurice-font-h2-weight: 600;
  
  --maurice-font-h3-family: 'Outfit', sans-serif;
  --maurice-font-h3-size: 32px;
  --maurice-font-h3-weight: 600;
  
  --maurice-font-paragraph-family: 'Outfit', sans-serif;
  --maurice-font-paragraph-size: 20px;
  --maurice-font-paragraph-weight: 400;
  
  --maurice-font-paragraph-bold-family: 'Outfit', sans-serif;
  --maurice-font-paragraph-bold-size: 20px;
  --maurice-font-paragraph-bold-weight: 600;
  
  --maurice-font-button-family: 'Outfit', sans-serif;
  --maurice-font-button-size: 20px;
  --maurice-font-button-weight: 600;
  
  /* Colores */
  --maurice-color-orange: #fc805a;
  --maurice-color-gray: #a0a0a0;
  --maurice-color-gray-light: #f2f2f2;
  --maurice-color-gray-very-light: #f9f8f7;
  --maurice-color-beige: #f0ece6;
  --maurice-color-beige-light: #f4f3f2;
  --maurice-color-black: #000000;
  --maurice-color-blue: #6e6eff;
  --maurice-color-grey: #f5f5f5;
  /* Bordes */
  --maurice-border-button: 50px;
}

:root {
  --color-main:var(--maurice-color-orange);
  --bg-color-main:var(--maurice-color-orange);
  --border-color-main:var(--maurice-color-orange);
  --color-main-alt:var(--maurice-color-black);
  --bg-color-main-alt:var(--maurice-color-black);
  --border-color-main-alt:var(--maurice-color-black);
  --color-main-blue:var(--maurice-color-blue);
  --color-main-grey:var(--maurice-color-grey);
}

/*Global styles*/
.coffee-vertical-align-middle{
  vertical-align:middle;
}
.coffee-vertical-align-bottom{
  vertical-align:bottom;
}
.coffee-vertical-align-super{
  vertical-align:super;
}
.coffee-vertical-align-top{
  vertical-align:top;
}
.coffee-font-weight-lighter{
  font-weight:lighter;
}
.coffee-font-weight-normal{
  font-weight:normal;
}
.coffee-font-weight-bolder{
  font-weight:bolder;
}
.coffee-font-weight-bold{
  font-weight:bold;
}
.coffee-font-style-italic{
  font-style:italic;
}
.coffee-font-size-small{
  font-size:var(--wp--preset--font-size--small);
}
.coffee-font-size-medium{
  font-size:var(--wp--preset--font-size--medium);
}
.coffee-font-size-large{
  font-size:var(--wp--preset--font-size--large);
}
.coffee-font-size-10{
  font-size:10px;
}
.coffee-font-size-12{
  font-size:12px;
}
.coffee-font-size-13{
  font-size:13px;
}
.coffee-font-size-14{
  font-size:14px;
}
.coffee-font-size-15{
  font-size:15px;
}
.coffee-font-size-16{
  font-size:16px!important;
}
.coffee-font-size-20{
  font-size:20px!important;
}
.coffee-font-size-25{
  font-size:25px!important;
}
.coffee-font-size-30{
  font-size:30px!important;
}
.coffee-font-size-40{
  font-size:40px!important;
}
.coffee-font-size-50{
  font-size:50px!important;
}
.coffee-font-size-75{
  font-size:75px!important;
}
.coffee-font-size-100{
  font-size:100px!important;
}
.coffee-list-style-none{
  list-style:none
}
.coffee-width-auto{
  width:auto
}
.coffee-width-10-percent{
  width:9.5%;
}
.coffee-width-20-percent{
  width:19.5%;
}
.coffee-width-25-percent{
  width:24.5%;
}
.coffee-width-30-percent{
  width:29.5%;
}
.coffee-width-33-percent{
  width:32.4%;
}
.coffee-width-40-percent{
  width:39.5%;
}
.coffee-width-50-percent{
  width:49.5%;
}
.coffee-width-60-percent{
  width:59.5%;
}
.coffee-width-66-percent{
  width:65.5%;
}
.coffee-width-70-percent{
  width:69.5%;
}
.coffee-width-75-percent{
  width:74.5%;
}
.coffee-width-80-percent{
  width:79.5%;
}
.coffee-width-90-percent{
  width:89.5%;
}
.coffee-width-100-percent{
  width:100%;
}
.coffee-width-25{
  width:25px;
}
.coffee-width-50{
  width:50px;
}
.coffee-width-75{
  width:75px;
}
.coffee-width-100{
  width:100px;
}
.coffee-height-auto{
  height:auto
}
.coffee-height-25-percent{
  height:25%;
}
.coffee-height-50-percent{
  height:50%;
}
.coffee-height-75-percent{
  height:75%;
}
.coffee-height-100-percent{
  height:100%;
}
.coffee-height-25{
  height:25px;
}
.coffee-height-50{
  height:50px;
}
.coffee-height-75{
  height:75px;
}
.coffee-height-100{
  height:100px;
}
.coffee-text-2-columns{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
}
.coffee-text-transform-initial{
  text-transform:initial;
}
.coffee-text-transform-uppercase{
  text-transform:uppercase;
}
.coffee-text-transform-lowercase{
  text-transform:lowercase;
}
.coffee-text-transform-capitalize{
  text-transform:capitalize;
}
.coffee-font-weight-500{
  font-weight:500
}
.coffee-font-weight-600{
  font-weight:600
}
.coffee-font-weight-700{
  font-weight:700
}
.coffee-pointer-events-all{
  pointer-events:all
}
.coffee-pointer-events-none{
  pointer-events:none
}
.coffee-text-align-center{
  text-align:center
}
.coffee-text-align-left{
  text-align:left
}
.coffee-text-align-right{
  text-align:right
}
.coffee-text-align-justify{
  text-align:justify;
  text-justify:inter-word;
}
.coffee-link-disabled{
  pointer-events:none;
  cursor:default;
}
.coffee-copy-disabled{
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}
.coffee-margin-auto{
  margin:auto
}
.coffee-margin-left-auto{
  margin-left:auto
}
.coffee-margin-right-auto{
  margin-right:auto
}
.coffee-container{
  display:flex;
}
.coffee-row{
  margin:0 20px 10px 20px;
}
.coffee-justify-content-center{
  justify-content:center;
}
.coffee-justify-content-space-between{
  justify-content:space-between;
}
.coffee-display-flex{
  display:flex
}
.coffee-display-block{
  display:block
}
.coffee-display-table{
  display:table
}
.coffee-display-table-cell{
  display:table-cell
}
.coffee-display-inline-table{
  display:inline-table
}
.coffee-display-inline{
  display:inline
}
.coffee-display-inline-block{
  display:inline-block
}
.coffee-display-none,.pn_wph_nonce{
  display:none!important
}
.coffee-display-none-soft{
  display:none
}
.coffee-overflow-hidden{
  overflow:hidden;
}
.coffee-m-0{
  margin:0px;
}
.coffee-m-10{
  margin:10px;
}
.coffee-m-20{
  margin:20px;
}
.coffee-m-30{
  margin:30px;
}
.coffee-m-40{
  margin:40px;
}
.coffee-m-50{
  margin:50px;
}
.coffee-m-60{
  margin:60px;
}
.coffee-m-70{
  margin:70px;
}
.coffee-m-75{
  margin:75px;
}
.coffee-m-80{
  margin:80px;
}
.coffee-m-90{
  margin:90px;
}
.coffee-m-100{
  margin:100px;
}
.coffee-mt-0{
  margin-top:0px;
}
.coffee-mt-10{
  margin-top:10px;
}
.coffee-mt-20{
  margin-top:20px;
}
.coffee-mt-30{
  margin-top:30px;
}
.coffee-mt-40{
  margin-top:40px;
}
.coffee-mt-50{
  margin-top:50px;
}
.coffee-mt-60{
  margin-top:60px;
}
.coffee-mt-70{
  margin-top:70px;
}
.coffee-mt-75{
  margin-top:75px;
}
.coffee-mt-80{
  margin-top:80px;
}
.coffee-mt-90{
  margin-top:90px;
}
.coffee-mt-100{
  margin-top:100px;
}
.coffee-mr-0{
  margin-right:0px;
}
.coffee-mr-10{
  margin-right:10px;
}
.coffee-mr-20{
  margin-right:20px;
}
.coffee-mr-30{
  margin-right:30px;
}
.coffee-mr-40{
  margin-right:40px;
}
.coffee-mr-50{
  margin-right:50px;
}
.coffee-mr-60{
  margin-right:60px;
}
.coffee-mr-70{
  margin-right:70px;
}
.coffee-mr-75{
  margin-right:75px;
}
.coffee-mr-80{
  margin-right:80px;
}
.coffee-mr-90{
  margin-right:90px;
}
.coffee-mr-100{
  margin-right:100px;
}
.coffee-mb-0{
  margin-bottom:0px;
}
.coffee-mb-10{
  margin-bottom:10px;
}
.coffee-mb-20{
  margin-bottom:20px;
}
.coffee-mb-30{
  margin-bottom:30px;
}
.coffee-mb-40{
  margin-bottom:40px;
}
.coffee-mb-50{
  margin-bottom:50px;
}
.coffee-mb-60{
  margin-bottom:60px;
}
.coffee-mb-70{
  margin-bottom:70px;
}
.coffee-mb-75{
  margin-bottom:75px;
}
.coffee-mb-80{
  margin-bottom:80px;
}
.coffee-mb-90{
  margin-bottom:90px;
}
.coffee-mb-100{
  margin-bottom:100px;
}
.coffee-mb-150{
  margin-bottom:150px;
}
.coffee-ml-0{
  margin-left:0px;
}
.coffee-ml-10{
  margin-left:10px;
}
.coffee-ml-20{
  margin-left:20px;
}
.coffee-ml-30{
  margin-left:30px;
}
.coffee-ml-40{
  margin-left:40px;
}
.coffee-ml-50{
  margin-left:50px;
}
.coffee-ml-60{
  margin-left:60px;
}
.coffee-ml-70{
  margin-left:70px;
}
.coffee-ml-75{
  margin-left:75px;
}
.coffee-ml-80{
  margin-left:80px;
}
.coffee-ml-90{
  margin-left:90px;
}
.coffee-ml-100{
  margin-left:100px;
}
.coffee-p-0{
  padding:0px;
}
.coffee-p-10{
  padding:10px;
}
.coffee-p-20{
  padding:20px;
}
.coffee-p-30{
  padding:30px;
}
.coffee-p-40{
  padding:40px;
}
.coffee-p-50{
  padding:50px;
}
.coffee-p-60{
  padding:60px;
}
.coffee-p-70{
  padding:70px;
}
.coffee-p-75{
  padding:75px;
}
.coffee-p-80{
  padding:80px;
}
.coffee-p-90{
  padding:90px;
}
.coffee-p-100{
  padding:100px;
}
.coffee-pt-0{
  padding-top:0px;
}
.coffee-pt-10{
  padding-top:10px;
}
.coffee-pt-20{
  padding-top:20px;
}
.coffee-pt-30{
  padding-top:30px;
}
.coffee-pt-40{
  padding-top:40px;
}
.coffee-pt-50{
  padding-top:50px;
}
.coffee-pt-60{
  padding-top:60px;
}
.coffee-pt-70{
  padding-top:70px;
}
.coffee-pt-75{
  padding-top:75px;
}
.coffee-pt-80{
  padding-top:80px;
}
.coffee-pt-90{
  padding-top:90px;
}
.coffee-pt-100{
  padding-top:100px;
}
.coffee-pr-0{
  padding-right:0px;
}
.coffee-pr-10{
  padding-right:10px;
}
.coffee-pr-20{
  padding-right:20px;
}
.coffee-pr-30{
  padding-right:30px;
}
.coffee-pr-40{
  padding-right:40px;
}
.coffee-pr-50{
  padding-right:50px;
}
.coffee-pr-60{
  padding-right:60px;
}
.coffee-pr-70{
  padding-right:70px;
}
.coffee-pr-75{
  padding-right:75px;
}
.coffee-pr-80{
  padding-right:80px;
}
.coffee-pr-90{
  padding-right:90px;
}
.coffee-pr-100{
  padding-right:100px;
}
.coffee-pb-0{
  padding-bottom:0px;
}
.coffee-pb-10{
  padding-bottom:10px;
}
.coffee-pb-20{
  padding-bottom:20px;
}
.coffee-pb-30{
  padding-bottom:30px;
}
.coffee-pb-40{
  padding-bottom:40px;
}
.coffee-pb-50{
  padding-bottom:50px;
}
.coffee-pb-60{
  padding-bottom:60px;
}
.coffee-pb-70{
  padding-bottom:70px;
}
.coffee-pb-75{
  padding-bottom:75px;
}
.coffee-pb-80{
  padding-bottom:80px;
}
.coffee-pb-90{
  padding-bottom:90px;
}
.coffee-pb-100{
  padding-bottom:100px;
}
.coffee-pl-0{
  padding-left:0px;
}
.coffee-pl-10{
  padding-left:10px;
}
.coffee-pl-20{
  padding-left:20px;
}
.coffee-pl-30{
  padding-left:30px;
}
.coffee-pl-40{
  padding-left:40px;
}
.coffee-pl-50{
  padding-left:50px;
}
.coffee-pl-60{
  padding-left:60px;
}
.coffee-pl-70{
  padding-left:70px;
}
.coffee-pl-75{
  padding-left:75px;
}
.coffee-pl-80{
  padding-left:80px;
}
.coffee-pl-90{
  padding-left:90px;
}
.coffee-pl-100{
  padding-left:100px;
}
.coffee-mobile-scrollable{
  overflow-x:auto;
}
.coffee-mobile-scrollable > img,.coffee-mobile-scrollable > div,.coffee-mobile-scrollable > table,.coffee-mobile-scrollable > canvas{
  min-width:400px;
}
.coffee-overlay-container{
  position:relative;
  height:auto;
  overflow:hidden;
}
.coffee-overlay-background{
  position:relative;
  height:auto;
  overflow:hidden;
}
.coffee-overlay-front{
  width:100%;
  position:absolute;
  z-index:4;
  top:auto;
  text-align:center;
}
.coffee-img-hover-zoom{
  opacity:100;
  -webkit-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -moz-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -o-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -ms-transition:all .27s cubic-bezier(.3,.1,.58,1);
  transition:all .27s cubic-bezier(.3,.1,.58,1);
}
.coffee-img-hover-zoom:hover{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}
.coffee-ul-cookies-list{
  word-wrap:break-word;
}
.coffee-full-row{
  width:100vw;
  position:relative;
  margin-left:-50vw;
  height:100px;
  left:50%;
}
.coffee-z-index-bottom,.coffee-z-index-9{
  z-index:9
}
.coffee-z-index-99{
  z-index:99
}
.coffee-z-index-999{
  z-index:999
}
.coffee-z-index-9999{
  z-index:9999
}
.coffee-z-index-top,.coffee-z-index-99999{
  z-index:99999
}
.coffee-ellipsis{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
input.coffee-input,textarea.coffee-input{
  -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-color:#ffffff;
  border:1px solid #cccccc;
  -webkit-box-shadow:none;
  box-shadow:none;
  min-height:50px;
  padding:12px 18px;
  font-family:var(--wp--preset--font-family--manrope);
  font-size:var(--wp--preset--font-size--large);
  font-weight:var(--wp--preset--font-weight--normal);
  line-height:1.42857143;
  border-radius:4px;
  margin-bottom:15px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input.coffee-input:focus,textarea.coffee-input:focus{
  box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--color-main)99;
  border-color:var(--color-main);
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--color-main)99;
}
textarea.coffee-input{
  min-height:150px;
}
.coffee-switch input.coffee-input[type="checkbox"]{
  min-height:24px!important;
  margin-bottom:0!important;
}
.coffee-switch{
  position:relative;
  display:inline-block;
  width:60px;
  height:24px;
}
.coffee-switch input{
  opacity:0;
  width:0;
  height:0;
}
.coffee-slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#cccccc;
  -webkit-transition:.4s;
  transition:.4s;
}
.coffee-slider:before{
  position:absolute;
  content:"";
  height:18px;
  width:18px;
  left:4px;
  bottom:3px;
  background-color:white;
  -webkit-transition:.4s;
  transition:.4s;
}
input:checked + .coffee-slider{
  background-color:var(--bg-color-main);
}
input:focus + .coffee-slider{
  box-shadow:0 0 1px var(--bg-color-main);
}
input:checked + .coffee-slider:before{
  -webkit-transform:translateX(33px);
  -ms-transform:translateX(33px);
  transform:translateX(33px);
}
.coffee-slider.coffee-round{
  border-radius:34px;
}
.coffee-slider.coffee-round:before{
  border-radius:50%;
}
.coffee-btn{
  background-color:var(--color-main);
  color:#fff;
  text-shadow:none;
  display:inline-block;
  margin:auto;
  font-weight:300;
  font-size:var(--wp--preset--font-size--normal);
  font-family:var(--wp--preset--font-family--manrope);
  font-weight:var(--wp--preset--font-weight--normal);
  border-radius:4px;
  height:auto;
  text-align:center;
  box-shadow:none;
  line-height:20px;
  border:none;
  padding:5px 20px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  cursor:pointer;
  text-decoration:none;
}
.coffee-btn:hover{
  background-color:var(--bg-color-main-alt);
}
.coffee-btn-mini{
  line-height:20px;
  padding:5px 30px;
}
.coffee-cursor-pointer{
  cursor:pointer;
}
.coffee-cursor-help{
  cursor:help;
}
.coffee-cursor-not-allowed{
  cursor:not-allowed;
}
.coffee-cursor-move{
  cursor:move;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}
.coffee-cursor-move:active{
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}
.coffee-pointer-events-none{
  pointer-events:none;
}
.coffee-color-transparent{
  color:transparent;
}
.coffee-color-white{
  color:#ffffff;
}
.coffee-color-black{
  color:#000000;
}
.coffee-bg-color-white{
  background-color:#ffffff;
}
.coffee-bg-color-transparent{
  background-color:transparent;
}
.coffee-bg-color-black{
  background-color:#000000;
}
.coffee-color-main-0{
  color:var(--color-main);
}
.coffee-bg-color-main-0{
  background-color:var(--bg-color-main);
}
.coffee-border-color-main-0{
  border-color:var(--border-color-main);
}
.coffee-color-main-1{
  color:var(--color-main-alt);
}
.coffee-bg-color-main-1{
  background-color:var(--bg-color-main-alt);
}
.coffee-border-color-main-1{
  border-color:var(--border-color-main-alt);
}
.coffee-color-red{
  color:#da1d4c;
}
.coffee-color-blue{
  color:var(--color-main-blue);
}
.coffee-color-green{
  color:#a3ad20;
}
.coffee-filter-grayscale{
  filter:grayscale(100%);
}
.coffee-position-relative{
  position:relative;
}
.coffee-position-absolute{
  position:absolute;
}
.coffee-top-0{
  top:0;
}
.coffee-top-10{
  top:10px;
}
.coffee-top-20{
  top:20px;
}
.coffee-left-0{
  left:0;
}
.coffee-left-10{
  left:10px;
}
.coffee-left-20{
  left:20px;
}
.coffee-right-0{
  right:0;
}
.coffee-right-10{
  right:10px;
}
.coffee-right-20{
  right:20px;
}
.coffee-left-0{
  left:0;
}
.coffee-left-10{
  left:10px;
}
.coffee-left-20{
  left:20px;
}
.coffee-bottom-0{
  bottom:0;
}
.coffee-bottom-10{
  bottom:10px;
}
.coffee-bottom-20{
  bottom:20px;
}
.coffee-position-fixed{
  position:fixed;
}
.coffee-border-none{
  border:none;
}
.coffee-float-left{
  float:left;
}
.coffee-float-right{
  float:right;
}
.coffee-float-none{
  float:none;
}
.coffee-box-shadow-none{
  box-shadow:none
}
.coffee-text-shadow-none{
  text-shadow:none
}
.coffee-video-embed{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  max-width:100%;
  height:auto;
}
.coffee-video-embed iframe,.coffee-video-embed object,.coffee-video-embed embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
textarea{
  resize:vertical;
}
.coffee-shadow{
  box-shadow:10px 10px 10px #00000026;
}
.coffee-shadow-dark{
  box-shadow:10px 10px 10px #d1d1d1;
}
.coffee-shadow-complete{
  box-shadow:0 0 25px 0 #00000026;
  border-radius:5px;
}
.coffee-main-message{
  min-width:300px;
  box-shadow:0 1px 3px 0 #3c40434d,0 4px 8px 3px #3c40434d;
  font-size:var(--wp--preset--font-size--normal);
  letter-spacing:.2px;
  -webkit-align-items:center;
  align-items:center;
  background-color:var(--color-main);
  border:none;
  -webkit-border-radius:4px;
  border-radius:4px;
  top:50px;
  right:0;
  bottom:auto;
  left:auto;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:#fff;
  line-height:36px;
  font-weight:400;
  margin:25px;
  max-width:640px;
  min-height:38px;
  padding:15px 25px;
  padding-right:52px;
  position:fixed;
  text-align:left;
  white-space:normal;
  line-height:25px;
  z-index:999999;
}
.coffee-main-message a{
  color:#8ab4f8
}
#coffee-bar-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-color:transparent;
}
#coffee-bar{
  width:1%;
  height:5px;
  background:linear-gradient(90deg,#9d000a,#c36100,#006912,#004f54,#0b00a0);
}
.coffee-border-radius-50-percent{
  border-radius:50%;
}
.coffee-border-radius-5{
  border-radius:5px;
}
.coffee-border-radius-20{
  border-radius:20px;
}
.coffee-border-radius-bottom-0{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.coffee-border-radius-top-0{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.coffee-black-and-white{
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}
.coffee-box-shadow{
  box-shadow:4px 4px 10px 1px #0000003d;
}
.coffee-text-shadow{
  text-shadow:none;
}
.coffee-ul-columns-2{
  columns:2;
  -webkit-columns:2;
  -moz-columns:2;
}
.coffee-parallax{
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.coffee-close-icon{
  position:absolute;
  top:5px;
  right:0;
}
.coffee-shader{
  z-index:3;
  -webkit-transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  opacity:0;
  background-color:#00000096;
  position:absolute;
  width:100%;
  height:100%;
}
.coffee-shader:hover{
  opacity:1;
}
.coffee-opacity-50-percent{
  opacity:0.5;
}
.coffee-text-decoration-none{
  text-decoration:none;
}
.coffee-text-decoration-underline{
  text-decoration:underline;
}
.wc-block-components-notice-banner.is-success,.coffee-alert-success{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#699801;
  color:#ffffff;
  margin:30px auto;
}
.coffee-alert-warning{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b6821d;
  color:#ffffff;
  margin:30px auto;
}
.coffee-alert-error{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b61627;
  color:#ffffff;
  margin:30px auto;
}
.coffee-max-width-300{
  max-width:300px!important;
}
.coffee-max-width-500{
  max-width:500px;
}
.coffee-max-width-700{
  max-width:700px;
}
.coffee-max-width-1000{
  max-width:1000px;
}
.coffee-white-space-pre-wrap{
  white-space:pre-wrap;
}

/* coffee TABS */
.coffee-tabs{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  border:1px solid #cccccc;
  background-color:#f1f1f1
}
.coffee-tabs button{
  width:50%;
  background-color:inherit;
  float:left;
  border:none;
  outline:0;
  cursor:pointer;
  padding:14px 16px;
  transition:.3s
}
.coffee-tabs button:hover{
  background-color:#dddddd
}
.coffee-tabs button.active{
  background-color:#cccccc
}
.coffee-tab-content{
  padding:30px 12px 6px;
  border:1px solid #cccccc;
  border-top:none
}
/*  END coffee TABS */

header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
  text-transform:uppercase;
  font-weight:400;
  font-size:var(--wp--preset--font-size--small);
}
.coffee-body .darkmode--enabled img,.coffee-body .darkmode--enabled figure,.coffee-body .darkmode--enabled .coffee-btn,.coffee-body .darkmode--enabled .vle-btn,.coffee-body .darkmode--enabled .material-icons-outlined.coffee-color-main-0,.coffee-body .darkmode--enabled .wp-element-button,.coffee-body .darkmode--enabled footer{
  mix-blend-mode:difference;
}
.coffee-bordered{
  border:1px solid #c3c3c3;
}
.coffee-body audio {
  filter:sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  width:200px;
  height:25px;
}
.coffee-body footer h5.has-body-font-family::after{
  background-color:var(--bg-color-main)!important;
}
.coffee-body #header,.coffee-body #header ~ hr,.coffee-body #footer,.coffee-body #footer ~ hr{
    display:none;
}
.coffee-menu-more-overlay{
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:#00000057;
}
.coffee-menu-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.coffee-menu-more ul{
  margin:0;
  padding:10px;
}
.coffee-menu-more li{
  text-align:left;
  margin-bottom:5px;
}
.coffee-menu-more p{
  margin-bottom:0;
  font-size:var(--wp--preset--font-size--small);
}
.coffee-list-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.coffee-list-more ul{
  margin:0;
  padding:10px;
}
.coffee-list-more li{
  text-align:left;
  margin-bottom:5px;
}
.coffee-list-more p{
  margin-bottom:0;
}
.coffee-tasks-list{
  margin-top:50px;
  margin-bottom:100px;
}
.coffee-task{
  margin-bottom:20px;
}
.coffee-navigation{
  text-align:center;
  max-width:250px;
  position:fixed;
  bottom:10px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
.coffee-navigation > div{
  background-color:#ffffff;
  border-radius:5px;
  box-shadow:3px 3px 9px #949494;
}
.coffee-navigation i:not('.coffee-color-main-0'){
  color:#b9b9b9;
}


@media all and (max-width:768px){
  .coffee-text-2-columns{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
  .coffee-tablet-width-100-percent{
    width:100%;
  }
  .coffee-tablet-display-block{
    display:block
  }
  .coffee-tablet-display-table{
    display:table
  }
  .coffee-container{
    flex-direction:column;
  } 
  .wp-block-navigation.items-justified-right{
    --navigation-layout-justification-setting:flex-start;
    --navigation-layout-justify:flex-start;
  }
  .coffee-popup.fancybox-content{
    padding:40px 5px;
    margin-top:50px;
  }
}

@media all and (max-width:450px){
  .coffee-mobile-width-100-percent{
    width:100%;
  }
  .coffee-mobile-display-block{
    display:block
  }
  .coffee-mobile-display-table{
    display:table
  }
}


/* LOADER CIRCLE */
  .coffee-loader-circle-wrapper{
    width:100%;
    margin:auto;
    height:200px;
    margin-top:125px;
  }
  .coffee-loader-circle{
    display:inline-block;
    position:relative;
    width:80px;
    height:80px
  }
  .coffee-loader-circle div{
    box-sizing:border-box;
    display:block;
    position:absolute;
    width:64px;
    height:64px;
    margin:8px;
    border:8px solid var(--color-main);
    border-radius:50%;
    animation:coffee-loader-circle 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color:var(--color-main) transparent transparent;
  }
  .coffee-loader-circle div:nth-child(1){
    animation-delay:-.45s
  }
  .coffee-loader-circle div:nth-child(2){
    animation-delay:-.3s
  }
  .coffee-loader-circle div:nth-child(3){
    animation-delay:-.15s
  }
  @keyframes coffee-loader-circle{
    0%{
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
    }
  }

  .coffee-waiting{
    display:inline;
    vertical-align:middle;
  }
  .coffee-loader-circle-waiting{
    display:inline-block;
    position:relative;
    width:20px;
    height:20px
  }
  .coffee-loader-circle-waiting div{
    box-sizing:border-box;
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    margin:3px 8px;
    border:3px solid var(--color-main);
    border-radius:50%;
    animation:coffee-loader-circle-waiting 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color:var(--color-main) transparent transparent;
  }
  .coffee-loader-circle-waiting div:nth-child(1){
    animation-delay:-.45s
  }
  .coffee-loader-circle-waiting div:nth-child(2){
    animation-delay:-.3s
  }
  .coffee-loader-circle-waiting div:nth-child(3){
    animation-delay:-.15s
  }
  @keyframes coffee-loader-circle-waiting{
    0%{
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
    }
  }
/* END LOADER CIRCLE */

/* OWL CAROUSEL */
  .coffee-carousel .owl-nav{
    position:absolute;
    top:23%;
    width:100%;
  }
  .coffee-carousel .owl-nav .owl-prev{
    position:absolute;
    left:-50px;
  }
  .coffee-carousel .owl-nav .owl-next{
    position:absolute;
    right:-50px;
  }
  .coffee-carousel .owl-nav i{
    font-size:50px;
  }
  .coffee-carousel .owl-dots{
    margin-top:30px;
  }
  .coffee-carousel .owl-item{
    cursor:grab;
  }
  .coffee-carousel .owl-dots{
    -webkit-tap-highlight-color:transparent;
    text-align:center;
    margin-top:20px;
  }
  .coffee-carousel .owl-dot{
    display:inline-block;
     zoom:1;
  }
  .coffee-carousel .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
  }
  .coffee-carousel .owl-dots .owl-dot.active span,.coffee-carousel .owl-dots .owl-dot:hover span{
    background-color:#585f62;
  }

  @media all and (max-width:768px){
    .coffee-carousel .owl-nav button.owl-prev{
      left:-40px;
    }
    .coffee-carousel .owl-nav button.owl-next{
      right:-40px;
    }
  }
/* END OWL CAROUSEL */

/* COFFEE FORMS */
  .coffee-section-helper{
    position:absolute;
    left:-15px;
    font-size:var(--wp--preset--font-size--normal);
    cursor:help;
  }
  .coffee-toggle label{
    font-weight:bold;
    font-size:var(--wp--preset--font-size--small);
  }
  .coffee-images img{
    width:50px!important;
    height:auto!important;
  }
  .coffee-videos{
    margin-bottom:20px!important;
  }
  .coffee-videos img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .coffee-video{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .coffee-video i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .coffee-videos-block{
    text-align:center!important;
  }
  .coffee-audios{
    margin-bottom:20px!important;
  }
  .coffee-audios img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .coffee-audio{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .coffee-audio i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .coffee-audios-block{
    text-align:center!important;
  }
  .coffee-files embed{
    width:100%;
    height:100px;
  }
  .coffee-input-range{
    height:35px;
    -webkit-appearance:none;
    margin:10px 0;
    width:100%;
    border-bottom:none;
    padding:0;
    border:0!important;
  }
  .coffee-input-range:focus{
    outline:none;
  }
  .coffee-input-range::-webkit-slider-runnable-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .coffee-input-range::-webkit-slider-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
    -webkit-appearance:none;
    margin-top:1px;
  }
  .coffee-input-range:focus::-webkit-slider-runnable-track{
    background:#c1c1c1;
  }
  .coffee-input-range::-moz-range-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .coffee-input-range::-moz-range-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .coffee-input-range::-ms-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    background:transparent;
    border-color:transparent;
    color:transparent;
  }
  .coffee-input-range::-ms-fill-lower{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .coffee-input-range::-ms-fill-upper{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .coffee-input-range::-ms-thumb{
    margin-top:1px;
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .coffee-input-range:focus::-ms-fill-lower{
    background:#c1c1c1;
  }
  .coffee-input-range:focus::-ms-fill-upper{
    background:#c1c1c1;
  }
  .coffee-input-range-wrapper,.coffee-input-stars-wrapper{
    position:relative;
    padding-bottom:30px;
  }
  .coffee-input-range-label-min,.coffee-input-stars-label-min{
    position:absolute;
    top:50px;
    left:-50px;
  }
  .coffee-input-hidden-stars{
    text-align:center;
    font-size:30px!important;
    font-weight:bold;
    border:none!important;
    padding:0!important;
    margin:0;
  }
  .coffee-input-range-output{
    text-align:center;
    margin-top:0;
  }
  .coffee-input-star{
    cursor:pointer;
    width:50px;
    padding:0 20px;
    font-size:50px!important;
  }
  .coffee-password-checker{
    max-width:470px;
  }
  .coffee-progress-bar-wrapper{
    height:10px!important;
    border-radius:3px;
    margin-bottom:20px;
  }
  .coffee-progress-bar{
    border-radius:3px;
  }
  .form-group{
    margin-bottom:10px;
  }
  .coffee-show-pass{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:15px;
    width:15px;
  }
  .coffee-progress-bar-danger{
    border-radius:3px;
    background-color:#e90f10;
  }
  .coffee-progress-bar-warning{
    border-radius:3px;
    background-color:#ffad00;
  }
  .coffee-progress-bar-success{
    border-radius:3px;
    background-color:#02b502;
  }
  .login-btn{
    width:180px!important;
    background-image:linear-gradient(to right, #f6086e, #ff133a)!important;
    font-size:var(--wp--preset--font-size--normal);
    font-weight:var(--wp--preset--font-weight--normal);
    color:#fff;
    margin:0 auto 5px;
    padding:8px 0;
  }
  .login-btn:hover{
    background-image:linear-gradient(to right, rgba(255, 0, 111, 0.8), rgba(247, 2, 43, 0.8) )!important;
    color:#fff!important;
  }
  .fa-eye{
    color:#022255;
    cursor:pointer;
  }
  .coffee-password-strength-bar{
    height:100%;
    -webkit-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -moz-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -o-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -ms-transition:all .5s cubic-bezier(.3,.1,.58,1);
    transition:all .5s cubic-bezier(.3,.1,.58,1);
  }

  @media all and (max-width:768px){
    .coffee-input-range-label-min,.coffee-input-stars-label-min{
      left:-10px;
    }
  }
  .coffee-input-range-label-max,.coffee-input-stars-label-max{
    position:absolute;
    top:50px;
    right:-50px;
  }
  @media all and (max-width:768px){
    .coffee-input-range-label-max,.coffee-input-stars-label-max{
      right:-10px;
    }
  }
  .coffee-section-wrapper label{
    color:var(--color-main);
  }
/* END COFFEE FORMS */

/* COFFEE SWITCH */
  .coffee-switch input.coffee-input[type="checkbox"]{
    min-height:24px!important;
    margin-bottom:0!important;
  }
  .coffee-switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:24px;
  }
  .coffee-switch input{
    opacity:0;
    width:0;
    height:0;
  }
  .coffee-slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#cccccc;
    -webkit-transition:.4s;
    transition:.4s;
  }
  .coffee-slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:4px;
    bottom:3px;
    background-color:white;
    -webkit-transition:.4s;
    transition:.4s;
  }
  input:checked + .coffee-slider{
    background-color:var(--bg-color-main);
  }
  input:focus + .coffee-slider{
    box-shadow:0 0 1px var(--bg-color-main);
  }
  input:checked + .coffee-slider:before{
    -webkit-transform:translateX(33px);
    -ms-transform:translateX(33px);
    transform:translateX(33px);
  }
  .coffee-slider.coffee-round{
    border-radius:34px;
  }
  .coffee-slider.coffee-round:before{
    border-radius:50%;
  }
  .coffee-checkbox[disabled] ~ .coffee-slider{
    cursor:default;
  }
/* END COFFEE SWITCH */

/* FIELDS DISPLAY */
  .coffee-field-display {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
  }

  .coffee-field-label {
    margin-bottom: 10px;
  }

  .coffee-field-label h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }

  .coffee-field-description {
    margin: 0;
    color: #666;
    font-size: 14px;
  }

  .coffee-field-value {
    color: #444;
  }

  /* File Display */
  .coffee-file-display {
    display: inline-block;
  }

  .coffee-file-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: var(--color-main-grey);
    border-radius: 4px;
    text-decoration: none;
    color: #2196F3;
  }

  .coffee-file-link:hover {
    background-color: #e3f2fd;
  }

  .coffee-no-file {
    color: #999;
    font-style: italic;
  }

  /* Checkbox Display */
  .coffee-checkbox-display {
    display: inline-block;
  }

  .coffee-checkbox-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
  }

  .coffee-checkbox-status.checked {
    background-color: #e8f5e9;
    color: #2e7d32;
  }

  .coffee-checkbox-status.unchecked {
    background-color: var(--color-main-grey);
    color: #757575;
  }

  /* Radio Display */
  .coffee-radio-selected {
    display: inline-block;
    padding: 6px 12px;
    background-color: #e3f2fd;
    color: #1976d2;
    border-radius: 4px;
    font-weight: 500;
  }

  /* Color Display */
  .coffee-color-display {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .coffee-color-preview {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
  }

  .coffee-color-value {
    font-family: monospace;
  }

  /* Text Value */
  .coffee-text-value-wrapper {
      display: block;
      width: 100%;
      padding: 8px 12px;
      background-color: #f8f9fa;
      border-radius: 4px;
      min-height: 20px;
  }

  .coffee-text-value {
      display: block;
      color: #333;
      line-height: 1.5;
      word-break: break-word;
  }

  .coffee-text-value.coffee-empty-value {
      color: #999;
      font-style: italic;
  }

  /* Select Value */
  .coffee-select-value, .coffee-select-values {
    display: inline-block;
    padding: 8px 12px;
    background-color: var(--color-main-grey);
    border-radius: 4px;
  }

  .coffee-select-empty {
    color: #999;
    font-style: italic;
  }

  /* Textarea Value */
  .coffee-textarea-value {
    padding: 12px;
    background-color: var(--color-main-grey);
    border-radius: 4px;
    white-space: pre-wrap;
    line-height: 1.5;
  }

  /* Image Gallery */
  .coffee-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 10px;
  }

  .coffee-image-item {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 4px;
  }

  .coffee-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .coffee-no-image {
    color: #999;
    font-style: italic;
  }

  /* Editor Content */
  .coffee-editor-content {
    padding: 12px;
    background-color: var(--color-main-grey);
    border-radius: 4px;
  }

  /* HTML Content */
  .coffee-html-content {
    padding: 12px;
    background-color: var(--color-main-grey);
    border-radius: 4px;
  }

  /* Responsive Adjustments */
  @media screen and (max-width: 768px) {
    .coffee-field-display {
      padding: 10px;
    }

    .coffee-image-gallery {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 10px;
    }
  }
/* END FIELDS DISPLAY */

/* CPT FILTER */
  .coffee-cpt-search-wrapper {
    padding: 8px 15px;
    transition: all 0.3s ease;
    width: 100%;
  }

  .coffee-cpt-search-toggle {
    color: var(--coffee-formpage-color-secondary);
    margin-right: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .coffee-cpt-search-toggle:hover {
    color: var(--coffee-formpage-color-secondary-dark);
    transform: scale(1.1);
  }

  .coffee-cpt-search-input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
  }

  .coffee-cpt-search-input:focus {
    box-shadow: none !important;
  }

  .coffee-cpt-search-input::placeholder {
    color: #999;
    font-style: italic;
  }

  /* Animation for search input */
  .coffee-cpt-search-input.coffee-display-none {
    width: 0;
    opacity: 0;
    margin-right: 0 !important;
  }

  .coffee-cpt-search-input:not(.coffee-display-none) {
    width: 90% !important;
    opacity: 1;
    margin-right: 10px !important;
  }

  /* Smooth transitions for filtered items */
  .coffee-coffee_point-list-item {
    transition: all 0.3s ease;
  }

  .coffee-coffee_point-list-item:not(:visible) {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .coffee-cpt-search-container {
      justify-content: center;
    }

    .coffee-cpt-search-wrapper {
      max-width: 250px;
    }
  }
/* END CPT FILTER */

/* ========================================
   UNIFICACIÓN DE BOTONES - PADDING ESTÁNDAR
   Todos los botones deben tener el mismo padding:
   - Vertical: 12px (arriba/abajo) - Misma altura para todos
   - Horizontal: 40px (izquierda/derecha) - Más espacio entre texto y bordes
   El ancho del botón se ajusta automáticamente al tamaño del texto
   ======================================== */

/* Botones principales - Padding estándar */
.btn,
.btn-default,
.btn-maurice,
.maurice-hero-button,
a.maurice-hero-button,
.maurice-card-button,
a.maurice-card-button,
.maurice-button,
button[type="submit"],
input[type="submit"]:not(.coffee-input),
.woocommerce-form-login .button,
.woocommerce-form-register .button,
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-button,
.woocommerce-account button.button,
.wp-element-button,
a.button,
button.button {
  padding: 12px 40px !important;
  min-height: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  width: auto !important;
}

/* Botones con borde (outline) - mantener padding pero ajustar para el borde */
.btn-outline,
.btn-maurice-bg-tr,
.maurice-card-button,
.maurice-button-secondary {
  padding: 12px 40px !important;
  box-sizing: border-box !important;
  width: auto !important;
}

/* Botones pequeños - mantener proporción */
.btn-sm {
  padding: 10px 32px !important;
  width: auto !important;
}

/* Botones grandes - mantener proporción */
.btn-lg {
  padding: 14px 48px !important;
  width: auto !important;
}

/* Botones extra grandes - mantener proporción */
.btn-xl {
  padding: 16px 56px !important;
  width: auto !important;
}

/* Excepciones: botones en tablas (más pequeños) */
.woocommerce-MyAccount-content table .button,
table.woocommerce-orders-table .button,
.woocommerce-account table.woocommerce-orders-table .button {
  padding: 8px 16px !important;
}

/* Excepciones: botones de widget */
.widget-container button,
.widget-container .btn {
  padding: 8px 16px !important;
}

/* Botones de enlace (sin padding) */
.btn-link {
  padding: 0 !important;
}

/* Asegurar que los enlaces con clase de botón tengan el padding correcto */
a.maurice-hero-button,
a.maurice-card-button,
a.btn-maurice,
a.maurice-button {
  padding: 15px 40px !important;
  display: inline-block !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-width: auto !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

/* SOBRESCRIBIR TODOS LOS ESTILOS DE UNCODE Y WOOCOMMERCE - MÁXIMA PRIORIDAD */
/* Asegurar que TODOS los botones tengan el mismo padding, sin excepciones */
/* Incluye selectores específicos de Uncode para mayor especificidad */
body .btn,
body .btn:not(.btn-custom-typo),
body .btn-default,
body .btn-maurice,
body a.btn,
body button.btn,
body .maurice-hero-button,
body a.maurice-hero-button,
body .maurice-card-button,
body a.maurice-card-button,
body .maurice-button,
body a.maurice-button,
body button[type="submit"],
body input[type="submit"]:not(.coffee-input),
body input[type="button"],
body input[type="reset"],
body .woocommerce-form-login .button,
body .woocommerce-form-register .button,
body .woocommerce-MyAccount-content .button,
body .woocommerce-MyAccount-content button,
body .woocommerce-account .woocommerce-button,
body .woocommerce-account button.button,
body .wp-element-button,
body a.button,
body button.button,
body .btn-container .btn,
body .btn-container a.btn,
body .vc_button,
body .vc_btn,
body .wpb_button,
body .wpb_btn,
body .btn-form-border-style {
  padding: 16px 40px !important;
  min-height: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  width: auto !important;
}

/* Botones con borde - mantener padding */
body .btn-outline,
body .btn-outline:not(.btn-custom-typo),
body .btn-maurice-bg-tr,
body .btn-border-3,
body .maurice-card-button,
body a.maurice-card-button,
body .maurice-button-secondary {
  padding: 15px 40px !important;
  box-sizing: border-box !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-width: auto !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

/* Excepciones: NO aplicar padding a estos elementos (solo border-width) */
body .btn-link,
body .btn-link:not(.btn-custom-typo),
body input.coffee-input,
body textarea.coffee-input,
body select,
body .seldiv,
body .select2-choice,
body .select2-selection--single,
body .panel-title > a > span,
body .divider .divider-icon,
body .overlay input,
body .search_footer {
  /* Estos elementos NO son botones, mantener su padding original */
}

/* Asegurar que btn-link NO tenga padding (es un enlace, no un botón) */
body .btn-link,
body .btn-link:not(.btn-custom-typo) {
  padding: 0 !important;
}

/* ========================================
   TABLA DE COOKIES
======================================== */
.maurice-cookie-table-wrapper {
  margin: 40px auto;
  width: 100%;
}

.maurice-cookie-table-title {
  font-family: 'Fraunces', serif;
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.maurice-cookie-table-description {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.maurice-cookie-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.maurice-cookie-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dcdcdc;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #1a1a1a;
}

.maurice-cookie-table th,
.maurice-cookie-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ececec;
}

.maurice-cookie-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.maurice-cookie-table td {
  font-weight: 400;
}

@media (max-width: 768px) {
  .maurice-cookie-table {
    border: 0;
  }

  .maurice-cookie-table thead {
    display: none;
  }

  .maurice-cookie-table tr {
    display: block;
    border: 1px solid #ececec;
    margin-bottom: 16px;
    padding: 16px;
  }

  .maurice-cookie-table td {
    display: block;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
  }

  .maurice-cookie-table td:last-child {
    border-bottom: none;
  }

  .maurice-cookie-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #7a7a7a;
  }
}

