/** Shopify CDN: Minification failed

Line 992:4 Expected "}" to go with "{"

**/
.shopify-section--main-collection > .container > .v-stack {
    display: flex!important;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

p.banner-text_icon.viewall {
    font-weight: 700;
}
.bubble-container {
    border-bottom: 0px solid #DDDDDD !important;
    border-top: 0px solid #DDDDDD!important;
}
.convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 0!important;
      padding: 0px;
    line-height: normal;
}
.convertlab-collection img.filter-img-test {
    display: block!important;
    width: 17px;
    object-fit: contain;
    height: 100%;
    margin-top: -6px;
}
.convertlab-collection height-observer.collection-toolbar.m-t-30 {
    flex-flow: row-reverse!important;
    flex-basis: auto;
    padding: 0px 15px 0px 0px!important;
      margin: 0px !important;
}
.containers-icons .icons_wrapper p {
    text-transform: uppercase;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}
.convertlab-collection .collection-toolbar__button-list {
    flex-direction: row!important;
    justify-content: flex-end;
    align-items: center;
}
.containers-icons .icons_wrapper {
    padding-left: 0px;
}
.bubble-section {
    width: 80%;
    display: flex;
    align-items: center;
    margin-right: auto;
    padding-left: 12px;
}
.product-card__info {
    position: relative;
    z-index: 44;
    overflow: inherit;
}



.collection-toolbar {
    flex-direction: row!important;
    justify-content: space-between;
    position: sticky;
    top: 55px;
    padding: 0px 13px;
    min-height: 40px!important;
}
.collection-toolbar__button-container+.collection-toolbar__button-container{
    display: none;
}
.collection-toolbar__button-list {
        flex-direction: row!important;
    }

    .filter-collection_button {
    text-align: left;
    color: #000 !important;
    font-family: Helvetica;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.collection {
    padding: 0px 15px;
}

.product-card__media img {
    border-radius: 0px!important;
}
.product-card__quick-add-button {
    color: rgb(var(--text-color));
    z-index: 1;
    padding: .625rem;
    position: absolute;
    inset-block-end: -11%;
    inset-inline-end: -6px;
}

.collection .icon{
    width: 10px;
}

.bubbles-test{
    display: block!important;
}




 






/**** COLLECTION ***/

.convertlab-collection .header {
    border-bottom: 1px solid;
    box-shadow: none!important;
    margin-bottom: 20px;
}
.title-test {
    padding-left: 12px;
  padding-top: 10px;
}
.convertlab-collection .collection-toolbar .filter-collection_button {
    display: flex!important;
}
.convertlab-collection  height-observer.collection-toolbar.m-t-30 {
    flex-flow: row-reverse!important;
}
.convertlab-collection  .collection-toolbar__button-list {
    flex-direction: row!important;
    justify-content: flex-end;
}
.convertlab-collection  .collection-toolbar .filter-collection_button {
    justify-content: end;
}
#shopify-section-template--22650380321097__rich_text_PpRUGB{
    display: none!important;
}
#shopify-section-template--22650380321097__custom_liquid_WYN6x4 {
    display: block!important;
    margin-top: 20px;
}
.convertlab-collection  img.filter-img-test {
    display: block!important;
    width: 17px;
    object-fit: contain;
    height: 100%;
}
.convertlab-collection  img.filter-img {
    display: none;
}
.convertlab-collection  span.selector-text {
    display: block!important;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.convertlab-collection  .collection-toolbar .filter-collection_button {
    display: flex!important;
    color: #000!important;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.133px;
    text-transform: none;
}
.cart-drawer__items span.price-test-comp {
    display: none!important;
}
.collection .convertlab-collection span.price-test-comp {
    display: inline-block!important;
}

.convertlab-collection  span.contador-color {
    display: block!important;
    color: #737373;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.133px;
}
.convertlab-collection  .linked-products{
    display: none!important;
}
@media only screen and (max-width: 450px){

  
  p.collection-desc {
    color: #818181!important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
    margin-bottom: 15px;
}
  #mobile-variant-panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 16px;
    max-height: 60vh;
    overflow-y: auto;
  }

  #mobile-variant-panel.open {
    display: block;
  }

  .variant-panel__content {
    position: relative;
  }

  .variant-panel__close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .mobile-variant-button-wrapper {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
  }

  .open-variant-panel {
    background: white;
    border: 1px solid black;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .open-variant-panel svg {
    width: 20px;
    height: 20px;
  }

  p.banner-text_icon.viewall {
    font-weight: 700;
}
.convertlab-collection .collection {
    padding: 0px 0px !important;
}
.convertlab-collection .collection {
        margin: 0 0px !important;
}
.convertlab-collection  .product-list:not(.product-list--carousel) {
    margin-inline: 0px !important;
}
.convertlab-collection .shopify-section--rich-text .prose, .convertlab-collection .collection {
        margin-left: 0px !important;
        margin-right: 0px !important;
}
.convertlab-collection  .product-card__info-content, .product-card__variants {
    padding-left: 11px;
    padding-top: 5px;
}
.convertlab-collection  shopify-section--custom-liquid .container{
    margin-left: 22px;
}
.convertlab-collection .collection-toolbar {
        padding: 0 22px !important;
        margin: 0px !important;
        margin-bottom: 14px !important;
        margin-top: 15px !important;
}
.convertlab-collection .title-test p {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .133px;
    text-transform: lowercase;
}
.convertlab-collection .title-test p:first-letter{
    text-transform: uppercase !important;
}
.title-test span {
    display: block;
    letter-spacing: .133px;
    margin-top: -6px!important;
    margin-left: 0!important;
    color: #000;
    font-feature-settings: 'sups' on;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
}
  
.convertlab-collection .collection-desc {

    margin-top: 7px;
}
.convertlab-collection .collection-toolbar__layout-switch-list {
    gap: 7px;
}
.convertlab-collection .collection-toolbar__button :is(svg) {
    transition: transform .2s;
    width: 13px;
}
.convertlab-collection .collection-toolbar__button :is(svg) path{
 fill: black;
}
.collection-toolbar .filter-collection_button{
    opacity: 1;
}
.convertlab-collection .product-card__figure > .badge-list {
    margin-top: 5px !important;
    gap: 0px !important;
}
.convertlab-collection .badge--custom {
           padding: 0 10px !important;
        background-color: #fff0 !important;
        color: #292929 !important;
        display: block;
        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: Inter;
        font-size: 9px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 16.5px;
        text-transform: uppercase !important;
}
.convertlab-collection .badge--custom:first-letter {
    text-transform: uppercase !important;
}
.convertlab-collection .product-card__info .product-title {
    text-align: left;
    font-weight: 500;
    line-height: 14px;
    text-transform: lowercase;
    color: black;
    font-size: 12px;
    display: block;
}
.convertlab-collection .product-card__info .product-title:first-letter{
        text-transform: uppercase;
}
.convertlab-collection  span.price-test-comp {
    color: black;
    font-size: 12px;
    margin-top: 3px;
}
.ccart-drawer__items  span.price-test-comp {
    color: black;
    font-size: 12px;
    margin-top: 3px;
}
    .collection__main {
    padding-top: 10px;
}
  .convertlab-collection span.price-test-comp, .ccart-drawer__items span.price-test-comp {
    margin-top:1px;
}
  .at-top .header {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
  body .shopify-section--announcement-bar .announcement-bar * {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 10px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    text-transform: uppercase;
}
  body .shopify-section--announcement-bar .announcement-bar * {
    font-family: Inter !important;
    font-size: 11px!important;
    font-weight: 500!important;
    line-height: normal!important;
    padding: 4px 0!important;
    letter-spacing: .1pt !important;
}
  .shopify-section--announcement-bar .announcement-bar {
    line-height: 18.5px !important;
    padding: 0px 0px !important;
}
  .shopify-section--announcement-bar .announcement-bar {
    background-color: black !important;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    text-transform: uppercase;
    padding: 6px 0px;
}
  .title-test span {
    font-feature-settings: unset;
    font-size: 10px;
    font-weight: 400;
    color: #737373;
}
  .convertlab-collection .title-test p {
    font-size: 19px;
}
  p.collection-desc {
    padding-right: 12px;
}
  .containers-icons .icons_wrapper p {
    text-transform: lowercase;
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 6px 14px;
}
  .containers-icons .icons_wrapper {
    gap: 6px;
}
  p.banner-text_icon.viewall {
    font-weight: 400;
    background-color: black;
    color: white;
    border: 0px solid black;
}
  .bubble-section {
    width: 100%;
}
.shopify-section--main-collection > .container > .v-stack {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
.containers-icons {
  order: 1 !important;
}

.collection-toolbar {
  order: 2 !important;
}
.collection{
    order: 3 !important;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 12px !important;
}
   .convertlab-collection .collection-toolbar .filter-collection_button {
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px;
}
  .collection__main {
    padding-top: 0px;
}
  .convertlab-collection img.filter-img-test {
    padding-top: 3px;
}
  .convertlab-collection height-observer.collection-toolbar.m-t-30 {
    padding: 0 12px 0 0!important;
}
  .bubble-section {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
  .title-test {
    padding-top: 0px;
}
  .containers-icons .icons_wrapper p {
    font-size: 13px;
}
  p.collection-desc {
    line-height: 18px;
}
  .convertlab-collection img.filter-img-test {
    width: 13px;
}
}

@media only screen and (min-width: 768px) {
  button.quick-add-card {
    position: absolute;
    right: 10px;
    bottom: 4px;
    font-size: 28px;
    width: 100%;
    text-align: right;
    height: 14%;
    display: inline-flex;
    align-items: end;
    justify-content: flex-end;
    padding-left: 92%;
    padding-right: 7px;
}
  .collection{
    padding: 0px!important;
    width:100%;
  }
 .title-test {
    padding-left: 25px;
    padding-bottom: 20px;
   padding-top: 20px;
}
   
  .title-test p::first-letter {
    text-transform: uppercase;
}
  .title-test p {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
}
  .title-test span {
    color: #000;
    font-feature-settings: 'sups' on;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0px;
}
  .bubble-section {

    padding-left: 25px;
}
  .shopify-section--main-collection .container {
    margin: 0px;
}
  .product--image__collection-mobile {
    border-radius: 0px;
    overflow: hidden;
}

  span.badge.badge--custom {
    color: #000!important;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    text-transform: uppercase;
        background: transparent !important;
}
  .product-card__variants {
    gap: 25px;
}
  a.product-card__variant-element {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
    text-transform: uppercase;
    text-decoration: none;
}

  .product-card__info {
    position: relative;
    z-index: 44;
    overflow: inherit;
    padding-left: 8px;
    padding-top: 5px;
}
  span.money {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
  .product-card__info .product-title {
    text-align: left;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: initial;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {

    line-height: normal;
    color: #000!important;
    font-family: Inter!important;
    font-size: 12.5px!important;
    font-style: normal!important;
    font-weight: 400!important;
            text-transform: uppercase;
        opacity: 1;
}
  .convertlab-collection img.filter-img-test {
    margin-top: 0px;
}
  
.shopify-section--header {
    margin-bottom: 25px;
}
  p.banner-text_icon.viewall {
    font-weight: 700;
}
  p.collection-desc {
    color: #818181;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 25px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.product-list {
--product-list-default-column-gap: 5px !important;
--product-list-calculated-column-gap: 5px  !important;
column-gap: 5px  !important;
}
  .title-test span {
    color: #737373 !important;
    font-feature-settings: unset !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.title-test p {
    font-size: 25px!important;
    letter-spacing: 0px;
}
.convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 12.5px!important;
    gap: 11px!important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
  .convertlab-collection img.filter-img-test {
    width: 15px;
}
  p.banner-text_icon.viewall {
    font-weight: 500 !important;
    background-color: black;
    border-radius: 30px;
    color: white;
    padding: 3px 13px;
    text-transform: lowercase;
    border: 1px solid black !important;
}
  .containers-icons .icons_wrapper p {
    border-radius: 30px;
    padding: 3px 13px !important;
    border: 1px solid #eadcdc;
    text-transform: lowercase;
}
  .containers-icons .icons_wrapper {
    gap: 8px;
}
  p.collection-desc {
    margin-bottom: 22px;
}
  .title-test {
    padding-top: 0px;
}
  .containers-icons .icons_wrapper p {
    font-size: 12.5px;
    line-height: 23px;
}
  .bubble-section {
    padding-bottom: 10px;
}
  .title-test {
    padding-left: 2.1rem;
}
  p.collection-desc {
    padding-left: 2.1rem;
}
  .bubble-section {
    padding-left: 2.1rem;
}
  .convertlab-collection height-observer.collection-toolbar.m-t-30 {
    padding-right: 2.1rem !important;
}
.convertlab-collection .header {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 12.5px!important;
    gap: 8px!important;
    text-transform: capitalize;
    font-weight: 500 !important;
    border: 1px solid #eadcdc;
    padding: 7px 12px 7px 12px;
    padding-left: 14px !important;
    border-radius: 30px;
}
  .product-card__figure > .badge-list {
    inset-block-start: 12px;
    inset-inline-start: 10px;
}
  .v-stack{
    position: sticky;
    top: 55px;
  }
  .collection-toolbar {
    flex-direction: row!important;
    justify-content: space-between;
    position: sticky;
    top: 94px;
    background: #ff000000;
    padding: 0 13px;
    min-height: 40px!important;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {
    background: white !important;
}
  span.badge.badge--custom {
    color: #000!important;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
    text-transform: uppercase;
    background: transparent!important;
}
  span.badge.badge--custom {
    color: #000!important;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
    text-transform: uppercase;
    background: transparent!important;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 12.5px!important;
    gap: 8px!important;
    text-transform: capitalize;
    font-weight: 500!important;
    border: 1px solid #eadcdc;
    padding: 9px 15px;
    padding-left: 17px!important;
    border-radius: 30px;
}
.announcement-bar * {
    font-size: 11px !important;
    letter-spacing: 0.2px !important;
}
  .announcement-bar {
    padding-top: 7px !important;
    padding-bottom: 6px !important;
}
}
.convertlab-collection span.contador-color{
  display: none !important;
}
.convertlab-collection .product-card__info .product-title {
    text-transform: capitalize !important;
}



/*** desactivar hover ****/
button.quick-add-card{
  display: none;
}
.collection-desc {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.133px;
    padding-left: 35px;
    padding-bottom: 14px;
    margin-top: -10px;
}
.product-card:hover .product-card__variants {
    transform: translateY(-0px);
    position: absolute;
    bottom: 40px;
  width: 104%;
    background: white;
    height: 40px;
    display: flex;
    align-items: center;
    right: 0;
  left: -8px;
}
.product-card__variants {
    gap: 25px;
    display: none;
}
@media only screen and (max-width: 450px){
button.quick-add-card{
  display: block;
   padding-right: 20px;
}

  .product-card:hover .product-card__variants {
    transform: translateY(-0px);
    position: absolute;
    bottom: 40px;
    width: 100%;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    right: 0;
    left: 0px;
    padding: 0px;
    display: none;
}
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000007d;
    backdrop-filter: blur(5px);
    z-index: 9998;
}

/* Aseguramos que el modal esté encima del overlay en mobile */
@media (max-width: 767px) {
  .collection-desc {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .133px;
    padding-left: 13px;
    padding-bottom: 14px;
    margin-top: -10px;
}
  .modal-variants-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: 16px 16px 0 0;
    background: white;
    padding: 16px;
    animation: slideUp 0.3s ease;
  }
  .no-scroll {
  overflow: hidden;
  height: 100vh;
}
  .close_variants{
    display: none !important;
  }
  .modal-variants-wrapper {
    padding-top: 41px;
    padding-bottom: 26px;
}
  .product-card__variant-element-non-available {
    color: #767474 !important;
    opacity: 0.5 !important;
}
  .product-card__variants {
    gap: 0px;
}
  .header-sidebar__nested-linklist a, .product-card__variant-element {
    font-size: 15px;
}
  .product-card__variant-element {
    text-decoration: none !important;
    font-weight: 500 !important;
}
  .modal-variants-wrapper:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 34px;
    border: .5px solid #482922;
    transform: translate(-50%);
    opacity: .6;
}
  button.quick-add-card {
    right: 7px !important;
    bottom: 8px !important;
    font-size: 30px !important;
    font-weight: 200 !important;
}
  .convertlab-collection .collection-toolbar .filter-collection_button {
    font-size: 12.5px!important;
    gap: 8px!important;
    text-transform: capitalize;
    font-weight: 500!important;
    padding: 9px 15px;
    padding-left: 17px!important;
    border-radius: 30px;
}
  .collection-toolbar {
    top: 95px;
}
        .collection-toolbar {
            background-color: #ff000000 !important;
        }
  .collection-toolbar__button-container {
    max-width: 91px;
}
#shopify-section-template--25089001783675__main .collection-toolbar .filter-collection_button {
    background-color: #ffffffc2;
    backdrop-filter: blur(3px);
}
}


/***
.product-card__variants {
    transform: translateY(50px);
    display: none;
}
.product-card:hover .product-card__info-content {
    transform: none;
}


***/