.bg-primary.absolute.inset-0 {
    opacity: 0 !important;
}

.embla__slide {
    min-height: 42vw !important;
}

@layer utilities {
    @media (min-width: 48rem) {
        .md\:py-16 {
            padding-block: 4px 0px;
        }
    }
}

footer#footer, header.bg-secondary.border-border-light.border-b.px-4.py-3.md\:px-16.md\:py-4, section.section-benefits.bg-secondary.px-4.py-6.md\:p-16 {
    background: #F2F2F2;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    animation: hidePreloader 4s ease forwards;
}

body::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    transform: translate(-50%, -50%);
    background-image: url("https://media.zid.store/cdn-cgi/image/w=212,q=90,f=auto/https://media.zid.store/65d44d36-eff6-4bf7-bbda-907f75793e32/22616ca2-758a-423b-a011-492896642225.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
    animation: pulse 1.5s ease-in-out infinite, exitLogo 4s ease forwards;
}

@keyframes pulse {
    from {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes exitLogo {
    0% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
        transform: translate(-50%, -60%) scale(0.8);
    }
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
        visibility: visible;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: none;
    }
}

body {
    background-color: #F2F2F2;
}

[data-grid=grid] .group.relative.flex.h-full.flex-col.gap-4 {
    border: 1px solid #5a441e;
    padding: 5px;
    border-radius: 6px;
}

.btn-lg {
    background-color: #5a441e;
    color: white;
    transition: all .5s;
}

.btn-lg:hover {
    background-color: #a5782b;
    color: #000000;
    font-weight: 700;
    transition: all .5s;
}

.min-h-dvh .section-products img:hover {
    transform: scale(1.3) rotate(15deg);
    transition: all .5s;
}

.min-h-dvh .section-products img {
    transition: all .5s;
}

[data-product-card] {
    border: 1px solid #eaeaea !important;
    border-radius: 4px !important;
    padding: 12px !important;
    background: #ffffff !important;
    position: relative !important;
    padding-bottom: 65px !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
}

[data-product-card]:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
}

[data-product-card]>a.aspect-square {
    border-radius: 4px !important;
}

html[dir="rtl"] [data-product-card] [data-wishlist-btn] {
    top: 12px !important;
    bottom: auto !important;
    left: 12px !important;
    right: auto !important;
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    width: 38px !important;
    height: 38px !important;
    color: #a0a0a0 !important;
}

html[dir="rtl"] [data-product-card] [data-wishlist-btn] svg {
    width: 20px !important;
    height: 20px !important;
}

[data-product-card] .flex.items-center.gap-2, [data-product-card] p.text-muted.text-sm.hidden {
    display: none !important;
}

[data-product-card] h3 {
    text-align: right !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-top: 5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

html[dir="rtl"] [data-product-card] .mt-auto {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    right: auto !important;
    width: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    align-items: center !important;
    z-index: 10 !important;
}

[data-product-card] .btn-outlined, [data-product-card] [data-add-to-cart], [data-product-card] [data-open-quick-view], [data-product-card] [data-notify-me-trigger] {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    color: transparent !important;
    background-color: #5a441e !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: unset !important;
}

[data-product-card] .btn-outlined::after, [data-product-card] [data-add-to-cart]::after, [data-product-card] [data-open-quick-view]::after, [data-product-card] [data-notify-me-trigger]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-eye-link {
    width: 33px !important;
    height: 33px !important;
    min-width: 33px !important;
    border-radius: 50% !important;
    background-color: #000000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease !important;
    order: -1 !important;
}

.custom-eye-link:hover {
    transform: scale(1.08) !important;
}

.custom-eye-link svg {
    width: 20px !important;
    height: 20px !important;
    stroke: #ffffff !important;
    fill: none !important;
    stroke-width: 2 !important;
}

html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold), html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
    position: absolute !important;
    bottom: 20px !important;
    right: 12px !important;
    left: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
}


@media (max-width: 1400px) {

html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold), html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
     bottom: 35px !important;
   
}}



[data-product-card]>div.flex-1>div.flex-col.gap-1>div.flex.flex-wrap {
    margin: 0 !important;
    display: inline-flex !important;
}

[data-product-card] .text-foreground.text-sm.font-semibold, [data-product-card]>div.flex-1>p.text-foreground:not(.line-through) {
    color: #a62b2b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
}

[data-product-card] .text-destructive.line-through {
    color: #1a202c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration-color: #1a202c !important;
    display: flex !important;
    align-items: center !important;
}

[data-product-card] .bg-success\/20 {
    display: none !important;
}

[data-quantity-section] {
    display: none !important;
}

@media (hover: hover) {
    html[dir="rtl"] [data-product-card] [data-wishlist-btn] {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-10px) !important;
        transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    }

    html[dir="rtl"] [data-product-card] .mt-auto {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(15px) !important;
        transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    }

    html[dir="rtl"] [data-product-card]:hover [data-wishlist-btn], html[dir="rtl"] [data-product-card]:hover .mt-auto {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    html[dir="rtl"] [data-product-card] [data-wishlist-btn]:hover {
        transform: scale(1.1) !important;
    }
}

@layer utilities {
    @media (min-width: 48rem) {
        .\[\&\[data-items-count\=\'1\'\]\]\:md\:grid-cols-2[data-items-count="1"] {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
}
@layer utilities {
  .\[\&_\.media-wrap\]\:aspect-\[4\/3\] .media-wrap {
    aspect-ratio: 7/3;
  }
}
section.section-carousel:nth-of-type(2) .embla {
  max-width: 80%;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden;
}
section.section-carousel:nth-of-type(2) .embla__slide {
  min-height: 400px;
  min-height: 32vw !important;
}
@media (min-width: 768px) {
  section.section-carousel:nth-of-type(2) .embla__slide {
    min-height: 30vw !important;
  }
}
section.section-carousel:nth-of-type(2) .embla__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  height: 100%;
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 .flex.flex-col.gap-1 ,
.section-products.px-4.py-6.md\:px-16.md\:py-16 .text-foreground.text-sm {
  /*! top: 297px; */
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 .custom-eye-link,
.section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] .btn-outlined,
.section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] [data-add-to-cart],
[data-product-card] [data-open-quick-view],
[data-product-card] [data-notify-me-trigger][data-product-card] .btn-outlined,
[data-product-card] [data-add-to-cart],
[data-product-card] [data-open-quick-view],
[data-product-card] [data-notify-me-trigger] {
  width: 33px !important;
  height: 33px !important;
  min-width: 33px !important;
}
@media (max-width: 768px) {
  .section-products.px-4.py-6.md\:px-16.md\:py-16 .text-foreground.text-sm.font-medium {
    position: relative;
    top: -14px;
  }
 
  .section-products.px-4.py-6.md\:px-16.md\:py-16 .custom-eye-link,
  .section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] .btn-outlined,
  .section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] [data-add-to-cart],
  [data-product-card] [data-open-quick-view],
  [data-product-card] [data-notify-me-trigger][data-product-card] .btn-outlined,
  [data-product-card] [data-add-to-cart],
  [data-product-card] [data-open-quick-view],
  [data-product-card] [data-notify-me-trigger] {
    width: 33px !important;
    height: 33px !important;
    min-width: 33px !important;
  }
}
.flex.w-full.flex-col > a,
.flex.w-full.flex-col > details > summary {
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.flex.w-full.flex-col > a::before,
.flex.w-full.flex-col > details > summary::before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #f7f7f7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  flex-shrink: 0;
  display: inline-block;
}
a[href="/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3E%3C/svg%3E");
}
a[href="/products/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}
details:nth-of-type(1) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z'/%3E%3C/svg%3E");
}
details:nth-of-type(2) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 11V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V11M2 11H22V8H2V11ZM12 2V8'/%3E%3C/svg%3E");
}
a[href*="367307"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 3H17V7H7V3ZM7 7V17C7 18.1046 7.89543 19 9 19H15C16.1046 19 17 18.1046 17 17V7M5 11H19M7 14H17'/%3E%3C/svg%3E");
}
a[href*="367304"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 12V15C2 16.6569 3.34315 18 5 18H19C20.6569 18 22 16.6569 22 15V12M2 12H22M2 12V9C2 7.34315 3.34315 6 5 6H7M22 12V9C22 7.34315 20.6569 6 19 6H17'/%3E%3C/svg%3E");
}
a[href*="367305"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 12c0 1.1-0.9 2-2 2H6c-1.1 0-2-0.9-2-2V9c0-1.1 0.9-2 2-2h12c1.1 0 2 0.9 2 2v3zM4 12v3c0 1.6 1.3 3 3 3h10c1.6 0 3-1.3 3-3v-3'/%3E%3C/svg%3E");
}
details:nth-of-type(3) summary::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.39 221.71'%3E%3Cpath d='M232.39,117.79c-2.39,0-4.19,0-5.98,0-37.49,0-74.98,.45-112.46-.19-18.88-.33-33.87,13.42-33.42,33.39,.49,21.48,.11,42.98,.1,64.48,0,1.97,0,3.94,0,6.25H.43c-.11-1.74-.31-3.49-.31-5.24-.02-47.82,.05-95.63-.11-143.45-.02-4.62,1.33-5.83,5.9-5.82,58.15,.16,116.29,.07,174.44,.13,27.44,.03,48.03,18.1,51.66,45.16,.2,1.47,.22,2.96,.38,5.31Z'/%3E%3Cpath d='M80.63,56.71H.46C-.58,40.25-.95,24.34,12.03,11.78,19.81,4.27,29.04,.09,39.85,.06,81.18-.03,122.51,0,163.85,.03c6.84,0,11.26,4.09,11.17,10.06-.08,6.02-4.41,9.87-11.34,9.89-20.17,.04-40.33,0-60.5,.02-14.02,.02-22.43,8.36-22.55,22.32-.04,4.65,0,9.29,0,14.39Z'/%3E%3Cpath d='M222.02,128.31v9.34h-59.94v-9.34h59.94Z'/%3E%3C/svg%3E");
}
a[href*="951944"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 3V21M20 3V21M4 7H20M4 11H20M4 15H20'/%3E%3C/svg%3E");
}
details:nth-of-type(4) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 4V2M17 4V2M3 8h18M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8'/%3E%3C/svg%3E");
}
a[href*="949762"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z'/%3E%3C/svg%3E");
}
details:nth-of-type(5) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}
a[href*="380869"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
}
a[href*="1082090"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E");
}
a[href*="623434"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'/%3E%3C/svg%3E");
}
a[href="/categories/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z'/%3E%3C/svg%3E");
}
.flex.w-full.flex-col > a,
.flex.w-full.flex-col > details > summary {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}
.flex.w-full.flex-col > a::before,
.flex.w-full.flex-col > details > summary::before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #f7f7f7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  flex-shrink: 0;
  display: block;
  margin: 0 !important;
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 {
  padding-bottom: 0;
  padding-top: 0;
}
.flex.items-center.gap-2 {
  display: none;
}
@media (max-width: 768px) {
  .custom-eye-link {
    width: 33px !important;
    min-width: 33px !important;
    height: 33px !important;
  }
  html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold),
  html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
    bottom: 43px !important;
  }
}
@media (max-width: 768px) {
  html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold),
  html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
    bottom: 61px !important;
    zoom: 75%;
    right: 19px !important;
  }
}
.mt-auto.group-data-\[grid\=list\]\/grid\:col-span-2.group-data-\[grid\=list\]\/grid\:row-span-1.group-data-\[grid\=list\]\/grid\:mt-0.md\:group-data-\[grid\=list\]\/grid\:col-span-1.md\:group-data-\[grid\=list\]\/grid\:col-start-2.md\:group-data-\[grid\=list\]\/grid\:self-start {
  position: relative;
  bottom: -1px !important;
}
[data-template="home"].bg-primary.absolute.inset-0 {
  opacity: 0 !important;
}
.embla__slide {
  min-height: 42vw !important;
}
@layer utilities {
  @media (min-width: 48rem) {
    .md\:py-16 {
      padding-block: 4px 0px;
    }
  }
}
footer#footer,
header.bg-secondary.border-border-light.border-b.px-4.py-3.md\:px-16.md\:py-4,
section.section-benefits.bg-secondary.px-4.py-6.md\:p-16 {
  background: #F2F2F2;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  animation: hidePreloader 4s ease forwards;
}
body::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  background-image: url("https://media.zid.store/cdn-cgi/image/w=212,q=90,f=auto/https://media.zid.store/65d44d36-eff6-4bf7-bbda-907f75793e32/22616ca2-758a-423b-a011-492896642225.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
  animation: pulse 1.5s ease-in-out infinite, exitLogo 4s ease forwards;
}
@keyframes pulse {
  from {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes exitLogo {
  0% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    transform: translate(-50%, -60%) scale(0.8);
  }
}
@keyframes hidePreloader {
  0% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
  }
}
body {
  background-color: #F2F2F2;
}
[data-grid=grid] .group.relative.flex.h-full.flex-col.gap-4 {
  border: 1px solid #5a441e;
  padding: 5px;
  border-radius: 6px;
}
.btn-lg {
  background-color: #5a441e;
  color: white;
  transition: all .5s;
}
.btn-lg:hover {
  background-color: #a5782b;
  color: #000000;
  font-weight: 700;
  transition: all .5s;
}
.min-h-dvh .section-products img:hover {
  transform: scale(1.3) rotate(15deg);
  transition: all .5s;
}
.min-h-dvh .section-products img {
  transition: all .5s;
}
[data-product-card] {
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
  padding: 12px !important;
  background: #ffffff !important;
  position: relative !important;
  padding-bottom: 65px !important;
  box-shadow: none !important;
  transition: box-shadow 0.3s ease !important;
}
[data-product-card]:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
}
[data-product-card]>a.aspect-square {
  border-radius: 4px !important;
}
html[dir="rtl"] [data-product-card] [data-wishlist-btn] {
  top: 12px !important;
  bottom: auto !important;
  left: 12px !important;
  right: auto !important;
  background: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  width: 38px !important;
  height: 38px !important;
  color: #a0a0a0 !important;
}
html[dir="rtl"] [data-product-card] [data-wishlist-btn] svg {
  width: 20px !important;
  height: 20px !important;
}
[data-product-card] .flex.items-center.gap-2,
[data-product-card] p.text-muted.text-sm.hidden {
  display: none !important;
}
[data-product-card] h3 {
  text-align: right !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  margin-top: 5px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html[dir="rtl"] [data-product-card] .mt-auto {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  right: auto !important;
  width: auto !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 10px !important;
  align-items: center !important;
  z-index: 10 !important;
}
[data-product-card] .btn-outlined,
[data-product-card] [data-add-to-cart],
[data-product-card] [data-open-quick-view],
[data-product-card] [data-notify-me-trigger] {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  color: transparent !important;
  background-color: #5a441e !important;
  border: none !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: unset !important;
}
[data-product-card] .btn-outlined::after,
[data-product-card] [data-add-to-cart]::after,
[data-product-card] [data-open-quick-view]::after,
[data-product-card] [data-notify-me-trigger]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-eye-link {

  border-radius: 50% !important;
  background-color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease !important;
  order: -1 !important;
}
.custom-eye-link:hover {
  transform: scale(1.08) !important;
}
.custom-eye-link svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2 !important;
}
html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold),
html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
  position: absolute !important;
  bottom: 20px !important;
  right: 12px !important;
  left: auto !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
}
[data-product-card]>div.flex-1>div.flex-col.gap-1>div.flex.flex-wrap {
  margin: 0 !important;
  display: inline-flex !important;
}
[data-product-card] .text-foreground.text-sm.font-semibold,
[data-product-card]>div.flex-1>p.text-foreground:not(.line-through) {
  color: #a62b2b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}
[data-product-card] .text-destructive.line-through {
  color: #1a202c !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration-color: #1a202c !important;
  display: flex !important;
  align-items: center !important;
}
[data-product-card] .bg-success\/20 {
  display: none !important;
}
[data-quantity-section] {
  display: none !important;
}
@media (hover: hover) {
  html[dir="rtl"] [data-product-card] [data-wishlist-btn] {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  }
  html[dir="rtl"] [data-product-card] .mt-auto {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(15px) !important;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  }
  html[dir="rtl"] [data-product-card]:hover [data-wishlist-btn],
  html[dir="rtl"] [data-product-card]:hover .mt-auto {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  html[dir="rtl"] [data-product-card] [data-wishlist-btn]:hover {
    transform: scale(1.1) !important;
  }
}
@layer utilities {
  @media (min-width: 48rem) {
    .\[\&\[data-items-count\=\'1\'\]\]\:md\:grid-cols-2[data-items-count="1"] {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
}
@layer utilities {
  .\[\&_\.media-wrap\]\:aspect-\[4\/3\] .media-wrap {
    aspect-ratio: 7/3;
  }
}
section.section-carousel:nth-of-type(2) .embla {
  max-width: 80%;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden;
}
section.section-carousel:nth-of-type(2) .embla__slide {
  min-height: 400px;
  min-height: 32vw !important;
}
@media (min-width: 768px) {
  section.section-carousel:nth-of-type(2) .embla__slide {
    min-height: 30vw !important;
  }
}
section.section-carousel:nth-of-type(2) .embla__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  height: 100%;
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 .flex.flex-col.gap-1 ,
.section-products.px-4.py-6.md\:px-16.md\:py-16 .text-foreground.text-sm {
  /*! top: 297px; */
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 .custom-eye-link,
.section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] .btn-outlined,
.section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] [data-add-to-cart],
[data-product-card] [data-open-quick-view],
[data-product-card] [data-notify-me-trigger][data-product-card] .btn-outlined,
[data-product-card] [data-add-to-cart],
[data-product-card] [data-open-quick-view],
[data-product-card] [data-notify-me-trigger] {
  width: 33px !important;
  height: 33px !important;
  min-width: 33px !important;
}
@media (max-width: 768px) {
  .section-products.px-4.py-6.md\:px-16.md\:py-16 .text-foreground.text-sm.font-medium {
    position: relative;
    top: -14px;
  }
 
  .section-products.px-4.py-6.md\:px-16.md\:py-16 .custom-eye-link,
  .section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] .btn-outlined,
  .section-products.px-4.py-6.md\:px-16.md\:py-16 [data-product-card] [data-add-to-cart],
  [data-product-card] [data-open-quick-view],
  [data-product-card] [data-notify-me-trigger][data-product-card] .btn-outlined,
  [data-product-card] [data-add-to-cart],
  [data-product-card] [data-open-quick-view],
  [data-product-card] [data-notify-me-trigger] {
    width: 33px !important;
    height: 33px !important;
    min-width: 33px !important;
  }
}
.flex.w-full.flex-col > a,
.flex.w-full.flex-col > details > summary {
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.flex.w-full.flex-col > a::before,
.flex.w-full.flex-col > details > summary::before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #f7f7f7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  flex-shrink: 0;
  display: inline-block;
}
a[href="/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3E%3C/svg%3E");
}
a[href="/products/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}
details:nth-of-type(1) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z'/%3E%3C/svg%3E");
}
details:nth-of-type(2) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 11V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V11M2 11H22V8H2V11ZM12 2V8'/%3E%3C/svg%3E");
}
a[href*="367307"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 3H17V7H7V3ZM7 7V17C7 18.1046 7.89543 19 9 19H15C16.1046 19 17 18.1046 17 17V7M5 11H19M7 14H17'/%3E%3C/svg%3E");
}
a[href*="367304"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 12V15C2 16.6569 3.34315 18 5 18H19C20.6569 18 22 16.6569 22 15V12M2 12H22M2 12V9C2 7.34315 3.34315 6 5 6H7M22 12V9C22 7.34315 20.6569 6 19 6H17'/%3E%3C/svg%3E");
}
a[href*="367305"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 12c0 1.1-0.9 2-2 2H6c-1.1 0-2-0.9-2-2V9c0-1.1 0.9-2 2-2h12c1.1 0 2 0.9 2 2v3zM4 12v3c0 1.6 1.3 3 3 3h10c1.6 0 3-1.3 3-3v-3'/%3E%3C/svg%3E");
}
details:nth-of-type(3) summary::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.39 221.71'%3E%3Cpath d='M232.39,117.79c-2.39,0-4.19,0-5.98,0-37.49,0-74.98,.45-112.46-.19-18.88-.33-33.87,13.42-33.42,33.39,.49,21.48,.11,42.98,.1,64.48,0,1.97,0,3.94,0,6.25H.43c-.11-1.74-.31-3.49-.31-5.24-.02-47.82,.05-95.63-.11-143.45-.02-4.62,1.33-5.83,5.9-5.82,58.15,.16,116.29,.07,174.44,.13,27.44,.03,48.03,18.1,51.66,45.16,.2,1.47,.22,2.96,.38,5.31Z'/%3E%3Cpath d='M80.63,56.71H.46C-.58,40.25-.95,24.34,12.03,11.78,19.81,4.27,29.04,.09,39.85,.06,81.18-.03,122.51,0,163.85,.03c6.84,0,11.26,4.09,11.17,10.06-.08,6.02-4.41,9.87-11.34,9.89-20.17,.04-40.33,0-60.5,.02-14.02,.02-22.43,8.36-22.55,22.32-.04,4.65,0,9.29,0,14.39Z'/%3E%3Cpath d='M222.02,128.31v9.34h-59.94v-9.34h59.94Z'/%3E%3C/svg%3E");
}
a[href*="951944"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 3V21M20 3V21M4 7H20M4 11H20M4 15H20'/%3E%3C/svg%3E");
}
details:nth-of-type(4) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 4V2M17 4V2M3 8h18M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8'/%3E%3C/svg%3E");
}
a[href*="949762"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z'/%3E%3C/svg%3E");
}
details:nth-of-type(5) summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E");
}
a[href*="380869"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
}
a[href*="1082090"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'/%3E%3C/svg%3E");
}
a[href*="623434"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'/%3E%3C/svg%3E");
}
a[href="/categories/"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z'/%3E%3C/svg%3E");
}
.flex.w-full.flex-col > a,
.flex.w-full.flex-col > details > summary {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}
.flex.w-full.flex-col > a::before,
.flex.w-full.flex-col > details > summary::before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #f7f7f7;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  flex-shrink: 0;
  display: block;
  margin: 0 !important;
}
.section-products.px-4.py-6.md\:px-16.md\:py-16 {
  padding-bottom: 0;
  padding-top: 0;
}
.flex.items-center.gap-2 {
  display: none;
}
@media (max-width: 768px) {
  .custom-eye-link {
    width: 33px !important;
    min-width: 33px !important;
    height: 33px !important;
  }
  html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold),
  html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
    bottom: 43px !important;
  }
}
@media (max-width: 768px) {
  html[dir="rtl"] [data-product-card]>div.flex-1>p.text-foreground.text-sm:not(.font-semibold),
  html[dir="rtl"] [data-product-card]>div.flex-1>div.flex-col.gap-1 {
    bottom: 61px !important;
    zoom: 75%;
    right: 19px !important;
  }
}
.mt-auto.group-data-\[grid\=list\]\/grid\:col-span-2.group-data-\[grid\=list\]\/grid\:row-span-1.group-data-\[grid\=list\]\/grid\:mt-0.md\:group-data-\[grid\=list\]\/grid\:col-span-1.md\:group-data-\[grid\=list\]\/grid\:col-start-2.md\:group-data-\[grid\=list\]\/grid\:self-start {
  position: relative;
  bottom: -1px !important;
}img[src*="4d36-eff6-4bf7-bbda-907f75793e32/7a043a4d-8ff2-4caf-8216-7ffeb508efd6.png"] {
    content: url(https://media.zid.store/thumbs/65d44d36-eff6-4bf7-bbda-907f75793e32/c09e4a8a-d1d0-4e3b-92cb-2787e6f7e327-thumbnail-770x770-70.jpg);
}section.relative.flex.items-center.overflow-hidden .absolute.inset-0.-z-10 > div[class*="bg-white"] {
    background: linear-gradient(270deg, rgba(212, 175, 55, 0.8) 0%, rgba(255, 235, 153, 0.2) 100%) !important;
}.group\/grid.grid.gap-x-4.gap-y-10 {
    gap: 5px;
}section .embla__slide a.btn {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 40 !important;
    cursor: pointer !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}