.section-hero-5 .img-pull .backdrop-filter.p-8.rounded-3 {
    min-height: 250px;
    max-width: 500px;
    margin-left: 35px;
}
.backdrop-filter {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    background: hsl(0deg 0% 100% / 53%);
    box-shadow: inset 1px 2px 0 0 hsla(0, 0%, 100%, .6), -12px 36px 44px 0 rgba(127, 124, 168, .18);
}
.bb-product-price.mb-3 {
    display: none;
}
.product-add-cart-btn-large-wrapper {
    display: none;
}
.product-rating-text.ms-2.fs-6 {
    display: none;
}
.product-rating-icon {
    display: none;
}
.bb-product-quantity {
    display: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    display: none;
}
.bb-product-meta {
    display: none;
}
.navbar .dropdown-menu {
    min-width: 20rem;
}
.card.bb-product-item .image {
    width: 100%;
    height: 260px;              /* istəsən 220 / 250 / 300 edə bilərsən */
    overflow: hidden;
}

.card.bb-product-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* şəkli qutuya tam doldurur */
    object-position: center;
    display: block;
}
/* Gallery slider: standart görünüş */
.bb-product-gallery-images .slick-slide {
  height: 420px;           /* istəsən 350/400/500 */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.bb-product-gallery-images .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;     /* kəsməsin, səliqəli görünsün */
  display: block;
}
/* FIX: Language switcher button görünməsi */
.language-switcher-wrapper button,
.language-switcher-wrapper .dropdown-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.img-pull {
    display: flex;
    align-items: center;     /* yuxarı-aşağı mərkəz */
    justify-content: center; /* sağ-sol mərkəz */
    overflow: hidden;
}
.img-pull > .position-absolute {
    inset: 0; /* top:0 left:0 right:0 bottom:0 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-pull img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* KƏSİLMƏSİN */
}
.img-pull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-pull img {
    display: none;
}