.owl-nav button {
    top: 42%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
    /* transform: unset; */
}

.owl-nav .owl-next:hover {
    box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.21);
}

.owl-carousel:hover .owl-nav button,
#content .ttm-content-box:hover .owl-nav button,
.brand-banners-slider:hover .owl-nav button {
    transform: scale(1) translateY(-50%) !important;
}

#content .product-carousel .product-block,
#content .ttm-product-box .product-block {
    padding: 0 15px !important;
    margin: 0 !important;
}

.product-thumb h4 {
    width: auto !important;
    white-space: unset !important;
}

.home-aboutus .readmore {
    width: auto !important;
}

.social li a {
    height: auto !important;
}

.home-aboutus {
    background-size: cover;
    background-position: center;
}

picture {
    width: 100%;
    height: 100%;
}

picture source,
picture img {
    width: 100%;
}

.swiper-pager>div::after {
    content: unset;
}

.product-slide-pagination {
    position: relative;
    margin-top: 0.75rem;
}

.product-slide-pagination .swiper-pagination-bullet {
    background-color: #333;
}

.mob-collection {
    display: none !important;
}

.mob-collection .collection-item {
    position: relative;
}

.mob-collection .collection-item img {
    width: 100%;
}

.mob-collection .collection-item.content-left h2 {
    left: 5%;
    text-align: left;
}

.mob-collection .collection-item.content-right h2 {
    right: 5%;
    text-align: right;
}

.mob-collection .collection-title {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    top: 50%;
    color: #000;
    transform: translateY(-50%);
}

.mob-collection .collection-title span {
    display: block;
    font-size: 20px;
}

.event-img {
    display: block;
    max-width: 100%;
}

.event-slide-pagination {
    display: block;
    position: relative;
}

.event-slide-pagination .swiper-pagination-bullet:only-child {
    display: inline-block !important;
}

.slider-placeholder {
    aspect-ratio: 32/11;
}

.nmb-first .placeholder-container {
    aspect-ratio: 1141/1550;
}
.nmb-second .placeholder-container {
    aspect-ratio: 1539/1022;
}
.nmb-third .placeholder-container {
    aspect-ratio: 64/19;
}

.appintmentbtn {
    transition: .4s ease;
}
.appintmentbtn:is(:hover, :focus) {
    background-color: #424352;
    color: #fff;
}

/* :where(.nmb-collection-el, .mb-collection-el) img */
:where(.no-mob-collection, .mob-collection, .product-slider) img {
    transition: 0.3s ease;
}
:where(.no-mob-collection, .mob-collection, .product-slider) img:is(:hover, :focus) {
    transform: scale(1.025);
}
:where(.no-mob-collection, .mob-collection, .product-slider) a:has(img), .collection-item {
    overflow: hidden;
}

.product-slider a {
    border-radius: 10px;
}

.product-thumb h4 a {
    font-size: 1.24rem;
}

.category-slide-controls {
    top: calc(50% - 2.9rem) !important;
    transform: translateY(-50%);
}
.category-slide-controls.swiper-button-prev {
    left: -5px;
}
.category-slide-controls.swiper-button-next {
    right: -5px;
}

.sp-effect-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
    border-radius: 0.5rem;
 }

 .sp-effect-btn:is(:active, :hover, :focus) {
    outline: 0 !important;
    outline-offset: 0;
 }

 .sp-effect-btn::before,
 .sp-effect-btn::after {
    position: absolute;
    content: "";
    border-radius: 0.5rem;
 }

 .sp-effect-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
    border-radius: 0.5rem;
 }

 .sp-effect-btn-1::before {
    background-color: #424352;
    transition: 0.3s ease-out;
 }

 .sp-effect-btn-1 span {
    color: rgb(255, 255, 255);
    border: 1px solid #424352;
    transition: 0.2s 0.1s;
 }

 .sp-effect-btn-1 span:hover {
    color: #424352;
    transition: 0.2s 0.1s;
 }

 .sp-effect-btn.hover-filled-slide-right::before {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
 }

 .sp-effect-btn.hover-filled-slide-right:hover::before {
    width: 0%;
 }

 .view-all-collections-link i {
    transition: 0.9s ease;
    font-size: 1rem;
 }

 .view-all-collections-link:hover i {
    transform: translateX(0.6rem);
 }

 .main-slide-controls {
    width: 70px !important;
    height: 70px !important;
 }
 .main-slide-controls:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
 }

 .main-slide-controls:hover>i {
    color: #fff !important;
 }

 .main-slide-controls i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.5rem;
 }

 .main-slide-controls:hover::before {
    opacity: 1;
 }

 .main-slide-controls::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transition: .4s ease;
 }

 :root {
    --swiper-navigation-prev-url: '';
    --swiper-navigation-next-url: '';
 }

 .swiper-button-prev.main-slide-controls::before {
    background-image: var(--swiper-navigation-prev-url);
    background-size: cover;
 }

 .swiper-button-next.main-slide-controls::before {
    background-image: var(--swiper-navigation-next-url);
    background-size: cover;
 }

@media screen and (max-width: 991px) {
    .owl-nav button {
        top: 38%;
    }
}

@media screen and (min-width: 768px) {
    .event-content-box .swiper-wrapper {
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .no-mb-collections-wrapper {
        align-items: unset !important;
    }
}

@media screen and (max-width: 600px) {
    .no-mob-collection {
        display: none !important;
    }

    .mob-collection {
        display: flex !important;
    }

    .slider-placeholder {
        aspect-ratio: 25/29;
    }
}

@media screen and (max-width: 575px) {
    .home-aboutus {
        padding: 50px 0;
    }

    .home-aboutus.margabout .container>.row {
        gap: 25px;
    }

    .owl-nav button {
        top: 42%;
    }
}