/* Add custom CSS styles below */ 
:root{
    --second-color:#fff;
}
.my-header {
    position: relative;
}
salla-comments .s-comments-product {
    background-color: rgb(31 11 36) !important;
}
.navbar-brand img ,footer  img[alt="wordstones-sa"].w-full.h-full {
    scale: 1.5;
    filter: brightness(0) invert(1);
}
/* image header*/
[dir=rtl] salla-slider.photos-slider .swiper{
    padding: 0 !important;
}
.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
}
 .carousel-slider .swiper-wrapper>div:first-of-type {
    padding: 0;
}
.s-block:first-of-type {
    margin-top: 0;
}


/*banner--fixed*/
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
/*  grid*/
.s-block__title {
    justify-content: center;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 300px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: 1rem;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
/* animation on hover */
a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.banner-entry::after ,.s-product-card-image::after  {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner-entry:hover::after ,.s-product-card-image:hover::after{
  animation: flashing 0.6s linear;
}

@keyframes flashing {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* products border  */

.s-product-card-content {
    padding: 12px;
}
.s-product-card-image img {
    background: #fff;
}
/*remove the latest products*/
[dir=rtl] .s-slider-block__title h2 {
      color:var(--color-primary);
}
/*footer*/
.footer-is-light .store-footer .store-footer__inner  ,footer.store-footer {
    background-color: #F3F4F600 !important;
    color: var(--second-color);
}
.copyright-text p {
    color: var(--second-color);
}
footer img.s-trust-badges-image {
    margin: 15px 0px;
}
.s-reviews-testimonial__text {
color:#000
}
.s-breadcrumb-arrow path {
    stroke: #fff;
}
.product-single .form-label {
    color: rgba(255, 255, 255, 1);
}
.cart .bg-secondary {
    background-color: #1f0b24;
}
.cart .text-black {
    color: rgba(255, 255, 255, 1);
}
.mm-ocd--open * {
    color: rgba(17, 24, 39, 1);
}
.s-product-card-sale-price .\!text-\[clamp\(0\.5rem\2c 0\.4641rem\+0\.1609vw\2c 0\.625rem\)\] {
    font-size: clamp(.8rem,0.4641rem + 0.1609vw,0.625rem) !important;
}



.product-single .article--main span  ,.product-single .article--main strong,
.product-single .main-content b ,.product-single .main-content label ,
.main-content path{
    color:#fff !important
}

.single-product .s-add-product-button-main salla-button > button {
    color: #ffffff !important ;
    border: none;
    border-radius: 32px;
}

.cart .main-content path{

  fill: #fff !important; 
}
.cart a ,.cart .s-breadcrumb-item, .cart .s-breadcrumb-arrow ,
.cart  .s-button-element{
    color: #fff;
}

.single-product .s-add-product-button-main .s-add-product-button-mini-checkout {
  
    background: aliceblue;
    border-radius: 20px;
}
.store-footer__inner .s-social-list path {
    fill: #ffff !important ;
}
@media (max-width: 767px){
.sm\:gap-8 {
    gap: .5rem;
}
.banner-entry ,.two-row .banner-entry:first-child {
    height:100px !important;
  } 
/*slides*/
.swiper-slide {
    width: 56%;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
}