/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/reference.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.shopify-payment-button__button--hidden {
  visibility: hidden;
}
.shopify-payment-button__button {
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 44px),
    55px
  );
  min-height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 44px),
    55px
  );
  border-radius: var(--shopify-accelerated-checkout-button-border-radius, 0px);
  width: 100%;
  border: none;
  box-shadow: transparent 0px 0px 0px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: background 0.2s ease-in-out;
}
.shopify-payment-button__button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.shopify-payment-button__button--unbranded {
  background-color: rgb(25, 144, 198);
  padding: 1em 2em;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgb(19, 111, 153);
}
.shopify-payment-button__more-options {
  background: transparent;
  border: 0px none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: 1em;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
.shopify-payment-button__more-options.shopify-payment-button__skeleton {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  height: auto !important;
  min-height: 0px !important;
  border-radius: 4px !important;
}
.shopify-payment-button__more-options[disabled] {
  opacity: 0.6;
  cursor: default !important;
}
.shopify-payment-button__button.shopify-payment-button__button--branded {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.shopify-payment-button__button.shopify-payment-button__button--branded
  .shopify-cleanslate {
  flex: 1 1 0% !important;
  display: flex !important;
  flex-direction: column !important;
}
.shopify-payment-button__button.button.loading {
  position: relative;
  color: transparent;
}
.shopify-payment-button__button.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.shopify-payment-button__button.button.loading
  > .loading-overlay__spinner
  .spinner {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(255, 255, 255);
}
.shopify-payment-button__button .loading-overlay__spinner {
  width: 1.8rem;
  display: inline-block;
}
.shopify-payment-button__button .spinner {
  animation: 1.4s linear 0s infinite normal none running shopify-rotator;
}
@keyframes shopify-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.shopify-payment-button__button .path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center center;
  stroke: rgb(18, 18, 18);
  animation: 1.4s ease-in-out 0s infinite normal none running shopify-dash;
}
@media screen and (forced-colors: active) {
  .shopify-payment-button__button .path {
    stroke: canvastext;
  }
}
@keyframes shopify-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
#shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}
#shopify-buyer-consent.hidden {
  display: none;
}
#shopify-subscription-policy-button,
#shopify-managed-markets-terms-and-conditions-button,
#shopify-managed-markets-privacy-policy-button {
  background: none;
  border: none;
  padding: 0px;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}
#shopify-subscription-policy-button::before,
#shopify-managed-markets-terms-and-conditions-button::before,
#shopify-managed-markets-privacy-policy-button::before {
  box-shadow: none;
}
@keyframes acceleratedCheckoutLoadingSkeleton {
  50% {
    opacity: var(
      --shopify-accelerated-checkout-skeleton-animation-opacity-start,
      1
    );
  }
  75% {
    opacity: var(
      --shopify-accelerated-checkout-skeleton-animation-opacity-end,
      0.5
    );
  }
  100% {
    opacity: var(
      --shopify-accelerated-checkout-skeleton-animation-opacity-start,
      1
    );
  }
}
.shopify-payment-button__skeleton {

  animation-delay: -0.168s;
  background-color: var(
    --shopify-accelerated-checkout-skeleton-background-color,
    #dedede
  );
  box-sizing: border-box;
  height: var(--shopify-accelerated-checkout-button-block-size, inherit);
  min-height: 25px;
  max-height: 55px;
  border-radius: var(
    --shopify-accelerated-checkout-button-border-radius,
    inherit
  );
  text-decoration: none !important;
}
.wallet-cart-button__skeleton {
  animation-delay: -0.168s;
  background-color: var(
    --shopify-accelerated-checkout-skeleton-background-color,
    #dedede
  );
}
.wallet-button-wrapper {
  container: wrapper / inline-size;
  width: 100%;
}
.wallet-cart-grid {
  margin: 0px -5px -5px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: var(--shopify-accelerated-checkout-inline-alignment, start);
}
.wallet-cart-button-container {
  position: relative;
  margin: 0px 5px 5px;
}
.wallet-cart-button-container,
.wallet-cart-button {
  width: auto;
  flex: 1 1 0px;
  min-width: 100px;
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-inline-size, 42px),
    55px
  );
  border-radius: var(--shopify-accelerated-checkout-button-border-radius, 4px);
  text-align: center;
  list-style-type: none !important;
}
.wallet-cart-grid.wallet-cart-grid--vertical,
.additional-checkout-buttons--vertical .wallet-cart-grid {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0px;
}
.wallet-cart-grid.wallet-cart-grid--vertical .wallet-cart-button-container,
.additional-checkout-buttons--vertical
  .wallet-cart-grid
  .wallet-cart-button-container {
  width: 100%;
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 54px),
    55px
  );
  margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
}
.wallet-cart-grid.wallet-cart-grid--vertical
  .wallet-cart-button-container:first-child,
.additional-checkout-buttons--vertical
  .wallet-cart-grid
  .wallet-cart-button-container:first-child {
  margin: 8px 0px 0px;
}
.wallet-cart-grid.wallet-cart-grid--vertical .wallet-cart-button,
.additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button {
  width: 100%;
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 54px),
    55px
  );
}
.wallet-cart-grid.wallet-cart-grid--horizontal,
.additional-checkout-buttons--horizontal .wallet-cart-grid {
  justify-content: stretch;
}
.wallet-cart-grid.wallet-cart-grid--horizontal .wallet-cart-button-container,
.additional-checkout-buttons--horizontal
  .wallet-cart-grid
  .wallet-cart-button-container,
.wallet-cart-grid.wallet-cart-grid--horizontal .wallet-cart-button,
.additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button {
  min-width: 0px;
}
@container wrapper (width >= 100px) and (width <= 500px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(1)
    ).wallet-cart-grid:not(
      :has(> .wallet-cart-button-container:nth-of-type(2))
    ) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(1)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2)))
    .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(1)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2)))
    .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(1)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2)))
    .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
@container wrapper (width <= 210px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(2)
    ).wallet-cart-grid:not(
      :has(> .wallet-cart-button-container:nth-of-type(3))
    ) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(2)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3)))
    .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(2)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3)))
    .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(2)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3)))
    .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
@container wrapper (width <= 320px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(3)
    ).wallet-cart-grid:not(
      :has(> .wallet-cart-button-container:nth-of-type(4))
    ) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(3)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4)))
    .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(3)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4)))
    .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(3)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4)))
    .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
@container wrapper (width <= 430px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(4)
    ).wallet-cart-grid:not(
      :has(> .wallet-cart-button-container:nth-of-type(5))
    ) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(4)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5)))
    .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(4)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5)))
    .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(4)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5)))
    .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
@container wrapper (width <= 540px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(5)
    ).wallet-cart-grid:not(
      :has(> .wallet-cart-button-container:nth-of-type(6))
    ) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(5)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6)))
    .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(5)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6)))
    .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
      > .wallet-cart-button-container:nth-of-type(5)
    ).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6)))
    .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
    > .wallet-cart-button-container:nth-of-type(6)
  ) {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0px;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
    > .wallet-cart-button-container:nth-of-type(6)
  )
  .wallet-cart-button-container {
  width: 100%;
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 54px),
    55px
  );
  margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
    > .wallet-cart-button-container:nth-of-type(6)
  )
  .wallet-cart-button-container:first-child {
  margin: 8px 0px 0px;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(
    > .wallet-cart-button-container:nth-of-type(6)
  )
  .wallet-cart-button {
  width: 100%;
  height: clamp(
    25px,
    var(--shopify-accelerated-checkout-button-block-size, 54px),
    55px
  );
}
@media screen and (max-width: 750px) {
  .wallet-cart-grid {
    justify-content: stretch;
  }
  .wallet-cart-button-container,
  .wallet-cart-button {
    min-width: 0px;
  }
}
@supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  .wallet-cart-grid {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px;
  }
  .wallet-cart-button-container {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-button-container:first-child {
    margin: 8px 0px 0px;
  }
  .wallet-cart-button {
    width: 100%;
    height: clamp(
      25px,
      var(--shopify-accelerated-checkout-button-block-size, 54px),
      55px
    );
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}
#shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}
#shopify-buyer-consent.hidden {
  display: none;
}
#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0px;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}
#shopify-subscription-policy-button::before {
  box-shadow: none;
}
*,
::before,
::after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}
body {
  margin: 0px;
}
[hidden] {
  display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0px;
}
:active {
  outline: none;
}
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0px;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-size: inherit;
  font-weight: inherit;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0px;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0px;
}
button,
input[type="submit"] {
  padding: 0px;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0px;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
  border-radius: 0px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  appearance: none;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
fieldset {
  border: 1px solid rgb(192, 192, 192);
  margin: 0px 2px;
  padding: 6px 10px 12px;
}
legend {
  border: 0px;
  padding: 0px;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
td,
th {
  padding: 0px;
}
.Grid {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px -24px;
  font-size: 0px;
}
.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 24px;
  margin: 0px;
  vertical-align: top;
  font-size: 1rem;
}
.Grid--center {
  text-align: center;
}
.Grid--center > .Grid__Cell {
  text-align: left;
}
.Grid__Cell--center {
  display: block;
  margin: 0px auto;
}
.Grid--right {
  text-align: right;
}
.Grid--right > .Grid__Cell {
  text-align: left;
}
.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}
.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}
.Grid--m {
  margin-left: -30px;
}
.Grid--m > .Grid__Cell {
  padding-left: 30px;
}
.Grid--l {
  margin-left: -50px;
}
.Grid--l > .Grid__Cell {
  padding-left: 50px;
}
.Grid--xl {
  margin-left: -50px;
}
.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}
@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }
  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }
  .Grid--l {
    margin-left: -80px;
  }
  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }
  .Grid--xl {
    margin-left: -100px;
  }
  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}
.\31 \/2,
.\32 \/4,
.\36 \/12 {
  width: 50%;
}
.\31 \/3,
.\34 \/12 {
  width: 33.3333%;
}
.\32 \/3,
.\38 \/12 {
  width: 66.6667%;
}
.\31 \/4,
.\33 \/12 {
  width: 25%;
}
.\33 \/4,
.\39 \/12 {
  width: 75%;
}
.\31 \/12 {
  width: 8.33333%;
}
.\32 \/12 {
  width: 16.6667%;
}
.\35 \/12 {
  width: 41.6667%;
}
.\37 \/12 {
  width: 58.3333%;
}
.\31 0\/12 {
  width: 83.3333%;
}
.\31 1\/12 {
  width: 91.6667%;
}
@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }
  .\31 \/2--phone,
  .\32 \/4--phone,
  .\36 \/12--phone {
    width: 50%;
  }
  .\31 \/3--phone,
  .\34 \/12--phone {
    width: 33.3333%;
  }
  .\32 \/3--phone,
  .\38 \/12--phone {
    width: 66.6667%;
  }
  .\31 \/4--phone,
  .\33 \/12--phone {
    width: 25%;
  }
  .\33 \/4--phone,
  .\39 \/12--phone {
    width: 75%;
  }
  .\31 \/12--phone {
    width: 8.33333%;
  }
  .\32 \/12--phone {
    width: 16.6667%;
  }
  .\35 \/12--phone {
    width: 41.6667%;
  }
  .\37 \/12--phone {
    width: 58.3333%;
  }
  .\31 0\/12--phone {
    width: 83.3333%;
  }
  .\31 1\/12--phone {
    width: 91.6667%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }
  .\31 \/2--tablet,
  .\32 \/4--tablet,
  .\36 \/12--tablet {
    width: 50%;
  }
  .\31 \/3--tablet,
  .\34 \/12--tablet {
    width: 33.3333%;
  }
  .\32 \/3--tablet,
  .\38 \/12--tablet {
    width: 66.6667%;
  }
  .\31 \/4--tablet,
  .\33 \/12--tablet {
    width: 25%;
  }
  .\33 \/4--tablet,
  .\39 \/12--tablet {
    width: 75%;
  }
  .\31 \/12--tablet {
    width: 8.33333%;
  }
  .\32 \/12--tablet {
    width: 16.6667%;
  }
  .\35 \/12--tablet {
    width: 41.6667%;
  }
  .\37 \/12--tablet {
    width: 58.3333%;
  }
  .\31 0\/12--tablet {
    width: 83.3333%;
  }
  .\31 1\/12--tablet {
    width: 91.6667%;
  }
}
@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }
  .\31 \/2--tablet-and-up,
  .\32 \/4--tablet-and-up,
  .\36 \/12--tablet-and-up {
    width: 50%;
  }
  .\31 \/3--tablet-and-up,
  .\34 \/12--tablet-and-up {
    width: 33.3333%;
  }
  .\32 \/3--tablet-and-up,
  .\38 \/12--tablet-and-up {
    width: 66.6667%;
  }
  .\31 \/4--tablet-and-up,
  .\33 \/12--tablet-and-up {
    width: 25%;
  }
  .\33 \/4--tablet-and-up,
  .\39 \/12--tablet-and-up {
    width: 75%;
  }
  .\31 \/12--tablet-and-up {
    width: 8.33333%;
  }
  .\32 \/12--tablet-and-up {
    width: 16.6667%;
  }
  .\35 \/12--tablet-and-up {
    width: 41.6667%;
  }
  .\37 \/12--tablet-and-up {
    width: 58.3333%;
  }
  .\31 0\/12--tablet-and-up {
    width: 83.3333%;
  }
  .\31 1\/12--tablet-and-up {
    width: 91.6667%;
  }
}
@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }
  .\31 \/2--pocket,
  .\32 \/4--pocket,
  .\36 \/12--pocket {
    width: 50%;
  }
  .\31 \/3--pocket,
  .\34 \/12--pocket {
    width: 33.3333%;
  }
  .\32 \/3--pocket,
  .\38 \/12--pocket {
    width: 66.6667%;
  }
  .\31 \/4--pocket,
  .\33 \/12--pocket {
    width: 25%;
  }
  .\33 \/4--pocket,
  .\39 \/12--pocket {
    width: 75%;
  }
  .\31 \/12--pocket {
    width: 8.33333%;
  }
  .\32 \/12--pocket {
    width: 16.6667%;
  }
  .\35 \/12--pocket {
    width: 41.6667%;
  }
  .\37 \/12--pocket {
    width: 58.3333%;
  }
  .\31 0\/12--pocket {
    width: 83.3333%;
  }
  .\31 1\/12--pocket {
    width: 91.6667%;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }
  .\31 \/2--lap,
  .\32 \/4--lap,
  .\36 \/12--lap {
    width: 50%;
  }
  .\31 \/3--lap,
  .\34 \/12--lap {
    width: 33.3333%;
  }
  .\32 \/3--lap,
  .\38 \/12--lap {
    width: 66.6667%;
  }
  .\31 \/4--lap,
  .\33 \/12--lap {
    width: 25%;
  }
  .\33 \/4--lap,
  .\39 \/12--lap {
    width: 75%;
  }
  .\31 \/12--lap {
    width: 8.33333%;
  }
  .\32 \/12--lap {
    width: 16.6667%;
  }
  .\35 \/12--lap {
    width: 41.6667%;
  }
  .\37 \/12--lap {
    width: 58.3333%;
  }
  .\31 0\/12--lap {
    width: 83.3333%;
  }
  .\31 1\/12--lap {
    width: 91.6667%;
  }
}
@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }
  .\31 \/2--lap-and-up,
  .\32 \/4--lap-and-up,
  .\36 \/12--lap-and-up {
    width: 50%;
  }
  .\31 \/3--lap-and-up,
  .\34 \/12--lap-and-up {
    width: 33.3333%;
  }
  .\32 \/3--lap-and-up,
  .\38 \/12--lap-and-up {
    width: 66.6667%;
  }
  .\31 \/4--lap-and-up,
  .\33 \/12--lap-and-up {
    width: 25%;
  }
  .\33 \/4--lap-and-up,
  .\39 \/12--lap-and-up {
    width: 75%;
  }
  .\31 \/12--lap-and-up {
    width: 8.33333%;
  }
  .\32 \/12--lap-and-up {
    width: 16.6667%;
  }
  .\35 \/12--lap-and-up {
    width: 41.6667%;
  }
  .\37 \/12--lap-and-up {
    width: 58.3333%;
  }
  .\31 0\/12--lap-and-up {
    width: 83.3333%;
  }
  .\31 1\/12--lap-and-up {
    width: 91.6667%;
  }
}
@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }
  .\31 \/2--desk,
  .\32 \/4--desk,
  .\36 \/12--desk {
    width: 50%;
  }
  .\31 \/3--desk,
  .\34 \/12--desk {
    width: 33.3333%;
  }
  .\32 \/3--desk,
  .\38 \/12--desk {
    width: 66.6667%;
  }
  .\31 \/4--desk,
  .\33 \/12--desk {
    width: 25%;
  }
  .\33 \/4--desk,
  .\39 \/12--desk {
    width: 75%;
  }
  .\31 \/12--desk {
    width: 8.33333%;
  }
  .\32 \/12--desk {
    width: 16.6667%;
  }
  .\35 \/12--desk {
    width: 41.6667%;
  }
  .\37 \/12--desk {
    width: 58.3333%;
  }
  .\31 0\/12--desk {
    width: 83.3333%;
  }
  .\31 1\/12--desk {
    width: 91.6667%;
  }
}
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }
  .\31 \/2--widescreen,
  .\32 \/4--widescreen,
  .\36 \/12--widescreen {
    width: 50%;
  }
  .\31 \/3--widescreen,
  .\34 \/12--widescreen {
    width: 33.3333%;
  }
  .\32 \/3--widescreen,
  .\38 \/12--widescreen {
    width: 66.6667%;
  }
  .\31 \/4--widescreen,
  .\33 \/12--widescreen {
    width: 25%;
  }
  .\33 \/4--widescreen,
  .\39 \/12--widescreen {
    width: 75%;
  }
  .\31 \/12--widescreen {
    width: 8.33333%;
  }
  .\32 \/12--widescreen {
    width: 16.6667%;
  }
  .\35 \/12--widescreen {
    width: 41.6667%;
  }
  .\37 \/12--widescreen {
    width: 58.3333%;
  }
  .\31 0\/12--widescreen {
    width: 83.3333%;
  }
  .\31 1\/12--widescreen {
    width: 91.6667%;
  }
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-image-set(
        var(--cursor-zoom-in-svg) 1x,
        var(--cursor-zoom-in-2x-svg) 2x
      )
      18 18,
    zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--background);
  opacity: 0;
  transform: translateZ(0px);
  backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  inset: 0px;
}
.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  inset: 0px;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}
.pswp__img--placeholder {
  backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: var(--background);
}
.pswp--ie .pswp__img {
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: auto !important;
}
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0px;
  text-align: center;
  transition: 0.15s ease-in-out;
}
.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}
.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}
.pswp__button--close {
  margin: 0px 18px;
}
.pswp__button svg {
  pointer-events: none;
}
.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0px 15px;
  padding: 8px 15px;
  background: rgb(230, 85, 77);
  color: rgb(255, 255, 255);
  text-align: center;
}
.js .no-js,
.no-js .hide-no-js {
  display: none !important;
}
.no-scroll {
  overflow: hidden;
}
body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}
[data-scrollable] {
  overflow: auto;
}
.Container {
  margin: 0px auto;
  padding: 0px 24px;
}
.Container--narrow {
  max-width: 1420px;
}
.Container--extraNarrow {
  max-width: 800px;
}
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 641px) {
  .Container {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1140px) {
  .Container {
    padding: 0px 80px;
  }
}
html {
  font-size: var(--base-text-font-size);
}
body {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  color: var(--text-color);
  background: var(--background);
  line-height: 1.65;
}
.Link {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.supports-hover .Link--primary:hover,
.Link--primary.is-active {
  color: var(--text-color);
}
.supports-hover .Link--secondary:hover,
.Link--secondary.is-active {
  color: var(--text-color-light);
}
.Link--underline {
  position: relative;
  display: inline-block;
}
.Link--underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background: currentcolor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover::before {
    transform: scaleX(0);
  }
}
.Link--underlineShort::before {
  width: 100%;
}
.features--heading-uppercase .Link--underlineShort::before {
  width: calc(100% - 0.2em);
}
.Link--underlineNative {
  text-decoration: underline;
  text-underline-position: under;
}
.Heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.features--heading-uppercase .Heading {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Text--subdued {
  color: var(--text-color-light);
}
.Text--alignCenter {
  text-align: center !important;
}
.Text--alignRight {
  text-align: right !important;
}
.Icon-Wrapper--clickable {
  position: relative;
  background: transparent;
}
.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  inset: -8px -12px;
  transform: translateZ(0px);
}
.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentcolor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
.u-visually-hidden {
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  border: 0px;
  position: absolute !important;
}
.features--heading-small .u-h1,
.features--heading-small .Rte h1 {
  font-size: 20px;
}
.features--heading-small .u-h2,
.features--heading-small .Rte h2 {
  font-size: 18px;
}
.features--heading-small .u-h3,
.features--heading-small .Rte h3 {
  font-size: 16px;
}
.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 15px;
}
.features--heading-small .u-h5,
.features--heading-small .Rte h5 {
  font-size: 13px;
}
.features--heading-small .u-h6,
.features--heading-small .Rte h6 {
  font-size: 12px;
}
.features--heading-small .u-h7 {
  font-size: 11px;
}
.features--heading-small .u-h8 {
  font-size: 10px;
}
.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 22px;
}
.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 20px;
}
.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 18px;
}
.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 16px;
}
.features--heading-normal .u-h5,
.features--heading-normal .Rte h5 {
  font-size: 14px;
}
.features--heading-normal .u-h6,
.features--heading-normal .Rte h6 {
  font-size: 13px;
}
.features--heading-normal .u-h7,
.features--heading-normal .u-h8 {
  font-size: 12px;
}
.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 24px;
}
.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 22px;
}
.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 20px;
}
.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 18px;
}
.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 16px;
}
.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 15px;
}
.features--heading-large .u-h7,
.features--heading-large .u-h8 {
  font-size: 13px;
}
@media screen and (min-width: 641px) {
  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 20px;
  }
  .features--heading-small .u-h2,
  .features--heading-small .Rte h2,
  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 18px;
  }
  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 16px;
  }
  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 13px;
  }
  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 12px;
  }
  .features--heading-small .u-h7 {
    font-size: 11px;
  }
  .features--heading-small .u-h8 {
    font-size: 10px;
  }
  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 22px;
  }
  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2,
  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 20px;
  }
  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 17px;
  }
  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 14px;
  }
  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 13px;
  }
  .features--heading-normal .u-h7,
  .features--heading-normal .u-h8 {
    font-size: 12px;
  }
  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 24px;
  }
  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 22px;
  }
  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 20px;
  }
  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 19px;
  }
  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 16px;
  }
  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 15px;
  }
  .features--heading-large .u-h7,
  .features--heading-large .u-h8 {
    font-size: 13px;
  }
}
.js .features--show-page-transition .PageTransition {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: var(--background);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: 0.25s;
}
.Button,
.shopify-payment-button__button--unbranded,
input.spr-button-primary,
.spr-summary-actions-newreview,
.spr-button-primary:not(input),
.spr-pagination-prev > a,
.spr-pagination-next > a {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
.Button::before,
.shopify-payment-button__button--unbranded::before,
input.spr-button-primary::before,
.spr-summary-actions-newreview.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button:not([disabled])::before,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled])::before,
  .features--show-button-transition
    input.spr-button-primary:not([disabled])::before,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled])::before,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled])::before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled])::before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled])::before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .features--show-button-transition .Button:not([disabled]):hover::before,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):hover::before,
  .features--show-button-transition
    input.spr-button-primary:not([disabled]):hover::before,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled]):hover::before,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled]):hover::before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover::before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover::before {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
input.spr-button-primary[disabled],
.spr-summary-actions-newreview[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-prev > a[disabled],
.spr-pagination-next > a[disabled] {
  cursor: not-allowed;
}
.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview,
.spr-button-primary:not(input) {
  color: var(--button-text-color);
  border-color: var(--button-background);
}
.Button--primary::before,
.shopify-payment-button__button--unbranded::before,
.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before {
  background-color: var(--button-background);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--primary:not([disabled]):hover,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):hover,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled]):hover,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled]):hover {
    color: var(--button-background);
    background-color: transparent;
  }
}
.Button--secondary,
.spr-pagination-prev > a,
.spr-pagination-next > a {
  color: var(--text-color-light);
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
}
.Button--secondary::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  background-color: var(--button-background);
  transform-origin: right center;
  transform: scaleX(0);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--secondary:not([disabled]):hover,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background);
  }
  .features--show-button-transition
    .Button--secondary:not([disabled]):hover::before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover::before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover::before {
    transform-origin: left center;
    transform: scale(1);
  }
}
.Button--full {
  width: 100%;
}
.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}
.Button--small {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  padding: 12px 24px;
}
.Button__SeparatorDot {
  display: inline-block;
  margin: 0px 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentcolor;
}
.ButtonWrapper {
  text-align: center;
}
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1),
    opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}
.ButtonGroup__Item {
  margin: 12px;
}
.ButtonGroup__Item--expand {
  flex: 1 1 0px;
}
.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}
.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 641px) {
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }
    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
}
.RoundButton,
.flickity-prev-next-button {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--button-text-color);
  color: var(--button-background);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: rgba(54, 54, 54, 0.15) 0px 2px 10px;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
.RoundButton.is-active,
.flickity-prev-next-button.is-active {
  background: var(--button-background);
  color: var(--button-text-color);
  outline: none;
}
.RoundButton svg,
.flickity-prev-next-button svg {
  height: 15px;
  width: 15px;
  fill: currentcolor;
}
.RoundButton--small {
  width: 35px;
  height: 35px;
}
.RoundButton--small svg {
  height: 14px;
  width: 14px;
}
.RoundButton--medium {
  width: 50px;
  height: 50px;
}
.RoundButton--medium svg {
  height: 18px;
  width: 18px;
}
.RoundButton--large {
  width: 55px;
  height: 55px;
}
.RoundButton--large svg {
  height: 15px;
  width: 15px;
}
.RoundButton--flat {
  box-shadow: rgba(54, 54, 54, 0.15) 0px 1px 5px;
  color: rgba(var(--button-background-rgb), 0.5);
}
.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1),
    opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.RoundButton__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0px);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0px);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0px);
  }
}
@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0px);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0px);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0px);
  }
}
@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .RoundButton:hover {
    transform: scale(1.1);
  }
  .RoundButton--small:hover {
    transform: scale(1.15);
  }
  .RoundButton:not([aria-expanded="true"]):hover {
    color: var(--button-background);
  }
  .RoundButton[data-animate-left]:hover svg,
  .flickity-prev-next-button.previous:hover svg {
    animation: 0.5s ease-in-out 0s 1 normal forwards running
      buttonFromRightToLeft;
  }
  .RoundButton[data-animate-right]:hover svg,
  .flickity-prev-next-button.next:hover svg {
    animation: 0.5s ease-in-out 0s 1 normal forwards running
      buttonFromLeftToRight;
  }
  .RoundButton[data-animate-bottom]:hover svg {
    animation: 0.5s ease-in-out 0s 1 normal forwards running
      buttonFromTopToBottom;
  }
}
.flickity-enabled {
  position: relative;
}
body:not(.is-tabbing) .flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: auto;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled {
  -webkit-tap-highlight-color: transparent;
}
.flickity-enabled.is-draggable {
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
}
.flickity-prev-next-button[disabled] {
  opacity: 0;
}
.flickity-prev-next-button svg {
  width: auto;
  height: 18px;
  stroke-width: 1.5px;
  stroke: currentcolor;
}
.flickity-page-dots {
  width: 100%;
  padding: 0px;
  margin: 22px 0px 0px;
  list-style: none;
  text-align: center;
}
.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0px 6px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--border-color);
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  inset: -6px;
}
.flickity-page-dots .dot.is-selected {
  background: currentcolor;
  border-color: currentcolor;
}
@media screen and (min-width: 641px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    border-width: 2px;
  }
}
.Carousel {
  position: relative;
}
.Carousel--fixed,
.Carousel--fixed .flickity-viewport,
.Carousel--fixed .Carousel__Cell {
  height: 100%;
}
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}
.Carousel__Cell {
  display: block;
  width: 100%;
}
.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}
.js .Carousel--fadeIn .Carousel__Cell {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 0px !important;
}
.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0px;
  bottom: 20px;
  left: 20px;
}
.Carousel--insideDots .flickity-page-dots .dot {
  border-color: currentcolor;
}
.Carousel--insideDots .flickity-page-dots .dot.is-selected {
  background: currentcolor;
}
.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}
.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}
.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}
@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
    bottom: 28px;
    right: 24px;
    left: auto;
  }
}
.Collapsible {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}
.Collapsible + .Collapsible {
  border-top: none;
}
.Collapsible--padded {
  padding-left: 24px;
  padding-right: 24px;
}
.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0px;
  text-align: left;
  cursor: pointer;
}
.Collapsible__Plus {
  position: absolute;
  right: 0px;
  top: calc(50% - 5.5px);
  width: 11px;
  height: 11px;
}
.Collapsible__Plus::before,
.Collapsible__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentcolor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.Collapsible__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.Collapsible__Plus::after {
  width: 1px;
  height: 11px;
}
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus::before,
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus::before {
  opacity: 0;
}
.Collapsible .Collapsible {
  margin-left: 16px;
  border: none;
}
.Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0px;
}
.Collapsible__Inner {
  display: block;
  height: 0px;
  visibility: hidden;
  transition: height 0.35s ease-in-out, visibility ease-in-out 0.35s;
  overflow: hidden;
}
.Collapsible__Button[aria-expanded="true"] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease-in-out;
}
.Collapsible__Content {
  padding-bottom: 18px;
}
.Collapsible .Linklist {
  margin-bottom: 4px;
}
.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 141px) {
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
  }
  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }
  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0px;
  }
  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0px;
  }
  .Collapsible--autoExpand {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1008px) {
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }
  .Collapsible--large .Collapsible__Button {
    padding: 10px 0px;
  }
  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
.Drawer {
  position: fixed;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: calc(-65px + 100vw);
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition: transform 0.5s var(--drawer-transition-timing),
    visibility 0.5s var(--drawer-transition-timing);
  background: var(--background);
  box-shadow: none;
  touch-action: manipulation;
}
.Drawer:focus {
  outline: none;
}
.Drawer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: rgba(54, 54, 54, 0.2) 2px 0px 10px,
    rgba(54, 54, 54, 0.2) -2px 0px 10px;
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}
.Drawer--secondary {
  background: var(--light-background);
}
.Drawer--fromLeft {
  transform: translate(calc(65px - 100vw));
}
.Drawer--fromRight {
  right: 0px;
  left: auto;
  transform: translate(calc(-65px + 100vw));
}
.Drawer[aria-hidden="false"] {
  visibility: visible;
  transform: translate(0px);
}
.Drawer[aria-hidden="false"]::before {
  opacity: 1;
}
.Drawer__Container {
  width: 100%;
}
.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}
.Drawer--fromRight .Drawer__Container {
  padding-left: 24px;
  padding-right: 18px;
}
.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
}
.Drawer__Header--flexible {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 0px !important;
  max-height: none !important;
  height: auto !important;
}
.Drawer__Header--flexible .Drawer__Close {
  top: 25px;
}
@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
}
.Drawer__Header--center {
  justify-content: center;
}
.Drawer__Close {
  position: absolute;
  margin-left: 0px;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}
.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}
.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--border-color) inset;
}
.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6) inset;
}
.Drawer--secondary .Collapsible {
  border-bottom-color: rgba(var(--border-color-rgb), 0.6);
}
.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px);
}
@supports (--css: variables) {
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
}
@supports (width: max(100%)) {
  .Drawer__Content {
    height: max(calc(100% - var(--header-height)), calc(100% - 60px));
    max-height: max(calc(100% - var(--header-height)), calc(100% - 60px));
  }
}
.Drawer__Main {
  flex: 1 1 auto;
}
.Drawer__Footer {
  flex: 0 0 auto;
  box-shadow: 0 -1px var(--border-color);
}
.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6);
}
.Drawer__Footer--padded {
  padding: 24px;
}
@supports (padding: max(0px)) {
  .Drawer__Footer--padded {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}
@media screen and (min-width: 641px) {
  .Drawer {
    width: 400px;
    transform: translate(-100%);
  }
  .Drawer--small {
    width: 340px;
  }
  .Drawer--fromRight {
    transform: translate(100%);
  }
  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }
  @supports (width: max(100%)) {
    .Drawer__Content {
      height: max(calc(100% - var(--header-height)), calc(100% - 80px));
      max-height: max(calc(100% - var(--header-height)), calc(100% - 80px));
    }
  }
  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .Drawer__Close {
    left: 30px;
  }
  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }
  .Drawer__Close svg {
    stroke-width: 1.5px;
  }
  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
}
[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s;
}
.Drawer[aria-hidden="false"] [data-drawer-animated-left],
.Drawer[aria-hidden="false"] [data-drawer-animated-right] {
  opacity: 1;
  transform: translate(0px);
}
[data-drawer-animated-left] {
  transform: translate(-65px);
}
[data-drawer-animated-right] {
  transform: translate(65px);
}
[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Drawer[aria-hidden="false"] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.Form {
  width: 100%;
}
.Form__Item {
  position: relative;
  margin-bottom: 15px;
}
.Form__Input,
.Form__Textarea,
.spr-form-input-text,
.spr-form-input-email,
.spr-form-input-textarea {
  appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0px;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
}
.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-text:focus,
.spr-form-input-email:focus,
.spr-form-input-textarea:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: none;
}
.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-textarea::placeholder {
  color: var(--text-color-light);
}
.Form__FloatingLabel {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0px 5px;
  line-height: normal;
  color: var(--text-color-light);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  opacity: 0;
  background: rgba(var(--background-rgb), 0);
  pointer-events: none;
  transform: translateY(3px);
  transition: 0.3s ease-in-out;
}
.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0px);
}
.Form__Checkbox {
  position: absolute;
  opacity: 0;
}
.Form__Checkbox ~ label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  vertical-align: -2px;
}
.Form__Checkbox ~ svg {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
.Form__Checkbox:checked ~ label::before {
  border-color: var(--text-color);
}
.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}
.Form__Alert,
.spr-form-message {
  margin-bottom: 20px;
}
.Form__Submit {
  display: block;
  margin-top: 20px;
}
.Form__Label,
.spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  line-height: normal;
}
.Form--small .Form__Input,
.Form--small .Form__Textarea {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
  padding-top: 10px;
  padding-bottom: 10px;
}
.Form--spacingTight .Form__Item {
  margin-bottom: 15px;
}
.Form--spacingTight .Form__Alert {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .Form__Item,
  .Form__Alert {
    margin-bottom: 30px;
  }
  .Form__Group {
    display: flex;
  }
  .Form__Group > .Form__Item {
    flex: 1 1 0%;
  }
  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }
  .Form--spacingTight .Form__Group > :nth-child(2) {
    margin-left: 15px;
  }
}
.Form__Header {
  margin-bottom: 24px;
  text-align: center;
}
.Form__Hint {
  margin: 24px 0px 0px;
}
.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}
.Form__Hint--center {
  text-align: center;
}
.Form__ItemHelp {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  color: var(--text-color-light);
  transform: translateY(-50%);
}
.Select {
  position: relative;
  color: currentcolor;
  line-height: 1;
  vertical-align: middle;
}
.Select svg {
  position: absolute;
  line-height: normal;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentcolor;
}
.Select select {
  appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0px;
  line-height: normal;
}
.Select option {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.Select--primary::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  background: linear-gradient(
    to right,
    rgba(var(--background-rgb), 0),
    rgba(var(--background-rgb), 0.7) 20%,
    var(--background) 40%
  );
  pointer-events: none;
}
.Select--primary select {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid var(--border-color);
  background: var(--background);
}
.Select--primary select:active,
.Select--primary select:focus {
  border-color: var(--text-color);
  outline: none;
}
.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}
.Select--transparent select {
  padding-right: 15px;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: inherit;
  text-transform: uppercase;
}
.features--heading-uppercase .Select--transparent select {
  letter-spacing: 0.2em;
}
.Select--transparent svg {
  top: calc(50% - 3px);
  right: 0px;
  height: 6px;
}
.SelectButton {
  position: relative;
  color: currentcolor;
  padding: 2px 18px 2px 0px;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
}
.features--heading-uppercase .SelectButton {
  letter-spacing: 0.2em;
}
.SelectButton svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  height: 6px;
}
.input-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border: 1px solid var(--border-color);
  font-size: 14px;
}
.input-prefix__field {
  padding: 0px;
  appearance: none;
  min-width: 0px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: end;
}
.input-prefix__field::-webkit-outer-spin-button,
.input-prefix__field::-webkit-inner-spin-button {
  appearance: none;
  margin: 0px;
}
.input-prefix__field::placeholder {
  color: var(--text-color-light);
}
.range {
  appearance: none;
  width: 100%;
  background: transparent;
}
.range::-webkit-slider-thumb {
  appearance: none;
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--text-color);
  cursor: pointer;
  margin-top: -4px;
  z-index: 1;
}
.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--border-color);
  border-radius: 4px;
  border: none;
}
@media not screen and (any-hover: hover) {
  .range::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: -8px;
  }
}
.range-group {
  height: 2px;
  background: linear-gradient(
    to right,
    var(--border-color) var(--range-min),
    rgba(var(--text-color-rgb), 0.7) var(--range-min),
    rgba(var(--text-color-rgb), 0.7) var(--range-max),
    var(--border-color) var(--range-max)
  );
  border-radius: 4px;
}
.range-group .range {
  pointer-events: none;
  height: 2px;
  vertical-align: top;
}
.range-group .range::-webkit-slider-runnable-track {
  background: none;
}
.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}
.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0px;
  inset-inline-start: 0px;
}
.HorizontalList {
  list-style: none;
  margin: -6px -8px;
}
.HorizontalList__Item {
  display: inline-block;
  margin: 6px 8px;
}
.HorizontalList__Item > .Link {
  display: inline-block;
}
.HorizontalList--spacingTight {
  margin-left: -8px;
  margin-right: -8px;
}
.HorizontalList--spacingTight .HorizontalList__Item {
  margin-right: 8px;
  margin-left: 8px;
}
.HorizontalList--spacingLoose {
  margin-left: -14px;
  margin-right: -14px;
}
.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}
.HorizontalList--spacingExtraLoose {
  margin-left: -17px;
  margin-right: -17px;
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-right: 17px;
  margin-left: 17px;
}
.HorizontalList--spacingFill {
  display: flex;
  justify-content: space-evenly;
}
.HorizontalList--spacingFill .HorizontalList__Item {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
}
.Image--contrast {
  position: relative;
}
.Image--contrast::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: linear-gradient(
    to top,
    rgba(4, 4, 4, 0.65),
    rgba(54, 54, 54, 0.2)
  );
}
.Image--contrast > * {
  z-index: 1;
}
@-webkit-keyframes lazyLoader {
  0%,
  100% {
    transform: translate(-50%);
  }
  50% {
    transform: translate(100%);
  }
}
@keyframes lazyLoader {
  0%,
  100% {
    transform: translate(-50%);
  }
  50% {
    transform: translate(100%);
  }
}
.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s;
}
.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}
.features--show-image-zooming .Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}
body:not(.features--show-image-zooming) .Image--zoomOut {
  opacity: 0;
  transition: opacity 0.3s;
}
body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
}
.Image--slideRight,
.Image--slideLeft {
  transform: translate(25px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Image--slideLeft {
  transform: translate(-25px);
}
.Image--lazyLoaded.Image--slideRight,
.Image--lazyLoaded.Image--slideLeft {
  opacity: 1;
  transform: translate(0px);
}
.Image__Loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 50px;
  inset: 0px;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--border-color);
  z-index: -1;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.Image__Loader::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 200%;
  background-color: var(--heading-color);
}
.Image--lazyLoading + .Image__Loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.Image--lazyLoading + .Image__Loader::after {
  animation: 3s cubic-bezier(0.43, 0.43, 0.25, 0.99) 0s infinite normal none
    running lazyLoader;
}
.AspectRatio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.AspectRatio::before {
  content: "";
  display: block;
}
.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}
.AspectRatio--withFallback > img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.no-js .AspectRatio > img {
  display: none !important;
}
@supports (--css: variables) {
  .AspectRatio--withFallback {
    padding-bottom: 0px !important;
  }
  .AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .AspectRatio > img,
  .no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
}
.AspectRatio--square::before {
  padding-bottom: 100%;
}
.AspectRatio--short::before {
  padding-bottom: 75%;
}
.AspectRatio--tall::before {
  padding-bottom: 150%;
}
.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .AspectRatio--square > img,
  .AspectRatio--short > img,
  .AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.Image--lazyLoad[data-sizes="auto"] {
  width: 100%;
}
.Linklist {
  list-style: none;
  padding: 0px;
}
.Linklist__Item {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: 0.2s ease-in-out;
}
.Linklist__Item:last-child {
  margin-bottom: 0px !important;
}
.Linklist__Item::before,
.Linklist__Checkbox + .Link::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0px;
  border-radius: 100%;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.Linklist__Item label {
  cursor: pointer;
}
.Linklist__Item > .Link {
  display: block;
  width: 100%;
  text-align: inherit;
}
.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px;
}
.Linklist__Item.is-selected {
  padding-left: 18px;
}
.Linklist__Item.is-selected::before,
.Linklist__Checkbox:checked + .Link::before {
  opacity: 1;
  transition-delay: 0.1s;
}
.Linklist__Checkbox + .Link {
  transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Linklist__Checkbox:checked + .Link {
  padding-left: 18px;
  color: var(--text-color);
}
.Linklist--bordered {
  margin-left: 8px;
  padding: 0px 20px 0px 25px;
  border-left: 1px solid var(--border-color);
}
.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px;
}
.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px;
}
.FeaturedMap {
  max-width: 1150px;
  margin: 0px auto;
}
.FeaturedMap__MapContainer {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.FeaturedMap__GMap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.FeaturedMap__Info {
  position: relative;
  margin: 0px auto;
  background: var(--light-background);
  text-align: left;
  z-index: 1;
  padding: 25px;
}
.FeaturedMap__Store {
  display: block;
  margin-bottom: 1.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
.FeaturedMap__Address {
  margin-bottom: 1.2em;
}
.FeaturedMap__Location {
  margin-top: 2.7em;
}
@media screen and (min-width: 641px) {
  .FeaturedMap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding-top: 0px;
    height: 550px;
  }
  .FeaturedMap__MapContainer {
    flex: 1 0 auto;
    height: 100%;
  }
  .FeaturedMap__Info {
    flex: 0 0 auto;
    min-width: 370px;
    width: 370px;
    padding: 50px 60px;
  }
}
.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__poster {
  background-color: rgb(0, 0, 0);
}
.plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__poster {
  background-color: rgb(0, 0, 0);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: rgb(0, 0, 0);
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: rgb(0, 0, 0);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--text-color-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--light-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text-color);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(var(--text-color-rgb), 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(var(--text-color-rgb), 0.6) 50%,
    rgba(var(--text-color-rgb), 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--light-background);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--light-background-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button {
  color: var(--text-color);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb), 0.55);
  background: rgba(var(--text-color-rgb), 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child)::after {
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb), 0.55);
}
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
}
.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.VideoWrapper--native::after {
  display: none;
}
.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}
.ModelWrapper {
  position: relative;
  padding-bottom: 100%;
}
.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}
@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height)));
  }
}
.LoadingBar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 2px;
  width: 0px;
  opacity: 0;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}
.LoadingBar.is-visible {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  .LoadingBar {
    height: 3px;
  }
}
.PlaceholderSvg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.PlaceholderSvg--dark {
  background: rgb(105, 105, 105);
  fill: rgb(161, 161, 161);
}
.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  overflow: hidden;
  opacity: 0.7;
}
.PlaceholderBackground__Svg {
  min-width: 100%;
  height: 100% !important;
  width: auto !important;
}
.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  white-space: nowrap;
}
.QuantitySelector svg {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
}
.QuantitySelector__Button {
  display: inline-block;
  padding: 5px 9px;
  cursor: pointer;
  user-select: none;
}
.QuantitySelector__CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
}
.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
.QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 20px;
}
.QuantitySelector--large svg {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 641px) {
  .QuantitySelector__Button {
    padding: 7px 14px 8px;
  }
  .QuantitySelector__CurrentQuantity {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
}
.Price {
  display: inline-block;
}
.Price--highlight {
  color: var(--product-sale-price-color);
}
.Price--compareAt {
  position: relative;
  margin-left: 10px;
}
.Price--compareAt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.4em;
  width: calc(100% + 0.8em);
  height: 1px;
  background: currentcolor;
}
.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
}
.ColorSwatch::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}
.ColorSwatch:hover::after {
  border: 1px solid var(--border-color);
}
.ColorSwatch--small {
  width: 16px;
  height: 16px;
}
.ColorSwatch--large {
  width: 36px;
  height: 36px;
}
.ColorSwatch--white {
  outline: 1px solid var(--border-color);
  outline-offset: -1px;
}
.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after {
  border: 1px solid currentcolor !important;
}
.ColorSwatch__Radio {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}
.ColorSwatchList .HorizontalList__Item {
  position: relative;
}
.Collapsible .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 10px;
}
.Collapsible--autoExpand .ColorSwatchList {
  padding-top: 8px;
  padding-bottom: 12px;
}
.SizeSwatch {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  color: var(--text-color-light);
  cursor: pointer;
}
.SizeSwatch__Radio {
  display: none;
}
.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  border-color: var(--text-color);
  color: var(--text-color);
}
.Alert,
.spr-form-message {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-word;
  text-shadow: none;
}
.Alert--large {
  padding: 18px 20px;
}
.Alert--error,
.spr-form-message-error {
  background: rgb(228, 196, 196);
  color: rgb(203, 43, 43);
}
.Alert--success,
.spr-form-message-success {
  background: rgb(210, 228, 196);
  color: rgb(48, 122, 7);
}
.Alert__ErrorList {
  list-style: none;
}
@media screen and (min-width: 641px) {
  .Alert--large {
    padding: 18px 30px;
  }
}
.Segment + .Segment {
  margin-top: 50px;
}
.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color-light);
}
.Segment__Title--flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Segment__ActionList {
  margin-top: 16px;
}
.Segment__ActionItem {
  line-height: 1.4;
}
.Segment__ActionItem + .Segment__ActionItem {
  margin-left: 20px;
}
.Segment__ButtonWrapper {
  margin-top: 32px;
}
@media screen and (min-width: 641px) {
  .Segment__Title {
    margin-bottom: 34px;
  }
  .Segment__ActionList {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .Segment + .Segment {
    margin-top: 65px;
  }
}
.EmptyState {
  margin: 140px 0px;
  text-align: center;
}
.EmptyState__Action {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .EmptyState {
    margin: 200px 0px;
  }
}
@media screen and (min-width: 1140px) {
  .EmptyState {
    margin: 250px 0px;
  }
}
@-webkit-keyframes bouncingSpinnerAnimation {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes bouncingSpinnerAnimation {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.BouncingSpinner {
  display: block;
  text-align: center;
}
.BouncingSpinner > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentcolor;
  border-radius: 100%;
  animation: 1.4s ease-in-out 0s infinite normal both running
    bouncingSpinnerAnimation;
}
.BouncingSpinner > span:first-child {
  animation-delay: -0.32s;
}
.BouncingSpinner > span:nth-child(2) {
  animation-delay: -0.16s;
}
.Video__PlayButton {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  height: 80px;
  width: 80px;
  cursor: pointer;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 2px 2px);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Video__PlayButton:hover {
    transform: scale(1.1);
  }
}
.Video__PlayButton svg {
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  z-index: 1;
}
.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}
.AnnouncementBar__Content {
  color: inherit;
  margin: 0px;
}
@media screen and (min-width: 641px) {
  .AnnouncementBar {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
}
.ShareButtons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.ShareButtons__Item {
  display: table-cell;
  width: 60px;
  height: 45px;
  min-height: 45px;
  color: var(--text-color-light);
  text-align: center;
  vertical-align: middle;
  background: var(--background);
  border: 1px solid var(--border-color);
  outline: transparent solid 1px;
  outline-offset: -1px;
  transition: 0.2s ease-in-out;
}
.ShareButtons__Item svg {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}
.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
  background: rgb(68, 105, 175);
  color: rgb(255, 255, 255);
  border-color: rgb(68, 105, 175);
  outline: rgb(68, 105, 175) solid 1.5px;
}
.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
  background: rgb(200, 35, 44);
  color: rgb(255, 255, 255);
  border-color: rgb(200, 35, 44);
  outline: rgb(200, 35, 44) solid 1.5px;
}
.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
  background: rgb(0, 172, 237);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 172, 237);
  outline: rgb(0, 172, 237) solid 1.5px;
}
@media screen and (min-width: 641px) {
  .ShareButtons {
    width: auto;
  }
}
.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
}
.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
  opacity: 0.5;
}
.FeaturedQuote__Content a {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.shopify-challenge__container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.shopify-challenge__container .shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background: var(--button-background);
  color: var(--button-text-color);
}
.ImageHero--newsletter .SectionHeader.SectionHeader {
  margin-bottom: 30px;
}
.Newsletter .Form__Input::placeholder {
  color: inherit;
}
.Newsletter .Form__Input:focus {
  border-color: currentcolor;
}
.Newsletter .Form__Submit {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ImageHero--newsletter {
    min-height: 450px !important;
  }
  .ImageHero--newsletter .ImageHero__ContentOverlay {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 641px) {
  .Newsletter__Inner {
    display: flex;
  }
  .Newsletter .Form__Input {
    min-width: 395px;
    width: 395px;
  }
  .Newsletter .Form__Submit {
    margin: 0px 0px 0px 20px;
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }
  [data-tooltip]::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: 70%;
    left: 70%;
    padding: 4px 11px 3px;
    white-space: nowrap;
    border: 1px solid var(--border-color);
    background: var(--light-background);
    color: var(--text-color-light);
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
  }
  [data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.price-range {
  display: block;
  padding-block-start: 5px;
}
.price-range__input-group {
  display: flex;
  align-items: center;
}
.price-range__input {
  flex: 1 0 0px;
  min-width: 0px;
}
.price-range__delimiter {
  margin-inline: 15px;
}
.price-range__range-group {
  position: relative;
  margin-block-end: 20px;
}
.no-js .price-range__range-group {
  display: none !important;
}
@media not screen and (any-hover: hover) {
  .price-range {
    padding-block-start: 7px;
  }
}
.rating {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.rating__stars {
  display: grid;
  grid-auto-flow: column;
  column-gap: 1px;
}
.rating__star {
  color: var(--product-star-rating);
  width: 12px;
  height: 12px;
}
.rating__star--empty {
  color: var(--text-color-light) l;
}
.rating__caption {
  margin-inline-start: 8px;
}
.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(-40px + 100vw);
  max-height: calc(-40px + 100vh);
  padding: 15px 20px 20px;
  z-index: 20;
  opacity: 0;
  overflow: auto;
  background: var(--background);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@supports (--css: variables) {
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}
.Modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.Modal--dark {
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}
.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--secondary-elements-text-color);
}
.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  inset: 0px;
  transform: none;
}
.Modal--pageContent {
  padding: 60px 0px 50px;
}
.Modal--videoContent {
  justify-content: center;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.Modal .Heading:not(.Link) {
  color: inherit;
}
.Modal__Header {
  margin-bottom: 30px;
  text-align: center;
}
.Modal__Close {
  display: block;
  margin: 25px auto 0px;
  flex-shrink: 0;
}
.Modal__Close--outside {
  position: absolute;
  margin-top: 0px;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.Modal__Close--outside:hover {
  opacity: 1;
}
.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}
.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}
.Modal__Content iframe {
  display: none;
}
.Modal[aria-hidden="false"] .Modal__Content iframe {
  display: block;
}
.Modal__Content th,
.Modal__Content td {
  border-color: var(--secondary-elements-border-color) !important;
}
.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: var(--secondary-elements-background) !important;
}
@media screen and (min-width: 641px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px;
  }
}
@media screen and (min-width: 1008px) {
  .Modal {
    flex-direction: column;
  }
  .Modal--pageContent {
    padding: 100px 0px 80px;
  }
  .Modal--pageContent .Modal__Content {
    flex: 1 0 0px;
  }
  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
}
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0px;
  color: var(--text-color);
  background-color: var(--background);
  padding: 10px;
  z-index: 10000;
  transition: none;
}
.PageOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: rgb(54, 54, 54);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}
.PageHeader {
  position: relative;
  margin: 35px 0px;
}
.PageHeader--withBackground {
  display: flex;
  margin: 0px;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
  color: rgb(255, 255, 255);
  text-decoration-color: rgb(255, 255, 255);
}
.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}
@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: calc(
      -1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0)
    );
    height: calc(
      100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) *
        var(--use-unsticky-header, 0)
    );
  }
}
.PageHeader .SectionHeader__Heading,
.PageHeader .SectionHeader__Description {
  margin-top: 0px !important;
}
.PageHeader .Alert {
  margin-top: 22px;
}
.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: initial;
}
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: relative;
  padding: 60px 0px 80px;
}
@supports (--css: variables) {
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}
@media screen and (max-width: 640px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .PageHeader {
    margin: 50px 0px;
  }
  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(
        380px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 420px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(
        350px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(
        410px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1140px) {
  .PageHeader--withBackground {
    min-height: 550px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(
        450px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(
        400px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(
        520px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(
        600px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 600px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(
        550px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(
        650px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
}
.PageLayout__Section:first-child {
  margin-bottom: 60px;
}
.PageLayout__Section--sticky {
  position: sticky;
  top: 75px;
  align-self: flex-start;
}
.PageLayout:not(:only-child) {
  margin-top: 35px;
  margin-bottom: 35px;
}
@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
}
@media screen and (min-width: 641px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }
  .PageLayout:not(:only-child) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .PageLayout__Section {
    flex: 1 0 0px;
  }
  .PageLayout__Section:first-child {
    margin-bottom: 0px;
  }
  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }
  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }
  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }
  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px;
  }
}
.PageSpacingWrapper {
  margin-bottom: 60px;
}
.PageContent {
  max-width: 1000px;
  margin: 35px auto;
}
.PageContent--fitScreen {
  display: flex;
  min-height: calc(-120px + 100vh);
  align-items: center;
}
@supports (--css: variables) {
  .PageContent--fitScreen {
    min-height: calc(
      var(--window-height) - var(--header-height) -
        var(--announcement-bar-height, 0px) - 120px
    );
  }
}
.PageContent--narrow {
  max-width: 680px;
}
.PageContent--extraNarrow {
  max-width: 400px;
}
.PageHeader + .PageContent {
  margin-top: 0px;
}
@media screen and (min-width: 641px) {
  .PageContent {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .PageContent--fitScreen {
    min-height: calc(-160px + 100vh);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(
        var(--window-height) - var(--header-height) -
          var(--announcement-bar-height, 0px) - 160px
      );
    }
  }
}
.Pagination {
  margin: 60px 0px;
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  line-height: 1;
}
.Pagination--tight {
  margin: 60px 0px !important;
}
.Pagination__Nav {
  display: inline-block;
  list-style: none;
}
.Pagination__NavItem {
  display: inline-block;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}
.Pagination__NavItem svg {
  width: 6px;
  height: 10px;
  vertical-align: -1px;
}
.Pagination__NavItem.is-active {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
  box-shadow: 0 -2px var(--text-color) inset;
}
@media screen and (min-width: 641px) {
  .Pagination {
    margin: 80px 0px;
  }
  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1140px) {
  .Pagination {
    margin: 120px 0px;
  }
}
.Panel {
  position: relative;
/*  border: 1px solid var(--border-color);*/
  padding: 60px 24px;
}
.Panel--withArrows {
  margin: 0px 15px;
}
.Panel--flush {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.Panel__Title {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0px;
  padding: 0px 14px 0px 18px;
  transform: translate(-50%, -50%);
  background: var(--background);
  white-space: nowrap;
}
.Panel .flickity-prev-next-button {
  top: calc(50% - 22.5px);
}
.Panel .flickity-prev-next-button.next {
  right: -22.5px;
}
.Panel .flickity-prev-next-button.previous {
  left: -22.5px;
}
@media screen and (min-width: 641px) {
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }
  .Panel--withArrows {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: var(--light-background);
  z-index: 10;
  box-shadow: rgba(54, 54, 54, 0.2) 0px -2px 10px;
  touch-action: manipulation;
  transform: translateY(100%);
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Popover--secondary {
  background: var(--background);
}
.Popover[aria-hidden="false"] {
  transform: translateY(0px);
  visibility: visible;
}
.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(var(--border-color-rgb), 0.4);
  text-align: center;
}
.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}
.Popover__ValueList {
  list-style: none;
  max-height: 385px;
  padding: 18px 0px;
  overflow: auto;
}
.Popover__Value {
  display: block;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  color: var(--text-color-light);
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.Popover__Value:focus {
  background: var(--background);
  outline: none;
}
.Popover__Value.is-selected {
  color: var(--text-color);
}
.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(var(--border-color-rgb), 0.4);
}
@supports (padding: max(0px)) {
  .Popover__ValueList {
    max-height: calc(385px + env(safe-area-inset-bottom, 0px));
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px);
  }
}
@media screen and (min-width: 1008px) {
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .Popover::before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-style: solid;
  }
  .Popover--noWrap {
    white-space: nowrap;
  }
  .Popover--withMinWidth {
    min-width: 375px;
  }
  .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0px 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    filter: drop-shadow(rgba(54, 54, 54, 0.2) 0px -2px 2px);
  }
  .Popover--positionTop::before {
    top: 100%;
    border-width: 10px 10px 0px;
    border-color: var(--light-background) transparent transparent transparent;
    filter: drop-shadow(rgba(54, 54, 54, 0.2) 0px 2px 2px);
  }
  .Popover--positionLeft::before {
    left: 100%;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent var(--light-background);
    filter: drop-shadow(rgba(54, 54, 54, 0.2) 2px 0px 2px);
  }
  .Popover--positionTop.Popover--alignCenter::before,
  .Popover--positionBottom.Popover--alignCenter::before {
    left: calc(50% - 10px);
  }
  .Popover--positionLeft.Popover--alignCenter::before {
    top: calc(50% - 10px);
  }
  .Popover--positionLeft.Popover--alignBottom::before {
    top: 15px;
  }
  .Popover--positionLeft.Popover--alignTop::before {
    bottom: 10px;
  }
  .Popover[aria-hidden="false"] {
    opacity: 1;
    transform: none;
  }
  .Popover__Header {
    display: none;
  }
  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
  }
  .Popover--withMinWidth .Popover__Value,
  .Popover__ValueList--center .Popover__Value {
    text-align: center;
  }
  .Popover--small.Popover--positionTop::before {
    border-width: 8px 8px 0px;
  }
  .Popover--small.Popover--positionBottom::before {
    border-width: 0px 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 32px;
  }
  .features--heading-small .Popover--small .Popover__Value {
    font-size: 10px;
  }
  .features--heading-normal .Popover--small .Popover__Value {
    font-size: 12px;
  }
  .features--heading-large .Popover--small .Popover__Value {
    font-size: 13px;
  }
}
.Rte {
  word-break: break-word;
}
.Rte::after {
  content: "";
  display: block;
  clear: both;
}
.Rte iframe {
  max-width: 100%;
}
.Rte img {
  display: block;
  margin: 0px auto;
}
.Rte a:not(.Button) {
  color: var(--link-color);
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-underline-position: under;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out,
    -webkit-text-decoration-color 0.2s ease-in-out;
}
.Rte a:not(.Button):hover {
  color: var(--text-color);
  text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}
.Rte img,
.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ul,
.Rte ol {
  margin-left: 30px;
  padding-left: 0px;
  list-style-position: outside;
}
.Rte li {
  padding: 5px 0px;
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Rte h1 {
  margin: 2.2em 0px 0.8em;
}
.Rte h2 {
  margin: 2.2em 0px 0.9em;
}
.Rte h3 {
  margin: 2.2em 0px 1.2em;
}
.Rte h4 {
  margin: 2.2em 0px 1.4em;
}
.Rte h5 {
  margin: 2.2em 0px 1.6em;
}
.Rte h6 {
  margin: 2.2em 0px 1.8em;
}
.Rte blockquote {
  margin-left: 0px;
  padding: 6px 0px 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}
.Rte p:last-child,
.Rte blockquote:last-child,
.Rte ul:last-child,
.Rte ol:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child {
  margin-bottom: 0px;
}
.shopify-policy__container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 680px;
}
@media screen and (min-width: 1008px) {
  .Rte img,
  .Rte .VideoWrapper,
  .Rte .Form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
}
.shopify-section--hidden {
  display: none;
}
.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid var(--border-color);
}
.Section--spacingNormal {
  margin: 50px 0px;
}
.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin: 90px 0px;
}
.shopify-section--bordered > .Section--spacingNormal {
  padding: 50px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.shopify-section--bordered > .Section--spacingLarge,
.shopify-section--bordered > .Section--spacingExtraLarge {
  padding: 90px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}
.SectionHeader--center {
  text-align: center;
}
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-top: -0.325em;
}
.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList,
.SectionHeader__Description {
  margin-top: 16px;
}
.SectionHeader__Description {
  max-width: 530px;
}
.SectionHeader__Description a {
  text-decoration: underline currentcolor;
  text-underline-position: under;
}
.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}
.SectionHeader__ButtonWrapper {
  margin-top: 20px;
}
.SectionHeader__IconHolder {
  margin-top: 30px;
}
.SectionFooter {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .SectionHeader__Heading--emphasize {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 22px)
    ) !important;
  }
}
@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 80px 0px;
  }
  .Section--spacingLarge {
    margin: 120px 0px;
  }
  .Section--spacingExtraLarge {
    margin: 145px 0px;
  }
  .shopify-section--bordered > .Section--spacingNormal {
    padding: 80px 0px;
  }
  .shopify-section--bordered > .Section--spacingLarge {
    padding: 120px 0px;
  }
  .shopify-section--bordered > .Section--spacingExtraLarge {
    padding: 145px 0px;
  }
  .SectionHeader:not(:only-child) {
    margin-bottom: 70px;
  }
  .SectionHeader__Description {
    margin-top: 24px;
  }
  .SectionHeader__ButtonWrapper {
    margin-top: 30px;
  }
  .SectionFooter {
    margin-top: 80px;
  }
}
.TableWrapper {
  overflow: auto;
}
.Table,
.Rte table {
  width: 100%;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  border-collapse: separate;
  white-space: nowrap;
}
.Table th,
.Table td,
.Rte table th,
.Rte table td {
  padding: 18px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}
.Table th:first-child,
.Table td:first-child,
.Table tfoot td:empty + td,
.Rte table th:first-child,
.Rte table td:first-child,
.Rte table tfoot td:empty + td {
  padding-left: 0px;
}
.Table th:last-child,
.Table td:last-child,
.Rte table th:last-child,
.Rte table td:last-child {
  padding-right: 0px;
}
.Table th,
.Rte table th {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Table thead th:first-child:empty,
.Table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Rte table tbody th:first-child {
  position: sticky;
  left: 0px;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  background: var(--background);
  white-space: normal;
}
.Table tbody th:first-child,
.Rte table tbody th:first-child {
  border-right: 1px solid var(--border-color);
}
.Table tfoot td:empty,
.Rte table tfoot td:empty {
  border-bottom: none;
}
.Table--large td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.Table--noBorder tbody tr:not(:last-child) td {
  border-bottom: none;
}
@media screen and (min-width: 1140px) {
  .Table,
  .Rte table {
    white-space: normal;
  }
  .Table--large td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.TabList {
  white-space: nowrap;
  overflow: auto;
}
.TabList__Item {
  position: relative;
}
.TabList__Item::after {
  position: relative;
  display: block;
  content: "";
  bottom: 1px;
  left: 0px;
  height: 1px;
  width: 0px;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
}
.TabList__Item + .TabList__Item {
  margin-left: 28px;
}
.TabList__Item.is-active::after {
  width: 100%;
}
.features--heading-uppercase .TabList__Item.is-active::after {
  width: calc(100% - 0.2em);
}
.TabPanel {
  display: none;
}
.TabPanel[aria-hidden="false"] {
  display: block;
}
@media screen and (min-width: 641px) {
  .TabList__Item + .TabList__Item {
    margin-left: 45px;
  }
}
.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1140px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px;
  }
}
.AddressList .Grid__Cell {
  margin-bottom: 40px;
}
.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .Modal--address .Modal__Header {
    margin-top: 35px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .OrderAddresses {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 641px) {
  .AddressList .Grid__Cell {
    margin-bottom: 60px;
  }
}
.AccountTable th {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.AccountTable tfoot {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
.AccountTable tfoot span + span {
  padding-left: 18px;
}
.AccountTable .CartItem__PriceList {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .AccountTable .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
}
.Article__ImageWrapper {
  overflow: hidden;
  height: 215px;
}
.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@supports (--css: variables) {
  .Article__Image {
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}
.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0px auto 90px;
  padding: 24px 24px 0px;
  background: var(--background);
}
.Article__Header {
  margin-bottom: 35px;
}
.Article__Meta {
  margin-bottom: 18px;
}
.Article__MetaItem + .Article__MetaItem::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0px 15px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  vertical-align: middle;
  background: currentcolor;
}
.Article__Footer {
  margin-top: 45px;
}
.Article__ShareButtons {
  margin-top: 42px;
}
@media screen and (min-width: 641px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0px;
  }
  .Article__ImageWrapper {
    height: 335px;
  }
  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }
  .Article__Header {
    margin-bottom: 45px;
  }
  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }
  .Article__ShareButtons {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px;
  }
  .Article__ImageWrapper {
    height: 450px;
  }
  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 600px;
  }
}
.Article__CommentForm {
  margin-top: 40px;
}
.Article__Comments,
.Article__CommentFormWrapper {
  margin: 80px 0px;
}
.Article__Comments .Pagination {
  margin-top: 40px;
}
.ArticleComment {
  margin-top: 35px;
}
.ArticleComment + .ArticleComment {
  padding-top: 35px;
  border-top: 1px solid var(--border-color);
}
.ArticleComment__Body {
  margin-bottom: 18px;
}
.ArticleComment__Date {
  margin-left: 15px;
}
@media screen and (min-width: 641px) {
  .Article__Comments,
  .Article__CommentFormWrapper {
    margin: 105px 0px;
  }
  .Article__Comments .Pagination {
    margin-top: 80px;
  }
}
.ArticleToolbar {
  position: fixed;
  display: flex;
  top: 0px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 16px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  z-index: 2;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@supports (--css: variables) {
  .ArticleToolbar {
    top: calc(var(--use-sticky-header, 0) * var(--header-height));
  }
}
.ArticleToolbar.is-visible {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
.ArticleToolbar .Link:hover {
  color: var(--secondary-elements-text-color);
}
.ArticleToolbar .Text--subdued {
  color: var(--secondary-elements-text-color-light);
}
.ArticleToolbar__ArticleTitle {
  position: relative;
  display: inline-flex;
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: var(--secondary-elements-text-color);
}
.ArticleToolbar__ShareList {
  display: inline-block;
}
.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}
.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}
.ArticleToolbar__Nav svg {
  color: var(--secondary-elements-text-color);
}
.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0px 18px;
  background: rgba(var(--secondary-elements-text-color-rgb), 0.8);
  vertical-align: middle;
}
.ArticleToolbar__NavItem svg {
  vertical-align: -1px;
}
.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}
.ArticleToolbar__NavItem--next svg {
  margin-left: 6px;
}
@media screen and (min-width: 1008px) {
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }
  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
    width: 550px;
  }
  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
}
.ArticleNav {
  padding: 75px 0px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}
.ArticleNav .Heading {
  color: inherit;
}
.ArticleNav__Item {
  display: block;
}
.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px;
  }
}
@media screen and (min-width: 641px) {
  .ArticleNav {
    padding: 140px 0px;
  }
}
.ArticleListWrapper {
  max-width: 1260px;
  margin: 0px auto 60px;
}
.ArticleList {
  margin-bottom: -60px;
}
.ArticleList .Grid__Cell {
  margin-bottom: 60px;
}
.js .features--show-element-staggering .ArticleItem {
  visibility: hidden;
}
.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}
.ArticleItem__Image {
  display: block;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center;";
}
.features--show-image-zooming .ArticleItem__Image {
  transform: scale(1);
  transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming
    .ArticleList
    .ImageHero:hover
    .ImageHero__ImageWrapper {
    transform: scale(1.2);
  }
}
.ArticleItem__Content {
  margin: 0px 8px;
}
.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}
.ArticleItem__Excerpt {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }
  .ArticleItem__Content {
    margin: 0px 18px;
  }
}
@media screen and (min-width: 1008px) {
  .ArticleListWrapper {
    margin-bottom: 100px;
  }
  .ArticleList {
    margin-bottom: -100px;
  }
  .ArticleList .Grid__Cell {
    margin-bottom: 100px;
  }
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
}
.Blog__RssLink {
  margin-left: 14px;
  vertical-align: baseline;
}
.Blog__RssLink svg {
  width: 10px;
  height: 10px;
}
.Blog__TagList {
  padding-top: 8px;
}
.Blog__TagList .Link.is-active::after {
  display: block;
  content: "";
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentcolor;
}
@media screen and (max-width: 640px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 641px) {
  .ArticleList + .Pagination {
    margin-top: 80px;
  }
}
@-webkit-keyframes cartEmptyOpening {
  0% {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes cartEmptyOpening {
  0% {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.Cart__ShippingNotice {
  position: sticky;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  border-bottom: 1px solid var(--border-color);
  line-height: normal;
  z-index: 1;
  background: var(--background);
}
.Cart__Empty {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal none running
    cartEmptyOpening;
}
@media screen and (min-width: 641px) {
  .Cart__ShippingNotice {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
}
.CartItemWrapper {
  overflow: hidden;
}
.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0px;
  width: 100%;
}
.CartItem__ImageWrapper,
.CartItem__Info {
  display: table-cell;
  vertical-align: middle;
}
.CartItem__ImageWrapper {
  width: 90px;
  min-width: 90px;
  text-align: center;
}
.CartItem__Info {
  padding-left: 25px;
}
.CartItem__Title {
  width: 100%;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CartItem__Title,
.CartItem__Variant,
.CartItem__PlanAllocation,
.CartItem__PropertyList {
  margin-bottom: 0.45em;
}
.CartItem__Meta,
.CartItem__LinePriceList,
.CartItem__DiscountList {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
  );
}
.CartItem__PropertyList {
  list-style: none;
  font-style: italic;
}
.CartItem__DiscountList {
  list-style: none;
}
.CartItem__Discount {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(var(--product-sale-price-color-rgb), 0.1);
  color: var(--product-sale-price-color);
}
.CartItem__Discount svg {
  margin-right: 4px;
  vertical-align: text-bottom;
}
.CartItem__Discount + .CartItem__Discount {
  margin-top: 4px;
}
.CartItem__UnitPriceMeasurement {
  margin-top: 4px;
}
.CartItem__Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.CartItem__Remove {
  margin: 8px 0px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 8px)
  );
}
.CartItem__Remove::before {
  background: var(--text-color-light);
}
@media screen and (min-width: 641px) {
  .CartItem__ImageWrapper {
    width: 120px;
  }
  .CartItem__Title {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .CartItem__Meta,
  .CartItem__LinePriceList {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .CartItem__Remove {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
    );
  }
  .CartItem__Actions {
    margin-top: 20px;
  }
}
.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
  padding: 14px 24px 24px;
}
.Cart__Checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.Cart__OffscreenNoteContainer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background: var(--background);
  border-top: 1px solid var(--border-color);
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
}
.Cart__OffscreenNoteContainer[aria-hidden="false"] {
  transform: translateY(0px);
  box-shadow: rgba(54, 54, 54, 0.2) 1px 0px 6px;
}
.Cart__Note {
  margin-top: 10px;
}
.Cart__Taxes {
  margin-bottom: 8px;
}
.Cart__Discount svg {
  margin-right: 8px;
  vertical-align: sub;
}
.has-note-open[aria-hidden="false"] .Drawer__Header,
.has-note-open[aria-hidden="false"] .Drawer__Main {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.5s;
}
@supports (padding: max(0px)) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}
@media screen and (min-width: 641px) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 20px 30px 30px;
  }
  .Cart__NoteButton + .Cart__Taxes {
    margin-top: 4px;
  }
  @supports (padding: max(0px)) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
      padding-bottom: max(30px, env(safe-area-inset-bottom, 0px) + 30px);
    }
  }
}
.Cart--expanded .Cart__Footer {
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}
.Cart--expanded .Cart__Recap {
  text-align: right;
}
.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
  margin-top: 16px;
}
.Cart--expanded .Cart__Checkout {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .CartItem__Info ~ .CartItem__Actions,
  .CartItem__Info ~ .CartItem__LinePriceList {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .Cart--expanded .Cart__ItemList {
    display: table;
    table-layout: auto;
    border-spacing: 0px 30px;
    width: 100%;
  }
  .Cart--expanded .Cart__Head {
    display: table-header-group;
  }
  .Cart--expanded .Cart__HeadItem {
    display: table-cell;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  .Cart--expanded .CartItem {
    display: table-row;
  }
  .Cart--expanded .CartItem__Info {
    max-width: 300px;
    width: 300px;
  }
  .Cart--expanded .CartItem__Info > .CartItem__Actions {
    display: none;
  }
  .Cart--expanded .CartItem__Info ~ .CartItem__Actions,
  .Cart--expanded .CartItem__Info ~ .CartItem__LinePriceList {
    display: table-cell;
    vertical-align: middle;
  }
  .Cart--expanded .CartItem__QuantitySelector {
    margin-bottom: 6px;
  }
  .Cart--expanded .Cart__Footer {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .Cart--expanded .Cart__Recap,
  .Cart--expanded .Cart__NoteContainer {
    display: table-cell;
  }
  .Cart--expanded .Cart__NoteContainer {
    width: 340px;
  }
  .Cart--expanded .Cart__Checkout {
    width: auto;
  }
}
@media screen and (min-width: 1140px) {
  .Cart--expanded .CartItem__Info {
    max-width: 425px;
    width: 425px;
  }
}
.ShippingEstimator__Results {
  height: 0px;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
  margin-top: 32px;
}
.ShippingEstimator__Results p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .ShippingEstimator__Submit {
    width: 100%;
  }
  .ShippingEstimator__Country,
  .ShippingEstimator__Province,
  .ShippingEstimator__Zip {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .ShippingEstimator__Form {
    display: flex;
  }
  .ShippingEstimator__Form > :not(:first-child) {
    margin-left: 20px;
  }
  .ShippingEstimator__Country,
  .ShippingEstimator__Province {
    margin-bottom: 0px;
  }
  .ShippingEstimator__Zip {
    margin-bottom: 0px;
    max-width: 130px;
  }
}
.CollectionList::after {
  content: "flickity";
  display: none;
}
.CollectionItem {
  display: block;
}
.CollectionItem__Wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.CollectionItem__Wrapper--small {
  height: 450px;
}
.CollectionItem__Wrapper--large {
  height: 550px;
}
.CollectionItem__ImageWrapper {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.features--show-image-zooming .CollectionItem__ImageWrapper {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CollectionItem__Image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.CollectionItem__Content {
  position: absolute;
  padding: 0px 24px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin-bottom: 0px !important;
}
.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
  text-align: center;
}
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right;
}
.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--bottomCenter {
  bottom: 24px;
  top: auto;
  left: 0px;
  transform: none;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming
    .CollectionItem:hover
    .CollectionItem__ImageWrapper {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 640px) {
  .CollectionList--grid {
    margin: 12px;
  }
  .CollectionList--grid .CollectionItem {
    padding: 12px;
  }
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomLeft,
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomRight,
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomCenter {
    bottom: 70px;
  }
}
@media screen and (min-width: 641px) {
  .CollectionList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .CollectionList::after {
    content: "";
  }
  .CollectionList--spaced {
    margin: 15px;
  }
  .CollectionList--spaced .CollectionItem {
    padding: 15px;
  }
  .CollectionItem {
    flex: 0 1 0px;
    min-width: 50%;
    display: block !important;
  }
  .CollectionItem--expand {
    flex-grow: 1;
  }
  .CollectionItem__Content {
    padding: 0px 40px;
  }
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .CollectionItem {
    min-width: 33.3333%;
  }
  .CollectionItem__Wrapper {
    height: 600px;
  }
  .CollectionItem__Wrapper--small {
    height: 500px;
  }
  .CollectionItem__Wrapper--large {
    height: 700px;
  }
  .CollectionItem__Content {
    padding: 0px 50px;
  }
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 50px;
  }
}
.CollectionToolbar {
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--background);
  box-shadow: 1px 1px var(--border-color), -1px -1px var(--border-color);
  z-index: 2;
}
.CollectionToolbar--top {
  top: var(--header-base-height);
}
@supports (--css: variables) {
  .CollectionToolbar--top {
    top: calc(var(--header-height) * var(--use-sticky-header, 0));
  }
}
.supports-sticky .CollectionToolbar--bottom {
  bottom: 0px;
}
.CollectionToolbar__Group {
  display: flex;
  flex: 1 0 auto;
}
.CollectionToolbar__Item {
  flex: 1 0 auto;
  padding: 13px 0px;
  border-left: 1px solid var(--border-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: 6px;
  margin-left: 2px;
  pointer-events: none;
}
.CollectionToolbar__Item--layout {
  flex: 0 0 auto;
  width: 95px;
  line-height: 1;
  cursor: initial;
}
.CollectionToolbar__LayoutType {
  margin: 0px 6px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
}
.CollectionToolbar__LayoutType svg {
  width: 18px;
  height: 18px;
}
.CollectionToolbar__LayoutType.is-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .CollectionToolbar__Item:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 641px) {
  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }
  .CollectionToolbar__Group {
    flex: 0 0 auto;
  }
  .CollectionToolbar__Item {
    padding: 18px 0px;
  }
  .CollectionToolbar__Group .CollectionToolbar__Item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .CollectionToolbar__Item--layout {
    border-left: none;
    width: 115px;
    border-right: 1px solid var(--border-color);
    white-space: nowrap;
  }
}
.CollectionFilters .Collapsible:first-child {
  border-top: none;
}
.CollectionFilters__ClearButton {
  margin-top: 24px;
}
@media screen and (min-width: 641px) {
  .CollectionFilters .Drawer__Main {
    padding-top: 35px;
  }
}
.ProductItem {
  text-align: center;
  white-space: normal;
}
.js .features--show-element-staggering .ProductList--grid .ProductItem {
  visibility: hidden;
}
.ProductItem__Wrapper {
  position: relative;
}
.ProductItem__ImageWrapper {
  display: block;
}
.ProductItem__Image--alternate {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: center center;
  opacity: 0 !important;
}
.ProductItem__LabelList {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
}
.ProductItem__Label {
  display: block;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
  );
  margin: 4px 0px;
  padding: 2px 6px;
  background: var(--background);
  max-width: max-content;
}
.ProductItem__Info {
  margin-top: 20px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
}
.features--heading-uppercase .ProductItem__Info {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.ProductItem__Info--left {
  text-align: left;
}
.ProductItem__Info--right {
  text-align: right;
}
.ProductItem__Rating {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ProductItem__Vendor,
.ProductItem__Title {
  display: block;
  margin-bottom: 4px;
}
.ProductItem__ColorSwatchList {
  margin-top: 15px;
}
.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin: 0px 5px;
}
.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px;
}
.ProductItem__UnitPriceMeasurement {
  margin-top: 4px;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-price-on-hover .ProductItem__PriceList--showOnHover {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.35s ease-in-out;
  }
  .features--show-price-on-hover
    .ProductItem:hover
    .ProductItem__PriceList--showOnHover {
    opacity: 1;
    transform: translateY(0px);
  }
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
    opacity: 0 !important;
  }
  .ProductItem__ImageWrapper--withAlternateImage:hover
    .ProductItem__Image--alternate {
    opacity: 1 !important;
  }
}
@media (-moz-touch-enabled: 1), (hover: none) {
  .ProductItem__Image--alternate {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ProductItem__Rating .rating__star {
    width: 10px;
    height: 10px;
  }
  .ProductItem__Rating .rating__caption {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
    );
  }
}
@media screen and (min-width: 641px) {
  .ProductItem__Label {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .ProductItem__Info {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
  .features--heading-uppercase .ProductItem__Info {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
}
@media screen and (min-width: 1008px) {
  .ProductItem--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 100px;
  }
  .ProductItem--horizontal .ProductItem__Info {
    margin: 0px 30px 0px 40px;
    text-align: left;
  }
  .ProductItem--horizontal .ProductItem__ViewButton {
    flex-shrink: 0;
  }
}
.CollectionInner {
  margin-top: 24px;
}
.ProductList--grid {
  padding: 0px 12px;
}
@media screen and (max-width: 640px) {
  .ProductList--grid {
    margin-left: -10px;
  }
  .ProductList--removeMargin {
    margin-bottom: -35px !important;
  }
  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 641px) {
  .CollectionInner {
    margin-top: 50px;
  }
  .ProductList--grid {
    padding: 0px 24px;
    margin-left: -24px;
  }
  .ProductList--removeMargin {
    margin-bottom: -50px !important;
  }
  .ProductList--grid > .Grid__Cell {
    padding-left: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1008px) {
  .CollectionInner {
    display: flex;
  }
  .CollectionInner__Sidebar {
    position: sticky;
    top: 200px;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 200px;
    margin: 0px 16px 0px 24px;
    padding-bottom: 50px;
  }
  @supports (--css: variables) {
    .CollectionInner__Sidebar {
      top: calc(var(--header-height) + 50px);
    }
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px);
    }
  }
  .CollectionInner__Products {
    flex: 1 0 0px;
  }
  .CollectionInner__Sidebar .Collapsible {
    padding: 0px;
  }
}
@media screen and (min-width: 1140px) {
  .CollectionInner__Sidebar {
    margin-right: 10px;
    margin-left: 50px;
  }
  .CollectionInner .Pagination {
    margin-bottom: 80px;
  }
  .ProductList--grid {
    padding: 0px 50px;
  }
  .ProductList--grid[data-desktop-count="2"] {
    margin-left: calc(-1 * var(--horizontal-spacing-two-products-per-row));
  }
  .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-two-products-per-row);
    margin-bottom: var(--vertical-spacing-two-products-per-row);
  }
  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: calc(
      -1 * var(--vertical-spacing-two-products-per-row)
    ) !important;
  }
  .ProductList--grid[data-desktop-count="4"],
  .ProductList--grid[data-desktop-count="3"] {
    margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  }
  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell,
  .ProductList--grid[data-desktop-count="3"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-four-products-per-row);
    margin-bottom: var(--vertical-spacing-four-products-per-row);
  }
  .ProductList--removeMargin[data-desktop-count="4"],
  .ProductList--removeMargin[data-desktop-count="3"] {
    margin-bottom: calc(
      -1 * var(--vertical-spacing-four-products-per-row)
    ) !important;
  }
}
.ProductList--carousel .Carousel__Cell {
  width: 62%;
  padding: 0px 12px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .template-search .ProductList--grid,
  .template-collection .ProductList--grid {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1007px) {
  .ProductListWrapper {
    overflow: hidden;
  }
  .ProductList--carousel {
    white-space: nowrap;
    overflow: auto hidden;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .ProductList--carousel .Carousel__Cell {
    display: inline-block !important;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 19%;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 19%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell {
    width: 48%;
    padding: 0px 15px;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 26%;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 26%;
  }
}
@media screen and (min-width: 1008px) {
  .ProductList--carousel {
    margin: 0px 90px;
  }
  .ProductList--carousel::after {
    content: "flickity";
    display: none;
  }
  .ProductList--carousel .Carousel__Cell {
    width: 33.3333%;
    left: 0px;
    padding: 0 calc(var(--horizontal-spacing-four-products-per-row) / 2);
    margin-left: 0px;
  }
  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }
  .ProductList--carousel .flickity-prev-next-button.next {
    right: -50px;
  }
  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
}
@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%;
  }
}
.ProductList--shopNow {
  position: static;
}
.ProductList--shopNow .Carousel__Cell {
  padding: 0px 60px;
}
@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px;
  }
}
@media screen and (min-width: 641px) {
  .ProductList--shopNow {
    padding: 0px 50px;
    overflow: hidden;
  }
  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }
  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1008px) {
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.3333%;
  }
  .ShopNowGrid {
    display: flex;
  }
  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
.Faq__Section {
  margin-bottom: 20px;
}
.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}
.Faq__Item {
  position: relative;
  margin: 14px 0px;
}
.Faq__Icon {
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--text-color-light);
  transition: 0.3s ease-in-out;
}
.Faq__Icon svg {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
}
.Faq__Item[aria-expanded="true"] .Faq__Icon {
  transform: rotate(90deg);
  color: var(--heading-color);
}
.Faq__ItemWrapper {
  padding-left: 26px;
}
.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}
.Faq__AnswerWrapper {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility ease-in-out 0.25s;
}
.Faq__Item[aria-expanded="true"] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out;
}
.Faq__Answer {
  padding: 16px 0px 22px;
}
.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0px;
}
.FaqSummary {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.FaqSummary__Item {
  margin-bottom: 12px;
}
.FaqSummary__Item.is-active::after {
  width: 100%;
}
.FaqSummary__Link {
  display: block;
}
.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}
.FaqSummary__LinkLabel::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: currentcolor;
  transition: transform 0.2s linear;
}
.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1);
}
@media screen and (min-width: 641px) {
  .Faq__Section {
    margin-bottom: 34px;
  }
  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}
.FeatureText {
  text-align: center;
}
.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.FeatureText__ImageWrapper {
  overflow: hidden;
}
.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}
.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) {
  .FeatureText__Content {
    max-width: 430px;
    margin: 0px auto;
  }
  .FeatureText--withImage {
    display: table;
    width: 100%;
    text-align: left;
    table-layout: fixed;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px;
  }
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }
  .FeatureText--imageRight .FeatureText__Content,
  .FeatureText--imageRight .AspectRatio {
    margin-right: 0px;
  }
  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 40px;
  }
  .FeatureText--imageLeft .FeatureText__Content,
  .FeatureText--imageLeft .AspectRatio {
    margin-left: 0px;
  }
  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
}
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--footer-border-color);
}
.Footer {
  padding: 34px 0px;
  background: var(--footer-background);
  color: var(--footer-text-color);
}
.Footer__Title,
.Footer .Link--primary:hover {
  color: var(--footer-heading-color);
}
.Footer .Link--secondary:hover,
.Footer .Form__Input::placeholder {
  color: var(--footer-text-color);
}
.Footer__Block {
  margin-top: 48px;
}
.Footer__Block:first-child {
  margin-top: 0px;
}
.Footer__Title {
  margin-bottom: 20px;
}
.Footer__Social {
  margin-top: 5px;
}
.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}
.Footer__Aside {
  text-align: center;
}
.Footer__Inner + .Footer__Aside {
  margin-top: 65px;
}
.Footer__LocalizationForm {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Footer__LocalizationItem + .Footer__LocalizationItem {
  margin-left: 30px;
}
.Footer__ThemeAuthor {
  margin-top: 4px;
}
.Footer__PaymentList {
  margin: 54px -24px 0px;
  padding-top: 28px;
  border-top: 1px solid var(--footer-border-color);
}
.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px;
}
.Footer__StoreName {
  color: var(--footer-text-color);
}
@media screen and (min-width: 641px) {
  .Footer {
    padding: 75px 0px 42px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
  }
  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .Footer__Social {
    margin-top: 14px;
  }
  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .Footer__Inner + .Footer__Aside {
    margin-top: 40px;
  }
  .Footer__Localization {
    width: 100%;
  }
  .Footer__LocalizationForm {
    justify-content: flex-start;
  }
  .Footer__StoreName {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .Footer__PaymentList {
    padding: 0px;
    margin: 0px -8px;
    border: none;
  }
}
@media screen and (min-width: 1140px) {
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Footer--center .Footer__Inner {
    justify-content: center;
  }
  .Footer__Block {
    flex: 0 1 auto;
  }
  .Footer__Block--text,
  .Footer__Block--newsletter {
    flex-basis: 240px;
  }
  .Footer__Inner + .Footer__Aside {
    margin-top: 80px;
  }
  .Footer__Block--text {
    flex-basis: 400px;
  }
  .Footer__Block--newsletter {
    flex-basis: 305px;
  }
}
.GiftCard {
  text-align: center;
}
.GiftCard__Wrapper {
  position: relative;
  max-width: 400px;
  margin: 0px auto;
}
.GiftCard__Redeem {
  margin-bottom: 30px;
}
.GiftCard__IllustrationWrapper {
  position: relative;
  margin: 40px 0px;
}
.GiftCard__CodeHolder {
  position: absolute;
  display: inline-block;
  margin: 0px auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  padding: 12px 20px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  transform: translate(-50%);
}
.GiftCard__QrCode {
  margin: 20px 0px;
}
.GiftCard__QrCode img {
  margin: 0px auto;
}
.shopify-section--header {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.Header .Heading,
.Header .Link--secondary,
.Header .Link--primary:hover {
  color: var(--header-heading-color);
}
.Header .Text--subdued,
.Header .Link--primary,
.Header .Link--secondary:hover {
  color: var(--header-light-text-color);
}
.Header {
  background: var(--header-background);
  color: var(--header-heading-color);
  box-shadow: 0 -1px var(--header-border-color) inset;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
}
.Header__Logo {
  position: relative;
  margin-bottom: 0px;
}
.Header__LogoLink,
.Header__LogoImage {
  display: block;
}
.Header__LogoLink {
  text-align: center;
}
.Header__LogoImage {
  margin: 0px auto;
  transition: opacity 0.3s ease-in-out;
}
.Header__LogoImage--transparent {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}
.Header__Icon span {
  display: block;
}
.Header__Icon + .Header__Icon {
  margin-left: 18px;
}
.supports-sticky .Search[aria-hidden="true"] + .Header--transparent {
  background: transparent;
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoImage--primary:not(:only-child) {
  opacity: 0;
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoImage--transparent {
  opacity: 1;
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__Icon
  svg {
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 1px);
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__Icon,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .HorizontalList__Item
  > .SelectButton,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .HorizontalList__Item
  > .Heading,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoLink
  > .Heading,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Text--subdued {
  color: currentcolor;
}
.Header__Icon .Icon--nav {
  height: 15px;
  width: 20px;
}
.Header__Icon .Icon--cart {
  width: 17px;
  height: 20px;
}
.Header__Icon .Icon--search {
  position: relative;
  top: 1px;
  width: 18px;
  height: 17px;
}
.Header__FlexItem {
  display: flex;
}
.Header__FlexItem--fill {
  flex: 1 0 0px;
  align-items: center;
}
.Header__FlexItem--fill:last-child {
  justify-content: flex-end;
}
.Header__CartDot {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--header-heading-color);
  box-shadow: 0 0 0 2px var(--header-background);
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
.Header__CartDot.is-visible {
  transform: scale(1);
}
.Search[aria-hidden="true"] + .Header--transparent .Header__CartDot {
  box-shadow: none;
  background-color: currentcolor;
}
@media screen and (min-width: 641px) {
  .Header__Wrapper {
    padding: 18px 30px;
  }
  .Header__LogoImage {
    max-width: 100%;
  }
  .Header__Icon + .Header__Icon {
    margin-left: 25px;
  }
  .Header__Icon .Icon--nav-desktop {
    height: 17px;
    width: 24px;
  }
  .Header__Icon .Icon--cart-desktop {
    height: 23px;
    width: 19px;
  }
  .Header__Icon .Icon--search-desktop {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }
  .Header__Icon .Icon--account {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px;
    margin-right: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px;
  }
  .Header__Localization {
    display: inline-block;
  }
  .Header__MainNav {
    margin-right: 45px;
  }
  .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
  .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
    display: none;
  }
  .Header--logoLeft .Header__FlexItem--logo {
    order: -1;
    margin-right: 38px;
  }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    flex: 0 0 auto;
  }
  .Header--center .Header__Wrapper.Header__Wrapper {
    padding-bottom: 24px;
  }
  .Header--center .Header__MainNav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
  }
  .Header--center .Header__MainNav .HorizontalList {
    margin-left: 0px;
    margin-right: 0px;
  }
  .Header--center .Header__FlexItem {
    margin-bottom: 40px;
  }
  .Header--center .Header__FlexItem--increaseSpace {
    margin-bottom: 80px;
  }
  .Header--center .Header__SecondaryNav .Header__LocalizationForm {
    display: none;
  }
  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
}
.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0px;
  color: transparent;
  pointer-events: none;
  user-select: none;
}
.Header__LinkSpacer::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  border-bottom: 2px solid var(--header-heading-color);
  transition: transform 0.3s, opacity 0.3s;
}
.Header:not(.Header--transparent)
  .HorizontalList__Item.is-expanded
  .Header__LinkSpacer::after,
.Header:not(.Header--transparent)
  .HorizontalList__Item.is-active
  .Header__LinkSpacer::after {
  opacity: 1;
  transform: scale(1);
}
.DropdownMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 25px 0px;
  min-width: 200px;
  max-width: 270px;
  width: max-content;
  text-align: left;
  background: var(--header-background);
  border-top: none;
  transition: 0.3s ease-in-out;
}
.DropdownMenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  background: var(--header-heading-color);
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.DropdownMenu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.DropdownMenu[aria-hidden="false"]::before {
  transform: scale(1);
}
.DropdownMenu[aria-hidden="false"] .DropdownMenu {
  display: block;
}
.DropdownMenu [aria-haspopup] {
  position: relative;
}
.DropdownMenu .Link {
  padding-left: 25px;
  padding-right: 40px;
}
.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
  transition: transform 0.2s ease-in-out;
}
.DropdownMenu .Linklist__Item:hover svg {
  transform: translate(4px);
}
.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: var(--header-light-text-color);
}
.DropdownMenu .DropdownMenu {
  display: none;
  left: 100%;
  top: -26px;
  border-top: 1px solid var(--header-border-color);
}
.DropdownMenu .DropdownMenu::before {
  display: none;
}
.DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
}
.MegaMenu {
  position: absolute;
  padding: 20px 0px;
  width: 100%;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  max-height: 600px;
  overflow: auto;
  overscroll-behavior: contain;
  text-align: left;
  background: var(--header-background);
  border-bottom: 1px solid var(--header-border-color);
  transition: 0.3s ease-in-out;
}
@supports (--css: variables) {
  .MegaMenu {
    max-height: calc(100vh - var(--header-height));
  }
}
.MegaMenu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.MegaMenu__Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1450px;
  margin: 0px auto;
  padding: 0px 10px;
}
.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-evenly;
}
.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}
@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.MegaMenu__Item {
  margin: 20px 40px;
  flex-shrink: 1;
}
.MegaMenu__Item--fit {
  flex-shrink: 0;
}
.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}
.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.MegaMenu__Push--shrink {
  width: 50%;
}
.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}
.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}
.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px;
  max-width: 100%;
  overflow: hidden;
}
.MegaMenu__PushHeading {
  margin-bottom: 6px;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .MegaMenu__Push:hover img {
    transform: scale(1.2);
  }
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}
.ImageHero--small {
  min-height: 330px;
}
.ImageHero--large {
  min-height: 480px;
}
.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0),
  screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}
.ImageHero__ImageWrapper--hasOverlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.ImageHero__Wrapper {
  z-index: 1;
}
.ImageHero__ContentOverlay {
  position: relative;
  flex-basis: 425px;
  flex-grow: 0;
  padding: 0px 15px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px;
}
.ImageHero__TextContent {
  position: absolute;
  padding: 0px 24px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 0px !important;
}
.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}
.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}
.ImageHero--preserveRatio {
  min-height: 0px;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
}
.ImageHero--preserveRatio iframe {
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.ImageHero iframe[src] {
  pointer-events: auto;
}
.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: rgba(54, 54, 54, 0.3) 0px 1px 20px;
}
.ImageHero__Block--small {
  max-width: 165px;
}
.ImageHero__Block--large {
  max-width: 320px;
}
.ImageHero__BlockHeading {
  margin: -0.325em 0px 18px;
}
.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
}
@media screen and (min-width: 641px) {
  .ImageHero {
    min-height: 450px;
  }
  .ImageHero--small {
    min-height: 400px;
  }
  .ImageHero--large {
    min-height: 500px;
  }
  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0px;
  }
  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }
  .ImageHero__Block--small {
    max-width: 240px;
  }
  .ImageHero__Block--large {
    max-width: 520px;
  }
  .ImageHero__TextContent {
    padding: 0px 40px;
    bottom: 40px;
    top: auto;
    left: 0px;
    transform: none;
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .ImageHero {
    min-height: 500px;
  }
  .ImageHero--small {
    min-height: 450px;
  }
  .ImageHero--large {
    min-height: 600px;
  }
  .ImageHero__TextContent {
    padding: 0px 50px;
    bottom: 50px;
  }
}
.NewsletterPopup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px;
  background: var(--newsletter-popup-background);
  color: var(--newsletter-popup-text-color);
  z-index: 50;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s var(--drawer-transition-timing);
}
.NewsletterPopup .Heading {
  color: inherit;
}
.NewsletterPopup .Form__Input::placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input {
  border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
}
.NewsletterPopup .Form__Input:focus {
  border-color: var(--newsletter-popup-text-color);
}
.NewsletterPopup .Button {
  color: var(--newsletter-popup-background);
  border-color: var(--newsletter-popup-text-color);
}
.NewsletterPopup .Button::before {
  background-color: var(--newsletter-popup-text-color);
}
@media screen and (max-width: 640px) {
  @supports (padding: max(0px)) {
    .NewsletterPopup {
      bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px);
    }
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .NewsletterPopup .Button:not([disabled]):hover {
    color: var(--newsletter-popup-text-color);
    background-color: transparent;
  }
}
.NewsletterPopup[aria-hidden="false"] {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.NewsletterPopup__Close svg {
  display: block;
  width: 15px;
  height: 15px;
}
.NewsletterPopup__Content a {
  text-decoration: underline;
  text-underline-position: under;
}
.NewsletterPopup__Form {
  margin-top: 32px;
}
@media screen and (min-width: 641px) {
  .NewsletterPopup {
    max-width: 385px;
    right: 25px;
    bottom: 25px;
    left: auto;
    padding-top: 35px;
  }
  .NewsletterPopup__Close svg {
    width: 18px;
    height: 18px;
  }
}
.Password {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.Password__Header {
  position: relative;
  text-align: center;
}
.Password__Logo {
  display: block;
  line-height: 1;
}
.Password__LogoImage {
  vertical-align: middle;
}
.Password__LockAction {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.Password__LockAction svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.Password__Content {
  width: 470px;
  max-width: 100%;
  margin: 35px auto;
}
.Password__Newsletter {
  margin-bottom: 10px;
}
.Password__Card {
  padding: 24px;
  background: var(--light-background);
  text-align: center;
}
.Password__Message {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
}
.Password__Form {
  margin-top: 28px;
}
.Password__Form .Button {
  flex: 0 0 auto;
  margin-bottom: 0px;
  margin-top: 15px;
  width: 100%;
}
.Password__Social {
  padding: 22px 25px 22px 28px;
  background: var(--background);
  text-align: center;
}
.Password__ShareButtons {
  margin-top: 15px;
}
@media screen and (min-width: 641px) {
  .Password__Content {
    margin: 80px auto;
  }
  .Password__Card {
    padding: 45px 60px 50px;
  }
  .Password__Form .Button {
    width: auto;
    margin-top: 0px;
  }
  .Password__Social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .Password__ShareButtons {
    margin-top: 0px;
    margin-left: 15px;
    flex-shrink: 0;
  }
}
.Password__Footer {
  text-align: center;
}
.Password__AdminLink {
  display: block;
  margin-top: 15px;
}
.Password__Footer svg {
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}
@media screen and (min-width: 641px) {
  .Password__Footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .Password__AdminLink {
    margin-top: 0px;
  }
}
.Password__Modal {
  display: flex;
  justify-content: center;
}
.Product {
  position: relative;
  margin: 0px auto 50px;
  max-width: 1330px;
}
.Product--fill {
  max-width: none;
}
@media screen and (min-width: 641px) {
  .Product {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Wrapper {
    max-width: calc(100% - 525px);
    margin-left: 0px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__Wrapper {
    max-width: calc(100% - 550px);
  }
  .Product--small .Product__Slideshow {
    max-width: 400px;
  }
  .Product--medium .Product__Slideshow {
    max-width: 550px;
  }
}
@media screen and (min-width: 1500px) {
  .Product__Wrapper {
    max-width: calc(100% - 500px);
  }
}
.Product__Gallery {
  position: relative;
  margin-bottom: 28px;
}
.Product__ViewInSpace {
  background: rgba(var(--text-color-rgb), 0.08);
}
.Product__ViewInSpace[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media screen and (min-width: 1008px) {
  .Product__ViewInSpace[data-shopify-xr] {
    display: none;
  }
}
.Product__ViewInSpace svg {
  margin: -1px 12px 0px 0px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.Product__Slideshow::after {
  content: "flickity";
  display: none;
}
.Product__SlideItem {
  position: relative;
}
.Product__SlideItem--hidden {
  visibility: hidden;
}
.Product__Slideshow.flickity-enabled
  .Product__SlideItem:not(.is-selected)
  .plyr__control {
  visibility: hidden;
}
.Product__Video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}
.Product__SlideshowNav {
  display: none;
}
.Product__SlideshowNavBadge {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
}
.Product__SlideshowNavBadge svg {
  display: block;
  width: 20px;
  height: 20px;
}
.Product__SlideshowMobileNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 24px 0px;
}
.Product__SlideshowMobileNav .flickity-page-dots {
  display: inline-block;
  margin-top: 0px;
  width: auto;
}
.Product__SlideshowMobileNav .dot {
  vertical-align: middle;
}
.Product__SlideshowNavArrow {
  position: relative;
}
.Product__SlideshowNavArrow::before {
  position: absolute;
  content: "";
  inset: -18px;
  transform: translateZ(0px);
}
.Product__SlideshowNavArrow svg {
  display: block;
  width: 6px;
  height: 9px;
}
.Product__SlideshowNavArrow--previous {
  margin-right: 24px;
}
.Product__SlideshowNavArrow--next {
  margin-left: 24px;
}
@media screen and (min-width: 641px) {
  .Product__Gallery {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Gallery {
    margin-top: 50px;
    margin-left: 50px;
  }
  .Product__SlideshowNav--dots {
    display: block;
  }
  .Product__SlideItem {
    display: block !important;
  }
  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: -webkit-image-set(
        var(--cursor-zoom-in-svg) 1x,
        var(--cursor-zoom-in-2x-svg) 2x
      ),
      zoom-in;
  }
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
      top: calc(50% + (var(--header-height) / 2));
    }
  }
  .Product__SlideshowNavDot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid var(--border-color);
    background: transparent;
    transition: 0.2s ease-in-out;
  }
  .Product__SlideshowNavDot:not(:last-child) {
    margin-bottom: 12px;
  }
  .Product__SlideshowNavDot.is-selected {
    border-color: var(--heading-color);
    background: var(--heading-color);
  }
  .Product__SlideshowNavImage {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 18px;
  }
  .Product__SlideshowNavImage.is-selected {
    border-color: var(--heading-color);
  }
  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 2px 2px);
  }
  .Product__SlideshowNavPlay svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease-in-out;
  }
  .Product__Gallery--stack .Product__SlideshowNav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
  }
  .Product__Gallery--stack .Product__SlideshowNav--dots {
    left: -30px;
  }
  .Product__Gallery--stack .Product__Slideshow::after {
    content: "";
  }
  .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Product__Gallery--stack
    .Product__Slideshow
    .Image--lazyLoaded.Image--fadeIn {
    transform: translateY(0px);
    opacity: 1;
  }
  .Product__Gallery--stack .Product__SlideItem {
    margin-bottom: 30px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Product__Gallery--stack .Product__SlideItem:last-child {
    margin-bottom: 0px;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    position: sticky;
    padding: 0px 0px 50px;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  @supports (--css: variables) {
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
      top: calc(var(--header-height) + 25px);
    }
  }
}
@media screen and (min-width: 1140px) {
  .Product__Gallery {
    margin-bottom: 80px;
  }
  .Product__Slideshow {
    margin-left: auto;
    margin-right: auto;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
    display: none;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: flex;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    flex-grow: 0;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__Slideshow {
    padding-left: 50px;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    margin: 10px -10px -10px;
    text-align: center;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage {
    display: inline-block;
    width: 70px;
    margin: 10px;
    vertical-align: top;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .flickity-page-dots {
    display: none;
  }
}
.Product__Info,
.Product__Aside {
  max-width: 500px;
  margin: 0px auto;
}
.Product__Info--noGallery {
  padding-top: 24px;
}
@media screen and (min-width: 641px) {
  .Product__Info .Container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Product__Aside .Section {
    max-width: 630px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1008px) {
  .Product__InfoWrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
  }
  .Product__Info {
    position: sticky;
    top: var(--header-base-height);
    right: 0px;
    width: 375px;
    margin: 0px 100px -40px 50px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__Info {
      top: calc(var(--header-height) + 25px);
    }
  }
  .Product__Aside {
    max-width: 820px;
    padding-left: 50px;
  }
  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__Info {
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .Product__Info {
    margin-right: 50px;
  }
}
@-webkit-keyframes shareItemAnimation {
  0% {
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.Product__ActionItem {
  display: block;
  position: relative;
}
.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}
.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0px;
  color: var(--text-color);
}
.Product__ActionItem .Icon--share {
  margin-left: -1px;
}
.Product__ShareItem {
  display: block;
  margin: 15px 0px 15px auto;
  padding: 7px 15px 7px 17px;
  width: fit-content;
  background: var(--light-background);
  border-radius: 25px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
  white-space: nowrap;
  opacity: 0;
  box-shadow: rgba(54, 54, 54, 0.15) 0px 2px 10px;
  transition: 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active,
.Product__ShareItem:focus {
  color: var(--light-background);
  background: var(--text-color);
  outline: none;
}
.Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
  vertical-align: sub;
  transform: translateZ(0px);
}
.Product__ShareItem:hover svg {
  animation: 0.5s ease-in-out 0s 1 normal forwards running shareItemAnimation;
}
.Product__ShareList[aria-hidden="false"] {
  visibility: visible;
}
.Product__ShareList[aria-hidden="false"] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 1008px) {
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }
  .Product__ShareItem {
    transition-delay: 0s;
  }
  .Product__ShareItem:nth-child(3) {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden="false"] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
}
.ProductMeta {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}
.ProductMeta__Vendor {
  margin-bottom: 20px;
}
.ProductMeta__Title {
  margin-bottom: 0px;
}
.ProductMeta__PriceList {
  margin-top: 15px;
}
.ProductMeta__Price.Price--compareAt {
  margin-left: 30px;
}
.ProductMeta__UnitPriceMeasurement {
  margin-top: 5px;
}
shopify-payment-terms {
  display: block;
  margin-top: 12px;
  text-align: left;
}
.ProductMeta__TaxNotice {
  margin-top: 5px;
}
.ProductMeta__Description,
.ProductMeta__Text {
  margin: 24px 0px;
  text-align: left;
}
.ProductMeta__Rating {
  margin-top: 4px;
}
.ProductMeta__ShareButtons {
  display: flex;
  align-items: center;
  margin: 24px 0px;
}
.ProductMeta__ShareTitle {
  margin-right: 6px;
}
.ProductMeta__ShareList {
  font-size: 0px;
}
.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0px 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.ProductMeta__ShareItem:hover svg {
  opacity: 1;
}
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0px;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons {
  margin-bottom: 2px;
}
.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  backface-visibility: hidden;
  transform: rotateX(0deg);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}
.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}
.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}
@media screen and (min-width: 1008px) {
  .ProductMeta {
    text-align: left;
  }
}
.ProductForm__Variants {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ProductForm__Option {
  position: relative;
  margin-bottom: 10px;
}
.ProductForm__Option--labelled {
  margin-bottom: 20px;
}
.no-js .ProductForm__Option:not(.no-js) {
  display: none;
}
.ProductForm__Item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  user-select: none;
}
.ProductForm__Item .Icon--select-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
}
.ProductForm__Label {
  display: block;
  margin-bottom: 8px;
}
.ProductForm__LabelLink {
  float: right;
  text-decoration: underline;
  text-underline-position: under;
}
.ProductForm__SelectedValue {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}
.ProductForm__OptionCount {
  float: right;
  margin-right: 14px;
}
.ProductForm__Inventory {
  margin-top: 24px;
  margin-bottom: 24px;
  font-style: italic;
}
.ProductForm__QuantitySelector {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ProductForm__Error {
  margin-top: 10px;
  text-align: center;
}
.ProductForm__AddToCart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}
.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 641px) {
  .Product__FeatureImage {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__FeatureImage {
    height: 600px;
  }
  .Product__FeatureImage--small {
    height: 500px;
  }
  .Product__FeatureImage--large {
    height: 700px;
  }
}
.Product__Tabs {
  margin: 50px 0px;
}
@media screen and (max-width: 640px) {
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0px 24px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 80px 0px;
  }
  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
}
@-webkit-keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: var(--background);
  padding: 24px 0px;
  z-index: 10;
  box-shadow: rgba(54, 54, 54, 0.2) 0px -2px 10px;
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.VariantSelector[aria-hidden="false"] {
  transform: translateY(0px);
  visibility: visible;
}
.VariantSelector__Item {
  padding: 0px 10px;
  width: 60%;
}
.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0px;
}
.VariantSelector__ImageWrapper[aria-hidden="true"] {
  display: none;
}
.VariantSelector__ChoiceList {
  margin-bottom: 34px;
}
.VariantSelector__Choice {
  display: table;
  table-layout: fixed;
  width: 100%;
  animation: 0.15s ease-in-out 0s 1 normal forwards running
    variantSelectorInfoClosingAnimation;
}
.VariantSelector__Choice.is-selected {
  animation: 0.3s ease-in-out 0s 1 normal forwards running
    variantSelectorInfoOpeningAnimation;
}
.VariantSelector__Choice:not(:first-child) {
  position: absolute;
  top: 0px;
  left: 0px;
}
.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.VariantSelector__ChoiceColor {
  border-right: 1px solid var(--border-color);
}
.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover;
}
.VariantSelector__ColorSwatch--white {
  outline: 1px solid var(--border-color);
}
.VariantSelector__ChoicePrice {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
@media screen and (max-width: 640px) {
  .VariantSelector .flickity-prev-next-button {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .VariantSelector {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    overflow: auto;
  }
  .VariantSelector[aria-hidden="false"] {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .VariantSelector__Item {
    padding: 0px 25px;
    width: 46%;
  }
  .VariantSelector .flickity-prev-next-button.next {
    top: calc(50% - 45px);
    right: 20px;
  }
  .VariantSelector .flickity-prev-next-button.previous {
    top: calc(50% - 45px);
    left: 20px;
  }
  .VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .VariantSelector__ChoicePrice {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
}
@media (min-width: 800px) and (max-height: 950px) {
  .VariantSelector__ImageWrapper {
    max-width: 290px !important;
  }
}
.FeaturedProduct__Gallery {
  display: block;
  margin-bottom: 20px;
}
.FeaturedProduct__ViewWrapper {
  margin-top: 34px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .FeaturedProduct {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 880px;
    margin: 0px auto;
  }
  .FeaturedProduct--center {
    align-items: center;
  }
  .FeaturedProduct__Gallery,
  .FeaturedProduct__Info {
    flex: 1 1 50%;
  }
  .FeaturedProduct__Gallery {
    margin: 0px;
  }
  .FeaturedProduct__Info {
    margin-left: 50px;
  }
  .FeaturedProduct__Info .ProductMeta,
  .FeaturedProduct__ViewWrapper {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .FeaturedProduct__Info {
    margin-left: 80px;
  }
}
.shopify-payment-button {
  margin-top: 20px;
  text-align: center;
}
.shopify-payment-button__more-options {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: auto;
  line-height: normal;
}
.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}
.shopify-payment-button__more-options::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  background: currentcolor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .shopify-payment-button__more-options:hover::before {
    transform: scaleX(0);
  }
}
.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none;
}
#shopify-product-reviews {
  margin: 18px 0px 28px !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary-starrating,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-form-title {
  display: none;
}
#shopify-product-reviews .spr-container {
  padding: 0px;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-form {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0px 0px;
  padding: 0px;
}
#shopify-product-reviews .spr-icon {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
}
#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty::before {
  content: "";
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a {
  color: inherit;
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0px 35px;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0px 0px 30px;
  border: none;
  margin: 0px;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0px;
}
#shopify-product-reviews .spr-review-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  font-style: normal;
  opacity: 1;
  color: var(--text-color-light);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: 400;
}
#shopify-product-reviews .spr-review-content {
  margin-bottom: 0px;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0px 6px;
  padding: 0px 0px 0px 14px;
  background: none;
  border-left: 3px solid var(--border-color);
  font-style: italic;
}
#shopify-product-reviews .spr-summary-actions {
  display: block;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input) {
  width: 100%;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: var(--button-background);
  background: var(--button-background);
  color: var(--button-text-color);
  width: 100%;
}
#shopify-product-reviews .spr-pagination-prev,
#shopify-product-reviews .spr-pagination-next {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
  width: 100%;
}
#shopify-product-reviews .new-review-form {
  margin-top: 20px;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0px !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  #shopify-product-reviews .spr-review-header-byline,
  #shopify-product-reviews .spr-review-content-body {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
    );
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews input.spr-button-primary,
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-name,
  #shopify-product-reviews .spr-form-contact-email,
  #shopify-product-reviews .spr-form-contact-location,
  #shopify-product-reviews .spr-form-review-title,
  #shopify-product-reviews .spr-form-review-rating,
  #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-prev,
  #shopify-product-reviews .spr-pagination-next {
    margin: 0px 20px 0px 0px;
  }
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    display: block;
  }
}
@media screen and (min-width: 1008px) {
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--background);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
  z-index: -1;
}
.Search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.Search__Inner {
  padding: 14px 18px;
  max-height: calc(-60px + 100vh);
  overflow: auto;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
  }
}
.Search__SearchBar {
  display: flex;
  align-items: center;
}
.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}
.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  margin-right: 12px;
  color: var(--text-color-light);
}
.Search__Input {
  background: none;
  width: 100%;
  border: none;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  vertical-align: middle;
}
.Search__Input::placeholder {
  color: var(--text-color-light);
}
.Search__Close {
  color: var(--text-color-light);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  line-height: 1;
}
.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Search__Results[aria-hidden="false"] {
  display: block;
}
@media screen and (max-width: 640px) {
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
    margin-right: 25px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }
  .Search__Input {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
    );
  }
  .Search__InputIconWrapper {
    margin-right: 20px;
  }
  .Search__Close {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 16px)
    );
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }
  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ShopTheLook {
  z-index: 2;
}
.ShopTheLook__Item {
  padding: 0px 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-in-out;
}
.ShopTheLook__Item.is-selected {
  z-index: 1;
}
.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}
.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}
.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0px 0px -8px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px;
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.ShopTheLook__Dot::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -12px;
  top: -12px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  animation: 1.4s ease-in-out 0s infinite normal none running
    shopTheLookDotKeyframe;
}
.ShopTheLook__Dot--dark {
  background: rgb(0, 0, 0);
}
.ShopTheLook__Dot--dark::after {
  background: rgba(0, 0, 0, 0.4);
}
.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.5);
}
.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0px auto;
}
.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ShopTheLook__ViewButton {
    width: 100%;
  }
  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
    display: none;
  }
  .ShopTheLook__ProductItem {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .ShopTheLook::before {
    content: "";
    position: fixed;
    inset: 0px;
    background: var(--background);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
  }
  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }
  .ShopTheLook__ProductItem {
    padding: 30px 0px 40px;
  }
}
@media screen and (min-width: 641px) {
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }
  .ShopTheLook__Item {
    width: auto;
    padding: 0px 15px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1008px) {
  .ShopTheLook {
    max-width: 1480px;
    margin: 0px auto;
    padding: 0px 130px;
  }
  .ShopTheLook__Item {
    width: 100%;
    padding: 0px;
  }
  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }
  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }
  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }
  .ShopTheLook__ProductList {
    flex: 0 0 auto;
    width: 270px;
    margin: 0px 80px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }
  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }
  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }
  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - 22.5px);
  }
  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }
  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
}
.SidebarMenu {
  height: 100%;
  background: var(--navigation-background);
  color: var(--navigation-text-color);
}
.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  color: var(--navigation-text-color);
}
.SidebarMenu .Text--subdued {
  color: var(--navigation-text-color-light);
}
.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--navigation-border-color);
}
.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}
.SidebarMenu .Drawer__Main::after {
  display: block;
  content: "";
  height: 35px;
}
.SidebarMenu__Nav--secondary {
  margin-top: 28px;
}
.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px var(--navigation-border-color) inset;
  color: var(--navigation-text-color-light);
}
.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0px;
  padding: 6px 0px;
}
.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: 0 0 auto;
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}
@supports (padding: max(0px)) {
  .SidebarMenu__CurrencySelector,
  .SidebarMenu__Social {
    padding-bottom: max(6px, env(safe-area-inset-bottom, 0px) + 6px);
  }
}
@supports (display: grid) {
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}
.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--navigation-border-color);
}
.SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.SidebarMenu .Drawer__Content::before {
  top: 0px;
  height: 25px;
  background-image: linear-gradient(
    var(--navigation-background),
    rgba(var(--navigation-background-rgb), 0.6) 40%,
    rgba(var(--navigation-background-rgb), 0)
  );
}
.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: linear-gradient(
    rgba(var(--navigation-background-rgb), 0),
    rgba(var(--navigation-background-rgb), 0.6) 40%,
    var(--navigation-background)
  );
}
@media screen and (min-width: 1008px) {
  .SidebarMenu .Drawer__Content::before {
    height: 40px;
  }
  .SidebarMenu .Drawer__Main {
    padding-top: 26px;
  }
  .SidebarMenu .Drawer__Main::after {
    height: 60px;
  }
  .SidebarMenu .Drawer__Footer::before {
    height: 70px;
  }
}
.shopify-section--slideshow {
  position: relative;
}
.Slideshow--fullscreen {
  height: 100vh;
}
@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(
      var(--window-height) -
        (var(--header-height) * var(--header-is-not-transparent, 0)) -
        var(--announcement-bar-height, 0px)
    );
    max-height: 100vh;
  }
}
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}
.Slideshow__ImageContainer {
  height: 100%;
}
.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center;";
}
.Slideshow__Image {
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0px 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Slideshow__Content--middleLeft,
.Slideshow__Content--bottomLeft {
  text-align: left;
}
.Slideshow__Content--middleLeft .ButtonGroup,
.Slideshow__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}
.Slideshow__Content--middleRight,
.Slideshow__Content--bottomRight {
  text-align: right;
}
.Slideshow__Content--middleRight .ButtonGroup,
.Slideshow__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}
.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0px;
  transform: none;
}
.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}
.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}
.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}
.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0px;
}
@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0px 70px;
  }
}
.store-availability-container {
  margin-top: 30px;
}
.store-availability-information {
  display: flex;
  align-items: baseline;
}
.Icon--store-availability-in-stock {
  position: relative;
  width: 13px;
  height: 9px;
}
.Icon--store-availability-out-of-stock {
  position: relative;
  width: 11px;
  height: 10px;
}
.store-availability-information-container {
  margin-left: 6px;
}
.store-availability-information__title {
  margin-bottom: 2px;
}
.store-availability-information__stock {
  margin-bottom: 5px;
}
.store-availability-information__stock,
.store-availability-information__link,
.store-availability-list__item-info {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
}
.store-availability-list__item:first-child {
  margin-top: 25px;
}
.store-availability-list__item {
  margin-top: 30px;
}
.store-availability-list__location,
.store-availability-list__stock {
  margin-bottom: 5px;
}
.store-availability-list__stock svg {
  margin-right: 3px;
}
.store-availability-list__contact {
  line-height: 1.45;
}
.store-availability-list__stock .Icon--store-availability-in-stock {
  top: -1px;
}
.store-availability-list__contact p {
  margin-bottom: 0px;
}
.store-availabilities-modal__product-information {
  text-align: left;
}
@-webkit-keyframes testimonialOpening {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes testimonialOpening {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes testimonialClosing {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes testimonialClosing {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
.Testimonial {
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
}
.Testimonial__Logo {
  margin-top: 54px;
}
.js .TestimonialList {
  opacity: 0;
  transition: opacity linear 0.5s;
}
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-top: 60px;
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s 1 normal forwards
    running testimonialClosing;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 1 normal forwards
    running testimonialOpening;
}
@media screen and (max-width: 640px) {
  .Testimonial__Logo {
    max-width: 110px;
  }
}
@media screen and (min-width: 641px) {
  .Testimonial {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 20px)
    );
  }
  .Testimonial__Content {
    max-width: 550px;
    margin: 0px auto;
  }
  .Testimonial__Logo,
  .TestimonialNav__Item {
    max-width: 150px;
  }
}
@media screen and (min-width: 1008px) {
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }
  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }
  .TestimonialNav__Item {
    margin: 0px 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
  }
  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .TestimonialNav__Item {
    margin: 0px 45px;
  }
}
.Timeline {
  box-shadow: rgba(54, 54, 54, 0.2) 0px -2px 10px;
}
.Timeline__ListItem {
  position: relative;
  height: 540px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px;
}
.Timeline__Item {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(54, 54, 54, 0.2);
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.Timeline__ImageWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translate(-50px) scale(1.1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Timeline__Inner {
  position: relative;
  padding: 80px 14px 40px;
  max-height: 100%;
  width: 100%;
  overflow: auto;
}
.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}
.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Image {
  transform: translate(0px) scale(1.1);
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0px);
}
@media screen and (max-width: 640px) {
  .shopify-section--timeline {
    border-top: none !important;
  }
  .shopify-section--timeline .Section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .shopify-section--timeline .Container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Timeline__Header .Heading,
  .Timeline__Header .Rte a {
    color: inherit;
  }
  .Timeline__Header .SectionHeader__Description {
    margin: 34px 30px 0px;
  }
}
@media screen and (min-width: 641px) {
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0px auto;
    height: 400px;
    text-shadow: none;
  }
  .Timeline__Item {
    align-items: flex-end;
    background-color: var(--light-background);
  }
  .Timeline__ImageWrapper,
  .Timeline__Inner {
    flex: 0 0 auto;
    width: 50%;
  }
  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper::after {
    display: none;
  }
  .Timeline__Image {
    transform: translate(-60px) scale(1.1);
  }
  .Timeline__Inner {
    padding: 34px 40px;
    color: var(--text-color);
  }
  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Timeline__ListItem {
    height: 515px;
  }
  .Timeline__Inner {
    padding: 54px 60px;
  }
}
.Timeline__Nav {
  position: relative;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  color: var(--text-color-light);
  background: var(--light-background);
}
.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
}
.Timeline__NavWrapper--center {
  justify-content: center;
}
.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: 0.25s ease-in-out;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 20px;
  height: 3px;
  width: calc(100% - 0.2em - 40px);
  opacity: 0;
  background: var(--text-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}
.Timeline__NavItem.is-selected {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
  color: var(--text-color);
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1);
}
.Timeline__NavLabel {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }
  .Timeline__Nav {
    margin-top: 40px;
    background: none;
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .Timeline__NavWrapper {
    display: block;
    text-align: center;
  }
  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .Timeline__Nav {
    margin-top: 65px;
  }
}
.Button,
.Button::before,
.shopify-payment-button__button,
.shopify-payment-button__button::before,
.input-prefix,
input,
.ProductItem__Label,
.QuantitySelector,
.ProductItem__Image,
.FeaturedProduct__Gallery img,
.CollectionItem__Wrapper,
.Panel.Panel--flush.Panel--withArrows,
.Product__Slideshow img {
  border-radius: 30px !important;
}
@media (max-width: 780px) {
  .features--heading-small .Rte h1,
  .features--heading-small .u-h1 {
    font-size: 16px;
  }
}
span.money {
  font-weight: bolder !important;
  color: rgb(0, 0, 0) !important;
}
@media screen and (min-width: 1008px) {
  .ProductList .Carousel__Cell {
    margin: 0px;
    padding: 0px 10px !important;
    width: 25% !important;
  }
}
.ProductMeta__Description {
  padding: 16px 16px 50px;
  border: 0px solid rgb(221, 221, 221);
  border-radius: 30px;
  max-height: 2000px !important;
}
.des_bottom_div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.Product__Aside .Collapsible {
  overflow: hidden;
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
  margin-bottom: 27px;
  padding: 0px 10px;
  border-radius: 30px;
}
.bottomImg {
  position: relative;
  overflow: hidden;
}
.small__height {
  max-height: 400px;
}
.small__height .dec-overlay {
  position: absolute;
  bottom: 0px;
  height: 0px;
  width: 100%;
  padding-bottom: 50%;
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgb(255, 255, 255)
  );
}
.show_less,
a.show_more {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 16px;
  height: 32px;
  min-width: 32px;
  width: fit-content;
  color: rgb(51, 51, 51);
  background-color: rgba(51, 51, 51, 0.07);
  border: 2px solid transparent;
  border-radius: 88px;
  box-sizing: border-box;
  outline: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 10px;
}
.show_less {
  margin-bottom: 5px;
}
a.show_more {
  margin-bottom: 20px;
}
.hide {
  display: none !important;
}
.text-timer {
  display: flex;
  justify-content: center;
  border: 1px solid;
  width: 300px;
  margin: 5px auto;
  border-radius: 30px;
  padding: 10px 0px;
  background: rgb(238, 26, 38);
}
.text-timer span,
div#demo,
#FeaturedProduct_timer {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
}
.icon__text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.icon-svg {
  width: 35px;
}
.icon__text p {
  width: calc(100% - 50px);
  margin-left: 15px;
}
.qtytextWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.qtytextWrap .ProductForm__QuantitySelector {
  margin-right: 10px;
}
.ProductMeta {
  margin-bottom: 0px;
}
.texts {
  border: 1px solid rgb(227, 227, 227);
  padding: 7px;
  border-radius: 30px;
  width: -webkit-fill-available;
}
@media screen and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 0px;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 0px;
  }
  .ProductList--carousel .Carousel__Cell {
    width: 66%;
  }
  .qtytextWrap {
    display: block;
  }
  .texts {
    padding-top: 0px;
  }
  .ProductList--shopNow .Carousel__Cell {
    padding: 0px 10px;
    width: 60%;
  }
}
@media screen and (min-width: 1008px) {
  .Collapsible--large .Collapsible__Content {
    padding-bottom: 70px;
  }
}
.icon-text {
  font-weight: 600;
  margin-left: 15px;
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 30px 0px;
  }
}
@media screen and (min-width: 641px) {
  .Collapsible--autoExpand {
    margin-bottom: 0px;
  }
  button.Collapsible__Button.Heading.u-h6 {
    margin-top: 0px;
  }
  .Collapsible--autoExpand:first-child button.Collapsible__Button.Heading.u-h6 {
    margin-top: 0px !important;
  }
  .Platform .Platform {
    display: none;
  }
  .Platform:first-child .Platform {
    display: block;
  }
}
button.Collapsible__Button.Heading.u-h6 {
  margin-bottom: 0px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
}
button.Collapsible__Button.Heading.u-h5 {
  font-weight: 600;
}
ul.Linklist li {
  margin-bottom: 0px;
}
.Collapsible--large .Collapsible__Button {
  padding: 10px 0px;
}
.game,
.Game,
.Spiel {
  display: none;
}
#transcySwitcherContainer {
  top: 400px;
  right: 135px;
  left: unset;
}
.transcy-switcher-dropdown .transcy-form-search {
  display: none;
}
.globo-form-app div,
.globo-form-app span,
.globo-form-app applet,
.globo-form-app object,
.globo-form-app iframe,
.globo-form-app h1,
.globo-form-app h2,
.globo-form-app h3,
.globo-form-app h4,
.globo-form-app h5,
.globo-form-app h6,
.globo-form-app p,
.globo-form-app blockquote,
.globo-form-app pre,
.globo-form-app a,
.globo-form-app abbr,
.globo-form-app acronym,
.globo-form-app address,
.globo-form-app big,
.globo-form-app cite,
.globo-form-app code,
.globo-form-app del,
.globo-form-app dfn,
.globo-form-app em,
.globo-form-app img,
.globo-form-app ins,
.globo-form-app kbd,
.globo-form-app q,
.globo-form-app s,
.globo-form-app samp,
.globo-form-app small,
.globo-form-app strike,
.globo-form-app strong,
.globo-form-app sub,
.globo-form-app sup,
.globo-form-app tt,
.globo-form-app var,
.globo-form-app b,
.globo-form-app u,
.globo-form-app i,
.globo-form-app center,
.globo-form-app dl,
.globo-form-app dt,
.globo-form-app dd,
.globo-form-app ol,
.globo-form-app ul,
.globo-form-app li,
.globo-form-app fieldset,
.globo-form-app form,
.globo-form-app label,
.globo-form-app legend,
.globo-form-app table,
.globo-form-app caption,
.globo-form-app tbody,
.globo-form-app tfoot,
.globo-form-app thead,
.globo-form-app tr,
.globo-form-app th,
.globo-form-app td,
.globo-form-app article,
.globo-form-app aside,
.globo-form-app canvas,
.globo-form-app details,
.globo-form-app embed,
.globo-form-app figure,
.globo-form-app figcaption,
.globo-form-app footer,
.globo-form-app header,
.globo-form-app hgroup,
.globo-form-app menu,
.globo-form-app nav,
.globo-form-app output,
.globo-form-app ruby,
.globo-form-app section,
.globo-form-app summary,
.globo-form-app time,
.globo-form-app mark,
.globo-form-app audio,
.globo-form-app video {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.globo-form-app :focus {
  outline: 0px;
}
.globo-form-app article,
.globo-form-app aside,
.globo-form-app details,
.globo-form-app figcaption,
.globo-form-app figure,
.globo-form-app footer,
.globo-form-app header,
.globo-form-app hgroup,
.globo-form-app menu,
.globo-form-app nav,
.globo-form-app section {
  display: block;
}
.globo-form-app ol,
.globo-form-app ul,
.globo-form-app li {
  list-style: none;
}
.globo-form-app .globo-form-control ol,
.globo-form-app .globo-form-control ul,
.globo-form-app .globo-form-control li {
  margin: 0px;
}
.globo-form-app blockquote,
.globo-form-app q {
  quotes: none;
}
.globo-form-app blockquote::before,
.globo-form-app blockquote::after,
.globo-form-app q::before,
.globo-form-app q::after {
  content: none;
}
.globo-form-app input[type="search"]::-webkit-search-cancel-button,
.globo-form-app input[type="search"]::-webkit-search-decoration,
.globo-form-app input[type="search"]::-webkit-search-results-button,
.globo-form-app input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
}
.globo-form-app input[type="search"] {
  appearance: none;
  box-sizing: content-box;
}
.globo-form-app textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.globo-form-app [hidden] {
  display: none;
}
.globo-form-app a:focus {
  outline: dotted thin;
}
.globo-form-app a:active,
.globo-form-app a:hover {
  outline: 0px;
}
.globo-form-app img {
  border: 0px;
}
.globo-form-app figure {
  margin: 0px;
}
.globo-form-app form {
  margin: 0px;
}
.globo-form-app fieldset {
  border: 1px solid rgb(192, 192, 192);
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}
.globo-form-app legend {
  border: 0px;
  padding: 0px;
  white-space: normal;
}
.globo-form-app button,
.globo-form-app input,
.globo-form-app select,
.globo-form-app textarea {
  font-size: 100%;
  margin: 0px;
  vertical-align: baseline;
}
.globo-form-app button,
.globo-form-app input {
  line-height: normal;
}
.globo-form-app button,
.globo-form-app select {
  text-transform: none;
}
.globo-form-app button,
.globo-form-app html input[type="button"],
.globo-form-app input[type="reset"],
.globo-form-app input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
.globo-form-app button[disabled],
.globo-form-app html input[disabled] {
  cursor: default;
}
.globo-form-app input[type="checkbox"],
.globo-form-app input[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}
.globo-form-app input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
}
.globo-form-app input[type="search"]::-webkit-search-cancel-button,
.globo-form-app input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
.globo-form-app textarea {
  overflow: auto;
  vertical-align: top;
}
.globo-form-app table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.globo-form-app button,
.globo-form-app input,
.globo-form-app select,
.globo-form-app textarea {
  color: rgb(34, 34, 34);
}
.globo-form-app ::selection {
  background: rgb(179, 212, 252);
  text-shadow: none;
}
.globo-form-app img {
  vertical-align: middle;
}
.globo-form-app fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.globo-form-app textarea {
  resize: vertical;
}
.globo-form-app .disabled {
  cursor: pointer;
}
.globo-formbuilder[type="cart"] .footer {
  display: none;
}
.globo-form .ql-align-center {
  text-align: center;
}
.globo-form .ql-align-right {
  text-align: right;
}
.globo-form .ql-align-justify {
  text-align: justify;
}
.globo-form-app {
  max-width: 600px;
  margin: 30px auto;
  box-sizing: border-box;
}
.globo-form-app .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.globo-form-app.boxed-layout {
  padding: 30px;
  position: relative;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
}
@media only screen and (max-width: 768px) {
  .globo-form-app.boxed-layout {
    padding: 15px;
  }
}
.globo-form-app.boxed-layout > .dismiss {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.globo-form-app.float-layout {
  padding: 30px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-height: 90vh;
  overflow-y: auto;
  transition: 0.2s ease-in-out;
  transform: translateY(calc(100% + 30px));
  margin: 0px;
  z-index: 10001;
}
.globo-form-app.float-layout.active {
  transform: none;
}
.globo-form-app.float-layout > .dismiss {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .globo-form-app.float-layout {
    right: 0px;
    bottom: 10px;
    margin: 0px 10px;
    padding: 15px;
  }
  .globo-form-app.float-layout > .dismiss {
    top: 10px;
    right: 15px;
  }
}
.globo-form-app > .dismiss.hidden {
  display: none;
}
.globo-form-app .errors {
  background: transparent;
}
.globo-form-app .header {
  margin-bottom: 25px;
  display: block;
  background: none;
}
.globo-form-app .header .title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  font-size: 26px;
}
.globo-form-app .header .description {
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgb(0, 0, 0);
}
.globo-form-app .content {
  margin: 0px -5px;
  padding: 0px;
}
.globo-form-app .globo-form-control {
  margin-bottom: 1.5rem;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 5px;
  width: 100%;
  position: relative;
}
.globo-form-app .globo-form-control.globo-form-group-v1 {
  padding: 0px;
}
.globo-form-app .globo-form-control.layout-1-column {
  width: 100%;
}
.globo-form-app .globo-form-control.layout-2-column {
  width: 50%;
}
.globo-form-app .globo-form-control.layout-3-column {
  width: 33.33%;
}
.globo-form-app .globo-form-control.layout-4-column {
  width: 25%;
}
.globo-form-app .globo-form-control.layout-5-column {
  width: 20%;
}
.globo-form-app .globo-form-control.layout-2per3-column {
  width: 66.66%;
}
.globo-form-app .globo-form-control.layout-2per5-column {
  width: 20%;
}
.globo-form-app .globo-form-control.layout-3per4-column {
  width: 75%;
}
.globo-form-app .globo-form-control.layout-3per5-column {
  width: 60%;
}
.globo-form-app .globo-form-control.layout-4per5-column {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .globo-form-app .globo-form-control.layout-1-column,
  .globo-form-app .globo-form-control.layout-2-column,
  .globo-form-app .globo-form-control.layout-3-column {
    width: 100%;
  }
}
.globo-form-app .globo-form-control.conditional-field {
  display: none;
}
.globo-form-app .globo-form-control label {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -webkit-box-direction: normal;
  touch-action: manipulation;
  color: rgb(33, 43, 54);
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
  text-transform: initial;
  letter-spacing: initial;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .globo-form-app .globo-form-control label {
    font-size: 16px;
  }
}
.globo-form-app .globo-form-control input,
.globo-form-app .globo-form-control textarea,
.globo-form-app .globo-form-control select {
  box-sizing: border-box;
  margin: 0px;
  font-family: inherit;
  overflow: visible;
  display: block;
  height: 41px;
  padding: 10px 12px;
  color: rgb(0, 0, 0);
  background-color: rgb(241, 241, 241);
  background-clip: padding-box;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  border: 0px;
  transition: box-shadow 0.15s;
  outline: none;
}
.globo-form-app .globo-form-control input:focus {
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
}
.globo-form-app .globo-form-control textarea {
  height: initial;
}
.globo-form-app .globo-form-control [type="range"] {
  padding: 0px;
  background: none;
  box-shadow: none;
}
.globo-form-app .globo-form-control [type="range"]:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .globo-google-map {
  overflow: hidden;
}
.globo-form-app .globo-form-control .globo-google-map iframe[src*="https://www.google.com/maps/embed?"]
{
  width: 100%;
  min-height: 200px;
}
.globo-form-app
  .globo-form-control
  .globo-select-product
  .globo-select-product__thumb-label {
  margin-bottom: 8px;
}
.globo-form-app
  .globo-form-control
  .globo-select-product--list
  .globo-select-product__thumb-label {
  display: none;
}
.globo-form-app .globo-form-control .globo-select-product--grid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
}
.globo-form-app .globo-form-control .globo-select-product--1-column {
  grid-template-columns: auto;
}
.globo-form-app .globo-form-control .globo-select-product--2-column {
  grid-template-columns: auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--3-column {
  grid-template-columns: auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--4-column {
  grid-template-columns: auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--5-column {
  grid-template-columns: auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--6-column {
  grid-template-columns: auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--7-column {
  grid-template-columns: auto auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--8-column {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product__thumb img {
  width: 100%;
}
.globo-form-app .globo-form-control .help-text {
  display: block;
  color: rgb(108, 117, 125);
  margin-top: 0.25rem;
  font-size: 12px;
}
.globo-form-app .globo-form-control .text-danger {
  color: rgb(193, 0, 0);
}
.globo-form-app .globo-form-control .text-smaller {
  font-size: 12px;
}
.globo-form-app .globo-form-control.has-error input:not(.item__quantity) {
  border-color: rgb(220, 53, 69);
  border-width: 1px;
  border-style: solid;
}
.globo-form-app .globo-form-control .help-block {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 12px;
}
.globo-form-app .globo-form-control .help-block.error {
  color: rgb(220, 53, 69);
}
.globo-form-app .globo-form-control .help-block.success {
  color: rgb(21, 87, 36);
}
.globo-form-app .globo-form-control .help-block.loading {
  color: rgb(12, 84, 96);
}
.globo-form-app .globo-form-control .classic_rounded-input {
  border-radius: 20px;
}
.globo-form-app .globo-form-control .flat-input {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat-input:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input {
  border-radius: 20px;
}
.globo-form-app .globo-form-control .material-label {
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  color: rgb(158, 158, 158);
  position: absolute;
  top: 0px;
  font-size: 16px;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  text-align: initial;
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0px 0px;
  width: 100%;
}
.globo-form-app .globo-form-control .material-input {
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(158, 158, 158);
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 0px;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
.globo-form-app .globo-form-control .material-input:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
  box-shadow: rgb(255, 255, 255) 0px 1px;
}
.globo-form-app .globo-form-control textarea.material-input,
.globo-form-app .globo-form-control textarea.material-input:focus {
  height: calc(2px + 2.45rem);
}
.globo-form-app .globo-form-control .checkbox-wrapper {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 28px;
  text-align: left;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input {
  display: none;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input[name="acceptTerms[]"] {
  padding: 0px !important;
  width: auto !important;
  margin-left: -25px !important;
  height: 1px !important;
  opacity: 0 !important;
  display: block !important;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-label {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  top: 0px;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::before,
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::after {
  position: absolute;
  top: 1px;
  left: -28px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  margin: 0px;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::before {
  pointer-events: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid;
  box-sizing: border-box;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  border-radius: 0.25rem;
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked
  ~ .checkbox-label::before {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
  background-color: rgb(255, 255, 255);
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::after {
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 50% 50%;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked.checkbox-indeterminate
  ~ .checkbox-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1025 1024'%3E%3Cpath fill='%23fff' d='M0 416.01024l0 192c0 17.67424 14.336 32.01024 32.01024 32.01024l960 0c17.67424 0 32.01024-14.336 32.01024-32.01024l0-192c0-17.67424-14.336-32.01024-32.01024-32.01024l-960 0c-17.67424 0-32.01024 14.336-32.01024 32.01024z' /%3E%3C/svg%3E");
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked
  ~ .checkbox-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.globo-form-app .globo-form-control .radio-wrapper {
  position: relative;
  display: block;
  min-height: 24px;
  margin-left: 28px;
  text-align: left;
}
.globo-form-app .globo-form-control .radio-wrapper .radio-input {
  display: none;
}
.globo-form-app .globo-form-control .radio-wrapper .radio-label {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::before,
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::after {
  position: absolute;
  top: 1px;
  left: -28px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  border: 1px solid;
  box-sizing: border-box;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::before {
  pointer-events: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input:checked
  ~ .radio-label::before {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::after {
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 50% 50%;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input:checked
  ~ .radio-label::after {
  background: radial-gradient(rgb(255, 255, 255) 40%, rgb(255, 255, 255) 45%);
}
.globo-form-app .globo-form-control .heading-title {
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.globo-form-app .globo-form-control .heading-caption {
  line-height: 17px;
  font-weight: 300;
  font-size: 17px;
}
.globo-form-app .globo-form-control .star-rating > fieldset {
  border: none;
  display: inline-block;
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > input {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label {
  float: right;
  width: 1em;
  padding: 0px 0.05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: transparent;
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label:hover::before,
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label:hover
  ~ label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>');
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset
  > input:checked
  ~ label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>');
}
.globo-form-app .globo-form-control .star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.globo-form-app .globo-form-control .product-grid__item {
  border-radius: 0.25rem;
  margin: 5px 0px 15px;
}
.globo-form-app .globo-form-control .product-grid__item table {
  width: 100%;
}
.globo-form-app .globo-form-control .product-grid__item table thead th {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-1-column {
  width: 40%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-1-column.table-product__header-title {
  width: 60%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-2-column {
  width: 25%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-2-column.table-product__header-title {
  width: 50%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-3-column {
  width: 20%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-3-column.table-product__header-title {
  width: 40%;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table thead th {
    padding: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-price {
    width: 30%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table thead th {
    padding: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-price {
    width: 30%;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr.table-product__body-item {
  position: relative;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr.table-product__body-item
  .product-item__action-group {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group {
    right: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group
    svg {
    width: 0.6rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group {
    right: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group
    svg {
    width: 0.6rem;
  }
}
.globo-form-app .globo-form-control .product-grid__item table tbody tr td {
  padding: 5px 30px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tbody tr td {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tbody tr td {
    padding: 5px 10px;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper {
  padding: 0px !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr:first-child
  td {
  border-top: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr:last-child
  td {
  border-bottom: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td:first-child {
  border-left: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td:last-child {
  border-right: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-1-column {
  width: 40%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-1-column.variant-item__table-title {
  width: 60%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-2-column {
  width: 25%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-2-column.variant-item__table-title {
  width: 50%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-3-column {
  width: 20%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-3-column.variant-item__table-title {
  width: 40%;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price {
    width: 30%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price
    .variant-item__price {
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price {
    width: 30%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price
    .variant-item__price {
    overflow-wrap: break-word;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  .product-item__hide {
  display: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper {
  display: revert !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox {
  padding-left: 10% !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox
  .checkbox-input
  ~ .checkbox-label::before,
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox
  .checkbox-input
  ~ .checkbox-label::after {
  top: 10px;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox {
    padding-left: 25% !important;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::before,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::after {
    top: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox {
    padding-left: 25% !important;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::before,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::after {
    top: 0px;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.variant-checkbox {
  padding-left: 15% !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .checkbox-label {
  display: flex !important;
  align-items: center;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  border: 1px solid var(--p-border-subdued, #dfe3e8);
  border-radius: 5px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span {
  width: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(255, 255, 255);
  min-width: auto;
  max-width: 100%;
  border-radius: 3px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  img,
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  svg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 10;
  inset: 0px;
  margin: auto;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  img {
  width: auto;
  height: auto;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span::after {
  content: "";
  position: relative;
  z-index: 20;
  display: block;
  padding-bottom: 100%;
  border-radius: 3px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  svg {
  width: 20px;
  height: 20px;
  fill: var(--p-icon, #c4cdd5);
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper
    .item__img-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper
    .item__img-wrapper {
    display: none;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .variant__table-item-soldout {
  opacity: 0.4;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .variant__table-item-soldout
  label {
  cursor: default;
}
.globo-form-app .globo-form-control .product-grid__item table tfoot th {
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  text-align: right;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tfoot th {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tfoot th {
    padding: 5px 10px;
  }
}
.globo-form-app .footer {
  background: none;
}
.globo-form-app .footer .description {
  margin-bottom: 0.5rem;
}
.globo-form-app .footer .action {
  -webkit-font-smoothing: antialiased;
  filter: brightness(100%);
  box-sizing: border-box;
  text-transform: none;
  appearance: button;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  padding: 11px 22px;
  min-width: 100px;
  background-color: rgb(255, 255, 255);
  color: rgb(49, 49, 49);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.globo-form-app .footer .action:hover {
  box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px;
  filter: brightness(110%);
}
.globo-form-app .footer .action.classic_rounded-button,
.globo-form-app .footer .action.flat_rounded-button {
  border-radius: 20px;
}
.globo-form-app .footer .action.flat-button,
.globo-form-app .footer .action.flat-button:hover,
.globo-form-app .footer .action.flat_rounded-button,
.globo-form-app .footer .action.flat_rounded-button:hover {
  box-shadow: none;
}
.globo-form-app .footer .action.loading .spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(235, 18, 86);
  display: flex;
  align-items: center;
  justify-content: center;
}
.globo-form-app .footer .action.loading .spinner::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent rgb(255, 255, 255);
  border-image: initial;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: 1s cubic-bezier(0.34, 0.11, 0.63, 0.86) 0s infinite normal none
    running spinButton;
}
.globo-form-app .wizard__header {
  position: relative;
}
.globo-form-app .wizard__header-content {
  position: absolute;
  width: 100%;
  padding: 0px 25px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.globo-form-app .wizard__header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.globo-form-app .wizard__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.globo-form-app .wizard__subheading {
  text-transform: uppercase;
  margin: 0px;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 2px;
}
.globo-form-app .wizard__subheading span {
  font-weight: 600;
}
.globo-form-app .wizard__steps {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(50%);
  z-index: 10;
}
.globo-form-app .wizard__congrats-message {
  display: none;
  color: rgb(103, 103, 103);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.globo-form-app .wizard.completed .wizard__content {
  animation: 2s cubic-bezier(1, -0.71, 1, 1.16) 0s 1 normal forwards running
    gettingOut;
}
.globo-form-app .line {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: -1;
  height: 3px;
  transition: 0.5s;
}
.globo-form-app .line.-start {
  left: 0%;
  background: rgb(255, 255, 255);
  width: 50%;
}
.globo-form-app .line.-end {
  left: 50%;
  background: rgb(255, 255, 255);
  width: 50%;
}
.globo-form-app .line.-background {
  background: rgb(195, 195, 195);
  width: 100%;
}
.globo-form-app .line.-progress {
  background: rgb(255, 255, 255);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.globo-form-app .line.-in-progress {
  transform: scaleX(1);
}
.globo-form-app .panels {
  position: relative;
  overflow: hidden;
}
.globo-form-app .panel {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  width: 100%;
  padding-top: 25px;
  margin: 0px -5px;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}
.globo-form-app .panel__header {
  margin-bottom: 15px;
}
.globo-form-app .panel__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.globo-form-app .panel__subheading {
  font-size: 12px;
  line-height: 19px;
  margin: 0px;
}
.globo-form-app .panel.movingOutBackward {
  transform: translate(-600px);
}
.globo-form-app .panel.movingOutFoward {
  transform: translate(600px);
  visibility: hidden;
}
.globo-form-app .panel.movingIn {
  transform: translate(0px);
  visibility: inherit;
}
.globo-form-app .panel textarea {
  resize: none;
}
.globo-form-app .steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: rgb(255, 255, 255);
}
.globo-form-app .step {
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
.globo-form-app .step__content {
  position: relative;
  z-index: 2;
}
.globo-form-app .step__number {
  font-size: 12px;
  color: rgb(103, 103, 103);
  background-color: rgb(255, 255, 255);
  font-weight: 800;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0px auto;
  border-radius: 50%;
  border: 3px solid rgb(195, 195, 195);
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 5;
  box-sizing: content-box;
}
.globo-form-app .step.-completed .step__number {
  opacity: 0;
}
.globo-form-app .step.-completed .checkmark {
  z-index: 0;
  animation: 0.4s ease-in-out 0s 1 normal forwards running fill,
    0.3s ease-in-out 0.6s 1 normal both running scale;
}
.globo-form-app .step.-completed .checkmark__check {
  animation: 0.5s linear 0.4s 1 normal forwards running stroke;
}
.globo-form-app .step.-completed .line {
  transform: scaleX(1);
}
.globo-form-app .step:last-child .line {
  width: 50%;
}
.globo-form-app .checkmark {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: rgb(255, 255, 255);
  stroke-miterlimit: 10;
  box-shadow: rgb(255, 255, 255) 0px 0px inset;
  z-index: -1;
}
.globo-form-app .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: rgb(255, 255, 255);
  fill: none;
  animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0s 1 normal forwards running
    stroke;
}
.globo-form-app .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  stroke: rgb(255, 255, 255);
  stroke-width: 5;
}
.globo-form-app .button {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  border: none;
  outline: none;
  display: inline-block;
  transition: 0.3s;
}
.globo-form-app .button:hover {
  background: rgb(255, 255, 255);
}
.globo-form-app .button.previous {
  margin-right: 5px;
}
.globo-form-app .button.disabled {
  background: rgb(195, 195, 195);
  cursor: default;
}
.globo-form-app .message {
  display: none;
  width: 100%;
  padding: 10px;
  background: rgb(244, 246, 248);
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  box-sizing: border-box;
  font-size: 14px;
}
.globo-form-app .message.success {
  background: rgb(239, 247, 237);
  color: rgb(33, 43, 54);
}
.globo-form-app .message.error {
  color: rgb(204, 0, 0);
  background: rgb(253, 243, 240);
}
.globo-form-app .message .dismiss {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.globo-form-app .message .content,
.globo-form-app .message .content p {
  margin: 0px;
}
.globo-form-app .message .dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
}
.globo-form-app .message + .footer {
  margin-top: 25px;
}
.globo-form-app .message.warning {
  background: rgb(253, 247, 227);
}
.globo-form-app .message.danger {
  background: rgb(253, 243, 240);
  color: red;
}
.globo-form-app .message .err-item {
  display: list-item;
  margin-left: 25px;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  50% {
    transform: translate(-50%) scale3d(1.5, 1.5, 1.5);
  }
  100% {
  }
}
@keyframes fill {
  100% {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 30px inset;
  }
}
@keyframes gettingOut {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes spinButton {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.globo-form .floating-button {
  -webkit-font-smoothing: antialiased;
  border: 0px;
  cursor: pointer;
  display: inline-flex;
  outline: 0px;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0px 6px 10px, rgba(0, 0, 0, 0.12) 0px 1px 18px;
  box-sizing: border-box;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  width: auto;
  height: 56px;
  padding: 0px 20px;
  min-width: 56px;
  min-height: auto;
  border-radius: 28px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.globo-form .floating-button.circle {
  width: 56px;
}
.globo-form .floating-button.circle .fabLabel svg {
  margin-right: 0px;
}
.globo-form .floating-button .fabLabel {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.globo-form .floating-button .fabLabel svg {
  fill: currentcolor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 19px;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  user-select: none;
  margin-right: 8px;
}
.globo-form .floating-button.top {
  top: 30px;
  bottom: unset;
}
.globo-form .floating-button.half-top {
  top: 25%;
  bottom: unset;
}
.globo-form .floating-button.vertical-center {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.globo-form .floating-button.half-bottom {
  bottom: 25%;
  top: unset;
}
.globo-form .floating-button.half-right {
  right: 25%;
  left: unset;
}
.globo-form .floating-button.horizontal-center {
  left: 50%;
  right: unset;
  transform: translate(-50%);
}
.globo-form .floating-button.half-left {
  left: 25%;
  right: unset;
}
.globo-form .floating-button.left {
  left: 30px;
  right: unset;
}
@media only screen and (max-width: 768px) {
  .globo-form .floating-button {
    bottom: 10px;
    right: 10px;
  }
}
.globo-form .overlay {
  background-color: rgba(0, 0, 0, 0.74);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: unset;
  height: unset;
}
.globo-form-app.float-layout.active ~ .overlay {
  width: 100%;
  height: 100%;
}
.globo-modal-button {
  display: flex;
  align-items: center;
  border-radius: 3px;
  cursor: pointer !important;
  font-weight: 700 !important;
  position: fixed !important;
  text-align: center !important;
  white-space: nowrap !important;
  z-index: 2147483647 !important;
  width: auto !important;
  padding: 6px !important;
}
.globo-modal-button.top {
  top: 10%;
  bottom: unset;
}
.globo-modal-button.right {
  right: -30px;
  left: unset;
  transform: rotate(-90deg) !important;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-modal-button.right {
    right: -60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-modal-button.right {
    right: -60px;
  }
}
.globo-modal-button.half-top {
  top: 25%;
  bottom: unset;
}
.globo-modal-button.vertical-center {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.globo-modal-button.half-bottom {
  bottom: 25%;
  top: unset;
}
.globo-modal-button.half-right {
  right: 25%;
  left: unset;
}
.globo-modal-button.horizontal-center {
  left: 50%;
  right: unset;
  transform: translate(-50%);
}
.globo-modal-button.half-left {
  left: 25%;
  right: unset;
}
.globo-modal-button.left {
  left: -30px;
  right: unset;
  transform: rotate(90deg) !important;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-modal-button.left {
    right: -60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-modal-button.left {
    right: -60px;
  }
}
.globo-modal-button.bottom {
  bottom: 10%;
  top: unset;
}
.globo-modal-button svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  user-select: none;
  margin-right: 10px;
}
.globo-form-publish-modal {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.globo-form-publish-modal.hidden {
  display: none;
}
.globo-form-publish-modal .globo-form-modal-content {
  margin: auto;
  padding: 20px;
  width: 80%;
  border-radius: 5px;
}
.globo-form-app div,
.globo-form-app span,
.globo-form-app applet,
.globo-form-app object,
.globo-form-app iframe,
.globo-form-app h1,
.globo-form-app h2,
.globo-form-app h3,
.globo-form-app h4,
.globo-form-app h5,
.globo-form-app h6,
.globo-form-app p,
.globo-form-app blockquote,
.globo-form-app pre,
.globo-form-app a,
.globo-form-app abbr,
.globo-form-app acronym,
.globo-form-app address,
.globo-form-app big,
.globo-form-app cite,
.globo-form-app code,
.globo-form-app del,
.globo-form-app dfn,
.globo-form-app em,
.globo-form-app img,
.globo-form-app ins,
.globo-form-app kbd,
.globo-form-app q,
.globo-form-app s,
.globo-form-app samp,
.globo-form-app small,
.globo-form-app strike,
.globo-form-app strong,
.globo-form-app sub,
.globo-form-app sup,
.globo-form-app tt,
.globo-form-app var,
.globo-form-app b,
.globo-form-app u,
.globo-form-app i,
.globo-form-app center,
.globo-form-app dl,
.globo-form-app dt,
.globo-form-app dd,
.globo-form-app ol,
.globo-form-app ul,
.globo-form-app li,
.globo-form-app fieldset,
.globo-form-app form,
.globo-form-app label,
.globo-form-app legend,
.globo-form-app table,
.globo-form-app caption,
.globo-form-app tbody,
.globo-form-app tfoot,
.globo-form-app thead,
.globo-form-app tr,
.globo-form-app th,
.globo-form-app td,
.globo-form-app article,
.globo-form-app aside,
.globo-form-app canvas,
.globo-form-app details,
.globo-form-app embed,
.globo-form-app figure,
.globo-form-app figcaption,
.globo-form-app footer,
.globo-form-app header,
.globo-form-app hgroup,
.globo-form-app menu,
.globo-form-app nav,
.globo-form-app output,
.globo-form-app ruby,
.globo-form-app section,
.globo-form-app summary,
.globo-form-app time,
.globo-form-app mark,
.globo-form-app audio,
.globo-form-app video {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.globo-form-app :focus {
  outline: 0px;
}
.globo-form-app article,
.globo-form-app aside,
.globo-form-app details,
.globo-form-app figcaption,
.globo-form-app figure,
.globo-form-app footer,
.globo-form-app header,
.globo-form-app hgroup,
.globo-form-app menu,
.globo-form-app nav,
.globo-form-app section {
  display: block;
}
.globo-form-app ol,
.globo-form-app ul,
.globo-form-app li {
  list-style: none;
}
.globo-form-app .globo-form-control ol,
.globo-form-app .globo-form-control ul,
.globo-form-app .globo-form-control li {
  margin: 0px;
}
.globo-form-app blockquote,
.globo-form-app q {
  quotes: none;
}
.globo-form-app blockquote::before,
.globo-form-app blockquote::after,
.globo-form-app q::before,
.globo-form-app q::after {
  content: none;
}
.globo-form-app input[type="search"]::-webkit-search-cancel-button,
.globo-form-app input[type="search"]::-webkit-search-decoration,
.globo-form-app input[type="search"]::-webkit-search-results-button,
.globo-form-app input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
}
.globo-form-app input[type="search"] {
  appearance: none;
  box-sizing: content-box;
}
.globo-form-app textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.globo-form-app [hidden] {
  display: none;
}
.globo-form-app a:focus {
  outline: dotted thin;
}
.globo-form-app a:active,
.globo-form-app a:hover {
  outline: 0px;
}
.globo-form-app img {
  border: 0px;
}
.globo-form-app figure {
  margin: 0px;
}
.globo-form-app form {
  margin: 0px;
}
.globo-form-app fieldset {
  border: 1px solid rgb(192, 192, 192);
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}
.globo-form-app legend {
  border: 0px;
  padding: 0px;
  white-space: normal;
}
.globo-form-app button,
.globo-form-app input,
.globo-form-app select,
.globo-form-app textarea {
  font-size: 100%;
  margin: 0px;
  vertical-align: baseline;
}
.globo-form-app button,
.globo-form-app input {
  line-height: normal;
}
.globo-form-app button,
.globo-form-app select {
  text-transform: none;
}
.globo-form-app button,
.globo-form-app html input[type="button"],
.globo-form-app input[type="reset"],
.globo-form-app input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
.globo-form-app button[disabled],
.globo-form-app html input[disabled] {
  cursor: default;
}
.globo-form-app input[type="checkbox"],
.globo-form-app input[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}
.globo-form-app input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
}
.globo-form-app input[type="search"]::-webkit-search-cancel-button,
.globo-form-app input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
.globo-form-app textarea {
  overflow: auto;
  vertical-align: top;
}
.globo-form-app table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.globo-form-app button,
.globo-form-app input,
.globo-form-app select,
.globo-form-app textarea {
  color: rgb(34, 34, 34);
}
.globo-form-app ::selection {
  background: rgb(179, 212, 252);
  text-shadow: none;
}
.globo-form-app img {
  vertical-align: middle;
}
.globo-form-app fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.globo-form-app textarea {
  resize: vertical;
}
.globo-form-app .disabled {
  cursor: pointer;
}
.globo-formbuilder[type="cart"] .footer {
  display: none;
}
.globo-form .ql-align-center {
  text-align: center;
}
.globo-form .ql-align-right {
  text-align: right;
}
.globo-form .ql-align-justify {
  text-align: justify;
}
.globo-form-app {
  max-width: 600px;
  margin: 30px auto;
  box-sizing: border-box;
}
.globo-form-app .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.globo-form-app.boxed-layout {
  padding: 30px;
  position: relative;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
}
@media only screen and (max-width: 768px) {
  .globo-form-app.boxed-layout {
    padding: 15px;
  }
}
.globo-form-app.boxed-layout > .dismiss {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.globo-form-app.float-layout {
  padding: 30px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-height: 90vh;
  overflow-y: auto;
  transition: 0.2s ease-in-out;
  transform: translateY(calc(100% + 30px));
  margin: 0px;
  z-index: 10001;
}
.globo-form-app.float-layout.active {
  transform: none;
}
.globo-form-app.float-layout > .dismiss {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .globo-form-app.float-layout {
    right: 0px;
    bottom: 10px;
    margin: 0px 10px;
    padding: 15px;
  }
  .globo-form-app.float-layout > .dismiss {
    top: 10px;
    right: 15px;
  }
}
.globo-form-app > .dismiss.hidden {
  display: none;
}
.globo-form-app .errors {
  background: transparent;
}
.globo-form-app .header {
  margin-bottom: 25px;
  display: block;
  background: none;
}
.globo-form-app .header .title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  font-size: 26px;
}
.globo-form-app .header .description {
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgb(0, 0, 0);
}
.globo-form-app .content {
  margin: 0px -5px;
  padding: 0px;
}
.globo-form-app .globo-form-control {
  margin-bottom: 1.5rem;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 5px;
  width: 100%;
  position: relative;
}
.globo-form-app .globo-form-control.globo-form-group-v1 {
  padding: 0px;
}
.globo-form-app .globo-form-control.layout-1-column {
  width: 100%;
}
.globo-form-app .globo-form-control.layout-2-column {
  width: 50%;
}
.globo-form-app .globo-form-control.layout-3-column {
  width: 33.33%;
}
.globo-form-app .globo-form-control.layout-4-column {
  width: 25%;
}
.globo-form-app .globo-form-control.layout-5-column {
  width: 20%;
}
.globo-form-app .globo-form-control.layout-2per3-column {
  width: 66.66%;
}
.globo-form-app .globo-form-control.layout-2per5-column {
  width: 20%;
}
.globo-form-app .globo-form-control.layout-3per4-column {
  width: 75%;
}
.globo-form-app .globo-form-control.layout-3per5-column {
  width: 60%;
}
.globo-form-app .globo-form-control.layout-4per5-column {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .globo-form-app .globo-form-control.layout-1-column,
  .globo-form-app .globo-form-control.layout-2-column,
  .globo-form-app .globo-form-control.layout-3-column {
    width: 100%;
  }
}
.globo-form-app .globo-form-control.conditional-field {
  display: none;
}
.globo-form-app .globo-form-control label {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -webkit-box-direction: normal;
  touch-action: manipulation;
  color: rgb(33, 43, 54);
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
  text-transform: initial;
  letter-spacing: initial;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .globo-form-app .globo-form-control label {
    font-size: 16px;
  }
}
.globo-form-app .globo-form-control input,
.globo-form-app .globo-form-control textarea,
.globo-form-app .globo-form-control select {
  box-sizing: border-box;
  margin: 0px;
  font-family: inherit;
  overflow: visible;
  display: block;
  height: 41px;
  padding: 10px 12px;
  color: rgb(0, 0, 0);
  background-color: rgb(241, 241, 241);
  background-clip: padding-box;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  border: 0px;
  transition: box-shadow 0.15s;
  outline: none;
}
.globo-form-app .globo-form-control input:focus {
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
}
.globo-form-app .globo-form-control textarea {
  height: initial;
}
.globo-form-app .globo-form-control [type="range"] {
  padding: 0px;
  background: none;
  box-shadow: none;
}
.globo-form-app .globo-form-control [type="range"]:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .globo-google-map {
  overflow: hidden;
}
.globo-form-app .globo-form-control .globo-google-map iframe[src*="https://www.google.com/maps/embed?"]
{
  width: 100%;
  min-height: 200px;
}
.globo-form-app
  .globo-form-control
  .globo-select-product
  .globo-select-product__thumb-label {
  margin-bottom: 8px;
}
.globo-form-app
  .globo-form-control
  .globo-select-product--list
  .globo-select-product__thumb-label {
  display: none;
}
.globo-form-app .globo-form-control .globo-select-product--grid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
}
.globo-form-app .globo-form-control .globo-select-product--1-column {
  grid-template-columns: auto;
}
.globo-form-app .globo-form-control .globo-select-product--2-column {
  grid-template-columns: auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--3-column {
  grid-template-columns: auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--4-column {
  grid-template-columns: auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--5-column {
  grid-template-columns: auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--6-column {
  grid-template-columns: auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--7-column {
  grid-template-columns: auto auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product--8-column {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.globo-form-app .globo-form-control .globo-select-product__thumb img {
  width: 100%;
}
.globo-form-app .globo-form-control .help-text {
  display: block;
  color: rgb(108, 117, 125);
  margin-top: 0.25rem;
  font-size: 12px;
}
.globo-form-app .globo-form-control .text-danger {
  color: rgb(193, 0, 0);
}
.globo-form-app .globo-form-control .text-smaller {
  font-size: 12px;
}
.globo-form-app .globo-form-control.has-error input:not(.item__quantity) {
  border-color: rgb(220, 53, 69);
  border-width: 1px;
  border-style: solid;
}
.globo-form-app .globo-form-control .help-block {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 12px;
}
.globo-form-app .globo-form-control .help-block.error {
  color: rgb(220, 53, 69);
}
.globo-form-app .globo-form-control .help-block.success {
  color: rgb(21, 87, 36);
}
.globo-form-app .globo-form-control .help-block.loading {
  color: rgb(12, 84, 96);
}
.globo-form-app .globo-form-control .classic_rounded-input {
  border-radius: 20px;
}
.globo-form-app .globo-form-control .flat-input {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat-input:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input:focus {
  box-shadow: none;
}
.globo-form-app .globo-form-control .flat_rounded-input {
  border-radius: 20px;
}
.globo-form-app .globo-form-control .material-label {
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  color: rgb(158, 158, 158);
  position: absolute;
  top: 0px;
  font-size: 16px;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  text-align: initial;
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0px 0px;
  width: 100%;
}
.globo-form-app .globo-form-control .material-input {
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(158, 158, 158);
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 0px;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
.globo-form-app .globo-form-control .material-input:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
  box-shadow: rgb(255, 255, 255) 0px 1px;
}
.globo-form-app .globo-form-control textarea.material-input,
.globo-form-app .globo-form-control textarea.material-input:focus {
  height: calc(2px + 2.45rem);
}
.globo-form-app .globo-form-control .checkbox-wrapper {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 28px;
  text-align: left;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input {
  display: none;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input[name="acceptTerms[]"] {
  padding: 0px !important;
  width: auto !important;
  margin-left: -25px !important;
  height: 1px !important;
  opacity: 0 !important;
  display: block !important;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-label {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  top: 0px;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::before,
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::after {
  position: absolute;
  top: 1px;
  left: -28px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  margin: 0px;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::before {
  pointer-events: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid;
  box-sizing: border-box;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  border-radius: 0.25rem;
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked
  ~ .checkbox-label::before {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
  background-color: rgb(255, 255, 255);
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input
  ~ .checkbox-label::after {
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 50% 50%;
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked.checkbox-indeterminate
  ~ .checkbox-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1025 1024'%3E%3Cpath fill='%23fff' d='M0 416.01024l0 192c0 17.67424 14.336 32.01024 32.01024 32.01024l960 0c17.67424 0 32.01024-14.336 32.01024-32.01024l0-192c0-17.67424-14.336-32.01024-32.01024-32.01024l-960 0c-17.67424 0-32.01024 14.336-32.01024 32.01024z' /%3E%3C/svg%3E");
}
.globo-form-app
  .globo-form-control
  .checkbox-wrapper
  .checkbox-input:checked
  ~ .checkbox-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.globo-form-app .globo-form-control .radio-wrapper {
  position: relative;
  display: block;
  min-height: 24px;
  margin-left: 28px;
  text-align: left;
}
.globo-form-app .globo-form-control .radio-wrapper .radio-input {
  display: none;
}
.globo-form-app .globo-form-control .radio-wrapper .radio-label {
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::before,
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::after {
  position: absolute;
  top: 1px;
  left: -28px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  border: 1px solid;
  box-sizing: border-box;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::before {
  pointer-events: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input:checked
  ~ .radio-label::before {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px,
    rgba(0, 0, 0, 0.08) 0px 1px 3px;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input
  ~ .radio-label::after {
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 50% 50%;
}
.globo-form-app
  .globo-form-control
  .radio-wrapper
  .radio-input:checked
  ~ .radio-label::after {
  background: radial-gradient(rgb(255, 255, 255) 40%, rgb(255, 255, 255) 45%);
}
.globo-form-app .globo-form-control .heading-title {
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.globo-form-app .globo-form-control .heading-caption {
  line-height: 17px;
  font-weight: 300;
  font-size: 17px;
}
.globo-form-app .globo-form-control .star-rating > fieldset {
  border: none;
  display: inline-block;
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > input {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label {
  float: right;
  width: 1em;
  padding: 0px 0.05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: transparent;
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label:hover::before,
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset:not(:checked)
  > label:hover
  ~ label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>');
}
.globo-form-app
  .globo-form-control
  .star-rating
  > fieldset
  > input:checked
  ~ label::before {
  content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star" class="svg-inline--fa fa-star fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23FFFFFF" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg>');
}
.globo-form-app .globo-form-control .star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.globo-form-app .globo-form-control .product-grid__item {
  border-radius: 0.25rem;
  margin: 5px 0px 15px;
}
.globo-form-app .globo-form-control .product-grid__item table {
  width: 100%;
}
.globo-form-app .globo-form-control .product-grid__item table thead th {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-1-column {
  width: 40%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-1-column.table-product__header-title {
  width: 60%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-2-column {
  width: 25%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-2-column.table-product__header-title {
  width: 50%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-3-column {
  width: 20%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  thead
  th.product-3-column.table-product__header-title {
  width: 40%;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table thead th {
    padding: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-price {
    width: 30%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table thead th {
    padding: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    thead
    th.table-product__header-price {
    width: 30%;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr.table-product__body-item {
  position: relative;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr.table-product__body-item
  .product-item__action-group {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group {
    right: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group
    svg {
    width: 0.6rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group {
    right: 10px;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr.table-product__body-item
    .product-item__action-group
    svg {
    width: 0.6rem;
  }
}
.globo-form-app .globo-form-control .product-grid__item table tbody tr td {
  padding: 5px 30px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tbody tr td {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tbody tr td {
    padding: 5px 10px;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper {
  padding: 0px !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr:first-child
  td {
  border-top: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr:last-child
  td {
  border-bottom: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td:first-child {
  border-left: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td:last-child {
  border-right: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-1-column {
  width: 40%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-1-column.variant-item__table-title {
  width: 60%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-2-column {
  width: 25%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-2-column.variant-item__table-title {
  width: 50%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-3-column {
  width: 20%;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  tr
  .variant__table-wrapper
  tr
  td.variant-3-column.variant-item__table-title {
  width: 40%;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price {
    width: 30%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price
    .variant-item__price {
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-title {
    width: 40%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-quantity,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price {
    width: 30%;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    tbody
    tr
    .variant__table-wrapper
    tr
    .variant-item__table-price
    .variant-item__price {
    overflow-wrap: break-word;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  tbody
  .product-item__hide {
  display: none !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper {
  display: revert !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox {
  padding-left: 10% !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox
  .checkbox-input
  ~ .checkbox-label::before,
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.product-checkbox
  .checkbox-input
  ~ .checkbox-label::after {
  top: 10px;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox {
    padding-left: 25% !important;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::before,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::after {
    top: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox {
    padding-left: 25% !important;
  }
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::before,
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper.product-checkbox
    .checkbox-input
    ~ .checkbox-label::after {
    top: 0px;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper.variant-checkbox {
  padding-left: 15% !important;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .checkbox-label {
  display: flex !important;
  align-items: center;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  border: 1px solid var(--p-border-subdued, #dfe3e8);
  border-radius: 5px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span {
  width: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(255, 255, 255);
  min-width: auto;
  max-width: 100%;
  border-radius: 3px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  img,
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  svg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 10;
  inset: 0px;
  margin: auto;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  img {
  width: auto;
  height: auto;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span::after {
  content: "";
  position: relative;
  z-index: 20;
  display: block;
  padding-bottom: 100%;
  border-radius: 3px;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .checkbox-wrapper
  .item__img-wrapper
  span
  svg {
  width: 20px;
  height: 20px;
  fill: var(--p-icon, #c4cdd5);
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper
    .item__img-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app
    .globo-form-control
    .product-grid__item
    table
    .checkbox-wrapper
    .item__img-wrapper {
    display: none;
  }
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .variant__table-item-soldout {
  opacity: 0.4;
}
.globo-form-app
  .globo-form-control
  .product-grid__item
  table
  .variant__table-item-soldout
  label {
  cursor: default;
}
.globo-form-app .globo-form-control .product-grid__item table tfoot th {
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  text-align: right;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tfoot th {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-form-app .globo-form-control .product-grid__item table tfoot th {
    padding: 5px 10px;
  }
}
.globo-form-app .footer {
  background: none;
}
.globo-form-app .footer .description {
  margin-bottom: 0.5rem;
}
.globo-form-app .footer .action {
  -webkit-font-smoothing: antialiased;
  filter: brightness(100%);
  box-sizing: border-box;
  text-transform: none;
  appearance: button;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  padding: 11px 22px;
  min-width: 100px;
  background-color: rgb(255, 255, 255);
  color: rgb(49, 49, 49);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.globo-form-app .footer .action:hover {
  box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px;
  filter: brightness(110%);
}
.globo-form-app .footer .action.classic_rounded-button,
.globo-form-app .footer .action.flat_rounded-button {
  border-radius: 20px;
}
.globo-form-app .footer .action.flat-button,
.globo-form-app .footer .action.flat-button:hover,
.globo-form-app .footer .action.flat_rounded-button,
.globo-form-app .footer .action.flat_rounded-button:hover {
  box-shadow: none;
}
.globo-form-app .footer .action.loading .spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(235, 18, 86);
  display: flex;
  align-items: center;
  justify-content: center;
}
.globo-form-app .footer .action.loading .spinner::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent rgb(255, 255, 255);
  border-image: initial;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: 1s cubic-bezier(0.34, 0.11, 0.63, 0.86) 0s infinite normal none
    running spinButton;
}
.globo-form-app .wizard__header {
  position: relative;
}
.globo-form-app .wizard__header-content {
  position: absolute;
  width: 100%;
  padding: 0px 25px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.globo-form-app .wizard__header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.globo-form-app .wizard__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.globo-form-app .wizard__subheading {
  text-transform: uppercase;
  margin: 0px;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 2px;
}
.globo-form-app .wizard__subheading span {
  font-weight: 600;
}
.globo-form-app .wizard__steps {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(50%);
  z-index: 10;
}
.globo-form-app .wizard__congrats-message {
  display: none;
  color: rgb(103, 103, 103);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.globo-form-app .wizard.completed .wizard__content {
  animation: 2s cubic-bezier(1, -0.71, 1, 1.16) 0s 1 normal forwards running
    gettingOut;
}
.globo-form-app .line {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: -1;
  height: 3px;
  transition: 0.5s;
}
.globo-form-app .line.-start {
  left: 0%;
  background: rgb(255, 255, 255);
  width: 50%;
}
.globo-form-app .line.-end {
  left: 50%;
  background: rgb(255, 255, 255);
  width: 50%;
}
.globo-form-app .line.-background {
  background: rgb(195, 195, 195);
  width: 100%;
}
.globo-form-app .line.-progress {
  background: rgb(255, 255, 255);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.globo-form-app .line.-in-progress {
  transform: scaleX(1);
}
.globo-form-app .panels {
  position: relative;
  overflow: hidden;
}
.globo-form-app .panel {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  width: 100%;
  padding-top: 25px;
  margin: 0px -5px;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}
.globo-form-app .panel__header {
  margin-bottom: 15px;
}
.globo-form-app .panel__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.globo-form-app .panel__subheading {
  font-size: 12px;
  line-height: 19px;
  margin: 0px;
}
.globo-form-app .panel.movingOutBackward {
  transform: translate(-600px);
}
.globo-form-app .panel.movingOutFoward {
  transform: translate(600px);
  visibility: hidden;
}
.globo-form-app .panel.movingIn {
  transform: translate(0px);
  visibility: inherit;
}
.globo-form-app .panel textarea {
  resize: none;
}
.globo-form-app .steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: rgb(255, 255, 255);
}
.globo-form-app .step {
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}
.globo-form-app .step__content {
  position: relative;
  z-index: 2;
}
.globo-form-app .step__number {
  font-size: 12px;
  color: rgb(103, 103, 103);
  background-color: rgb(255, 255, 255);
  font-weight: 800;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0px auto;
  border-radius: 50%;
  border: 3px solid rgb(195, 195, 195);
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 5;
  box-sizing: content-box;
}
.globo-form-app .step.-completed .step__number {
  opacity: 0;
}
.globo-form-app .step.-completed .checkmark {
  z-index: 0;
  animation: 0.4s ease-in-out 0s 1 normal forwards running fill,
    0.3s ease-in-out 0.6s 1 normal both running scale;
}
.globo-form-app .step.-completed .checkmark__check {
  animation: 0.5s linear 0.4s 1 normal forwards running stroke;
}
.globo-form-app .step.-completed .line {
  transform: scaleX(1);
}
.globo-form-app .step:last-child .line {
  width: 50%;
}
.globo-form-app .checkmark {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: rgb(255, 255, 255);
  stroke-miterlimit: 10;
  box-shadow: rgb(255, 255, 255) 0px 0px inset;
  z-index: -1;
}
.globo-form-app .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke: rgb(255, 255, 255);
  fill: none;
  animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0s 1 normal forwards running
    stroke;
}
.globo-form-app .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  stroke: rgb(255, 255, 255);
  stroke-width: 5;
}
.globo-form-app .button {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  border: none;
  outline: none;
  display: inline-block;
  transition: 0.3s;
}
.globo-form-app .button:hover {
  background: rgb(255, 255, 255);
}
.globo-form-app .button.previous {
  margin-right: 5px;
}
.globo-form-app .button.disabled {
  background: rgb(195, 195, 195);
  cursor: default;
}
.globo-form-app .message {
  display: none;
  width: 100%;
  padding: 10px;
  background: rgb(244, 246, 248);
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 1px 3px, rgba(0, 0, 0, 0.02) 0px 1px;
  box-sizing: border-box;
  font-size: 14px;
}
.globo-form-app .message.success {
  background: rgb(239, 247, 237);
  color: rgb(33, 43, 54);
}
.globo-form-app .message.error {
  color: rgb(204, 0, 0);
  background: rgb(253, 243, 240);
}
.globo-form-app .message .dismiss {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.globo-form-app .message .content,
.globo-form-app .message .content p {
  margin: 0px;
}
.globo-form-app .message .dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
}
.globo-form-app .message + .footer {
  margin-top: 25px;
}
.globo-form-app .message.warning {
  background: rgb(253, 247, 227);
}
.globo-form-app .message.danger {
  background: rgb(253, 243, 240);
  color: red;
}
.globo-form-app .message .err-item {
  display: list-item;
  margin-left: 25px;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  50% {
    transform: translate(-50%) scale3d(1.5, 1.5, 1.5);
  }
  100% {
  }
}
@keyframes fill {
  100% {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 30px inset;
  }
}
@keyframes gettingOut {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes spinButton {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.globo-form .floating-button {
  -webkit-font-smoothing: antialiased;
  border: 0px;
  cursor: pointer;
  display: inline-flex;
  outline: 0px;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0px 6px 10px, rgba(0, 0, 0, 0.12) 0px 1px 18px;
  box-sizing: border-box;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  width: auto;
  height: 56px;
  padding: 0px 20px;
  min-width: 56px;
  min-height: auto;
  border-radius: 28px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.globo-form .floating-button.circle {
  width: 56px;
}
.globo-form .floating-button.circle .fabLabel svg {
  margin-right: 0px;
}
.globo-form .floating-button .fabLabel {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.globo-form .floating-button .fabLabel svg {
  fill: currentcolor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 19px;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  user-select: none;
  margin-right: 8px;
}
.globo-form .floating-button.top {
  top: 30px;
  bottom: unset;
}
.globo-form .floating-button.half-top {
  top: 25%;
  bottom: unset;
}
.globo-form .floating-button.vertical-center {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.globo-form .floating-button.half-bottom {
  bottom: 25%;
  top: unset;
}
.globo-form .floating-button.half-right {
  right: 25%;
  left: unset;
}
.globo-form .floating-button.horizontal-center {
  left: 50%;
  right: unset;
  transform: translate(-50%);
}
.globo-form .floating-button.half-left {
  left: 25%;
  right: unset;
}
.globo-form .floating-button.left {
  left: 30px;
  right: unset;
}
@media only screen and (max-width: 768px) {
  .globo-form .floating-button {
    bottom: 10px;
    right: 10px;
  }
}
.globo-form .overlay {
  background-color: rgba(0, 0, 0, 0.74);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: unset;
  height: unset;
}
.globo-form-app.float-layout.active ~ .overlay {
  width: 100%;
  height: 100%;
}
.globo-modal-button {
  display: flex;
  align-items: center;
  border-radius: 3px;
  cursor: pointer !important;
  font-weight: 700 !important;
  position: fixed !important;
  text-align: center !important;
  white-space: nowrap !important;
  z-index: 2147483647 !important;
  width: auto !important;
  padding: 6px !important;
}
.globo-modal-button.top {
  top: 10%;
  bottom: unset;
}
.globo-modal-button.right {
  right: -30px;
  left: unset;
  transform: rotate(-90deg) !important;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-modal-button.right {
    right: -60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-modal-button.right {
    right: -60px;
  }
}
.globo-modal-button.half-top {
  top: 25%;
  bottom: unset;
}
.globo-modal-button.vertical-center {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.globo-modal-button.half-bottom {
  bottom: 25%;
  top: unset;
}
.globo-modal-button.half-right {
  right: 25%;
  left: unset;
}
.globo-modal-button.horizontal-center {
  left: 50%;
  right: unset;
  transform: translate(-50%);
}
.globo-modal-button.half-left {
  left: 25%;
  right: unset;
}
.globo-modal-button.left {
  left: -30px;
  right: unset;
  transform: rotate(90deg) !important;
}
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .globo-modal-button.left {
    right: -60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .globo-modal-button.left {
    right: -60px;
  }
}
.globo-modal-button.bottom {
  bottom: 10%;
  top: unset;
}
.globo-modal-button svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  user-select: none;
  margin-right: 10px;
}
.globo-form-publish-modal {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.globo-form-publish-modal.hidden {
  display: none;
}
.globo-form-publish-modal .globo-form-modal-content {
  margin: auto;
  padding: 20px;
  width: 80%;
  border-radius: 5px;
}
body,
div,
a,
p,
span {
  user-select: text !important;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: auto;
  user-select: text !important;
}
::selection {
  background-color: rgb(51, 143, 255) !important;
  color: rgb(255, 255, 255) !important;
}
[data-value*="(D#"],
[for*="(D#"],
[data-value*="Default Title"],
[for*="default-title"],
input[type="radio"][value*="Default Title"] + label,
input[type="radio"][value*="Default Title"] + span,
[value*="(D#"] + label,
[value*="D#"] + span {
  display: none !important;
}
.dpo_remove_link {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
}
button[onclick*="dpoObject"] {
  display: inline-block !important;
  opacity: 1 !important;
}
button[onclick*="dpoObject"] + button,
.dpo-container.dpo-cart {
  display: none !important;
}
.bold_hidden[dpo_add2cart] {
  display: block !important;
}
.bold_hidden[dpo_add2cart] ~ button {
  display: none !important;
}
.center .choice {
  float: none !important;
  display: inline-block !important;
}
.no-title > div > label {
  display: none !important;
}
#itoris_dynamicproductoptions td {
  height: auto;
}
#itoris_dynamicproductoptions_popup_mask {
  z-index: 10000 !important;
}
#itoris_dynamicproductoptions_popup {
  z-index: 10001 !important;
}
#itoris_dynamicproductoptions_popup_price {
  display: none;
}
.no-price .price-notice {
  display: none !important;
}
#itoris_dynamicproductoptions td > div.field {
  padding-top: 15px;
}
.has_dpo_options .selector-wrapper {
  display: none !important;
}
.dpo_img {
  display: block;
  margin: 0px auto;
}
.dpo_img ~ * {
  display: none !important;
}
.dpo_cart_edit {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  border-radius: 20px;
}
:root {
  --use-sticky-header: 1;
  --use-unsticky-header: 0;
}
.shopify-section--header {
  position: sticky;
}
.Header__LogoImage {
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .Header__LogoImage {
    max-width: 90px;
  }
}
:root {
  --header-is-not-transparent: 1;
  --header-is-transparent: 0;
}
.Footer {
  border-top: 1px solid var(--border-color);
}
[data-gpo-is-enabled="true"]
  .shopify-payment-button
  .shopify-payment-button__button--unbranded {
  display: none !important;
}
button.gpo-original-shopify-button,
input.gpo-original-shopify-button,
input#addToCart.gpo-original-shopify-button,
a.gpo-original-shopify-button,
.gpo-original-shopify-button {
  display: none !important;
}
.gpo-original-checkout-button {
  display: none !important;
}
button.gpo-clone-checkout-button,
input.gpo-clone-checkout-button,
a.gpo-clone-checkout-button {
  cursor: pointer !important;
}
.cart-flyout a.gpo-clone-checkout-button,
#mini-cart form.cart a.gpo-clone-checkout-button {
  display: block !important;
}
.gpo-original-atc-button {
  display: none !important;
}
.gpo-original-payment-button {
  display: none !important;
}
.gpo-hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/carousel_styles.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* Additional carousel styles to ensure proper arrow positioning */
.flickity-prev-next-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-prev-next-button svg {
  display: block;
  margin: auto;
}

/* Ensure proper positioning of carousel buttons */
.Panel .flickity-prev-next-button {
  top: calc(50% - 22.5px);
}

.Panel .flickity-prev-next-button.next {
  right: -22.5px;
}

.Panel .flickity-prev-next-button.previous {
  left: -22.5px;
}

/* Ensure the carousel container has relative positioning */
.Panel {
  position: relative;
}

.ProductListWrapper {
  position: relative;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/main.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
#itoris_dynamicproductoptions .form-list .field,
.itoris_dynamicproductoptions .form-list .field {
  width: 270px;
}
.dpo-container {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.dpo-hidden {
  display: none !important;
}
.submitting:before,
.dpo-loading:before {
  content: "";
  display: inline-block;
  position: static;
  width: 43px;
  height: 11px;
  margin-right: 5px;
  background: url(/images/loading.gif) no-repeat center center transparent;
}
.submitting,
.dpo-loading {
  opacity: 0.5;
  pointer-events: none !important;
}
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
  clear: both;
}

#itoris_dynamicproductoptions .form-list input.default-message,
#itoris_dynamicproductoptions .form-list textarea.default-message,
.itoris_dynamicproductoptions .form-list input.default-message,
.itoris_dynamicproductoptions .form-list textarea.default-message {
  font-style: italic;
  color: #a4a4a4;
}
#itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field,
.itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field {
  width: 97%;
}
#itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control,
.itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field .control {
  width: auto;
}
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input,
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  textarea,
.itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input,
.itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  textarea {
  width: 100%;
}
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input[type="checkbox"],
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input[type="radio"],
.itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input[type="checkbox"],
.itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  .field
  .control
  input[type="radio"] {
  width: auto;
}
#itoris_dynamicproductoptions .form-list .field .control input.datetime-picker,
.itoris_dynamicproductoptions .form-list .field .control input.datetime-picker {
  width: 150px;
}
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-2
  .field
  .time-picker,
.itoris_dynamicproductoptions
  .form-list.option-fields-cols-2
  .field
  .time-picker {
  display: block;
  margin-top: 2px;
}
#itoris_dynamicproductoptions .form-list input[type="radio"],
#itoris_dynamicproductoptions .form-list input[type="checkbox"],
.itoris_dynamicproductoptions .form-list input[type="radio"],
.itoris_dynamicproductoptions .form-list input[type="checkbox"] {
  float: left;
  width: auto;
  min-height: 0;
  margin: 5px 7px 0 0;
}
#itoris_dynamicproductoptions .form-list .options-list span.label,
.itoris_dynamicproductoptions .form-list .options-list span.label {
  display: block;
  margin-left: 18px;
}
#itoris_dynamicproductoptions .form-list .options-list li,
.itoris_dynamicproductoptions .form-list .options-list li {
  float: left;
  margin-right: 20px;
}
#itoris_dynamicproductoptions_popup,
.itoris_dynamicproductoptions_popup {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 3001;
  /*overflow: hidden;*/
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 3px;
  text-align: left;
  max-width: 95%;
  min-width: 300px;
}
#itoris_dynamicproductoptions_popup .fieldset:first-child,
.itoris_dynamicproductoptions_popup .fieldset:first-child {
  margin-top: 5px;
}
#itoris_dynamicproductoptions_popup .fieldset-section:first-child,
.itoris_dynamicproductoptions_popup .fieldset-section:first-child {
  margin-top: 24px;
}
#itoris_dynamicproductoptions_popup .fieldset:last-child,
.itoris_dynamicproductoptions_popup .fieldset:last-child {
  margin-bottom: 10px;
}
#itoris_dynamicproductoptions_popup .popup-title,
.itoris_dynamicproductoptions_popup .popup-title {
  margin: 5px 0 0 5px;
}
#itoris_dynamicproductoptions_popup_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 3000;
}
#itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box,
.itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box {
  display: inline-block;
  margin: 0 15px 0 0;
}
#itoris_dynamicproductoptions_popup.cart-update
  #itoris_dynamicproductoptions_popup_button_cancel {
  margin: 0 10px 0 5px;
}
#itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .or,
.itoris_dynamicproductoptions_popup .product-options-bottom .add-to-box .or {
  float: none;
}
#itoris_dynamicproductoptions_popup_price {
  padding-right: 10px;
}
#itoris_dynamicproductoptions_button_edit {
  margin-top: 5px;
}
#itoris_dynamicproductoptions .itoris-dynamicoptions-list-images li,
.itoris_dynamicproductoptions .itoris-dynamicoptions-list-images li {
  clear: none;
  width: auto;
  float: left;
}
#itoris_dynamicproductoptions_popup #itoris_dynamicproductoptions {
  padding: 10px;
}
#itoris_dynamicproductoptions_popup label[for="qty"] {
  display: inline-block;
}
#itoris_dynamicproductoptions_popup,
.itoris_dynamicproductoptions_popup {
  border: 6px solid #000000;
  border-radius: 13px;
}
#itoris_dynamicproductoptions_popup .popup-title,
.itoris_dynamicproductoptions_popup .popup-title {
  text-align: center;
  font-weight: bold;
}
#itoris_dynamicproductoptions .fieldset,
.itoris_dynamicproductoptions .fieldset,
#product-options-wrapper .fieldset.fieldset-section {
  padding: 0px;
  border-radius: 5px;
}
#itoris_dynamicproductoptions_popup #itoris_dynamicproductoptions .fieldset {
  margin: 35px 10px 5px 10px;
}
#itoris_dynamicproductoptions_popup .swatch-opt {
  display: block !important;
  margin: 10px 10px;
}
body .swatch-option-tooltip {
  z-index: 3002;
}
#itoris_dynamicproductoptions .fieldset table,
.itoris_dynamicproductoptions .fieldset table {
  margin: 10px 20px;
}
#itoris_dynamicproductoptions .fieldset table td,
.itoris_dynamicproductoptions .fieldset table td {
  padding: 0px 0px 5px 0px;
}
.itoris_dynamicproductoptions .fieldset table td {
  border: none;
}
#itoris_dynamicproductoptions input[type="text"],
#itoris_dynamicproductoptions input[type="password"],
.itoris_dynamicproductoptions input[type="text"],
.itoris_dynamicproductoptions input[type="password"] {
  border: 1px solid #888888;
  width: 97%;
}
#itoris_dynamicoptions_qty {
  width: 60px;
  text-align: center;
}
#itoris_dynamicproductoptions select,
.itoris_dynamicproductoptions select {
  border: 1px solid #888888;
  border-radius: 3px;
  width: 97%;
}
#itoris_dynamicproductoptions textarea,
.itoris_dynamicproductoptions textarea {
  border: 1px solid #888888;
  border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  width: 97%;
}
#itoris_dynamicproductoptions select.multiselect,
.itoris_dynamicproductoptions select.multiselect {
  height: auto;
}
#itoris_dynamicproductoptions select option,
.itoris_dynamicproductoptions select option {
  border: none;
}
#itoris_dynamicproductoptions .no-margin,
.itoris_dynamicproductoptions .no-margin {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  font-style: italic;
  clear: both;
  margin: 5px 0 0;
}
#itoris_dynamicproductoptions .fieldset .legend,
.itoris_dynamicproductoptions .fieldset .legend {
  background: #f5f5f5;
  width: auto;
  border: 1px solid #888888;
  border-bottom: 1px solid #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin: -29px 0px 0px 10px;
  padding: 0px 15px;
}
#itoris_dynamicproductoptions .fieldset-section h2.legend,
.itoris_dynamicproductoptions .fieldset-section h2.legend {
  float: left;
}
#itoris_dynamicproductoptions h2.legend.ihidden {
  display: none;
}
#itoris_dynamicproductoptions > h2 {
  margin: 20px 0;
}
#itoris_dynamicproductoptions .options-list input.radio,
#itoris_dynamicproductoptions .options-list input.checkbox,
.itoris_dynamicproductoptions .options-list input.radio,
.itoris_dynamicproductoptions .options-list input.checkbox {
  padding: 0;
}
#itoris_dynamicproductoptions .options-list label,
.itoris_dynamicproductoptions .options-list label {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  width: auto;
  color: #333;
}
/*#itoris_dynamicproductoptions .form-list .options-list li{margin-right:20px !important;}*/
#itoris_dynamicproductoptions_popup .product-options-bottom,
.itoris_dynamicproductoptions_popup .product-options-bottom {
  border-top: 1px solid #aaaaaa;
  background: #dddddd;
  padding: 5px 10px;
  text-align: right;
  white-space: nowrap;
}
#itoris_dynamicproductoptions_popup_button_cancel,
#itoris_dynamicproductoptions_popup_button_cancel span,
#itoris_dynamicproductoptions_popup_button_apply,
#itoris_dynamicproductoptions_popup_button_apply span,
button.itoris_dynamicproductoptions_popup_button_cancel,
button.itoris_dynamicproductoptions_popup_button_cancel span,
button.itoris_dynamicproductoptions_popup_button_apply,
button.itoris_dynamicproductoptions_popup_button_apply span,
#itoris_dynamicoptions_add_to_cart,
#itoris_dynamicoptions_add_to_cart span,
.itoris_dynamicoptions_add_to_cart,
.itoris_dynamicoptions_add_to_cart span {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 32px;
  text-transform: none;
  font-weight: normal;
}
#itoris_dynamicproductoptions_popup_button_apply span span,
button.itoris_dynamicproductoptions_popup_button_apply span span,
#itoris_dynamicoptions_add_to_cart span span,
.itoris_dynamicoptions_add_to_cart span span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0567a3', endColorstr='#03395a'); /* IE6-9 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0567a3),
    to(#03395a)
  );
  background: -moz-linear-gradient(top, #0567a3, #03395a); /* firefox 3.6+ */
  background: -o-linear-gradient(top, #0567a3, #03395a); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0567a3, #03395a); /* IE10+ */
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 32px;
}
#itoris_dynamicproductoptions_popup_button_cancel span span,
button.itoris_dynamicproductoptions_popup_button_cancel span span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4E4E', endColorstr='#CE2929'); /* IE6-9 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4e4e),
    to(#ce2929)
  );
  background: -moz-linear-gradient(top, #ff4e4e, #ce2929); /* firefox 3.6+ */
  background: -o-linear-gradient(top, #ff4e4e, #ce2929); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff4e4e, #ce2929); /* IE10+ */
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 32px;
}
#itoris_dynamicproductoptions_popup_button_cancel {
  float: left;
  margin: 5px;
}
#itoris_dynamicproductoptions_popup_price * {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#itoris_dynamicproductoptions_popup_price .price {
  line-height: 22px;
  font-size: 16px;
  color: #bc6600;
}
#itoris_dynamicproductoptions_popup_price .old-price,
#itoris_dynamicproductoptions_popup_price .price__sale {
  display: none;
}
#itoris_dynamicproductoptions .form-list .field-disabled:not(.dpo_swatch) {
  pointer-events: none;
}
#itoris_dynamicproductoptions .form-list .field-disabled:not(.dpo_swatch) label,
.itoris_dynamicproductoptions
  .form-list
  .field-disabled:not(.dpo_swatch)
  label {
  color: #aaaaaa;
}
#itoris_dynamicproductoptions .form-list .field-disabled input,
#itoris_dynamicproductoptions .form-list .field-disabled textarea,
#itoris_dynamicproductoptions .form-list .field-disabled select,
.itoris_dynamicproductoptions .form-list .field-disabled input,
.itoris_dynamicproductoptions .form-list .field-disabled textarea,
.itoris_dynamicproductoptions .form-list .field-disabled select {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #aaaaaa;
}
#itoris_dynamicproductoptions .form-list .field-disabled .control img,
.itoris_dynamicproductoptions .form-list .field-disabled .control img {
  display: none;
}
#itoris_dynamicproductoptions .form-list .date-trig-icon,
.itoris_dynamicproductoptions .form-list .date-trig-icon {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.calendar {
  z-index: 15000;
}

#itoris_dynamicproductoptions table.form-list,
#itoris_dynamicproductoptions table.form-list div.field,
#itoris_dynamicproductoptions table.form-list div.field div,
.itoris_dynamicproductoptions table.form-list,
.itoris_dynamicproductoptions table.form-list div.field,
.itoris_dynamicproductoptions table.form-list div.field div {
  width: 100%;
}
#itoris_dynamicproductoptions table.form-list div.field div.date-ceil,
.itoris_dynamicproductoptions table.form-list div.field div.date-ceil {
  width: 165px;
}
#itoris_dynamicproductoptions table.form-list div.field div.date-ceil-picker,
.itoris_dynamicproductoptions table.form-list div.field div.date-ceil-picker {
  width: 195px;
}
#itoris_dynamicproductoptions table.form-list div.field div.date-ceil select,
.itoris_dynamicproductoptions table.form-list div.field div.date-ceil select {
  margin-bottom: 3px;
}

#itoris_dynamicproductoptions table.form-list,
.itoris_dynamicproductoptions table.form-list {
  border-spacing: 10px;
  margin: 0 !important;
  border-collapse: separate;
}
#itoris_dynamicproductoptions_popup
  #itoris_dynamicproductoptions
  table.form-list:only-child {
  margin-top: 0 !important;
}
#itoris_dynamicproductoptions_popup_close_icon,
.itoris_dynamicproductoptions_popup_close_icon {
  width: 38px;
  height: 38px;
  background: url(/images/close.png) center no-repeat;
  right: -2px;
  top: -4px;
  cursor: pointer;
  position: absolute;
}

#itoris_dynamicproductoptions .delete-file-icon,
.itoris_dynamicproductoptions .delete-file-icon {
  width: 14px !important;
  height: 14px !important;
  background: url(/images/icon-delete.gif) center no-repeat;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

#itoris_dynamicproductoptions_configuration {
  clear: both;
}
#itoris_dynamicproductoptions_configuration ul {
  list-style: none;
}
#itoris_dynamicproductoptions_configuration strong,
.itoris_dynamicproductoptions_configuration strong {
  vertical-align: top;
}
#itoris_dynamicproductoptions_configuration
  .dynamicoptions-radio-checkbox-values,
.itoris_dynamicproductoptions_configuration
  .dynamicoptions-radio-checkbox-values {
  display: inline-block;
}
#itoris_dynamicproductoptions_configuration
  .dynamicoptions-radio-checkbox-values
  img,
.itoris_dynamicproductoptions_configuration
  .dynamicoptions-radio-checkbox-values
  img {
  display: block;
  margin-bottom: 3px;
}

#itoris_dynamicproductoptions_add_to_cart_configure.configure-button-update-page {
  float: none;
  margin-bottom: 10px;
}
#itoris_dynamicproductoptions_add_to_cart_configure {
  clear: both;
  border-bottom: none;
}

#product-options-wrapper .fieldset {
  border: none;
}
#itoris_dynamicproductoptions_popup ul.option-fields-cols-1,
.itoris_dynamicproductoptions_popup ul.option-fields-cols-1 {
  margin: 10px;
}

#itoris_dynamicproductoptions textarea,
.itoris_dynamicproductoptions textarea {
  resize: none;
}
#itoris_dynamicproductoptions .options-list.mage-error,
.itoris_dynamicproductoptions .options-list.mage-error {
  border-width: 0 !important;
  padding: 0;
}

.itoris-dynamicoptions-thumbnail-image {
  display: block;
}

#itoris_dynamicproductoptions_popup .add-to-cart {
  display: inline-block;
  margin-left: 5px;
}
#itoris_dynamicproductoptions_popup button span span {
  display: block;
}
#itoris_dynamicproductoptions_popup_button_apply {
  margin-left: 5px;
}

#itoris_dynamicproductoptions .control .note,
.itoris_dynamicproductoptions .control .note {
  font-size: 11px;
  padding: 0;
  border: none;
}
#itoris_dynamicproductoptions .control .note strong {
  margin-left: 3px;
}
#itoris_dynamicproductoptions textarea,
.itoris_dynamicproductoptions textarea {
  border: 1px solid #c0c0c0;
}

#itoris_dynamicproductoptions .form-list .field .control .input-text.option-qty,
.itoris_dynamicproductoptions
  .form-list
  .field
  .control
  .input-text.option-qty {
  width: 80px;
  text-align: center;
  margin: 3px 0px 3px 5px;
  padding: 4px;
}

#itoris_dynamicproductoptions table.form-list {
  border-spacing: 0px !important;
}
#itoris_dynamicproductoptions tr.fields td,
.itoris_slider_group .itoris_dynamicproductoptions tr.fields td {
  padding: 0px !important;
  border: none;
  vertical-align: top;
}
#itoris_dynamicproductoptions tr.fields td div.field,
#itoris_dynamicproductoptions li.fields div.field,
.itoris_slider_group .itoris_dynamicproductoptions div.field {
  margin: 5px;
  float: left;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice,
#itoris_dynamicproductoptions li.fields div.field .choice,
.itoris_slider_group .itoris_dynamicproductoptions div.field .choice {
  width: auto;
}
#itoris_dynamicproductoptions tr.fields td div.field.empty,
.itoris_slider_group .itoris_dynamicproductoptions div.field.empty {
  display: none;
}
#itoris_dynamicproductoptions .field:not(.dpo_swatch) > label {
  display: inline-block;
}
#itoris_dynamicproductoptions input[type="file"] {
  padding: 0;
  border: none;
}

.option-qty-comment {
  font-size: 10px;
}
#itoris_dynamicproductoptions label.required em {
  display: none;
}
#itoris_dynamicproductoptions label.required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
#itoris_dynamicproductoptions .field > div > label.label {
  display: none;
}

#itoris_dynamicproductoptions ul.form-list {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 10px;
  display: table;
  width: 100%;
}

#itoris_dynamicproductoptions
  table.form-list
  div.field
  div.itoris-dynamicoptions-thumbnail-color,
.itoris_slider_group
  .itoris_dynamicproductoptions
  .choice
  .itoris-dynamicoptions-thumbnail-color,
.itoris-dynamicoptions-thumbnail-color {
  width: 75px;
  height: 75px;
}
.dpo_swatch .itoris-dynamicoptions-thumbnail-image {
  height: 75px;
}
.dpo_swatch_custom_html > label.label {
  display: none !important;
}
.itoris-dynamicoptions-swatch_html {
  background: #fff;
}

.itoris-dynamicoptions-list-images > div.dpo_swatch {
  position: relative;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch > img,
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > .itoris-dynamicoptions-thumbnail-color,
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > .itoris-dynamicoptions-swatch_html {
  border: 3px solid transparent;
  padding: 1px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > .itoris-dynamicoptions-swatch_html {
  border: 1px solid #ccc;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch > input:checked ~ img,
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > input:checked
  ~ .itoris-dynamicoptions-thumbnail-color,
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > input:checked
  ~ .itoris-dynamicoptions-swatch_html {
  border: 3px solid red;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
  box-shadow: inset 0px 0px 0px 1.5px #ffffff;
}
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > input:checked
  ~ .itoris-dynamicoptions-thumbnail-color:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch > input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch > label,
.dpo_tooltip_icon .dpo_tooltip_body {
  display: none;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label,
.dpo_tooltip_icon:hover .dpo_tooltip_body {
  display: block;
  position: absolute;
  z-index: 2000;
  left: 3px;
  margin-bottom: 5px;
  bottom: 100%;
  background: #fffefe;
  border: 1px solid #aaa;
  padding: 5px 15px !important;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label:before,
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label:after,
.dpo_tooltip_icon:hover .dpo_tooltip_body:before,
.dpo_tooltip_icon:hover .dpo_tooltip_body:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label:after,
.dpo_tooltip_icon:hover .dpo_tooltip_body:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label:before,
.dpo_tooltip_icon:hover .dpo_tooltip_body:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 6px;
  margin-left: -6px;
}
.itoris-dynamicoptions-list-images
  > div.dpo_swatch
  > .itoris-dynamicoptions-thumbnail-color.dpo-choice-none {
  border: 1px solid #ccc;
  padding: 3px;
}
.dpo-choice-none:before,
.dpo-choice-none:after {
  position: absolute;
  content: "";
  background: #ccc;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dpo-choice-none:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#itoris_dynamicproductoptions .options-list .dpo_swatch_text > input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
#itoris_dynamicproductoptions .options-list .dpo_swatch_text > label {
  border: 2px solid #ccc;
  position: relative;
  border-radius: 5px;
  background: #fff;
  padding: 7px 15px;
  margin: 2px;
  display: inline-block;
  cursor: pointer;
}
#itoris_dynamicproductoptions .options-list .dpo_swatch_text > label:hover {
  background: #fafafa;
}
#itoris_dynamicproductoptions
  .options-list
  .dpo_swatch_text
  > input:checked
  ~ label {
  border: 2px solid red;
}
#itoris_dynamicproductoptions
  .options-list
  .dpo_swatch_text
  > label
  .dpo_tooltip_icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
#itoris_dynamicproductoptions
  .options-list
  .dpo_swatch_text
  > label
  .dpo_tooltip_icon:after {
  display: none;
}
#itoris_dynamicproductoptions
  .options-list
  .dpo_swatch_text
  > label
  .dpo_tooltip_icon
  .dpo_tooltip_body {
  margin-bottom: 8px;
}
.dpo_tooltip_icon:hover:before {
  content: " ";
  position: absolute;
  left: -100%;
  right: -100%;
  top: -20px;
  height: 40px;
}
.dpo_swatch > label span:first-child:after {
  content: "";
  position: absolute;
  left: -50px;
  right: -50px;
  top: 100%;
  height: 20px;
}

#itoris_dynamicproductoptions .mage-error {
  clear: both;
}
.bundle-options-container
  .product-options-wrapper
  #itoris_dynamicproductoptions
  .field.choice
  input {
  float: none;
}
.bundle-options-container
  .product-options-wrapper
  #itoris_dynamicproductoptions
  .field.choice
  .label {
  display: inline-block;
  margin-left: 5px;
}
.bundle-options-container
  .product-options-wrapper
  #itoris_dynamicproductoptions
  .field.choice
  .price-notice {
  float: none;
}
.bundle-options-container
  .product-options-wrapper
  #itoris_dynamicproductoptions
  .itoris-dynamicoptions-list-images
  > div.field.choice.dpo_swatch
  > label {
  display: none;
}
.bundle-options-container
  .product-options-wrapper
  #itoris_dynamicproductoptions
  .itoris-dynamicoptions-list-images
  > div.field.choice.dpo_swatch:hover
  > label {
  display: block;
}

@media only screen and (max-width: 490px) {
  #itoris_dynamicproductoptions_popup tr.fields td:not(.dpo_dd_list_label),
  #itoris_dynamicproductoptions_popup:not(.cart-update) .add-to-cart {
    display: block;
  }
  #itoris_dynamicproductoptions_popup {
    max-width: 95% !important;
  }
}
@media only screen and (max-width: 800px) {
  #itoris_dynamicproductoptions tr.fields > td:not(.dpo_dd_list_label) {
    display: block;
  }
}

.dpo_tooltip_icon {
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  top: -2px;
  display: inline-block;
}
.dpo_tooltip_icon:after {
  content: "i";
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  background: #1979c3;
  color: #fff;
  text-indent: -1px;
}
#itoris_dynamicproductoptions .fieldset .dpo_tooltip_icon .dpo_tooltip_body {
  font-size: 12px;
  width: 400px;
  left: -200px;
  text-align: left;
}
.dpo_tooltip_icon:hover .dpo_tooltip_body {
  white-space: normal;
}
.dpo_tooltip_icon:hover .dpo_tooltip_body:before,
.dpo_tooltip_icon:hover .dpo_tooltip_body:after {
  left: 50%;
  margin-left: -12px;
}
.dpo_tooltip_body p {
  margin: 3px 0;
}
select.open-dd {
  box-shadow: 0px 0px 4px 1px rgb(10, 74, 139, 0.8);
}
.dpo_dd_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  display: block;
}
.dpo_dd_list_outer {
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 100%;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  margin-top: 1px;
}
.dpo_dd_list {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
#itoris_dynamicproductoptions table.dpo_dd_list_inner {
  margin: 0px;
  width: 100%;
}
.dpo_dd_list_value {
  cursor: pointer;
  position: relative;
}
.dpo_dd_list_value:not(.disabled):hover {
  background: #e1efff;
}
.dpo_dd_list_value.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dpo_dd_list_value_selected,
.dpo_dd_list_value_selected:hover {
  background: #f5f5f5;
}
.dpo_dd_list_value_selected {
  font-weight: bold;
}
select[multiple="multiple"] + .dpo_dd_mask {
  display: none !important;
}
#itoris_dynamicproductoptions div.dpo_dd_list .dpo_dd_list_preview {
  text-align: center;
  vertical-align: middle;
  width: 90px;
  height: 60px;
}
#itoris_dynamicproductoptions div.dpo_dd_list .dpo_dd_list_preview img {
  display: inline-block;
  max-width: 75px;
  max-height: 50px;
  border-radius: 5px;
}
#itoris_dynamicproductoptions .form-list div.field .dpo_dd_list_preview div {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
}
#itoris_dynamicproductoptions div.dpo_dd_list .dpo_dd_list_label {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
#itoris_dynamicproductoptions .fieldset .form-list div.field .dpo_dd_search {
  width: calc(100% - 20px);
  margin: 5px 10px;
  padding: 3px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: url('data:image/svg+xml;utf8,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 30"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg>')
    no-repeat right 4px transparent;
}
#itoris_dynamicproductoptions div.dpo_dd_list .nothing-found {
  margin: 20px 0;
  text-align: center;
}
.datepicker {
  background: url("/images/datepicker.svg") no-repeat #fff right center;
  cursor: pointer;
}
#itoris_dynamicproductoptions .price-notice {
  margin-left: 5px;
}
#itoris_dynamicproductoptions .price-compare {
  margin-left: 5px;
  text-decoration: line-through;
}
#itoris_dynamicproductoptions_popup.cart-update .or,
#itoris_dynamicproductoptions_popup.cart-update #itoris_dynamicoptions_qty,
#itoris_dynamicproductoptions_popup.cart-update [for="qty"],
#itoris_dynamicproductoptions_popup.cart-update
  #itoris_dynamicproductoptions_popup_button_apply {
  display: none;
}
.datepicker-container {
  z-index: 4000 !important;
}
.dpo-slider-outer {
  border: 1px solid #bbb;
  border-radius: 5px;
  height: 12px;
  position: relative;
  margin: 10px 0 20px;
}
.dpo-slider.ui-slider-horizontal.ui-widget-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 30px;
  width: auto !important;
  white-space: nowrap;
  border: none;
  background: none;
  height: auto;
}
.dpo-slider-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: red;
  border-radius: 5px 0 0 5px;
}
.dpo-slider.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #bbb;
  font-weight: bold;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: -11px;
  width: auto;
  cursor: pointer;
  height: auto;
}
.dpo-slider.ui-slider-horizontal .ui-slider-handle .price-notice {
  font-weight: normal;
}
.dpo-slider.ui-slider-horizontal .ui-slider-handle:hover {
  background: #eee;
}
.dpo-slider.ui-slider-horizontal .ui-slider-handle:focus {
  background: #007fff;
  border: 1px solid #007fff;
  color: #fff;
}

.dpo_remove_file {
  color: #cc0000;
  font-size: 24px;
  margin-left: 8px;
  cursor: pointer;
}
.dpo_remove_file:hover {
  color: #ff0000;
}
#itoris_dynamicproductoptions .stock_availability {
  font-size: 12px;
}
#itoris_dynamicproductoptions .stock_availability span {
  font-weight: bold;
}

#itoris_dynamicproductoptions input[type="text"],
#itoris_dynamicproductoptions select,
#itoris_dynamicproductoptions textarea {
  padding: 8px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}
#itoris_dynamicproductoptions img {
  max-width: 100%;
}

#itoris_dynamicproductoptions table {
  background: none;
  table-layout: auto;
}
#itoris_dynamicproductoptions td:after {
  border: none;
}
#itoris_dynamicproductoptions .fields > td > .field {
  display: block;
}

/* Some adjustments for the Dawn theme */
#itoris_dynamicproductoptions_popup button {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}
#itoris_dynamicproductoptions div:empty,
#itoris_dynamicproductoptions span:empty,
#itoris_dynamicproductoptions_popup div:empty {
  display: initial;
}
.itoris-dynamicoptions-thumbnail-color {
  display: inline-block !important;
}
#itoris_dynamicproductoptions .field:before,
#itoris_dynamicproductoptions .field:after {
  display: none;
}
/*#itoris_dynamicproductoptions .field {display:block}*/
.has_dpo_options #product-form-installment {
  display: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[240px\] {
  left: 240px;
}
.right-\[240px\] {
  right: 240px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[400px\] {
  top: 400px;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[198px\] {
  height: 198px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[707px\] {
  height: 707px;
}
.h-\[748px\] {
  height: 748px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[225px\] {
  width: 225px;
}
.w-\[246px\] {
  width: 246px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[593px\] {
  width: 593px;
}
.w-\[610px\] {
  width: 610px;
}
.w-\[64px\] {
  width: 64px;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1181px\] {
  max-width: 1181px;
}
.max-w-\[438px\] {
  max-width: 438px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[654px\] {
  max-width: 654px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[70px\] {
  border-radius: 70px;
}
.border {
  border-width: 1px;
}
.border-\[\#1a1b18\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 27 24 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF33\] {
  border-color: #FFFFFF33;
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#BAFF3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 255 58 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#baff3a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 255 58 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  object-fit: contain;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[var\(--font-family\)\] {
  font-weight: var(--font-family);
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[109\%\] {
  line-height: 109%;
}
.leading-\[162\%\] {
  line-height: 162%;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-\[\#1A1B18\] {
  --tw-text-opacity: 1;
  color: rgb(26 27 24 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1b18\] {
  --tw-text-opacity: 1;
  color: rgb(26 27 24 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1b18\]\/75 {
  color: rgb(26 27 24 / 0.75);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_15px_40px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 15px 40px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 15px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-\[0_0_1px_rgba\(26\2c 27\2c 24\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 1px rgba(26,27,24,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Import Lato font faces */
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("/fonts/lato/lato-regular.woff2") format("woff2"),
       url("/fonts/lato/lato-regular.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("/fonts/lato/lato-medium.woff2") format("woff2"),
       url("/fonts/lato/lato-medium.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("/fonts/lato/lato-bold.woff2") format("woff2"),
       url("/fonts/lato/lato-bold.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
  src: url("/fonts/lato/lato-medium-italic.woff2") format("woff2"),
       url("/fonts/lato/lato-medium-italic.woff") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("/fonts/lato/lato-bold-italic.woff2") format("woff2"),
       url("/fonts/lato/lato-bold-italic.woff") format("woff");
}

/* Import GTStandard-M font faces */
@font-face {
  font-family: GTStandard-M;
  src: url("/fonts/gtstandard/GTStandard-MRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 450;
  font-display: swap;
}

@font-face {
  font-family: GTStandard-M;
  src: url("/fonts/gtstandard/GTStandard-MMedium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: GTStandard-M;
  src: url("/fonts/gtstandard/GTStandard-MSemibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  /* Font families */
  --heading-font-family: Lato, sans-serif;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --text-font-family: Lato, sans-serif;
  --text-font-weight: 500;
  --text-font-style: normal;
  
  /* Font sizes */
  --base-text-font-size: 17px;
  --default-text-font-size: 14px;
  
  /* Colors from reference.css */
  --background: #ffffff;
  --background-rgb: 255, 255, 255;
  --light-background: #ffffff;
  --light-background-rgb: 255, 255, 255;
  --heading-color: #5c5c5c;
  --text-color: #000000;
  --text-color-rgb: 0, 0, 0;
  --text-color-light: #6a6a6a;
  --text-color-light-rgb: 106, 106, 106;
  --link-color: #6a6a6a;
  --link-color-rgb: 106, 106, 106;
  --border-color: #d9d9d9;
  --border-color-rgb: 217, 217, 217;
  --button-background: #1c1b1b;
  --button-background-rgb: 28, 27, 27;
  --button-text-color: #ffffff;
  --header-background: #ffffff;
  --header-heading-color: #1c1b1b;
  --header-light-text-color: #6a6a6a;
  --header-border-color: #dddddd;
  --footer-background: #ffffff;
  --footer-text-color: #6a6a6a;
  --footer-heading-color: #1c1b1b;
  --footer-border-color: #e9e9e9;
  --navigation-background: #1c1b1b;
  --navigation-background-rgb: 28, 27, 27;
  --navigation-text-color: #ffffff;
  --navigation-text-color-light: rgba(255, 255, 255, 0.5);
  --navigation-border-color: rgba(255, 255, 255, 0.25);
  --newsletter-popup-background: #1c1b1b;
  --newsletter-popup-text-color: #ffffff;
  --newsletter-popup-text-color-rgb: 255, 255, 255;
  --secondary-elements-background: #1c1b1b;
  --secondary-elements-background-rgb: 28, 27, 27;
  --secondary-elements-text-color: #ffffff;
  --secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
  --secondary-elements-border-color: rgba(255, 255, 255, 0.25);
  --product-sale-price-color: #cc1919;
  --product-sale-price-color-rgb: 204, 25, 25;
  --product-star-rating: #f6a429;
  --payment-terms-background-color: #ffffff;
  
  /* Spacing */
  --horizontal-spacing-four-products-per-row: 60px;
  --horizontal-spacing-two-products-per-row: 60px;
  --vertical-spacing-four-products-per-row: 60px;
  --vertical-spacing-two-products-per-row: 75px;
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --header-base-height: 80px;
}

body {
  color: var(--text-color);
  font-family: var(--text-font-family);
  background: var(--background);
  margin: 0;
  padding: 0;
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  min-height: 100vh;
}

/* Ensure proper layout flow */
.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 0 auto;
}

/* Additional CSS classes from reference site */
.dpo-loader {
  display: block;
  width: 100%;
  clear: both;
  height: 40px;
  background: url("/assets/images/loading.gif") left center no-repeat transparent;
}

[data-option-set-id="108719"]
  .gpo-swatch__inner
  #image-swatches-1_1_1656419647656 {
  background: url("/assets/option-set-images/optionSet108719_image-swatches-1_1_1656419647656_100x.jpg");
}

[data-option-set-id="108719"]
  .gpo-tooltip.zoom-image
  #image-swatches-1_1_1656419647656 {
  background-image: url("/assets/option-set-images/optionSet108719_image-swatches-1_1_1656419647656_150x.jpg");
}

[data-option-set-id="108719"]
  .gpo-swatch__inner
  #image-swatches-1_2_1656419918904 {
  background: url("/assets/option-set-images/optionSet108719_image-swatches-1_2_1656419918904_100x.jpg");
}

[data-option-set-id="108719"]
  .gpo-tooltip.zoom-image
  #image-swatches-1_2_1656419918904 {
  background-image: url("/assets/option-set-images/optionSet108719_image-swatches-1_2_1656419918904_150x.jpg");
}

[data-option-set-id="108719"]
  .gpo-swatch__inner
  #image-swatches-2_1_1656419647656 {
  background: url("/assets/option-set-images/optionSet108719_image-swatches-2_1_1656419647656_100x.jpg");
}

[data-option-set-id="108719"]
  .gpo-tooltip.zoom-image
  #image-swatches-2_1_1656419647656 {
  background-image: url("/assets/option-set-images/optionSet108719_image-swatches-2_1_1656419647656_150x.jpg");
}

.dpo_swatch img {
  border: 3px solid transparent !important;
  border-radius: 6px !important;
  transition: border 0.2s ease !important;
}

.dpo_swatch:has(input:checked) img {
  border-color: red !important;
  box-shadow: inset 0 0 0 1.5px #fff !important;
}

.nextjs-toast-errors {
  display: none !important;
}

.nextjs-toast-errors-parent {
  display: none !important;
}

.hover\:bg-\[\#1a1b18\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 27 24 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#a8e635\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 230 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[95px\] {
    font-size: 95px;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.dark\:border-white:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:border-white\/20:where([data-theme='dark'], [data-theme='dark'] *) {
  border-color: rgb(255 255 255 / 0.2);
}

.dark\:bg-\[\#1a1b18\]:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 27 24 / var(--tw-bg-opacity, 1));
}

.dark\:text-white:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/75:where([data-theme='dark'], [data-theme='dark'] *) {
  color: rgb(255 255 255 / 0.75);
}

.dark\:text-white\/80:where([data-theme='dark'], [data-theme='dark'] *) {
  color: rgb(255 255 255 / 0.8);
}

.dark\:text-white\/90:where([data-theme='dark'], [data-theme='dark'] *) {
  color: rgb(255 255 255 / 0.9);
}

.dark\:hover\:bg-white:hover:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-\[\#1a1b18\]:hover:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-text-opacity: 1;
  color: rgb(26 27 24 / var(--tw-text-opacity, 1));
}
