/** Shopify CDN: Minification failed

Line 369:43 Unexpected "{"

**/
@charset "UTF-8";

/* #Variables
================================================== */
/* Responsiveness */
/* The `$breakpoints` list is used to build our media queries.
  - You can use these in the media-query mixin.
*/



/* #Functions
================================================== */



























/* #klaviyo MODAL */
.product-popup .modal__centered {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.width-modal {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 8px; 
  max-width: 628px;
  width: 100%;
}

#modalRequest .width-modal {
  max-height: 670px;
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#modalRequest .width-modal form {
  width: 100%;
  margin: 0px 20px 20px 20px;
}
.product-popup .fancybox-bg {
  background: rgba(45, 45, 50, 0.8);
}
.klaviyo-bis-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  z-index: 2;
  color: #333;
  background-color: transparent;
}
.close-modal {
  color: #000000;
  float: right;
  background-color: #FFF;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 4px;
}

.product-popup input[type=email] {
  box-shadow: none;
  border: solid 1px #c5c5c5;
}
.fancybox-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
}
@media only screen and (max-width: 798px) {
  .product-popup .modal__centered form {
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-52%, -50%);
      margin: 8px;
      width: 90%; 
      max-width: 429px; 
  }
}

.mistery-row {
  background-color: transparent;
  height: 80px;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  margin: 10px 0 6px;
  border: 1px solid var(--color-zyn-primary);
  overflow: hidden;
  justify-content: space-between;
  border-radius: 8px;
}

.mistery-row:last-child {
  margin-bottom: 0;
}

.wrapper-custom .product__images img {
  width: 51px;
  object-fit: contain;
}
.btn-mistery {
  border-radius: 8px;
  height: 45px;
  width: 50px;
  padding: 7px 10px;
  background: #FDEFE8;
  border-color: #FDEFE8;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.btn-mistery:hover {
  background: #FDEFE8;
  border-color: #FDEFE8;
}
.btn-mistery:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.mistery-row .texts {
  margin: 0 0px 0px 14px;
  font-size: 14px;
  height: 100%;
  width: 80%;
  align-items: start;
  justify-content: space-between;
}

#icon_logo_store {
  position: absolute;
  z-index: 999999;
  bottom: 0;
  top: 30px;
  right: 0;
  left: 33px;
}

.mistery-row .title {
  color: #101828;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: start;
}
.cart .mistery-row .title {
  width: 80%;
}
.mistery-row .price {
  font-weight: 600;
  font-size: 14px;
}
.wrapper-custom {
  margin: 1rem;
  padding: 1rem;
  background-color: #FFFCFA;
  box-shadow: 0px 0px 8px 0px  #EAECF0;
}
.faq h1 {
  margin-bottom: 38px;
}
.faq h3 {
  background-color: white;
  width: 70%;
  text-align: center;
  text-decoration: none;
  height: 53px;
  padding: 16px;
  border-radius: 30px;
  box-shadow: 0 4px 31px 0 rgb(0 0 0 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  margin: 20px auto;
}
.faq h3 span {
  text-decoration: none !important;
}
.faq .rte p {
  margin-bottom: 60px;
}
.wrapper-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  width: 300px;
  height: 270px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.margin-card {
  margin: 0 40px;
  width: 360px !important;
}
.wrapper-card p {
  font-size: 18px;
  font-weight: 600;
}
.page-shipping-policy .content-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-shipping-policy .description img,
.page-privacy-policy .block-type__description img {
  margin-right: 45px;
  object-fit: contain;
}

.block-type__description {
  align-items: start;
  margin: 46px 0;
  background: #FFFAF8;
  padding: 24px;
  border-radius: 8px;
}

.block_image img {
  display: flex;
  background-color: white;
  box-shadow: 0 0 65px rgb(0 0 0 / 6%);
  width: 170px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 30px;
}

.description-column {
  flex: 1 1 50%; 
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .description,
  .block-type__description {
    flex-direction: column;
  }

  .page-privacy-policy .description__content {
    margin-top: 14px; 
  }

  .items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper-card {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    padding: 16px;
  }
  .margin-card {
    height: 180px !important;
  }
  .wrapper-card img {
    margin-bottom: 16px !important;
  }
  .page-shipping-policy .content-card {
    align-items: center;
  }
  .wrapper-card p {
    margin-bottom: 8px;
  }
  .block_image img {
    width: 47%;
  }
}

@media only screen and (max-width: 798px) {
  .block-mobile__description {
    width: 100%;
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    height: 100%;
    padding: 22px;
  }
  #shopify-section-template--14778885242967__main .block-type__description {
    flex-direction: column;
  }
  #shopify-section-template--14778885242967__main .block-type__description img {
    margin-bottom: 45px
  }
}


/* #AMEX TEMPLATE 
  ================================================== */
.product-amex-multiple-products .sticky_nav,
.product-amex-multiple-products #header.mobile_nav-fixed--true,
.product-amex-multiple-products .mobile_nav-fixed--false.is-active #header,
.product-custom .sticky_nav,
.product-custom .mobile_nav-fixed--false.is-active #header,
.product-custom #header.mobile_nav-fixed--true {
  display: none;
}
.product-amex-multiple-products .caption .subtitle,
.product-custom .caption .subtitle { 
  font-size: 40px;
  font-weight: 200;
}
.product-amex-multiple-products .caption-content,
.product-custom .caption-content {
  max-width: 70%;
}
.product-amex-multiple-products .caption .position-center
.product-custom .caption .position-center, {
  top: 60%;
}
.product-custom .section-wrapper .under-menu:nth-child(1) .full-width--true,
.product-amex-multiple-products .section-wrapper .under-menu:nth-child(1) .full-width--true,
.product-amex-multiple-products .section-wrapper,
.product-custom .section-wrapper {
  margin-top: 0 !important;
}
.product-amex-multiple-products .section-wrapper,
.product-custom .section-wrapper {
  display: inherit;
}
.product-amex-multiple-products .disclaimer,
.product-custom .disclaimer {
  text-align: start;
  font-weight: 400;
  color: #fff;
  border: solid 1px #6B7282;
  padding: 12px;
  background-color: #6B7282;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.05px;
  border-radius: 8px;
}
.product-amex-multiple-products .product_name,
.product-custom .product_name {
  font-weight: 600 !important;
  font-size: 36px;
}
.product-amex-multiple-products .tag_warning svg,
.product-custom .tag_warning svg {
  width: 44px;
  margin-right: 12px;
}
.product-amex-multiple-products .tag_warning,
.product-custom .tag_warning {
  background-color: #f5f5f5;
  display: flex;
  padding: 18px;
  border-radius: 17px;
  color: gray;
  width: 100%;
  max-width: 580px;
}
.product-amex-multiple-products .tag_warning svg path, 
.product-custom .tag_warning svg path {
  fill: #818693;
}
.is-product-sidebar.content,
.product-amex-multiple-products .is-product-main.content,
.product-custom .is-product-main.content {
  padding: 0;
}
.product-custom .gallery-wrap .product_gallery img,
.product-amex-multiple-products .gallery-wrap .product_gallery img {
  max-height: 800px !important;
  max-width: 1800px;
  object-fit: contain;
}
#icon_slideshow {
  margin-bottom: 80px;
}
.product-amex-multiple-products .flickity-prev-next-button svg {
  top: 46%;
}
@media only screen and (max-width: 798px) {
  .product-amex-multiple-products .image__container,
  .product-custom .image__container {
    width: 100%;
  }
  .product-custom .product__details--product-page,
  .product-amex-multiple-products .product__details--product-page,
  .product-amex-multiple-products .shopify-section--product-template {
    max-height: fit-content !important;
    margin-top: 0;
    max-width: 100%;
  }
  .product-amex-multiple-products .review-content {
    flex-direction: column
  }
  .product-custom  .caption--below-true .caption, 
  .product-amex-multiple-products .caption--below-true .caption {
    position: absolute;
    top: 20%;
  }
  .product-custom .caption .headline,
  .product-amex-multiple-products .caption .headline {
    font-size: 30px;
  }
  .product-custom  .caption .subtitle,
  .product-amex-multiple-products .caption .subtitle {
    font-size: 22px;
  }
  .product-custom .caption--below-true .headline,
  .product-amex-multiple-products .caption--below-true .headline,
  .product-custom  .caption .subtitle,
  .product-amex-multiple-products .caption .subtitle {
    color: #fff;
  }
  .product-amex-multiple-products .button-grid-container .global-button {
    background-color: #fff;
    border-color: transparent;
  }
  .product-amex-multiple-products .tag_warning,
  .product-custom .tag_warning {
    margin-bottom: 40px;
  }
  .product-amex-multiple-products .purchase-details__buttons {
    display: initial;
    margin-top: 20px;
  }
  .product-custom .purchase-details__buttons button.add_to_cart,
  .product-amex-multiple-products .purchase-details__buttons button.add_to_cart {
    margin-top: 20px;
  }
}

.dashboard_card-content {
  background-color: white;
  width: 32%;
  display: flex;
  padding: 18px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  line-height: 22px;
  margin-bottom: 21px;
  box-shadow: 0 0 65px rgb(0 0 0 / 6%);
}

.dashboard-text span {
  font-size: 14px;
}
.wrapper-account-sections p {
  font-weight: 600;
  margin: 0 0 6px;
}
.wrapper-account-sections .card-content {
  width: 75%;
  margin-left: 14px;
}

.shopify-section--recommended-products .label-tag {
  right: 44px !important;
  top: 0 !important;
  left: -94px !important;
}

.shopify-section--recommended-products .rate-number {
  border-radius: 4px;
}
.shopify-section--recommended-products .label-tag_low-cost svg {
  width: 28px;
  height: 28px;
}
.shopify-section--recommended-products .label-tag_low-cost {
  width: 40px;
  padding: 4px 3px 4px 5px;
}
.shopify-section--recommended-products .tri {
  top: 2px;
  left: 1px;
}
.shopify-section--recommended-products .image__container {
  height: 200px !important;
}
.shopify-section--recommended-products .rate-name,
.feature-collection-deals .rate-name {
  display: none;
}

/* #dashboard menu account
  ================================================== */
.two-thirds .two-whole-table {
  height: auto;
  margin: 26px 0 23px 9px;
  padding: 0 18px;
  border-radius: 6px;
  background: #fff;
}
.customers-account .two-whole-table .full {
  width: 100%;
}
.customers-account .two-whole-table .table-fixed {
  table-layout: fixed;
  text-align: left;
}
.wrapper-account-orders {
  width: 100%;
  height: auto;
  margin: 26px 0 23px 9px;
  padding: 18px;
  border-radius: 6px;
  background: #fff;
}
.dashoboard {
  /* max-height: 598px; */
  border-radius: 16px;
  overflow: hidden;
  max-width: 500px;
}
@media only screen and (max-width: 798px) {
  .dashoboard_cards,
  .dashboard-text {
    flex-direction: column;
  }
  .dashboard_card-content {
    width: 100%
  }
  .dashboard-text svg {
    margin-bottom: 20px;
  }
  .customers-account .two-whole-table .full {
    display: flex;
    background: #f9f9f9;
    margin: 26px 0;
    border-radius: 10px;
  }
  .is-visible--mobile .full {
    display: flex !important;
  }
  .is-visible--mobile, .is-visible--mobile thead {
    background-color: #f9f9f9 !important;
  }

  .customers-account table th {
    background: #f9f9f9 !important;
  }
  .wrapper-account-orders {
    margin: 0;
  }
  .age-gate__logo-wrapper + .age-gate__headingg {
    margin-top: 15px;
  }
  .age-gate__heading + .age-gate__description {
    padding: 0 6px;
  }
}
.index .age-gate__content .is-hidden-mobile-only,
.index .age-gate__content .image-element__wrap {
  /* height: 100% !important; */
  height: 279px !important;
  object-fit: cover;
}
.index .age-gate__content .image-element__wrap img {
  object-fit: cover;
}
@media only screen and (min-width: 799px) and(max-width: 1042px) {
  .dashoboard {
    flex-direction: column;
  }
  .customers-account .dashoboard {
    flex-direction: initial;
  }
  .index .age-gate__content .is-hidden-mobile-only {
    display: none !important;
  }
  .index .age-gate__content .is-hidden-desktop-only {
    display: block !important
  }
  .age-gate__content {
    max-width: 50%;
  }
}
.image-element__wrap img {
  height: 100% !important;
}
@media only screen and (max-width: 1042px) {
  .age-gate__header {
    margin-bottom: 0;
    align-items: center;
    position: relative;
    background: white;
  }
}
.customers-account table td,
.customers-account table th,
.customers-account table th,
.customers-account table tr {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-color: transparent !important
}

.customers-account table:not(#customer-orders):not(#order-details) th {
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.customers-account table:not(#customer-orders):not(#order-details) tr {
  background-color: #f9f9f9;
}
.color-green {
  background: #D6FFD6;
  color: #27ae60;
  padding: 2px 8px;
  border-radius: 3px;
}
.color-default {
  background: #27AE60;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 500;
  border-radius: 4px;
  margin-left: 4px;
}
.red-color {
  background: #F9DFDF;
  color: #D92827;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 500;
}
.color-green {
  background: #D6FFD6;
  color: #27AE60;
  padding: 2px 8px;
  border-radius: 3px;
}
.color-orange {
  background: #FFF5E7;
  color: #FFB238;
  padding: 2px 8px;
  border-radius: 3px;
}
.order-detail a {
  color: #ea493d;
  font-weight: 600;
  font-size: 12px;
  border: solid 1px;
  padding: 6px 12px;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
}
.link-invoice {
  background-color: #fff;
  background-image: url('//www.zyn.ca/cdn/shop/t/146/assets/logout-25.svg');
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
  text-transform: initial;
  padding: 7px 12px 7px 37px;
  cursor: pointer;
  background-position: -30px -5px !important;
}

@media only screen and (max-width: 798px) {
  .customers-account table:not(#customer-orders):not(#order-details) th {
    text-align: start;
  }
}

.ajax-suc-modal {
  background-color: #27AE60;
  color: white;
  padding: 12px;
  border-radius: 6px;
  width: 350px;
  height: 48px;
}

.modal-inner {
  position: fixed;
  top: 50%; /* Centrar verticalmente */
  left: 50%; /* Centrar horizontalmente */
  transform: translate(-50%, -50%); /* Centrar tanto horizontal como verticalmente */
  padding: 10px;
  z-index: 1050;
  display: none;
  outline: 0;
  max-width: 90%; /* Establece un ancho máximo para el modal */
  width: auto; /* Permite que el ancho se ajuste automáticamente al contenido */
}

.ajax-error-modal {
  background: #ff4f42;
  color: white;
  padding: 12px;
  border-radius: 6px;
  height: 48px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.ajax-error-message {
  font-size: 12px;
}

.customer-addresses {
  background: #fff;
  width: 100%;
  height: fit-content;
  margin: 21px 0 !important;
  padding: 20px 23px !important;
  border-radius: 6px;
}
@media only screen and (max-width: 798px) {
  #action a {
    font-size: 14px;
  }
  .customers-addresses .mobile_nav-fixed--true.promo-banner--show .section-wrapper {
    margin-top: 95px !important;
  }
  .customer-addresses {
    padding: 8px 6px !important;
    margin: 0 0 21px !important;
  }
  .ajax-error-modal {
    height: auto;
  }
  .modal-inner {
    width: 100%;
  }
}

.completed_message {
  color: #27AE60;
  padding: 5px 8px;
  border: solid 1px;
  margin-bottom: 16px;
  border-radius: 4px;
}

label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}

.request_quote {
  border-radius: 4px;
  /* width: 200px; */
  max-width: 200px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: solid 2px #EE5E18 !important;
  color: #EE5E18 !important;
  border-radius: 8px;
  padding-left: 44px;
  padding-right: 14px;
  display: flex;
  align-items: center;
  line-height: 17px;
}
.request_quote span {
  color: #EE5E18 !important;
}
.product .request_quote,
.product-template-future .request_quote {
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.recently-viewed__section .request_quote {
  padding-right: 0;
}
.recently-viewed__section .request_quote span {
  display: none;
}

.collection .request_quote,
.search .request_quote {
  font-size: 15px;
  /* padding: 5px 0 7px 21px !important; */
}
.request_quote:visited {
  color: #ea493d;
}
@media only screen and (max-width: 798px) {
  .card-list .request_quote {
    background-position: center center;
    margin-left: 0;
    width: 45px;
    height: 45px;
    padding: 0;
  }
  .card-list .request_quote span {
    display: none;
  }
  .request_quote {
    max-width: 100%;
    background: url('//www.zyn.ca/cdn/shop/t/146/assets/email-25.svg') no-repeat 78px center;
    text-align: center;
    justify-content: center
  }
}
.product-zyn_pick_count {
  width: 35%;
}
.js-rv-grid .product-zyn_pick_count,
.cart .product-zyn_pick_count,
.shopify-section--recommended-products .product-zyn_pick_count{
  width: 100% !important;
}
.js-rv-grid .product-block--zyn_pick_container {
  margin-bottom: 0;
  max-height: 80px;
  height: 100%;
  display: flex;
  margin-top: -32px;
}
.cart .product-block--zyn_pick_container {
  min-height: 25px;
  margin-bottom: 0;
}
.js-rv-grid .line-separate,
.cart .line-separate {
  margin: -7px 0;
}
@media only screen and (min-width: 798px) {
  .cart .product-block--zyn_pick_container {
    margin-top: -18px;
  }
}


/* #ZYN PICKS
  ================================================== */
.product-block--zyn_pick_container a:hover {
  color: #ff4f42;
}

@media only screen and (max-width: 798px) {
  .product-zyn_pick_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-zyn_pick_count {
    width: 100%;
    margin: 2px 0;
  }
  .product-block--zyn_pick_container a {
    line-height: 26px;
    font-size: 14px;
  }
  .js-rv-grid .product-block--zyn_pick_container {
    justify-content: center !important;
    margin-top: 10px;
  }
}

/* #Templatea future styles
  ================================================== */
.text-pre-sale {
  background-color: #802721;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.product-template-future .product-block--title h1 {
  color: #802721;
}
.product-template-future .onboard-text {
  margin-left: 24px;
}
.product-template-future .wrapper-rte h1 {
  color: #802721;
}
.product-template-future .metadata {
  height: auto !important;
  padding: 21px;
  background-color: #802721;
  flex-direction: initial;
  justify-content: space-around;
  max-width: 85%;
  margin: 0 auto -42px;
  border-radius: 8px;
  position: relative;
}
.product-template-future .metadata span a {
  color: #fff;
}
.product-template-future .tag-wrapper span {
  display: flex;
  flex-direction: column;
}

.product-template-future .tag-wrapper span svg path {
  fill: #fff !important;
}
.product-template-future .tag-wrapper span svg {
  width: 36px;
  height: 36px;
}
.product-template-future .product-block--form .global-button--primary {
  background-color: #802721;
  color: #fff;
  border-color: #802721;
}
.product-template-future button.add_to_cart {
  margin-left: 10px;
  max-width: 206px;
}
.future-button {
  background-color: #802721;
  color: #fff !important;
  border-color: #802721;
  border-radius: 6px !important;
  padding: 10px 20px !important;
}
.is_future .money {
  color: #802721;
}
.future-button span {
  color: #fff !important;
}
.future-button:hover {
  background-color: #591b17;
  border-color: #591b17;
}
.card-grid .future-button {
  max-width: 20%;
  border-radius: 6px;
  background-image: url('view.svg');
  background-repeat: no-repeat;
  background-size: 23px;
  height: 36px;
  width: 24px;
  background-position-x: center;
  background-position-y: center;
}
.card-grid .future-button span {
  display: none !important;
}
.js-recently-viewed-product .future-button {
  border-radius: 6px;
  background-image: url('view.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  height: 45px;
  width: 45px;
  background-position-x: center;
  background-position-y: center;
}
.js-recently-viewed-product .future-button span {
  display: none;
}

.bundle-variant-button {
  border-radius: 6px;
  background-image: url('view.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  height: 45px;
  width: 45px;
  background-position-x: center;
  background-position-y: center;
}
/* #SUPER SUNDAY
  ================================================== */

/* #Page Super Sunday
  ================================================== */
.page-super-sunday .page .description__content .title,
.page-meeting-david .page .description__content .title,
.page-recs .page .description__content .title {
  font-size: 46px;
}
.page-super-sunday .description__content,
.page-meeting-david .description__content,
.page-recs .description__content {
  width: 50%;
  justify-content: center;
  align-items: center;
}

.page-meeting-david .description__content {
  padding: 0 64px;
}
.page-meeting-david .image-content .global-button--primary,
.page-recs .image-content .global-button--primary {
  margin: 50px 0;
}
.page-super-sunday .page img,
.page-meeting-david  .page img,
.page-recs .page img {
  width: 50%;
}
.page-super-sunday h2.title {
  font-size: 38px;
}
.page-super-sunday .futures-section,
.page-contact .futures-section,
.page-store .futures-section,
.page-meeting-david .futures-section,
.page-cellar .futures-section {
  position: absolute !important;
}
.page-super-sunday .shopify-section--text-columns-with-images {
  background: white !important;
  max-width: 100%;
}
.page-super-sunday .image-element__wrap,
.page-meeting-david .image-element__wrap {
  max-width: 100% !important
}
.introducing_denegoce .image-element__wrap img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.questions .featured-link--half .info {
  padding: 30px 0;
}

@media only screen and (max-width: 798px) {
  .page-super-sunday .futures-section,
  .page-contact .futures-section,
  .page-meeting-david .futures-section,
  .page-recs .futures-section {
    justify-content: center;
  }
  .newsletter-text-supersunday .title  {
    margin-bottom: 42px;
  }
  .page-super-sunday .newsletter-text p {
    max-width: 170px;
    text-align: center;
  }
  .page-super-sunday .image-content,
  .page-meeting-david .image-content,
  .page-recs  .image-content {
    flex-direction: column-reverse;
  }
  .page-super-sunday .description__content,
  .page-meeting-david .description__content,
  .page-recs .description__content,
  .page-super-sunday .page img,
  .page-meeting-david .page img,
  .page-recs .page img {
    width: 100% !important;
  }

  .page-super-sunday .page .title,
  .page-recs .page .title,
  .page-meeting-david .page .title {
    font-size: 28px !important;
    margin-top: 10px;
    text-align: center;
  }

  .page-super-sunday .page img {
    margin-bottom: 58px;
  }

  .page-meeting-david .description__content,
  .page-recs .description__content {
    padding: 24px 0px;
  }

  .page-meeting-david .global-button--primary,
  .page-recs .global-button--primary {
    margin: 30px 0;
  }
}

.prestige-collection .image-element__wrap  {
  height: 720px !important;
}
.feature-promotion-collections .image-element__wrap,
.featured-promotions .feature-section img {
  height: 100% !important;
  max-height: 320px;
  height: 320px !important;
}

@media only screen and (max-width: 798px)  {
  .product-recommendations .compare-at-price, .recently-viewed__section .compare-at-price, .cart .product-list .compare-at-price {
    top: 139px;
  }
  .feature-collection-deals #now,
  .feature-collection-deals #regular {
    display: none;
  } 
  .product-recommendations .info .savings,
  .recently-viewed__section .info .savings,
  .cart .product-list .info .savings {
    position: absolute;
    top: 159px
  }
}

/* #Boost Rates styles
  ================================================== */
.rate-tag .critic {
  background-color: #2B3842;
  color: white;
  font-weight: bold;
  border-radius: initial;
  padding-top: 3px;
  line-height: 18px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .rate-tag .critic {
  font-size: 12px;
}
.rate-tag .score {
  background-color: #364652;
  color: white;
  border-radius: initial;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Necesario para los pseudo-elementos */
  left: 0px;
  top: 0;
}

.rate-tag .score::before,
.rate-tag .score::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 100%; /* Posiciona los triángulos debajo del elemento */
}

.rate-tag .score::before {
  left: 0;
  border-width: 14px 23px 24px 0px;
  border-color: #364652 transparent transparent transparent;
}

.rate-tag .score::after {
  right: 0;
  border-width: 14px 0px 23px 21px;
  border-color: #364652 transparent transparent transparent;
}

.rate-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: red !important;
  /* position: absolute; */
  left: 13px;
  width: 36px;
}
.product .section.product_section .rate-tag,
.rate-tag span  {
  position: initial;
  margin-right: 10px;
}

.text-decoration-underline {
  text-decoration: underline;
}

.product_section .modal_price .on-sale {
  color: #D92827 !important;
  font-weight: 600;
  font-size: 18px;
}


.metadata .tag-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px; 
}

.metadata .tag-wrapper:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #ccc; 
}

.metadata .tag-wrapper a {
  text-decoration: none;
  color: inherit;
}

.metadata .tag-wrapper span {
  margin-right: 5px;
}

.pack-label {
  display: inline-block;
  padding: 0px 10px;
  color: white; 
  border-radius: 4px; 
  font-size: 14px; 
  background-color: #ee5e18;
  width: fit-content;
}

.red-pack-label {
  background-color: #D92827;
}

.future-pack-label {
 background-color: #802721;
}

.deposit__only {
  color: #802721 !important;
  font-weight: 600;
  margin-top: 8px;
}

.content_future p {
  color: #333;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.content_future_2 {
  font-size: 16px;
  color: #802721 !important;
  font-weight: 400;
  margin-top: 4px;
}
.shopify_subscriptions_app_policy,
.stock-status-desktop,
.boost-sd__cart--side .boost-sd__cart-btn-group button:first-of-type {
  display: none;
}
.shopify_subscriptions_app_container input[type=checkbox], 
.shopify_subscriptions_app_container input[type=radio] {
  background-color: #ee5e18;
}
.shopify_subscriptions_app_container label {
  font-weight: 400;
}
.shopify_subscriptions_purchase_option_wrapper label {
  font-weight: 600;
  color: #333
}
.allocation_price .money {
  color: #333 !important;
}
.shopify_subscriptions_app_container {
  margin-bottom: 20px;
}
.shopify_subscriptions_purchase_option_wrapper .shopify_subscriptions_in_widget_price .money:first-of-type {
  color: #ee5e18;
  font-weight: 500;
}
.shopify_subscriptions_fieldset {
  max-width: 550px;
}
.label-quantity {
  font-size: 14px;
  font-weight: 500;
}


.disclaimer span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.disclaimer {
  text-align: center;
  font-weight: 600;
  color: #50535e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.05px;
}
.boost-sd__product-image-wrapper--zoom-in:hover 
.boost-sd__product-image-img,
.product-card img:hover {
  transform: scale(1.1);
}
.product-card img {
  transition: transform ease 0.2s;
}
.stock-status-mobile {
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 799px) {
  .stock-status-desktop {
    display: block;
  }
  
  .stock-status-mobile {
    display: none;
  }
}

.card-container {
  display: grid;
  gap: 24px 33px;
  margin-top: 20px;
  max-width: 1536px;
  margin: 25px auto;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  justify-items: center;
}

.product-card {
  border: 1px solid #CCB1A8;
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  width: 100%;
  max-width: 223px;
  box-sizing: border-box;
}
.product-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-container .section-bundle {
  width: 100%;
  grid-column: 1 / -1; /* Hace que el título y la descripción ocupen todo el ancho del grid */
}
.card-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 10px;
}
@media only screen and (max-width: 798px)  {
  .width-modal {
    width: 95%;
    right: 0;
    margin: 10px;
    max-height: 90vh;
    overflow: auto;
  }
  .fancybox-content {
    width: 95% !important;
  }

  .disclaimer span {
    font-size: 11px;
    font-weight: 400;
  }
  .disclaimer {
    text-align: start !important;
  }
  .discontinued {
    margin: 24px 0;
  }
}