/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Unexpected "{"
Line 13:10 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-slider (INDEX:7) */
{{ section.settings.custom_css }}

.slider {
  width: 90%;
  margin: 0 auto 30px auto;
}

.slider iframe {
  width: 100%;
  height: 670px;
  border: none;
}

.thumbnail-nav {
  width: 90%;
  margin: 0 auto;
}

.thumbnail-nav .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.thumbnail-nav img {
  height: auto;
  border: 2px solid #ccc;
}

.thumbnail-nav .slick-current img {
  border-color: #007acc; /* Highlight active thumbnail */
}

.pdf-download {
  margin-top: 20px; 
  text-align: center;
}

.pdf-download .btn {
  background-color: #9eb69e;
  color: #fff;
  padding: 10px 22px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.pdf-download .btn:hover {
  background-color: #82ad82;
}
/* END_SECTION:custom-slider */