/** Shopify CDN: Minification failed

Line 1052:20 Unexpected "{"
Line 1052:29 Expected ":"
Line 1052:36 Unexpected "{"
Line 1055:2 Unexpected "{"
Line 1055:3 Expected identifier but found "%"
Line 1057:2 Unexpected "{"
Line 1057:3 Expected identifier but found "%"
Line 1077:22 Unexpected "{"
Line 1077:31 Expected ":"
Line 1077:38 Unexpected "{"
... and 15 more hidden warnings

**/
/* Product Landing - Bullets points*/
.lj-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lj-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.lj-feature-list li span:first-child {
  flex-shrink: 0;
  font-size: 15px;
  margin-top: 1px;
}
/* --------- Product Landing - Bullets points*/

/* Product Landing - Gift note*/
    .gift-note-text {
      text-align: center !important;
font-family: 'Libre Bodoni', serif; font-size: 14px; font-weight: 400; letter-spacing: 0.5px; margin: 20px 0; text-align: left;   }
/* -------- Product Landing - Gift note*/


/* Product Landing - Reviews on top site */
.review { height: 50px; }
  .reviews-carousel { text-align: center; }
  .review { display: none; font-style: italic; }
  .review.active { display: block; }
  .review-dots { margin-top: 10px; }
  .dot { 
    display: inline-block; 
    width: 8px; 
    height: 8px; 
    border-radius: 50%; 
    background: #555; 
    margin: 0 4px; 
    cursor: pointer;
  }
  .dot.active { background: #fff; }
/* ----- Product Landing - reviews on top site  */


/* Alineación ficha de producto */
.shopify-payment-button__button--unbranded {
  padding: 16px 24px !important;
  width: 100% !important;
  height: auto !important;
  font-size: 20px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.read-more-link {
  color: #c9402e;
  text-decoration: none;
}
.product-info__block-list {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.buy-buttons button[type="submit"],
.buy-buttons .button {
  font-weight: bold !important;
  font-weight: 700 !important;
}

a.popup-trigger.lj-pill-variant,
a.popup-trigger.lj-pill-variant:link,
a.popup-trigger.lj-pill-variant:visited,
a.popup-trigger.lj-pill-variant:hover,
a.popup-trigger.lj-pill-variant:active,
a.popup-trigger.lj-pill-variant:focus {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  text-decoration-color: transparent !important;
  border-bottom: none !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  -webkit-text-decoration: none !important;
  -moz-text-decoration: none !important;
}

a.popup-trigger.lj-pill-variant span,
a.popup-trigger.lj-pill-variant span:hover {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

a.popup-trigger.lj-pill-variant::after,
a.popup-trigger.lj-pill-variant::before {
  content: none !important;
  display: none !important;
  border: none !important;
  background: none !important;
}

a.popup-trigger.lj-pill-variant span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

a.popup-trigger.lj-pill-variant {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  padding: 0.45rem 1rem !important;
  border-radius: 9999px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none !important;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  box-shadow: none !important;
  outline: none !important;
}

a.popup-trigger.lj-pill-variant * {
  text-decoration: none !important;
}

a.popup-trigger.lj-pill-variant::before {
  content: "👉🏻";
  font-size: 1rem;
  transition: transform 0.2s ease;
}

a.popup-trigger.lj-pill-variant:hover {
  background-color: #333 !important;
  color: rgb(255, 255, 255) !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

a.popup-trigger.lj-pill-variant:hover::before {
  transform: translateX(3px);
}

a.popup-trigger.lj-pill-variant:focus,
a.popup-trigger.lj-pill-variant:active {
  text-decoration: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  a.popup-trigger.lj-pill-variant {
    display: flex !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
    .lj-special-title {
    padding: 0 1.5rem;
    text-align: center;
  }
  .lj-special-title--mobile { display: block; }
  .lj-special-title--desktop { display: none !important; }
}

@media (min-width: 769px) {
  .lj-special-title--mobile { display: none !important; }
  .lj-special-title--desktop { display: block; }
  .lj-special-title { text-align: left; }
}

.lj-special-title {
  text-align: center;
  color: #fff;
  margin: 0 0 .5rem 0;
}

.lj-special-title .lj-headline {
  color:#e5442d !important;
  font-weight: 600;
  margin: 0 0 .25rem 0;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: clamp(12px, 2.4vw, 16px);
  line-height: 1.2;
  opacity: .9;
}

.lj-special-title .lj-title {
  font-weight: 400 !important;
  line-height: 1.35;
  letter-spacing: .02em;
  margin: 0;
  font-size: clamp(28px, 5vw, 42px);
  white-space: normal;
}

.lj-special-title .lj-title .font-bodoni {
  display: inline !important;
}

.lj-title-b {
  margin-left: .15em;
}

@media (min-width: 768px) {
  .lj-special-title {
    text-align: left;
  }
}
/* ---------------------------------- Alineación ficha de producto */

/*  Alineación coleccion */
h2 {
  font-weight: 400 !important;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;

  /* Escala fluida */
  font-size: clamp(28px, 5vw, 42px);
}
h2 .font-bodoni {
  display: inline !important;
}

/* Bodoni ajustada a 93 % del tamaño del h2 */
.font-bodoni {
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
  font-weight: 400;
  font-size: calc(1em * 0.93);
  display: inline-block;
  margin-top: 0.2em;
}
/* ---------------------------------- Alineación texto colecciones */



/* whatsapp bubble */
  .whatsapp-bubble-custom{
    position:fixed;
    right:16px;
    bottom:16px;
    width:56px;
    height:56px;
    border-radius:50%;
    background:#555555;            
    display:grid;
    place-items:center;
    z-index:9999;
    text-decoration:none;
  }
  .whatsapp-bubble-custom svg{
    width:32px;                 
    height:32px;
    display:block;
  }
/* ---------------------------------- whatsapp bubble  */


/* drawer cart */
.cart-drawer__complementary-products {
  display: none !important;
}
/* ---------------------------------- drawer cart */

/* Gift drawer cart */
.gift-option-container {
  margin: 1rem 0;
  padding: 0.5rem 0;
  color: var(--color-foreground);
  width: 100%;
}

.gift-checkbox {
  margin-right: 0.5rem;
  cursor: pointer;
  accent-color: var(--color-button);
}

.h-stack { display: flex; align-items: center; }
.gap-2 { gap: 0.5rem; }
.cursor-pointer { cursor: pointer; }

.gift-success-message {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: #e8f5e8;
  border: 1px solid #4caf50;
  border-radius: 8px;
  animation: slideDown 0.3s ease-out;
}

.gift-success-text {
  color: #2e7d32;
  font-weight: 500;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gift-collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 220ms ease, opacity 180ms ease;
  width: 100%;
}

.gift-collapse.is-open,
.gift-collapse[data-open="true"] {
  max-height: var(--gift-collapse-height, 600px);
  opacity: 1;
}

.gift-collapse__inner {
  padding: 0.5rem 0 0;
  display: grid;
  gap: 0.5rem;
  color: var(--color-foreground);
  background: transparent;
  width: 100%;
}

.gift-field { 
  display: grid; 
  gap: 4px; 
  width: 100%;
}

.gift-field label { 
  font-weight: 600; 
  color: var(--color-foreground); 
  font-size: 0.875rem;
}

.gift-field input,
.gift-field textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  box-sizing: border-box;
  background: var(--color-background);
  color: var(--color-foreground);
  transition: border-color 0.2s ease;
  resize: vertical;
}

.gift-field textarea {
  min-height: 80px;
  font-family: inherit;
}

.gift-field input:focus,
.gift-field textarea:focus {
  outline: none;
  border-color: var(--color-button);
  box-shadow: 0 0 0 2px rgba(var(--color-button-rgb), 0.1);
}

.gift-field input:focus-visible,
.gift-field textarea:focus-visible {
  outline: 2px solid var(--color-foreground);
  outline-offset: 2px;
}

.gift-field input[aria-invalid="true"] {
  border-color: #d32f2f;
}

.gift-error {
  color: #d32f2f;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.gift-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.gift-btn {
  border-radius: 6px;
  padding: 8px 16px;
  font: inherit;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.gift-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.gift-btn--primary {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.gift-btn--primary:hover:not(:disabled) { 
  background: #f5f5f5;
  transform: translateY(-1px);
}

.gift-btn--secondary {
  background: transparent;
  color: var(--color-foreground);
  border-color: var(--color-border);
}

.gift-btn--secondary:hover:not(:disabled) {
  background: rgba(255,255,255,0.1);
  transform: translateY(-1px);
}

.gift-btn-loading {
  display: none;
}

.gift-btn-text {
  display: inline;
}

@media (prefers-color-scheme: dark) {
  .gift-success-message {
    background-color: #1b5e20;
    border-color: #4caf50;
  }
  
  .gift-success-text {
    color: #a5d6a7;
  }
  
  .gift-btn--secondary:hover:not(:disabled) {
    background: rgba(255,255,255,0.08);
  }
}
/* ----------------------------------------------------------------  Gift drawer cart */



/* Cart drawer 100% width en mobile */
@media screen and (max-width: 767px) {
  .cart-drawer {
    --drawer-max-width: 100vw;
  }
  
  .cart-drawer::part(content) {
    max-width: 100vw;
  }
}

.cart-drawer__footer p.text-subdued {
  display: none !important;
}

/* ----------------------------------------------------------------  Cart drawer 100% width en mobile */




/* Bundle Section */
.bundle-save-container {
  margin: 2rem 0;
  width: 100%;
}
.bundle-save-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.bundle-save-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 2px 10px rgba(255, 255, 255, 0.06),
    0 1px 3px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.bundle-save-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.5s ease;
}
/* Efectos hover solo para dispositivos con mouse/cursor */
@media (hover: hover) and (pointer: fine) {
  .bundle-save-link:hover .bundle-save-card {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
    box-shadow: 
      0 8px 25px rgba(255, 255, 255, 0.12),
      0 4px 12px rgba(255, 255, 255, 0.08),
      0 2px 6px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
  .bundle-save-link:hover .bundle-save-card::before {
    left: 100%;
  }
  .bundle-save-link:hover .bundle-icon {
    color: #ffffff;
    transform: translateX(4px);
  }
}

/* Efectos para dispositivos táctiles (mobile/tablet) */
@media (hover: none) and (pointer: coarse) {
  .bundle-save-link:active .bundle-save-card {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.04);
    transform: scale(0.98);
    box-shadow: 
      0 4px 15px rgba(255, 255, 255, 0.08),
      0 2px 8px rgba(255, 255, 255, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  .bundle-save-link:active .bundle-icon {
    color: rgba(255, 255, 255, 0.9);
    transform: translateX(2px);
  }
}
.bundle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.bundle-text {
  flex: 1;
}
.bundle-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #ffffff;
  letter-spacing: 0.025em;
}
.bundle-description {
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
.bundle-pricing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.bundle-price-original {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  font-weight: 400;
}
.bundle-price-sale {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff4444;
  letter-spacing: 0.025em;
}
.bundle-icon {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .bundle-save-container {
    margin: 1.5rem 0;
  }
  
  .bundle-save-card {
    padding: 1.25rem;
  }
  
  .bundle-content {
    gap: 0.75rem;
  }
  
  .bundle-title {
    font-size: 1rem;
  }
  
  .bundle-description {
    font-size: 0.8125rem;
  }
  
  .bundle-price-sale {
    font-size: 1.125rem;
  }
  
  .bundle-pricing {
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .bundle-content {
    gap: 0.75rem;
  }
  
  .bundle-icon {
    align-self: center;
  }
}
.bundle-save-card {
  font-family: inherit;
}
.bundle-title,
.bundle-description,
.bundle-price-original,
.bundle-price-sale {
  font-family: inherit;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bundle-save-container {
  animation: fadeInUp 0.6s ease-out;
}
.bundle-save-link:focus {
  outline: none;
}
.bundle-save-link:focus .bundle-save-card {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 2px 10px rgba(255, 255, 255, 0.06),
    0 1px 3px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
@media (prefers-contrast: high) {
  .bundle-save-card {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .bundle-description {
    color: rgba(255, 255, 255, 0.9);
  }
}
/* --------------------------------------------- end Bundle Section */

/* Pop Description Frangances*/
.global-popup-container {
  --accent-color: #c9402e;
  --text-color: #ffffff;
  --background-color: #000000;
  --button-color: #c9402e;
  --button-text-color: #000000;
}

.notorios-tasting-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;
}

.notorios-popup-content {
  background-color: var(--background-color);
  color: var(--text-color);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.notorios-tasting-popup.active {
  opacity: 1;
  visibility: visible;
}

.notorios-tasting-popup.active .notorios-popup-content {
  transform: translateX(0);
}

.notorios-tasting-popup.closing {
  opacity: 0;
}

.notorios-tasting-popup.closing .notorios-popup-content {
  transform: translateX(-100%);
}

.notorios-tasting-popup.sliding-up .notorios-popup-content {
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.notorios-popup-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  border: none;
  color: var(--text-color);
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
}

.notorios-close-line {
  position: absolute;
  background-color: var(--text-color);
  width: 100%;
  height: 2px;
  transition: transform 0.3s ease;
}

.notorios-close-line.horizontal {
  transform: rotate(90deg);
}

.notorios-close-line.vertical {
  transform: rotate(0deg);
}

.notorios-popup-close.transformed .notorios-close-line.horizontal {
  transform: rotate(45deg);
}

.notorios-popup-close.transformed .notorios-close-line.vertical {
  transform: rotate(-45deg);
}

.notorios-popup-text {
  padding: 4rem 2rem 2rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  max-height: 60%;
}

.notorios-popup-number {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.notorios-popup-title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: bold;
  margin: 0.5rem 0 2rem 0;
  line-height: 1.2;
  color: var(--text-color);
}

.notorios-popup-description {
  margin-top: 2rem;
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.notorios-popup-image-container {
  width: 100%;
  height: 38.2vh;
  position: relative;
  overflow: hidden;
}

.notorios-popup-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.notorios-popup-back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.notorios-popup-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 2;
}


@media screen and (min-width: 768px) {
  .notorios-popup-text {
    max-height: 60%;
  }

  .notorios-popup-image-container {
    height: 38.2vh;
  }
}

@media screen and (max-width: 767px) {
  .notorios-popup-text {
    max-height: 60%;
  }

  .notorios-popup-image-container {
    height: 38.2vh;
  }

  .notorios-popup-description {
    font-size: 16px !important;
    line-height: 1.5;
  }
}
/* -------------------------------------------Pop Description Frangances*/




/* Help Bar Styles */
.infobar-style {
  background-color: #e6e7e8;
  padding: 0;
  font-size: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  transition: top 0.3s ease-in-out;
}

.infobar-style ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.infobar-style li {
  margin: 0;
}

.infobar-style a {
  color: #000;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.infobar-style a:hover {
  text-decoration: none;
}

.infobar-icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.hide-on-mobile {
  display: flex;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
/*---------------------------------- Help Bar Styles */


/* Home */
.center-line.white {
    background-color: white;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.line-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-line {
    width: 0;
    height: 1px;
    background-color: black;
}

.center-line.visible {
    animation: expand-line 1s ease-out forwards;
}

@keyframes expand-line {
    0% {
        width: 0;
    }
    100% {
        width: 50vw;
    }
}

@media (max-width: 768px) {
    @keyframes expand-line {
        0% {
            width: 0;
        }
        100% {
            width: 75vw;
        }
    }
}
/* ----------------------------------------------- Home */

/* Collection Slider */
.collection-slider.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#collection-slider-{{ section.id }} {
  --collection-slider-item-size: 84vw;

  {%- if section.settings.space_items -%}
    --collection-slider-gap: 1.5rem;
  {%- endif -%}
}

.collection-slider {
  display: flex;
  gap: 30px;
}
.collection-slider .collection-card-slider {
  width: 100px;
}
.collection-slider .collection-card-slider>div,
.collection-slider .collection-card-slider>div>img {
  aspect-ratio: 1 / 1;
  height: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 700px) {
  #collection-slider-{{ section.id }} {
    --collection-slider-item-size: 62vw;
  }
  .collection-slider {
    gap: 50px;
  }
  
  .collection-slider .collection-card-slider {
    width: 150px;
  }
  .collection-slider .collection-card-slider>div,
  .collection-slider .collection-card-slider>div>img {
    height: 150px;
    max-height: 150px;
  }
}
@media screen and (min-width: 768px) {
/*slider  */
.notorios-products-carousel {
  background:#000;
}
.notorios-products-carousel .notorios-carousel-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* min-height: 530px;  */
}
.notorios-products-carousel .notorios-carousel-container {
    position: relative;
    width: 100%;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 1rem!important;
    height: 760px; 
    max-width: 90rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
}
.notorios-carousel-track {
    display: flex;
    width: 100%;
    transition: transform 0.7s ease;
    padding: 0;
    height: 100%;
    will-change: transform;
}
/* .notorios-products-carousel .notorios-product-slide {
   display: flex!important;
   justify-content: center;
   align-items: center;
    position: relative;
    flex: 0 0 auto;
    width: 50%;
    padding: 0;
    opacity: 0.8;
    z-index: 0;
   margin-right:0px!important;
} */

/* .notorios-products-carousel .notorios-product-slide.swiper-slide-active {
    width: calc(33.33% + 20%) !important;
    margin-right:0px;
}*/
.notorios-products-carousel .notorios-product-slide{
   transition:none;
}
.notorios-products-carousel .notorios-product-slide:not(.active) .notorios-product-info {
    opacity: 0;
    visibility: hidden;
} 
.notorios-products-carousel .notorios-product-slide .notorios-product-info{
  transition:visibility linear,opacity 1.5s;
}
.notorios-products-carousel .notorios-product-content {
    display: flex;
    align-items: center;
    padding: 0;
    transition: all 0.7s ease;
}


 .notorios-product-slide.right-inactive .notorios-product-info {
    padding-left: 0;
    padding-right: 1rem;
    /* align-items: flex-end;
    text-align: right; */
  transition: visibility linear,opacity 1.5s;
}

.notorios-products-carousel  .notorios-product-image {
    width: 50%;
    max-width: 50%;
    padding-right: 1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    transition: all 0.7s ease;
}

.notorios-products-carousel .notorios-image-container {
    position: relative;
    width: 100%;
    height: 100%;
   transition: all 0.7s ease;
}
.notorios-products-carousel  .notorios-base-image {
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.notorios-products-carousel  .notorios-product-info {
    width: 50%;
    max-width: 50%;
    padding-left: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.notorios-products-carousel .notorios-product-slide:not(.active) .notorios-product-info * {
    transition: none !important;
    opacity: 0 !important;
}
.notorios-products-carousel .notorios-product-title {
    margin: 0.5rem 0;
    line-height: 1.2;
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.7s ease;
}
.notorios-products-carousel .notorios-product-subtitle {
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.7s ease;
}
.notorios-products-carousel .notorios-product-description {
    margin-bottom: 2rem;
    line-height: 1.6;
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.7s ease;
}
.notorios-products-carousel .notorios-tasting-button {
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid #fff;
    padding: 0.46rem 1.24rem;
    font-size: 0.618em;
    margin: 0.3rem;
    display: none;
}
.notorios-products-carousel .notorios-product-slide.active {
    opacity: 1;
    z-index: 1;
}
.notorios-products-carousel .notorios-product-slide.active .notorios-product-content {
    justify-content: center;
}
.notorios-products-carousel .notorios-base-image {
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.notorios-products-carousel .notorios-back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 3s ease;
    pointer-events: none;
}
.notorios-products-carousel .notorios-product-description, .notorios-products-carousel .notorios-product-subtitle,
.notorios-products-carousel .notorios-product-title, .notorios-products-carousel .notorios-product-number {
    transition: all 0.7s ease;
}
.notorios-products-carousel .notorios-product-slide.active .notorios-back-image {
    opacity: 1;
}

.notorios-products-carousel .notorios-product-slide.active  .notorios-product-info {
    opacity: 1;
    position: relative;
   transition: opacity 3s ease;
}
.notorios-products-carousel  .notorios-product-number {
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 0.5rem;
    will-change: opacity;
    transform: none !important;
    transition: all 0.7s ease;
}
.notorios-products-carousel  .notorios-product-button {
    background-color: #fff;
    color: #000;
    border: none;
    font-weight:500;
    margin-left: 0;
    will-change: opacity;
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.7s ease;
    margin: 0.5rem 0;
}

.notorios-products-carousel .notorios-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.notorios-products-carousel .notorios-product-slide .notorios-product-info{
  text-align:left;
}
.notorios-products-carousel .notorios-tasting-button{
  margin: 0.5rem 0px;
   width: 100%;
  text-align: center;
}
}

@media screen and (min-width: 1150px) {
  #collection-slider-{{ section.id }} {
    /* --collection-slider-item-size: unset; */
    --collection-slider-items-per-row: {{ section.settings.collections_per_row_desktop }};

    {%- if section.settings.space_items -%}
      --collection-slider-gap: 1.875rem;
    {%- endif -%}
  }
}


#collection-slider-{{ section.id }} .collection-card-slider img {
  border-radius: 50%;
  object-fit: cover; 
}

#collection-slider-{{ section.id }} .collection-card-slider .content-over-media-slider {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.content-over-media-slider {
  border-radius: 50%;
  aspect-ratio: 1 / 1; 
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.collection-slider--text-outside {
  row-gap: 3rem;
}

.collection-card-slider {
  align-content: start;
  gap: 10px;
  display: grid;
}
.collection-card-slider>h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 
}

.collection-card-slider h3 {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: clamp(12px, 2vw, 14px);
}

@media screen and (max-width:1280px){

}
@media screen and (max-width:912px){
.notorios-carousel-container {
    width: 100%;
    padding: 0;
}

.notorios-product-content {
    flex-direction: column;
    text-align: center;
    width: 100%;
}




.notorios-products-carousel .notorios-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.notorios-products-carousel .notorios-base-image {
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.notorios-products-carousel .notorios-product-description, .notorios-products-carousel .notorios-product-subtitle,
.notorios-products-carousel .notorios-product-title, .notorios-products-carousel .notorios-product-number {
    transition: all 0.5s ease;
}
.notorios-products-carousel .notorios-back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 3s ease;
    pointer-events: none;
}

.notorios-products-carousel{
  padding:50px 0;
   background:#000;
}
.notorios-products-carousel  .notorios-product-number {
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 0.5rem;
    will-change: opacity;
    transform: none !important;
    transition: all 0.5s ease;
}
.notorios-products-carousel  .notorios-product-button {
    background-color: #fff;
    color: #000;
    border: none;
    font-weight:500;
    margin-left: 0;
    will-change: opacity;
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0.5rem 0;
}

.notorios-products-carousel .notorios-product-title {
    margin: 0.5rem 0;
    line-height: 1.2;
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.5s ease;
}
.notorios-products-carousel .notorios-product-subtitle {
    margin-bottom: 1rem;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.5s ease;
}
.notorios-products-carousel .notorios-product-description {
    margin-bottom: 2rem;
    line-height: 1.6;
    will-change: opacity;
    transform: none !important;
    color: #fff;
    transition: all 0.5s ease;
}

.notorios-products-carousel .notorios-tasting-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.46rem 1.24rem;
    font-size: 0.618em;
    margin: 0.3rem;
    display: block;
    text-align:center;
    width: 61.8%;
    margin: 0.5rem auto;
    box-sizing: border-box;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.notorios-products-carousel .notorios-product-slide.active {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.notorios-products-carousel .notorios-product-info{
   margin-top:10px;
}
.notorios-products-carousel  .notorios-product-info {
    transition: opacity 0s ease, visibility 0s ease;
    opacity: 1;
    transform: none !important;
}
.notorios-product-slide.active .notorios-product-info{
   visibility:visible;
}
.notorios-products-carousel .notorios-product-slide .notorios-product-image{
    width: 80%;
    margin: auto;
}

}
@media (min-width: 768px) and (max-width: 912px) {
.notorios-products-carousel .notorios-product-button{
   padding: 0.75rem 0.7rem;
    width: 100%;
    text-align:center;
}
.notorios-products-carousel .notorios-tasting-button {
    width: 100%;
    text-align:center;
    margin: 0.5rem 0px;
    display:none;
}
.notorios-products-carousel .notorios-product-title {
    word-wrap: break-word;
}
}


@media screen and (max-width:767.9px){

   .notorios-products-carousel   .notorios-product-description {
        display: none!important;
}

@media only screen and (width: 767px) {
  .notorios-products-carousel .notorios-product-description {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .collection-card-slider h3 {
    font-size: 10px;
  }
}

/* -------------------------------------------------------------------End - Collection Slider */


/* SPEED OPTIMIZATION */
#main-page {
  position: absolute;
  font-size: 1200px;
  line-height: 1;
  word-wrap: break-word;
  top: 0;
  left: 0;
  width: 96vw;
  height: 96vh;
  max-width: 99vw;
  max-height: 99vh;
  pointer-events: none;
  z-index: 99999999999;
  color: transparent;
  overflow: hidden;
}
/* -------------------------------------------------------------------End - SPEED OTIMIZATION */
badge-list.badge-list.badge-list--vertical {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 93%;
    flex-wrap: wrap;
} 
.notorios-carousel-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.1rem;
  position: relative;
  z-index: 5;
}

@media  (min-width: 430px) and (max-width: 767.9px) {
.notorios-carousel-container {
    height: 625px!important;
}
}