/** Shopify CDN: Minification failed

Line 50:2 Unexpected "{"
Line 50:3 Expected identifier but found "%"
Line 50:159 Unexpected "{"
Line 50:160 Expected identifier but found "%"
Line 171:2 Unexpected "{"
Line 171:3 Expected identifier but found "%"
Line 171:37 Unexpected "{"
Line 171:38 Expected identifier but found "%"
Line 822:0 Unexpected "{"
Line 822:1 Expected identifier but found "%"
... and 34 more hidden warnings

**/
:root {
  /* Colors */
  --color-custom-black: #0a2540;
  --color-custom-blue: oklch(0.932 0.032 255.585);
  --color-custom-blue-2: oklch(0.882 0.059 254.128);
  --color-custom-blue-3: oklch(0.809 0.105 251.813);
  --color-custom-black: #000;
  --color-custom-grey: oklch(0.372 0.044 257.287);
  --color-custom-white: #fff;
  --color-custom-yellow: oklch(90.5% .182 98.111);
}

  html {
    scroll-behavior: smooth;
  }

  .cart-actions {
  text-align: right; /* ✅ pushes EVERYTHING to the right */
}
/* Inside Cart Page */
.cart-actions__heading {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

/* ===============================
   Polymer Bundle Hero
================================ */

.polymer-hero {
  position: relative;
  min-height: 680px;
  {% comment %} background-image: url('{{ "/cdn/shop/files/chemtec-polymers-banner-image.jpg?v=1769840704" | asset_url }}'); {% endcomment %}
  background-image: url('/cdn/shop/files/chemtec-polymers-banner-image.jpg?v=1769840704');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.polymer-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 32, 86, 0.85);
}

.polymer-hero__content {
  position: relative;
  max-width: unset;
  padding: 60px;
  z-index: 2;
}

.polymer-hero h1 {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}

.polymer-hero__subtitle {
  font-size: 24px;
  margin-bottom: 18px;
  color: oklch(0.932 0.032 255.585);
}

.polymer-hero__price {
	font-size: 20px;
	margin-bottom: 10px;
  color: #bedbff;
}

.polymer-hero__price strong {
  color: #ffd400;
  font-weight: 600;
}

.polymer-hero__format {
	font-size: 18px;
	opacity: 0.9;
	margin-bottom: 32px;
	color: oklch(0.809 0.105 251.813);
}


.polymer-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


.format-option__icon svg {
	color: oklch(54.6% .245 262.881);
	height: 32px;
	width: 32px;
}


.polymer-hero .btn-primary {
    background: #005bff;
    color: #fff;
    padding: 18px 26px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.polymer-hero .btn-primary:hover {

background-color: oklch(0.488 0.243 264.376);
}

.polymer-hero .btn-secondary:hover {
background-color: color-mix(in oklab,#fff 20%,transparent);
}

.btn-secondary a {
	color: var(--color-custom-white);
}

.polymer-hero .btn-secondary {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 18px 26px;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 15px;
  cursor: pointer;
}

.polymer-hero button:hover {
  opacity: 0.9;
}

.btn-with-icon {
  display: inline-flex;
  align-items: center;   /* ✅ vertical center */
  gap: 10px;             /* ✅ space between text & icon */
}

.btn-with-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ===============================
   About This Library Section
================================ */

.polymer-about {
  padding: 80px 20px;
  {% comment %} background: #f7f9fc; {% endcomment %}
}

.polymer-about__container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.polymer-about__title {
  font-size: 36px;
  margin-bottom: 16px;
  color: #000;
}

.polymer-about__intro {
  font-size: 17px;
  color: #444;
  max-width: 760px;
  margin: 0 auto 40px;
  line-height: 29px;
}

.polymer-about__card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
}

.polymer-about__card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.polymer-about__desc {
  font-size: 16px;
  margin-bottom: 24px;
  color: #555;
}

.polymer-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 24px;
}

.polymer-about__grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.polymer-about__grid li {
  display: flex;
  align-items: center;   /* ✅ centers icon vertically with text */
  gap: 10px;             /* ✅ space between icon and text */
  margin-bottom: 14px;
  font-size: 15px;
}

.icon-check {
  display: flex;
  align-items: center;
  flex-shrink: 0;        /* ✅ prevents icon from shrinking */
}

.icon-check svg {
  width: 20x;
  height: 20px;
  color: #005bff;
}

.polymer-about__footer {
  font-size: 15px;
  color: #555;
}



/* ===============================
   Challenge / Solution Section
================================ */

.polymer-challenge {
  padding: 80px 20px;
  background: #ffffff;
}

.polymer-challenge__container {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.highlight-text {
  font-weight: 700;
}


.polymer-challenge__title {
  font-size: 34px;
  margin-bottom: 50px;
}

.polymer-challenge__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.polymer-challenge__card {
  padding: 40px;
  border-radius: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

.polymer-challenge__card h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

/* Left – Challenge */
.polymer-challenge__card--challenge {
  background: #fff5f5;
  border: 1px solid #f5bcbc;
}

.polymer-challenge__card--challenge h3 {
  color: #c53030;
}

/* Right – Solution */
.polymer-challenge__card--solution {
  background: #f0fff4;
  border: 1px solid #9ae6b4;
}

.polymer-challenge__card--solution h3 {
  color: #2f855a;
}

/* ===============================
   Designed For Section
================================ */

.polymer-designed {
  padding: 0px 20px 80px 20px;
  background: #ffffff;
}

.polymer-designed__container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.polymer-designed__title {
  font-size: 36px;
  margin-bottom: 12px;
}

.polymer-designed__subtitle {
  font-size: 17px;
  color: #555;
  max-width: 720px;
  margin: 0 auto 50px;
}

.polymer-designed__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.polymer-designed__card {
  background: rgba(248, 250, 252, 1);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 25px 24px;
  text-align: center;
}

.polymer-designed__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e6efff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.polymer-designed__icon svg {
  width: 32px;
  height: 32px;
  color: #2563eb; /* same as blue-600 */
}

.polymer-designed__card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.polymer-designed__card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}



/* ===============================
   Special Discount Pricing
================================ */

.polymer-pricing {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1C398E 0%, #0F172B 50%, #1C398E 100%);
  color: #ffffff;
  text-align: center;
}

.polymer-pricing__container {
  max-width: 900px;
  margin: 0 auto;
}

.polymer-pricing__title {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--color-custom-white);
}

.polymer-pricing__subtitle {
  font-size: 20px;
  opacity: 0.85;
  margin-bottom: 50px;
  color: var(--color-custom-blue);
}

.polymer-pricing__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 50px 40px;
  backdrop-filter: blur(6px);
}

.polymer-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}

.polymer-pricing__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.polymer-pricing__col .label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.old-price {
  font-size: 36px;
  text-decoration: line-through;
  opacity: 0.6;
  line-height: 1;
}

.discount {
  font-size: 48px;
  font-weight: 400;
  color: var(--color-custom-yellow);
  line-height: 1;
}

.custom-discount {
 color: var(--color-custom-yellow);
}

.custom-your-price {
color: #7cffc4;
}

.new-price {
  font-size: 48px;
  font-weight: 400;
  color: #7cffc4;
  line-height: 1;
}

.meta {
  font-size: 14px;
  opacity: 0.85;
}

.polymer-pricing__col.highlight {
  border-left: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.25);
  padding: 0 20px;
}

.polymer-pricing__cta {
  margin-top: 40px;
}

.pricing-btn {
  display: inline-flex;
  align-items: center;     /* ✅ vertical center */
  gap: 10px;               /* ✅ space between text & icon */

  padding: 14px 28px;
  font-size: 16px;

  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.pricing-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.pricing-btn {
  background: #1e63ff;
  color: #ffffff;
  padding: 16px 45px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.pricing-btn:hover {
  opacity: 0.9;
}



/* ===============================
   Complete Collection Titles
================================ */

.polymer-titles {
  padding: 80px 20px;
  background: #ffffff;
}

.polymer-titles__container {
  max-width: 900px;
  margin: 0 auto;
}

.polymer-titles__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.polymer-titles__card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 36px 40px;
}

.polymer-titles__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.polymer-titles__list li {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;      /* ✅ gap between icon & text */
  flex-shrink: 0;
}

.title-icon svg {
  width: 20px;
  height: 20px;
  color: #1e63ff;
}

.polymer-titles__list li.highlight .title-svg {
  color: #22c55e;          /* green version */
}

.polymer-titles__list a {
  color: #1e63ff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
}

.polymer-titles__list a:hover {
  text-decoration: underline;
}

.title-link {
  color: #1e63ff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
}

/* Hover icon default (hidden) */
.hover-icon {
  margin-left: auto;              /* 🔥 KEY LINE */
  display: flex;
  align-items: center;

  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}

.hover-icon svg {
  width: 16px;
  height: 16px;
  color: #1e63ff;
}

/* Show icon on hover */
.title-link:hover .hover-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: remove underline on hover */
.polymer-titles__list a:hover {
  text-decoration: none;
}

/* show icon when hovering anywhere on the row */
.polymer-titles__list li:hover .hover-icon {
  opacity: 1;
  transform: translateX(0);
}

/* highlighted text color */
.title-item.highlight .title-link {
  color: green;
 
}

/* highlighted icon color */
.title-item.highlight .title-icon svg,
.title-item.highlight .hover-icon svg {
  color: green;
}

/* ===============================
   Final Call To Action
================================ */

.polymer-final-cta {
  padding: 120px 20px;
  background: linear-gradient(135deg, #1C398E 0%, #0F172B 50%, #1C398E 100%);
  color: #ffffff;
  text-align: center;
}

.polymer-final-cta__container {
  max-width: 900px;
  margin: 0 auto;
}

.polymer-final-cta__title {
  font-size: 38px;
  margin-bottom: 18px;
  color: #fff;
}

.polymer-final-cta__subtitle {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 760px;
  margin: 0 auto 40px;
  color: var(--color-custom-blue);
}

.polymer-final-cta__button button {
  background: #1e63ff;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.polymer-final-cta__button button:hover {
  opacity: 0.9;
}

.polymer-final-cta__contact {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.85;
  color: oklch(0.882 0.059 254.128);
}

.polymer-final-cta__contact a {
  color: oklch(0.882 0.059 254.128);
  text-decoration: underline;
}

/* ===============================
   Format Selection Modal
================================ */

.format-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.format-modal.active {
  display: block;
}

.format-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 23, 52, 0.85);
}

.format-modal__content {
  position: relative;
  max-width: 860px;
  margin: 8vh auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  text-align: left;
  z-index: 2;
}

.format-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.format-modal h2 {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.format-modal__subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

.format-modal__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 30px;
}

.format-option {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px 25px 40px 25px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.format-option:hover {
  border-color: #1e63ff;
  box-shadow: 0 10px 25px rgba(30, 99, 255, 0.15);
}

.format-option__icon {
  font-size: 32px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.format-option__box {
  display: flex;
  align-items: flex-start;   /* icon aligns nicely with text */
  gap: 16px;
}

.format-option h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.format-option p {
  font-size: 14px;
  color: #555;
   margin-bottom: 14px; 
}

.format-option__price {
	font-size: 30px;
	font-weight: 400;
	color: #1e63ff;
}

.format-modal__contact {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.format-modal__contact a {
  color: #1e63ff;
}



/******************** Mobile Responsiveness start ************************/

@media (max-width: 1024px) {
{% comment %} banner {% endcomment %}
.polymer-hero h1 {
	font-size: 48px;
}
{% comment %} Polymer designe {% endcomment %}
  .polymer-designed__grid {
    grid-template-columns: repeat(2, 1fr);
  }

/* the designed sectin */
  .polymer-designed {
    padding: 0px 20px 60px 20px;
}

/* titles */
 .polymer-titles {
	padding: 60px 20px;
}

}

/* Responsive 900 */
@media (max-width: 900px) {
  .polymer-pricing__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .polymer-pricing__col.highlight {
    border: none;
    padding: 0;
  }
}

@media (max-width: 768px) {

/* banner */
 .polymer-hero h1 {
	font-size: 36px;
}

    .polymer-hero__content {
	padding: 60px 20px 60px 20px;
}
  {% comment %} banner button {% endcomment %}
  .polymer-hero__buttons {
    flex-direction: column;
  }

  .polymer-hero__buttons .btn-primary,
  .polymer-hero__buttons .btn-secondary {
    width: 100%;
  }

.polymer-hero .btn-primary,
.polymer-hero .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

  /* Polymer about */
   .polymer-about {
	padding: 60px 0px;
}
   .polymer-about__title {
	font-size: 30px;
}
  .polymer-about__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .polymer-about__card {
    padding: 28px;
  }

  {% comment %} banner pop up {% endcomment %}
   .format-modal h2 {
	font-size: 30px;
}

  {% comment %} polymer challanges {% endcomment %}
   .polymer-challenge {
	padding: 60px 20px;
}
   .polymer-challenge__title {
	font-size: 30px;
}
   .polymer-challenge__grid {
    grid-template-columns: 1fr;
  }

  .polymer-challenge__card {
    padding: 28px;
  }

  {% comment %} designed section {% endcomment %}
   .polymer-designed__grid {
  grid-template-columns: 1fr;
}

   .polymer-designed__title {
	font-size: 30px;
}

{% comment %} pricing section {% endcomment %}
 .polymer-pricing {
	padding: 60px 20px;
}
 .polymer-pricing__title {
	font-size: 30px;
}

.label {
	font-weight: unset;
  opacity: unset;
}

{% comment %} titles section {% endcomment %}

 .polymer-titles__title {
	font-size: 30px;
}

{% comment %} final cta section {% endcomment %}
 .polymer-final-cta__title {
	font-size: 30px;
}
}

/* Responsive 700 */
@media (max-width: 700px) {

  .format-modal__options {
    grid-template-columns: 1fr;
  }

  .format-modal__content {
    margin: 5vh 16px;
    padding: 30px 20px;
  }
  {% comment %} titles {% endcomment %}
   .polymer-titles__card {
	padding: 36px 20px;
}
}

@media (max-width: 600px) {

  {% comment %} polymer tital card {% endcomment %}
   .polymer-titles__card {
    padding: 24px;
  }

  .polymer-titles__title {
    font-size: 28px;
  }

  {% comment %} polymer final cta {% endcomment %}
    .polymer-final-cta__title {
    font-size: 30px;
  }

  .polymer-final-cta {
    padding: 80px 20px;
  }
}