/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --rottler-green: #99be39;
  --rottler-green-secondary: #EFF4DD;
  --rottler-gray-light: #F5F5F5;
  --rottler-gray-medium: #D7D7D7;
  --rottler-gray-dark: #999999;
  --border-radius: 10px;
}

/* Generic Text Styles */
body {
  font-family: 'Neo';
}

/* Typography styles */
h1, .h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.36px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 48px;
    letter-spacing: -0.48px;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.32px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.4px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

h6, .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1280px) {
  h6, .h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

p,
.paragraph {
  color: #000;
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
}
@media (min-width: 1280px) {
  p,
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}

strong, b, .strong {
  font-weight: 400;
}

.text-medium {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .text-md-medium {
    font-size: 16px !important;
  }
}

.text-small {
  font-size: 14px !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-light {
  font-weight: 100 !important;
}

li {
  color: #000;
  line-height: 24px;
}

a:focus, a:hover {
  color: var(--rottler-green);
}

.hs_cos_wrapper_type_rich_text a,
.hs_cos_wrapper_type_inline_rich_text a {
  font-weight: 500;
}

/* Container Styles */
.container,
.container-wide {
  max-width: 1330px;
}

@media (max-width: 1279px) {
  #main-content .container,
  #main-content .container-wide {
    padding: 0 9px;
  }
}


/* 5-Column-Grid-Layout */
.col-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-40 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media (min-width: 576px) {
  .col-sm-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-40 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 768px) {
  .col-md-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-40 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .col-xl-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-40 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}


/* Image Styles */
.hs_cos_wrapper .hhs-img,
.hs_cos_wrapper .hhs-rich-text img,
.hs_cos_wrapper .hs_cos_wrapper_type_linked_image img,
.hs_cos_wrapper .logo-item img,
.hs_cos_wrapper .hhs-img img,
.hs_cos_wrapper  img.c-img-1,
.hs_cos_wrapper .c-image-2 img,
.hs_cos_wrapper .c-video-card-outer img,
.iframe_wrapper iframe[src*="youtube"],
.iframe_wrapper iframe[src*="you.tube"],
.hhs-card-flip-con .tile .front,
.hhs-card-flip-con .tile .back,
.hhs-testimonial-card {
  border-radius: var(--border-radius);
}

/* Form styles */
/* Form styles */
::-webkit-input-placeholder {
  color: #000;
}
.custom-form {}

.custom-form label,
.custom-form input[type="checkbox"],
.custom-form input[type="radio"],
.hs-form label,
.hs-form input[type="checkbox"],
.hs-form input[type="radio"] {
  cursor: pointer;
}

.custom-form label:has(input[type="radio"]:checked),
.hs-form label:has(input[type="radio"]:checked){
  font-weight: 400;
}

.custom-form .input,
.custom-form input[type="text"],
.custom-form input[type="number"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form select,
.custom-form textarea,
.hs-form input[type="text"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form select,
.hs-form textarea {
  background: var(--rottler-gray-light);
  border: 1px solid var(--rottler-gray-medium);
  border-radius: var(--border-radius);
  color: #000;
  display: inline-block;
  font-weight: 100;
  padding: 15px 34px 11px 13px !important;
  text-align: left;
  transition: all .4s ease-in-out;
  width: 100%
}

.custom-form select optgroup {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
}

.has-error label {
  color: #B9364D;
}

.custom-form .has-error .input,
.custom-form .has-error input[type="text"],
.custom-form .has-error input[type="email"],
.custom-form .has-error select,
.custom-form .has-error textarea {
  border-color: #B9364D;
}

.error-note {
  color: #B9364D !important;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin-top: .25rem;
  display: none;
  border: 1px solid #B9364D;
  border-radius: var(--border-radius);
  padding: 1rem;
  background: #ffeeee;
}

.error-note .button--outline {
  border-color: #B9364D !important;
}

.info-note {
  color: #00ab25 !important;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin-top: .25rem;
  display: none;
  border: 1px solid #00ab25;
  border-radius: var(--border-radius);
  padding: 1rem;
  background: #f7ffee;
}

.info-note .button--outline {
  border-color: #00ab25 !important;
}

.has-error .error-note,
.has-error + .error-note{
  display: block;
}

.custom-form textarea {
  min-height: 80px;
}

@media (min-width: 600px) {
  .custom-form .input,
  .custom-form input[type="text"],
  .custom-form input[type="email"],
  .custom-form select,
  .custom-form textarea {
    padding: 15px 30px 11px 20px !important
  }

  .custom-form select:hover,
  .custom-form input:hover,
  .custom-form .input:hover,
  .custom-form input[type="text"]::placeholder
  .custom-form input:hover::placeholder {
    color: #000;
  }
}

.custom-form .after-arrow:after{
  content: "\f0d7";
  position: absolute;
  right: 16px;
  top: 16px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 700;
  line-height: 1;
}

/* Custom styles radio button */
input[type="radio"].custom-radio {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

input[type="radio"].custom-radio::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

input[type="radio"].custom-radio:checked,
.active input[type="radio"].custom-radio{
  border-color: var(--rottler-green);
  border-width: 2px;
}
input[type="radio"].custom-radio:checked::before,
.active input[type="radio"].custom-radio::before {
  background-color: var(--rottler-green);
}

input[type="radio"].custom-radio:focus {
  border-color: var(--rottler-green);
}

.has-error input[type="radio"].custom-radio {
  border-color: #B9364D;
}

/* Custom styles checkbox */
input[type="checkbox"].custom-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

input[type="checkbox"].custom-checkbox + span {
  margin-top: 3px;
}

input[type="checkbox"].custom-checkbox::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 1 17 17" fill="none"><path d="M14.8763 4.95822L6.3763 13.4582L2.48047 9.56239L3.47922 8.56364L6.3763 11.4536L13.8776 3.95947L14.8763 4.95822Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 3px 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

input[type="checkbox"].custom-checkbox:checked {
  border-color: var(--rottler-green);
}
input[type="checkbox"].custom-checkbox:checked::before {
  color: #fff;
  background-color: var(--rottler-green);
}

input[type="checkbox"].custom-checkbox:focus {
  border-color: var(--rottler-green);
}

/* Hubspot form overrides*/

.hs-form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1rem;
}

.hs-form-required {
  color: #000;
}
body form.hs-form .hs-form-field {
  margin-bottom: 1rem !important;
}
.mdl-checkbox__label {
  font-size: 14px;
  font-weight: 100;
}

/* Accordeon */
.accordeon {}
.accordeon .accordeon-title {
  border-top: 1px solid var(--rottler-gray-medium);
  padding: .75rem 0;
  padding-right: 2rem;
  position: relative;
}
.accordeon .accordeon-title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.3rem;
  height: 2rem;
  width: 2rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 -5 36 36" fill="none"><path d="M11.115 12L18 18.885L24.885 12L27 14.13L18 23.13L9 14.13L11.115 12Z" fill="black"/></svg>');
}
.accordeon .accordeon-title.open:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M24.885 24L18 17.115L11.115 24L9 21.87L18 12.87L27 21.87L24.885 24Z" fill="black"/></svg>');
}

.accordeon .accordeon-content {
  padding: .5rem 0 1rem;
  font-size: 16px;
  line-height: 24px;
}

/* Card Styles */
/* Clean cards */
.cards-clean {
  display: flex;
  gap: 1.5rem;
}

.cards-clean .card {
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 1 1 0%;
  justify-content: space-between;
}

.cards-clean .card .card-image {
  border-radius: var(--border-radius);
  overflow: hidden;  
  margin-bottom: .75rem;
}

/* Big cards */
.cards-big {
  display: flex;
  gap: 1.5rem;
}

.cards-big .card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;  
  flex: 1 1 0%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.cards-big .card .card-image {
  height: 240px;
}

.cards-big .card .card-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.cards-big .card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.33rem;
}

.service-card-link {
  width: 100%;
  color: #000;
}

.service-card-link:hover {
  color: var(--rottler-green);
}

/* Tag Styles */
.tag-bubble {
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid var(--rottler-gray-medium);
  padding: .25rem .6rem .15rem;
  background: var(--rottler-gray-medium);
}

/* Button Styles */
/* Button Styles */
.button--primary,
.cta-primary,
.hs-button,
.hs-button.primary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  gap: .5rem;
  background-color: var(--rottler-green);
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff !important;
  font-style: normal;
  text-transform: none;
  box-shadow: none;
  font-family: 'Neo';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 15px 25px 11px;
}
.button--primary:not(.button--small),
.cta-primary:not(.button--small),
.hs-button:not(.button--small),
.hs-button.primary:not(.button--small) {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}

.button--primary.btn-lg,
.cta-primary.btn-lg,
.hs-button.primary.large {
  padding: 18px 25px 14px;
}

.button--primary[disabled],
.button--primary.disabled {
  background-color: #ccc;
  cursor: no-drop;
}

.user-is-tabbing .button--primary:not(.button--small):focus,
.user-is-tabbing .cta-primary:not(.button--small):focus,
.user-is-tabbing .hs-button:not(.button--small):focus,
.user-is-tabbing .hs-button.primary:not(.button--small):focus {
  -webkit-box-shadow: 0 0 3px 3px rgba(2, 114, 252, .7) !important;
  box-shadow: 0 0 3px 3px rgba(2, 114, 252, .7) !important;
  outline: none;
  opacity: 1;
}

.button--black {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  gap: .5rem;
  background-color: #000;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff !important;
  font-style: normal;
  text-transform: none;
  box-shadow: none;
  font-family: 'Neo';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 15px 25px 11px;
}

.button--black.btn-lg {
  padding: 18px 25px 14px;
}

.button--white {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  gap: .5rem;
  color: #000 !important;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: var(--rottler-green); !important;
  font-style: normal;
  text-transform: none;
  box-shadow: none;
  font-family: 'Neo';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 15px 25px 11px;
}
.button--white:focus,
.button--white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.button--white.btn-lg {
  padding: 18px 25px 14px;
}
.button--white[disabled] {
  background-color: #ccc;
  cursor: no-drop;
}

.button--primary.button--outline {
  cursor: pointer;
  border: 2px solid var(--rottler-green);
  padding: 13px 25px 9px;
  background: #fff !important;
  color: #000 !important;
  background: none;
}

.button--textlink {
  cursor: pointer;
  box-sizing: border-box !important;
  font-size: 16px;
  font-weight: 400;
  background: none;
  border: 0;
  padding: 0;
}

.button--small {
  font-size: 16px;
  font-weight: 400 !important;
  padding: 7px 16px 4px !important;
}

.hs-button {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 15px 25px 11px;
}

.button--textlink:hover {
  color: var(--rottler-green);
}

.button--arrow-after:after {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="-2 4 24 24" fill="none"><path d="M13.9734 17V13H5.05344L5.02344 10.99H13.9734V7L18.9734 12L13.9734 17Z" fill="currentColor"/></svg>');
  height: 24px;
  width: 24px;
}

.button--box-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.locationStringSearchButton {
  cursor: pointer;
  height: 100%;
  padding: 0 1rem;
  background: var(--rottler-green);
  top: 0;
  position: absolute;
  right: 0;
  border: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.resetLocationButton {
  position: absolute;
  top: 16px;
  right: 1rem;
  cursor: pointer;
}

.resetLocationButton, .resetRateStores {
  position: absolute;
  top: 16px;
  right: 1rem;
  cursor: pointer;
}

/* Utility classes */
[x-cloak] { display: none !important; }

.text-black {color: #000 !important;}
.text-green {color: var(--rottler-green) !important;}
.text-white {color: #fff !important;}
.text-gray-dark {color: var(--rottler-gray-dark)}
.text-lg {font-size: 20px}
.text-md {font-size: 18px}
.text-sm {font-size: 14px}
.text-base {font-size: 16px}
.text-underline {text-decoration: underline}
.line-height-reset {line-height: 1 !important}
.text-aligner { height: 17px; }

.text-success {color: #00AB25}
.box-success {
  color: #00AB25;
  border: 1px solid #00AB25;
  border-radius: var(--border-radius);
  padding: 1rem;
  background: #f3fff7;
}

.visibly-only-xl {
  display: none;
}
@media (min-width: 1280px) {
  .hidden-xl { display: none !important; }
  .visibly-only-xl { display: block !important; }
}

.bg-green {background-color: var(--rottler-green)}
.bg-green-secondary {background-color: var(--rottler-green-secondary)}
.bg-gray-light {background-color: var(--rottler-gray-light)}
.bg-gray-medium {background-color: var(--rottler-gray-medium)}
.bg-gray-dark {background-color: var(--rottler-gray-dark)}
.bg-white {background: #fff !important;}
.bg-transparent {background: transparent !important;}

.hover-underline:hover {text-decoration: underline}
.hover-green:hover {color: var(--rottler-green) !important}
.hover-red:hover {color: #b9364d !important}
.cursor-pointer {cursor: pointer}
.cursor-auto {cursor: auto !important}
.h-full {height: 100%}
.w-full {width: 100%}
@media (min-width: 768px) {.w-md-auto {width: auto}}

.border-1 { border-width: 1px !important }
.border-b { border-bottom: 1px solid !important }
.border-none {border: none !important}
.border-gray-medium {border-color: var(--rottler-gray-medium) !important}

.position-relative {position: relative}
.list-style-none {list-style: none}
.list-style-none > li {margin: 0}
.whitespace-nowrap {white-space: nowrap;}

.flex-1 {flex: 1 1 0%;}
@media (min-width: 768px) {
  .flex-md-1 {
    flex: 1 1 0%;
  }
}

.flex-1\/2 {flex: 1 0 50% }
.overflow-hidden {overflow: hidden}
@media (min-width: 768px) {
  .flex-md-1\/2 {flex: 1 0 50% !important}
}
@media (min-width: 992px) {
  .flex-lg-1\/2 {flex: 1 0 50% !important}
}
@media (min-width: 1200px) {
  .flex-xl-1\/2 {flex: 1 0 50% !important}
}

.rounded-full {border-radius: calc(infinity * 1px)}
.border-radius-rounded {border-radius: var(--border-radius)}

/* Padding */
.p-x-default {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.pt-6 {padding-top: 4.4rem;}
.pb-6 {padding-bottom: 4.4rem;}
.py-6 {padding-top: 4.4rem;padding-bottom: 4.4rem;}
.mt-6 {margin-top: 4.4rem;}
.mb-6 {margin-bottom: 4.4rem;}
.my-6 {margin-top: 4.4rem;margin-bottom: 4.4rem;}

.pt-7 {padding-top: 7.3rem;}
.pb-7 {padding-bottom: 7.3rem;}
.py-7 {padding-top: 7.3rem;padding-bottom: 7.3rem;}
.mt-7 {margin-top: 7.3rem;}
.mb-7 {margin-bottom: 7.3rem;}
.my-7 {margin-top: 7.3rem;margin-bottom: 7.3rem;}

@media (min-width: 768px) {
  .pt-md-6 {padding-top: 4.4rem !important;}
  .pb-md-6 {padding-bottom: 4.4rem !important;}
  .py-md-6 {padding-top: 4.4rem !important;padding-bottom: 4.4rem !important;}
  .mt-md-6 {margin-top: 4.4rem !important;}
  .mb-md-6 {margin-bottom: 4.4rem !important;}
  .my-md-6 {margin-top: 4.4rem !important;margin-bottom: 4.4rem !important;}
  .pt-md-7 {padding-top: 7.3rem !important;}
  .pb-md-7 {padding-bottom: 7.3rem !important;}
  .py-md-7 {padding-top: 7.3rem !important;padding-bottom: 7.3rem !important;}
  .mt-md-7 {margin-top: 7.3rem !important;}
  .mb-md-7 {margin-bottom: 7.3rem !important;}
  .my-md-7 {margin-top: 7.3rem !important;margin-bottom: 7.3rem !important;}
}
@media (min-width: 992px) {
  .pt-lg-6 {padding-top: 4.4rem !important;}
  .pb-lg-6 {padding-bottom: 4.4rem !important;}
  .py-lg-6 {padding-top: 4.4rem !important;padding-bottom: 4.4rem !important;}
  .mt-lg-6 {margin-top: 4.4rem !important;}
  .mb-lg-6 {margin-bottom: 4.4rem !important;}
  .my-lg-6 {margin-top: 4.4rem !important;margin-bottom: 4.4rem !important;}
  .pt-lg-7 {padding-top: 7.3rem !important;}
  .pb-lg-7 {padding-bottom: 7.3rem !important;}
  .py-lg-7 {padding-top: 7.3rem !important;padding-bottom: 7.3rem !important;}
  .mt-lg-7 {margin-top: 7.3rem !important;}
  .mb-lg-7 {margin-bottom: 7.3rem !important;}
  .my-lg-7 {margin-top: 7.3rem !important;margin-bottom: 7.3rem !important;}
}
@media (min-width: 1200px) {
  .pt-xl-6 {padding-top: 4.4rem !important;}
  .pb-xl-6 {padding-bottom: 4.4rem !important;}
  .py-xl-6 {padding-top: 4.4rem !important;padding-bottom: 4.4rem !important;}
  .mt-xl-6 {margin-top: 4.4rem !important;}
  .mb-xl-6 {margin-bottom: 4.4rem !important;}
  .my-xl-6 {margin-top: 4.4rem !important;margin-bottom: 4.4rem !important;}
  .pt-xl-7 {padding-top: 7.3rem !important;}
  .pb-xl-7 {padding-bottom: 7.3rem !important;}
  .py-xl-7 {padding-top: 7.3rem !important;padding-bottom: 7.3rem !important;}
  .mt-xl-7 {margin-top: 7.3rem !important;}
  .mb-xl-7 {margin-bottom: 7.3rem !important;}
  .my-xl-7 {margin-top: 7.3rem !important;margin-bottom: 7.3rem !important;}
}


/* Custom Spacings - Mobile-First */
.pb-small {padding-bottom: 1.33333rem} /* 24px */
.mb-small {margin-bottom: 1.33333rem}
.pb-medium {padding-bottom: 3.11111rem} /* 56px */
.mb-medium {margin-bottom: 3.11111rem}
.pb-default {padding-bottom: 3.55556rem} /* 64px */
.mb-default {margin-bottom: 3.55556rem}
.pb-large {padding-bottom: 2.88889rem} /* 52px */
.mb-large {margin-bottom: 2.88889rem}
.pt-small {padding-top: 1.33333rem} /* 24px */
.mt-small {margin-top: 1.33333rem}
.pt-medium {padding-top: 3.11111rem} /* 56px */
.mt-medium {margin-top: 3.11111rem}
.pt-default {padding-top: 3.55556rem} /* 64px */
.mt-default {margin-top: 3.55556rem}
.pt-large {padding-top: 2.88889rem} /* 52px */
.mt-large {margin-top: 2.88889rem}
.py-small {padding-top: 1.33333rem;padding-bottom: 1.33333rem}
.my-small {margin-top: 1.33333rem;margin-bottom: 1.33333rem}
.py-medium {padding-top: 3.11111rem;padding-bottom: 3.11111rem}
.my-medium {margin-top: 3.11111rem;margin-bottom: 3.11111rem}
.py-default {padding-top: 3.55556rem;padding-bottom: 3.55556rem}
.my-default {margin-top: 3.55556rem;margin-bottom: 3.55556rem}
.py-large {padding-top: 2.88889rem;padding-bottom: 2.88889rem}
.my-large {margin-top: 2.88889rem;margin-bottom: 2.88889rem}

/* Custom Spacings - Desktop-View */
@media (min-width: 768px) {
  .pb-small {padding-bottom: 1.66667rem} /* 30px */
  .mb-small {margin-bottom: 1.66667rem}
  .pb-medium {padding-bottom: 2.66667rem} /* 48px */
  .mb-medium {margin-bottom: 2.66667rem}
  .pb-default {padding-bottom: 4.44444rem} /* 80px */
  .mb-default {margin-bottom: 4.44444rem}
  .pb-large {padding-bottom: 6.55556rem} /* 118px */
  .mb-large {margin-bottom: 6.55556rem}
  .pt-small {padding-top: 1.66667rem} /* 30px */
  .mt-small {margin-top: 1.66667rem}
  .pt-medium {padding-top: 2.66667rem} /* 48px */
  .mt-medium {margin-top: 2.66667rem}
  .pt-default {padding-top: 4.44444rem} /* 80px */
  .mt-default {margin-top: 4.44444rem}
  .pt-large {padding-top: 6.55556rem} /* 118px */
  .mt-large {margin-top: 6.55556rem}
  .py-small {padding-top: 1.66667rem;padding-bottom: 1.66667rem}
  .my-small {margin-top: 1.66667rem;margin-bottom: 1.66667rem}
  .py-medium {padding-top: 2.66667rem;padding-bottom: 2.66667rem}
  .my-medium {margin-top: 2.66667rem;margin-bottom: 2.66667rem}
  .py-default {padding-top: 4.44444rem;padding-bottom: 4.44444rem}
  .my-default {margin-top: 4.44444rem;margin-bottom: 4.44444rem}
  .py-large {padding-top: 6.55556rem;padding-bottom: 6.55556rem}
  .my-large {margin-top: 6.55556rem;margin-bottom: 6.55556rem}

  .pb-md-small {padding-bottom: 1.66667rem !important} /* 30px */
  .mb-md-small {margin-bottom: 1.66667rem !important}
  .pb-md-medium {padding-bottom: 2.66667rem !important} /* 48px */
  .mb-md-medium {margin-bottom: 2.66667rem !important}
  .pb-md-default {padding-bottom: 4.44444rem !important} /* 80px */
  .mb-md-default {margin-bottom: 4.44444rem !important}
  .pb-md-large {padding-bottom: 6.55556rem !important} /* 118px */
  .mb-md-large {margin-bottom: 6.55556rem !important}
  .pt-md-small {padding-top: 1.66667rem !important} /* 30px */
  .mt-md-small {margin-top: 1.66667rem !important}
  .pt-md-medium {padding-top: 2.66667rem !important} /* 48px */
  .mt-md-medium {margin-top: 2.66667rem !important}
  .pt-md-default {padding-top: 4.44444rem !important} /* 80px */
  .mt-md-default {margin-top: 4.44444rem !important}
  .pt-md-large {padding-top: 6.55556rem !important} /* 118px */
  .mt-md-large {margin-top: 6.55556rem !important}
  .py-md-small {padding-top: 1.66667rem !important;padding-bottom: 1.66667rem !important}
  .my-md-small {margin-top: 1.66667rem !important;margin-bottom: 1.66667rem !important}
  .py-md-medium {padding-top: 2.66667rem !important;padding-bottom: 2.66667rem !important}
  .my-md-medium {margin-top: 2.66667rem !important;margin-bottom: 2.66667rem !important}
  .py-md-default {padding-top: 4.44444rem !important;padding-bottom: 4.44444rem !important}
  .my-md-default {margin-top: 4.44444rem !important;margin-bottom: 4.44444rem !important}
  .py-md-large {padding-top: 6.55556rem !important;padding-bottom: 6.55556rem !important}
  .my-md-large {margin-top: 6.55556rem !important;margin-bottom: 6.55556rem !important}
}
@media (min-width: 992px) {
  .pb-lg-small {padding-bottom: 1.66667rem !important} /* 30px */
  .mb-lg-small {margin-bottom: 1.66667rem !important}
  .pb-lg-medium {padding-bottom: 2.66667rem !important} /* 48px */
  .mb-lg-medium {margin-bottom: 2.66667rem !important}
  .pb-lg-default {padding-bottom: 4.44444rem !important} /* 80px */
  .mb-lg-default {margin-bottom: 4.44444rem !important}
  .pb-lg-large {padding-bottom: 6.55556rem !important} /* 118px */
  .mb-lg-large {margin-bottom: 6.55556rem !important}
  .pt-lg-small {padding-top: 1.66667rem !important} /* 30px */
  .mt-lg-small {margin-top: 1.66667rem !important}
  .pt-lg-medium {padding-top: 2.66667rem !important} /* 48px */
  .mt-lg-medium {margin-top: 2.66667rem !important}
  .pt-lg-default {padding-top: 4.44444rem !important} /* 80px */
  .mt-lg-default {margin-top: 4.44444rem !important}
  .pt-lg-large {padding-top: 6.55556rem !important} /* 118px */
  .mt-lg-large {margin-top: 6.55556rem !important}
  .py-lg-small {padding-top: 1.66667rem !important;padding-bottom: 1.66667rem !important}
  .my-lg-small {margin-top: 1.66667rem !important;margin-bottom: 1.66667rem !important}
  .py-lg-medium {padding-top: 2.66667rem !important;padding-bottom: 2.66667rem !important}
  .my-lg-medium {margin-top: 2.66667rem !important;margin-bottom: 2.66667rem !important}
  .py-lg-default {padding-top: 4.44444rem !important;padding-bottom: 4.44444rem !important}
  .my-lg-default {margin-top: 4.44444rem !important;margin-bottom: 4.44444rem !important}
  .py-lg-large {padding-top: 6.55556rem !important;padding-bottom: 6.55556rem !important}
  .my-lg-large {margin-top: 6.55556rem !important;margin-bottom: 6.55556rem !important}
}
@media (min-width: 1200px) {
  .pb-xl-small {padding-bottom: 1.66667rem !important} /* 30px */
  .mb-xl-small {margin-bottom: 1.66667rem !important}
  .pb-xl-medium {padding-bottom: 2.66667rem !important} /* 48px */
  .mb-xl-medium {margin-bottom: 2.66667rem !important}
  .pb-xl-default {padding-bottom: 4.44444rem !important} /* 80px */
  .mb-xl-default {margin-bottom: 4.44444rem !important}
  .pb-xl-large {padding-bottom: 6.55556rem !important} /* 118px */
  .mb-xl-large {margin-bottom: 6.55556rem !important}
  .pt-xl-small {padding-top: 1.66667rem !important} /* 30px */
  .mt-xl-small {margin-top: 1.66667rem !important}
  .pt-xl-medium {padding-top: 2.66667rem !important} /* 48px */
  .mt-xl-medium {margin-top: 2.66667rem !important}
  .pt-xl-default {padding-top: 4.44444rem !important} /* 80px */
  .mt-xl-default {margin-top: 4.44444rem !important}
  .pt-xl-large {padding-top: 6.55556rem !important} /* 118px */
  .mt-xl-large {margin-top: 6.55556rem !important}
  .py-xl-small {padding-top: 1.66667rem !important;padding-bottom: 1.66667rem !important}
  .my-xl-small {margin-top: 1.66667rem !important;margin-bottom: 1.66667rem !important}
  .py-xl-medium {padding-top: 2.66667rem !important;padding-bottom: 2.66667rem !important}
  .my-xl-medium {margin-top: 2.66667rem !important;margin-bottom: 2.66667rem !important}
  .py-xl-default {padding-top: 4.44444rem !important;padding-bottom: 4.44444rem !important}
  .my-xl-default {margin-top: 4.44444rem !important;margin-bottom: 4.44444rem !important}
  .py-xl-large {padding-top: 6.55556rem !important;padding-bottom: 6.55556rem !important}
  .my-xl-large {margin-top: 6.55556rem !important;margin-bottom: 6.55556rem !important}
}

/* Gaps */
.gap-0 {gap: 0 !important}
.gap-1 {gap: .25rem !important}
.gap-2 {gap: .5rem}
.gap-3 {gap: 1rem}
@media (min-width: 768px) {
  .gap-lg-3 {gap: 1rem}
}
.gap-y-2 {gap: 0 .75rem !important}
.gap-y-3 {gap: 0 1rem !important}
.gap-4 {gap: 1.5rem}
.gap-5 {gap: 2rem}
/* Aspect Ratios */
.aspect-ratio-21-9 {
  aspect-ratio: 21/9;
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}
.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}
.aspect-ratio-3-1 {
  aspect-ratio: 3/1;
}
.aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}
.aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}
.aspect-ratio-4-1 {
  aspect-ratio: 4/1;
}
.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-4-5 {
  aspect-ratio: 4/5;
}
.aspect-ratio-2-3 {
  aspect-ratio: 2/3;
}
@media (min-width: 768px) {
  .aspect-ratio-md-21-9 {
    aspect-ratio: 21/9;
  }
  .aspect-ratio-md-16-9 {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-md-4-3 {
    aspect-ratio: 4/3;
  }
  .aspect-ratio-md-3-1 {
    aspect-ratio: 3/1;
  }
  .aspect-ratio-md-3-2 {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-md-3-4 {
    aspect-ratio: 3/4;
  }
  .aspect-ratio-md-4-1 {
    aspect-ratio: 4/1;
  }
  .aspect-ratio-md-1-1 {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-md-4-5 {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-md-2-3 {
    aspect-ratio: 2/3;
  }
}
@media (min-width: 992px) {
  .aspect-ratio-lg-21-9 {
    aspect-ratio: 21/9;
  }
  .aspect-ratio-lg-16-9 {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-lg-4-3 {
    aspect-ratio: 4/3;
  }
  .aspect-ratio-lg-3-2 {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-lg-3-1 {
    aspect-ratio: 3/1;
  }
  .aspect-ratio-lg-3-4 {
    aspect-ratio: 3/4;
  }
  .aspect-ratio-lg-4-1 {
    aspect-ratio: 4/1;
  }
  .aspect-ratio-lg-1-1 {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-lg-4-5 {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-lg-2-3 {
    aspect-ratio: 2/3;
  }
}
@media (min-width: 1200px) {
  .aspect-ratio-xl-21-9 {
    aspect-ratio: 21/9;
  }
  .aspect-ratio-xl-16-9 {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-xl-4-3 {
    aspect-ratio: 4/3;
  }
  .aspect-ratio-xl-3-2 {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-xl-3-1 {
    aspect-ratio: 3/1;
  }
  .aspect-ratio-xl-3-4 {
    aspect-ratio: 3/4;
  }
  .aspect-ratio-xl-4-1 {
    aspect-ratio: 4/1;
  }
  .aspect-ratio-xl-1-1 {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-xl-4-5 {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-xl-2-3 {
    aspect-ratio: 2/3;
  }
}

/* Object Fit */
.object-fit-cover {
  object-fit: cover;
}
.object-fit-contain {
  object-fit: contain;
}

/* Skip to main content links */
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  margin-top: 1rem;
  border-radius: .25rem;
  --tw-bg-opacity: 1;
  background-color: #fff;
  padding: .7rem 1.25rem .6rem;
  --tw-text-opacity: 1;
  color: #000;
  text-decoration-line: none;
  opacity: 0;
  transition: none;
  border: 1px solid #000;

  &:after {
    margin-left: 1.25rem;
    display: inline;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: #000;
    padding: .4rem .25rem .25rem;
    font-size: .75rem;
    line-height: 150%;
    content: " ↵ ENTER";
  }

  &:focus {
    color: #000;
    left: 50%;
    opacity: 1;
    transform: translate(-50%);
  }

  &:focus:after {
    color: #fff;
  }
}

.store-ratings {
  display: none;
}

.search-show-mobile {
  display: none;
}

@media(max-width:1200px) {
  .search-show-mobile {
    display: block;
  }
}