/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}
* {
  font-family: 'Inter Tight', sans-serif;
}
/* Sections
 */
body {
  margin: 0;
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #808184;
  border-radius: 7px;
  padding: 9px 10px;
  transition: all 0.3s;
  font-family: 'Inter';
  font-size: 19px;
  font-weight: 300;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  /* background-color: #CC3366; */
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* estructura basica */
html, body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

body main {
  flex-grow: 1;
}

.product-block .mini-slider{position:relative;overflow:hidden;aspect-ratio: 5 / 7;width: 100%;}
.product-block .mini-slider img{
  transition:opacity .4s ease; width:100%; height:auto; display:block; position:absolute;top:0;left:0
}
.product-block .mini-slider .prev,
.product-block .mini-slider .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    color: #1a1a1a;
    border: 0;
    width: 28px;
    height: 28px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 35px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: 'DM Sans Regular', sans-serif;
    z-index: 99;
}
.product-block .mini-slider .prev{left:6px}
.product-block .mini-slider .next{right:6px}

.woocommerce ul.products li.product img {
    margin-bottom: 0;
    aspect-ratio: 5/7;
    object-fit: cover;
    object-position: 50% 50%;
}

.orna_shop_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 20px;
}

.orna_shop_header .filter-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #1a1a1a;
  border-radius: 7px;
  padding: 10px 14px 8px;
  position: relative;
  bottom: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color .3s linear;
}

.orna_shop_header .filter-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.orna_shop_header .filter-btn img {
  width: 20px;
}

.orna_shop_header .filter-btn:hover img {
  filter: invert(1);
}

.orna_shop_header .filter-btn.active {
  background-color: #1c1c1c;
  color: #fff;
  padding-left: 43px;
  bottom: 17px;
}

.orna_shop_header .filter-btn.active span {
  max-width: 0px;
  overflow: hidden;
}

.orna_shop_header .filter-btn span {
  position: relative;
}

.orna_shop_header .filter-btn.active::after {
  content: "Cerrar";
  color: #fff;
  display: flex;
}

.orna_shop_header .filter-btn.active img {
  display: none;
}

.orna_shop_header .filter-btn.active::before {
  position: absolute;
  top: 8px;
  left: 12px;
  aspect-ratio: 1;
  bottom: 8px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  content: "×";
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 2px;
}

.products .product-block .txt {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product .price {
    width: 100%;
}

#product-grid ul.products li .price {
  display: inline-flex;
  gap: 10px;
  flex-direction: row-reverse;
  width: auto;
  flex-wrap: wrap;
  color: #fff!important;
}

#product-grid ul.products li .price ins bdi, #product-grid ul.products li .price ins {
    text-decoration: none!important;
}

.products .product-block .txt .name {
    color: #1a1a1a;
    font-family: 'Inter Tight', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}

.products .product-block .txt .name:hover {
    text-decoration: underline;
}

.products .product-block .txt .price {
    color: #1a1a1a!important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.mini-slider img {
  display: block; /* importante para que width:100% funcione */
}
.mini-slider .prev,
.mini-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.mini-slider .prev { left: 6px; }
.mini-slider .next { right: 6px; }

#product-filter-form fieldset {
    border: none;
    min-width: 200px;
    flex-grow: 2;
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

#product-filter-form {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 50px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s linear;
}

#product-filter-form.active {
    max-height: unset;
    opacity: 1;
}

#product-filter-form fieldset legend {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
}

#product-filter-form fieldset::after {
    position: absolute;
    content: "";
    top: -40px;
    bottom: 10px;
    right: -10px;
    background-color: #1a1a1a;
    width: 1px;
}


/*#product-filter-form fieldset:last-of-type::after {
    display: none;
}*/

div#filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-grow: 1;
    align-items: center;
    align-content: center;
}

div#filter-tags .chip {
    border: 1px solid #1a1a1a;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    font-family: 'Inter';
    font-weight: 300;
    text-transform: uppercase;
    flex-direction: row-reverse;
    gap: 15px;
    cursor: pointer;
    font-size: 15px;
}

div#filter-tags .chip button {
    background: unset;
    color: #1a1a1a;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    border-radius: 0;
    border-color: #1a1a1a;
    font-size: 22px;
}

div#filter-tags .chip button:hover {
    background-color: #1a1a1a;
    color: #fff;
}

#product-filter-form fieldset:first-of-type {flex-grow: 5;justify-content: space-between;}

html button.orna-btn-2 {
    background: unset;
    margin-top: 30px;
    border: none;
    display: inline-block;
    padding: 0;
    width: unset;
    align-self: flex-start;
    font-family: 'Inter Tight';
    color: #808184;
    font-weight: 300;
    text-transform: none;
    text-decoration: underline;
}

html button.orna-btn-2:hover {
  background: unset;
  color: inherit;
}

/* filtros boton4es */
h1.product_title.entry-title {
    font-weight: bolder;
    font-size: 41px;
    margin-top: 40px!important;
    margin-right: 50px!important;
}

span.woocommerce-Price-amount.amount {
    color: #1a1a1a;
    font-family: 'Inter Tight';
    font-weight: 300;
    font-size: 19px;
}

.variations th.label, .variations td.value {
    background: unset!important;
    padding: 0;
}

table.variations {
    margin-top: 40px;
    margin-bottom: 60px!important;
}

table.variations tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*.variations th.label .woo-selected-variation-item-namespan:not(:empty)::after {
    content: " elegido:";
}*/

span.woo-selected-variation-item-name {
    display: inline!important;
}

.variations th.label .woo-selected-variation-item-name:not(:empty)::before {content: "elegido";font-weight: 300;}

.woocommerce div.product form.cart .variations label, span.woo-selected-variation-item-name {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.variations th.label {
    display: flex!important;
    align-items: baseline;
}

span.woo-selected-variation-item-name {
    font-weight: bold!important;
}

li.variable-item.button-variable-item {
    border-radius: 0!important;
    border: 1px solid #808184;
    font-family: 'Inter Tight', sans-serif;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 500;
    padding: 0 3px!important;
    line-height: 100%!important;
    box-shadow: unset!important;
    color: #808184!important;
}

.woo-variation-swatches .variable-items-wrapper {
    margin-top: 7px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    border: 1px solid #808184;
    box-shadow: unset;
    background-color: #808184;
    color: #fff!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff!important;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents {
    color: #808184!important;
    opacity: 1!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span {
    opacity: 1;
    text-decoration: line-through;
}

.woocommerce-variation-add-to-cart.variations_button,
.woocommerce div.product.product-type-simple form.cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product.product-type-simple form.cart {
  margin-top: 75px;
}

.woocommerce div.product form.cart .button {
    flex-grow: 1;
    background-color: #1a1a1a!important;
    font-family: 'Inter Tight';
    font-size: 19px;
    font-weight: bold;
    border-radius: 7px;
}

.woocommerce .quantity .qty {
    border-radius: 0!important;
    border-color: #1a1a1a;
    border-color: #808184;
    height: 100%;
    margin-right: 5px;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #fff!important;
    color: #1a1a1a;
}

.woocommerce div.product p.stock {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

.woocommerce div.product p.stock::before {
    content: "-> ";
    font-weight: 400;
}

.woocommerce div.product form.cart .button {
  border: 1px solid #1a1a1a;
}

a.reset_variations {
    font-family: 'Inter Tight', sans-serif;
    color: #808184;
    font-size: 14px!important;
    font-weight: 300;
    margin-top: 5px;
    text-decoration: underline;
}
/* /filtros botones */

/* custom prod single */
.orna-product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.orna-product .summary.entry-summary {
    flex-basis: 400px;
    min-width: 35%;
}

.overflow-contenedor.left,
.overflow-contenedor.right {
  transition-duration: .3s;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transition: opacity .3s .3s linear, margin-left .2s 0s linear, margin-right .2s 0s linear;
}
/* /custom prod single */

/* galeria imgs */
/* Estilos base para el contenedor de la grilla de imágenes del producto */
.orna-product .my-product-image-grid {
  display: grid; /* Habilita CSS Grid */
  flex-grow: 1;
  gap: 5px; /* Establece un espacio de 10px entre las celdas (imágenes) de la grilla */
  grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
  position: relative;
}

/* Estilos para los elementos individuales dentro de la grilla (los contenedores de imagen) */
/* Recuerda que en el template modificamos wc_get_gallery_image_html para que envuelva la imagen */
.my-product-image-grid .woocommerce-product-gallery__image {
    margin: 0;
    padding: 0;
    display: block;
}

/* Estilos para las imágenes en sí */
.my-product-image-grid img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 5 / 7;
  object-position: center;
  width: 100%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents {
    color: #fff!important;
}

.my-product-image-grid .woocommerce-product-gallery__image a {
    pointer-events: none;
}

.product_meta .sku_wrapper {
    display: none;
}

.product_meta .posted_in a {
    width: 100%;
    display: inline-block;
    background-color: #FFA1B6;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    border: 1px solid #FFA1B6;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    transition-duration: .3s;
}

.product_meta .posted_in a:hover {
    background-color: #fff;
    color: #FFA1B6;
}

.product_meta .posted_in span {
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

.product_meta .posted_in span::before {
    content: "-> ";
}

.orna-product .condiciones_pago {
    margin-top: 15px;
    width: 100%;
}

.orna-product .condiciones_pago p {
    color: #808184;
    font-family: 'Inter Tight';
    font-weight: 300;
    line-height: 116%;
    font-size: 14px;
}

.orna-product .condiciones_pago p a {
    color: #808184;
    text-decoration: underline;
}

.orna-product .condiciones_pago p a:hover {
    font-weight: 400;
}

.site-footer .footer-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.site-footer .footer-inner .top {
    border-bottom: 1px solid #808184;
    /* display: flex; */
}

.site-footer .footer-inner .top, .site-footer .footer-inner .bottom {
    padding: 40px 45px;
    /* display: flex; */
}

.site-footer .footer-inner .bottom {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-end;
}

ul.footer-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}

ul.footer-menu #go-to-top {flex-grow: 1;display: flex;justify-content: flex-end;}

ul.footer-menu li a, ul.footer-menu li {
    color: #1a1a1a;
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 21px;
    cursor: pointer;
}

ul.footer-menu #go-to-top::after {
    content: "->";
    margin-left: 15px;
    font-size: 23px;
    transform: rotate(-90deg);
    position: relative;
    bottom: 1px;
}

ul.footer-menu li a:hover {
    text-decoration: underline;
}

.site-footer .footer-inner p {
    font-family: 'Inter Tight';
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
}

.site-footer .footer-inner .block_4 p {
    font-size: 20px;
    font-weight: 400;
}

.site-footer .footer-inner p a {
    color: #1a1a1a;
    text-decoration: underline;
}

.site-footer .footer-inner .social_icons {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}

.site-footer .footer-inner .social_icons a {
    display: flex;
    width: 31px;
}

/* grilla de productos */
footer#site-footer {
    /* display: flex; */
    /* flex-direction: column; */
}

.site-footer .footer-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.site-footer .footer-inner .top {
    border-bottom: 1px solid #808184;
    /* display: flex; */
}

.site-footer .footer-inner .top, .site-footer .footer-inner .bottom {
    padding: 40px 45px;
    /* display: flex; */
}

.site-footer .footer-inner .bottom {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

ul.footer-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    width: 100%;
}

ul.footer-menu #go-to-top {flex-grow: 1;display: flex;justify-content: flex-end;}

ul.footer-menu li a, ul.footer-menu li {
    color: #1a1a1a;
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 21px;
    cursor: pointer;
}

ul.footer-menu #go-to-top::after {
    content: "->";
    margin-left: 15px;
    font-size: 23px;
    transform: rotate(-90deg);
    position: relative;
    bottom: 1px;
}

ul.footer-menu li a:hover {
    text-decoration: underline;
}

.site-footer .footer-inner p {
    font-family: 'Inter Tight';
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
}

.site-footer .footer-inner .block_4 p {
    font-size: 20px;
    font-weight: 400;
}

.site-footer .footer-inner p a {
    color: #1a1a1a;
    text-decoration: underline;
}

.site-footer .footer-inner .social_icons {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}

.site-footer .footer-inner .social_icons a {
    display: flex;
    width: 31px;
}

#product-grid ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: unset!important;
    width: 100%!important;
    margin: unset!important;
    clear: unset!important;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

/* /product grid */


/* form filtros */
#product-filter-form fieldset .input-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 325px;
    overflow: auto;
}

#product-filter-form fieldset .input-wrapper.inline {
    flex-direction: row;
    gap: 15px;
}

#product-filter-form fieldset .input-wrapper.inline label span {
    margin-bottom: 10px;
    display: inline-block;
}

#product-filter-form fieldset .input-wrapper label span, #product-filter-form fieldset .input-wrapper label {
    font-size: 15px;
    padding: 4px 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

#product-filter-form fieldset .input-wrapper.inline label input {
    border-radius: 0;
    border-color: #808184;
    box-shadow: unset;
    padding: 5px 10px;
}

#product-filter-form fieldset .input-wrapper.inline label {
    flex-direction: column;
    align-items: start;
    gap: 0;
}


/* /form filtros */

/* checkboxes */

input[type=checkbox]:checked::before,
input[type=radio]:checked::after {
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #1a1a1a;
    border-radius: 1px;
    width: 14px;
    box-sizing: border-box;
    height: 14px;
    margin: 2px;
    /* border: 2px solid #444; */
    -ms-transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type=checkbox],
input[type=radio] {
    border: 1px solid #1a1a1a;
    border-radius: 0;
    background: #fff;
    position: relative;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    bottom: 2px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    transition: .05s border-color ease-in-out, .2s background-color ease-in-out;
}

.orna-product .onsale {
    display: none;
}

span.woocommerce-Price-amount.amount:nth-of-type(2) {
    color: #808184;
    text-decoration: line-through;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: transparent;
}

.woocommerce-variation-price .price del bdi span, .woocommerce-variation-price .price del bdi {
    /* font-size: unset; */
    color: #808184;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
    color: #808184;
    font-size: 19px;
    font-weight: 300!important;
    text-decoration: line-through;
}

.woocommerce-variation-price .price {
    display: inline-flex;
    gap: 20px;
    flex-direction: row-reverse;
    margin-bottom: 5px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-size: 19px;
}

.elementor-shortcode:has(.destacado-slider)::after {
    content: "";
    height: 25px;
    background-color: #1a1a1a;
    left: 0;
    bottom: 0;
    position: relative;
    display: flex;
    width: 100%;
}

.elementor-widget-container:has(.elementor-shortcode .destacado-slider)::after {
    background-color: #FFA1B6;
    content: "";
    height: 25px;
    position: relative;
    display: flex;
    width: 100%;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 115%;
}

div#filter-tags .chip:has([data-k=order]) {
    display: none;
}

.product-full-description {
    margin-top: 100px;
    position: relative;
    font-size: 14px;
}

.product-full-description p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 115%;
    margin-bottom: 5px;
}

.product-full-description b, .product-full-description strong {
    font-weight: 600;
}

.product-full-description::before {
    content: "+ info";
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

html:has(.account-modal.open), body:has(.account-modal.open) {
    overflow: hidden;
}

/* body:has(.site-navigation-toggle-holder.elementor-active) header::before,
body:has(div#account-modal.open) header::before
 {
    content: "";
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000003b;
    z-index: 0;
} */
html:has(.no-scroll) {overflow: hidden;}

body.admin-bar .panel_contacto .inner, body.admin-bar .site-navigation-dropdown .mobile-dd-wrapper {
    max-height: calc(100vh - 132px);
}

body:has(.site-navigation-toggle-holder.elementor-active) header .header-inner {
    z-index: 9;
    position: relative;
    background-color: #fff;
}

body.admin-bar:has(.site-navigation-toggle-holder.elementor-active) header::before {
    top: 132px;
}

body.admin-bar .site-navigation-dropdown {
    top: 132px;
}

body.admin-bar div#account-modal {
    top: 132px;
}

body.admin-bar div.panel_contacto {
    top: 132px;
}

body.admin-bar:has(.site-navigation-toggle-holder.elementor-active) .panel-backdrop,
body.admin-bar:has(div#account-modal.open) .panel-backdrop {
    top: 132px;
}

.related.products ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
}

section.related.products.orna {padding-top: 60px;padding-bottom: 30px;width: 100%;}

section.related.products.orna h2 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 35px;
}

button.account-modal__close {
  background-color: unset!important;
  color: #1a1a1a!important;
  font-family: 'Inter Tight'!important;
  font-weight: 500!important;
  font-size: 50px!important;
  line-height: 45px!important;
}

div#account-modal h4 {
  font-weight: 900;
  font-size: 40px;
  padding-right: 47px;
}

.woocommerce form.login, .woocommerce form.register,
.woocommerce-form-login, .woocommerce-form-register {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: 2em 0;
}

#account-modal p.woocommerce-form-row {
  padding: 3px 0;
  margin: 0 0 6px;
}

#account-modal .woocommerce-form label span {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
}

#account-modal .woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

#account-modal .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

button.woocommerce-button.button,
button.woocommerce-Button.button {
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 7px;
  font-family: 'Inter';
  font-size: 18px;
  border: 1px solid #1a1a1a;
  /* ñprod */
  /* pointer-events: none;
  cursor: not-allowed; */
}

button.woocommerce-button.button:hover,
button.woocommerce-Button.button:hover {
  background-color: #fff;
  color: #1a1a1a;
}

p.woocommerce-LostPassword.lost_password {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

p.woocommerce-LostPassword.lost_password a, .woocommerce-form a {
  color: #1a1a1a!important;
  font-family: 'Inter'!important;
  font-weight: 400;
}

p.woocommerce-LostPassword.lost_password a strong {
  font-weight: 800;
}

/* ñprod */
/* li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-138 {
  pointer-events: none;
} */

@media (max-width: 767px) {
  .orna-product .my-product-image-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

/* backdrop paneles */
.panel-backdrop {
  position:fixed;
  background:rgba(0,0,0,.4);
  opacity:0; pointer-events:none;
  transition:opacity .25s;
  z-index:9;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.panel-backdrop.is-visible{opacity:1; pointer-events:auto;display: block;}

/* panel contacto */
.panel_contacto {
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 10000;
  width: 100%;
  transform: translateX(-100%);
  transform-origin: left;
}

.panel_contacto.open {
    transform: translateX(0px) !important;
    max-height: 100vh;
    transition-duration: .3s;
}

.panel_contacto .inner {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
  max-height: calc(100vh - 100px);
  border-right: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 75px 30px 10px;
}

.site-navigation-toggle-holder .site-navigation-toggle:hover span {
  text-decoration: underline;
}

/* cuando body tenga .no-scroll, no permita scroll en toda la página */
body.no-scroll {
  overflow-y: hidden !important;
  max-height: 100vh;
}

body.admin-bar.no-scroll {
  max-height: calc(100vh - 32px);
}

/* contact form */
.panel_contacto .close {
  top: 0px;
  padding: 10px;
  line-height: 40px;
  font-weight: 400;
  right: 18px;
  bottom: unset;
}

.panel_contacto input[type=text], .panel_contacto input[type=date], .panel_contacto input[type=email], .panel_contacto input[type=number], .panel_contacto input[type=password], .panel_contacto input[type=search], .panel_contacto input[type=tel], .panel_contacto input[type=url], .panel_contacto select, .panel_contacto textarea {
  border: 1px solid #1c1c1c!Important;
  color: #1c1c1c!important;
  border-radius: 0!important;
  /* font-weight: 400!important; */
  font-family: 'Inter Tight';
}

.panel_contacto input[type=text]::placeholder, .panel_contacto input[type=date]::placeholder, .panel_contacto input[type=email]::placeholder, .panel_contacto input[type=number]::placeholder, .panel_contacto input[type=password]::placeholder, .panel_contacto input[type=search]::placeholder, .panel_contacto input[type=tel]::placeholder, .panel_contacto input[type=url]::placeholder, .panel_contacto select::placeholder, .panel_contacto textarea::placeholder {
  color: #808184;
  font-family: 'Inter Tight';
  font-weight: 300;
  font-size: 19px;
}

.panel_contacto button[type=submit] {
  border-radius: 5px;
  border-color: #1c1c1c;
  border-width: 1px;
  padding: 10px 34px 8px;
  color: #fff;
  font-family: 'Inter Tight';
  font-weight: 600;
}

.panel_contacto button[type=submit]:hover {
  background-color: transparent;
  color: #1c1c1c;
}

.fluentform .ff-el-is-error .text-danger {
  color: #FFA1B6;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
}

div#fluentform_3_success {
  border: none;
  padding: 0 0 30px;
}

.wc-modal-wrapper .woocommerce-message::before {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: transparent;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  background-color: #1c1c1c;
  border-radius: 5px;
  font-family: 'Inter Tight';
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  border: 1px solid #1c1c1c;
}

.alignwide {
  margin-inline: unset!important; }

.woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #FFA1B6;
  border-color: #FFA1B6;
  border-radius: 5px;
  padding: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: transparent;
  color: #FFA1B6;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  height: 80px!important;
  width: auto!important;
}

table a {
  font-size: 16px;
  color: #1c1c1c;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
  background-color: transparent;
}

.woocommerce a.remove {
  color: #FFA1B6!important;
}

.woocommerce a.remove:hover {
  background-color: #FFA1B6!important;
}

body.archive.tax-product_cat div#filter-tags .chip:has([data-k=cat]) {
  display: none;
}


body.archive.tax-product_cat fieldset.fs-categorias {
  display: none!important;
}

main#main {
  background-color: #F9F7F9;
  padding-bottom: 30px;
}

/* h1.entry-title {
  padding-left: 10px!important;
} */

form.woocommerce-ResetPassword.lost_reset_password .form-row {
  max-width: 400px;
  width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password > p:first-child {
  margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle {
  display: none!important;
}

li.wc_payment_method label {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin-top: 30px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 40px;
  font-family: 'Inter Tight';
  color: #FFA1B6;
}

.fav-toggle {
  font-family: 'Typeicons', sans-serif !important;
  font-size: 1.4rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  background-color: unset !important;
  -webkit-text-stroke: 1px #808184;
  transition: color 0.2s ease, -webkit-text-stroke 0.2s ease;
  position: absolute;
  right: 0;
}

.fav-toggle:hover,
.fav-toggle[aria-pressed="true"] {
  color: pink;
  -webkit-text-stroke: 0;
  /* text-stroke: 0; */
}

.woocommerce-form-login-toggle {
  display: none;
}

form.register .field-error, form.login .field-error {
  color: #FFA1B6;
}

body.woocommerce-account .page-header {
  display: none !important;
}

.cuenta_top {
  min-height: 125px;
}

nav .cuenta_top h2 {font-size: 41px;margin-bottom: 0;line-height: 100%;/* margin-top: 19px; */}

body.woocommerce-account main#content {
  padding-top: 30px;
}

.cuenta_top h1 {
  font-weight: 400!important;
  font-size: 41px!important;
}

nav .cuenta_top p.username {
  color: #808184;
  font-size: 21px;
  font-weight: 300;
}

body.woocommerce-account main nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-grow: 1;
}

body.woocommerce-account main nav ul li:not(.is-active) a {
  text-decoration: none;
}

body.woocommerce-account main nav ul a {
  font-size: 19px;
  font-weight: 300;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  font-weight: 800;
  text-decoration: underline!important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: flex;
  float: unset;
  flex-direction: column;
}

body.woocommerce-account .page-content > .woocommerce {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

form.woocommerce-EditAccountForm.edit-account p.last-form-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

form.woocommerce-EditAccountForm.edit-account p.last-form-row button {
  width: fit-content;
}

form.woocommerce-EditAccountForm.edit-account .success_msg {
  display: flex;
  align-items: center;
}

form.woocommerce-EditAccountForm.edit-account .form-row.form-row--half {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  gap: 10px;
}

form.woocommerce-EditAccountForm.edit-account .form-row::after, form.woocommerce-EditAccountForm.edit-account .form-row::before {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active {
  display: none;
}

.mis_pedidos {
  border-top: 1px solid #808184;
}

.mis_pedidos .pedido {
  border-bottom: 1px solid #808184;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}

.mis_pedidos .pedido .status {
  border: 1px solid;
  border-radius: 10px;
  padding: 11px 20px;
  width: 174px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.mis_pedidos .pedido .left {
  flex-grow: 1;
}

.mis_pedidos .pedido > .row {
  display: flex;
}

.mis_pedidos .pedido .expandir {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.mis_pedidos .pedido .detalle {
  padding-top: 20px;
}

.mis_pedidos .pedido .status.status-completed {
  background-color: #FFA1B6;
  border-color: #FFA1B6;
  color: #fff;
}

.mis_pedidos .pedido .status.status-cancelled,
.mis_pedidos .pedido .status.status-failed,
.mis_pedidos .pedido .status.status-refunded {
  background-color: #1a1a1a;
  color: #fff;
}

/* tags */

ul.products li.product .tags,
.orna-product .my-product-image-grid .tags {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 8px 9px;
  gap: 7px;
  width: 100%;
  max-width: 80%;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.products li.product .tags .tag,
.orna-product .my-product-image-grid .tags .tag {
  background-color: #1a1a1a;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #1a1a1a;
}

ul.products li.product .tags .tag.light,
.orna-product .my-product-image-grid .tags .tag.light {
  background-color: #fff;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  display: flex;
  align-items: center;
}

body.single-product button.fav-toggle {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 26px;
}

.home_item_cuenta * {
  font-size: 30px!important;
  font-weight: 300!important;
  font-family: 'Inter Tight'!important;
  margin: 0;
}

.woocommerce-no-products-found .woocommerce-info {
  border: 1px solid #1a1a1a;
  padding: 15px 20px;
  text-align: center;
}

.woocommerce-no-products-found .woocommerce-info::before {
  display: none;
}

.cart-empty.woocommerce-info {
  border: 1px solid #1a1a1a;
  box-shadow: none;
  background: none;
  padding: 10px 15px;
  text-align: center;
}

.cart-empty.woocommerce-info::before {
  display: none;
}

@media (max-width: 1024px) {
  .site-header .header-inner .menu-secundario ul a,
  .site-navigation-toggle-holder .site-navigation-toggle,
  .site-header .header-inner .wrapper_busqueda {
      font-size: 19px!important;
      line-height: 120%!important;
  }
  div#account-modal h4 {
      font-size: 30px!important;
  }

  input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea {
      font-size: 16px!important;
  }

  #account-modal .woocommerce-form label span {
      font-size: 14px!important;
  }

  input[type=checkbox], input[type=radio] {
      height: 15px!important;
      width: 15px!important;
      max-width: 15px!important;
      min-width: 15px!important;
  }

  input[type=checkbox]:checked::before, input[type=radio]:checked::after {
      width: 9px!important;
      height: 9px!important;
  }

  p.woocommerce-LostPassword.lost_password a, .woocommerce-form a {
      font-size: 14px!important;
  }

  button.woocommerce-button.button, button.woocommerce-Button.button {
      font-size: 16px!important;
      padding: 7px!important;
  }

  .account-modal__content {
      padding: 20px 30px!important;
  }

  .site-navigation-dropdown ul.menu li a {
      font-size: 19px!important;
  }

  .home_item_cuenta * {
    font-size: 25px!important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account .page-content > .woocommerce {
      flex-direction: column!important;
      gap: 20px!important;
  }

  body.woocommerce-account .page-content > .woocommerce::before, body.woocommerce-account .page-content > .woocommerce::after {
      display: none!important;
  }

  .cuenta_top {
      min-height: unset!important;
      margin-bottom: 15px!important;
  }

  body.woocommerce-account main nav ul {
      gap: 5px!important;
  }

  form.woocommerce-EditAccountForm.edit-account .form-row.form-row--half {
      flex-wrap: wrap!important;
      gap: 0!important;
  }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
      width: 100%!important;
      float: unset!important;
  }
  .site-footer .footer-inner .top, .site-footer .footer-inner .bottom {
      padding: 20px 0px!important;
  }

  .site-footer {
      padding-block-start: 0!important;
      padding-block-end: 0!important;
  }

  ul.footer-menu {
      gap: 10px 15px!important;
  }

  ul.footer-menu a, ul.footer-menu #go-to-top * {
      font-size: 16px!important;
  }

  ul.footer-menu #go-to-top {
      font-size: 16px!important;
      align-items: center!important;
  }

  ul.footer-menu #go-to-top::after {
      font-size: 19px!important;
      bottom: -2px!important;
  }

  .site-footer .footer-inner p {
      font-size: 11px!important;
  }

  .mis_pedidos .pedido .status {
      padding: 5px 10px!important;
      font-size: 14px!important;
      width: fit-content!important;
      position: relative!important;
      top: 12px!important;
  }

  body.woocommerce-account main nav ul li a {
      text-align: right!important;
      font-size: 16px!important;
  }

  .site-header .header-inner .wrapper_busqueda > img {
      padding-bottom: 1px!important;
      padding-left: 5px!important;
  }

  .menu-item.cart-empty > a::before, .menu-item.cart-full > a::before {
      width: 24px!important;
  }
  .orna_shop_header .filter-btn.active {
      padding-left: 32px!important;
      bottom: 10px!important;
  }
  .site-navigation-dropdown .mobile-dd-inner {
      max-height: calc(100vh - 219px)!important;
  }
  .panel_busqueda,
  .panel-backdrop,
  .panel_contacto,
  div#account-modal {
      top: 88px!important;
  }
}

@media (max-width: 575px) {
  div#account-modal h4 {
      font-size: 30px!important;
  }

  input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea {
      font-size: 16px!important;
  }

  #account-modal .woocommerce-form label span {
      font-size: 14px!important;
  }

  input[type=checkbox], input[type=radio] {
      height: 15px!important;
      width: 15px!important;
      max-width: 15px!important;
      min-width: 15px!important;
  }

  input[type=checkbox]:checked::before, input[type=radio]:checked::after {
      width: 9px!important;
      height: 9px!important;
  }

  p.woocommerce-LostPassword.lost_password a, .woocommerce-form a {
      font-size: 14px!important;
  }

  button.woocommerce-button.button, button.woocommerce-Button.button {
      font-size: 16px!important;
      padding: 7px!important;
  }

  .account-modal__content {
      padding: 20px 30px!important;
  }

  .site-navigation-dropdown ul.menu li a {
      font-size: 19px!important;
  }

  .site-header .header-inner .site-branding .site-logo img {
      max-width: 150px!important;
  }

  .site-navigation-dropdown {
      top: 88px!important;
  }

  .site-navigation-dropdown .mobile-dd-wrapper {
      height: calc(100vh - 88px)!important;
      max-height: calc(100vh - 88px)!important;
  }

  .destacado-slider button.slider-next, .destacado-slider button.slider-prev {
      font-size: 62px!important;
      transform: translateY(-52px)!important;
  }

  .slider-prev {
      left: 5px!important;
  }

  .slider-next {
      right: 5px!important;
  }

  .destacado-slider .slide h3 {
      padding: 0 52px!important;
      font-size: 44px!important;
  }

  .elementor-kit-5 h1 {
      font-size: 44px!important;
      flex-grow: 1;
      flex-basis: min-content;
  }

  .orna_shop_header .filter-btn {
      bottom: 5px!important;
      padding: 5px 10px!important;
      font-size: 14px!important;
  }
  .orna_shop_header .filter-btn img {
      width: 15px;
  }
  .orna_shop_header .filter-btn.active {
      padding-left: 26px !important;
  }
}

@media (max-width: 1060px) {
  .woocommerce div.product .product_title {
      position: absolute!important;
      top: 0!important;
      font-size: 35px!important;
      width: 100%!important;
      padding-right: 44px!important;
      line-height: 105%;
  }

  body.single-product button.fav-toggle {
      top: 41px!important;
  }

  .orna-product .my-product-image-grid {
      margin-top: 130px!important;
  }

  section.related.products.orna h2 {
      font-size: 25px!important;
  }
}