/** Shopify CDN: Minification failed

Line 665:14 Expected identifier but found whitespace
Line 948:10 Expected ":"

**/

 @font-face {
    font-family: 'circular-medium';
  src: url('https://cdn.shopify.com/s/files/1/0761/8995/8426/files/circular-medium.woff?v=1728900009') format('woff');
  }
.panda-renewal-hero {
  background:url("/cdn/shop/files/renewal-bg.png?v=1767769072"),  #0f0f0f;
  color: #ffffff;
  overflow: hidden;
  background-size:cover;
  background-position:center;
}

/* Top Bar */
.panda-renewal-hero-bar {
  background: #D1E629;
  color: #000;
  font-family: 'circular-medium' !important; 
  text-align: center;
  padding:  22.5px; 
  font-size: 20px;
}
.panda-renewal-hero-bar  span{
  background:white;
  font-family: 'circular-medium' !important; 
  border-radius:50px;
  padding:12px;
}
/* Inner Layout */
.panda-renewal-hero-inner {
  display: flex;  align-items: end;
  justify-content: space-between; 
  gap: 40px;
}

/* Images */
.panda-renewal-hero .hero-image img { 
  width: 100%;
}


/* Content */
.panda-renewal-hero .hero-content {
  max-width: 640px;
  padding:178px 0 285px;
}

.panda-renewal-hero .hero-content h1 {
  font-size: 65px; 
  font-family: 'circular-medium' !important; 
  color:white;
  margin-bottom: 20px;
}

.panda-renewal-hero .hero-content p {
  font-size: 18px;
  font-family:"manrope" !important;
  line-height: 1.6;
}

/* Button */
.panda-renewal-hero .hero-btn {
  display: inline-block;
  margin-top: 24px;
  background: #D1E629;
  color: #000;
  padding: 12px 32px;
  font-weight: 500;
  font-size:18px;
  text-decoration: none;
  border-radius: 5px;
}
.renewal-membership-section {
  background: #000;
  padding: 120px 0;
  color: #fff;
}

.renewal-membership-section .container {
  max-width: 1530px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.renewal-membership-section h2 {
  font-size: 50px;
  font-family: 'circular-medium' !important; 
color:white;
  margin-bottom: 10px;
  text-align: center;
  margin-top:0;

}

/* Subtitle */
.renewal-membership-section .subtitle { 
  margin: 0 auto 50px;
  font-size: 18px;
  font-family:manrope !important;
  color: #fff;
  text-align: center;

}

/* Cards Grid */
.renewal-membership-section .cards {
  display: flex;
  flex-wrap:wrap;

  gap: 30px;
}

/* Card */
.renewal-membership-section .card {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  text-align: left;
  width:calc(100%/3 - 20px);
}

/* Wide cards */
.renewal-membership-section .card.wide { 
  width:calc(100%/2 - 15px);

}

/* Icon wrapper */
.renewal-membership-section .icon {
  width: 50px;
  height: auto;
  margin-bottom: 30px;
}

/* Icon image */
.renewal-membership-section .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Card title */
.renewal-membership-section .card h3 {
  font-size: 24px;
  font-weight:600;
font-family:'manrope' !important;
  margin-bottom: 8px;
  color:black;
}

/* Card text */
.renewal-membership-section .card p {
font-family:'manrope' !important;
  font-size: 18px;
  color: #000;
  margin-bottom:0;
  line-height: 1.6;
}

 
.main-container {
    max-width: 1530px;
    margin: 0 auto;
}

.how-it-works {
    padding: 120px 0;
    background-color: #ffffff;
}

.how-it-works .header {
    display: flex;
    flex-direction: column;
}

.how-it-works .how-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}

/* Left content */
.how-it-works .title {
    font-size: 50px; 
    margin-bottom: 20px;
  font-family: 'circular-medium' !important; 

    color:black;
}

.how-it-works .how-subtitle {
    font-size: 18px;
    color: #000;
    max-width: 750px;
    line-height: 30px;
  font-family: 'manrope' !important; 
    margin-bottom: 46px;
}

.how-it-works .how-left {
    max-width: 750px;
}

.how-it-works .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  font-family: 'manrope' !important; 

}

.how-it-works .step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e9e8e8;
    position: relative;
    overflow: hidden;
}

.how-it-works .step-card img {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100px;
    height: 100px;
}

.how-it-works .step-wide {
    grid-column: span 2;
}

.how-it-works .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
  font-family: 'manrope' !important; 
    font-size: 30px;
    border-radius: 50%;
    background: #f2f2f2;
    font-weight: 600;
    margin-bottom: 35px;
    color:#000;
}

.how-it-works .step-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    width: 165px;
    font-weight: 500;
    color: #000000;
    line-height: 34px;
    margin-top:0;
}

.how-it-works .step-card p {
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    width: 300px;
    font-weight:300;
    margin:0;
}

/* Right image */
.how-it-works .how-right {
    border-radius: 20px;
    overflow: hidden;
    width: 750px;
}

.how-it-works .how-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gift Section */
.gift-section {
  padding: 00px 00px 120px;
  background: #ffffff;
  max-width:1530px;
  margin:0 auto;
}

.gift-title {
  font-size: 50px; 
    margin-bottom: 50px;
  font-family: 'circular-medium' !important; 
text-align:center;
    color:black;
}

/* Grid */
.gift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.gift-card {
  background: #fff;
  border-radius: 20px; 
  border:1px solid #E9E8E8;
  display: flex;
  flex-direction: column;
  transition:0.3s;
}
.gift-card:hover{
  box-shadow: 0px 10px 140px 0px #00000012;
  border:1px solid transparent;

}
.gift-card img { 
  border-radius:20px 20px 0 0;
  margin-bottom: 0;
  width: 100%;
  height: 290px;
  object-fit: contain;
  object-position: center;
}
.gift-content{
  padding:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 100%;
}

.gift-card h3 {
  font-size: 20px;
  font-family: 'circular-medium' !important; 
color:black;
  margin-bottom: 15px;
}

.gift-card p {
  font-family: 'Manrope' !important; 
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}

/* Button */
button.gift-btn {
  margin-top: auto;
  align-self: flex-start;
  background:#D1E629;
  color: #000;
padding: 18px 60px;
  font-size: 18px;  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  display: block;
  width: fit-content;
  border:1px solid transparent;
  height: auto !important;
  text-transform: capitalize;
}
.gift-btn:hover, button.gift-btn:hover{ 
  color:black;
}
a.gift-btn{
 margin-top: auto;
  align-self: flex-start;
  background:#D1E629;
  color: #000;
padding:  8px 30px;
  font-size: 18px;  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  display: block;
  width: fit-content;
  height: auto !important;
  text-transform: capitalize;

}
.testimonial-section {
    padding: 120px 0;
    background: #ffffff;
    text-align: center;
    width: 1530px;
    margin: 0 auto;
}

.testimonial-title {
    font-family: "circular-medium" !important;
    font-size: 50px;
    line-height: 100%;
    color:black;
    margin-bottom: 20px;
    margin-top:0;
}

.testimonial-subtitle {
    font-family: "Manrope" !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    height: 409px;
}

.testimonial-card {
    border: 1px solid #e9e8e8;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-text {
    font-family: Manrope !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
}

.testimonial-card h4 {
    font-family: Manrope  !important;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.testimonial-card span {
    font-family: Manrope  !important;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}
.hero-footer {
    background: url("/cdn/shop/files/background.png?v=1767783588") no-repeat center;
    background-size: cover;
    height: 565px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-footer .hero-footer-container {
    max-width: 896px;
    width: 100%;
    text-align: center;
    color: white;
}

.hero-footer .hero-footer-container .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-footer .hero-footer-container .renewTitle {
    font-family: "Circular-medium" !important; 
    font-size: 50px;
    color:white;
    margin:0;
}

.hero-footer .hero-footer-container .description {
    font-family: "Manrope" !important;
    font-weight: 300;
    font-size: 18px;
    color:white;
    margin:0;
    line-height: 30px;
}

.hero-footer .hero-footer-container .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    padding: 11.5px 46px;
    text-decoration: none;
    color: #000000;
    background: #d1e629;
    width: fit-content;
    border-radius: 5px;
    margin: 0 auto;
}
 
/* Responsive */
@media (max-width: 991px) {
  
 .renewal-membership-section .cards {
    grid-template-columns: 1fr;
  }

  .renewal-membership-section .card.wide {
    grid-column: span 1;
  }

  .renewal-membership-section h2 {
    font-size: 28px;
  }
    .how-it-works .how-container {
        grid-template-columns: 1fr;
    }

    .how-it-works .steps {
        grid-template-columns: 1fr;
    }

    .how-it-works .step-wide {
        grid-column: span 1;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .panda-renewal-hero .hero-content{
    padding:5.389vw 0 14.008vw;
  }
  .main-container, .gift-section, .renewal-membership-section .container, .testimonial-section{
    max-width:85%;
  }
  .how-it-works .title, .gift-title, .renewal-membership-section h2, .testimonial-title{
       font-size: 3.1944444444444446vw;
  }
  .how-it-works .step-card{
    padding: 1.3888888888888888vw;
  }
  .how-it-works .step-card p{
    width:auto;
  }
  .how-it-works .how-left{
    max-width: 48.611111111111114vw;
  }
.how-it-works .how-right{
      width: 43.75vw;
  }
  .how-it-works .step-card h3{
    font-size:1.6666666666666667vw;
  }
  .how-it-works .how-left{

  }
  .panda-renewal-hero .hero-content h1{
    font-size:4.166666666666667vw;
  }
    .hero-footer .hero-footer-container {
        max-width: 62.22222222222222vw;
    }

    .hero-footer .hero-footer-container .info {
        gap: 2.0833333333333335vw;
    }

    .hero-footer .hero-footer-container .renewTitle {
        font-size: 3.4722222222222223vw;
    }

    .hero-footer .hero-footer-container .description {
        font-size: 1.25vw;
        line-height: 2.0833333333333335vw;
    }

    .hero-footer .hero-footer-container .btn {
        font-size: 1.25vw;
        line-height: 2.013888888888889vw;
        padding: 0.7986111111111112vw 3.1944444444444446vw; 
    }

    .hero-footer {
        height: 565px;
    }
     .testimonial-section {
        padding: 8.333333333333334vw 20px;
        width: 100%;
    }

    .testimonial-title {
        font-size: 3.4722222222222223vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .testimonial-subtitle {
        font-size: 1.25vw;
        line-height: 2.0833333333333335vw;
        margin-bottom: 3.4722222222222223vw;
    }

    .testimonial-grid {
        gap: 2.0833333333333335vw;
    }

    .testimonial-card {
        padding: 2.0833333333333335vw;
    }

    .avatar {
        width: 4.861111111111111vw;
        height: 4.861111111111111vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .testimonial-text {
        font-size: 1.1111111111111112vw;
        line-height: 2.1527777777777777vw;
    }

    .testimonial-card h4 {
        font-size: 1.6666666666666667vw;
        margin-bottom: 0.6944444444444444vw;
    }

    .testimonial-card span {
        font-size: 1.1111111111111112vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-footer {
        height: 460px;
        padding: 0 24px;
        background-position: center;
    }
    .main-container, .gift-section, .renewal-membership-section .container, .testimonial-section{
    max-width:90%;

  }
.how-it-works .how-left, .how-it-works .how-right{
width:100%;
max-width:100%;
}
.how-it-works .title, .gift-title{
  font-size:40px;
}.gift-grid { 
  grid-template-columns: repeat(2, 1fr); 
}.gift-section{
  padding-bottom: 80px;
}
.how-it-works. .renewal-membership-section{
  padding:80px 0;
}.renewal-membership-section .card {
  background: #fff;
  color: #000;
  padding: 20px;
}
.testimonial-grid{
      grid-template-columns: repeat(3, 1fr);
}

    .hero-footer .hero-footer-container {
        max-width: 720px;
    }

    .hero-footer .hero-footer-container .info {
        gap: 20px;
    }

    .hero-footer .hero-footer-container .renewTitle {
        font-size: 36px;
        line-height: 44px;
    }

    .hero-footer .hero-footer-container .description {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-footer .hero-footer-container .btn {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 36px; 
    }
    .testimonial-section {
        width: 100%;
        padding: 80px 20px;
    }

    .testimonial-title {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    .testimonial-subtitle {
        font-size: 16px;
        line-height: 26px;
        max-width: 700px;
        margin-bottom: 40px;
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        height: auto;
    }

    .testimonial-card {
        padding: 20px;
        height: auto;
    }
 

    .avatar {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 28px;
    }

    .testimonial-card h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .testimonial-card span {
        font-size: 14px;
    }
    .panda-renewal-hero-bar span{
    padding: 10px;
}
.panda-renewal-hero-bar span { 
  padding: 6px;
  font-size: 13px;
} .panda-renewal-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
      align-items: center;
  }
.panda-renewal-hero-bar { 
  padding: 14px;
  font-size: 14px;
  line-height: 2;
}
.hero-image.left {
  display:none;
}
.panda-renewal-hero{
  background-size: auto;
  background-position: left;
}
.panda-renewal-hero .hero-content {
    max-width: 100%;
    padding: 38px 20px 30px;
  }
  .panda-renewal-hero .hero-content p {
  font-size: 18px;
  margin:0;

  }
  .panda-renewal-hero .hero-btn{
    padding: 9px 26px; 
  font-size: 16px;
  }
  .panda-renewal-hero .hero-content h1 {
  font-size: 45px;
  margin-bottom:15px;
  }
  .panda-renewal-hero .hero-image img{
    width:240px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .gift-card img { 
  height: 250px;  
}
.panda-renewal-hero-bar span{
    padding: 10px;
}
.panda-renewal-hero-bar span { 
  padding: 6px;
  font-size: 13px;
} .panda-renewal-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
      align-items: center;
  }
.panda-renewal-hero-bar { 
  padding: 14px;
  font-size: 14px;
  line-height: 2;
}
.hero-image.left {
  display:none;
}
.panda-renewal-hero{
  background-size: auto;
  background-position: left;
}
.panda-renewal-hero .hero-content {
    max-width: 100%;
    padding: 38px 20px 30px;
  }
  .panda-renewal-hero .hero-content p {
  font-size: 14px;
  margin:0;

  }
  .panda-renewal-hero .hero-btn{
    padding: 9px 26px; 
  font-size: 16px;
  }
  .panda-renewal-hero .hero-content h1 {
  font-size: 32px;
  margin-bottom:15px;
  }
  .panda-renewal-hero .hero-image img{
    width:240px;
  }
    .hero-footer {
        height: auto;
        min-height: 420px;
        padding: 40px 15px;
        background-position: center;
    }

    .hero-footer .hero-footer-container {
        max-width: 100%;
        padding: 0;
    }

    .hero-footer .hero-footer-container .info {
        gap: 20px;
    }

    .hero-footer .hero-footer-container .renewTitle {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-footer .hero-footer-container .description {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-footer .hero-footer-container .btn {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 12px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .how-it-works {
        padding: 50px 0;
    }

   .how-it-works .how-container,
   .how-it-works .header {
        padding: 0 16px;
    }

    .how-it-works .how-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

   .how-it-works .title , .gift-title{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

   .how-it-works .how-subtitle {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 30px;
    }

   .how-it-works .how-left,
   .how-it-works .how-right {
        max-width: 100%;
        width:100%;
    }

    /* Steps */
   .how-it-works .steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
 
.main-container{
    max-width:100%;
}
  .how-it-works  .step-card {
        padding: 20px;
        border-radius: 14px;
    }

   

   .how-it-works .step-number {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 20px;
    }

   .how-it-works .step-card h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        width: 100%;
    }

   .how-it-works .step-card p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }
    .gift-section{
      padding: 0 20px 50px;
    }
    .gift-title{
      font
    }
.gift-grid { 
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}
.gift-title{
  margin-bottom:25px;
}
    /* Right image */
    .how-right {
        border-radius: 14px;
    }

    .gift-content {
  padding: 15px;
}.gift-card h3 {
  font-size: 18px;
    margin-bottom: 10px;
}
.gift-card p { 
  font-size: 14px;
}
button.gift-btn { 
  align-self:center;  
  padding:15px 30px;
  font-size: 16px;   
  width: 100%;
  text-align: center;
}
a.gift-btn { 
  align-self:center;  
  padding:8px 30px;
  font-size: 16px;   
  width: 100%;
  text-align: center;
}
.renewal-membership-section{
  padding:50px 20px;
}
.renewal-membership-section .subtitle {
  margin: 0 auto 30px;
  font-size: 14px;
}
.renewal-membership-section .card{
  width:calc(100%/2 - 8px);
    padding: 15px;
      border-radius: 10px;
}
.renewal-membership-section .card h3 {
  font-size: 18px;
}
.renewal-membership-section .card p {
  font-family: 'manrope' !important;
  font-size: 14px;
}
.renewal-membership-section .icon {
  width: 40px;
  height: auto;
  margin-bottom: 11px;
}
.renewal-membership-section .cards { 
  gap: 15px;
}
.faqSection.renewal{
  padding-top:50px;
}
.testimonial-section {
        width: 100%;
        padding: 50px 16px;
        margin: 0 auto;
    }

    .testimonial-title {
        font-size: 28px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .testimonial-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }

    .testimonial-card {
        padding: 20px;
        height: auto;
    }

    .avatar {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 26px;
    }

    .testimonial-card h4 {
        font-size: 18px;
        margin-bottom: 6px;

    }

    .testimonial-card span {
        font-size: 13px;
    }
}
