/* src/assets/css/main.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --clear: transparent;
  --yellow-highlighter: rgba(234, 186, 18, 1);
  --yellow-highlighter-dark: rgb(212, 169, 14);
  --yellow-highlighter-op-0: rgba(234, 186, 18, 0);
  --yellow-highlighter-op-50: rgba(234, 186, 18, 0.4);
  --white: rgba(255, 255, 255, 1);
  --white-op-10: rgba(255, 255, 255, 0.1);
  --black: #000000;
  --black-op-20: rgba(0, 0, 0, 0.2);
  --grey-500: rgba(145, 145, 145, 1);
  --grey-400: rgba(195, 195, 195, 1);
  --grey-300: rgba(216, 216, 216, 1);
  --grey-200: rgba(226, 226, 226, 1);
  --grey-100: rgb(234, 234, 234);
}
* {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: var(--primary-foreground);
  color: var(--primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  color: var(--primary-foreground);
  line-height: 1em;
  letter-spacing: 0.25px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic;
}
h1 {
  font-size: 50px;
}
@media (min-width: 1140px) {
  h1 {
    font-size: 63px;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 81px;
  }
}
h2 {
  font-size: 38px;
}
@media (min-width: 1140px) {
  h2 {
    font-size: 45px;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 54px;
  }
}
h3 {
  font-size: 30px;
}
@media (min-width: 1140px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 41px;
  }
}
h4 {
  font-size: 25px;
}
@media (min-width: 1140px) {
  h4 {
    font-size: 26px;
  }
}
@media (min-width: 1366px) {
  h4 {
    font-size: 31px;
  }
}
h5 {
  font-size: 22px;
}
@media (min-width: 1140px) {
  h5 {
    font-size: 23px;
  }
}
@media (min-width: 1366px) {
  h5 {
    font-size: 24px;
  }
}
h6 {
  font-size: 16px;
}
@media (min-width: 1140px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  h6 {
    font-size: 20px;
  }
}
p,
li,
a,
span {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3em;
  font-variation-settings: "wdth" 100;
}
a {
  color: var(--accent);
}
a:hover {
  color: var(--accent-hover);
}
p,
li {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--primary-foreground);
}
@media (min-width: 1200px) {
  p,
  li {
    font-size: 18px;
  }
}
p.small,
li.small {
  font-size: 12px;
}
@media (min-width: 1200px) {
  p.small,
  li.small {
    font-size: 14px;
  }
}
p.footnote,
li.footnote {
  font-size: 12px;
  text-align: center;
}
p.footnote.error-message,
li.footnote.error-message {
  color: var(--accent);
  font-weight: 800;
}
p a,
li a {
  text-decoration: underline;
}
p strong,
li strong {
  font-weight: 700;
  color: var(--primary-foreground);
}
em {
  font-style: italic;
}
label,
.label {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.25px;
  color: var(--primary-foreground);
  margin-bottom: 5px;
}
label span,
.label span {
  color: var(--accent);
  line-height: 0;
}
.price-detail {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0 0 10px;
}
.price-detail p,
.price-detail span,
.price-detail sup {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  white-space: nowrap;
  font-weight: 700;
}
.price,
.msrp-price {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  gap: 1px;
}
.price p,
.price span {
  font-size: 32px;
  line-height: 32px;
  color: var(--primary-foreground);
}
.price sup {
  font-size: 18px;
  line-height: 1.4em;
}
.msrp-price p,
.msrp-price span {
  font-size: 18px;
  line-height: 18px;
  color: var(--grey-500);
}
.msrp-price span {
  position: relative;
  margin-left: 2px;
}
.msrp-price span::before {
  content: " ";
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  background: var(--grey-500);
  height: 1px;
  width: 100%;
  transform: rotate(-15deg);
}
.product-detail .price p {
  font-size: 52px;
  line-height: 52px;
}
.product-detail .price sup {
  font-size: 20px;
  line-height: 1.6em;
}
.product-detail .msrp-price p,
.product-detail .msrp-price span {
  font-size: 22px;
  line-height: 22px;
}
.product-detail .msrp-price span {
  position: relative;
  margin-left: 2px;
}
.product-detail .msrp-price span::before {
  top: 13px;
}
.cart-item .price p {
  font-size: 22px;
  line-height: 22px;
}
.cart-item .price sup {
  font-size: 12px;
  line-height: 1.3em;
  margin-left: 1px;
}
.cart-item .msrp-price {
  align-self: flex-end;
}
.cart-item .msrp-price sup {
  font-size: 10px;
  line-height: 1.3em;
  margin-left: 1px;
}
.base-cell .msrp-price p,
.base-cell .msrp-price span {
  font-size: 14px;
  line-height: 16px;
}
.toast-wrapper .price-detail {
  margin: 0;
  height: 100%;
  justify-content: flex-end;
}
.shop-results-container .crumbs .crumb p em {
  color: var(--primary-alt);
}
input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: var(--primary-foreground);
  background: var(--white);
  border: 2px solid var(--primary-border);
  box-sizing: border-box;
  outline: 0px solid var(--clear) !important;
  transition: all 75ms ease-in-out;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input:hover {
  border: 2px solid var(--primary-focus);
}
input:focus,
input:focus-visible {
  border: 2px solid var(--primary-focus);
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.floating-btn-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.floating-btn-group input {
  font-size: 16px;
  line-height: 18px;
  height: 58px;
}
@media (min-width: 768px) {
  .floating-btn-group input {
    font-size: 18px;
    line-height: 20px;
    height: 64px;
  }
}
.floating-btn-group button {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 768px) {
  .floating-btn-group button {
    top: 4px;
    right: 4px;
  }
}
.notice-message {
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 15px;
  margin-top: 10px;
  background: var(--grey-300);
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
}
.notice-message svg {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
select {
  width: 100%;
  height: 56px;
  padding: 10px 40px 10px 15px;
  border: 2px solid var(--primary-border);
  color: var(--primary-foreground);
  align-self: flex-end;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/icons/padded-arrow-lg.svg) calc(100% - 2px)/10px no-repeat var(--white);
  background-size: 37px;
  transition: 75ms ease-in-out;
}
select::-ms-expand {
  display: none;
}
select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
select:hover {
  border: 2px solid var(--primary-focus);
}
@media screen and (min-width: 0\fffd) {
  select {
    background: none\	;
    padding: 5px\	;
  }
}
.option-group {
  display: flex;
  flex-direction: column;
}
.option-group.invalid input {
  border: 2px solid var(--accent) !important;
}
.option-group.inline-group {
  flex-direction: row;
  align-items: center;
}
.option-group.inline-group label {
  font-size: 22px;
  line-height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}
.option-group .group-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.check-container,
.radio-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input,
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container .checkmark,
.check-container .radio,
.radio-container .checkmark,
.radio-container .radio {
  height: 18px;
  width: 18px;
  margin-left: 3px;
  background-color: var(--white);
  border: 1px solid var(--primary-border);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.check-container .checkmark svg,
.check-container .radio svg,
.radio-container .checkmark svg,
.radio-container .radio svg {
  height: 10px;
  width: 10px;
  fill: var(--clear);
}
.check-container,
.radio-container {
}
.check-container:hover input ~ .checkmark svg,
.radio-container:hover input ~ .checkmark svg {
  height: 10px;
  width: 10px;
  fill: var(--primary-border);
}
.check-container,
.radio-container {
}
.check-container input:checked ~ .checkmark svg,
.radio-container input:checked ~ .checkmark svg {
  fill: var(--accent);
}
.check-container .radio,
.radio-container .radio {
  height: 18px;
  width: 18px;
  margin-left: 3px;
  background-color: var(--white);
  border: 1px solid var(--primary-border);
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.check-container .radio span,
.radio-container .radio span {
  height: 10px;
  width: 10px;
  border-radius: 15px;
  background: var(--clear);
}
.check-container:hover input ~ .radio span,
.radio-container:hover input ~ .radio span {
  background: var(--primary-border);
}
.check-container input:checked ~ .radio span,
.radio-container input:checked ~ .radio span {
  background: var(--accent);
}
form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.field-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 15px;
  width: 100%;
}
.field-wrapper.column-wrapper {
  flex-direction: column;
}
.field-wrapper input,
.field-wrapper textarea {
  width: 100%;
  height: 56px;
  padding: 9px 15px;
  box-sizing: border-box;
  border: 2px solid var(--primary-border);
  outline: 0px solid var(--clear) !important;
  transition: all 75ms ease-in-out;
}
.field-wrapper input:hover,
.field-wrapper textarea:hover {
  border: 2px solid var(--primary-focus);
}
.field-wrapper input:focus,
.field-wrapper textarea:focus {
  border: 2px solid var(--primary-focus);
}
.field-wrapper input.disabled,
.field-wrapper input:disabled,
.field-wrapper textarea.disabled,
.field-wrapper textarea:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.field-wrapper input.invalid,
.field-wrapper textarea.invalid {
  border: 2px solid var(--accent) !important;
}
.field-wrapper input[type=password],
.field-wrapper textarea[type=password] {
  padding: 10px 50px 10px 15px;
}
.field-wrapper textarea {
  resize: vertical;
  height: auto;
}
.input-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 420px) {
  .input-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 420px) {
  .input-group.btn-group {
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.input-group .btn,
.input-group button {
  flex-shrink: 0;
  justify-content: center;
  margin-bottom: 15px;
}
.check-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
.check-group input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.check-group input.required ~ .checkbox {
  border: 2px solid var(--accent) !important;
}
.check-group input:checked ~ .checkbox {
  background: var(--accent);
  border: 2px solid var(--accent);
}
.check-group input:checked ~ .checkbox span {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.check-group .checkbox {
  margin: 0 10px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin: 0;
  background: var(--primary);
  border: 2px solid var(--primary-border);
  transition: all 75ms ease-in-out;
}
.check-group .checkbox span {
  display: block;
  height: 11px;
  width: 6px;
  background: var(--clear);
  background: transparent;
  border-bottom: 2px solid var(--clear);
  border-right: 2px solid var(--clear);
  transform: rotate(45deg);
  margin-top: -3px;
  transition: all 75ms ease-in-out;
}
.check-group .label {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-foreground);
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: left;
  align-self: flex-start;
  margin: 3px 0 0 8px;
}
.check-group:hover .checkbox span {
  border-bottom: 2px solid var(--primary-alt);
  border-right: 2px solid var(--primary-alt);
}
.radio-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
.radio-group input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.radio-group input.required ~ .radio {
  border: 3px solid var(--accent) !important;
}
.radio-group input:checked ~ .radio {
  background: var(--accent);
  border: 2px solid var(--accent);
}
.radio-group input:checked ~ .radio span {
  background: var(--white);
}
.radio-group .radio {
  margin: 0 10px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin: 0;
  border-radius: 25px;
  background: var(--primary);
  border: 2px solid var(--primary-border);
  transition: all 75ms ease-in-out;
}
.radio-group .radio span {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--clear);
  background: transparent;
  transition: all 75ms ease-in-out;
}
.radio-group .label {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-foreground);
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: left;
  margin: 4px 0 0 3px;
  align-self: flex-start;
  text-align: left;
}
.radio-group:hover .radio {
  background: var(--primary-hover);
}
.radio-group:hover .radio span {
  background: var(--primary-alt);
}
.sub-label {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
  color: var(--grey-500) !important;
  margin: 2px 0 0 !important;
}
.sub-label.first-child {
  margin: 2px 0 5px !important;
}
.sub-label.error-message {
  color: var(--accent) !important;
}
.btn {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 10px 18px;
  height: 48px;
  transition:
    opacity 75ms ease-in-out,
    background 75ms ease-in-out,
    border 75ms ease-in-out;
  -webkit-appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .btn {
    padding: 14px 23px;
    height: 56px;
  }
}
.btn:disabled,
.btn.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.btn.accent {
  background: var(--accent);
  color: var(--accent-foreground);
  border: 2px solid var(--accent);
}
@media (hover: hover) {
  .btn.accent:hover {
    background: var(--accent-hover);
    color: var(--accent-foreground);
    border: 2px solid var(--accent-hover);
  }
}
.btn.accent:active,
.btn.accent:focus {
  background: var(--accent-hover);
  color: var(--accent-foreground);
  border: 2px solid var(--accent-hover);
}
.btn.accent span {
  background: var(--accent-foreground);
}
.btn.primary {
  background: var(--primary);
  color: var(--primary-foreground);
  border: 2px solid var(--primary);
}
@media (hover: hover) {
  .btn.primary:hover {
    background: var(--primary-hover);
    color: var(--primary-foreground);
    border: 2px solid var(--primary-hover);
  }
}
.btn.primary:active,
.btn.primary:focus {
  background: var(--primary-hover);
  color: var(--primary-foreground);
  border: 2px solid var(--primary-hover);
}
.btn.primary span {
  background: var(--primary-foreground);
}
.btn.primary-line {
  background: var(--clear);
  color: var(--primary);
  border: 2px solid var(--primary);
}
@media (hover: hover) {
  .btn.primary-line:hover {
    background: var(--clear);
    color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
  }
}
.btn.primary-line:active,
.btn.primary-line:focus {
  background: var(--clear);
  color: var(--primary);
}
.btn.primary-line span {
  background: var(--primary);
}
.btn.secondary {
  background: var(--secondary);
  color: var(--secondary-foreground);
  border: 2px solid var(--secondary);
}
@media (hover: hover) {
  .btn.secondary:hover {
    background-color: var(--black);
    color: var(--white);
  }
}
.btn.secondary:active,
.btn.secondary:focus {
  background-color: var(--black);
  color: var(--white);
}
.btn.secondary span {
  background: var(--secondary-foreground);
}
.btn.secondary-line {
  background: var(--clear);
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
@media (hover: hover) {
  .btn.secondary-line:hover {
    background: var(--clear);
    color: var(--secondary);
    border: 2px solid var(--black);
  }
}
.btn.secondary-line:active,
.btn.secondary-line:focus {
  background: var(--clear);
  color: var(--secondary);
  border: 2px solid var(--black);
}
.btn.secondary-line span {
  background: var(--secondary);
}
.btn.white-line {
  background: var(--clear);
  color: var(--white);
  border: 2px solid var(--white);
}
@media (hover: hover) {
  .btn.white-line:hover {
    background: var(--white-op-10);
    color: var(--white);
    border: 2px solid var(--white);
  }
}
.btn.white-line:active,
.btn.white-line:focus {
  background: var(--white-op-10);
  color: var(--white);
  border: 2px solid var(--white);
}
.btn.white-line span {
  background: var(--white);
}
.btn.white {
  background: var(--white);
  color: var(--primary-foreground);
  border: 2px solid var(--white);
}
@media (hover: hover) {
  .btn.white:hover {
    background: var(--grey-100);
    color: var(--primary-foreground);
    border: 2px solid var(--grey-100);
  }
}
.btn.white:active,
.btn.white:focus {
  background: var(--grey-100);
  color: var(--primary-foreground);
  border: 2px solid var(--grey-100);
}
.btn.white span {
  background: var(--primary-foreground);
}
.btn.yellow {
  background: var(--yellow-highlighter);
  color: var(--primary-foreground);
  border: 2px solid var(--yellow-highlighter);
}
@media (hover: hover) {
  .btn.yellow:hover {
    background: var(--yellow-highlighter-dark);
    color: var(--primary-foreground);
    border: 2px solid var(--yellow-highlighter-dark);
  }
}
.btn.yellow:active,
.btn.yellow:focus {
  background: var(--yellow-highlighter-dark);
  color: var(--primary-foreground);
  border: 2px solid var(--yellow-highlighter-dark);
}
.btn.yellow span {
  background: var(--primary-foreground);
}
.btn.transparent {
  background: var(--clear);
  color: var(--primary-foreground);
  border: 2px solid var(--clear);
}
@media (hover: hover) {
  .btn.transparent:hover {
    background: var(--primary-hover);
    color: var(--primary-foreground);
    border: 2px solid var(--primary-hover);
  }
}
.btn.transparent:active,
.btn.transparent:focus {
  background: var(--primary-hover);
  color: var(--primary-foreground);
  border: 2px solid var(--primary-hover);
}
.btn.transparent span {
  background: var(--secondary);
}
.btn.transparent-dark {
  background: var(--clear);
  color: var(--secondary-foreground);
  border: 2px solid var(--clear);
}
@media (hover: hover) {
  .btn.transparent-dark:hover {
    background: var(--secondary);
    color: var(--secondary-foreground);
    border: 2px solid var(--secondary);
  }
}
.btn.transparent-dark:active,
.btn.transparent-dark:focus {
  background: var(--secondary);
  color: var(--secondary-foreground);
  border: 2px solid var(--secondary);
}
.btn.transparent-dark span {
  background: var(--secondary-foreground);
}
.btn.icon {
  gap: 8px;
}
.btn.icon-only {
  justify-content: center;
  padding: 12px;
}
@media (min-width: 420px) {
  .btn.icon-only {
    padding: 17px 20px;
  }
}
.btn.btn-x {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  padding: 0;
  transition: all 75ms ease-in-out;
  cursor: pointer;
}
.btn.btn-x.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-x.small-x {
  height: 26px;
  width: 26px;
}
.btn.btn-x.small-x .x-container {
  height: 16px;
  width: 16px;
}
.btn.btn-x .x-container {
  height: 20px;
  width: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.btn.btn-x .x-container span {
  position: relative;
  top: 0;
  display: block;
  height: 100%;
  width: 2px;
  transition: all 75ms ease-in-out;
}
.btn.btn-x .x-container span:first-child {
  transform: rotate(135deg);
  right: -1px;
}
.btn.btn-x .x-container span:last-child {
  transform: rotate(45deg);
  right: 1px;
}
.btn hh-dynamic-icon {
  height: 18px;
  width: 18px;
}
.btn-remove {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-foreground);
  cursor: pointer;
  background: var(--clear);
  margin-top: 10px;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid var(--primary-foreground);
}
.btn-remove:hover {
  text-decoration: none !important;
}
.btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 420px) {
  .btn-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .btn-container {
    justify-content: flex-start;
  }
}
.btn-container .btn,
.btn-container button {
  margin: 0 0 10px;
}
@media (min-width: 420px) {
  .btn-container .btn,
  .btn-container button {
    margin: 0 10px 0 0;
  }
}
:root {
  --logo-url: "https://cdn.exmark.com/Content/images/b8561cb7b4a5e41602d266ff81b788aa.svg";
}
@layer overrides {
}
.checkout-header-extra {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (min-width: 520px) {
  .checkout-header-extra {
    flex-direction: row;
    justify-content: space-between;
  }
}
.checkout-header-extra .address p {
  font-size: 16px;
  line-height: 20px;
}
@layer app-wide, base-theme, wf-components, overrides;
@layer app-wide {
}
html {
  overflow: auto;
  scroll-padding-top: 150px;
}
html,
body {
  background: var(--primary);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img::selection {
  background: var(--clear);
  color: var(--white);
}
img::-moz-selection {
  background: var(--clear);
  color: var(--white);
}
.open-modal {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1905px;
  padding: 25px 15px 0;
}
.wrapper.page-wrapper {
  max-width: 1560px;
}
.wrapper.legal-wrapper {
  max-width: 1080px;
  padding: 25px 15px 0 !important;
}
@media (min-width: 768px) {
  .wrapper.legal-wrapper {
    padding: 50px 36px 0 !important;
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding: 50px 36px 0;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1140px) {
  .wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1366px) {
  .wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.static-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1905px;
  padding: 0 25px;
}
.page-banner {
  padding: 35px 15px;
  position: relative;
  background: var(--accent);
}
@media (min-width: 768px) {
  .page-banner {
    padding: 55px 15px;
  }
}
.page-banner h1 {
  color: var(--white);
  text-align: center;
  font-size: 38px;
}
@media (min-width: 1140px) {
  .page-banner h1 {
    font-size: 45px;
  }
}
@media (min-width: 1366px) {
  .page-banner h1 {
    font-size: 54px;
  }
}
.page-banner h2 {
  color: var(--white);
  text-align: center;
  font-weight: 600;
  margin: 7px 0 0;
  font-size: 24px;
}
@media (min-width: 1140px) {
  .page-banner h2 {
    font-size: 28px;
  }
}
.page-copy {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--primary-border);
}
.page-copy.table-overflow {
  overflow-x: auto;
}
.page-copy.no-border,
.page-copy:last-child {
  border-bottom: 0px;
  padding: 0;
}
.page-copy h1,
.page-copy h2,
.page-copy h3,
.page-copy h4,
.page-copy h5,
.page-copy h6,
.page-copy p,
.page-copy ul,
.page-copy li {
  margin: 0 0 10px;
}
.page-copy p,
.page-copy ul {
  margin-bottom: 15px;
}
.page-copy p:last-child,
.page-copy ul:last-child {
  margin-bottom: 0;
}
.page-copy ul {
  list-style: disc;
  padding-left: 30px;
}
.page-copy h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (min-width: 1140px) {
  .page-copy h2 {
    font-size: 41px;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  border: 1px solid var(--primary-border);
  border-bottom: 0px;
}
.detail-block {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}
.header-block {
  width: 100%;
  padding: 10px 20px;
  background: var(--secondary);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-block h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  font-size: 28px;
  color: var(--secondary-foreground);
}
@media (min-width: 1140px) {
  .header-block h2 {
    font-size: 32px;
  }
}
.header-block hh-dynamic-icon {
  height: 30px;
  width: 30px;
  margin: 4px 0 0 10px;
}
.back-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
@media (hover: hover) {
  .back-button:hover p {
    color: var(--primary-foreground);
    padding: 0 0 0 12px;
  }
}
.back-button hh-dynamic-icon {
  width: 16px;
  height: 16px;
}
.back-button p {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  color: var(--primary-foreground);
  padding: 0 0 0 10px;
  transition: all 75ms ease-in-out;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin-left: 15px;
  width: 20px;
  height: 20px;
}
.spinner .path {
  stroke: var(--primary-foreground);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.link {
  cursor: pointer;
  color: var(--accent) !important;
}
.diagram-page {
  height: 100%;
}
.diagram-page app-layout {
  height: 100%;
  display: block;
}
.diagram-page app-layout .main-container {
  height: 100%;
  min-height: 910px;
}
.full {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.full hh-promo-codes-banner .sticky-banner {
  z-index: 1 !important;
}
.full hh-diagram-detail .results-wrapper {
  z-index: 1010;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
.full hh-diagram-detail .diagram-section {
  height: 100% !important;
}
.full hh-diagram-detail .diagram-section .btn-container {
  right: 0 !important;
}
.full hh-diagram-detail .parts-container,
.full hh-diagram-detail .diagram-wrapper {
  height: 100% !important;
}

/* src/styles.scss */

/* src/styles.css */

/* angular:styles/global:styles */
