@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


body{
  font-family: "Libre Franklin";
}

.collection-banner {
    width: 100%;
    margin: 0px 0px;  /* Remove unwanted margins */
    padding: 0;
    position:relative;
}

.collection-banner .banner-img {
    width: 100%;
    height: auto; /* Ensures the aspect ratio is maintained */
    display: block;
    object-fit: cover; /* Ensures full coverage without stretching */
}
/* Base styling for our collection section */
.for-you-collection {
    padding: 40px 0;
    background: #fff;
  }

  .for-you-collection .container {
    width: 100%;
    max-width: 1800px;
    margin: 0px auto;
    padding: 0 15px;

  }

  .for-you-collection .card-wrapper {
    width: 100%;
    margin: 0px 60px 35px auto;
    padding:20px 10px;
    overflow: hidden;


  }

  /* Header area with title and arrow icons */
  .for-you-collection .card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  
  }
  .for-you-collection .head-content h3 {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #000000;
    margin:0;
  }
  .for-you-collection  .head-content p {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 60px;
display: flex;
align-items: center;
color: #000000;
margin:0;



  }

  .for-you-collection .swiper-arrow {
    display: flex;
    gap: 10px;
}

.for-you-collection .swiper-arrow img {
    width: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* .swiper-arrow img:hover {
    transform: scale(1.1);
} */
  /* Card List styling using Swiper classes */
  .for-you-collection .card-list {
    list-style: none;
    margin: 0;
    padding: 0;
   display:flex;
    /* gap: 10px; */
  }
  .for-you-collection .card-item {
      width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .for-you-collection .card-link {
    user-select: none;
    display: block;
    
   
  }
  .for-you-collection .card-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }
  .for-you-collection .card-item img:hover {
    transform: scale(1.02);
  }

  
  .deals-section {
    padding: 40px 0;
    background: #fff;
  }

  .deals-section .container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .deals-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /* margin-left:30px; */
  }
  .deals-heading .head-content h3 {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #000000;
    margin:0;
  }
  .deals-heading .head-content p {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #000000;
    margin:0;
    

  }
  .deals-arrow {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .deals-arrow img {
    width: 40px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .deals-arrow img:hover {
    transform: scale(1.1);
  }
  .deals-card-wrapper {
    width: 100%;
    margin: 0px 60px 35px auto;
    padding:20px 10px;
    overflow: hidden;
  }
  .deals-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
   display:flex;

  }
  .deals-card-item {
    width:100%;
    max-width:575px;
    background:rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
  }
  .deals-card-item .card-link {
    display: block;
    user-select: none;
  }
  .deals-card-item img {
    width: 100%;
    max-height:371.86px;
    border-radius: 5px;

  }
  .deals-card-item:hover {
    transform: scale(1.02);
  }
  .deals-card-item h4 {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
  }
  .deals-card-item .sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;

  }
  .deals-card-item .sublist ul li{
   padding:50px 0px;
   font-family: 'Libre Franklin';
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 9px;
   display: flex;
   align-items: center;
   color: #696969;
  
  }
  

  /* New styles to align left-content (left) and right-content (right) */
  .deals-card-item .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding:15px;
    
  }
  .deals-card-item .left-content {
    text-align: left;
    flex: 1;
  }

  .deals-card-item .left-content h4{
    margin: 10px auto;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #000000;
    

  }
  
  .deals-card-item .right-content {
    margin-right: 20px;
    max-width:180px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    margin-top:-100px;
    border-radius: 10px;
    padding: 10px;
    flex: 1;
    /* Removed margin-top to prevent overlap with the image */
  }

  .deals-card-item.highlight{
    color: #2762A3;
    font-weight: bold;
  }

  .deals-card-item .deals-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .deals-card-item .swiper-pagination,
  .deals-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }


  /* Mobile responsiveness for For-You Collection and Deals Section */
  @media (max-width: 768px) {
    /* Collection Section adjustments */
    .for-you-collection .card-list .swiper-wrapper {
      display: flex !important;
      gap: 15px;
      scroll-behavior: smooth;
      padding-bottom: 15px;
      margin-bottom:30px;
      
    
    }
    .for-you-collection .card-item.swiper-slide {
      min-width: 380px;
      flex: none;
    }
    .for-you-collection .card-heading,
    .for-you-collection .head-content {
      text-align: center;
      flex-direction: column;
      
    }
    .deals-card-item .left-content h4{
      margin: 10px auto;
      font-family: 'Libre Franklin';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 12px;
      display: flex;
      align-items: center;
      color: #000000;
      
  
    }
    .deals-card-item .right-content {
      max-width:140px;
    }

    /* Deals Section adjustments */
    .deals-section .deals-heading {
      flex-direction: column;
      text-align: center;
    }
    .deals-section .deals-card-list {
      display: flex;
      gap: 15px;
      scroll-behavior: smooth;
      padding-bottom: 15px;
      margin-bottom:30px;
    }
    .deals-section .deals-card-item {
      min-width: 370px;
      flex: none;
    }
    .deals-card-item .swiper-pagination {
      margin-top: 30px;
      font-size: 0.9rem; 
    }
    .deals-card-item .deals-pagination {
      margin-top: 30px;
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 768px) {
    /* For Collection Section */
    .card-wrapper {
      margin: 0 auto;
      margin-bottom:30px;
    }
    /* For Deals Section */
    .deals-card-wrapper {
      margin: 0 auto;
      padding: 10px;
      margin-bottom:30px;
    }
    .swiper-pagination {
      margin-top: 30px;
      font-size: 0.9rem; 
    }
    .deals-pagination {
      margin-top: 30px;
      font-size: 0.9rem;
    }
  }


  
  .this-week-section {
    padding: 40px 0;
    background: #fff;
}
.this-week-section .container {
    width: 100%;
    max-width:1800px;
    margin: 0 auto;
    padding: 0 15px;
}
.this-week-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    
}
.this-week-heading .head-content h3 {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #000000;
  margin:0;
}
.this-week-heading .head-content p {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #000000;
  margin:0;

}
.this-week-arrow {
    display: flex;
    gap: 10px;
    align-items: center;
}
.this-week-arrow img {
    width: 40px;
    cursor: pointer;
    transition: transform 0.3s;
}
.this-week-arrow img:hover {
    transform: scale(1.1);
}
.this-week-card-wrapper {
    width: 100%;
    margin: 0px 60px 35px auto;
    padding: 20px 10px;
    overflow: hidden;
}
.this-week-card-list {
    list-style: none;
    display: flex;
    /* gap: 10px; */
    padding: 0;
    margin: 0;
}
.this-week-card-item {
  width:100%;
  max-width:575px;
  background:rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.this-week-card-item .card-link {
    display: block;
    user-select: none;
}
.this-week-card-item img {
    width: 100%;
    max-height:371.86px;
    border-radius: 5px;
}
.this-week-card-item:hover {
    transform: scale(1.02);
}
.this-week-card-item h4 {
    margin: 10px 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
        color: #000000;
}
.this-week-card-item .sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    color: #696969;
}
.this-week-card-item .sublist ul li{

  padding:20px 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 9px;


}
.this-week-card-item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding:15px;
}
.this-week-card-item .left-content {
    text-align: left;
    flex: 1;
}
.this-week-card-item .left-content h4{
  margin: 10px 0 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #000000;

}
.this-week-card-item .right-content {
    margin-right: 20px;
    max-width:180px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    margin-top:-100px;
    border-radius: 10px;
    padding: 10px;
    flex: 1;
}
.highlight {
    color: #2762A3;
    font-weight: bold;
}
.this-week-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.this-week-card-item .rating {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .this-week-card-item .rating .fas{
    color:#F4D03F;

  }
/* Responsive */
@media (max-width: 768px) {
    .this-week-heading {
        flex-direction: column;
        text-align: center;
    }
    .this-week-card-list {
      
        display: flex;
        gap: 10px;
        scroll-behavior: smooth;
        padding-bottom: 15px;
    }
    .this-week-card-item {
        min-width: 250px;
        flex: none;
    }
}
.swim-banner {
    padding: 20px 0;
}
.swim-banner .container { 
  max-width: 1800px;
}
.swim-banner .swim-img { 
width: 100%; 

justify-content: center;
align-items: center;
display: flex;
height: auto;
}
.collection-footer {
width: 100%;
margin: 0px 0px;  /* Remove unwanted margins */
padding: 0;
position:relative;
}

.collection-footer .footer-img {
width: 100%;
height: auto; /* Ensures the aspect ratio is maintained */
display: block;
object-fit: cover; /* Ensures full coverage without stretching */
}

.deals-card-item .rating {
position: absolute;
bottom: 10px;
right: 10px;
}
.deals-card-item .rating .fas{
color:#F4D03F;

}



.unlimited-deals {
  padding: 40px 0;
  background: #fff;
}

.unlimited-deals .container {
  width: 100%;
  max-width:1800px;
  margin: 0 auto;
  padding: 0 15px;
}

.unlimited-deals-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left:30px;
}

.unlimited-deals-heading .head-content h3 {
  font-size: 34px;
  margin: 0;
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  display: flex;
}

.unlimited-arrow img {
  width: 40px;
  cursor: pointer;
  transition: transform 0.3s;
}

.unlimited-arrow img:hover {
  transform: scale(1.1);
}

/* .unlimited-wrapper {
  width: 100%;
  margin: 10px 10px;
} */

.unlimited-deals .unlimited-card-item {
  display: flex;
  max-width: 500px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  padding: 0;
  margin: 0;
}

.unlimited-deals .unlimited-card-item img {
  width: 275.2px;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.unlimited-deals .card-content {
  flex-grow: 1;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.unlimited-deals .card-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.unlimited-deals .card-content p {
  font-size: 14px;
  color: gray;
}

.unlimited-card-item .rating {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
  color: black;
  display: flex;
  align-items: center;
}

.unlimited-deals .rating span {
  margin-left: 5px;
  color: gold;
}

.unlimited-deals .button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 8px 15px;
  background: white;
  color: #007bff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #007bff;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .unlimited-deals {
     max-width: 100%;
     align-items: flex-start;
  }

  .unlimited-deals .unlimited-card-item img {
     width: 180px;
     height: 200px;
  }


}