* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Barlow", sans-serif;
    transition: 0.4s;
}

body{
  background-color: #fff;
}

header#masthead{
	    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
	 transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
header#masthead.scrolled {
        background: linear-gradient(270deg, #f7b895, #d9d9d9, #c0a3da, #aea0cb);
	animation: gradientMove 16s ease infinite;
}
header#masthead .ast-primary-header-bar{
	  background: transparent;
	    border: none;
}
header#masthead .ast-primary-header-bar li a{
	color: #333;
}

/* Keyframes for smooth scrolling */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause scrolling on hover */
.announcement-bar:hover .announcement-bar__scrolling-list {
  animation-play-state: paused;
}




/* Container */
.container {
  max-width: 1255px;
  margin: auto;
  box-sizing: border-box;
}
.ast-builder-grid-row.ast-builder-grid-row-has-sides{
	max-width: 1255px;
  margin: auto;
	width: 100%;
}
.ast-builder-layout-element .ast-site-identity{
	    margin-left: 0;
}
#gradient-section-h {

  background: linear-gradient(
    270deg,
    #f7b895,
    #d9d9d9,
    #c0a3da,
    #aea0cb
  );

  background-size: 800% 800%;
  animation: gradientMove 16s ease infinite;
}

/* Gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.site-header-primary-section-right-center{
	    justify-content: flex-end;
}





/* hero slider */


  #gradient-section {
 padding: 130px 0 60px;
    background: linear-gradient(270deg, #f7b895, #d9d9d9, #c0a3da, #aea0cb);
    background-size: 800% 800%;
    animation: gradientMove 16s ease infinite;
    margin-top: -137px;
}

/* Gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-slider {
  position: relative;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
}

/* Slide */
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

/* Overlay */
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,0.6);
}

/* Content */
.slide-content {
  position: relative;
  height: 100%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

.slide-content h6 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.slide-content h1 {
  color: #fff;
  font-size: 60px;
	line-height: 1.2;
  margin-bottom: 22px;
}



/* Nav Buttons */
.slider-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 12px;
  z-index: 5;
}

.slider-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
	padding: 0 !important;
}

.slider-nav button:hover {
  scale: 1.1;
}




/* Section */
.feature-section {
  padding: 70px 20px;
  
  background-color: #f6f6f4;
}

/* Grid */
.feature-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* General Box Style */
.feature-box {

  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  padding: 0px;
  text-align: center;
  border-radius: 15px;
	    min-height: 300px;
}

.feature-box:hover{
  cursor: pointer;
}

/* Child Box 1 - Axolotls for Sale */
.feature-box-1 {
  background: linear-gradient(54deg, rgba(27, 66, 114, 1) 14%, rgba(34, 166, 179, 1) 85%);
}

/* Child Box 2 - About Axolotl Planet */
.feature-box-2 {
  background: linear-gradient(152deg, rgba(252, 147, 186, 1) 15%, rgba(44, 70, 118, 1) 85%);
}

/* Child Box 3 - Learn About Axolotls */
.feature-box-3 {
  background: linear-gradient(48deg, rgba(225, 40, 84, 1), rgba(255, 183, 74, 1) 100%);
}

.feature-box-4 {
  background: black;
}

.feature-box-4 img{
  scale: 1.12;
}


.feature-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}


.feature-box:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

.overlay h2 {
      color: #fff;
    font-size: 34px;
    line-height: 1.2;
    width: 80%;
    margin-bottom: 18px;
}





 /* axolotl-info */


.axolotl-info {
  padding: 20px 20px 60px;
  background-color: #f6f6f4;
}


.small-title {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 16px;
}

.axolotl-info h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
}

.axolotl-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  max-width: 900px;
}

.shop-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  text-decoration: none;
}




/* custom */


/* Custom Slider Styles */
/* Shop Slider */
.shop-slider {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}


.slider-inner {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}

.slide-item {
  min-width: 30%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

/* Apply the effect to the wrapper of the image */
.slide-item .slide-img {
  position: relative;
  overflow: hidden;
}

.slide-item .slide-img img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  transition: transform 0.4s ease;
  background: rgba(0, 0, 0, 0.8); 
  background-blend-mode: darken; 
  scale: 1.05;
}


.slide-item:hover .slide-img img {
  transform: scale(1.1); 
}


.slide-item .slide-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
  background-blend-mode: darken;
  pointer-events: none; 
  transition: opacity 0.4s ease;
  opacity: 1;
}


.slide-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0px;
  left: 0px;
  color: #fff;
  text-align: left;
}

.shop-text {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
}

.slide-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}


/* Hide the arrow by default */
.shop-slider .link-arrow {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 24px;
  color: #333;
  pointer-events: none; 
}

/* Show the arrow when hovering over the slide-item */
.shop-slider .slide-item:hover .link-arrow {
  opacity: 1;
}

/* Optional: Adjust the arrow position */
.shop-slider .link-arrow i {
  font-size: 20px; /* Adjust size */
  color: #000; /* Customize arrow color */
  background: #fff;
  padding: 6px 10px;
  border-radius: 100px;
  margin: 5px;
}


/* Arrows */
.slider-controls {
  position: relative;
  right: 30px;
  bottom: 20px;
  display: flex;
  gap: 12px;
}

.shop-slider .prev-arrow{
  position: absolute;
  top: 40%;
  left: 20px;
  z-index: 999999;
}

.shop-slider .next-arrow{
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 999999;
}

.prev-arrow,
.next-arrow {
  font-size: 26px;
  color: #000;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.85;
  transition: 0.2s ease;
}

.prev-arrow:hover,
.next-arrow:hover {
  opacity: 1;
}










/* axo feature */
.axo-fea {
  padding: 40px 0 0;
}

.axo-fea-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-row p{
	max-width: 60%;
    line-height: 1.6;
}

.view-all {
      color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
  font-size: 16px;
}

.product-slider {
  margin-top: 20px;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  border-radius: 10px;
	overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
    border-radius: 0;
    object-fit: contain;
}

.product-card h4 {
  margin: 0 0 7px;
    font-size: 18px;
    color: #000;
}

.product-card p {
  font-size: 16px;
  color: #1a1a1ab3;
	font-weight: 300;
}

/* Style for the Next button */
.swiper-button-next, .swiper-button-prev {
  font-size: 26px;
  color: #000; 
  background: #fff; 
  border-radius: 50%; 
  padding: 5px 22px; 
  cursor: pointer; 
  opacity: 0.85; 
  transition: opacity 0.2s ease, transform 0.3s ease; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute; 
  top: 50%; 
  right: 10px; 
  transform: translateY(-50%); 
  z-index: 999;
}

/* Hover effect for the Next button */
.swiper-button-next:hover {
  opacity: 1; 
  transform: translateY(-50%) scale(1.1); 
  background: #f0f0f0; 
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: 'prev';
    font-size: 20px;
}

/* Hover effect for the Previous button */
.swiper-button-prev:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  background: #f0f0f0;
}


.custom-section {
  padding: 80px 20px;
}

/* Container */


/* Section layout */
.section-wrapper {
      display: grid;
    grid-template-columns: 60% 1fr;
    grid-gap: 50px;
}

/* Content (WIDER + GRADIENT) */
.content-box {
  display: flex;
    flex-direction: column;
    justify-content: center;
  flex: 1.4; /* zyada width */
  padding: 40px;
  background: linear-gradient(46deg, rgba(27, 66, 114, 1) 13%, rgba(34, 166, 179, 1) 86%);
  color: #fff;
  border-radius: 16px;
}

.content-box h2 {
  font-size: 42px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.btn {
     display: inline-block;
    padding: 6px 28px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
	width: fit-content;
}
.btn:hover{
	background: #fff;
	color: #000;
}

.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
    border-radius: 16px;
    display: block;
    height: 100%;
    object-fit: cover;
}



.review-slider.swiper {
  padding: 100px 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(90deg, #ebe7ff, #e3f0ff);
  border-radius: 10px;
}

.review {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.review.active {
  display: block;
  opacity: 1;
}

.review-text p {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  max-width: 900px;
  margin: auto;
	color: #1a1a1a;
	min-height: 150px;
}

.google-logo {
  width: 40px;
}

.stars {
  color: #f5b400;
}

.author {
  font-size: 14px;
}

.dots {
  margin-top: 50px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #bbb;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background: #111;
}



.blog {
  background-color: #f8f8f8;
  padding: 60px !important;
	margin: 60px 0 0;
}



.blog-post{
  display: grid;
  padding-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;

}

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card h3 {
  font-size: 40px;
  margin: 15px;
}

.blog-card p {
  margin: 0 15px 15px;
  color: #555;
  line-height: 1.5;
}

.blog-date {
  margin: 0 15px 20px;
  font-size: 14px;
  color: #888;
}

.blog-tag {
     position: absolute;
    background: #2563eb;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    margin: 15px;
    top: 0;
}

.blog-card {
  position: relative;
}
.blog-card h3{
	    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none;
    min-height: 60px;
    margin-bottom: 6px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-card h3 a{
	 color: #1a1a1a;
}
.blog-card p{
	 color: #1a1a1a;
	font-size: 14px;
}
/* Different tag colors */
.blog-tag.guide { background: #7c3aed; }
.blog-tag.faq { background: #0f766e; }



/* add to cart */


/* Main container */
.product-detail {
  display: flex;
  justify-content: center;
  padding: 40px;
  background-color: #f6f6f4;
}

.product-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px;
  width: 100%;
  padding: 20px;
background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.product-images {
  width: 100%;
  margin-right: 30px;
}

.thumbnail-images {
  display: flex;

  gap: 10px;
}

.thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.1);
}

.main-image {
  width: 100%;

  margin-top: 20px;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Product info */
.product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sale {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.product-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.product-price {
  font-size: 24px;
  color: #000;
  margin: 10px 0;
  line-height: 50px;
  border-bottom: 1px solid gray;
}

.product-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* Size options */
.size-options {
  margin-bottom: 20px;
}

.size-select {
  display: flex;
  gap: 20px;
  align-items: center;
  
}

.size-select label {
  font-size: 16px;
  color: #333;
  padding: 20px 15px;
  border: 2px solid #000;
  border-radius: 100px;
  cursor: pointer;
}

.size-select input[type="radio"] {
  margin-right: 10px;
  
}

/* Quantity control */
.quantity {
  margin-bottom: 20px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  padding: 10px;
  font-size: 18px;
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quantity-btn:hover {
  background-color: #ccc;
}

#quantity {
  width: 50px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 10px 0px;
}

/* Buttons */
.product-buttons {
  margin-top: 20px;
}

.add-to-cart,
.buy-now {
  padding: 12px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-to-cart {
  background-color: #fff;
  border: 1px solid #22a6b3;
  color: #22a6b3;
  margin-right: 10px;
}


.buy-now {
  background-color: #22a6b3;
  color: #fff;
  transition: 0.4s;
}

.buy-now:hover {
 opacity: 0.8;
}


/*  */




.faq-section {
  
  padding: 60px 20px;
  color: #fff;
}

.faq-container {
  background: linear-gradient(135deg, #1f3c6b, #9a8fd6);
  padding: 30px 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.faq-left h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.faq-left p {
  line-height: 1.6;
  margin-bottom: 30px;
}

.faq-left a {
  color: #fff;
  text-decoration: underline;
}

.business-hours {
  margin-top: 20px;
  font-size: 16px;
}

/* Accordion */
.faq-right {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 20px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "⌄";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 15px;
  font-size: 15px;
}



.site-footer {
  background: #ffffff;
  padding: 60px 40px 30px;
  font-family: Arial, sans-serif;
  color: #222;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr 1.3fr;
  gap: 40px;
}

.footer-logo {
  width: 80px;
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  text-decoration: none;
  color: #444;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* Newsletter */
.newsletter {
  display: flex;
  margin-top: 15px;
}

.newsletter input {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
}

.newsletter button {
  margin-left: 10px;
  padding: 12px 16px;
  border-radius: 50%;
  border: none;
  background: #eee;
  cursor: pointer;
}

/* Hours */
.hours li {
  margin-bottom: 6px;
}

/* Bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.socials a {
  margin-right: 15px;
  font-size: 18px;
  color: #111;
  text-decoration: none;
}

.ham-shop-slider{
	    max-width: 1295px;
    overflow: hidden;
    margin: 80px auto 40px;
	position: relative;
	padding: 0 20px;
}
/* Slide */
.swiper-slide.ham-slide-item {
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

/* Image wrapper */
.swiper-slide .ham-slide-img {
  width: 100%;
  height: 100%;
}

.swiper-slide .ham-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay */
.swiper-slide.ham-slide-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  z-index: 1;
}

/* Info overlay */
.swiper-slide .ham-slide-info {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 2;
  color: #fff;
}

/* Shop text */
.swiper-slide .ham-shop-text {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.85;
  display: block;
  margin-bottom: 8px;
}

/* Title */
.swiper-slide .ham-slide-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
	color: #fff;
}

/* Arrow circle */
.swiper-slide .ham-link-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide .ham-link-arrow i {
  color: #000;
  font-size: 14px;
}

/* Hover effect */
.swiper-slide.ham-slide-item:hover img {
  transform: scale(1.05);
}

.swiper-slide .ham-slide-img img {
  transition: transform 0.4s ease;
}
.ham-swiper-button-next,
.ham-swiper-button-prev {
     position: absolute;
    top: 50%;
    transform: translateY(-46%);
    z-index: 999;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #c3c3c3;
}

.ham-swiper-button-prev {
  left: 0;
}

.ham-swiper-button-next {
  right: 0;
}

.ham-swiper-button-next i,
.ham-swiper-button-prev i {
  color: #000;
  font-size: 18px;
}

/* Hide when locked */
.ham-swiper-button-lock {
  display: none !important;
}

.axo-fea .subtitle{
	margin: 0;
}
.axo-fea h2{
	margin: 0;
}
.axo-fea p{
	margin-bottom: 5px;
}

.axo-fea .heading-row a{
	    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.axo-fea .heading-row a i{
	    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #1a1a1a1a;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid;
    padding: 4px;
    font-size: 11px;
}

.axo-fea .product-swiper-button-prev, 
.axo-fea .product-swiper-button-next{
	width: 44px;
    height: 44px;
    background: #f0f0f0;
    color: #1a1a1a;
    border-radius: 100%;
    display: grid;
    place-content: center;
    position: absolute;
    top: 31%;
    z-index: 999;
}
.axo-fea .product-swiper-button-prev{
	left: 0px;
}
.axo-fea .product-swiper-button-next{
	right: 0px;
}
.product-card-bg-slide{
	background: #2587c5;
    height: 200px;
    display: flex;
    align-items: center;
}
.product-card-cont-slide{
	padding: 20px 15px;
}

.swiper.product-slider .swiper-wrapper{
	padding-bottom: 20px;
}


.review-slider .review-next, 
.review-slider .review-prev{
	width: 44px;
    height: 44px;
    background: transparent;
    color: #1a1a1a;
    border-radius: 100%;
    display: grid;
    place-content: center;
    position: absolute;
    bottom: 27px;
    z-index: 999;
	    box-shadow: 0 0 0 1px #1a1a1a1f;
}
.review-slider .review-next{
	right: 40%;
} 
.review-slider .review-prev{
	left: 40%;
}

.review-slider .swiper-pagination.rienx-pagination{
	bottom: 35px;
}

.review-slider .swiper-pagination.rienx-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #000;
}













