/** Shopify CDN: Minification failed

Line 157:6 Expected ":"

**/
#shopify-section-template--26103385948459__new_claim_section_phanQK {
    margin-top: 0;
}
.claim-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #c55189 0%, #FFFFFF 100%);
}

.claim-section .page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.claim-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.claim-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.polaroid-image {
  position: absolute;
  pointer-events: auto;
}

.polaroid-frame {
  background: #f17fb1;
  padding: 12px 12px 40px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: rotate(0deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.polaroid-image:hover .polaroid-frame {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transform: rotate(0deg) scale(1.05);
}

.polaroid-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* Positioning for 4 polaroid images */
.polaroid-1 {
  top: 5%;
  left: 8%;
  width: 200px;
  animation: float 6s ease-in-out infinite;
}

.polaroid-1 .polaroid-frame {
  transform: rotate(-8deg);
}

.polaroid-2 {
  top: 50%;
  left: 2%;
  width: 240px;
  animation: float 7s ease-in-out infinite;
  animation-delay: 1s;
}

.polaroid-2 .polaroid-frame {
  transform: rotate(-12deg);
}

.polaroid-3 {
  top: 10%;
  right: 8%;
  width: 220px;
  animation: float 6.5s ease-in-out infinite;
  animation-delay: 2s;
}

.polaroid-3 .polaroid-frame {
  transform: rotate(10deg);
}

.polaroid-4 {
  top: 55%;
  right: 5%;
  width: 210px;
  animation: float 7.5s ease-in-out infinite;
  animation-delay: 3s;
}

.polaroid-4 .polaroid-frame {
  transform: rotate(15deg);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Main Content */
.claim-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
}

.claim-icon {
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.claim-icon svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.claim-heading {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 24px 0;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.heading-light {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 2px;
  font
}

.heading-bold {
  color: #2D2D2D;
  font-weight: 800;
  letter-spacing: 1px;
}

.claim-description {
  font-size: 16px;
  line-height: 1.6;
  color: #2D2D2D;
  margin: 0 0 32px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.claim-button-wrapper {
  margin-bottom: 28px;
}

.claim-button {
  display: inline-block;
  background: #2D2D2D;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px 60px;
  border-radius: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 2px solid #2D2D2D;
  width:100%;
}

.claim-button:hover {
  background: #1A1A1A;
  border-color: #1A1A1A;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.claim-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #2D2D2D;
  font-weight: 500;
  background:none;
}

.feature-item svg {
  flex-shrink: 0;
  color: #2D2D2D;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .polaroid-1 {
    width: 180px;
    left: 5%;
  }

  .polaroid-2 {
    width: 200px;
    left: 1%;
  }

  .polaroid-3 {
    width: 190px;
    right: 5%;
  }

  .polaroid-4 {
    width: 180px;
    right: 2%;
  }
}

@media screen and (max-width: 990px) {
  .claim-heading {
    font-size: 44px;
  }

  .polaroid-1,
  .polaroid-2 {
    left: -5%;
  }

  .polaroid-3,
  .polaroid-4 {
    right: -5%;
  }

  .claim-content {
    max-width: 600px;
  }
}

@media screen and (max-width: 749px) {
  .claim-container {
    min-height: 400px;
  }

  .claim-heading {
    font-size: 32px;
    flex-direction: column;
    gap: 4px;
  }

  .claim-description {
    font-size: 14px;
  }

  .claim-button {
    padding: 16px 48px;
    font-size: 14px;
  }

  .claim-features {
    gap: 20px;
    flex-direction: column;
  }

  .feature-item {
    font-size: 14px;
  }

  /* Simplify polaroid positioning on mobile */
  .polaroid-1 {
    top: 2%;
    left: -10%;
    width: 120px;
    opacity: 0.7;
  }

  .polaroid-2 {
    top: 50%;
    left: -15%;
    width: 130px;
    opacity: 0.6;
  }

  .polaroid-3 {
    top: 5%;
    right: -10%;
    width: 125px;
    opacity: 0.7;
  }

  .polaroid-4 {
    top: 55%;
    right: -15%;
    width: 120px;
    opacity: 0.6;
  }

  .polaroid-frame {
    padding: 8px 8px 28px 8px;
  }
}

@media screen and (max-width: 480px) {
  .claim-heading {
    font-size: 28px;
  }

  .heading-light {
    letter-spacing: 1px;
  }

  .claim-icon svg {
    width: 48px;
    height: 48px;
  }

  .claim-button {
    width: 100%;
    max-width: 300px;
  }

  .polaroid-1,
  .polaroid-2,
  .polaroid-3,
  .polaroid-4 {
    width: 100px;
  }
}
