
body {
  color: #000000;
}
a:hover {
  text-decoration: underline!important;
  color: #ff00ff;
}
/*
a:focus, a:hover {
  text-decoration: none !important;
}
*/
.storefront-primary-navigation a {
	color: #fff!important;
	  text-decoration: none !important;
}
.storefront-primary-navigation a:hover {
	color: #7D39D5!important;
}

/** MAIN HOME SLIDE HEADER */

/* Remove internal padding from Cover block */

.no-padding-cover .wp-block-cover__inner-container, .wp-block-cover, .wp-block-cover-image {
    padding: 0 !important;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container, .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
	 padding: 0 !important;
}
/** remove more padding - white bar above slider **/
.home.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover, .home.page-template-template-fullwidth .hentry .entry-content>.wp-block-image {
    margin-bottom: 0!important;
}
/* END */
.woocommerce-Tabs-panel p, #bbpress-forums fieldset.bbp-form legend, .entry-content p {
	color: #000!important;
}
.woocommerce-product-details__short-description {
	color: #000!important;
}
.yith-wcwl-add-to-wishlist-button__label {
	color: #000!important;
}

button, .button {
	border-radius: 36px!important;
}

button.menu-toggle, button.menu-toggle:hover {
    border-color: #fff!important;
}
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle
 {
    color: #fff!important;
}
button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #fff!important;
}


.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
     color: #ff00ff!important; 
}
.storefront-handheld-footer-bar ul li.cart .count {
	    background-color: #fff!important;
}

.subscription-toggle.bsp_button1 {
	position: relative;
	margin-bottom:  15px!important;
}
#infinite-handle {
	text-align: center!important;
	display: inline;
}


.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: #2B0047!important;
}


/* SALE RIBBON */

.onsale {
	position: relative;
	margin-bottom: -50px!important;
  font-weight: bold;
  color: #fff;
	text-decoration:none!important;
	z-index:20!important;
}

.onsale {
  --c: #ff00ff;
  --r: 20%; /* control the cutout part */
  
  padding: .6em 1.5em 1.6em; /* you may need to adjust this based on your content */
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
  width: fit-content;
  box-sizing: border-box;
	border: none !important;
}
.onsale:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--c);
  -webkit-mask:
   radial-gradient(at 70% 31%,#000 29%,#0000 30%),
   radial-gradient(at 30% 31%,#000 29%,#0000 30%),
   linear-gradient(#000 0 0) bottom/100% 50% no-repeat;
  clip-path: polygon(-41% 0,50% 91%, 141% 0);
	border: none !important;
}

/* END SALE RIBBON */

.stock.in-stock {
    color: #000!important;
}
/* added to cart 'green' bar */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #7D39D5 !important;
}

.widget_nav_menu ul li::before {
	display: none;
}

.widget .widget-title, .widget .widgettitle {
	font-weight: 700;
	color: #2B0047 ;
		 position: relative ;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bbp-forum-content, .bbp-header {
	color: #000!important;
}
.woocommerce-loop-product__title {
 font-size: 16px!important;	
	text-align: center;
}
span.price {
	 position: relative ;
	display: flex;
    justify-content: center;
    align-items: center;
}

#secondary.widget-area {
	padding: 15px!important;
	 border:2px solid #333;
	margin-bottom: 30px;
}

#bbpress-forums .bsp_button1 {
    text-decoration: none!important;
}
.fep-unread-class {
	background-color: #2B0047!important;
}
@media only screen and (max-width: 480px) {
    .bsp-one-third {
		width: 100%!important;	
	}
	
.star-rating span:before, .star-rating::before, p.stars a:hover:after, p.stars a:after {
    color: #ff00ff !important;
    letter-spacing: 1px;
    content: 'SSSSS'!important;
    font-family: star;
}
	
	/* out of stock email form */

.cwginstock-subscribe-form, .panel-heading
	{
		background-color: #ED1E79 !important;
    border-color: #ED1E79 !important;
	}
}
	
 /* -- PUSH HOME PRODUCTS TO THE EDGE --*/
	/* 1. Reset the "sliding" behavior */
.site-main .wc-block-grid, 
[class*="wp-block-woocommerce"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}

/* 2. Target the Inner Grid ONLY for the wide effect */
.wc-block-grid__products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100vw !important; /* Forces the internal list wide */
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

/* 3. The "Fun Box" Styles (The ones you like) */
.wc-block-grid__product,
.wp-block-woocommerce-featured-product {
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    padding: 15px !important;
    margin: 8px !important;
    border: none !important;
    box-sizing: border-box !important;
    list-style: none !important;
}

/* 4. MOBILE: 2 Columns (Stable) */
@media (max-width: 767px) {
    .wc-block-grid__product {
        flex: 0 1 calc(50% - 25px) !important;
        max-width: calc(50% - 25px) !important;
    }
}

/* 5. DESKTOP: 4 Columns (Stable) */
@media (min-width: 768px) {
    .wc-block-grid__product {
        flex: 0 1 calc(25% - 25px) !important;
        max-width: calc(25% - 25px) !important;
    }
}

/* 6. Clean Text & Links */
.wc-block-grid__product-title, 
.wc-block-grid__product-link {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #333 !important;
}
	
	/* -- END -- */
	
	/*. FOOTER SPACE 8 */
	
/* 1. Hide the 'Edit' link and the meta container entirely */
.edit-link, .entry-footer, .post-edit-link {
    display: none !important;
}

/* 2. Pull the content area down to meet the footer */
.site-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 3. The Negative Margin Trick */
/* This targets the very last block on your page (Instagram link) */
.entry-content > *:last-child {
    margin-bottom: -80px !important; /* This pulls the bar DOWN into the theme's empty space */
    position: relative !important;
    z-index: 10 !important;
}

/* 4. Final safety to collapse the bottom of the content container */
#primary, .site-content .col-full {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
	
	/* shop all underline gone */
	
	/* Forces the black bar to turn pink on hover */
h2.has-black-background-color:hover {
    background-color: #ff69b4 !important;
}

/* Kills the underline for good on hover */
h2.has-black-background-color a:hover, 
h2.has-black-background-color a:hover strong {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
	/* 1. Remove underlines from all heading links globally */
h2.wp-block-heading a, 
h2.wp-block-heading a strong,
h2.wp-block-heading a:hover, 
h2.wp-block-heading a:focus, 
h2.wp-block-heading a:active {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Specific fix for the pink hover state you like 
.has-background:hover a, 
.has-background:hover a strong {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
} */
	
	/* Only affects the front page gallery */
/* 1. Force the gallery container to have zero internal spacing */
.home .wp-block-gallery, 
.home .wp-block-gallery.is-layout-flex,
.home .wp-block-gallery.columns-3 {
    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
}

/* 2. Kill the margin/padding on every image container in that gallery */
.home .wp-block-gallery .wp-block-image, 
.home .wp-block-gallery figure,
.home .wp-block-gallery li {
    margin: 0 !important;
    padding: 0 !important;
    width: 33.33% !important; /* Forces 3 columns even if theme fights it */
}
	
	/* footer */
	@media (max-width: 768px) {
    .site-footer {
        clear: both !important;
        margin-top: 0 !important;
        position: relative !important;
        z-index: 99 !important;
    }
}


/* Remove rounded corners from category gallery on mobile */
@media (max-width: 480px) {
    .home .wp-block-gallery .wp-block-image img, 
    .home .wp-block-gallery figure img {
        border-radius: 0 !important;
    }
}

/* ZOOM ZOOM ZOOM */
	
	
/* 1. Zoom Effect: Zooms the image while keeping it inside the box */
.wp-block-gallery .wp-block-image, 
.wp-block-gallery li,
.wp-block-gallery figure {
    overflow: hidden !important; /* Clips the zoom so it stays inside */
    margin: 0 !important;
    padding: 0 !important;
}

.wp-block-gallery img {
    transition: transform 0.6s ease-in-out !important;
    display: block !important;
}

.wp-block-gallery .wp-block-image:hover img,
.wp-block-gallery li:hover img {
    transform: scale(1.15) !important; /* 15% zoom */
}

/* 2. Zero Gaps: Eliminates the white space between images */
.wp-block-gallery {
    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    padding: 0 !important;
}

/* 3. Storefront Specific Fix (Clears theme-enforced margins) */
.site-main .wp-block-gallery .wp-block-image,
.site-main .wp-block-gallery figure {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
	/**  /// GALLERY FIX /// ** */
	 /* Gallery: 3 columns on Mobile */
@media (max-width: 767px) {
    .home .wp-block-gallery .wp-block-image {
        width: 33.33% !important;
    }
}

/* Gallery: 7 columns on Desktop (21 images = 3 rows) */
@media (min-width: 768px) {
    .home .wp-block-gallery {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .home .wp-block-gallery .wp-block-image {
        width: 14.28% !important; /* This is 100 divided by 7 */
        margin: 0 !important;
    }
}

/* FIX
 * FIX
 * FIX 
 * FIX 
 * IT */

/* 1. THE FONT LOCK - Keep this aggressive to stop the huge purple text */
.home [class*="product"] [class*="title"], 
.home [class*="product"] [class*="title"] a {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #333 !important; /* Forces it to not be purple */
}

/* 2. THE CARD LOCK - Put the shadow back around the 4x2 grid */
.home [class*="product-grid"] [class*="product"],
.home li[class*="product"], 
.home .wc-block-grid__product {
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    padding: 20px !important;
    border: none !important;
}

/* 3. THE BOX CLEANER - Strip shadows from price and buttons ONLY */
.home [class*="product"] [class*="price"],
.home [class*="product"] .wp-block-button,
.home [class*="product"] [class*="add-to-cart"] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* 4. THE BUTTON PROTECTOR - Keep the button solid black */
.home [class*="product"] .button, 
.home [class*="product"] .wp-block-button__link {
    background-color: #000 !important;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 36px !important;
    box-shadow: none !important;
}

/* -- FIX MAIN MENU -- */

/* --- THE CLEAN SLATE MENU --- */

/* 1. The Background Box (Black & Rounded) */
.main-navigation ul.sub-menu, 
.handheld-navigation ul.sub-menu {
    background-color: #000000 !important;
    border-radius: 12px !important;
    padding: 10px 0 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
    border: 1px solid #222 !important;
    /* This next line forces it to be a list, not a grid */
    display: block !important; 
}

/* 2. The Menu Items (No Gaps, No White Boxes) */
.main-navigation ul.sub-menu li, 
.handheld-navigation ul.sub-menu li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important; /* Force out the white */
    box-shadow: none !important;        /* Force out the extra shadows */
}

/* 3. The Links (White Text) */
.main-navigation ul.sub-menu li a, 
.handheld-navigation ul.sub-menu li a {
    color: #ffffff !important;
    display: block !important;
    padding: 12px 20px !important;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left !important;
}

/* 4. The Hover (Pink Text) */
.main-navigation ul.sub-menu li a:hover, 
.handheld-navigation ul.sub-menu li a:hover {
    color: #ff00ff !important;
    background-color: #111111 !important; /* Very dark grey highlight */
}


/* Fix sticky mobile toggle classes on desktop */
@media (min-width: 768px) {
    .main-navigation ul ul.toggled,
    .main-navigation ul ul.expanded {
        display: none !important;
    }
}


/* Force TOP BAR TEXT and links to black */
/* Change all top bar text and links EXCEPT buttons to black */
.easy-notification-bar-message
{
    color: #000000 !important;
}

/* Ensure non-button links stay black on hover */
.easy-notification-bar-message {
    color: #000000 !important;
   
}

/* FIX DESKTOP MODE */
/* 1. Hide all sub-menus by default in desktop view */
.main-navigation:not(.toggled) ul ul {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

/* 2. Only show them when actually hovered or focused (TAB key) */
.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li:focus-within > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
}
