/* Hyva overrides */

p
{
    margin: 20px 0 20px 0 !important;
}

/* Set list margin */
li
{
    margin: 0 0 0 20px;
}
    
/* Headers */

h1, h2, h3, h4, h5
{
	font-family: Roboto, Lato, Helvetica, Tahoma, Geneva, Arial, sans-serif !important;
}

h1 {
  font-size: clamp(1.75rem, 5vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: clamp(1.25rem, 3vw, 1.75rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

hr
{
    margin: 20px 0 20px 0;
    border: 0; 
    height: 1px; 
    background-color: #c0c0c0;
}

/* Lists */

.category-view.ul

.category-view ul {
  margin: 0;
  padding: 0;
}

/* Force ordered list */
#force-ol {
    list-style-type: decimal !important;
    list-style-position: outside !important;
}

#force-ol li {
    list-style-type: decimal !important;
    display: list-item !important;
}

.column.main a.rbtn {
    color: #ffffff !important;
    text-decoration: none !important;
}


/* Base unordered lists */
.category-view ul {
  /* Space above & below entire list */
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;

  /* Indent for bullets (keeps text aligned to body) */
  padding-left: 1.25rem;
  list-style-position: outside;
}

/* Force ordered list markers */
.category-view ol {
    list-style-type: decimal !important;
    list-style-position: outside !important;
}

/* Target ONLY li inside an ol, ignoring those inside a ul */
.category-view ol > li {
    list-style-type: decimal !important;
    display: list-item !important;
}


/* List items */

.page-header 
{

    ul li {
    
      margin-bottom: 0;
      line-height: 0;
      padding: 0;
      margin: 0;
    }
    
    ul li:last-child {
      margin-bottom: 0;
    }
    
    ul li ul {
      margin-top: 0rem;
      margin-bottom: 0rem;
      padding-left: 0rem;
    }

}




/* Set Link for category pages */
.category-view a 
{
    /* color: #a71823 !important; */ 
    color: #2162a1 !important;
    text-decoration: underline !important;  
}

.category-view a:hover 
{
    color: #a71823 !important;
    /* color: #ce1f2c !important;  */
    text-decoration: none !important;
}

/* Set link for custom Pages */
.column.main a
{
    color: #2162a1 !important;
    /* color: #a71823 !important; */
    text-decoration: underline !important;          
}


/* Hamburger button */
.btn 
{
    --btn-color: #FFFFFF;

}


.btn {
    --btn-stroke: #0000;
    --btn-bg: color-mix(in srgb, #dc2626 100%, #0000) !important;
    @supports (color: color-mix(in lab, black, black)) {
      --btn-bg: color-mix(in srgb, var(--color-primary) 100%, #0000) !important;
    }
    
    --btn-hover-bg: color-mix(in srgb, #555 20%, #0000);
    @supports (color: color-mix(in lab, yellow, yellow)) {
      --btn-hover-bg: color-mix(in srgb, var(--color-primary) 100%, #0000);
    }
    
    --btn-active-bg: color-mix(in srgb, #555 30%, #0000);
    @supports (color: color-mix(in lab, yellow, yellow)) {
      --btn-active-bg: color-mix(in srgb, var(--color-primary) 100%, #0000);
    }
    }
    

.page-header.btn
{
    background-color: #000000 !important;
}

.page-header.btn a
{
    background-color: #000000 !important;
}

.page-header.btn a:hover
{
    background-color: #000000 !important;
}



.category-view.btn
{
    background-color: #C0C0C0 !important;
}

.category-view.btn a
{
    background-color: #C0C0C0 !important;
}

.category-view.btn a:hover
{
    background-color: #000000 !important;
}
    
    
/* Secondary background */
.sub-navigation-dropdown
{
    background-color: #000000 !important;
    opacity: 1 !important;
}

.sub-navigation-dropdown .ul
{
    margin: 0;
    padding: 0;
}

.sub-navigation-dropdown .il
{
    margin: 0;
    padding: 0;    
}


/* BSS mega menu */
/* Force the top-level link and its nested span to white */
.nav-link.level-0, 
.nav-link.level-0 .category-name {
    color: #ffffff !important;
}

/* Optional: Keep it white on hover or choose a different hover color */
.nav-link.level-0:hover, 
.nav-link.level-0:hover .category-name {
    color: #ffffff !important;
}






/* Override the scroll bar and menu underline */
:root {
    /* Standard property for Firefox and modern Chrome (2025) */
    scrollbar-color: #FF0000 #0000;
    
    /* Overriding the specific Hyvä variables from your snippet */
    --scrollthumb-color: #FF0000;
    --scrolltrack-color: #0000;
    
    /* Syncing other primary UI indicators to match */
    --color-primary: #dc2626; 
    accent-color: #dc2626;
    caret-color: #dc2626;
}

/* Fallback for older Webkit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #FF0000;
    border-radius: 10px;
    border: 3px solid transparent; /* Creates a "padding" effect around the thumb */
    background-clip: content-box;
}


/***************************************************************


    BUTTONS



****************************************************************/

.rbtn
{
    /* 6.30.25 - center for check availability and longer text */
    display: inline-block !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.7em !important;
    font-size: 1em !important;    
    padding: 10px 60px 10px 60px !important;
    min-width: 200px !important;
    height: auto !important;
    border: none !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.1666em !important;
    font-weight: normal !important;
    color: #ffffff !important;
    background: #900 !important;
    margin-top: 5px 0 5px 0 !important;
    /* box-shadow: 0px 2px 10px 0px #808080; */
}

a.rbtn
{
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: bold !important;
}

a.rbtn:visited {
    text-decoration: none !important;
}

/* bg color changed to blk 10.6.25 */


.rbtn:hover, 
a.rbtn:hover {
    color: #ffffff !important;     
    text-decoration: none !important;    
    background: #222 !important;
}


/* Standard nav buttons */

  .abtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 10px 24px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box !important;

    background-color: #c4001a !important; /* red */
    color: #ffffff !important;

    /* Force centering */
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;

    transition: background-color .2s ease, transform .15s ease !important;
  }

  .abtn:hover {
    background-color: #9f0014 !important;
    transform: translateY(-1px) !important;
  }

  a.abtn,
  a.abtn:visited,
  a.abtn:hover,
  a.abtn:active {
    text-decoration: none !important;
    color: #ffffff !important;
  }
 
 /* Black estimator button */ 
 .btn-tw-link:hover, .btn-tw-link:focus 
{
    background-color: #222 !important;
    transform: translateY(-1px) scale(1.03) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35) !important;
}

.btn-tw-link {
    display: inline-block !important;
    margin-left: 0.35em !important;
    padding: 6px 12px !important;
    background-color: #000 !important;
    color: #ffffff !important !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
} 


	/* === GRID: 3 per row === */
	.agrid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
		margin: 20px 0;
	}

	@media (max-width: 900px) {
		.agrid {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (max-width: 600px) {
		.agrid {
			grid-template-columns: 1fr;
		}
	}

	/* === TILE STYLING === */
	.atile {
		text-align: center;
		background: #ffffff;
		border-radius: 6px;
		padding: 15px;
		border: 1px solid #c0c0c0; 
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.atile:hover {
		transform: translateY(-6px);
		box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	}

	/* === IMAGE STYLING === */
	.atile img {
		width: 100%;
		border-radius: 4px;
		transition: transform 0.3s ease, filter 0.3s ease;
	}

	.atile:hover img {
		transform: scale(1.05);
		filter: brightness(1.08);
	}

	/* === BUTTON TITLE — Uniform Full Width === */
	.abutton {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 12px;
		padding: 20px 26px 20px 26px;
		color: #000000;
		font-size: 14px;
		font-weight: 700;
		text-transform: none;
		letter-spacing: 0.06em;
		border-radius: 3px;
		text-decoration: none !important;
		/* remove underline */
		/* box-shadow: 0 2px 0 #C0C0C0; */
		/* darker shade for shadow */
		transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;

    border: thin solid #c0c0c0 !important;
    background-color: #cde2fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -o-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -moz-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -webkit-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -ms-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);


	}

	/* ensure links never have underlines */
	.atile a {
		text-decoration: none !important;
		color: inherit;
	}

	/* === BUTTON HOVER === */
	.abutton:hover {
color: #ffffff;
		background: #353535;
		box-shadow: 0 2px 0 #000000;
		transform: translateY(1px);
	}
	
	
	
	
	
/* Alt tsg opacity */	
.backdrop-blur-sm {
    opacity: 0.9;
    color: #ffffff;	
}




/**********************************************************************

End standard and button section



**********************************************************************/





  .selector-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 10px 24px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box !important;

    background-color: #c4001a !important; /* red */
    color: #ffffff !important;

    /* Force centering */
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;

    transition: background-color .2s ease, transform .15s ease !important;
  }

  .selector-pill:hover {
    background-color: #9f0014 !important;
    transform: translateY(-1px) !important;
  }

  a.selector-pill,
  a.selector-pill:visited,
  a.selector-pill:hover,
  a.selector-pill:active {
    text-decoration: none !important;
    color: #ffffff !important;
  }




#maincontent .gbtn {
    
    display: block !important;
    text-decoration: none !important;  
    color: #000000 !important;
    font-size: 18px !important;
    margin: 10px 10px 10px 10px !important;
    padding: 25px !important;
    line-height: 1.8em !important;
    border: thin solid #c0c0c0 !important;
    background-color: #cde2fe !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    background-image: linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -o-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -moz-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -webkit-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -ms-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
}

a.gbtn
{
    text-decoration: none !important;      
}

.gbtn:hover 
{
    color: #000000 !important;
    text-decoration: none !important;   
    color: #ffffff !important;     
    /* background-color: #353535 !important; */
    /*
    background-image: linear-gradient(bottom, #e7e7e7 11%, #F9F9F9 56%);
    background-image: -o-linear-gradient(bottom, #e7e7e7 11%, #F9F9F9 56%);
    background-image: -moz-linear-gradient(bottom, #e7e7e7 11%, #F9F9F9 56%);
    background-image: -webkit-linear-gradient(bottom, #e7e7e7 11%, #F9F9F9 56%);
    background-image: -ms-linear-gradient(bottom, #e7e7e7 11%, #F9F9F9 56%);    
    */
    
    /*
    background: #555 !important;
    color: #fff !important; 
    */
}



/***************************************************************


    BOXES



****************************************************************/

.grybx
{
    display: block;
 	color: #000000 !important;
 	border-radius: 10px !important;
 	border: thin solid #c0c0c0 !important;
 	padding: 10px !important;
 	margin: 5px 0 5px 0;
	background-color: #e6e6e6 !important;
 	background-image: linear-gradient(to top, #e6e6e6 11%, #f0f0f0 56%) !important;
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%) !important; /* older Safari, Chrome */
	background-image: -moz-linear-gradient(to top, #e6e6e6 11%, #f0f0f0 56%) !important; /* Firefox */
	background-image: -o-linear-gradient(to top, #e6e6e6 11%, #f0f0f0 56%) !important; /* Opera */
	background-image: -ms-linear-gradient(to top, #e6e6e6 11%, #f0f0f0 56%) !important; /* IE10+ */
}


/***************************************************************


    HEADERS



****************************************************************/

.product-header
{
    position: absolute;
    top: 80px !important; 
    right: 0;
    width: 100vw;
    height: 500px;
    margin: 0;
    /* padding: 3rem 0; */
    z-index: 10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
}

/* Show the category header title */
.product-header-title
{
    /* position: relative;  */
    position: absolute;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    /* font-size: 2.5rem; */ 
    /* top: 50px; */
    /* top: -40px; */
    top: 220px;
    font-size: 32px; 
    color: #eceeef;    
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.03em; 
    text-transform: none;     
    /* padding: 3rem; */
    padding: 10px 10px 10px 10px;
    z-index: 20;    
    /* og #353535 */
    background: linear-gradient(90deg, #252525, transparent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  
    left: 8% !important;
    
}

@media (max-width:767px)
{
    
    .product-header-title 
    {
    
        left: 5% !important;
    
    }
    
}

.nxt
{
    margin-top: 260px;
}


/***************************************************************


    COLUMNS



****************************************************************/

.two-col {
  display: flex;
  flex-wrap: wrap;
}

/* Desktop / wider screens */
.col-left {
  flex: 0 0 70%;
}

.col-right {
  flex: 0 0 30%;
  padding-left: 5px;
}

/* Stack on small screens */
@media (max-width: 768px) {
  .two-col {
    flex-direction: column;
  }

  .col-left,
  .col-right {
    flex: 0 0 100%;
  }
}


/***************************************************************


    DIVISIONS



****************************************************************/

.mdiv3_wrapper
{
    display: block !important;
    width: 100% !important;
}

.mdiv3 {
    display: inline-block !important;
    width: 30% !important;
    vertical-align: text-top !important;
    margin-right: 2px !important;
}

.mdiv3 img {
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
}


.mdiv2-wrapper
{
    display: inline-block !important;
    width: 90% !important; 
}

.mdiv2
{
    display: inline-block !important;
    width: 100% !important; 
    vertical-align: text-top !important;
    margin-right: 2px !important;

}

.mdiv2-img
{
    display: inline-block !important;
    width: 30% !important; 
    vertical-align: text-top !important;
    margin-right: 20px !important;

}

.mdiv2-txt
{
    display: inline-block !important;
    width: 60% !important; 
    vertical-align: text-top !important; 
}

.mdiv4 {
    display: inline-block !important;
    width: 30% !important;
    vertical-align: text-top !important;
    margin-right: 2px !important;
}

.vdiv3
 {
  display: inline-block;
  width: 320px; 
  vertical-align: text-top;
  margin: 10px 6px 20px 6px;
 }




/***************************************************************


    TILES



****************************************************************/

	/* === GRID: 3 per row === */
	.sp-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
		margin: 20px 0;
	}

	@media (max-width: 900px) {
		.sp-grid {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (max-width: 600px) {
		.sp-grid {
			grid-template-columns: 1fr;
		}
	}

	/* === TILE STYLING === */
	.sp-tile {
		text-align: center;
		background: #ffffff;
		border-radius: 6px;
		padding: 15px;
		border: 1px solid #c0c0c0; 
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.sp-tile:hover {
		transform: translateY(-6px);
		box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	}

	/* === IMAGE STYLING === */
	.sp-tile img {
		width: 100%; 
		border-radius: 4px;
		transition: transform 0.3s ease, filter 0.3s ease;
	}

	.sp-tile:hover img {
		transform: scale(1.05);
		filter: brightness(1.08);
	}

	/* === BUTTON TITLE — Uniform Full Width === */
	.sp-button {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 12px;
		padding: 20px 26px 20px 26px;
		color: #000000;
		font-size: 14px;
		font-weight: 700;
		text-transform: none;
		letter-spacing: 0.06em;
		border-radius: 3px;
		text-decoration: none !important;
		/* remove underline */
		/* box-shadow: 0 2px 0 #C0C0C0; */
		/* darker shade for shadow */
		transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;

    border: thin solid #c0c0c0 !important;
    background-color: #cde2fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -o-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -moz-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -webkit-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);
    background-image: -ms-linear-gradient(bottom, #e6e6e6 11%, #f0f0f0 56%);


	}

	/* ensure links never have underlines */
	.sp-tile a {
		text-decoration: none !important;
		color: inherit;
	}

	/* === BUTTON HOVER === */
	.sp-button:hover {
        color: #ffffff;
		background: #353535;
		box-shadow: 0 2px 0 #000000;
		transform: translateY(1px);
	}



/* =========================
   TORKLIFT FOOTER
   ========================= */

/* Animated underline for footer links */
.ft-link,
.tl-footer-col a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ft-link::after,
.tl-footer-col a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor; /* Uses the link's text color */
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smooth easing */
}

.ft-link:hover::after,
.tl-footer-col a:hover::after {
    width: 100%;
}

/* Optional: Start from center instead of left */
.ft-link.center-expand::after {
    left: 50%;
    transform: translateX(-50%);
}

.ft-link.center-expand:hover::after {
    width: 100%;
}


/**********************************************************************


    FT4 FOOTER
    
    
**********************************************************************/

.ft4 
{ 
    background-color: #000000 !important;
    color: #e1e1e1 !important;
    display: inline-block !important;
    flex: 0 20% !important;
    width: 20% !important;
}


.ft-title
{
  font-size: 17px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 14px !important;    
    
}

a.ft-link {
    display: inline-block;
    text-decoration: none !important;
    color: #e1e1e1 !important;
}

a.ft-link:hover
{
  text-decoration: none !important;
  color: #ffffff !important;
}

a.ft-link::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -3px !important;
  width: 0 !important;
  height: 1px !important;
  background: #fff !important;
  transition: width 0.25s ease !important;
}

.ft-link a:hover::after {
  width: 100% !important;
}


/**********************************************************************


    MEDIA QUERIES
    
    
**********************************************************************/

/* mobile */
 @media only screen and (min-width: 180px) and (max-width: 300px) 
{

/* featured products - mobile 280 */
    .mdiv3_wrapper
    {
        display: 100% !important;
    }    
    
    .mdiv3
    {
        vertical-align: text-top !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #c0c0c0 !important;
    }
    
    .mdiv3 img
    {
        border: 1px solid #ccc !important;
        border-radius: 2px !important;
        padding: 5px !important;
    }
    
    .mdiv2
    {
        display: block !important;;     
        vertical-align: text-top !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #c0c0c0 !important;
    }
    
    .mdiv2-img
    {
        display: block !important;
        width: 100% !important; 
    }
    
    .mdiv2-txt
    {
        display: block !important;
        width: 100% !important; 
    }    
    
    .ft4 
    {
        display: block !important;
       /* flex: 0 25%;
        width: 25%; */
    }      

}




/* mobile */
 @media only screen and (min-width: 301px) and (max-width: 480px) 
{

    /* featured products - mobile 280 */
     .mdiv3
     {
       vertical-align: text-top !important;
       margin-bottom: 10px !important;
       border-bottom: 1px solid #c0c0c0 !important;
     }
    
    .mdiv3_wrapper
    {
      display: 100% !important;
    }
    
    .mdiv3 img
    {
     border: 1px solid #ccc !important;
     border-radius: 2px !important;
     padding: 5px !important;
    }
    
    .ft4 
    {
        display: block !important;
       /* flex: 0 25%;
        width: 25%; */
    }    

}

 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 481px) and (max-width: 767px) 
 {


 }


@media (max-width:767px){

    .mdiv3
     {
      display: block !important;
      width: 100% !important; 
      vertical-align: text-top !important;
     }
    
    .mdiv3_wrapper
    {
      display: 100% !important;
    }
    
    .mdiv2
    {
        display: block !important;
        width: 100% !important; 
        vertical-align: text-top !important;
    }    
    
    .mdiv2-img
    {
        display: block !important;
        width: 100% !important; 
    }
    
    .mdiv2-txt
    {
        display: block !important;
        width: 100% !important; 
    }        

    #btn_find
    {
      display: block;    
      background-color: #000000 !important;
      color: #ffffff !important;
      padding: 0px 50px 0px 50px !important;
      margin: 10px 0 10px 0 !important; 
    }
    
    .ft4 
    {
        display: block !important;
       /* flex: 0 25%;
        width: 25%; */
    }      

}



@media screen and (min-width: 768px) and (max-width: 959px)
{

     /* featured products */
     .mdiv3
     {
      display: inline-block !important;
      width: 30% !important;
      vertical-align: text-top !important;
      margin-right: 2px !important;
     }
    
    .mdiv3_wrapper
    {
      display: block !important;
      width: 100% !important;
    }
    
    #btn_find
    {
      display: block !important;    
      background-color: #000000 !important;
      color: #ffffff !important;
      padding: 0px 50px 0px 50px !important;
      margin: 10px 0 10px 0 !important;
    }
    
    .ft4 
    {
        display: block !important;
       /* flex: 0 25%;
        width: 25%; */
    }      
    
    

}


/*****************************************************

END MEDIA QUERIES 


*******************************************************/

/* === Custom caption bar (no pill) === */

.MagicSlideshow .mss-caption {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 50;
    position: absolute;
}

/* Full-width bar, faint background, bright text */
.MagicSlideshow .mss-caption > span {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    background: rgba(0, 0, 0, 0.45);   /* faint dark bar */
    opacity: 1 !important;             /* do NOT fade text */
    border-radius: 0;                  /* no pill */
    text-align: left;
}

/* Make all caption text bright and crisp */
.MagicSlideshow .mss-caption,
.MagicSlideshow .mss-caption * {
    color: #ffffff !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    font-weight: 600;
}

/* Slightly larger title if used */
.MagicSlideshow .mss-caption-title {
    font-size: 1.05rem;
}
/* === Custom arrow style === */

/* Make arrow buttons visible & give them a background */
/* Always-visible arrows with background, no position changes */
.MagicSlideshow.mss-desktop .mss-button.mss-arrows-pair {
    opacity: 1 !important;                 /* show even when not hovered */
    background: rgba(0, 0, 0, 0.55);       /* background behind the arrow */
    border-radius: 4px;                    /* small rounded corners */
}

/* === Force white arrows, override grey rule === */
.MagicSlideshow.mss-horizontal .mss-slider .mss-arrow-prev:before,
.MagicSlideshow.mss-selectors-horizontal .mss-selectors .mss-arrow-prev:before,
.MagicSlideshow.mss-horizontal .mss-slider .mss-arrow-next:before,
.MagicSlideshow.mss-selectors-horizontal .mss-selectors .mss-arrow-next:before,
.MagicSlideshow.mss-vertical .mss-slider .mss-arrow-prev:before,
.MagicSlideshow.mss-selectors-vertical .mss-selectors .mss-arrow-prev:before,
.MagicSlideshow.mss-vertical .mss-slider .mss-arrow-next:before,
.MagicSlideshow.mss-selectors-vertical .mss-selectors .mss-arrow-next:before {
    border-color: #ffffff !important;
    border-top-color: #ffffff !important;
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-left-color: #ffffff !important;
}


/* Optional hover tweak */
.MagicSlideshow .mss-button.mss-arrows-pair:hover {
    background: rgba(0, 0, 0, 0.75);
}




/* === Centered arrows with grey square background === */

/* Make arrows small 40x40 squares, vertically centered */



.MagicSlideshow .mss-button.mss-arrows-pair {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;

    background-color: rgba(0, 0, 0, 0.55) !important; /* grey bg */
    border-radius: 4px;                               /* square w/ slight rounding */

    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Left/right placement */
.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-prev {
    left: 16px !important;
}

.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-next {
    right: 16px !important;
}

/* Keep arrows white (you already have something like this; keeping here for clarity) */
.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-prev:before,
.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-next:before,
.MagicSlideshow .mss-vertical .mss-slider .mss-arrow-prev:before,
.MagicSlideshow .mss-vertical .mss-slider .mss-arrow-next:before {
    border-color: #ffffff !important;
}

/* Optional: hover effect */
.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-prev:hover,
.MagicSlideshow .mss-horizontal .mss-slider .mss-arrow-next:hover {
    background: rgba(0, 0, 0, 0.8);
}


/*****************************************************************************


TABLES


****************************************************************************/


table.gridtable th
{
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #777777;
  color: #ffffff;
  background-color: #555555;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

table.gridtable td
{
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0; 
  padding: 10px; 
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: top;
}

table.gridtable tr:nth-child(odd) td{
  background-color: #e9e9e9;
}
table.gridtable tr:nth-child(even) td{
  background-color: #ffffff;
}

table.gridtable th
{
  color: #ffffff;
}

table.gridtable th.sub
{
  color: #ffcc00;
  text-align:left;
  background-color: #757575;
}

/*.rating-summary svg,*/
/*.rating-summary svg path {*/
/*    fill: currentColor !important;*/
/*    stroke: none !important;*/
/*}*/

/* Make ONLY the "filled" stars solid (Hyvä adds `fill-current` on filled stars) */
.rating-summary svg.fill-current * {
  stroke: none !important;
  /*fill: currentColor !important;*/
}

/* For the partial star, we want NO stroke, but keep its gradient fill */
.rating-summary svg[style*="partialFill"] * {
  stroke: none !important;
}

/* TOP PRODUCT RATING STARS: always filled yellow */
a[href="#customer-review-list"] .rating-summary svg {
    color: #facc15 !important;
}
a[href="#customer-review-list"] .rating-summary svg * {
    stroke: none !important;
    fill: #facc15 !important;
}

/* Hide star ratings inside Mirasvit Product Kit only (broad compatibility) */
.mst-product_kit__kit .rating-summary,
.mst-product_kit__kit .rating-summary * {
  display: none !important;
}
.mst-product_kit__kit .kit-item-inner .mx-auto:has(.rating-summary),
.mst-product_kit__kit .kit-item-inner .rating-summary {
  display: none !important;
}



/*****************************************************************************


Blockquote


****************************************************************************/
blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 4px solid #d71920;
  background: #f9f9f9;
  font-style: italic;
  color: #333;
}

blockquote a {
  font-style: normal;
  font-weight: 600;
}

/*============================================================================

Video mdiv3 

===============================================================================/
/* Videos grid: 3-up desktop, responsive on smaller screens */
#gry-videos-pb .video-row-3{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  justify-content: start !important; /* left aligned */
  align-items: start !important;
}

/* Card + caption */
#gry-videos-pb .video-row-3 .video-card{
  width: 100% !important;
  max-width: none !important;
  text-align: left !important;
}

/* Responsive 16:9 embeds */
#gry-videos-pb .video-row-3 .video-card iframe{
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  display: block !important;
  border: 0 !important;
  background: #000;
}

#gry-videos-pb .video-row-3 .video-text{
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

/* Tablet: 2-up */
@media (max-width: 1024px){
  #gry-videos-pb .video-row-3{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Mobile: 1-up */
@media (max-width: 640px){
  #gry-videos-pb .video-row-3{
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  #gry-videos-pb .video-row-3 .video-text{
    font-size: 15px !important;
  }
}


/* Remove underline in tab title */

[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {

	text-decoration: none !important;
}

/* Accordion collapsable menu */

    .acc 
    {
        
        position: relative; /* Ensures .new-banner is positioned relative to this button */        
        overflow: hidden;        
        width: 100%;
        display: block;
        color: #900;
        text-decoration: none;
        /* color: #000000; */
        font-weight: bold;
        min-width: 300px;
        margin: 1px 0 1px 0;
        padding: 10px;
        padding: 20px 10px 20px 10px;
        text-align: left; /* formerly center */
        font-size: 1em;
        font-weight: bold;
        line-height: 1.8em;
        background-color: #cde2fe;
        -webkit-border-radius: 12px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-image: linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
        background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
        background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
        background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
        background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
        border-style: solid !important;
        border-color: #c0c0c0 !important;
        border-width: thin !important;
        /* clear: both; */  
       transition: 0.4s; 
      font-weight: 800;
      text-wrap: wrap;
    }
    
    .acc-active, .acc:hover {
      color: #000000;
      background-color: #ccc;
    }
    
    .acc:after {
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .acc-active:after {
      content: "\2212";
    }
    
    .acc-panel {
      padding: 0 18px;
      background-color: #ffffff;
      /*
        border: thin solid #e1e1e1 !important;  
        border-top: none !important; 
        */
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;

    }
    
    .acc-wrapper
    {
        margin: 15px 0 15px 0;
    }
    
    
/* TABS */

        .tabs {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
           /*  max-width: 600px; */
        }

        /* Hide the actual radio buttons */
        .tabs input[type="radio"] {
            display: none;
        }

        /* Styling for the tab labels (the clickable buttons) */
        .tabs label {
            padding: 10px 20px;
            background: #e2e2e2;
            border: 1px solid #ccc;
            cursor: pointer;
            font-weight: bold;
            margin-right: 5px;
        }

        /* Styling for the content areas */
        .tab-content {
            width: 100%;
            padding: 20px;
            background: #fff;
            border: 1px solid #ccc;
            order: 1; /* Ensures content appears below all labels */
            display: none;
            margin-top: -1px; /* Overlap border with labels */
        }

        /* Logic: When a radio button is checked, style the label and show the sibling content */
        .tabs input[type="radio"]:checked + label {
            background: #fff;
            border-bottom: 1px solid transparent;
            z-index: 2;
        }



/* Override only the compare/wishlist icon buttons to soft gray */
/* Keep Add to Cart red */

/* Target the smaller icon buttons (compare/wishlist) next to Add to Cart */
.btn.btn-primary.text-sm.me-auto {
    --btn-bg: #9ca3af !important;
    --btn-hover-bg: #6b7280 !important;
    --btn-active-bg: #4b5563 !important;
    background-color: #9ca3af !important;
}

.btn.btn-primary.text-sm.me-auto:hover {
    background-color: #6b7280 !important;
}

/* Alternative selector if above doesn't work */
/* Targets buttons in the flex wrapper that are NOT the main Add to Cart */
.flex.flex-wrap.items-center .btn.btn-primary:not([aria-label*="Add to Cart"]) {
    --btn-bg: #9ca3af !important;
    --btn-hover-bg: #6b7280 !important;
    background-color: #9ca3af !important;
}

.flex.flex-wrap.items-center .btn.btn-primary:not([aria-label*="Add to Cart"]):hover {
    background-color: #6b7280 !important;
}
/* Target by data-addto attribute */
.btn[data-addto="compare"],
.btn[data-addto="wishlist"] {
    --btn-bg: #9ca3af !important;
    --btn-hover-bg: #6b7280 !important;
    --btn-active-bg: #4b5563 !important;
    background-color: #9ca3af !important;
}

.btn[data-addto="compare"]:hover,
.btn[data-addto="wishlist"]:hover {
    background-color: #6b7280 !important;
}

/* Alternative: Target the rounded-full icon buttons */
.btn.p-2.rounded-full {
    --btn-bg: #9ca3af !important;
    --btn-hover-bg: #6b7280 !important;
    background-color: #9ca3af !important;
}

.btn.p-2.rounded-full:hover {
    background-color: #6b7280 !important;
}
/* Make rating stars yellow */
.rating-summary {
    color: #facc15 !important; /* yellow-400 */
}

.rating-summary svg,
.rating-summary svg.fill-current {
    color: #facc15 !important;
    /*fill: #facc15 !important;*/
}



/* Center product slider items */
.snap-slider.product-slider .product-info {
    text-align: center !important;
    align-items: center !important;
}

/* Center the price box */
.snap-slider.product-slider .price-box,
.snap-slider.product-slider .price-box.price-final_price {
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* Center stars and reviews */
.snap-slider.product-slider .rating-summary {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Center the reviews link */
.snap-slider.product-slider .reviews-actions {
    justify-content: center !important;
    text-align: center !important;
}

/* Center the card content */
.snap-slider.product-slider .card {
    text-align: center !important;
}

/* Center buttons row */
.snap-slider.product-slider .flex.flex-wrap.items-center {
    justify-content: center !important;
}
/* Hide reviews count and "Add Your Review" link in product slider */
.snap-slider.product-slider .flex.items-center.gap-3 {
    display: none !important;
}
/* Link hover - black, except for header navigation */
a:hover {
    color: #000000 !important;
}

/* Exclude header/navigation links from black hover */
.page-header a:hover,
.page-header nav a:hover,
header a:hover,
nav[aria-label="Main menu"] a:hover,
.initMobileMenu a:hover,
.initMenuDesktop a:hover {
    color: inherit !important;
}


/* Force list bullet points to black */
li::marker {
    color: #000000 !important;
}



#mirasvitSearchResults > div.flex.flex-col > div.overflow-y-auto.overflow-x-hidden.gap-1.max-h-\[65vh\].sm\:grid-cols-8 > div > p{
    display: none !important;
}

/** bg-secondary override for search highlight results **/
.bg-secondary{
    background-color:yellow !important;
}


/** button text color override for proceed to checkout button on cart page **/
#checkout-link-button {
    color: #ffffff !important;
}
.checkout-cart-index .btn-secondary:hover {
    color: #000000 !important;
}
.checkout-cart-index .item-actions a[aria-label^="Edit"] {
    color: #ffffff !important;
}

/** Make last name field same length as first name field **/
.field-lastname {
    grid-column: span 6 / span 6;
}
.column.main .block-new-customer .btn-primary {
    --btn-active-bg: color-mix(in srgb, var(--color-primary) 100%, #0000);
    color: #ffffff !important;
}

#payment-method-option-braintree_applepay {
    display: none !important;
}

#payment-method-option-braintree_applepay.braintree-applepay-visible {
    display: flex !important;
}
/*#braintreeApplePayButton {*/
/*    display: none !important;*/
/*}*/

