/* START V_CODE */
.pkg-counter,.pkg-section-header{justify-content:space-between;display:flex}.pkg-card,.pkg-nav-btn{cursor:pointer;background:#fff}.pkg-builder{font-family:inherit;direction:rtl;margin-bottom:24px;padding:0 15px}.pkg-section-header{align-items:center;margin:28px 0 12px;padding-bottom:10px;border-bottom:1px solid #e5e5e5}.pkg-section-title{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:8px}.pkg-status-badge{background:#f0f0f0;color:#666;padding:4px 12px;border-radius:4px;font-size:.8rem;font-weight:700;transition:background .3s,color .3s}.pkg-status-badge.complete{background:#e8f5e9;color:#4caf50;border:1px solid #4caf50}.pkg-scroll-wrapper{position:relative;display:flex;align-items:center}.pkg-scroll{display:flex;overflow-x:auto;gap:8px;padding:10px 5px;scroll-behavior:smooth;width:100%;scrollbar-width:none}.pkg-scroll::-webkit-scrollbar{display:none}.pkg-nav-btn{border:1px solid #ddd;width:35px;height:35px;border-radius:50%;z-index:10;display:flex;align-items:center;justify-content:center;position:absolute;box-shadow:0 2px 5px rgba(0,0,0,.1);color:#222;flex-shrink:0;transition:border-color .2s,color .2s}.pkg-nav-btn:hover{border-color:#ec2b71;color:#ec2b71}.pkg-nav-btn.pkg-nav-next{left:-15px}.pkg-nav-btn.pkg-nav-prev{right:-15px}.pkg-card{border:1px solid #e5e5e5;border-radius:12px;padding:10px;text-align:center;min-width:130px;max-width:130px;transition:transform .2s,border-color .2s;position:relative;flex-shrink:0}.pkg-card:hover{border-color:#ccc;transform:translateY(-2px)}.pkg-card.selected{border:2px solid #ec2b71;background:snow}.pkg-card img{width:90px;height:90px;object-fit:contain;margin-bottom:8px;display:block;margin-inline:auto}.pkg-card-title{font-size:.85rem;font-weight:600;height:35px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:8px;line-height:1.2}.pkg-counter{align-items:center;background:#f5f5f5;border-radius:6px;padding:2px;transition:background .2s,border .2s}.pkg-card.selected .pkg-counter{background:#fff;border:1px solid #ec2b71}.pkg-qty-btn{width:28px;height:28px;border:none;background:0 0;font-weight:700;cursor:pointer;font-size:1.1rem;color:#666;transition:opacity .2s}.pkg-qty-btn.plus{color:#ec2b71}.pkg-qty-btn:disabled{opacity:.3;cursor:not-allowed}.pkg-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:15px 5%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 20px rgba(0,0,0,.05);z-index:2000}.pkg-price-summary{display:flex;flex-direction:column}.pkg-progress-dots{display:flex;gap:5px;margin-bottom:5px}.pkg-dot{width:8px;height:8px;border-radius:50%;background:#ddd;transition:background .3s}.pkg-dot.active{background:#ec2b71}.pkg-total-label{font-size:.8rem;color:#777}.pkg-total-price{font-size:1.4rem;font-weight:900;color:#ec2b71}.pkg-cart-btn{background-color:#ccc;color:#fff;border:none;padding:12px 40px;border-radius:8px;font-size:1rem;font-weight:700;cursor:not-allowed;transition:background-color .3s,box-shadow .3s;display:flex;align-items:center;gap:10px}.pkg-cart-btn.active{background-color:#ec2b71;cursor:pointer;box-shadow:0 4px 15px rgba(236,43,113,.3)}.pkg-cart-btn.active:hover{background-color:#d41b5e}@media (max-width:600px){.pkg-nav-btn{display:none}.pkg-sticky-bar{flex-direction:row-reverse;gap:15px}.pkg-cart-btn{flex:2;justify-content:center}.pkg-price-summary{flex:1;text-align:right}}
.pkg-card--oos {
  opacity: 0.5;
  cursor: not-allowed;
}

.pkg-card--oos:hover {
  transform: none;
  border-color: #e5e5e5;
}

.pkg-oos-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #999;
  background: #f0f0f0;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
}
.pkg-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: not-allowed;
}

.pkg-nav-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pkg-spin 0.8s linear infinite;
}

.pkg-nav-overlay__msg {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  padding: 0 20px;
}

@keyframes pkg-spin {
  to { transform: rotate(360deg); }
}

/* END V_CODE */

body,
.s-product-card-entry .s-product-card-image img {
  background: #fff !important;
}
.index :where(salla-conditional-fields, section#single-btn) {
  display: none;
}
.custom-after-breadcrumbs img {
  width: 100%;
  border-radius: 21px;
  padding: 10px;
}
.AL_special_product .md\:flex-row {
  align-items: center;
}
.AL_special_product .object-cover {
  -o-object-fit: fill;
  object-fit: fill;
}
header.store-header .bg-\[\#FFFCE9\] {
  background-color: rgb(255 255 255);
}
.AL_main-banner a.btn2 {
  display: none;
}
.AL_banners .h-full.flex-center.bg-cover {
  justify-content: flex-start;
}
.index .s-block--fixed-banner {
  margin-bottom: 3rem;
}
.brand-item,
.s-block--logos-slider {
  background: unset;
}
.s-block--logos-slider .s-block__title,
.s-block--banners .s-block__title {
  justify-content: center;
}
.s-block--logos-slider .s-block__display-all {
  display: none; 
}
.AL_banners img.object-cover {
  object-position: bottom;
}
@media (min-width: 768px) {
  .AL_main-banner .product-div {
    width: 90%;
  }
  .AL_categories .swiper-wrapper {
    justify-content: center;
  }
  .brand-item {
    height: 10rem;
  }
  .index .s-block__title h2 {
    font-size: 32px;
  }
  .s-product-card-entry .s-product-card-image .btn-hover.bottom-0 {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .AL_main-banner .flex-col-reverse {
    flex-direction: column;
  }
  .s-block--logos-slider .grid.grid-cols-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-item {
    height: 6rem;
    padding: 0rem !important;
  }
  .AL_main-banner h1.main-title {
    width: 75%;
  }
  .AL_banners .container.flex {
    flex-direction: row;
  }
  .AL_banners .h-full.flex-center.bg-cover ,   .AL_banners.h-\[650px\]{
    height: 220px;
  }
  .AL_banners_content {
    padding: 0.2rem;
  }
  .mb-\[70px\] {
    margin-bottom: 30px;
  }
  .AL_main-banner.mb-\[70px\],
  .AL_categories.mb-\[70px\] {
    margin-bottom: 20px;
  }
  .s-product-card-entry .s-product-card-image .btn-hover.bottom-0 {
    bottom: 5px;
  }
  .AL_custom_products .s-products-slider-card {
    max-width: 170px;
  }
  .AL_custom_products
    .s-product-card-entry
    .s-product-card-content
    .s-product-card-content-main
    .s-product-card-content-title
    a {
    font-size: 16px;
  }
  .header-marquee-wrapper .h-14 {
    height: 2.5rem;
  }
  .header-marquee-wrapper p.font-bold.text-xl.me-4 {
    font-size: 14px;
  }
}
/*Category*/
.md\:grid-cols-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
}
.lazy__bg.lazy.entered.loaded {
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-entry {
  height: 200px;
  background-color: unset;
  transition: all 0.3s ease-in-out;
}
.banner--fixed img {
  background: unset;
}
@media (max-width: 768px) {
  .banner-entry {
    height: 92px;
  }
}
.store-footer {
  background: url(https://i.ibb.co/7NJ5RQw3/Frame-2147224104-1.png) !important;
  background-position: center;
  background-size: cover !important;
}
.store-footer p.des.max-w-sm.leading-6 {
  margin-top: 2rem;
}

/* Cart */

.custom-after-breadcrumbs {
    margin-top: 30px;
}

.custom-box {
    display: flex;
    align-items: center;
    justify-content:center;
    text-align:center;
    min-height:360px;
    gap: 20px;
    padding: 20px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position: center;
    background-image: url(https://i.ibb.co/ZRVP0NQz/Frame-2147224177-2.png);
    border-radius: 12px;
}

@media(max-width:768px){
  .custom-content {
    transform: translate(0,-100px);
}
  .custom-box {
        background-image: url(https://i.ibb.co/4wRGPySL/Frame-2147224177-3.png);
}
}
.custom-box img {
    max-width: 150px;
    height: auto;
}

.custom-content h3 {
    margin: 0 0 8px;
    font-size: 32px;
    color: #fff;
    max-width: 650px;
    line-height: 2;
}

@media(max-width:768px){
  .custom-content h3 {
    font-size: 16px;
}
/*.btn-hover.absolute.bottom-0 {
    position: static !important;
    background: #fff;
}*/
  section.AL_main-banner.AL_main-banner-0{
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
  .AL_main-banner-0 .h-\[319px\] {
    height: 260px;
}
  section.AL_special_product.AL_special_product-5 {
    margin-bottom: 2rem;
}
  .AL_special_product .md\:flex-row {
    gap: 0rem;
}
  section.AL_custom_products.AL_custom_products-7.products-fixed-slider {
    margin-top: 2rem;
}
  section.AL_banners.AL_banners-2 {
    margin-bottom: 3rem;
}
}

.custom-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #fff;
    color: var(--color-primary);
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
    margin-top:1rem;
}

.custom-btn:hover {
    color: #fff;
    background: var(--color-primary);
}

section.AL_main-banner.AL_main-banner-0{
    padding: 2rem;
}