h2[title="قوالب انستقرام"] {
  display: none;
}

@media (max-width: 1025px) {
  .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    z-index: 10;
  }

  .main-nav-container .flex.items-center.justify-between.relative {
    position: relative; /* anchor point for .navbar-brand */
    height: 64px; /* or whatever your header height is */
  }
}


/* For cases where multiple SVGs might match */
svg[width="32"][height="32"] path[d*="M11.438 22.479"] {
  fill: white !important;
}
/* Target SVG with specific viewBox and dimensions */
svg[width="32"][height="32"][viewBox="0 0 32 32"] path {
  fill: white;
}

/* Alternative: Target SVG containing the specific path */
svg path[d="M11.438 22.479l6.125-6.125-6.125-6.125 1.875-1.875 8 8-8 8z"] {
  fill: white;
}



/* Main card container */
.Tira__vertical.s-product-card-entry {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  background: white;
}

/* Hover effect for entire card */
.Tira__vertical.s-product-card-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Product image container */
.s-product-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

/* Product image styling */
.s-product-card-image-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Image hover effect */
.Tirr_hover_glass:hover .s-product-card-image-contain {
  transform: scale(1.03);
}

/* Action buttons container */
.Tira_opsbtns {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show buttons on hover */
.s-product-card-image:hover .Tira_opsbtns {
  opacity: 1;
}

/* Individual action buttons */
.Tira_opsbtn_eye, 
.Tira_opsbtn_rel,
.s-product-card-wishlist-btn {
  background: rgba(255,255,255,0.9) !important;
  backdrop-filter: blur(4px);
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Card content area */
.s-product-card-content {
  padding: 1rem;
}

/* Product title */
.s-product-card-content-title a {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.s-product-card-content-title a:hover {
  color: #4a6baf;
}

/* Price styling */
.s-product-card-price {
  color: #ac9be9;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Rating stars */
.s-rating-stars-wrapper {
  margin: 0.5rem 0;
}

.s-rating-stars-wrapper svg {
  fill: #FFC107;
}

/* Add to cart button */
.s-button-primary-outline {
  border: 1px solid #4a6baf !important;
  color: #ac9be9  !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.s-button-primary-outline:hover {
  background: #ac9be9  !important;
  color: white !important;
}







/* Wishlist button */
.s-product-card-wishlist-btn {
  margin-left: 0.5rem;
}

/* Tooltip styling */
.tooltip {
  display: none;
  position: absolute;
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}


/* Hide the entire wishlist button */
.s-product-card-wishlist-btn {
    display: none !important;
}



/* Target all SVG icons inside <i> tags in the user menu */
.s-user-menu-inline i svg path {
}

/* Alternative: Target all icons directly */
.s-user-menu-inline i {
    color: #000 !important; /* Works if SVG inherits color */
}

.Tira__fixedban_con {
  position: relative; /* Required for absolute child positioning */
}



.Tira__hearo_baners_text_d_auto {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
  /*display: none !important;*/
}


/* Pulse animation (optional) */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.Tira__hearo_baners_text{
justify-content: center !Important;
align-items:center !Important;
}
.Tira__hearo_baners_text_d{
justify-content: center !Important;
align-items:center !Important;
width:100% !Important;
}


.Tira__fixedban_con {
  position: relative; /* Required for absolute children */
}


       


















/*hero section */ 
@media (min-width: 1025px) {
  /* Hero section - desktop only */
  .Tirahearo_baners {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -50px; /* Remove space above */
  }
}


.Tirahearo_baners_img {
  display: block;
  width: 100%;
}

.Tirahearo_baners_img img {
  width: 100%;
  height: auto;
  display: block;
}

.Tirahearo_baners_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* Center vertically */
  padding: 2rem;
  font-size: 2rem;
}

@media (min-width: 768px) {
    .md\:mb-24 {
        margin-bottom: 5px;
    }
}

.Tirahearo_baners_text_d {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 1rem !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.Tirahearo_baners_text_d p {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); /* Improve text readability */
}

.Tirahearo_baners_text_d_auto,
.Tira__hearo_baners_text_d_auto {
  display: block; /* Show the heading */
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Hide button completely */
.Tira__cssbuttons, 
.Tiracssbuttons {
  display: none !important;
}

/* Search box styling */
.simple-search-box {
  display: flex !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  width: 380px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.simple-search-box:focus-within {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.simple-search-box svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.simple-search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
}

.simple-search-box input::placeholder {
  color: rgba(255, 255, 255, 0-.7);
}

/* Large screens */
@media (min-width: 1200px) {
  .Tirahearo_baners_text {
    padding: 3rem;
  }
  
  .Tirahearo_baners_text_d {
    max-width: 600px;
  }
  
  .Tirahearo_baners_text_d p {
    font-size: 2.25rem;
  }
  
  .Tirahearo_baners_text_d_auto,
  .Tira__hearo_baners_text_d_auto {
    font-size: 3rem;
  }
  
  .simple-search-box {
    width: 420px;
  }
}

/* Medium screens */
@media (max-width: 991px) {
  .Tirahearo_baners_text {
    padding: 1.5rem;
    align-items: flex-start;
    padding-top: 3rem;
  }
  
  .Tirahearo_baners_text_d {
    max-width: 400px;
  }
  
  .Tirahearo_baners_text_d p {
    font-size: 1.75rem;
  }
  
  .Tirahearo_baners_text_d_auto,
  .Tira__hearo_baners_text_d_auto {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
  
  .simple-search-box {
    width: 300px;
  }
}

/* Small screens */
@media (max-width: 767px) {
  .Tirahearo_baners {
    margin-top: -25px; /* Reduce negative margin on small screens */
  }
  
  .Tirahearo_baners_text {
    padding: 1rem;
    padding-top: 2rem;
  }
  
  .Tirahearo_baners_text_d {
    max-width: 280px;
    gap: 0.5rem !important;
  }
  
  .Tirahearo_baners_text_d p {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  
  .Tirahearo_baners_text_d_auto,
  .Tira__hearo_baners_text_d_auto {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  
  .simple-search-box {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
  }
  
  .simple-search-box input {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .Tirahearo_baners {
    margin-top: -15px;
  }

  .Tirahearo_baners_text {
    padding: 0.75rem;
    padding-top: 1.5rem;
  }
  
  .Tirahearo_baners_text_d {
    max-width: 220px;
  }
  
  .Tirahearo_baners_text_d p {
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .Tirahearo_baners_text_d_auto,
  .Tira__hearo_baners_text_d_auto {
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
    line-height: 1.2;
  }
  
  .simple-search-box {
    max-width: 180px;
    margin-top: 0.5rem;
  }
  
  .simple-search-box svg {
    width: 14px;
    height: 14px;
  }
  
  .simple-search-box input {
    font-size: 0.875rem;
  }
}




@media (max-width: 768px) {
    .Tira__hearo_baners_text_d.mhav {
         margin-top: 0%; 
    }
}





/* Override the line-height rule for Tira__hedding h3 */
@media (max-width: 480px) {
  .Tira__hedding h3 {
    line-height: initial !important; /* This removes the 2rem line-height */
  }
}





/* Remove specific image in responsive views */
@media (max-width: 767px) {
  img[alt="الأسئلة الشائعة"],
  img[aria-label="Illustration related to الأسئلة الشائعة"] {
    display: none !important;
  }
}

/* If you need to target tablets as well */
@media (max-width: 1023px) {
  img[alt="الأسئلة الشائعة"],
  img[aria-label="Illustration related to الأسئلة الشائعة"] {
    display: none !important;
  }
}


/* Reduce excess space in hero section */
@media (min-width: 767px) {
  /* Target the hero section */
  .s-block.Tira__hearo,
  section.s-block.Tira__hearo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }









.Tira__hearo_baners_img img{
height: 80%;

}
.gap-6 {
gap: 2rem
}



 
 
 
 a.Tira__cssbuttons .butnicon {
display: none;
}


.Tira__hearo_baners_text{
top: -100px ;
}









































/* 
 * Modern Footer with 3-Section Grid Layout
 * Organized and improved responsive design
 * Preserves desktop layout
 */

/* ---------- Base Styles ---------- */
/* Footer container */
.Tira__footer_links_newsletter {
position: relative;
  width: 30%;
  color: #333333;
  background: none !important;
  padding: 0;
  margin-top: 0 !important;
  text-align: center;
  box-shadow: none !important;
}

/* Newsletter container */
#mc_embed_shell.Tira__footer_links_newsletter {
  width: 100%;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: none;
  margin-top: 1rem;
}

/* Remove fixed padding-top */
#mc_embed_shell.Tira__footer_links_newsletter[style="padding-top: 100px;"] {
  padding-top: 0 !important;
}

/* ---------- Typography ---------- */
/* Newsletter heading */
.newsletter__txt h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
}

/* Newsletter paragraph */
.newsletter__txt p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b7280;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Form Elements ---------- */
/* Form container */
#mc-embedded-subscribe-form {
  width: 100%;
}

/* Input container */
#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

/* Email input field */
.email_button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background-color: white;
  color: #333333;
}

.email_button:focus {
  outline: none;
  border-color: #3d5afe;
  box-shadow: 0 0 0 2px rgba(61, 90, 254, 0.2);
}

/* Submit button */
.button {
  width: 75%;
  padding: 0.75rem 1.5rem;
  margin: 0;
  border-radius: 0.5rem;
  font-weight: 500;
  background-color: #3d5afe;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Placeholder text styling */
#mc_embed_shell input::placeholder {
  color: #6b7280;
  opacity: 0.8;
}

/* Custom form submit button override */
.Tira__footer_links_newsletter form input[type=submit] {
  background-color: #000000;
  color: white;
}

/* ---------- Layout & Grid ---------- */
/* Footer grid container - matching the HTML structure */
.store-footer__inner .grid {
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
}

/* Footer column styling */
.flex-center.flex-col {
  margin-bottom: 2.5rem;
}

.flex-center.flex-col h3 {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

/* Footer positioning */
.store-footer__inner {
  margin-top: auto;
}

/* ---------- Responsive Breakpoints ---------- */
/* Mobile-first approach - with scoped selectors */
@media (max-width: 767px) {
  /* Full width for mobile - only for footer newsletter */
  .store-footer__inner .Tira__footer_links_newsletter {
    width: 100%;
  }
  
  /* Stack grid items vertically - only in footer */
  .store-footer__inner .grid {
    display: inline-flex;
    flex-direction: column;
  }
  
  /* Center align content - only footer columns */
  .store-footer__inner .flex-center.flex-col {
    align-items: center;
    text-align: center;
    padding: 0 1rem;
  }
  
  /* Increase spacing for better touch targets - scoped to footer form */
  .store-footer__inner #mc_embed_signup_scroll {
    gap: 1.5rem;
  }
  
  /* Adjust button width for mobile - only in footer */
  .store-footer__inner .button {
    width: 100%;
  }
  
  /* Hide social icons on small screens - only in footer */
  .store-footer__inner .hidden.lg\:block.z-2.social {
    display: none;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Two-column layout for tablets - only in footer */
  .store-footer__inner .grid {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .store-footer__inner .flex-center.flex-col {
    width: 45%;
  }
  
  /* Improved newsletter spacing - scoped to footer */
  .store-footer__inner #mc_embed_signup_scroll {
    gap: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  /* Adjust input/button width - scoped to footer */
  .store-footer__inner .email_button {
    width: 60%;
  }
  
  .store-footer__inner .button {
    width: auto;
    min-width: 10rem;
  }
  
  /* Newsletter width - scoped to footer */
  .store-footer__inner .Tira__footer_links_newsletter {
    width: 75%;
    margin: 0 auto;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  /* Preserve desktop layout as specified - scoped to footer */
  .store-footer__inner .grid.gap-8.lg\:gap-6.grid-cols-1.lg\:flex.place-items-center {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
  }
  
  .store-footer__inner .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .store-footer__inner #mc_embed_shell.Tira__footer_links_newsletter {
    padding: .5rem 1rem;
  }
  
  .store-footer__inner .flex-center.flex-col {
    padding: 0 0rem;
  }
  
  .store-footer__inner .flex-center.flex-col:first-of-type {
    padding-left: 0;
  }
  
  .store-footer__inner .flex-center.flex-col:last-of-type {
    padding-right: 0;
  }
  
  .store-footer__inner .hidden.lg\:block.z-2.social {
    display: flex;
    width: auto;
  }
  
  .store-footer__inner .newsletter__txt h2 {
    font-size: 1.5rem;
  }
  
  .store-footer__inner .newsletter__txt p {
    font-size: 1rem;
  }
}

.grid {
  margin-bottom: 5px;
}












































/* Container styling */
.Tira__footer_links_newsletter {
  background-color: #f9f9f9; /* Light background */
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
}

/* Title and description */
.Tira__footer_links_newsletter h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.Tira__footer_links_newsletter p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Input field */
.Tira__footer_links_newsletter input[type="email"] {
  padding: 0.75rem 1rem;
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0 auto;
  transition: border-color 0.3s;
}

.Tira__footer_links_newsletter input[type="email"]:focus {
  border-color: #0073e6;
  outline: none;
}

/* Submit button */
.Tira__footer_links_newsletter input[type="submit"] {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.Tira__footer_links_newsletter input[type="submit"]:hover {
  background-color: #005bb5;
}



.banner--fixed img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .banner--fixed img {
    margin-bottom: 40px !important;
  }
}





@media (max-width: 480px) {
    .simple-search-box {
        max-width: 300px;
        }
        
        
        
  .Tira__hedding div h2{
  padding-top: 20px;
  }
  
  
  
  .Tira__faq_item.open{
  background: none; 
  }
  
  
  
  
  .flex-center.flex-col {
  display: none !important;
}