@font-face {
  font-family: 'Husqvarna Gothic';
  src: url('../fonts/HusqvarnaGothic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Husqvarna Gothic Bold';
  src: url('../fonts/HusqvarnaGothic-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

body {
font-family: "Roboto", sans-serif;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 line-height: 26px;
 margin: 0;
 color: #3d3d3c;
 -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

a {
transition: .3s ease;
color: #2b3a5d;
}

p, li {
font-size: 18px;
line-height: 26px;
margin-top: 0px;
margin-bottom: 28px;
}

ul {
list-style-type: disc;
padding: 0;
margin: 10px 0 20px 30px;
}

li {
margin-bottom: 8px;
background-size: 13px auto;
list-style-type: disc;
}

ol {
  list-style: none;
  counter-reset: num;
  margin-left: 0;
  padding-left: 0;
}

ol li {
  background: none;
  padding-left: 0;
  counter-increment: num; /* THIS IS THE KEY */
}

ol li::before {
  content: counter(num) ". ";
  font-weight: bold;
  color: #2b3a5d;
}

img { display: table; }

h1, h2, h3, h4, h5, h6 {
font-family: 'Husqvarna Gothic Bold', sans-serif;
font-weight: bold;
margin-top: 0px;
margin-bottom: 15px;
}

h1 { font-size: 41px; line-height: 48px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 21px; line-height: 26px; }
h5 { font-size: 16px; line-height: 21px; }
h6 { font-size: 14px; line-height: 18px; }

h3, h4, h5, h6 { margin-bottom: 10px; }

.utility-menu {
  background: #2b3a5d;
  padding: 10px 20px 5px;
  color: #fff;
  text-align: center;
}

 .utility-menu a {
   color: #fff;
 }

a.manual-icon { opacity: .9; text-decoration: underline; padding-left: 20px; position: relative; font-size: 14px; line-height: 18px; display: inline-block; vertical-align: top; width: auto; }
a:hover.manual-icon { opacity: 1; text-decoration: none; }
svg.little-icon { position: absolute; top: 1px; left: 0; width: 13px !important; height: auto !important;}

.header-stuff {
clear: both;
margin: 0px auto 1px;
background: #fff;
width: 90%;
}

a.logo {
background: url(../images/husqvarna-logo.gif) top center no-repeat;
background-size: 100% auto;
display: inline-block;
width: 100px;
display: inline-block;
text-indent: -50000px;
vertical-align: top;
min-width: 100px;
height: 100px;
}

a.logo img {
width: 100%;
height: auto;
}

nav {
position: relative;
display: inline-block;
border: 0px solid #EBECF1;
border-radius: 0px;
font-family: 'Husqvarna Gothic Bold', sans-serif;
font-weight: bold;
margin-top: 42px;
float: none;
width: 88%;
vertical-align: top;
margin-left: 3%;
float: right;
}

nav ul {
position: relative;
float: left;
margin: 0;
width: 100%;
padding: 0 0px;
list-style-type: none;
text-align: left;
display: flex;
justify-content: left;
gap: 30px;
}

nav li {
 display: inline-block;
 padding: 0;
 background: none;
}

nav li:last-child {
flex-grow: 1;
}

nav li.search-container {
position: relative;
margin-left: 2.25%;
margin-right: 2.25%;
text-align: right;
}


nav li a {
 color: #1f1f1f;
 text-decoration: none;
 transition: color 0.2s;
 font-size: 21px;
 line-height: 26px;
 transition: .3s ease;
 }

nav li a:hover { color: #366D80; }

.toolbar-horizontal {
padding-top: 0px !important;
}

nav.toolbar-lining, nav#gin-toolbar-bar, nav.toolbar-bar {
  position: relative;
  display: inline-block;
  border: 0px solid #EBECF1;
  border-radius: 0px;
  font-family: 'Husqvarna Gothic Bold', sans-serif;
  font-weight: bold;
  margin-top: 0 !important;
  float: none;
  width: 100%;
  vertical-align: top;
  margin-left: 0;
  float: right;
}

.toolbar .toolbar-tray {
  background-color: transparent;
  width: auto;
}

nav#toolbar-bar ul {
position: relative;
margin: 0 0 0 10px;
width: auto;
padding: 10px;
list-style-type: none;
text-align: left;
display: inline-block;
justify-content: left;
gap: 5px;
}

nav#toolbar-bar ul li a {
  font-family: "Roboto", sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 18px;
   line-height: 26px;
   width: 100%;
   box-sizing: border-box;
}

nav#toolbar-bar a.edit-shortcuts {
clear: left;
display: block;
width: 100px !important;
margin: 0 auto !important;
}

/* MAIN MENU */
.mm-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-menu > ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mm-menu li {
  position: relative;
}

/* TOP LEVEL LINKS */
.mm-menu > ul > li > a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

/* DROPDOWN */
.mm-menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  padding: 0px 10px 0px;
  display: none;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-top: 3px solid #366D80;
}

.mm-menu .dropdown li {
  width: 100%;
  padding: 0px 0px 6px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 6px;
}

.mm-menu .dropdown li:first-child { margin-top: 5px; }
.mm-menu .dropdown li:last-child { border-bottom: 0px solid #e5e5e5; }

.mm-menu .dropdown a {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 10px 10px;
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  white-space: normal;
}

.mm-menu .dropdown a:hover {
  color: #366D80;
  font-weight: 400;
  background: #f5f5f5;
  border-radius: var(--ui-btn-border-radius, 16px);
}

/* SHOW DROPDOWN */
.mm-menu li.has-dropdown:hover > .dropdown {
  display: block;
}

/* MOBILE */
@media (max-width: 991px) {

  .mm-menu > ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .mm-menu .dropdown {
    position: static;
    display: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 15px;
  }

  .mm-menu li.has-dropdown.active > .dropdown {
    display: block;
  }
}


.container {
background: #fff;
width: 95%;
margin: 40px auto;
}

.container-grey {
  width: auto;
  padding: 50px 20px;
  text-align: center;
  background: #f4f4f4; }

.campaign-header {
width: 95%;
display: flex;
margin-left: auto;
margin-right: auto;
}

.grey-container {
  width: auto;
  padding: 10px 0px;
  text-align: center;
  background: #f4f4f4; }

  .white-body-container {
    width: auto;
    border-top: 1px solid #eee;
    padding: 10px 0px 0px;
    text-align: center;
    background: #fff; }


.camp-spot-one { width: 64.75%; position: relative; }

.camp-spot-two { width: 34.95%; border-left: 1px solid #fff; position: relative; }

.camp-spot-one img, .camp-spot-two img { width: 100%; height: auto; }

.camp-spot-two img.mobile-version { display: none; }

.camp-spot-one::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute !important;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: 1;
}

.camp-spot-two::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute !important;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide-copy {
position: absolute;
top: 87%;
left: 50%;
width: 90%;
-webkit-transform: translate(-50%,-90%);
-ms-transform: translate(-50%,-90%);
transform: translate(-50%,-90%);
text-align: center;
z-index: 1;
}

.slide-copy h1 { text-shadow: 0px 0px 3px #000; font-size: 51px; line-height: 57px; color: #fff; margin-bottom: 0px; margin-top: 0px; }

.slide-copy h2 { text-shadow: 0px 0px 3px #000; color: #fff; font-size: 30px; line-height: 38px; }

.slide-copy h4 { color: #fff; text-shadow: 0px 0px 3px #000; }

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

.button {
padding: 12px 25px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
color: #fff;
background: #2B3A5D;
border: 1px solid #2B3A5D;
transition: .3s ease;
margin: 0 5px 0 0;
font-size: 16px;
line-height: 21px;
font-family: 'Husqvarna Gothic Bold', sans-serif;
display: table;
width: auto;
border-radius: var(--ui-btn-border-radius, 16px);
border: 2px solid #20406d;
text-align: center;
}

.white-button {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Husqvarna Gothic Bold', sans-serif;
  display: table;
  width: auto;
  transition: .3s ease;
  background: #fff;
  color: #1e1e1d;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: .75px;
  text-decoration: none;
  border-radius: var(--ui-btn-border-radius, 16px);
}

.slide-copy .button, .call-to-action .button { display: inline-block; margin: 0 5px 0 5px; }

a:hover.button {
background: #20406d;
border: 2px solid #20406d;
color: #fff;
}

.search.button {
padding: 13px 12px;
margin-right: 0;
}


.carousel-container {
  position:relative;
  margin: 0px;
  overflow:hidden;
}

.carousel-wrapper h2 { display: inline-block !important; margin-right: 10px; }

.product-count { color: #B4B4B4; }

.product-carousel {
  display:flex;
  gap:20px;
  overflow:hidden;
  scroll-behavior:smooth;
  justify-content: space-evenly;
  padding-bottom: 15px;
}

a.product-card {
  min-width:250px;
  background:#f4f4f3;
  border-radius: 16px;
  padding:15px;
  text-align: left;
  text-decoration: none;
}

.product-detail-card {
  min-width:100%;
  background:#f4f4f3;
  border-radius: 16px;
  padding:15px;
  text-align: left;
  text-decoration: none;
}

a:hover.product-card {
  min-width:250px;
  background:#f4f4f3;
  border-radius: 16px;
  padding:15px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.product-card img {
  width:100%;
  border-radius:6px;
}

.product-carousel p {
font-size: 16px;
line-height: 24px;
color: #333;
}

.carousel-btn {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#000;
  color:#fff;
  border:none;
  padding:10px 15px;
  cursor:pointer;
  font-size:20px;
  z-index:10;
}

.carousel-btn.prev {
  left:0;
}

.carousel-btn.next {
  right:0;
}

.carousel-btn:hover{
  background:#333;
}


.carousel-dots {
  text-align:center;
  margin-top:10px;
}

.carousel-dots .dot {
  display:inline-block;
  width:100px;
  height:2px;
  margin:0 5px;
  background:#bbb;
  cursor:pointer;
  transition:background 0.3s;
}

.carousel-dots .dot.active {
  background:#333;
}

.carousel-container-product {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto auto 50px;
}

.carousel-track-product {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.product-card-product {
    min-width: 100%;
}

.product-card-product img {
    width: 100%;
    display: block;
}

/* Arrows */
.carousel-btn-product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.carousel-container-product:hover .carousel-btn-product {
    opacity: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Dots */
.carousel-dots-product {
    text-align: center;
    margin-top: 10px;
}

.dot-product  {
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 5px;
    background: #bbb;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.dot-product.active {
    background: #333;
}




.product-card-product {
    min-width: 100%;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.product-card-product img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-card-product h3 {
    margin: 15px 0 10px;
}

.product-card-product p {
    color: #666;
    margin-bottom: 10px;
}

.product-card-product .price {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.product-card-product button {
    background: #111;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}

.product-card-product button:hover {
    background: #333;
}

.carousel-btn-product {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 0;
}

.carousel-btn-product.prev {
    left: 10px;
    display: block;
    z-index: 1 !important;
    background: #fff url(../images/arrow-previous.gif) center center no-repeat;
    background-size: 13px auto;
    pointer-events: auto;
    border: 1px solid #eee;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    width: 50px;
    height: 50px;
    z-index: 0;
}

.carousel-btn-product.next {
  right: 10px;
  background: #fff url(../images/arrow-next.gif) center center no-repeat;
  background-size: 13px auto;
  border: 1px solid #eee;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
  width: 50px;
  height: 50px;
  z-index: 0;
}

button.expand-photo, button:hover.expand-photo {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background: #929292 url(../images/expand-icon.gif) 80% 12px no-repeat;
  background-size: 15px auto;
  display: table;
  width: auto;
  padding: 10px 33px 10px 15px;
  border: 0;
  outline: 0;
  border-radius: var(--ui-btn-border-radius, 16px);
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 3;
}


.lifestyles {
display: flex;
gap: 20px;
width: 90%;
margin: 0 auto 60px;
justify-content: space-evenly;
}

a.photo-spot {
position: relative;
cursor: pointer;
width: 33.33%;
background: #202740;
transition: .3s ease;
}



a.photo-spot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute !important;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 1;
}

a.photo-spot img {
width: 100%;
height: auto;
}

a:hover.photo-spot img {
opacity: .75;
}

.lifestyle-copy {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%,-20%);
  -ms-transform: translate(-50%,-20%);
  transform: translate(-50%,-20%);
  text-align: center;
  z-index: 999;
  text-shadow: 0px 0px 3px #000;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Husqvarna Gothic Bold';
}

.lifestyle-copy .white-button { text-shadow: 0px 0px 0px #000; margin-left: auto; margin-right: auto; }

label.linkbutton { position: relative; cursor: pointer; }

#controllbox, #controllbox-two {
 display: none;
}

label.linkbutton { position: relative; cursor: pointer; }

.infopage {
position: absolute;
top: 30px;
right: 0px;
z-index: 10;
width: 260px;
padding: 20px;
height: 50px;
background-color: #fff;
display: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
border: 1px solid #bbbbbb;
border-top: 5px solid #194071;
}

#controllbox:checked + label > .infopage,
#controllbox-two:checked + label > .infopage {
 display: block;
}



input, input[type="text"], input[type="text"]:disabled, input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea, input#coupon_code, select {
border: 1px solid #ccc;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.075) inset;
outline: 0 none;
padding: 15px;
display: block;
color: #141414;
margin-bottom: 20px;
font-size: 16px;
line-height: 21px;
font-family: "Roboto", sans-serif;
}

.search-form input {
  display: inline-block;
  width: 170px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

select {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

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

.mm-close, .search-and-menu, .mobile-utility { display: none; }

.hero-band { position: relative; margin-top: 45px; display: block; }

.hero-copy {
position: absolute;
top: 50%;
left: 15%;
width: 65%;
-webkit-transform: translate(-15%,-50%);
-ms-transform: translate(-15%,-50%);
transform: translate(-15%,-50%);
text-align: left;
z-index: 1;
}

.hero-band img {
width: 100%;
height: auto;
display: table;
}

.hero-band::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute !important;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-copy h2 {
color: #fff;
margin-bottom: 10px;
margin-top: 0px;
}

.hero-copy h3 {
color: #fff;
font-weight: 300;
margin-top: 0px;
margin-bottom: 25px;
}

.content-left-photo-right {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 90%;
margin: 50px auto;
}

.photo-right {
width: 30%;
overflow: hidden;
}

.general-content-left {
width: 64%;
margin-right: 6%;
}

.photo-right img { width: 100%; height: auto; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
 }

.content-left-photo-right .button { display: table; }

.general-content-left h3 { margin-top: 0px; }

footer {
background: #202740;
padding: 50px 0;
}

footer .wrap {
width: 90%;
margin-left: auto;
margin-right: auto;
display: flex;
gap: 50px;
justify-content: space-evenly;
}

footer h3 { margin-bottom: 15px !important; color: #fff; margin-bottom: 25px; display: block; }

footer h3 a { color: #fff; text-decoration: none; }
footer h3 a:hover { color: #fff; text-decoration: none; opacity: .8; }

footer p { font-size: 16px; line-height: 25px; }

footer p.copyright { position: absolute; bottom: 0; color: #fff; width: 90%; text-align: right; opacity: .8; font-size: 12px; line-height: 21px; margin: 25px auto; padding: 0; }

footer p.copyright a { color: #fff; opacity: .8; text-decoration: underline; }

footer p.copyright a:hover { opacity: 1; }

footer a { text-decoration: none;}

footer a:hover { text-decoration: underline;}

.footer-nav {
  width: 33.33%;
  display: inline-block;
  position: relative;
  text-align: left;
}

footer .footer-nav ul {
margin: 30px 0 0 0;
padding: 0;
}

footer .footer-nav li {
list-style: none;
font-size: 16px;
line-height: 21px;
font-family: "Roboto", sans-serif;
display: block;
margin-bottom: 15px;
background: none;
padding-bottom: 15px;
padding-top: 0px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

footer .footer-nav li a { color: #fff; opacity: .8; }

footer .footer-nav li a:hover { color: #fff; text-decoration: none; opacity: 1; }

a.footer-portal {
color: #fff;
opacity: .8;
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 15px;
font-size: 16px;
line-height: 21px;
font-family: "Roboto", sans-serif;
margin-top: 34px;
display: block;
width: 100%;
}

a:hover.footer-portal { opacity: 1; text-decoration: none; }

.category-header { position: relative; }

.category-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute !important;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 1;
}

.category-header img { width: 100%; height: auto; }

.category-header .slide-copy h2 { font-weight: bold; font-size: 51px; line-height: 58px; margin-bottom: 5px; }

.breadcrumbs {
font-family: "Roboto", sans-serif;
border-bottom: 1px solid #f5f5f5;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
font-weight: 400;
text-align: left;
display: block;
}

.breadcrumbs.for-pages {
width: 90%;
margin-left: auto;
border-bottom: 1px solid #d2d2d1;
}

.breadcrumbs.for-white-pages {
width: 90%;
margin-left: auto;
border-bottom: 1px solid #f5f5f5;
}

.breadcrumbs ul {
margin: 0 auto;
padding: 0;
width: 90%;
color: #44485a;
}

.breadcrumbs.for-pages ul,
.breadcrumbs.for-white-pages ul  {
width: 100%;
padding: 0 0 15px;
}

.breadcrumbs li {
background: none;
display: inline-block;
font-size: 14px;
line-height: 18px;
margin: 0 1px;
padding: 0;
}

.breadcrumbs li a {
  font-weight: 400;
  text-decoration: none;
  color: #787777;
  text-decoration: none;
}

.breadcrumbs li a strong { color: #2b3a5d; }

.breadcrumbs li a:hover { text-decoration: underline; }

.breadcrumbs.for-pages ul li a { text-decoration: underline; }

.breadcrumbs.for-pages ul li a:hover { text-decoration: none; }

.list-holder {
overflow: hidden;
padding: 50px 0;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.filters-column {
display: inline-block;
width: 21%;
margin-right: 3%;
vertical-align: top;
}

.product-list {
display: inline-block;
width: 75%;
vertical-align: top;
text-align: left;
}

a.portal {
float: right;
text-decoration: none;
margin-top: 5px;
font-size: 14px;
line-height: 18px;
color: #7a7979;
}

a:hover.portal {
text-decoration: underline;
}

.divider { font-weight: 300; }

.wrapper {
display: flex;
gap: 50px;
align-items: center;
justify-content: space-around;
width: 95%;
margin: 50px auto;
align-items: flex-start;
align-items: stretch;
}

.content-left-side, .content-right-side, .bullets-right-side {
flex: 1;
position: relative;
}

.content-left-side img, .content-right-side img {
width: 100%;
height: auto;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-bottom: 20px;
}

.vertical-holder {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.faq {
    width: 100%;
    margin: 0 auto;
}

.faqitem {
  border-top: 1px solid #e1e1e0;
  margin-top: 5px;
}

.faqitem.last-one {
border-bottom: 1px solid #e1e1e0;
padding-bottom: 5px;
}

.faqitem .header {
    padding: 10px 15px;
    color: #1f1f1f;
    display: flex;
    justify-content: space-between;
    align-items: start;
    cursor: pointer;
    margin-top: 5px;
}

.faqitem .header:hover {
background: #eaeae9;
border-radius: var(--ui-btn-border-radius, 16px);
}

.fa-fa-plus, .fa-fa-minus { color: #1E6D82; }

.faqitem .header .fa-fa-minus {
    display: none;
}

.faqitem .header .fa-fa-minus img, .faqitem .header .fa-fa-plus img { margin-top: 6px; width: 15px; height: auto; }

 .faqitem.mannies .header .fa-fa-minus img, .faqitem.mannies .header .fa-fa-plus img { margin-top: 22px; width: 15px; height: auto; }

.faqitem.jquery-accordion-active .fa-fa-minus {
    display: block;
}

.faqitem.jquery-accordion-active .fa-fa-plus {
    display: none;
}

.faqitem .content {
font-family: "Open Sans", sans-serif;
padding: 0px 15px;
display: block;
text-align: left;
font-size: 16px;
line-height: 25px;
margin-top: 0px;
margin-bottom: 28px;
}

label.filter-output { font-weight: 400 !important; line-height: 26px; }

.faqitem .content.closed {
display: none;
}

.filter-label.product-thumbnails {
width: 100%;
}

.filter-label.product-thumbnails img {
width: 40px;
height: auto;
margin-right: 10px;
display: inline-block;
}

.filter-label.product-thumbnails .product-name {
display: inline-block;
vertical-align: top;
margin-top: 12px;
}

.faqitem.mannies .header:hover {
  background: #fff;
  border-radius: var(--ui-btn-border-radius, 0px);
}

.faqitem.mannies .header:hover .product-name{
  color: #273A60;
}

.faqitem.mannies .header {
  padding: 5px 15px 4px; }

.faqitem.mannies .content {
  padding: 0px;
  margin-bottom: 0px;
}

.manual-downloads {
background: #fcfcfc;
padding: 0px 0px;
}

.faqitem.mannies {
  margin-top: 0px;
}

.faqitem.mannies.jquery-accordion-active .product-name {
font-weight: bold;
 }

.download-wrap {
  display: flex;
  padding: 15px 20px;
  border-top: 1px solid #e1e1e0;
  justify-content: space-between;
  gap: 10px;
}

a.download-link {
padding: 6px 0 6px 25px;
font-weight: bold;
color: #202740;
background: transparent url(../images/pdf-icon.gif) left 10px no-repeat;
background-size: 13px auto;
text-decoration: none;
}

 a.download-button {
width: auto;
padding: 6px 15px 6px;
border-radius: 6px;
background: #202740;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
font-family: 'Husqvarna Gothic Bold', sans-serif;
 }

.carousel-wrapper {
margin: 75px auto 65px;
width: 95%;
position: relative;
}

.carousel-wrapper.fullest {
width: 100%;
margin: 25px auto 65px;
}

.carousel-wrapper.fullest .product-card h3 {
text-align: left;
}


.wrapper.carry {
padding: 0;
margin: 0;
}

.carousel {
  max-width: 100%;
    position: relative;
}


.product-card h3 {
text-align: center;
display: block;
color: #333;
font-size: 18px;
line-height: 24px;
margin-top: 25px;
margin-bottom: 20px;
}


.carousel-track-container {
  overflow: hidden;
}

img.frame { width: 100%; height: auto; max-height: 500px; }

ul.carousel-track { list-style: none; margin: 0; padding: 0; position: relative; }
.carousel-track li { background: none; list-style: none; margin: 0; padding: 0; }

.carousel-slide {
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.5s ease;
min-width: 100%;
width: 100%;
margin: 0 auto 0;
}

.carousel-slide:first-of-type {
    position: relative;
    display: inline-block;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.carousel-slide img {
  width:100%;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #1E6D82;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 99999999 !important;
  border: 1px solid #eee;
}

.carousel-btn.prev {
  left: -20px;
  display: block;
  opacity: 1;
  z-index: 99999999;
  background:  #fff url(../images/arrow-previous.gif) center center no-repeat;
  background-size: 13px auto;
  pointer-events: auto;
  border: 1px solid #eee;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%); }

.carousel-btn.next {
  background:  #fff url(../images/arrow-next.gif) center center no-repeat;
  background-size: 13px auto;
  right: -20px;
  border: 1px solid #eee;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);}


/* Thumbnails */

.carousel-track-container { position: relative; }

.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: auto;
  position: absolute;
  left: 58%;
  bottom: 3px;
  transform: translateX(-58%);
  transform: translateY(0);
  z-index: 1;
}


.carousel-thumbnails img {
  width: 85px;
  height: 53px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  border: 3px solid transparent;
  transition: opacity 0.2s, border 0.2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.carousel-thumbnails img.active {
  opacity: 1;
  border-color: #1E6D82;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.tabs {
	clear: both;
	position: relative;
  max-width: 100%;
  margin: 0 auto 50px;
  text-align: left;
   /* you can either manually set a min-height here or do it via JS ---> */
}


.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
  justify-content: center;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.label {
  width: 80%;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #1E6D82;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #1E6D82;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px 10px;
}

.label:hover {
  background: #1E6D82;
  color: #fff;
}

.label:active {
  background: #ccc;
}

.radiotab:checked + .label {
  background: #1E6D82;
  color: #fff;
  border: 2px solid #1E6D82;
  border-bottom: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 5px 10px;
}

.panel {
  display: none;
  padding: 50px 30px 0px;
  background: transparent;
  width: 100%;
}

.radiotab:checked + .label + .panel {
  display: block;
}


img.photo-align-right {
width: 35%;
margin: 5px 0 30px 30px;
float: right;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

img.photo-align-left {
width: 35%;
margin: 5px 30px 30px 0px;
float: left;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

img.photo-align-center {
width: 100%;
margin: 5px auto 30px auto;
float: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.call-to-action {
background:  #0D273E url(../images/wave-background.png) left 6px no-repeat;
background-size: 100% auto;
display: block;
padding: 50px 50px 70px 50px;
text-align: center;

}

.call-to-action h2 {
color: #fff;
}

.call-to-action h5 {
color: #fff;
font-weight: 300;
margin-top: 0px;
margin-bottom: 25px;
}


.wysiwyg {
  background: #fff;
  width: 90%;
  margin: 50px auto;
}

.view-all, .filters {
display: block;
margin-top: 30px;
font-size: 16px;
}

.filters {
border-bottom: 1px solid #e1e1e0;
}

.view-all { color: #686867; font-weight: 400; }

.view-all a {
text-decoration: underline;
display: inline-block;
margin-right: 3px;
color: #3d3d3c;
font-size: 16px;
font-weight: 400;
 }

.filter-label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 350;
  letter-spacing: .4px;
  font-style: normal;
  text-align: left;
  font-weight: bold;
}

#formRangeSliderGroupId-review_rating_td {
display: none;
}

p.ugRU3HGQ.uX34qNS- {
width: 30px;
display: inline-block;
margin-bottom: 0px !important;
}

label.u0c5Vtvi {
float: right;
}

input#minRangeInput-review_rating_td {
padding: 0 !important;
}

input.uvPhuX71 {
width: 100% !important;
}

button.filters-clear-button {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Husqvarna Gothic Bold', sans-serif;
  display: table;
  width: auto;
  transition: .3s ease;
  background: #2B3A5D;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: .75px;
  text-decoration: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: var(--ui-btn-border-radius, 16px); }

  button:disabled {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Husqvarna Gothic Bold', sans-serif;
    display: table;
    width: auto;
    transition: .3s ease;
    background: #B1B7C3;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: .75px;
    text-decoration: none;
    border: 0;
    outline: 0;
    border-radius: var(--ui-btn-border-radius, 16px); }


.filter-output { padding-bottom: 5px; display: flex; align-items: center; gap: 8px; cursor: pointer; margin-bottom: 0; }
.filter-output input { margin-bottom: 0px; }
.filter-output label { font-weight: normal; }

.list-of-products{
display: flex;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
justify-content: start;
margin-top: 20px;
margin-bottom: 40px;
}

a.product-spot {
background: #fff;
padding: 2%;
width: 26%;
border-radius: 16px;
box-shadow: rgba(0, 0, 0, 0) 3px 3px 3px;
text-decoration: none;
}

a:hover.product-spot {
background: #fff;
padding: 2%;
width: 26%;
border-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 3px;
text-decoration: none;
}


.product-spot img {
 width: 100%;
 height: auto;
 margin-left: auto;
 margin-right: auto;
}

p.category-description {
margin-bottom: 5px;
width: 65%;
}

a.product-spot h4 {
color: #3d3d3c;
}

button#myBtn {
font-size: 16px;
line-height: 21px;
text-decoration: underline;
border: 0;
outline: 0;
background: #F4F4F4;
cursor: pointer;
font-weight: 300;
}

.little-category.bigs {
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 350;
  letter-spacing: .4px;
  font-style: normal;
  color: #3d3d3c;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}


.little-category.learn {
margin-bottom: 10px;
margin-top: 0px;
}
.product-bottom {
display: flex;
margin-top: 20px;
gap: 20px;
align-items: flex-start;
justify-content: space-between;
}

.cart-button {
padding: 15px 10px 15px;
width: 30px;
height: 20px;
color: #fff;
border-radius: var(--ui-btn-border-radius, 16px);
background:  #3c7539 url(../images/cart-arrow.png) center 15px no-repeat;
background-size: 20px auto;
text-indent: -50000px;
}

p.price {
  margin-bottom: 0px;
  color: #3d3d3c;
}

.msrp {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #686867;
  font-weight: 350;
}





/* Drawer container */
.drawer {
  position: fixed;
  top: 0;
  left: -380px; /* hidden off screen */
  width: 300px;
  height: 100%;
  background: #fff;
  color: #3d3d3c;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
  transition: left 0.3s ease;
  z-index: 1000;
}

/* Active state (visible) */
.drawer.open {
  left: 0;
}

/* Close button */
.close-btn {
  background: none;
  border: none;
  color: #3d3d3c;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  float: right;
  margin-top: -10px;
}

button#openDrawer { display: none; }

.media-display {
width: 60%;
display: inline-block;
vertical-align: top;
}

.media-display img {
width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.product-deets-display {
width: 38%;
margin-left: 0;
display: inline-block;
vertical-align: top;
}

.support-display {
  width: 65%;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: top;
 }


 .support-display-side {
   width: 30%;
   display: inline-block;
   vertical-align: top;
   padding-top: 170px;
  }

.big-price {
font-size: 26px;
line-height: 33px;
font-weight: bold;

}

.msrp.bigger {
  font-size: 16px;
  line-height: 24px;
  padding-top: 3px;
}

.features {
margin: 30px 0;
padding: 20px 0;
border-top: 1px solid #e1e1e0;
border-bottom: 1px solid #e1e1e0;
}

.little-category {
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 5px;
  display: block;
}

.little-category.bigs {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 7px;
  margin-top: 0px;
  display: block;
}

a.green-button {
display: block;
padding: 15px 10px;
text-align: center;
text-transform: uppercase;
color: #fff;
background: #227730;
border-radius: var(--ui-btn-border-radius, 16px);
text-decoration: none;
font-family: 'Husqvarna Gothic Bold', sans-serif;
font-size: 16px;
line-height: 21px;
letter-spacing: 1px;
}

a:hover.green-button {
background: #1c6328;
}

.category-description.product-deets {
width: 100%;
}

.goodies {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #e1e1e0;
  border-bottom: 1px solid #e1e1e0;
}

.goodies a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 21px;
  color: #797878;
  padding: 5px 5px 5px 25px;
}

.goodies a.heart {
  background: transparent url(../images/icon-sprite.gif) 5px 10px no-repeat;
  background-size: 14px auto;
}

.goodies a:hover.heart {
background: #EAEAE9 url(../images/icon-sprite.gif) 5px 10px no-repeat;
background-size: 14px auto;
}

.goodies a.flag {
  background: transparent url(../images/icon-sprite.gif) 5px -20px no-repeat;
  background-size: 14px auto;
}

.goodies a:hover.flag {
  background: #EAEAE9 url(../images/icon-sprite.gif) 5px -20px no-repeat;
  background-size: 14px auto;
}

.goodies a.regi {
  background: transparent url(../images/icon-sprite.gif) 5px -51px no-repeat;
  background-size: 14px auto;
}

.goodies a:hover.regi {
  background: #EAEAE9 url(../images/icon-sprite.gif) 5px -51px no-repeat;
  background-size: 14px auto;
}

.goodies a.save {
  background: transparent url(../images/icon-sprite.gif) 5px -81px no-repeat;
  background-size: 14px auto;
}

.goodies a:hover.save {
  background: #EAEAE9 url(../images/icon-sprite.gif) 5px -81px no-repeat;
  background-size: 14px auto;
}

.goodies a:hover.heart, .goodies a:hover.flag, .goodies a:hover.regi, .goodies a:hover.save {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* Open Button */
.open-popup-btn {
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  display: block;
  width: 100%;
  border-radius: 6px;
  text-align: left;
  background: transparent url(../images/checkmark.gif) 12px 11px no-repeat;
  background-size: 16px auto;
}

.open-popup-btn.all-features {
  background: transparent url(../images/icon-all.gif) 12px 13px no-repeat;
  background-size: 18px auto;
}

.open-popup-btn:hover {
  background: #EAEAE9 url(../images/checkmark.gif) 12px 11px no-repeat;
  background-size: 16px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.open-popup-btn:hover.all-features {
  background: #EAEAE9 url(../images/icon-all.gif) 12px 13px no-repeat;
  background-size: 18px auto;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999999 !important;
}

/* Popup Box */
.popup-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 75%;
  text-align: left;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 99999999;
}

.popup-box.full-size {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

h2.poppy {
  width: auto; display: inline-block; margin-right: 5px;
}

/* Active State */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-overlay.active .popup-box {
  transform: scale(1);
  opacity: 1;
}

/* Close Button */
.close-popup-btn {
  margin-top: 0px;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff url(../images/close-icon.gif) right top no-repeat;
  background-size: 38px auto;
  color: white;
  cursor: pointer;
  border-radius: 6px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.popup-box.full-size .close-popup-btn { margin-top: 30px; }


.tabs-container {
   display: flex;
   margin: auto;
   background: #fff;
   border-radius: 8px;
   overflow: hidden;
   justify-content: flex-start;
 }

 /* Left navigation */
 .tab-buttons {
   display: flex;
   flex-direction: column;
   width: auto;
   background: #fff;
   color: #333;
   justify-content: flex-start;
   width: 40%;
 }

 .divide-line { border-top: 1px solid #ccc; margin-top: 5px; margin-bottom: 5px; }

 .tab-button {
   padding: 10px 10px;
   border: none;
   background: none;
   color: #333;
   text-align: left;
   cursor: pointer;
   font-size: 16px;
   transition: background 0.3s ease;
   -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
 }

 .tab-button:hover,
 .tab-button.active {
   background: #F4F4F3;
   -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
 }

 /* Right content */
 .tab-content {
   flex: 1;
   padding: 0px 30px;
 }

 .content-panel {
   display: none;
 }

 .content-panel.active {
   display: block;
 }

.tab-content img {
width: 100%;
height: auto;
margin-bottom: 20px;
}

.features-list {
display: flex;
gap: 20px;
justify-content: space-between;
margin-top: 20px;
}

.features-list.proddies {
display: flex;
gap: 40px;
justify-content: space-between;
margin: 0px auto 60px;
width: 90%;
max-width: 1200px;
}

.a-feature {
background: #fff;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
overflow: hidden;
width: 48%;
}

.features-list.proddies .a-feature { padding-top: 30px; background: #f4f4f3; }

.a-feature .feature-name {
padding: 20px 20px 10px;
font-weight: bold;
font-size: 18px;
line-height: 24px;
font-family: "Roboto",Arial,sans-serif;
display: block;
}

.features-list.proddies p a { text-align: center; color: #333; text-decoration: none !important; }

.a-feature p {
padding: 0px 20px 12px 20px;
}

.a-feature img {
width: 100%;
height: auto;
margin-bottom: 15px;
}

.table-container {
   width: 100%;
   overflow-x: auto;
   margin: 20px 0;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   border: 1px solid #ccc;
 }


table {
width: 100%;
margin-top: 0px;
border-collapse: collapse;
border-spacing: 0;
}

thead tr, thead td { border-bottom: 1px solid #ccc; background: #eaeae9 !important; padding: 25px; }

table td {
padding: 15px;
background: #fff;
border-bottom: 1px solid #ccc;
width: 50%;
}

table h3, table h4 { margin-bottom: 0px; }


.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.husqvarna-retailers {
  width: 100%;
  min-width: 700px; /* keeps columns readable */
  border-collapse: collapse;
}

.husqvarna-retailers th,
.husqvarna-retailers td {
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

/* Optional mobile improvements */
@media (max-width: 768px) {

  .husqvarna-retailers th,
  .husqvarna-retailers td {
    font-size: 14px;
    padding: 10px;
  }

  .husqvarna-retailers a {
    word-break: break-word;
  }
}

.support-containers {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

a.support-stuff {
  width: calc(29% - 10px); /* half of the gap */
  background: #f4f4f3;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
}

a:hover.support-stuff { text-decoration: underline;}

a.support-stuff img { width: 60px; display: block; margin-bottom: 15px; height: auto; margin-left: auto; margin-right: auto;}

a.support-stuff.arrows {
text-align: left;
background: #fff url(../images/arrow.gif) 3px 3px no-repeat;
padding: 0px 0 0 30px;
background-size: 16px auto;
text-decoration: underline;
border-radius: 0px;
width: calc(100% - 10px); /* half of the gap */
}

.faqs-band {
background: #F4F4F4;
padding: 50px 75px 75px;
}

.dealer-process {
text-align: left;
padding: 50px 75px 75px;
background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 10%, #ffffff 100%);
}

#user-login-form {
  width: 50%;
  margin: 60px auto;
  padding: 30px;
  background: #f8f8f8;
}

#user-login-form input, #user-login-form input[type="text"] { width: 95%; }

#user-login-form label { font-weight: bold; }

#edit-name--description { width: 90%; line-height: 18px; display: block; margin-bottom: 20px; }
#edit-pass--description { width: 90%; line-height: 18px; display: block; margin-bottom: 20px; }

#edit-submit {
  display: inline-block;
  background: #202740;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 260px !important;
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Husqvarna Gothic Bold', sans-serif;
  letter-spacing: .75px;
  text-decoration: none;
  border-radius: var(--ui-btn-border-radius, 16px);
 }

 #edit-submit:hover {
   display: inline-block;
  background: #20406d;
   color: #fff;
   font-weight: bold;
   width: 260px !important;
  }

.grey-full-box {
padding: 40px;
background: #f4f4f3;
border-radius: 16px;
}

img.dealer-photo { margin-bottom: 20px; width: 100%; height: auto; border-radius: 16px; }

.two-buttons {
display: flex;
gap: 10px;
margin-top: 20px;
}

.two-buttons a.button {
width: 50%;
display: inline-block;
}

.support-display-side.contacto img {
width: 100%;
height: auto;
border-radius: 16px;
}

.lets-chat {
background: #f4f4f3;
border-radius: 16px;
padding: 40px 40px 40px 40px;
margin-top: 25px;
}

.red-highlight { color: red; }

label { font-weight: bold; margin-bottom: 5px; display: block; }

form#webform-submission-contact-node-9-add-form {
overflow: hidden;
display: block;
}

input#edit-actions-submit {
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}

input#edit-actions-submit:hover {
  background: #20406d;
  border: 2px solid #20406d;
  color: #fff;
}

[data-drupal-selector="edit-owner-information"],
[data-drupal-selector="edit-product-information"],
[data-drupal-selector="edit-purchase-information"],
[data-drupal-selector="edit-additional-questions"] {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: 'Husqvarna Gothic Bold', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  margin-left: 1%;
  margin-right: 1%;
}

[data-drupal-selector="edit-product-information"],
[data-drupal-selector="edit-purchase-information"],
[data-drupal-selector="edit-additional-questions"] {
margin-top: 50px;
}

.halves {
display: inline-block;
width: 47%;
margin-left: 1.15%;
margin-right: 1.15%;
}

.halves input { width: 100%; box-sizing: border-box; }

.fulls {
  width: 97%;
  margin-left: 1%;
  margin-right: 1%;
}

.fulls input {
width: 100%;
box-sizing: border-box;
}

.thirds {
  width: 30%;
  margin-left: 1.39%;
  margin-right: 1.39%;
  display: inline-block;
}

.thirds input {
  width: 100%;
  box-sizing: border-box;
}

fieldset { border: 0px; margin: 1%; padding: 0; }


fieldset legend { font-weight: bold; }

input.form-radio, .form-checkbox, #webform-submission-become-a-dealer-node-8-add-form--2 input.form-radio, #webform-submission-become-a-dealer-node-8-add-form--2 input.form-checkbox  {
width: 15px;
display: inline-block;
margin-bottom: 0px;
 }

label.option { display: inline-block; font-weight: normal; font-size: 16px; line-height: 21px; }


textarea#edit-message, input#edit-subject { width: 100%; box-sizing: border-box; font-family: "Roboto", sans-serif; }

.list-holder.product-registration h1, .list-holder.product-registration p {
text-align: center;
}

.js-webform-type-radio.webform-type-radio, .js-webform-type-checkbox.webform-type-checkbox {
display: inline-block;
width: auto;
margin-right: 15px;
}

.js-webform-type-checkbox.webform-type-checkbox {
margin-bottom: 15px;
}

#webform-submission-become-a-dealer-node-8-add-form--2 .js-webform-type-checkbox.webform-type-checkbox {
margin-bottom: 0px;
}

#edit-please-specify-all-the-product-types-you-carry--2--wrapper,
#edit-do-you-offer-services-for-products-sold--2--wrapper,
#edit-please-indicate-any-of-the-following-lines-you-carry--2--wrapper {
margin-bottom: 15px;
}

.list-holder.product-registration p, form#webform-submission-product-registration-node-7-add-form {
width: 90%;
max-width: 830px;
margin-left: auto;
margin-right: auto;
}

form#webform-submission-product-registration-node-7-add-form { margin-top: 50px; }

form#webform-submission-product-registration-node-7-add-form  fieldset.webform-composite-hidden-title {
  margin: 15px 0 5px 0px;
  padding: 15px 0;
  border: 0px;
  border-top: 1px solid #ccc;
}

.copyright p { font-size: 12px; line-height: 21px; color: #fff; }

.copyright p a { font-size: 12px; line-height: 21px; color: #fff; text-decoration: underline;  }

.copyright p a:hover { text-decoration: none; }

fieldset#edit-field-power-type--2--wrapper, fieldset#edit-field-psi--2--wrapper { border: 0px; }

#edit-field-power-type--2--wrapper legend, #edit-field-psi--2--wrapper legend {
margin-top: 25px;
border-top: 1px solid #ccc;
display: block;
padding-top: 15px;
width: 100%;
 }

 #edit-field-psi--2--wrapper legend { margin-top: 25px; }

#edit-field-power-type--2--wrapper .content, #edit-field-psi--2--wrapper .content { overflow: hidden; }

#edit-field-power-type--2--wrapper .content div, #edit-field-psi--2--wrapper .content div
{ display: block; display: flex; gap: 5px; }

#edit-field-power-type--2--wrapper .content div input, #edit-field-psi--2--wrapper .content div input { margin-bottom: 0px; }

label.option { margin-top: 8px; }

label.u3rAQNrm { display: inline-block; width: 100px; }

.what-can-you-do {
width: 90%;
max-width: 600px;
margin: 50px auto 200px;
}

.what-can-you-do ul {
width: 90%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}


img.align-right { width: 35%; float: right; margin-left: 2%; margin-bottom: 2%; height: auto; border-radius: 16px; }
img.align-left { width: 35%; float: left; margin-right: 2%; margin-bottom: 2%; height: auto; border-radius: 16px; }
img.align-center { width: 100%; float: none; margin-bottom: 2%; height: auto; border-radius: 16px; }

.husqvarna-retailers {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #333;
  margin: 30px 0;
}

.husqvarna-retailers thead {
  background: #2B3A5D;
  color: #F6F6F4;
}

.husqvarna-retailers th {
    padding: 16px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Husqvarna Gothic Bold', sans-serif;
    font-weight: bold;
    background: #273A60;
    color: #fff;
    border-bottom: 2px solid #2B3A5D;
    text-transform: uppercase;
}


.husqvarna-retailers td {
  padding: 16px;
  border-bottom: 1px solid rgba(43,58,93,0.15);
  vertical-align: top;
  line-height: 1.5;
  font-size: 15px;
  width: 18%;
}

.husqvarna-retailers td:first-child { width: 25%; }
.husqvarna-retailers td:last-child { width: 42%; }

.husqvarna-retailers tr:nth-child(even) {
  background: #F6F6F4 !important;
}

.husqvarna-retailers a {
  color: #2B3A5D;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
  font-size: 18px;
  line-height: 24px;
}

.husqvarna-retailers a:hover {
  opacity: 0.8;
}

.link-arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.husqvarna-retailers a:hover .link-arrow {
  transform: translateX(3px);
}

.availability {
  font-weight: 500;
}

.instore {
  color: #333;
}

.online {
  color: #F93801;
  color: #333;
}

/* =============================================================================
   SEARCH RESULTS
   ============================================================================= */

   .search-page__header {
     text-align: center;
     background: #F3F5F8;
     padding: 40px 20px 25px 20px;
   }

   h1.search-page__title {
     text-align: center;
     margin-bottom: 0px;
   }

   .search-page .list-holder {
     padding: 0px 0;
   }

   form#search-form {
   background: #F3F5F8 !important;
   padding: 0 30px 30px 30px;
   margin: 0px 0px 30px 0px;
   overflow: hidden;
   }

  form#search-form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  line-height: 24px;
  }

  form#search-form input.form-search {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-right: 0px;
  margin-bottom: 0px !important;
}

  form#search-form input.button.js-form-submit.form-submit {
clear: left;
  }

   form#search-form + h2 {
     margin: 15px;
     font-size: 21px;
   }

.search-results.node_search-results ol {
margin-left: 15px;
}

.search-results.node_search-results ol li::before { float: left; margin-right: 5px; line-height: 24px; }

.search-page ol {
margin-left: 15px;
}

.search-page ol li::before, .search-page ol li::marker {
  display: none;
}

.search-page ol li { list-style: none !important;}

.search-page h3 a {
  font-size: 21px;
  line-height: 28px;
  text-decoration: underline;
}

.search-page a.search-help-link {
font-size: 16px;
line-height: 21px;
display: block;
clear: left;
padding-top: 15px;
}

.search-page ol li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#webform-submission-become-a-dealer-node-8-add-form--2 {
width: 100%;
max-width:780px;
margin-left: auto;
margin-right: auto;
}

#webform-submission-become-a-dealer-node-8-add-form--2 input {
width: 100%;
box-sizing: border-box;
}

#webform-submission-become-a-dealer-node-8-add-form--2 input.webform-button--submit {
width: auto;
box-sizing: border-box;
}

ul.accessory-categories {
list-style: none;
padding: 10px 0 20px 0px;
margin-left: 0px;
}

ul.accessory-categories li::marker { display: none; }

ul.accessory-categories li a { text-decoration: none; }
ul.accessory-categories li a:hover { text-decoration: underline; }

li.dealer.active {
  background: #2B3A5D !important;
}

a.load-more-dealers, a:focus.load-more-dealers { color: #2B3A5D !important; }


li.dealer.active {
  background: #2B3A5D !important;
}

.library-buttons {
display: flex;
gap: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f5f5f5;
}

.library-buttons a {
background: #f4f4f3;
border-radius: var(--ui-btn-border-radius, 8px);
color: #1f1f1f;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
font-family: 'Husqvarna Gothic Bold', sans-serif;
text-decoration: none;
padding: 10px 15px;
}

.library-buttons a.active, .library-buttons a:hover {
background: #2B3A5D;
color: #fff;
}

.media-library {
    margin: 0 auto;
    background: #fff;
}

.section {
    margin-bottom: 25px;
}

.section-header {
    display: block;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 40px;
}

.section-header h2 {
    font-size: 33px;
    margin: 0 0 20px 0;
}

.section-header h2 span {
    font-weight: normal;
}

.toggle-btn {
    color: #1e355e;
    text-decoration: underline;
    font-size: 16px;
    line-height: 21px;
    display: block;
    text-decoration: none;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#pdfs .media-grid {
    display: flex;
    gap: 10px;
}

.media-grid.logos {
margin-top: 20px;
}

.media-grid.logos img {
width: 50%;
height: auto;
}

.media-card {
  flex: 1;
    background: #fff;
}

.media-thumb {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 5px;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-info {
display: flex;
gap: 10px;
 }

.media-meta div { width: 90%; border-bottom: 1px dashed green; flex: 1; }

a.media-info.pdf {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    background: #fff url(../images/pdf-icon.gif) 15px 13px no-repeat;
    background-size: 30px auto;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px 10px 60px;
    cursor: pointer;
}

a.media-info.pdf {
display: block;
}

.media-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e355e;
    line-height: 18px;
}

.media-meta {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}

a.download-btn {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    align-items: right;
    justify-content: right;
    margin-top: 5px;
    width: 5%;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 50px 0;
}

.pdf-icon {
    font-size: 70px;
    color: #d82424;
}

.notice {
    margin-top: 40px;
    background: #edf2fa;
    border-radius: 10px;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4a4a4a;
}

.notice a {
    color: #1e355e;
    font-weight: 600;
}


.filter-categories {
display: flex;
gap: 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 20px;
}


.filter-categories a {
display: block;
font-size: 16px;
line-height: 21px;
text-decoration: none;
font-weight: normal;
margin-right: 0px;
margin-left: 0;
padding: 0 10px 0 10px;
border-right: 1px solid #eee;
}

.filter-categories a:hover { text-decoration: underline; }

.filter-categories a:first-child {
padding-left: 0px;
}


.filter-categories a:last-child {
border-right: 0;
}

.hidden-content {
    display: none;
    margin-top: 30px;
}

.toggle-btn {
    cursor: pointer;
}



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

    #pdfs .media-grid { flex-direction: column; }
}

@media (max-width: 1100px) {
.filter-categories a { font-size: 14px; line-height: 18px;; }
}

@media (max-width: 980px) {

.filter-categories { flex-direction: column; }

.filter-categories a { font-size: 14px; line-height: 18px; border-right: 0px; border-bottom: 1px solid #eee; margin: 0; padding: 10px 0; }

}

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

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .notice {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

}

/* =========================
   RESPONSIVE STYLES
   ========================= */

@media (min-width: 820px) {
  .panel {
    order: 99;
  }

.label {
  width: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #1E6D82;
  color: #1E6D82;
  font-size: 16px;
  background: transparent;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 0 5px 10px;
  transition: .3s ease;
  }

}

@media (max-width: 1300px) {

nav {
width: 86%;
  }

nav ul { gap: 15px; }

nav li a { font-size: 19px; }
}

@media (max-width: 1220px) {
a.support-stuff {
width: 100%;
}

.faqs-band {
  background: #F4F4F4;
  padding: 50px 50px 75px;
}
}

@media (max-width: 1190px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  a.product-spot {
  background: #fff;
  padding: 2%;
  width: 44%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 3px 3px 3px;
  text-decoration: none;
  }

  a:hover.product-spot {
  background: #fff;
  padding: 2%;
  width: 44%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 3px;
  text-decoration: none;
  }

  .two-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .two-buttons a.button {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
}


@media (max-width: 1130px) {


a.bucket-one { flex-basis: 31%; }

.categories h3 {
  font-size: 18px;
  line-height: 24px;
}

}


@media (max-width: 1060px) {
/* =========================
   MMENU CORE STYLES
   ========================= */
.campaign-header {
flex-direction: column;
}

.camp-spot-one, .camp-spot-two {
  width: 100%;
  position: relative;
}


.camp-spot-two { border-left: 0; }


.camp-spot-two .slide-copy h2 {
  font-size: 33px;
  line-height: 41px;
}

.camp-spot-two img.mobile-version { display: block; }
.camp-spot-two img.desktop-version { display: none; }

.search-and-menu {
display: inline-block;
float: right;
margin-top: 29px;
width: 100px;
}

.search-spot {
margin-top: 15px;
margin-right: 25px;
display: inline-block;
}

.menu-icon {
margin-top: -23px;
height: 30px;
display: block;
cursor: pointer;
}

.mm-open-btn {
float: right;
border: 0;
border: 1px solid #2B3A5D;
background: #fff;
color: #2B3A5D;
font-size: 38px;
line-height: 44px;
width: 50px;
height: 50px;
}


.mm-close { display: block; }

   .mm-menu {
     display: block;
     position: fixed;
     top: 0;
     right: 0;
     left: auto;
     width: 80%;
     max-width: 380px;
     height: 100%;
     background: #2B3A5D;
     color: #fff;
     overflow-y: auto;
     transform: translateX(100%);
     transition: transform 0.3s ease;
     z-index: 9999;
     margin-top: 0px;
   }

   .mm-menu.mm-opened {
     transform: translateX(0);
   }

/* Overlay */
.mm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.mm-overlay.mm-opened {
  opacity: 1;
  visibility: visible;
}

/* Menu list */
.mm-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0px;
}

.mm-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: block;
  width: 100%;
}

.mm-menu > ul > li > a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mm-menu a:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.mm-menu .dropdown a {
width: 90%;
display: block;
}

/* Submenu */
.mm-menu .mm-submenu {
  display: none;
  background: #1a1a1a;
}

.mm-menu li.mm-open > .mm-submenu {
  display: block;
}

/* Toggle button */
.mm-toggle {
  cursor: pointer;
}

/* Close button */
.mm-close {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  opacity: .8;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 10px;
  float: right;
  margin: 15px;
}

.st0 {fill:#FFFFFF;}

nav ul {
float: none;
gap: 0;
flex-direction: column;
text-align: left; }

nav ul li {
margin-bottom: 0;
}

li.search-container { display: none; }

nav ul li:last-child .button {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: transparent; border: 0px; margin: 0 0 0 0; }
nav ul li:last-child .button:hover {
color: #fff;
background: rgba(255,255,255,0.08);
  }

  .has-dropdown > .dropdown {
    max-height: 0;
    overflow: hidden;
    top: 0px;
    width: 100%;
    transition: max-height 0.7s ease;
    padding-left: 15px;
    padding: 0px 10px 0px;
    background: #fff;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    border-top: 1px solid #f5f5f5;
    display: block;
    position: relative;
    z-index: 2;
    left: 0px;
    border-top: 0px solid #366D80;
  }

  /* 🔥 Desktop hover behavior */
  @media (hover: hover) {
    .has-dropdown:hover > .dropdown {
      max-height: 500px; /* large enough to fit content */
    }
  }

  /* 🔥 Mobile active class (JS controlled) */
  .has-dropdown.active > .dropdown {
    max-height: 500px;
  }

  /* Optional arrow indicator */
  .has-dropdown > a::after {
    content: "▾";
    float: right;
    font-size: 12px;
    display: block;
  }

  ul.dropdown li a { color: #5a5a59; padding: 10px 10px 10px; display: block; font-weight: 400; }

  ul.dropdown li a:hover { color: #366D80; font-weight: 400; background: #f5f5f5; border-radius: var(--ui-btn-border-radius, 16px); }


.mobile-utility { display: block; }

.mobile-utility .utility-menu {
  padding: 15px 20px; }

.mobile-utility .utility-menu a { font-size: 16px; padding: 0; display: inline-block; }
.mobile-utility a.manual-icon { display: inline-block; float: left; padding: 5px 0 0 23px; font-size: 14px; line-height: 18px; font-weight: 400; text-decoration: underline; }
.mobile-utility a:hover.manual-icon { background: transparent; }
.mm-menu.mm-opened svg.little-icon { top: 6px; }

a.portal-mobile {
  float: right;
  font-size: 14px !important;
  line-height: 18px  !important;
  font-weight: 400 !important;
  text-decoration: underline;
  opacity: .9;
  padding-top: 5px !important;
  display: inline-block;
}

a:hover.portal-mobile {
opacity: 1;
background: transparent;
}

.slide-copy h1, .slide-copy h2, .category-header .slide-copy h2 { font-size: 48px; line-height: 55px; }

.slide-copy {
  width: 95%;
}

.hero-copy {
left: 50%;
width: 90%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.carousel-btn.prev { left: -10px; }
.carousel-btn.next { right: -10px; }

}

@media (max-width: 980px) {

  .support-display, .support-display-side {
  width: 100%;
  margin-right: 0;
  display: block;
  vertical-align: top;
  margin-bottom: 50px;
}

.breadcrumbs.for-white-pages { display: none; }

.lifestyles {
flex-direction: column;
 }

 a.photo-spot {
width: 100%;
  }

/* Optional button styling */

button#openDrawer { display: block; }

  #openDrawer {
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #ccc;
    background: transparent url(../images/filter-icon.png) 20px 11px no-repeat;
    background-size: 20px auto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom:15px;
    margin-top: 35px;
  }

  #openDrawer:hover {
    background: transparent url(../images/filter-icon.png) 20px 11px no-repeat;
    background-size: 20px auto;
   }

.filters-column.desktop { display: none; }
.filters-column.mobile { display: block; }

p.category-description {
  margin-bottom: 5px;
  width: 100%;
}

footer .wrap {
flex-direction: column;
gap: 0;
}

.brand-spot {
width: 100%;
margin-right: 0;
 }

 .footer-nav {
 width: 100%;
 margin-right: 0;
 }

 .footer-location {
 width: 100%;
 }

 footer .footer-nav ul {
 margin-bottom: 40px;
 }

 footer .footer-nav li {
 padding: 4px 0 12px;
 display: block;
 }

 footer p.copyright { position: relative; bottom: 0; color: #fff; width: 100%; text-align: left; opacity: .8; font-size: 12px; line-height: 21px; margin: 25px auto; padding: 0; }

.filters-column {
width: 100%;
margin-right: 0;
display: block;
}

.product-list {
  display: block;
  width: 100%;
}
}

@media (max-width: 960px) {
  .media-display {
    width: 100%;
    display: block;
    vertical-align: top;
  }

  .product-deets-display {
  width: 100%;
  margin-left: 0;
  display: block;
  margin-top: 50px;
}

}

@media (max-width: 920px) {

.container {
  width: 90%;
  }

 a.bucket-one {
 flex-basis: 48%; }

 h4 {
   font-size: 21px;
   line-height: 27px;
 }

 .categories h3 {
   font-size: 21px;
   line-height: 27px;
 }

 .wrapper {
 flex-direction: column;
 gap: 30px;
 }


 .vertical-holder {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.content-right-side.adjust-photo-order {
order: 1;
}

.content-left-side.adjust-content-order {
order: 2;
}

.wrapper.carry { width: 100%; }

}


@media (max-width: 860px) {

img.photo-align-center, img.photo-align-right, img.photo-align-left {
width: 100%;
margin: 5px auto 30px auto;
float: none;
}

}

@media (max-width: 768px) {
    table {
      min-width: 100%;
    }

    th, td {
      padding: 10px;
      font-size: 14px;
    }
  }

@media (max-width: 720px) {

  .features-list.proddies {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .a-feature {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}

.category-header .slide-copy { padding: 25px 25px 30px 25px; }

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

.carousel-wrapper h2 { font-size: 30px; line-height: 36px; }

h3 {
  font-size: 21px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

.carousel-dots .dot { width: 50px; }

}

@media (max-width: 680px) {
.header-stuff, .campaign-header, .breadcrumbs {
  margin: 0px auto;
  width: 100%;
}

a.portal { display: none; }

.header-stuff { width: 98%; margin-left: 0; }

.breadcrumbs {
position: absolute;
z-index: 2;
top: 45px;
left: 75px;
width: 70%;
border-bottom: 0px;
display: inline-block;
}

.search-and-menu { margin-top: 13px; width: 75px; }

.breadcrumbs li {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px;
}

.breadcrumbs.for-pages {
display: none;
}

.campaign-header {
  margin: 0px auto;
}

a.logo {
width: 60px;
height: 60px;
min-width: 60px;
}

.mm-open-btn {
  font-size: 28px;
  line-height: 24px;
  width: 35px;
  height: 35px;
}

.menu-icon { margin-top: -3px; }

.search-spot { margin-top: 9px; margin-right: 5px;}

.content-left-photo-right {
flex-direction: column;
}

.photo-right {
width: 100%;
overflow: hidden;
order: 1;
margin-bottom: 30px;
}

.general-content-left {
width: 100%;
margin-right: 0;
order: 2;
}


.fulls, .thirds, .halves {
  display: block;
  width: 97%;
  margin-left: 1%;
  margin-right: 1%;
}

.js-webform-type-checkbox.webform-type-checkbox {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0px;
}

.form-checkbox { margin-bottom: 0px; }

fieldset#edit-how-did-you-hear-about-this-product---wrapper { margin-bottom: 20px; }

}

@media (max-width: 620px) {
a.bucket-one {
flex-basis: 100%;
}

.breadcrumbs ul { margin-left: 0px; }


.categories h3 {
  font-size: 24px;
  line-height: 31px;
}

a.product-spot {
  background: #fff;
  padding: 2%;
  width: 43%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 3px 3px 3px;
  text-decoration: none;
}

a:hover.product-spot {
  background: #fff;
  padding: 2%;
  width: 43%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 3px;
  text-decoration: none;
}

.slide-copy h1 {
  text-shadow: 0px 0px 3px #000;
  font-size: 38px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
}

.product-bottom { position: relative; }

.cart-button {
position: absolute;
bottom: 0;
right: 0;
}


}

@media (max-width: 480px) {
  .cart-button {
    padding: 10px 5px 10px !important;
    width: 15px !important;
    height: 10px !important;
    color: #fff;
    border-radius: var(--ui-btn-border-radius, 16px);
    background: #3c7539 url(../images/cart-arrow.png) center 15px no-repeat;
    background-size: 20px auto !important;
    text-indent: -50000px;
    border: 1px dashed black;
  }
}
