/** Shopify CDN: Minification failed

Line 388:0 Unexpected "<"
Line 388:5 Unexpected "{"
Line 388:7 Expected identifier but found "'dalivar.section_title'"
Line 388:37 Unexpected "<"
Line 389:4 Unexpected "{"
Line 389:6 Expected identifier but found "'dalivar.cuidamos_texto'"
Line 389:37 Unexpected "<"

**/
/* =====================================
   TIPOGRAFÍA ENCABEZADOS
===================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Caslon Text", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* =====================================
   CARRUSEL FLOW – TEXTO DORADO
===================================== */

.slideshow__text-content,
.slideshow__heading,
.slideshow__title,
.slideshow__subtitle,
.slideshow__text,
.slideshow .slideshow__text *,
.slideshow .banner__heading,
.slideshow .hero__title {
  color: #96863E !important;
}

.slideshow,
.slideshow__slide {
  --color-foreground: 150, 134, 62;
}

.slideshow__heading,
.slideshow__title,
.slideshow__text {
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

/* =====================================
   HEADER – COLOR BASE
===================================== */

header a,
header button {
  color: #000 !important;
  font-size: 15px !important;
  font-family: "Sarabun", sans-serif !important;
}

/* Hover blanco */
header a:hover,
header button:hover {
  color: #FFFFFF !important;
}
/* =====================================
   MENÚ FLOW – SUBRAYADO LIMPIO
===================================== */

.header__menu-item,
.header__menu-item span,
.header__menu-item a {
  color: #96863E !important;
  transition: color 0.25s ease;
}

/* Sistema animado tipo Flow */

.header__menu-item {
  position: relative;
}

.header__menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.85;
  transition: width 0.25s ease;
}

.header__menu-item:hover::after {
  width: 100%;
}
/* ===== SELECTOR IDIOMA PERFECTAMENTE ALINEADO ===== */

.header .disclosure {
  position: relative;
}

.header .disclosure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* mismo eje que el menú */
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 0.25s ease;
}

.header .disclosure:hover::after {
  width: 100%;
}

/* =====================================
   GRID DESKTOP 3 COLUMNAS
===================================== */

@media (min-width: 990px){
  .grid__item{
    width: calc(100% / 3 - 20px) !important;
    max-width: calc(100% / 3 - 20px) !important;
    flex: 0 0 calc(100% / 3 - 20px) !important;
  }
}

/* =====================================
   FIX MOVIL GRID PRODUCTOS
===================================== */

@media screen and (max-width: 749px){

  .product-grid{
    display:grid !important;
    grid-template-columns: 1fr !important;
    overflow:hidden !important;
  }

  .product-grid > *{
    width:100% !important;
    max-width:100% !important;
  }

}

/* =====================================
   COLOR SOLO TITULO PRODUCTO
===================================== */

.card-information > *:first-child,
.card-information > *:first-child a,
.card-information > *:first-child * {
  color:#FFFFFF !important;
}

/* =====================================
   ICONO EN TEXTOS FEATURED ROW
===================================== */

/* =====================================
   FEATURED ROW – TEXTO + ICONO OLIVO
===================================== */

/* Quitar fondo cuadrado de SVG (por si acaso) */
.featured-row__subtext svg,
.rte svg,
.rich-text svg {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* SOLO bloque de texto con iconos (home buena) */
.homepage .richtext-block p {
  background: none !important;
  color: #FFFFFF !important;
  position: relative;
  padding-left: 1.6em;
}

.homepage .richtext-block p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.9em;
  height: 0.9em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='380 280 420 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M430 310 C400 380 410 460 470 520 C430 480 420 420 430 310 Z' fill='%23FFFFFF'/%3E%3Cpath d='M520 520 C610 450 690 410 740 420 C690 480 620 540 520 560 Z' fill='%23FFFFFF'/%3E%3Cpath d='M520 580 C610 590 680 610 720 660 C640 660 570 640 520 600 Z' fill='%23FFFFFF'/%3E%3Cpath d='M470 520 C490 540 510 560 520 580' stroke='%23FFFFFF' stroke-width='28' fill='none' stroke-linecap='round'/%3E%3Cellipse cx='520' cy='700' rx='110' ry='150' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}
.announcement-bar {
  position: relative;
}

.announcement-bar::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,0.35);
}
.scrolling-banner {
  position: relative;
}

.scrolling-banner::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
/* =====================================
   TITULO BLOG EN NEGRO
===================================== */

.article-card__title,
.card__heading,
.card__heading a {
  color: #000000 !important;
}
/* =====================================
   TITULOS ENTRADAS BLOG NEGRO DEFINITIVO
===================================== */

.section-blog a,
.section-blog .card a,
.section-blog article a {
  color: #000000 !important;
}
/* =====================================
   BLOG POSTS – TITULO NEGRO DEFINITIVO
===================================== */

.color-scheme--white {
  --link-color: #000000 !important;
}
/* =====================================
   HEADER MOVIL – ICONOS NEGRO OLIVA DEFINITIVO
===================================== */

@media screen and (max-width: 989px) {

  /* Forzar color base del wrapper */
  .mobile-nav-bar-wrapper {
    color: #26241A !important;
  }

  /* Forzar stroke de SVG */
  .mobile-nav-bar-wrapper svg path {
    stroke: #26241A !important;
  }

  /* Forzar fill en caso de estar fijo */
  .mobile-nav-bar-wrapper svg path[fill] {
    fill: #26241A !important;
  }

}
/* Ajuste espacio en páginas legales - Flow */

.shopify-policy__title,
.shopify-policy__title h1 {
  margin-bottom: 0;
}

.shopify-policy__body {
  margin-top: 0;
  padding-top: 0;
}

.shopify-policy__body .rte,
.shopify-policy__body .rte p:first-child {
  margin-top: 0;
}
/* Espaciado fino páginas legales - Flow */

.shopify-policy__title h1 {
  margin-bottom: 1.2rem;
}

.shopify-policy__body {
  margin-top: 0;
  padding-top: 0;
}
/* Botones producto ajustados al texto */

.product--add-to-cart-button,
.shopify-payment-button__button {
  width: auto !important;
  display: inline-block;
  padding: 14px 28px;
}

/* Centrar ambos */
.product-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
/* Botones mismo tamaño ajustado al texto */

.product--add-to-cart-button,
.shopify-payment-button__button {
  width: fit-content !important;
  min-width: 240px; /* fuerza mismo ancho */
  text-align: center;
  padding: 14px 28px;
}

/* Contenedor */
.product-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* cambia a center si los quieres centrados */
  gap: 12px;
}
.product-description.product-form-block p {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-break: normal;
}

/* Mejora visual en escritorio */
@media (min-width: 1024px) {
  .product-description.product-form-block {
    max-width: 720px;
  }
}

/* Ajuste subtítulos internos */
/* Solo el título principal */
.product-description.product-form-block > p:first-child strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Subtítulos internos */
.product-description.product-form-block p strong {
  font-weight: 600;
}
/* ===== BOTÓN PRINCIPAL FLOW - CORRECCIÓN LIMPIA ===== */

button.product--add-to-cart-button {
  background-color: #26241A !important;
  color: #96863E !important;
  border: none !important;
}

/* Hover elegante */
button.product--add-to-cart-button:hover {
  background-color: #1c1b14 !important;
  color: #ffffff !important;
}
.prod-description p {
  margin-top: 0;
  margin-bottom: 8px;
}

.prod-description strong {
  display: block;
  margin-bottom: 4px;
}
footer .h3.footer-header {
  font-size: 24px !important;
  font-style: italic !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
}
<h2>{{ 'dalivar.section_title' | t }}</h2>
<p>{{ 'dalivar.cuidamos_texto' | t }}</p>
.slideshow__item img{
  filter: brightness(0.9) contrast(1.08);
}
.product__info-container svg {
  display: none !important;
}
/* SOLO QUITAR ICONOS EN NUESTRA HISTORIA */

.template-page .homepage-featured-rich-text p::before {
  content: none !important;
}

.template-page .homepage-featured-rich-text p {
  padding-left: 0 !important;
}
.rte {
  text-align: left !important;
}
/* FORZAR TEXTO IZQUIERDA Y ANCHO */
.page-width .rte,
.rte,
.rich-text__text {
  text-align: left !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* PÁRRAFOS */
.rte p,
.rich-text__text p {
  margin-bottom: 16px !important;
  line-height: 1.6 !important;
}

/* BLOCKQUOTE (TU PROBLEMA PRINCIPAL ARRIBA) */
.rte blockquote {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border-left: none !important;
}

/* QUITAR CENTRADO GLOBAL DEL BLOQUE */
.rich-text,
.rich-text__blocks {
  text-align: left !important;
}
.rich-text__wrapper,
.page-width {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.rich-text__blocks * {
  text-align: left !important;
}

.rte blockquote {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border-left: none !important;
}
.page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.media-with-text,
.banner,
.slideshow {
  max-width: 100% !important;
}
/* FONDO SOLO BLOG */
.template-article .wrapper-spacing--v--template {
  background-color: #ffffff !important;
}

/* TEXTO NORMAL */
.template-article .wrapper-spacing--v--template h1,
.template-article .wrapper-spacing--v--template h2,
.template-article .wrapper-spacing--v--template h3,
.template-article .wrapper-spacing--v--template h4,
.template-article .wrapper-spacing--v--template p,
.template-article .wrapper-spacing--v--template li {
  color: #26241A !important;
}

/* ENLACES NARANJA MEJORADOS */
.template-article .wrapper-spacing--v--template a {
  color: #FF5A00 !important;
  font-weight: 700 !important;
  font-size: 1.05em;
}
.template-article a[href*="aceite-oliva-virgen-extra-arbequina"] {
  background-color: #FF5A00 !important;
  color: #FFFFFF !important;
}
.template-article article img {
  max-width: 500px !important;
  width: auto !important;
  display: block;
  margin: 30px auto;
}
.template-article aside .h4 {
  color: #96863E !important;
  font-size: 24px !important;
  font-weight: 600;
}
/* Solo enlaces de texto (no botones) */
.template-article .wrapper-spacing--v--template a:not(.button):not([style*="background"]) {
  color: #FF5A00 !important;
  background: none !important;
}
/* BOTÓN PAGAR (selector real Shopify drawer) */
.cart-drawer button[name="checkout"],
.drawer button[name="checkout"] {
  background-color: #FF5A00 !important;
  color: #FFFFFF !important;
  border: none !important;
}
/* BOTÓN PAGAR - carrito drawer */
#CartDrawer-Checkout {
  background-color: #FF5A00 !important;
  color: #FFFFFF !important;
  border: none !important;
}
/* Botón VER CARRITO en negro */
.cart-drawer__footer--buttons .btn--secondary {
  border: 2px solid #242424 !important;
  color: #242424 !important;
  background-color: transparent !important;
}
/* TU TEXTO LEGAL (más visible) */
.popup-legal {
  font-size: 18px;
  opacity: 0.85;
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
  order: 1;
}

/* CAPTCHA (más discreto) */
#newsletter_popup_form span {
  font-size: 10px !important;
  opacity: 0.4;
  display: block;
  margin-top: 6px;
  order: 2;
}

/* REORDENAR ELEMENTOS */
#newsletter_popup_form {
  display: flex;
  flex-direction: column;
}
#popup .dynamic-section-button--popup {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 30px;
}
#popup input[type="email"] {
  background-color: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
}
.blog-hero-image {
  width: 100%;
  margin-bottom: 20px;
}

.blog-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.rte .blog-image {
  max-width: 700px;
  margin: 30px auto;
}

.rte .blog-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
/* SOLO afecta desktop */
@media screen and (min-width: 768px) {
  .rte .blog-image {
    max-width: 700px;
    margin: 30px auto;
  }
}

/* ESTO ES SEGURO (afecta a todo sin romper mobile) */
.rte .blog-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
/* CONTENIDO GENERAL */
.rte {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 17px;
}

/* PÁRRAFOS */
.rte p {
  margin-bottom: 20px;
  color: #2b2b2b;
}

/* TÍTULOS */
.rte h2 {
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  font-style: italic;
}

/* IMÁGENES */
.rte .blog-image {
  margin: 40px 0;
}

.rte .blog-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* CTA */
.blog-cta {
  text-align: center;
  margin: 60px 0;
}

.blog-cta p {
  margin-bottom: 20px;
  font-size: 18px;
}

.blog-cta a {
  background: #FF5A00;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.blog-cta a:hover {
  opacity: 0.85;
}

/* FAQ */
.rte strong {
  font-weight: 600;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  .rte {
    padding: 0 16px;
    font-size: 16px;
  }

  .rte h2 {
    font-size: 26px;
    margin-top: 40px;
  }

  .blog-cta {
    margin: 40px 0;
  }
}
/* Segundo botón del hero SIEMPRE */
.slideshow a.button:nth-of-type(2) {
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 20px;
  font-weight: 400;
  text-decoration: underline;
  box-shadow: none !important;
}
.hero-link-secondary {
  display: block;
  margin-top: 14px;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;

  color: #ffffff !important;
  text-decoration: none !important;

  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 15px;

  opacity: 0.9;
}

.hero-link-secondary:hover {
  opacity: 1;
}
.slide-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-link-secondary,
.hero-link-secondary.button,
.hero-link-secondary.btn,
a.hero-link-secondary {
  background: transparent !important;
  background-color: transparent !important;

  border: none !important;
  box-shadow: none !important;

  padding: 0 !important;

  color: #ffffff !important;
  text-decoration: none !important;

  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 17px;

  opacity: 0.95;
  line-height: 1.4;
}
.featured-row__subtext {
  opacity: 1 !important;
}

.featured-row__subtext p {
  color: rgba(255,255,255,0.82) !important;
}
.header__menu-item,
.header__active-menu-item,
.list-menu__item {
  color: #96863E !important;
}
/* =====================================
   HEADER FONDO FIJO DALIVAR
===================================== */

.site-header {
  background: #96863E !important;
}
/* =====================================
   DALIVAR STICKY HEADER
===================================== */


@media screen and (max-width: 768px) {

  .slideshow-slider-container .swiper-pagination {
    bottom: 25px !important;
    z-index: 30;
  }

  .slideshow-slider-container .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: rgba(255,255,255,.55) !important;
    border: 2px solid white !important;
    margin: 0 6px !important;
    opacity: 1 !important;
  }

  .slideshow-slider-container .swiper-pagination-bullet-active {
    background: white !important;
    transform: scale(1.2);
  }

}
@media screen and (max-width: 768px) {

  .slideshow-slider-container .swiper-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px !important;
    width: 100%;
  }

  .slideshow-slider-container .swiper-pagination-bullet {
    flex: 0 0 auto;
    margin: 0 !important;
  }

}
@media screen and (max-width: 768px) {

  .slideshow-slider-container .swiper-pagination.pagination-bullets {
    display: flex !important;
    grid-template-columns: unset !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .slideshow-slider-container .swiper-pagination-bullet {
    margin: 0 !important;
  }

}
@media screen and (max-width: 768px) {

  .site-header,
  #shopify-section-header {
    background: #96863E !important;
  }

}

@media screen and (max-width: 768px) {

  .site-header {
    margin-bottom: 0 !important;
  }

  .slideshow-slider-container,
  .section--slideshow-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

}
@media screen and (max-width: 768px) {

  .announcement-bar,
  .header-spacer,
  .shopify-section-group-header-group {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-header__wrapper {
    min-height: auto !important;
  }

}
/* Reducir altura del header en escritorio */
.header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Reducir altura del header en móvil */
@media (max-width: 749px) {
  .header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
/* Iconos móvil más grandes */
@media screen and (max-width: 989px) {
  .mobile-nav-bar-wrapper svg.fa-2x {
    width: 28px !important;
    height: 28px !important;
  }
  
  /* Logo más grande */
  .logo_image {
    width: 100px !important;
  }
}
/* Bajar puntos de navegación del slider */
@media screen and (max-width: 989px) {
  .image--slideshow__navigation.dots {
    margin-top: 20px !important;
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 989px) {
  .swiper.slideshow--mobile-height-extra_large .swiper-pagination {
    transform: translateY(30px) !important;
  }
}
/* Reducir área breadcrumb colección */
.collection-header__text-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Reducir altura mínima */
.collection-header--template--28140866699639__collection-header {
  --min-height-desktop: 80px !important;
  --min-height-mobile: 60px !important;
}
/* Espacio superior bloque productos/filtros */
.wrapper-spacing--v--template {
  padding-top: 30px !important;
}
/* =========================================================
   WCAG 2.1 AA - ACCESSIBILITY
========================================================= */

:root {
  --dalivar-orange: #E04600;
}

/* =========================================================
   FOCUS VISIBLE
========================================================= */

*:focus-visible {
  outline: 3px solid var(--dalivar-orange) !important;
  outline-offset: 2px;
}

/* =========================================================
   FOOTER CONTRASTE
========================================================= */

.footer a,
.footer p,
.footer span {
  color: #404040 !important;
}
/* FOOTER NEWSLETTER TEXT */

.footer-article,
.footer-article p,
.footer-article span,
.footer-article strong {
  color: #FFFFFF !important;
}
/* Google Reviews widget - fondo igual al footer */
#shopify-section-template--28140866994551__1780516977fa277997 {
  background-color: #26241A;
}
.slideshow-title-text {
  text-align: left;
  margin: 0;
}
/* Alinear título y subtítulo del slideshow con el titulo*/
.homepage-featured-content-box .slideshow-title-container,
.homepage-featured-content-box .slideshow-text-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.homepage-featured-content-box .featured-row__subtext {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}
#shopify-section-template--28490637115767__collection-header p {
  max-width: 1200px !important;
  width: 100% !important;
}

#shopify-section-template--28490637115767__collection-header div {
  max-width: none !important;
}