body {
    padding: 0;
    margin: 0;
    font-family: "Arimo", Sans-serif;
    background: #fff;
}

a {
    color: #cf8c23;
}
a:hover {
    color: #202020;
}

ul,
ol,
p {
    margin: 0;
    padding: 0;
}

select,
input,
textarea,
button {
    font-family: "Arimo", Sans-serif;
}

.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

/* Woocommerce Notices */
.woocommerce-notices-wrapper {
    background: #fff;
}

.woocommerce-notices-wrapper > div {
    padding: 20px;
    margin: 10px;
}

button {
    cursor: pointer;
}
button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Woocommerce Product Loop */
.product .elementor-widget-image a {
    display: block;
    background: #fff;
}

/* Oweb Archive Product Image Hover Effect */
.oweb-woocommerce_archive {
    position: relative;
    overflow: hidden;
    display: block !important;
    text-align: center;
}

.oweb-woocommerce_archive_images {
    position: relative;
    width: 300px; /* Ensure this matches your image width */
    height: 300px; /* Ensure this matches your image height */
    margin: 0 auto;
}

.oweb-woocommerce_archive_images img {
    object-fit: contain;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
}

.oweb-woocommerce_archive_images img.hide {
    opacity: 0;
}

.oweb-woocommerce_archive h2 {
    font-size: 18px;
    color: #000;
    margin: 10px auto 0px;
}

/* Home Slider */
.bagira-slider_home .elementor-slides > div > div:first-child {
    background-size: 110% 100% !important;
    background-position: right !important;
}

/* Categories Slider */
.bagira-slider_categories .elementor-carousel-image {
    background-size: cover;
    background-position: center bottom;
    transition: transform 0.3s ease;
}

.bagira-slider_categories .elementor-carousel-image:hover {
    transform: scale(1.05);
}

/* Loop Add to cart */
.bagira-loop-add-to-cart {
    background: #202020;
    padding: 7.5px 10.5px;
    transition: background 0.3s ease;
}
.bagira-loop-add-to-cart:hover {
    background: #cf8c23;
}
.bagira-loop-add-to-cart img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.bagira-loop-add-to-cart svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/* Footer */
.bagira-footer-category-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bagira-footer-category-menu ul li:first-child {
    margin-top: 5px;
}
.bagira-footer-category-menu ul li:not(:first-child) {
    margin-top: calc(10px / 2);
}

.bagira-footer-category-menu ul li:not(:last-child) {
    padding-bottom: calc(5px / 2);
}

.bagira-footer-category-menu ul li a {
    color: #fff;
}

.bagira-footer-category-menu.black ul li a {
    color: #000;
}
