/* Add custom CSS styles below */ 
body {
  background-color: #2a82df !important;
}


.s-block {
  margin-top: 0px !important;
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 0px !important;
  }
}

.home-block-title h2 {
  color: #2c2c2c !important;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.enhanced-title-border {
  width: 60px;
  height: 4px;
  background: #cf3282;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  transition: width 0.4s ease;
}

.s-block--circle-links:hover .enhanced-title-border {
  width: 100px;
}

.s-block--fixed-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.s-block--fixed-banner .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s-block--fixed-banner .banner,
.s-block--fixed-banner img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  display: block !important;
}

.s-block.s-block--fixed-banner:first-of-type img {
  background: linear-gradient(180deg, rgba(30, 175, 237, 1) 42%, rgba(152, 138, 132, 0) 100%);
}

.s-block--circle-links {
  background-color: #92dcf9 !important;
  padding: 4rem 0;
}

.s-block--circle-links .home-block-title h2 {
  color: #2a2a5d !important;
  font-size: 2.5rem !important;
}

.s-block--circle-links .home-block-line {
  display: none !important;
}

.custom-capsule-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin-top: 80px !important;
}

.s-block--circle-links li {
  width: calc(33.333% - 14px);
  perspective: 1000px;
  transition: transform 0.3s ease;
}

.s-block--circle-links li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 60px;
  border: 2px solid #2a2a5d;
  padding: 0 15px 20px 15px;
  height: 100%;
  position: relative;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.custom-capsule-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  /* margin-top: -60px; */
  margin-bottom: 10px;
}

.group.anime-item:nth-child(2) .custom-capsule-img-box img {
  scale: 1.4 !important;
}
 /* .group.anime-item:nth-child(3) .custom-capsule-img-box img {
       scale: 1.3;
 
    transform: translateY(-10px);
  } */
.custom-capsule-img {
  height: 130px;
  width: auto;
  max-width: 120%;
  object-fit: contain;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.15));
}

.s-block--circle-links li h3 {
  color: #2a2a5d !important;
  font-weight: 800 !important;
  font-size: 1.25rem !important;
  margin-top: auto;
}

.s-block--circle-links .overflow-hidden.rounded-full {
  border: 3px solid #eee;
  padding: 5px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.group:hover .overflow-hidden.rounded-full {
  border-color: #cf3282;
  transform: rotate(5deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(207, 50, 130, 0.2);
}

.group:hover img {
  transform: scale(1.15);
  filter: brightness(1.1);
}

.group h3 {
  transition: color 0.3s ease, transform 0.3s ease;
  margin-top: 15px;
  font-weight: 700 !important;
}

.group:hover h3 {
  color: #cf3282 !important;
  transform: translateY(-3px);
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: #cf3282;
  box-shadow: 0 12px 25px rgba(207, 50, 130, 0.15);
}

.product-card__image {
  position: relative;
  background: #fcfcfc;
  padding: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__image img.main-image {
  transition: transform 0.4s ease-in-out;
}

.product-card:hover img.main-image {
  transform: scale(1.08);
}

.product-card__actions,
.product-card__buttons {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.product-card:hover .product-card__actions,
.product-card:hover .product-card__buttons {
  opacity: 1;
  transform: translateX(0);
}

.product-card__actions .s-button-primary-outline,
.product-card__buttons .s-button-primary-outline {
  background: #ffffff !important;
  border: 1px solid #cf3282 !important;
  color: #cf3282 !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}

.product-card__actions .s-button-primary-outline:hover,
.product-card__buttons .s-button-primary-outline:hover {
  background: #cf3282 !important;
  color: #ffffff !important;
  transform: scale(1.1);
}

.quickview-btn {
  display: none !important;
}

.product-card__content {
  padding: 20px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__title a {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.product-card__title a:hover {
  color: #cf3282;
}

.price_is_on_sale .total-price {
  color: #219ad2 !important;
  font-size: 22px !important;
  font-weight: 800;
}

.price_is_on_sale .before-price {
  color: #333362 !important;
  font-size: 16px;
}

.product-card__addToCart .s-button-primary {
  background-color: #cf3282 !important;
  border-color: #cf3282 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-size: 15px !important;
  padding: 10px 15px !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0 4px 10px rgba(207, 50, 130, 0.15) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}

.product-card__addToCart .s-button-primary:hover {
  background-color: #92d8f6 !important;
  border-color: #a82768 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 15px rgba(207, 50, 130, 0.3) !important;
}

.product-card__addToCart .s-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  width: 100%;
}

.product-card__enhanced-mini-cart .s-button-primary-outline {
  background-color: transparent !important;
  border: 1.5px solid #cf3282 !important;
  color: #cf3282 !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  transition: all 0.3s ease-in-out !important;
}

.product-card__enhanced-mini-cart .s-button-primary-outline:hover {
  background-color: #cf3282 !important;
  border-color: #cf3282 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 10px rgba(207, 50, 130, 0.2) !important;
}

.product-card__enhanced-mini-cart .s-button-primary-outline:hover i {
  color: #ffffff !important;
}

#about-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  transition: all 0.3s ease;
}

#about-5 h2.text-primary {
  min-height: 1.5em;
  display: inline-block;
  position: relative;
  color: #cf3282 !important;
}

#about-5 h2.text-primary::after {
  content: "|";
  margin-right: 5px;
  animation: blink-cursor 0.8s infinite;
}

#about-5 .btn {
  border-radius: 50px !important;
  background-color: #cf3282 !important;
  border: none !important;
  transition: 0.3s;
}

#about-5 .btn:hover {
  transform: translateY(-3px);
  background-color: #2a82df !important;
}

#about-5 img {
  border-radius: 25px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

#about-5 img:hover {
  transform: scale(1.03) rotate(1deg);
}

.s-block--testimonials .review > div {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px !important;
  background: linear-gradient(145deg, #ffffff, #fdfdfd) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s-block--testimonials .review > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(245, 158, 11, 0.15) !important;
  border-color: rgba(245, 158, 11, 0.3);
  z-index: 2;
}

.s-block--testimonials .review p.text-sm {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  font-weight: 500;
}

.s-block--testimonials .comment__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
}

.s-block--testimonials .comment__rating i {
  font-size: 1.15rem;
  filter: drop-shadow(0 2px 4px rgba(245, 158, 11, 0.4));
  transition: transform 0.3s ease;
}

.s-block--testimonials .review > div:hover .comment__rating i {
  animation: starPop 0.5s ease forwards;
}

.s-block--testimonials .review > div:hover .comment__rating i:nth-child(1) {
  animation-delay: 0.1s;
}

.s-block--testimonials .review > div:hover .comment__rating i:nth-child(2) {
  animation-delay: 0.15s;
}

.s-block--testimonials .review > div:hover .comment__rating i:nth-child(3) {
  animation-delay: 0.2s;
}

.s-block--testimonials .review > div:hover .comment__rating i:nth-child(4) {
  animation-delay: 0.25s;
}

.s-block--testimonials .review > div:hover .comment__rating i:nth-child(5) {
  animation-delay: 0.3s;
}

.s-block--testimonials .review img {
  border: 2px solid #f59e0b;
  padding: 2px;
  background-color: #fff;
  transition: all 0.4s ease;
}

.s-block--testimonials .review > div:hover img {
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.s-block--testimonials .sicon-quote {
  color: #f59e0b !important;
  opacity: 0.08 !important;
  font-size: 5rem !important;
  top: 10px !important;
  right: 15px !important;
  transition: all 0.5s ease;
  z-index: -1;
}

.s-block--testimonials .review > div:hover .sicon-quote {
  opacity: 0.15 !important;
  transform: scale(-1.2) rotate(10deg) !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anime-item {
  animation: fadeInUp 0.8s ease forwards;
}

.auto-fit-grid li:nth-child(1) {
  animation-delay: 0.1s;
}

.auto-fit-grid li:nth-child(2) {
  animation-delay: 0.2s;
}

.auto-fit-grid li:nth-child(3) {
  animation-delay: 0.3s;
}

.auto-fit-grid li:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes blink-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes starPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
    color: #ffb700;
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 820px) {
  .s-block--fixed-banner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .product-card__content {
    padding: 12px 10px !important;
  }
  
  .product-card__title a {
    font-size: 13px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    overflow: hidden;
  }
  
  .product-card__price {
    flex-direction: column !important;
    gap: 2px !important;
    margin-bottom: 10px !important;
  }
  
  .price_is_on_sale .total-price {
    font-size: 18px !important;
  }

  .product-card__enhanced-mini-cart {
    padding: 10px !important;
  }
  
  .product-card__enhanced-mini-cart .s-button-element {
    height: 35px !important;
    padding: 0 5px !important;
  }
  
  .product-card__enhanced-mini-cart__btn--inner {
    padding: 3px 5px !important;
  }
  
  .product-card__enhanced-mini-cart__btn--inner .enhanced-label {
    font-size: 12px !important;
  }
  
  .product-card__enhanced-mini-cart__btn--inner .enhanced-icon {
    font-size: 14px !important;
  }

  .product-card__actions,
  .product-card__buttons {
    top: 10px !important;
    right: 10px !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
  
  .product-card__actions .s-button-primary-outline,
  .product-card__buttons .s-button-primary-outline {
    width: 32px !important;
    height: 32px !important;
  }

  .s-block--circle-links li {
    width: calc(33.333% - 14px);
    min-width: 0;
  }
  
  .custom-capsule-img {
    height: 70px; 
  }
  

  .s-block--circle-links li a {
    border-radius: 40px;
  }
  
  .s-block--circle-links .home-block-title h2 {
    font-size: 1.8rem !important;
  }
}

.enhanced_rounded_contacts a {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.enhanced_rounded_contacts a:hover {
  background-color: #cf3282 !important;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(207, 50, 130, 0.4) !important;
}

.enhanced_links li a {
  transition: all 0.3s ease-in-out !important;
  display: inline-block;
  font-size: 18px !important;
}

.enhanced_links li a:hover {
  color: #cf3282 !important;
  transform: scale(1.05);
  background-color: white !important;
  padding: 3px !important;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .enhanced_links_wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .enhanced_links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .enhanced_links li {
    margin-bottom: 12px !important;
  }

  .enhanced_rounded_contacts {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .enhanced-contact-item {
    width: 80% !important;
    justify-content: center !important;
  }
}

.s-social-list {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.s-social-link a {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  padding: 10px !important;
}

.s-social-link a:hover {
  background-color: #cf3282 !important;
  transform: translateY(-8px) rotate(15deg) !important;
  box-shadow: 0 5px 15px rgba(207, 50, 130, 0.4) !important;
}

.s-social-link a svg {
  fill: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
}
.btn--collapse{
  background-color: white !important;
}
.cart-item {
  background-color: white !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  transition: border-color 0.3s ease !important;
  box-shadow: none !important;
}

.cart-item:hover {
  border-color: #cf3282 !important;
}

.product-single .magnify-wrapper img {
  background-color: white !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  border: 2px solid  #cf3282 !important;
  transition: border-color 0.3s ease !important;
}

div.shadow-default.bg-storeBG.rounded-md {
  background-color: white !important;
  border: 2px solid white !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease !important;
}

div.shadow-default.bg-storeBG.rounded-md:hover {
  border-color: #cf3282 !important;
}

.cart-item h1 a,
h4.text-store-text-primary {
  font-weight: 800 !important;
  color: #2a2a5d !important;
}

.cart-item,
div.shadow-default.bg-storeBG.rounded-md {
  padding: 20px !important;
}

.product-single-top-description {
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-right: 6px solid #cf3282 !important;
  padding: 25px !important;
  border-radius: 15px !important;
  line-height: 1.8 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
  margin-top: 20px;
}

.product-single-top-description article p {
  margin-bottom: 12px !important;
  color: #4b5563 !important;
  font-size: 15px !important;
}

.product-single-top-description strong {
  color: #2a2a5d !important;
  display: block;
  margin-top: 15px;
  font-size: 17px !important;
}

.product-single-top-description a {
  color: #cf3282 !important;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: 1px dashed #cf3282;
  transition: all 0.2s ease;
}

.product-single-top-description a:hover {
  background-color: #fff1f6;
  border-bottom-style: solid;
}
.s-comments-container salla-reviews-summary{
    background: white !important;
    padding: 4px !important;
}

.s-product-options-colors-item span[style*="rgb(224, 233, 255)"] {
  background-color: transparent !important;
  background-image: none !important;
}
.cart-item .bg-storeBG{
   background: white !important;
}
.product-single .product-features-item, .s-product-options-wrapper, .s-quantity-input-button svg, .s-quantity-input-input{
  background: white !important;
}
.s-comments-item-wrapper .s-comments-item-inner {
      background-color: white !important ;
    border-radius: 10px;
    padding: 5px;
}
@media (max-width: 768px) {
   .group.anime-item:nth-child(3) .custom-capsule-img-box img {
        scale: 1.2;
  }
  .product-single-top-description {
    padding: 15px !important;
    border-right-width: 4px !important;
  }
  
}