
.s-search-input{
    width: 72% !important;
    border-radius: 40px;
}
.s-search-inline {
    min-width: 250px !important;
}

html[dir="rtl"] .top-1\/2 {
    top: 58%;
    right: 154px;
    left:auto;
}

html[dir="ltr"] .top-1\/2 {
    top: 58%;
    left: 154px;
    right: auto; 
}

.store-header{
  background: rgb(227, 136, 146);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* gallery images prev next button */
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem !important;
}
.swiper-button-next, .swiper-button-prev{
    display: inline-flex !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, 1) !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1)) !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 300ms !important;
    color:black !important;
}

.lang-icone {
    font-size: 25px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7098039216);
    border-radius: 50%;
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
}
[data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-sal][data-sal-delay="100"] {
    transition-delay: 0.1s;
}
[data-sal][data-sal-duration="400"] {
    transition-duration: 0.4s;
}
.image-title {
    background-image: url(../../images/bg-btn-1.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 45px;
}
.image-title .title-heade {
    text-align: center;
    min-width: 260px;
    background-color: transparent !important;
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    text-wrap: nowrap;
}
.s-block__title{
    align-items: center;
    display: flex;
    justify-content: center;
}

/* Option A: Using aspect-ratio (modern browsers) */
.box-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Creates a perfect square */
    overflow: hidden;
    height: 200px; /* Same as width for square */
}

.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover ensures image fills the space, may crop */
    /* or object-fit: contain; /* Contain shows full image with possible letterboxing */
}

/* Option B: Fixed height with width auto */
.swiper-slide {
    width: 200px; /* Or whatever width you want */
}

.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    object-fit: cover;
    padding: 13px;
    border-radius: 22px;
}

.has-overlay:hover:after {
    background-color: rgb(0 0 0 / 9%);
}
.has-overlay:after {
    --tw-content: "";
    background-color: rgb(0 0 0 / 9%);
    content: var(--tw-content);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

/* product card animation */

/* Product card container */
.product-entry {
    position: relative;
    overflow: hidden;
}

/* Initially hidden content that will appear on hover */
.product-entry .donating-wrap.hover-content {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    /* background: ffffff61; */
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0.5rem 0.75rem;
    /* box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1); */
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Show content on hover */
.product-entry:hover .donating-wrap.hover-content {
    transform: translateY(0);
    opacity: 1;
}

.product-entry__title a{
    font-weight: bolder !important;
    color: black;
}

.s-button-primary-outline {
    color: #ffffff;
    background-color: var(--color-primary);
    font-weight: bolder !important;
}
.s-button-primary-outline:hover{
    color: #ffffff;
    background-color: var(--color-primary);
    font-weight: bolder !important;
}

.product-entry{
    background-color: rgb(255 255 255 / 0%) !important;
}

.s-button-outline {
    border-color: transparent;
    border-width: 1px;
}

.eye-icon{
    position: absolute;
    top: -33px;
}

.product-entry__title a {
    font-size: 1.1rem;
}

.price-wrapper .on-sale .price{
    font-size: 1.7rem;
}

.sar-icon {
    display: inline;
    width: 25px !important;
    padding: 4px;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "twsaaicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sar:before {
    content: "\e9bc";
}

.icon-shopping-bag:before {
    content: "\ef36";
}
.s-cart-summary-content{
    font-size: 1..2rem;
}
.header-btn{
    font-size: 1..2rem;
}


.md\:text-2xl {
    font-size: 1rem;
    line-height: 3rem;
}
.max-w-24 {
    max-width: 6rem !important;
}

.leading-6 {
    font-size: 1.2rem;
}

a.social-icon.bubble-show {
    position: relative;
    border: 1px solid;
    border-radius: 52px;
    padding: 8px;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.social-icon p {
    margin: 0;
}

@media (min-width: 992px) {
    .footer-middle .contact-links {
        display: flex;
        flex-wrap: nowrap;
    }
}

.contact-links a{
    position: relative;
    border: 1px solid;
    border-radius: 52px;
    align-items: center;
    font-size: 1.2rem;
    background-color: transparent;
    min-width: 0;
}

.product-entry {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-entry:hover {
    transform: translateY(-4px);
}

.top-icons {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
}

.top-icons a {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: flex;
}
.line-clamp-2, .line-clamp-3 {
    white-space: nowrap;
}

.s-block--features_item{
    background-color: transparent;
}
.s-block--features_item .feature-icon {
    background-color: transparent;
    transform: scale(1);
    transition: transform 0.4s ease;
    font-size: 3rem;
}

.s-block--features_item:hover .feature-icon {
    transform: scale(1.25) translateY(-4px);
}
.s-block--features_item .feature-icon i{
    color: var(--color-primary);
}

.s-block--features_item{
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

[dir="ltr"] .s-search-input {
    padding-left: 0.5rem;
}
[dir="rtl"] .s-search-input {
    padding-right: 0.5rem;
}


.s-button-btn {
    line-height: 1.6rem;
}
.s-button-primary{
    color: white;
    font-weight: bold !important;
}
/* Remove default border */
.nav-tabs {
    border-bottom: none;
}

/* Base tab style */
.nav-tabs > li > a {
    border: none;
    padding: 8px 20px;
    margin-right: 8px;
    background: #f3f3f3;
    color: #555;
    transition: all 0.3s ease;
}

/* Hover */
.nav-tabs > li > a:hover {
    background: #e6e6e6;
    color: #000;
}

/* Active tab */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: var(--color-primary); /* your theme color */
    color: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(227, 136, 146, 0.3);
}

/* gallery images prev next button */
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem !important;
}
.swiper-button-next, .swiper-button-prev{
    display: inline-flex !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, 1) !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1)) !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 300ms !important;
    color:black !important;
}

.navbar-brand img {
    max-width: 54px;
}

@media (max-width: 767px) {

    .md\:text-2xl {
        font-size: 1.1rem;
        line-height: 3rem;
    }

    .text-xl {
        font-size: .95rem;
        line-height: 2.75rem;
    }
    .sm-hidden{
        display: none;
    }
    .s-search-input {
        width: 100% !important;
        border-radius: 17px;
    }
    .product-entry .donating-wrap.hover-content {
        position: static;        
        transform: translateY(0); 
        opacity: 1; 
        position: absolute;             
    }
    .navbar-brand img {
        max-width: 40px;
    }
}

.container h2 a {
    color: white;
}

i.inline-block.align-middle.mr-2.text-base.icon-bell {
    color: white;
}