img {
  max-width: 100%;
}
a.button,
button {
  font-family: 'neue-haas-grotesk', sans-serif !important;
}
.menu li.menu-item {
  position: relative;
}
#search-modal input {
  font-family: 'neue-haas-grotesk', sans-serif;
}
.ct-dynamic-count-cart {
  font-family: 'neue-haas-grotesk', sans-serif;
}
#menu-primary-menu .ct-menu-link {
  font-family: 'neue-haas-grotesk', sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
}
.ct-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
}
.animated-submenu-inline > .sub-menu {
  left: 100%;
  white-space: nowrap;
}
.sub-menu .ct-icon {
  transform: rotate(-90deg);
}
/* Full-width hero container fix - Desktop/Tablet Only */
@media (min-width: 769px) {
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .heroSection {
    border-radius: 0 !important;
    position: relative;
    margin-bottom: 20px;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: none !important;
    overflow: hidden;
    left: 0;
    right: 0;
  }

  .heroSection img {
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}
.heroSection .caption {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.heroSection .caption h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.heroSection .caption .premium-button {
  padding: 10px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.heroSection .caption .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.heroSection .caption .premium-button span.btntext {
  position: relative;
}
.heroSection .caption .premium-button:hover {
  color: #FFFFFF;
}
.heroSection .caption .premium-button:hover:before {
  height: 100%;
}
.site-main {
  padding-top: 120px;
  display: flow-root;
}
.home .site-main {
  padding-top: 0;
  display: flow-root;
}

/* Mobile styles preserved from original framework */

/* Mobile Accordion Fix */
@media (max-width: 768px) {
  .accordion li {
    padding-right: 45px;
    padding-bottom: 15px;
  }
  
  .accordion h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-right: 35px;
  }
  
  .accordion .toggleBtn {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 25px;
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .accordion li {
    padding-right: 40px;
    padding-bottom: 10px;
  }
  
  .accordion h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-right: 30px;
    padding-right: 5px;
  }
  
  .accordion .toggleBtn {
    width: 20px;
    height: 20px;
    right: 8px;
    top: 20px;
    font-size: 24px;
  }
}
.topbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 0;
}
.topbar .premium-button {
  padding: 5px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.topbar .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.topbar .premium-button span.btntext {
  position: relative;
}
.topbar .premium-button:hover {
  color: #000;
}
.topbar .premium-button:hover:before {
  height: 100%;
}
.slider {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}

.slider .slick-track {
  display: flex !important;
  overflow: hidden;
}

.slider .slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}

.slider .slick-slide .back {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slick-slide .front,
.slider .slick-slide .back {
  transition: all 0.3s ease-in-out;
}

.slider .slick-slide:hover .front {
  opacity: 0;
}

.slider .slick-slide:hover .back {
  opacity: 1 !important;
}

.slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}


.slider img {
  border-radius: 15px;
  margin-bottom: 15px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.slider .slick-slide {
  position: relative;
  text-align: center;
}

.slider .slick-slide .back {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.slider .slick-slide .front {
  border-radius: 15px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.slider .slick-slide .front,
.slider .slick-slide .back {
  transition: all 0.3s ease-in-out;
}

.slider .slick-slide:hover .front {
  opacity: 0;
}

.slider .slick-slide:hover .back {
  opacity: 1;
}

/* Force slick slider to recalculate layout */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* Full-width slider fix - Desktop Only */
@media (min-width: 769px) {
  .slider {
    width: 90vw !important;
    margin-left: calc(-45vw + 50%) !important;
    margin-right: calc(-45vw + 50%) !important;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .season .slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .season01 .slider {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider h3 {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slider p {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.slider .slick-arrow {
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FFFFFF;
  font-size: 0;
  cursor: pointer;
}
.slider .slick-prev {
  left: -15px;
  right: auto;
  background: #FFFFFF url(../img/arrow-left.png) center center no-repeat;
  background-size: 16px;
}
.slider .slick-next {
  left: auto;
  right: -15px;
  background: #FFFFFF url(../img/arrow-right.png) center center no-repeat;
  background-size: 16px;
}
.season {
  padding: 0 40px;
}
.season01 {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.season01 .col {
  display: inline-flex;
  gap: 20px;
  flex-direction: column;
  width: 50%;
}
.season01 a {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
.season01 a h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  width: 100%;
  backdrop-filter: blur(10px);
}
.season01 .national {
  margin-top: 20px;
}

.retro {
  margin-top: 20px;
}

.season01 .slider {
  padding: 0;
  margin-top: 180px;
}


.season01 .col .responsive2 {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.season01 .col .responsive2 .slick-slide {
  position: relative;
  text-align: center;
}

.season01 .col .responsive2 .slick-list {
  overflow: hidden;
}

.season01 .col .responsive2 .slick-slide .back {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.season01 .col .responsive2 .slick-slide .front,
.season01 .col .responsive2 .slick-slide .back {
  transition: all 0.3s ease-in-out;
}

.season01 .col .responsive2 .slick-slide:hover .front {
  opacity: 0;
}

.season01 .col .responsive2 .slick-slide:hover .back {
  opacity: 1;
}

.season01 .col .responsive2 .slick-slide img {
  border-radius: 15px;
  margin-bottom: 15px;
}

.season01 .col:last-child {
  position: relative;
  z-index: 2;
}
.ratro {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ratro img {
  border-radius: 25px;
  z-index: 0;
  display: block;
}
.ratro .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  max-width: 220px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
}
.ratro .caption h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ratro .caption .premium-button {
  padding: 10px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.ratro .caption .premium-button:before {
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.ratro .caption .premium-button span.btntext {
  position: relative;
}
.ratro .caption .premium-button:hover {
  color: #FFFFFF;
}
.ratro .caption .premium-button:hover:before {
  height: 100%;
}
.whychoose {
  display: flex;
  padding: 0 40px;
  gap: 20px;
}
.whychoose .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.whychoose .col:last-child {
  align-items: center;
}
.whychoose h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 0;
}
.whychoose p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  color: #000000;
}
.whychoose .imgGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 530px;
  gap: 20px;
}
.whychoose .imgGroup a {
  max-width: 170px;
  text-align: center;
  margin-bottom: 10px;
}
.whychoose .imgGroup a img {
  max-height: 150px;
}
.faq {
  padding: 0 40px;
}
.faq h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
}
.accordion {
  color: #000000;
  /* padding: 0; */
  padding-left: 15px;
  padding-right: 15px;
}
.accordion h3 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.accordion p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  display: none;
}
.accordion li {
  border-bottom: solid 1px #000;
  list-style: none;
  padding-top: 20px;
  padding-right: 50px;
  position: relative;
}
.accordion .toggleBtn {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.accordion .toggleBtn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '+';
}
.accordion .toggleBtn.active:before {
  content: '-';
}
.footerTopImg {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.footerTopImg img {
  border-radius: 25px;
  max-height: 550px;
  width: 100%;
}

/* Blog Footer Section Styles */
.blog-footer-section {
  background: #f8f9fa;
  padding: 60px 0;
  margin-top: 40px;
}

.blog-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-footer-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-footer-header h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.blog-footer-header p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.blog-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.blog-footer-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-footer-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-footer-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-footer-item:hover .blog-footer-image img {
  transform: scale(1.05);
}

.blog-footer-content {
  padding: 25px;
}

.blog-footer-date {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-footer-title {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-footer-excerpt {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.blog-footer-read-more {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #007bff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.blog-footer-read-more:hover {
  color: #0056b3;
}

.blog-footer-cta {
  text-align: center;
}

.blog-footer-view-all-btn {
  display: inline-block;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.blog-footer-view-all-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-footer-section {
    padding: 40px 0;
  }
  
  .blog-footer-header h2 {
    font-size: 28px;
  }
  
  .blog-footer-header p {
    font-size: 16px;
  }
  
  .blog-footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .blog-footer-item {
    margin-bottom: 20px;
  }
  
  .blog-footer-content {
    padding: 20px;
  }
  
  .blog-footer-title {
    font-size: 18px;
  }
  
  .blog-footer-excerpt {
    font-size: 15px;
  }
  
  .blog-footer-view-all-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .blog-footer-section {
    padding: 30px 0;
  }
  
  .blog-footer-header h2 {
    font-size: 24px;
  }
  
  .blog-footer-grid {
    gap: 20px;
  }
  
  .blog-footer-content {
    padding: 15px;
  }
  
  .blog-footer-title {
    font-size: 16px;
  }
  
  .blog-footer-excerpt {
    font-size: 14px;
  }
}

.footerTopImg img {
  border-radius: 25px;
  max-height: 550px;
  width: 100%;
}

/* Enhanced Footer Styles */
.footer {
  margin-top: 30px;
  padding: 40px 50px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 20%;
  padding: 0 15px;
  min-width: 200px;
  height: 100%;
  justify-content: flex-start;
}

.payment-section {
  margin-top: 15px;
}

.social-section {
  margin-top: auto;
}

.company-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 280px;
  overflow: hidden;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.footer-links li a {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: #007bff;
}

.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer-logo img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.footer-logo + h5 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.company-info h5 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.company-info p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info .socialLinks {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.contact-info .socialLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.contact-info .socialLinks a:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: translateY(-2px);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.contact-item i {
  color: #000;
  font-size: 16px;
  margin-top: 2px;
  min-width: 16px;
}

.footer h5 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer h6 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links li a {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: #007bff;
}

.newsletter-section p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-form input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  border-color: #007bff;
}

.newsletter-form button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-1px);
}

.social-section, .payment-section {
  margin-top: 25px;
}

.socialLinks {
  display: flex;
  gap: 12px;
}

.socialLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.socialLinks a:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: translateY(-2px);
}

.payment-methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-methods img {
  height: 30px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.payment-methods img:hover {
  opacity: 1;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
  .footer {
    padding: 50px 30px;
  }
  
  .footer .col {
    width: 33.33%;
    margin-bottom: 30px;
  }
  
  .footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
  
  .footer .col {
    width: 50%;
    margin-bottom: 30px;
    padding: 0;
  }
  
  .footer-logo img {
    max-width: 100px;
  }
  
  .company-info h5 {
    font-size: 20px;
  }
  
  .company-info p {
    font-size: 15px;
  }
  
  .contact-item {
    font-size: 13px;
  }
  
  .footer-links li a {
    font-size: 14px;
  }
  
  .newsletter-form input,
  .newsletter-form button {
    padding: 10px 15px;
    font-size: 13px;
  }
  
  .socialLinks a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .payment-methods img {
    height: 25px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 15px;
  }
  
  .footer .col {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .footer-logo img {
    max-width: 90px;
  }
  
  .company-info h5 {
    font-size: 18px;
  }
  
  .company-info p {
    font-size: 14px;
  }
  
  .contact-item {
    font-size: 12px;
    gap: 10px;
  }
  
  .contact-item i {
    font-size: 14px;
  }
  
  .footer-links li a {
    font-size: 13px;
  }
  
  .social-section h6,
  .payment-section h6 {
    font-size: 14px;
  }
  
  .payment-methods img {
    height: 22px;
  }
}
.copyright {
  padding: 20px 0;
  margin: 20px 40px 0;
  border-top: solid 1px #000;
  text-align: center;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.copyright a {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.copyright a:hover {
  color: #333333;
  text-decoration: underline;
}
.titleWithBreadcrumb,
.woocommerce-breadcrumb,
.mainTitle {
  padding: 20px 40px 10px 40px;
  font-family: 'neue-haas-grotesk', sans-serif;
  letter-spacing: 1.2px;
  font-size: 13px ;
  display: flex;
  align-items: center;
}
.titleWithBreadcrumb a,
.woocommerce-breadcrumb a,
.mainTitle a {
  margin-right: 10px;
}
.titleWithBreadcrumb .breadcrumb-separator,
.woocommerce-breadcrumb .breadcrumb-separator,
.mainTitle .breadcrumb-separator {
  margin-right: 10px;
}
.mainTitle {
  text-align: center;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  justify-content: center;
  margin-bottom: 40px;
}
.titleWithBreadcrumb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 275px;
  padding: 20px;
  background-color: #F4F5F5;
  border-bottom: solid 1px #000;
}
.titleWithBreadcrumb h2 {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-details {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.product-details .col {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
.product-details .col:first-child {
  padding-left: 20px;
}
.product-details .product_title {
  color: #000000;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
.product-details .price {
  color: #121212;
}
.product-details .totals {
  margin-top: 50px;
}
.product-details .totals p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-details .variations_form {
  font-family: "neue-haas-grotesk", Sans-serif;
  width: 100%;
}
.product-details .variations_form .form-group {
  margin-bottom: 20px;
}
.product-details .variations_form label {
  font-family: "neue-haas-grotesk", Sans-serif;
}
.product-details .variations_form .btnAddtoCart {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
.product-details .variations_form .group {
  display: flex;
  position: relative;
  z-index: 0;
}
.product-details .variations_form .quantity {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #FFFFFF;
  width: 130px;
  border: solid 1px #000;
  border-radius: 3px;
}
.product-details .variations_form .quantity input[type="number"] {
  border: 0 !important;
  padding: 0;
  text-align: center;
}
.product-details .variations_form .quantity input[type="number"]::-webkit-outer-spin-button,
.product-details .variations_form .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge, Opera */
  margin: 0;
  /* Removes the margin in older versions of Chrome */
}
.product-details .variations_form .quantity input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
  /* Standard property for modern browsers */
}
.product-details .variations_form .quantity .increase {
  right: 5px;
}
.product-details .variations_form .quantity .decrease {
  left: 5px;
}
.product-details .variations_form .quantity .increase,
.product-details .variations_form .quantity .decrease {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #000;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
}
.product-details .variations_form .quantity .increase:hover,
.product-details .variations_form .quantity .decrease:hover {
  color: #FFFFFF;
  background-color: #000;
}
.product-details .estimatedDeliveryDate {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #222222;
  background-color: #f6f6f6;
}
.product-details .guide {
  width: 100%;
}
.product-details .accordion h3 {
  font-size: 15px;
}
.product-details .accordion p {
  font-size: 14px;
}
.product-details .accordion .toggleBtn {
  font-size: 30px;
}
.slideshow-items {
  width: 100%;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container {
  display: inline-block;
  position: relative;
}
#lens {
  background-color: rgba(233, 233, 233, 0.4);
  border: 2px solid #999;
  cursor: crosshair;
}
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}
#result {
  border: 1px solid #ccc;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.slideshow-items {
  display: none;
}
.slideshow-items.active {
  display: block;
}
.slideshow-thumbnails {
  opacity: 0.5;
}
.slideshow-thumbnails.active {
  opacity: 1;
}
.aboutInfo {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.aboutInfo .col:first-child {
  width: 50%;
}
.aboutInfo .col {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.aboutInfo .col img {
  border-radius: 50px;
  max-height: 690px;
  width: 100%;
  object-fit: cover;
}
.aboutInfo h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}
.aboutInfo h2:last-child,
.aboutInfo h2:nth-child(2) {
  text-transform: capitalize;
}
.aboutInfo h2:last-child {
  margin-bottom: 40px;
}
.filterWrapper {
  padding: 20px 50px;
  display: flex;
}
.filterWrapper .btnFilter {
  margin-left: auto;
  background-color: transparent;
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.filterWrapper .btnFilter img {
  margin-left: 2px;
  margin-top: -2px;
}
.products ul {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
}
.products ul li {
  font-family: "neue-haas-grotesk", Sans-serif;
  position: relative;
  text-align: center;
}
.products ul li img {
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out;
}
.products ul li .back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.products ul li:hover .front {
  opacity: 0;
}
.products ul li:hover .back {
  opacity: 1;
}
.products ul li:hover .front {
  opacity: 0;
}
.products ul li h3 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family: "neue-haas-grotesk", Sans-serif;
}
.products ul li p {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.overlay {
  background-color: #0000004F;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 92;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.overlay.open {
  width: 100%;
  opacity: 1;
}
.categoryMenu {
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  z-index: 95;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.categoryMenu.open {
  width: 50%;
  margin-left: 0;
  opacity: 1;
}
.categoryMenu h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #000000;
}
.categoryMenu ul {
  list-style: none;
  padding: 0;
}
.categoryMenu ul li {
  border-bottom: 1px solid #eee;
}
.categoryMenu ul li a {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}
.categoryMenu ul li .wlchildren {
  padding-left: 20px;
}
.categoryMenu .closeMenu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #000;
  background-color: transparent;
  cursor: pointer;
}
.categoryMenu .closeMenu img {
  filter: invert(0%) sepia(5%) saturate(20%) hue-rotate(265deg) brightness(60%) contrast(98%);
}
.woocommerce {
  padding: 40px;
}
.woocommerce table {
  font-family: "neue-haas-grotesk", Sans-serif;
  border: 0;
}
.woocommerce table th {
  border: 0;
  border-bottom: solid #e1e8ed 2px;
  color: #000000 !important;
  font-weight: normal;
}
.woocommerce table td {
  border: 0;
  border-bottom: dashed #e1e8ed 1px;
}
.woocommerce table .ct-increase:before,
.woocommerce table .ct-decrease:before {
  display: none;
}
.woocommerce dl.variation {
  margin-top: 0.5em;
}
.woocommerce dl.variation:not(:last-child) {
  margin-bottom: 0.5em;
}
.woocommerce dl.variation dt {
  margin-inline-end: 0.25em;
  float: left;
  clear: both;
}
.woocommerce dl.variation dd {
  margin-bottom: 0;
}
.woocommerce .showcoupon {
  padding-left: 5px;
  text-decoration: underline;
}
.woocommerce .checkout_coupon {
  margin-bottom: 2rem;
  border-bottom: 1px dashed rgba(224, 229, 235, 0.8);
}
.wpced .wpced-inner {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #222222;
  background-color: #f6f6f6;
}
.wpced-cart {
  text-align: center !important;
}
.woocommerce-shipping-methods label {
  font-family: "neue-haas-grotesk", Sans-serif;
}
.cart-collaterals h2 {
  font-family: "neue-haas-grotesk", Sans-serif;
  font-size: 15px !important;
  word-spacing: 0.5px !important;
  color: #000;
}
.cart-collaterals table th {
  border-bottom: dashed #e1e8ed 1px;
}
.woocommerce-info {
  font-family: "neue-haas-grotesk", Sans-serif;
  padding-left: 20px;
  margin-bottom: 50px;
}
.woocommerce-info:before {
  display: none;
}
[data-behaviour*="side"] .ct-panel-inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .categoryMenu.open {
    width: 100%;
  }
  .site-main {
    padding-top: 0;
  }
  .ct-container-fluid {
    padding: 0 !important;
  }
  .sub-menu .ct-icon {
    transform: rotate(0deg);
  }
  .mobile-menu .ct-menu-link {
    font-family: "neue-haas-grotesk", Sans-serif;
    font-size: 15px;
  }
  .heroSection {
    height: 812px;
  }
  .heroSection img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
  .heroSection .caption {
    padding: 0 16%;
  }
  .heroSection .caption h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .heroSection .caption .premium-button {
    font-size: 15px;
  }
  .season {
    padding: 0 15px;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar h2 {
    font-size: 25px;
  }
  .season01 {
    flex-direction: column;
  }
  .season01 .col {
    width: 100%;
  }
  .season01 .national {
    margin-top: 0;
  }
  .whychoose {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
  }
  .whychoose .col {
    width: 100%;
  }
  .whychoose .imgGroup a img {
    max-height: 80px;
  }
  .faq {
    padding: 0 20px;
  }
  .accordion h3 {
    font-size: 16px;
  }
  .accordion p {
    font-size: 14px;
  }
  .footer {
    flex-direction: column;
    padding: 15px;
    margin-top: 20px;
  }
  .footer .col {
    width: 100%;
  }
  .footer .col:last-child {
    align-items: flex-start;
    margin-top: 20px;
  }
  .copyright {
    margin: 0 20px;
    font-size: 12px;
  }
  .copyright br {
    display: none;
  }
  .mainTitle {
    font-size: 35px;
    line-height: 40px;
  }
  .aboutInfo {
    flex-direction: column;
    padding: 0 20px;
  }
  .aboutInfo .col {
    width: 100%;
  }
  .aboutInfo .col:first-child {
    width: 100%;
  }
  .aboutInfo h2 {
    font-size: 25px;
  }
  .titleWithBreadcrumb {
    min-height: 175px;
    padding: 20px 15px;
  }
  .titleWithBreadcrumb h2 {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .filterWrapper .btnFilter {
    margin-right: auto;
  }
  .products ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  .product-details {
    padding: 0 20px 40px !important;
    flex-direction: column;
  }
  .product-details .col {
    width: 100%;
    padding-right: 0;
  }
  .product-details .col:first-child {
    padding-left: 0;
  }
  .titleWithBreadcrumb,
  .woocommerce-breadcrumb,
  .mainTitle {
    padding: 0 15px 14px;
    flex-wrap: wrap;
  }
  .season {
    padding: 50px 15px;
  }
  .home .season {
    padding: 0 15px;
    margin-top: 0;
  }
  .ratro {
    height: 527px;
  }
  .ratro img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    object-position: right;
  }
}

/* FAQ Page Styles - Center Popular Leagues Section */
.whychoose .col:nth-child(2) {
  text-align: center;
}

.whychoose .col:nth-child(2) h2 {
  text-align: center;
}

.whychoose .col:nth-child(2) .imgGroup {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.whychoose .col:nth-child(2) .imgGroup a {
  display: inline-block;
  margin: 0;
}

.whychoose .col:nth-child(2) .imgGroup img {
  max-width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.whychoose .col:nth-child(2) .imgGroup img:hover {
  transform: scale(1.1);
}

/* FAQ Accordion Fix for Mobile */
.faq .accordion li {
  position: relative;
  padding-right: 50px;
}

.faq .accordion li h3 {
  margin-right: 40px;
}

.faq .accordion .toggleBtn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: auto;
  z-index: 10;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .whychoose .col:nth-child(2) .imgGroup {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .whychoose .col:nth-child(2) .imgGroup img {
    max-width: 80px;
  }
  
  .faq .accordion li {
    padding-right: 45px;
  }
  
  .faq .accordion li h3 {
    font-size: 1.1rem;
    margin-right: 35px;
    line-height: 1.4;
  }
  
  .faq .accordion .toggleBtn {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .whychoose {
    padding: 0 15px;
  }
  
  .product-details {
    padding: 0 15px 30px !important;
  }
  
  .product-details .col {
    padding-right: 0;
  }
  
  .product-details .col:first-child {
    padding-left: 0;
  }
  
  .whychoose .col:nth-child(2) .imgGroup {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .whychoose .col:nth-child(2) .imgGroup img {
    max-width: 60px;
  }
  
  .faq .accordion li {
    padding-right: 40px;
    padding-bottom: 10px;
  }
  
  .faq .accordion li h3 {
    font-size: 1rem;
    margin-right: 30px;
    line-height: 1.3;
    padding-right: 10px;
  }
  
  .faq .accordion .toggleBtn {
    width: 20px;
    height: 20px;
    right: 8px;
  }
  
  .titleWithBreadcrumb {
    min-height: 150px;
    padding: 15px 10px;
  }
  
  .titleWithBreadcrumb h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}

/* Testimonials UI Upgrade */
.testimonials {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-item {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-item::before {
  content: '\201C';
  font-size: 60px;
  color: #000;
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.3;
  line-height: 1;
}

.testimonial-item h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.testimonial-item p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
  flex-grow: 1;
}

/* Responsive Testimonials */
@media (max-width: 1024px) {
  .testimonial-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonial-list {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  
  .testimonial-item {
    padding: 30px 25px;
    min-height: auto;
  }

  .testimonial-item::before {
    font-size: 50px;
    top: 15px;
    left: 20px;
  }
  
  .testimonial-item h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  
  .testimonial-item p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .testimonials {
    padding: 30px 0;
  }
  
  .testimonial-item {
    padding: 25px 20px;
  }
  
  .testimonial-item::before {
    font-size: 40px;
    top: 15px;
    left: 15px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .testimonial-item p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Privacy Policy Card Style */
.privacy-policy {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.privacy-policy .policy-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy .policy-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.privacy-policy .policy-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy .policy-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.privacy-policy .policy-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.privacy-policy .policy-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.privacy-policy .policy-content p strong {
  color: #333;
  font-weight: 600;
}

/* Product Details Card Style */
.product-details {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.product-details .product-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Mobile responsive for product-details content page */
@media (max-width: 768px) {
  .product-details {
    padding: 30px 0;
  }
  
  .product-details .product-content {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .product-details {
    padding: 20px 0;
  }
  
  .product-details .product-content {
    padding: 0 15px;
  }
}

.product-details .product-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.product-details .product-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.product-details .product-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.product-details .product-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-details .product-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.product-details .product-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.product-details .product-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.product-details .product-content .reviews p {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-style: italic;
  color: #444;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-left: 4px solid #28a745;
}

.product-details .product-content .reviews p:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-details .product-content p strong {
  color: #333;
  font-weight: 600;
}

/* Refund Policy Card Style */
.refund-policy {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.refund-policy .policy-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.refund-policy .policy-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.refund-policy .policy-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.refund-policy .policy-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.refund-policy .policy-content ul {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.refund-policy .policy-content ul:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.refund-policy .policy-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.refund-policy .policy-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #666;
  font-weight: bold;
}

.refund-policy .policy-content p strong {
  color: #333;
  font-weight: 600;
}

/* Terms and Conditions Card Style */
.terms-conditions {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.terms-conditions .terms-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.terms-conditions .terms-content > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}

.terms-conditions .terms-content h3 {
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-conditions .terms-content h3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.terms-conditions .terms-content p {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-left: 4px solid #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-conditions .terms-content p:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.terms-conditions .terms-content p strong {
  color: #333;
  font-weight: 600;
}

/* Responsive Terms and Conditions */
@media (max-width: 768px) {
  .terms-conditions .terms-content {
    padding: 0 15px;
  }
  
  .terms-conditions .terms-content > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .terms-conditions .terms-content h3 {
    font-size: 18px;
    padding: 15px;
  }
  
  .terms-conditions .terms-content p {
    padding: 20px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .terms-conditions {
    padding: 30px 0;
  }
  
  .terms-conditions .terms-content > h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .terms-conditions .terms-content h3 {
    padding: 12px;
    font-size: 16px;
  }
  
  .terms-conditions .terms-content p {
    padding: 15px;
  }
}

/* Shop Pagination Styles - Matching Website UI */
.pagination-section {
  margin: 50px 0;
  padding: 0 40px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "neue-haas-grotesk", Sans-serif;
}

.pagination-btn {
  padding: 12px 20px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.pagination-btn:hover {
  background: #000;
  color: #fff;
}

.pagination-btn.disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

.pagination-btn.disabled:hover {
  background: transparent;
  color: #ccc;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
}

.pagination-number:hover {
  background: #000;
  color: #fff;
}

.pagination-number.active {
  background: #000;
  color: #fff;
  cursor: default;
}

/* Filter Form Styles */
.filterWrapper form {
  display: inline-block;
  margin-right: 20px;
}

.filterWrapper select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: "neue-haas-grotesk", Sans-serif;
  background: #fff;
  margin-right: 10px;
}

.filterWrapper .btn-link {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  border: none;
  background: none;
  font-family: "neue-haas-grotesk", Sans-serif;
}

.filterWrapper .btn-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagination-section {
    padding: 0 20px;
    margin: 30px 0;
  }
  
  .pagination-container {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  
  .pagination-numbers {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  
  .pagination-btn {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    order: 1;
  }
  
  .pagination-btn:first-child {
    order: 1;
  }
  
  .pagination-btn:last-child {
    order: 3;
  }
  
  .pagination-number {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pagination-section {
    padding: 0 15px;
    margin: 20px 0;
  }
  
  .pagination-container {
    gap: 12px;
  }
  
  .pagination-numbers {
    gap: 5px;
  }
  
  .pagination-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  
  .pagination-number {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

/* Related Products Hover Effect */
.related-products-grid .product-card .product-image {
  position: relative !important;
  overflow: hidden !important;
  line-height: 0 !important;
  height: 200px !important;
  background-color: #f5f5f5 !important;
}

.related-products-grid .product-card .product-image a {
  display: block !important;
  position: relative !important;
  line-height: 0 !important;
  height: 100% !important;
}

.related-products-grid .product-card .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: opacity 0.3s ease-in-out !important;
  border-radius: 8px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}

.related-products-grid .product-card .product-image .back {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.related-products-grid .product-card .product-image:hover .front {
  opacity: 0 !important;
}

.related-products-grid .product-card .product-image:hover .back {
  opacity: 1 !important;
}

/* Related Products Title Link Styling */
.related-products-grid .product-card .product-info a {
  text-decoration: none;
  color: inherit;
}

.related-products-grid .product-card .product-info a:hover {
  color: inherit;
}

.related-products-grid .product-card .product-info a:hover .product-title {
  color: #007bff;
  transition: color 0.3s ease;
}

/* Alternative CSS for Related Products Hover - More Specific */
.related-products-section .related-products-grid .product-card .product-image {
  position: relative !important;
  overflow: hidden !important;
}

.related-products-section .related-products-grid .product-card .product-image a {
  display: block !important;
  position: relative !important;
}

.related-products-section .related-products-grid .product-card .product-image img.front,
.related-products-section .related-products-grid .product-card .product-image img.back {
  width: 100% !important;
  height: auto !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 8px !important;
}

.related-products-section .related-products-grid .product-card .product-image img.back {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  z-index: 2 !important;
}

.related-products-section .related-products-grid .product-card:hover .product-image img.front {
  opacity: 0 !important;
}

.related-products-section .related-products-grid .product-card:hover .product-image img.back {
  opacity: 1 !important;
}

/* Even more specific - targeting the container */
.blog-details-wrapper .related-products-section .product-card .product-image:hover .front {
  opacity: 0 !important;
}

.blog-details-wrapper .related-products-section .product-card .product-image:hover .back {
  opacity: 1 !important;
}
/* Debug CSS - This should show a red border on hover to test if hover is working */
.related-products-grid .product-card:hover {
  border: 2px solid red !important;
}

.related-products-grid .product-card .product-image:hover {
  background-color: yellow !important;
}
