/*
 Theme Name:   fluid Child
 Theme URI:    https://outrightfitnessapp.com
 Description:  Child theme for Fluid
 Author:       Outright
 Author URI:   https://outrightfitnessapp.com
 Template:     fluid
 Version:      1.0.0
*/

.edgtf-post-info-top {
  display: none;
}

.edgtf-post-info-date.entry-date.published.updated {
  display: none;
}

.stock.out-of-stock {
  font-weight: bold;
}

.stock.in-stock {
  font-weight: bold;
}

#gifting_0_option {
  margin-bottom: 20px;
}

/* Hide theme's title banner/header */
.edgtf-title {
  display: none !important;
}

/* Force hide title banner, breadcrumbs, and categories on all screens */
.edgtf-title,
.edgtf-title .edgtf-title-holder,
.edgtf-title .edgtf-title-holder .edgtf-breadcrumbs,
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide SKU and Categories under the product image */
.product_meta,
.product_meta .sku_wrapper,
.product_meta .posted_in {
  display: none !important;
}

/* Owl Carousel Navigation Arrows - Desktop and Mobile */
.product-categories-carousel .owl-nav button.owl-prev, 
.product-categories-carousel .owl-nav button.owl-next {
  font-size: 40px !important; /* Large arrows */
  color: #ff0000 !important; /* Red color */
  background: none !important;
  border: none !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
  display: inline-block !important;
  position: relative !important;
  transition: all 0.3s ease;
}

.product-categories-carousel .owl-nav {
  text-align: center !important;
  margin-top: 10px !important; /* Space above navigation */
}

.product-categories-carousel .owl-nav button.owl-prev:hover, 
.product-categories-carousel .owl-nav button.owl-next:hover {
  transform: scale(1.2);
  color: #ff0000 !important;
}

/* Category Title Text - Bold on Desktop and Mobile */
.product-categories-carousel .category-thumbnail p {
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: center !important;
  margin-top: 10px !important;
  line-height: 1.2 !important;
}

/* Mobile-Specific Styles */
@media (max-width: 768px) {
  /* Force Bold Text on Mobile */
  .product-categories-carousel .category-thumbnail p {
    font-size: 14px !important;
    font-weight: bold !important;
  }

  /* Adjust Arrows for Mobile */
  .product-categories-carousel .owl-nav button.owl-prev, 
  .product-categories-carousel .owl-nav button.owl-next {
    font-size: 30px !important; /* Smaller arrows for mobile */
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #ff0000 !important; /* Force red */
  }

  /* Align Navigation Below Properly */
  .product-categories-carousel .owl-nav {
    margin-top: 15px !important;
  }
}

/* Hide categories in related products */
.related.products .edgtf-product-list-categories {
  display: none !important;
}

.edgtf-woo-single-page .woocommerce-tabs ul.tabs li a {
  font-weight: bold !important;
}

