/* Navigation Bar */
#mainnav .logo {
    object-fit: cover;
}
div#mainnav * {
    transition: all;
    transition-duration: 300ms;
}
body.index header.transparent-header :hover {
    background-color: transparent !important;
    color: var(--header-text-color);
}
#bcio-whatsapp-widget {
    z-index: 999;
    position: absolute;
}
.product-single #mainnav{
  background-color: transparent !important;
}

body.index .footer-2, body.index .s-block--latest-products {
  display: none !important;
}
.product-single .fixed-header {
  background-color: #ffffffde !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.s-contacts-list #contact-slot:nth-of-type(2) {
  display: none;
}

.products-container.relative.bg-inherit.z-10.py-8.pt-2 {
    width: 100%;
}
.products.container {
    width: 100%;
}
/* Hero Section */
@media screen and (max-width: 786px) {
    .s-block--media-slider .title {
        line-height: 1.1 !important;
    }
}
.cart .main-content {
  min-height: auto !important;
}
/* Categories Section */
.s-block--media-slider {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.s-block--media-slider:first-of-type {
    max-width: 100%;
    margin-left: none;
    margin-right: none;
}
@media screen and (max-width: 678px) {
    .s-block--media-slider {
        margin-left: 16px;
        margin-right: 16px;
    }
    .s-block--media-slider:first-of-type {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.swiper-scrollbar-drag {
    background: #faf2ee;
}


/* Disbale Hover Image on Product Card */
.s-product-card-entry:hover .hover-image {
  opacity: 0 !important;
}

.star--warrper svg path {
  fill: #EFBF04 !important;
}
custom-salla-product-card .product-rating span.text-xs.text-gray-500 {
  display: none !important;
}
/* Hide Comments Component on Product Page */
.product-comments {
  display: none !important;
}

/* Descriptive Section */
.media-text-section {
    margin: 0;
    padding: 0;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#media-text-banner-4 {
    background-color: #faf2ee !important;
}
.media-text-section .media-text-wrapper {
    max-width: 1240px;
}
.media-text-section .title h2 {
    font-weight: 700;
}
.media-text-section .description div {
     white-space: pre-line;
}
.media-text-section .media-side img {
    height: 512px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
@media screen and (max-width: 786px) {
   .media-text-section .media-side img {
        height: unset;
    } 
}
.media-text-section .text-side {
    max-width: 670px;
}
.media-text-section .buttons-container {
    font-weight: 600;
    font-size: 24px;
}

/* Product Card */
.s-product-card-image {
    max-height: 32rem !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.s-product-card-image .main-image, .s-product-card-image .hover-image {
    object-fit: cover !important;
}

/* Products Grid */
.products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 36px !important;
}
@media screen and (max-width: 786px) {
.products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}    
}
.products-with-top-banner .title {
    font-weight: 700;
    font-size: 36px;
}
.products-with-top-banner .title, .products-with-top-banner .sub-title, .products-with-top-banner .description {
    color: #295863;
}

/* FAQ */
.faq-content {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.faq-header, .faq-subtitle, .faq-description {
    color: #295863;
}
.faq-item {
    box-shadow: none;
    border: none;    
}
.faq-item:hover {
    box-shadow: none;
}
.faq-item.faq-item-open {
    box-shadow: none;
    border-radius: 0px;
}
.faq-question {
    background: none;
    border-bottom: 1px solid #29586385;
    border-radius: 0px !important;
}
.faq-question:hover {
    background: none !important;
}
.faq-question-icon {
    display: none;
}
.faq-question[aria-expanded="true"] {
    background: none;
    border-radius: 0px;
}

/* About Us */
#media-text-banner-9 .media-side img {
    border-radius: 12px;
    aspect-ratio: unset;
    height: unset;
}
#media-text-banner-9 .media-side {
    max-width: 47%;
}
@media screen and (max-width: 786px) {
    #media-text-banner-9 .media-side {
        max-width: none;
    }
}
#media-text-banner-9 .media-text-wrapper {
    justify-content: center;
}

.h-screen {
  height: 100vh;
}
@media (min-width: 1600px) {
    .\33 xl\:container {
        max-width: unset;
    }
    .\33xl\:container {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1400px) {
    .\33 xl\:container {
        max-width: unset;
    }
    .\33xl\:container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Arrow Down UX */
.slide-scroll-indicator {
  position: absolute;
  bottom: 120px !important; /* Move it upward */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  width: 100%;
}

.scroll-icon {
  width: 18px;
  height: 32px;
  border: 1px solid white;
  border-radius: 20px;
  position: relative;
  opacity: 0.8;
}

.scroll-dot {
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollTouch 1.8s infinite;
}

.scroll-text {
  font-size: 48px;
  max-width: 70%;
  width: 100%;
  text-align: center;
  line-height: 120%;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

@keyframes scrollTouch {
  0% { top: 6px; opacity: 0; }
  40% { top: 20px; opacity: 0; }
  80% { top: 20px; opacity: 1; }
  100% { top: 6px; opacity: 1; }
}

/* Thin Fixes */
/* Logo Height Fix */
#mainnav .logo {height: 30px;object-fit: contain;}

/* Burger Icon Fix */
.headerMenuIcon path {
  store-width: 1.5
}
.headerMenuIcon svg {
  height: 20px !important;
}
.headerMenuIcon svg path {
    stroke: var(--header-text-color) !important;
}
.store-header .inner .header-icon .icon-warrper .s-cart-summary-count {
    color: #fff;
}
.custom-weva-product-card {
            height: 100vh;
            display: flex;
            flex-direction: column;
            position: relative;
            background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        }

        .custom-weva-image-container {
            flex: 1;
            display: flex;
            height: 45%;
            align-items: center;
            justify-content: center;
            padding: 60px 40px 40px;
            position: relative;
        }

        .custom-weva-product-image {
            max-width: 500px;
            width: 100%;
            height: 100%;
            object-fit: contain;
            animation: fadeIn 1s ease-out;
        }

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

        .custom-weva-content-container {
            padding: 40px;
            max-width: 600px;
            margin: 0 auto;
            height: 55%;
            text-align: center;
            animation: slideUp 0.8s ease-out 0.3s both;
        }

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

        .custom-weva-product-title {
            font-size: 2.5rem;
            font-weight: 300;
            letter-spacing: 1px;
            color: #1a1a1a;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .custom-weva-product-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #666;
            margin-bottom: 32px;
            font-weight: 300;
            letter-spacing: 0.3px;
        }

        .custom-weva-price-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-bottom: 40px;
        }

        .custom-weva-original-price {
            font-size: 1.2rem;
            color: #999;
            text-decoration: line-through;
            font-weight: 300;
        }

        .custom-weva-discounted-price {
            font-size: 2rem;
            color: #295863;
            font-weight: 400;
            letter-spacing: 0.5px;
        }

        .custom-weva-discount-badge {
            background-color: #295863;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        .custom-weva-cta-button {
            width: 100%;
                display: block;
    border-radius: 990px;
            max-width: 400px;
            padding: 18px 48px;
            background-color: #295863;
            color: white;
            border: none;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .custom-weva-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .custom-weva-cta-button:hover::before {
            left: 100%;
        }

        .custom-weva-cta-button:hover {
            background-color: #1f454d;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(41, 88, 99, 0.3);
        }

        .custom-weva-cta-button:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .custom-weva-product-title {
                font-size: 2rem;
            }

            .custom-weva-content-container {
                padding: 30px 24px;
            }

            .custom-weva-image-container {
                padding: 40px 24px 24px;
            }

            .custom-weva-discounted-price {
                font-size: 1.75rem;
            }

            .custom-weva-cta-button {
                font-size: 0.9rem;
                padding: 16px 40px;
            }
        }
        @media (max-width: 768px) {
        .products-grid {
          grid-template-columns: repeat(1, 1fr) !important;
        }
      }
      
      .index .products-container {
        paddding-top: 0px !importatn;
      }
      
/*  @media (max-width: 1024px) {
    .s-product-card-entry.modern .s-product-card-actions salla-add-product-button {
        display: flex !important;
    }
}

.s-product-card-actions {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear;
} */

/* Luxury Footer Styles */
.luxury-footer {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
}

.footer-content {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.footer-brand {
  margin-bottom: 50px;
}

.brand-name {
  font-family: 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #000000;
  margin: 0 0 20px 0;
}

.brand-description {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  font-weight: 300;
  margin: 0;
  direction: rtl;
}

.footer-links {
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.links-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000000;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.links-list {
  display: grid;
}

.footer-link {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  direction: rtl;
}

.footer-link:hover {
  color: #000000;
}

.footer-social {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 30px;
}

.social-link {
  color: #000000;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
}

.social-link:hover {
  opacity: 0.6;
}

.social-link svg {
  display: block;
}

.footer-copyright {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.footer-copyright p {
  font-size: 11px;
  color: #999999;
  font-weight: 300;
  margin: 0;
  letter-spacing: 1px;
  direction: rtl;
}