/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Mike Sheldon
 Author URI: https://www.mosheldon.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.owned-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.owned-products .product {
  width: 200px;
  text-align: center;
}



/* Only apply styles on the dashboard page */
body.is-dashboard .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.is-dashboard .woocommerce-MyAccount-navigation ul li {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

body.is-dashboard .woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

body.is-dashboard .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: bold;
    color: #0073aa;
}



.newsletter-slide {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.newsletter-slide h3 {
    margin-bottom: 0.5rem;
}

.read-more-button {
    display: inline-block;
    margin-top: 1rem;
    background: #acc3a2;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.newsletter-date {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #666;
}

.newsletter-slider {
    position: relative;
}

.newsletter-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
}

/* Left arrow */
.newsletter-prev {
    left: 10px;
}

/* Right arrow */
.newsletter-next {
    right: 10px;
}

.newsletter-nav svg {
    width: 24px;
    height: 24px;
    fill: #acc3a2;
}

/* All bullets */
.swiper-pagination-bullet {
    background: #acc3a2 !important;
    opacity: 0.4;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    background: #acc3a2 !important;
    opacity: 1;
}
