.about-section, .why-us-section {
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  background: rgba(255,255,255,0.9);
  border-radius: 15px;
  max-width: 800px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}.s-infinite-scroll-wrapper {
  margin-bottom: 5rem;
  text-align: center;
}

.container {
  
  margin: 0 !important ;
  padding: 0 !important ;}
.custom-nav{
  position: fixed;
  left: 0; right: 0;
  bottom: -100%;
  width: 100%;
  background: var(--bg);
  box-shadow: 0 -8px 20px rgba(0,0,0,.18);
  border-radius: 16px 16px 0 0;
  padding: 16px 14px 24px;
  transition: bottom .28s ease;
  z-index: 1002;
  direction: rtl;
}
.custom-nav.active{ bottom: 0; }

#close-nav-button{
  position: absolute;
  left: 12px;
  top: 8px;
  width: 36px; height: 36px;
  border: none; border-radius: 10px;
  background: rgba(0,0,0,.06);
  font-size: 22px; line-height: 36px;
  cursor: pointer; color:#333;
}


.header-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 6px;
  text-align: center;
  margin-left:30px !important ;
}
.store-logo{
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover;
}
.store-title{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--main-color);
}


.customer-service-icon{
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 6px 0 10px;
}


.custom-nav-link{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin: 6px 0;
  border-radius: 12px;
  text-decoration: none;


  transition: transform .15s ease, background .2s ease;
  background:var(--second-color);
}
.custom-nav-link:hover{
color:var(--main-color);
  transform: translateY(-2px);
}
.link-icon{ font-size: 18px; width: 22px; text-align: center; }
.link-text{ font-size: 16px; font-weight: 700; }
.about-section h2, .why-us-section h2 {
  color: #0ea5e9; /* لون رئيسي */
  font-weight: bold;
  margin-bottom: 15px;
}
.content-entry li{color:var(--second-color)}
.about-section p, .why-us-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  padding: 15px;
  max-width: 250px;
  transition: transform 0.3s ease;
}

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

.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h3 {
  color: #f97316; /* لون جذاب */
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.collection-group {
    margin-bottom: 60px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.collection-title {
    font-size: 2em;
    color:var(--main-color);
    text-align: center;
    margin-bottom: 10px;
}

.collection-description {
    font-size: 1em;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 30px;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-content: center;
}

.product-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 10px;
}
.content--single-page .text-2xl{color: var(--main-color) !important }
.product-name {
    font-size: 1.1em;
    font-weight: bold;
       color: var(--main-color);
    margin-bottom: 5px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
}

.product-price {
    font-size: 1.2em;
    color: var(--third-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.add-to-cart-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
     color: var(--third-color);
    text-decoration: none;
    border-radius: 25px;
    font-size: 1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.add-to-cart-button:hover {
    background-color: #2980b9;
}


@media (max-width: 768px) {
    .main-title {
        font-size: 2.5em;
    }
    .subtitle {
        font-size: 1em;
    }
    .collection-group {
        padding: 20px;
    }
    .product-grid {
        grid-template-columns: 1fr;
    }
    .product-image {
        height: auto;
    }
    .product-name {
        min-height: auto;
    }
}

.compare-modal-overlay.active, .rate-modal-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

body.no-scroll {
    overflow: hidden;
}


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#custom-compare-button {
  position: fixed;
  bottom: 40px;
  left: 20px;
  background-color: var(--main-color); 
  color: white;
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 16px; 
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite ease-in-out;
}

#custom-compare-button:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  background-color: #ff1493;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

#rate-button {
  position: fixed;
  bottom: 120px;
  left: 20px;
  background-color: var(--main-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.4);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 3s infinite ease-in-out;
}

#rate-button:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  background-color: #550000; 
}


@keyframes slideInUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.compare-modal-overlay, .rate-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 0, 0, 0.6);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease-in-out;
}


.compare-modal-content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 900px;
  position: relative;
  box-shadow: 0 8px 25px rgba(128, 0, 0, 0.7);
  border: 2px solid #800000;
  animation: slideInUp 0.5s forwards;
}


.rate-modal-content {
  background: white;
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 550px;
  position: relative;
  box-shadow: 0 8px 25px rgba(128, 0, 0, 0.7);
  border: 2px solid #ff69b4;
  animation: slideInUp 0.5s forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.compare-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff69b4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.compare-modal-header h2 {
  margin: 0;
  font-size: 28px;
  color: #800000;
}

.compare-close-button, .rate-close-button {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #800000;
  transition: transform 0.3s ease;
}

.compare-close-button:hover, .rate-close-button:hover {
  transform: scale(1.2) rotate(90deg);
  color: #ff69b4;
}

.compare-search-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.compare-search-box {
  position: relative;
}

.compare-search-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ffc0cb;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  color: #800000;
  transition: border-color 0.3s;
}

.compare-search-input::placeholder {
    color: #a0a0a0;
}

.compare-search-input:focus {
  border-color: #ff69b4;
  outline: none;
}

.compare-results-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  border: 1px solid #ffc0cb;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.3);
  background-color: white;
}

.compare-result-item {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #ffc0cb;
  transition: background-color 0.3s;
}

.compare-result-item:last-child {
  border-bottom: none;
}

.compare-result-item:hover {
  background-color: #fff0f5;
}

.compare-result-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  margin-left: 15px;
  border: 1px solid #800000;
}

.compare-result-item span {
  font-size: 16px;
  font-weight: bold;
  color: #800000;
}

.compare-products-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.selected-product-card {
  border: 1px solid #ffc0cb;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 15px rgba(128, 0, 0, 0.4);
  transition: transform 0.3s ease-out;
}

.selected-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.6);
}

.selected-product-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 8px;
}

.selected-product-card h4 {
  margin-top: 15px;
  font-size: 20px;
  color: #800000;
}

.selected-product-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.selected-product-card .product-price {
  font-size: 22px;
  font-weight: bold;
  color: #800000;
}

.rate-modal-content h2 {
  color: #800000;
  border-bottom: 1px solid #ff69b4;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 28px;
}

.rate-modal-content label {
  color: #800000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.rate-modal-content input, .rate-modal-content textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #ffc0cb;
  color: #800000;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rate-modal-content input:focus, .rate-modal-content textarea:focus {
  border-color: #ff69b4;
  outline: none;
  box-shadow: 0 0 8px rgba(255, 105, 180, 0.5);
}

.rate-modal-content input:hover, .rate-modal-content textarea:hover {
  transform: scale(1.01);
}

.rate-modal-content button[type="submit"] {
  background-color: #ff69b4;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.rate-modal-content button[type="submit"]:hover {
  background-color: #ff1493;
  transform: scale(1.05);
}



@media (max-width: 768px) {

  #custom-compare-button, #rate-button {
    width: 55px;
    height: 55px;
    font-size: 14px;
    bottom: 40px;
   
  }
  
  #rate-button {
    bottom: 100px;
   
  }


  .compare-modal-content, .rate-modal-content {
    width: 95%;
    padding: 20px;
  }


  .compare-search-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .compare-products-display {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }


  .compare-modal-header h2 {
    font-size: 22px;
  }

  .compare-close-button, .rate-close-button {
    font-size: 26px;
  }

  .selected-product-card h4 {
    font-size: 18px;
  }

  .selected-product-card .product-price {
    font-size: 20px;
  }
}








.sicon-heart{color:var(--main-color) !important}
.custom-nav a:last-child {
    border-bottom: none;
}

#toggle-nav-button {
    position: fixed;
    top: 180px;
    right: 20px;
    background: var(--main-color);
    color: var(--third-color);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

#toggle-nav-button:hover {
    background-color: #e07d6b;
    transform: translateY(-2px);
}

.custom-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    background: var(--main-color);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    width: 350px;
    height: auto;
    min-height: 400px;
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 999;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.custom-nav.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

.customer-service-icon {
    position: absolute;
    font-size: 4em;
    color: var(--fourth-color);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    z-index: 2;
    animation: customerServiceWalk 15s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.custom-nav.active .customer-service-icon {
    opacity: 1;
    animation-play-state: running;
    transition-delay: 0.2s;
}

@keyframes customerServiceWalk {
    0% { transform: translate(-100px, 0px) rotate(0deg); }
    25% { transform: translate(100px, -50px) rotate(15deg); }
    50% { transform: translate(150px, 50px) rotate(0deg); }
    75% { transform: translate(-50px, 100px) rotate(-15deg); }
    100% { transform: translate(-100px, 0px) rotate(0deg); }
}

.custom-nav-link {
    color: var(--third-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    position: relative;
    z-index: 3;
}

.custom-nav.active .custom-nav-link {
    opacity: 1;
    transform: translateY(0);
}

.custom-nav.active .custom-nav-link:nth-child(2) { transition-delay: 0.3s; }
.custom-nav.active .custom-nav-link:nth-child(3) { transition-delay: 0.4s; }
.custom-nav.active .custom-nav-link:nth-child(4) { transition-delay: 0.5s; }
.custom-nav.active .custom-nav-link:nth-child(5) { transition-delay: 0.6s; }
.custom-nav.active .custom-nav-link:nth-child(6) { transition-delay: 0.7s; }
.custom-nav.active .custom-nav-link:nth-child(7) { transition-delay: 0.8s; }
.custom-nav.active .custom-nav-link:nth-child(8) { transition-delay: 0.9s; }

.custom-nav a {
    white-space: nowrap;
    color: var(--third-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease-in-out;
    padding: 5px 0;
}

.custom-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0%;
    height: 3px;
    background-color: var(--fourth-color);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.custom-nav a:hover {
    color: var(--fourth-color);
}

.custom-nav a:hover::after {
    width: 100%;
    left: 0;
}

.social-icons-container {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.custom-nav.active .social-icons-container {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.social-icon {
    font-size: 2.2em;
    color: var(--third-color);
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: var(--fourth-color);
    transform: scale(1.1);
}

#close-nav-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2.5em;
    color: var(--third-color);
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s ease, transform 0.2s ease;
}

#close-nav-button:hover {
    color: var(--fourth-color);
    transform: rotate(90deg);
}


@media (max-width: 768px) {
    .custom-nav {
        width: 90%;
        min-height: 300px;
        padding: 20px 30px;
    }
    .custom-nav-link {
        font-size: 18px;
        margin: 10px 0;
    }
    .customer-service-icon {
        font-size: 3em;
    }
    @keyframes customerServiceWalk {
        0% { transform: translate(-50px, 0px) rotate(0deg); }
        25% { transform: translate(50px, -30px) rotate(15deg); }
        50% { transform: translate(70px, 30px) rotate(0deg); }
        75% { transform: translate(-30px, 60px) rotate(-15deg); }
        100% { transform: translate(-50px, 0px) rotate(0deg); }
    }
    .social-icon {
        font-size: 1.8em;
    }
    .social-icons-container {
        gap: 15px;
    }
    #close-nav-button {
        font-size: 2em;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    #toggle-nav-button {
        top: 155px;
        right: 10px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .custom-nav {
        width: 95%;
        min-height: 250px;
        padding: 15px 20px;
    }
    .custom-nav-link {
        font-size: 16px;
        margin: 8px 0;
    }
    .customer-service-icon {
        font-size: 2.5em;
    }
    .social-icon {
        font-size: 1.5em;
    }
    .social-icons-container {
        gap: 10px;
    }
    #close-nav-button {
        font-size: 1.8em;
        top: 8px;
        right: 8px;
    }
}
      .marquee {
        font-size: 16px; 
      }
      .marquee-container {
        padding: 8px 0;
      }
      .carousel-slider{    padding-bottom: 40px;

    }
}
.questions-block {
  background: var(--main-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}

.s-block_title_container {
  color: white;
}

.main-title h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition: color 0.3s ease;
  animation: glowingText 3.5s infinite alternate;
}

.subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.question-item {
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.question-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:var(--third-color);
  color: var(--main-color);
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.question:hover {
  background-color: var(--main-color);
  color:var(--third-color);
}

.question i {
  transition: transform 0.3s ease;
}

.question.open i {
  transform: rotate(180deg);
}

.answer {
  padding: 15px;
  background-color: var(--main-color);
  color: var(--third-color);
  display: none;
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.answer.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.flex.justify-center.items-center.w-full.mt-10 p {
  background-color: white;
  height: 2px;
  width: 60px;
  border-radius: 5px;
}
@keyframes glowingText {
  0% {
    text-shadow: 0 0 5px #282828, 0 0 10px #282828, 0 0 15px #282828, 0 0 20px #282828;
    color: #fff; 
  }
  50% {
    text-shadow: 0 0 15px #282828, 0 0 25px #282828, 0 0 35px #282828, 0 0 50px #282828;
    color: #d3d3d3; 
  }
  100% {
    text-shadow: 0 0 5px #282828, 0 0 10px #282828, 0 0 15px #282828, 0 0 20px #282828;
    color: #fff; 
  }
}

.questions-block standard{   animation: shimmer 2s infinite;}
========================================================================================================
وده الي css










.s-contacts-title{display:none;}
body{position:relative;}
@media (min-width: 1280px) {
  .container {
    max-width: 100% !important;
  }
}
.square-photos {
    display: flex;
    gap: 20px; 
}
 .justify-end{margin-top:20px !important;}
@media (min-width: 640px) {
  .s-block {
    margin-top: 0!important;
  }
}
#swiper-wrapper-c031732795dbcbd1{justify-content: center !important;}
#mobile-menu{display:none;}
.slide--cat-entry img{width:160px;
height:auto!important }

.s-search-container{
gap:0 !important
position: relative;
  top: 70px;
  display:;
  width: 90%;

}
.s-breadcrumb-item{color:var(--main-color);
font-size:18px;
}
.s-search-icon svg{fill:var(--third-color)!important}
.gap-2 {
  gap: 0 !important;
}
.banner--fixed img {
    opacity: 0;
    transform: translate(-50px, -50px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  
}
s-slider-swiper-wrapper
.banner--fixed img.show {
    opacity: 1;
    transform: translate(0, 0);
}


img {
  max-width: 250%;
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.s-slider-swiper-wrapper {
  
}
.banner--fixed img {
    opacity: 0;
    transform: translate(-50px, -50px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner--fixed img.show {
    opacity: 1;
    transform: translate(0, 0);
}



html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
}

.container {
    width: 100vw; 
    max-width: 100%; 
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);

}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
  fill: #d1d5db;
  display: none;
}

.text-2xl{color:var(--third-color) !important }
.content-entry{color:var(--main-color) !important }
.text-xl{color:var(--second-color) !important }
.slide--cat-entry h2{display:none;}
.s-menu-topnav-list{display:none;}
.text-primary{display:none;}
.main-nav-container.fixed-pinned .inner {
  box-shadow: 0 0 0 0;
}
.menu-button-logo {
  width: 80px; 
  height: auto;
}

.navbar {
  position: fixed;
  top: 100px; 
  right: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  background-color: var(--third-color);

  border-radius: 8px;
  z-index: 9999;
  transition: top 0.3s ease;
}


.navbar-logo img {
  width: 80px; 
  height: auto;
}
.menu-logo {
  width: 100px; 
  animation: pulse-glow 2s infinite ease-in-out;
}

@keyframes pulse-glow {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
  }
}


.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *) {
  right: -16px;
}
.s-cart-summary-count{background:var(--third-color);

color:var(--main-color)}
#s-cart-icon {

  display: none;
}
#mainnav{margin-bottom: 50px;}
.s-cart-summary-wrapper{gap:2rem}
.main-nav-container{background:transparent;
box-shadow: 0 0 0 0 aliceblue;
}
.justify-end {
 gap:2rem;
}

.s-cart-summary-total {
  background-color: var(--main-color);
  color: var(--third-color);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.s-cart-summary-total:hover,
.s-cart-summary-total.updated {
  transform: scale(1.05); 
  background-color: var(--third-color); 
  color: var(--main-color);
}
@media (min-width: 1024px) {
  .rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
    
    margin-top:30px  !Important ; !Important 
  }

}

.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0rem;
}
.menu-button {
    background-color: var(--second-color);
    color: #fff;
    border: none;
    padding: 15px 20px;
    display: flex;
align-items:center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    gap: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    
    transition: all 0.3s ease;
    border-radius: 0 0 20px 20px;
}

.menu-button:hover {
    background-color: var(--second-color) !important;
    transform: translateY(2px);
}

.menu-button-logo {
    width: 38px;
}


.overlay-menu {
    background: var(--dark-overlay-bg);
      background-color: rgba(0, 0, 0, 0.8) !important;

    color: var(--neutral-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
    clip-path: inset(0 50% 0 50%); 
    opacity: 0; 
    pointer-events: none; 
    transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.8s ease-out;
    z-index: 999; 
    overflow: hidden; 
}


.overlay-menu.active {
    clip-path: inset(0 0% 0 0%); 
    opacity: 1; 
    pointer-events: auto; 
}


.overlay-menu::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    animation: rotateBg 20s linear infinite;
    opacity: 0;
    transition: opacity 1s ease-out;
    z-index: -1;
}

.overlay-menu.active::before {
    opacity: 1;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.menu-content {
    max-width: 600px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05); 
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: relative; 
    overflow: hidden;
}

.overlay-menu.active .menu-content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}

.menu-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%; 
    height: 3px; 
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent); 
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateLine 6s linear infinite; 
    opacity: 0.7;
    z-index: 0;
}


.menu-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 120%; 
    background: linear-gradient(0deg, transparent, var(--accent-color), transparent); 
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateLine 6s linear infinite reverse; 
    opacity: 0.7;
    z-index: 0;
}

@keyframes rotateLine {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.menu-logo {
    width: 150px;
    margin: 20px auto 40px;
    display: block;
    animation: glow 2s infinite alternate, bounceIn 0.8s ease-out forwards;
    transform: scale(0.5);
    opacity: 0;
    position: relative; 
    z-index: 1; 
}

.overlay-menu.active .menu-logo {
    animation-play-state: running;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease-out;
    transition-delay: 0.5s;
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 10px #f3c02d);
    }
    100% {
        filter: drop-shadow(0 0 25px #fff);
    }
}

@keyframes bounceIn {
    0% { transform: scale(0.5); opacity: 0; }
    50% { transform: scale(1.1); opacity: 1; }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; 
    z-index: 1;
}

.menu-content li {
    margin: 15px 0;
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.overlay-menu.active .menu-content li {
    transform: translateX(0);
    opacity: 1;
}

.overlay-menu.active .menu-content li:nth-child(1) { transition-delay: 0.6s; }
.overlay-menu.active .menu-content li:nth-child(2) { transition-delay: 0.7s; }
.overlay-menu.active .menu-content li:nth-child(3) { transition-delay: 0.8s; }

.menu-content a {
    color: var(--third-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease, transform 0.3s ease;
    letter-spacing: 1px;
}

.menu-content a:hover {
    color: var(--main-color);
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-content a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-color);
    transition: width 0.3s ease-out;
}

.menu-content a:hover::after {
    width: 100%;
}


.extra-text {
    margin-top: 40px;
    color: var(--third-color);
    font-size: 16px;
    line-height: 1.6;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: relative; 
    z-index: 1;
}

.overlay-menu.active .extra-text {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.9s;
}

.cta-button {
    margin-top: 30px;
    padding: 15px 40px;
    background-color: var(--second-color);
    color: var(--third-color);
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    z-index: 1;
}
.menu-content ul li a {
  display: flex;
  align-items: center;  
  gap: 8px;             
  text-decoration: none; 
       
  font-size: 16px;
}

.menu-icon {
  width: 35px;
  height: 35px;
}

.cta-button:hover {
    background-color: var(--secondary-color);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
}

.overlay-menu.active .cta-button {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.1s;
}

.overlay-menu.active .cta-button {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.1s;
}


.s-search-input::placeholder {
    color: var(--third-color); 
    opacity: 1; 
}
.s-search-input{background: var(--second-color) !important;
color:var(--third-color)}
.s-search-container::before{
  content: '';

  background: url("https://i.ibb.co/jP2CFNb5/image.png");

gap:0 !important
  background-repeat-y: no-repeat;

  background-position-x: 0;

  animation: Movecrosswise 500s linear alternate both infinite;

  background-size: contain;

  height: 50px;

  display: block;
width: 300%;
  background-color: var(--main-color);

  background-position: center;
position: relative;
  top: -10px;





}

@keyframes Movecrosswise{
    0% {
        background-position-x: 0;
    }
    
    50% {
        background-position-x: 35000px;
    }

    100% {
        background-position-x: 0
    }
}


.copyright {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: gray;
}
@media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: auto;
  }
}

:root {
    --main-color: #88AABF;
    --second-color: #8FBFBA;
    --third-color: #fff;
    --fourth-color: #5BA69E;
}

body {


  background:#fff;

}

#product-filter {
    background-color: var(--main-color) !important;
    color: var(--third-color);
}


.s-product-card-content-title a{color:var(--main-color)}
.s-product-card-content-title a:hover{color:brown}
@keyframes Movecrosswise{
    0% {
        background-position-x: 0;
    }
    
    50% {
        background-position-x: 35000px;
    }

    100% {
        background-position-x: 0
    }
}


 h2{  

   margin: 20px 0  !important ;
  padding: 10px  !important; 
  background-color: var(--third-color)  !important; 
  color:var(--second-color) !important ;
  border: 2px solid ; 
  border-radius: 10px  !important; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)  !important; 
  text-transform: uppercase  !important; 
  letter-spacing: 1px  !important;   }

.s-slider-block__display-all{margin: 20px 0  !important ;
  padding: 10px  !important; 
    background-color: var(--third-color)  !important; 
  color:var(--main-color) !important ;
  border: 2px solid !important; 
  border-radius: 10px  !important; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)  !important; 
  text-transform: uppercase  !important; 
  letter-spacing: 1px  !important; }
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;


    padding-right: 10px;
    padding-left: 10px;
}



.
.s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
}

.banner--fixed img {
background: var(--body-color); 


    
}
.store-footer p{
color:white !important ;

}
.header-btn {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--main-color); 
  width: 45px;
  height: 45px;
  border-radius: 50%; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.header-btn i {
  font-size: 1.5rem; 
  color: var(--third-color);
}
.header-btn i:hover {
 
  color: var(--second-color);
}
.header-btn:hover {
  transform: scale(1.1); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);

  background-color: var(--third-color); 

}

.header-btn:active {
  transform: scale(1); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
    display:none;
}


@keyframes pulse {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}
@keyframes pulse-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

@keyframes fade-out {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--main-color) url(https://i.ibb.co/v4swyrdC/LOGO-PNG-DEVOLOP-copy.png) no-repeat center;
  background-size: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
animation:
  
    fade-out 1s 1.5s ease-out forwards;

  transform: scale(1); 
  pointer-events: none;
}
.sticky-product-bar{margin-bottom: 10px!important ;}
.sticky-product-bar__btn{margin-bottom: 20px !important ;}
@keyframes pulse-out {
  0% {
    opacity: 1;
    transform: scale(0.5) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: scale(1.1) rotate(10deg);
  }
  40% {
    opacity: 0.9;
    transform: scale(1) rotate(-10deg);
  }
  60% {
    opacity: 0.8;
    transform: scale(1.2) rotate(5deg);
  }
  80% {
    opacity: 0.6;
    transform: scale(1.1) rotate(-5deg);
  }
  100% {
    opacity: 0.5;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes fade-out {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.s-comments {
    display: none !important;
}
main-content h1 {
    color: var(--main-color) !important;
}

.total-price {
    color: var(--main-color)!important;
}


h4{color:var(--main-color) !important }
.square-photos {
    background-color: transparent !important;
  

}

.has-overlay:after {
    background-color: rgba(52, 29, 29, 0.419) !important;

}





.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.square-photos {
    width: 100%;
      transition: transform 0.6s ease-out;

    height: 350px;
}

.square-photos:hover {
  transform: rotateY(360deg);
    border-radius: 30px;

}

.grid {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-entry h3.text-with-border {
    border: none;
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.article--main{color:var*--third-color)}










@media (max-width: 1050px) and (min-width: 650px) {
   .s-search-container{width:70% !important}
}








.sicon-check-circle {
    animation: pulse 1s infinite linear;
    color: red !important;
}

@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sicon-headphones {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1);

    }
}





.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}





strong {
    color: var(--main-color) !important;
}

small {
    color: var(--main-color) !important;
}
.s-breadcrumb-wrapper{color:var(--main-color)}
.s-button-primary {
      background-color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 5px !important;
    color: #fff !important; 
    padding: 10px !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
}

.s-button-primary:hover {
    background-color: var(--third-color) !important;
    color: var(--main-color) !important;
}


s-button-text{color:var(--third-color)}

.product__description {
    color: var(--main-color) !important;
}




@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.s-button-primary-outline:active {
  transform: scale(0.95);
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}





.sicon-shipping-fast {
    animation: move 2s infinite linear;
    color: red !important;

}



@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sicon-headphones {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1);

    }
}


.s-block--features__item .feature-icon i,
p,
{
color: var(--main-color) !important;
font-size: 15px !important;
padding: 5px;

}

.s-block--features__item {
    background-color: transparent !important;
    font-size: 30px !important;
    color: #CF5D8F !important;
    transition-duration: 0.4s;
    transition-property: scale;
    border-radius: 30px;
    width: 80%
}

#page-main-title{color:var(--main-color) !important }
#featured-products-style2-11 {
    background-color: transparent !important;
}
@media (max-width: 640px) {
  .top-navbar .s-search-results:where([dir="rtl"], [dir="rtl"] *) {
    left: -160px !important;
  }
}


@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        height: auto;
    }
}

@keyframes shimmer {
    0% {
        box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
    }

    50% {
        box-shadow: 0 3px 6px 0 rgba(255, 165, 0, 0.5), 0 6px 20px 0 rgba(255, 165, 0, 0.3);
      
    }

    100% {
        box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
    }
}
.store-footer__inner {
    background-color: transparent !important;
    color: #CF5D8F !important;
    border-bottom: solid var(--second-color) 2px !important;
    border-radius: 5px;
    height:auto



    animation: shimmer 2s infinite;
}


.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--third-color) !important;
    font-size: 1.3rem;
    width: 150px;
    margin: auto;
    padding: 10px;
    border-radius: 20px
}



.footer-list {
    color: white !important;
}

.store-footer .max-w-sm {
    color: var(--third-color) !important;
    ;
}

.store-footer a {
    color: var(--third-color);
}

.store-footer a:hover {
    color: var(--third-color);
}

.s-contacts-header {
    display: none;
}

.s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}

.store-footer i {
    color: white !important;
    border-color: transparent !important;
}

.store-footer .contact-social {
    border: none;
}

.store-footer__inner {
    text-align: center;

}

.store-footer__inner h3:hover {
    color: var(--second-color) !important;
}

.s-breadcrumb-wrapper {
    color: var(--second-color) !important;
}
.s-block{ background: transparent; !important }
.s-block--features__item .feature-icon {
    background-color: transparent !important;
    font-size: 30px !important;

}
       
.s-block--features__item .feature-icon i {
    color: white !important;
    font-size: 30px !important;

}

.s-block--features__item:hover {
    scale: 1.08;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .store-footer h3 {
        font-size: 15px !important;

    }  .custom-video-banner video {
    height: 210px;
  }
}

    .square-photos {
 

    height: 150px!important ;
}

        .custom-video-banner{width:100% !important}
.s-product-card-entry, .s-products-product-card-vertical {
   
   
}

    .banner--fixed img {
 
    height:auto;
}
    .custom-nav a {font-size:14px;}

    .tl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0;
}
   .store-footer::after{top: 20px; !important}
.menu-button {width:130px;
top:70px;
}
    

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }



}

.s-social-link a svg {
  height: 35px;
  width: 35px;
  fill: currentColor;
}

.copyright-text{  
color: var(--third-color) !important;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 10px;




  }
.copyright-text p{color:var(--third-color)}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}



@media only screen and (max-width: 600px) {
    .store-footer__inner h3 {
        font-size: 14px !important;
    }

    
}


.s-contacts-title a:hover {
    color: black !important;
}

.grid-col-1 {
    flex-direction: column;

}

label {
    color: var(--main-color);
}

.store-footer h3:hover {
    opacity: 1;
    color: var(--third-color) !important;
    coursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(119, 89, 27, 0.373), 0 6px 20px 0 rgba(83, 61, 10, 0.411);

}

#wa-widget-send-button {
    display: none !important;
}

.content--single-page {
    color: var(--main-color) !important;
}

.content--single-page {
    background-color: transparent !important;
}
.store-footer {
  position: fixed;
  height:100%;
  bottom: 0;
  left: 0;
  width: 100%; 
padding:0 !important;
  transform: translateY(100%); 
  transition: transform 0.3s ease; 
  z-index: 1000; 
  opacity: 1;
}

.store-footer.visible {
  transform: translateY(0); 
}

.more-button {
margin-top:20px;
  position: fixed;
  bottom: 0px; 
  left: 50%; 
  transform: translateX(-50%); 
width:100%;
background:var(--main-color);
  color: var(--third-color); 
  border: none; 
  cursor: pointer; 
  z-index: 1001; 
}
.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير   ADFAZ" !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    display: inline-block;
    color: var(--third-color)!important;
position:relative;
top:3px;
left:0px;
     background-color: var(--main-color)!important;
margin-bottom:10px;

  padding: 10px;
  box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
  animation: shimmer 2s infinite;
}

.s-product-card-image {
    width: 100%;
    height: 100%;
    background-image: url('https://i.ibb.co/tMwczXSp/image.jpg');
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
    background-attachment: fixed;  background:white !important 


}
.store-footer {
    background-color: rgba(0, 0, 0, 0.8) !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: fixed;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: inset(0 50% 0 50%);
    opacity: 0; 
    transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.8s ease-out; 
    z-index: 1000;
    overflow: hidden; 
}

.store-footer.visible {
    clip-path: inset(0 0% 0 0%); 
    opacity: 1; 
}

.more-button {
   
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: var(--main-color);
    color: var(--third-color);
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.store-footer::after {
    animation: shake 3s infinite, shimmer 2s infinite;
    content: "برمجة وتطوير ADFAZ" !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    display: inline-block;
    color: var(--third-color) !important;
    position: relative; 
    background-color: var(--main-color) !important;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
  
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.store-footer__inner {
    background-color: transparent !important;
    color: #CF5D8F !important;
    border-bottom: solid var(--second-color) 2px !important;
    width:50%;
    border-radius: 5px;
    height: auto;
    animation: shimmer 2s infinite;
}
.copyright {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: gray;
}

.s-product-card-entry, .s-products-product-card-vertical {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.5s ease-in-out !important;
    overflow: hidden !important;
    background-color: #fff !important;

}


.s-product-card-entry:hover, .s-products-product-card-vertical:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-8px) !important;
}

.s-product-card-image {
    padding-top: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

.s-product-card-image img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    transition: all 0.5s ease-in-out !important;
    filter: brightness(1) !important;
}

.s-product-card-entry:hover .s-product-card-image img {
    transform: translate(-50%, -50%) scale(1.1) !important;
    filter: brightness(0.7) !important;
}



.s-product-card-content {
    padding: 10px 15px !important;
    text-align: right !important;
    transition: all 0.5s ease !important;
    background-color:#F2E8D5;
}

.s-product-card-content-title h3 {
    font-size: 1.1em !important;
    font-weight: normal !important;
    color: var(--main-color) !important;
    margin-bottom: 5px !important;
    transition: color 0.3s ease !important;
}

/* تأثير تغيير لون العنوان عند التمرير */
.s-product-card-entry:hover .s-product-card-content-title h3 {
    color: var(--main-color) !important;
}

.s-product-card-price {
    font-size: 1.3em !important;
    font-weight: bold !important;
    color: var(--main-color) !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    border: none !important;
    background: transparent !important;
    transition: transform 0.5s ease !important;
}

/* تأثير اهتزاز السعر عند التمرير */
.s-product-card-entry:hover .s-product-card-price {
    transform: scale(1.1) !important;
}

/* ===================================== */
/* 4. تنسيق زر "أضف إلى السلة"       */
/* ===================================== */

.s-button-primary-outline {
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 5px !important;
    color: #fff !important; 
    padding: 10px !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
}

/* تأثير الزر عند التمرير */
.s-button-primary-outline:hover {
    background-color: transparent !important;
    color: var(--main-color) !important;
    transform: scale(1.05) !important;
}

/* ===================================== */
/* 5. تنسيق زر الأمنيات          */
/* ===================================== */

.s-product-card-wishlist-btn {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    width: 35px !important;
    height: 35px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

/* تأثير عند التمرير بالماوس */
.s-product-card-wishlist-btn:hover {
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.1) !important;
}
.lazy__bg {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        background-size: cover !important ;
}
/* تنسيق أيقونة القلب */
.s-product-card-wishlist-btn svg {
    width: 18px !important;
    height: 18px !important;
    fill: var(--main-color) !important;
    transition: all 0.3s ease !important;
}

/* لون القلب عند التمرير */
.s-product-card-wishlist-btn:hover svg {
    fill: var(--main-color) !important;
}

/* هذا الكود يضيف أيقونة تقييم ثابتة بجانب اسم المنتج */

/* استهداف حاوية السعر واسم المنتج */
.s-product-card-content-sub {
    position: relative !important;
}

/* إضافة أيقونات النجوم */
.s-product-card-content-sub:after {
    content: "★★★★☆" !important; 
    position: absolute !important;
    top: 50% !important;
    left: 15px !important;
    transform: translateY(-50%) !important;
    color: #f7b927 !important; 
    font-size: 1.1em !important;
    z-index: 5 !important;
}


.s-product-card-content-title h3 {
    padding-right: 50px !important;
}
.s-fast-checkout-button.outline {
     background-color: var(--second-color) !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 5px !important;
    color: #fff !important; 
    padding: 10px !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    transform: scale(1) !important;
}

@media only screen and (max-width: 600px) {
.custom-video-banner .banner-text .typing-text {
       
        font-size:11px ;}
    .s-search-container{width:60% }
.s-search-container::before{
  content: '';

  background: url("https://i.ibb.co/jP2CFNb5/image.png");

gap:0 !important
  background-repeat-y: no-repeat;

  background-position-x: 0;

  animation: Movecrosswise 500s linear alternate both infinite;

  background-size: contain;

  height: 35px;

  display: block;
width: 300%;
  background-color: var(--main-color);

  background-position: center;
position: relative;
  top: -10px;

}

    .lazy__bg {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;

        width: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        opacity: 1 !important;
        transition-property: opacity !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 500ms;
    }
    .banner--fixed =1E2D59{
        background: transparent;
    }

    .square-photos {
        background: transparent;
        width: 35%;

        animation-iteration-count: infinite;
        transition-duration: 1s;
        transition-property: scale;

        height: 100px;
    }



    .store-footer__inner .max-w-sm {
        position: relative;
    }

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

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

    @media only screen and (max-width: 600px) {
        .store-footer__inner .max-w-sm::after {
            right: 180px;
        }

    }